:root{color-scheme:light;--bg:#f8fafc;--panel:#ffffff;--panel-soft:#f8fafc;--panel-hover:#f1f5f9;--text:#020617;--text-soft:#334155;--muted:#64748b;--muted-soft:#94a3b8;--line:#e2e8f0;--line-soft:#f1f5f9;--primary:#2563eb;--primary-soft:#eff6ff;--primary-hover:#1d4ed8;--primary-ring:rgba(37,99,235,0.14);--accent:#0f766e;--warning:#d97706;--warning-soft:#fffbeb;--success:#059669;--success-soft:#f0fdf4;--danger:#e11d48;--danger-soft:#fef2f2;--shadow-sm:0 1px 2px rgba(16,24,40,0.04);--shadow:0 1px 3px rgba(16,24,40,0.06),0 1px 2px rgba(16,24,40,0.04);--shadow-md:0 4px 8px -2px rgba(16,24,40,0.06),0 2px 4px -2px rgba(16,24,40,0.04);--shadow-lg:0 12px 16px -4px rgba(16,24,40,0.06),0 4px 6px -2px rgba(16,24,40,0.04);--radius:12px;--radius-sm:8px;--radius-lg:16px;--control-radius:10px;--control-height:36px}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,Microsoft YaHei,sans-serif}a{color:inherit;text-decoration:none}.shell{min-height:100vh}.topbar{align-items:center;background:rgba(255,255,255,.82);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--line);display:flex;gap:24px;justify-content:space-between;padding:0 28px;height:52px;position:sticky;top:0;z-index:10}.brand{color:var(--text);font-size:15px;font-weight:700;letter-spacing:-.01em;white-space:nowrap;transition:color .15s ease}.brand:hover{color:var(--primary)}.nav{display:flex;gap:2px}.nav,.nav a{align-items:center}.nav a{background:transparent;border:none;border-radius:var(--radius-sm);color:var(--text-soft);cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;height:34px;padding:0 14px;position:relative;transition:background .15s ease,color .15s ease;white-space:nowrap}.nav a:hover{background:var(--panel-soft);color:var(--text)}.nav a.nav-active{background:var(--primary-soft);color:var(--primary);font-weight:600}.button,button{align-items:center;background:var(--panel);border:1px solid var(--line);border-radius:var(--control-radius);color:var(--text);cursor:pointer;display:inline-flex;font-size:13px;font-weight:650;justify-content:center;min-height:var(--control-height);padding:0 14px;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,color .15s ease,transform .15s ease}.button:hover,button:hover{background:var(--panel-soft);border-color:#cdd5df}.button.primary,button.primary{background:var(--primary);border-color:var(--primary);color:#ffffff}.button.primary:hover,button.primary:hover{background:var(--primary-hover);border-color:var(--primary-hover);box-shadow:var(--shadow-sm),0 0 0 4px var(--primary-ring)}.button.danger,button.danger{background:#fff1f2;border-color:#fecdd3;color:#be123c}.button.danger:hover,button.danger:hover{background:#ffe4e6;border-color:#fda4af;color:#9f1239}.button.ghost{background:transparent;border-color:transparent;color:var(--muted)}.button.ghost:hover{background:var(--panel-soft);color:var(--text)}a.ghost,button.ghost{align-items:center;background:var(--panel);border:1px solid var(--line);border-radius:var(--control-radius);color:var(--text-soft);cursor:pointer;display:inline-flex;font-size:13px;font-weight:650;justify-content:center;min-height:var(--control-height);padding:0 14px;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}a.ghost:hover,button.ghost:hover{background:var(--panel-soft);border-color:#cdd5df;color:var(--text)}button.ghost:disabled{cursor:not-allowed;opacity:.45}.container{margin:0 auto;max-width:1200px;padding:32px 28px 80px}.page-title{margin:0 0 6px;font-size:26px;font-weight:700;letter-spacing:-.02em;line-height:1.2}.subtitle{color:var(--muted);margin:0 0 20px;font-size:15px;line-height:1.6}.grid{display:grid;gap:14px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.grid.five{grid-template-columns:repeat(5,minmax(0,1fr))}.grid.six{grid-template-columns:repeat(6,minmax(0,1fr))}.workspace-grid{align-items:start;display:grid;gap:20px;grid-template-columns:minmax(360px,460px) minmax(0,1fr)}.prompt-workspace-grid{grid-template-columns:minmax(380px,440px) minmax(0,1fr);gap:22px}.sticky-panel{align-self:start;position:sticky;top:68px}.platform-score-grid .section-title{grid-column:1/-1}.platform-score-grid .stat-card{min-width:0}.card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:20px}.card-soft{background:var(--panel-soft);border:none}.action-card,.clickable-card,.record-link,.stat-card{transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.action-card:hover,.clickable-card:hover,.record-link:hover,.stat-card:hover{border-color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.record-link{border:1px solid var(--line);border-radius:var(--radius-sm);display:block;padding:14px}.section-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:20px}.section-action{flex:0 0 auto}.eyebrow{color:var(--primary);font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin:0 0 6px}.home-hero{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin-bottom:20px;padding:36px 32px 28px}.home-hero-title{font-size:28px;font-weight:700;letter-spacing:-.02em;line-height:1.18;margin:0 0 8px}.home-hero-desc{color:var(--muted);font-size:15px;line-height:1.6;margin:0 0 20px;max-width:620px}.home-hero-actions{align-items:center;display:flex;gap:10px}.feature-cards{display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:20px}.feature-card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:14px;padding:22px;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;text-decoration:none;color:inherit}.feature-card:hover{border-color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.feature-card-icon{align-items:center;background:var(--primary-soft);border-radius:var(--radius-sm);color:var(--primary);display:flex;font-size:20px;height:40px;justify-content:center;width:40px;flex-shrink:0}.feature-card-title{font-size:15px;font-weight:700;letter-spacing:-.01em;line-height:1.3;margin:0}.feature-card-desc{color:var(--muted);font-size:13px;line-height:1.55;margin:0;flex:1 1}.feature-card .button.primary{align-self:flex-start}.kpi-grid{display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:20px}.kpi-card{background:var(--panel);border:1px solid var(--line-soft);border-radius:var(--radius);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:4px;padding:18px 20px;text-decoration:none;color:inherit;transition:border-color .2s ease,box-shadow .2s ease}.kpi-card:hover{border-color:var(--primary);box-shadow:var(--shadow-md)}.kpi-value{color:var(--text);font-size:28px;font-weight:700;letter-spacing:-.02em;line-height:1.1}.kpi-label{color:var(--muted);font-size:13px;font-weight:500}.kpi-helper{color:var(--muted-soft);font-size:12px;margin:0}.stat-grid{display:grid;gap:12px;grid-template-columns:repeat(7,minmax(0,1fr));margin-bottom:20px}.action-card{align-items:flex-start;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);display:flex;justify-content:space-between;min-height:150px;padding:22px}.action-card h2{font-size:20px}.action-card p{color:var(--muted);line-height:1.6;margin:0}.stat-card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:18px 20px;text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:2px}.stat-label{color:var(--muted);font-size:13px;font-weight:500}.list-row{align-items:center;border:1px solid var(--line-soft);border-radius:var(--radius-sm);display:grid;gap:12px;grid-template-columns:minmax(0,1fr) auto;padding:14px 16px;transition:background .15s ease}.list-row:hover{background:var(--panel-soft)}.list-title{font-size:14px;font-weight:600;margin-bottom:4px}.meta-row{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.legacy-notice{background:var(--primary-soft);border:1px solid #bfdbfe;border-radius:var(--radius);color:var(--primary);margin-bottom:14px;padding:12px 14px;font-size:13px}.card h2,.card h3{margin:0 0 8px}.metric{color:var(--text);font-size:28px;font-weight:700;letter-spacing:-.02em}.field-hint,.muted{color:var(--muted)}.field-hint{font-size:13px;line-height:1.5;margin:-6px 0 0}.editorial-toggle-title,.field-label-row{align-items:center;display:inline-flex;gap:6px;min-width:0}.field-help{align-items:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;color:#2563eb;cursor:help;display:inline-flex;flex:0 0 auto;font-size:11px;font-weight:800;height:17px;justify-content:center;line-height:1;position:relative;width:17px}.field-help:focus,.field-help:hover{background:#eff6ff;border-color:#93c5fd;color:#2563eb;outline:none}.field-help-bubble{background:#0f172a;border-radius:10px;bottom:calc(100% + 8px);box-shadow:0 14px 32px rgba(15,23,42,.18);color:#fff;font-size:12px;font-weight:500;left:50%;line-height:1.55;max-width:260px;opacity:0;padding:9px 10px;pointer-events:none;position:absolute;transform:translate(-50%,4px);transition:opacity .16s ease,transform .16s ease;width:max-content;white-space:normal;z-index:30}.field-help-bubble:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #0f172a;content:"";left:50%;position:absolute;top:100%;transform:translateX(-50%)}.field-help:focus .field-help-bubble,.field-help:hover .field-help-bubble{opacity:1;transform:translate(-50%)}.tag{background:#f8fafc;border:1px solid var(--line);border-radius:999px;font-weight:650;margin:2px 4px 2px 0;padding:3px 10px;color:var(--muted)}.status-badge,.tag{align-items:center;display:inline-flex;font-size:12px}.status-badge{border:1px solid transparent;border-radius:999px;font-weight:700;line-height:1.15;padding:4px 10px;white-space:nowrap}.status-active,.status-done,.status-real{background:#ecfdf5;border-color:#a7f3d0;color:#047857}.status-default,.status-mock{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.status-open,.status-warning{background:#fffbeb;border-color:#fde68a;color:#b45309}.status-error{background:#fff1f2;border-color:#fecdd3;color:#be123c}.form{gap:14px}.form,label{display:grid}label{gap:6px;font-size:14px;font-weight:600}input,select,textarea{border:1px solid var(--line);border-radius:var(--control-radius);color:var(--text);font:inherit;min-height:38px;padding:8px 10px;width:100%;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}input:focus,select:focus,textarea:focus{border-color:#93c5fd;box-shadow:0 0 0 4px var(--primary-ring);outline:none}textarea{min-height:120px;resize:vertical}.checkbox-row{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.checkbox-row label{align-items:center;display:inline-flex;font-weight:400;gap:6px}.checkbox-row input{min-height:auto;width:auto}.editorial-toggle-panel{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:grid;gap:8px;padding:12px}.editorial-toggle-head{align-items:center;display:flex;gap:10px;justify-content:space-between}.inline-checkbox{align-items:center;display:inline-flex;font-weight:700;gap:8px}.inline-checkbox input{min-height:auto;width:auto}.inline-fields{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.compact-details{border-top:1px solid #e2e8f0;padding-top:8px}.compact-details>summary{color:var(--muted);cursor:pointer;font-size:12px;font-weight:700}.compact-details .inline-fields{margin-top:10px}@media (max-width:720px){.inline-fields{grid-template-columns:1fr}}pre{background:#111827;border-radius:10px;color:#f9fafb}.result-output{max-height:680px}.output-reader{background:#0f172a}.copy-block{align-items:center;display:flex;gap:10px;margin:12px 0}.copy-status{color:var(--primary);font-size:13px}.content-block{border-top:1px solid var(--line);margin-top:20px;padding-top:20px}.activity-section{display:grid;gap:14px;grid-template-columns:minmax(0,1fr) minmax(0,360px);margin-bottom:20px}.activity-card-head{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.activity-card-head h2{font-size:16px;font-weight:700;margin:0}.system-block{margin-bottom:20px}.system-grid{display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr))}.system-card{background:var(--panel);border:1px solid var(--line-soft);border-radius:var(--radius);padding:18px 20px;display:flex;flex-direction:column;gap:4px}.system-card-title{color:var(--muted);font-size:13px;font-weight:500}.system-card-value{color:var(--text);font-size:15px;font-weight:600}.tabs{background:var(--panel-soft);border:1px solid var(--line);border-radius:var(--radius);display:inline-flex;gap:4px;margin-bottom:18px;padding:4px}.tab{border-radius:var(--radius-sm);color:var(--text-soft);font-weight:600;padding:8px 14px}.tab.active{background:var(--panel);box-shadow:var(--shadow-sm);color:var(--text)}pre{background:#0f172a;border-radius:var(--radius);color:#e2e8f0;max-height:520px;overflow:auto;padding:16px;white-space:pre-wrap}.output-reader{font-size:13px;line-height:1.65;max-height:720px}.details-panel{background:var(--panel-soft);border:1px solid var(--line);border-radius:10px;margin:12px 0;padding:12px}.details-panel summary{cursor:pointer;font-weight:700}.details-panel pre{margin-bottom:0}.empty-state{background:var(--panel-soft);border:1px dashed #bfccdc;border-radius:12px;color:var(--muted);padding:22px;text-align:center}.empty-state strong{color:#334155;display:block;margin-bottom:6px}.card-head{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}.copy-inline{display:inline-flex}.copy-inline,.upload-box{align-items:center;gap:8px}.upload-box{border:1px dashed #aebdd0;border-radius:12px;display:grid;justify-items:center;padding:26px;text-align:center}.readonly-field,.upload-box{background:var(--panel-soft)}.readonly-field{border:1px solid var(--line);border-radius:8px;color:var(--muted);padding:9px 10px}.progress-shell{background:#e8eef7;border:1px solid var(--line);border-radius:999px;height:14px;margin:12px 0;overflow:hidden}.progress-bar{background:linear-gradient(90deg,var(--primary),var(--accent));height:100%;transition:width .2s ease}.compact-log{max-height:220px}.source-insight-hero{align-items:center;background:linear-gradient(135deg,#ffffff,#f3f8ff);display:flex;gap:18px;justify-content:space-between}.source-insight-actions{align-items:center;display:flex;flex:0 0 auto;gap:10px}.insight-grid{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr));margin:12px 0}.insight-card{background:var(--panel-soft);border:1px solid var(--line);border-radius:10px;line-height:1.6;padding:12px}.compact-list{display:grid;gap:10px}.compact-list-row{align-items:flex-start;background:var(--panel-soft);border:1px solid var(--line);border-radius:10px;display:grid;gap:8px;padding:12px}.compact-row-title{align-items:center;display:flex;gap:8px;justify-content:space-between;min-width:0}.compact-row-title strong{font-size:15px;overflow-wrap:anywhere}.insight-metrics{display:grid;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr))}.insight-metric{background:#ffffff;border:1px solid #e3eaf4;border-radius:8px;padding:8px 10px}.insight-metric span{color:var(--muted);display:block;font-size:12px;margin-bottom:2px}.insight-metric strong{color:#10233f;display:block;font-size:15px}.insight-chip-line{display:flex;flex-wrap:wrap;gap:6px}.boundary-list{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 16px}.basis-label{display:block;color:var(--muted);font-size:12px;margin-top:8px}.compact-note{margin:8px 0 0;font-size:12px}.insight-chip-line .tag{margin:0;max-width:100%;overflow-wrap:anywhere}.insight-report{border-color:#b7cbe5}.insight-report-grid{display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr));margin:14px 0}.insight-report article{background:var(--panel-soft);border:1px solid var(--line);border-radius:10px;padding:14px}.insight-report h3{font-size:16px;margin:0 0 10px}.insight-report ul,.report-list{margin:0;padding-left:20px}.insight-report li,.report-list li{line-height:1.7;margin:6px 0}.ai-readable-report{background:#fbfdff;border:1px solid var(--line);border-radius:10px;margin:14px 0;padding:14px}.readable-report-output{background:#ffffff;border:1px solid var(--line);color:var(--text);font-size:14px;line-height:1.8;max-height:720px}.source-result-card,.source-result-list{display:grid;gap:12px}.source-result-card{background:#ffffff;border:1px solid var(--line);border-radius:12px;grid-template-columns:minmax(0,1fr) minmax(280px,420px);padding:14px}.source-result-main h3{font-size:16px;line-height:1.45;margin:10px 0 6px}.source-result-url{font-size:12px;overflow-wrap:anywhere}.source-result-summary{color:#334155;line-height:1.65;margin:10px 0 0}.source-result-detail{background:var(--panel-soft);border:1px solid var(--line);border-radius:10px;padding:12px}.source-result-detail summary{cursor:pointer;font-weight:700}.source-result-detail pre{font-size:12px;margin-bottom:0;max-height:360px}.score-hero{align-items:center;background:linear-gradient(135deg,#eff6ff,#ffffff);border:1px solid #cfe0f5;border-radius:14px;display:grid;gap:18px;grid-template-columns:140px minmax(0,1fr);padding:18px}.score-number{color:var(--primary-dark);font-size:54px;font-weight:800;line-height:1}.dimension-row{align-items:center;background:#ffffff;border:1px solid var(--line);border-radius:10px;display:flex;justify-content:space-between;padding:10px 12px}.table-wrap{overflow:auto;width:100%;border:1px solid var(--line);border-radius:var(--radius);background:#fff}table{border-collapse:collapse;min-width:840px;width:100%}td,th{border-bottom:1px solid var(--line);font-size:14px;padding:11px 12px;text-align:left;vertical-align:middle}td input[type=checkbox],th input[type=checkbox]{min-height:auto;width:auto}th{color:#64748b;font-size:12px;font-weight:700;letter-spacing:.01em;position:sticky;top:0;z-index:1}tbody tr:hover,th{background:#f8fafc}.knowledge-file{background:#ffffff;border:1px solid var(--line);border-radius:10px;padding:14px}.knowledge-file h3{margin:0 0 6px}.error{color:var(--danger);font-weight:600}.annotation-toolbar{align-items:center;bottom:20px;display:flex;gap:8px;position:fixed;right:22px;z-index:80;background:rgba(255,255,255,.86);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--w-border);border-radius:14px;padding:6px;box-shadow:0 2px 16px rgba(0,0,0,.05)}.annotation-toolbar .button,.annotation-toolbar button{border-radius:10px;font-size:12px;min-height:32px;padding:0 12px;box-shadow:none}.annotation-toolbar .primary,.annotation-toolbar button.primary{box-shadow:none}.annotation-hint,.annotation-toast{background:#111827;border-radius:6px;bottom:68px;color:#ffffff;max-width:320px;padding:10px 12px;position:fixed;right:18px;z-index:80}.annotation-toast{bottom:112px;background:var(--primary-dark)}.annotation-mode .card:hover,.annotation-mode .topbar:hover,.annotation-mode article:hover,.annotation-mode form:hover,.annotation-mode main:hover,.annotation-mode nav:hover,.annotation-mode section:hover{outline:2px solid var(--accent);outline-offset:3px}.annotation-panel{background:var(--panel);border:1px solid var(--line);border-radius:8px;box-shadow:0 18px 60px rgba(15,23,42,.22);display:grid;gap:12px;max-width:360px;padding:18px;position:fixed;right:18px;top:82px;width:calc(100vw - 36px);z-index:90}.annotation-panel h2{margin:0}@media (max-width:1024px){.feature-cards,.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.system-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.activity-section{grid-template-columns:1fr}}@media (max-width:760px){.topbar{height:auto;gap:8px;padding:12px 16px}.nav,.topbar{flex-wrap:wrap}.container{padding:16px}.feature-cards,.grid.five,.grid.four,.grid.six,.grid.three,.grid.two,.insight-grid,.insight-report-grid,.kpi-grid,.source-result-card,.stat-grid,.system-grid,.workspace-grid{grid-template-columns:1fr}.source-insight-hero{align-items:flex-start;flex-direction:column}.sticky-panel{position:static}}body:has(.geo-console){background:#fafbfc;color:#1a1d2e;--w-bg:#fafbfc;--w-panel:#ffffff;--w-panel-hover:#f5f7fd;--w-border:#e8ecf2;--w-border-glow:#c5d0f0;--w-text:#1a1d2e;--w-text-soft:#4a5068;--w-muted:#8890a8;--w-primary:#4568f0;--w-primary-glow:rgba(69,104,240,0.12);--w-accent:#36b4a4;--w-purple:#7c5cf5;--w-success:#16a34a;--w-warning:#d97706;--w-danger:#dc2626}body:has(.geo-console):before{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;background:linear-gradient(rgba(60,80,140,.025) 1px,transparent 0),linear-gradient(90deg,rgba(60,80,140,.025) 1px,transparent 0);background-size:80px 80px;mask-image:radial-gradient(ellipse 70% 50% at 50% 25%,rgba(0,0,0,.3),transparent 85%);-webkit-mask-image:radial-gradient(ellipse 70% 50% at 50% 25%,rgba(0,0,0,.3),transparent 85%)}body:has(.geo-console):after{content:"";position:fixed;z-index:0;pointer-events:none;top:-8%;left:50%;transform:translateX(-50%);width:900px;height:500px;background:radial-gradient(ellipse at 50% 45%,rgba(69,104,240,.07) 0,transparent 55%),radial-gradient(ellipse at 32% 50%,rgba(124,92,245,.04) 0,transparent 45%),radial-gradient(ellipse at 68% 42%,rgba(54,180,164,.03) 0,transparent 45%);animation:wGlowPulse 10s ease-in-out infinite}@keyframes wGlowPulse{0%,to{opacity:.65}50%{opacity:1}}@media (prefers-reduced-motion:reduce){body:has(.geo-console):after{animation:none}.w-core,.w-orbit,.w-ring,.w-ring-outer{animation:none!important}html[data-entrance] .w-hero-actions,html[data-entrance] .w-hero-desc,html[data-entrance] .w-hero-sub,html[data-entrance] .w-hero-tag,html[data-entrance] .w-hero-title,html[data-entrance] .w-visual,html[data-entrance] body:has(.geo-console) .nav a{animation:none!important;opacity:1!important;transform:none!important}.w-node{opacity:1!important}body:has(.geo-console) [style*=opacity]{opacity:1!important;transform:none!important}}body:has(.geo-console) .shell{position:relative;z-index:1}body:has(.geo-console) .topbar{background:rgba(255,255,255,.76);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--w-border)}html[data-entrance] body:has(.geo-console) .nav a{animation:wSlideInLeft .5s cubic-bezier(.21,.47,.18,.99) both}body:has(.geo-console) .nav a{color:var(--w-text-soft);background:transparent}html[data-entrance] body:has(.geo-console) .nav a:first-child{animation-delay:.08s}html[data-entrance] body:has(.geo-console) .nav a:nth-child(2){animation-delay:.14s}html[data-entrance] body:has(.geo-console) .nav a:nth-child(3){animation-delay:.2s}html[data-entrance] body:has(.geo-console) .nav a:nth-child(4){animation-delay:.26s}html[data-entrance] body:has(.geo-console) .nav a:nth-child(5){animation-delay:.32s}html[data-entrance] body:has(.geo-console) .nav a:nth-child(6){animation-delay:.38s}html[data-entrance] body:has(.geo-console) .nav a:nth-child(7){animation-delay:.44s}html[data-entrance] body:has(.geo-console) .nav a:nth-child(8){animation-delay:.5s}html[data-entrance] body:has(.geo-console) .nav a.nav-active{animation:wSlideInLeft .5s cubic-bezier(.21,.47,.18,.99) both}body:has(.geo-console) .nav a.nav-active{background:rgba(69,104,240,.08);color:var(--w-primary);font-weight:600;opacity:0;animation:wSlideInLeft .5s cubic-bezier(.21,.47,.18,.99) forwards}.geo-console{position:relative;z-index:1;margin:0 auto;max-width:1248px;padding:0 32px 120px}body:has(.geo-console) .w-bento-card,body:has(.geo-console) .w-capabilities,body:has(.geo-console) .w-card,body:has(.geo-console) .w-kpi-card,body:has(.geo-console) .w-stat-card,body:has(.geo-console) .w-system-card{backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);background:rgba(255,255,255,.88)}.w-hero-stage{position:relative;margin-bottom:16px}.w-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:40px;align-items:center;min-height:calc(100vh - 104px);padding:0 0 12px}.w-hero-text{display:flex;flex-direction:column;gap:16px}.w-hero-tag{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--w-primary);background:rgba(69,104,240,.06);border:1px solid rgba(69,104,240,.15);border-radius:999px;padding:5px 14px;align-self:flex-start}html[data-entrance] .w-hero-tag{animation:wSlideInLeft .55s cubic-bezier(.21,.47,.18,.99) .12s both}.w-hero-tag:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--w-primary);box-shadow:0 0 6px rgba(69,104,240,.4);animation:wDotPulse 2s ease-in-out infinite}@keyframes wDotPulse{0%,to{opacity:1}50%{opacity:.4}}.w-hero-title{font-size:clamp(42px,5.5vw,76px);font-weight:800;letter-spacing:-.04em;line-height:1.05;margin:0;color:#0f1222}html[data-entrance] .w-hero-title{animation:wDropDown .7s cubic-bezier(.21,.47,.18,.99) .2s both}@keyframes wDropDown{0%{opacity:0;transform:translateY(-60px)}to{opacity:1;transform:translateY(0)}}@keyframes wSlideInLeft{0%{opacity:0;transform:translateX(-48px)}to{opacity:1;transform:translateX(0)}}.w-hero-title em{font-style:normal;background:linear-gradient(135deg,#4568f0,#7c5cf5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}html[data-entrance] .w-hero-desc{animation:wSlideInLeft .55s cubic-bezier(.21,.47,.18,.99) .35s both}html[data-entrance] .w-hero-sub{animation:wSlideInLeft .5s cubic-bezier(.21,.47,.18,.99) .5s both}html[data-entrance] .w-hero-actions{animation:wSlideInLeft .55s cubic-bezier(.21,.47,.18,.99) .6s both}.w-hero-desc{font-size:17px;line-height:1.7;color:var(--w-text-soft);max-width:540px;margin:0}.w-hero-sub{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--w-muted);margin:0}.w-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:8px}.w-visual{position:relative;width:100%;aspect-ratio:1;max-width:400px;margin:0 auto;opacity:.85}html[data-entrance] .w-visual{animation:wVisualIn .8s cubic-bezier(.21,.47,.18,.99) 1.2s both}@keyframes wVisualIn{to{opacity:.85}}.w-visual-glow{width:320px;height:320px;background:radial-gradient(circle,rgba(69,104,240,.06) 0,transparent 70%),radial-gradient(circle at 40% 50%,rgba(124,92,245,.04) 0,transparent 50%);pointer-events:none}.w-core,.w-visual-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%}.w-core{width:48px;height:48px;background:linear-gradient(135deg,#4568f0,#7c5cf5);box-shadow:0 0 36px rgba(69,104,240,.14),0 0 72px rgba(124,92,245,.06);animation:wCoreBeat 5s ease-in-out infinite}@keyframes wCoreBeat{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.06)}}.w-ring{position:absolute;top:50%;left:50%;width:200px;height:200px;border-radius:50%;transform:translate(-50%,-50%);border:1px solid rgba(69,104,240,.08);animation:wRingSpin 32s linear infinite}@keyframes wRingSpin{to{transform:translate(-50%,-50%) rotate(1turn)}}.w-ring-outer{width:290px;height:290px;border-radius:50%;transform:translate(-50%,-50%);border:1px dashed rgba(124,92,245,.06);animation:wRingSpin 44s linear infinite reverse}.w-orbit,.w-ring-outer{position:absolute;top:50%;left:50%}.w-orbit{width:0;height:0;animation:orbitSpin linear infinite}html[data-entrance] .w-orbit:nth-child(4){animation:wOrbitIn .5s cubic-bezier(.21,.47,.18,.99) 1.8s both,orbitSpin 18s linear 1.8s infinite}html[data-entrance] .w-orbit:nth-child(5){animation:wOrbitIn .5s cubic-bezier(.21,.47,.18,.99) 1.9s both,orbitSpin 13s linear 1.9s infinite reverse}html[data-entrance] .w-orbit:nth-child(6){animation:wOrbitIn .5s cubic-bezier(.21,.47,.18,.99) 2s both,orbitSpin 22s linear 2s infinite}html[data-entrance] .w-orbit:nth-child(7){animation:wOrbitIn .5s cubic-bezier(.21,.47,.18,.99) 2.1s both,orbitSpin 15s linear 2.1s infinite reverse}html[data-entrance] .w-orbit:nth-child(8){animation:wOrbitIn .5s cubic-bezier(.21,.47,.18,.99) 2.2s both,orbitSpin 20s linear 2.2s infinite}@keyframes orbitSpin{to{transform:rotate(1turn)}}.w-node{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.72);border:1px solid rgba(69,104,240,.1);box-shadow:0 1px 8px rgba(0,0,0,.03);font-size:10px;font-weight:700;color:var(--w-text-soft);transform:translate(-50%,-50%) translateX(var(--orbit-radius,80px));transition:border-color .35s,box-shadow .35s,color .35s,background .35s}.w-node:hover{border-color:var(--w-primary);box-shadow:0 0 16px var(--w-primary-glow);color:var(--w-primary);background:rgba(255,255,255,.95)}body:has(.geo-console) .button,body:has(.geo-console) button{background:var(--w-panel);border:1px solid var(--w-border);color:var(--w-text)}body:has(.geo-console) .button:hover,body:has(.geo-console) button:hover{background:var(--w-panel-hover);border-color:var(--w-border-glow);box-shadow:0 2px 12px rgba(69,104,240,.06)}body:has(.geo-console) .button.primary,body:has(.geo-console) button.primary{background:linear-gradient(135deg,#4568f0,#5478f5);border-color:transparent;color:#fff;box-shadow:0 2px 16px rgba(69,104,240,.2)}body:has(.geo-console) .button.primary:hover,body:has(.geo-console) button.primary:hover{box-shadow:0 4px 24px rgba(69,104,240,.32);transform:translateY(-1px);background:linear-gradient(135deg,#3d5ee8,#4568f0)}body:has(.geo-console) .button.ghost{background:transparent;border-color:transparent;color:var(--w-muted)}body:has(.geo-console) .button.ghost:hover{background:var(--w-panel-hover);color:var(--w-text)}.w-capabilities{display:flex;gap:20px;flex-wrap:wrap;justify-content:center;padding:16px 24px;background:var(--w-panel);border:1px solid var(--w-border);border-radius:20px}.w-section-title{font-size:20px;font-weight:700;letter-spacing:-.02em;color:var(--w-text);margin:0 0 14px}.w-cap-item{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--w-text-soft)}.w-cap-dot{width:6px;height:6px;border-radius:50%;background:var(--w-primary);box-shadow:0 0 6px rgba(69,104,240,.3)}.w-bento{display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:28px}.w-bento-card{position:relative;background:var(--w-panel);border:1px solid var(--w-border);border-radius:22px;padding:26px;display:flex;flex-direction:column;gap:16px;text-decoration:none;color:inherit;transition:border-color .3s,box-shadow .3s,transform .3s}.w-bento-card:hover{border-color:var(--w-border-glow);box-shadow:0 8px 32px rgba(69,104,240,.07);transform:translateY(-4px)}.w-bento-icon{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,rgba(69,104,240,.08),rgba(124,92,245,.06));border:1px solid rgba(69,104,240,.12);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800;color:var(--w-primary);flex-shrink:0}.w-bento-title{font-size:15px;font-weight:700;margin:0;color:var(--w-text)}.w-bento-desc{font-size:13px;line-height:1.55;color:var(--w-muted);margin:0;flex:1 1}.w-kpi-grid{display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:24px}.w-kpi-card{background:var(--w-panel);border:1px solid var(--w-border);border-radius:18px;padding:20px 24px;text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:6px;transition:border-color .3s,box-shadow .3s}.w-kpi-card:hover{border-color:var(--w-border-glow);box-shadow:0 4px 16px rgba(69,104,240,.05)}.w-kpi-value{font-size:32px;font-weight:800;letter-spacing:-.03em;color:#0f1222;line-height:1}.w-kpi-label{font-size:13px;color:var(--w-text-soft)}.w-kpi-helper{font-size:12px;color:var(--w-muted)}.w-stat-grid{display:grid;gap:10px;grid-template-columns:repeat(7,minmax(0,1fr));margin-bottom:24px}.w-stat-card{background:var(--w-panel);border:1px solid var(--w-border);border-radius:16px;padding:16px 18px;text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:4px;transition:border-color .25s}.w-stat-card:hover{border-color:var(--w-border-glow)}.w-stat-value{font-size:22px;font-weight:700;color:var(--w-text)}.w-stat-label{font-size:12px;color:var(--w-muted)}.w-activity{display:grid;gap:16px;grid-template-columns:minmax(0,1fr) minmax(0,380px);margin-bottom:24px}.w-card{background:var(--w-panel);border:1px solid var(--w-border);border-radius:20px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.03)}.w-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.w-card-head h2{font-size:16px;font-weight:700;margin:0;color:var(--w-text)}.w-list-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 0}.w-list-row+.w-list-row{border-top:1px solid var(--w-border)}.w-list-title{font-size:14px;font-weight:600;color:var(--w-text);margin-bottom:4px}.w-meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;color:var(--w-muted)}body:has(.geo-console) .status-badge{background:#f8fafc;border:1px solid var(--line);color:var(--muted)}body:has(.geo-console) .status-done,body:has(.geo-console) .status-real{background:#ecfdf5;border-color:#a7f3d0;color:#047857}body:has(.geo-console) .status-default,body:has(.geo-console) .status-mock{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}body:has(.geo-console) .status-open,body:has(.geo-console) .status-warning{background:#fffbeb;border-color:#fde68a;color:var(--w-warning)}body:has(.geo-console) .status-error{background:#fff1f2;border-color:#fecdd3;color:#be123c}body:has(.geo-console) .tag{background:#f8fafc;border:1px solid var(--line);color:var(--muted)}body:has(.geo-console) .empty-state{background:#fafbfd;border-color:var(--w-border);color:var(--w-muted)}body:has(.geo-console) .empty-state strong{color:var(--w-text-soft)}.w-system{display:grid;gap:10px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:16px}.w-system-card{background:var(--w-panel);border:1px solid var(--w-border);border-radius:16px;padding:18px 20px}.w-system-label{font-size:12px;color:var(--w-muted);display:block;margin-bottom:4px}.w-system-value{font-size:15px;font-weight:600;color:var(--w-text)}@media (max-width:1100px){.w-hero{grid-template-columns:1fr;min-height:auto;gap:24px;padding:32px 0 8px}.w-visual{max-width:280px}.w-bento,.w-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.w-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.w-activity{grid-template-columns:1fr}.w-system{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.geo-console{padding:0 16px 60px}.w-hero{padding-top:20px;min-height:auto}.w-hero-title{font-size:34px}.w-bento,.w-kpi-grid,.w-stat-grid,.w-system{grid-template-columns:1fr}}.section-header{border-bottom:1px solid var(--line);padding-bottom:18px;margin-bottom:24px}.toolbar{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-end;margin-bottom:16px}.toolbar input,.toolbar select{min-height:36px;padding:6px 10px;font-size:13px;width:auto;min-width:140px}.toolbar .button,.toolbar button{min-height:36px}.grid.compact{gap:10px}.data-panel{background:#0f172a;border-radius:var(--radius);color:#e2e8f0;padding:20px;line-height:1.75;font-size:14px;white-space:pre-wrap;max-height:600px;overflow:auto}.inline-tip{display:flex;align-items:flex-start;gap:10px;background:var(--primary-soft);border:1px solid #bfdbfe;border-radius:var(--radius-sm);color:var(--primary);padding:10px 14px;font-size:13px;margin-bottom:14px}.metric-highlight{font-size:48px;font-weight:800;letter-spacing:-.04em;line-height:1}.record-compact{display:grid;gap:8px}.record-compact-item{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border:1px solid var(--line);border-radius:var(--radius-sm);font-size:13px;transition:background .15s}.record-compact-item:hover{background:var(--panel-soft)}.section-divider{border-top:1px solid var(--line);margin:20px 0;padding-top:16px}.page-shell{width:min(1240px,calc(100% - 40px));margin:0 auto;padding:32px 0 72px}.page-shell-wide{width:min(1380px,calc(100% - 40px))}.page-header,.section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding-bottom:20px;margin-bottom:24px;border-bottom:1px solid rgba(15,23,42,.08)}.page-header>div:first-child,.section-header>div:first-child{min-width:0}.page-header .subtitle,.section-header .subtitle{max-width:780px;margin-bottom:0}.app-spotlight-card,.result-panel,.section-card{position:relative;border:1px solid rgba(31,48,78,.1);border-radius:14px;background:rgba(255,255,255,.86);box-shadow:0 18px 48px rgba(31,48,78,.07)}.section-card{padding:24px}.workspace-grid>.app-spotlight-card,.workspace-grid>.section-card{margin-top:0}.section-card.sticky-panel{position:sticky}.app-spotlight-card h2,.result-panel h3,.section-card h2{margin-top:0}.app-spotlight-card>p:last-child,.section-card>div:first-child>p:last-child{margin-bottom:0}.prompt-result-card{min-height:220px;align-self:start}.prompt-input-card{display:grid;gap:12px}.prompt-input-card textarea{min-height:72px}.prompt-input-head{display:grid;gap:6px}.prompt-input-head h2,.prompt-result-head h2{margin:0}.prompt-step-label{color:#2457d6;font-size:12px;font-weight:800;letter-spacing:.04em}.prompt-project-link{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-top:-8px}.ai-assist-field,.priority-field{background:linear-gradient(180deg,#f8fbff,#ffffff);border:1px solid #cfe0ff;border-radius:12px;padding:10px 12px;box-shadow:inset 3px 0 0 #4568f0}.ai-assist-field textarea,.priority-field textarea{margin-top:6px;min-height:56px}.prompt-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.prompt-actions .primary{width:100%}.prompt-empty-state{display:grid;gap:18px;padding-top:8px}.prompt-empty-main{border:1px solid #dbe6ff;border-radius:14px;background:linear-gradient(135deg,#f8fbff,#fff 72%);padding:18px 20px}.prompt-empty-main strong{display:block;font-size:20px;margin-bottom:6px}.prompt-empty-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.prompt-empty-grid div{min-height:116px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;padding:14px}.prompt-empty-grid span{align-items:center;background:#eff6ff;border-radius:999px;color:#2457d6;display:inline-flex;font-size:12px;font-weight:800;height:24px;justify-content:center;margin-bottom:12px;width:24px}.prompt-empty-grid strong{display:block;font-size:14px;margin-bottom:6px}.prompt-empty-grid p{color:var(--muted);font-size:12px;line-height:1.55;margin:0}.result-panel-head,.section-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}.result-panel-head h3,.section-card-head h2{margin:0 0 6px}.toolbar-between{justify-content:space-between}.toolbar-end{justify-content:flex-end}.toolbar-start{justify-content:flex-start}.metric-card-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.metric-card{display:grid;min-height:124px;align-content:space-between;gap:10px;padding:18px;color:var(--text);text-decoration:none;border:1px solid rgba(31,48,78,.1);border-radius:14px;background:rgba(255,255,255,.88);box-shadow:0 14px 36px rgba(31,48,78,.06);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.metric-card:hover{transform:translateY(-2px);border-color:rgba(72,114,240,.24);box-shadow:0 18px 42px rgba(31,48,78,.1)}.metric-card-value{font-size:30px;font-weight:760;color:#111827}.metric-card-label{font-size:14px;font-weight:700}.metric-card-helper{font-size:12px;line-height:1.5;color:var(--muted)}.metric-card-good{border-color:rgba(22,163,74,.18)}.metric-card-warning{border-color:rgba(217,119,6,.22)}.metric-card-danger{border-color:rgba(220,38,38,.22)}.grid.six .metric-card{min-height:88px;align-content:center;gap:8px;padding:14px 16px;border-radius:10px;box-shadow:var(--shadow-sm)}.grid.six .metric-card:hover{transform:none;box-shadow:var(--shadow-sm)}.grid.six .metric-card-value{font-size:26px;line-height:1;letter-spacing:0}.grid.six .metric-card-label{color:var(--text-soft);font-size:12px;line-height:1.3}.grid.six.article-stat-grid{grid-template-columns:repeat(auto-fit,minmax(136px,1fr))}@media (max-width:760px){.grid.six.article-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:460px){.grid.six.article-stat-grid{grid-template-columns:1fr}}.result-panel{padding:18px;background:#fbfdff}.app-spotlight-card{overflow:hidden;padding:22px}.app-spotlight-card:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:0;transition:opacity .18s ease;background:radial-gradient(260px circle at var(--spotlight-x,50%) var(--spotlight-y,30%),rgba(72,114,240,.16),transparent 68%)}.app-spotlight-card:hover:before{opacity:1}.app-spotlight-card>*{position:relative;z-index:1}.app-bento-grid{display:grid;grid-template-columns:1.12fr 1.12fr repeat(3,minmax(0,1fr));gap:16px}.app-bento-card{position:relative;display:grid;min-height:214px;overflow:hidden;align-content:start;gap:13px;padding:22px;color:#152033;text-decoration:none;border:1px solid rgba(31,48,78,.1);border-radius:16px;background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(247,250,255,.88)),radial-gradient(circle at top right,rgba(72,114,240,.11),transparent 42%);box-shadow:0 18px 48px rgba(31,48,78,.08);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.app-bento-card:after{content:"";position:absolute;inset:0;padding:1px;border-radius:inherit;pointer-events:none;opacity:0;transition:opacity .18s ease;background:radial-gradient(360px circle at var(--spotlight-x,85%) 0,rgba(72,114,240,.34),transparent 58%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.app-bento-card:hover{transform:translateY(-3px);border-color:rgba(72,114,240,.25);box-shadow:0 24px 60px rgba(31,48,78,.12)}.app-bento-card:hover:after{opacity:1}.app-bento-card-featured{grid-column:span 2;min-height:238px;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(242,247,255,.9)),radial-gradient(circle at 82% 18%,rgba(72,114,240,.2),transparent 38%),radial-gradient(circle at 18% 92%,rgba(128,98,238,.14),transparent 42%)}.app-bento-sheen{position:absolute;inset:0;opacity:0;pointer-events:none;background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.78) 48%,transparent 72%);transform:translateX(-70%);transition:opacity .18s ease,transform .52s ease}.app-bento-card:hover .app-bento-sheen{opacity:.62;transform:translateX(70%)}.app-bento-icon{width:38px;height:38px;display:inline-grid;place-items:center;border-radius:12px;color:#3157db;font-weight:800;background:rgba(72,114,240,.1)}.app-bento-title{font-size:18px;font-weight:760}.app-bento-desc{color:var(--muted);line-height:1.65}.app-bento-meta{display:inline-flex;width:fit-content;max-width:100%;padding:7px 10px;border:1px solid rgba(72,114,240,.14);border-radius:999px;color:#496079;background:rgba(255,255,255,.62);font-size:12px;font-weight:650;line-height:1.4}.app-bento-action{align-self:end;justify-self:start;margin-top:10px;color:#3157db;font-weight:700}.reveal-on-scroll{opacity:0;transform:translateY(24px);transition:opacity .52s cubic-bezier(.21,.47,.18,.99),transform .52s cubic-bezier(.21,.47,.18,.99)}.reveal-on-scroll.is-visible{opacity:1;transform:translateY(0)}.gradient-text{color:transparent;background:linear-gradient(100deg,#3157db,#8062ee 48%,#4872f0);background-size:180% 100%;-webkit-background-clip:text;background-clip:text;animation:gradientTextShift 7s ease-in-out infinite}@keyframes gradientTextShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.floating-action-bar{position:fixed;right:22px;bottom:22px;z-index:20;display:flex;gap:8px;padding:9px;border:1px solid rgba(31,48,78,.12);border-radius:999px;background:rgba(255,255,255,.82);box-shadow:0 18px 44px rgba(31,48,78,.18);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.app-particles-bg{position:absolute;inset:0 0 auto;width:100%;height:760px;pointer-events:none;z-index:0}.app-home{position:relative;isolation:isolate;overflow:hidden;min-height:100vh;padding:42px max(24px,calc((100vw - 1180px) / 2)) 84px;background:linear-gradient(180deg,#fbfcff,#f6f8fb 58%,#ffffff)}.app-home:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background-image:linear-gradient(rgba(72,114,240,.045) 1px,transparent 0),linear-gradient(90deg,rgba(72,114,240,.045) 1px,transparent 0);background-size:40px 40px;-webkit-mask-image:linear-gradient(180deg,black,transparent 68%);mask-image:linear-gradient(180deg,black,transparent 68%)}.app-home>:not(.app-particles-bg){position:relative;z-index:1}.home-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:52px;align-items:center;min-height:520px}.home-hero-copy{max-width:690px}.home-kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;margin-bottom:18px;border:1px solid rgba(72,114,240,.14);border-radius:999px;color:#3157db;font-size:13px;font-weight:720;background:rgba(255,255,255,.72)}.home-kicker:before{content:"";width:7px;height:7px;border-radius:50%;background:#4872f0}.home-hero h1{margin:0;color:#111827;font-size:clamp(44px,4.8vw,64px);line-height:1.08;letter-spacing:0}.home-hero p{max-width:660px;margin:22px 0 0;color:#4b5565;font-size:18px;line-height:1.8}.home-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.agent-map-hero{min-height:430px;display:grid;place-items:center;overflow:hidden;border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(247,250,255,.9)),radial-gradient(circle at 74% 22%,rgba(72,114,240,.16),transparent 35%),radial-gradient(circle at 16% 86%,rgba(239,138,72,.09),transparent 38%)}.agent-map-hero:after{content:"";position:absolute;inset:0;pointer-events:none;opacity:.58;background-image:radial-gradient(circle,rgba(72,114,240,.16) 1px,transparent 1.5px);background-size:22px 22px;-webkit-mask-image:linear-gradient(100deg,transparent,black 30%,black 88%,transparent);mask-image:linear-gradient(100deg,transparent,black 30%,black 88%,transparent)}.agent-map-watermark{position:absolute;right:24px;top:22px;color:rgba(49,87,219,.07);font-size:clamp(48px,6vw,86px);font-weight:900;letter-spacing:.06em;line-height:1}.agent-map-lines{position:absolute;inset:26px;width:calc(100% - 52px);height:calc(100% - 52px);pointer-events:none;overflow:visible}.agent-map-lines path{fill:none;stroke:rgba(72,114,240,.2);stroke-width:1.4;stroke-dasharray:6 10;animation:agentLineFlow 11s linear infinite}.agent-map-orbit{position:absolute;left:50%;top:50%;border-radius:999px;border:1px solid rgba(72,114,240,.16);transform:translate(-50%,-50%)}.agent-map-orbit-inner{width:222px;height:222px}.agent-map-orbit-outer{width:330px;height:330px;border-color:rgba(128,98,238,.13)}.agent-map-core{position:relative;z-index:3;width:126px;height:126px;display:grid;place-items:center;align-content:center;gap:2px;border:1px solid rgba(72,114,240,.16);border-radius:50%;background:rgba(255,255,255,.9);box-shadow:0 20px 54px rgba(49,87,219,.18),inset 0 0 0 8px rgba(72,114,240,.04)}.agent-map-core span{color:#3157db;font-size:30px;font-weight:900}.agent-map-core small{color:#667085;font-size:11px;font-weight:700;letter-spacing:0}.agent-map-nodes{position:absolute;inset:0;z-index:3;pointer-events:none}.agent-map-node{position:absolute;left:var(--node-left);top:var(--node-top);z-index:3;display:grid;min-width:82px;min-height:46px;place-items:center;gap:1px;padding:8px 12px;border:1px solid rgba(72,114,240,.16);border-radius:999px;color:#27408f;background:rgba(255,255,255,.9);box-shadow:0 14px 34px rgba(31,48,78,.1);transform:translate(-50%,-50%);animation:agentNodeBreathe 4.8s ease-in-out infinite;animation-delay:calc(var(--node-index) * .15s)}.agent-map-node strong{font-size:13px;line-height:1}.agent-map-node span{color:#6b778c;font-size:11px;font-weight:700}.agent-map-node-violet{border-color:rgba(128,98,238,.2);color:#5638c6}.agent-map-node-cyan{border-color:rgba(24,167,216,.22);color:#087ea4}.agent-map-node-orange{border-color:rgba(239,138,72,.24);color:#a5541e}.agent-map-node-green{border-color:rgba(22,163,74,.2);color:#167040}.agent-map-status{position:absolute;left:22px;bottom:22px;z-index:3;display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid rgba(31,48,78,.1);border-radius:999px;color:#496079;background:rgba(255,255,255,.74);font-size:12px}.agent-map-status span{width:8px;height:8px;border-radius:50%;background:#18a058;box-shadow:0 0 0 5px rgba(24,160,88,.1)}@keyframes agentNodeBreathe{0%,to{margin-top:0}50%{margin-top:-6px}}@keyframes agentLineFlow{to{stroke-dashoffset:-96}}.home-workflow-card{min-height:410px;display:grid;place-items:center;background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(247,250,255,.86)),radial-gradient(circle at 70% 22%,rgba(128,98,238,.13),transparent 42%)}.home-brand-watermark{position:absolute;right:28px;top:28px;color:rgba(49,87,219,.08);font-size:clamp(42px,6vw,76px);font-weight:900;letter-spacing:0}.home-workflow-core{position:relative;z-index:3;width:112px;height:112px;display:grid;place-items:center;border-radius:50%;color:#3157db;font-weight:900;background:#ffffff;box-shadow:0 18px 45px rgba(49,87,219,.18),inset 0 0 0 1px rgba(72,114,240,.12)}.home-workflow-ring,.home-workflow-ring-wide{position:absolute;width:230px;height:230px;border-radius:50%;border:1px solid rgba(72,114,240,.15)}.home-workflow-ring-wide{width:320px;height:320px;border-color:rgba(128,98,238,.12)}.home-workflow-nodes span{--angle:calc(var(--node-index) * 72deg - 90deg);position:absolute;left:50%;top:50%;display:grid;width:72px;height:34px;place-items:center;border:1px solid rgba(72,114,240,.16);border-radius:999px;color:#27408f;font-size:13px;font-weight:750;background:rgba(255,255,255,.88);box-shadow:0 10px 28px rgba(31,48,78,.08);transform:translate(-50%,-50%) rotate(var(--angle)) translateX(158px) rotate(calc(var(--angle) * -1));animation:nodeBreathe 4.8s ease-in-out infinite;animation-delay:calc(var(--node-index) * .14s)}@keyframes nodeBreathe{0%,to{margin-top:0}50%{margin-top:-5px}}.home-capability-strip{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 34px}.home-capability-strip span{padding:10px 14px;border:1px solid rgba(31,48,78,.09);border-radius:999px;color:#445064;background:rgba(255,255,255,.78)}.home-section-title{margin:30px 0 16px;color:#111827;font-size:22px;letter-spacing:0}.home-two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:34px}.home-list-panel{min-height:320px}@media (prefers-reduced-motion:reduce){.agent-map-lines path,.agent-map-node,.app-bento-card,.gradient-text,.home-workflow-nodes span,.metric-card,.reveal-on-scroll{animation:none;transition:none}.reveal-on-scroll{opacity:1;transform:none}}@media (max-width:1020px){.app-bento-grid,.metric-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-hero{grid-template-columns:1fr;min-height:auto}.home-workflow-card{min-height:340px}.agent-map-hero{min-height:360px}.agent-map-orbit-outer{width:270px;height:270px}}@media (max-width:720px){.page-shell{width:min(100% - 24px,1180px);padding-top:18px}.page-header,.result-panel-head,.section-card-head,.section-header{display:grid;align-items:start}.app-home{padding:24px 16px 70px}.app-bento-card-featured{grid-column:auto}.agent-map-core{width:104px;height:104px}.agent-map-node{min-width:70px;padding:7px 9px}.home-hero h1{font-size:40px}.home-hero p{font-size:16px}.app-bento-grid,.home-two-column,.metric-card-grid{grid-template-columns:1fr}.floating-action-bar{right:12px;left:12px;justify-content:center}.prompt-actions,.prompt-empty-grid,.prompt-workspace-grid{grid-template-columns:1fr}}.advanced-settings{margin-top:10px;padding:0;background:none;border:none}.advanced-settings>summary{font-size:13px;font-weight:600;color:var(--muted);cursor:pointer;padding:6px 0;-webkit-user-select:none;user-select:none}.advanced-settings>summary:hover{color:var(--text)}.advanced-settings-body{display:grid;gap:14px;margin-top:8px;padding:14px;background:#f8fafc;border:1px solid #e8ecf2;border-radius:10px}.adv-section{display:grid;gap:8px}.adv-section-label{font-weight:700;font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin:0;padding-bottom:2px;border-bottom:1px solid #e8ecf2}body:has(.prompt-modern-workspace){background:#f8fafc}.prompt-page-toolbar{display:grid;grid-template-columns:minmax(180px,1fr) minmax(140px,auto) auto;gap:12px;align-items:center;margin:-8px 0 18px;padding:12px;border:1px solid #e2e8f0;border-radius:12px;background:rgba(255,255,255,.92);box-shadow:0 1px 2px rgba(15,23,42,.04)}.prompt-page-toolbar>div{min-width:0}.prompt-page-toolbar span{display:block;color:#64748b;font-size:11px;font-weight:650;margin-bottom:2px}.prompt-page-toolbar strong{display:block;overflow:hidden;color:#0f172a;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.prompt-page-toolbar-actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.prompt-modern-workspace{grid-template-columns:minmax(320px,390px) minmax(0,1fr);gap:18px}.prompt-modern-card,.prompt-modern-workspace .section-card{border:1px solid #e2e8f0;border-radius:12px;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.04)}.prompt-modern-workspace .prompt-input-card{gap:10px;padding:18px}.prompt-modern-workspace .prompt-input-head{gap:3px}.prompt-modern-head h2,.prompt-modern-workspace .prompt-input-head h2{font-size:22px;letter-spacing:-.02em}.prompt-modern-workspace label{font-size:13px}.prompt-modern-workspace input:not([type=checkbox]):not([type=radio]),.prompt-modern-workspace select,.prompt-modern-workspace textarea{border-color:#e2e8f0;border-radius:10px;font-size:13px;min-height:38px}.prompt-modern-workspace textarea{line-height:1.55}.prompt-modern-workspace .prompt-input-card textarea{min-height:54px}.prompt-modern-workspace .ai-assist-field,.prompt-modern-workspace .priority-field{border-color:#dbeafe;border-radius:12px;background:#f8fbff;box-shadow:inset 3px 0 0 #2563eb}.prompt-modern-workspace .ai-assist-field{background:#fff;box-shadow:inset 3px 0 0 #94a3b8}.prompt-legacy-results{display:none}.prompt-modern-results{min-width:0}.prompt-modern-card{padding:18px}.prompt-modern-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.prompt-modern-head h2,.prompt-modern-head p{margin:0}.prompt-drawer-actions,.prompt-modern-head-actions,.prompt-row-actions{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.prompt-drawer-actions .ghost,.prompt-modern-head-actions .ghost,.prompt-row-actions .ghost{min-height:30px;padding:0 10px;border-color:#e2e8f0;border-radius:9px;background:#fff;font-size:12px}.prompt-compact-progress{display:grid;gap:10px;margin-bottom:14px;padding:14px;border:1px solid #dbeafe;border-radius:12px;background:linear-gradient(180deg,#f8fbff,#ffffff)}.prompt-compact-progress p{margin:0;font-size:12px}.prompt-compact-progress-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.prompt-compact-progress-top strong{color:#2563eb;font-size:28px;line-height:1}.prompt-progress-titleline{display:grid;gap:5px;min-width:0}.prompt-progress-titleline>span:last-child{color:#64748b;font-size:12px}.prompt-progress-track{height:12px;overflow:hidden;border-radius:999px;background:#e2e8f0}.prompt-progress-fill{display:block;height:100%;border-radius:inherit;background:#2563eb;transition:width .18s ease}.prompt-progress-segments{display:flex;gap:2px;padding:2px}.prompt-progress-segments>span{display:block;min-width:0;height:100%;border-radius:999px;transition:width .18s ease}.prompt-progress-success{background:#10b981}.prompt-progress-failed{background:#f43f5e}.prompt-progress-active{background:#2563eb}.prompt-progress-active.tone-warning{background:#d97706}.prompt-progress-active.tone-error{background:#e11d48}.prompt-progress-fill.tone-done{background:#059669}.prompt-progress-fill.tone-warning{background:#d97706}.prompt-progress-fill.tone-error{background:#e11d48}.prompt-progress-meta{align-items:center;display:flex;flex-wrap:wrap;gap:8px 14px;color:#64748b;font-size:12px}.prompt-progress-meta strong{color:#0f172a}.prompt-inline-error{margin:0 0 12px;padding:10px 12px;border:1px solid #fecdd3;border-radius:12px;background:#fff1f2;color:#be123c;font-size:13px;font-weight:700}.prompt-run-table-wrap{overflow:auto;border:1px solid #e2e8f0;border-radius:12px}.prompt-run-table{width:100%;min-width:900px;border-collapse:collapse;background:#fff;font-size:13px}.prompt-run-table td,.prompt-run-table th{padding:10px 12px;border-bottom:1px solid #e2e8f0;text-align:left;vertical-align:middle}.prompt-run-table th{position:sticky;top:0;z-index:1;background:#f8fafc;color:#64748b;font-size:11px;font-weight:750;letter-spacing:.02em}.prompt-run-table tbody tr{cursor:pointer;transition:background .12s ease}.prompt-run-table tbody tr:hover{background:#f8fafc}.prompt-run-table tbody tr:last-child td{border-bottom:0}.prompt-keyword-cell,.prompt-title-cell{display:block;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.prompt-title-cell{max-width:320px;color:#0f172a;font-weight:650}.prompt-modern-results .status-badge{border-radius:999px;border:1px solid #e2e8f0;background:#f8fafc;color:#475569;font-size:11px}.prompt-modern-results .status-done{border-color:#bbf7d0;background:#f0fdf4;color:#059669}.prompt-modern-results .status-warning{border-color:#fde68a;background:#fffbeb;color:#d97706}.prompt-modern-results .status-error{border-color:#fecdd3;background:#fff1f2;color:#e11d48}.prompt-empty-state.compact{padding-top:0}.prompt-drawer-layer{position:fixed;inset:0;z-index:40;pointer-events:none}.prompt-drawer-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;border-radius:0;background:rgba(15,23,42,.22);pointer-events:auto}.prompt-detail-drawer{position:absolute;top:0;right:0;display:flex;width:min(720px,100vw);height:100vh;flex-direction:column;gap:14px;overflow:auto;padding:20px;border-left:1px solid #e2e8f0;background:#fff;box-shadow:-16px 0 42px rgba(15,23,42,.12);pointer-events:auto}.prompt-drawer-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;padding-bottom:12px;border-bottom:1px solid #e2e8f0}.prompt-drawer-head h3{margin:2px 0 4px;font-size:22px;line-height:1.25;letter-spacing:-.02em}.prompt-drawer-head p{margin:0}.prompt-drawer-tabs{display:flex;gap:4px;padding:4px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.prompt-drawer-tabs button{min-height:32px;border:0;background:transparent;color:#64748b;font-size:12px}.prompt-drawer-tabs button.active{background:#fff;color:#0f172a;box-shadow:0 1px 2px rgba(15,23,42,.06)}.prompt-detail-drawer pre{max-height:none}.prompt-drawer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.prompt-drawer-grid>div,.prompt-score-summary,.prompt-source-list p{margin:0;padding:12px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.prompt-drawer-grid span,.prompt-score-summary span,.prompt-source-list span{display:block;color:#64748b;font-size:12px}.prompt-drawer-grid strong,.prompt-source-list strong{display:block;margin-top:4px;color:#0f172a;font-size:14px}.prompt-drawer-json{grid-column:1/-1;overflow:auto;padding:12px;border:1px solid #e2e8f0;border-radius:12px;background:#0f172a;color:#e2e8f0;font-size:12px;line-height:1.6}.prompt-drawer-section{display:grid;gap:12px}.prompt-score-summary{display:flex;align-items:center;justify-content:space-between}.prompt-score-summary strong{color:#2563eb;font-size:34px}.prompt-source-list{display:grid;gap:8px}@media (max-width:1180px){.prompt-modern-workspace,.prompt-page-toolbar{grid-template-columns:1fr}.prompt-page-toolbar-actions{justify-content:flex-start}}@media (max-width:760px){.prompt-drawer-head,.prompt-modern-head{flex-direction:column}.prompt-detail-drawer{width:100vw;padding:16px}.prompt-drawer-grid{grid-template-columns:1fr}}body:has(.prompt-full-workbench){--prompt-blue:#2563eb;--prompt-slate-50:#f8fafc;--prompt-slate-200:#e2e8f0;--prompt-slate-500:#64748b;--prompt-slate-700:#334155;--prompt-slate-950:#020617;background:var(--prompt-slate-50)}body:has(.prompt-full-workbench) .page-shell{width:min(1280px,calc(100% - 40px));padding-top:24px}body:has(.prompt-full-workbench) .page-header{margin-bottom:16px;padding-bottom:14px}body:has(.prompt-full-workbench) .page-title{color:var(--prompt-slate-950);font-size:28px;letter-spacing:-.03em}body:has(.prompt-full-workbench) .subtitle{max-width:760px;color:var(--prompt-slate-500);font-size:14px}body:has(.prompt-full-workbench) .nav a.nav-active{background:#f1f5f9;color:#1d4ed8}.prompt-full-workbench{width:100%}.prompt-full-workbench .prompt-page-toolbar{grid-template-columns:minmax(0,1fr) auto;margin:0 0 16px;padding:14px 16px;background:#fff}.prompt-toolbar-summary{display:grid;grid-template-columns:minmax(180px,1fr) minmax(120px,160px) minmax(90px,110px);gap:12px}.prompt-full-workbench .prompt-page-toolbar-actions{justify-content:flex-end}.prompt-full-workbench .prompt-page-toolbar .ghost,.prompt-full-workbench .prompt-page-toolbar .primary{min-height:34px;border-radius:10px}.prompt-full-workbench .prompt-modern-workspace{display:grid;width:100%;grid-template-columns:minmax(320px,360px) minmax(0,1fr);gap:18px;align-items:start}.prompt-config-backdrop{position:fixed;inset:0;z-index:48;width:100%;height:100%;border:0;border-radius:0;background:rgba(15,23,42,.24)}.prompt-full-workbench .prompt-config-drawer{position:fixed;top:0;right:0;z-index:55;width:min(620px,100vw);height:100vh;overflow:auto;border-radius:0;border-top:0;border-right:0;border-bottom:0;transform:translateX(104%);transition:transform .18s ease;pointer-events:none}.prompt-full-workbench .prompt-config-drawer.open{transform:translateX(0);pointer-events:auto}.prompt-full-workbench .prompt-config-panel{position:sticky;top:68px;width:100%;max-height:none;overflow:visible;padding:16px;border:1px solid var(--prompt-slate-200);border-radius:12px;transform:none;pointer-events:auto}.prompt-full-workbench .prompt-input-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--prompt-slate-200)}.prompt-full-workbench .prompt-modern-results{width:100%}.prompt-full-workbench .prompt-modern-card{padding:16px}.prompt-full-workbench .prompt-modern-head{margin-bottom:12px}.prompt-stat-line{display:flex;gap:14px;flex-wrap:wrap;align-items:center;margin-bottom:10px;padding:8px 10px;border:1px solid var(--prompt-slate-200);border-radius:10px;background:#fff;color:var(--prompt-slate-500);font-size:12px}.prompt-stat-line strong{margin-left:3px;color:var(--prompt-slate-950);font-size:13px}.prompt-full-workbench .prompt-compact-progress{grid-template-columns:1fr;align-items:stretch;gap:12px;margin-bottom:12px;padding:16px;border-color:#bfdbfe;background:#ffffff}.prompt-full-workbench .prompt-compact-progress-top{display:flex}.prompt-full-workbench .prompt-compact-progress-top strong{order:0;color:#0f172a;font-size:30px;letter-spacing:-.04em}.prompt-full-workbench .prompt-progress-track{order:0;height:22px;border:1px solid #dbeafe;background:#eef4ff}.prompt-full-workbench .prompt-compact-progress p{grid-column:1/-1;font-size:12px}.prompt-full-workbench .prompt-input-card{gap:12px}.prompt-full-workbench .prompt-input-head{display:grid;gap:3px;padding-bottom:8px}.prompt-full-workbench .prompt-input-head h2{font-size:20px}.prompt-full-workbench .prompt-input-card textarea{min-height:72px;resize:vertical}.prompt-full-workbench .prompt-input-card label{display:grid;gap:6px;color:var(--prompt-slate-950);font-size:12px;font-weight:750}.prompt-full-workbench .prompt-input-card label+.field-hint:not(.prompt-project-link){display:none}.prompt-full-workbench .ai-assist-field,.prompt-full-workbench .priority-field{gap:8px;padding:10px;border:1px solid #dbeafe;border-radius:12px;box-shadow:none;background:#f8fbff}.prompt-full-workbench .ai-assist-field{border-color:#e2e8f0;background:#fff}.prompt-full-workbench .ai-assist-field textarea,.prompt-full-workbench .priority-field textarea{margin-top:0;background:#fff}.prompt-full-workbench .prompt-project-link{margin-top:-4px}.prompt-full-workbench .prompt-inline-error{padding:9px 11px;border-color:#fecdd3;background:#fff1f2;color:#be123c;font-size:12px}.prompt-full-workbench .prompt-run-table-wrap{border-radius:12px}.prompt-full-workbench .prompt-run-table{min-width:1040px;font-size:14px}.prompt-full-workbench .prompt-run-table th{height:44px;color:var(--prompt-slate-500);font-size:12px;font-weight:650}.prompt-full-workbench .prompt-run-table td{height:60px;color:var(--prompt-slate-700);font-size:14px}.prompt-full-workbench .prompt-keyword-cell{max-width:190px}.prompt-full-workbench .prompt-title-cell{display:block;width:100%;max-width:420px;min-height:auto;padding:0;border:0;background:transparent;color:var(--prompt-slate-950);font-size:14px;font-weight:650;text-align:left}.prompt-full-workbench .prompt-title-cell:hover{color:var(--prompt-blue);background:transparent}.prompt-row-menu{position:relative;display:flex;justify-content:flex-end}.prompt-kebab{min-width:34px;min-height:30px;padding:0 8px;border-color:transparent;border-radius:9px;background:transparent;color:var(--prompt-slate-500);font-size:18px;line-height:1}.prompt-kebab:hover{border-color:var(--prompt-slate-200);background:#f8fafc;color:var(--prompt-slate-950)}.prompt-dropdown-menu{position:absolute;top:34px;right:0;z-index:6;display:grid;min-width:150px;overflow:hidden;padding:6px;border:1px solid var(--prompt-slate-200);border-radius:12px;background:#fff;box-shadow:0 12px 24px rgba(15,23,42,.1)}.prompt-dropdown-menu button{justify-content:flex-start;min-height:32px;padding:0 10px;border:0;border-radius:8px;background:transparent;color:var(--prompt-slate-700);font-size:13px;font-weight:550}.prompt-dropdown-menu button:hover{background:#f8fafc;color:var(--prompt-slate-950)}.prompt-dropdown-menu button:disabled{cursor:not-allowed;opacity:.45}.prompt-full-workbench .prompt-modern-results .status-badge{padding:3px 8px;font-size:11px;font-weight:700}.prompt-full-workbench .prompt-modern-results .status-done{border-color:#a7f3d0;background:#ecfdf5;color:#047857}.prompt-full-workbench .prompt-modern-results .status-default{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}.prompt-full-workbench .prompt-modern-results .status-warning{border-color:#fde68a;background:#fffbeb;color:#b45309}.prompt-full-workbench .prompt-modern-results .status-error{border-color:#fecdd3;background:#fff1f2;color:#be123c}.prompt-full-workbench .prompt-detail-drawer{width:min(700px,100vw);box-shadow:-10px 0 28px rgba(15,23,42,.1)}.prompt-full-workbench .prompt-drawer-tabs{overflow-x:auto}@media (max-width:980px){.prompt-full-workbench .prompt-page-toolbar{grid-template-columns:1fr}.prompt-toolbar-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.prompt-full-workbench .prompt-page-toolbar-actions{justify-content:flex-start}.prompt-full-workbench .prompt-modern-workspace{grid-template-columns:1fr}.prompt-full-workbench .prompt-config-panel{position:relative;top:auto;max-height:none}}@media (max-width:700px){body:has(.prompt-full-workbench) .page-shell{width:min(100% - 24px,1280px)}.prompt-toolbar-summary{grid-template-columns:1fr}.prompt-full-workbench .prompt-run-table{min-width:0}.prompt-full-workbench .prompt-run-table thead{display:none}.prompt-full-workbench .prompt-run-table,.prompt-full-workbench .prompt-run-table tbody,.prompt-full-workbench .prompt-run-table td,.prompt-full-workbench .prompt-run-table tr{display:block;width:100%}.prompt-full-workbench .prompt-run-table tr{padding:12px;border-bottom:1px solid var(--prompt-slate-200)}.prompt-full-workbench .prompt-run-table td{display:grid;grid-template-columns:88px minmax(0,1fr);gap:10px;height:auto;padding:5px 0;border:0}.prompt-full-workbench .prompt-run-table td:first-child:before{content:"序号";color:var(--prompt-slate-500)}.prompt-full-workbench .prompt-run-table td:nth-child(2):before{content:"关键词";color:var(--prompt-slate-500)}.prompt-full-workbench .prompt-run-table td:nth-child(3):before{content:"标题";color:var(--prompt-slate-500)}.prompt-full-workbench .prompt-run-table td:nth-child(4):before{content:"类型";color:var(--prompt-slate-500)}.prompt-full-workbench .prompt-run-table td:nth-child(5):before{content:"状态";color:var(--prompt-slate-500)}.prompt-full-workbench .prompt-run-table td:nth-child(6):before{content:"评分";color:var(--prompt-slate-500)}.prompt-full-workbench .prompt-run-table td:nth-child(7):before{content:"更新时间";color:var(--prompt-slate-500)}.prompt-full-workbench .prompt-run-table td:nth-child(8):before{content:"操作";color:var(--prompt-slate-500)}.prompt-full-workbench .prompt-keyword-cell,.prompt-full-workbench .prompt-title-cell{max-width:none;white-space:normal}}.client-project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px}.client-project-card{display:grid;gap:18px;padding:20px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:inherit;text-decoration:none;box-shadow:0 12px 36px rgba(15,23,42,.04)}.client-project-card h2{margin:0 0 4px;font-size:20px}.client-project-card p{margin:0;color:var(--muted)}.client-placeholder-flow,.client-project-overview,.client-project-stats{display:flex;gap:10px;flex-wrap:wrap}.client-placeholder-flow span,.client-project-overview div,.client-project-stats span{border:1px solid #e2e8f0;background:#f8fafc;border-radius:8px;padding:10px 12px}.client-project-overview strong,.client-project-stats strong{display:block;font-size:22px;color:#0f172a}.client-project-overview div{min-width:160px}.client-project-overview span{color:var(--muted);font-size:12px}.client-table{display:grid;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.client-table-row{display:grid;grid-template-columns:minmax(240px,1fr) 110px 130px 220px;gap:12px;align-items:center;padding:13px 14px;border-top:1px solid #e2e8f0}.client-table-row:first-child{border-top:0}.client-table-head{background:#f8fafc;font-weight:700}.client-table-row em{display:block;margin-top:4px;color:var(--muted);font-style:normal;font-size:12px}.client-actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.article-preview-shell{min-height:100vh;background:#f3f6fb;padding:28px}.article-preview-hero{width:min(1280px,100%);margin:0 auto 18px;display:flex;justify-content:space-between;gap:18px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:22px 24px;box-shadow:0 14px 36px rgba(15,23,42,.05)}.article-preview-kicker{color:#2563eb;font-size:13px;font-weight:700;margin-bottom:8px}.article-preview-hero h1{margin:0;font-size:30px;line-height:1.28}.article-preview-hero p{color:var(--muted);margin:10px 0 0}.article-preview-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.article-preview-layout{width:min(1280px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;align-items:start}.article-annotation-panel,.article-preview-disabled,.article-preview-paper{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 14px 36px rgba(15,23,42,.04)}.article-preview-paper{padding:clamp(26px,4vw,56px)}.article-preview-disabled,.article-preview-paper.standalone{width:min(860px,100%);margin:0 auto}.article-preview-disabled{padding:40px;color:#b91c1c;font-weight:700}.article-delivery-body{color:#111827;font-size:17px;line-height:1.85}.article-delivery-body h1,.article-delivery-body h2,.article-delivery-body h3{line-height:1.35;margin:28px 0 12px;color:#0f172a}.article-delivery-body h1{font-size:28px}.article-delivery-body h2{font-size:23px}.article-delivery-body h3{font-size:19px}.article-delivery-body ol,.article-delivery-body p,.article-delivery-body ul{margin:0 0 18px}.article-title-candidates{margin-bottom:26px;padding:18px 20px;border:1px solid #dbeafe;border-radius:8px;background:#f8fbff}.article-title-candidates-label{font-size:12px;color:#2563eb;font-weight:800;margin-bottom:8px}.article-table-wrap{overflow-x:auto;margin:18px 0 24px}.article-table-wrap table{width:100%;border-collapse:collapse;font-size:14px}.article-table-wrap td,.article-table-wrap th{border:1px solid #e2e8f0;padding:10px 12px;text-align:left}.article-table-wrap th{background:#f8fafc}.article-annotation-panel{position:sticky;top:88px;padding:18px;max-height:calc(100vh - 110px);overflow:auto}.annotation-actions,.annotation-meta,.annotation-panel-head{display:flex;justify-content:space-between;gap:8px;align-items:center}.annotation-panel-head h2{margin:0;font-size:20px}.annotation-form{display:grid;gap:8px;margin:16px 0 20px}.annotation-form label{font-size:12px;color:var(--muted);font-weight:700}.annotation-form textarea{min-height:76px}.annotation-list{display:grid;gap:10px}.annotation-list.compact{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.annotation-item{border:1px solid #e2e8f0;border-radius:8px;padding:12px;background:#fbfdff}.annotation-item p{margin:8px 0 0}.annotation-meta{color:var(--muted);font-size:12px;margin-bottom:8px}.annotation-suggest{color:#047857;background:#ecfdf5;border:1px solid #bbf7d0;padding:8px;border-radius:6px}.annotation-actions{margin-top:10px;justify-content:flex-start}.annotation-actions button{padding:6px 10px;font-size:12px}@media (max-width:960px){.article-preview-layout,.client-table-row{grid-template-columns:1fr}.article-annotation-panel{position:static;max-height:none}.article-preview-hero{display:grid}}.client-workbench-shell{background:linear-gradient(180deg,rgba(248,251,255,.86),rgba(246,248,252,.96)),radial-gradient(circle at 12% 0,rgba(37,99,235,.08),transparent 34%),radial-gradient(circle at 84% 6%,rgba(20,184,166,.08),transparent 30%)}.client-command-hero,.client-project-detail-hero{position:relative;overflow:hidden;border:1px solid rgba(203,213,225,.8);border-radius:8px;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(242,247,255,.92)),radial-gradient(circle at 78% 18%,rgba(37,99,235,.12),transparent 28%);box-shadow:0 18px 48px rgba(15,23,42,.07);padding:clamp(22px,3vw,34px)}.client-command-hero:after,.client-project-detail-hero:after{content:"";position:absolute;inset:auto 28px 22px auto;width:230px;height:80px;border:1px solid rgba(37,99,235,.12);border-radius:999px;background:linear-gradient(90deg,rgba(37,99,235,.08),rgba(20,184,166,.08));transform:rotate(-8deg);pointer-events:none}.client-command-metrics,.client-project-overview{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:12px}.client-command-metrics{margin-top:22px}.client-command-metrics div,.client-project-overview div{border:1px solid rgba(203,213,225,.82);border-radius:8px;background:rgba(255,255,255,.78);box-shadow:inset 0 1px 0 rgba(255,255,255,.86);padding:14px 16px}.client-command-metrics span,.client-project-overview span{color:#64748b;display:block;font-size:12px;font-weight:700;margin-bottom:6px}.client-command-metrics strong,.client-project-overview strong{color:#0f172a;display:block;font-size:28px;line-height:1}.client-project-grid{grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:16px}.client-project-card{gap:20px;min-height:210px;padding:22px;border:1px solid rgba(203,213,225,.9);background:linear-gradient(180deg,#ffffff,#fbfdff),radial-gradient(circle at 90% 10%,rgba(37,99,235,.08),transparent 30%);box-shadow:0 16px 44px rgba(15,23,42,.055);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.client-project-card:hover{border-color:rgba(37,99,235,.32);box-shadow:0 20px 54px rgba(15,23,42,.085);transform:translateY(-2px)}.client-project-card-top,.client-project-foot{align-items:center;display:flex;gap:10px;justify-content:space-between}.client-project-label{color:#2563eb;font-size:12px;font-weight:800;letter-spacing:0;margin:0 0 8px}.client-project-card h2{font-size:22px;line-height:1.28}.client-project-status{border:1px solid #bbf7d0;border-radius:999px;background:#ecfdf5;color:#047857;font-size:12px;font-weight:800;padding:6px 10px;white-space:nowrap}.client-project-foot{border-top:1px solid #e2e8f0;color:#64748b;font-size:12px;padding-top:12px}.client-project-foot strong{color:#334155;font-size:12px;font-weight:700}.client-table{background:#fff}.client-table-row{grid-template-columns:minmax(300px,1fr) 110px 150px 220px;padding:15px 16px}.client-table-head{color:#475569;font-size:12px;font-weight:800}.client-table-row strong{color:#0f172a;line-height:1.4}.client-table-row>span:nth-child(3) strong{color:#2563eb;font-size:18px;margin-right:4px}.article-preview-actions .ghost,.client-actions .ghost{border:1px solid #e2e8f0;border-radius:8px;color:#0f172a;font-weight:800;padding:9px 12px;text-decoration:none}.client-annotation-section,.client-delivery-section,.client-presales-rail{box-shadow:0 14px 42px rgba(15,23,42,.045)}.client-placeholder-flow span{color:#0f766e;font-weight:800}.client-share-table .client-table-row{grid-template-columns:minmax(300px,1fr) 110px 150px 220px}.client-presales-summary{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:14px}.client-presales-summary div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px 14px}.client-presales-summary span{color:#64748b;display:block;font-size:12px;font-weight:700;margin-bottom:6px}.client-presales-summary strong{color:#0f172a;display:block;font-size:14px;line-height:1.4;overflow-wrap:anywhere}.article-preview-shell{background:linear-gradient(180deg,#edf2f8,#f8fafc 44%,#eef2f7),radial-gradient(circle at 16% 0,rgba(37,99,235,.09),transparent 36%),radial-gradient(circle at 84% 4%,rgba(20,184,166,.1),transparent 34%)}body.delivery-preview-mode .annotation-hint,body.delivery-preview-mode .annotation-toast,body.delivery-preview-mode .annotation-toolbar{display:none}.article-preview-hero{align-items:flex-start;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(248,251,255,.96)),radial-gradient(circle at 92% 10%,rgba(37,99,235,.1),transparent 30%);border:1px solid rgba(203,213,225,.92);box-shadow:0 18px 54px rgba(15,23,42,.085);gap:22px;padding:24px 28px;width:min(1320px,100%)}.article-preview-kicker{font-weight:800}.article-preview-hero h1{color:#0f172a;font-size:clamp(26px,3vw,38px);line-height:1.22;max-width:900px}.article-preview-hero p{color:#475569}.article-preview-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.article-preview-meta span{background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;color:#334155;font-size:12px;font-weight:800;padding:6px 10px}.article-preview-actions{gap:10px;min-width:260px}.article-preview-copy-message{color:#047857;flex-basis:100%;font-size:12px;font-weight:700;margin:2px 0 0;text-align:right}.article-preview-layout{gap:20px;grid-template-columns:minmax(0,1fr) 390px;width:min(1320px,100%)}.article-annotation-panel,.article-preview-disabled,.article-preview-paper{border:1px solid rgba(203,213,225,.9);box-shadow:0 16px 46px rgba(15,23,42,.065)}.article-delivery-body{line-height:1.9;margin:0 auto;max-width:860px}.article-delivery-body h1{font-size:30px}.article-delivery-body h2{color:#1d4ed8;font-size:24px}.article-title-candidates{background:linear-gradient(180deg,#f8fbff,#ffffff);box-shadow:inset 4px 0 0 #2563eb;margin-bottom:30px;padding:18px 20px 18px 24px}.annotation-form{border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;padding:14px}.annotation-form textarea{resize:vertical}.annotation-item{background:#fff;padding:14px}@media (max-width:960px){.client-command-metrics,.client-project-overview{grid-template-columns:1fr}.article-preview-actions{justify-content:flex-start}.article-preview-copy-message{text-align:left}}body.delivery-preview-mode{background:#eef1f5}body.delivery-preview-mode .annotation-hint,body.delivery-preview-mode .annotation-toast,body.delivery-preview-mode .annotation-toolbar,body.delivery-preview-mode .topbar{display:none}.article-review-shell{min-height:100vh;padding:34px 22px 64px;background:linear-gradient(rgba(36,54,82,.045) 1px,transparent 0),linear-gradient(90deg,rgba(36,54,82,.045) 1px,transparent 0),#eef1f5;background-size:36px 36px;color:#1f2937}.article-review-shell~[data-annotation-ui=true]{display:none}.article-review-topbar{align-items:flex-start;background:rgba(255,255,255,.92);border:1px solid #d6dbe3;border-radius:8px;box-shadow:0 18px 48px rgba(29,43,61,.1);gap:22px;margin:0 auto 22px;max-width:1100px;padding:clamp(22px,3vw,34px)}.article-review-eyebrow{color:#1f5f8b;font-size:12px;font-weight:800;letter-spacing:.12em;margin-bottom:10px}.article-review-topbar h1{color:#172033;font-size:clamp(26px,3vw,38px);letter-spacing:0;line-height:1.28;margin:0 0 22px}.article-review-meta-grid{background:#e7f1f8;border:1px solid #cfe0ec;display:grid;gap:10px;grid-template-columns:repeat(5,minmax(0,1fr));padding:14px}.article-review-meta-grid div{min-width:0}.article-review-meta-grid span{color:#5f6b7a;display:block;font-size:12px;margin-bottom:4px}.article-review-meta-grid strong{color:#1f2937;display:block;font-size:14px;line-height:1.45;overflow-wrap:anywhere}.article-review-actions{align-items:flex-end;display:flex;flex-wrap:wrap;gap:8px;max-width:260px;position:relative}.article-review-actions .button,.article-review-actions button{min-height:38px}.article-review-actions .article-preview-copy-message{background:#ecfdf5;border:1px solid #bbf7d0;border-radius:8px;color:#047857;font-size:12px;line-height:1.5;margin:2px 0 0;padding:8px 10px;text-align:left;width:100%}.article-review-disabled,.article-review-paper{background:#ffffff;border:1px solid #d6dbe3;box-shadow:0 18px 48px rgba(29,43,61,.14);margin:0 auto;max-width:980px}.article-review-paper{padding:clamp(34px,5vw,64px)}.article-review-disabled{border-radius:8px;color:#b91c1c;font-weight:800;padding:40px}.article-review-paper .article-delivery-body{color:#1f2937;font-family:Microsoft YaHei,PingFang SC,Noto Sans CJK SC,Arial,sans-serif;font-size:16px;line-height:1.86;margin:0 auto;max-width:860px}.article-review-paper .article-delivery-body h1,.article-review-paper .article-delivery-body h2,.article-review-paper .article-delivery-body h3{color:#1f5f8b;font-weight:800;letter-spacing:0}.article-review-paper .article-delivery-body h1{font-size:27px;margin:34px 0 16px}.article-review-paper .article-delivery-body h2{font-size:24px;margin:32px 0 14px}.article-review-paper .article-delivery-body h3{font-size:20px;margin:28px 0 12px}.article-review-paper .article-delivery-body p{margin:0 0 18px;text-align:justify}.article-review-paper .article-delivery-body ol,.article-review-paper .article-delivery-body ul{margin:0 0 22px;padding-left:26px}.article-review-paper .article-delivery-body li{margin:4px 0}.article-review-paper .article-title-candidates{background:#f8fbff;border:1px solid #d6e7f4;border-radius:0;box-shadow:none;margin:0 0 34px;padding:18px 22px}.article-review-paper .article-title-candidates-label{border-left:4px solid #1f5f8b;color:#1f5f8b;font-size:16px;font-weight:800;margin-bottom:10px;padding-left:10px}.article-review-paper .article-table-wrap{border:1px solid #d6dbe3;margin:22px 0 28px;overflow-x:auto}.article-review-paper .article-table-wrap table{border-collapse:collapse;font-size:14px;min-width:680px}.article-review-paper .article-table-wrap th{background:#f2f5f8;color:#27364d}.article-review-paper .article-table-wrap td,.article-review-paper .article-table-wrap th{border:1px solid #d6dbe3;padding:10px 12px}.article-review-footer{border-top:1px solid #d6dbe3;color:#6b7280;display:flex;flex-wrap:wrap;font-size:12px;gap:12px;justify-content:space-between;margin:44px auto 0;max-width:860px;padding-top:16px}.article-review-floating{border-radius:999px;bottom:24px;box-shadow:0 16px 42px rgba(29,43,61,.16);position:fixed;right:24px;z-index:30}.article-review-drawer{inset:0;position:fixed;z-index:50}.article-review-drawer-backdrop{background:rgba(15,23,42,.22);border:0;border-radius:0;inset:0;padding:0;position:absolute}.article-review-drawer-panel{border-radius:0;bottom:0;box-shadow:-22px 0 48px rgba(15,23,42,.16);max-height:none;overflow:auto;padding:22px;position:absolute;right:0;top:0;width:min(420px,100%)}.article-review-panel-summary{color:#5f6b7a;font-size:13px;margin:8px 0 16px}.article-annotation-panel .compact{font-size:12px;min-height:32px;padding:6px 10px}@media (max-width:980px){.article-review-shell{padding:18px 12px 48px}.article-review-topbar{grid-template-columns:1fr}.article-review-actions{align-items:stretch;justify-content:flex-start;max-width:none}.article-review-meta-grid{grid-template-columns:1fr}.article-review-paper{padding:26px 18px}}@media print{.article-review-shell,body.delivery-preview-mode{background:#ffffff!important}.article-review-drawer,.article-review-floating,.article-review-topbar{display:none!important}.article-review-shell{padding:0}.article-review-paper{border:0;box-shadow:none;max-width:none;padding:0}}.article-review-shell{padding:32px 22px 72px}.article-review-frame{margin:0 auto;max-width:1320px;width:100%}.article-review-topbar{grid-template-columns:minmax(0,1fr) auto;margin:0 0 22px;max-width:none;padding:clamp(22px,2.5vw,32px)}.article-review-title-block{min-width:0}.article-review-title-block p{color:#526173;font-size:14px;line-height:1.7;margin:-10px 0 20px}.article-review-meta-grid{grid-column:1/-1;grid-template-columns:1.15fr 1fr 1.05fr .8fr 1.05fr}.article-review-actions{align-items:flex-start;max-width:420px}.article-review-workspace{align-items:start;display:grid;gap:22px;grid-template-columns:minmax(0,1fr) 360px}.article-review-workspace .article-review-paper{margin:0;max-width:none;min-width:0}.article-review-workspace .article-review-side-panel{background:rgba(255,255,255,.96);border-color:#dbe3ee;box-shadow:0 18px 46px rgba(29,43,61,.1);max-height:calc(100vh - 32px);position:sticky;top:22px}.article-review-side-panel .annotation-form textarea{resize:vertical}.article-review-side-panel .annotation-item strong{color:#172033;display:-webkit-box;font-size:13px;line-height:1.55;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.article-review-side-panel .annotation-item p{font-size:13px;line-height:1.65}.article-review-drawer,.article-review-floating,.article-review-mobile-close{display:none}@media (min-width:1440px){.article-review-frame{max-width:1380px}.article-review-workspace{grid-template-columns:minmax(0,1fr) 380px}}@media (max-width:1120px){.article-review-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-review-workspace{grid-template-columns:minmax(0,1fr) 330px}}@media (max-width:900px){.article-review-shell{padding:14px 10px 72px}.article-review-topbar{grid-template-columns:1fr}.article-review-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-width:none;width:100%}.article-review-actions .button,.article-review-actions button{justify-content:center;width:100%}.article-review-actions .article-preview-copy-message{grid-column:1/-1}.article-review-meta-grid{grid-template-columns:1fr}.article-review-workspace{display:block}.article-review-workspace .article-review-side-panel{display:none}.article-review-floating{display:inline-flex}.article-review-drawer{display:block}.article-review-drawer-panel{background:transparent;border:0;bottom:0;box-shadow:none;max-height:none;overflow:visible;padding:0;position:absolute;right:0;top:0;width:min(420px,100%)}.article-review-drawer-panel .article-review-side-panel{border-radius:0;box-shadow:-22px 0 48px rgba(15,23,42,.16);display:block;height:100%;max-height:none;overflow:auto;position:static}.article-review-mobile-close{display:inline-flex}}.article-review-shell{background:linear-gradient(rgba(148,163,184,.12) 1px,transparent 0),linear-gradient(90deg,rgba(148,163,184,.12) 1px,transparent 0),#f8fafc;background-size:32px 32px}.article-review-frame{max-width:1360px}.article-review-paper,.article-review-topbar,.article-review-workspace .article-review-side-panel{border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 14px 34px rgba(15,23,42,.06)}.article-review-topbar{display:grid;gap:18px 22px;background:rgba(255,255,255,.94)}.article-review-topbar h1{max-width:840px}.article-review-actions{justify-content:flex-end}.article-review-actions .button,.article-review-actions button{min-height:42px}.article-review-meta-grid{align-items:stretch;background:#eff6ff;border:1px solid #bfdbfe;border-radius:0;gap:0;overflow:hidden}.article-review-meta-grid div{border-right:1px solid #bfdbfe;border-radius:0;background:transparent}.article-review-meta-grid div:last-child{border-right:0}.article-review-workspace{grid-template-columns:minmax(0,860px) 360px;justify-content:center}.article-review-workspace .article-review-paper{background:#fff;padding:clamp(42px,5vw,72px) clamp(42px,5vw,78px)}.article-review-workspace .article-review-side-panel{background:rgba(255,255,255,.98);box-shadow:0 14px 34px rgba(15,23,42,.08)}.article-review-side-panel .annotation-form{display:grid;gap:8px}.article-review-side-panel .annotation-form input,.article-review-side-panel .annotation-form select,.article-review-side-panel .annotation-form textarea{border:1px solid #dbe3ee;border-radius:10px;color:#0f172a;font:inherit;min-height:40px;padding:9px 10px;width:100%}.article-review-side-panel .annotation-form textarea{min-height:74px}.article-review-side-panel .annotation-form label{color:#334155;font-size:12px;font-weight:700;margin-top:4px}.annotation-meta{flex-wrap:wrap}.annotation-meta span:first-child{background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;color:#1d4ed8;padding:2px 7px}.annotation-anchor{color:#64748b;font-size:12px!important;margin:6px 0 0}.annotation-actions{flex-wrap:wrap}.annotation-actions button:disabled{cursor:not-allowed;opacity:.48}.article-delivery-body [data-article-block-id]{border-radius:8px;transition:background .15s ease,box-shadow .15s ease}.article-delivery-body [data-article-block-id]:hover{background:#f8fafc;box-shadow:0 0 0 6px #f8fafc}.article-delivery-figure{margin:24px 0 28px;padding:10px;border:1px solid rgba(148,163,184,.28);border-radius:16px;background:linear-gradient(180deg,#fff,#f8fafc)}.article-delivery-figure img{display:block;width:100%;max-height:460px;object-fit:contain;border-radius:12px;background:#f8fafc}.article-delivery-figure figcaption{margin-top:8px;color:#64748b;font-size:13px;line-height:1.7;text-align:center}.article-review-decision,.article-review-decision-form{border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;padding:14px}.article-review-decision{display:grid;gap:5px;margin-bottom:16px}.article-review-decision.is-approved{border-color:#a7f3d0;background:#ecfdf5;color:#047857}.article-review-decision.is-changes_requested{border-color:#fed7aa;background:#fff7ed;color:#c2410c}.article-review-decision p{margin:0}.article-review-decision-form{display:grid;gap:8px;margin-top:16px}.article-review-decision-form textarea{min-height:78px;resize:vertical}.article-review-decision-form>div{display:flex;justify-content:flex-end;gap:8px}.article-review-message{margin:12px 0 0;color:#475569;font-size:13px}@media (max-width:900px){.article-review-workspace{display:block}.article-review-workspace .article-review-paper{padding:30px 22px}.article-review-meta-grid div{border-bottom:1px solid #bfdbfe;border-right:0}.article-review-meta-grid div:last-child{border-bottom:0}}.article-review-frame{max-width:1240px}.article-review-topbar,.article-review-workspace{width:100%}.article-review-workspace{grid-template-columns:minmax(0,858px) 360px}.article-review-topbar{border-radius:12px;box-shadow:0 10px 30px rgba(15,23,42,.055)}.article-review-paper,.article-review-workspace .article-review-side-panel{border-radius:12px}.article-review-meta-grid{background:#f8fafc;border-color:#e2e8f0;border-radius:8px}.article-review-meta-grid div{border-right-color:#e2e8f0}@media (max-width:1240px){.article-review-workspace{grid-template-columns:minmax(0,1fr) 340px}}