:root,:root[data-theme=dark]{--bg-primary:#0a0e14;--bg-secondary:#121620;--bg-card:#181e28;--bg-hover:#1e2633;--accent:#39bae6;--accent-glow:rgba(57,186,230,0.25);--accent2:#95e6cb;--color-ds:#39bae6;--color-co:#ff8f40;--color-os:#a277ff;--color-cn:#95e6cb;--text-primary:#e2e8f0;--text-secondary:#8899a9;--text-muted:#7a8896;--border-color:#232a35;--border-light:#2a3240;--shadow-card:0 2px 12px rgba(0,0,0,0.25);--shadow-glow:0 0 24px rgba(57,186,230,0.15);--code-bg:#121620;--code-inline-bg:rgba(57,186,230,0.1);--table-header-bg:#121620;--table-row-alt:rgba(255,255,255,0.02);--tag-bg:rgba(57,186,230,0.1);--tag-border:rgba(57,186,230,0.15);--answer-color:#ff6b6b;--bg:var(--bg-primary);--surface:var(--bg-card);--surface-2:var(--bg-secondary);--surface-3:#0e1219;--line:var(--border-color);--line-strong:var(--border-light);--text:var(--text-primary);--muted:var(--text-muted);--subtle:#5f6e7d;--accent-soft:rgba(57,186,230,0.12);--success:#62c68a;--success-soft:rgba(98,198,138,0.12);--warning:#e0a458;--warning-soft:rgba(224,164,88,0.12);--danger:#df6c6c;--danger-soft:rgba(223,108,108,0.12)}:root[data-theme=light]{--bg-primary:#ffffff;--bg-secondary:#f0f3f8;--bg-card:#ffffff;--bg-hover:#eef2f7;--accent:#1a72c4;--accent-glow:rgba(26,114,196,0.18);--accent2:#0f9d8a;--color-ds:#1a72c4;--color-co:#e0761a;--color-os:#7a3ff0;--color-cn:#0f9d8a;--text-primary:#1f2a38;--text-secondary:#44566a;--text-muted:#66788a;--border-color:#dde3ed;--border-light:#c8d2df;--shadow-card:0 2px 12px rgba(15,23,42,0.08);--shadow-glow:0 0 24px rgba(26,114,196,0.15);--code-bg:#f0f3f8;--code-inline-bg:rgba(26,114,196,0.08);--table-header-bg:#eef2f7;--table-row-alt:#f7f9fc;--tag-bg:rgba(26,114,196,0.08);--tag-border:rgba(26,114,196,0.2);--answer-color:#d7322a;--bg:var(--bg-primary);--surface:var(--bg-card);--surface-2:var(--bg-secondary);--surface-3:#f7f9fc;--line:var(--border-color);--line-strong:var(--border-light);--text:var(--text-primary);--muted:var(--text-muted);--subtle:#8899aa;--accent-soft:rgba(26,114,196,0.1);--success:#1f9d55;--success-soft:rgba(31,157,85,0.1);--warning:#b7791f;--warning-soft:rgba(183,121,31,0.1);--danger:#c0392b;--danger-soft:rgba(192,57,43,0.1)}body,html{background:var(--bg-primary);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,sans-serif;letter-spacing:0}a{color:var(--accent)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--bg-card);border-bottom:1px solid var(--border-color);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.site-header-inner{max-width:none;min-height:48px;margin:0 auto;padding:0 12px;display:flex;align-items:center;gap:18px}.brand{color:var(--accent);font-size:1.3rem;font-weight:800;letter-spacing:-.02em;white-space:nowrap}.brand:hover{text-decoration:none;color:var(--accent)}.site-nav{margin-left:auto;display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.site-nav a{min-height:36px;display:inline-flex;align-items:center;padding:.3rem .55rem;border-radius:6px;color:var(--text-secondary);font-size:.875rem;font-weight:500;white-space:nowrap;position:relative}.site-nav a:hover{color:var(--text-primary);background:var(--bg-hover);text-decoration:none}.site-nav a.active{color:var(--accent);background:var(--tag-bg);font-weight:600}.navbar-right{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.navbar-toggle{display:none;width:38px;height:38px;background:transparent;font-size:1.4rem;line-height:1}.navbar-toggle,.theme-toggle-btn{align-items:center;justify-content:center;border:1px solid var(--border-light);border-radius:8px;color:var(--text-primary);cursor:pointer}.theme-toggle-btn{width:36px;height:36px;display:inline-flex;background:var(--bg-secondary);font-size:1rem}.content-shell{width:100%;max-width:none;margin:0 auto;padding:0 0 4rem}.page-header{align-items:center;gap:8px;margin-bottom:8px}.page-header h1{font-size:1.3rem;font-weight:800;letter-spacing:-.02em}.content-shell>:not(.workspace-layout):not(.knowledge-layout):not(.detail-layout){margin-left:12px;margin-right:12px}.content-shell>.page-header{padding:6px 0}.content-shell .breadcrumb{min-height:28px;flex-wrap:wrap;margin-bottom:4px}body .global-back-btn{position:fixed;right:26px;bottom:182px;z-index:89;display:grid;place-items:center;width:40px;height:40px;min-height:40px;margin:0;padding:0;border-radius:50%;box-shadow:0 8px 22px rgba(0,0,0,.24);transition:opacity .15s,color .15s,border-color .15s}body .global-back-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (hover:hover) and (pointer:fine){body .global-back-btn:not(.is-revealed):not(:focus-visible){opacity:0;pointer-events:none}}@media (max-width:640px){body .global-back-btn{right:19px;bottom:180px;width:42px;height:42px}}@media (prefers-reduced-motion:reduce){body .global-back-btn{transition:none}}.content-shell .detail-layout,.content-shell .knowledge-layout{gap:0}.content-shell .detail-block,.content-shell .detail-sidebar,.content-shell .knowledge-sidebar{padding:12px;border-radius:0;box-shadow:none}.content-shell .knowledge-main{padding:12px}@media (min-width:901px){.content-shell .exam-sidebar,.content-shell .knowledge-sidebar{top:56px;max-height:calc(100vh - 64px)}}.button{min-height:40px;padding:.6rem 1.4rem;border:none;border-radius:10px;background:linear-gradient(135deg,var(--accent),var(--accent2));font-weight:600;box-shadow:var(--shadow-card)}.button,.button:hover{color:var(--bg-primary)}.button:hover{box-shadow:var(--shadow-glow);transform:translateY(-1px)}.button-secondary{border:1.5px solid var(--border-light);background:rgba(127,127,127,.03);color:var(--text-primary);box-shadow:none}.button-secondary:hover{border-color:var(--accent);background:var(--tag-bg);color:var(--accent)}.section-heading h2{font-size:1.2rem}.dashboard-section{margin-bottom:2rem}.hero{text-align:center;padding:4rem 1.25rem 2.5rem;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center}.hero-content{max-width:860px}.hero-title{font-size:clamp(2.2rem,6vw,4.2rem);font-weight:900;line-height:1.1;letter-spacing:-.03em;margin:0 0 1rem}.gradient-text{background:linear-gradient(135deg,var(--accent),var(--accent2));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.hero-subtitle{font-size:1.2rem;color:var(--text-secondary);margin:0 auto 2.5rem;max-width:540px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.6rem;border-radius:10px;font-weight:600;font-size:.875rem;transition:all .25s;cursor:pointer;text-decoration:none}.btn-primary{background:linear-gradient(135deg,var(--accent),var(--accent2));color:var(--bg-primary)}.btn-primary:hover{box-shadow:var(--shadow-glow);transform:translateY(-1px);color:var(--bg-primary)}.btn-outline{border:1.5px solid var(--border-light);color:var(--text-primary);background:rgba(127,127,127,.03)}.btn-outline:hover{border-color:var(--accent);box-shadow:var(--shadow-glow);transform:translateY(-1px);color:var(--accent);background:var(--tag-bg)}.section-header{text-align:center;max-width:900px;margin:2rem auto 1.5rem;padding:0 1.25rem}.section-header h2{font-size:1.7rem;font-weight:800;margin:0 0 .35rem}.section-header p{color:var(--text-muted);margin:0}.hero-cards,.subject-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1.25rem;gap:1.25rem;max-width:900px;margin:0 auto;padding:0 1.25rem 2.5rem}.card{display:block;position:relative;overflow:hidden;padding:1.5rem;background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;box-shadow:var(--shadow-card);transition:all .3s}.card,.card:hover{text-decoration:none;color:var(--text-primary)}.card:hover{border-color:var(--accent);box-shadow:var(--shadow-glow);transform:translateY(-2px)}.recent-item,.subject-card{text-align:center;padding:2rem 1.5rem;cursor:pointer}.subject-card-icon{display:block;font-size:2.5rem;margin-bottom:.75rem;color:var(--color-ds);transition:transform .3s}.hero-card:hover .hero-card-icon,.subject-card:hover .subject-card-icon{transform:scale(1.1)}.subject-card-title{font-size:1.1rem;font-weight:700;margin-bottom:.4rem}.subject-card-desc{color:var(--text-muted);font-size:.875rem;margin-bottom:.5rem}.subject-card-count{color:var(--text-muted);font-size:.75rem}.recent-list{display:flex;flex-direction:column;gap:.75rem;max-width:900px;margin:0 auto;padding:0 1.25rem 2rem}.recent-item{display:flex;align-items:center;text-align:left;gap:1rem;padding:1rem 1.25rem;border-radius:12px}.recent-item-icon{font-size:1.5rem;flex-shrink:0}.recent-item-content{min-width:0}.recent-item-title{font-weight:600;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recent-item-meta{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;color:var(--text-muted);font-size:.75rem}.hero-card{text-align:center;padding:1.5rem}.hero-card-icon{display:block;font-size:2.5rem;margin-bottom:.75rem;transition:transform .3s}.hero-card-title{font-weight:700;font-size:1.1rem;margin-bottom:.4rem}.hero-card-desc{color:var(--text-muted);font-size:.875rem}.tag{display:inline-flex;align-items:center;padding:.2em .7em;font-size:.75rem;border-radius:4px;background:var(--tag-bg);color:var(--accent);border:1px solid var(--tag-border)}.admin-report-meta,.admin-table-wrap,.admin-toolbar,.detail-block,.filter-bar,.item-card,.migration-card,.school-card,.school-filter,.school-program-group,.school-score-year{border-radius:12px;box-shadow:var(--shadow-card)}.detail-block:hover,.item-card:hover,.migration-card:hover,.school-card:hover{border-color:var(--accent);box-shadow:var(--shadow-glow)}.meta-chip{border-radius:4px;background:var(--tag-bg);border-color:var(--tag-border);color:var(--accent)}.site-footer{padding:2rem;text-align:center;color:var(--text-muted);font-size:.75rem;border-top:1px solid var(--border-color);background:var(--bg-secondary)}.site-footer p{margin:0}.exam-page-header{margin-bottom:1.25rem}.exam-entry-cards{max-width:980px;margin:0 0 2.25rem;padding:0}.exam-entry-cards .subject-card{padding:1.5rem 1.25rem}.subject-card.co .subject-card-icon{color:var(--color-co)}.subject-card.ds .subject-card-icon{color:var(--color-ds)}.subject-card.os .subject-card-icon{color:var(--color-os)}.subject-card.cn .subject-card-icon{color:var(--color-cn)}.exam-paper-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:.75rem;gap:.75rem}.exam-paper-card{display:block;padding:1rem 1.25rem;background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;box-shadow:var(--shadow-card);text-decoration:none;color:var(--text-primary);transition:all .25s}.exam-paper-card:hover{border-color:var(--accent);box-shadow:var(--shadow-glow);transform:translateY(-1px);color:var(--text-primary)}.exam-paper-card .title{font-weight:700;margin-bottom:.4rem}.exam-paper-card .meta{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.82rem;color:var(--text-muted)}@media (max-width:900px){.site-header-inner{flex-wrap:wrap;padding-top:0;padding-bottom:0}.site-nav{display:none;order:3;width:100%;margin-left:0;flex-direction:column;align-items:stretch;gap:.25rem;padding:.75rem 0 .25rem}.site-nav.open{display:flex}.site-nav a{min-height:40px;padding:.5rem .75rem}.navbar-toggle{display:inline-flex}.navbar-right{margin-left:auto}.hero{padding:3rem 1rem 1.5rem}.hero-cards,.subject-grid{grid-template-columns:1fr}}.content-shell.directory-page,.home-page{width:100%;max-width:none;padding:12px clamp(16px,2vw,32px) 64px}.content-shell.directory-page>*{margin-left:0;margin-right:0}.directory-page>.page-header{margin-bottom:24px;padding:4px 0 16px;border-bottom:1px solid var(--line)}.directory-page .page-header h1{margin-bottom:8px;font-size:clamp(1.5rem,2.4vw,2rem);font-weight:750}.directory-page .page-header p{font-size:.95rem;line-height:1.7}.home-page .hero{align-items:flex-start;padding:28px 0 32px;text-align:left;border-bottom:1px solid var(--line)}.home-page .hero-content{max-width:none;width:100%}.home-page .hero-title{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px 20px;margin-bottom:16px;font-size:clamp(1.5rem,3.1vw,2.75rem);line-height:1.3;letter-spacing:-.025em;text-wrap:balance}.home-page .hero-brand{font-weight:850}.home-page .hero-title-phrase{white-space:nowrap}.home-page .hero-subtitle{margin:0 0 22px;max-width:none;font-size:1rem;line-height:1.7}.home-page .hero-actions{justify-content:flex-start;gap:10px}.home-page .section-header{max-width:none;margin:28px 0 16px;padding:0;text-align:left}.home-page .section-header h2{font-size:1.25rem;font-weight:750}.home-page .hero-cards,.knowledge-directory .knowledge-subject-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px;max-width:none;margin:0;padding:0}.directory-page .subject-card,.home-page .card{min-width:0;border-radius:12px;box-shadow:none;text-align:left}.directory-page .subject-card,.home-page .subject-card{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:8px;min-height:192px;padding:22px}.directory-page .subject-card-icon,.home-page .subject-card-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin:0 0 6px;border-radius:10px;background:var(--accent-soft);font-size:1.6rem}.directory-page .subject-card-title,.home-page .subject-card-title{display:block;margin:0;font-size:1.15rem;line-height:1.4}.directory-page .subject-card-desc,.home-page .subject-card-desc{display:block;margin:0;font-size:.9rem;line-height:1.65;color:var(--text-secondary)}.directory-page .subject-card-count,.home-page .subject-card-count{display:block;margin-top:auto;padding-top:10px;color:var(--accent);font-size:.8rem}.home-page .recent-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-width:none;padding:0;grid-gap:12px;gap:12px}.home-page .recent-item{padding:16px;min-width:0}.home-page .recent-item-content{min-width:0}.home-page .recent-item-title{overflow-wrap:anywhere}.home-page .hero-card{padding:20px}.home-page .hero-card-icon{font-size:1.5rem;margin-bottom:12px}.home-page .hero-card-title{display:block;font-size:1rem}.home-page .hero-card-desc{display:block;margin-top:6px;font-size:.875rem;color:var(--text-secondary)}.exams-directory .exam-entry-cards{max-width:none;gap:16px;margin-bottom:28px;grid-template-columns:repeat(2,minmax(0,1fr))}.exams-directory .exam-entry-cards .subject-card{min-height:180px}.exams-directory .exam-tool-cards{max-width:none;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}.exams-directory .exam-tool-cards .subject-card{min-height:156px;padding:18px}.exams-directory .exam-tools-section{margin-bottom:32px}.exams-directory .exam-paper-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}.exams-directory .exam-paper-card{padding:20px;border-radius:12px;min-width:0}.exams-directory .exam-paper-card .title{font-size:1.05rem;margin-bottom:14px}.exams-directory .exam-paper-card .meta{gap:8px;flex-wrap:wrap}.algorithms-directory .algorithm-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.algorithms-directory .algorithm-sections{gap:32px}.directory-page .section-heading{gap:12px;margin-bottom:14px}.directory-page .section-heading h2{font-size:1.15rem;font-weight:700}.algorithm-directory-card{display:flex;flex-direction:column;min-width:0;padding:22px;border-radius:12px;gap:14px}.algorithm-directory-card .item-card-head{display:grid;grid-gap:4px;gap:4px}.algorithm-directory-card h3{margin:0;font-size:1.15rem;font-weight:700}.algorithm-english-name{color:var(--muted);font-size:.8rem}.algorithm-directory-card .item-card-excerpt{margin:0;min-height:3.3em;font-size:.9rem;line-height:1.65;color:var(--text-secondary)}.algorithm-complexity{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;padding:14px 0;margin:auto 0 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.algorithm-complexity dt{font-size:.75rem;color:var(--muted);margin-bottom:6px}.algorithm-complexity dd{margin:0;font:.8rem/1.5 ui-monospace,Consolas,monospace;color:var(--text);overflow-wrap:anywhere}.algorithm-card-footer{min-height:26px;gap:6px}.algorithm-open{margin-left:auto;color:var(--accent);font-size:.8rem}.directory-page a:focus-visible,.home-page a:focus-visible{outline:2px solid var(--accent);outline-offset:4px}@media (max-width:1050px){.home-page .hero-cards,.knowledge-directory .knowledge-subject-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.home-page .hero{padding-top:16px}.home-page .hero-title{display:grid;grid-gap:8px;gap:8px}.algorithms-directory .algorithm-grid,.exams-directory .exam-entry-cards,.exams-directory .exam-tool-cards,.home-page .hero-cards,.home-page .recent-list,.knowledge-directory .knowledge-subject-cards{grid-template-columns:minmax(0,1fr)}.directory-page .subject-card,.home-page .subject-card{min-height:0;padding:18px}}