:root{--navy:#071a3d;--navy2:#102b58;--ink:#17233a;--muted:#718097;--line:#e3e9f2;--bg:#f6f8fc;--white:#fff;--purple:#5447e8;--purple2:#7165f3;--green:#15965b;--greenbg:#eefaf4;--orange:#e84f21;--gold:#f3b63f;--blue:#2457d6;--shadow:0 5px 20px rgba(28,45,77,.06);--radius:13px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;font-size:13px}.app{min-height:100vh;display:flex}.sidebar{position:fixed;inset:0 auto 0 0;width:260px;background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column;z-index:20}.brand{height:138px;background:linear-gradient(150deg,#061636,#0d2852);color:#fff;padding:24px 27px;display:flex;gap:13px}.brand-icon{width:40px;height:40px;border-radius:7px;background:linear-gradient(135deg,#8178ff,#344bdc);display:grid;place-items:center;font-size:24px}.brand-title{font-weight:850;font-size:21px;line-height:1.05;letter-spacing:.06em}.brand-sub{font-size:11px;letter-spacing:.08em;margin-top:13px;opacity:.82}.side-nav{padding:9px 10px}.side-nav a{display:flex;align-items:center;gap:15px;padding:12px 13px;margin:3px 0;border-radius:7px;text-decoration:none;color:#17233a;font-weight:720}.side-nav a span{width:20px;text-align:center;color:#52627a;font-size:18px}.side-nav a.active{background:#f1efff;color:#4b3ce0}.side-nav a.active span{color:#4b3ce0}.new-calc{margin:7px 19px 19px;border:0;border-radius:7px;background:linear-gradient(135deg,#4b42e6,#694ee9);color:#fff;padding:12px;font-weight:800;font-size:14px;cursor:pointer;box-shadow:0 6px 15px rgba(78,67,229,.25)}.quick-box{margin:0 19px;border:1px solid var(--line);border-radius:10px;padding:13px}.quick-box h4{margin:0 0 9px;font-size:12px}.quick-box button{display:block;width:100%;background:none;border:0;text-align:left;padding:8px 2px;color:#34435c;cursor:pointer}.side-footer{margin-top:auto;padding:18px 20px 23px;border-top:1px solid var(--line);font-size:10px;color:#6d7a8f;line-height:1.8}.side-footer strong{font-size:12px;color:#4b42e6}.workspace{margin-left:260px;width:calc(100% - 260px)}.topbar{height:78px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:15}.top-title{font-size:19px;font-weight:800}.top-sub{color:#64738a;font-size:12px;margin-top:3px}.top-actions{display:flex;align-items:center;gap:10px}.outline-btn,.save-btn,.icon-btn{height:38px;border:1px solid #d6ddea;border-radius:8px;background:#fff;color:#30415e;padding:0 15px;font-weight:700;cursor:pointer}.save-btn{border-color:#6256ed;color:#5346e7}.icon-btn{width:38px;padding:0}.content{max-width:1420px;margin:auto;padding:22px 25px 40px}.kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px}.kpi{background:#fff;border:1px solid var(--line);border-radius:11px;box-shadow:var(--shadow);padding:17px;display:flex;align-items:center;gap:14px;min-height:100px}.kpi-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;font-size:23px;font-weight:800}.kpi-icon.purple{background:#eeeaff;color:#5b4cf0}.kpi-icon.blue{background:#edf2ff;color:#294ed5}.kpi-icon.green{background:#e5f7ec;color:#15965b}.kpi-icon.orange{background:#fff0e8;color:#eb5426}.kpi label{display:block;font-size:10px;color:#52617a;font-weight:800;letter-spacing:.06em;margin:0}.kpi strong{display:inline-block;color:#3f32dc;font-size:23px;margin-top:5px}.kpi:nth-child(2) strong{color:#203fb6}.kpi:nth-child(3) strong{color:#12935a}.kpi:nth-child(4) strong{color:#e74b22}.kpi small{display:block;color:#62718a;font-size:10px}.layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:20px}.main-col{min-width:0}.card,.summary-card{background:#fff;border:1px solid var(--line);border-radius:13px;box-shadow:var(--shadow);margin-bottom:15px}.card{padding:17px}.card-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:13px;margin-bottom:15px;border-bottom:1px solid #edf0f5}.card-head>div{display:flex;align-items:center;gap:10px}.card-head h2{font-size:14px;letter-spacing:.02em;margin:0;color:#102650}.step{width:27px;height:27px;display:grid;place-items:center;border:1px solid #7068f1;border-radius:7px;color:#5547e6;font-size:11px;font-weight:850}.required,.optional{font-size:10px;color:#77849a;font-weight:700}.fields{display:grid;gap:13px}.three-fields{grid-template-columns:repeat(3,1fr)}.four-fields{grid-template-columns:repeat(4,1fr)}label{display:flex;flex-direction:column;gap:6px;font-size:10px;color:#465771;font-weight:750}input,select{height:38px;border:1px solid #d7dfeb;border-radius:7px;background:#fff;color:#1b2a42;padding:0 10px;outline:none;font-size:12px;font-weight:650}input:focus,select:focus{border-color:#7469ef;box-shadow:0 0 0 3px rgba(100,89,235,.09)}.readonly{height:38px;border:1px solid #dfe6ef;border-radius:7px;background:#f7fafc;display:flex;align-items:center;padding:0 10px;color:#172b48;font-weight:800}.net-box{background:#f6f9ff;border:1px solid #e1e8f6;border-radius:9px;margin-top:4px;padding:11px}.net-title{font-size:10px;font-weight:850;color:#2141a8;margin-bottom:9px}.net-title span{font-weight:600;color:#708099}.mini-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:7px}.mini-grid div{background:#fff;border:1px solid #dce5f2;border-radius:7px;padding:8px}.mini-grid span,.assignment-strip span,.candidate-strip span{display:block;color:#62728b;font-size:9px}.mini-grid b{display:block;margin-top:4px;font-size:13px}.assignment-strip,.candidate-strip{display:grid;grid-template-columns:repeat(4,1fr);margin-top:14px;background:#f4f3ff;border:1px solid #e5e1ff;border-radius:8px;padding:12px}.assignment-strip>div,.candidate-strip>div{padding:0 12px;border-right:1px solid #d9d5f8}.assignment-strip>div:last-child,.candidate-strip>div:last-child{border:0}.assignment-strip b,.candidate-strip b{display:block;margin-top:5px;font-size:16px;color:#26385a}.assignment-strip .accent b{color:#5547e6}.candidate-strip{background:#f7f9fd;border-color:#e4eaf2}.candidate-strip b{font-size:14px}.gsa-result{margin-top:13px;background:#f6f9ff;border:1px solid #e0e7f4;border-radius:9px;padding:11px;display:flex;align-items:center;gap:13px}.gsa-result span{font-size:10px;font-weight:800;color:#53627a}.gsa-result strong{color:#5447e8;font-size:17px}.gsa-result small{color:#8792a4;font-size:9px;margin-left:auto}.share-card pre{margin:0;background:#0d192d;color:#e8eef8;border-radius:9px;padding:15px;white-space:pre-wrap;font:11px/1.65 ui-monospace,SFMono-Regular,Menlo,monospace;min-height:160px}.share-row{display:flex;align-items:center;gap:10px;margin-top:10px}.copy-btn{border:0;border-radius:7px;background:#4a3fe0;color:#fff;padding:10px 15px;font-size:11px;font-weight:800;cursor:pointer}.copy-btn.green{background:#16965b;width:100%}.share-row span{color:#15965b;font-size:11px;font-weight:700}.right-col{min-width:0}.summary-card{padding:16px}.summary-card.sticky{position:sticky;top:95px}.side-card-title{font-size:12px;color:#4b3de0;font-weight:850;display:flex;align-items:center;gap:8px;margin-bottom:12px}.summary-card p{display:flex;justify-content:space-between;gap:10px;margin:0;padding:9px 0;border-bottom:1px solid #edf0f4;font-size:11px}.summary-card p span{color:#243550}.summary-card p b{color:#182844}.summary-card p.divider{margin-top:3px;padding-top:12px;border-top:1px dashed #cfd7e3;border-bottom:0}.summary-card p.profit{border-bottom:0;padding-bottom:6px}.summary-card p.profit b{color:#148b57}.green-card{background:linear-gradient(180deg,#f8fffb,#fff);border-color:#d7eee1}.green-title{color:#08764c}.big-pay{padding-top:13px!important;border-top:1px solid #dceee5;margin-top:3px}.big-pay b{font-size:16px}.gsa-card{background:#fbfaff}.gsa-zip-view{background:#f2efff;border:1px solid #e2ddff;border-radius:8px;padding:10px;margin-bottom:7px}.gsa-zip-view span{font-size:9px;color:#7169a1;display:block;font-weight:800}.gsa-zip-view b{font-size:17px;color:#4336c8}.result-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.result-columns>div{border:1px solid var(--line);border-radius:9px;padding:13px;background:#fbfcfe}.result-columns h3{margin:0 0 8px;font-size:11px;color:#33445e}.result-columns p{display:flex;justify-content:space-between;border-bottom:1px solid #edf0f4;padding:7px 0;margin:0;font-size:10px}.result-columns p span{color:#66758b}.result-columns p b{font-size:10px}.result-columns .total{background:#f4f1ff;border:0;border-radius:6px;padding:9px;margin-top:5px}.result-columns .total b{color:#5142db}.mobile-footer{display:none}
@media(max-width:1180px){.sidebar{width:220px}.workspace{margin-left:220px;width:calc(100% - 220px)}.layout{grid-template-columns:1fr}.right-col{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.summary-card.sticky{position:static}.kpis{grid-template-columns:repeat(2,1fr)}.three-fields{grid-template-columns:repeat(2,1fr)}.four-fields{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.sidebar{display:none}.workspace{margin-left:0;width:100%}.topbar{height:auto;min-height:72px;padding:14px 16px}.top-actions .icon-btn{display:none}.top-actions .outline-btn{display:none}.content{padding:13px}.kpis{grid-template-columns:1fr 1fr}.kpi{padding:12px;min-height:85px}.kpi-icon{width:35px;height:35px}.kpi strong{font-size:18px}.layout{display:block}.right-col{display:block}.three-fields,.four-fields,.result-columns{grid-template-columns:1fr}.mini-grid{grid-template-columns:repeat(2,1fr)}.assignment-strip,.candidate-strip{grid-template-columns:repeat(2,1fr);gap:8px}.assignment-strip>div,.candidate-strip>div{border-right:0;padding:6px}.mobile-footer{display:block;text-align:center;padding:18px;color:#7b8795;font-size:10px}}
@media print{.sidebar,.top-actions,.right-col,.new-calc,.quick-box{display:none!important}.workspace{margin:0;width:100%}.topbar{position:static}.content{padding:10px}.card{box-shadow:none;break-inside:avoid}.kpis{grid-template-columns:repeat(4,1fr)}}
