:root{
  --navy:#07111f;--navy2:#0b1729;--blue:#1769ff;--blue2:#3f86ff;--cyan:#22c4f6;
  --bg:#f5f8fc;--card:#fff;--text:#152033;--muted:#69778f;--line:#e5ebf4;
  --green:#13a66a;--orange:#f59e0b;--red:#e84949;--purple:#7c5cff;
  --shadow:0 10px 30px rgba(18,38,63,.08);--radius:14px;
}
*{box-sizing:border-box}html,body{margin:0;font-family:Inter,"PingFang SC","Microsoft YaHei",Arial,sans-serif;color:var(--text);background:var(--bg)}
button,input,textarea,select{font:inherit}button{cursor:pointer}.hidden{display:none!important}
a{text-decoration:none;color:inherit}.mono{font-family:"SFMono-Regular",Consolas,monospace}.muted{color:var(--muted)}
.topbar{height:64px;background:linear-gradient(90deg,#06101d,#0a1930);color:#fff;display:flex;align-items:center;padding:0 24px;position:sticky;top:0;z-index:30;border-bottom:1px solid rgba(255,255,255,.08)}
.brand{display:flex;align-items:center;gap:12px;font-weight:750;min-width:286px}.brand-logo{width:34px;height:34px;border-radius:11px;background:conic-gradient(from 210deg,var(--blue),var(--cyan),#355dff,var(--blue));position:relative;box-shadow:0 0 24px rgba(23,105,255,.45)}
.brand-logo:after{content:"";position:absolute;inset:8px;border:3px solid white;border-left-color:transparent;border-radius:5px;transform:rotate(45deg)}
.version{font-size:10px;padding:2px 6px;border:1px solid rgba(255,255,255,.22);border-radius:5px;color:#9fb0cb}
.topnav{display:flex;height:100%;align-items:center;gap:28px;font-size:14px}.topnav a{height:100%;display:flex;align-items:center;position:relative;color:#d7dfed}.topnav a.active,.topnav a:hover{color:#fff}.topnav a.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--blue);border-radius:3px}
.top-actions{margin-left:auto;display:flex;align-items:center;gap:14px}.search-pill{width:260px;height:36px;border:1px solid rgba(255,255,255,.16);border-radius:20px;display:flex;align-items:center;gap:8px;padding:0 13px;color:#9fb0cb;background:rgba(255,255,255,.03)}
.avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#1e63ff,#63cdfa);display:grid;place-items:center;font-weight:700}.badge{background:var(--red);color:#fff;border-radius:999px;padding:2px 6px;font-size:10px}
.layout{display:grid;grid-template-columns:220px 1fr;min-height:calc(100vh - 64px)}.sidebar{background:#fff;border-right:1px solid var(--line);padding:18px 12px;position:sticky;top:64px;height:calc(100vh - 64px);overflow:auto}
.primary-create{width:100%;height:42px;border:0;border-radius:8px;background:linear-gradient(135deg,var(--blue),#0e55db);color:#fff;font-weight:700;box-shadow:0 8px 18px rgba(23,105,255,.22);margin-bottom:20px}
.side-link{display:flex;align-items:center;gap:11px;padding:11px 12px;border-radius:9px;color:#40506a;font-size:14px;margin:3px 0}.side-link:hover,.side-link.active{background:#edf4ff;color:var(--blue);font-weight:650}.side-icon{width:22px;text-align:center}.side-spacer{height:10px}.side-title{font-size:11px;color:#9aa7ba;padding:10px 12px 4px;text-transform:uppercase;letter-spacing:.08em}
.customer-card{margin-top:24px;padding:12px;background:#f7faff;border:1px solid var(--line);border-radius:12px}.customer-card b{display:block;font-size:13px;margin-bottom:4px}.customer-card small{color:var(--muted)}
.main{min-width:0}.page{padding:22px 26px 42px;max-width:1600px;margin:auto}.page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.page-head h1{margin:0 0 5px;font-size:24px}.page-head p{margin:0;color:var(--muted);font-size:13px}.actions{display:flex;gap:10px;align-items:center}
.btn{height:38px;padding:0 16px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#344258;font-weight:650}.btn:hover{border-color:#bdcbea}.btn-primary{background:linear-gradient(135deg,var(--blue),#0e55dc);border-color:var(--blue);color:#fff}.btn-soft{background:#edf4ff;color:var(--blue);border-color:#d8e6ff}.btn-danger{color:var(--red);background:#fff4f4;border-color:#ffd7d7}.btn-sm{height:30px;padding:0 11px;font-size:12px}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 2px 8px rgba(30,53,82,.02)}.card-pad{padding:18px}.card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.card-head h3{margin:0;font-size:15px}.card-head small{color:var(--muted)}
.grid{display:grid;gap:16px}.g2{grid-template-columns:repeat(2,minmax(0,1fr))}.g3{grid-template-columns:repeat(3,minmax(0,1fr))}.g4{grid-template-columns:repeat(4,minmax(0,1fr))}.g5{grid-template-columns:repeat(5,minmax(0,1fr))}
.metric{padding:18px}.metric .label{color:var(--muted);font-size:12px}.metric .value{font-size:28px;font-weight:760;margin:8px 0 4px}.metric .trend{font-size:12px;color:var(--green)}
.progress{height:8px;background:#edf2f8;border-radius:999px;overflow:hidden}.progress>i{display:block;height:100%;background:linear-gradient(90deg,var(--blue),var(--cyan));border-radius:999px}.progress.green>i{background:linear-gradient(90deg,#12a96d,#33d6a0)}.progress.orange>i{background:linear-gradient(90deg,#f59e0b,#ffcf66)}
.status{display:inline-flex;align-items:center;gap:5px;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:700}.status:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.st-blue{background:#edf4ff;color:#2268df}.st-green{background:#eaf9f2;color:#15835a}.st-orange{background:#fff7e8;color:#b97808}.st-red{background:#fff0f0;color:#c44242}.st-gray{background:#f1f3f6;color:#66748a}
.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse;font-size:13px}.table th{text-align:left;padding:12px 10px;border-bottom:1px solid var(--line);color:#7d899c;font-weight:600;white-space:nowrap;background:#fbfcfe}.table td{padding:13px 10px;border-bottom:1px solid #edf1f6;vertical-align:middle}.table tbody tr:hover{background:#f9fbfe}.tag{display:inline-flex;padding:4px 7px;border:1px solid #dbe5f3;border-radius:6px;font-size:11px;background:#f9fbfe;color:#50627b}.verified{color:var(--green);font-weight:700}.risk-low{color:var(--green)}.risk-medium{color:var(--orange)}.risk-high{color:var(--red)}
.hero{background:radial-gradient(circle at 66% 45%,rgba(35,98,255,.34),transparent 27%),linear-gradient(130deg,#06101d 0%,#09182c 52%,#0b1a33 100%);color:white;min-height:520px;overflow:hidden;position:relative}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(43,110,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(43,110,255,.08) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to right,transparent 0,#000 45%,#000 100%)}.hero-inner{max-width:1320px;margin:auto;padding:74px 44px;display:grid;grid-template-columns:1.02fr .98fr;gap:40px;position:relative;z-index:2}.hero h1{font-size:48px;line-height:1.16;margin:0 0 20px;letter-spacing:-.02em}.hero h1 span{background:linear-gradient(90deg,#56a6ff,#7e87ff);-webkit-background-clip:text;color:transparent}.hero p{font-size:16px;line-height:1.8;color:#bfcee3;max-width:650px}.hero-actions{display:flex;gap:14px;margin-top:28px}.hero .btn{height:48px;padding:0 24px;border-color:rgba(255,255,255,.2);background:transparent;color:#fff}.hero .btn-primary{background:linear-gradient(135deg,#1e74ff,#0757e5);border-color:#2476ff}.hero-kpis{display:flex;gap:28px;margin-top:32px;color:#c6d3e6;font-size:12px}.hero-kpis b{display:block;color:#fff;font-size:14px;margin-bottom:4px}.circuit-scene{min-height:350px;position:relative;display:grid;place-items:center}.cube{width:188px;height:188px;border-radius:30px;background:linear-gradient(145deg,#1b4786,#091a35);border:1px solid #4a89f5;box-shadow:0 0 0 12px rgba(35,105,255,.07),0 0 70px rgba(26,104,255,.45),inset 0 0 30px rgba(66,143,255,.3);display:grid;place-items:center;transform:perspective(800px) rotateX(7deg) rotateY(-12deg);position:relative}.cube:after{content:"☁";font-size:70px;color:#fff;text-shadow:0 0 24px #4ba3ff}.scene-card{position:absolute;background:rgba(10,31,61,.86);border:1px solid rgba(73,145,255,.55);backdrop-filter:blur(10px);border-radius:9px;padding:11px 14px;font-size:12px;box-shadow:0 10px 30px rgba(0,0,0,.22)}.scene-card b{display:block;margin-bottom:4px}.sc1{left:4%;top:10%}.sc2{left:-2%;bottom:13%}.sc3{right:0;top:30%}.sc4{right:5%;bottom:7%}
.marketing-section{max-width:1320px;margin:auto;padding:24px 44px}.entry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:-24px;position:relative;z-index:5}.entry{padding:20px;border-radius:13px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);display:flex;gap:14px;align-items:center}.entry-icon{width:48px;height:48px;border-radius:12px;display:grid;place-items:center;background:#eaf2ff;color:var(--blue);font-size:22px}.entry.green .entry-icon{background:#e9fbf2;color:var(--green)}.entry.purple .entry-icon{background:#f1ecff;color:var(--purple)}.entry h3{margin:0 0 5px;font-size:15px}.entry p{margin:0;color:var(--muted);font-size:12px}.entry .btn{margin-left:auto}
.logo-row{display:flex;justify-content:space-between;align-items:center;gap:22px;flex-wrap:wrap;color:#718096;font-weight:750;padding:22px 8px}.logo-chip{padding:8px 14px;border-radius:8px;background:#f8fafc;border:1px solid #eff3f8}
.section-title{font-size:24px;margin:18px 0 5px}.section-sub{color:var(--muted);margin:0 0 18px}.feature-card{padding:20px;min-height:130px}.feature-card .ico{width:38px;height:38px;border-radius:10px;background:#eef4ff;color:var(--blue);display:grid;place-items:center;margin-bottom:13px}.feature-card h4{margin:0 0 7px}.feature-card p{font-size:12px;color:var(--muted);line-height:1.65;margin:0}
.wizard-shell{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:16px}.steps{display:flex;align-items:center;gap:0;padding:18px 20px}.step{display:flex;align-items:center;gap:8px;color:#8d9aae;font-size:12px;white-space:nowrap;flex:1}.step:not(:last-child):after{content:"";height:1px;background:#dfe6ef;flex:1;margin:0 10px}.step-num{width:26px;height:26px;border-radius:50%;border:1px solid #d6deea;display:grid;place-items:center;background:#fff}.step.active{color:#1b2d49;font-weight:700}.step.active .step-num{background:var(--blue);border-color:var(--blue);color:#fff}.step.done .step-num{background:#eaf8f2;color:var(--green);border-color:#bfe9d4}.wizard-panel{padding:20px}.wizard-panel h2{font-size:18px;margin:0 0 5px}.wizard-panel>.muted{font-size:12px}.big-textarea{width:100%;min-height:180px;border:1px solid #bed4ff;border-radius:10px;padding:16px;resize:vertical;outline:0;margin-top:15px;line-height:1.75;background:#fff}.big-textarea:focus{box-shadow:0 0 0 3px rgba(23,105,255,.09);border-color:var(--blue)}.upload-row{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}.template-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.template-card{border:1px solid var(--line);border-radius:10px;padding:12px;background:#fff;cursor:pointer}.template-card:hover{border-color:#9fc0ff;background:#f7faff}.template-card b{font-size:13px}.template-card small{display:block;color:var(--muted);margin-top:5px}.ai-help{margin-top:18px;border:1px solid #d6e5ff;background:linear-gradient(120deg,#f4f8ff,#fbfdff);border-radius:12px;padding:16px;display:flex;gap:12px}.ai-bot{width:46px;height:46px;border-radius:13px;background:linear-gradient(135deg,#dcecff,#fff);display:grid;place-items:center;color:var(--blue);font-size:24px}.ai-help .chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:9px}.chip{font-size:11px;background:#fff;border:1px solid #dce5f3;border-radius:7px;padding:7px 10px;cursor:pointer}.chip:hover{border-color:#9fbcf5;color:var(--blue)}
.ai-side{padding:16px;position:sticky;top:82px;align-self:start}.ai-side h3{font-size:14px;margin:0 0 14px;display:flex;justify-content:space-between}.ai-item{display:grid;grid-template-columns:26px 1fr;gap:8px;margin:13px 0}.ai-item .dot{width:24px;height:24px;border-radius:7px;background:#eef4ff;color:var(--blue);display:grid;place-items:center;font-size:11px}.ai-item label{font-size:11px;color:#8b97a9;display:block}.ai-item b{font-size:12px;display:block;margin-top:2px}.completion{margin-top:18px;border-top:1px solid var(--line);padding-top:15px}.completion-line{display:flex;align-items:center;gap:8px;font-size:11px;margin:8px 0;color:#6a778b}.completion-line.active{color:var(--blue);font-weight:700}.completion-line:before{content:"";width:8px;height:8px;border-radius:50%;background:#d8e0ea}.completion-line.active:before{background:var(--blue)}
.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:15px}.service-card{border:1px solid var(--line);border-radius:12px;padding:16px;cursor:pointer;position:relative;background:#fff;min-height:126px}.service-card:hover{border-color:#99baff}.service-card.selected{border-color:var(--blue);box-shadow:0 0 0 2px rgba(23,105,255,.08);background:#f8fbff}.service-check{position:absolute;right:12px;top:12px;width:22px;height:22px;border-radius:50%;border:1px solid #cad5e5;display:grid;place-items:center}.service-card.selected .service-check{background:var(--blue);color:#fff;border-color:var(--blue)}.service-card h4{margin:0 0 7px}.service-card p{margin:0;font-size:12px;color:var(--muted);line-height:1.55}.service-price{margin-top:10px;font-weight:750;color:#1d2a40}
.quote-summary{display:grid;grid-template-columns:1fr 310px;gap:16px}.quote-items .quote-row{display:grid;grid-template-columns:1fr 150px 110px 50px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line);gap:10px}.quote-total{padding:18px;position:sticky;top:82px;height:max-content}.quote-amount{font-size:32px;font-weight:800;margin:8px 0}.quote-plan{border:1px solid var(--line);border-radius:10px;padding:13px;margin:9px 0;cursor:pointer}.quote-plan.selected{border-color:var(--blue);background:#f5f9ff}.quote-plan b{display:flex;justify-content:space-between}.quote-plan small{color:var(--muted)}
.filter-layout{display:grid;grid-template-columns:220px 1fr;gap:14px}.filters{padding:16px;align-self:start;position:sticky;top:82px}.filter-group{border-bottom:1px solid var(--line);padding:11px 0}.filter-group b{font-size:12px;display:block;margin-bottom:8px}.check{display:flex;align-items:center;gap:8px;font-size:12px;color:#5f6d82;margin:7px 0}.toolbar{padding:12px;display:flex;align-items:center;gap:10px}.input{height:38px;border:1px solid #d9e2ef;border-radius:8px;padding:0 12px;outline:0;background:#fff}.input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(23,105,255,.07)}.toolbar .input{flex:1}
.component-title{display:flex;align-items:center;gap:8px;font-weight:700}.component-icon{width:28px;height:28px;border-radius:7px;background:#edf3fb;border:1px solid #dbe5f2;display:grid;place-items:center;color:#62728a;font-size:10px}.star{color:#f5b614}.link{color:var(--blue);cursor:pointer;font-weight:600}.link:hover{text-decoration:underline}
.detail-hero{background:linear-gradient(120deg,#fff,#f5f9ff);padding:20px;display:flex;justify-content:space-between;gap:20px}.detail-title h2{margin:0 0 5px;font-size:22px}.detail-title p{margin:0;color:var(--muted)}.detail-actions{display:flex;gap:8px;align-items:flex-start}.tabs{display:flex;border-bottom:1px solid var(--line);padding:0 18px;gap:24px}.tab{padding:13px 0;font-size:12px;color:#67768c;position:relative;cursor:pointer}.tab.active{color:var(--blue);font-weight:700}.tab.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--blue)}.spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border:1px solid var(--line);border-radius:10px;overflow:hidden}.spec{display:flex;justify-content:space-between;padding:11px 13px;border-bottom:1px solid var(--line);font-size:12px}.spec:nth-child(odd){border-right:1px solid var(--line)}.spec span:first-child{color:#738196}
.project-card{padding:16px}.project-card-top{display:flex;justify-content:space-between;gap:10px}.project-card h3{margin:0 0 6px}.project-meta{display:flex;justify-content:space-between;font-size:11px;color:var(--muted);margin:10px 0 7px}.timeline{display:flex;align-items:flex-start;margin:16px 0 4px}.timeline .node{flex:1;text-align:center;position:relative;font-size:10px;color:#7e8a9d}.timeline .node:before{content:"";display:block;width:18px;height:18px;border-radius:50%;background:#e8edf4;border:3px solid #fff;box-shadow:0 0 0 1px #d9e1ed;margin:0 auto 7px;position:relative;z-index:2}.timeline .node:after{content:"";position:absolute;height:2px;background:#e1e7ef;top:8px;left:-50%;width:100%;z-index:1}.timeline .node:first-child:after{display:none}.timeline .node.done:before{background:var(--green);box-shadow:0 0 0 1px #9edbc2}.timeline .node.active:before{background:var(--blue);box-shadow:0 0 0 4px #dfeaff}.timeline .node.done:after,.timeline .node.active:after{background:#9fc2ff}
.work-grid{display:grid;grid-template-columns:1fr 320px;gap:16px}.task-list .task{display:grid;grid-template-columns:28px 1fr 120px 80px;gap:10px;align-items:center;padding:11px 0;border-bottom:1px solid var(--line);font-size:12px}.task-check{width:20px;height:20px;border-radius:6px;border:1px solid #cad5e5;display:grid;place-items:center}.task.done .task-check{background:var(--green);color:white;border-color:var(--green)}
.cost-stack{display:flex;height:30px;border-radius:8px;overflow:hidden;margin:12px 0}.cost-stack span{display:block;height:100%}.legend{display:flex;gap:14px;flex-wrap:wrap;font-size:11px;color:var(--muted)}.legend i{display:inline-block;width:9px;height:9px;border-radius:3px;margin-right:4px}.mfg-grid{display:grid;grid-template-columns:1fr 340px;gap:16px}.mfg-services{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.mfg-card{border:1px solid var(--line);border-radius:11px;padding:14px;cursor:pointer;min-height:100px}.mfg-card.selected{border-color:var(--blue);background:#f7faff}.mfg-card b{display:block;margin-bottom:6px}.mfg-card small{color:var(--muted)}
.admin-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.spark{height:46px;display:flex;align-items:flex-end;gap:4px;margin-top:8px}.spark i{display:block;width:8px;background:#d9e7ff;border-radius:3px 3px 0 0}.spark i:nth-child(4n){background:#8cb4ff}
.modal-backdrop{position:fixed;inset:0;background:rgba(5,14,27,.52);backdrop-filter:blur(3px);z-index:100;display:grid;place-items:center;padding:30px}.modal{width:min(980px,96vw);max-height:90vh;overflow:auto;background:#fff;border-radius:16px;box-shadow:0 30px 80px rgba(0,0,0,.25)}.modal-head{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid var(--line)}.modal-close{border:0;background:#f1f4f8;border-radius:8px;width:32px;height:32px}.modal-body{padding:0 0 20px}
.toast{position:fixed;right:22px;bottom:22px;background:#101c2f;color:#fff;padding:12px 16px;border-radius:9px;box-shadow:var(--shadow);z-index:200;font-size:13px;animation:toastin .2s ease}@keyframes toastin{from{transform:translateY(8px);opacity:0}to{transform:none;opacity:1}}
.empty{padding:50px 20px;text-align:center;color:var(--muted)}
@media(max-width:1100px){.topnav{display:none}.brand{min-width:220px}.layout{grid-template-columns:180px 1fr}.wizard-shell,.quote-summary,.work-grid,.mfg-grid{grid-template-columns:1fr}.ai-side,.quote-total{position:static}.g4,.admin-kpis{grid-template-columns:repeat(2,1fr)}.template-grid,.service-grid,.mfg-services{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.topbar{padding:0 12px}.brand{min-width:auto}.brand span:not(.brand-logo){display:none}.search-pill{display:none}.layout{display:block}.sidebar{display:none}.page{padding:16px}.hero-inner{grid-template-columns:1fr;padding:52px 22px}.hero h1{font-size:36px}.circuit-scene{display:none}.entry-grid,.g2,.g3,.g4,.g5,.template-grid,.service-grid,.filter-layout,.mfg-services,.admin-kpis{grid-template-columns:1fr}.marketing-section{padding:20px 18px}.steps{overflow:auto}.step{min-width:130px}.wizard-shell{display:block}.quote-items .quote-row{grid-template-columns:1fr 90px}.quote-items .quote-row>*:nth-child(3),.quote-items .quote-row>*:nth-child(4){display:none}}
/* V2 operations workspace */
.ops-sidebar{padding-bottom:36px}.block-muted{display:block;color:var(--muted);font-size:11px;margin-top:4px}.ops-kpi .trend{color:#708099}.ops-main-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:16px;margin-top:16px}.funnel{display:flex;align-items:end;gap:12px;height:190px;padding:8px 4px}.funnel>div{flex:1;text-align:center;display:flex;flex-direction:column;justify-content:end;height:100%;gap:7px}.funnel b{font-size:22px}.funnel i{display:block;margin:auto;height:70px;min-width:38px;background:linear-gradient(180deg,#1769ff,#55b8ff);border-radius:10px 10px 4px 4px;box-shadow:0 8px 20px rgba(23,105,255,.16)}.funnel span{font-size:11px;color:var(--muted)}
.exception-row{display:grid;grid-template-columns:54px 1fr 32px;gap:10px;align-items:center;border-bottom:1px solid var(--line);padding:11px 0}.exception-row small{display:block;color:var(--muted);font-size:10px;margin-top:3px}.exception-type{font-size:11px;padding:5px 7px;background:#f2f6fb;border-radius:6px;text-align:center}.delivery-bus{display:grid;grid-template-columns:repeat(8,1fr);gap:8px}.bus-node{position:relative;padding:14px 8px;border:1px solid var(--line);border-radius:10px;background:linear-gradient(180deg,#fff,#f8fbff);text-align:center}.bus-node:not(:last-child):after{content:'→';position:absolute;right:-10px;top:50%;transform:translateY(-50%);color:#99a8ba;z-index:2}.bus-node>span{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;margin:0 auto 7px;background:#eaf2ff;color:var(--blue);font-size:10px;font-weight:800}.bus-node b{display:block;font-size:12px}.bus-node small{display:block;color:var(--muted);margin-top:4px}
.kanban{display:grid;grid-template-columns:repeat(5,minmax(180px,1fr));gap:12px;overflow:auto}.kanban-col{min-height:360px;background:#f1f5fa;border:1px solid var(--line);border-radius:12px;padding:10px}.kanban-col>header{display:flex;justify-content:space-between;align-items:center;padding:5px 4px 10px;font-size:12px}.kanban-col>header span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:2px 7px}.lead-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:12px;margin-bottom:9px;position:relative;box-shadow:0 2px 7px rgba(31,52,82,.03)}.lead-card>b{display:block;padding-right:34px;font-size:12px}.lead-card>small{display:block;color:var(--muted);font-size:10px;margin-top:5px}.lead-score{position:absolute;right:10px;top:10px;width:28px;height:28px;border-radius:50%;background:#eaf9f2;color:#13845b;display:grid;place-items:center;font-size:10px;font-weight:800}.lead-card .chips{display:flex;gap:4px;flex-wrap:wrap;margin:10px 0}.lead-foot{display:flex;justify-content:space-between;gap:8px;font-size:10px;color:var(--muted);align-items:center}.empty-mini{padding:28px 6px;text-align:center;color:#a0acbb;font-size:11px}
.engineer-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:16px}.soft-line{border:0;border-top:1px solid var(--line);margin:16px 0}.supply-risk{display:grid;grid-template-columns:1fr 80px 74px;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}.supply-risk small,.supplier-row small{display:block;color:var(--muted);font-size:10px;margin-top:3px}.supplier-row{display:grid;grid-template-columns:1fr 65px 55px 88px;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}.supplier-row>div:nth-child(n+2){text-align:center}.supplier-row>div:nth-child(n+2) b{font-size:12px}.production-board{display:grid;grid-template-columns:repeat(9,minmax(140px,1fr));gap:9px;overflow:auto;padding-bottom:3px}.prod-stage{min-height:280px;background:#eef3f8;border:1px solid var(--line);border-radius:11px;padding:8px}.prod-stage header{display:flex;justify-content:space-between;font-size:11px;font-weight:800;color:#58677c;padding:4px 3px 10px}.prod-stage header span{background:#fff;border-radius:999px;padding:1px 6px}.prod-stage article{background:#fff;border:1px solid var(--line);border-radius:9px;padding:10px;margin-bottom:8px}.prod-stage article>b{font-size:11px}.prod-stage article>small{display:block;color:var(--muted);font-size:9px;margin:4px 0 9px}.prod-stage article .progress{height:6px;margin-bottom:8px}.mini-action{border:0;background:transparent;color:var(--blue);font-size:10px;padding:0;font-weight:700}.quality-gates{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.quality-card{padding:16px;min-height:130px}.quality-card h3{font-size:14px;margin:14px 0 6px}.quality-card p{font-size:11px;color:var(--muted);line-height:1.55;margin:0}.milestone-money{display:grid;grid-template-columns:1fr 180px 90px;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}.milestone-money small{display:block;color:var(--muted);font-size:10px;margin-top:3px}.milestone-mini{display:flex;gap:5px;align-items:center}.milestone-mini i{width:18px;height:7px;border-radius:999px;background:#e6ebf2}.milestone-mini i.done{background:var(--green)}.milestone-mini i.active{background:var(--blue)}.milestone-mini.large{margin-top:12px}.milestone-mini.large i{flex:1;height:6px}.profit-ring{width:160px;height:160px;border-radius:50%;margin:8px auto 16px;background:conic-gradient(var(--blue) 0 31.8%,#e8eef6 31.8% 100%);display:grid;place-items:center;position:relative}.profit-ring:after{content:'';position:absolute;inset:22px;background:#fff;border-radius:50%}.profit-ring b,.profit-ring span{position:absolute;z-index:2}.profit-ring b{font-size:28px;margin-top:-16px}.profit-ring span{font-size:10px;color:var(--muted);margin-top:34px}.finance-legend{justify-content:center}.quote-convert{display:grid;grid-template-columns:1fr 110px 80px 140px;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}.quote-convert small{display:block;color:var(--muted);font-size:10px;margin-top:3px}.project-v2 .mono{font-size:10px}.health-dot{font-size:10px;font-weight:800;padding:5px 7px;border-radius:6px}.health-dot.green{background:#eaf9f2;color:#14875c}.health-dot.amber{background:#fff6e5;color:#b97808}.stage-title{display:flex;align-items:center;gap:8px;margin:14px 0 4px}.stage-title b{font-size:12px}.team-strip{display:flex;align-items:center;gap:5px;margin-top:13px}.team-strip>span{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#dce9ff,#edf8ff);border:2px solid #fff;box-shadow:0 0 0 1px #d9e4f3;color:#1769ff;font-size:11px;font-weight:800}.team-strip small{margin-left:5px;color:var(--muted);font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-actions{display:flex;gap:6px;margin-top:14px}.chip-selected{border-color:var(--blue)!important;color:var(--blue)!important;background:#f4f8ff!important}.manufacturing-gates{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:18px}.gate-box{padding:12px;border:1px solid var(--line);border-radius:9px;background:#fafcff}.gate-box.active{border-color:var(--blue);background:#f3f8ff}.gate-box b,.gate-box small{display:block}.gate-box small{color:var(--muted);font-size:10px;margin-top:3px}.cost-line{display:flex;justify-content:space-between;padding:7px 0;font-size:12px}.admin-module-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.admin-module{padding:16px;display:grid;grid-template-columns:1fr auto;gap:5px}.admin-module>b{font-size:13px}.admin-module>span{font-size:20px;font-weight:800;color:var(--blue)}.admin-module>small{grid-column:1/-1;color:var(--muted)}.agent-row{display:grid;grid-template-columns:16px 1fr 95px 55px;gap:8px;align-items:center;padding:9px 0;border-bottom:1px solid var(--line);font-size:11px}.agent-dot{width:9px;height:9px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px #e9f8f1}.agent-row small{color:var(--muted)}.audit-row{display:grid;grid-template-columns:105px 95px 1fr;gap:8px;padding:9px 0;border-bottom:1px solid var(--line);font-size:10px}.audit-row>span{color:var(--muted)}.audit-row small{display:block;color:var(--muted);margin-top:3px}
@media(max-width:1250px){.delivery-bus{grid-template-columns:repeat(4,1fr)}.quality-gates{grid-template-columns:repeat(3,1fr)}.admin-module-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:1000px){.ops-main-grid,.engineer-layout{grid-template-columns:1fr}.kanban{grid-template-columns:repeat(5,220px)}.production-board{grid-template-columns:repeat(9,180px)}}
@media(max-width:760px){.delivery-bus,.quality-gates,.admin-module-grid{grid-template-columns:1fr}.milestone-money,.quote-convert{grid-template-columns:1fr}.supplier-row{grid-template-columns:1fr 60px 60px}.agent-row,.audit-row{grid-template-columns:1fr}}
/* V3 launch-candidate controls */
.notification-row{display:grid;grid-template-columns:14px minmax(260px,1fr) 90px 150px 70px;gap:12px;align-items:center;padding:14px 6px;border-bottom:1px solid var(--line);cursor:pointer}.notification-row:hover{background:#f8fbff}.notification-row.read{opacity:.58}.notification-row small,.integration-row small{display:block;color:var(--muted);font-size:10px;margin-top:4px}.notification-dot{width:8px;height:8px;border-radius:50%;background:#dbe3ed}.notification-dot.active{background:var(--blue);box-shadow:0 0 0 4px #e7f0ff}.rule-row{display:grid;grid-template-columns:1fr 120px 70px;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line);font-size:12px}.rule-row span,.rule-row small{text-align:right}.rule-row small{color:var(--muted)}.field-label{display:block;font-size:11px;font-weight:700;color:#627086;margin:12px 0 6px}.integration-row{display:grid;grid-template-columns:1fr 90px 130px;gap:10px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}.top-actions a{text-decoration:none}.top-actions a:hover{color:#fff}.input[type=number]{appearance:textfield}.input[type=number]::-webkit-inner-spin-button,.input[type=number]::-webkit-outer-spin-button{appearance:none;margin:0}
@media(max-width:900px){.notification-row{grid-template-columns:12px 1fr 80px}.notification-row>*:nth-child(4),.notification-row>*:nth-child(5){display:none}.integration-row{grid-template-columns:1fr 80px}.integration-row>*:nth-child(3){display:none}}
/* V4 full-chain control tower */
.chain-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:16px}.chain-projects{align-self:start;position:sticky;top:76px}.chain-project{width:100%;border:1px solid var(--line);background:#fff;border-radius:10px;padding:12px;text-align:left;margin:0 0 9px;cursor:pointer}.chain-project:hover,.chain-project.active{border-color:#86afff;background:#f4f8ff}.chain-project b,.chain-project small{display:block}.chain-project small{color:var(--muted);font-size:10px;margin:4px 0 8px}.chain-flow{display:grid;grid-template-columns:repeat(6,minmax(120px,1fr));gap:9px}.chain-node{display:flex;gap:9px;align-items:center;min-height:70px;padding:10px;border-radius:10px;border:1px solid var(--line);background:#fbfdff;position:relative}.chain-node>span{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;font-weight:800;font-size:11px;flex:0 0 auto}.chain-node.ok>span{background:#e7f8f0;color:#14875c}.chain-node.warn>span{background:#fff2dc;color:#b97808}.chain-node b,.chain-node small{display:block}.chain-node b{font-size:11px}.chain-node small{font-size:9px;color:var(--muted);margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:130px}.blocker-list{display:grid;gap:7px;margin:10px 0 14px}.blocker-list>div{background:#fff7e8;color:#9a6300;border:1px solid #f3d9a4;border-radius:8px;padding:9px 10px;font-size:11px}.ready-banner{background:#ecfaf3;color:#147852;border:1px solid #bfe9d5;border-radius:8px;padding:12px;margin:10px 0 14px;font-size:12px}.chain-actions{display:flex;gap:8px;flex-wrap:wrap}.action-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.action-grid .btn{text-align:left;justify-content:flex-start}.side-link[href="#/chain"] .side-icon{color:#6c4dff}.ops-sidebar .side-link.active[href="#/chain"]{background:linear-gradient(90deg,#eef3ff,#f7f4ff);color:#3e3bd8}
@media(max-width:1250px){.chain-flow{grid-template-columns:repeat(4,1fr)}}@media(max-width:1000px){.chain-layout{grid-template-columns:1fr}.chain-projects{position:static;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.chain-projects .card-head{grid-column:1/-1}.chain-flow{grid-template-columns:repeat(3,1fr)}}@media(max-width:720px){.chain-projects,.chain-flow,.action-grid{grid-template-columns:1fr}}
/* V5 complete professional workspaces */
.v5-account-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.v5-account{padding:18px}.v5-account-kpis,.v5-score-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:16px}.v5-account-kpis>div,.v5-score-row>div{background:#f7f9fc;border:1px solid var(--line);border-radius:9px;padding:10px;text-align:center}.v5-account-kpis b,.v5-account-kpis small,.v5-score-row b,.v5-score-row small{display:block}.v5-account-kpis small,.v5-score-row small{font-size:9px;color:var(--muted);margin-top:3px}.v5-mini-projects{display:grid;gap:7px;margin:14px 0}.v5-mini-projects button{border:1px solid var(--line);background:#fff;border-radius:8px;padding:8px 10px;display:flex;justify-content:space-between;align-items:center;text-align:left;cursor:pointer}.v5-project-hero{padding:22px;display:grid;grid-template-columns:1fr 120px 150px;gap:20px;align-items:center;background:linear-gradient(135deg,#07182f,#123b78);color:#fff;border:0}.v5-project-hero h2{font-size:25px;margin:6px 0}.v5-project-hero p{color:#bad0ef;margin:0}.v5-eyebrow{font-size:10px;letter-spacing:.16em;color:#7eb2ff;font-weight:800}.v5-project-score{text-align:center}.v5-project-score b{display:block;font-size:31px}.v5-project-score span,.v5-health small{font-size:10px;color:#a8c4eb}.v5-health{border-left:1px solid #315486;padding-left:20px}.v5-health b,.v5-health small{display:block;margin-top:7px}.v5-stagebar{display:grid;grid-template-columns:repeat(8,1fr);gap:7px;margin-top:14px}.v5-stagebar>div{padding:11px 7px;border:1px solid var(--line);background:#fff;border-radius:9px;text-align:center}.v5-stagebar i{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#edf1f6;color:#77859a;margin:0 auto 5px;font-style:normal;font-size:10px;font-weight:800}.v5-stagebar span{font-size:9px;font-weight:800}.v5-stagebar .done{border-color:#c1ead8;background:#f6fcf9}.v5-stagebar .done i{background:#dff6eb;color:#13845b}.v5-stagebar .active{border-color:#83adff;background:#f4f8ff}.v5-stagebar .active i{background:var(--blue);color:#fff}.v5-domain-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.v5-domain{padding:15px;text-align:left;border:1px solid var(--line);display:grid;grid-template-columns:30px 1fr 18px;gap:8px;align-items:center;cursor:pointer}.v5-domain:hover{border-color:#8ab0ff;box-shadow:0 7px 20px rgba(23,105,255,.08)}.v5-domain>span{width:29px;height:29px;border-radius:8px;background:#edf4ff;color:var(--blue);display:grid;place-items:center}.v5-domain b,.v5-domain small{display:block}.v5-domain small{font-size:9px;color:var(--muted);margin-top:3px}.v5-domain i{font-style:normal;color:var(--blue)}.v5-milestone{display:grid;grid-template-columns:1fr auto 80px;gap:8px;align-items:center;padding:9px 0;border-bottom:1px solid var(--line)}.v5-milestone small{display:block;color:var(--muted);font-size:9px}.v5-milestone-flags{display:flex;gap:4px}.v5-milestone-flags span{font-size:8px;padding:3px 5px;border-radius:5px;background:#eef1f5;color:#8893a4}.v5-milestone-flags span.ok{background:#e7f8f0;color:#14875c}.v5-statline{display:flex;justify-content:space-between;gap:10px;padding:9px 0;border-bottom:1px solid var(--line);font-size:11px}.v5-activity-list{display:grid;grid-template-columns:repeat(2,1fr);gap:0 22px}.v5-activity{display:grid;grid-template-columns:18px 1fr;gap:8px;padding:9px 0;border-bottom:1px solid var(--line)}.v5-activity i{width:9px;height:9px;border-radius:50%;background:var(--blue);margin-top:5px;box-shadow:0 0 0 4px #e8f0ff}.v5-activity small{display:block;color:var(--muted);font-size:9px;margin-top:2px}.v5-activity p{margin:4px 0 0;font-size:10px;color:#526177}.v5-kanban{display:grid;grid-template-columns:repeat(4,minmax(230px,1fr));gap:11px;overflow:auto}.v5-kanban>section{background:#eef3f8;border:1px solid var(--line);border-radius:11px;padding:9px;min-height:520px}.v5-kanban>section>header{display:flex;justify-content:space-between;font-size:11px;padding:5px 4px 10px}.v5-kanban article{padding:12px;margin-bottom:9px}.v5-kanban article h4{font-size:12px;margin:11px 0 5px}.v5-kanban article>small{color:var(--muted);font-size:9px}.v5-owner{display:grid;grid-template-columns:24px 1fr auto;gap:6px;align-items:center;margin:14px 0}.v5-owner>span{width:24px;height:24px;border-radius:50%;background:#e7f0ff;color:var(--blue);display:grid;place-items:center;font-weight:800}.v5-owner b,.v5-owner i{font-size:9px}.v5-owner i{font-style:normal;color:var(--muted)}.v5-engineering-hero{display:flex;justify-content:space-between;align-items:center;padding:20px;background:linear-gradient(120deg,#f7faff,#eef5ff)}.v5-engineering-hero h2{margin:7px 0 4px}.v5-engineering-hero p{margin:0;color:var(--muted)}.v5-engineering-hero>div:last-child{text-align:right}.v5-engineering-hero>div:last-child b{font-size:28px;display:block;color:var(--blue)}.v5-engineering-hero>div:last-child small{color:var(--muted)}.v5-stepper{display:grid;grid-template-columns:repeat(7,1fr);gap:7px}.v5-stepper>div{border:1px solid var(--line);background:#fff;border-radius:9px;padding:10px;text-align:center}.v5-stepper i{display:grid;place-items:center;margin:auto;width:25px;height:25px;border-radius:50%;background:#edf1f6;font-style:normal;font-size:10px;font-weight:800}.v5-stepper b,.v5-stepper span{display:block}.v5-stepper b{font-size:10px;margin-top:6px}.v5-stepper span{font-size:8px;color:var(--muted);margin-top:3px}.v5-stepper .done{background:#f5fcf8;border-color:#c4ebda}.v5-stepper .done i{background:#dff6eb;color:#14875c}.v5-stepper .active{background:#f4f8ff;border-color:#7da9ff}.v5-stepper .active i{background:var(--blue);color:#fff}.v5-asset{padding:15px}.v5-asset .card-head{align-items:center}.v5-asset-icon{width:30px;height:30px;border-radius:8px;background:#eaf2ff;color:var(--blue);display:grid;place-items:center}.v5-asset h3{font-size:13px;margin:14px 0 6px}.v5-asset p{font-size:10px;color:var(--muted);line-height:1.55;min-height:32px}.v5-review{display:grid;grid-template-columns:28px 1fr 70px;align-items:center;gap:8px;padding:8px 0;border-bottom:1px solid var(--line);font-size:10px}.v5-review i{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#edf1f6;font-style:normal}.v5-review i.done{background:#dff6eb;color:#14875c}.v5-review i.active{background:#e6efff;color:var(--blue)}.v5-test-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.v5-test{padding:16px}.v5-test h3{font-size:14px;margin:14px 0 6px}.v5-test p{font-size:10px;color:var(--muted);min-height:32px}.v5-test-score{display:grid;grid-template-columns:55px 1fr;gap:10px;align-items:center;margin:15px 0}.v5-test-score b{font-size:19px;color:var(--blue)}.v5-supplier-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.v5-supplier{padding:17px}.v5-supplier .chips{min-height:42px}.v5-score-row{grid-template-columns:repeat(4,1fr)}.v5-component-hero{padding:20px;display:grid;grid-template-columns:64px 1fr auto;gap:18px;align-items:center}.component-icon.large{width:58px;height:58px;font-size:15px;border-radius:13px}.v5-component-hero h2{font-size:25px;margin:8px 0 4px}.v5-component-hero p{color:var(--muted);margin:0}.v5-component-kpis{display:flex;gap:10px}.v5-component-kpis>div{min-width:105px;border:1px solid var(--line);background:#f8fafd;border-radius:9px;padding:10px;text-align:center}.v5-component-kpis b,.v5-component-kpis small{display:block}.v5-component-kpis small{font-size:8px;color:var(--muted);margin-top:3px}.v5-detail-tabs{overflow:auto}.v5-asset-mini{padding:12px}.v5-asset-mini span,.v5-asset-mini b,.v5-asset-mini small{display:block}.v5-asset-mini span{color:var(--green);font-weight:800}.v5-asset-mini b{font-size:10px;margin-top:5px}.v5-asset-mini small{font-size:8px;color:var(--muted);margin-top:3px}.v5-offer{display:grid;grid-template-columns:1fr 85px 70px;gap:8px;padding:10px 0;border-bottom:1px solid var(--line);font-size:10px;align-items:center}.v5-offer small{display:block;color:var(--muted);font-size:8px}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}
@media(max-width:1250px){.v5-account-grid,.v5-supplier-grid,.v5-test-grid{grid-template-columns:repeat(2,1fr)}.v5-domain-grid{grid-template-columns:repeat(3,1fr)}.v5-stagebar{grid-template-columns:repeat(4,1fr)}.v5-stepper{grid-template-columns:repeat(4,1fr)}}
@media(max-width:900px){.v5-project-hero{grid-template-columns:1fr 90px}.v5-project-hero .v5-health{grid-column:1/-1;border-left:0;border-top:1px solid #315486;padding:12px 0 0}.v5-activity-list{grid-template-columns:1fr}.v5-component-hero{grid-template-columns:50px 1fr}.v5-component-kpis{grid-column:1/-1}.v5-kanban{grid-template-columns:repeat(4,240px)}}
@media(max-width:700px){.v5-account-grid,.v5-supplier-grid,.v5-test-grid,.v5-domain-grid,.v5-stagebar,.v5-stepper{grid-template-columns:1fr}.v5-component-kpis{display:grid;grid-template-columns:1fr}.v5-milestone{grid-template-columns:1fr}.v5-milestone-flags{justify-content:flex-start}}
/* V6 production control plane */
.v6-health-row{display:grid;grid-template-columns:130px 1fr;gap:12px;align-items:center;padding:11px 0;border-bottom:1px solid var(--line)}.v6-health-row b,.v6-health-row small{display:block}.v6-health-row small{font-size:10px;color:var(--muted);margin-top:3px}.v6-api-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.v6-api-grid>div{display:grid;grid-template-columns:58px 1fr;gap:8px;border:1px solid var(--line);border-radius:9px;padding:10px;background:#fbfdff}.v6-api-grid code{font-size:11px;color:#24456f}.v6-api-grid small{grid-column:2;color:var(--muted);font-size:9px}.v6-secret{display:block;word-break:break-all;background:#07182f;color:#d7e7ff;border-radius:9px;padding:16px;font-size:12px;line-height:1.6}.v6-flag{display:grid;grid-template-columns:1fr auto;align-items:center;padding:11px 0;border-bottom:1px solid var(--line)}.v6-flag b,.v6-flag small{display:block}.v6-flag small{font-size:9px;color:var(--muted);margin-top:3px}.v6-flag input{width:38px;height:20px;accent-color:var(--blue)}.v6-integration-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.v6-integration{padding:16px}.v6-integration .card-head>div>b,.v6-integration .card-head>div>small{display:block}.v6-integration .card-head>div>small{font-size:9px;color:var(--muted);margin-top:3px}.v6-onboarding{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.v6-onboarding>div{border:1px solid var(--line);background:#fff;border-radius:10px;padding:14px;position:relative}.v6-onboarding>div:after{content:'→';position:absolute;right:-9px;top:50%;color:#98a7bb}.v6-onboarding>div:last-child:after{display:none}.v6-onboarding span{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#eaf2ff;color:var(--blue);font-weight:800;font-size:10px}.v6-onboarding b,.v6-onboarding small{display:block}.v6-onboarding b{font-size:11px;margin-top:10px}.v6-onboarding small{font-size:8px;color:var(--muted);line-height:1.5;margin-top:4px}.v6-check-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.v6-check-grid>div{display:grid;grid-template-columns:26px 1fr;gap:8px;border:1px solid var(--line);border-radius:9px;padding:10px}.v6-check-grid span{width:23px;height:23px;border-radius:7px;background:#eef4ff;color:var(--blue);display:grid;place-items:center;font-weight:800;font-size:9px}.v6-check-grid b{font-size:10px}.v6-check-grid small{grid-column:2;color:var(--muted);font-size:8px}.v6-admin-link{display:flex;justify-content:space-between;align-items:center;padding:12px;border-bottom:1px solid var(--line);color:inherit}.v6-admin-link:hover{color:var(--blue);background:#f7faff}.side-link[href="#/developer"] .side-icon{font-size:8px;font-weight:900}.top-actions a{text-decoration:none}.field-label{display:block;font-size:10px;font-weight:800;color:#5d6c80;margin:12px 0 6px}.card .input,select.input{width:100%;box-sizing:border-box}
@media(max-width:1250px){.v6-integration-grid{grid-template-columns:repeat(2,1fr)}.v6-onboarding{grid-template-columns:repeat(4,1fr)}.v6-check-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.v6-integration-grid,.v6-onboarding,.v6-check-grid,.v6-api-grid{grid-template-columns:1fr}.v6-onboarding>div:after{display:none}.v6-health-row{grid-template-columns:1fr}}

/* V7 production UX hardening */
:root{--focus:0 0 0 3px rgba(23,105,255,.18)}
:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.btn:focus-visible,.input:focus-visible,button:focus-visible,a:focus-visible{box-shadow:var(--focus)}
button:disabled,.btn:disabled{opacity:.5;cursor:not-allowed;filter:saturate(.5)}
.input:invalid,.field-error{border-color:#ef7777!important;box-shadow:0 0 0 3px rgba(232,73,73,.08)}
.table th{position:sticky;top:0;z-index:2}.table tbody tr:focus-within{background:#f2f7ff}
.table-wrap{scrollbar-width:thin;scrollbar-color:#cfd9e8 transparent}.table-wrap:after{content:'';position:sticky;right:0;display:block;width:1px}
.search-pill kbd{margin-left:auto;font-size:9px;border:1px solid rgba(255,255,255,.18);padding:2px 5px;border-radius:5px;color:#92a3be;background:rgba(255,255,255,.04)}
.icon-action,.avatar-btn,.mobile-menu{border:0;color:inherit;background:transparent}.icon-action{width:34px;height:34px;border-radius:8px}.icon-action:hover,.mobile-menu:hover{background:rgba(255,255,255,.08)}.avatar-btn{padding:0}.mobile-menu{display:none;font-size:20px;width:38px;height:38px}
.network-bar{position:fixed;top:0;left:0;height:3px;width:0;z-index:9999;background:linear-gradient(90deg,var(--blue),var(--cyan));opacity:0;transition:opacity .15s,width .3s}.network-bar.active{opacity:1;width:72%;animation:networkPulse 1.7s ease-in-out infinite alternate}@keyframes networkPulse{from{width:18%}to{width:92%}}
.offline-banner{visibility:hidden;pointer-events:none;position:fixed;top:64px;left:50%;transform:translate(-50%,-150%);z-index:80;background:#9a6300;color:white;padding:9px 16px;border-radius:0 0 9px 9px;font-size:12px;font-weight:700;box-shadow:0 8px 24px rgba(0,0,0,.15);transition:transform .2s}.offline-banner.show{visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
.toast-root{position:fixed;right:20px;top:82px;z-index:120;display:grid;gap:9px;max-width:min(420px,calc(100vw - 28px))}.toast{position:relative!important;right:auto!important;bottom:auto!important;display:grid!important;grid-template-columns:28px 1fr auto auto;gap:10px;align-items:center;min-width:320px;max-width:420px;background:#fff!important;color:var(--text)!important;border:1px solid var(--line)!important;border-radius:11px!important;padding:11px 12px!important;box-shadow:0 14px 42px rgba(18,38,63,.17)!important;animation:toastIn .2s ease-out}.toast.leaving{opacity:0;transform:translateX(15px);transition:.18s}.toast-icon{width:26px;height:26px;border-radius:8px;background:#eaf2ff;color:var(--blue);display:grid;place-items:center;font-weight:900}.toast-success .toast-icon{background:#eaf9f2;color:var(--green)}.toast-error .toast-icon{background:#fff0f0;color:var(--red)}.toast-warning .toast-icon{background:#fff7e8;color:#b97808}.toast-text{font-size:12px;line-height:1.45}.toast-action,.toast-close{border:0;background:none;color:var(--blue);font-weight:750}.toast-close{font-size:18px;color:#8996a8}.toast-action{white-space:nowrap}@keyframes toastIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}
.boot-shell{min-height:100vh;background:var(--bg)}.skeleton{position:relative;overflow:hidden;background:#e9eef5;border-radius:10px}.skeleton:after{content:'';position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.75),transparent);animation:shimmer 1.25s infinite}@keyframes shimmer{to{transform:translateX(100%)}}.boot-top{height:64px;border-radius:0;background:#dce4ee}.boot-grid{display:grid;grid-template-columns:220px 1fr;min-height:calc(100vh - 64px)}.boot-side{border-radius:0}.boot-main{padding:30px;max-width:1450px;width:100%}.sk-title{width:260px;height:30px}.sk-line{width:430px;height:13px;margin-top:11px}.boot-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:26px}.sk-card{height:120px}.sk-table{height:360px;margin-top:18px}
.system-state{min-height:calc(100vh - 110px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px}.state-code{font-size:74px;line-height:1;font-weight:850;letter-spacing:-.06em;color:#c7d7ef}.system-state h1{font-size:27px;margin:14px 0 8px}.system-state p{max-width:580px;color:var(--muted);line-height:1.7}.system-state .actions{margin-top:14px}
.mobile-overlay{display:none}.modal-wide{width:min(900px,94vw)!important}.confirm-modal{width:min(430px,92vw)!important;text-align:center;padding:28px}.confirm-icon{width:54px;height:54px;margin:0 auto;border-radius:16px;display:grid;place-items:center;background:#edf4ff;color:var(--blue);font-size:26px;font-weight:900}.confirm-icon.danger{background:#fff0f0;color:var(--red)}.confirm-modal h2{margin:15px 0 7px}.confirm-modal .modal-actions{justify-content:center}
.identity-current{display:flex;gap:12px;align-items:center;padding:15px;border:1px solid var(--line);border-radius:12px;background:#f8fbff;margin-bottom:12px}.avatar.large{width:46px;height:46px}.identity-current b,.identity-current small{display:block}.identity-current small{color:var(--muted);margin-top:3px}.identity-list{display:grid;gap:7px;max-height:460px;overflow:auto}.identity-option{width:100%;border:1px solid var(--line);background:#fff;border-radius:10px;display:grid;grid-template-columns:36px 1fr auto;align-items:center;text-align:left;gap:10px;padding:10px}.identity-option:hover,.identity-option.selected{border-color:#9cbbfa;background:#f6f9ff}.identity-option span:nth-child(2) b,.identity-option span:nth-child(2) small{display:block}.identity-option span:nth-child(2) small{color:var(--muted);font-size:9px;margin-top:3px}.identity-option i{font-style:normal;color:var(--blue);font-size:10px}
.job-row{display:grid;grid-template-columns:minmax(160px,1fr) minmax(170px,1fr) 100px;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.job-row b,.job-row small{display:block}.job-row small{color:var(--muted);font-size:9px;margin-top:3px}
.upload-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:180px;border:1.5px dashed #aec4e7;border-radius:13px;background:#f7faff;cursor:pointer;padding:22px;text-align:center}.upload-dropzone:hover{border-color:var(--blue);background:#f1f6ff}.upload-dropzone>span{font-size:30px;color:var(--blue)}.upload-dropzone b{margin:10px 0 6px}.upload-dropzone small{color:var(--muted)}.upload-list{margin-top:14px}.upload-item{display:grid;grid-template-columns:34px 1fr 100px auto;gap:11px;align-items:center;padding:12px;border:1px solid var(--line);border-radius:10px;margin-top:8px}.file-glyph{width:32px;height:32px;border-radius:8px;background:#edf4ff;color:var(--blue);display:grid;place-items:center}.upload-item b,.upload-item small{display:block}.upload-item small{font-size:9px;color:var(--muted);margin:3px 0 7px}.empty-state{min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:25px;color:var(--muted)}.empty-state.compact{min-height:120px}.empty-state>span{font-size:30px;color:#a7b8ce}.empty-state b{color:var(--text);margin:10px 0 5px}.empty-state small{max-width:390px;line-height:1.55}
.side-link{transition:background .12s,color .12s,transform .12s}.side-link:active{transform:translateX(2px)}.card,.btn,.input,.service-card,.template-card{transition:border-color .15s,box-shadow .15s,transform .15s,background .15s}.btn:active{transform:translateY(1px)}.card:hover{border-color:#dce4ef}.input{min-height:38px;border:1px solid var(--line);border-radius:8px;padding:0 11px;background:#fff;color:var(--text)}.input::placeholder{color:#a8b3c2}.input:hover{border-color:#c8d5e7}.input:focus{border-color:#80a7ef;outline:none;box-shadow:var(--focus)}
.page-head .actions{flex-wrap:wrap;justify-content:flex-end}.page-head{padding-top:1px}.page-head h1{letter-spacing:-.02em}.card-head h3{letter-spacing:-.01em}.soft-line{border:0;border-top:1px solid var(--line);margin:15px 0}.block-muted{display:block;color:var(--muted);font-size:9px;margin-top:3px}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
@media(max-width:900px){.top-actions>a[href="#/help"]{display:none}.search-pill{width:210px}.boot-grid{grid-template-columns:180px 1fr}.boot-cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){body.mobile-nav-open{overflow:hidden}.mobile-menu{display:grid;place-items:center}.top-actions{gap:6px}.top-actions>a[href="#/messages"]{font-size:0}.top-actions>a[href="#/messages"] .badge{font-size:9px}.avatar-btn{display:grid}.sidebar{display:block!important;position:fixed;left:0;top:64px;bottom:0;width:min(310px,86vw);height:auto;z-index:70;transform:translateX(-105%);transition:transform .2s;box-shadow:18px 0 50px rgba(18,38,63,.17)}body.mobile-nav-open .sidebar{transform:translateX(0)}.mobile-overlay{display:block;position:fixed;inset:64px 0 0;background:rgba(7,17,31,.42);z-index:65;opacity:0;pointer-events:none;transition:opacity .2s}body.mobile-nav-open .mobile-overlay{opacity:1;pointer-events:auto}.boot-grid{display:block}.boot-side{display:none}.boot-main{padding:18px}.boot-cards{grid-template-columns:1fr}.sk-line{width:80%}.toast-root{right:12px;top:74px}.toast{min-width:0;width:calc(100vw - 24px)}.page-head{display:block}.page-head .actions{margin-top:13px;justify-content:flex-start}.actions .btn{flex:1 1 auto}.job-row{grid-template-columns:1fr 90px}.job-row .progress{grid-column:1/-1;grid-row:2}.upload-item{grid-template-columns:34px 1fr}.upload-item>.status,.upload-item>.btn{grid-column:auto}.offline-banner{top:64px;width:calc(100% - 24px);text-align:center}.hero-kpis{display:grid;grid-template-columns:1fr 1fr}.hero-actions{display:grid}.hero .btn{width:100%}}
@media(max-width:480px){.top-actions .icon-action{display:none}.hero h1{font-size:31px}.hero-kpis{grid-template-columns:1fr}.page{padding:14px 12px 34px}.card-pad{padding:14px}.metric .value{font-size:23px}.table{font-size:12px}.table td,.table th{padding:10px 8px}}
.table-summary,.pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;color:var(--muted);font-size:11px;background:#fbfcfe}.table-summary{border-bottom:1px solid var(--line)}.pagination{border-top:1px solid var(--line)}.pagination>div{display:flex;gap:7px}.input-compact{min-height:30px;height:30px;padding:0 7px;width:auto!important;margin-left:5px}
@media(max-width:600px){.table-summary,.pagination{align-items:flex-start;flex-direction:column}.pagination>div{width:100%}.pagination .btn{flex:1}}
.upload-dropzone.dragover{border-color:var(--blue);background:#eaf2ff;box-shadow:inset 0 0 0 2px rgba(23,105,255,.08)}

/* ================= V8 VISUAL PRODUCTION PACKAGE ================= */
.brand-mark{width:36px;height:36px;display:block;filter:drop-shadow(0 7px 14px rgba(23,105,255,.25))}.brand-logo{display:none}.side-icon{width:26px;height:26px;display:grid;place-items:center;border-radius:8px;overflow:hidden;flex:0 0 auto}.side-icon img{width:26px;height:26px;display:block}.side-link.active .side-icon img{filter:saturate(1.08)}
.hero{overflow:hidden}.hero-copy{position:relative;z-index:2}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;color:#9cc6ff;font-size:11px;font-weight:800;letter-spacing:.12em;margin-bottom:16px}.hero-eyebrow img{width:26px;height:26px}.hero-art{min-height:390px;display:flex;align-items:center;justify-content:center;position:relative}.hero-art:before{content:"";position:absolute;width:430px;height:430px;border-radius:50%;background:radial-gradient(circle,rgba(23,105,255,.25),rgba(23,105,255,0) 68%);filter:blur(3px)}.hero-art img{width:min(100%,590px);height:auto;display:block;position:relative;z-index:1;filter:drop-shadow(0 24px 40px rgba(0,18,48,.4));border-radius:22px}
.entry{min-height:104px}.entry-image{width:76px;height:60px;object-fit:cover;border-radius:12px;border:1px solid #e2eafa;background:#f7faff;flex:0 0 auto}.entry-icon{display:none}.visual-feature{padding:0;overflow:hidden}.visual-feature>img{width:100%;height:128px;object-fit:cover;display:block;border-bottom:1px solid var(--line)}.visual-feature h4,.visual-feature p{margin-left:18px;margin-right:18px}.visual-feature h4{margin-top:16px}.visual-feature p{margin-bottom:20px}.visual-capability-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.visual-cap-card{border:1px solid var(--line);border-radius:14px;background:#fff;padding:0;overflow:hidden;text-align:left;box-shadow:var(--shadow);transition:.18s ease}.visual-cap-card:hover{transform:translateY(-3px);border-color:#a9c7ff;box-shadow:0 16px 36px rgba(18,38,63,.12)}.visual-cap-card img{width:100%;height:126px;object-fit:cover;display:block}.visual-cap-card span{display:block;padding:14px 15px 2px;font-weight:800;color:var(--text)}.visual-cap-card small{display:block;padding:0 15px 15px;color:var(--blue)}.mini-visual-card img{width:40px;height:40px;margin-bottom:12px}.home-component-row{display:grid;grid-template-columns:36px 1fr 150px 80px 92px;align-items:center;gap:8px;padding:9px 0;border-bottom:1px solid var(--line);font-size:12px}.home-component-row img{width:30px;height:30px;border-radius:7px}
.create-visual-banner{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:16px;padding:14px 16px;border:1px solid #d8e6fb;background:linear-gradient(120deg,#f7faff,#edf5ff);border-radius:13px;overflow:hidden}.create-visual-banner>div{display:flex;flex-direction:column;gap:5px}.create-visual-banner b{font-size:13px}.create-visual-banner span{font-size:11px;color:var(--muted)}.create-visual-banner img{width:170px;height:86px;object-fit:cover;border-radius:9px}.template-card-visual{padding:0;overflow:hidden}.template-card-visual img{width:100%;height:82px;object-fit:cover;display:block;border-bottom:1px solid var(--line)}.template-card-visual b,.template-card-visual small{margin-left:11px;margin-right:11px}.template-card-visual b{display:block;margin-top:9px}.template-card-visual small{margin-bottom:10px}.ai-bot img{width:30px;height:30px}.service-card-img{width:100%;height:78px;object-fit:cover;border-radius:9px;margin-bottom:10px;border:1px solid #e5edf9;background:#f7faff}
.component-icon{overflow:hidden;padding:0}.component-icon img{width:100%;height:100%;display:block;object-fit:cover}.component-icon.large{width:72px;height:72px;border-radius:16px;flex:0 0 auto}.visual-empty{padding:28px 18px!important}.visual-empty img{width:min(240px,72%);max-height:142px;object-fit:contain;display:block;margin:0 auto 12px}.visual-state img{width:min(420px,86%);height:210px;object-fit:contain;display:block;margin:0 auto 2px;border-radius:18px}.visual-state .state-code{margin-top:-12px}
.mfg-visual-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}.mfg-visual{padding:0;border:1px solid var(--line);border-radius:13px;background:#fff;overflow:hidden;text-align:left;transition:.16s}.mfg-visual:hover,.mfg-visual.selected{border-color:#7faaff;box-shadow:0 0 0 2px rgba(23,105,255,.07)}.mfg-visual img{width:100%;height:102px;object-fit:cover;display:block}.mfg-visual span{display:block;padding:10px 12px;font-size:12px;font-weight:800}.mfg-visual.selected span:before{content:"✓ ";color:var(--green)}
.solution-card-visual{overflow:hidden;padding:0!important}.solution-card-visual>img{width:100%;height:145px;object-fit:cover;display:block}.solution-card-body{padding:17px}.solution-card-body h3{margin:10px 0 8px}.solution-card-body p{min-height:40px}.solution-price{margin:14px 0}.design-block-visual{overflow:hidden;padding-top:0!important}.design-block-visual>img{width:calc(100% + 40px);height:96px;object-fit:cover;margin:0 -20px 15px;display:block;border-bottom:1px solid var(--line)}
.asset-health{display:flex;align-items:center;gap:9px;padding:8px 12px;background:#effbf5;color:#0d8d59;border:1px solid #c7efdc;border-radius:9px;font-size:11px;font-weight:800}.asset-health:before{content:"✓";width:20px;height:20px;border-radius:50%;background:#13a66a;color:#fff;display:grid;place-items:center}
@media(max-width:1080px){.visual-capability-grid,.mfg-visual-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-art{min-height:300px}.home-component-row{grid-template-columns:36px 1fr 100px 70px}.home-component-row .muted{display:none}}
@media(max-width:720px){.hero-art{min-height:220px}.hero-art img{width:100%}.entry-image{width:58px;height:50px}.visual-capability-grid,.mfg-visual-strip{grid-template-columns:1fr}.create-visual-banner img{display:none}.home-component-row{grid-template-columns:34px 1fr 72px}.home-component-row .muted,.home-component-row .risk-low{display:none}.visual-feature>img{height:110px}.solution-card-visual>img{height:120px}}

/* V8.5 CSP-safe static style */
.skip-link{position:fixed;left:12px;top:-50px;z-index:10000;background:#fff;color:#1769ff;padding:8px 12px;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.2)}
.skip-link:focus{top:10px}

/* ================= V8.5 COST & SOLUTION PLATFORM ================= */
.cost-live-bar{margin-top:15px;padding:14px 16px;background:linear-gradient(120deg,#f7fbff,#eef6ff);display:flex;justify-content:space-between;align-items:center;gap:18px;border-color:#cfe0fb}.cost-live-bar>div{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.cost-live-bar span,.cost-live-bar small{color:var(--muted);font-size:11px}.cost-live-bar b{font-size:16px}.config-title{font-size:14px;margin:22px 0 10px}.architecture-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.architecture-card{appearance:none;text-align:left;border:1px solid var(--line);background:#fff;border-radius:12px;padding:14px;min-height:148px;cursor:pointer;color:var(--text);display:flex;flex-direction:column;gap:7px;transition:.16s}.architecture-card:hover{border-color:#9ebeff;box-shadow:0 8px 22px rgba(31,75,140,.08)}.architecture-card.selected{border-color:var(--blue);background:#f5f9ff;box-shadow:0 0 0 2px rgba(23,105,255,.08)}.architecture-card>span{font-size:10px;color:var(--blue);font-weight:800;text-transform:uppercase}.architecture-card>b{font-size:13px}.architecture-card>small{font-size:10px;line-height:1.55;color:var(--muted);flex:1}.architecture-card>em{font-size:10px;font-style:normal;color:#4d607b;font-weight:700}.template-chip-row{display:flex;gap:8px;flex-wrap:wrap}.module-group{border-top:1px solid var(--line);padding:13px 0}.module-group>b{font-size:12px;display:block;margin-bottom:8px}.module-option-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.module-option{appearance:none;border:1px solid var(--line);background:#fff;border-radius:10px;padding:10px;display:flex;align-items:center;gap:9px;text-align:left;color:var(--text);cursor:pointer}.module-option.selected{border-color:var(--blue);background:#f5f9ff}.module-option span:nth-child(2){display:flex;flex-direction:column;gap:3px}.module-option b{font-size:11px}.module-option small{font-size:9px;color:var(--muted)}.module-check{width:22px;height:22px;border-radius:6px;background:#edf3fb;display:grid;place-items:center;color:var(--blue);font-weight:800;flex:0 0 auto}.module-option.selected .module-check{background:var(--blue);color:#fff}.cost-input-grid{margin-top:16px}.cost-input-grid label>b{display:block;font-size:11px;margin-bottom:9px}.cost-input-grid .input{width:100%;margin-top:8px}.cost-mini-total{display:flex;flex-direction:column;justify-content:center;background:#071b3c;color:#fff!important}.cost-mini-total small,.cost-mini-total span{color:#a9c7f8;font-size:10px}.cost-mini-total b{font-size:22px;margin:5px 0}.cost-warning{padding:10px 12px;border:1px solid #f1d6a8;background:#fff9ed;border-radius:9px;margin-top:12px;display:flex;flex-direction:column;gap:5px;color:#9b6717;font-size:10px}.solution-architecture{padding:22px;border-radius:12px;background:linear-gradient(140deg,#071b3c,#123e7a);color:white;min-height:190px}.solution-architecture>b{font-size:20px}.solution-architecture p{color:#c7d7ee;line-height:1.6}.solution-architecture .tag{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.16);color:#e9f2ff}.integration-row{display:flex;flex-direction:column;gap:5px;padding:11px 0;border-bottom:1px solid var(--line)}.integration-row b{font-size:12px}.integration-row small{color:var(--muted);font-size:10px}.comparison-box{border:1px solid var(--line);border-radius:10px;padding:14px;display:flex;flex-direction:column;gap:6px}.comparison-box small{color:var(--muted)}.comparison-box b{font-size:15px}.comparison-box span{font-size:11px;color:#5b6b82}.component-mini{border:1px solid var(--line);border-radius:10px;padding:11px;display:flex;flex-direction:column;gap:6px}.component-mini img{width:34px;height:34px}.component-mini b{font-size:11px}.component-mini small{font-size:9px;color:var(--muted)}.cost-bar-row{display:grid;grid-template-columns:110px 1fr 85px;gap:10px;align-items:center;margin:12px 0;font-size:11px}.cost-total-line{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:14px;margin-top:14px}.cost-total-line strong{font-size:18px;color:var(--blue)}.cost-summary-list>div{display:flex;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid var(--line);font-size:11px}.cost-summary-list span{color:var(--muted)}.cost-quote-row{grid-template-columns:1fr 130px 90px 20px!important}.architecture-library{display:flex;flex-direction:column;min-height:215px}.architecture-library p{font-size:10px;color:var(--muted);line-height:1.55;flex:1}.architecture-library>div{display:flex;justify-content:space-between;gap:8px;font-size:10px;margin-bottom:12px}.module-catalog-list{max-height:480px;overflow:auto}.module-catalog-list>div{display:grid;grid-template-columns:1fr 80px 150px;gap:8px;padding:9px 0;border-bottom:1px solid var(--line);font-size:10px}.module-catalog-list span{color:var(--muted)}.module-catalog-list em{font-style:normal;text-align:right;color:#40536f}.escrow-account-row{display:grid;grid-template-columns:1fr 170px 90px;gap:10px;align-items:center;padding:11px 0;border-bottom:1px solid var(--line);font-size:11px}.escrow-account-row small,.escrow-account-row span{display:block;color:var(--muted);font-size:9px}.escrow-account-row strong{text-align:right;color:var(--blue)}
@media(max-width:1100px){.architecture-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.module-option-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.cost-live-bar{align-items:flex-start;flex-direction:column}.architecture-grid,.module-option-grid{grid-template-columns:1fr}.cost-bar-row{grid-template-columns:86px 1fr 70px}.module-catalog-list>div{grid-template-columns:1fr 70px}.module-catalog-list em{grid-column:1/-1;text-align:left}.escrow-account-row{grid-template-columns:1fr 90px}.escrow-account-row>div:nth-child(2){display:none}}

.integrity-environment-banner{position:fixed;left:0;right:0;bottom:0;padding:5px 12px;background:#fff8de;border-top:1px solid #dfbf65;color:#5f4a13;text-align:center;font:11px/1.5 system-ui;z-index:70}body{padding-bottom:26px}#integrity-form .field-label{display:block;margin:12px 0}#integrity-form .input{display:block;width:100%;margin-top:5px}

/* Home retains its original layout; navigation is available on small screens. */
.home-navigation{display:none}@media(max-width:760px){.home-navigation{display:block}}
.entry .btn,.hero-actions a.btn{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;flex-shrink:0}.visual-cap-card{text-decoration:none;color:inherit}
