@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Roboto+Slab:wght@500;600;700&display=swap";
.login-page{background:var(--paper);grid-template-columns:1.15fr .85fr;height:100vh;display:grid}.login-brand{background:linear-gradient(150deg, var(--navy) 55%, var(--navy-deep));color:#fff;flex-direction:column;justify-content:center;padding:7vw;display:flex}.login-brand h1{max-width:560px;margin:0;font:400 clamp(34px,3.6vw,54px)/1.18 Roboto Slab,Georgia,serif}.login-brand p{color:#b4c4d3;max-width:470px;margin:20px 0 0;font-size:16px;line-height:1.7}.login-panel{place-items:center;padding:30px;display:grid}.login-panel .login-card{width:min(400px,100%)}.login-panel .login-card h2{text-align:center;margin:0 0 24px;font:600 27px/1.2 Roboto Slab,Georgia,serif}.boot-screen{background:var(--navy);place-items:center;height:100vh;display:grid}.captcha-board{aspect-ratio:320/180;background:#f2f2f2;border-radius:4px;width:100%;position:relative;overflow:hidden}.captcha-pattern{background-position:50%;background-size:cover;position:absolute;inset:0}.captcha-loading{color:#9a9a9a;place-items:center;height:100%;font-size:13px;display:grid}.captcha-piece{z-index:1;pointer-events:none;filter:drop-shadow(0 3px 6px #09142159);background-repeat:no-repeat;background-size:100% 100%;position:absolute;transform:translate(-50%)}.captcha-piece.complete{filter:drop-shadow(0 0 5px #5d9b78e6)}.captcha-board.shake{animation:.35s captcha-shake}@keyframes captcha-shake{0%,to{transform:translate(0)}20%{transform:translate(-7px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(3px)}}.captcha-status.error{color:#c05656}.captcha-slider{background:#f4f4f4;border-radius:4px;height:50px;margin-top:12px;position:relative;overflow:hidden}.captcha-slider-handle{z-index:2;color:#b7bdc2;pointer-events:none;background:#fff;border:1px solid #e0e4e7;border-radius:3px;place-items:center;width:50px;height:50px;font-size:24px;display:grid;position:absolute;top:0;left:0;box-shadow:0 1px 2px #0000000a}.captcha-slider-label{z-index:1;color:#999;pointer-events:none;place-items:center;font-size:14px;display:grid;position:absolute;inset:0}.captcha-slider input{z-index:3;opacity:0;cursor:grab;width:100%;height:100%;margin:0;position:absolute;inset:0}.captcha-slider input:active{cursor:grabbing}.captcha-slider .captcha-refresh{z-index:4;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.captcha-footer{align-items:center;gap:18px;margin-top:14px;display:flex}.captcha-id{color:#aaa;letter-spacing:.04em;margin-left:auto;font-size:12px}.captcha-status{color:#8696a5;align-items:center;gap:5px;min-height:18px;margin:10px 0 0;font-size:12px;display:flex}.captcha-status.success{color:#4e8a69}.spinning{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.editor{border:1px solid #d9d9d9;border-radius:6px;overflow:hidden}.editor-tools{background:#fafafa;border-bottom:1px solid #f0f0f0;align-items:center;gap:2px;min-height:40px;padding:0 6px;display:flex}.editor-body{background:#fff;outline:0;min-height:170px;max-height:420px;padding:12px 14px;line-height:1.7;overflow:auto}.editor-body:empty:before{content:attr(data-placeholder);color:#a1adba}.editor-body blockquote{border-left:3px solid var(--gold);color:#6a5a3e;background:#faf7f1;margin:8px 0;padding:4px 14px}.editor-body ul,.editor-body ol{padding-left:22px}.admin-shell{height:100vh}.admin-shell .ant-layout{min-height:0}.admin-shell .ant-layout-sider-children{flex-direction:column;height:100%;display:flex}.admin-shell .ant-layout-sider-children .ant-menu{border-inline-end:0;flex:1;overflow:hidden auto}.sider-brand{padding:22px 20px 18px}.sider-brand strong,.sider-brand small{display:block}.sider-brand strong{color:#fff;font-size:15px}.sider-brand small{color:#9fb0c1;margin-top:3px;font-size:11px}.sider-user{border-top:1px solid #ffffff1a;align-items:center;gap:10px;padding:14px 18px;display:flex}.sider-user strong,.sider-user small{display:block}.sider-user strong{color:#fff;font-size:13px}.sider-user small{color:#8fa2b5;margin-top:2px;font-size:11px}.admin-shell .admin-header{border-bottom:1px solid var(--line);background:#fff;flex:none;justify-content:space-between;align-items:center;height:auto;min-height:64px;padding:10px 28px;display:flex}.admin-header h1{color:var(--ink);margin:0;font-size:22px}.admin-workspace{flex:1;min-height:0;padding:24px 28px 40px;overflow:auto}.article-summary{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;max-width:520px;margin-top:3px;font-size:12px;overflow:hidden}.account-head{align-items:center;gap:16px;display:flex}.account-head strong{font-size:17px;display:block}.password-page{background:var(--paper);place-items:center;min-height:100vh;padding:30px;display:grid}.password-card{width:min(440px,100%)}.password-title{margin:10px 0 22px;font-size:26px}.welcome-banner{background:linear-gradient(135deg, var(--navy), var(--navy-deep));color:#fff;border-radius:10px;justify-content:space-between;align-items:center;gap:20px;padding:26px 30px;display:flex}.welcome-banner h2{color:#fff;margin:0;font:600 26px/1.25 Roboto Slab,Georgia,serif}.clickable-card{cursor:pointer;transition:box-shadow .2s,border-color .2s}.clickable-card:hover{border-color:var(--gold);box-shadow:0 6px 18px #12253b14}.cover-thumb{object-fit:cover;background:#eef2f5;border-radius:4px;width:56px;height:42px;display:block}.article-body-preview{max-width:100%}@media (max-width:900px){.login-page{height:auto;min-height:100vh;display:block}.login-brand{padding:44px 28px 52px}.login-brand h1{font-size:32px}.welcome-banner{flex-direction:column;align-items:flex-start}}.sort-stepper{width:78px}.sort-stepper .ant-input-number-input{text-align:center;padding-inline-end:15px}.sort-stepper .ant-input-number-handler-up:hover,.sort-stepper .ant-input-number-action-up:hover{color:#fff!important;background:var(--navy)!important}.sort-stepper .ant-input-number-actions{border-start-start-radius:0;border-end-start-radius:0;overflow:hidden;opacity:1!important;width:15px!important}.sort-stepper .ant-input-number-action{color:#64748b;background:#f7f9fc;width:15px;height:50%;font-size:8px}.sort-stepper .ant-input-number-action-up{border-bottom:1px solid #eef1f5;border-start-end-radius:5px}.sort-stepper .ant-input-number-action-down{border-end-end-radius:5px}.sort-stepper .ant-input-number-action:hover{color:#fff;background:var(--navy)}
:root{--navy:#12253b;--navy-deep:#0a1726;--gold:#b89150;--ink:#172536;--muted:#64748b;--paper:#f4f7fa;--line:#dce4eb;--danger:#b84444}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--paper);color:var(--ink);font-family:DM Sans,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:14px}.font-display{font-family:Roboto Slab,Georgia,serif}
