@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background:0 0% 100%;--foreground:20 14.3% 4.1%;--card:0 0% 100%;--card-foreground:20 14.3% 4.1%;--popover:0 0% 100%;--popover-foreground:20 14.3% 4.1%;--primary:24 9.8% 10%;--primary-foreground:60 9.1% 97.8%;--secondary:60 4.8% 95.9%;--secondary-foreground:24 9.8% 10%;--muted:60 4.8% 95.9%;--muted-foreground:25 5.3% 44.7%;--accent:60 4.8% 95.9%;--accent-foreground:24 9.8% 10%;--destructive:0 84.2% 60.2%;--destructive-foreground:60 9.1% 97.8%;--border:20 5.9% 90%;--input:20 5.9% 90%;--ring:20 14.3% 4.1%;--radius:0.5rem;--chart-1:12 76% 61%;--chart-2:173 58% 39%;--chart-3:197 37% 24%;--chart-4:43 74% 66%;--chart-5:27 87% 67%;--glass-bg-light:hsla(0,0%,100%,.85);--glass-bg-dark:rgba(15,23,42,.75);--glass-blur:28px;--glass-border-light:hsla(0,0%,100%,.45);--glass-border-dark:hsla(0,0%,100%,.12);--glass-shadow-light:0 8px 32px 0 rgba(0,0,0,.1);--glass-shadow-dark:0 8px 32px 0 rgba(0,0,0,.25)}.dark{--background:20 14.3% 4.1%;--foreground:60 9.1% 97.8%;--card:20 14.3% 4.1%;--card-foreground:60 9.1% 97.8%;--popover:20 14.3% 4.1%;--popover-foreground:60 9.1% 97.8%;--primary:60 9.1% 97.8%;--primary-foreground:24 9.8% 10%;--secondary:12 6.5% 15.1%;--secondary-foreground:60 9.1% 97.8%;--muted:12 6.5% 15.1%;--muted-foreground:24 5.4% 63.9%;--accent:12 6.5% 15.1%;--accent-foreground:60 9.1% 97.8%;--destructive:0 62.8% 30.6%;--destructive-foreground:60 9.1% 97.8%;--border:12 6.5% 15.1%;--input:12 6.5% 15.1%;--ring:24 5.7% 82.9%;--chart-1:220 70% 50%;--chart-2:160 60% 45%;--chart-3:30 80% 55%;--chart-4:280 65% 60%;--chart-5:340 75% 55%}*{border-color:hsl(var(--border)/.12)}body{background-color:hsl(var(--background));color:hsl(var(--foreground));background:linear-gradient(135deg,#0a0a14,#140f19 50%,#0f0a14);background-attachment:fixed;min-height:100vh}}@layer utilities{.glass{background:rgba(15,15,25,.5);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid hsla(0,0%,100%,.1);box-shadow:0 8px 32px 0 rgba(0,0,0,.4),inset 0 0 0 1px hsla(0,0%,100%,.05),0 0 40px 0 rgba(0,0,0,.2)}.glass-strong{background:rgba(15,15,25,.8);backdrop-filter:blur(32px) saturate(200%);-webkit-backdrop-filter:blur(32px) saturate(200%);border:1px solid hsla(0,0%,100%,.2);box-shadow:0 16px 64px 0 rgba(0,0,0,.5),inset 0 0 0 1px hsla(0,0%,100%,.1),0 0 80px 0 rgba(0,0,0,.3)}.neon-border{border:1px solid rgba(255,0,0,.6);box-shadow:0 0 20px rgba(255,0,0,.3),0 0 40px rgba(255,0,0,.1),inset 0 0 20px rgba(255,0,0,.05)}.neon-text{color:#fff;text-shadow:0 0 20px rgba(255,0,0,.5),0 0 40px rgba(255,0,0,.2)}.change-highlight{color:gold;text-shadow:0 0 20px rgba(255,215,0,.6),0 0 40px rgba(255,215,0,.2)}.modern-card{background:rgba(20,20,30,.5);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.08);border-radius:12px;box-shadow:0 4px 24px rgba(0,0,0,.2)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@layer base{.dark{--background:220 15% 8%;--foreground:0 0% 100%;--card:220 15% 12%;--card-foreground:0 0% 100%;--popover:220 15% 12%;--popover-foreground:0 0% 100%;--primary:0 100% 60%;--primary-foreground:0 0% 100%;--secondary:45 100% 60%;--secondary-foreground:220 15% 8%;--muted:220 15% 15%;--muted-foreground:0 0% 70%;--accent:220 15% 18%;--accent-foreground:0 0% 100%;--destructive:0 100% 50%;--destructive-foreground:0 0% 100%;--border:0 0% 100%;--input:0 0% 100%;--ring:0 100% 60%}*,body{@apply bg-background text-foreground}}@layer components{.liquid-glass{border:1px solid var(--glass-border-light);box-shadow:var(--glass-shadow-light),0 0 0 1px var(--glass-border-light) inset}.liquid-glass,.morphic-header{background:var(--glass-bg-light);backdrop-filter:blur(var(--glass-blur)) saturate(1.8);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(1.8)}.morphic-header{border-bottom:1px solid hsl(var(--border)/.25);box-shadow:0 4px 30px rgba(0,0,0,.08);position:-webkit-sticky;position:sticky;top:0;z-index:1100}.dark .liquid-glass,.dark .morphic-header{background:var(--glass-bg-dark);border:1px solid var(--glass-border-dark);box-shadow:var(--glass-shadow-dark),0 0 0 1px var(--glass-border-dark) inset}}@keyframes messageIn{0%{opacity:0;transform:translateY(8px) scale(.98)}60%{opacity:1;transform:translateY(-2px) scale(1.005)}to{opacity:1;transform:translateY(0) scale(1)}}.animate-message-in{animation:messageIn .45s cubic-bezier(.22,1,.36,1) both}@keyframes shimmer{0%{opacity:1}50%{opacity:.4}to{opacity:1}}@keyframes borderGlow{0%,to{box-shadow:0 0 6px rgba(168,85,247,.2)}50%{box-shadow:0 0 16px rgba(168,85,247,.5),0 0 32px rgba(168,85,247,.15)}}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.20%;descent-override:22.48%;line-gap-override:0.00%;size-adjust:107.40%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}