:root{color-scheme:light;font-family:PingFang SC,Microsoft YaHei,Noto Sans CJK SC,system-ui,sans-serif;font-synthesis:none;--navy: #152033;--navy-2: #202e45;--navy-3: #31415b;--red: #a4151a;--red-dark: #811014;--red-soft: #f8e9e7;--gold: #d5a72e;--gold-soft: #f9f0d8;--ivory: #f6f1e8;--paper: #fffdf9;--white: #ffffff;--ink: #182132;--muted: #667085;--muted-2: #98a2b3;--line: #e7e3dc;--line-strong: #d8d2c7;--green: #237a57;--green-soft: #e9f6ef;--warning: #9a6811;--warning-soft: #fbf2dd;--danger-soft: #fbe9e9;--shadow-xs: 0 1px 2px rgb(21 32 51 / 5%);--shadow-sm: 0 8px 24px rgb(21 32 51 / 7%);--shadow-md: 0 18px 46px rgb(21 32 51 / 11%);--radius-sm: 12px;--radius: 16px;--radius-lg: 20px;--page: 1180px}*{box-sizing:border-box}html{min-width:320px;scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased}body,button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}a{color:inherit;text-decoration:none}button{color:inherit}img{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--navy);text-wrap:balance}h1,h2{font-family:Songti SC,STSong,"Noto Serif CJK SC",serif}p{line-height:1.72}button:disabled{cursor:not-allowed;opacity:.58}:focus-visible{outline:3px solid rgb(213 167 46 / 52%);outline-offset:3px}::selection{background:var(--gold-soft);color:var(--navy)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:9999;top:8px;left:8px;padding:10px 16px;border-radius:10px;background:var(--navy);color:#fff;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.page-width{width:min(calc(100% - 40px),var(--page));margin-inline:auto}.content-page{padding-block:54px 80px}.content-page--narrow{max-width:850px}.site-shell{min-height:100vh}.site-main{min-height:calc(100vh - 260px)}.site-header{position:sticky;z-index:50;top:0;height:76px;border-bottom:1px solid rgb(21 32 51 / 8%);background:#fffdf9f0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.site-header__inner{display:flex;align-items:center;gap:32px;width:min(calc(100% - 40px),var(--page));height:100%;margin-inline:auto}.brand{display:inline-flex;align-items:center;flex:0 0 auto;gap:11px;min-height:44px}.brand img{width:43px;height:43px;border:2px solid var(--gold);border-radius:50%;object-fit:cover;box-shadow:0 4px 14px #a4151a24}.brand span{display:grid;gap:1px}.brand strong{color:var(--navy);font-family:Songti SC,STSong,serif;font-size:19px;letter-spacing:.03em}.brand small{color:var(--muted);font-size:10px;letter-spacing:.12em}.desktop-nav{display:flex;align-self:stretch;align-items:center;gap:4px}.desktop-nav a{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:82px;min-height:44px;border-radius:12px;color:#4f596a;font-size:14px;font-weight:650}.desktop-nav a:hover{background:#f3efe8;color:var(--navy)}.desktop-nav a.active{color:var(--red)}.desktop-nav a.active:after{position:absolute;right:18px;bottom:-10px;left:18px;height:3px;border-radius:3px 3px 0 0;background:var(--red);content:""}.header-user{display:flex;align-items:center;gap:8px;margin-left:auto}.header-admin-link{display:inline-flex;align-items:center;gap:6px;min-height:40px;padding:0 12px;border-radius:10px;background:var(--gold-soft);color:#6d4b08;font-size:13px;font-weight:700}.user-chip{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:4px 8px 4px 4px;border-radius:13px;color:var(--navy);font-size:13px;font-weight:650}.user-chip:hover{background:#f3efe8}.avatar{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;flex:0 0 auto;border:1px solid #d9b6b2;border-radius:50%;background:var(--red-soft);color:var(--red);font-size:13px;font-weight:800}.avatar--tiny{width:28px;height:28px;font-size:10px}.avatar--small{width:34px;height:34px;font-size:11px}.avatar--large{width:72px;height:72px;border-width:2px;font-size:22px}.icon-button{display:inline-flex;width:44px;min-width:44px;height:44px;align-items:center;justify-content:center;padding:0;border:1px solid transparent;border-radius:12px;background:transparent;cursor:pointer}.icon-button:hover{border-color:var(--line);background:var(--ivory)}.icon-button--small{width:36px;min-width:36px;height:36px;border-radius:10px}.icon-button--danger{color:var(--red)}.button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:8px;padding:0 18px;border:1px solid transparent;border-radius:13px;cursor:pointer;font-weight:720;line-height:1;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button--small{min-height:44px;padding-inline:13px;border-radius:11px;font-size:13px}.button--wide{width:100%}.button--icon-only{width:46px;min-width:46px;padding:0}.button--primary{background:var(--red);color:#fff;box-shadow:0 7px 18px #a4151a29}.button--primary:hover:not(:disabled){background:var(--red-dark);box-shadow:0 9px 24px #a4151a38}.button--gold{background:var(--gold);color:var(--navy);box-shadow:0 8px 24px #0000002e}.button--hero-quiet{border-color:#ffffff47;background:#ffffff14;color:#fff}.button--quiet,.button--secondary{border-color:var(--line-strong);background:var(--white);color:var(--navy)}.button--quiet:hover:not(:disabled),.button--secondary:hover:not(:disabled){border-color:#c7bfb1;background:var(--ivory)}.button--danger{background:var(--red);color:#fff}.button--danger-quiet{border-color:#e8c5c3;background:#fff8f7;color:var(--red)}.button--success{background:var(--green);color:#fff}.password-alert{display:flex;min-height:48px;align-items:center;justify-content:center;gap:10px;padding:8px 20px;background:var(--red);color:#fff;font-size:14px}.password-alert a{min-height:32px;padding:6px 12px;border-radius:9px;background:#fff;color:var(--red);font-weight:800}.mobile-nav,.admin-mobile-nav{display:none}.site-footer{display:flex;align-items:flex-start;justify-content:space-between;gap:40px;margin-top:70px;padding:42px max(24px,calc((100% - var(--page)) / 2));border-top:1px solid var(--line);background:#f2ede4}.site-footer>div:first-child p{margin:14px 0 0;color:var(--muted);font-size:13px}.site-footer__links{display:flex;gap:24px;padding-top:12px;color:var(--muted);font-size:13px}.site-footer__links a:hover{color:var(--red)}.eyebrow{display:inline-block;color:var(--red);font-size:11px;font-weight:850;letter-spacing:.15em}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:34px}.page-header__copy{max-width:720px}.page-header h1{margin:7px 0 10px;font-size:clamp(34px,5vw,50px);line-height:1.12;letter-spacing:-.025em}.page-header p{max-width:670px;margin-bottom:0;color:var(--muted);font-size:16px}.page-header__actions{display:flex;flex:0 0 auto;gap:10px}.back-link{display:inline-flex;min-height:44px;align-items:center;gap:7px;color:var(--muted);font-size:14px;font-weight:650}.back-link:hover{color:var(--red)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}.section-heading h2{margin:4px 0 0;font-size:28px}.section-heading p{margin:7px 0 0;color:var(--muted)}.section-heading>a,.section-heading>span{display:inline-flex;min-height:44px;align-items:center;gap:4px;color:var(--red);font-size:13px;font-weight:750}.state-card{display:flex;min-height:178px;align-items:center;justify-content:center;gap:13px;padding:30px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--white);color:var(--muted);text-align:center}.state-card--loading{flex-direction:column}.state-card--error{justify-content:flex-start;border-color:#edc9c6;background:#fff9f8;color:var(--red);text-align:left}.state-card--error>div{flex:1}.state-card--error strong,.state-card--empty strong{display:block;margin-bottom:5px;color:var(--navy);font-size:17px}.state-card--error p,.state-card--empty p,.state-card--loading p{margin:0;color:var(--muted);font-size:14px}.state-card--empty{flex-direction:column}.state-card__icon{display:inline-flex;width:58px;height:58px;align-items:center;justify-content:center;border-radius:18px;background:var(--ivory);color:var(--red)}.state-card--compact{min-height:100px;padding:18px}.inline-loading{display:inline-flex;align-items:center;gap:7px}.spin{animation:spin .85s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.notice{display:flex;align-items:flex-start;gap:11px;padding:15px 17px;border:1px solid #d8dfeb;border-radius:14px;background:#f4f7fb;color:#40506a;font-size:13px;line-height:1.65}.notice>svg{flex:0 0 auto;margin-top:1px}.notice strong{display:block;margin-bottom:2px;color:var(--navy)}.notice a{color:var(--red);font-weight:750;text-decoration:underline;text-underline-offset:3px}.notice--danger{border-color:#ebc3c0;background:var(--danger-soft);color:#7d2c2f}.notice--danger strong{color:var(--red-dark)}.notice--success{border-color:#bfe0ce;background:var(--green-soft);color:#236345}.status-pill{display:inline-flex;min-height:26px;align-items:center;justify-content:center;padding:3px 9px;border-radius:999px;background:#eef0f3;color:#5e6776;font-size:11px;font-weight:800;white-space:nowrap}.status-pill--success{background:var(--green-soft);color:var(--green)}.status-pill--warning{background:var(--warning-soft);color:var(--warning)}.status-pill--danger{background:var(--danger-soft);color:var(--red)}.search-field{display:flex;min-width:280px;min-height:48px;align-items:center;gap:10px;padding:0 8px 0 15px;border:1px solid var(--line);border-radius:14px;background:var(--white);color:var(--muted)}.search-field:focus-within{border-color:#c7a23f;box-shadow:0 0 0 3px #d5a72e21}.search-field input{width:100%;height:44px;padding:0;border:0;outline:0;background:transparent;color:var(--ink)}.segmented{display:inline-flex;min-height:46px;align-items:center;gap:3px;padding:4px;border:1px solid var(--line);border-radius:14px;background:#f3efe8}.segmented button{min-height:44px;padding:0 14px;border:0;border-radius:10px;background:transparent;color:var(--muted);cursor:pointer;font-size:13px;font-weight:680}.segmented button.is-active{background:var(--white);color:var(--red);box-shadow:var(--shadow-xs)}.toolbar,.admin-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:28px;padding:14px;border:1px solid var(--line);border-radius:var(--radius);background:#f6f3ed}.toolbar .search-field,.admin-toolbar .search-field{flex:1;max-width:560px}.result-note{display:flex;align-items:center;gap:8px;margin:-10px 0 22px;color:var(--muted);font-size:13px}.result-note button{min-height:36px;margin-left:4px;border:0;background:transparent;color:var(--red);cursor:pointer;font-weight:700}.field{display:grid;gap:8px}.field>label{color:var(--navy);font-size:13px;font-weight:750}.field input,.field textarea,.field select,.message-composer textarea,.comment-composer textarea{width:100%;min-height:46px;padding:12px 14px;border:1px solid var(--line-strong);border-radius:12px;outline:0;background:var(--white);color:var(--ink);resize:vertical}.field input:focus,.field textarea:focus,.field select:focus,.message-composer textarea:focus,.comment-composer textarea:focus{border-color:#bd8f20;box-shadow:0 0 0 3px #d5a72e24}.field small{color:var(--muted);font-size:12px;line-height:1.5}.field .field__error,.field__error{display:block;color:var(--red);font-size:12px}.form-card{display:grid;gap:22px;padding:clamp(24px,5vw,40px);border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--white);box-shadow:var(--shadow-sm)}.stack-form{display:grid;gap:18px}.checkbox-field{display:inline-flex;width:fit-content;align-items:center;gap:10px;color:var(--navy);cursor:pointer;font-size:13px;font-weight:700}.checkbox-field input{width:18px;height:18px;accent-color:var(--red)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-actions{display:flex;justify-content:flex-end;gap:10px}.image-upload{display:grid;gap:14px}.image-upload__input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.image-upload__picker{display:flex;min-height:86px;align-items:center;justify-content:center;gap:12px;border:1px dashed #c8b8a7;border-radius:var(--radius);background:#fbf8f3;color:var(--navy);cursor:pointer;transition:border-color .16s ease,background .16s ease}.image-upload__picker:hover{border-color:var(--red);background:var(--red-soft)}.image-upload__picker--busy{cursor:wait;opacity:.7}.image-upload__picker>svg{color:var(--red)}.image-upload__picker>span{display:grid;gap:3px}.image-upload__picker strong{font-size:14px}.image-upload__picker small{color:var(--muted);font-size:11px}.image-upload__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.image-upload__item{position:relative;overflow:hidden;margin:0;border:1px solid var(--line);border-radius:13px;background:var(--white)}.image-upload__item img{width:100%;aspect-ratio:1;object-fit:cover}.image-upload__item figcaption{display:flex;min-height:38px;align-items:center;justify-content:space-between;padding:2px 4px 2px 10px;color:var(--muted);font-size:11px}.image-upload__item button{color:var(--red)}.dialog-backdrop{position:fixed;z-index:1000;inset:0;display:grid;overflow-y:auto;place-items:center;padding:24px;background:#0f1726a3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.dialog{width:min(100%,590px);max-height:min(88vh,840px);overflow-y:auto;border:1px solid rgb(255 255 255 / 20%);border-radius:var(--radius-lg);background:var(--paper);box-shadow:0 28px 80px #0000003d}.dialog--danger{border-top:4px solid var(--red)}.dialog__header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:24px 24px 16px;border-bottom:1px solid var(--line)}.dialog__header h2{margin:0 0 6px;font-size:24px}.dialog__header p{margin:0;color:var(--muted);font-size:13px}.dialog__body{padding:24px}.dialog__footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 24px 24px}.dialog-hint{display:flex;min-height:130px;align-items:center;justify-content:center;gap:9px;color:var(--muted);font-size:13px}.home-hero{position:relative;display:grid;min-height:540px;grid-template-columns:minmax(0,1fr) 300px;align-items:end;gap:60px;overflow:hidden;padding:78px max(32px,calc((100% - var(--page)) / 2)) 72px;background:var(--navy);color:#fff}.home-config-state{padding-top:32px}.home-hero--single{grid-template-columns:minmax(0,1fr)}.home-hero--principle-only{grid-template-columns:minmax(260px,360px);justify-content:center}.home-hero__content{position:relative;z-index:1;max-width:720px}.hero-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:22px;padding:8px 12px;border:1px solid rgb(213 167 46 / 35%);border-radius:999px;background:#d5a72e1a;color:#f2d981;font-size:12px;font-weight:750;letter-spacing:.08em}.home-hero h1{margin-bottom:22px;color:#fff;font-size:clamp(52px,7.4vw,90px);font-weight:780;line-height:1.04;letter-spacing:-.045em;white-space:pre-line}.home-hero__content>p{max-width:620px;margin-bottom:32px;color:#cbd3e1;font-size:18px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.hero-principle{position:relative;z-index:1;padding:25px;border:1px solid rgb(255 255 255 / 14%);border-radius:var(--radius-lg);background:#ffffff12;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-principle>svg{margin-bottom:32px;color:var(--gold)}.home-hero__emblem{width:72px;height:72px;margin-bottom:25px;border:2px solid var(--gold);border-radius:50%;object-fit:cover}.hero-principle p{margin-bottom:12px;color:#fff;font-family:Songti SC,STSong,serif;font-size:22px;line-height:1.55}.hero-principle span{color:#98a6bb;font-size:11px;letter-spacing:.12em}.home-values{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);margin-top:-28px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--white);box-shadow:var(--shadow-md)}.home-values>div{display:grid;grid-template-columns:48px 1fr;grid-template-rows:auto auto;column-gap:14px;padding:24px 28px}.home-values>div+div{border-left:1px solid var(--line)}.home-values>div>span{display:inline-flex;width:48px;height:48px;grid-row:1 / 3;align-items:center;justify-content:center;border-radius:15px;background:var(--red-soft);color:var(--red)}.home-values strong{color:var(--navy);font-size:15px}.home-values p{margin:4px 0 0;color:var(--muted);font-size:12px;line-height:1.5}.home-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:42px;padding-top:78px}.home-grid.home-grid--single{grid-template-columns:minmax(0,1fr)}.home-section--wiki{padding-top:74px}.home-side{display:grid;align-content:start;gap:18px}.editorial-card,.plain-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--white)}.editorial-card{padding:28px;background:var(--navy);color:#fff}.editorial-card__icon{display:inline-flex;width:48px;height:48px;align-items:center;justify-content:center;margin-bottom:26px;border-radius:15px;background:#d5a72e26;color:var(--gold)}.editorial-card .eyebrow{color:#e5c96c}.editorial-card h2{margin:8px 0 10px;color:#fff;font-size:27px}.editorial-card p{margin-bottom:22px;color:#bdc7d7;font-size:13px}.editorial-card a{display:inline-flex;min-height:44px;align-items:center;gap:7px;color:#f0d77f;font-size:13px;font-weight:750}.plain-card{padding:22px}.plain-card__title{display:flex;align-items:center;gap:9px;margin-bottom:10px;color:var(--red)}.plain-card__title h2,.plain-card__title h3{margin:0;color:var(--navy);font-family:inherit;font-size:15px}.plain-card>p{margin:0;color:var(--muted);font-size:12px}.post-list{display:grid;gap:12px}.post-list--roomy{gap:16px}.post-card{padding:22px 24px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.post-card--media{display:grid;grid-template-columns:minmax(0,1fr) 180px;gap:20px}.post-card__body{min-width:0}.post-card__media{display:block;overflow:hidden;border-radius:13px;background:var(--ivory)}.post-card__media img{width:100%;height:100%;min-height:150px;object-fit:cover}.post-card:hover{border-color:#d7cdbf;box-shadow:var(--shadow-sm);transform:translateY(-2px)}.post-card__meta{display:flex;align-items:center;gap:6px;margin-bottom:8px;color:var(--muted);font-size:11px}.pin-label{padding:2px 7px;border-radius:999px;background:var(--gold-soft);color:#7b5508;font-weight:800}.post-card__title h3{margin:0;font-size:20px;line-height:1.42}.post-card__title:hover h3{color:var(--red)}.post-card__body>p{margin:9px 0 17px;color:var(--muted);font-size:13px}.post-card__body footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:14px;border-top:1px solid #f0ece6;color:var(--muted);font-size:11px}.author-inline,.post-card__stats,.post-card__stats>span{display:inline-flex;align-items:center}.author-inline{gap:7px}.post-card__stats{gap:13px}.post-card__stats>span{gap:4px}.wiki-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.wiki-grid--page{grid-template-columns:repeat(3,1fr)}.wiki-card{display:grid;grid-template-columns:50px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:142px;padding:20px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white)}.wiki-card:hover{border-color:#d6c9b8;box-shadow:var(--shadow-sm)}.wiki-card__mark{display:inline-flex;width:50px;height:50px;align-items:center;justify-content:center;border-radius:15px;background:var(--ivory);color:var(--red)}.wiki-card__meta{display:flex;align-items:center;gap:8px;color:var(--red);font-size:11px;font-weight:700}.wiki-card h3{margin:5px 0;font-size:17px}.wiki-card a:hover h3{color:var(--red)}.wiki-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}.wiki-card>svg{color:var(--muted-2)}.wiki-intro{display:grid;grid-template-columns:1fr minmax(280px,470px);align-items:center;gap:30px;margin-bottom:20px;padding:24px 26px;border-radius:var(--radius-lg);background:var(--navy);color:#fff}.wiki-intro>div{display:grid;grid-template-columns:auto 1fr;gap:4px 10px}.wiki-intro svg{grid-row:1 / 3;color:var(--gold)}.wiki-intro strong{font-family:Songti SC,STSong,serif;font-size:18px}.wiki-intro p{margin:0;color:#bac4d4;font-size:12px}.category-strip{display:flex;gap:8px;overflow-x:auto;margin-bottom:26px;padding:4px 0 8px}.category-strip button{min-height:44px;flex:0 0 auto;padding:0 15px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);cursor:pointer;font-size:13px;font-weight:680}.category-strip button.is-active{border-color:var(--red);background:var(--red);color:#fff}.article-layout{display:grid;grid-template-columns:minmax(0,790px) 280px;align-items:start;justify-content:center;gap:28px;padding-block:52px 80px}.article-layout.article-layout--single{grid-template-columns:minmax(0,900px)}.reading-card{padding:clamp(26px,5vw,56px);border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-sm)}.reading-header{margin-top:20px;padding-bottom:28px;border-bottom:1px solid var(--line)}.reading-header__labels{display:flex;align-items:center;gap:8px;margin-bottom:14px;color:var(--red);font-size:12px;font-weight:750}.reading-header h1{margin-bottom:20px;font-size:clamp(32px,5vw,48px);line-height:1.25;letter-spacing:-.025em}.reading-deck{margin:-4px 0 22px;color:#566278;font-family:Songti SC,STSong,serif;font-size:18px;line-height:1.75}.reading-byline{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:12px}.reading-byline>div{display:grid;gap:3px;margin-right:auto}.reading-byline>div strong{color:var(--navy);font-size:13px}.reading-byline>div span,.reading-byline>span{display:inline-flex;align-items:center;gap:5px}.article-content{min-height:200px;padding-block:34px;color:#253046;font-family:Songti SC,STSong,serif;font-size:18px;line-height:2;white-space:pre-wrap;overflow-wrap:anywhere}.post-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding-top:30px}.post-gallery img{width:100%;max-height:520px;border-radius:14px;object-fit:cover}.post-gallery img:only-child{grid-column:1 / -1;object-fit:contain;background:var(--ivory)}.article-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:24px;border-top:1px solid var(--line)}.article-footer .notice{flex:1}.article-aside{position:sticky;top:100px}.wiki-byline{display:flex;align-items:center;gap:16px;color:var(--muted);font-size:12px}.wiki-byline span{display:inline-flex;align-items:center;gap:6px}.wiki-byline span:first-child{color:var(--green);font-weight:700}.share-actions{display:flex;min-height:44px;align-items:center;flex-wrap:wrap;gap:12px 16px;margin-top:22px}.share-actions__buttons{display:flex;flex-wrap:wrap;gap:9px}.share-actions__feedback{color:var(--muted);font-size:12px}.wiki-fact-card dl{display:grid;gap:0;margin:8px 0 0}.wiki-fact-card dl>div{display:flex;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid var(--line);font-size:12px}.wiki-fact-card dl>div:last-child{border-bottom:0}.wiki-fact-card dt{color:var(--muted)}.wiki-fact-card dd{margin:0;color:var(--navy);font-weight:650}.comments-section{margin-top:34px;padding-top:30px;border-top:1px solid var(--line)}.comment-composer{display:grid;grid-template-columns:40px minmax(0,1fr);gap:12px;margin-bottom:24px;padding:17px;border-radius:var(--radius);background:#f7f4ef}.comment-composer>div{display:grid;gap:8px}.comment-composer>div>div:last-child{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:11px}.comment-list{display:grid;margin-top:20px}.comment{display:grid;grid-template-columns:40px minmax(0,1fr);gap:12px;padding:20px 0;border-bottom:1px solid var(--line)}.comment header{display:flex;align-items:center;justify-content:space-between;gap:12px}.comment header strong{color:var(--navy);font-size:13px}.comment time{color:var(--muted);font-size:11px}.comment p{margin:7px 0 0;color:#39445a;font-size:14px;white-space:pre-wrap}.auth-page{display:grid;min-height:100vh;grid-template-columns:minmax(380px,.88fr) minmax(520px,1.12fr)}.auth-story{position:relative;display:flex;min-height:100vh;flex-direction:column;overflow:hidden;padding:46px clamp(34px,6vw,82px);background:var(--navy);color:#fff}.auth-story:before,.auth-story:after{position:absolute;border:1px solid rgb(213 167 46 / 16%);border-radius:50%;content:""}.auth-story:before{right:-220px;bottom:-140px;width:550px;height:550px}.auth-story:after{right:-80px;bottom:0;width:280px;height:280px}.auth-brand strong{color:#fff}.auth-brand small{color:#9facbd}.auth-story__copy{position:relative;z-index:1;max-width:520px;margin-block:auto;padding-block:60px}.auth-story__copy .eyebrow{color:var(--gold)}.auth-story__copy h1{margin:14px 0 20px;color:#fff;font-size:clamp(43px,6vw,68px);line-height:1.08}.auth-story__copy>p{color:#c1cad8;font-size:16px}.auth-story__copy ul{display:grid;gap:12px;margin:28px 0 0;padding:0;list-style:none;color:#d9dfe8;font-size:13px}.auth-story__copy li{display:flex;align-items:center;gap:9px}.auth-story__copy li svg{color:var(--gold)}.auth-story__quote{position:relative;z-index:1;margin:0;color:#8996aa;font-family:Songti SC,STSong,serif;font-size:13px}.auth-panel{display:grid;min-height:100vh;place-items:center;padding:50px;background:var(--paper)}.auth-form-wrap{width:min(100%,430px)}.auth-form-icon{display:inline-flex;width:52px;height:52px;align-items:center;justify-content:center;margin-bottom:20px;border-radius:16px;background:var(--red-soft);color:var(--red)}.auth-form-wrap h1{margin-bottom:7px;font-size:36px}.auth-form-wrap>p{margin-bottom:28px;color:var(--muted)}.auth-form{display:grid;gap:18px}.community-consent{display:flex;min-height:52px;align-items:flex-start;gap:11px;padding:14px;border:1px solid var(--line-strong);border-radius:13px;background:#fff;color:var(--navy);cursor:pointer;font-size:13px;font-weight:700;line-height:1.55}.community-consent input{width:19px;height:19px;flex:0 0 auto;margin:1px 0 0;accent-color:var(--red)}.input-with-icon{position:relative}.input-with-icon>svg{position:absolute;z-index:1;top:14px;left:14px;color:var(--muted);pointer-events:none}.input-with-icon input{padding-left:43px}.auth-switch{margin:24px 0 12px!important;color:var(--muted);font-size:13px;text-align:center}.auth-switch a{display:inline-flex;min-height:44px;align-items:center;color:var(--red);font-weight:800}.auth-back{display:block;min-height:44px;padding:12px;color:var(--muted);font-size:12px;text-align:center}.profile-grid{display:grid;grid-template-columns:360px minmax(0,1fr);align-items:start;gap:24px}.profile-card{padding:26px;border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff}.profile-card__identity{display:flex;align-items:center;gap:15px;padding-bottom:23px;border-bottom:1px solid var(--line)}.profile-card__identity h2{margin:0 0 4px;font-size:22px}.profile-card__identity div span{color:var(--muted);font-size:12px}.profile-facts{display:grid;gap:0;margin:17px 0}.profile-facts>div{display:grid;gap:3px;padding:10px 0}.profile-facts dt{color:var(--muted);font-size:11px}.profile-facts dd{margin:0;overflow-wrap:anywhere;color:var(--navy);font-size:13px}.profile-actions{display:grid;grid-template-columns:1fr 1fr;gap:14px}.feature-link{display:grid;min-height:135px;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:14px;padding:20px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.feature-link:hover{border-color:#d3c5b4;box-shadow:var(--shadow-sm)}.feature-link>span{display:inline-flex;width:48px;height:48px;align-items:center;justify-content:center;border-radius:15px;background:var(--red-soft);color:var(--red)}.feature-link strong{display:block;margin-bottom:5px;color:var(--navy);font-size:15px}.feature-link p{margin:0;color:var(--muted);font-size:11px;line-height:1.55}.feature-link>svg{color:var(--muted-2)}.feature-link--legacy>span{background:var(--gold-soft);color:#8a620e}.feature-link--admin{border-color:#d7dce5;background:var(--navy)}.feature-link--admin strong{color:#fff}.feature-link--admin p{color:#aeb9ca}.feature-link--admin>span{background:#d5a72e26;color:var(--gold)}.profile-notices{margin-top:20px}.profile-password{margin-top:24px}.profile-password .stack-form{max-width:720px}.chat-hub-page{min-height:calc(100vh - 146px)}.chat-entry-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.chat-entry-card{display:grid;min-height:170px;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:18px;padding:28px;border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-sm);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.chat-entry-card:hover{border-color:#d6c2ad;box-shadow:var(--shadow-md);transform:translateY(-2px)}.chat-entry-card__icon{display:inline-flex;width:58px;height:58px;align-items:center;justify-content:center;border-radius:18px;background:var(--red-soft);color:var(--red)}.chat-entry-card__body{display:grid;min-width:0;gap:10px}.chat-entry-card__heading{display:flex;align-items:center;flex-wrap:wrap;gap:9px}.chat-entry-card strong{color:var(--navy);font-size:20px}.chat-entry-card small{color:var(--muted);font-size:12px}.chat-entry-card>svg{color:var(--muted)}.chat-page{display:grid;width:min(calc(100% - 40px),1240px);min-height:calc(100vh - 126px);grid-template-columns:380px minmax(0,1fr);margin:28px auto;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-sm)}.chat-sidebar{display:flex;min-width:0;flex-direction:column;gap:14px;padding:22px 18px;border-right:1px solid var(--line);background:#f8f5f0}.chat-sidebar>header{display:flex;align-items:center;justify-content:space-between;gap:12px}.chat-sidebar>header h1{margin:3px 0 0;font-size:30px}.chat-sidebar .search-field{min-width:0}.chat-sidebar>.notice{font-size:11px}.conversation-list{display:grid;gap:5px;overflow-y:auto;margin-inline:-6px;padding:2px 6px}.conversation-row{display:grid;min-height:72px;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:11px;padding:10px;border:1px solid transparent;border-radius:14px;background:transparent;cursor:pointer;text-align:left}.conversation-row:hover{background:#fff}.conversation-row.is-active{border-color:#e6d4d1;background:var(--red-soft)}.conversation-row__copy{display:grid;min-width:0;gap:6px}.conversation-row__copy>span{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:8px}.conversation-row strong,.conversation-row small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-row strong{color:var(--navy);font-size:13px}.conversation-row time,.conversation-row small{color:var(--muted);font-size:10px}.conversation-row b{display:inline-flex;min-width:20px;height:20px;align-items:center;justify-content:center;flex:0 0 auto;padding:0 5px;border-radius:999px;background:var(--red);color:#fff;font-size:9px}.chat-main{min-width:0;min-height:650px;background:#fffdf9}.chat-welcome{display:flex;height:100%;min-height:650px;align-items:center;justify-content:center;flex-direction:column;padding:40px;text-align:center}.chat-welcome>span,.audit-locked>span{display:inline-flex;width:74px;height:74px;align-items:center;justify-content:center;margin-bottom:17px;border-radius:22px;background:var(--red-soft);color:var(--red)}.chat-welcome h2{margin-bottom:7px}.chat-welcome p{max-width:380px;margin-bottom:20px;color:var(--muted);font-size:13px}.message-pane{display:grid;height:100%;min-height:650px;grid-template-rows:auto auto minmax(0,1fr) auto}.message-pane__header{display:flex;min-height:74px;align-items:center;gap:11px;padding:12px 18px;border-bottom:1px solid var(--line);background:#fff}.message-pane__header>div:not(.message-pane__actions){display:grid;gap:2px}.message-pane__header strong{color:var(--navy);font-size:14px}.message-pane__header small{color:var(--muted);font-size:10px}.message-pane__actions{display:flex;margin-left:auto}.message-back{display:none}.message-privacy{display:flex;align-items:center;justify-content:center;gap:7px;padding:8px 14px;background:var(--gold-soft);color:#72520f;font-size:10px;line-height:1.5;text-align:center}.message-scroll{min-height:0;overflow-y:auto;padding:22px;background:#f7f4ee}.message-stack{display:grid;gap:10px}.message-load-older{min-height:44px;width:fit-content;margin:0 auto 4px;padding:0 15px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);cursor:pointer;font-size:12px;font-weight:700}.message-load-older:hover:not(:disabled){border-color:var(--gold);color:var(--navy)}.message-bubble-wrap{display:flex;justify-content:flex-start}.message-bubble-wrap.is-mine{justify-content:flex-end}.message-bubble{max-width:min(76%,570px);padding:10px 13px 7px;border:1px solid var(--line);border-radius:5px 16px 16px;background:#fff;box-shadow:var(--shadow-xs)}.is-mine .message-bubble{border-color:#d4b0ad;border-radius:16px 5px 16px 16px;background:var(--red-soft)}.message-bubble p{margin:0;color:#29354b;font-size:14px;line-height:1.65;white-space:pre-wrap;overflow-wrap:anywhere}.message-bubble span{display:flex;align-items:center;justify-content:flex-end;gap:4px;margin-top:4px;color:var(--muted);font-size:9px}.message-composer{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;padding:14px 16px;border-top:1px solid var(--line);background:#fff}.message-composer textarea{min-height:46px;max-height:130px;resize:none}.community-chat-page{display:grid;width:min(calc(100% - 40px),980px);min-height:calc(100vh - 76px);align-content:start;gap:14px;margin-inline:auto;padding-block:28px 100px}.community-chat-header{display:flex;min-height:78px;align-items:center;justify-content:space-between;gap:18px;padding:14px 18px;border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff}.community-chat-header>div{display:flex;min-width:0;align-items:center;gap:12px}.community-chat-header__icon{display:inline-flex;width:46px;height:46px;align-items:center;justify-content:center;flex:0 0 auto;border-radius:14px;background:var(--red-soft);color:var(--red)}.community-chat-header h1{margin:0 0 3px;font-size:24px}.community-chat-header p{margin:0;color:var(--muted);font-size:11px}.community-chat-panel{position:relative;display:grid;min-height:620px;height:min(72vh,760px);grid-template-rows:minmax(0,1fr) auto;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-sm)}.community-chat-panel>.notice{margin:12px 12px 0}.community-message-scroll{min-height:0;overflow-y:auto;padding:22px;background:#f7f4ee}.community-message-list{display:grid;gap:11px}.community-message{display:grid;grid-template-columns:36px minmax(0,1fr) 36px;align-items:start;gap:9px}.community-message>div{min-width:0;width:fit-content;max-width:min(76%,620px);padding:10px 13px;border:1px solid var(--line);border-radius:5px 16px 16px;background:#fff;box-shadow:var(--shadow-xs)}.community-message.is-mine>div{margin-left:auto;border-color:#d4b0ad;border-radius:16px 5px 16px 16px;background:var(--red-soft)}.community-message header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:5px}.community-message header strong{overflow:hidden;color:var(--navy);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.community-message time{flex:0 0 auto;color:var(--muted);font-size:9px}.community-message p{margin:0;color:#29354b;font-size:14px;line-height:1.65;white-space:pre-wrap;overflow-wrap:anywhere}.community-message__report{color:var(--muted)}.community-message.is-mine{grid-template-columns:36px minmax(0,1fr)}.community-new-messages{position:absolute;right:18px;bottom:78px;min-height:38px;padding:0 14px;border:1px solid var(--red);border-radius:999px;background:#fff;color:var(--red);cursor:pointer;font-size:12px;font-weight:800;box-shadow:var(--shadow-sm)}.community-composer{position:relative}.user-result-list{display:grid;gap:7px;margin-top:16px}.user-result-list button{display:grid;min-height:66px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:11px;padding:9px 11px;border:1px solid var(--line);border-radius:13px;background:#fff;cursor:pointer;text-align:left}.user-result-list button:hover{border-color:#d1c0ad}.user-result-list button>span:nth-child(2){display:grid;gap:3px}.user-result-list strong{color:var(--navy)}.user-result-list small{color:var(--muted)}.admin-shell{display:grid;min-height:100vh;grid-template-columns:250px minmax(0,1fr);background:#f4f1eb}.admin-sidebar{position:sticky;z-index:20;top:0;display:flex;height:100vh;flex-direction:column;padding:25px 18px 18px;background:var(--navy);color:#fff}.admin-sidebar .brand{padding:0 8px}.admin-sidebar .brand strong{color:#fff}.admin-sidebar .brand small{color:#9aa8bb}.admin-sidebar__label{margin:31px 10px 10px;color:#708097;font-size:10px;font-weight:800;letter-spacing:.14em}.admin-sidebar nav{display:grid;gap:5px}.admin-sidebar nav a,.admin-sidebar__bottom a,.admin-sidebar__bottom button{display:flex;min-height:46px;align-items:center;gap:11px;padding:0 12px;border:0;border-radius:12px;background:transparent;color:#b8c2d0;cursor:pointer;font-size:13px;font-weight:650;text-align:left}.admin-sidebar nav a:hover,.admin-sidebar__bottom a:hover,.admin-sidebar__bottom button:hover{background:#ffffff12;color:#fff}.admin-sidebar nav a.active{background:var(--red);color:#fff}.admin-sidebar__bottom{display:grid;gap:4px;margin-top:auto;padding-top:16px;border-top:1px solid rgb(255 255 255 / 10%)}.admin-workspace{min-width:0}.admin-topbar{position:sticky;z-index:15;top:0;display:flex;height:70px;align-items:center;justify-content:space-between;gap:20px;padding:0 30px;border-bottom:1px solid var(--line);background:#fffdf9eb;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.admin-topbar>div:first-child{display:grid;gap:2px}.admin-topbar>div:first-child span{color:var(--muted);font-size:9px;letter-spacing:.12em}.admin-topbar>div:first-child strong{color:var(--navy);font-size:14px}.admin-main{min-height:calc(100vh - 70px)}.admin-page{width:min(calc(100% - 48px),1320px);margin-inline:auto;padding-block:38px 70px}.admin-page .page-header{margin-bottom:28px}.admin-page .page-header h1{font-size:clamp(32px,4vw,43px)}.admin-date{display:inline-flex;min-height:44px;align-items:center;gap:7px;color:var(--muted);font-size:12px}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:22px}.metric-card{display:flex;min-height:130px;align-items:center;gap:16px;padding:20px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.metric-card>span{display:inline-flex;width:48px;height:48px;align-items:center;justify-content:center;border-radius:15px;background:#edf0f5;color:var(--navy)}.metric-card--red>span{background:var(--red-soft);color:var(--red)}.metric-card--gold>span{background:var(--gold-soft);color:#90670f}.metric-card--green>span{background:var(--green-soft);color:var(--green)}.metric-card strong{color:var(--navy);font-family:Songti SC,STSong,serif;font-size:30px}.metric-card p{margin:2px 0 0;color:var(--muted);font-size:12px}.admin-dashboard-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:18px;margin-bottom:18px}.site-settings-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:start;gap:22px}.site-settings-grid .form-card{width:100%}.home-visibility-settings{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0;padding:0;border:0}.home-visibility-settings legend{width:100%;margin-bottom:9px;color:var(--navy);font-size:13px;font-weight:800}.home-visibility-settings label{display:grid;min-width:0;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:9px;padding:13px;border:1px solid var(--line);border-radius:13px;background:var(--ivory);cursor:pointer}.home-visibility-settings input{width:18px;height:18px;margin-top:1px;accent-color:var(--red)}.home-visibility-settings span{display:grid;gap:3px}.home-visibility-settings strong{color:var(--navy);font-size:12px}.home-visibility-settings small{color:var(--muted);font-size:10px;line-height:1.45}.home-settings-preview{position:sticky;top:92px;overflow:hidden;padding:34px;border:1px solid rgb(255 255 255 / 12%);border-radius:var(--radius-lg);background:radial-gradient(circle at 92% 8%,rgb(213 167 46 / 16%),transparent 28%),var(--navy);box-shadow:var(--shadow-md);color:#fff}.home-settings-preview .eyebrow{color:var(--gold)}.home-settings-preview>small{display:block;margin-top:24px;color:#f2d981;font-weight:700}.home-settings-preview h2{margin:12px 0 16px;color:#fff;font-size:clamp(31px,4vw,48px);line-height:1.08;white-space:pre-line}.home-settings-preview>p{color:#cbd3e1}.home-settings-preview>div{display:flex;flex-wrap:wrap;gap:8px;margin:24px 0 34px}.home-settings-preview>div span{padding:10px 13px;border:1px solid rgb(255 255 255 / 18%);border-radius:10px;background:var(--gold);color:var(--navy);font-size:12px;font-weight:750}.home-settings-preview>div span+span{background:#ffffff14;color:#fff}.home-settings-preview blockquote{margin:0;padding-top:22px;border-top:1px solid rgb(255 255 255 / 14%);font-family:Songti SC,STSong,serif;font-size:19px}.home-settings-preview footer{margin-top:10px;color:#98a6bb;font-size:11px}.home-settings-preview__empty{margin:30px 0 0;color:#cbd3e1!important}.admin-panel{overflow:hidden;padding:22px;border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff}.admin-panel>header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.admin-panel>header h2{margin:4px 0 0;font-size:21px}.admin-panel>header>svg{color:var(--red)}.admin-quick-list{display:grid}.admin-quick-list a{display:grid;min-height:76px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:11px;padding:11px 0;border-bottom:1px solid var(--line)}.admin-quick-list a:last-child{border-bottom:0}.admin-quick-list a>span{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:13px;background:var(--ivory);color:var(--red)}.admin-quick-list a>div{display:grid;gap:3px}.admin-quick-list strong{color:var(--navy);font-size:13px}.admin-quick-list small{color:var(--muted);font-size:10px}.admin-quick-list b{color:var(--red)}.activity-list{display:grid}.activity-list>div{display:grid;min-height:65px;grid-template-columns:10px minmax(0,1fr) auto;align-items:center;gap:10px;border-bottom:1px solid var(--line)}.activity-list>div:last-child{border-bottom:0}.activity-list>div>span{width:7px;height:7px;border-radius:50%;background:var(--gold)}.activity-list strong{color:var(--navy);font-size:12px}.activity-list p{margin:2px 0 0;color:var(--muted);font-size:10px;line-height:1.4}.activity-list time{color:var(--muted);font-size:9px}.admin-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff}.admin-table{width:100%;border-collapse:collapse;font-size:12px}.admin-table th,.admin-table td{padding:14px 16px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}.admin-table th{background:#f6f3ed;color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.05em}.admin-table tr:last-child td{border-bottom:0}.admin-table td{color:#465168}.admin-table td>strong{color:var(--navy)}.table-user{display:inline-flex;align-items:center;gap:9px}.table-user>span:last-child{display:grid;gap:3px}.table-user strong{color:var(--navy)}.table-user small,.table-summary{display:block;max-width:300px;overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.table-actions{text-align:right!important;white-space:nowrap}.table-actions>*+*{margin-left:5px}.table-status-detail{display:block;margin-top:5px;color:var(--muted);font-size:9px}.admin-result-count{margin:12px 4px 0;color:var(--muted);font-size:11px;text-align:right}.admin-table--community{min-width:980px}.admin-section-title{margin:30px 0 14px;font-size:23px}.admin-community-messages{margin-top:18px}.admin-community-message-list{display:grid;max-height:540px;overflow-y:auto}.admin-community-message-list>article{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:start;gap:11px;padding:14px 0;border-top:1px solid var(--line)}.admin-community-message-list>article:first-child{border-top:0}.admin-community-message-list>article>div{min-width:0}.admin-community-message-list article header{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:5px}.admin-community-message-list strong{color:var(--navy);font-size:12px}.admin-community-message-list time{color:var(--muted);font-size:9px}.admin-community-message-list p{margin:0;color:var(--ink);font-size:13px;line-height:1.65;white-space:pre-wrap;overflow-wrap:anywhere}.moderation-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.moderation-card{display:flex;min-width:0;flex-direction:column;padding:21px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.moderation-card>header{display:flex;align-items:center;justify-content:space-between;gap:12px}.moderation-card>header>div,.moderation-card>header>a{display:inline-flex;align-items:center;gap:7px}.moderation-card>header span:not(.status-pill),.moderation-card>header>a{color:var(--muted);font-size:10px}.moderation-card>header>a:hover{color:var(--red)}.moderation-card h2{margin:17px 0 8px;font-size:20px}.moderation-card>p{margin-bottom:16px;color:var(--muted);font-size:12px}.moderation-card__author{display:flex;align-items:center;gap:7px;margin-top:auto;color:var(--muted);font-size:10px}.moderation-card footer{display:flex;flex-wrap:wrap;gap:7px;margin-top:16px;padding-top:15px;border-top:1px solid var(--line)}.wiki-editor{min-width:0}.audit-layout{display:grid;min-height:610px;grid-template-columns:.78fr 1.22fr;gap:18px;margin-top:18px}.audit-list-panel{display:flex;min-width:0;flex-direction:column}.audit-list-panel .search-field{min-width:0;margin-bottom:13px}.audit-conversation-list{display:grid;gap:8px;overflow-y:auto}.audit-conversation{display:grid;min-width:0;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:11px;padding:12px;border:1px solid var(--line);border-radius:13px}.audit-conversation__icon{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:13px;background:var(--ivory);color:var(--red)}.audit-conversation>div{min-width:0}.audit-conversation strong,.audit-conversation p,.audit-conversation>div>span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.audit-conversation strong{color:var(--navy);font-size:12px}.audit-conversation p,.audit-conversation>div>span{margin:3px 0 0;color:var(--muted);font-size:9px;line-height:1.4}.audit-viewer{display:flex;min-width:0;flex-direction:column}.audit-locked{display:flex;min-height:520px;align-items:center;justify-content:center;flex-direction:column;padding:30px;text-align:center}.audit-locked h2{margin-bottom:8px}.audit-locked p{max-width:410px;color:var(--muted);font-size:12px}.audit-viewer__header{align-items:flex-start!important;padding-bottom:16px;border-bottom:1px solid var(--line)}.audit-viewer__header h2{margin-top:8px!important}.audit-viewer__header p{margin:5px 0 0;color:var(--muted);font-size:11px}.audit-recorded{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border-radius:999px;background:var(--danger-soft);color:var(--red);font-size:10px;font-weight:850}.audit-message-list{display:grid;gap:0;overflow-y:auto}.audit-message-list article{display:grid;grid-template-columns:30px minmax(0,1fr);gap:10px;padding:16px 0;border-bottom:1px solid var(--line)}.audit-message-list header{display:flex;align-items:center;justify-content:space-between}.audit-message-list header strong{color:var(--navy);font-size:11px}.audit-message-list time{color:var(--muted);font-size:9px}.audit-message-list p{margin:6px 0 0;color:#39445a;font-size:12px;white-space:pre-wrap}.audit-readonly-footer{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:auto;padding-top:16px;border-top:1px solid var(--line);color:var(--red);font-size:10px;font-weight:700}.admin-table code{padding:3px 6px;border-radius:5px;background:#f0ede7;color:var(--navy);font-size:10px}.log-reason{min-width:240px;max-width:430px;line-height:1.6}.log-source{max-width:280px}.log-source span,.log-source small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.log-source small{margin-top:4px;color:var(--muted);font-size:9px}.report-summary{display:flex;align-items:flex-start;gap:12px;margin-bottom:18px;padding:17px 19px;border:1px solid #e6d5ad;border-radius:var(--radius);background:var(--gold-soft);color:#78550f}.report-summary>svg{flex:0 0 auto;margin-top:2px}.report-summary strong{color:var(--navy);font-size:14px}.report-summary p{margin:3px 0 0;color:#735e2e;font-size:12px}.admin-toolbar--reports{margin-bottom:14px}.report-type-filter{display:grid;min-width:190px;gap:5px}.report-type-filter>span{color:var(--muted);font-size:10px;font-weight:750}.report-type-filter select{min-height:46px;padding:0 38px 0 13px;border:1px solid var(--line-strong);border-radius:12px;outline:0;background:#fff;color:var(--navy);cursor:pointer;font-size:13px}.report-type-filter select:focus{border-color:#bd8f20;box-shadow:0 0 0 3px #d5a72e24}.report-results-meta{display:flex;min-height:48px;align-items:center;justify-content:space-between;gap:16px;color:var(--muted);font-size:11px}.report-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.report-card{display:flex;min-width:0;flex-direction:column;padding:21px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.report-card>header{display:flex;align-items:center;justify-content:space-between;gap:12px}.report-card>header time{flex:0 0 auto;color:var(--muted);font-size:10px}.report-card__labels{display:flex;min-width:0;align-items:center;gap:7px}.report-target{display:inline-flex;min-height:26px;align-items:center;padding:3px 9px;border-radius:999px;background:var(--ivory);color:var(--navy);font-size:10px;font-weight:780}.report-card__identity{display:flex;align-items:center;gap:9px;margin-top:17px}.report-card__identity>div{display:grid;min-width:0;gap:3px}.report-card__identity strong,.report-card__identity small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.report-card__identity strong{color:var(--navy);font-size:12px}.report-card__identity small{color:var(--muted);font-size:9px}.report-card h2{margin:17px 0 7px;font-family:inherit;font-size:17px;line-height:1.5}.report-card>p{display:-webkit-box;overflow:hidden;margin-bottom:16px;color:var(--muted);font-size:12px;-webkit-box-orient:vertical;-webkit-line-clamp:3}.report-card dl{display:grid;gap:7px;margin:auto 0 0;padding:13px;border-radius:12px;background:#f7f4ef}.report-card dl>div{display:grid;grid-template-columns:65px minmax(0,1fr);gap:8px;font-size:10px}.report-card dt{color:var(--muted)}.report-card dd{margin:0;overflow:hidden;color:var(--navy);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;text-overflow:ellipsis;white-space:nowrap}.report-card footer{display:flex;justify-content:flex-end;gap:8px;margin-top:16px;padding-top:15px;border-top:1px solid var(--line)}.report-detail{display:grid;gap:20px}.report-detail__headline{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:11px;padding:14px;border-radius:14px;background:#f6f3ed}.report-detail__headline>div{display:grid;gap:3px}.report-detail__headline strong{color:var(--navy);font-size:13px}.report-detail__headline>div span{color:var(--muted);font-size:10px}.report-detail>section>h3{margin:6px 0;font-family:inherit;font-size:18px}.report-detail>section>p{margin:0;color:var(--muted);font-size:13px;white-space:pre-wrap;overflow-wrap:anywhere}.report-facts{display:grid;gap:0;margin:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.report-facts>div{display:grid;grid-template-columns:100px minmax(0,1fr);gap:14px;padding:10px 0;border-bottom:1px solid var(--line);font-size:11px}.report-facts>div:last-child{border-bottom:0}.report-facts dt{color:var(--muted)}.report-facts dd{margin:0;overflow-wrap:anywhere;color:var(--navy)}.report-evidence{display:grid;gap:10px}.report-evidence>h3,.report-evidence>p{margin:0}.report-evidence>p{color:var(--muted);font-size:12px;line-height:1.7}.report-evidence ol{display:grid;gap:8px;margin:0;padding:0;list-style:none}.report-evidence li{padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:var(--surface-soft)}.report-evidence li header{display:flex;align-items:center;justify-content:space-between;gap:12px}.report-evidence li strong{color:var(--red);font-size:12px}.report-evidence li time{color:var(--muted);font-size:10px}.report-evidence li p{margin:7px 0 0;color:var(--navy);line-height:1.65;white-space:pre-wrap}.report-history{padding-top:2px}.report-history>header{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:var(--red)}.report-history>header h3{margin:0;font-family:inherit;font-size:14px}.report-history ol{display:grid;gap:0;margin:0;padding:0;list-style:none}.report-history li{display:grid;grid-template-columns:12px minmax(0,1fr);gap:9px;padding:10px 0;border-bottom:1px solid var(--line)}.report-history li>span{width:7px;height:7px;margin-top:5px;border-radius:50%;background:var(--gold)}.report-history li strong{color:var(--navy);font-size:11px}.report-history li p{margin:3px 0;color:#465168;font-size:11px}.report-history li small,.report-history__empty{color:var(--muted);font-size:9px}.report-history__empty{margin:0}.pagination{display:flex;min-height:70px;align-items:center;justify-content:center;gap:16px}.pagination>span{color:var(--muted);font-size:11px}.gate-card{display:flex;min-height:60vh;align-items:center;justify-content:center;flex-direction:column;padding:60px 24px;color:var(--red);text-align:center}.gate-card h1{margin:18px 0 8px;font-size:34px}.gate-card p{max-width:450px;margin-bottom:20px;color:var(--muted)}@media(max-width:1100px){.desktop-nav a{min-width:66px;padding-inline:8px}.desktop-nav a svg{display:none}.header-user__notice,.header-user__logout,.header-admin-link{display:none}.home-grid{grid-template-columns:minmax(0,1fr) 290px;gap:25px}.wiki-grid--page{grid-template-columns:repeat(2,1fr)}.article-layout{grid-template-columns:minmax(0,760px)}.article-aside{display:none}.metric-grid{grid-template-columns:repeat(2,1fr)}.audit-layout{grid-template-columns:1fr}}@media(max-width:820px){body{padding-bottom:calc(72px + env(safe-area-inset-bottom))}.site-header{height:64px}.site-header__inner{width:min(calc(100% - 28px),var(--page))}.brand img{width:38px;height:38px}.brand strong{font-size:16px}.brand small,.desktop-nav,.site-footer,.header-user .user-chip span:last-child{display:none}.header-user{display:flex}.mobile-nav{position:fixed;z-index:100;right:10px;bottom:calc(8px + env(safe-area-inset-bottom));left:10px;display:grid;height:62px;grid-template-columns:repeat(5,1fr);padding:6px;border:1px solid rgb(21 32 51 / 8%);border-radius:19px;background:#fffffff5;box-shadow:0 10px 35px #1520332b;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobile-nav a{display:flex;min-width:0;align-items:center;justify-content:center;flex-direction:column;gap:2px;border-radius:14px;color:#737d8c;font-size:9px;font-weight:700}.mobile-nav a.active{background:var(--red-soft);color:var(--red)}.password-alert{align-items:flex-start;font-size:12px}.page-width{width:min(calc(100% - 28px),var(--page))}.content-page{padding-block:34px 50px}.page-header{align-items:flex-start;flex-direction:column;margin-bottom:25px}.page-header h1{font-size:36px}.page-header__actions,.page-header__actions .button{width:100%}.home-hero{min-height:570px;grid-template-columns:1fr;align-items:center;gap:28px;padding:58px 24px}.home-hero h1{font-size:clamp(48px,14vw,70px)}.home-hero__content>p{font-size:15px}.hero-principle{display:none}.home-hero--principle-only{min-height:0}.home-hero--principle-only .hero-principle{display:block}.hero-actions{align-items:stretch;flex-direction:column}.home-values{width:calc(100% - 28px);grid-template-columns:1fr;margin-top:-20px}.home-values>div{padding:18px}.home-values>div+div{border-top:1px solid var(--line);border-left:0}.home-grid{grid-template-columns:1fr;padding-top:52px}.home-side{grid-row:1}.home-side .plain-card{display:none}.home-section--wiki{padding-top:50px}.wiki-grid,.wiki-grid--page,.wiki-intro{grid-template-columns:1fr}.toolbar,.admin-toolbar{align-items:stretch;flex-direction:column}.search-field,.toolbar .search-field,.admin-toolbar .search-field{width:100%;min-width:0;max-width:none}.segmented{width:100%;overflow-x:auto}.segmented button{flex:1 0 auto}.article-layout{width:min(calc(100% - 20px),var(--page));padding-block:14px 40px}.reading-card{padding:24px 20px}.reading-header h1{font-size:34px}.reading-byline{align-items:flex-start;flex-wrap:wrap}.reading-byline>span:last-child{width:100%;margin-left:52px}.article-content{font-size:17px;line-height:1.95}.article-footer{align-items:stretch;flex-direction:column}.form-grid,.auth-page{grid-template-columns:1fr}.auth-story{display:none}.auth-panel{min-height:100vh;padding:32px 22px}.profile-grid,.profile-actions,.chat-entry-grid{grid-template-columns:1fr}.chat-entry-card{min-height:132px;grid-template-columns:50px minmax(0,1fr) auto;gap:13px;padding:20px 17px}.chat-entry-card__icon{width:50px;height:50px;border-radius:15px}.home-visibility-settings{grid-template-columns:1fr}.community-chat-page{display:flex;width:100%;height:calc(100dvh - 64px);min-height:0;overflow:hidden;flex-direction:column;gap:10px;padding:0 0 calc(78px + env(safe-area-inset-bottom))}.community-chat-header{flex:0 0 auto;min-height:68px;padding:10px 13px;border-right:0;border-left:0;border-radius:0}.community-chat-page>.notice,.community-chat-page>.state-card{flex:0 0 auto;margin-inline:10px}.community-chat-panel{min-height:0;height:auto;flex:1 1 auto;border-right:0;border-left:0;border-radius:0}.community-message-scroll{padding:16px 10px}.community-message>div{max-width:88%}.community-message{grid-template-columns:34px minmax(0,1fr) 36px}.community-message.is-mine{grid-template-columns:34px minmax(0,1fr)}.chat-page{display:block;width:100%;min-height:calc(100vh - 64px);margin:0;border:0;border-radius:0}.chat-sidebar{min-height:calc(100vh - 64px);border-right:0}.chat-main,.chat-page.has-active-chat .chat-sidebar{display:none}.chat-page.has-active-chat .chat-main{display:block;min-height:calc(100vh - 136px)}.message-pane{min-height:calc(100vh - 136px)}.message-back{display:inline-flex}.message-privacy{align-items:flex-start;font-size:9px}.message-bubble{max-width:88%}.admin-shell{display:block}.admin-sidebar{display:none}.admin-topbar{height:62px;padding:0 16px}.admin-topbar .user-chip span:last-child{display:none}.admin-main{min-height:calc(100vh - 62px)}.admin-page{width:min(calc(100% - 28px),1320px);padding-block:28px 50px}.admin-community-message-list>article{grid-template-columns:34px minmax(0,1fr)}.admin-community-message-list>article>.button{grid-column:2;width:fit-content}.admin-mobile-nav{position:fixed;z-index:100;right:8px;bottom:calc(8px + env(safe-area-inset-bottom));left:8px;display:grid;height:62px;grid-template-columns:repeat(var(--admin-nav-count, 5),1fr);padding:6px;border-radius:19px;background:#152033f7;box-shadow:0 10px 35px #1520333d}.admin-mobile-nav a{display:flex;min-width:0;align-items:center;justify-content:center;flex-direction:column;gap:2px;border-radius:14px;color:#aab5c6;font-size:8px}.admin-mobile-nav a.active{background:var(--red);color:#fff}.metric-grid{grid-template-columns:1fr 1fr}.metric-card{min-height:108px;align-items:flex-start;flex-direction:column;gap:10px;padding:16px}.metric-card>span{width:38px;height:38px}.metric-card strong{font-size:24px}.admin-dashboard-grid,.site-settings-grid,.moderation-list,.report-grid{grid-template-columns:1fr}.home-settings-preview{position:static}.admin-toolbar--reports .report-type-filter{width:100%}.report-card footer{align-items:stretch;flex-direction:column}.report-card footer .button{width:100%}.admin-table{min-width:720px}.admin-table-wrap--community{overflow:visible;border:0;border-radius:0;background:transparent}.admin-table--community{display:block;min-width:0}.admin-table--community thead{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0)}.admin-table--community tbody{display:grid;gap:12px}.admin-table--community tr{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:15px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-xs)}.admin-table--community td{display:flex;min-width:0;align-items:flex-start;flex-direction:column;gap:6px;padding:11px 8px;border:0}.admin-table--community td:before{content:attr(data-label);color:var(--muted);font-size:9px;font-weight:800;letter-spacing:.04em}.admin-table--community td:first-child{grid-column:1 / -1;padding:0 0 13px;border-bottom:1px solid var(--line)}.admin-table--community td:first-child:before{display:none}.admin-table--community .table-actions{display:grid;grid-column:1 / -1;grid-template-columns:repeat(3,minmax(0,1fr));padding:12px 0 0;border-top:1px solid var(--line);text-align:left!important;white-space:normal}.admin-table--community .table-actions:before{grid-column:1 / -1}.admin-table--community .table-actions>*{width:100%;margin-left:0}.admin-table--logs{min-width:930px}.audit-layout{min-height:0}.audit-conversation{grid-template-columns:42px minmax(0,1fr)}.audit-conversation .button{grid-column:1 / -1;width:100%}.audit-viewer{min-height:480px}.dialog-backdrop{align-items:end;padding:0}.dialog{width:100%;max-height:92vh;border-radius:22px 22px 0 0}}@media(max-width:440px){.site-header__inner{width:calc(100% - 20px)}.header-user .button{min-height:44px;padding-inline:13px}.page-width{width:calc(100% - 22px)}.home-hero{padding-inline:20px}.home-hero h1{font-size:47px}.wiki-card{grid-template-columns:44px minmax(0,1fr);padding:16px}.wiki-card__mark{width:44px;height:44px}.wiki-card>svg{display:none}.post-card{padding:18px}.post-card--media{grid-template-columns:1fr}.post-card__media{grid-row:1;max-height:180px}.post-card__media img{min-height:180px}.post-card footer{align-items:flex-start;flex-direction:column}.reading-card{padding:21px 17px}.reading-header h1{font-size:30px}.wiki-byline{align-items:flex-start;flex-direction:column;gap:7px}.share-actions{align-items:stretch;flex-direction:column}.share-actions__buttons{width:100%}.share-actions__buttons .button{flex:1}.comment-composer{grid-template-columns:1fr}.comment-composer>.avatar{display:none}.profile-card{padding:21px}.feature-link{min-height:116px;padding:16px}.chat-sidebar{padding:17px 12px}.chat-sidebar>header .button{width:44px;padding:0;font-size:0}.message-pane__header{padding-inline:9px}.message-scroll{padding:16px 10px}.admin-page{width:calc(100% - 20px)}.metric-card p{font-size:10px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
