:root{font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif;color:#1d2939;background:#f4f6f8;font-synthesis:none;--navy: #0b2545;--navy-2: #12385f;--blue: #0b63a8;--blue-hover: #084f87;--text: #1d2939;--muted: #667085;--line: #e3e8ef;--soft: #f7f9fb;--danger: #b42318;--success: #067647}*{box-sizing:border-box}html{overflow-y:scroll;scrollbar-gutter:stable}body{margin:0;min-width:1080px;min-height:100vh;background:#f4f6f8}button,input,textarea,select{font:inherit}button,a{transition:background-color .16s ease,color .16s ease,border-color .16s ease}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}svg{width:19px;height:19px;flex:0 0 auto}h1,h2,h3,p{margin:0}input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:17px;height:17px;min-height:17px;padding:0;border:1px solid #98a7b8;border-radius:4px;background:#fff;vertical-align:middle}input[type=checkbox]:checked{border-color:var(--blue);background:var(--blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='m3.5 8 3 3 6-7'/%3E%3C/svg%3E") center/14px 14px no-repeat}input[type=checkbox]:focus-visible{outline:3px solid rgba(11,99,168,.18);outline-offset:2px}.loading-screen{display:grid;place-items:center;min-height:100vh;color:var(--muted);font-size:17px}input,textarea,select{width:100%;border:1px solid #cbd5e1;border-radius:8px;padding:11px 12px;color:#26344a;background:#fff;outline:none;font-size:15px}input,select{min-height:40px}input:focus,textarea:focus,select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #0b63a81c}textarea{resize:vertical;line-height:1.65}label{display:grid;gap:8px}label>span{color:#344054;font-size:14px;font-weight:700}label>small,.single-form small{color:var(--muted);font-size:13px;line-height:1.5}.primary,.secondary,.ghost,.row-actions button,.row-actions a,.tabs button,.batchbar button,.icon-button{border:0;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;font-weight:700;text-decoration:none}.primary{min-height:36px;padding:0 16px;background:var(--blue);color:#fff}.primary:hover{background:var(--blue-hover)}.secondary{min-height:36px;padding:0 14px;color:#344054;background:#fff;border:1px solid #cbd5e1}.secondary:hover{background:var(--soft);border-color:#aebdce}.ghost{min-height:36px;padding:0 12px;color:#475467;background:transparent}.ghost:hover{background:#eef2f6}.full{width:100%;height:50px;font-size:16px}.square,.icon-button{width:34px;min-height:34px;padding:0}.danger-button{min-height:36px;padding:0 16px;border:1px solid var(--danger);border-radius:6px;background:var(--danger);color:#fff;font-weight:700}.danger-button:hover{background:#912018}.danger-outline{color:var(--danger);border-color:#f0b7b2}.danger-outline:hover{background:#fff1f0;border-color:#e79c95}.form-error{padding:11px 13px;border-radius:8px;background:#fff1f0;color:var(--danger);font-size:14px;line-height:1.5}.page-state{min-height:280px;display:grid;place-content:center;justify-items:center;gap:14px;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--muted)}.login-page{min-height:100vh;display:grid;place-items:center;padding:40px;background:var(--navy)}.login-card{position:relative;width:464px;padding:46px 48px;background:#fff;border:1px solid rgba(255,255,255,.3);border-radius:14px;box-shadow:0 28px 70px #000a1e59}.login-brand{display:flex;flex-direction:column;gap:7px;margin-bottom:36px}.brand-mark,.side-brand strong{letter-spacing:.18em;color:var(--blue);font-weight:900;font-size:24px}.login-brand small,.side-brand span{color:var(--muted);font-size:15px}.login-heading h1{font-size:30px;letter-spacing:-.02em}.login-heading p{margin-top:10px;color:var(--muted);font-size:15px;line-height:1.6}.login-card form{display:grid;gap:20px;margin-top:30px}.input-with-icon{height:50px;display:flex;align-items:center;gap:10px;border:1px solid #cbd5e1;border-radius:8px;padding:0 14px}.input-with-icon:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #0b63a81c}.input-with-icon svg{color:#667085}.input-with-icon input{min-height:0;border:0;padding:0;box-shadow:none}.admin-shell{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;z-index:30;width:260px;padding:25px 16px 20px;background:var(--navy);color:#fff;display:flex;flex-direction:column}.side-brand{padding:5px 14px 27px;display:flex;flex-direction:column;gap:7px}.side-brand strong{color:#fff;font-size:20px}.side-brand span{color:#b7c5d5;line-height:1.45}.sidebar nav{display:grid;gap:4px}.sidebar nav p{margin:18px 14px 7px;color:#7f96af;font-size:12px;font-weight:800;letter-spacing:.08em}.sidebar nav button,.site-link{width:100%;height:45px;padding:0 14px;border:0;border-radius:8px;background:transparent;color:#b9c7d7;display:flex;align-items:center;gap:11px;font-weight:700;font-size:15px;text-decoration:none;text-align:left}.sidebar nav button:hover,.sidebar nav button.active,.site-link:hover{background:var(--navy-2);color:#fff}.sidebar nav button.active{box-shadow:inset 3px 0 #4ca3e1}.site-link{margin-top:auto;border:1px solid rgba(255,255,255,.12)}.admin-main{grid-column:2;min-width:0}.topbar{height:72px;padding:0 32px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:25}.top-product{display:flex;align-items:center;gap:11px}.top-product>svg{color:var(--blue)}.top-product>div{display:flex;flex-direction:column;gap:2px}.top-product strong{font-size:17px}.top-product small{color:var(--muted);font-size:12px}.content{padding:32px;max-width:1680px;margin:0 auto}.title-row{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:24px}.title-row h1{font-size:29px;line-height:1.25;letter-spacing:-.025em}.title-row p{margin-top:7px;color:var(--muted);font-size:15px}.title-actions{display:flex;gap:10px;align-items:center}.welcome-copy{padding:10px 14px;border:1px solid #dce5ee;border-radius:8px;background:#fff;color:#475467;font-weight:700}.panel{background:#fff;border:1px solid var(--line);border-radius:11px;box-shadow:0 4px 16px #10263f09;overflow:hidden}.panel-title{min-height:68px;padding:16px 21px;display:flex;align-items:center;gap:11px;border-bottom:1px solid #e9edf2}.panel-title>div{display:flex;flex-direction:column;gap:4px}.panel-title strong{font-size:16px}.panel-title small{color:var(--muted)}.dashboard-content{max-width:1680px}.dashboard-stats{display:grid;grid-template-columns:repeat(4,minmax(170px,1fr));gap:16px;margin-bottom:20px}.dashboard-stats article{min-height:112px;padding:20px;display:flex;align-items:center;gap:17px;background:#fff;border:1px solid var(--line);border-radius:11px}.stat-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:9px;color:var(--blue);background:#eaf3fa}.dashboard-stats article>div:last-child{display:flex;flex-direction:column;gap:5px}.dashboard-stats span{color:var(--muted);font-size:14px}.dashboard-stats strong{font-size:29px;line-height:1}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(330px,.8fr);gap:20px}.dashboard-side-stack{display:grid;gap:20px;align-content:start}.recent-list{display:grid}.recent-list>button{min-height:78px;padding:11px 20px;display:flex;align-items:center;gap:13px;border:0;border-bottom:1px solid #edf0f4;background:#fff;color:inherit;text-align:left}.recent-list>button:last-child{border-bottom:0}.recent-list>button:hover{background:#f8fafc}.recent-list img,.recent-list .image-placeholder{width:76px;height:50px;flex:0 0 auto;border-radius:7px;object-fit:cover}.recent-list>button>div:last-child{min-width:0;display:flex;flex-direction:column;gap:7px}.recent-list strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px}.recent-list span{color:var(--muted);font-size:13px}.status-dot{width:7px;height:7px;display:inline-block;border-radius:50%;margin-right:6px;background:#98a2b3}.status-dot.published{background:#12b76a}.status-dot.scheduled{background:#f79009}.status-dot.offline{background:#f04438}.schedule-list{display:grid}.schedule-list button{padding:14px 20px;display:grid;gap:5px;border:0;border-bottom:1px solid #edf0f4;background:#fff;color:inherit;text-align:left}.schedule-list button:hover{background:#f8fafc}.schedule-list time{color:var(--blue);font-size:12px;font-weight:800}.schedule-list strong{font-size:14px;line-height:1.45}.compact-empty{min-height:150px;padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:var(--muted);text-align:center}.compact-empty svg{color:#98a2b3}.compact-empty strong{color:#475467}.compact-empty span{font-size:13px}.status-list{padding:7px 20px}.status-list>div{min-height:44px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #edf0f4}.status-list>div:last-child{border-bottom:0}.status-list span{display:flex;align-items:center;gap:8px;color:#475467;font-size:14px}.status-list span svg{width:17px;color:#667085}.status-list strong{display:inline-flex;align-items:center;gap:6px;font-size:13px}.status-list strong i,.settings-list strong i{width:7px;height:7px;border-radius:50%;background:currentColor}.healthy{color:var(--success)}.muted{color:#667085}.error{color:var(--danger)}.dashboard-skeleton{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.dashboard-skeleton>div,.dashboard-skeleton section,.dashboard-skeleton aside{border-radius:10px;background:#e9edf2;animation:pulse 1.4s infinite alternate}.dashboard-skeleton>div{height:112px}.dashboard-skeleton section{grid-column:1/4;height:460px}.dashboard-skeleton aside{height:460px}@keyframes pulse{to{opacity:.55}}.stats{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:16px;margin-bottom:20px}.stats article{min-height:92px;padding:18px 20px;background:#fff;border:1px solid var(--line);border-radius:10px;display:flex;align-items:end;justify-content:space-between}.stats span{color:var(--muted);font-size:14px}.stats strong{color:#174b76;font-size:28px}.account-stats{grid-template-columns:repeat(3,minmax(180px,1fr))}.toolbar{min-height:70px;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #e9edf2}.toolbar>.search:only-child{margin-left:auto}.tabs{align-self:stretch;display:flex;gap:22px;padding:0;background:transparent}.tabs button{min-height:42px;padding:0 2px;border-bottom:2px solid transparent;border-radius:0;background:transparent;color:#5b687a;font-size:14px;font-weight:600}.tabs button.active{border-bottom-color:var(--blue);background:transparent;color:var(--blue);box-shadow:none}.search{width:320px;display:flex;grid-template-columns:auto 1fr;align-items:center;gap:8px;border:1px solid #cbd5e1;border-radius:8px;padding:0 12px;background:#fff}.search svg{color:#667085}.search input{min-height:41px;border:0;padding:0;box-shadow:none}.batchbar{height:46px;padding:6px 18px;display:flex;align-items:center;gap:5px;background:#f3f7fa;border-bottom:1px solid #dce5ec}.batchbar strong{margin-right:10px;color:#36536b;font-size:14px;font-weight:600}.batchbar button{min-height:34px;padding:0 10px;background:transparent;color:#36536b;border:1px solid transparent;font-size:14px;font-weight:600}.batchbar button:hover{border-color:#c7d5df;background:#fff}.batchbar button svg{width:17px;height:17px}.batchbar button.danger{color:var(--danger)}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:1000px}th{padding:13px 14px;background:#f7f9fb;color:#667085;text-align:left;font-size:13px;white-space:nowrap}td{padding:14px;border-top:1px solid #eaedf1;color:#344054;font-size:14px;vertical-align:middle}td>strong,td>small{display:block}td>small{margin-top:4px;color:var(--muted)}.empty{height:150px;text-align:center;color:#667085}.empty svg{display:block;margin:0 auto 8px}.news-table{min-width:1120px}.news-table th:first-child,.news-table td:first-child{width:46px;text-align:center}.news-table th:last-child,.news-table td:last-child{width:146px}.article-cell{min-width:410px;display:flex;align-items:center;gap:13px}.article-cell img,.article-cell .image-placeholder{width:88px;height:58px;flex:0 0 auto;object-fit:cover;border-radius:7px}.article-cell>div:last-child{min-width:0;max-width:480px;display:flex;flex-direction:column;gap:4px}.article-cell strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1d2939;font-size:15px}.article-cell small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted)}.article-cell span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#98a2b3;font-size:12px}.image-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;background:#eef2f6;color:#8492a5;text-align:center}.image-placeholder svg{width:18px;height:18px}.image-placeholder span{color:inherit;font-size:10px}.pill{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:800;white-space:nowrap}.pill.published,.pill.active{color:#067647;background:#e7f6ee}.pill.draft{color:#5f6b7a;background:#eef1f4}.pill.scheduled{color:#9a5b00;background:#fff3d6}.pill.offline,.pill.disabled{color:#b42318;background:#fff0ee}.pill.owner{color:#075a9c;background:#e7f2fb}.pill.editor{color:#6941c6;background:#f1ebff}.row-actions{display:flex;align-items:center;gap:6px;white-space:nowrap}.row-actions button,.row-actions a{height:36px;background:#f1f4f7;color:#475467}.row-actions button:hover,.row-actions a:hover{background:#e4edf5;color:var(--blue)}.row-actions>button:not(.edit-button),.row-actions>a{width:36px}.row-actions .danger{color:var(--danger)}.edit-button{width:auto!important;padding:0 12px;background:#eaf3fa!important;color:var(--blue)!important}.more-wrap{position:relative}.more-button{width:36px}.action-menu{position:absolute;z-index:15;top:42px;right:0;width:190px;padding:6px;border:1px solid #dce3ea;border-radius:9px;background:#fff;box-shadow:0 12px 30px #10263f29}.action-menu button{width:100%!important;height:39px;padding:0 10px;justify-content:flex-start;background:#fff}.action-menu button:hover{background:#f4f7fa}.action-menu button.danger{border-top:1px solid #edf0f3;border-radius:0 0 6px 6px}.toast-stack{position:fixed;z-index:160;top:88px;right:24px;width:min(390px,calc(100vw - 48px));display:grid;gap:10px;pointer-events:none}.system-toast{min-height:50px;padding:12px 12px 12px 14px;display:grid;grid-template-columns:19px 1fr 28px;align-items:start;gap:10px;border:1px solid #d9e1e8;border-left:3px solid #667085;border-radius:7px;background:#fff;color:#344054;box-shadow:0 10px 28px #10263f1f;font-size:14px;line-height:1.55;pointer-events:auto}.system-toast>svg{width:18px;height:18px;margin-top:2px;color:#667085}.system-toast.success{border-left-color:var(--success)}.system-toast.success>svg{color:var(--success)}.system-toast.error{border-left-color:var(--danger)}.system-toast.error>svg{color:var(--danger)}.system-toast.warning{border-left-color:#b76300}.system-toast.warning>svg{color:#b76300}.system-toast.info{border-left-color:var(--blue)}.system-toast.info>svg{color:var(--blue)}.system-toast button{width:28px;height:28px;padding:0;display:grid;place-items:center;border:0;border-radius:5px;background:transparent;color:#667085}.system-toast button:hover{background:#f0f3f6}.system-toast button svg{width:16px;height:16px}.user-menu{position:relative}.user-trigger{min-width:190px;height:54px;padding:7px 9px;display:flex;align-items:center;gap:10px;border:0;border-radius:9px;background:#fff;color:inherit;text-align:left}.user-trigger:hover{background:#f5f7fa}.user-trigger>span{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:#e7f2fb;color:var(--blue);font-weight:800}.user-trigger>div{flex:1;display:flex;flex-direction:column;gap:2px}.user-trigger strong{font-size:14px}.user-trigger small{color:var(--muted);font-size:12px}.user-trigger>svg{width:16px;color:#667085}.user-dropdown{position:absolute;top:60px;right:0;z-index:40;width:220px;padding:7px;border:1px solid #dce3ea;border-radius:10px;background:#fff;box-shadow:0 14px 36px #10263f29}.user-dropdown>div{padding:10px 11px 12px;display:flex;flex-direction:column;gap:3px;border-bottom:1px solid #edf0f3}.user-dropdown>div span{color:var(--muted);font-size:13px}.user-dropdown button{width:100%;height:40px;padding:0 10px;display:flex;align-items:center;gap:9px;border:0;border-radius:7px;background:#fff;color:#344054;text-align:left}.user-dropdown button:hover{background:#f4f7fa}.modal-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;padding:24px;display:grid;place-items:center;background:#08182ba8}.modal{width:min(1460px,calc(100vw - 48px));max-height:calc(100vh - 48px);display:flex;flex-direction:column;overflow:hidden;border-radius:12px;background:#fff;box-shadow:0 30px 90px #00000059}.modal.compact{width:660px}.modal>header{min-height:72px;padding:0 23px;display:flex;align-items:center;justify-content:space-between;flex:0 0 auto;border-bottom:1px solid #e5e9ef}.modal>header small{color:var(--muted)}.modal>header h2{margin-top:3px;font-size:22px}.modal>header>button,.icon-button{width:40px;height:40px;padding:0;border:0;border-radius:8px;display:grid;place-items:center;background:#f0f3f6;color:#475467}.modal.compact form{padding:24px;overflow:auto}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.wide{grid-column:1 / -1}.modal.compact footer{margin-top:24px;display:flex;justify-content:flex-end;gap:10px}.single-form{display:grid;gap:18px}.password-modal .form-error{margin-top:17px}.system-dialog-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:180;padding:24px;display:grid;place-items:center;background:#08182b9e}.system-dialog{width:min(480px,calc(100vw - 48px));overflow:hidden;border:1px solid rgba(255,255,255,.35);border-radius:9px;background:#fff;box-shadow:0 24px 70px #0000004d}.system-dialog header{min-height:64px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.system-dialog h2{font-size:19px}.system-dialog header .icon-button{width:34px;height:34px}.system-dialog-body{padding:20px;display:grid;gap:17px}.system-dialog-body>p:first-child{color:#475467;font-size:14px;line-height:1.7}.system-dialog footer{padding:14px 20px;display:flex;justify-content:flex-end;gap:9px;border-top:1px solid var(--line);background:#fafbfc}.editor-layer{padding:18px}.editor-modal{width:min(1560px,calc(100vw - 36px));max-height:calc(100vh - 36px);height:calc(100vh - 36px)}.editor-header-actions{display:flex;align-items:center;gap:9px}.editor-body{min-height:0;flex:1;display:grid;grid-template-columns:minmax(0,7fr) minmax(330px,3fr);overflow:hidden}.editor-main{min-width:0;overflow:auto;background:#f5f7f9}.language-tabs{height:59px;padding:10px 22px 0;display:flex;gap:3px;border-bottom:1px solid #dfe5eb;background:#fff}.language-tabs button{min-width:144px;padding:0 15px;display:flex;align-items:center;justify-content:center;gap:7px;border:0;border-bottom:3px solid transparent;background:transparent;color:#667085;font-weight:700}.language-tabs button.active{border-bottom-color:var(--blue);color:var(--blue)}.language-tabs button svg{width:15px;color:var(--success)}.content-fields{max-width:980px;margin:0 auto;padding:24px;display:grid;gap:18px}.content-fields>label{padding:19px 20px;border:1px solid #e0e6ec;border-radius:10px;background:#fff}.content-fields input{font-size:17px;font-weight:650}.editor-side{min-width:0;padding:20px;overflow-y:auto;border-left:1px solid #dde3e9;background:#fff}.editor-side>section{padding-bottom:20px;margin-bottom:20px;display:grid;gap:14px;border-bottom:1px solid #e7ebef}.editor-side>section:last-child{margin-bottom:0;border-bottom:0}.editor-side h3{font-size:16px}.current-status{display:flex;align-items:center;justify-content:space-between;color:#667085;font-size:14px}.publish-options{display:grid;gap:8px}.publish-options>button{min-height:60px;padding:10px 12px;display:flex;align-items:center;gap:10px;border:1px solid #d6dee7;border-radius:8px;background:#fff;color:inherit;text-align:left}.publish-options>button:hover,.publish-options>button.active{border-color:#6ba4ce;background:#f2f8fc}.publish-options>button>span{width:16px;height:16px;border:1px solid #98a2b3;border-radius:50%}.publish-options>button.active>span{border:4px solid var(--blue)}.publish-options>button>div{display:flex;flex-direction:column;gap:2px}.publish-options small{color:var(--muted)}.cover-editor{display:grid;gap:10px}.cover-editor>img,.cover-editor>.image-placeholder{width:100%;height:178px;border-radius:8px;object-fit:cover}.cover-editor>div{display:grid;grid-template-columns:1fr 1fr;gap:8px}.cover-editor .secondary{padding:0 10px;font-size:13px}.cover-editor>small{color:var(--muted);font-size:12px;line-height:1.5}.file-button{position:relative;overflow:hidden}.file-button input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.side-two{display:grid;grid-template-columns:1fr 1fr;gap:10px}.editor-error{margin:10px 20px 0}.editor-footer{min-height:70px;padding:10px 20px;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid #dfe4ea;background:#fff}.editor-footer>span{color:var(--muted);font-size:13px}.editor-footer>div{display:flex;gap:8px}.rich-editor{overflow:hidden;border:1px solid #cbd5e1;border-radius:8px;background:#fff}.rich-toolbar{min-height:48px;padding:6px 8px;display:flex;align-items:center;gap:3px;flex-wrap:wrap;border-bottom:1px solid #dde4eb;background:#f8fafc}.rich-toolbar button{width:35px;height:35px;display:grid;place-items:center;border:0;border-radius:6px;background:transparent;color:#475467}.rich-toolbar button:hover,.rich-toolbar button.active{background:#e3edf5;color:var(--blue)}.rich-toolbar button svg{width:17px;height:17px}.toolbar-divider{width:1px;height:23px;margin:0 4px;background:#d5dde5}.toolbar-spacer{flex:1}.rich-editor-content{min-height:380px;padding:20px;outline:none;color:#28374b;line-height:1.75}.rich-editor-content p{margin:0 0 1em}.rich-editor-content h2{margin:1.5em 0 .6em;font-size:25px}.rich-editor-content h3{margin:1.35em 0 .5em;font-size:20px}.rich-editor-content img{max-width:100%;height:auto;border-radius:6px}.rich-editor-content blockquote{margin:1em 0;padding:6px 16px;border-left:4px solid var(--blue);background:#f4f8fb}.rich-editor-content a{color:var(--blue)}.editor-loading{min-height:380px;display:grid;place-items:center;border:1px solid #cbd5e1;border-radius:8px;color:var(--muted)}.preview-modal{width:min(1080px,calc(100vw - 60px));height:calc(100vh - 70px)}.preview-controls{display:flex;align-items:center;gap:10px}.compact-tabs{height:42px;padding:0;border:0;background:#f1f4f7;border-radius:8px}.compact-tabs button{min-width:90px;border:0;border-radius:7px}.compact-tabs button.active{border:0;background:#fff;box-shadow:0 1px 4px #10263f1f}.preview-modal iframe{flex:1;width:100%;border:0;background:#fff}.media-content{max-width:1680px}.media-title{margin-bottom:22px}.media-panel{min-height:420px}.media-toolbar{min-height:70px;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #e9edf2}.media-toolbar>div{display:flex;flex-direction:column;gap:3px}.media-toolbar span{color:var(--muted);font-size:13px}.media-grid{padding:20px;display:grid;grid-template-columns:repeat(4,minmax(190px,1fr));gap:16px}.media-card{position:relative;min-width:0;overflow:hidden;border:1px solid #dfe5eb;border-radius:9px;background:#fff}.media-preview{position:relative;width:100%;height:162px;padding:0;overflow:hidden;border:0;background:#edf1f5}.media-preview:disabled{opacity:1;cursor:default}.media-preview img,.media-preview .image-placeholder{width:100%;height:100%;object-fit:cover;border-radius:0}.media-preview>span{position:absolute;right:9px;bottom:9px;padding:7px 10px;display:flex;align-items:center;gap:5px;border-radius:7px;background:var(--blue);color:#fff;font-size:13px;font-weight:700}.media-meta{padding:12px 13px 13px;min-width:0;display:flex;flex-direction:column;gap:5px}.media-meta strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.media-meta span,.media-meta small{color:var(--muted);font-size:12px}.media-delete{position:absolute;top:8px;right:8px;width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:7px;background:#fffffff0;color:var(--danger);box-shadow:0 2px 8px #00000024}.media-delete svg{width:17px}.media-loading,.settings-loading{min-height:300px;display:grid;place-items:center;color:var(--muted)}.empty-state{min-height:340px;padding:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--muted);text-align:center}.empty-state svg{width:34px;height:34px;color:#98a2b3}.empty-state h2{color:#475467;font-size:18px}.media-picker-layer{z-index:90;padding:34px}.media-picker{width:min(1220px,calc(100vw - 68px));max-height:calc(100vh - 68px);overflow:auto;padding:24px;border-radius:12px;background:#f4f6f8;box-shadow:0 30px 90px #0000005c}.media-picker .content{padding:0}.audit-toolbar{padding:15px 18px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #e9edf2}.audit-toolbar .search{margin-right:auto}.audit-toolbar select{width:210px}.audit-table td:first-child{white-space:nowrap}.audit-table td:nth-child(5){min-width:240px}.audit-action{display:inline-flex;padding:5px 8px;border-radius:6px;background:#edf4fa;color:#155b8f;font-size:12px;font-weight:700}.settings-content{max-width:1680px}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.settings-card>header{min-height:84px;padding:18px 20px;display:flex;align-items:center;gap:13px;border-bottom:1px solid #e9edf2}.settings-card>header>span{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;background:#eaf3fa;color:var(--blue)}.settings-card h2{font-size:17px}.settings-card p{margin-top:4px;color:var(--muted);font-size:13px}.settings-list{padding:7px 20px}.settings-list>div{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid #edf0f3}.settings-list>div:last-child{border-bottom:0}.settings-list>div>span{color:var(--muted);font-size:14px}.settings-list strong,.settings-list a{max-width:70%;display:flex;align-items:center;gap:7px;color:#344054;font-size:14px;text-align:right;word-break:break-all;text-decoration:none}.settings-list a{color:var(--blue)}.settings-list svg{width:16px}.settings-list .setting-ok{color:var(--success)}.settings-list .setting-error{color:var(--danger)}.settings-note{margin-top:18px;color:var(--muted);font-size:13px}@media(max-width:1320px){.content{padding:26px}.dashboard-stats{grid-template-columns:repeat(2,1fr)}.media-grid{grid-template-columns:repeat(3,minmax(190px,1fr))}.editor-body{grid-template-columns:minmax(0,1fr) 350px}.editor-footer>span{display:none}.editor-footer{justify-content:flex-end}}input,textarea,select,.primary,.secondary,.ghost,.row-actions button,.row-actions a,.tabs button,.batchbar button,.icon-button,.input-with-icon,.search{border-radius:6px}.panel{border-radius:7px;box-shadow:none}.sidebar nav{gap:2px}.sidebar nav p{margin-top:17px;color:#8194aa;font-weight:650;letter-spacing:.045em}.sidebar nav button,.site-link{height:43px;border-radius:6px;font-weight:650}.sidebar nav button.active{background:#ffffff16;box-shadow:none}.sidebar nav button:hover,.site-link:hover{background:#ffffff0f}.tabs{border-radius:6px}.tabs button.active,.compact-tabs button.active{box-shadow:none}.action-menu,.user-dropdown{border-radius:7px;box-shadow:0 8px 22px #10263f1f}.content-fields>label{border-radius:7px}.dashboard-stats{gap:0;overflow:hidden;border:1px solid var(--line);border-radius:7px;background:#fff}.dashboard-stats article{min-height:94px;padding:18px 22px;border:0;border-right:1px solid var(--line);border-radius:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:8px}.dashboard-stats article:last-child{border-right:0}.dashboard-stats span{font-size:13px}.dashboard-stats strong{font-size:27px;color:#173b5b}.dashboard-skeleton{gap:0;overflow:hidden;border-radius:7px}.translation-badge{color:#7b8794;font-size:12px;font-style:normal;font-weight:500}.translation-badge.ready{color:#4d8068}.translation-badge.failed{color:var(--danger)}.translation-view{display:grid;gap:18px}.translation-view label{padding:19px 20px;border:1px solid #e0e6ec;border-radius:7px;background:#fff}.translation-view input[readonly],.translation-view textarea[readonly]{background:#f8fafc;color:#344054}.translation-content{min-height:360px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px}.translation-content.rich-editor-content{overflow:auto;border:1px solid #cbd5e1;border-radius:6px;background:#f8fafc;font-family:inherit}.translation-empty{padding:20px;border:1px solid #cbd5e1;border-radius:6px;background:#f8fafc;color:var(--muted)}.translation-state{padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid #dce3ea;border-radius:6px;background:#fff}.translation-state strong{white-space:nowrap}.translation-state span,.readonly-note{color:var(--muted);font-size:13px}.translation-state.ready strong{color:var(--success)}.translation-state.failed{border-color:#f0c4bf;background:#fff8f7}.translation-state.failed strong{color:var(--danger)}.readonly-note{padding:0 2px}.translation-content-page{max-width:1680px}.translation-service-bar{min-height:108px;padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:28px}.translation-service-bar>div{display:flex;align-items:center;gap:13px}.translation-service-bar>div>svg{width:24px;height:24px;color:var(--blue)}.translation-service-bar>div>span{display:flex;flex-direction:column;gap:5px}.translation-service-bar small{color:var(--muted)}.translation-service-bar dl{margin:0;display:flex;align-items:stretch}.translation-service-bar dl>div{min-width:138px;padding:2px 18px;border-left:1px solid var(--line);display:flex;flex-direction:column;gap:7px}.translation-service-bar dt{color:var(--muted);font-size:12px}.translation-service-bar dd{margin:0;color:#344054;font-size:13px;font-weight:700}.translation-grid{margin-top:18px;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;align-items:start}.glossary-header{min-height:78px;padding:15px 18px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line)}.glossary-header h2,.glossary-form-panel h2{font-size:17px}.glossary-header p,.glossary-form-panel p{margin-top:4px;color:var(--muted);font-size:13px}.glossary-table{min-width:760px}.glossary-table th:last-child,.glossary-table td:last-child{width:112px}.switch{width:38px;height:22px;padding:2px;border:0;border-radius:99px;background:#c7d0da}.switch i{width:18px;height:18px;display:block;border-radius:50%;background:#fff;transition:transform .16s ease}.switch.on{background:var(--blue)}.switch.on i{transform:translate(16px)}.sync-label{font-size:12px;font-weight:700;color:#667085}.sync-label.synced{color:var(--success)}.sync-label.failed{color:var(--danger)}.glossary-form-panel>header{padding:18px 20px;border-bottom:1px solid var(--line)}.glossary-form-panel form{padding:20px;display:grid;gap:18px}.glossary-form-panel form>div{display:flex;justify-content:flex-end;gap:8px}@media(max-width:1320px){.translation-service-bar{align-items:flex-start;flex-direction:column}.translation-service-bar dl{width:100%}.translation-service-bar dl>div{flex:1}.translation-grid{grid-template-columns:1fr}}
