:root{color:#191a1c;font-synthesis:none;--sidebar-w:224px;--bg:#f3f4f5;--surface:#fff;--surface-soft:#f7f7f8;--surface-strong:#eeeeef;--text:#191a1c;--muted:#656970;--subtle:#92969d;--line:#e0e2e5;--line-strong:#cbd0d6;--accent:#2265e5;--accent-hover:#1656cf;--accent-soft:#edf3ff;--green:#14845d;--green-soft:#eaf7f1;--amber:#a96608;--amber-soft:#fff6e5;--red:#c54135;--red-soft:#fff0ee;--shadow-soft:0 8px 30px #181d2314;background:#f3f4f5;font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}*{box-sizing:border-box;letter-spacing:0}html{background:var(--bg);min-width:320px}body{background:var(--bg);min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit;letter-spacing:0}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}img{max-width:100%}h1,h2,h3,p{margin:0}a{color:inherit}.app-shell{grid-template-columns:var(--sidebar-w) minmax(0, 1fr);min-height:100vh;display:grid}.sidebar{z-index:20;border-right:1px solid var(--line);background:var(--surface);flex-direction:column;height:100vh;padding:16px 12px 14px;display:flex;position:sticky;top:0}.brand{min-height:58px;color:var(--text);text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;gap:11px;padding:7px 8px;display:flex}.brand:hover{background:var(--surface-soft)}.brand img{border:1px solid var(--line);object-fit:cover;border-radius:6px;flex:0 0 42px;width:42px;height:42px}.brand strong,.brand small,.sidebar-user strong,.sidebar-user small{display:block}.brand strong{font-size:14px;font-weight:650}.brand small{color:var(--subtle);margin-top:4px;font-size:11px}.main-nav{gap:4px;margin-top:27px;display:grid}.nav-label{color:var(--subtle);padding:0 10px 7px;font-size:11px}.main-nav>button{color:#51555b;text-align:left;background:0 0;border:0;border-radius:6px;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:10px;min-height:42px;padding:0 11px;display:grid}.main-nav>button span{font-size:13px;font-weight:550}.main-nav>button:hover{color:var(--text);background:var(--surface-soft)}.main-nav>button.active{color:var(--accent);background:var(--accent-soft)}.sidebar-status{border-top:1px solid var(--line);grid-template-columns:8px minmax(0,1fr) 24px;align-items:center;gap:9px;min-height:62px;margin-top:auto;padding:10px 8px;display:grid}.live-dot{width:7px;height:7px;box-shadow:0 0 0 4px var(--green-soft);background:#21a675;border-radius:50%}.sidebar-status strong,.sidebar-status small{display:block}.sidebar-status strong{font-size:12px}.sidebar-status small{color:var(--subtle);margin-top:4px;font-size:10px}.sidebar-status button{width:24px;height:24px;color:var(--subtle);background:0 0;border:0;border-radius:4px;place-items:center;display:grid}.sidebar-status button:hover{color:var(--text);background:var(--surface-strong)}.sidebar-user{border-top:1px solid var(--line);grid-template-columns:34px minmax(0,1fr) 30px;align-items:center;gap:9px;min-height:58px;padding:10px 7px 0;display:grid}.avatar{color:#fff;background:#222426;border-radius:50%;place-items:center;width:34px;height:34px;font-size:12px;display:grid}.sidebar-user strong{font-size:12px}.sidebar-user small{color:var(--subtle);margin-top:3px;font-size:10px}.workspace{min-width:0;padding:0 28px 56px}.topbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:24px;min-height:94px;display:flex}.breadcrumb{color:var(--subtle);align-items:center;gap:5px;margin-bottom:8px;font-size:11px;display:flex}.topbar h1{font-size:25px;font-weight:680;line-height:1}.global-search{border:1px solid var(--line);width:min(360px,34vw);height:38px;color:var(--subtle);background:var(--surface);border-radius:6px;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:7px;padding:0 10px;display:grid;position:relative}.global-search input{min-width:0;color:var(--text);background:0 0;border:0;outline:0;font-size:12px}.global-search>button{width:22px;height:22px;color:var(--subtle);background:0 0;border:0;border-radius:4px;place-items:center;padding:0;font-size:16px;display:grid}.global-search-results{z-index:60;border:1px solid var(--line);background:var(--surface);border-radius:7px;width:100%;padding:5px;display:grid;position:absolute;top:44px;right:0;box-shadow:0 14px 35px #12141829}.global-search-results>button{min-height:48px;color:var(--text);text-align:left;background:0 0;border:0;border-radius:5px;justify-content:space-between;align-items:center;gap:12px;padding:7px 9px;display:flex}.global-search-results>button:hover{background:var(--surface-soft)}.global-search-results strong,.global-search-results small{text-overflow:ellipsis;white-space:nowrap;max-width:285px;display:block;overflow:hidden}.global-search-results strong{font-size:10px}.global-search-results small{color:var(--subtle);margin-top:3px;font-size:9px}.global-search-results p{color:var(--subtle);text-align:center;margin:0;padding:16px;font-size:10px}.page-stack{gap:16px;padding-top:20px;display:grid}.page-intro,.detail-actions-row,.editor-commandbar{justify-content:space-between;align-items:center;gap:16px;min-height:44px;display:flex}.page-intro p{color:var(--muted);font-size:12px}.page-actions,.editor-command-actions,.row-actions{align-items:center;gap:8px;display:flex}.primary-button,.secondary-button,.quiet-button,.text-button,.back-button,.icon-button{white-space:nowrap;border-radius:5px;justify-content:center;align-items:center;gap:6px;display:inline-flex}.primary-button,.secondary-button{min-height:36px;padding:0 13px;font-size:12px;font-weight:600}.primary-button{color:#fff;background:#191a1c;border:1px solid #191a1c}.primary-button:hover{background:#000;border-color:#000}.secondary-button{border:1px solid var(--line-strong);color:var(--text);background:var(--surface)}.secondary-button:hover{background:var(--surface-soft);border-color:#aeb3ba}.secondary-button.active{background:var(--surface-strong);border-color:#8f959d}.quiet-button{min-height:32px;color:var(--muted);background:0 0;border:0;padding:0 9px;font-size:11px}.quiet-button:hover{color:var(--text);background:var(--surface-strong)}.text-button{min-height:28px;color:var(--accent);background:0 0;border:0;padding:0 2px;font-size:11px;font-weight:600}.text-button:hover{color:var(--accent-hover)}.icon-button{width:30px;height:30px;color:var(--muted);background:0 0;border:1px solid #0000;padding:0}.icon-button:hover{border-color:var(--line);color:var(--text);background:var(--surface-soft)}.back-button{min-height:32px;color:var(--muted);background:0 0;border:0;padding:0 4px 0 0;font-size:12px}.back-button:hover{color:var(--text)}.compact-button{min-height:30px;padding:0 9px;font-size:11px}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.panel{border:1px solid var(--line);background:var(--surface);border-radius:7px;overflow:hidden}.panel-tabs-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:14px;min-height:58px;padding:10px 14px;display:flex}.panel-note,.settings-security{color:var(--subtle);align-items:center;gap:6px;font-size:11px;display:inline-flex}.panel-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:14px;min-height:58px;padding:10px 14px;display:flex}.panel-heading{align-items:center;gap:9px;display:flex}.panel-heading strong,.panel-heading small{display:block}.panel-heading strong{font-size:13px}.panel-heading small{color:var(--subtle);margin-top:4px;font-size:10px}.segmented-tabs{border:1px solid var(--line);background:var(--surface-soft);border-radius:6px;align-items:center;gap:2px;padding:3px;display:inline-flex}.segmented-tabs button{min-height:30px;color:var(--muted);background:0 0;border:0;border-radius:4px;align-items:center;gap:6px;padding:0 11px;font-size:11px;display:inline-flex}.segmented-tabs button span{color:var(--subtle)}.segmented-tabs button.active{color:var(--text);background:var(--surface);box-shadow:0 1px 3px #14181e14}.segmented-tabs button.active span{color:var(--accent)}.status-pill{border:1px solid var(--line);min-height:23px;color:var(--muted);background:var(--surface);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:5px;padding:0 8px;font-size:10px;display:inline-flex}.status-dot{background:currentColor;border-radius:50%;width:5px;height:5px}.tone-success{color:var(--green);background:var(--green-soft);border-color:#bce3d2}.tone-warning{color:var(--amber);background:var(--amber-soft);border-color:#f1d49b}.tone-danger{color:var(--red);background:var(--red-soft);border-color:#f0c3be}.tone-blue{color:var(--accent);background:var(--accent-soft);border-color:#c6d7f9}.tone-neutral{color:var(--muted);background:var(--surface-soft)}.material-page{position:relative}.material-page.has-selection-dock{padding-bottom:94px}.material-trash-entry{white-space:nowrap}.button-count{min-width:18px;height:18px;color:var(--muted);background:var(--surface-strong);border-radius:9px;place-items:center;margin-left:1px;padding:0 5px;font-size:9px;line-height:1;display:inline-grid}.material-toolbar{border:1px solid var(--line);background:var(--surface);border-radius:7px;justify-content:space-between;align-items:center;gap:16px;min-height:58px;padding:9px 10px;display:flex}.material-toolbar-modes{align-items:center;gap:9px;display:flex}.material-view-switch{border:1px solid var(--line);background:var(--surface-soft);border-radius:6px;align-items:center;gap:2px;height:36px;padding:3px;display:inline-flex}.material-view-switch button{height:28px;color:var(--subtle);background:0 0;border:0;border-radius:4px;align-items:center;gap:5px;padding:0 9px;font-size:10px;display:inline-flex}.material-view-switch button:hover{color:var(--text)}.material-view-switch button.active{color:var(--text);background:var(--surface);box-shadow:0 1px 3px #14181e14}.material-filters{align-items:center;gap:8px;display:flex}.inline-search,.compact-select{border:1px solid var(--line);height:34px;color:var(--subtle);background:var(--surface);border-radius:5px;align-items:center;gap:7px;padding:0 9px;display:flex}.inline-search input{background:0 0;border:0;outline:0;min-width:0;font-size:11px}.material-search{width:230px}.compact-select select{max-width:150px;color:var(--muted);background:0 0;border:0;outline:0;padding:0 18px 0 0;font-size:11px}.compact-toolbar-button{border:1px solid var(--line);height:34px;color:var(--muted);background:var(--surface);white-space:nowrap;border-radius:5px;align-items:center;gap:6px;padding:0 10px;font-size:11px;display:inline-flex}.compact-toolbar-button:hover{border-color:var(--line-strong);color:var(--text);background:var(--surface-soft)}.case-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:14px;display:grid}.case-card{border:1px solid var(--line);background:var(--surface);opacity:0;min-width:0;animation:.38s forwards material-in;animation-delay:var(--reveal-delay);border-radius:7px;position:relative;overflow:hidden;transform:translateY(8px)}.case-card:hover{border-color:#b8bdc4;box-shadow:0 8px 22px #14181e13}.case-card.managed{border-color:var(--accent);box-shadow:0 0 0 2px #2265e51a}.case-manage-check{z-index:3}.case-card-button{width:100%;height:100%;color:var(--text);text-align:left;background:0 0;border:0;flex-direction:column;padding:0;display:flex}.case-collage{aspect-ratio:16/9.5;background:#e4e6e8;gap:2px;display:grid;position:relative;overflow:hidden}.case-collage-1{grid-template-columns:1fr}.case-collage-2{grid-template-columns:repeat(2,minmax(0,1fr))}.case-collage-3{grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:minmax(0,1.45fr) minmax(0,.75fr)}.case-collage-3 .case-collage-image:first-child{grid-row:1/span 2}.case-collage-image{min-width:0;min-height:0;display:block;overflow:hidden}.case-collage-image img{object-fit:cover;width:100%;height:100%;transition:transform .38s;display:block}.case-card:hover .case-collage-image img{transform:scale(1.018)}.case-more-count{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#181a1dbd;border:1px solid #ffffff2e;border-radius:4px;place-items:center;min-width:30px;height:24px;padding:0 7px;font-size:9px;font-weight:650;display:grid;position:absolute;top:10px;right:10px}.case-card-meta{flex:1;justify-content:space-between;align-items:flex-start;gap:12px;min-height:76px;padding:12px;display:flex}.case-card-copy{flex:1;min-width:0;display:block}.case-card-copy strong,.case-card-copy small,.case-card-status strong,.case-card-status small{display:block}.case-card-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:650;line-height:1.45;overflow:hidden}.case-card-copy small{color:var(--subtle);text-overflow:ellipsis;white-space:nowrap;margin-top:5px;font-size:9px;overflow:hidden}.case-card-status{text-align:right;flex:none;padding-top:1px}.case-card-status strong{color:var(--muted);font-size:10px;font-weight:600}.case-card-status small{color:var(--accent);margin-top:5px;font-size:9px}.case-card-status .protected-copy{color:var(--muted);align-items:center;gap:3px;display:inline-flex}.material-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:14px;display:grid}.material-card{border:1px solid var(--line);background:var(--surface);opacity:0;min-width:0;animation:.38s forwards material-in;animation-delay:var(--reveal-delay);border-radius:7px;flex-direction:column;display:flex;overflow:hidden;transform:translateY(8px)}@keyframes material-in{to{opacity:1;transform:translateY(0)}}.material-card:hover{border-color:#bbc0c7;box-shadow:0 7px 20px #14181e12}.material-card.selected{border-color:var(--accent);box-shadow:0 0 0 2px #2265e51f}.material-image-wrap{aspect-ratio:4/3;background:#eceeef;position:relative;overflow:hidden}.material-image-button{background:0 0;border:0;width:100%;height:100%;padding:0;display:block}.material-image-button img{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.material-card:hover .material-image-button img{transform:scale(1.015)}.asset-check{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#181a1d94;border:1px solid #ffffffc7;border-radius:5px;place-items:center;width:28px;height:28px;padding:0;display:grid;position:absolute;top:10px;left:10px}.asset-check>span{border:1px solid #ffffff9e;border-radius:3px;width:16px;height:16px}.asset-check.checked{border-color:var(--accent);background:var(--accent)}.asset-check.disabled{color:#d9dce0;cursor:not-allowed;background:#323539b8;border-color:#ffffff80}.source-mark{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-overflow:ellipsis;white-space:nowrap;background:#181a1dbd;border-radius:4px;align-items:center;gap:5px;max-width:calc(100% - 20px);min-height:25px;padding:0 8px;font-size:9px;display:inline-flex;position:absolute;bottom:10px;right:10px;overflow:hidden}.source-upload{color:#1d2126;background:#ffffffe0}.material-meta{flex:1;justify-content:space-between;align-items:flex-start;gap:10px;min-height:68px;padding:10px;display:flex}.material-copy{flex-direction:column;flex:1;min-width:0;display:flex}.material-meta strong,.material-meta small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.material-meta strong{font-size:11px;font-weight:600}.material-meta small{color:var(--subtle);margin-top:4px;font-size:9px}.usage-count{color:var(--green);flex:none;align-items:center;gap:3px;padding-top:1px;font-size:9px;display:inline-flex}.empty-state{min-height:260px;color:var(--subtle);align-content:center;place-items:center;gap:9px;display:grid}.empty-state strong{color:var(--muted);font-size:13px}.selection-dock{z-index:30;min-height:70px;left:calc(var(--sidebar-w) + 48px);color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#1b1d20f5;border:1px solid #2d3034;border-radius:7px;grid-template-columns:auto minmax(170px,1fr) auto auto;align-items:center;gap:14px;padding:9px 10px 9px 12px;display:grid;position:fixed;bottom:20px;right:48px;box-shadow:0 12px 34px #11131640}.selection-thumbs{align-items:center;gap:5px;display:flex}.selection-thumbs button{background:#333;border:1px solid #ffffff2e;border-radius:4px;width:44px;height:44px;padding:0;position:relative;overflow:hidden}.selection-thumbs img{object-fit:cover;width:100%;height:100%}.selection-thumbs button>span{color:#fff;opacity:0;background:#000000b8;border-radius:50%;place-items:center;width:17px;height:17px;display:grid;position:absolute;top:2px;right:2px}.selection-thumbs button:hover>span{opacity:1}.selection-more{color:#cfd2d7;background:#34373b;border-radius:4px;place-items:center;width:35px;height:35px;font-size:10px;display:grid}.selection-summary strong,.selection-summary small{display:block}.selection-summary strong{font-size:12px}.selection-summary small{color:#aeb3bb;margin-top:4px;font-size:10px}.selection-dock .quiet-button{color:#cfd2d7}.selection-dock .quiet-button:hover{color:#fff;background:#34373b}.selection-dock .compose-button{color:#17191c;background:#fff;border-color:#fff}.selection-dock .compose-button:hover{background:#e8e8e8}.management-dock{grid-template-columns:minmax(220px,1fr) auto auto}.management-dock .danger-button{min-height:36px}.trash-management-dock{grid-template-columns:minmax(220px,1fr) auto 112px 112px}.trash-management-dock.confirming-purge{grid-template-columns:minmax(220px,1fr) auto 150px}.trash-management-dock .primary-button,.trash-management-dock .danger-button{width:100%;min-width:0;min-height:36px}.trash-expiry-copy{color:var(--muted);font-size:10px}.material-detail-layout{grid-template-columns:minmax(0,1.5fr) 310px;gap:18px;display:grid}.material-detail-image{background:#eceeef;border-radius:6px;place-items:center;min-height:520px;display:grid;overflow:hidden}.material-detail-image img{object-fit:contain;width:100%;max-height:680px}.material-detail-info{padding:4px 4px 4px 10px}.detail-source-type{color:var(--accent);align-items:center;gap:6px;font-size:11px;font-weight:600;display:flex}.material-detail-info h3{margin-top:14px;font-size:20px;line-height:1.4}.material-detail-info>p{color:var(--muted);margin-top:10px;font-size:12px;line-height:1.7}.material-detail-info dl{margin:24px 0 0;display:grid}.material-detail-info dl>div{border-top:1px solid var(--line);grid-template-columns:76px minmax(0,1fr);align-items:center;min-height:48px;display:grid}.material-detail-info dl>div.detail-note-row{align-items:center;padding:12px 0}.material-detail-info dt{color:var(--subtle);font-size:10px}.material-detail-info dd{color:var(--text);margin:0;font-size:11px;line-height:1.65}.material-detail-edit{margin-top:14px}.detail-note-row textarea{border:1px solid var(--line-strong);resize:vertical;width:100%;min-height:84px;color:var(--text);background:var(--surface);font:inherit;border-radius:5px;outline:0;padding:7px 8px;line-height:1.65}.detail-note-row textarea:focus{border-color:var(--accent);box-shadow:0 0 0 2px #2265e514}.source-preserved{background:var(--green-soft);border:1px solid #bfe0d2;border-radius:6px;gap:9px;margin-top:18px;padding:11px;display:grid}.source-preserved span,.source-preserved a{align-items:center;gap:6px;font-size:10px;display:flex}.source-preserved span{color:var(--green)}.source-preserved a{color:var(--accent);text-decoration:none}.case-detail-summary{border-bottom:1px solid var(--line);grid-template-columns:minmax(180px,auto) minmax(0,1fr) auto;align-items:start;gap:18px;padding:2px 2px 16px;display:grid}.case-detail-source{align-items:center;gap:9px;display:flex}.case-source-icon{width:34px;height:34px;color:var(--accent);background:var(--accent-soft);border-radius:5px;flex:0 0 34px;place-items:center;display:grid}.case-source-icon.source-upload{color:#52565c;background:var(--surface-strong)}.case-detail-source strong,.case-detail-source small{display:block}.case-detail-source strong{font-size:11px}.case-detail-source small{max-width:180px;color:var(--subtle);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:9px;overflow:hidden}.case-detail-summary>p{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:10px;line-height:1.75;display:-webkit-box;overflow:hidden}.case-detail-summary>a{color:var(--accent);white-space:nowrap;align-items:center;gap:5px;font-size:10px;text-decoration:none;display:inline-flex}.case-detail-summary>a:hover{color:var(--accent-hover)}.case-gallery-header{justify-content:space-between;align-items:center;gap:16px;min-height:48px;display:flex}.case-gallery-header strong{font-size:12px}.case-gallery-header span{color:var(--subtle);font-size:9px}.case-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.case-gallery-card{border:1px solid var(--line);background:var(--surface);border-radius:6px;min-width:0;position:relative;overflow:hidden}.case-gallery-card:hover{border-color:#b8bdc4}.case-gallery-card.selected{border-color:var(--accent);box-shadow:0 0 0 2px #2265e51a}.case-gallery-preview{aspect-ratio:4/3;background:#eceeef;border:0;width:100%;padding:0;display:block;overflow:hidden}.case-gallery-preview img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.case-gallery-preview:hover img{transform:scale(1.018)}.case-gallery-card footer{justify-content:space-between;align-items:center;gap:10px;min-height:50px;padding:8px 9px;display:flex}.case-gallery-card footer strong,.case-gallery-card footer small{display:block}.case-gallery-card footer strong{font-size:10px}.case-gallery-card footer small{color:var(--subtle);margin-top:3px;font-size:8px}.case-gallery-card footer>small{color:var(--green);white-space:nowrap;margin:0}.case-selection-status{color:var(--muted);font-size:10px}.upload-dropzone{min-height:174px;color:var(--muted);background:var(--surface-soft);border:1px dashed #b6bbc2;border-radius:7px;align-content:center;place-items:center;gap:8px;display:grid}.upload-dropzone:hover{border-color:var(--accent);background:var(--accent-soft)}.upload-dropzone input{display:none}.upload-dropzone strong{font-size:13px}.upload-dropzone small{color:var(--subtle);font-size:10px}.upload-file-list{border:1px solid var(--line);border-radius:6px;max-height:160px;margin-top:12px;display:grid;overflow:auto}.upload-file-list>div{border-bottom:1px solid var(--line);grid-template-columns:22px minmax(0,1fr) 30px;align-items:center;gap:7px;min-height:46px;padding:6px 9px;display:grid}.upload-file-list>div:last-child{border:0}.upload-file-list strong,.upload-file-list small{display:block}.upload-file-list strong{font-size:10px}.upload-file-list small{color:var(--subtle);margin-top:3px;font-size:9px}.upload-fields{margin-top:14px}.upload-note-input{min-height:116px!important}.data-table{width:100%}.table-row{border-bottom:1px solid var(--line);min-height:62px;color:var(--muted);align-items:center;gap:12px;padding:9px 14px;font-size:11px;display:grid}.table-row:last-child{border-bottom:0}.table-row:not(.table-head):hover{background:#fafafa}.table-row strong,.table-row small{color:var(--text);display:block}.table-row small{color:var(--subtle);margin-top:4px;font-size:9px}.table-head{min-height:40px;color:var(--subtle);background:var(--surface-soft);font-size:10px}.source-table .table-row{grid-template-columns:minmax(190px,1.4fr) minmax(150px,1fr) 90px 110px 70px 88px 50px 30px}.run-table .table-row{grid-template-columns:100px minmax(150px,1.2fr) 100px 66px 54px 54px 54px 54px 45px 82px}.source-cell{align-items:center;gap:9px;min-width:0;display:flex}.source-avatar{color:#fff;background:#2a2c30;border-radius:5px;flex:0 0 30px;place-items:center;width:30px;height:30px;font-size:11px;display:grid}.number-positive{color:var(--green);font-weight:650}.number-danger{color:var(--red);font-weight:650}.toggle{background:#c8ccd1;border:0;border-radius:10px;width:34px;height:20px;padding:2px;transition:background .2s;position:relative}.toggle span{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;display:block;box-shadow:0 1px 3px #0003}.toggle.checked{background:var(--green)}.toggle.checked span{transform:translate(14px)}.compact-metrics{color:var(--muted);align-items:center;gap:14px;font-size:11px;display:flex}.compact-metrics strong{color:var(--text);margin-right:3px;font-size:16px}.compact-metrics i{background:var(--line);width:1px;height:18px}.task-table .table-row{grid-template-columns:minmax(250px,1.6fr) 126px 120px 112px 68px 90px 100px 100px}.task-title-cell{min-width:0;color:var(--text);text-align:left;background:0 0;border:0;padding:0}.task-title-cell strong,.task-title-cell small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.task-title-cell strong{font-size:12px}.task-title-cell small{color:var(--subtle);margin-top:5px;font-size:9px}.task-thumb-stack{align-items:center;height:34px;display:flex}.task-thumb-stack img{width:34px;height:34px;margin-left:calc(var(--stack-index) * -8px);object-fit:cover;z-index:calc(4 - var(--stack-index));border:2px solid #fff;border-radius:4px;position:relative}.task-thumb-stack img:first-child{margin-left:0}.task-thumb-stack small{color:var(--subtle);margin:0 0 0 7px}.task-row-actions{justify-content:flex-end;position:relative}.task-menu-backdrop{z-index:38;cursor:default;background:0 0;border:0;position:fixed;inset:0}.task-action-menu{z-index:39;border:1px solid var(--line);background:var(--surface);border-radius:6px;gap:2px;width:174px;padding:5px;display:grid;position:absolute;top:calc(100% + 7px);right:0;box-shadow:0 12px 34px #13171f24}.task-action-menu button{min-height:36px;color:var(--text);text-align:left;background:0 0;border:0;border-radius:4px;align-items:center;gap:9px;padding:0 10px;font-size:10px;display:flex}.task-action-menu button:hover{background:var(--surface-strong)}.task-action-menu button.danger{color:var(--red)}.task-action-menu button.danger:hover{background:var(--red-soft)}.task-action-menu button:disabled{color:var(--subtle);cursor:not-allowed;background:0 0}.task-action-menu hr{background:var(--line);border:0;height:1px;margin:3px 5px}.task-delete-confirm{color:var(--amber);grid-template-columns:28px minmax(0,1fr);align-items:start;gap:10px;display:grid}.task-delete-confirm>svg{margin-top:2px}.task-delete-confirm strong,.task-delete-confirm p,.task-delete-confirm em{display:block}.task-delete-confirm strong{color:var(--text);font-size:12px}.task-delete-confirm p{color:var(--muted);margin-top:8px;font-size:10px;line-height:1.75}.task-delete-confirm em{color:var(--amber);background:var(--amber-soft);border:1px solid #efd3a2;border-radius:5px;margin-top:10px;padding:9px 10px;font-size:10px;font-style:normal}.compose-head{justify-content:flex-start;min-height:52px;position:relative}.compose-progress{color:var(--subtle);align-items:center;gap:9px;font-size:10px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.compose-progress span{white-space:nowrap;align-items:center;gap:7px;min-height:34px;display:flex}.compose-progress span b{border:1px solid var(--line);width:30px;height:30px;color:var(--subtle);background:var(--surface);border-radius:50%;place-items:center;display:grid}.compose-progress span em{font-style:normal;font-weight:550}.compose-progress span.active{color:var(--accent)}.compose-progress span.active b{border-color:var(--accent);color:#fff;background:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.compose-progress span.done{color:var(--green)}.compose-progress span.done b{color:var(--green);background:var(--green-soft);border-color:#b9dfd0}.compose-progress i{background:var(--line-strong);width:52px;height:1px}.compose-layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:16px;display:grid}.compose-main{gap:14px;display:grid}.compose-section,.compose-side{border:1px solid var(--line);background:var(--surface);border-radius:7px}.compose-section{padding:18px}.section-heading-row{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.section-heading-row>div,.compose-side-head{align-items:flex-start;gap:10px;display:flex}.section-index{width:25px;height:25px;color:var(--muted);background:var(--surface-strong);border-radius:4px;flex:0 0 25px;place-items:center;font-size:9px;font-weight:700;display:grid}.section-heading-row h2,.compose-side-head h2{font-size:15px}.section-heading-row p,.compose-side-head p{color:var(--subtle);margin-top:4px;font-size:10px}.analysis-actions,.direction-header-actions{align-items:center;gap:8px;display:flex}.ai-generated-label{min-height:26px;color:var(--accent);background:var(--accent-soft);border-radius:4px;align-items:center;gap:5px;padding:0 8px;font-size:9px;font-weight:600;display:inline-flex}.compose-asset-strip{grid-template-columns:repeat(auto-fill,minmax(112px,1fr));gap:8px;margin-top:15px;display:grid}.compose-asset-strip figure{border:1px solid var(--line);background:var(--surface-soft);border-radius:5px;min-width:0;margin:0;position:relative;overflow:hidden}.compose-asset-strip img{object-fit:cover;width:100%;height:104px;display:block}.compose-asset-strip figcaption{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;padding:7px;font-size:9px;overflow:hidden}.compose-asset-strip figure>button{color:#fff;opacity:0;background:#141619b3;border:0;border-radius:4px;place-items:center;width:22px;height:22px;padding:0;display:grid;position:absolute;top:5px;right:5px}.compose-asset-strip figure:hover>button{opacity:1}.source-boundary-note{min-height:38px;color:var(--green);background:var(--green-soft);border:1px solid #bfe0d2;border-radius:5px;align-items:center;gap:7px;margin-top:12px;padding:0 10px;font-size:10px;display:flex}.perspective-applied{min-height:27px;color:var(--green);background:var(--green-soft);border:1px solid #bfe0d2;border-radius:4px;align-items:center;gap:5px;padding:0 8px;font-size:9px;font-weight:650;display:inline-flex}.perspective-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:17px;display:grid}.perspective-options>button{border:1px solid var(--line);min-height:128px;color:var(--text);background:var(--surface);text-align:left;border-radius:6px;grid-template-columns:38px minmax(0,1fr) 18px;align-items:start;gap:11px;padding:15px;transition:border-color .15s,box-shadow .15s,background .15s;display:grid}.perspective-options>button:hover{background:#fcfcfd;border-color:#aeb4bd}.perspective-options>button:focus{outline:0}.perspective-options>button:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px #2265e51f}.perspective-options>button.active{border-color:var(--accent);background:#fbfdff;box-shadow:0 0 0 2px #2265e514}.perspective-options>button:disabled{cursor:wait;opacity:.72}.perspective-icon{color:#515862;background:var(--surface-strong);border-radius:5px;place-items:center;width:36px;height:36px;display:grid}.perspective-options>button.active .perspective-icon{color:var(--accent);background:var(--accent-soft)}.perspective-copy{min-width:0;display:block}.perspective-copy>span{align-items:center;gap:7px;display:flex}.perspective-copy strong{font-size:12px}.perspective-copy small{color:var(--accent);background:var(--accent-soft);border-radius:3px;padding:2px 5px;font-size:8px;font-weight:650}.perspective-copy p{color:var(--muted);margin-top:7px;font-size:10px;line-height:1.65}.perspective-copy em{color:var(--subtle);align-items:flex-start;gap:5px;margin-top:10px;font-size:9px;font-style:normal;line-height:1.55;display:flex}.perspective-copy em svg{color:var(--green);flex:none;margin-top:1px}.perspective-radio{border:1px solid var(--line-strong);border-radius:50%;place-items:center;width:17px;height:17px;margin-top:1px;display:grid}.perspective-options>button.active .perspective-radio{border-color:var(--accent)}.perspective-radio>span{background:var(--accent);border-radius:50%;width:9px;height:9px}.perspective-action{border:1px solid var(--line);background:var(--surface-soft);border-radius:6px;justify-content:space-between;align-items:center;gap:16px;min-height:62px;margin-top:13px;padding:11px 12px;display:flex}.perspective-action.changed{background:var(--amber-soft);border-color:#efd3a2}.perspective-action>span{min-width:0;color:var(--accent);align-items:center;gap:9px;display:flex}.perspective-action.changed>span{color:var(--amber)}.perspective-action strong,.perspective-action small{display:block}.perspective-action strong{color:var(--text);font-size:10px}.perspective-action small{color:var(--subtle);margin-top:4px;font-size:9px;line-height:1.45}.perspective-run-button{flex:none;min-width:174px}.analysis-overview{border-left:2px solid var(--accent);background:#f6f8fc;grid-template-columns:34px minmax(0,1fr);gap:12px;margin-top:16px;padding:16px;display:grid}.ai-mark{width:30px;height:30px;color:var(--accent);background:var(--accent-soft);border-radius:5px;place-items:center;display:grid}.analysis-overview strong{font-size:12px}.analysis-copy{min-width:0}.analysis-overview p{color:#454b54;max-width:92ch;margin-top:6px;font-size:12px;line-height:1.9}.analysis-overview p:first-child{margin-top:0}.analysis-overview p+p{margin-top:14px}.analysis-toggle{color:var(--accent);background:0 0;border:0;align-items:center;gap:5px;margin-top:14px;padding:0;font-size:10px;font-weight:600;display:inline-flex}.analysis-toggle:hover{color:#164fc0}.observation-list{border:1px solid var(--line);border-radius:6px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:12px;display:grid;overflow:hidden}.observation-list>div{border-right:1px solid var(--line);min-height:100px;padding:12px}.observation-list>div:last-child{border:0}.observation-list>div>span{color:var(--accent);font-size:9px;font-weight:700}.observation-list p{color:var(--muted);margin-top:8px;font-size:10px;line-height:1.65}.observation-list strong{color:var(--text);margin-bottom:4px;font-size:11px;display:block}.analysis-loading{gap:10px;margin-top:16px;display:grid}.analysis-loading span{background:linear-gradient(90deg,#f1f2f4,#fafafa,#f1f2f4) 0 0/180% 100%;border-radius:4px;height:28px;animation:1.1s infinite loading}@keyframes loading{to{background-position:-180% 0}}.direction-options,.direction-loading{gap:8px;margin-top:16px;display:grid}.direction-loading span{border:1px solid var(--line);background:linear-gradient(90deg,#f3f4f5,#fafafa,#f3f4f5) 0 0/180% 100%;border-radius:6px;height:112px;animation:1.1s infinite loading}.direction-options>button{border:1px solid var(--line);min-height:88px;color:var(--text);background:var(--surface);text-align:left;border-radius:6px;grid-template-columns:20px minmax(0,1fr);gap:10px;padding:13px 14px;transition:border-color .15s,box-shadow .15s,background .15s;display:grid}.direction-options>button:hover{border-color:#aeb4bd}.direction-options>button.active{border-color:var(--accent);background:#fbfdff;box-shadow:0 0 0 2px #2265e514}.direction-options>button:disabled{cursor:wait}.radio-mark{border:1px solid var(--line-strong);border-radius:50%;place-items:center;width:16px;height:16px;margin-top:2px;display:grid}.direction-options button.active .radio-mark{border-color:var(--accent)}.radio-mark>span{background:var(--accent);border-radius:50%;width:8px;height:8px}.direction-content{min-width:0;display:block}.direction-card-meta{color:var(--accent);justify-content:space-between;align-items:center;gap:12px;display:flex}.direction-card-meta small{margin:0;font-size:8px;font-weight:650}.direction-card-meta svg{color:var(--subtle);flex:none}.direction-content>strong{margin-top:5px;font-size:12px;display:block}.direction-content>p{color:var(--muted);margin-top:5px;font-size:11px;line-height:1.6}.direction-options>button:not(.active) .direction-content>p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.direction-focus{border-top:1px solid var(--line);color:var(--muted);grid-template-columns:68px minmax(0,1fr);align-items:start;gap:8px;margin-top:11px;padding-top:10px;font-size:9px;display:grid}.direction-focus>b{color:var(--accent);font-size:9px;font-weight:650}.direction-focus>span{gap:5px;display:grid}.direction-focus em{padding-left:10px;font-style:normal;line-height:1.55;position:relative}.direction-focus em:before{content:"";background:#9ca3af;border-radius:50%;width:3px;height:3px;position:absolute;top:6px;left:0}.custom-direction{gap:7px;margin-top:14px;display:grid}.custom-direction>span{font-size:11px;font-weight:600}.custom-direction small{color:var(--subtle);margin-left:5px;font-size:9px;font-weight:400}.custom-direction textarea{border:1px solid var(--line-strong);resize:vertical;min-height:78px;color:var(--text);background:var(--surface);border-radius:5px;outline:0;padding:9px 10px;font-size:11px;line-height:1.6}.custom-direction textarea:focus{border-color:var(--accent);box-shadow:0 0 0 2px #2265e514}.compose-side{padding:16px;position:sticky;top:16px}.style-heading-icon{width:28px;height:28px;color:var(--accent);background:var(--accent-soft);border-radius:5px;flex:0 0 28px;place-items:center;display:grid}.style-choice-list{gap:8px;margin-top:16px;display:grid}.style-choice-card{border:1px solid var(--line);background:var(--surface);border-radius:6px;overflow:hidden}.style-choice-card:hover{border-color:#adb3bb}.style-choice-card.active{border-color:var(--accent);box-shadow:0 0 0 2px #2265e514}.style-select-area{width:100%;min-height:104px;color:var(--text);background:var(--surface);text-align:left;border:0;grid-template-columns:72px minmax(0,1fr) 20px;align-items:center;gap:10px;padding:9px;display:grid}.style-select-area .actual-style-preview.mini{width:72px;height:84px}.style-select-area .actual-style-preview.mini iframe{transform:scale(.192)}.style-choice-list strong,.style-choice-list small{display:block}.style-choice-list strong{font-size:11px}.style-choice-list small{color:var(--subtle);margin-top:5px;font-size:9px;line-height:1.5}.style-radio{border:1px solid var(--line-strong);color:#fff;border-radius:50%;place-items:center;width:18px;height:18px;display:grid}.style-choice-card.active .style-radio{border-color:var(--accent);background:var(--accent)}.style-preview-entry{border:0;border-top:1px solid var(--line);width:100%;min-height:30px;color:var(--muted);background:var(--surface-soft);justify-content:center;align-items:center;gap:5px;font-size:9px;display:flex}.style-preview-entry:hover{color:var(--accent);background:var(--accent-soft)}.style-mini-preview{border:1px solid var(--line);background:#fff;border-radius:3px;align-content:start;gap:4px;width:72px;height:82px;padding:9px 8px;display:grid;box-shadow:0 3px 10px #1416190f}.style-mini-preview i{background:#dadde1;height:3px;display:block}.style-mini-preview i.short{width:68%}.style-mini-preview .mini-title{background:var(--style-accent);width:76%;height:6px;margin-bottom:2px}.style-mini-preview b{background:#e7e9ec;height:24px;margin:3px 0;display:block}.generation-summary{border-top:1px solid var(--line);border-bottom:1px solid var(--line);gap:9px;margin-top:16px;padding:13px 0;display:grid}.generation-summary>div{justify-content:space-between;align-items:center;gap:12px;display:flex}.generation-summary span{color:var(--subtle);font-size:10px}.generation-summary strong{text-overflow:ellipsis;white-space:nowrap;max-width:190px;font-size:10px;overflow:hidden}.generation-progress-panel,.generation-error-panel{border-radius:6px;margin-top:14px}.generation-progress-panel{background:#f6f9ff;border:1px solid #c8d7f5;grid-template-columns:30px minmax(0,1fr);gap:9px;padding:12px;display:grid}.generation-progress-icon{width:28px;height:28px;color:var(--accent);background:var(--accent-soft);border-radius:5px;place-items:center;display:grid}.generation-progress-panel strong,.generation-error-panel strong{font-size:10px;display:block}.generation-progress-panel p,.generation-error-panel p{color:var(--muted);margin-top:3px;font-size:9px;line-height:1.55}.generation-progress-panel>i{background:#dfe7f7;border-radius:999px;grid-column:1/-1;height:3px;position:relative;overflow:hidden}.generation-progress-panel>i b{border-radius:inherit;background:var(--accent);width:38%;height:100%;animation:1.5s ease-in-out infinite generation-progress;position:absolute;left:-38%}.generation-progress-panel>small{color:var(--subtle);grid-column:1/-1;font-size:8px;line-height:1.5}@keyframes generation-progress{0%{left:-38%}to{left:100%}}.generation-error-panel{color:#a43c32;background:#fff8f7;border:1px solid #efd0cd;grid-template-columns:18px minmax(0,1fr);gap:8px;padding:10px 11px;display:grid}.generation-error-panel svg{margin-top:1px}.generation-error-panel p{color:#83524d}.generate-button{width:100%;min-height:42px;margin-top:14px}.generation-footnote{color:var(--subtle);text-align:center;margin-top:9px;font-size:9px;line-height:1.5}.generation-footnote.needs-direction{color:var(--amber)}.regeneration-input{min-height:112px!important}.regeneration-notice{min-height:42px;color:var(--accent);background:var(--accent-soft);border:1px solid #c5d6f6;border-radius:5px;align-items:center;gap:8px;margin-top:12px;padding:9px 10px;font-size:10px;display:flex}.compose-style-preview-layout{grid-template-columns:minmax(0,1fr) 240px;align-items:start;gap:18px;display:grid}.compose-style-paper{background:#fff;min-height:560px;padding:42px 48px;box-shadow:0 6px 20px #161b211a}.compose-style-paper>small{color:var(--preview-accent);font-size:8px;font-weight:700}.compose-style-paper h2{margin-top:10px;font-size:25px;line-height:1.45}.compose-style-paper .preview-lead{border-left:2px solid var(--preview-accent);color:#4b4f55;margin-top:18px;padding-left:12px;font-size:12px;line-height:1.8}.preview-image-block{background:#e5e7ea;height:210px;margin-top:28px}.preview-caption{color:var(--subtle);text-align:center;margin-top:7px;font-size:8px;display:block}.compose-style-paper h3{margin-top:28px;font-size:16px}.compose-style-paper h3:before{content:"";background:var(--preview-accent);width:20px;height:2px;margin-bottom:9px;display:block}.compose-style-paper>p:last-child{color:var(--muted);margin-top:10px;font-size:11px;line-height:1.8}.compose-style-preview-layout>aside{border:1px solid var(--line);background:var(--surface-soft);border-radius:6px;padding:14px}.compose-style-preview-layout>aside>span{color:var(--subtle);font-size:9px}.compose-style-preview-layout>aside h3{margin-top:5px;font-size:17px}.compose-style-preview-layout>aside>p{color:var(--muted);margin-top:8px;font-size:10px;line-height:1.6}.compose-style-preview-layout dl{margin:18px 0 0;display:grid}.compose-style-preview-layout dl>div{border-top:1px solid var(--line);grid-template-columns:64px minmax(0,1fr);align-items:center;min-height:42px;display:grid}.compose-style-preview-layout dt{color:var(--subtle);font-size:9px}.compose-style-preview-layout dd{align-items:center;gap:6px;margin:0;font-size:9px;display:flex}.compose-style-preview-layout dd i{border-radius:2px;width:10px;height:10px}.style-list-panel{border:1px solid var(--line);background:var(--surface);border-radius:7px;overflow:hidden}.style-list-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;min-height:64px;padding:12px 18px;display:flex}.style-list-heading h2{font-size:15px}.style-list-heading p,.style-list-heading>span{color:var(--subtle);margin-top:4px;font-size:10px}.style-list-row{border-bottom:1px solid var(--line);grid-template-columns:112px minmax(190px,1fr) minmax(230px,1.4fr) 70px 90px 30px 24px;align-items:center;gap:14px;min-height:132px;padding:14px 18px;display:grid}.style-list-row:last-child{border:0}.style-list-row:hover{background:#fafafa}.style-preview-button,.style-main{color:var(--text);text-align:left;background:0 0;border:0;padding:0}.style-main>span{align-items:center;gap:8px;display:flex}.style-main strong{font-size:13px}.style-main p{color:var(--muted);margin-top:7px;font-size:10px;line-height:1.55}.style-main small{color:var(--subtle);margin-top:8px;font-size:9px;display:block}.style-prompt-excerpt{min-width:0}.style-prompt-excerpt span,.style-stat span,.style-updated span,.style-updated small{color:var(--subtle);font-size:9px;display:block}.style-prompt-excerpt p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:7px;font-size:10px;line-height:1.6;display:-webkit-box;overflow:hidden}.style-stat strong{margin-top:7px;font-size:18px;display:block}.style-updated small{margin-top:5px}.row-open{color:var(--subtle);background:0 0;border:0;padding:0}.actual-style-preview{background:#fff;position:relative;overflow:hidden}.actual-style-preview iframe{background:#fff;border:0;display:block}.actual-style-preview.mini{border:1px solid var(--line);border-radius:4px;width:104px;height:96px;box-shadow:0 4px 14px #14161912}.actual-style-preview.mini iframe{transform-origin:0 0;pointer-events:none;width:375px;height:640px;transform:scale(.277)}.actual-style-preview.large{border:1px solid #d8dce1;border-radius:3px;width:375px;min-width:375px;height:650px;box-shadow:0 10px 30px #181b2014}.actual-style-preview.large iframe{width:375px;height:650px}.style-preview-loading,.style-preview-error{color:var(--subtle);background:#ffffffe0;justify-content:center;align-items:center;gap:7px;font-size:9px;display:flex;position:absolute;inset:0}.actual-style-preview.large .style-preview-loading,.actual-style-preview.large .style-preview-error{font-size:10px}.style-detail-hero{border:1px solid var(--line);background:var(--surface);border-radius:7px;justify-content:space-between;align-items:center;gap:20px;min-height:120px;padding:18px 20px;display:flex}.detail-kicker{color:var(--accent);font-size:10px;font-weight:650}.style-detail-hero h2{margin-top:7px;font-size:23px}.style-detail-hero p{max-width:720px;color:var(--muted);margin-top:8px;font-size:11px}.style-enable{border:1px solid var(--line);background:var(--surface-soft);border-radius:6px;justify-content:space-between;align-items:center;gap:16px;min-width:220px;padding:10px 12px;display:flex}.style-enable strong,.style-enable small{display:block}.style-enable strong{font-size:11px}.style-enable small{color:var(--subtle);margin-top:4px;font-size:9px}.style-editor-layout{grid-template-columns:minmax(0,1fr) 420px;align-items:start;gap:16px;display:grid}.style-editor-main{gap:14px;display:grid}.config-section{border:1px solid var(--line);background:var(--surface);border-radius:7px;overflow:hidden}.config-section>header{border-bottom:1px solid var(--line);grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:62px;padding:10px 14px;display:grid}.config-section>header>span{width:32px;height:32px;color:var(--accent);background:var(--accent-soft);border-radius:5px;place-items:center;display:grid}.config-section h3{font-size:13px}.config-section header p{color:var(--subtle);margin-top:4px;font-size:9px}.config-body{padding:14px}.style-prompt-editor{border:1px solid var(--line-strong);resize:vertical;width:100%;min-height:150px;color:var(--text);border-radius:5px;outline:0;padding:11px;font-size:11px;line-height:1.8}.style-prompt-editor:focus{border-color:var(--accent);box-shadow:0 0 0 2px #2265e514}.config-honesty-note{color:var(--subtle);margin-top:9px;font-size:9px;line-height:1.65}.prompt-coverage{flex-wrap:wrap;gap:7px;margin-top:10px;display:flex}.prompt-coverage span{min-height:25px;color:var(--green);background:var(--green-soft);border-radius:4px;align-items:center;gap:5px;padding:0 8px;font-size:9px;display:inline-flex}.fixed-content-tabs{border-bottom:1px solid var(--line);gap:2px;padding:10px 14px 0;display:flex}.fixed-content-tabs button{min-height:34px;color:var(--muted);background:0 0;border:0;border-bottom:2px solid #0000;align-items:center;gap:7px;padding:0 12px;font-size:10px;font-weight:600;display:inline-flex}.fixed-content-tabs button.active{border-bottom-color:var(--text);color:var(--text)}.fixed-content-tabs span{min-width:18px;height:18px;color:var(--subtle);background:var(--surface-soft);border-radius:9px;place-items:center;font-size:8px;display:grid}.fixed-ai-empty{background:#f8faff;border:1px dashed #b9c9e8;border-radius:6px;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:150px;margin:14px;padding:22px;display:grid}.fixed-ai-empty>span{width:42px;height:42px;color:var(--accent);background:var(--accent-soft);border-radius:6px;place-items:center;display:grid}.fixed-ai-empty strong,.fixed-ai-empty p{display:block}.fixed-ai-empty strong{font-size:13px}.fixed-ai-empty p{max-width:560px;color:var(--muted);margin-top:6px;font-size:10px;line-height:1.65}.fixed-rich-editor{padding:14px}.fixed-rich-toolbar{justify-content:space-between;align-items:center;gap:14px;margin-bottom:10px;display:flex}.fixed-rich-toolbar strong,.fixed-rich-toolbar small{display:block}.fixed-rich-toolbar strong{font-size:11px}.fixed-rich-toolbar small{color:var(--subtle);margin-top:4px;font-size:9px}.fixed-rich-canvas{border:1px solid var(--line);border-left:4px solid var(--accent);background:#f8faff;border-radius:4px;gap:5px;max-width:650px;min-height:130px;margin:0 auto;padding:28px 32px;display:grid;box-shadow:0 8px 28px #191f280d}.fixed-rich-block{min-width:0;padding:2px 30px 2px 0;position:relative}.fixed-rich-block textarea{resize:none;width:100%;min-height:30px;color:var(--text);font:inherit;text-align:inherit;background:0 0;border:1px solid #0000;border-radius:3px;outline:0;padding:4px 7px;line-height:1.75;overflow:hidden}.fixed-rich-block textarea:hover{background:#ffffff9e;border-color:#d9e1ee}.fixed-rich-block textarea:focus{border-color:var(--accent);background:#fff;box-shadow:0 0 0 2px #2265e512}.fixed-rich-eyebrow textarea{color:var(--accent);font-size:10px;font-weight:750}.fixed-rich-heading textarea{font-size:19px;font-weight:760;line-height:1.45}.fixed-rich-body textarea{font-size:13px}.fixed-rich-note textarea{color:var(--muted);font-size:11px}.fixed-rich-cta textarea{border-color:var(--accent);width:auto;min-width:130px;color:var(--text);padding:8px 13px;font-size:11px;font-weight:700}.fixed-rich-block.align-center{text-align:center}.fixed-rich-block.align-right{text-align:right}.fixed-rich-link{border:1px solid var(--line);max-width:360px;min-height:30px;color:var(--subtle);background:#fff;border-radius:4px;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:4px;margin:5px 7px 0;padding:0 7px;display:grid}.fixed-rich-link input{border:0;outline:0;min-width:0;font-size:9px}.fixed-rich-image figure{margin:8px 0;position:relative}.fixed-rich-image img{border:1px solid var(--line);object-fit:contain;background:#fff;width:100%;max-height:310px;display:block}.fixed-rich-image figure>input{width:100%;height:29px;color:var(--muted);text-align:center;background:0 0;border:0;border-bottom:1px solid #0000;outline:0;margin-top:5px;font-size:9px}.fixed-rich-image figure>input:focus{border-bottom-color:var(--accent)}.fixed-image-replace{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#141619b8;border:1px solid #ffffffb3;border-radius:4px;align-items:center;gap:5px;min-height:28px;padding:0 8px;font-size:9px;display:inline-flex;position:absolute;top:8px;right:8px}.fixed-image-replace input{display:none}.fixed-rich-divider{padding:7px 30px 7px 0}.fixed-rich-divider hr{border:0;border-top:1px solid var(--accent);opacity:.55;height:0}.fixed-rich-remove{width:25px;height:25px;color:var(--subtle);opacity:0;background:0 0;border:1px solid #0000;border-radius:4px;place-items:center;display:grid;position:absolute;top:5px;right:0}.fixed-rich-block:hover .fixed-rich-remove,.fixed-rich-remove:focus{opacity:1}.fixed-rich-remove:hover{color:var(--red);background:#fff;border-color:#edcbc7}.fixed-rich-image .fixed-rich-remove{color:#fff;opacity:1;background:#141619b8;top:8px;right:38px}.fixed-rich-editor-note{color:var(--subtle);text-align:center;margin-top:9px;font-size:8px}.smart-content-input{border:1px solid var(--line-strong);resize:vertical;width:100%;min-height:150px;color:var(--text);border-radius:5px;outline:0;padding:10px;font-size:11px;line-height:1.75}.smart-content-input:focus{border-color:var(--accent);box-shadow:0 0 0 2px #2265e514}.smart-fixed-form{gap:15px;display:grid}.smart-image-input{border:1px solid var(--line);background:var(--surface-soft);border-radius:6px;justify-content:space-between;align-items:center;gap:16px;min-height:66px;padding:12px;display:flex}.smart-image-input strong,.smart-image-input small{display:block}.smart-image-input strong{font-size:10px}.smart-image-input small{color:var(--subtle);margin-top:4px;font-size:8px}.smart-image-input label{cursor:pointer}.smart-image-input input{display:none}.smart-image-list{gap:7px;display:grid}.smart-image-list>div{border:1px solid var(--line);border-radius:5px;grid-template-columns:76px minmax(0,1fr) 30px;align-items:center;gap:10px;min-height:64px;padding:7px;display:grid}.smart-image-list img{object-fit:contain;background:var(--surface-soft);width:76px;height:50px;display:block}.smart-image-list strong,.smart-image-list small{display:block}.smart-image-list strong{text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.smart-image-list small{color:var(--subtle);margin-top:4px;font-size:8px}.smart-fixed-note{min-height:38px;color:var(--green);background:var(--green-soft);border-radius:5px;align-items:center;gap:7px;padding:9px 10px;font-size:9px;display:flex}.style-preview-panel{border:1px solid var(--line);background:var(--surface);border-radius:7px;position:sticky;top:16px;overflow:hidden}.style-preview-panel>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;min-height:58px;padding:10px 13px;display:flex}.style-preview-panel h3{font-size:13px}.style-preview-panel header p{color:var(--subtle);margin-top:4px;font-size:9px}.style-preview-stage{background:#eceef0;place-items:center;min-height:680px;padding:14px;display:grid}.preview-meta{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;min-height:58px;padding:10px 13px;display:flex}.preview-meta strong,.preview-meta small{display:block}.preview-meta strong{font-size:10px}.preview-meta small{color:var(--subtle);margin-top:4px;font-size:8px}.full-style-preview{background:#eceef0;place-items:center;min-height:690px;padding:20px;display:grid}.editor-page{gap:10px;padding-top:16px;display:grid}.editor-commandbar{min-height:42px}.save-state{color:var(--green);align-items:center;gap:5px;font-size:10px;display:inline-flex}.editor-meta-bar{border:1px solid var(--line);background:var(--surface);border-radius:6px;justify-content:space-between;align-items:center;gap:12px;min-height:44px;padding:6px 10px;display:flex}.editor-meta-bar>div{color:var(--muted);align-items:center;gap:9px;font-size:10px;display:flex}.task-id{color:var(--accent);font-weight:700}.editor-style-readonly{border:1px solid var(--line);height:31px;color:var(--muted);background:var(--surface-soft);border-radius:5px;align-items:center;gap:6px;padding:0 9px;font-size:10px;display:flex}.editor-style-readonly strong{color:var(--text);font-weight:600}.editor-style-readonly svg:last-child{color:var(--subtle);margin-left:2px}.editor-workspace-grid{border:1px solid var(--line);background:var(--surface);border-radius:7px;grid-template-columns:210px minmax(520px,1fr) 282px;min-height:calc(100vh - 206px);display:grid;overflow:hidden}.editor-materials,.editor-ai-panel{background:var(--surface-soft);min-width:0}.editor-materials{border-right:1px solid var(--line)}.editor-ai-panel{border-left:1px solid var(--line);flex-direction:column;display:flex}.editor-materials>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:8px;min-height:59px;padding:9px 10px;display:flex}.editor-materials header strong,.editor-materials header small{display:block}.editor-materials header strong{font-size:11px}.editor-materials header small{color:var(--subtle);margin-top:4px;font-size:8px}.editor-material-list{max-height:calc(100vh - 380px);padding:7px;display:grid;overflow:auto}.editor-material-list>div{border-bottom:1px solid var(--line);grid-template-columns:48px minmax(0,1fr);align-items:center;gap:8px;min-height:56px;padding:6px 4px;display:grid}.editor-material-list img{object-fit:cover;border-radius:4px;width:48px;height:44px}.editor-material-list strong,.editor-material-list small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.editor-material-list strong{font-size:9px}.editor-material-list small{color:var(--subtle);margin-top:4px;font-size:8px}.article-editor{background:#e9ebee;min-width:0}.format-toolbar{z-index:3;border-bottom:1px solid var(--line);background:var(--surface);align-items:center;gap:3px;height:44px;padding:0 9px;display:flex;position:sticky;top:0}.format-toolbar select{border:1px solid var(--line);height:28px;color:var(--muted);background:var(--surface);border-radius:4px;padding:0 24px 0 8px;font-size:9px}.format-toolbar button{width:28px;height:28px;color:var(--muted);background:0 0;border:0;border-radius:4px;place-items:center;padding:0;display:grid}.format-toolbar button:hover{color:var(--accent);background:var(--accent-soft)}.format-toolbar button.active{color:#16181b;background:#e9edf3}.format-toolbar button:disabled{color:#c6cad0;cursor:default;background:0 0}.format-toolbar>i{background:var(--line);width:1px;height:18px;margin:0 3px}.article-stage{height:calc(100vh - 250px);min-height:700px;overflow:auto}.wechat-canvas{background:#fff;width:min(650px,100% - 40px);min-height:980px;margin:20px auto 42px;padding:42px 48px 54px;font-family:Source Han Sans SC,Noto Sans CJK SC,PingFang SC,Microsoft YaHei,sans-serif;box-shadow:0 7px 26px #161b2117}.wechat-head textarea{resize:none;background:0 0;border:0;outline:0;width:100%;padding:0}.wechat-title-input{field-sizing:content;color:#18191b;min-height:38px;font-size:25px;font-weight:700;line-height:1.45;overflow:hidden}.wechat-digest-input{min-height:58px;color:var(--muted);margin-top:10px;font-size:11px;line-height:1.8}.wechat-head>div{color:var(--subtle);gap:12px;margin-top:10px;font-size:9px;display:flex}.wechat-body{margin-top:30px}.wechat-body-content>p{color:#32353a;outline:0;width:100%;margin:0 auto 22px;font-size:13px;line-height:2}.wechat-body-content>p:first-child{color:#555;text-align:center;margin-bottom:28px}.wechat-body-content>.article-lead{border-left:3px solid var(--article-accent);color:#44484e;text-align:left;padding-left:13px}.wechat-body-content>h2{color:#1c1d20;outline:0;width:100%;margin:34px auto 17px;font-size:18px;line-height:1.55}.wechat-body-content>h2:before{content:"#" attr(data-heading-number);color:#111;background:var(--article-accent);width:max-content;margin-bottom:9px;padding:3px 6px;font-size:9px;font-weight:800;line-height:1;display:block}.wechat-body-content>[contenteditable=true]:focus{outline-offset:4px;border-radius:3px;outline:2px solid #2367e824}.wechat-body-content>.is-list{padding-left:18px;position:relative}.wechat-body-content>.is-list:before{content:"•";color:var(--article-accent);font-weight:900;position:absolute;left:0}.wechat-body-content>blockquote{box-sizing:border-box;border:0;border-left:4px solid var(--article-accent);color:#3e4349;background:#f6f7f8;outline:0;width:100%;margin:26px auto;padding:14px 16px;font-size:12px;line-height:1.9}.article-edit-image{width:100%;margin:30px auto 32px;position:relative}.article-edit-image.hero{width:100%;margin-top:0}.article-edit-image img{object-fit:contain;width:100%;height:auto;max-height:none;margin:0;display:block}.article-edit-image figcaption{color:#777;grid-template-columns:max-content max-content minmax(0,1fr);align-items:center;gap:7px;min-height:31px;margin:0;padding:9px 2px 0;font-size:9px;line-height:1.65;display:grid}.article-edit-image figcaption strong{color:#222;white-space:nowrap;font-size:9px;font-weight:700}.article-edit-image figcaption>span{color:#bbb}.article-edit-image figcaption input{color:#777;width:100%;min-width:0;font:inherit;line-height:inherit;background:0 0;border:0;border-bottom:1px solid #0000;outline:0;padding:1px 0 2px}.article-edit-image figcaption input:hover{border-bottom-color:#ddd}.article-edit-image figcaption input:focus{border-bottom-color:var(--article-accent);color:#333}.article-edit-image>button{color:#fff;opacity:0;background:#181a1db8;border:0;border-radius:4px;place-items:center;width:28px;height:28px;padding:0;display:grid;position:absolute;top:8px;right:8px}.article-edit-image:hover>button,.article-edit-image:focus-within>button{opacity:1}.article-edit-divider{width:100%;margin:38px auto;position:relative}.article-edit-divider hr{background:var(--article-accent);border:0;height:1px}.article-edit-divider button{opacity:0;border:0;border-radius:4px;place-items:center;width:24px;height:24px;display:grid;position:absolute;top:-12px;right:0}.article-edit-divider:hover button{opacity:1}.editor-fixed-region{box-sizing:border-box}.editor-fixed-region img{object-fit:contain;width:100%;height:auto;max-height:none;margin:0;display:block}.editor-fixed-region.header{margin:0 0 30px}.editor-fixed-region.footer{margin:42px 0 0}.editor-fixed-region.daily-footer{color:#111;text-align:center;background:#fff;border-top:7px solid #fbc400;padding:34px 24px 30px}.editor-fixed-region.daily-footer img{width:106px;margin:0 auto 18px}.editor-fixed-region.daily-footer h2{margin:0;font-size:22px;font-weight:800;line-height:1.45}.editor-fixed-region.daily-footer>strong{color:#3f3f3f;margin-top:9px;font-size:12px;line-height:1.8;display:block}.editor-fixed-region.daily-footer>p{color:#555;width:auto;margin:6px 0 0;font-size:10px;line-height:1.8}.editor-fixed-region.daily-footer>i{background:#fbc400;width:48px;height:2px;margin:22px auto;display:block}.editor-fixed-region.daily-footer>b,.editor-fixed-region.daily-footer>small{display:block}.editor-fixed-region.daily-footer>b{font-size:13px;line-height:1.7}.editor-fixed-region.daily-footer>small{color:#666;margin-top:6px;font-size:9px;line-height:1.7}.editor-fixed-region.editorial-footer{color:#fff;background:#111;border-top:8px solid #fbc400;padding:30px 26px 28px}.editor-fixed-region.editorial-footer>small,.editor-fixed-region.editorial-footer>strong,.editor-fixed-region.editorial-footer>b{display:block}.editor-fixed-region.editorial-footer>small{color:#fbc400;font-size:9px;font-weight:800}.editor-fixed-region.editorial-footer h2{color:#fff;margin:10px 0 0;font-size:20px}.editor-fixed-region.editorial-footer p{color:#d6d6d6;width:auto;margin:10px 0 0;font-size:10px}.editor-fixed-region.editorial-footer i{background:#3a3a3a;height:1px;margin:23px 0 18px;display:block}.editor-fixed-region.editorial-footer>b{color:#aaa;margin-top:4px;font-size:9px}.editor-fixed-region.custom{border-top:6px solid var(--article-accent);background:#f7f7f7;padding:22px 24px}.editor-fixed-region.custom>p,.editor-fixed-region.custom>h2{width:auto;margin:7px 0}.editor-fixed-region.custom figure{margin:14px 0 0}.editor-fixed-region.custom figcaption{color:#777;text-align:center;margin-top:6px;font-size:9px}.editor-fixed-region.custom hr{border:0;border-top:1px solid var(--article-accent)}.template-monochrome-notes .wechat-body-content>h2{border-top:3px solid #111;padding-top:10px}.template-editorial-observer .wechat-body-content>h2{box-sizing:border-box;color:#fff;background:#111;width:100%;padding:13px 15px}.template-editorial-observer .wechat-body-content>blockquote{color:#fff;background:#111}.article-source{border-top:1px solid var(--line);gap:6px;width:100%;margin:34px auto 0;padding-top:16px;display:grid}.article-source strong{font-size:10px}.article-source span,.article-source small{color:var(--subtle);font-size:8px;line-height:1.5}.ai-panel-head{border-bottom:1px solid var(--line);align-items:center;gap:8px;min-height:59px;padding:10px;display:flex}.ai-panel-head>span{width:32px;height:32px;color:var(--accent);background:var(--accent-soft);border-radius:5px;place-items:center;display:grid}.ai-panel-head strong{font-size:11px;display:block}.ai-conversation{flex-direction:column;flex:1;gap:9px;min-height:220px;max-height:calc(100vh - 385px);padding:10px;display:flex;overflow:auto}.ai-message{border-radius:6px;align-items:flex-start;gap:5px;max-width:92%;padding:9px 10px;font-size:9px;line-height:1.65;display:flex}.ai-message.assistant{color:#42474e;background:var(--surface);align-self:flex-start}.ai-message.assistant svg{color:var(--accent);flex:none;margin-top:2px}.ai-message.user{color:#fff;background:#2b2e32;align-self:flex-end}.ai-input-box{margin:9px;position:relative}.ai-input-box textarea{border:1px solid var(--line-strong);resize:none;width:100%;min-height:88px;color:var(--text);background:var(--surface);border-radius:6px;outline:0;padding:10px 38px 10px 10px;font-size:9px;line-height:1.6}.ai-input-box textarea:focus{border-color:var(--accent);box-shadow:0 0 0 2px #2265e514}.ai-input-box button{color:#fff;background:#25272a;border:0;border-radius:5px;place-items:center;width:29px;height:29px;padding:0;display:grid;position:absolute;bottom:6px;right:6px}.image-insert-tabs{justify-content:center;margin-bottom:14px;display:flex}.image-library-picker{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-height:430px;padding:2px;display:grid;overflow:auto}.image-library-picker>button{border:1px solid var(--line);min-width:0;color:var(--text);background:var(--surface);text-align:left;border-radius:6px;padding:0;position:relative;overflow:hidden}.image-library-picker>button:hover{border-color:#aeb4bd}.image-library-picker>button.active{border-color:var(--accent);box-shadow:0 0 0 2px #2265e514}.image-library-picker img{aspect-ratio:4/3;object-fit:cover;background:var(--surface-strong);width:100%;display:block}.image-library-picker button>span{padding:9px 10px 10px;display:block}.image-library-picker strong,.image-library-picker small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.image-library-picker strong{font-size:10px}.image-library-picker small{color:var(--subtle);margin-top:4px;font-size:8px}.image-library-picker button>i{color:#0000;background:#1b1d208c;border:1px solid #ffffffb8;border-radius:4px;place-items:center;width:22px;height:22px;font-style:normal;display:grid;position:absolute;top:7px;left:7px}.image-library-picker button.active>i{color:#fff;background:var(--accent)}.local-image-picker{border:1px dashed var(--line-strong);min-height:330px;color:var(--muted);background:var(--surface-soft);cursor:pointer;text-align:center;border-radius:6px;place-items:center;padding:18px;display:grid}.local-image-picker:hover{background:#f7f8fa;border-color:#9aa4b2}.local-image-picker input{display:none}.local-image-picker>span{justify-items:center;gap:7px;display:grid}.local-image-picker strong,.local-image-picker small{display:block}.local-image-picker strong{color:var(--text);font-size:11px}.local-image-picker small{color:var(--subtle);font-size:9px}.local-image-picker.has-image{grid-template-columns:minmax(0,1fr);gap:12px}.local-image-picker.has-image img{object-fit:contain;border-radius:5px;width:100%;max-height:260px;display:block}.sync-checklist{gap:9px;display:grid}.sync-checklist>div{border:1px solid var(--line);min-height:54px;color:var(--green);border-radius:5px;grid-template-columns:23px minmax(0,1fr);align-items:center;gap:8px;padding:9px 10px;display:grid}.sync-checklist strong,.sync-checklist small{color:var(--text);display:block}.sync-checklist strong{font-size:11px}.sync-checklist small{color:var(--subtle);margin-top:4px;font-size:9px}.article-preview-shell{background:#e9ebee;min-height:580px;padding:24px}.article-preview-paper{color:#222;background:#fff;width:min(100%,640px);min-height:720px;margin:0 auto;padding:54px 58px;box-shadow:0 3px 18px #11141814}.article-preview-paper>header{margin-bottom:34px}.article-preview-paper>header h1{margin:0;font-size:28px;line-height:1.45}.article-preview-paper>header p{color:#666;margin:12px 0 0;font-size:14px;line-height:1.7}.article-preview-paper>header small{color:#999;margin-top:18px;font-size:12px;display:block}.article-preview-paper img{max-width:100%}.version-list{display:grid}.version-list>div{border-bottom:1px solid var(--line);grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:70px;padding:10px 4px;display:grid}.version-list>div:last-child{border-bottom:0}.version-number{width:38px;height:28px;color:var(--accent);background:var(--accent-soft);border-radius:4px;place-items:center;font-size:10px;font-weight:700;display:grid}.version-list strong,.version-list small{display:block}.version-list strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.version-list small{color:var(--subtle);margin-top:5px;font-size:9px}.form-grid{gap:12px;display:grid}.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.span-2{grid-column:span 2}.field{gap:7px;min-width:0;display:grid}.field-label{color:var(--text);justify-content:space-between;align-items:center;gap:9px;font-size:10px;font-weight:600;display:flex}.field-label small{color:var(--subtle);font-size:9px;font-weight:400}.field input,.field select,.field textarea{border:1px solid var(--line-strong);width:100%;min-height:36px;color:var(--text);background:var(--surface);border-radius:5px;outline:0;padding:7px 9px;font-size:11px}.field textarea{resize:vertical;min-height:90px;line-height:1.6}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--accent);box-shadow:0 0 0 2px #2265e514}.color-field{grid-template-columns:42px minmax(0,1fr);gap:7px;display:grid}.color-field input[type=color]{padding:3px}.info-notice{min-height:42px;color:var(--amber);background:var(--amber-soft);border:1px solid #efd3a2;border-radius:5px;align-items:center;gap:8px;margin-top:13px;padding:9px 10px;font-size:10px;display:flex}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#14161975;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.modal{border:1px solid var(--line);background:var(--surface);border-radius:8px;flex-direction:column;max-width:calc(100vw - 32px);max-height:calc(100vh - 40px);animation:.18s ease-out modal-in;display:flex;overflow:hidden;box-shadow:0 20px 70px #0c0e1140}@keyframes modal-in{0%{opacity:0;transform:translateY(8px)scale(.99)}}.modal-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;min-height:70px;padding:13px 16px;display:flex}.modal-header h2{font-size:16px}.modal-header p{color:var(--subtle);margin-top:5px;font-size:10px}.modal-body{padding:16px;overflow:auto}.modal-footer{border-top:1px solid var(--line);background:var(--surface-soft);justify-content:flex-end;align-items:center;gap:8px;min-height:62px;padding:10px 16px;display:flex}.modal-footer-spacer{flex:1}.danger-text-button,.danger-button{border-radius:5px;justify-content:center;align-items:center;gap:6px;min-height:34px;padding:0 11px;font-size:10px;display:inline-flex}.danger-text-button{color:var(--red);background:0 0;border:1px solid #0000}.danger-text-button:hover{background:var(--red-soft);border-color:#efc4bf}.danger-button{color:#fff;background:#b23d32;border:1px solid #b23d32}.danger-text-button:disabled,.danger-button:disabled{opacity:.52;cursor:not-allowed}.danger-text-button:disabled:hover{background:0 0;border-color:#0000}.material-delete-confirm{align-items:center;gap:8px;width:100%;display:flex}.material-delete-confirm>span{color:var(--muted);flex:1;font-size:10px}.page-scope-note{color:var(--subtle);font-size:10px}.settings-content{padding:16px}.account-status-card{border:1px solid var(--line);background:var(--surface-soft);border-radius:7px;grid-template-columns:46px minmax(0,1fr) auto auto;align-items:center;gap:12px;min-height:84px;margin-bottom:14px;padding:12px;display:grid}.wechat-mark{color:#fff;background:#11a267;border-radius:6px;place-items:center;width:42px;height:42px;font-size:14px;font-weight:700;display:grid}.account-status-card small,.account-status-card strong,.account-status-card p{display:block}.account-status-card>div>small{color:var(--subtle);font-size:9px}.account-status-card>div>strong{margin-top:4px;font-size:14px}.account-status-card p{color:var(--muted);margin-top:5px;font-size:10px}.settings-two-column{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:14px;display:grid}.settings-two-column>section{border:1px solid var(--line);background:var(--surface);border-radius:7px;overflow:hidden}.settings-form{gap:12px;padding:14px;display:grid}.settings-action-row{border-top:1px solid var(--line);justify-content:flex-end;align-items:center;gap:16px;margin-top:14px;padding-top:14px;display:flex}.settings-action-row>span{color:var(--subtle);margin-right:auto;font-size:11px;line-height:1.6}.secret-input{border:1px solid var(--line-strong);border-radius:5px;grid-template-columns:minmax(0,1fr) 34px;display:grid;overflow:hidden}.secret-input input{box-shadow:none;border:0}.secret-input .icon-button{border-left:1px solid var(--line);border-radius:0}.permission-list{padding:8px 14px;display:grid}.permission-list>div{border-bottom:1px solid var(--line);min-height:52px;color:var(--green);grid-template-columns:24px minmax(0,1fr);align-items:center;gap:7px;display:grid}.permission-list>div:last-child{border:0}.permission-list>div.muted{color:var(--subtle)}.permission-list strong,.permission-list small{color:var(--text);display:block}.permission-list strong{font-size:10px}.permission-list small{color:var(--subtle);margin-top:4px;font-size:9px}.default-switches{gap:8px;margin-top:14px;display:grid}.default-switches>div{border:1px solid var(--line);border-radius:6px;justify-content:space-between;align-items:center;gap:12px;min-height:62px;padding:10px 12px;display:flex}.default-switches>div>span{align-items:center;gap:8px;display:flex}.default-switches strong,.default-switches small{display:block}.default-switches strong{font-size:10px}.default-switches small{color:var(--subtle);margin-top:4px;font-size:9px}.sync-records{padding:0}.sync-table .table-row{grid-template-columns:105px minmax(220px,1.5fr) 70px 90px 90px 90px 62px}.toast{z-index:120;color:#fff;min-height:42px;box-shadow:var(--shadow-soft);background:#24262a;border:1px solid #292b2f;border-radius:6px;align-items:center;gap:9px;padding:0 14px;font-size:11px;animation:.2s ease-out toast-in;display:flex;position:fixed;bottom:24px;right:24px}.toast>span{color:#1e2521;background:#8ce0bd;border-radius:50%;place-items:center;width:19px;height:19px;font-size:10px;font-weight:700;display:grid}.toast-warning>span{background:#f2c76f}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}}.app-loading{min-height:100vh;color:var(--muted);background:var(--surface-soft);justify-content:center;align-items:center;gap:10px;font-size:12px;display:flex}.login-page{background:#f1f2f4;place-items:center;min-height:100vh;padding:24px;display:grid}.login-panel{border:1px solid var(--line);background:var(--surface);border-radius:8px;width:min(100%,420px);overflow:hidden;box-shadow:0 18px 52px #1214181a}.login-panel>header{border-bottom:1px solid var(--line);align-items:center;gap:10px;min-height:78px;padding:14px 18px;display:flex}.login-panel>header img{object-fit:cover;border-radius:4px;width:46px;height:46px}.login-panel>header strong,.login-panel>header small{display:block}.login-panel>header strong{font-size:14px}.login-panel>header small{color:var(--subtle);margin-top:4px;font-size:10px}.login-copy{padding:30px 28px 18px}.login-icon{width:38px;height:38px;color:var(--accent);background:var(--accent-soft);border-radius:6px;place-items:center;margin-bottom:16px;display:grid}.login-copy h1{font-size:24px}.login-copy p{color:var(--muted);margin-top:7px;font-size:11px}.login-panel form{gap:12px;padding:0 28px 30px;display:grid}.login-panel form label{color:var(--text);gap:7px;font-size:10px;font-weight:600;display:grid}.login-panel form input{border:1px solid var(--line-strong);width:100%;min-height:42px;color:var(--text);background:var(--surface);border-radius:5px;outline:0;padding:0 11px}.login-panel form input:focus{border-color:var(--accent);box-shadow:0 0 0 2px #2265e514}.login-panel form .primary-button{min-height:42px;margin-top:2px}.login-error{color:var(--red);margin:0;font-size:10px}.login-panel>footer{border-top:1px solid var(--line);min-height:44px;color:var(--subtle);background:var(--surface-soft);align-items:center;gap:6px;padding:0 18px;font-size:9px;display:flex}@media (width>=621px){.perspective-copy p{white-space:nowrap}}@media (width<=1320px){:root{--sidebar-w:204px}.workspace{padding-left:20px;padding-right:20px}.selection-dock{left:calc(var(--sidebar-w) + 36px);right:36px}.material-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.source-table .table-row{grid-template-columns:minmax(170px,1.4fr) minmax(130px,1fr) 82px 100px 58px 82px 46px 30px}.task-table .table-row{grid-template-columns:minmax(220px,1.5fr) 110px 105px 100px 60px 80px 92px 90px}.editor-workspace-grid{grid-template-columns:190px minmax(500px,1fr) 250px}.style-list-row{grid-template-columns:106px minmax(170px,1fr) minmax(190px,1.2fr) 60px 80px 30px 22px}}@media (width<=1080px){:root{--sidebar-w:72px}.sidebar{align-items:center;padding:14px 8px}.brand{justify-content:center;padding:4px}.brand img{flex-basis:40px;width:40px;height:40px}.brand>span,.nav-label,.main-nav button>span,.sidebar-status,.sidebar-user>span:not(.avatar),.sidebar-user .icon-button{display:none}.main-nav{width:100%;margin-top:24px}.main-nav>button{grid-template-columns:1fr;place-items:center;min-height:44px;padding:0}.sidebar-user{grid-template-columns:1fr;place-items:center;width:100%;margin-top:auto}.workspace{padding:0 16px 44px}.selection-dock{left:88px;right:16px}.compose-layout,.style-editor-layout{grid-template-columns:minmax(0,1fr)}.compose-side,.style-preview-panel{position:static}.style-choice-list{grid-template-columns:repeat(3,minmax(0,1fr))}.editor-workspace-grid{grid-template-columns:165px minmax(480px,1fr) 225px;overflow-x:auto}.style-list-row{grid-template-columns:104px minmax(180px,1fr) minmax(210px,1.2fr) 56px 76px 24px}.style-list-row .row-open{display:none}}@media (width<=820px){.topbar{min-height:84px}.global-search{width:210px}.material-toolbar{flex-direction:column;align-items:stretch}.material-toolbar-modes{justify-content:space-between;align-items:flex-start;gap:8px}.material-filters{flex-wrap:wrap}.material-search{flex:1;min-width:220px}.case-grid,.material-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.case-detail-summary{grid-template-columns:1fr auto}.case-detail-summary>p{grid-area:2/1/auto/-1}.case-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.selection-dock{grid-template-columns:auto minmax(130px,1fr) auto}.trash-management-dock{grid-template-columns:minmax(140px,1fr) 104px 104px}.trash-management-dock.confirming-purge{grid-template-columns:minmax(140px,1fr) 150px}.selection-thumbs button:nth-child(n+4),.selection-dock .quiet-button{display:none}.observation-list{grid-template-columns:1fr}.observation-list>div{border-right:0;border-bottom:1px solid var(--line);min-height:72px}.style-choice-list,.compose-style-preview-layout{grid-template-columns:1fr}.style-list-row{grid-template-columns:104px minmax(180px,1fr) 58px 24px}.style-prompt-excerpt,.style-updated{display:none}.settings-two-column{grid-template-columns:1fr}.source-table,.run-table,.task-table,.sync-table{overflow-x:auto}.source-table .table-row,.run-table .table-row,.task-table .table-row,.sync-table .table-row{min-width:920px}}@media (width<=620px){:root{--sidebar-w:58px}.sidebar{padding-left:6px;padding-right:6px}.brand img{flex-basis:36px;width:36px;height:36px}.workspace{padding:0 10px 36px}.topbar{min-height:76px}.topbar h1{font-size:21px}.breadcrumb,.global-search{display:none}.page-intro,.detail-actions-row{flex-direction:column;align-items:flex-start}.page-actions{width:100%}.page-actions>button{flex:1}.segmented-tabs{max-width:100%;overflow-x:auto}.material-toolbar-modes{flex-direction:column}.case-grid,.material-grid,.case-detail-summary{grid-template-columns:1fr}.case-detail-summary>p{grid-area:auto}.case-detail-summary>a{justify-self:start}.case-gallery-header{flex-direction:column;align-items:flex-start;gap:4px;padding:11px 0}.case-gallery-grid,.material-detail-layout{grid-template-columns:1fr}.material-detail-image{min-height:300px}.two-columns{grid-template-columns:1fr}.span-2{grid-column:span 1}.selection-dock{grid-template-columns:auto minmax(100px,1fr) auto;gap:8px;bottom:10px;left:68px;right:10px}.trash-management-dock{grid-template-columns:minmax(0,1fr) 88px 88px}.trash-management-dock.confirming-purge{grid-template-columns:minmax(0,1fr) 126px}.trash-management-dock .primary-button,.trash-management-dock .danger-button{padding-left:7px;padding-right:7px}.selection-thumbs button:nth-child(n+3),.selection-summary small,.compose-progress{display:none}.compose-section{padding:13px}.compose-asset-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.perspective-options{grid-template-columns:1fr}.perspective-action{flex-direction:column;align-items:stretch}.perspective-run-button{width:100%}.style-detail-hero{flex-direction:column;align-items:flex-start}.style-enable{width:100%}.style-list-row{grid-template-columns:88px minmax(0,1fr) 24px}.style-stat,.style-prompt-excerpt,.style-updated{display:none}.actual-style-preview.mini{width:84px}.fixed-ai-empty{grid-template-columns:40px minmax(0,1fr)}.fixed-ai-empty .primary-button{grid-column:1/-1}.fixed-rich-canvas{padding:22px 18px}.smart-image-input{flex-direction:column;align-items:flex-start}.style-preview-stage{padding:8px;overflow-x:auto}.editor-workspace-grid{display:block;overflow:visible}.editor-materials{display:none}.article-editor{min-width:0}.editor-ai-panel{border-top:1px solid var(--line);border-left:0;min-height:360px}.article-stage{height:auto;min-height:600px}.wechat-canvas{width:calc(100% - 16px);margin:8px;padding:26px 22px}.editor-command-actions .save-state,.editor-command-actions .secondary-button,.editor-meta-bar>div span:not(.task-id){display:none}.account-status-card{grid-template-columns:42px minmax(0,1fr)}.account-status-card>.status-pill,.account-status-card>button{grid-column:span 2}}
