:root{--background: 0 0% 100%;--foreground: 0 0% 3.9%;--card: 0 0% 100%;--card-foreground: 0 0% 3.9%;--popover: 0 0% 100%;--popover-foreground: 0 0% 3.9%;--primary: 0 0% 9%;--primary-foreground: 0 0% 98%;--secondary: 0 0% 96.1%;--secondary-foreground: 0 0% 9%;--muted: 0 0% 96.1%;--muted-foreground: 0 0% 45.1%;--accent: 0 0% 96.1%;--accent-foreground: 0 0% 9%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 98%;--border: 0 0% 89.8%;--input: 0 0% 89.8%;--ring: 0 0% 3.9%;--radius: .5rem}.dark{--background: 222 47% 4%;--foreground: 210 40% 98%;--card: 222 40% 7%;--card-foreground: 210 40% 98%;--popover: 222 40% 7%;--popover-foreground: 210 40% 98%;--primary: 191 91% 36%;--primary-foreground: 210 40% 98%;--secondary: 222 40% 12%;--secondary-foreground: 210 40% 98%;--muted: 222 40% 15%;--muted-foreground: 215 20% 65%;--accent: 199 89% 48%;--accent-foreground: 210 40% 98%;--destructive: 0 62.8% 50.6%;--destructive-foreground: 210 40% 98%;--border: 222 40% 18%;--input: 222 40% 18%;--ring: 191 91% 36%}*,:before,:after{box-sizing:border-box;border:0 solid hsl(var(--border))}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}html,body,#root{min-height:100%}html,body{max-width:100vw;overflow-x:clip}body{margin:0;background:hsl(var(--background));color:hsl(var(--foreground));font-feature-settings:"rlig" 1,"calt" 1;line-height:inherit}button,input,optgroup,select,textarea{margin:0;padding:0;color:inherit;font:inherit;letter-spacing:inherit}button,select{text-transform:none}button,[role=button]{cursor:pointer}img,svg,video,canvas{display:block;max-width:100%}.app-root-frame{display:flex;min-height:100vh;flex-direction:column;overflow-x:clip;background:hsl(var(--background))}.app-root-content{flex:1 1 0%;overflow-x:clip}.app-startup-screen{display:flex;min-height:100vh;align-items:center;justify-content:center;padding:1rem;background:hsl(var(--background))}.app-startup-card{width:min(100%,36rem);padding:2rem;border:1px solid rgb(103 232 249 / .2);border-radius:1.75rem;background:hsl(var(--card) / .95);text-align:center}.app-startup-icon{display:inline-flex;width:3.5rem;height:3.5rem;align-items:center;justify-content:center;margin-bottom:1rem;border:1px solid rgb(103 232 249 / .3);border-radius:1rem;background:#06b6d41a}.app-startup-icon svg{width:1.5rem;height:1.5rem;animation:app-startup-spin 1s linear infinite;color:#a5f3fc}.app-startup-eyebrow{margin:0;color:#a5f3fccc;font-size:.75rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase}.app-startup-title{margin:.75rem 0 0;color:hsl(var(--foreground));font-size:1.5rem;font-weight:600;line-height:2rem}.app-startup-message{max-width:28rem;margin:.75rem auto 0;color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.5rem}@keyframes app-startup-spin{to{transform:rotate(360deg)}}
