:root{--ink:#17211d;--muted:#6f7c75;--paper:#f5f4ee;--card:#fff;--line:#e5e7df;--accent:#6256e8;--accent2:#89d398;--danger:#d84f57;--shadow:0 18px 55px rgba(30,40,35,.08);font-family:Inter,"PingFang SC","Microsoft YaHei",system-ui,sans-serif;color:var(--ink);background:var(--paper)}*{box-sizing:border-box}body{margin:0;min-height:100vh}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.muted{color:var(--muted)}.eyebrow{font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:800;color:var(--accent)}.brand{display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:-.03em;font-size:20px}.brand-mark{width:34px;height:34px;border-radius:11px;background:var(--ink);color:#fff;display:grid;place-items:center;font-size:16px}.btn{border:0;border-radius:12px;padding:10px 16px;background:var(--ink);color:#fff;font-weight:700;transition:.2s;display:inline-flex;align-items:center;gap:8px;justify-content:center}.btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(23,33,29,.15)}.btn.primary{background:var(--accent)}.btn.soft{background:#efeffc;color:var(--accent)}.btn.ghost{background:transparent;color:var(--ink);border:1px solid var(--line)}.btn.danger{background:#fff0f0;color:var(--danger)}.btn.sm{padding:7px 11px;border-radius:9px;font-size:13px}.field{display:flex;flex-direction:column;gap:7px}.field label{font-size:13px;font-weight:700}.field small{font-size:12px;color:var(--muted)}input,textarea,select{width:100%;border:1px solid var(--line);background:#fff;border-radius:12px;padding:11px 13px;color:var(--ink);outline:none;transition:.2s}textarea{resize:vertical;min-height:88px}input:focus,textarea:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(98,86,232,.1)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.span-2{grid-column:span 2}.auth-page{display:grid;grid-template-columns:1.1fr .9fr;min-height:100vh;background:#ecece5}.auth-art{padding:64px;display:flex;flex-direction:column;justify-content:space-between;background:var(--ink);color:#fff;position:relative;overflow:hidden}.auth-art:after{content:"";position:absolute;width:540px;height:540px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent2));filter:blur(1px);right:-220px;bottom:-220px;opacity:.78}.auth-art .quote{font-size:clamp(40px,5vw,78px);font-weight:800;line-height:.96;letter-spacing:-.06em;max-width:700px;position:relative;z-index:1}.auth-panel{display:grid;place-items:center;padding:40px}.auth-box{width:min(450px,100%)}.auth-box h1{font-size:38px;letter-spacing:-.045em;margin:14px 0 8px}.auth-box p{color:var(--muted);line-height:1.7}.auth-box form{margin-top:32px;display:grid;gap:17px}.auth-box .btn{padding:13px}.step-pills{display:flex;gap:8px;margin:25px 0}.step-pills span{height:5px;flex:1;background:#ddd;border-radius:9px}.step-pills span.on{background:var(--accent)}.admin-shell{display:grid;grid-template-columns:244px 1fr;min-height:100vh}.sidebar{background:#18221e;color:#fff;padding:24px 18px;position:fixed;inset:0 auto 0 0;width:244px;display:flex;flex-direction:column}.sidebar .brand{padding:3px 9px 28px}.sidebar .brand-mark{background:#fff;color:var(--ink)}.nav{display:grid;gap:4px}.nav button{border:0;background:transparent;color:#b6c1bb;border-radius:11px;padding:11px 13px;text-align:left;font-weight:650;display:flex;gap:11px;align-items:center}.nav button:hover,.nav button.active{background:#2a3530;color:#fff}.nav .icon{font-size:17px;width:21px;text-align:center}.side-foot{margin-top:auto;border-top:1px solid #324039;padding:18px 9px 0}.side-foot small{color:#87958e}.side-foot strong{display:block;margin:4px 0 14px}.content{grid-column:2;padding:34px 40px 60px;max-width:1500px;width:100%;margin:auto}.topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.topbar h1{margin:0;font-size:29px;letter-spacing:-.04em}.topbar p{margin:5px 0 0;color:var(--muted)}.top-actions{display:flex;gap:10px}.page{display:none}.page.active{display:block}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.stat{background:var(--card);border:1px solid var(--line);border-radius:17px;padding:20px;box-shadow:var(--shadow)}.stat .num{font-size:34px;letter-spacing:-.04em;font-weight:800;margin-top:12px}.stat .label{color:var(--muted);font-size:13px}.grid-2{display:grid;grid-template-columns:1.15fr .85fr;gap:20px}.card{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:var(--shadow)}.card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.card-head h2{font-size:18px;margin:0}.empty{padding:42px;text-align:center;color:var(--muted);background:#fafaf7;border-radius:13px}.health-row{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding:15px 0}.health-row:last-child{border:0}.dot{display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:8px;background:#c1c8c4}.dot.ok{background:#54bd6d}.dot.warn{background:#e5a438}.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse}.table th{text-align:left;color:var(--muted);font-size:12px;padding:10px;border-bottom:1px solid var(--line);white-space:nowrap}.table td{padding:14px 10px;border-bottom:1px solid #f0f1ec;font-size:14px;vertical-align:top}.table tr:last-child td{border:0}.actions{display:flex;gap:6px;white-space:nowrap}.badge{display:inline-flex;padding:4px 9px;border-radius:999px;font-size:12px;font-weight:700;background:#f0f1ec;color:#5a6760}.badge.green{background:#e9f8ec;color:#28833e}.badge.purple{background:#efeffc;color:#564bd2}.badge.red{background:#fff0f0;color:#c14149}.toolbar{display:flex;gap:10px;align-items:center;margin-bottom:17px}.toolbar .search{max-width:280px}.notice{padding:14px 16px;border-radius:13px;background:#fff9e8;border:1px solid #f0dfae;color:#795d0d;margin-bottom:20px}.notice.error{background:#fff0f0;border-color:#f3c7ca;color:#a22d35}.code-output{background:#111815;color:#c7d4cd;border-radius:13px;padding:14px;min-height:96px;max-height:260px;overflow:auto;white-space:pre-wrap;font:12px/1.6 ui-monospace,SFMono-Regular,monospace}.modal-backdrop{position:fixed;inset:0;background:rgba(15,23,19,.55);display:none;place-items:center;padding:20px;z-index:20}.modal-backdrop.open{display:grid}.modal{background:#fff;border-radius:20px;width:min(720px,100%);max-height:92vh;overflow:auto;padding:25px;box-shadow:0 30px 80px rgba(0,0,0,.24)}.modal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.modal-head h2{margin:0}.modal-head button{border:0;background:#f1f2ed;width:32px;height:32px;border-radius:50%}.modal-foot{display:flex;justify-content:flex-end;gap:9px;margin-top:22px}.toast{position:fixed;right:24px;bottom:24px;background:var(--ink);color:#fff;padding:13px 18px;border-radius:12px;box-shadow:var(--shadow);z-index:40;opacity:0;transform:translateY(15px);pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:none}.toast.error{background:#b83740}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.settings-card .form-grid{margin-top:16px}.switch{display:flex;align-items:center;gap:9px}.switch input{width:auto}.public-body{background:#fbfbf8}.public-nav{max-width:1160px;margin:auto;padding:24px 28px;display:flex;justify-content:space-between;align-items:center}.public-nav .navlinks{display:flex;gap:25px;color:var(--muted);font-size:14px}.hero{max-width:1160px;margin:25px auto 65px;padding:0 28px}.hero-box{padding:70px 58px;background:#18221e;color:#fff;border-radius:28px;position:relative;overflow:hidden}.hero-box:after{content:"";position:absolute;width:320px;height:320px;border-radius:50%;right:-90px;top:-140px;background:var(--site-color);opacity:.9}.hero h1{font-size:clamp(42px,7vw,82px);max-width:820px;line-height:1;letter-spacing:-.06em;margin:15px 0 22px;position:relative;z-index:1}.hero p{max-width:620px;color:#c3cdc7;line-height:1.8;font-size:17px;position:relative;z-index:1}.article-grid{max-width:1160px;margin:auto;padding:0 28px 80px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.article-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;min-height:230px;display:flex;flex-direction:column;transition:.2s}.article-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.article-card h2{font-size:21px;line-height:1.35;margin:13px 0 10px}.article-card p{color:var(--muted);line-height:1.65;font-size:14px}.article-card .meta{margin-top:auto;font-size:12px;color:var(--muted)}.article-page{max-width:780px;margin:60px auto;padding:0 25px 90px}.article-page h1{font-size:clamp(38px,6vw,64px);line-height:1.06;letter-spacing:-.05em}.article-page .lead{font-size:19px;line-height:1.8;color:var(--muted);border-bottom:1px solid var(--line);padding-bottom:28px}.article-content{font-size:17px;line-height:1.9}.article-content h2{margin-top:42px;font-size:29px}.article-content h3{margin-top:30px}.article-content blockquote{border-left:4px solid var(--site-color);margin:30px 0;padding:4px 20px;color:var(--muted)}@media(max-width:980px){.stats{grid-template-columns:repeat(2,1fr)}.grid-2,.settings-grid{grid-template-columns:1fr}.article-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.auth-page{grid-template-columns:1fr}.auth-art{display:none}.sidebar{position:static;width:auto;padding:12px}.admin-shell{display:block}.sidebar .brand{padding-bottom:12px}.nav{display:flex;overflow:auto}.nav button{white-space:nowrap}.side-foot{display:none}.content{padding:22px 15px}.topbar{align-items:flex-start}.top-actions{display:none}.stats{grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:1fr}.span-2{grid-column:span 1}.article-grid{grid-template-columns:1fr}.hero-box{padding:45px 28px}.public-nav .navlinks{display:none}}
.device-login{background:linear-gradient(145deg,#f5f3ff,#f8fbf7);border:1px solid #ddd9fb;border-radius:16px;padding:17px;margin-bottom:16px}.device-login-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.device-login-head strong{display:block;margin-top:4px}.device-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden}.device-table th,.device-table td{padding:13px 12px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}.device-table tr:last-child th,.device-table tr:last-child td{border-bottom:0}.device-table th{width:78px;color:var(--muted);font-size:12px;white-space:nowrap}.device-table td:last-child{width:70px;text-align:right}.device-url{display:block;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--accent);font-size:13px}.device-code{font-size:22px;font-weight:800;letter-spacing:.12em;color:var(--ink);background:transparent}.raw-output{margin-top:10px}.raw-output summary{cursor:pointer;color:var(--muted);font-size:13px;margin-bottom:10px}.raw-output[open] summary{color:var(--ink)}@media(max-width:720px){.device-login{padding:13px}.device-table th{width:60px;padding:10px 6px}.device-table td{padding:10px 6px}.device-table td:last-child{width:62px;padding:10px 6px;text-align:right}.device-code{font-size:17px;letter-spacing:.06em}.device-url{max-width:145px}}
.type-news .hero{margin-top:12px;margin-bottom:38px}.type-news .hero-box{padding:38px 46px}.type-news .hero-box:after{width:230px;height:230px;right:-75px;top:-105px}.type-news .hero h1{font-size:clamp(32px,5vw,56px);margin:10px 0 14px}.type-news .hero p{font-size:15px;line-height:1.65;margin:0;max-width:680px}@media(max-width:720px){.type-news .hero{margin-top:4px;margin-bottom:26px}.type-news .hero-box{padding:27px 22px;border-radius:20px}.type-news .hero h1{font-size:clamp(29px,9vw,40px);margin:8px 0 11px}.type-news .hero p{font-size:14px;line-height:1.55}.type-news .hero-box:after{width:170px;height:170px;right:-65px;top:-90px}}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px;position:relative;z-index:2}.public-btn{display:inline-flex;align-items:center;border-radius:999px;background:var(--site-color);color:#fff;padding:10px 17px;font-size:13px;font-weight:800}.public-btn.ghost{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.24)}.seo-home{max-width:1160px;margin:auto;padding:0 28px 90px}.featured-layout{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);gap:20px;margin-bottom:70px}.featured-main{min-height:410px;border-radius:24px;padding:42px;background:linear-gradient(145deg,color-mix(in srgb,var(--site-color) 16%,white),#fff);border:1px solid color-mix(in srgb,var(--site-color) 20%,var(--line));display:flex;flex-direction:column;justify-content:flex-end;transition:.2s}.featured-main:hover,.headline-list>a:hover,.seo-card:hover,.related-grid>a:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.featured-main h2{font-size:clamp(30px,4vw,48px);line-height:1.08;letter-spacing:-.045em;margin:15px 0}.featured-main p{font-size:16px;line-height:1.75;color:var(--muted);max-width:680px}.featured-main strong,.seo-card strong,.related-grid strong{color:var(--site-color)}.headline-list{display:grid;gap:9px}.section-kicker{font-weight:800;font-size:13px;letter-spacing:.1em;padding:0 4px 6px}.headline-list>a{display:flex;flex-direction:column;gap:6px;padding:17px 19px;border:1px solid var(--line);border-radius:15px;background:#fff;transition:.2s}.headline-list span,.headline-list small,.related-grid span{font-size:12px;color:var(--muted)}.headline-list small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.section-heading h2{font-size:29px;letter-spacing:-.035em;margin:6px 0 0}.section-heading>p,.section-heading>a{color:var(--muted);font-size:14px}.topic-section,.latest-section,.link-directory{margin:65px 0}.topic-cloud{display:flex;flex-wrap:wrap;gap:10px}.topic-cloud a{padding:9px 14px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:14px;transition:.2s}.topic-cloud a:hover{border-color:var(--site-color);color:var(--site-color);transform:translateY(-1px)}.seo-article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.seo-card>a{height:100%;min-height:265px;padding:25px;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:18px;background:#fff;transition:.2s}.seo-card h3{font-size:21px;line-height:1.35;margin:14px 0 9px}.seo-card p{color:var(--muted);font-size:14px;line-height:1.7}.seo-card strong{margin-top:auto}.directory-links{columns:2;column-gap:38px}.directory-links a{display:flex;justify-content:space-between;gap:15px;padding:12px 2px;border-bottom:1px solid var(--line);break-inside:avoid;font-size:14px}.directory-links a:hover{color:var(--site-color)}.seo-footer{max-width:1160px;margin:auto;padding:34px 28px 50px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:35px}.seo-footer>div{max-width:560px}.seo-footer p{color:var(--muted);line-height:1.65;font-size:13px}.seo-footer nav{display:flex;flex-wrap:wrap;gap:18px;align-content:flex-start;font-size:13px;color:var(--muted)}.breadcrumbs{display:flex;gap:9px;align-items:center;color:var(--muted);font-size:13px;white-space:nowrap;overflow:hidden}.breadcrumbs span:last-child{overflow:hidden;text-overflow:ellipsis}.article-content a{color:var(--site-color);font-weight:700;text-decoration:underline;text-underline-offset:3px}.article-topics{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:42px;padding-top:22px;border-top:1px solid var(--line)}.article-topics a{font-size:13px;color:var(--site-color)}.article-neighbors,.related-section{max-width:1160px;margin:0 auto;padding:0 28px 70px}.article-neighbors{display:grid;grid-template-columns:1fr 1fr;gap:18px}.article-neighbors>a{padding:19px 21px;border:1px solid var(--line);background:#fff;border-radius:15px;display:flex;flex-direction:column;gap:7px}.article-neighbors .next{text-align:right}.article-neighbors small{color:var(--muted)}.related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.related-grid>a{display:flex;flex-direction:column;min-height:235px;padding:23px;border:1px solid var(--line);border-radius:17px;background:#fff;transition:.2s}.related-grid h3{line-height:1.4;margin:13px 0 7px}.related-grid p{color:var(--muted);font-size:13px;line-height:1.65}.related-grid strong{margin-top:auto}.archive-page{max-width:980px;margin:55px auto 90px;padding:0 28px}.archive-page>header{text-align:center;margin-bottom:35px}.archive-page h1{font-size:clamp(38px,6vw,62px);letter-spacing:-.05em;margin:10px 0}.archive-page>header p{color:var(--muted)}.public-search{max-width:610px;margin:25px auto 0;display:flex;gap:9px}.public-search input{border-radius:999px;padding-left:18px}.public-search button{border:0;border-radius:999px;background:var(--site-color);color:#fff;font-weight:800;padding:0 22px}.archive-topics{justify-content:center;margin-bottom:30px}.archive-list{display:grid;gap:11px}.archive-list article>a{display:grid;grid-template-columns:100px 1fr auto;gap:20px;align-items:center;padding:22px;border:1px solid var(--line);border-radius:16px;background:#fff}.archive-list time{font-size:12px;color:var(--muted)}.archive-list h2{font-size:20px;margin:0 0 6px}.archive-list p{font-size:13px;line-height:1.55;color:var(--muted);margin:0}.archive-list strong{color:var(--site-color);white-space:nowrap}.pagination{display:flex;justify-content:space-between;align-items:center;margin-top:30px}.pagination a{color:var(--site-color);font-weight:700}.pagination strong{font-size:13px}.task-loop-note{margin:0;line-height:1.6}@media(max-width:900px){.featured-layout{grid-template-columns:1fr}.featured-main{min-height:330px}.seo-article-grid,.related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.hero-actions{margin-top:18px}.seo-home{padding:0 16px 65px}.featured-layout{margin-bottom:48px}.featured-main{min-height:275px;padding:25px;border-radius:19px}.featured-main h2{font-size:30px}.headline-list>a{padding:15px}.section-heading{align-items:flex-start}.section-heading h2{font-size:25px}.section-heading>p{display:none}.topic-section,.latest-section,.link-directory{margin:48px 0}.seo-article-grid,.related-grid{grid-template-columns:1fr}.seo-card>a{min-height:220px}.directory-links{columns:1}.seo-footer{padding:28px 18px 38px;display:block}.seo-footer nav{margin-top:22px}.article-page{margin-top:35px}.article-neighbors{grid-template-columns:1fr;padding:0 16px 50px}.article-neighbors>span{display:none}.related-section{padding:0 16px 55px}.archive-page{margin-top:35px;padding:0 16px}.public-search button{padding:0 16px}.archive-list article>a{grid-template-columns:1fr;gap:7px;padding:18px}.archive-list strong{display:none}.pagination strong{font-size:12px}}
.brand,.featured-layout,.featured-layout>*,.headline-list,.headline-list>*,.seo-article-grid>*,.related-grid>*,.archive-list>*,.archive-list article>a>*,.article-neighbors>*{min-width:0}.brand-mark{flex:0 0 auto}.brand-name{min-width:0}.public-body{max-width:100%;overflow-x:clip}.public-body h1,.public-body h2,.public-body h3,.public-body p,.public-body a,.public-body strong{overflow-wrap:anywhere}.featured-main p{max-width:100%}.topic-cloud a{max-width:100%}.article-content img,.article-content video,.article-content iframe,.article-content svg{max-width:100%;height:auto}@media(max-width:900px){.featured-layout{grid-template-columns:minmax(0,1fr)}}@media(max-width:720px){.public-nav{width:100%;max-width:100%;padding:16px;min-width:0}.public-nav .brand{max-width:100%;font-size:17px;gap:9px}.public-nav .brand-name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.public-nav .brand-mark{width:31px;height:31px;border-radius:10px}.hero{width:100%;max-width:100%;padding:0 16px}.hero-box{width:100%;max-width:100%}.hero h1{overflow-wrap:anywhere}.hero-actions{width:100%}.public-btn{max-width:100%;white-space:normal;text-align:center}.featured-layout,.headline-list,.seo-article-grid,.related-grid{width:100%;max-width:100%}.featured-main,.headline-list>a,.seo-card>a,.related-grid>a{width:100%;max-width:100%}.headline-list small{width:100%;max-width:100%}.section-heading{min-width:0}.section-heading>*{min-width:0}.section-heading>a{text-align:right}.directory-links a{min-width:0}.article-page{width:100%;max-width:100%;padding-left:18px;padding-right:18px}.article-page h1{font-size:clamp(32px,10vw,44px)}.article-page .lead{font-size:17px}.article-content{font-size:16px}.article-content h2{font-size:25px}.article-content ul,.article-content ol{padding-left:23px}.article-content blockquote{margin-left:0;margin-right:0}.article-neighbors>a{min-width:0}.archive-page{width:100%;max-width:100%}.public-search{width:100%;max-width:100%;min-width:0}.public-search input{min-width:0}.public-search button{flex:0 0 auto}.archive-list article>a>div{min-width:0}.pagination{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:8px}.pagination>*{min-width:0}.pagination>a:last-child{text-align:right}.seo-footer{width:100%;max-width:100%}.seo-footer>*{min-width:0}.admin-shell,.content,.page,.card,.grid-2,.settings-grid,.table-wrap{min-width:0;max-width:100%}.sidebar{max-width:100%;overflow:hidden}.nav{max-width:100%;overscroll-behavior-x:contain}.content{width:100%;overflow:hidden}.card{padding:17px}.card-head{gap:10px;align-items:flex-start}.card-head>*{min-width:0}.health-row{gap:12px}.health-row>*{min-width:0;overflow-wrap:anywhere}.table-wrap{width:100%;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.modal-backdrop{padding:8px}.modal{width:100%;max-width:100%;padding:18px;max-height:calc(100dvh - 16px);border-radius:16px}.modal-head{gap:10px}.modal-head h2{min-width:0;overflow-wrap:anywhere}.modal-head button{flex:0 0 auto}.modal-foot{flex-wrap:wrap}.toast{left:12px;right:12px;bottom:12px;text-align:center}.auth-panel{padding:28px 17px}.auth-box h1{font-size:32px}.device-login-head{align-items:flex-start}.device-login-head>*{min-width:0}.code-output{max-width:100%;overflow-wrap:anywhere}}@media(max-width:480px){.stats{gap:10px}.stat{padding:15px}.stat .num{font-size:29px}.topbar h1{font-size:25px}.empty{padding:28px 15px}.device-login-head{display:grid}.device-table,.device-table tbody{display:block;width:100%}.device-table tr{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:5px 8px;padding:10px;border-bottom:1px solid var(--line)}.device-table tr:last-child{border-bottom:0}.device-table th{grid-column:1/-1;width:auto;padding:0;border:0}.device-table td{min-width:0;padding:0;border:0}.device-table td:last-child{width:auto;padding:0}.device-url{width:100%;max-width:100%}.device-code{font-size:16px;letter-spacing:.04em;overflow-wrap:anywhere}.modal-foot .btn{flex:1}.public-search{gap:6px}.public-search input{padding-left:14px}.public-search button{padding:0 13px}.section-heading{gap:10px}.section-heading>a{font-size:12px}.pagination{font-size:12px}}
.featured-cover,.card-cover,.archive-cover,.article-cover img,.article-content img{display:block;width:100%;background:#eceee9;object-fit:cover}.featured-cover{aspect-ratio:16/8.5;border-radius:16px;margin-bottom:25px}.featured-main.has-cover{justify-content:flex-start}.card-cover{aspect-ratio:16/9;border-radius:11px;margin-bottom:18px}.article-cover{margin:30px 0 38px}.article-cover img{aspect-ratio:16/9;border-radius:18px}.article-cover figcaption,.article-content figcaption{text-align:center;color:var(--muted);font-size:12px;line-height:1.6;margin-top:9px}.article-content figure{margin:34px 0}.article-content figure img{max-height:620px;border-radius:14px}.archive-cover{width:100px;height:72px;border-radius:10px}.type-novel .hero-box{background:linear-gradient(145deg,#201c1a,#342a25)}.type-novel .article-page{max-width:740px}.type-novel .article-content{font-family:"Noto Serif SC","Songti SC",SimSun,serif;font-size:19px;line-height:2.08}.type-novel .article-content p{margin:1.15em 0;text-indent:2em}.type-novel .article-content blockquote p,.type-novel .article-content li p{ text-indent:0}.type-novel .article-content h2,.type-novel .article-content h3{font-family:Inter,"PingFang SC","Microsoft YaHei",sans-serif}.type-novel .directory-links{columns:1}.type-novel .directory-links a{padding:15px 3px}@media(max-width:720px){.featured-cover{margin-bottom:20px;border-radius:12px}.card-cover{margin:-7px -7px 16px;width:calc(100% + 14px)}.article-cover{margin:24px 0 30px}.article-cover img{border-radius:13px}.article-content figure{margin:28px 0}.article-content figure img{border-radius:11px}.archive-cover{width:100%;height:auto;aspect-ratio:16/8;border-radius:10px}.type-novel .article-content{font-size:18px;line-height:2}.type-novel .article-content p{text-indent:2em}}
.image-upload-actions{margin-top:2px;flex-wrap:wrap}.image-upload-actions .btn{white-space:normal}.modal.article-editor-modal{width:min(1180px,100%)}.article-editor-modal .tox-tinymce{border:1px solid var(--line);border-radius:12px}.article-editor-modal .tox .tox-edit-area:before{border-color:var(--accent)}@media(max-width:480px){.image-upload-actions{display:grid;grid-template-columns:1fr}.image-upload-actions .btn{width:100%}.article-editor-modal .tox-tinymce{min-height:430px}}
.site-logo-uploader{display:grid;grid-template-columns:132px minmax(0,1fr);gap:16px;align-items:center;padding:14px;border:1px solid var(--line);border-radius:14px;background:#fafaf7}.site-logo-preview{width:132px;height:92px;min-width:0;min-height:0;padding:7px;display:grid;place-items:center;overflow:hidden;border-radius:12px;background:#18221e}.site-logo-preview img{display:block;width:100%;height:100%;min-width:0;min-height:0;object-fit:contain}.site-logo-controls{display:grid;gap:10px;min-width:0}.site-logo-controls small{color:var(--muted);line-height:1.5}@media(max-width:480px){.site-logo-uploader{grid-template-columns:1fr}.site-logo-preview{width:100%;height:108px}}
.site-ssl-state{display:flex;flex-direction:column;gap:5px;margin:8px 0}.site-ssl-line{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.site-ssl-line .badge{font-size:10px}.site-ssl-line small{overflow-wrap:anywhere}
