@tailwind base;@tailwind components;@tailwind utilities;.egg-route-highlight{outline:2px solid hsl(var(--primary));outline-offset:4px;border-radius:6px;animation:egg-highlight-fade 2s ease forwards}@keyframes egg-highlight-fade{0%{outline-color:hsl(var(--primary))}80%{outline-color:hsl(var(--primary) / .5)}to{outline-color:transparent}}.animate-capture-flash{animation:capture-flash 1s ease-in-out infinite}@keyframes capture-flash{0%,to{box-shadow:0 0 #3b82f666}50%{box-shadow:0 0 8px 4px #3b82f699}}@layer base{:root{--background: 220 14% 95%;--foreground: 224 71% 4%;--card: 0 0% 100%;--card-foreground: 224 71% 4%;--popover: 0 0% 100%;--popover-foreground: 224 71% 4%;--primary: 262 83% 58%;--primary-foreground: 0 0% 100%;--secondary: 250 30% 94%;--secondary-foreground: 262 83% 58%;--muted: 220 14% 90%;--muted-foreground: 220 9% 40%;--accent: 250 30% 94%;--accent-foreground: 262 83% 45%;--destructive: 0 84% 60%;--destructive-foreground: 0 0% 100%;--border: 220 13% 82%;--input: 220 13% 82%;--ring: 262 83% 58%;--radius: .625rem;--sidebar: 220 14% 93%;--sidebar-foreground: 224 71% 4%;--sidebar-border: 220 13% 84%;--sidebar-accent: 262 83% 94%;--sidebar-accent-foreground: 262 83% 45%;--success: 142 76% 36%;--success-foreground: 0 0% 100%}.dark{--background: 224 71% 4%;--foreground: 210 20% 98%;--card: 225 50% 8%;--card-foreground: 210 20% 98%;--popover: 225 50% 8%;--popover-foreground: 210 20% 98%;--primary: 262 83% 65%;--primary-foreground: 0 0% 100%;--secondary: 250 20% 14%;--secondary-foreground: 262 60% 80%;--muted: 223 40% 12%;--muted-foreground: 218 11% 60%;--accent: 250 20% 14%;--accent-foreground: 262 60% 80%;--destructive: 0 62% 30%;--destructive-foreground: 210 40% 98%;--border: 223 40% 14%;--input: 223 40% 14%;--ring: 262 83% 65%;--sidebar: 225 50% 6%;--sidebar-foreground: 210 20% 98%;--sidebar-border: 223 40% 14%;--sidebar-accent: 262 40% 15%;--sidebar-accent-foreground: 262 60% 80%;--success: 142 76% 36%;--success-foreground: 0 0% 100%}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:hsl(var(--muted-foreground) / .3);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground) / .5)}.scrollbar-none{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-none::-webkit-scrollbar{display:none}.ProseMirror{caret-color:#cba6f7}.ProseMirror ::selection{background:#8b5cf659}:root[data-window-mode=incognito],:root[data-window-mode=incognito].dark{--background: 240 6% 7% !important;--foreground: 220 10% 92% !important;--card: 240 6% 10% !important;--card-foreground: 220 10% 92% !important;--popover: 240 6% 11% !important;--popover-foreground: 220 10% 92% !important;--primary: 250 30% 65% !important;--primary-foreground: 0 0% 100% !important;--secondary: 240 6% 14% !important;--secondary-foreground: 220 10% 92% !important;--muted: 240 6% 13% !important;--muted-foreground: 220 8% 60% !important;--accent: 240 6% 16% !important;--accent-foreground: 220 10% 92% !important;--destructive: 0 62% 45% !important;--destructive-foreground: 0 0% 100% !important;--border: 240 6% 18% !important;--input: 240 6% 18% !important;--ring: 250 30% 60% !important;--sidebar: 240 6% 9% !important;--sidebar-foreground: 220 10% 92% !important;--sidebar-border: 240 6% 16% !important;--sidebar-accent: 240 6% 16% !important;--sidebar-accent-foreground: 220 10% 92% !important}:root[data-window-mode=incognito] body{background:hsl(var(--background));color:hsl(var(--foreground));color-scheme:dark;border:2px solid hsl(0 70% 52%);box-sizing:border-box}:root[data-window-mode=incognito] [data-egg-tabbar-drag]{background-color:#000;background-image:linear-gradient(45deg,rgba(255,255,255,.55) 25%,transparent 25%),linear-gradient(-45deg,rgba(255,255,255,.55) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(255,255,255,.55) 75%),linear-gradient(-45deg,transparent 75%,rgba(255,255,255,.55) 75%);background-size:12px 12px;background-position:0 0,0 6px,6px -6px,-6px 0}body.egg-incognito-prompting [data-egg-url-input]{visibility:hidden}
