@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Noto+Sans+SC:wght@400;500;600&family=Noto+Serif+SC:wght@400;500;600&display=swap";:root{--accent:#d66043;--page-bg:#f5f3ee;--text:#292923;--muted:#625f58}html[data-theme=dark]{--page-bg:#1d1e1b;--text:#eeeae2;--muted:#d0cdc4}html[data-theme=dark] body{background:var(--page-bg);color:var(--text)}html[data-theme=dark] .site-header,html[data-theme=dark] .hero,html[data-theme=dark] .auth-page{background:#252621}html[data-theme=dark] .article-card,html[data-theme=dark] .auth-panel,html[data-theme=dark] .editor,html[data-theme=dark] .content-list,html[data-theme=dark] .metric-card,html[data-theme=dark] .chart-panel,html[data-theme=dark] .recent-panel{background:#2b2c27;border-color:#44463f}html[data-theme=dark] input,html[data-theme=dark] textarea,html[data-theme=dark] select{color:var(--text);background:#22231f;border-color:#4b4d45}.theme-toggle{color:var(--text);cursor:pointer;background:0 0;border:0;font-size:18px}:root{color:#292923;background:#f5f3ee;font-family:Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;min-width:320px;margin:0;font-weight:400}h1,h2,h3,h4,.brand{font-family:Noto Serif SC,Songti SC,SimSun,serif;font-weight:500}button,input,textarea{font:inherit}.app-loading{min-height:100vh;color:var(--muted);place-items:center;font:12px DM Mono,monospace;display:grid}.eyebrow,.site-header nav,.clock-label,.hero-stats span,.article-card small,.timeline small,.auth-panel label,.editor label{letter-spacing:.35px;font-family:DM Mono,Noto Sans SC,monospace;font-size:11px}.site-header{background:#f5f3ee;border-bottom:1px solid #dedbd3;justify-content:space-between;align-items:center;height:76px;padding:0 clamp(20px,6vw,96px);display:flex}.brand{color:#292923;align-items:center;gap:10px;font-weight:600;text-decoration:none;display:flex}.brand-mark{color:#fff;background:#d66043;border-radius:50%;place-items:center;width:28px;height:28px;font:italic 20px Georgia;display:grid}.site-header nav{align-items:center;gap:24px;font:11px DM Mono,monospace;display:flex}.site-header nav a,.text-button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-bottom:1px solid #0000;padding:6px 0;text-decoration:none}.site-header nav a.router-link-active{color:#b04b37;border-color:#d66043}.user-name{color:#9b5b49}.notification-badge{background:var(--accent);color:#fff;vertical-align:top;border-radius:9px;place-items:center;min-width:16px;height:16px;margin-left:4px;padding:0 4px;font:9px DM Mono,monospace;display:inline-grid}.eyebrow{color:#b04b37;letter-spacing:1px;margin:0 0 15px;font:11px DM Mono,monospace}.hero{background:#eeeae2;padding:88px clamp(24px,12vw,180px)}.hero h1,.auth-page h1{margin:0;font-size:58px;font-weight:500;line-height:1.18}.hero h1 em,.auth-page em{color:#d66043;font-style:normal}.hero>p:last-child{max-width:470px;color:var(--muted);line-height:2}.page-section{max-width:1180px;margin:auto;padding:72px clamp(24px,5vw,60px)}h2{margin:0;font-size:32px;font-weight:500}.section-title{justify-content:space-between;align-items:end;margin-bottom:22px;display:flex}.section-title input{background:0 0;border:0;border-bottom:1px solid #c9c4b9;outline:0;padding:8px}.category-tabs{gap:16px;margin-bottom:27px;display:flex}.category-tabs button,.auth-tabs button,.admin-tabs button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-bottom:1px solid #0000;padding:8px 0;font:11px DM Mono,monospace}.category-tabs button.selected,.auth-tabs button.selected,.admin-tabs button.selected{color:#292923;border-color:#d66043}.article-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.article-card{background:#ebe8e0}.article-card img{object-fit:cover;width:100%;height:175px}.article-card>div{padding:20px}.article-card small,.timeline small{color:#a26a5b;font:10px DM Mono,monospace}.article-card h3,.timeline h3{margin:12px 0 8px;font-size:19px;font-weight:500}.article-card p,.timeline p{color:var(--muted);margin:0;font-size:13px;line-height:1.8}.article-card .text-button{margin-top:18px}.moments-section{background:#dfe2d8}.timeline{border-left:1px solid #aeb6a9;margin-top:30px}.timeline article{padding:0 0 30px 25px}.auth-page{background:#eeeae2;grid-template-columns:1fr 390px;align-items:center;gap:80px;min-height:100vh;padding:60px clamp(24px,12vw,180px);display:grid}.auth-page section>p:last-child{max-width:400px;color:var(--muted);line-height:2}.auth-panel,.editor,.content-list{background:#f7f5ef;border:1px solid #ddd9cf;padding:30px}.auth-panel h2{margin:24px 0 18px;font-size:27px}.auth-panel form,.editor{gap:14px;display:grid}.auth-panel label,.editor label{color:var(--muted);gap:7px;font:10px DM Mono,monospace;display:grid}.auth-panel input,.editor input,.editor textarea{background:#f0eee8;border:1px solid #d7d2c8;outline:0;width:100%;padding:11px}.primary-button{color:#fff;cursor:pointer;background:#292923;border:0;padding:12px 15px;font:11px DM Mono,monospace}.primary-button:disabled{opacity:.6}.form-error{color:#a34c3b;font-size:12px}.article-detail{max-width:820px;margin:auto;padding:62px 24px 90px}.article-detail h1{margin:20px 0;font-size:52px;font-weight:500;line-height:1.3}.lead{color:var(--muted);line-height:2}.article-detail>img{object-fit:cover;width:100%;max-height:480px;margin:30px 0}.article-body{white-space:pre-wrap;color:var(--text);font-size:16px;line-height:2.2}.admin-page{max-width:1280px;margin:auto;padding:55px clamp(20px,5vw,60px) 90px}.admin-header{border-bottom:1px solid #d8d4ca;justify-content:space-between;align-items:end;padding-bottom:26px;display:flex}.admin-header h1{margin:0;font-size:40px;font-weight:500}.admin-header p:not(.eyebrow){color:var(--muted);font-size:13px}.summary{background:#d8d4ca;border:1px solid #d8d4ca;grid-template-columns:repeat(2,1fr);gap:1px;margin:28px 0;display:grid}.summary div{background:#f7f5ef;grid-template-columns:1fr auto;gap:8px;padding:18px;display:grid}.summary small,.summary span{color:var(--muted);font:10px DM Mono,monospace}.summary strong{font:28px DM Mono,monospace}.admin-tabs{gap:20px;margin:20px 0;display:flex}.admin-grid{grid-template-columns:1.2fr .8fr;align-items:start;gap:18px;display:grid}.admin-grid.list{display:block}.admin-grid.editor{grid-template-columns:1fr}.admin-grid.editor>.editor{width:100%}.content-list{padding:0}.list-head,.content-list article{border-bottom:1px solid #e1ddd4;justify-content:space-between;align-items:center;gap:15px;padding:16px 20px;display:flex}.list-head h2,.editor h2{font-size:18px}.content-list article strong,.content-list article small{display:block}.content-list article small{color:var(--muted);margin-top:6px;font:10px DM Mono,monospace}.content-list article button{cursor:pointer;background:0 0;border:1px solid #d4cfc5;padding:6px 9px;font-size:11px}.check{align-items:center;grid-template-columns:none!important;display:flex!important}.check input{width:auto}.editor h2{border-bottom:1px solid #e1ddd4;padding-bottom:15px}@media (width<=760px){.site-header{height:auto;min-height:65px;padding:13px 20px}.site-header nav{flex-wrap:wrap;justify-content:flex-end;gap:12px}.hero{padding:58px 24px}.hero h1,.auth-page h1{font-size:42px}.section-title{display:block}.section-title input{width:100%;margin-top:18px}.article-grid,.auth-page,.admin-grid{display:block}.article-card{margin-bottom:16px}.auth-page{padding:45px 24px}.auth-panel{margin-top:38px}.article-detail h1{font-size:36px}.admin-header{display:block}.admin-header .text-button{margin-top:16px}.summary{grid-template-columns:1fr}.content-list{margin-bottom:16px}}.main-nav,.header-actions{align-items:center;gap:18px;display:flex}.header-actions{gap:14px}.header-search{color:var(--muted);font-size:22px;text-decoration:none}.site-footer{color:#f5f3ee;background:#292923;grid-template-columns:2fr 1fr 1fr auto;gap:30px;padding:42px clamp(24px,6vw,96px);font:11px DM Mono,monospace;display:grid}.site-footer div{gap:8px;display:grid}.site-footer span,.site-footer a,.site-footer small{color:#bcb8ad}.footer-meta{align-content:start;justify-items:start;gap:8px;display:grid}.filing-link{white-space:nowrap}.site-footer nav,.social-links{gap:8px;display:grid}.site-footer a{text-decoration:none}.site-footer a:hover{color:#fff}@media (width<=900px){.main-nav{display:none}.site-footer{grid-template-columns:1fr 1fr}}@media (width<=600px){.site-footer{grid-template-columns:1fr;padding:32px 24px}}.floating-theme-toggle{z-index:99999;border:1px solid var(--accent);background:var(--page-bg,#f5f3ee);width:42px;height:42px;color:var(--text,#292923);cursor:pointer;border-radius:50%;padding:0;font-size:20px;display:block;position:fixed;bottom:20px;right:20px;box-shadow:0 5px 18px #0004}.floating-theme-toggle:hover{background:var(--accent);color:#fff}
