@import "https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@500;600;700;800&display=swap";:root{--font-body:"Darker Grotesque", Verdana, "Segoe UI", sans-serif;--font-display:"Darker Grotesque", Verdana, "Segoe UI", sans-serif;--bg-page:#f5f6f8;--text-main:#0f0f10;--text-muted:#5d5d63;--brand-black:#000;--brand-pink:#ff0051;--brand-white:#fff;--surface-strong:#fff;--surface-muted:#f7f8fa;--line-soft:#dedfe3;--line-strong:#151517;--table-line:#d8d9de;--shadow-soft:0 12px 30px #1212140f;--shadow-float:0 22px 46px #1212142e;font-family:var(--font-body);color:var(--text-main);background:radial-gradient(circle at top left, #ff005114, transparent 28rem), linear-gradient(180deg, #fff 0%, var(--bg-page) 100%);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:1.35}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{min-width:320px;min-height:100vh;margin:0;overflow-x:hidden}button,input{font:inherit}button{cursor:pointer}h1,p{margin:0}#root{width:min(1440px,100% - 32px);margin:0 auto;padding:0 0 40px}@media (width<=720px){#root{width:min(100% - 20px,1440px)}}.login-screen{place-items:center;min-height:100vh;padding:32px 16px;display:grid}.login-panel{border:1px solid var(--line-soft);border-top:4px solid var(--brand-pink);background:var(--surface-strong);width:min(460px,100%);box-shadow:var(--shadow-soft);border-radius:8px;gap:1.1rem;padding:1.55rem;display:grid}.login-brand{text-align:center;justify-items:center;gap:.8rem;display:grid}.login-logo{width:128px;height:auto}.login-brand h1{color:var(--brand-black);text-transform:uppercase;margin:0;font-size:clamp(1.55rem,6vw,2rem);line-height:1}.microsoft-login{min-height:48px;color:var(--brand-white);text-transform:uppercase;background:#111113;border:1px solid #111113;border-radius:8px;justify-content:center;align-items:center;gap:.72rem;padding:.78rem 1rem;font-weight:800;line-height:1;transition:transform .14s,box-shadow .14s,opacity .14s;display:inline-flex;box-shadow:0 10px 22px #1212141f}.microsoft-login:hover{transform:translateY(-1px);box-shadow:0 14px 28px #12121429}.microsoft-login:disabled{cursor:wait;opacity:.7;transform:none}.microsoft-mark{flex:none;grid-template-columns:repeat(2,1fr);gap:2px;width:18px;height:18px;display:grid}.microsoft-mark span:first-child{background:#f25022}.microsoft-mark span:nth-child(2){background:#7fba00}.microsoft-mark span:nth-child(3){background:#00a4ef}.microsoft-mark span:nth-child(4){background:#ffb900}.login-error{color:#991b1b;background:#fff1f2;border:1px solid #b91c1c38;border-radius:8px;padding:.75rem .85rem;font-weight:700}.boot-screen{place-items:center;min-height:100vh;padding:32px 16px;display:grid}.boot-card{text-align:center;background:var(--surface-strong);border:1px solid var(--line-strong);width:min(420px,100%);box-shadow:var(--shadow-soft);border-radius:8px;justify-items:center;gap:.9rem;padding:2rem 1.5rem;display:grid}.boot-logo{width:148px;height:auto}.boot-spinner,.modal-spinner{border:4px solid var(--line-soft);border-top-color:var(--brand-pink);border-radius:50%;width:42px;height:42px;animation:.9s linear infinite boot-spin}.boot-card h1{color:var(--brand-black);text-transform:uppercase;margin:0;font-size:clamp(1.35rem,4vw,1.7rem);line-height:1.05}.boot-card p,.boot-card span{color:var(--text-muted);margin:0;font-size:1.05rem}.boot-retry,.button,.modal-button,.top-menu__trigger{border:1px solid #0000;border-radius:8px;min-height:42px;padding:.68rem .95rem;font-weight:800;line-height:1;transition:transform .14s,border-color .14s,background .14s,box-shadow .14s}.boot-retry,.button--primary,.modal-button{background:var(--brand-pink);color:var(--brand-white);border-color:var(--brand-pink);box-shadow:0 8px 18px #ff00512e}.button--danger,.modal-button--danger{color:var(--brand-white);background:#b91c1c;border-color:#b91c1c;box-shadow:0 8px 18px #b91c1c29}.button--secondary,.top-menu__trigger,.modal-button--secondary{background:var(--surface-strong);color:var(--brand-black);border-color:var(--line-strong)}.button--ghost{color:var(--text-main);border-color:var(--line-soft);background:0 0}.boot-retry:hover,.button:hover,.modal-button:hover,.top-menu__trigger:hover{transform:translateY(-1px);box-shadow:0 10px 22px #1212141f}.button:active,.modal-button:active,.top-menu__trigger:active{transform:translateY(1px)}.button:disabled{cursor:wait;opacity:.68;box-shadow:none;transform:none}@keyframes boot-spin{to{transform:rotate(360deg)}}.brand-bar{border-top:4px solid var(--brand-pink);border-bottom:1px solid var(--line-soft);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:30;background:#fffffff5;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);position:sticky;top:0}.brand-bar__inner{grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;width:min(1440px,100% - 48px);margin:0 auto;padding:.75rem 0;display:grid}.brand-logo{width:116px;height:auto;display:block}.brand-actions{justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.brand-copy{gap:.04rem;min-width:0;display:grid}.brand-copy strong{color:var(--brand-black);text-transform:uppercase;font-size:1.08rem;font-weight:800;line-height:1}.brand-copy span{color:var(--text-muted);font-size:.96rem}.top-menu{position:relative}.toolbar .top-menu{flex:none}.toolbar .top-menu__trigger{background:var(--brand-pink);color:var(--brand-white);border-color:var(--brand-pink);box-shadow:0 8px 18px #ff00512e}.top-menu__trigger{color:var(--brand-white);text-transform:uppercase;background:#111113;border-color:#111113}.top-menu__trigger--light{background:var(--surface-strong);color:var(--brand-black);border-color:var(--line-strong)}.account-chip{border:1px solid var(--line-soft);background:var(--surface-muted);max-width:240px;min-height:42px;color:var(--text-main);border-radius:8px;align-items:center;padding:.54rem .78rem;font-size:.95rem;font-weight:800;line-height:1;display:inline-flex}.account-chip span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.top-menu__items{z-index:50;border:1px solid var(--line-soft);background:var(--surface-strong);width:190px;box-shadow:var(--shadow-float);border-radius:8px;display:grid;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}.top-menu__items button{border:0;border-bottom:1px solid var(--line-soft);background:var(--surface-strong);width:100%;color:var(--text-main);text-align:left;padding:.78rem .9rem;font-weight:700}.top-menu__items button:last-child{border-bottom:0}.top-menu__items button:hover{background:#fff4f7}.app-shell{gap:1rem;padding:1.1rem 0 2.25rem;display:grid}.section-heading span,.table-panel__header span{color:var(--brand-pink);text-transform:uppercase;margin:0;font-size:.82rem;font-weight:800;line-height:1}.section-heading h2,.table-panel__header h2{color:var(--brand-black);margin:0;line-height:1}.control-panel,.table-panel{border:1px solid var(--line-soft);background:var(--surface-strong);box-shadow:var(--shadow-soft);border-radius:8px}.control-panel{gap:.95rem;padding:1rem;display:grid}.section-heading,.table-panel__header{justify-content:space-between;align-items:end;gap:1rem;display:flex}.section-heading h2,.table-panel__header h2{margin-top:.22rem;font-size:1.35rem}.table-panel__header p{color:var(--text-muted);margin:0;font-weight:700}.control-strip{grid-template-columns:minmax(280px,410px) 1fr;align-items:stretch;gap:.9rem;display:grid}.date-fields,.toolbar{flex-wrap:wrap;gap:.65rem;display:flex}.date-fields{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.toolbar{justify-content:flex-end;align-items:end}.field-card{background:var(--surface-muted);border:1px solid var(--line-soft);border-radius:8px;gap:.35rem;min-width:0;padding:.72rem .8rem;display:grid}.field-card span{text-transform:uppercase;color:var(--text-muted);font-size:.78rem;font-weight:800;line-height:1}.field-card input{width:100%;min-width:0;font:inherit;color:var(--brand-black);background:0 0;border:0;padding:0;font-size:1.1rem;font-weight:700}.field-card input:focus{outline:none}.field-card:focus-within{border-color:#ff00518c;box-shadow:0 0 0 3px #ff00511f}.file-input{display:none}.toast{z-index:40;min-width:280px;max-width:min(460px,100vw - 32px);color:var(--brand-white);box-shadow:var(--shadow-float);background:#111113;border:1px solid #ffffff1a;border-radius:8px;padding:.9rem 1rem;font-size:1rem;font-weight:700;animation:.22s ease-out toast-in;position:fixed;top:82px;right:24px}.modal-backdrop{z-index:60;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f0f1080;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.modal-card{background:var(--surface-strong);border:1px solid var(--line-soft);width:min(460px,100vw - 32px);box-shadow:var(--shadow-float);text-align:center;border-radius:8px;gap:1rem;padding:1.35rem;display:grid}.modal-card--loading{justify-items:center}.modal-card h2,.modal-card p{margin:0}.modal-card h2{text-transform:uppercase;font-size:1.28rem;line-height:1}.modal-card p{color:var(--text-main);font-size:1rem}.modal-input{border:1px solid var(--line-strong);width:100%;font:inherit;color:var(--brand-black);background:var(--surface-strong);border-radius:8px;padding:.75rem .85rem}.modal-input:focus{border-color:var(--brand-pink);outline:3px solid #ff005129}.modal-actions{flex-wrap:wrap;justify-content:center;gap:.65rem;display:flex}@keyframes toast-in{0%{opacity:0;transform:translateY(-8px)translate(10px)}to{opacity:1;transform:translateY(0)translate(0)}}.table-panel{min-height:0;overflow:hidden}.table-panel__header{border-bottom:1px solid var(--line-soft);padding:1rem 1rem .85rem}.table-scroll{background:var(--surface-strong);width:100%;max-height:calc(100vh - 245px);position:relative;overflow:auto}.pricing-table{--product-col-width:auto;--supply-col-width:auto;--number-col-width:66px;border-collapse:separate;border-spacing:0;table-layout:fixed;width:max-content;min-width:100%}.pricing-table th,.pricing-table td{border-right:1px solid var(--table-line);border-bottom:1px solid var(--table-line)}.pricing-table thead th{z-index:10;color:var(--brand-white);text-align:center;white-space:nowrap;padding:.46rem .45rem;font-size:.95rem;font-weight:800;position:sticky;top:0}.pricing-table thead tr:nth-child(2) th{z-index:11;top:36px}.group-head{font-size:1rem}.sub-head{font-size:.88rem}.slate{background:#111113}.slate-muted{background:#57575d}.swap-s{background:#5f9635}.swap-ne{background:#c66b00}.swap-n{background:var(--brand-pink)}.lime{background:#70a93d}.sky{background:#6f8fd1}.amber{background:#c66b00}.olive{background:#527f33}.royal{background:#28559f}.sticky-left{z-index:12;background:#111113;position:sticky;left:0}.sticky-left.secondary{left:var(--product-col-width);z-index:12;background:#1d1d1f}.pricing-table thead .sticky-left{z-index:14}.pricing-table thead .sticky-left:not(.secondary){width:var(--product-col-width);min-width:var(--product-col-width);max-width:var(--product-col-width)}.pricing-table thead .sticky-left.secondary{width:var(--supply-col-width);min-width:var(--supply-col-width);max-width:var(--supply-col-width)}.pricing-table tbody td{background:#fff}.pricing-table tbody tr:nth-child(2n) td{background:#fcfcfd}.pricing-table tbody tr:hover td{background:#fff7fa}.pricing-table tbody td:not(.product-cell):not(.supply-cell){width:var(--number-col-width);min-width:var(--number-col-width);max-width:var(--number-col-width);padding:0}.product-cell,.supply-cell{white-space:nowrap;color:var(--brand-black);padding:.42rem .5rem;font-size:.98rem;font-weight:700;background:var(--surface-strong)!important}.product-cell{width:var(--product-col-width);min-width:var(--product-col-width);max-width:var(--product-col-width)}.supply-cell{width:var(--supply-col-width);min-width:var(--supply-col-width);max-width:var(--supply-col-width);color:var(--text-muted);text-align:center}.cell-input{box-sizing:border-box;text-align:center;width:100%;height:100%;min-height:31px;font:inherit;color:var(--brand-black);background:0 0;border:0;padding:.34rem .12rem;font-size:.98rem;font-weight:700;display:block}.cell-input:focus{outline-offset:-2px;background:#fff8fb;outline:2px solid #ff00515c}.cell-input.is-positive{color:#498517}.cell-input.is-negative{color:#cf1741}.cell-input.is-empty{color:#94a3b8}.cell-input.is-calculated:disabled{cursor:not-allowed;opacity:1;color:#4b5563;background:#f2f4f7}@media (width<=1120px){.control-strip{grid-template-columns:1fr}.toolbar{justify-content:flex-start}.button{flex:180px}}@media (width<=760px){.brand-bar__inner{grid-template-columns:1fr auto;width:min(100% - 28px,1440px)}.brand-logo{width:96px}.brand-copy{display:none}.top-menu__items{right:0}.account-chip{display:none}.app-shell{gap:.8rem;padding-top:.75rem}.control-panel,.table-panel__header{padding:.9rem}.date-fields{grid-template-columns:1fr}.toolbar,.button,.toolbar .top-menu,.toolbar .top-menu__trigger{width:100%}.table-panel__header{flex-direction:column;align-items:start;gap:.45rem}.table-scroll{max-height:calc(100vh - 300px)}.sticky-left,.sticky-left.secondary{position:static}.pricing-table thead th{position:sticky}.toast{min-width:0;max-width:none;top:72px;left:10px;right:10px}.modal-actions,.modal-button{width:100%}.login-panel{padding:1.1rem}.login-logo{width:112px}}
