:root{color:#172033;background:#f6f8fb;font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif;font-size:14px}*{box-sizing:border-box}body{min-width:960px;margin:0}button,input,textarea{font:inherit}button{cursor:pointer;color:inherit;background:0 0;border:0}.app-shell{height:100vh;display:flex;overflow:hidden}.sidebar{background:#fff;border-right:1px solid #e8edf3;flex-direction:column;width:238px;padding:20px 14px 14px;display:flex}.brand{align-items:center;gap:10px;padding:0 10px 18px;display:flex}.brand-mark{color:#fff;background:#1d4ed8;border-radius:9px;place-items:center;width:32px;height:32px;font-size:18px;font-weight:800;display:grid}.brand strong{letter-spacing:.1px;font-size:16px;display:block}.brand span{color:#8b96a7;margin-top:2px;font-size:11px;display:block}.local-badge{color:#1d4ed8;background:#f0f6ff;border:1px solid #dbeafe;border-radius:7px;margin:0 8px 18px;padding:7px 10px;font-size:12px}.dot{background:#22c55e;border-radius:50%;width:7px;height:7px;margin-right:6px;display:inline-block}nav{gap:4px;display:grid}.nav-item{color:#667085;text-align:left;border-radius:7px;align-items:center;gap:11px;padding:10px 11px;display:flex}.nav-item:hover{color:#172033;background:#f4f6f9}.nav-item.active{color:#1d4ed8;background:#eaf1ff;font-weight:600}.nav-arrow{margin-left:auto}.nav-group{color:#98a2b3;margin:24px 11px 7px;font-size:11px}.sidebar-footer{border-top:1px solid #edf0f4;align-items:center;gap:9px;margin-top:auto;padding:14px 7px 2px;display:flex}.user-avatar{color:#1d4ed8;background:#e8eef9;border-radius:50%;place-items:center;width:28px;height:28px;font-size:12px;font-weight:700;display:grid}.user-meta{flex:1}.user-meta strong{font-size:12px;display:block}.user-meta span{color:#98a2b3;margin-top:2px;font-size:11px;display:block}.main{flex-direction:column;flex:1;min-width:0;display:flex}.topbar{background:#fff;border-bottom:1px solid #e8edf3;justify-content:space-between;align-items:center;height:56px;padding:0 28px;display:flex}.crumb{color:#344054;font-weight:600}.top-actions{align-items:center;gap:17px;display:flex}.connection{color:#667085;font-size:12px}.icon-btn{color:#667085;border-radius:6px;place-items:center;width:30px;height:30px;display:grid}.icon-btn:hover{color:#172033;background:#f2f4f7}.content{flex:1;overflow:auto}.primary{color:#fff;background:#1d4ed8;border-radius:7px;align-items:center;gap:7px;padding:9px 14px;font-weight:600;display:inline-flex;box-shadow:0 1px 2px #1d4ed833}.primary:hover{background:#1e40af}.wide{justify-content:center;width:100%;padding:11px}.page-grid{max-width:1180px;margin:0 auto;padding:34px 40px}.page-header{justify-content:space-between;align-items:flex-start;margin-bottom:25px;display:flex}.page-header h1{color:#101828;margin:0 0 7px;font-size:24px}.page-header p{color:#667085;margin:0}.chat-layout{height:calc(100vh - 56px);display:flex}.chat-list{background:#fbfcfe;border-right:1px solid #e8edf3;width:265px;padding:20px 13px}.section-title{justify-content:space-between;align-items:center;padding:0 7px 13px;font-weight:600;display:flex}.search-box{color:#98a2b3;background:#fff;border:1px solid #e1e6ee;border-radius:6px;align-items:center;gap:7px;height:34px;padding:0 9px;display:flex}.search-box input{color:#344054;border:0;outline:0;flex:1;min-width:0}.chat-row{color:#667085;text-align:left;white-space:nowrap;text-overflow:ellipsis;border-radius:6px;align-items:center;gap:8px;width:100%;margin-top:5px;padding:10px 8px;display:flex;overflow:hidden}.chat-row.selected{color:#1d4ed8;background:#eaf1ff;font-weight:600}.chat-main{background:#fff;flex-direction:column;flex:1;min-width:0;display:flex}.chat-heading{border-bottom:1px solid #f0f2f5;justify-content:space-between;padding:25px 38px 17px;display:flex}.chat-heading h1{margin:0 0 6px;font-size:18px}.chat-heading span{color:#98a2b3;font-size:12px}.mode-pill{border:1px solid #e4e7ec;border-radius:5px;height:25px;padding:4px 9px;color:#667085!important}.messages{flex:1;width:100%;max-width:850px;margin:0 auto;padding:30px 38px;overflow:auto}.empty-chat{text-align:center;color:#98a2b3;margin:100px auto}.empty-chat svg{color:#1d4ed8}.empty-chat h2{color:#344054;margin:14px 0 7px;font-size:19px}.message{gap:12px;margin-bottom:24px;display:flex}.message-avatar{color:#1d4ed8;background:#eaf1ff;border-radius:7px;flex:none;place-items:center;width:28px;height:28px;font-size:11px;font-weight:700;display:grid}.message.user .message-avatar{color:#344054;background:#e8eef9}.message-body{max-width:680px}.message-role{color:#98a2b3;margin-bottom:5px;font-size:12px;display:block}.message-body p{color:#344054;white-space:pre-wrap;margin:0;line-height:1.7}.composer{background:#fff;border:1px solid #d9e0ea;border-radius:9px;width:100%;max-width:850px;margin:0 auto 24px;padding:11px 13px;box-shadow:0 3px 12px #3440540d}.composer textarea{resize:none;color:#344054;border:0;outline:0;width:100%;height:52px}.composer-actions{color:#98a2b3;justify-content:space-between;align-items:center;font-size:11px;display:flex}.send{padding:7px 11px}.typing i{background:#1d4ed8;border-radius:50%;width:6px;height:6px;margin-right:4px;animation:1s infinite blink;display:inline-block}.typing i:nth-child(2){animation-delay:.15s}.typing i:nth-child(3){animation-delay:.3s}@keyframes blink{50%{opacity:.25}}.workspace-panel{background:#fff;border:1px solid #e4e7ec;border-radius:9px;height:calc(100vh - 190px);min-height:430px;display:flex;overflow:hidden}.file-list{border-right:1px solid #eaeef3;width:265px;padding:15px 10px}.panel-label{color:#98a2b3;padding:5px 8px 12px;font-size:11px}.file-row{text-align:left;color:#667085;border-radius:6px;align-items:center;gap:8px;width:100%;padding:10px 8px;display:flex}.file-row span{flex:1}.file-row small{color:#98a2b3;font-size:10px}.file-row.selected{color:#1d4ed8;background:#eaf1ff}.editor{flex-direction:column;flex:1;display:flex}.editor-tab{color:#475467;border-bottom:1px solid #eaeef3;align-items:center;gap:7px;padding:12px 17px;font-size:12px;display:flex}.saved{color:#16a34a;align-items:center;gap:4px;margin-left:auto;font-size:11px;display:flex}.editor textarea{resize:none;color:#344054;border:0;outline:0;flex:1;padding:22px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;line-height:1.7}.toolbar{align-items:center;gap:15px;margin-bottom:16px;display:flex}.toolbar .search-box{width:280px}.muted{color:#98a2b3;font-size:12px}.knowledge-list{background:#fff;border:1px solid #e4e7ec;border-radius:9px}.knowledge-row{border-bottom:1px solid #f0f2f5;align-items:center;gap:13px;padding:16px 18px;display:flex}.knowledge-row:last-child{border-bottom:0}.doc-icon,.card-icon{color:#1d4ed8;background:#f0f6ff;border-radius:7px;place-items:center;width:34px;height:34px;display:grid}.row-main{flex:1}.row-main strong{color:#344054;display:block}.row-main span{color:#98a2b3;margin-top:4px;font-size:12px;display:block}.status{color:#98a2b3;border:1px solid #e4e7ec;border-radius:4px;padding:3px 7px;font-size:11px}.status.ok{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}.status.draft{color:#b45309;background:#fffbeb;border-color:#fde68a}.playbook-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.playbook-card{background:#fff;border:1px solid #e4e7ec;border-radius:9px;min-height:185px;padding:18px}.card-top{justify-content:space-between;align-items:center;margin-top:-28px;margin-bottom:23px;display:flex}.playbook-card h3{margin:12px 0 7px;font-size:16px}.playbook-card p{color:#667085;margin:0 0 20px;line-height:1.6}.card-meta{color:#98a2b3;gap:14px;font-size:11px;display:flex}.card-meta span{align-items:center;gap:4px;display:flex}.placeholder{text-align:center;color:#98a2b3;background:#fff;border:1px dashed #d0d5dd;border-radius:9px;padding:100px}.placeholder h2{color:#475467;margin:15px 0 7px;font-size:17px}.login{background:#f4f7fb;place-items:center;height:100vh;display:grid}.login-panel{background:#fff;border:1px solid #e4e7ec;border-radius:10px;width:380px;padding:38px 40px;box-shadow:0 10px 30px #17203312}.center{justify-content:center;padding-bottom:25px}.login h1{text-align:center;margin:0 0 9px;font-size:22px}.login p{text-align:center;color:#667085;margin:0 0 27px}.login-note{text-align:center;color:#98a2b3;margin-top:18px;font-size:11px;line-height:1.6}.nav-scroll{flex:1;min-height:0;padding-right:2px;overflow-y:auto}.nav-scroll::-webkit-scrollbar{width:4px}.nav-scroll::-webkit-scrollbar-thumb{background:#dce2ea;border-radius:4px}.nav-badge{color:#fff;background:#ef4444;border-radius:10px;margin-left:auto;padding:1px 6px;font-size:10px;font-style:normal}.nav-badge+.nav-arrow{margin-left:0}.ghost-btn,.danger-btn{color:#475467;background:#fff;border:1px solid #dce2ea;border-radius:7px;align-items:center;gap:6px;padding:8px 12px;display:inline-flex}.ghost-btn:hover{background:#f6f8fb;border-color:#cbd5e1}.danger-btn{color:#b42318;border-color:#f4c7c3}.danger-btn:hover{background:#fff5f4}.header-actions,.row-actions,.card-actions{align-items:center;gap:8px;display:flex}.toast{color:#fff;z-index:10;background:#172033;border-radius:7px;align-items:center;gap:8px;padding:11px 15px;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 10px 30px #17203335}.tabs{border-bottom:1px solid #e4e7ec;align-items:center;gap:4px;margin-bottom:20px;display:flex}.tabs button{color:#667085;border-bottom:2px solid #0000;padding:10px 14px}.tabs button.active{color:#1d4ed8;border-color:#1d4ed8;font-weight:600}.tabs b{color:#b91c1c;background:#fee2e2;border-radius:10px;padding:1px 5px;font-size:10px}.unread-dot{background:#1d4ed8;border-radius:50%;width:6px;height:6px;margin-left:7px;display:inline-block}.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;display:grid}.catalog-card{background:#fff;border:1px solid #e4e7ec;border-radius:8px;min-height:175px;padding:17px}.catalog-head{align-items:center;gap:11px;display:flex}.catalog-head>div:nth-child(2){flex:1;min-width:0}.catalog-head h3{margin:0 0 4px;font-size:15px}.catalog-card>p{color:#667085;min-height:43px;margin:18px 0;line-height:1.55}.service-icon{color:#1d4ed8;background:#f1f5fb;border-radius:7px;place-items:center;width:36px;height:36px;font-weight:700;display:grid}.online-text{color:#15803d;font-size:12px}.switch{background:#cbd5e1;border-radius:10px;flex:none;width:34px;height:19px;padding:2px;transition:all .2s}.switch span{background:#fff;border-radius:50%;width:15px;height:15px;transition:all .2s;display:block;box-shadow:0 1px 2px #0002}.switch.on{background:#1d4ed8}.switch.on span{transform:translate(15px)}.table-wrap{background:#fff;border:1px solid #e4e7ec;border-radius:8px;overflow:hidden}table{border-collapse:collapse;text-align:left;width:100%}th{color:#667085;background:#f8fafc;border-bottom:1px solid #e4e7ec;padding:11px 14px;font-size:11px;font-weight:600}td{color:#475467;border-bottom:1px solid #eef1f5;padding:14px}tbody tr:last-child td{border-bottom:0}.row-actions button{color:#1d4ed8;font-size:12px}.danger-link{font-size:12px;color:#b42318!important}.toolbar select,.form-panel select,.form-panel input,.setting-card input,.setting-card select,.setting-row select{color:#344054;background:#fff;border:1px solid #dce2ea;border-radius:6px;outline:none;padding:8px 10px}.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.setting-card{background:#fff;border:1px solid #e4e7ec;border-radius:8px;min-height:165px;padding:18px}.setting-card h3{margin:0 0 7px;font-size:15px}.setting-card>p{color:#667085;margin:0;line-height:1.5}.setting-body{gap:12px;margin-top:18px;display:grid}.setting-card label,.form-panel label{color:#475467;gap:6px;font-size:12px;display:grid}.segmented{background:#f1f4f8;border-radius:7px;grid-template-columns:repeat(4,1fr);padding:3px;display:grid}.segmented button{color:#667085;border-radius:5px;padding:7px;font-size:11px}.segmented button.active{color:#1d4ed8;background:#fff;font-weight:700;box-shadow:0 1px 3px #17203318}.stat-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px;display:grid}.stat-card{background:#fff;border:1px solid #e4e7ec;border-radius:8px;padding:17px}.stat-card>span{color:#667085;font-size:12px;display:block}.stat-card strong{color:#101828;margin:11px 0 5px;font-size:25px;display:block}.stat-card small{color:#16a34a}.chart-panel{background:#fff;border:1px solid #e4e7ec;border-radius:8px;padding:18px}.panel-title{font-weight:600}.panel-title span{float:right;color:#98a2b3;font-size:11px;font-weight:400}.bars{align-items:flex-end;gap:24px;height:260px;padding:30px 20px 0;display:flex}.bars>div{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:8px;height:100%;display:flex}.bars span{background:#93b4f5;border-radius:4px 4px 0 0;width:100%;max-width:58px;display:block}.bars small{color:#98a2b3}.offline-panel,.empty-state{text-align:center;color:#98a2b3;background:#fff;border:1px dashed #cfd7e3;border-radius:8px;padding:75px 30px}.offline-panel svg,.empty-state svg{color:#7b8ba4}.offline-panel h2,.empty-state h3{color:#344054;margin:14px 0 6px;font-size:17px}.offline-panel p,.empty-state p{margin:0 0 18px}.settings-layout{min-height:calc(100vh - 56px);display:flex}.settings-nav{background:#fff;border-right:1px solid #e4e7ec;width:210px;padding:28px 14px}.settings-nav h2{margin:0 10px 18px;font-size:18px}.settings-nav button{color:#667085;text-align:left;border-radius:6px;align-items:center;gap:9px;width:100%;padding:10px;display:flex}.settings-nav button.active{color:#1d4ed8;background:#eaf1ff;font-weight:600}.settings-content{flex:1;min-width:0}.settings-content .page-grid{padding-top:30px}.settings-stack{background:#fff;border:1px solid #e4e7ec;border-radius:8px}.setting-row{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;padding:17px 18px;display:flex}.setting-row:last-child{border-bottom:0}.setting-row strong{color:#344054;display:block}.setting-row span{color:#98a2b3;margin-top:4px;font-size:12px;display:block}.form-panel{background:#fff;border:1px solid #e4e7ec;border-radius:8px;gap:18px;max-width:720px;padding:20px;display:grid}.provider-options{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.provider-options button{text-align:left;color:#667085;border:1px solid #e4e7ec;border-radius:8px;gap:6px;padding:18px;display:grid}.provider-options button.active{color:#1d4ed8;background:#f4f8ff;border-color:#8bb0f8}.provider-options span{color:#98a2b3;font-size:11px}@media (width<=1150px){.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stat-grid,.playbook-grid{grid-template-columns:repeat(2,1fr)}}.connection-legend{color:#667085;flex-wrap:wrap;align-items:center;gap:8px;margin:-2px 0 14px;font-size:12px;display:flex}.legend-title{color:#344054;margin-right:3px;font-weight:600}.connection-card{transition:border-color .18s,box-shadow .18s}.connection-card.configured{border-color:#f0c36a;box-shadow:0 0 0 1px #f0c36a33}.connection-card.verified{border-color:#7ac695;box-shadow:0 0 0 1px #7ac69533}.connection-chip{white-space:nowrap;border-radius:999px;align-items:center;min-height:22px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.connection-chip.unconfigured{color:#667085;background:#f2f4f7}.connection-chip.configured{color:#9a6700;background:#fff5d6}.connection-chip.verified{color:#087443;background:#e9f8ef}.tool-list{gap:8px;display:grid}.tool-row{color:#344054;background:#f8fafc;border:1px solid #e4e7ec;border-radius:7px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;font-size:12px;display:flex}.tool-row .status{flex:none}.restricted-preview{text-align:center;color:#98a2b3;background:#fbfcfe;flex:1;place-content:center;justify-items:center;gap:8px;padding:60px 24px;display:grid}.restricted-preview svg{color:#1d4ed8}.restricted-preview h2{color:#344054;margin:8px 0 0;font-size:17px}.restricted-preview p{max-width:420px;margin:0;font-size:12px;line-height:1.6}.file-empty{color:#98a2b3;text-align:center;padding:20px 10px;font-size:12px}.chat-tools{align-items:center;gap:7px;display:flex}.chat-tools .ghost-btn{padding:6px 9px;font-size:12px}.composer-actions>div{align-items:center;gap:5px;display:flex}.composer-tool{color:#667085;border-radius:5px;place-items:center;width:27px;height:27px;display:grid}.composer-tool:hover{background:#f2f4f7}.composer-tool+span{margin-left:5px}.nav-project-note{color:#667085;padding:6px 11px 2px;font-size:12px}.daily-filters{background:#fff;border:1px solid #e4e7ec;border-radius:8px;flex-wrap:wrap;align-items:end;gap:10px;margin-bottom:16px;padding:15px;display:flex}.daily-filters label{color:#475467;gap:5px;font-size:12px;display:grid}.daily-filters input,.daily-filters select{color:#344054;background:#fff;border:1px solid #dce2ea;border-radius:6px;min-width:125px;height:34px;padding:7px 9px}.daily-filters label:nth-child(8) input{min-width:150px}.modal-backdrop{z-index:20;background:#17203366;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.modal{background:#fff;border:1px solid #e4e7ec;border-radius:10px;width:min(720px,100%);max-height:calc(100vh - 48px);padding:22px;overflow:auto;box-shadow:0 20px 55px #17203335}.modal-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px;display:flex}.modal-header h2{color:#101828;margin:0 0 6px;font-size:18px}.modal-header p{color:#667085;margin:0;font-size:12px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.form-grid label{color:#475467;gap:6px;font-size:12px;display:grid}.form-grid input,.form-grid select{color:#344054;background:#fff;border:1px solid #dce2ea;border-radius:6px;outline:none;height:36px;padding:8px 10px}.modal-actions{border-top:1px solid #edf0f4;justify-content:flex-end;gap:9px;margin-top:22px;padding-top:16px;display:flex}.login-field{color:#475467;gap:6px;margin-bottom:14px;font-size:12px;display:grid}.login-field input{color:#344054;border:1px solid #dce2ea;border-radius:6px;outline:none;width:100%;padding:10px 11px}.login-field input:focus{border-color:#8bb0f8;box-shadow:0 0 0 3px #1d4ed814}.login-error{color:#b42318;background:#fff5f4;border:1px solid #f4c7c3;border-radius:6px;margin:-2px 0 14px;padding:8px 10px;font-size:12px}.account-layout{grid-template-columns:minmax(250px,300px) minmax(0,1fr);align-items:start;gap:16px;display:grid}.account-form{max-width:none}.account-form h3{color:#344054;margin:0;font-size:15px}.account-table{min-width:0}.account-table td,.account-table th{white-space:nowrap}.account-table .row-actions{flex-wrap:nowrap;gap:5px}.account-table .row-actions button{background:#fff;border:1px solid #dce2ea;border-radius:6px;padding:6px 7px}.account-table .row-actions .account-action,.account-table .row-actions .account-delete{place-items:center;width:29px;height:29px;padding:0;display:grid}.account-table .row-actions .danger-link{background:0 0;border:0;padding:0}.account-table .row-actions .account-delete{background:#fff8f7;border-color:#f2c6c2}.danger-icon{color:#b42318}.danger-icon:hover{color:#b42318;background:#fff5f4}.icon-btn:focus-visible,.ghost-btn:focus-visible,.primary:focus-visible,.nav-item:focus-visible,.tabs button:focus-visible{outline-offset:2px;outline:2px solid #8bb0f8}.ghost-btn:active,.icon-btn:active,.nav-item:active,.tabs button:active{transform:translateY(1px)}button:disabled{cursor:not-allowed;opacity:.55}.editor-mode{background:#f1f4f8;border-radius:6px;align-items:center;gap:2px;margin-left:auto;padding:2px;display:flex}.editor-mode button{color:#667085;border-radius:4px;padding:5px 9px;font-size:11px}.editor-mode button.active{color:#1d4ed8;background:#fff;font-weight:600;box-shadow:0 1px 2px #17203318}.document-preview{background:#fff;flex:1;padding:24px 24px 36px;overflow:auto}.document-preview h2{color:#101828;margin:0 0 18px;font-size:18px}.document-preview p{color:#475467;max-width:900px;margin:0 0 12px;line-height:1.7}.document-meta{background:#f8fafc;border:1px solid #e4e7ec;border-radius:6px;align-items:baseline;gap:10px;max-width:900px;margin-bottom:8px;padding:9px 12px;display:flex}.document-meta strong{color:#344054;font-size:12px}.document-meta span{color:#667085;word-break:break-word;font-size:12px}.document-table-wrap{border:1px solid #e4e7ec;border-radius:7px;max-width:100%;margin:18px 0;overflow:auto}.document-table{min-width:900px;font-size:12px}.document-table th{white-space:nowrap;background:#f8fafc;position:sticky;top:0}.document-table td{white-space:nowrap;padding:9px 11px}.preview-note{color:#98a2b3;border-top:1px solid #edf0f4;margin-top:20px;padding-top:12px;font-size:11px}.account-table .row-actions .account-delete{color:#b42318;align-items:center;gap:5px;width:auto;padding:0 9px;display:inline-flex}.account-table .row-actions .account-delete:after{content:"删除账号"}.account-table .row-actions .account-delete:disabled{cursor:not-allowed;opacity:.45}.file-import{cursor:pointer}.file-import input{display:none}.file-import.disabled{opacity:.55;pointer-events:none}.selection-filters{background:#fff;border:1px solid #e4e7ec;border-radius:8px;align-items:end;gap:10px;margin-bottom:16px;padding:14px;display:flex}.selection-filters label{color:#475467;gap:5px;font-size:12px;display:grid}.selection-filters input{color:#344054;border:1px solid #dce2ea;border-radius:6px;min-width:190px;height:34px;padding:7px 9px}.selection-layout{grid-template-columns:265px minmax(0,1fr);align-items:start;gap:16px;display:grid}.selection-batches{background:#fff;border:1px solid #e4e7ec;border-radius:8px;overflow:hidden}.selection-batches .panel-title{border-bottom:1px solid #e4e7ec;padding:13px 14px}.selection-batch{text-align:left;color:#475467;border-bottom:1px solid #edf0f4;gap:5px;width:100%;padding:13px 14px;display:grid}.selection-batch:last-child{border-bottom:0}.selection-batch:hover{background:#f8fafc}.selection-batch.active{color:#1d4ed8;background:#eef4ff}.selection-batch strong{font-size:12px}.selection-batch span,.selection-batch small{color:#667085;font-size:11px}.selection-batch.active span,.selection-batch.active small{color:#5573a8}.selection-empty{text-align:center;color:#98a2b3;padding:40px 14px;font-size:12px}.selection-detail{min-width:0}.selection-summary{background:#fff;border:1px solid #e4e7ec;border-radius:8px;grid-template-columns:repeat(5,minmax(100px,1fr));margin-bottom:10px;display:grid;overflow:hidden}.selection-summary>div{border-right:1px solid #e4e7ec;padding:13px 15px}.selection-summary>div:last-child{border:0}.selection-summary span{color:#667085;font-size:11px;display:block}.selection-summary strong{color:#101828;margin-top:5px;font-size:21px;display:block}.selection-summary .warn strong{color:#b45309}.selection-paths{color:#667085;word-break:break-all;background:#f8fafc;border:1px solid #e4e7ec;border-radius:7px;gap:4px;margin-bottom:10px;padding:10px 12px;font-size:11px;display:grid}.selection-table{max-height:calc(100vh - 330px);overflow:auto}.selection-table table{min-width:930px}.selection-table th{z-index:1;position:sticky;top:0}.selection-table td{vertical-align:top;padding:9px 11px;font-size:12px}.selection-table td small{color:#98a2b3;margin-top:4px;display:block}.selection-thumb{object-fit:contain;background:#fff;border:1px solid #e4e7ec;border-radius:4px;width:62px;height:62px;display:block}.selection-title{min-width:280px;max-width:420px;line-height:1.5}@media (width<=900px){.selection-layout{grid-template-columns:1fr}.selection-batches{max-height:220px;overflow:auto}.selection-filters{flex-direction:column;align-items:stretch}.selection-filters label,.selection-filters input{width:100%}.selection-summary{grid-template-columns:repeat(2,1fr)}.selection-summary>div{border-bottom:1px solid #e4e7ec}.selection-table{max-height:520px}}@media (width<=700px){body{min-width:0}.sidebar{display:none}.main{width:100%;min-width:0}.topbar{padding:0 14px}.page-grid{padding:20px 14px}.page-header{flex-direction:column;gap:12px}.header-actions{flex-wrap:wrap;width:100%}.content{min-width:0}.selection-summary>div:nth-child(2n){border-right:0}.selection-detail,.selection-table{max-width:100%}.selection-table{overflow:auto}.file-import{justify-content:center}}.selection-images{align-items:flex-start;gap:10px;width:552px;display:flex}.selection-image-item{text-align:center;flex:0 0 86px;width:86px}.selection-image-button{cursor:zoom-in;background:#fff;border:1px solid #e4e7ec;border-radius:4px;place-items:center;width:86px;height:86px;padding:0;display:grid;overflow:hidden}.selection-image-button:hover{border-color:#8daceb}.selection-image-button:disabled{cursor:default}.selection-image-button .selection-thumb{object-fit:contain;border:0;border-radius:0;width:84px;height:84px}.selection-image-label{color:#667085;margin-top:5px;font-size:11px;line-height:17px;display:block}.selection-image-state{color:#667085;flex-direction:column;align-items:center;gap:5px;font-size:11px;line-height:17px;display:flex}.selection-image-missing{white-space:normal;color:#a15c17;background:#fff9ed;border:1px dashed #eacb8c;border-radius:4px;place-items:center;width:86px;height:86px;padding:8px;font-size:11px;line-height:18px;display:grid}.selection-carousel{scrollbar-width:thin;border-left:1px solid #e4e7ec;gap:8px;width:360px;min-width:0;padding:0 0 6px 10px;display:flex;overflow-x:auto}.selection-image-dialog{color:#344054;background:#fff;border:1px solid #dce2ea;border-radius:8px;width:min(960px,100vw - 28px);max-height:calc(100vh - 28px);padding:16px;overflow:auto}.selection-image-dialog::backdrop{background:#101828a6}.selection-image-dialog-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.selection-image-dialog-header strong{overflow-wrap:anywhere;font-size:14px;line-height:22px}.selection-image-dialog-header .icon-btn{flex-shrink:0}.selection-image-enlarged{place-items:center;min-height:180px;display:grid}.selection-image-full{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:calc(100vh - 160px);display:block}.selection-image-dialog p{color:#667085;margin:12px 0 0;font-size:12px;line-height:20px}.page-grid.selection-page{max-width:none;padding:22px 20px 30px}.selection-page .page-header{gap:20px;margin-bottom:18px}.selection-page .page-header h1{font-size:22px}.selection-page .page-header p{font-size:13px;line-height:21px}.selection-batch-toolbar{flex-wrap:wrap;align-items:end;gap:12px;margin-bottom:14px;display:flex}.selection-batch-toolbar label{gap:4px;min-width:0;display:grid}.selection-batch-toolbar label:first-child{flex:1;min-width:280px;max-width:460px}.selection-batch-toolbar label span{color:#66717d;font-size:11px}.selection-batch-toolbar input,.selection-batch-toolbar select{color:#19212a;background:#fff;border:1px solid #bfc8d1;border-radius:4px;width:100%;height:34px;padding:0 9px;font-size:12px}.selection-version{color:#66717d;margin-left:auto;padding-bottom:6px;font-size:12px;line-height:20px}.selection-review{background:#fff;min-width:0;container-type:inline-size}.selection-review .selection-summary{border:0;border-bottom:1px solid #d9dfe5;border-radius:0;grid-template-columns:repeat(5,minmax(100px,1fr));margin:0}.selection-review .selection-summary>div{padding:14px 18px}.selection-review .selection-summary strong{font-size:20px}.selection-rule-band{color:#3e4853;background:#f3f5f7;border-bottom:1px solid #d9dfe5;padding:10px 18px;font-size:13px;line-height:1.6}.selection-review-filters{border-bottom:1px solid #d9dfe5;grid-template-columns:minmax(210px,1.4fr) 150px 155px 120px 130px 150px auto auto;align-items:end;gap:8px;padding:12px 18px;display:grid}.selection-filter-field{gap:4px;min-width:0;display:grid}.selection-filter-field span{color:#66717d;font-size:11px}.selection-filter-field input,.selection-filter-field select{color:#19212a;background:#fff;border:1px solid #bfc8d1;border-radius:4px;width:100%;min-width:0;height:36px;padding:0 10px;font-size:12px}.selection-checkbox{white-space:nowrap;color:#3f4953;align-items:center;gap:7px;font-size:12px;display:inline-flex}.selection-checkbox input{width:16px;height:16px;margin:0}.selection-filter-actions{align-items:center;gap:10px;min-height:36px;display:flex}.selection-reset{color:#3f4953;background:#fff;border:1px solid #bfc8d1;border-radius:4px;flex-shrink:0;place-items:center;width:36px;height:36px;display:grid}.selection-visible-count{color:#66717d;text-align:right;white-space:nowrap;font-size:12px;line-height:36px}.selection-review .selection-table{border:0;border-radius:0;height:calc(100vh - 355px);min-height:460px;max-height:none;margin:0;overflow:auto}.selection-review .selection-table table{border-collapse:separate;border-spacing:0;width:100%;min-width:2400px}.selection-review .selection-table th{z-index:3;color:#3c4650;white-space:nowrap;background:#eef1f4;border-bottom:1px solid #bcc5ce;padding:9px 8px;font-size:12px}.selection-review .selection-table td{white-space:normal;border-bottom:1px solid #e4e8ec;padding:9px 8px;line-height:1.45}.selection-review .selection-table tbody tr:hover{background:#f8fafb}.selection-keyword{width:118px;min-width:100px;font-weight:650}.selection-rank{text-align:center;font-variant-numeric:tabular-nums;width:48px}.selection-evidence{width:900px;min-width:900px}.selection-review .selection-images{gap:8px;width:880px}.selection-featured{flex:none;grid-template-columns:repeat(2,104px);gap:6px;display:grid}.selection-review .selection-image-item{text-align:left;flex:0 0 104px;width:104px}.selection-review .selection-image-label{color:#66717d;margin:0 0 4px;font-size:11px;line-height:17px}.selection-review .selection-image-button,.selection-review .selection-image-missing{width:104px;height:104px}.selection-review .selection-image-button .selection-thumb{width:100%;height:100%}.selection-carousel-group{flex:1;min-width:0}.selection-review .selection-carousel{border:0;gap:6px;width:650px;padding:0 0 6px}.selection-review .selection-carousel .selection-image-item{flex:0 0 88px;width:88px}.selection-review .selection-carousel .selection-image-button{width:88px;height:104px}.selection-product-id{width:154px;font-family:Consolas,monospace;font-size:12px}.selection-product-id a{color:#2563a7}.selection-review .selection-title{min-width:290px;max-width:420px}.selection-subline{color:#66717d;margin-top:5px;font-size:12px;line-height:1.45}.selection-review .selection-table .selection-number,.selection-review .selection-table .selection-rating,.selection-review .selection-table .selection-source{white-space:nowrap;font-variant-numeric:tabular-nums}.selection-trend-up{color:#b43d2f}.selection-trend-down{color:#207a4b}.selection-trend-flat{color:#66717d}.selection-status{color:#207a4b;white-space:nowrap;background:#e8f5ed;border-radius:3px;align-items:center;min-height:24px;padding:2px 7px;font-size:12px;font-weight:650;display:inline-flex}.selection-source{color:#66717d;font-size:12px}@container (width<=1400px){.selection-review-filters{grid-template-columns:repeat(3,minmax(150px,1fr))}.selection-filter-actions{grid-column:span 2}.selection-visible-count{text-align:left}}@container (width<=600px){.selection-review .selection-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.selection-review .selection-summary>div{border-bottom:1px solid #d9dfe5;padding:12px}.selection-review-filters{grid-template-columns:minmax(0,1fr);padding:12px}.selection-filter-actions{flex-wrap:wrap;grid-column:auto}.selection-review .selection-table{height:460px}.selection-rule-band{padding:10px 12px}}@media (width<=700px){.page-grid.selection-page{padding:18px 12px}.selection-batch-toolbar{flex-direction:column;align-items:stretch}.selection-batch-toolbar label:first-child{flex:auto;min-width:0;max-width:none}.selection-version{margin-left:0}.selection-page .page-header{gap:12px}}
