@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{font-family:Manrope,system-ui,sans-serif;color:#1b2430;background:#f3f5f7;font-synthesis:none;--navy:#10273f;--blue:#1f5f8b;--blue-soft:#e8f2f8;--green:#16785a;--green-soft:#e5f4ee;--amber:#a66b14;--amber-soft:#fff3db;--red:#b73d43;--red-soft:#fae9ea;--border:#dce2e7;--muted:#6c7783;--shadow:0 12px 34px rgba(16,39,63,.08)}*{box-sizing:border-box}body{margin:0;min-width:1180px;min-height:100vh;background:#f3f5f7}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}h1,h2,h3,p{margin-top:0}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.eyebrow{display:block;color:var(--blue);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:7px}.primary,.secondary,.select-button{border:0;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;transition:.18s ease}.primary{background:var(--blue);color:#fff;padding:12px 18px;box-shadow:0 7px 16px #1f5f8b33}.primary:hover{background:#174f76;transform:translateY(-1px)}.secondary{background:#fff;border:1px solid var(--border);color:var(--navy);padding:10px 14px}.full{width:100%;min-height:46px}.login-page{min-height:100vh;display:grid;grid-template-columns:1.12fr .88fr;background:#fff}.brand-panel{background:linear-gradient(145deg,#0c2238,#174666 68%,#1f5f8b);color:#fff;padding:10vh 9vw;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.brand-panel:after{content:"";position:absolute;width:460px;height:460px;border:80px solid rgba(255,255,255,.035);border-radius:50%;right:-160px;bottom:-150px}.brand-mark{width:62px;height:62px;border-radius:17px;background:#ffffff1f;display:grid;place-items:center;margin-bottom:38px}.brand-panel .eyebrow{color:#80c9ea}.brand-panel h1{font-size:clamp(38px,4vw,62px);line-height:1.08;letter-spacing:-.04em;margin-bottom:27px}.brand-panel>p{max-width:650px;color:#cad9e4;font-size:17px;line-height:1.7}.brand-points{display:grid;gap:13px;margin-top:30px}.brand-points span{display:flex;align-items:center;gap:10px;font-weight:600}.brand-points svg{width:19px;color:#7ed4b6}.login-card{align-self:center;justify-self:center;width:min(430px,76%)}.login-icon{width:50px;height:50px;color:var(--blue);background:var(--blue-soft);border-radius:14px;display:grid;place-items:center}.login-card h2{font-size:31px;color:var(--navy);margin:22px 0 8px}.login-card>p{color:var(--muted);line-height:1.55;margin-bottom:30px}.login-card label{display:grid;gap:8px;font-weight:700;font-size:13px;color:#3b4753;margin-bottom:18px}.login-card input,.header-actions input{border:1px solid var(--border);border-radius:10px;padding:13px 14px;outline:0;background:#fff}.login-card input:focus,.header-actions input:focus,.url-form input:focus,.search input:focus{border-color:#73aacd;box-shadow:0 0 0 3px #1f5f8b1a}.error-box,.floating-error{background:var(--red-soft);color:#8b2e33;display:flex;align-items:center;gap:9px;padding:11px 13px;border-radius:9px;font-size:13px;font-weight:600;margin:12px 0}.app-shell header,.builder-header{height:70px;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 4vw}.logo{display:flex;align-items:center;gap:9px;color:var(--navy)}.logo svg{color:var(--blue)}.logo b{font-size:20px}.logo span{color:var(--muted);border-left:1px solid var(--border);padding-left:10px}.account{display:flex;align-items:center;gap:12px;font-size:13px}.account em{background:var(--blue-soft);color:var(--blue);font-style:normal;font-size:10px;text-transform:uppercase;font-weight:800;padding:5px 8px;border-radius:20px}.icon-button{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--border);background:#fff;border-radius:10px;color:var(--muted)}.dashboard{max-width:1420px;margin:auto;padding:45px 4vw 80px}.hero{background:linear-gradient(115deg,#fff 10%,#f2f8fb);padding:38px 42px;border:1px solid #dae6ee;border-radius:20px;box-shadow:var(--shadow)}.hero h1{color:var(--navy);font-size:34px;letter-spacing:-.03em;margin-bottom:8px}.hero>p{color:var(--muted);margin-bottom:24px}.url-form{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--border);padding:8px;border-radius:13px}.url-form>svg{color:#8493a0;margin-left:8px}.url-form input{flex:1;border:0;outline:0;min-width:500px}.list-section{margin-top:42px}.section-title,.panel-heading{display:flex;align-items:center;justify-content:space-between}.section-title h2{font-size:26px;color:var(--navy);margin:0}.procurement-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:20px}.procurement-card{text-align:left;border:1px solid var(--border);border-radius:16px;background:#fff;padding:22px;box-shadow:0 5px 16px #10273f0a;transition:.18s ease}.procurement-card:hover{transform:translateY(-3px);border-color:#a9c6d8;box-shadow:var(--shadow)}.card-top,.card-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px}.notice-number{color:var(--blue);font-weight:800;font-size:12px}.status,.build-status{font-size:10px;padding:5px 8px;border-radius:20px;background:var(--amber-soft);color:var(--amber);font-weight:800;text-transform:uppercase}.procurement-card h3{color:var(--navy);margin:21px 0 10px;font-size:17px;line-height:1.4}.procurement-card p{color:var(--muted);font-size:12px;line-height:1.55;height:38px;overflow:hidden}.card-bottom{border-top:1px solid #edf0f2;margin-top:20px;padding-top:14px;font-size:11px;color:var(--muted)}.card-bottom b{color:var(--navy)}.empty{min-height:240px;display:grid;place-items:center;align-content:center;color:var(--muted);text-align:center}.empty svg{width:42px;height:42px;color:#9cb5c5;margin-bottom:14px}.empty h3{color:var(--navy);margin-bottom:5px}.builder-page{height:100vh;display:flex;flex-direction:column;overflow:hidden}.builder-header{height:76px;padding:0 24px;flex:0 0 auto}.builder-header .back{border:0;background:transparent;color:var(--blue);display:flex;align-items:center;padding:0;font-weight:700}.builder-header>div:nth-child(2){min-width:0;flex:1;padding:0 28px}.builder-header>div:nth-child(2) span{font-size:10px;color:var(--blue);font-weight:800;text-transform:uppercase}.builder-header h1{font-size:17px;color:var(--navy);margin:3px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-actions{display:flex;align-items:center;gap:10px}.header-actions label{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase}.header-actions input{width:82px;padding:9px;font-size:12px}.header-actions .primary{padding:10px 14px}.item-tabs{min-height:57px;flex:0 0 auto;display:flex;overflow-x:auto;background:#e9edf0;padding:7px 18px 0;gap:5px;border-bottom:1px solid #cfd7dc}.item-tabs button{min-width:210px;border:0;border-radius:9px 9px 0 0;background:#dde3e7;color:#5d6873;display:grid;grid-template-columns:28px 1fr;grid-template-rows:23px 18px;text-align:left;padding:6px 10px}.item-tabs button.active{background:#fff;color:var(--navy)}.item-tabs b{grid-row:1/3;width:24px;height:24px;display:grid;place-items:center;border-radius:7px;background:#1f5f8b1a;color:var(--blue)}.item-tabs span{font-size:12px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-tabs small{font-size:9px;color:var(--muted)}.floating-error{position:fixed;top:85px;left:50%;transform:translate(-50%);z-index:20;box-shadow:var(--shadow)}.floating-error button{border:0;background:transparent;color:inherit;padding:0;display:grid}.floating-error button svg{width:16px}.builder-grid{display:grid;grid-template-columns:minmax(300px,.8fr) minmax(390px,1.05fr) minmax(460px,1.2fr);flex:1;min-height:0;background:#fff}.bom-panel,.candidate-panel,.requirements-panel{min-height:0;display:flex;flex-direction:column;border-right:1px solid var(--border)}.requirements-panel{border:0}.panel-heading{min-height:75px;padding:14px 18px;border-bottom:1px solid var(--border);flex:0 0 auto}.panel-heading h2{font-size:18px;color:var(--navy);margin:0}.panel-heading>span{font-size:11px;color:var(--muted)}.build-status.noncompliant{background:var(--red-soft);color:var(--red)}.build-status.compliant{background:var(--green-soft);color:var(--green)}.bom-list{overflow-y:auto;flex:1}.bom-row{width:100%;border:0;border-bottom:1px solid #edf0f2;background:#fff;display:grid;grid-template-columns:34px 1fr 28px;align-items:center;gap:9px;padding:11px 14px;text-align:left}.bom-row:hover,.bom-row.active{background:#f2f8fb}.bom-row.active{box-shadow:inset 3px 0 var(--blue)}.step{font-size:10px;font-weight:800;color:#94a1aa}.bom-main{min-width:0;display:grid;gap:3px}.bom-main b{font-size:12px;color:#2b3742}.bom-main small{color:#9aa4ac;font-size:10px}.bom-row:first-child .bom-main small{color:var(--amber);font-weight:700}.selected-line{display:flex;align-items:center;justify-content:space-between;color:var(--green);font-size:10px;font-weight:700;overflow:hidden}.selected-line i{display:grid;place-items:center;padding:2px;border-radius:4px;color:#8d9aa3}.req-count{width:25px;height:25px;border-radius:8px;background:#edf2f5;display:grid;place-items:center;font-size:9px;font-weight:800;color:#64717b}.total-card{margin:12px;border-radius:13px;background:var(--navy);color:#fff;padding:16px;display:flex;align-items:center;justify-content:space-between}.total-card>div{display:flex;align-items:center;gap:10px}.total-card span{display:grid;font-size:11px;font-weight:700}.total-card small{font-size:8px;color:#9eb2c3;font-weight:500}.total-card strong{font-size:18px}.search{margin:12px 14px;display:flex;align-items:center;gap:8px;border:1px solid var(--border);border-radius:9px;padding:0 10px;background:#fff}.search svg{color:#8c98a1}.search input{border:0;outline:0;width:100%;padding:10px 0;font-size:12px}.notice{margin:0 14px 12px;border-radius:10px;padding:10px;display:flex;gap:9px}.notice.warning{background:var(--amber-soft);color:#745116}.notice svg{width:18px}.notice div{display:grid;font-size:10px}.notice b{font-size:11px}.candidate-list,.requirement-list{overflow-y:auto;flex:1;padding:0 14px 14px}.loading{height:100px;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--muted);font-size:12px}.candidate{background:#fff;border:1px solid var(--border);border-radius:12px;padding:14px;margin-bottom:10px}.candidate:hover{border-color:#a6c3d5;box-shadow:0 7px 16px #10273f12}.candidate.selected{border-color:#69ad95;background:#f5fbf8}.candidate-title{display:flex;justify-content:space-between;gap:8px}.candidate-title span{color:var(--blue);font-size:9px;font-weight:800;text-transform:uppercase}.candidate-title h3{color:var(--navy);font-size:14px;margin:3px 0 0}.candidate-title>svg{color:var(--green)}.spec-tags{display:flex;flex-wrap:wrap;gap:5px;margin:11px 0}.spec-tags span{background:#f0f3f5;color:#68737c;font-size:8px;padding:4px 6px;border-radius:5px}.spec-tags b{color:#34404a}.candidate-foot{border-top:1px solid #edf0f2;padding-top:10px;display:flex;align-items:end;justify-content:space-between;gap:10px}.candidate-foot>div{display:grid}.candidate-foot strong{color:var(--navy);font-size:14px}.candidate-foot small{color:var(--muted);font-size:8px;max-width:210px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.select-button{background:var(--blue-soft);color:var(--blue);padding:8px 10px;font-size:10px}.requirements-summary{display:flex;gap:7px;padding:10px 14px;border-bottom:1px solid var(--border)}.requirements-summary span{display:flex;align-items:center;gap:4px;font-size:10px;font-weight:800;padding:5px 8px;border-radius:20px}.requirements-summary svg{width:13px;height:13px}.requirements-summary .ok{background:var(--green-soft);color:var(--green)}.requirements-summary .bad{background:var(--red-soft);color:var(--red)}.requirements-summary .wait{background:var(--amber-soft);color:var(--amber)}.requirement-list{padding-top:10px}.requirement{display:grid;grid-template-columns:27px 1fr auto;gap:9px;border:1px solid var(--border);border-radius:10px;padding:11px;margin-bottom:8px;transition:.15s ease}.requirement.muted{opacity:.43;background:#fafbfb}.requirement.focused{opacity:1;border-color:#9dbfd3;box-shadow:inset 3px 0 var(--blue)}.requirement.match{border-color:#a9d4c5;background:#f6fbf9}.requirement.mismatch{border-color:#e1b1b4;background:#fff8f8}.requirement.manual{border-color:#afbed0;background:#f6f8fb}.requirement-state{width:25px;height:25px;border-radius:7px;background:var(--amber-soft);color:var(--amber);display:grid;place-items:center}.requirement-state svg{width:14px}.match .requirement-state{background:var(--green-soft);color:var(--green)}.mismatch .requirement-state{background:var(--red-soft);color:var(--red)}.manual .requirement-state{background:var(--blue-soft);color:var(--blue)}.requirement-copy{min-width:0}.requirement-copy>span{color:var(--blue);font-size:8px;font-weight:800;text-transform:uppercase}.requirement-copy h3{color:#2c3741;font-size:11px;line-height:1.35;margin:2px 0 5px}.requirement-copy p{color:#67727c;font-size:10px;margin:0}.requirement-copy p b{color:var(--navy)}.requirement-copy small{display:block;color:#78848d;font-size:8px;margin-top:4px}.requirement>button{align-self:start;border:0;background:transparent;color:#7b8790;font-size:8px;text-decoration:underline;padding:3px}.panel-footnote{flex:0 0 auto;border-top:1px solid var(--border);padding:9px 14px;color:var(--muted);font-size:9px}.splash{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:18px;color:var(--blue)}.splash>svg:first-child{width:50px;height:50px}@media(max-width:1250px){body{min-width:1024px}.builder-grid{grid-template-columns:290px 360px 1fr}.header-actions label{display:none}.procurement-grid{grid-template-columns:repeat(2,1fr)}}:root{color:#f7f9ff;background:#050812;--navy: #f7f9ff;--blue: #36c2a6;--blue-soft: rgba(54, 194, 166, .12);--green: #69e6c7;--green-soft: rgba(54, 194, 166, .14);--amber: #f0b64d;--amber-soft: rgba(240, 182, 77, .13);--red: #fecdd3;--red-soft: rgba(190, 24, 93, .16);--border: rgba(176, 191, 215, .16);--muted: #a8b4c7;--surface: #0d1424;--surface-raised: #101827;--surface-hover: #151f31;--shadow: 0 18px 46px rgba(0, 0, 0, .28)}body{color:#f7f9ff;background:linear-gradient(135deg,rgba(54,194,166,.1),transparent 34%),linear-gradient(225deg,rgba(106,168,255,.09),transparent 32%),linear-gradient(180deg,#050812,#080d19 52%,#0b1020);background-attachment:fixed}button,input{color:inherit}.primary{background:#36c2a6;color:#06111f;box-shadow:0 8px 20px #36c2a62e}.primary:hover{background:#69e6c7}.secondary,.icon-button{color:#f7f9ff;background:var(--surface-raised);border-color:var(--border)}.secondary:hover,.icon-button:hover{background:var(--surface-hover);border-color:#69e6c757}.eyebrow{color:#69e6c7}.login-page{background:transparent}.brand-panel{background:linear-gradient(145deg,#050812,#0d1424 55%,#123044)}.brand-panel:after{border-color:#36c2a60e}.brand-panel .eyebrow,.brand-points svg{color:#69e6c7}.brand-panel>p{color:#c3ccda}.login-card input,.header-actions input{color:#f7f9ff;background:var(--surface-raised);border-color:var(--border)}.login-card input:focus,.header-actions input:focus,.url-form input:focus,.search input:focus{border-color:#36c2a6;box-shadow:0 0 0 3px #36c2a621}.login-card label{color:#c3ccda}.login-card>p{color:var(--muted)}.error-box,.floating-error{color:#fecdd3;background:var(--red-soft);border:1px solid rgba(254,205,211,.18)}.app-shell header,.builder-header{color:#f7f9ff;background:#0d1424f0;border-color:var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.logo,.builder-header h1{color:#f7f9ff}.logo span{color:var(--muted);border-color:var(--border)}.account em{color:#69e6c7;background:var(--blue-soft)}.dashboard{color:#f7f9ff}.hero{background:linear-gradient(115deg,#101827f5,#0d1f2beb);border-color:#69e6c72e;box-shadow:var(--shadow)}.hero h1,.section-title h2,.procurement-card h3{color:#f7f9ff}.hero>p,.procurement-card p{color:var(--muted)}.url-form,.search{color:#f7f9ff;background:var(--surface-raised);border-color:var(--border)}.url-form input,.search input{color:#f7f9ff;background:transparent}.url-form input::-moz-placeholder,.search input::-moz-placeholder,.login-card input::-moz-placeholder,.header-actions input::-moz-placeholder{color:#718097}.url-form input::placeholder,.search input::placeholder,.login-card input::placeholder,.header-actions input::placeholder{color:#718097}.procurement-card{color:#f7f9ff;background:#0d1424eb;border-color:var(--border);box-shadow:0 8px 24px #00000029}.procurement-card:hover{border-color:#69e6c76b;box-shadow:var(--shadow)}.card-bottom{color:var(--muted);border-color:var(--border)}.card-bottom b,.empty h3{color:#f7f9ff}.empty{color:var(--muted)}.builder-page{background:#050812}.item-tabs{background:#080d19;border-color:var(--border)}.item-tabs button{color:#a8b4c7;background:#151f31}.item-tabs button:hover{background:#19263a}.item-tabs button.active{color:#f7f9ff;background:#0d1424;box-shadow:inset 0 2px #36c2a6}.item-tabs b{color:#69e6c7;background:var(--blue-soft)}.builder-grid{background:#080d19}.bom-panel,.candidate-panel,.requirements-panel{background:var(--surface);border-color:var(--border)}.panel-heading{background:#101827ad;border-color:var(--border)}.panel-heading h2{color:#f7f9ff}.bom-row{color:#f7f9ff;background:var(--surface);border-color:var(--border)}.bom-row:hover,.bom-row.active{background:#36c2a613}.bom-row.active{box-shadow:inset 3px 0 #36c2a6}.bom-main b{color:#e5edf8}.bom-main small{color:#7f8da2}.selected-line{color:#69e6c7}.req-count,.spec-tags span{color:#9fb1c9;background:#172033}.spec-tags b{color:#e5edf8}.total-card{background:#020716;border:1px solid rgba(105,230,199,.16);box-shadow:0 12px 28px #0000003d}.candidate-list,.requirement-list{scrollbar-color:#25324a transparent}.candidate{color:#f7f9ff;background:var(--surface-raised);border-color:var(--border)}.candidate:hover{border-color:#69e6c761;box-shadow:0 10px 24px #00000038}.candidate.selected{background:#36c2a617;border-color:#69e6c78c}.candidate-title h3,.candidate-foot strong{color:#f7f9ff}.candidate-foot{border-color:var(--border)}.candidate-foot small{color:var(--muted)}.select-button{color:#69e6c7;background:var(--blue-soft)}.select-button:hover{background:#36c2a633}.requirements-summary{border-color:var(--border)}.requirement{background:var(--surface-raised);border-color:var(--border)}.requirement.muted{background:#0d1424;opacity:.48}.requirement.focused{border-color:#69e6c76b;box-shadow:inset 3px 0 #36c2a6}.requirement.match{background:#36c2a617;border-color:#69e6c761}.requirement.mismatch{background:#be185d1a;border-color:#fecdd357}.requirement.manual{background:#6aa8ff14;border-color:#6aa8ff57}.requirement-copy h3{color:#e5edf8}.requirement-copy p{color:#a8b4c7}.requirement-copy p b{color:#f7f9ff}.requirement-copy small,.requirement>button{color:#8f9db1}.panel-footnote{color:var(--muted);background:#0b1020;border-color:var(--border)}.notice.warning{color:#f0b64d;border:1px solid rgba(240,182,77,.18)}::-moz-selection{color:#fff;background:#36c2a64d}::selection{color:#fff;background:#36c2a64d}
