:root{--background:#fff;--foreground:#171717}@theme inline{--color-background: var(--background); --color-foreground: var(--foreground); --font-sans: "Inter",system-ui,-apple-system,sans-serif;}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}body{background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{-webkit-tap-highlight-color:transparent}input[type=range]{cursor:pointer;border-radius:6px;outline:none;width:100%;height:12px;appearance:none!important;background:#ffffff59!important}input[type=range]::-webkit-slider-runnable-track{background:#ffffff59;border-radius:6px;width:100%;height:12px}input[type=range]::-webkit-slider-thumb{cursor:pointer;border:none;border-radius:50%;width:36px;height:36px;margin-top:-12px;box-shadow:0 4px 15px #00000059;appearance:none!important;background:#fff!important}input[type=range]::-moz-range-track{background:#ffffff59;border-radius:6px;width:100%;height:12px}input[type=range]::-moz-range-thumb{cursor:pointer;border:none;border-radius:50%;width:36px;height:36px;box-shadow:0 4px 15px #00000059;background:#fff!important}input[type=range]::-ms-track{background:#ffffff59;border:none;border-radius:6px;width:100%;height:12px}input[type=range]::-ms-thumb{cursor:pointer;background:#fff;border:none;border-radius:50%;width:36px;height:36px;box-shadow:0 4px 15px #00000059}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@supports (padding-top:env(safe-area-inset-top)){.safe-top{padding-top:env(safe-area-inset-top)}.safe-bottom{padding-bottom:env(safe-area-inset-bottom)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.animate-bounce{animation:1s infinite bounce}
