:root{--bg:#f8f7f4;--bg-2:#f0ede6;--panel:#ffffff;--panel-2:#f8f7f4;--ink:#1a2744;--muted:#6b7280;--line:#e2e0db;--gold:#b8965a;--gold-2:#d4aa6a;--nav:#1a2744;--nav-2:#111b35;--nav-line:rgba(255,255,255,.08)}*{box-sizing:border-box}body,html{margin:0;padding:0;background:radial-gradient(circle at top left,rgba(255,255,255,.56),transparent 32%),linear-gradient(180deg,var(--bg),var(--bg-2));color:var(--ink);font-family:Georgia,Times New Roman,serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.app-shell{display:grid;grid-template-columns:minmax(280px,300px) minmax(0,1fr);min-height:100vh;align-items:start}.sidebar{background:linear-gradient(180deg,var(--nav),var(--nav-2));color:#eff4ff;padding:26px 20px;position:-webkit-sticky;position:sticky;top:0;height:100vh;min-height:0;overflow:hidden;border-right:1px solid var(--nav-line);display:flex;flex-direction:column;gap:18px}.brand{display:flex;align-items:flex-start;gap:14px;font-size:21px;line-height:1.1;font-weight:700;letter-spacing:.02em}.brand-mark{width:44px;height:44px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#20314f,#111b31);border:1px solid rgba(255,255,255,.12);font-size:13px;letter-spacing:.18em}.brand small,.brand-mark{font-family:Inter,system-ui,sans-serif}.brand small{display:block;font-size:12px;color:#9ca9c6;margin-top:7px;font-weight:500}.sidebar-nav-region{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding-right:2px;scrollbar-width:none;-ms-overflow-style:none}.sidebar-nav-region::-webkit-scrollbar{display:none}.sidebar-footer{flex:0 0 auto;display:grid;grid-gap:18px;gap:18px}.nav-groups{display:grid;grid-gap:14px;gap:14px;font-family:Inter,system-ui,sans-serif}.nav-section{display:grid;grid-gap:10px;gap:10px;padding:12px;border-radius:18px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.05)}.nav-section.is-active{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.09)}.nav-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.nav-section-copy{min-width:0}.nav-section-title{color:#f5f7ff;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.nav-section-note{margin-top:4px;color:#9fb0cf;font-size:12px;line-height:1.45}.nav-section-toggle{border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.045);color:#d8e1f7;border-radius:999px;padding:6px 10px;cursor:pointer;font-size:11px;font-weight:700;white-space:nowrap}.nav-section-toggle:hover{background:rgba(255,255,255,.08)}.nav-links{display:grid;grid-gap:8px;gap:8px}.nav-links.is-collapsed{display:none}.nav-links a{display:grid;grid-gap:3px;gap:3px;padding:12px 14px;border-radius:14px;color:#d8e1f7;background:transparent;border:1px solid transparent;transition:background .2s,border-color .2s,transform .2s}.nav-links a.active,.nav-links a:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.1);transform:translateX(2px)}.nav-link-main{font-size:14px;font-weight:700;color:#eef3ff}.nav-link-sub{font-size:11px;color:#9fb0cf;letter-spacing:.04em;text-transform:uppercase}.hero-note,.meta,.status-card{font-family:Inter,system-ui,sans-serif;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:16px;color:#c8d1e5;line-height:1.6}.status-card{background:rgba(255,255,255,.06)}.status-label{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:#9faecd;margin-bottom:6px}.status-value{font-size:16px;color:#f4f7ff;font-weight:700;margin-bottom:6px}.status-note{font-size:13px}.meta{font-size:12px;color:#aab5d0}.language-panel{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:rgba(255,255,255,.045);font-family:Inter,system-ui,sans-serif}.language-label{color:#aebad5;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.language-toggle{display:grid;grid-template-columns:1fr 1fr;grid-gap:4px;gap:4px;min-width:116px;padding:4px;border-radius:12px;background:rgba(11,18,32,.42);border:1px solid rgba(255,255,255,.08)}.language-toggle button{border:none;border-radius:8px;padding:7px 9px;color:#cbd6ed;background:transparent;cursor:pointer;font-size:12px;font-weight:800;line-height:1}.language-toggle button.active{color:#111b31;background:#f5efe4;box-shadow:0 6px 14px rgba(0,0,0,.16)}.main{padding:30px;width:100%;max-width:1660px;min-width:0}.topbar{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px}.title{min-width:0}.title h1{font-size:40px;margin:0 0 8px;font-weight:700;letter-spacing:-.03em}.title p{margin:0;color:var(--muted);font-family:Inter,system-ui,sans-serif;font-size:15px}.grid{display:grid;grid-gap:18px;gap:18px;min-width:0}.cards{grid-template-columns:repeat(4,minmax(0,1fr))}.card,.panel{background:rgba(255,255,255,.66);border:1px solid rgba(215,202,184,.95);border-radius:24px;box-shadow:0 16px 40px rgba(15,23,42,.06);min-width:0}.card{padding:18px 20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.card h3{margin:0 0 10px;font-size:16px;font-family:Inter,system-ui,sans-serif}.metric{font-size:38px;font-weight:700;margin:0}.sub{color:var(--muted);font-size:13px;font-family:Inter,system-ui,sans-serif;line-height:1.6}.layout-2{grid-template-columns:1.2fr .8fr}.panel{padding:22px}.panel h2{margin:0 0 14px;font-size:22px}.console-strip{display:flex;flex-direction:column;align-items:flex-end;gap:12px}.search-shell{display:flex;align-items:center;gap:12px;min-width:420px;padding:10px 14px;border-radius:18px;border:1px solid rgba(215,202,184,.95);background:rgba(255,255,255,.58);font-family:Inter,system-ui,sans-serif;box-shadow:0 10px 24px rgba(15,23,42,.04)}.search-shell span{font-size:12px;color:#7a6b53;text-transform:uppercase;letter-spacing:.12em;white-space:nowrap}.search-shell input{border:none;outline:none;background:transparent;width:100%;color:#111827;font-size:14px}.activity-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.activity-card{padding:14px 16px;border-radius:18px;border:1px solid rgba(215,202,184,.95);background:rgba(255,255,255,.6);box-shadow:0 12px 28px rgba(15,23,42,.05)}.activity-text{margin-top:8px;color:#243044;line-height:1.6}.activity-text,.table{font-family:Inter,system-ui,sans-serif}.table{width:100%;border-collapse:collapse;font-size:14px}.table td,.table th{padding:12px 10px;border-bottom:1px solid rgba(216,207,191,.85);text-align:left;vertical-align:top}.table th{color:#4d5564;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.pill{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;background:#efe6d1;color:#6a531d;font-size:12px;font-family:Inter,system-ui,sans-serif}.stack{display:grid;grid-gap:14px;gap:14px}.form{display:grid;grid-gap:12px;gap:12px}.field{display:grid;grid-gap:6px;gap:6px}.field label{font-size:13px;color:#404756;font-family:Inter,system-ui,sans-serif}.field input,.field select,.field textarea{width:100%;padding:12px 14px;border-radius:14px;border:1px solid #d7cdbc;background:#fff;outline:none;transition:border-color .15s,box-shadow .15s}.field input:focus,.field select:focus,.field textarea:focus{border-color:#b89453;box-shadow:0 0 0 4px rgba(194,154,74,.16)}.field textarea{min-height:120px;resize:vertical}.button{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:14px;padding:12px 16px;background:linear-gradient(180deg,var(--gold-2),var(--gold));color:white;font-weight:700;cursor:pointer;font-family:Inter,system-ui,sans-serif;box-shadow:0 10px 22px rgba(154,119,48,.22)}.button.secondary{background:#e8dfcf;color:#47381a;box-shadow:none}.actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.text-link{color:#7b5c19;font-weight:700;font-family:Inter,system-ui,sans-serif}.text-link.danger{color:#b91c1c}.report-actions{display:flex;justify-content:space-between;gap:16px;align-items:center}.report-generate-bar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:14px 28px}.report-generate-intro{flex:1 1 240px;min-width:0;align-self:flex-start}.report-generate-intro h2{margin:0 0 4px}.report-generate-intro .sub{margin:0}.report-generate-controls{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px}.report-generate-controls .field{min-width:200px}.report-generate-controls .field select{width:100%}.report-generate-controls .button{white-space:nowrap}.report-generate-message{flex-basis:100%;margin:0}.reports-list-panel{min-width:0;overflow:hidden}.reports-list-panel .section-head{margin-bottom:12px}.reports-list-panel .section-head h2{margin:0}.reports-table-wrap{width:100%;max-height:620px;overflow:auto;border:1px solid rgba(216,207,191,.85);border-radius:18px;background:rgba(255,255,255,.46)}.reports-table{min-width:1020px;table-layout:fixed;background:rgba(255,255,255,.42)}.reports-table th{position:-webkit-sticky;position:sticky;top:0;z-index:1;background:#fbf8f1;box-shadow:0 1px 0 rgba(216,207,191,.85)}.reports-table td:first-child,.reports-table th:first-child{width:88px}.reports-table td:nth-child(2),.reports-table th:nth-child(2){width:230px}.reports-table td:nth-child(3),.reports-table th:nth-child(3){width:150px}.reports-table td:nth-child(4),.reports-table th:nth-child(4){width:96px}.reports-table td:nth-child(5),.reports-table th:nth-child(5){width:168px}.reports-table td:nth-child(6),.reports-table th:nth-child(6){width:272px}.reports-table td{line-height:1.35}.reports-table .badge{white-space:nowrap}.report-project-cell,.report-title-cell{overflow-wrap:anywhere}.empty-certificate{display:inline-flex;align-items:center;min-height:36px;color:#6b7280;font-family:Inter,system-ui,sans-serif;font-size:13px}.certificate-link.compact{min-width:0;width:148px;padding:8px 10px;border-radius:12px;box-shadow:none}.certificate-link.compact span,.certificate-link.compact strong{font-size:11px}.report-row-actions{display:flex;align-items:flex-start;flex-wrap:wrap;gap:8px 14px;max-width:256px}.report-row-actions .text-link{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;padding:0;cursor:pointer;font-size:13px;line-height:1.35}.report-row-actions .text-link:disabled{cursor:not-allowed;opacity:.5}.section-head{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px}.filter-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr)) auto;grid-gap:12px;gap:12px;align-items:flex-end}.evidence-filter-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.evidence-list{display:flex;gap:10px;flex-wrap:wrap}.evidence-chip{padding:10px 12px;border-radius:12px;border:1px solid rgba(215,202,184,.95);background:#f8f1e4;color:#6b521a;font-family:Inter,system-ui,sans-serif;font-weight:700}.section-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 18px}.section-tabs a{padding:10px 12px;border-radius:12px;border:1px solid var(--line);font-family:Inter,system-ui,sans-serif;background:rgba(255,255,255,.6)}.section-tabs a.active{background:#fff;border-color:#cdbb95}.tab-button{padding:10px 12px;border-radius:12px;border:1px solid var(--line);font-family:Inter,system-ui,sans-serif;background:rgba(255,255,255,.6);cursor:pointer;color:#243044}.tab-button.active{background:#fff;border-color:#cdbb95;box-shadow:0 10px 22px rgba(15,23,42,.05)}.page-shell{display:grid;grid-gap:18px;gap:18px}.mono{font-family:Inter,system-ui,sans-serif}.code{white-space:pre-wrap;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;background:#0f172a;color:#e8edf8;padding:18px;border-radius:18px;overflow:auto}.landing-grid{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:18px;gap:18px}.atlas-panel h2,.hero-panel h2{font-size:32px;line-height:1.06;margin:10px 0 12px}.eyebrow{display:inline-flex;align-items:center;border:1px solid #d7cab8;border-radius:999px;padding:6px 12px;background:#f5efe4;color:#6d5530;font-size:12px;font-family:Inter,system-ui,sans-serif;letter-spacing:.08em;text-transform:uppercase}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.surface-list{display:grid;grid-gap:10px;gap:10px}.surface-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:16px;border:1px solid #d7cab8;background:rgba(255,255,255,.55);font-family:Inter,system-ui,sans-serif}.surface-title{font-weight:700;color:#101826}.surface-row span{font-size:18px;color:#8f6f2f}.dashboard-hero{display:grid;grid-template-columns:1.35fr .65fr;grid-gap:18px;gap:18px}.model-summary,.source-trace-card,.templates-preview{background:rgba(255,255,255,.56);border:1px solid var(--line);border-radius:24px;padding:20px}.header-rail{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end;min-width:0}.header-metric{min-width:88px;padding:10px 14px;border-radius:16px;border:1px solid rgba(215,202,184,.95);background:rgba(255,255,255,.55);font-family:Inter,system-ui,sans-serif;display:grid;grid-gap:4px;gap:4px;justify-items:start}.header-metric strong{font-size:20px;color:#111827}.mini-rows{display:grid;grid-gap:10px;gap:10px}.mini-row{display:grid;grid-template-columns:120px 1fr;grid-gap:12px;gap:12px;padding:12px 0;border-top:1px solid rgba(215,202,184,.8)}.mini-row:first-child{border-top:none;padding-top:0}.mini-k{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#7a6b53}.mini-k,.mini-v{font-family:Inter,system-ui,sans-serif}.mini-v{color:#2a3140;line-height:1.6}.template-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.template-thumb{min-height:140px;border-radius:18px;border:1px solid #d9cfbf;background:linear-gradient(180deg,#fff,#f1eadc);padding:14px;font-family:Inter,system-ui,sans-serif}.template-thumb.large{min-height:220px}.template-thumb .label{font-size:11px;letter-spacing:.12em;color:#897658;text-transform:uppercase;margin-bottom:10px}.template-thumb .name{font-size:16px;font-weight:700;color:#111827}.template-thumb .line{margin-top:12px;height:8px;background:#eadfc8;border-radius:999px}.template-thumb .line.short{width:72%}.thumb-block{display:grid;grid-gap:8px;gap:8px;margin-top:14px}.thumb-line{height:10px;border-radius:999px;background:#e7dcc5}.thumb-line.short{width:68%}.trace-layout{grid-template-columns:1.3fr .7fr}.trace-layout,.trace-sidebar{display:grid;grid-gap:18px;gap:18px}.trace-track{display:grid;grid-gap:14px;gap:14px}.trace-card{display:grid;grid-template-columns:52px 1fr;grid-gap:14px;gap:14px;padding:14px;border-radius:18px;border:1px solid rgba(215,202,184,.9);background:linear-gradient(180deg,#fff,rgba(255,255,255,.72))}.trace-number{width:44px;height:44px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#ede1c9;color:#725920;font-weight:700}.trace-body p,.trace-number{font-family:Inter,system-ui,sans-serif}.trace-body p{margin:8px 0 10px;line-height:1.6;color:#243044}.trace-head{display:flex;align-items:center;justify-content:space-between;gap:12px;font-family:Inter,system-ui,sans-serif}.trace-head span{font-size:12px;color:#7a6b53;text-transform:uppercase;letter-spacing:.08em}.trace-excerpt{margin-top:8px;font-size:12px;line-height:1.6;color:#5d6471;padding:10px 12px;border-radius:14px;background:#f6f1e7;border:1px solid rgba(215,202,184,.8)}.trace-excerpt,.trend-grid{font-family:Inter,system-ui,sans-serif}.trend-grid{display:flex;align-items:flex-end;gap:12px;min-height:150px}.trend-bar{display:grid;grid-gap:8px;gap:8px;justify-items:center;color:#6f6352;font-size:11px}.trend-bar div{width:28px;border-radius:8px 8px 2px 2px;background:linear-gradient(180deg,#c39a4a,#9a7730)}.template-showcase{display:grid;grid-gap:18px;gap:18px}.template-hero{display:grid;grid-template-columns:1fr .9fr;grid-gap:18px;gap:18px}.template-detail{padding:22px;border-radius:22px;border:1px solid rgba(215,202,184,.95);background:rgba(255,255,255,.56)}.template-detail h2{margin-top:0}.knowledge-hero{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.knowledge-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.knowledge-card{padding:20px;border-radius:24px;border:1px solid rgba(215,202,184,.95);background:linear-gradient(180deg,rgba(255,255,255,.74),rgba(246,239,226,.78));box-shadow:0 16px 40px rgba(15,23,42,.06)}.knowledge-card-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.knowledge-card h3{margin:12px 0 8px;font-size:24px;line-height:1.05}.knowledge-card p{color:#394152;line-height:1.65;margin:0 0 14px}.asset-metrics,.knowledge-card p{font-family:Inter,system-ui,sans-serif}.asset-metrics{display:flex;gap:8px;flex-wrap:wrap;font-size:12px;color:#6a531d}.asset-metrics span{padding:6px 8px;border-radius:999px;background:#efe6d1}.confidence-line{height:8px;border-radius:999px;background:#eadfc8;overflow:hidden;margin:16px 0 8px}.confidence-line span{display:block;height:100%;background:linear-gradient(90deg,#9a7730,#c39a4a);border-radius:999px}.risk-badge{font-family:Inter,system-ui,sans-serif;font-size:12px;padding:5px 9px;border-radius:999px;background:#efe6d1;color:#70551d}.risk-badge.low{background:#dfeddf;color:#2f6938}.risk-badge.medium{background:#f2e4bd;color:#765819}.risk-badge.high{background:#f1d3c7;color:#8f3326}.knowledge-project{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.knowledge-project div{display:grid;grid-gap:6px;gap:6px;padding:12px;border-radius:16px;background:#f6f0e6;border:1px solid rgba(215,202,184,.8)}.knowledge-project strong{font-family:Inter,system-ui,sans-serif;color:#101826}.graph-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;border-radius:22px;border:1px solid rgba(215,202,184,.95);background:rgba(255,255,255,.56)}.graph-canvas{height:580px;border-radius:28px;overflow:hidden;border:1px solid rgba(215,202,184,.95);background:radial-gradient(circle at 20% 12%,rgba(195,154,74,.18),transparent 30%),linear-gradient(180deg,#fbf7ee,#efe5d4);box-shadow:0 18px 44px rgba(15,23,42,.08)}.graph-node-label{display:grid;grid-gap:4px;gap:4px;font-family:Inter,system-ui,sans-serif}.graph-node-label strong{font-size:13px;line-height:1.2}.graph-node-label span{font-size:11px;color:#7a6b53;text-transform:uppercase;letter-spacing:.08em}.react-flow__edge-textbg{fill:#fff6e4}.react-flow__edge-text{font-family:Inter,system-ui,sans-serif;font-size:11px;fill:#6b521a}.graphrag-hero{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:18px;gap:18px}.answer-card{padding:24px;border-radius:28px;border:1px solid rgba(215,202,184,.95);background:linear-gradient(180deg,#111b31,#20314f);color:#f7f1e7;box-shadow:0 18px 44px rgba(15,23,42,.16)}.answer-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.answer-head h2{margin:6px 0 0;font-size:28px}.answer-text{white-space:pre-wrap;margin:0;font-family:Inter,system-ui,sans-serif;line-height:1.8;color:#f7f1e7}.chain-track{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}.chain-step{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:999px;border:1px solid rgba(215,202,184,.95);background:#f6f0e6;font-family:Inter,system-ui,sans-serif}.chain-step span{width:24px;height:24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#20314f;color:#fff;font-size:12px}.production-topbar{align-items:stretch}.guide-progress-panel{min-width:220px;display:grid;align-content:center;grid-gap:8px;gap:8px;padding:16px 18px;border-radius:22px;border:1px solid rgba(215,202,184,.95);background:rgba(255,255,255,.62);font-family:Inter,system-ui,sans-serif;box-shadow:0 12px 28px rgba(15,23,42,.05)}.guide-progress-panel strong{font-size:28px;color:#111827}.guide-progress-track{height:9px;border-radius:999px;background:#eadfc8;overflow:hidden}.guide-progress-track span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#20314f,#b8965a);transition:width .2s ease}.production-command{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:22px;border-radius:28px;border:1px solid rgba(215,202,184,.95);background:linear-gradient(135deg,rgba(255,255,255,.88),rgba(246,239,226,.72)),repeating-linear-gradient(90deg,rgba(26,39,68,.05) 0 1px,transparent 1px 34px);box-shadow:0 18px 44px rgba(15,23,42,.07)}.production-command h2{margin:10px 0 8px;font-size:28px}.production-command p{margin:0;color:#394152;font-family:Inter,system-ui,sans-serif;line-height:1.6}.phase-rail{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:10px;gap:10px}.phase-rail a{display:flex;justify-content:space-between;gap:10px;min-width:0;padding:12px 14px;border-radius:16px;border:1px solid rgba(215,202,184,.95);background:rgba(255,255,255,.58);font-family:Inter,system-ui,sans-serif;color:#243044}.phase-rail a.complete{background:#e5f3e7;border-color:#b9dec0;color:#20562c}.phase-rail span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.phase-rail strong{font-size:12px;color:#7a6b53}.production-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:18px;gap:18px;align-items:start}.production-timeline{display:grid;grid-gap:18px;gap:18px;min-width:0}.production-aside{display:grid;grid-gap:18px;gap:18px;position:-webkit-sticky;position:sticky;top:30px}.production-phase{scroll-margin-top:24px}.production-phase h2{margin:4px 0 0}.guide-step-list{display:grid;grid-gap:12px;gap:12px}.guide-step{display:grid;grid-template-columns:56px minmax(0,1fr);grid-gap:14px;gap:14px;padding:14px;border-radius:18px;border:1px solid rgba(215,202,184,.9);background:linear-gradient(180deg,#fff,rgba(255,255,255,.72))}.guide-step.complete{border-color:#bddfc3;background:linear-gradient(180deg,#f7fff8,#edf7ee)}.guide-check{width:48px;height:48px;border-radius:16px;border:1px solid #d8c9ad;background:#f4ead7;color:#725920;font-family:Inter,system-ui,sans-serif;font-weight:800;cursor:pointer}.guide-step.complete .guide-check{background:#d8ecd9;border-color:#a9d7af;color:#235c2e;font-size:19px}.guide-step-body{min-width:0}.guide-step-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.guide-step h3{margin:2px 0 8px;font-size:18px}.guide-step p{margin:0;color:#394152}.guide-check-note,.guide-step p{font-family:Inter,system-ui,sans-serif;line-height:1.6}.guide-check-note{margin-top:10px;padding:10px 12px;border-radius:14px;background:#f6f1e7;border:1px solid rgba(215,202,184,.8);color:#5d6471;font-size:13px}@media (max-width:1100px){.activity-strip,.cards,.dashboard-hero,.filter-grid,.graphrag-hero,.knowledge-grid,.knowledge-hero,.knowledge-project,.landing-grid,.layout-2,.phase-rail,.production-layout,.reports-layout,.template-grid,.template-hero,.trace-layout{grid-template-columns:1fr}.console-strip{align-items:stretch}.search-shell{min-width:0}.graph-toolbar{align-items:flex-start;flex-direction:column}.graph-canvas{height:460px}.production-aside{position:static}.production-command{align-items:flex-start;flex-direction:column}}@media (max-width:860px){.app-shell{grid-template-columns:1fr}.sidebar{position:relative;height:auto}.sidebar,.sidebar-nav-region{overflow:visible}}.badge{display:inline-block;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600;font-family:Inter,system-ui,sans-serif;text-transform:uppercase;letter-spacing:.05em}.badge-default{background:#f0ede6;color:#6b7280}.badge-success{background:#d1fae5;color:#065f46}.badge-danger{background:#fee2e2;color:#991b1b}.check-grid{display:flex;gap:10px;flex-wrap:wrap;font-family:Inter,system-ui,sans-serif}.check-grid.compact{margin-top:2px}.check-row{display:inline-flex;align-items:center;gap:8px;padding:9px 11px;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.58);color:#2a3140;font-size:13px}.check-row input{width:auto}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(26,39,68,.6);display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{background:white;border-radius:24px;box-shadow:0 20px 60px rgba(26,39,68,.3);max-width:640px;width:90%;max-height:90vh;display:flex;flex-direction:column;border:1px solid var(--line)}.modal-header{padding:24px 28px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.modal-header h2{margin:0;font-size:20px;font-weight:700;color:var(--ink)}.close-button{border:none;background:transparent;font-size:32px;color:var(--muted);cursor:pointer;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background .2s}.close-button:hover{background:var(--bg)}.modal-body{padding:28px;overflow-y:auto;flex:1 1}.modal-body .form{display:grid;grid-gap:18px;gap:18px}.modal-body .field label{display:block;margin-bottom:6px;font-size:13px;font-weight:600;color:var(--ink);font-family:Inter,system-ui,sans-serif}.modal-body .field input,.modal-body .field select,.modal-body .field textarea{width:100%;padding:10px 14px;border:1px solid var(--line);border-radius:10px;font-size:14px;font-family:Inter,system-ui,sans-serif;background:var(--panel);color:var(--ink)}.modal-body .field input:focus,.modal-body .field select:focus,.modal-body .field textarea:focus{outline:none;border-color:var(--gold)}.modal-body .field textarea{resize:vertical;font-family:Georgia,serif}.modal-footer{padding:20px 28px;border-top:1px solid var(--line);display:flex;gap:12px;justify-content:flex-end}.success-box{margin-top:20px;padding:18px;background:#d1fae5;border:1px solid #a7f3d0;border-radius:14px;color:#065f46}.success-box h3{margin:0 0 12px;font-size:16px}.success-box p{margin:6px 0;font-size:13px;font-family:Inter,system-ui,sans-serif}.success-box a{color:#059669;text-decoration:underline}.certificate-link{display:inline-grid;gap:4px;min-width:156px;padding:10px 12px;border:1px solid var(--gold);border-radius:14px;background:linear-gradient(180deg,#fffaf0,#f2e4bd);color:#6a4b13;font-family:Inter,system-ui,sans-serif;box-shadow:0 10px 24px rgba(154,119,48,.14)}.certificate-link span{font-size:12px;font-weight:800;letter-spacing:.08em}.certificate-link strong{font-size:12px;line-height:1.35;overflow-wrap:anywhere}.certificate-link.large{min-width:220px;align-self:center}.certificate-button{border:1px solid #8f6f2f;background:linear-gradient(180deg,#d6ae64,#a77d31)}.certificate-summary{display:flex;align-items:center;justify-content:space-between;gap:18px;border-color:var(--gold);background:linear-gradient(180deg,rgba(255,250,240,.86),rgba(246,239,226,.78))}.certificate-summary h2{margin:10px 0 8px}.verify-search-panel{max-width:760px}.verify-form{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:12px;gap:12px;font-family:Inter,system-ui,sans-serif}.verify-form input{width:100%;padding:12px 14px;border-radius:14px;border:1px solid #d7cdbc;background:#fff;outline:none}.certificate-page{display:grid;grid-gap:18px;gap:18px}.certificate-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:24px;border:1px solid var(--gold);border-radius:24px;background:linear-gradient(180deg,#fffaf0,#f2e4bd);box-shadow:0 18px 42px rgba(154,119,48,.12)}.certificate-hero h2{font-size:32px;line-height:1.1;margin:10px 0 8px}.certificate-status{padding:8px 12px;border-radius:999px;font-family:Inter,system-ui,sans-serif;font-size:12px;font-weight:800;text-transform:uppercase;background:#d1fae5;color:#065f46}.certificate-status.revoked{background:#fee2e2;color:#991b1b}.certificate-status.expired,.certificate-status.pending{background:#f2e4bd;color:#765819}.certificate-layout{align-items:start}.certificate-frame{min-height:520px;display:flex;align-items:center;justify-content:center;padding:18px;border:1px solid var(--gold);border-radius:24px;background:#fffaf0;box-shadow:0 18px 42px rgba(15,23,42,.08)}.certificate-frame img{display:block;width:100%;max-height:760px;object-fit:contain;border-radius:12px}.certificate-placeholder{width:100%;min-height:420px;display:grid;place-items:center;align-content:center;grid-gap:14px;gap:14px;padding:26px;border:1px dashed #c9a45a;border-radius:18px;text-align:center;color:#6a4b13}.certificate-placeholder h3{font-size:28px;margin:0}.certificate-detail{border-color:#d7cdbc}.certificate-summary-text{margin:18px 0;padding:14px 16px;border-radius:16px;background:#f8f1e4;border:1px solid rgba(215,202,184,.9);color:#394152;font-family:Inter,system-ui,sans-serif;line-height:1.7}.certificate-result{border-color:var(--gold);background:linear-gradient(180deg,#fffaf0,#f8f1e4)}@media (max-width:1100px){.certificate-hero,.certificate-summary{align-items:flex-start;flex-direction:column}.certificate-frame{min-height:360px}}@media (max-width:640px){.verify-form{grid-template-columns:1fr}.certificate-link{width:100%;min-width:0}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sidebar-signout{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 12px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(255,255,255,.04);color:#d8e1f7;font-family:Inter,system-ui,sans-serif;font-size:13px;cursor:pointer}.sidebar-signout:hover{background:rgba(255,255,255,.08)}.login-main{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(145deg,#111b35 0 42%,#f0ede6 42% 100%)}.login-panel{width:min(440px,100%);display:grid;grid-gap:22px;gap:22px;padding:32px;border:1px solid #d8cfbd;border-radius:8px;background:#fff;box-shadow:0 24px 70px rgba(17,27,53,.22)}.login-panel h1{margin:8px 0;font-size:30px}.login-mark,.quick-header-mark{width:48px;height:48px;display:grid;place-items:center;border-radius:8px;background:#1a2744;color:#d4aa6a}.login-form .button{width:100%}.form-error{margin:0;color:#a92e2e;font-family:Inter,system-ui,sans-serif;font-size:13px;line-height:1.5}.quick-certificates-page{max-width:1500px;margin:0 auto}.quick-page-header{display:flex;align-items:flex-start;gap:16px;padding:4px 0 10px}.quick-page-header h1{margin:5px 0 6px;font-size:34px}.quick-page-header p{margin:0;color:#566071;font-family:Inter,system-ui,sans-serif;line-height:1.6}.certificate-wizard,.quick-list{display:grid;grid-gap:18px;gap:18px;padding:22px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.8);box-shadow:0 12px 34px rgba(15,23,42,.06)}.quick-list-head{align-items:flex-start}.quick-list-head h2{margin:0 0 6px}.publish-button,.qr-actions .button,.quick-primary-action,.wizard-toolbar .button{display:inline-flex;align-items:center;justify-content:center;gap:8px}.quick-empty{padding:36px;border:1px dashed #cbbd9f;border-radius:8px;text-align:center;color:#6b7280;font-family:Inter,system-ui,sans-serif}.quick-table-wrap{overflow-x:auto}.quick-table{min-width:780px}.asset-readiness{display:inline-flex;align-items:center;gap:6px;color:#8a5b16}.asset-readiness.ready{color:#17643b}.quick-row-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:76px}.quick-row-actions .text-link:disabled{cursor:not-allowed;opacity:.5}.quick-delete-button{width:32px;height:32px;display:grid;place-items:center;flex:none;border:1px solid #e8b8b4;border-radius:6px;background:#fff7f6;color:#a92e2e;cursor:pointer}.quick-delete-button:hover{border-color:#c95d55;background:#fdebea}.quick-delete-button:focus-visible{outline:3px solid rgba(169,46,46,.2);outline-offset:2px}.quick-delete-button:disabled{cursor:not-allowed;opacity:.45}.quick-status{display:inline-flex;align-items:center;width:max-content;padding:5px 9px;border-radius:999px;background:#eee9df;color:#665a45;font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:800;letter-spacing:.03em;white-space:nowrap}.quick-status.published{background:#dff2e5;color:#17643b}.quick-status.revoked{background:#fde4e2;color:#9a2924}.wizard-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.wizard-record-meta{display:flex;align-items:center;gap:10px;min-width:0}.wizard-record-meta .mono{max-width:440px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wizard-steps{display:grid;grid-template-columns:repeat(4,minmax(140px,1fr));grid-gap:8px;gap:8px}.wizard-steps button{height:56px;display:flex;align-items:center;gap:9px;padding:10px 12px;border:1px solid #d9d4c9;border-radius:8px;background:#f7f4ed;color:#6b7280;cursor:pointer;text-align:left}.wizard-steps button span{width:24px;height:24px;display:grid;place-items:center;flex:none;border-radius:50%;background:#ebe5d8}.wizard-steps button strong{font-family:Inter,system-ui,sans-serif;font-size:13px}.wizard-steps button.active{border-color:#b8965a;background:#fffaf0;color:#4b3814}.wizard-steps button.complete span{background:#dff2e5;color:#17643b}.wizard-steps button:disabled{cursor:not-allowed;opacity:.52}.wizard-message{padding:11px 14px;border:1px solid #b9dec0;border-radius:8px;background:#edf7ee;color:#20562c;font-family:Inter,system-ui,sans-serif;font-size:13px}.wizard-message.error{border-color:#efb8b3;background:#fff0ef;color:#9a2924}.wizard-section{display:grid;grid-gap:22px;gap:22px}.wizard-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;padding-bottom:14px;border-bottom:1px solid var(--line)}.wizard-section-head h2{margin:4px 0 0;font-size:25px}.wizard-section-head p{max-width:420px;margin:5px 0 0;color:#697181;font-size:13px;text-align:right}.step-kicker,.wizard-section-head p{font-family:Inter,system-ui,sans-serif}.step-kicker{color:#a77d31;font-size:11px;font-weight:800;letter-spacing:.12em}.revoke-zone label{display:block;margin-bottom:6px;color:#30394a;font-family:Inter,system-ui,sans-serif;font-size:12px;font-weight:700}.revoke-zone textarea{width:100%;padding:10px 12px;border:1px solid #d7cdbc;border-radius:6px;background:#fff;color:#1a2744;font-family:Inter,system-ui,sans-serif;line-height:1.55;resize:vertical;outline:none}.revoke-zone textarea:focus{border-color:#a77d31;box-shadow:0 0 0 3px rgba(184,150,90,.12)}.compact-certificate-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px 20px;gap:18px 20px;max-width:980px}.compact-certificate-form .field input,.compact-certificate-form .field select{border-radius:8px}.compact-certificate-form .field label{font-weight:700}.compact-field-wide,.compact-form-actions{grid-column:1/-1}.compact-form-actions{display:flex;justify-content:flex-end;padding-top:4px}.compact-form-actions .button{min-width:180px}.image-step-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);grid-gap:20px;gap:20px;align-items:start}.image-preview-shell{aspect-ratio:1.4149;display:grid;place-items:center;overflow:hidden;border:1px solid #d7cdbc;border-radius:8px;background:#f5f2ea}.image-preview-shell img{display:block;width:100%;height:100%;object-fit:contain}.image-placeholder{display:grid;place-items:center;grid-gap:10px;gap:10px;color:#8a806f;font-family:Inter,system-ui,sans-serif}.image-upload-panel{display:grid;grid-gap:14px;gap:14px}.asset-metadata{display:grid;margin:0;border-top:1px solid #ded8cc}.asset-metadata>div{display:grid;grid-template-columns:80px minmax(0,1fr);grid-gap:10px;gap:10px;padding:9px 0;border-bottom:1px solid #ded8cc;font-family:Inter,system-ui,sans-serif;font-size:12px}.asset-metadata dt{color:#6b7280}.asset-metadata dd{min-width:0;margin:0}.hash-value{overflow-wrap:anywhere}.file-picker{display:flex;align-items:center;justify-content:center;gap:8px;padding:13px;border:1px dashed #a98b51;border-radius:8px;background:#fffaf0;color:#684d18;font-family:Inter,system-ui,sans-serif;font-weight:700;cursor:pointer}.visually-hidden-input{position:absolute;opacity:0;pointer-events:none}.selected-file{display:flex;justify-content:space-between;gap:10px;padding:10px;border-radius:6px;background:#f0ede6;font-family:Inter,system-ui,sans-serif;font-size:12px}.selected-file strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.upload-progress{height:8px;overflow:hidden;border-radius:999px;background:#e7e2d7}.upload-progress span{display:block;height:100%;background:#1f8150;transition:width .2s}.number-binding-panel{display:grid;grid-template-columns:52px minmax(0,1fr) auto;grid-gap:16px;gap:16px;align-items:center;padding:20px;border:1px solid #ded8cc;border-radius:8px;background:#faf8f3}.number-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:8px;background:#1a2744;color:#d4aa6a}.number-field input{width:100%;padding:12px;border:1px solid #cfc5b2;border-radius:6px;font-size:17px;letter-spacing:.04em}.number-field label{display:block;margin-bottom:6px;font-size:12px;font-weight:700}.field-hint,.number-field label{font-family:Inter,system-ui,sans-serif}.field-hint{margin:6px 0 0;color:#6b7280;font-size:11px}.field-hint.error{color:#a92e2e}.publish-review-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);grid-gap:20px;gap:20px}.publish-checklist,.publish-summary{padding:20px;border:1px solid #ded8cc;border-radius:8px;background:#faf8f3}.publish-summary{display:grid;grid-gap:14px;gap:14px}.publish-summary-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.publish-image-frame{aspect-ratio:1.4149;display:grid;place-items:center;overflow:hidden;border:1px solid #d7cdbc;border-radius:6px;background:#f5f2ea}.publish-image-frame img{display:block;width:100%;height:100%;object-fit:contain}.publish-summary dl{display:grid;margin:0;border-top:1px solid #ded8cc}.publish-summary dl div{display:grid;grid-template-columns:100px minmax(0,1fr);grid-gap:12px;gap:12px;padding:10px 0;border-bottom:1px solid #ded8cc}.publish-summary dt{color:#6b7280;font-family:Inter,system-ui,sans-serif;font-size:12px}.publish-summary dd{min-width:0;margin:0;font-family:Inter,system-ui,sans-serif;font-size:13px}.publish-checklist{display:grid;align-content:start;grid-gap:10px;gap:10px}.publish-checklist>div{display:flex;align-items:center;gap:9px;color:#8b3a32;font-family:Inter,system-ui,sans-serif;font-size:13px}.publish-checklist>div>span{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#f7d9d5}.publish-checklist>div.ready{color:#17643b}.publish-checklist>div.ready>span{background:#dff2e5}.publish-confirm{display:grid;grid-template-columns:18px minmax(0,1fr);grid-gap:9px;gap:9px;margin-top:10px;padding:12px;border:1px solid #cfc5b2;border-radius:6px;background:#fff;font-family:Inter,system-ui,sans-serif;font-size:12px;line-height:1.5}.publish-confirm input{width:16px;height:16px;margin-top:2px}.publish-button{width:100%;margin-top:4px}.publish-result{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:22px;gap:22px;align-items:start;padding:22px;border:1px solid #b9dec0;border-radius:8px;background:#f3fbf5}.publish-result.revoked{grid-template-columns:1fr;border-color:#efb8b3;background:#fff4f3}.publish-result-copy h3{margin:14px 0 8px;font-size:25px}.qr-result{display:grid;place-items:center;grid-gap:10px;gap:10px}.qr-canvas{width:240px;height:240px;display:grid;place-items:center;border:1px solid #d6d1c8;border-radius:6px;background:#fff}.qr-url{max-width:100%;margin:0;overflow-wrap:anywhere;text-align:center;font-size:11px}.qr-actions{display:flex;gap:8px}.lifecycle-actions{grid-column:1/-1;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-top:16px;border-top:1px solid #d7cdbc}.lifecycle-actions>.button{display:inline-flex;align-items:center;gap:8px;flex:none}.revoke-zone{margin-left:auto;min-width:min(100%,420px)}.revoke-zone textarea{margin-bottom:10px}.danger-button{background:#a92e2e}.revoke-reason{color:#9a2924;font-family:Inter,system-ui,sans-serif}@media (max-width:1100px){.wizard-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.image-step-layout,.publish-result,.publish-review-layout{grid-template-columns:1fr}}@media (max-width:700px){.login-main{padding:14px}.login-panel{padding:22px}.certificate-wizard,.quick-list{padding:14px}.quick-page-header{align-items:center}.quick-page-header h1{font-size:28px}.quick-list-head,.wizard-section-head,.wizard-toolbar{align-items:stretch;flex-direction:column}.wizard-section-head p{text-align:left}.compact-certificate-form{grid-template-columns:1fr}.compact-field-wide,.compact-form-actions{grid-column:auto}.compact-form-actions .button{width:100%}.wizard-record-meta{justify-content:space-between}.wizard-steps{grid-template-columns:1fr 1fr}.wizard-steps button{min-width:0;height:52px}.wizard-steps button strong{font-size:11px}.number-binding-panel{grid-template-columns:44px minmax(0,1fr)}.number-binding-panel>.button,.number-binding-panel>.quick-status{grid-column:1/-1}.number-icon{width:44px;height:44px}.publish-result{padding:15px}.qr-canvas{width:232px;height:232px}.lifecycle-actions,.qr-actions{width:100%;flex-direction:column}.lifecycle-actions>.button,.qr-actions .button,.revoke-zone{width:100%}.revoke-zone{margin-left:0}}