:root{--background: 0 0% 97%;--foreground: 220 25% 10%;--border: 220 10% 90%;--card: 0 0% 100%;--card-foreground: 220 25% 10%;--popover: 0 0% 100%;--popover-foreground: 220 25% 10%;--primary: 243 75% 59%;--primary-foreground: 0 0% 100%;--secondary: 220 10% 94%;--secondary-foreground: 220 15% 32%;--muted: 220 10% 94%;--muted-foreground: 220 8% 50%;--accent: 243 75% 59%;--accent-foreground: 0 0% 100%;--destructive: 0 72% 51%;--destructive-foreground: 0 0% 100%;--input: 220 10% 86%;--ring: 243 75% 59%;--app-font-sans: "Inter", system-ui, sans-serif;--app-font-mono: "JetBrains Mono", "Fira Code", Menlo, monospace;--radius: .625rem}.dark{--background: 224 20% 8%;--foreground: 220 18% 92%;--border: 224 14% 18%;--card: 224 18% 11%;--card-foreground: 220 18% 92%;--popover: 224 18% 11%;--popover-foreground: 220 18% 92%;--primary: 243 75% 65%;--primary-foreground: 0 0% 100%;--secondary: 224 16% 16%;--secondary-foreground: 220 15% 72%;--muted: 224 16% 14%;--muted-foreground: 220 8% 52%;--accent: 243 75% 65%;--accent-foreground: 0 0% 100%;--destructive: 0 72% 55%;--destructive-foreground: 0 0% 100%;--input: 224 14% 22%;--ring: 243 75% 65%}*{box-sizing:border-box;border-color:hsl(var(--border))}html,body,#root{height:100%;overflow:hidden;margin:0;padding:0}body{font-family:var(--app-font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:hsl(var(--background));color:hsl(var(--foreground));-webkit-tap-highlight-color:transparent;font-feature-settings:"cv02","cv03","cv04","cv11";letter-spacing:-.01em}@media(min-width:769px){html,body{background:#d1d5db!important}html.dark,html.dark body{background:#111!important}}.mobile-app-container{height:100dvh;max-width:480px;margin:0 auto;position:relative;overflow:hidden;display:flex;flex-direction:column;background:hsl(var(--background))}@media(min-width:769px){.mobile-app-container{max-width:100%}}.no-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.no-scrollbar::-webkit-scrollbar{display:none}.pb-safe{padding-bottom:env(safe-area-inset-bottom,16px)}.flex-1{flex:1 1 0%}.overflow-y-auto{overflow-y:auto}.w-full{width:100%}.text-left{text-align:left}.pb-8{padding-bottom:2rem}input[type=search]::-webkit-search-cancel-button{display:none}[contenteditable][data-placeholder]:empty:before{content:attr(data-placeholder);color:hsl(var(--muted-foreground));pointer-events:none}input,textarea,select{font-size:16px!important}
