:root{--color-bg: #e2e8f0;--color-surface: #ffffff;--color-text: #0f172a;--color-text-secondary: #475569;--color-text-muted: #94a3b8;--color-accent: #6366f1;--color-accent-end: #8b5cf6;--color-accent-subtle: #eef2ff;--color-accent-border: #c7d2fe;--cat-math: #6366f1;--cat-algebra: #8b5cf6;--cat-physics: #06b6d4;--cat-ds: #f59e0b;--cat-os: #10b981;--cat-network: #ec4899;--cat-all: #6366f1;--ft-pdf: #ef4444;--ft-zip: #8b5cf6;--ft-doc: #3b82f6;--ft-ppt: #f97316;--ft-img: #10b981;--color-border: #e2e8f0;--color-border-light: #f1f5f9;--shadow-sm: 0 1px 3px rgba(0,0,0,.04), 0 1px 2px rgba(0,0,0,.03);--shadow-md: 0 4px 16px rgba(0,0,0,.06), 0 1px 3px rgba(0,0,0,.04);--shadow-lg: 0 12px 32px rgba(0,0,0,.08), 0 2px 8px rgba(0,0,0,.04);--shadow-xl: 0 24px 56px rgba(0,0,0,.1);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-full: 9999px;--font-sans: "Inter", system-ui, -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--sidebar-width: 240px;--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-normal: .25s cubic-bezier(.4, 0, .2, 1);--transition-spring: .35s cubic-bezier(.34, 1.56, .64, 1)}@media (max-width: 640px){:root{--space-sm: 6px;--space-md: 12px;--space-lg: 16px;--space-xl: 24px;--space-2xl: 32px}html{font-size:15px}}@media (min-width: 641px) and (max-width: 1024px){:root{--sidebar-width: 180px;--space-lg: 20px;--space-xl: 28px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);font-size:16px;color:var(--color-text);min-height:100vh;-webkit-font-smoothing:antialiased}body{min-height:100vh;background:var(--color-bg);overflow-x:hidden;cursor:default}a{color:var(--color-accent);text-decoration:none}button{cursor:pointer;border:none;outline:none;font-family:inherit}ul,ol{list-style:none}.content-swap-enter-active,.content-swap-leave-active{transition:opacity .2s ease,transform .2s ease}.content-swap-enter-from{opacity:0;transform:translateY(12px)}.content-swap-leave-to{opacity:0;transform:translateY(-8px)}.pdf-modal-enter-active,.pdf-modal-leave-active{transition:opacity .25s ease}.pdf-modal-enter-from,.pdf-modal-leave-to{opacity:0}.pdf-modal-enter-active .modal{transition:opacity .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1)}.pdf-modal-enter-from .modal{opacity:0;transform:scale(.88) translateY(40px)}.pdf-modal-leave-active .modal{transition:opacity .2s ease-in,transform .2s ease-in}.pdf-modal-leave-to .modal{opacity:0;transform:scale(.92) translateY(20px)}.contribute-modal-enter-active,.contribute-modal-leave-active{transition:opacity .25s ease}.contribute-modal-enter-from,.contribute-modal-leave-to{opacity:0}.contribute-modal-enter-active .modal{transition:opacity .3s cubic-bezier(.34,1.56,.64,1),transform .3s cubic-bezier(.34,1.56,.64,1)}.contribute-modal-enter-from .modal{opacity:0;transform:scale(.85)}.contribute-modal-leave-active .modal{transition:opacity .18s ease-in,transform .18s ease-in}.contribute-modal-leave-to .modal{opacity:0;transform:scale(.9)}.popover-enter-active{transition:opacity .2s ease}.popover-enter-active .popover{transition:transform .25s cubic-bezier(.34,1.56,.64,1),opacity .25s ease}.popover-leave-active{transition:opacity .18s ease}.popover-leave-active .popover{transition:transform .18s ease-in,opacity .15s ease}.popover-enter-from{opacity:0}.popover-enter-from .popover{opacity:0;transform:scale(.9) translateY(-8px)}.popover-leave-to{opacity:0}.popover-leave-to .popover{opacity:0;transform:scale(.95) translateY(-4px)}.popover-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;background:#0f172a26;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:flex-start;justify-content:center;padding-top:80px}.popover{background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:var(--space-sm);width:280px;max-width:90vw}.popover-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-radius:var(--radius-sm);cursor:pointer;font-size:.9rem;font-weight:500;color:var(--color-text-secondary);transition:background var(--transition-fast)}.popover-item:hover{background:var(--color-accent-subtle)}.popover-item .count{font-size:.75rem;color:var(--color-accent);background:var(--color-accent-subtle);padding:2px 8px;border-radius:10px}.popover-item.active{background:var(--color-accent-subtle);color:var(--color-accent)}.popover-list{list-style:none}[data-theme=dark]{--color-bg: #0f172a;--color-surface: #1e293b;--color-text: #f1f5f9;--color-text-secondary: #94a3b8;--color-text-muted: #64748b;--color-accent: #818cf8;--color-accent-end: #a78bfa;--color-accent-subtle: rgba(99, 102, 241, .12);--color-accent-border: rgba(129, 140, 248, .25);--color-border: #334155;--color-border-light: #1e293b;--cat-math: #818cf8;--cat-algebra: #a78bfa;--cat-physics: #22d3ee;--cat-ds: #fbbf24;--cat-os: #34d399;--cat-network: #f472b6;--cat-all: #818cf8;--ft-pdf: #f87171;--ft-zip: #a78bfa;--ft-doc: #60a5fa;--ft-ppt: #fb923c;--ft-img: #34d399;--shadow-sm: 0 1px 3px rgba(0,0,0,.2), 0 1px 2px rgba(0,0,0,.15);--shadow-md: 0 4px 16px rgba(0,0,0,.25), 0 1px 3px rgba(0,0,0,.2);--shadow-lg: 0 12px 32px rgba(0,0,0,.3), 0 2px 8px rgba(0,0,0,.2);--shadow-xl: 0 24px 56px rgba(0,0,0,.35)}[data-theme=dark] #cursor-glow{background:radial-gradient(circle,rgba(129,140,248,.3) 0%,rgba(167,139,250,.18) 30%,rgba(34,211,238,.08) 55%,transparent 70%)!important}[data-theme=dark] #bg-orbs .bg-orb:nth-child(1){background:#312e81;opacity:.3}[data-theme=dark] #bg-orbs .bg-orb:nth-child(2){background:#4338ca;opacity:.25}[data-theme=dark] #bg-orbs .bg-orb:nth-child(3){background:#164e63;opacity:.25}[data-theme=dark] .btn-close{background:#334155}[data-theme=dark] .btn-close:hover{background:#475569}[data-theme=dark] .popover-overlay{background:#0006}[data-theme=dark] .admin-sidebar{background:#0b1120}html[data-theme=dark] .category-item:hover{background:#ffffff0a;color:var(--color-text)}html[data-theme=dark] .category-item.active{background:var(--color-accent-subtle);color:var(--color-accent)}html[data-theme=dark] .category-count{background:#ffffff0f}html[data-theme=dark] .card-category{background:#ffffff0d!important}html[data-theme=dark] .card:hover{border-color:var(--color-border)}html[data-theme=dark] .card.pdf .card-badge{background:#f871711f!important}html[data-theme=dark] .card.zip .card-badge,html[data-theme=dark] .card.rar .card-badge,html[data-theme=dark] .card.\37z .card-badge,html[data-theme=dark] .card.tar .card-badge,html[data-theme=dark] .card.gz .card-badge{background:#a78bfa1f!important}html[data-theme=dark] .card.doc .card-badge,html[data-theme=dark] .card.docx .card-badge{background:#60a5fa1f!important}html[data-theme=dark] .card.ppt .card-badge,html[data-theme=dark] .card.pptx .card-badge{background:#fb923c1f!important}html[data-theme=dark] .card.png .card-badge,html[data-theme=dark] .card.jpg .card-badge,html[data-theme=dark] .card.jpeg .card-badge{background:#34d3991f!important}html[data-theme=dark] .page-btn{background:var(--color-surface);border-color:var(--color-border)}html[data-theme=dark] .page-btn:hover:not(:disabled){background:var(--color-accent-subtle)}html[data-theme=dark] .modal-footer button{background:var(--color-bg-alt, #1e293b)}html[data-theme=dark] .modal-footer button:hover:not(:disabled){background:var(--color-accent-subtle)}html[data-theme=dark] .empty-art{background:linear-gradient(135deg,#6366f11f,#8b5cf61a)!important}html[data-theme=dark] .empty-art svg{color:#818cf866!important}html[data-theme=dark] .file-item{background:#ffffff0a}html[data-theme=dark] .sidebar .category-item{background:var(--color-surface)}html[data-theme=dark] .sidebar .category-item.active{background:var(--color-accent)}html[data-theme=dark] .glass-card{background:var(--color-surface)}html[data-theme=dark] .glass-card select,html[data-theme=dark] .glass-card input{background:#0f172a;color:var(--color-text);border-color:var(--color-border)}
