@keyframes disco-logo-glow{0%,to{box-shadow:0 0 10px rgba(139,92,246,.5),0 0 20px rgba(139,92,246,.3),0 0 30px rgba(168,85,247,.2)}50%{box-shadow:0 0 15px rgba(168,85,247,.6),0 0 25px rgba(139,92,246,.4),0 0 35px rgba(168,85,247,.3)}}.disco-logo-glow{animation:disco-logo-glow 2s ease-in-out infinite}.dark{--primary:280 100% 50%;--primary-foreground:0 0% 100%;--background:260 40% 5%;--foreground:280 100% 90%;--card:260 40% 8%;--card-foreground:280 100% 90%;--popover:260 40% 8%;--popover-foreground:280 100% 90%;--muted:260 30% 15%;--muted-foreground:280 60% 70%;--accent:200 100% 50%;--accent-foreground:0 0% 100%;--border:280 60% 30%;--input:280 60% 30%;--ring:280 100% 50%;--destructive:340 100% 50%;--destructive-foreground:0 0% 100%;--chart-1:280 100% 50%;--chart-2:200 100% 50%;--chart-3:340 100% 50%;--chart-4:160 100% 50%;--chart-5:60 100% 50%}.minimal{--primary:0 0% 0%;--primary-foreground:0 0% 100%;--background:0 0% 100%;--foreground:0 0% 0%;--card:0 0% 100%;--card-foreground:0 0% 0%;--popover:0 0% 100%;--popover-foreground:0 0% 0%;--muted:0 0% 96%;--muted-foreground:0 0% 45%;--accent:0 0% 96%;--accent-foreground:0 0% 9%;--border:0 0% 90%;--input:0 0% 90%;--ring:0 0% 0%;--destructive:0 84% 60%;--destructive-foreground:0 0% 100%;--chart-1:0 0% 20%;--chart-2:0 0% 40%;--chart-3:0 0% 60%;--chart-4:0 0% 80%;--chart-5:0 0% 10%}.dark.minimal{--primary:0 0% 100%;--primary-foreground:0 0% 0%;--background:0 0% 0%;--foreground:0 0% 100%;--card:0 0% 4%;--card-foreground:0 0% 100%;--popover:0 0% 4%;--popover-foreground:0 0% 100%;--muted:0 0% 8%;--muted-foreground:0 0% 65%;--accent:0 0% 15%;--accent-foreground:0 0% 100%;--border:0 0% 15%;--input:0 0% 15%;--ring:0 0% 100%;--destructive:0 63% 31%;--destructive-foreground:0 0% 100%;--chart-1:0 0% 80%;--chart-2:0 0% 60%;--chart-3:0 0% 40%;--chart-4:0 0% 20%;--chart-5:0 0% 90%}[data-theme=custom]{--primary:var(--custom-primary,222 47% 11%);--primary-foreground:var(--custom-primary-foreground,210 40% 98%);--background:var(--custom-background,0 0% 100%);--foreground:var(--custom-foreground,222 47% 11%);--card:var(--custom-card,0 0% 100%);--card-foreground:var(--custom-card-foreground,222 47% 11%);--popover:var(--custom-popover,0 0% 100%);--popover-foreground:var(--custom-popover-foreground,222 47% 11%);--muted:var(--custom-muted,210 40% 96%);--muted-foreground:var(--custom-muted-foreground,215 16% 47%);--accent:var(--custom-accent,210 40% 96%);--accent-foreground:var(--custom-accent-foreground,222 47% 11%);--destructive:var(--custom-destructive,0 84% 60%);--destructive-foreground:var(--custom-destructive-foreground,210 40% 98%);--border:var(--custom-border,214 32% 91%);--input:var(--custom-input,214 32% 91%);--ring:var(--custom-ring,222 47% 11%)}.dark [data-theme=custom]{--primary:var(--custom-primary-dark,210 40% 98%);--primary-foreground:var(--custom-primary-foreground-dark,222 47% 11%);--background:var(--custom-background-dark,222 47% 11%);--foreground:var(--custom-foreground-dark,210 40% 98%);--card:var(--custom-card-dark,222 47% 11%);--card-foreground:var(--custom-card-foreground-dark,210 40% 98%);--popover:var(--custom-popover-dark,222 47% 11%);--popover-foreground:var(--custom-popover-foreground-dark,210 40% 98%);--muted:var(--custom-muted-dark,217 33% 17%);--muted-foreground:var(--custom-muted-foreground-dark,215 20% 65%);--accent:var(--custom-accent-dark,217 33% 17%);--accent-foreground:var(--custom-accent-foreground-dark,210 40% 98%);--destructive:var(--custom-destructive-dark,0 63% 31%);--destructive-foreground:var(--custom-destructive-foreground-dark,210 40% 98%);--border:var(--custom-border-dark,217 33% 17%);--input:var(--custom-input-dark,217 33% 17%);--ring:var(--custom-ring-dark,212 26% 83%)}@keyframes premium-shine{0%{background-position:-200%}to{background-position:200%}}.premium-badge{background:linear-gradient(90deg,#ffd700,#ffed4e 25%,#ffd700 50%,#ffed4e 75%,#ffd700);background-size:200% auto;animation:premium-shine 3s linear infinite;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}*{transition:background-color .3s ease,color .3s ease,border-color .3s ease}.theme-loading-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);backdrop-filter:blur(10px);z-index:9999;display:flex;align-items:center;justify-content:center;pointer-events:all}.custom-logo{max-width:150px;max-height:40px;-o-object-fit:contain;object-fit:contain}.theme-preview-card{position:relative;overflow:hidden;transition:all .3s ease}.theme-preview-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 30%,rgba(255,255,255,.1) 50%,transparent 70%);transform:translateX(-100%);transition:transform .6s}.theme-preview-card:hover:before{transform:translateX(100%)}[data-theme=disco]::-webkit-scrollbar-track{background:hsl(260 40% 5%)}[data-theme=disco]::-webkit-scrollbar-thumb{background:linear-gradient(180deg,hsl(280 100% 50%),hsl(200 100% 50%));border-radius:10px}[data-theme=custom]::-webkit-scrollbar-thumb{background:hsl(var(--primary))}@font-face{font-family:Inter;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;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;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;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;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;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;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;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}