@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap";:root{font-family:Manrope,system-ui,sans-serif;color:#17211f;background:#f3f4ef;font-synthesis:none;--ink:#121b19;--muted:#6b7571;--line:#dfe3dc;--lime:#cdf256;--dark:#111a18;--white:#fff;--shadow:0 16px 45px rgba(26,42,37,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:#f3f4ef}button,input,select,textarea{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(165,205,57,.35);outline-offset:2px}h1,h2,h3,p{margin:0}.shell{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.side{position:fixed;inset:0 auto 0 0;width:250px;background:var(--dark);color:#fff;padding:25px 17px 18px;display:flex;flex-direction:column;z-index:30}.side-top{display:flex;align-items:center;justify-content:space-between;padding:0 7px 24px}.logo{display:flex;align-items:center;gap:10px}.logo>span{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:var(--lime);color:#142017;font-weight:900;letter-spacing:-1px;transform:rotate(-3deg)}.logo div{display:flex;flex-direction:column}.logo strong{font-size:13px;letter-spacing:1.2px}.logo small{font-size:8px;letter-spacing:2px;color:#8e9c97}.close-side{display:none;background:none;border:0;color:#fff}.workspace-switch{display:grid;grid-template-columns:1fr 1fr;padding:4px;background:#1e2a27;border:1px solid #293632;border-radius:10px;margin-bottom:28px}.workspace-switch button{border:0;background:transparent;color:#81908b;border-radius:7px;font-size:11px;font-weight:800;padding:8px}.workspace-switch button.on{background:#34433f;color:#fff;box-shadow:0 4px 8px #0c1211}.nav-label{font-size:9px;letter-spacing:2px;color:#64716d;font-weight:800;padding:0 10px 9px}.side nav{display:flex;flex-direction:column;gap:3px}.side nav button{height:43px;border:0;background:transparent;color:#96a39f;border-radius:9px;display:flex;align-items:center;gap:12px;padding:0 12px;font-size:13px;font-weight:600;text-align:left}.side nav button:hover{background:#192522;color:#fff}.side nav button.active{background:#25332f;color:#fff}.side nav button.active svg{color:var(--lime)}.side nav em{margin-left:auto;background:#c8594e;color:#fff;border-radius:12px;font-size:10px;font-style:normal;padding:2px 7px}.side-help{margin-top:auto;border:1px solid #2a3834;background:#17221f;border-radius:12px;padding:12px;display:flex;align-items:center;gap:9px;color:#9fad9f}.side-help div{display:flex;flex:1;flex-direction:column}.side-help strong{color:#fff;font-size:11px}.side-help small{font-size:8px}.side-user{display:flex;align-items:center;gap:9px;padding:17px 5px 0;margin-top:16px;border-top:1px solid #25312e}.side-user>span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#dff789;color:#17211f;font-size:11px;font-weight:900}.side-user div{display:flex;flex:1;flex-direction:column}.side-user strong{font-size:11px}.side-user small{color:#7c8985;font-size:9px}.shell>main{grid-column:2;min-width:0}.shell main>header{height:68px;background:#ffffffe6;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 35px;position:sticky;top:0;z-index:20}.menu,.mobile-brand{display:none}.header-search{display:flex;align-items:center;gap:9px;color:#82908b}.header-search input{width:360px;border:0;background:transparent;font-size:12px}.header-actions{display:flex;align-items:center;gap:18px}.header-actions button{position:relative;width:36px;height:36px;border:1px solid var(--line);background:#fff;border-radius:50%;color:#56625e}.header-actions button i{position:absolute;right:6px;top:6px;width:6px;height:6px;border-radius:50%;background:#de6a5f;border:1px solid white}.live{font-size:10px;font-weight:800;letter-spacing:1px;color:#5b6763;display:flex;gap:6px;align-items:center}.live i{width:7px;height:7px;border-radius:50%;background:#69b777;box-shadow:0 0 0 4px #e2f2e5}.content{max-width:1440px;margin:auto;padding:46px 42px 70px}.welcome,.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:30px}.welcome p,.page-head p,.section-title p{color:#85906b;font-size:9px;letter-spacing:2.3px;font-weight:900;margin-bottom:8px}.welcome h1,.page-head h1{font-size:35px;letter-spacing:-1.5px;line-height:1.12}.welcome span,.page-head>div>span{display:block;color:var(--muted);font-size:13px;margin-top:9px}.primary{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:8px;background:var(--lime);color:#182118;padding:12px 17px;font-size:11px;font-weight:900;box-shadow:0 6px 16px #9bc2302e}.primary:hover{background:#d9fb6e;transform:translateY(-1px)}.metric-row,.commit-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:22px}.commit-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.metric{padding:18px;background:#fff;border:1px solid var(--line);border-radius:12px;display:flex;gap:13px;align-items:flex-start;box-shadow:0 7px 20px #1e2e2909}.metric>span{display:grid;place-items:center;width:38px;height:38px;border-radius:9px;flex:none}.metric>span svg{width:18px}.metric>span.lime{background:#effacb;color:#789616}.metric>span.amber{background:#fff0d5;color:#b87914}.metric>span.blue{background:#e3eefc;color:#4375a9}.metric>span.green{background:#e0f2e6;color:#3c8b58}.metric>span.red{background:#fae4df;color:#b84e43}.metric div{display:flex;flex-direction:column}.metric small{font-size:9px;color:#75807c;font-weight:700}.metric strong{font-size:21px;letter-spacing:-.7px;margin:3px 0}.metric p{font-size:8px;color:#8c9692}.quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:43px}.quick-grid>button{border:1px solid var(--line);background:#fff;border-radius:11px;padding:15px 17px;display:flex;align-items:center;gap:12px;text-align:left;color:#15201d}.quick-grid>button:hover{border-color:#bdcf84;box-shadow:var(--shadow);transform:translateY(-2px)}.quick-grid>button>span{width:37px;height:37px;border-radius:8px;background:#eaf3cb;display:grid;place-items:center;color:#6f891c}.quick-grid svg{width:17px}.quick-grid>button>svg{margin-left:auto;color:#a2aba8}.quick-grid>button div{display:flex;flex-direction:column}.quick-grid strong{font-size:11px}.quick-grid small{font-size:9px;color:#7b8581;margin-top:2px}.section-title{display:flex;align-items:flex-end;justify-content:space-between;margin:32px 0 17px}.section-title h2{font-size:22px;letter-spacing:-.8px}.section-title button,.panel-head button{border:0;background:transparent;color:#697471;font-size:10px;font-weight:800;display:flex;align-items:center;gap:6px}.featured-grid,.deal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.deal-grid{grid-template-columns:repeat(4,minmax(240px,1fr))}.deal-card{background:#fff;border:1px solid var(--line);border-radius:13px;overflow:hidden;box-shadow:0 7px 24px #1c2c270a;transition:.2s}.deal-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.product-glyph{height:143px;position:relative;display:grid;place-items:center;color:#36413e;overflow:hidden}.product-glyph:before{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:#ffffff5e;right:-55px;top:-70px}.product-glyph svg{position:relative;z-index:1;stroke-width:1.25}.product-glyph>i,.product-glyph>b{position:absolute;border:1px solid rgba(30,45,40,.1);border-radius:50%}.product-glyph>i{width:105px;height:105px}.product-glyph>b{width:76px;height:76px}.sku-float{position:absolute;left:13px;top:12px;background:#ffffffb8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:5px 7px;border-radius:5px;font-family:DM Mono;font-size:8px;z-index:2}.deal-body{padding:16px}.deal-meta{display:flex;justify-content:space-between;align-items:center}.deal-meta span{font-size:8px;letter-spacing:1.4px;font-weight:900;color:#78847f;text-transform:uppercase}.deal-meta b{font-size:8px;background:#f0f2ed;padding:4px 6px;border-radius:4px;color:#68726e}.deal-body h3{font-size:14px;line-height:1.35;margin:10px 0 5px;min-height:38px}.deal-sku{color:#919a97;font-size:8px}.prices{display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:8px;padding:13px 0;border-top:1px solid #edf0eb;border-bottom:1px solid #edf0eb;margin:13px 0}.prices div{display:flex;flex-direction:column}.prices small{font-size:7px;color:#89928f;text-transform:uppercase;letter-spacing:.7px}.prices strong{font-size:13px;margin-top:2px}.prices>span{align-self:end;background:#e9f6d8;color:#4a8129;font-weight:900;font-size:8px;padding:4px 6px;border-radius:4px}.deal-progress>div{display:flex;justify-content:space-between;font-size:8px;color:#7a8481}.deal-progress b{color:#4a5753}.deal-progress>i,.commit-track>i{display:block;background:#edf0eb;border-radius:6px;height:5px;margin-top:7px;overflow:hidden}.deal-progress em,.commit-track em{display:block;background:var(--lime);height:100%;border-radius:6px}.commit-btn{width:100%;border:1px solid #d9ded7;background:#fff;border-radius:7px;padding:9px;margin-top:14px;display:flex;justify-content:center;align-items:center;gap:7px;font-size:10px;font-weight:900}.commit-btn:hover{background:var(--dark);border-color:var(--dark);color:#fff}.lower-grid,.admin-grid,.label-layout,.profile-grid{display:grid;grid-template-columns:1.45fr 1fr;gap:17px;margin-top:38px}.admin-grid{grid-template-columns:1.5fr 1fr;margin-top:0}.panel{background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 6px 20px #1c2c2708}.panel-head{padding:18px 20px 15px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e8ebe6}.panel-head h2{font-size:14px}.panel-head p{font-size:9px;color:#89938f;margin-top:3px}.commit-row{display:grid;grid-template-columns:38px minmax(140px,1.3fr) minmax(120px,1fr) auto auto;gap:12px;align-items:center;padding:14px 18px;border-bottom:1px solid #edf0eb}.commit-row:last-child{border-bottom:0}.mini-product{width:38px;height:38px;border-radius:7px;display:grid;place-items:center}.mini-product svg{width:17px}.commit-name,.commit-track{display:flex;flex-direction:column}.commit-name strong{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.commit-name span,.commit-track span,.commit-track b{font-size:8px;color:#89938f;margin-top:3px}.commit-track div{display:flex;justify-content:space-between}.commit-track b{color:#59645f}.activity{padding:2px 18px}.activity>div{display:flex;align-items:center;gap:11px;padding:13px 0;border-bottom:1px solid #edf0eb}.activity>div:last-child{border:0}.activity>div>span{width:29px;height:29px;border-radius:50%;background:#eff3ea;display:grid;place-items:center;color:#63706b}.activity svg{width:14px}.activity p{display:flex;flex-direction:column}.activity strong{font-size:9px}.activity small{font-size:8px;color:#8c9692;margin-top:2px}.page-head{align-items:center}.page-head>div{max-width:700px}.deal-toolbar,.table-tools{display:flex;align-items:center;gap:10px;margin-bottom:18px}.deal-toolbar>label,.table-tools>label{height:39px;background:#fff;border:1px solid var(--line);border-radius:8px;display:flex;align-items:center;gap:8px;padding:0 11px;min-width:230px}.deal-toolbar svg,.table-tools svg{width:15px;color:#7c8883}.deal-toolbar input,.table-tools input{border:0;background:transparent;font-size:10px;width:100%}.deal-toolbar>div{display:flex;gap:5px}.deal-toolbar button,.table-tools button{height:38px;border:1px solid var(--line);background:#fff;border-radius:7px;padding:0 12px;font-size:9px;font-weight:800;display:flex;align-items:center;gap:6px;color:#64706c}.deal-toolbar>div button{height:30px}.deal-toolbar button.on{background:#1c2825;color:#fff;border-color:#1c2825}.deal-toolbar>button:last-child{margin-left:auto}.table-tabs{display:flex;gap:3px;padding:10px 15px;border-bottom:1px solid var(--line)}.table-tabs button{border:0;background:transparent;padding:8px 11px;font-size:9px;font-weight:800;color:#84908b;border-radius:6px}.table-tabs button.on{background:#edf3dc;color:#53691d}.commitment-panel{overflow:hidden}.tracking-callout{display:flex;align-items:center;gap:13px;background:#182421;color:#fff;border-radius:11px;padding:16px 18px;margin-bottom:17px}.tracking-callout>svg{color:var(--lime)}.tracking-callout div{display:flex;flex:1;flex-direction:column}.tracking-callout strong{font-size:10px}.tracking-callout span{font-size:8px;color:#9eaaa6;margin-top:3px}.tracking-callout button{border:1px solid #42504c;background:transparent;color:#dfe5e2;border-radius:7px;padding:8px 10px;font-size:8px}.table-tools{padding:16px 17px;margin:0;border-bottom:1px solid var(--line)}.table-tools>button:first-of-type{margin-left:auto}.table-scroll{overflow:auto}table{width:100%;border-collapse:collapse;min-width:680px}th{text-align:left;background:#fafbf8;padding:10px 15px;color:#8a9490;font-size:7px;letter-spacing:1px;text-transform:uppercase}td{padding:13px 15px;border-top:1px solid #edf0eb;font-size:9px;color:#53605b}td>span{display:block;color:#929b97;font-size:7px;margin-top:3px}.mono{font-family:DM Mono;font-size:8px}.badge{display:inline-flex;align-items:center;gap:5px;border-radius:15px;padding:5px 7px;background:#edf0eb;color:#63706b;font-size:7px;font-weight:900;white-space:nowrap}.badge i{width:5px;height:5px;border-radius:50%;background:currentColor}.s-paid,.s-received{background:#e1f3e7;color:#3d8154}.s-in_transit,.s-ready{background:#e3eefc;color:#4777a7}.s-committed,.s-submitted{background:#eef5d8;color:#688322}.s-under_review,.s-requested{background:#fff0d7;color:#a76a0b}.s-open{background:#f9e1dc;color:#ae4f43}.label-layout{margin-top:0}.label-intro{padding:25px;background:#192522;color:#fff;position:relative;overflow:hidden}.label-intro>span{width:44px;height:44px;border-radius:10px;background:var(--lime);color:#192522;display:grid;place-items:center}.label-intro h2{font-size:18px;margin:22px 0 9px}.label-intro>p{font-family:DM Mono;font-size:11px;line-height:1.8;color:#bac5c1}.label-intro>div{display:flex;gap:8px;align-items:center;border-top:1px solid #33413d;margin-top:25px;padding-top:15px;font-size:9px;color:#9da9a5}.label-intro>div svg{color:var(--lime);width:16px}.label-row{display:grid;grid-template-columns:34px 1fr auto 30px;align-items:center;gap:10px;padding:15px 18px;border-bottom:1px solid #edf0eb}.label-row>span{width:34px;height:34px;border-radius:7px;background:#eef2e9;display:grid;place-items:center}.label-row svg{width:15px}.label-row>div{display:flex;flex-direction:column}.label-row strong{font-size:9px}.label-row small{font-size:8px;color:#89938f;margin-top:3px}.label-row>button{border:0;background:transparent}.dispute-list{overflow:hidden}.dispute-list article{display:grid;grid-template-columns:42px minmax(200px,1fr) auto auto;gap:16px;align-items:start;padding:20px;border-bottom:1px solid #e9ece7}.dispute-list article>span{width:42px;height:42px;border-radius:10px;background:#fae5e1;color:#b85d51;display:grid;place-items:center}.dispute-list article>div small{font-size:7px;letter-spacing:.7px;color:#87918d}.dispute-list article h3{font-size:13px;margin:5px 0}.dispute-list article p{font-size:9px;color:#68736f}.dispute-list article time{display:block;font-size:7px;color:#9aa29f;margin-top:8px}.resolution-actions{display:flex;gap:5px}.resolution-actions button{padding:8px 10px;border:1px solid var(--line);background:#fff;border-radius:6px;font-size:8px}.resolution-actions button.primary{background:var(--lime);border:0}.balance-hero{background:#17231f;color:#fff;border-radius:13px;padding:28px 32px;display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;position:relative;overflow:hidden}.balance-hero:after{content:"";position:absolute;right:-55px;top:-100px;width:240px;height:240px;border-radius:50%;background:#cdf25614}.balance-hero div{display:flex;flex-direction:column}.balance-hero small{font-size:8px;letter-spacing:1.6px;color:#91a09a}.balance-hero strong{font-size:34px;margin:7px 0}.balance-hero p{font-size:9px;color:#aab5b1}.balance-hero svg{position:relative;z-index:1;color:var(--lime);opacity:.8}.profile-grid{margin-top:0;grid-template-columns:280px 1fr}.profile-card{padding:26px;display:flex;flex-direction:column;align-items:center}.profile-card>span{width:72px;height:72px;border-radius:50%;background:var(--lime);display:grid;place-items:center;font-size:21px;font-weight:900}.profile-card h2{font-size:18px;margin-top:15px}.profile-card>p{font-size:9px;color:#84908b;margin-top:4px}.profile-card>b{font-family:DM Mono;font-size:9px;background:#eff3e9;padding:6px 9px;border-radius:5px;margin:13px}.profile-card>div{width:100%;display:flex;justify-content:space-between;padding:11px 0;border-top:1px solid #e8ebe6;font-size:9px}.profile-card small{color:#84908b}.profile-form{padding:26px}.profile-form h2{font-size:15px;margin-bottom:18px}.profile-form>div{display:grid;grid-template-columns:1fr 1fr;gap:12px}.profile-form label,.action-form label{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.profile-form label span,.action-form label span{font-size:8px;font-weight:800;color:#63706b}.profile-form input,.action-form input,.action-form select,.action-form textarea{border:1px solid #dce1da;background:#fbfcf9;border-radius:7px;padding:10px;font-size:10px;color:#18221f}.profile-form button{margin-left:auto}.priority{padding:3px 18px}.priority button{width:100%;border:0;background:transparent;display:flex;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid #e9ece7;text-align:left}.priority button>span{width:34px;height:34px;border-radius:8px;display:grid;place-items:center}.priority button>span.red{background:#f8e1dd;color:#ad5148}.priority button>span.blue{background:#e2eefb;color:#4778a8}.priority button>span.amber{background:#fff0d6;color:#ae7010}.priority button>span svg{width:16px}.priority button>div{display:flex;flex:1;flex-direction:column}.priority strong{font-size:9px}.priority small{font-size:8px;color:#8a9490;margin-top:3px}.priority button>svg{width:14px;color:#8e9894}.network-health{padding-bottom:17px}.ring{width:118px;height:118px;margin:18px auto 12px;border-radius:50%;display:grid;place-content:center;text-align:center;background:radial-gradient(closest-side,#fff 76%,transparent 77% 99%),conic-gradient(var(--lime) 87%,#e9ece7 0)}.ring strong{font-size:21px}.ring span{font-size:6px;color:#88928e}.health-legend{padding:0 20px}.health-legend span{display:flex;align-items:center;gap:7px;font-size:8px;color:#6d7874;padding:5px}.health-legend i{width:6px;height:6px;border-radius:50%}.health-legend i.green{background:#73b881}.health-legend i.amber{background:#dba34d}.health-legend i.red{background:#d67368}.health-legend b{margin-left:auto}.buyer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.buyer-grid article{background:#fff;border:1px solid var(--line);border-radius:11px;padding:18px;position:relative}.buyer-grid article>span{width:45px;height:45px;border-radius:11px;display:grid;place-items:center;font-size:12px;font-weight:900}.buyer-grid article>div h3{font-size:12px;margin-top:12px}.buyer-grid article>div p{font-family:DM Mono;font-size:8px;color:#89938f;margin-top:3px}.buyer-grid article>.badge{position:absolute;top:18px;right:18px}.buyer-grid dl{margin:18px 0 12px;padding:10px 0;border-top:1px solid #e9ece7;border-bottom:1px solid #e9ece7}.buyer-grid dl>div{display:flex;justify-content:space-between;padding:4px 0;font-size:8px}.buyer-grid dt{color:#8a9490}.buyer-grid dd{margin:0;font-weight:800}.buyer-grid article>button{border:0;background:transparent;padding:4px 0;font-size:8px;font-weight:900;display:flex;align-items:center;gap:5px}.buyer-grid article>button svg{width:12px}.mini-action{border:1px solid #dce1da;background:#fff;border-radius:6px;padding:7px 9px;font-size:8px;font-weight:800;white-space:nowrap}.modal-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:20px}.modal-bg{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0a110fad;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal{position:relative;background:#fff;border-radius:14px;width:min(470px,100%);max-height:90vh;overflow:auto;box-shadow:0 30px 100px #0000004d;padding:25px}.modal-head{display:flex;justify-content:space-between;gap:20px;margin-bottom:20px}.modal-head p{font-size:7px;font-weight:900;letter-spacing:2px;color:#88a12f}.modal-head h2{font-size:20px;margin:5px 0}.modal-head span{font-size:9px;color:#7c8783}.modal-head>button{width:31px;height:31px;border:1px solid var(--line);background:#fff;border-radius:50%;display:grid;place-items:center}.modal-head>button svg{width:15px}.price-summary{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:15px}.price-summary span{display:flex;justify-content:space-between;background:#f0f4e8;border-radius:7px;padding:10px;font-size:9px}.form-note{display:flex;align-items:center;gap:7px;background:#eef4dd;color:#5d6f29;border-radius:7px;padding:9px;font-size:8px}.form-note svg{width:14px}.form-pair{display:grid;grid-template-columns:1fr 1fr;gap:10px}.form-actions{display:flex;justify-content:flex-end;gap:7px;margin-top:20px}.form-actions button{border:1px solid var(--line);background:#fff;border-radius:7px;padding:10px 15px;font-size:9px;font-weight:800}.form-actions .primary{border:0;background:var(--lime)}.manage-snapshot{text-align:center}.manage-snapshot .product-glyph{border-radius:9px}.manage-snapshot h3{margin:14px}.manage-snapshot>div{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:16px}.manage-snapshot>div span{display:flex;flex-direction:column;font-size:8px;color:#84908b}.manage-snapshot b{font-size:13px;color:#19231f;margin-top:3px}.toast{position:fixed;right:25px;bottom:25px;z-index:120;background:#18231f;color:#fff;box-shadow:0 15px 40px #00000038;border-radius:9px;padding:12px 14px;display:flex;align-items:center;gap:9px;font-size:9px}.toast>svg{color:var(--lime)}.toast button{border:0;background:transparent;color:#82908b;display:grid}.loader{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;background:#121b19;color:#fff}.loader .logo{animation:pulse 1.5s infinite}.loader>strong{font-size:10px;color:#92a09b;letter-spacing:1px}@keyframes pulse{50%{opacity:.55;transform:translateY(-2px)}}@media(max-width:1150px){.metric-row,.deal-grid,.buyer-grid,.featured-grid{grid-template-columns:repeat(2,1fr)}.featured-grid>.deal-card:last-child{display:none}.lower-grid{grid-template-columns:1fr}.content{padding:35px 28px}.header-search input{width:260px}}@media(max-width:760px){.shell{display:block}.side{transform:translate(-100%);transition:.22s;width:min(290px,86vw)}.side.open{transform:translate(0);box-shadow:20px 0 60px #00000040}.close-side{display:grid}.scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#080f0d80;border:0;z-index:25}.shell>main{display:block}.shell main>header{height:59px;padding:0 16px}.menu{display:grid;border:0;background:transparent;padding:0}.mobile-brand{display:block;font-weight:900;font-size:11px;letter-spacing:1px}.mobile-brand span{color:#9ebd32}.header-search{display:none}.header-actions{margin-left:auto}.content{padding:28px 16px 55px}.welcome,.page-head{display:block}.welcome h1,.page-head h1{font-size:28px}.welcome .primary,.page-head>.primary{margin-top:18px}.metric-row,.commit-summary,.quick-grid,.featured-grid,.deal-grid,.admin-grid,.label-layout,.profile-grid,.buyer-grid{grid-template-columns:1fr}.featured-grid>.deal-card:last-child{display:block}.quick-grid{gap:8px;margin-bottom:32px}.section-title{align-items:center}.lower-grid{margin-top:28px}.commit-row{grid-template-columns:38px 1fr auto}.commit-row .commit-track{grid-column:2/4}.commit-row>.badge{grid-column:3;grid-row:1}.commit-row>.mini-action{grid-column:2/4}.deal-toolbar{align-items:stretch;flex-wrap:wrap}.deal-toolbar>label{width:100%}.deal-toolbar>div{overflow:auto;width:100%;padding-bottom:3px}.deal-toolbar>button:last-child{margin:0}.table-tools{flex-wrap:wrap}.table-tools>label{width:100%}.table-tools>button:first-of-type{margin-left:0}.tracking-callout{align-items:flex-start}.tracking-callout button{display:none}.dispute-list article{grid-template-columns:38px 1fr}.dispute-list article>.badge{grid-column:2}.resolution-actions{grid-column:2}.profile-grid{grid-template-columns:1fr}.profile-form>div,.form-pair{grid-template-columns:1fr}.toast{left:16px;right:16px;bottom:16px}.modal{padding:21px}.header-actions .live{display:none}}.guide-hero{display:flex;align-items:center;justify-content:space-between;gap:30px;background:#18231f;color:#fff;border-radius:14px;padding:34px 38px;overflow:hidden;position:relative}.guide-hero:after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:#cdf25614;right:-80px;top:-130px}.guide-hero>div{max-width:690px}.guide-hero span{font-size:8px;letter-spacing:2px;color:var(--lime);font-weight:900}.guide-hero h2{font-size:25px;letter-spacing:-.8px;margin:9px 0}.guide-hero p{font-size:10px;line-height:1.7;color:#aeb9b5}.guide-hero>svg{position:relative;z-index:1;color:var(--lime);flex:none}.guide-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:18px 0}.guide-grid article{background:#fff;border:1px solid var(--line);border-radius:11px;padding:20px}.guide-grid article>span{width:38px;height:38px;border-radius:9px;background:#eef4dd;color:#6f871f;display:grid;place-items:center}.guide-grid svg{width:17px}.guide-grid h3{font-size:11px;margin:14px 0 6px}.guide-grid p{font-size:8px;line-height:1.6;color:#77827e}.guide-grid b{font-family:DM Mono;color:#4c5a55}.guide-flow{overflow:hidden}.guide-flow>div:last-child{display:grid;grid-template-columns:auto 1fr auto auto 1fr auto auto 1fr auto auto 1fr;gap:11px;align-items:center;padding:22px}.guide-flow>div:last-child>span{width:43px;height:43px;border-radius:9px;background:#ecf4d5;color:#60771c;display:grid;place-items:center;position:relative}.guide-flow>div:last-child>span b{position:absolute;top:3px;left:4px;font-size:6px}.guide-flow>div:last-child>span svg{width:17px}.guide-flow>div:last-child>p{display:flex;flex-direction:column}.guide-flow strong{font-size:9px}.guide-flow small{font-size:7px;color:#89938f;margin-top:3px}.guide-flow>div:last-child>svg{width:14px;color:#a7afac}.guide-note{font-size:8px;color:#7c8783;line-height:1.6;margin-top:13px;padding:0 3px}@media(max-width:1150px){.guide-grid{grid-template-columns:repeat(2,1fr)}.guide-flow>div:last-child{grid-template-columns:auto 1fr auto 1fr}.guide-flow>div:last-child>svg{display:none}}@media(max-width:760px){.guide-hero{padding:27px 22px}.guide-hero>svg{display:none}.guide-hero h2{font-size:21px}.guide-grid{grid-template-columns:1fr}.guide-flow>div:last-child{grid-template-columns:auto 1fr;padding:17px}.guide-flow>div:last-child>span{width:38px;height:38px}}body{font-size:16px}.logo strong{font-size:14px}.logo small{font-size:10px}.workspace-switch button{font-size:13px}.nav-label{font-size:11px}.side nav button{font-size:15px}.side nav em{font-size:11px}.side-help strong,.side-user strong{font-size:13px}.side-help small,.side-user small{font-size:11px}.header-search input{font-size:14px}.live{font-size:12px}.welcome p,.page-head p,.section-title p{font-size:11px}.welcome h1,.page-head h1{font-size:40px}.welcome span,.page-head>div>span{font-size:15px;line-height:1.55}.primary{font-size:13px}.metric small{font-size:12px}.metric strong{font-size:24px}.metric p{font-size:11px;line-height:1.35}.quick-grid strong{font-size:14px}.quick-grid small{font-size:12px}.section-title h2{font-size:25px}.section-title button,.panel-head button{font-size:12px}.sku-float,.deal-meta span,.deal-meta b{font-size:10px}.deal-body h3{font-size:16px;min-height:44px}.deal-sku{font-size:11px}.prices small{font-size:10px}.prices strong{font-size:16px}.prices>span{font-size:10px}.deal-progress>div{font-size:11px}.commit-btn{font-size:13px}.panel-head h2{font-size:17px}.panel-head p{font-size:12px}.commit-name strong{font-size:13px}.commit-name span,.commit-track span,.commit-track b{font-size:11px}.activity strong{font-size:12px}.activity small{font-size:11px}.badge{font-size:10px}.mini-action{font-size:11px}.deal-toolbar input,.table-tools input{font-size:13px}.deal-toolbar button,.table-tools button,.table-tabs button{font-size:11px}.tracking-callout strong{font-size:13px}.tracking-callout span,.tracking-callout button{font-size:11px}th{font-size:10px}td{font-size:12px}td>span{font-size:10px}.mono{font-size:11px}.label-intro>p{font-size:13px}.label-intro>div{font-size:12px}.label-row strong{font-size:12px}.label-row small{font-size:11px}.dispute-list article>div small{font-size:10px}.dispute-list article h3{font-size:16px}.dispute-list article p{font-size:12px;line-height:1.5}.dispute-list article time{font-size:10px}.resolution-actions button,.balance-hero small{font-size:11px}.balance-hero p{font-size:12px}.profile-card>p,.profile-card>b,.profile-card>div{font-size:12px}.profile-form h2{font-size:18px}.profile-form label span,.action-form label span{font-size:11px}.profile-form input,.action-form input,.action-form select,.action-form textarea{font-size:13px}.priority strong{font-size:12px}.priority small{font-size:11px}.ring span{font-size:9px}.health-legend span{font-size:11px}.buyer-grid article>div h3{font-size:15px}.buyer-grid article>div p,.buyer-grid dl>div,.buyer-grid article>button{font-size:11px}.modal-head p{font-size:10px}.modal-head span{font-size:12px;line-height:1.45}.price-summary span{font-size:12px}.form-note{font-size:11px}.form-actions button{font-size:12px}.manage-snapshot>div span{font-size:11px}.manage-snapshot b{font-size:16px}.toast{font-size:12px}.loader>strong{font-size:13px}.guide-hero span{font-size:11px}.guide-hero h2{font-size:28px}.guide-hero p{font-size:13px}.guide-grid h3{font-size:14px}.guide-grid p,.guide-flow strong{font-size:12px}.guide-flow small{font-size:10px}.guide-flow>div:last-child>span b{font-size:8px}.guide-note{font-size:11px}@media(max-width:760px){.welcome h1,.page-head h1{font-size:32px}.welcome span,.page-head>div>span{font-size:14px}.guide-hero h2{font-size:24px}}
