:root{--ink:#10121a;--ink2:#303748;--muted:#747b89;--subtle:#9ca4b2;--line:#e7e9ef;--line2:#eff1f5;--paper:#fff;--wash:#f8f9fc;--blue:#5567ff;--blue2:#7f88ff;--violet:#8b75ff;--green:#26a76a;--amber:#d48a22;--red:#de5d67;--shadow:0 16px 48px rgba(25,32,64,.075);--soft:0 8px 26px rgba(29,37,72,.055);font-family:Inter,"PingFang SC","Microsoft YaHei",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:#f7f8fb;color:var(--ink)}button,input,textarea,select{font:inherit}button{cursor:pointer}.boot-screen{min-height:100vh;display:grid;place-items:center;align-content:center;gap:12px;background:#fff;color:var(--muted)}.boot-mark,.brand-mark{width:38px;height:38px;border-radius:13px;background:linear-gradient(135deg,#3346ee,#876df1);box-shadow:0 9px 24px rgba(84,97,255,.22);position:relative}.boot-mark:before,.brand-mark:before{content:"";position:absolute;inset:10px;border:3px solid #fff;border-radius:5px;transform:rotate(30deg)}.boot-mark i,.brand-mark i{position:absolute;width:8px;height:8px;border-radius:3px;background:#aeb6ff;right:4px;top:4px}.app-shell{min-height:100vh;display:grid;grid-template-columns:252px minmax(0,1fr)}.side{position:sticky;top:84px;height:calc(100vh - 84px);background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column;z-index:20}.side-head{height:78px;padding:0 22px;display:flex;align-items:center;gap:11px;border-bottom:1px solid var(--line2)}.brand-copy{display:grid;gap:1px}.brand-copy b{font-size:17px;letter-spacing:-.055em}.brand-copy small{font-size:8px;letter-spacing:.17em;color:#8791a2;font-weight:800}.side-section{padding:19px 14px 10px}.side-label{display:flex;align-items:center;justify-content:space-between;padding:0 8px 10px;color:#9aa1ad;font-size:10px;font-weight:800;letter-spacing:.12em}.side-label button{width:26px;height:26px;border:1px solid #e5e8f0;background:#fff;border-radius:8px;color:#667085}.project-list{display:grid;gap:5px;max-height:42vh;overflow:auto}.project-item{width:100%;border:0;background:transparent;border-radius:12px;text-align:left;padding:11px 10px;color:#596172;display:grid;gap:5px}.project-item:hover{background:#f7f8fc}.project-item.active{background:#f0f2ff;color:#273370}.project-item b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-item small{font-size:9px;color:#949ba8}.side-nav{display:grid;gap:3px;padding:6px 14px}.nav-btn{border:0;background:transparent;border-radius:11px;padding:10px 12px;display:flex;align-items:center;gap:10px;color:#687183;text-align:left;font-size:12px;font-weight:660}.nav-btn:hover{background:#f7f8fb}.nav-btn.active{background:#111827;color:#fff}.nav-icon{width:18px;text-align:center;font-size:13px}.side-foot{margin-top:auto;padding:15px 16px 18px;border-top:1px solid var(--line2)}.compute-mini{border:1px solid #e3e6f7;border-radius:14px;background:linear-gradient(145deg,#fbfbff,#f4f6ff);padding:12px;display:grid;gap:6px}.compute-mini span{font-size:9px;color:#7c86a0}.compute-mini b{font-size:17px;color:#31405f}.compute-mini small{font-size:9px;color:#8992a3;line-height:1.5}.main{min-width:0}.topbar{height:78px;position:sticky;top:84px;z-index:15;background:rgba(255,255,255,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(20,25,38,.08);padding:0 30px;display:flex;align-items:center;justify-content:space-between;gap:20px}.crumb{display:flex;align-items:center;gap:9px;color:#89919f;font-size:11px}.crumb b{color:#313847}.top-actions{display:flex;gap:9px;align-items:center}.avatar{width:32px;height:32px;border-radius:50%;background:#eff1f8;display:grid;place-items:center;font-size:11px;font-weight:800;color:#4e586d}.button{border:1px solid #dfe3ec;background:#fff;color:#475166;border-radius:10px;padding:9px 13px;font-size:11px;font-weight:720;display:inline-flex;align-items:center;justify-content:center;gap:7px}.button:hover{border-color:#bfc6d7;background:#fafbfe}.button.primary{background:linear-gradient(135deg,#5365f5,#756bf1);border-color:transparent;color:#fff;box-shadow:0 8px 18px rgba(84,99,242,.2)}.button.dark{background:#171b27;color:#fff;border-color:#171b27}.button.danger{color:var(--red);border-color:#f1c9cd;background:#fff8f8}.button.small{padding:7px 10px;font-size:10px}.button:disabled{opacity:.48;cursor:not-allowed}.content{padding:30px;max-width:1680px;margin:auto}.hero{border:1px solid #e5e8f2;border-radius:24px;background:linear-gradient(135deg,#fff 0%,#fbfbff 62%,#f4f5ff 100%);box-shadow:var(--soft);padding:27px 29px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:26px;align-items:center;margin-bottom:20px}.eyebrow{font-size:9px;letter-spacing:.16em;color:#7c86a1;font-weight:800}.hero h1{font-size:27px;letter-spacing:-.045em;margin:8px 0 8px}.hero p{margin:0;color:var(--muted);font-size:12px;line-height:1.75;max-width:850px}.hero-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:15px}.tag{padding:5px 9px;border:1px solid #e1e4ed;border-radius:999px;background:#fff;color:#687183;font-size:9px}.run-card{min-width:280px;border:1px solid #e3e6f0;border-radius:17px;background:#fff;padding:16px;box-shadow:0 8px 20px rgba(31,42,80,.05)}.run-card h4{margin:0 0 7px;font-size:12px}.run-card p{font-size:10px;line-height:1.55}.progress{height:7px;background:#eef0f5;border-radius:99px;overflow:hidden;margin:10px 0}.progress i{display:block;height:100%;background:linear-gradient(90deg,#5265f4,#8e7afb);border-radius:99px}.metric-grid{display:grid;grid-template-columns:repeat(6,minmax(110px,1fr));gap:12px;margin-bottom:20px}.metric{background:#fff;border:1px solid var(--line);border-radius:16px;padding:15px 16px;box-shadow:0 6px 18px rgba(27,36,68,.035)}.metric span{font-size:9px;color:#8e96a5}.metric b{display:block;margin-top:8px;font-size:22px;letter-spacing:-.04em}.metric small{display:block;margin-top:4px;color:#a0a6b2;font-size:8px}.panel{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 8px 22px rgba(29,37,72,.035);min-width:0}.panel-head{padding:17px 18px;border-bottom:1px solid var(--line2);display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.panel-head h3{margin:0;font-size:13px;letter-spacing:-.02em}.panel-head p{margin:5px 0 0;color:#8a92a1;font-size:9px;line-height:1.5}.panel-body{padding:18px}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.stack{display:grid;gap:16px}.empty{padding:36px;text-align:center;color:#9299a6;font-size:11px}.empty b{display:block;color:#555f72;font-size:13px;margin-bottom:7px}.field{display:grid;gap:7px}.field>span{font-size:10px;color:#596477;font-weight:700}.field input,.field textarea,.field select{width:100%;border:1px solid #dde1e9;border-radius:11px;background:#fff;padding:10px 11px;color:#31394a;font-size:11px;outline:none}.field textarea{resize:vertical;line-height:1.65}.field input:focus,.field textarea:focus,.field select:focus{border-color:#8f9afd;box-shadow:0 0 0 3px rgba(85,103,255,.08)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.form-grid .span-2{grid-column:1/-1}.doc-list,.memo-list,.code-list{display:grid;gap:8px}.doc-row,.memo-row,.code-row{border:1px solid #e9ebf1;border-radius:13px;padding:12px 13px;display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.doc-row>div,.memo-row>div,.code-row>div{min-width:0}.doc-row b,.memo-row b,.code-row b{font-size:11px;color:#3f4758}.doc-row p,.memo-row p,.code-row p{margin:5px 0 0;color:#828a98;font-size:9px;line-height:1.5}.doc-row small,.memo-row small,.code-row small{font-size:8px;color:#9aa1ad}.dropzone{border:1px dashed #bfc7e6;border-radius:15px;background:#fafbff;padding:28px;text-align:center;color:#72809a}.dropzone.drag{border-color:#596bff;background:#f2f4ff}.dropzone b{display:block;font-size:12px;color:#4c5770;margin-bottom:6px}.dropzone p{font-size:9px;margin:0 0 12px}.tabs{display:flex;gap:5px;flex-wrap:wrap}.tab{border:0;border-radius:9px;background:#f3f4f7;color:#697284;padding:7px 10px;font-size:9px;font-weight:700}.tab.active{background:#202533;color:#fff}.corpus-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:16px;align-items:start}.segment-list{display:grid;gap:10px;max-height:68vh;overflow:auto;padding-right:4px}.segment{border:1px solid #e7eaf0;border-radius:14px;background:#fff;padding:14px;transition:.15s}.segment:hover,.segment.active{border-color:#b9c1fb;box-shadow:0 8px 22px rgba(64,77,155,.07)}.segment-meta{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:8px}.segment-meta span{font-size:8px;color:#7c8596;background:#f3f5f8;border-radius:999px;padding:4px 7px}.segment-text{font-size:11px;line-height:1.8;color:#323a4b;white-space:pre-wrap}.coding-chips{display:flex;gap:5px;flex-wrap:wrap;margin-top:10px}.coding-chip{border-radius:999px;padding:4px 7px;font-size:8px;background:#eef0ff;color:#5664bb;border:1px solid #dfe3ff}.coding-chip.accepted{background:#edf9f2;border-color:#d4efdf;color:#38835a}.coding-chip.rejected{background:#fff0f1;border-color:#f7d7da;color:#b65a61;text-decoration:line-through}.inspector{position:sticky;top:96px}.decision-row{display:flex;gap:7px;margin-top:11px}.bar-list{display:grid;gap:9px}.bar-row{display:grid;grid-template-columns:minmax(120px,.8fr) minmax(100px,2fr) 48px;gap:10px;align-items:center}.bar-row label{font-size:9px;color:#5d6677;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bar-track{height:8px;background:#f0f2f6;border-radius:99px;overflow:hidden}.bar-track i{height:100%;display:block;background:linear-gradient(90deg,#596af5,#8976ef);border-radius:99px}.bar-row b{font-size:9px;text-align:right;color:#687183}.chart-svg{width:100%;height:280px;display:block}.chart-axis{stroke:#e8eaf0;stroke-width:1}.chart-label{font-size:9px;fill:#8b93a0}.chart-line{fill:none;stroke:#5b68ef;stroke-width:2.2}.chart-line.alt{stroke:#a16cf0}.chart-area{fill:rgba(87,103,244,.08)}.chart-dot{fill:#fff;stroke:#596af5;stroke-width:2}.chart-tooltip{position:fixed;pointer-events:none;background:#161b28;color:#fff;padding:7px 9px;border-radius:8px;font-size:9px;z-index:50;display:none;box-shadow:0 8px 20px rgba(0,0,0,.18)}.heatmap{overflow:auto}.heat-table{border-collapse:separate;border-spacing:3px;min-width:100%}.heat-table th{font-size:8px;color:#7d8594;font-weight:700;max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.heat-table td{height:29px;min-width:42px;border-radius:6px;text-align:center;font-size:8px;color:#3c465b}.matrix-row-label{text-align:left!important;padding-right:8px!important;max-width:140px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.network-wrap{height:430px;position:relative;overflow:hidden;border-radius:13px;background:radial-gradient(circle at 50% 45%,#fff,#f8f9fc)}.network-svg{width:100%;height:100%}.network-edge{stroke:#cbd1df;stroke-width:1.1}.network-node{fill:#fff;stroke:#6373ed;stroke-width:1.8}.network-text{font-size:8px;fill:#454f63}.timeline{position:relative;padding-left:25px;display:grid;gap:12px}.timeline:before{content:"";position:absolute;left:8px;top:4px;bottom:4px;width:1px;background:#dfe3ec}.timeline-row{position:relative;border:1px solid #e7e9ef;border-radius:12px;padding:11px 12px}.timeline-row:before{content:"";position:absolute;left:-22px;top:15px;width:8px;height:8px;border-radius:50%;background:#6473f1;box-shadow:0 0 0 4px #eef0ff}.timeline-row b{font-size:10px}.timeline-row p{font-size:9px;color:#7b8493;margin:5px 0 0}.theory-card{border:1px solid #dfe4fa;border-radius:18px;background:linear-gradient(135deg,#fbfbff,#f4f6ff);padding:22px}.theory-card h2{font-size:19px;margin:7px 0 11px;letter-spacing:-.035em}.theory-card p{font-size:11px;color:#657086;line-height:1.8}.proposition{padding:11px 12px;border-left:3px solid #6575ef;background:#fff;border-radius:0 10px 10px 0;font-size:10px;line-height:1.65}.negative-card{border:1px solid #f0d8db;border-radius:13px;background:#fffafa;padding:12px}.negative-card b{font-size:10px;color:#a85059}.negative-card p{font-size:9px;color:#7e676a;line-height:1.6}.filter-row{display:flex;gap:8px;flex-wrap:wrap;align-items:end}.filter-row .field{min-width:150px}.modal-layer{position:fixed;inset:0;background:rgba(22,27,40,.34);backdrop-filter:blur(5px);display:grid;place-items:center;padding:20px;z-index:60}.modal{width:min(720px,96vw);max-height:90vh;overflow:auto;background:#fff;border-radius:20px;box-shadow:0 28px 80px rgba(17,24,39,.22);border:1px solid #e5e8ef}.modal-head{padding:19px 21px;border-bottom:1px solid #eceef3;display:flex;justify-content:space-between;gap:15px}.modal-head h2{font-size:16px;margin:0}.modal-head p{font-size:9px;color:#858d9b;margin:5px 0 0}.modal-body{padding:21px}.modal-actions{padding:0 21px 21px;display:flex;justify-content:flex-end;gap:8px}.asset-list{display:grid;gap:8px;max-height:50vh;overflow:auto}.asset-row{border:1px solid #e7e9f0;border-radius:12px;padding:11px;display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:start}.asset-row input{margin-top:3px}.asset-row b{font-size:10px}.asset-row p{font-size:8px;color:#838b99;line-height:1.5;margin:5px 0 0}.toast-wrap{position:fixed;right:22px;bottom:22px;z-index:80;display:grid;gap:8px}.toast{background:#171c29;color:#fff;border-radius:11px;padding:11px 13px;box-shadow:0 14px 35px rgba(0,0,0,.18);font-size:10px;max-width:360px}.toast.error{background:#a9444d}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:15px}.toolbar h2{margin:0;font-size:18px}.toolbar p{margin:5px 0 0;font-size:10px;color:#858d9a}.toolbar-actions{display:flex;gap:8px;flex-wrap:wrap}.pill-status{display:inline-flex;align-items:center;gap:6px;font-size:9px;color:#6f7888}.pill-status:before{content:"";width:7px;height:7px;border-radius:50%;background:#b2b8c4}.pill-status.ready:before,.pill-status.completed:before{background:#2fa96b}.pill-status.running:before{background:#596af4;box-shadow:0 0 0 4px #eef0ff}.pill-status.failed:before{background:#dc5e67}.scroll-table{overflow:auto}.data-table{border-collapse:collapse;width:100%;min-width:760px}.data-table th,.data-table td{border-bottom:1px solid #edf0f4;padding:9px 8px;text-align:left;font-size:9px;vertical-align:top}.data-table th{color:#848c99;font-weight:750}.data-table td{color:#4d5668}.clickable{cursor:pointer}.subtle{color:#929aa8!important}.warning{border:1px solid #f2d7ad;background:#fffaf0;color:#85591e;padding:10px 12px;border-radius:11px;font-size:9px;line-height:1.55}.footer-note{font-size:8px;color:#a0a6b1;line-height:1.6;margin-top:10px}@media(max-width:1200px){.metric-grid{grid-template-columns:repeat(3,1fr)}.grid-3{grid-template-columns:1fr 1fr}.corpus-layout{grid-template-columns:1fr}.inspector{position:static}}@media(max-width:760px){.side{top:70px;height:calc(100vh - 70px)}.topbar{top:70px}}@media(max-width:860px){.app-shell{grid-template-columns:1fr}.side{position:fixed;left:-270px;transition:.2s}.side.open{left:0}.content{padding:18px}.topbar{padding:0 18px}.hero{grid-template-columns:1fr}.metric-grid,.grid-2,.grid-3{grid-template-columns:1fr 1fr}.run-card{min-width:0}.mobile-menu{display:inline-flex!important}}@media(max-width:560px){.metric-grid,.grid-2,.grid-3,.form-grid{grid-template-columns:1fr}.form-grid .span-2{grid-column:auto}.hero{padding:21px}.content{padding:12px}.top-actions .button span{display:none}.bar-row{grid-template-columns:100px 1fr 35px}}.mobile-menu{display:none}

.side-foot{padding:14px 16px 18px}.side-foot p{margin:0;color:#9aa2b1;font-size:9px;line-height:1.6}.compute-mini{display:none!important}
/* v3.5.0 unified tool hero, project lifecycle and non-distorted charts */
.content>zhiyan-tool-hero{display:block;margin-bottom:18px}.grounded-project-summary{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,360px);gap:22px;align-items:center;margin-bottom:18px;padding:20px 22px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 22px rgba(29,37,72,.035)}.grounded-project-summary h2{margin:4px 0 7px;font-size:20px}.grounded-project-summary p{margin:0;color:#7c8596;font-size:10px;line-height:1.65}.project-item-wrap{display:grid;grid-template-columns:minmax(0,1fr) 32px;gap:4px;align-items:center}.project-item-wrap>.project-item{min-width:0}.project-item-wrap .zy-project-menu>button{width:30px;height:30px}.project-list{overflow:visible}.grounded-chart-frame{min-height:0;aspect-ratio:760/300}.grounded-chart-frame .chart-svg{width:100%!important;height:100%!important;min-height:0}.chart-legend{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:5px}.chart-legend span{font-size:8px;color:#596af4}.chart-legend span.alt{color:#8d68df}.grounded-small-multiples{grid-template-columns:repeat(3,minmax(260px,1fr))}.grounded-small-chart{min-width:0;padding:12px;border:1px solid #e8eaf0;border-radius:14px;background:#fff}.grounded-small-chart>b{display:block;margin-bottom:6px;font-size:10px}.grounded-small-chart .grounded-chart-frame{aspect-ratio:760/210}.chart-line,.chart-dot,.chart-axis{vector-effect:non-scaling-stroke}.chart-label{font-family:"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",sans-serif}
@media(max-width:1200px){.grounded-small-multiples{grid-template-columns:repeat(2,minmax(260px,1fr))}}@media(max-width:860px){.grounded-project-summary{grid-template-columns:1fr}.grounded-small-multiples{grid-template-columns:1fr}}@media(max-width:560px){.grounded-small-multiples{grid-template-columns:1fr}}
