[data-theme=light]{--bg-primary:#f6f8fa;--bg-secondary:#ffffff;--bg-tertiary:#ffffff;--text-primary:#1f2328;--text-secondary:#656d76;--text-tertiary:#848c94;--border-color:#d1d9e0;--border-color-secondary:#d1d9e0;--hero-text-color:rgba(255,255,255,0.9);--hero-text-shadow:0 0.125rem 0.5rem rgba(0,0,0,0.8);--feature-card-bg:rgba(255,255,255,0.1);--feature-card-border:rgba(255,255,255,0.2);--overlay-primary:rgba(0,0,0,0.8);--overlay-secondary:rgba(0,0,0,0.4)}[data-theme=dark]{--bg-primary:#0d1117;--bg-secondary:#161b22;--bg-tertiary:#21262d;--text-primary:#f0f6fc;--text-secondary:#8d96a0;--text-tertiary:#6e7681;--border-color:#30363d;--border-color-secondary:#30363d;--hero-text-color:rgba(255,255,255,0.95);--hero-text-shadow:0 0.125rem 0.5rem rgba(0,0,0,0.9);--feature-card-bg:rgba(255,255,255,0.05);--feature-card-border:rgba(255,255,255,0.1);--overlay-primary:rgba(0,0,0,0.9);--overlay-secondary:rgba(0,0,0,0.5)}html[data-theme=dark] body,html[data-theme=light] body{background-color:var(--bg-primary);color:var(--text-primary)}.hero-text-themed{color:var(--hero-text-color);text-shadow:var(--hero-text-shadow)}.feature-card-themed{background:var(--feature-card-bg);border-color:var(--feature-card-border);backdrop-filter:blur(1rem)}.overlay-primary-themed{background:radial-gradient(ellipse at center,var(--overlay-primary) 0,var(--overlay-secondary) 40%,transparent 70%)}.overlay-secondary-themed{background:linear-gradient(135deg,var(--overlay-secondary) 0,rgba(0,0,0,.1) 50%,var(--overlay-secondary) 100%)}.ant-card,.ant-layout{transition:all .3s ease}.ant-typography{transition:color .3s ease}[data-theme=dark] ::-webkit-scrollbar{width:8px;height:8px}[data-theme=dark] ::-webkit-scrollbar-track{background:#1f1f1f}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#444444;border-radius:4px}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#555555}[data-theme=light] ::-webkit-scrollbar{width:8px;height:8px}[data-theme=light] ::-webkit-scrollbar-track{background:#f1f1f1}[data-theme=light] ::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}[data-theme=light] ::-webkit-scrollbar-thumb:hover{background:#a8a8a8}