@font-face{font-family:Inter;src:url(/InterVariable.woff2);font-weight:100 900}.bucket-scroll input:focus-visible{outline:2px solid var(--ink);outline-offset:2px}:root{--surface:#fdfdfc;--ink:#242628;--muted:#666b6d;--line:#e0e2e1;--teal:#2f6364;--control:#eaebea;--focus:#f4f8f7}*{box-sizing:border-box}html,body{width:100%;height:100%;color:var(--ink);background:#f1f2f1;margin:0;font:13px/20px Inter,Arial,sans-serif;overflow:hidden}button,input{font:inherit}button{cursor:pointer}.frame{grid-template-rows:52px 1fr;gap:26px;height:100vh;padding:28px 36px 31px;display:grid}.topbar{align-items:center;gap:8px;display:flex}.brand{object-fit:contain;width:34px;height:34px;margin-right:20px}.topbar nav{gap:8px;display:flex}.topbar nav button,.topbar nav a,.account{background:var(--surface);height:38px;color:var(--muted);border:0;border-radius:19px;font:500 12px/16px Inter}.topbar nav button,.topbar nav a{padding:0 12px}.topbar nav a{place-items:center;text-decoration:none;display:grid}.topbar nav .active{background:var(--ink);color:var(--surface)}.header-actions{gap:8px;margin-left:auto;display:flex}.settings,.account{place-items:center;width:38px;padding:0;display:grid}.account{background:var(--ink);color:var(--surface);border-radius:50%}.icon{width:18px;height:18px;display:block}.main{grid-template-columns:48px 1fr;gap:24px;min-height:0;display:grid}.rail{flex-direction:column;gap:8px;padding-top:246px;display:flex}.rail button{background:var(--control);width:38px;height:38px;color:var(--muted);border:0;border-radius:19px;place-items:center;padding:10px;display:grid}.rail button.active{background:var(--ink);color:var(--surface)}.page{flex-direction:column;gap:15px;min-height:0;display:flex;position:relative}.head{justify-content:space-between;align-items:flex-end;gap:8px;height:58px;display:flex;transform:translateY(-4px)}.head>div:first-child{align-self:flex-start;transform:translateY(-5px)}.head h1{margin:0 0 -3px;font:400 30px/36px Inter}.head p{color:var(--muted);margin:0;font:400 13px/20px Inter}.today{background:var(--surface);height:26px;color:var(--muted);border-radius:13px;padding:6px 12px;font-size:10px;line-height:14px}.summary{grid-template-columns:repeat(3,1fr);gap:15px;height:152px;display:grid}.summary-card{background:var(--surface);border-radius:24px;height:152px;padding:0;position:relative;overflow:hidden;box-shadow:0 2px 10px #afb2b31c}.summary-eyebrow{height:14px;color:var(--ink);font-size:10px;line-height:14px;position:absolute;top:24px;left:24px}.summary-support span{white-space:nowrap;flex-direction:column;display:flex}.summary-support span:last-child{text-align:right;align-items:flex-end}.summary-support span:only-child{text-align:left;align-items:flex-start}.breakdown{background:var(--teal);height:26px;color:var(--surface);border:0;border-radius:13px;padding:0 12px;font:500 12px/16px Inter;position:absolute;top:102px;right:24px}.workspace{background:var(--surface);border-radius:24px;flex:1;min-height:0;padding:9px 8px 31px;position:relative;overflow:hidden}.controls{justify-content:space-between;align-items:center;height:32px;padding:0;display:flex}.filters,.right,.history{gap:8px;display:flex}.pill{background:var(--control);height:32px;color:var(--muted);border:0;border-radius:16px;padding:0 12px;font:500 11px/16px Inter}.pill.active{background:var(--ink);color:var(--surface)}.history{background:var(--control);border-radius:16px;gap:0;width:168px;height:32px}.history .pill{background:0 0;width:56px;padding:0}.history .pill.active{background:var(--ink)}.icon-control{place-items:center;width:32px;padding:0;display:grid}.content-area{position:absolute;inset:62px 27px 27px}.stage-toggle{z-index:4;gap:8px;width:268px;height:32px;display:flex;position:absolute;top:9px;left:50%;transform:translate(-50%)}.stage-toggle button{background:var(--control);width:84px;height:32px;color:var(--ink);border:0;border-radius:16px;padding:0;font:500 11px/16px Inter}.stage-toggle button.active{background:var(--ink);color:var(--surface)}.destination-wrap{z-index:5;position:absolute;top:62px;left:50%;transform:translate(-50%)}.destination-search:focus{background:var(--focus);box-shadow:inset 0 0 0 1px var(--teal)}.destination-search::placeholder{color:var(--muted)}.destination-panel{border:1px solid var(--line);background:var(--surface);border-radius:19px;width:268px;height:170px;padding:19px 8px;position:absolute;top:40px;left:0;overflow:hidden}.destination-heading{height:14px;color:var(--muted);text-align:center;margin-bottom:4px;font-size:10px}.destination-panel button:hover{background:#2426280f}.destination-panel button[aria-selected=true]{background:var(--control)}.destination-panel button:focus-visible{outline:2px solid var(--teal);outline-offset:-2px}.calculator-wash{z-index:7;background:#24262814;border-radius:24px;position:fixed;inset:346px 36px 32px 108px}.calculator.fob{height:220px}.calculator.cfr{height:288px}.calculator.delivered{height:342px}.calculator-head{justify-content:space-between;height:48px;display:flex}.calculator-title{font:500 13px/20px Inter}.close{background:var(--teal);border:0;border-radius:50%;width:22px;height:22px;padding:0;position:relative}.close:before{content:"";background:var(--surface);width:8px;height:1px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.range span:nth-child(2n){text-align:right}.rule{background:var(--line);width:100%;height:1px;margin:14px 0 8px}.formula{flex-direction:column;gap:2px;display:flex}.formula-row .value{text-align:right;grid-column:2/4}.formula-row .unit{color:var(--muted);text-align:right;display:none}.calculator.edit .formula-row.editable .unit{display:block}.formula-row input:focus{background:var(--focus);box-shadow:inset 0 0 0 1px var(--teal);outline:0}.calculator.fob .formula{height:50px}.calculator.cfr .formula{height:76px}.calculator.delivered .formula{height:128px}.bucket-table{flex-direction:column;height:100%;margin:0 4px;display:flex}.bucket-frame{border:1px solid var(--line);background:#f3f4f3;border-radius:19px;flex:none;min-height:0;overflow:hidden}.bucket-header{height:40px;overflow:hidden}.bucket-scroll{scrollbar-width:none;min-height:0;overflow-y:auto}.bucket-scroll::-webkit-scrollbar{display:none}.bucket-header table,.bucket-scroll table{table-layout:fixed;border-collapse:separate;border-spacing:0;width:100%;font-size:10px}.bucket-table col.col-use,.bucket-table col.col-high{width:6.7308%}.bucket-table col.col-month,.bucket-table col.col-entry,.bucket-table col.col-weight,.bucket-table col.col-benchmark,.bucket-table col.col-origin,.bucket-table col.col-low{width:12.5%}.bucket-table col.col-quantity{width:11.5385%}.bucket-scroll td{border-top:1px solid var(--line);background:var(--surface);text-align:center;scroll-snap-align:start;height:32px;padding:0 8px}.bucket-scroll tr.excluded td{background:var(--control);color:var(--muted)}.bucket-scroll input:checked{border-color:var(--teal)}.bucket-scroll input:checked:after{content:"";background:var(--teal);border-radius:50%;width:6px;height:6px;margin:3px;display:block}.bucket-footer button{background:var(--teal);min-width:72px;height:26px;color:var(--surface);white-space:nowrap;border:0;border-radius:13px;grid-column:1;justify-self:center;padding:0 10px;font:500 11px/14px Inter}.bucket-footer span{color:var(--muted);grid-column:6}.bucket-footer b:first-of-type{grid-column:7}.bucket-footer b:nth-of-type(2){grid-column:8}.bucket-footer b:nth-of-type(3){grid-column:9}.guard-message{display:none}.calculator{z-index:8;border:1px solid var(--line);background:var(--surface);border-radius:26px;width:422px;padding:16px;position:absolute;top:calc(50vh - 171px);left:50%;overflow:hidden;transform:translate(-50%,-50%)}.settings{color:#666b6d;background:#fdfdfc;border:0;border-radius:19px;place-items:center;width:38px;height:38px;padding:0;display:grid}.summary-value{font-variant-numeric:tabular-nums;height:32px;font-size:28px;font-weight:600;line-height:32px;position:absolute;top:42px;left:24px}.summary-support{border-top:1px solid var(--line);border:0;grid-template-columns:1fr 1fr;height:30px;padding-top:0;font-size:10px;line-height:14px;display:grid;position:absolute;top:98px;left:24px;right:24px}.summary-support:before{content:"";border-top:1px solid var(--line);position:absolute;top:-7px;left:0;right:0}.summary-support small{color:var(--muted);font:400 10px/14px Inter}.summary-support b{color:var(--ink);font:500 12px/16px Inter}.destination-search{border:1px solid var(--line);background:var(--surface);width:268px;height:32px;color:var(--ink);text-align:center;border-radius:16px;outline:0;padding:0 14px;font:400 12px/16px Inter}.destination-panel button{width:100%;height:36px;color:var(--ink);text-align:center;background:0 0;border:0;border-radius:11px;margin:0 0 2px;padding:0 11px;font:400 12px/18px Inter;display:block}.table-heading{flex:none;gap:0;height:42px;display:block}.table-heading b{font:500 13px/20px Inter;display:block}.table-heading small{color:var(--muted);font:400 10px/14px Inter;display:block}.bucket-header th{background:var(--control);color:var(--muted);text-align:center;height:40px;padding:0;font:500 10px/14px Inter}.bucket-scroll input{appearance:none;background:var(--surface);vertical-align:middle;border:1px solid #a9afb0;border-radius:50%;width:14px;height:14px;margin:0}.bucket-footer{background:var(--surface);border-top:1px solid var(--line);text-align:center;grid-template-columns:6.7308% 12.5% 12.5% 12.5% 11.5385% 12.5% 12.5% 12.5% 6.7308%;align-items:center;height:42px;font:400 11px/14px Inter;display:grid}.bucket-footer b{font:500 12px/16px Inter}.calculator-meta{color:var(--muted);margin-top:2px;font:400 10px/14px Inter}.calculated-total{font-variant-numeric:tabular-nums;height:22px;margin-top:12px;font:600 16px/22px Inter}.range{height:30px;color:var(--muted);font-variant-numeric:tabular-nums;grid-template-rows:14px 14px;grid-template-columns:1fr auto;gap:2px 12px;margin-top:3px;font:400 10px/14px Inter;display:grid}.formula-row{grid-template-columns:minmax(0,1fr) 68px 52px;align-items:center;gap:4px;height:24px;min-height:24px;font:400 10px/14px Inter;display:grid}.formula-row input{border:1px solid var(--line);background:var(--surface);text-align:right;width:68px;height:24px;color:var(--ink);border-radius:7px;padding:0 7px;font:500 12px/16px Inter}.action{background:var(--teal);width:100%;height:26px;color:var(--surface);border:0;border-radius:13px;margin-top:16px;padding:0;font:500 12px/16px Inter}.road-label{white-space:nowrap;justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.road-label span:last-child{color:var(--ink);text-align:right;margin-left:auto}@media (max-width:1400px) and (min-width:1366px){.calculator{width:397.328px}.workspace{flex:none;height:391px}}@media (max-width:1365px){.summary,.workspace,.stage-toggle,.destination-wrap{display:none}.rail{padding-top:209px}.rail button{pointer-events:none;opacity:.45}.guard-message{color:var(--muted);flex-direction:column;gap:4px;display:flex;position:absolute;top:75px;left:0}.import-page .guard-message{top:186px;left:108px}.guard-message b{color:var(--ink);font-weight:500}}@media (max-height:800px){.calculator.delivered{top:42px;transform:translate(-50%)}}.formula-row input.invalid{background:#fff8f7;border-color:#9d3c33}.control-tooltip{z-index:1000;background:var(--control);min-height:28px;color:var(--muted);white-space:nowrap;pointer-events:none;border-radius:14px;padding:7px 10px;font:400 10px/14px Inter;position:fixed}.control-tooltip.focus{background:var(--ink);color:var(--surface)}.brand{width:26px;height:auto;max-height:34px;margin-left:4px;margin-right:24px}.loading-state-card{border:1px solid var(--line);text-align:center;width:270px;min-height:111px;color:var(--ink);background:#fdfdfcdd;border-radius:14px;padding:18px 20px;box-shadow:0 5px 18px #24262812}.loading-state-card strong{font:600 13px/16px Inter,Arial,sans-serif;display:block}.loading-state-card small{color:var(--muted);margin-top:5px;font:400 11px/16px Inter,Arial,sans-serif;display:block}.loading-state-card .import-loading-pixels{margin:0 auto 12px}.destination-results-viewport{scrollbar-width:none;height:114px;overflow-y:auto}.destination-results-viewport::-webkit-scrollbar{display:none}.scroll-viewport-shell{min-height:0;position:relative}.scroll-viewport-shell>.scroll-viewport{scrollbar-width:none;scroll-snap-type:y mandatory;height:100%;min-height:0;overflow-y:auto}.scroll-viewport-shell>.scroll-viewport::-webkit-scrollbar{display:none}.scroll-viewport-thumb{z-index:3;cursor:grab;touch-action:none;background:#a1aba6;border-radius:2px;width:3px;position:absolute;top:0;right:-6.5px}.scroll-viewport-thumb:hover,.scroll-viewport-thumb:active{background:var(--teal)}.scroll-viewport-thumb:focus-visible{outline:1px solid var(--teal);outline-offset:0}.bucket-frame{border:1px solid var(--line);background:#fdfdfc;border-radius:19px;outline:0;padding-right:0}.bucket-header{background:var(--control);padding-right:10px}.bucket-scroll{box-shadow:inset 1px 0 0 var(--line),inset 0 1px 0 var(--line),inset 0 -1px 0 var(--line);padding-right:10px;position:relative;overflow:visible}.bucket-scroll .scroll-viewport-thumb{top:0;right:3px}.bucket-scroll td{background:#fdfdfc}.bucket-scroll tr:nth-child(2n) td{background:#f3f4f3}.bucket-scroll tr.excluded td{color:#586760;background:#e2ebe9}.bucket-scroll tr.excluded td:first-child{box-shadow:inset 3px 0 0 var(--teal)}.bucket-footer{background:#fdfdfc;padding-right:10px}.bucket-footer .bucket-inclusion-count{color:var(--muted);text-align:left;white-space:nowrap;grid-column:2}.bucket-footer .bucket-weighted-label{grid-column:6}.bucket-frame,.import-table-frame{background:linear-gradient(var(--control) 0 40px,var(--surface) 40px)}.bucket-scroll,.import-table-scroll{--thumb-inset:4px}.import-table-frame.import-table-frame,.bucket-frame.bucket-frame{--table-scroll-gutter:0px}:is(.import-table-frame.import-table-frame:has(.scroll-viewport-thumb),.bucket-frame.bucket-frame:has(.scroll-viewport-thumb)){--table-scroll-gutter:10px}.import-table-frame.import-table-frame .import-table-header,.import-table-frame.import-table-frame .import-table-scroll,.import-table-frame.import-table-frame .import-table-footer,.bucket-frame.bucket-frame .bucket-header,.bucket-frame.bucket-frame .bucket-scroll,.bucket-frame.bucket-frame .bucket-footer{padding-right:var(--table-scroll-gutter)!important}.import-table-frame.import-table-frame .import-table-scroll,.bucket-frame.bucket-frame .bucket-scroll{box-shadow:none!important}.import-table-frame.import-table-frame .import-table-scroll:after,.bucket-frame.bucket-frame .bucket-scroll:after{border-bottom:0;display:none}.import-table-frame.import-table-frame:has(.scroll-viewport-thumb) .import-table-scroll:after{display:block}.bucket-frame.bucket-frame:has(.scroll-viewport-thumb) .bucket-scroll:after{display:block}.bucket-scroll,.import-table-scroll{box-shadow:none}.bucket-scroll:after,.import-table-scroll:after{content:"";border:1px solid var(--line);pointer-events:none;z-index:1;border-right:0;width:10px;position:absolute;top:0;bottom:0;right:0}.bucket-scroll .scroll-viewport-thumb,.import-table-scroll .scroll-viewport-thumb{top:0;right:3px}.import-table-footer{border-top:1px solid var(--line);background:var(--surface);text-align:center;grid-template-columns:repeat(7,minmax(0,1fr));align-items:center;height:42px;padding-right:10px;font:400 11px/14px Inter;display:grid}.import-table-footer .import-footer-label{color:var(--muted);grid-column:1/4;font:400 11px/14px Inter}.import-table-footer b{font:500 12px/16px Inter}
.import-page .topbar nav a{background:var(--surface);height:38px;color:var(--muted);border-radius:19px;padding:11px 12px;font:500 12px/16px Inter;text-decoration:none}.topbar nav a.active{background:var(--ink);color:var(--surface)}.import-loading{min-height:400px;color:var(--muted);place-items:center;display:grid}.import-loading-shell{min-height:0}.import-loading-shell .rail button{opacity:.55;cursor:default}.import-summary-loading .summary-card{background:var(--surface)}.import-loading-block{background:var(--control);border-radius:6px;width:150px;height:28px!important;top:44px!important}.import-loading-line{background:var(--control);border-radius:5px;width:58px;height:12px;display:block}.import-loading-control{background:var(--control);border-radius:16px;width:86px;height:32px;display:block}.import-loading-control-short{width:32px}.import-workspace-loading{overflow:hidden}.import-loading-content{background:#eaebea59;border-radius:16px;position:absolute;inset:62px 27px 27px}.import-loading-feedback{z-index:10;pointer-events:auto;background:#fdfdfc5c;border-radius:16px;place-items:center;display:grid;position:absolute;inset:0}.import-loading-card{text-align:center;color:#242628;background:#fdfdfcdd;border:1px solid #e0e2e1;border-radius:14px;width:270px;min-height:111px;padding:18px 20px;box-shadow:0 5px 18px #24262812}.import-loading-card strong{font:600 13px/16px Inter,Arial,sans-serif;display:block}.import-loading-card small{color:#666b6d;margin-top:5px;font:400 11px/16px Inter,Arial,sans-serif;display:block}.import-loading-pixels{grid-template-rows:repeat(3,6px);grid-template-columns:repeat(3,6px);gap:4px;width:26px;height:26px;margin:0 auto 12px;display:grid}.import-loading-pixels i{opacity:.22;background:#2f6364;border-radius:1px;width:6px;height:6px;animation:1.2s ease-in-out infinite import-loading-pulse}.import-loading-pixels i:first-child,.import-loading-pixels i:nth-child(9){animation-delay:.1s}.import-loading-pixels i:nth-child(2),.import-loading-pixels i:nth-child(8){animation-delay:.25s}.import-loading-pixels i:nth-child(3),.import-loading-pixels i:nth-child(7){animation-delay:.4s}.import-loading-pixels i:nth-child(4),.import-loading-pixels i:nth-child(6){animation-delay:.55s}.import-loading-pixels i:nth-child(5){opacity:.9;animation-delay:.7s}@keyframes import-loading-pulse{0%,to{opacity:.2;transform:scale(.75)}45%{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.import-loading-pixels i{opacity:.65!important;animation:none!important}}.import-retry{background:var(--teal);height:26px;color:var(--surface);cursor:pointer;border:0;border-radius:13px;margin-top:14px;padding:0 14px;font:500 12px/16px Inter}.import-summary .summary-value{font-size:28px}.import-workspace{padding-bottom:31px}.import-content{position:absolute;inset:62px 27px 27px}.import-chart{height:464px;position:absolute;bottom:0;left:0;right:0}.import-chart-heading,.import-table-title{justify-content:space-between;align-items:flex-start;height:42px;padding-right:8px;display:flex}.import-chart-heading b,.import-table-title b{font:500 13px/20px Inter;display:block}.import-chart-heading small,.import-table-title small{color:var(--muted);font:400 10px/14px Inter;display:block}.import-legend{color:var(--muted);align-items:center;gap:18px;margin-top:10px;font:400 10px/14px Inter;display:flex}.import-legend span:before{content:"";vertical-align:0;border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-block}.legend-range:before{border:1px solid var(--line);background:#f3f4f3}.legend-baseline:before{background:var(--teal)}.legend-actual:before{background:var(--ink)}.import-chart-canvas{height:calc(100% - 42px);position:relative}.import-chart-canvas svg{width:100%;height:100%;display:block;overflow:visible}.import-grid{stroke:var(--line);stroke-width:1px}.import-axis-label,.import-month-label{fill:var(--muted);font-variant-numeric:tabular-nums;font:400 10px/14px Inter}.import-range{fill:#f3f4f3;opacity:.76}.import-baseline-line{fill:none;stroke:var(--teal);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.import-actual-point{fill:var(--surface);stroke:var(--ink);stroke-width:2px;cursor:pointer}.import-baseline-bar{fill:var(--teal);cursor:pointer}.import-actual-bar{fill:var(--ink);cursor:pointer}.import-workspace .history-button{z-index:2;background:var(--control);color:#b9bebc;border:0;border-radius:13px;place-items:center;width:26px;height:26px;padding:8px;font:400 14px/26px Inter;display:grid;position:absolute}.import-workspace .history-button:disabled{opacity:1}.import-workspace .history-prev{top:2px;left:0}.import-workspace .history-next{top:2px;right:0}.import-tooltip{z-index:8;border:1px solid var(--line);background:var(--surface);width:256px;color:var(--ink);pointer-events:none;border-radius:12px;padding:14px 16px;font:400 12px/16px Inter;position:absolute;box-shadow:0 3px 12px #9fa4a31f}.import-tooltip h3{margin:0 0 8px;font:500 13px/20px Inter}.import-tooltip-row{grid-template-columns:1fr auto;column-gap:8px;display:grid}.import-tooltip-row span{color:var(--muted)}.import-tooltip-row b{font-variant-numeric:tabular-nums}.import-tooltip-divider{border-top:1px solid var(--line);margin-top:10px;padding-top:8px}.import-tooltip-divider strong{margin-bottom:4px;font:500 13px/20px Inter;display:block}.import-table-title{height:38px}.import-table-title>span{color:var(--muted);font:400 11px/14px Inter}.import-table{height:auto;position:absolute;inset:0}.import-table-frame{height:var(--table-frame-height,392px);outline:1px solid var(--line);outline-offset:-1px;background:#f3f4f3;border:0;border-radius:19px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.import-table-header{height:40px;overflow:hidden}.import-table-scroll{height:var(--table-scroll-height,352px);scrollbar-width:none;scroll-snap-type:y mandatory;overflow-y:auto}.import-table-scroll::-webkit-scrollbar{display:none}.import-table table{table-layout:fixed;border-collapse:separate;border-spacing:0;text-align:center;width:100%;font:400 10px/14px Inter}.import-table th{height:40px;color:var(--muted);background:var(--control);padding:0;font:500 10px/14px Inter}.import-table td{border-top:1px solid var(--line);background:var(--surface);scroll-snap-align:start;font-variant-numeric:tabular-nums;height:32px;padding:0}.import-table col{width:14.2857%}.import-select{position:relative}.import-select-menu{z-index:6;border:1px solid var(--line);background:var(--surface);border-radius:19px;width:301px;height:321px;max-height:321px;padding:8px 18px 7px;position:absolute;top:36px;left:0;overflow:hidden;box-shadow:0 3px 12px #9fa4a31f}.import-select-viewport{scrollbar-width:none;scroll-snap-type:y mandatory;width:285px;height:304px;margin-left:-10px;overflow-y:auto}.import-select-menu button{width:285px;height:38px;color:var(--ink);text-align:left;background:0 0;border:0;border-radius:11px;justify-content:space-between;align-items:center;margin:0;padding:0 10px;font:400 12px/16px Inter;display:flex;position:relative}.import-select-menu button{scroll-snap-align:start}.import-settings-wash{z-index:1;pointer-events:auto;background:#24262814;position:absolute;inset:0}.import-settings-card{z-index:5;border:1px solid var(--line);background:var(--surface);border-radius:19px;width:298px;padding:16px;position:absolute;top:49px;right:12px;box-shadow:0 3px 12px #9fa4a31f}.import-settings-card>b{font:500 16px/22px Inter;display:block}.import-settings-card>small{color:var(--muted);font:400 12px/16px Inter;display:block}.import-settings-rule{background:var(--line);height:1px;margin:14px 0 8px}.import-settings-field{margin-top:16px}.import-settings-card label{color:var(--ink);margin:0 0 10px;font:400 12px/16px Inter;display:block}.import-method-toggle{background:var(--control);border-radius:16px;grid-template-columns:133px 133px;gap:0;width:266px;height:32px;margin-bottom:12px;display:grid;overflow:hidden}.import-method-toggle button{width:133px;height:32px;color:var(--ink);background:0 0;border:0;flex:none;font:500 11px/16px Inter}.import-method-toggle button.active{background:var(--teal);color:var(--surface);border-radius:16px}.import-settings-card input[type=range]{width:100%;height:4px;accent-color:var(--teal);appearance:none;background:var(--control);margin:0 0 4px}.import-settings-card input[type=range]::-webkit-slider-thumb{appearance:none;border:2px solid var(--teal);background:var(--surface);border-radius:50%;width:14px;height:14px}.import-settings-card input[type=range]::-moz-range-thumb{border:2px solid var(--teal);background:var(--surface);border-radius:50%;width:14px;height:14px}.import-settings-value{float:right;color:var(--muted);font-weight:400}.import-settings-endpoints{color:var(--muted);justify-content:space-between;font:400 10px/14px Inter;display:flex}.import-settings-apply{background:var(--teal);width:266px;height:26px;color:var(--surface);border:0;border-radius:13px;margin-top:16px;font:500 12px/16px Inter}.import-settings-trigger{background:var(--control);width:32px;height:32px;color:var(--muted);border:0;border-radius:16px;place-items:center;padding:0;display:grid}.import-settings-trigger.active{background:var(--ink);color:var(--surface)}.import-workspace .history{background:0 0;border-radius:0;gap:8px;width:auto;height:32px}.import-workspace .history .pill{width:32px;padding:0}.import-workspace .history .pill:not(.active){background:var(--control);color:var(--muted)}.import-select{min-width:114px;position:relative}.import-select-trigger{background:var(--control);min-width:114px;height:38px;color:var(--ink);text-align:center;cursor:pointer;border:0;border-radius:19px;grid-template-columns:minmax(0,1fr) 12px;align-items:center;column-gap:8px;padding:0 19px;font:500 12px/18px Inter;display:grid}.import-select-trigger>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.import-select-trigger.open{background:var(--ink);color:var(--surface)}.import-select-chevron{fill:none;stroke:currentColor;stroke-width:1.25px;stroke-linecap:round;stroke-linejoin:round;width:12px;height:12px;transition:transform .15s;display:block}.import-select-trigger.open .import-select-chevron{transform:rotate(180deg)}.import-select-caption{color:var(--muted);margin-top:4px;font:400 10px/14px Inter;display:block}.import-select-menu{z-index:6;background:var(--surface);width:301px;height:321px;max-height:321px;box-shadow:none;border:0;border-radius:19px;padding:8px;position:absolute;top:64px;left:0;overflow:hidden}.import-select-viewport{scrollbar-width:none;scroll-snap-type:y mandatory;width:285px;height:304px;margin:0;overflow-y:auto}.import-select-viewport::-webkit-scrollbar{display:none}.import-select-menu button{width:285px;height:38px;color:var(--ink);text-align:left;scroll-snap-align:start;background:0 0;border:0;border-radius:0;justify-content:space-between;align-items:center;margin:0;padding:0 10px;font:400 12px/18px Inter;display:flex;position:relative}.import-select-menu button:before{content:"";background:0 0;border-radius:11px;position:absolute;inset:3px 0}.import-select-menu button:hover:before{background:#2426280f}.import-select-menu button.selected:before{background:var(--control)}.import-select-menu button>span{z-index:1;position:relative}.import-option-code{color:var(--muted);font:500 11px/16px Inter}.import-workspace{overflow:visible}.import-select-caption{margin-left:19px}.import-select-trigger.open{color:#fdfdfc;background:#242628}.import-select-trigger.open .import-select-chevron{stroke:#fdfdfc;transform:rotate(180deg)}.import-select-chevron{stroke:#666b6d;stroke-width:1.2px;stroke-linecap:butt;stroke-linejoin:miter;transition:none}.import-workspace .controls{align-items:center}.import-select{height:38px}.import-select-caption{white-space:nowrap;margin:0;position:absolute;top:42px;left:19px}.import-select{min-width:0;height:32px}.import-select-trigger{border-radius:16px;grid-template-columns:minmax(0,1fr) 12px;column-gap:8px;min-width:0;height:32px;padding:0 12px;font:500 11px/16px Inter}.import-select-caption{top:36px;left:12px}.import-select-trigger{min-width:86px}.analysis-select-wash{z-index:10;border-radius:inherit;pointer-events:auto;background:#24262814;position:absolute;inset:0}.import-select:has(.import-select-trigger.open){z-index:11}.import-select:has(.import-select-trigger.open) .import-select-menu{z-index:12}.history-button:not(:disabled),.import-page .import-workspace .history-button:not(:disabled){color:#fdfdfc;cursor:pointer;background:#2f6364}.workspace:has(.import-select-trigger.open){overflow:visible}.history-button svg,.import-page .history-button svg{width:6px;height:10px;margin:0;position:absolute;top:calc(50% - 5px);left:calc(50% - 3px);transform:none}.import-select-menu{top:54px}.import-select-viewport{overflow:visible}.import-select-viewport>.scroll-viewport{height:100%;overflow-y:auto}.import-select-viewport button{width:100%}.import-table-frame{border:1px solid var(--line);background:#fdfdfc;border-radius:19px;outline:0;padding-right:0}.import-table-header{background:var(--control);padding-right:10px}.import-table-scroll{box-shadow:inset 1px 0 0 var(--line),inset 0 1px 0 var(--line),inset 0 -1px 0 var(--line);padding-right:10px;position:relative;overflow:visible}.import-table-scroll>.scroll-viewport{height:100%;overflow-y:auto}.import-table-scroll .scroll-viewport-thumb{top:0;right:3px}.import-table td{background:#fdfdfc}.import-table tr:nth-child(2n) td{background:#f3f4f3}.import-select-viewport{--thumb-inset:8px}.import-select-viewport .scroll-viewport-thumb{right:-5.5px}.import-settings-wash{border-radius:inherit}.origin-multiselect .origin-multiselect-menu{height:321px}.origin-multiselect .origin-multiselect-viewport{height:266px}.origin-multiselect .origin-multiselect-viewport .scroll-viewport>button{margin-bottom:0}.origin-multiselect .origin-check{background:#fdfdfc;border:1px solid #2f6364;border-radius:50%;flex:none;width:14px;height:14px;position:relative}.origin-multiselect .selected .origin-check:after{content:"";background:#2f6364;border-radius:50%;position:absolute;inset:3px}.origin-multiselect #origin-apply{color:#fdfdfc;text-align:center;background:#2f6364;border-radius:13px;width:100%;height:26px;min-height:26px;margin-top:12px;padding:0;font:500 12px/16px Inter;display:block}.origin-multiselect #origin-apply:disabled{color:#666b6d;background:#eaebea}.origin-multiselect .import-select-trigger{min-width:102px}.origin-multiselect #origin-apply:before{display:none}
.settings-page .settings-selected{background:var(--ink);color:var(--surface)}.settings-body{flex-direction:column;gap:15px;min-height:0;margin:0 72px;display:flex}.settings-body>.head{flex:none;height:58px}.settings-cards{flex:1;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:15px;min-height:0;display:grid}.settings-card{background:#fdfdfc;border:1px solid #e0e2e1;border-radius:24px;flex-direction:column;min-width:0;min-height:0;padding:24px;font:400 12px Inter,Arial;display:flex;position:relative;overflow:hidden}.settings-card button{cursor:pointer;font:400 13.3333px Arial}.settings-card button:disabled{cursor:default}.settings-card h2{align-items:center;height:26px;margin:0;font:700 16px Inter,Arial;display:flex}.settings-window-head{border-bottom:1px solid #e0e2e1;flex:none;position:relative}.settings-window-head p{color:#242628;margin:6px 0 16px;font:400 12px Inter,Arial}.settings-section{border-bottom:1px solid #e0e2e1;padding:16px 0}.settings-section h3{margin:0 0 8px;font:700 13px Inter,Arial}.settings-range-row,.settings-endpoints{justify-content:space-between;display:flex}.settings-range{appearance:none;width:100%;margin:2px}.settings-range::-webkit-slider-runnable-track{background:0 0;border-radius:2px;height:4px}.settings-range::-webkit-slider-thumb{appearance:none;background:#fff;border:2px solid #2f6364;border-radius:50%;width:14px;height:14px;margin-top:-5px}.settings-range::-moz-range-thumb{background:#fff;border:2px solid #2f6364;border-radius:50%;width:10px;height:10px}.settings-endpoints{color:#666b6d;font-size:10px}.settings-segment{background:#eaebea;border-radius:16px;height:32px;display:flex;overflow:hidden}.settings-segment button{color:buttontext;background:0 0;border:0;flex:1;padding:2px 6px}.settings-segment button[aria-pressed=true]{color:#fff;background:#2f6364;border-radius:16px}.settings-save,.settings-undo,.settings-add,.settings-reset{color:#fff;background:#2f6364;border:0;border-radius:13px;flex:none;height:26px;padding:0 11px}.settings-save:disabled,.settings-undo:disabled,.settings-add:disabled,.settings-reset:disabled{color:#727877;background:#eef0ef}.settings-reset{color:#fff;background:#2f6364}.settings-error{color:#9b3e3e;font:400 10px Inter,Arial}.settings-favourites{gap:7px;display:grid}.settings-favourite{justify-content:space-between;align-items:center;height:20px;display:flex}.settings-card .settings-remove{color:#727877;background:#eef0ef;border:0;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font:400 12px/12px Arial;display:inline-flex}.settings-favourites-footer{margin-top:16px}.settings-picker{width:268px;margin-top:16px}.settings-destination-field{background:#fdfdfc;border:1px solid #e0e2e1;border-radius:16px;align-items:center;width:268px;height:32px;display:flex}.settings-destination-field:focus-within{background:#f4f8f7;box-shadow:inset 0 0 0 1px #2f6364}.settings-destination-field input{text-align:center;background:0 0;border:0;outline:0;width:100%;height:30px;padding:0 14px;font:12px/16px Inter}.settings-destination-field input::-webkit-search-cancel-button{display:none}.settings-options{width:268px;height:calc(var(--destination-result-height,114px) + 40px);background:#fdfdfc;border:1px solid #e0e2e1;border-radius:19px;margin-top:8px;padding:19px 8px;overflow:hidden}.settings-options .results-viewport{height:var(--destination-result-height,114px);scrollbar-width:none;overflow-y:auto}.settings-options .results-viewport::-webkit-scrollbar{display:none}.settings-options [role=option]{color:#242628;background:0 0;border:0;border-radius:11px;justify-content:center;align-items:center;width:100%;height:36px;margin-bottom:2px;padding:0 10px;font:12px/18px Inter;display:flex}.settings-options [role=option]:hover,.settings-options [role=option]:focus{background:#eaebea}.settings-empty-results{color:#666b6d;justify-content:center;align-items:center;height:36px;display:flex}.settings-guard{display:none}.settings-loading{color:var(--muted);margin-left:72px}.settings-loading-page .settings-body,.settings-loading-page .settings-loading-cards{position:relative}.settings-loading-page .settings-loading-cards>.loading-state-card{z-index:3;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.settings-loading-placeholder{background:var(--control);border-radius:7px;width:58%;height:14px;margin:0 0 18px;display:block}.settings-loading-placeholder.wide{width:88%}.settings-loading-placeholder.short{width:42%}.settings-loading-page .settings-window-head{height:1px;margin-top:18px}.settings-loading-page .settings-card-body{padding-top:18px}.loading-control-placeholder{background:var(--control)!important;color:#0000!important}@media (max-width:1365px){.settings-cards{display:none}.settings-guard{display:block}}.settings-card-body{flex:1;min-height:0;position:relative}.settings-card-actions{gap:6px;display:flex;position:absolute;top:0;right:0}.settings-card-actions .settings-save{min-width:58px}.settings-costs{border-bottom:0}.settings-cost-table-wrap{border:1px solid #e0e2e1;border-radius:13px;overflow:hidden}.settings-cost-table{border-collapse:collapse;table-layout:fixed;width:100%;font:12px/16px Inter}.settings-cost-table thead{color:#666b6d;background:#eaebea}.settings-cost-table thead th{text-align:left;height:32px;padding:0 12px;font:500 10px/14px Inter}.settings-cost-table tbody th{text-align:left;background:var(--surface);font-weight:500}.settings-cost-table tbody tr{height:50px}.settings-cost-table td,.settings-cost-table tbody th{padding:0 12px}.settings-cost-table tbody tr+tr{border-top:1px solid #e0e2e1}.settings-cost-table td:nth-child(n+2),.settings-cost-table th:nth-child(n+2){text-align:center}.settings-cost-table td:last-child{white-space:nowrap}.settings-cost-table input{color:#242628;text-align:center;appearance:textfield;background:#fdfdfc;border:1px solid #e0e2e1;border-radius:7px;width:72px;height:24px;padding:0 7px;font:500 12px/16px Inter;display:inline-block}.settings-cost-table input::-webkit-outer-spin-button{appearance:none;margin:0}.settings-cost-table input::-webkit-inner-spin-button{appearance:none;margin:0}.settings-cost-mode{vertical-align:middle;background:#eaebea;border-radius:12px;max-width:112px;height:24px;display:inline-flex;overflow:hidden}.settings-cost-mode button{color:#242628;cursor:pointer;background:0 0;border:0;min-width:55px;height:24px;padding:0 7px;font:500 10px/14px Inter}.settings-cost-mode button:first-child{border-radius:12px 0 0 12px}.settings-cost-mode button:last-child{border-radius:0 12px 12px 0}.settings-cost-mode button.active{color:#fdfdfc;background:#2f6364;border-radius:12px}.settings-cost-mode button:focus-visible{outline-offset:-2px;outline:2px solid #2f6364}.settings-cost-default{text-align:center;font-variant-numeric:tabular-nums;width:72px;margin:0 auto;display:block}.settings-cost-table input,.settings-cost-mode{margin-left:auto;margin-right:auto}.settings-cost-table input:focus{background:#f4f8f7;outline:0;box-shadow:inset 0 0 0 1px #2f6364}.settings-card-actions .settings-undo{color:#fff;background:#2f6364}.settings-calculation{padding-top:16px}.settings-calculation-label{color:#242628;align-items:center;gap:6px;margin-bottom:8px;font:400 12px/16px Inter,Arial;display:flex}.settings-calculation-label>span:last-child{color:#666b6d;margin-left:auto}.settings-calculation-info{color:#666b6d;background:0 0;border:0;place-items:center;width:14px;height:14px;padding:0;display:inline-grid}.settings-calculation-info svg{fill:none;stroke:currentColor;stroke-width:1.2px;width:14px;height:14px}.settings-calculation-info svg rect,.settings-calculation-info svg circle:last-child{fill:currentColor;stroke:none}.settings-calculation-field{margin-top:16px}.settings-calculation-volumes{grid-template-columns:1fr 1fr;gap:12px;display:grid}.settings-calculation-volumes label{color:#666b6d;font:400 10px/14px Inter;display:block}.settings-calculation-volumes input{color:#242628;background:#fdfdfc;border:1px solid #e0e2e1;border-radius:7px;outline:0;width:100%;height:26px;margin-top:4px;padding:4px 10px;font:400 12px/16px Inter;display:block}.settings-calculation-volumes input:focus{background:#f4f8f7;outline:0;box-shadow:inset 0 0 0 1px #2f6364}.settings-calculation-volumes input::-webkit-inner-spin-button{appearance:none;margin:0}.settings-calculation-volumes input::-webkit-outer-spin-button{appearance:none;margin:0}.settings-calculation-volumes input[type=number]{-moz-appearance:textfield}.settings-calculation-tooltip{z-index:30;color:#666b6d;background:#fdfdfc;border:1px solid #e0e2e1;border-radius:12px;width:256px;padding:12px 14px;font:400 12px/16px Inter,Arial;position:fixed;box-shadow:0 3px 12px #9fa4a31f}
@font-face{font-family:AccessInter;src:url(/access/Inter-Regular.woff2);font-display:block}@font-face{font-family:AccessInter;src:url(/access/Inter-Medium.woff2);font-weight:500;font-display:block}@font-face{font-family:AccessInter;src:url(/access/Inter-SemiBold.woff2);font-weight:600;font-display:block}.access-stage{--canvas:#f1f2f1;--card:#fdfdfc;--ink:#242628;--support:#666b6d;--quiet:#eaebea;--border:#e0e2e1;--teal:#2f6364}.access-stage *{box-sizing:border-box}.access-stage{background:var(--canvas);width:100%;max-width:100%;color:var(--ink);place-items:center;height:100%;padding:24px 32px;font:400 16px AccessInter,Arial,sans-serif;display:grid;overflow-x:hidden}.access-card{box-sizing:border-box;background:var(--card);border-radius:31px;width:min(500px,100%);max-width:100%;margin:0 auto;padding:48px 56px;box-shadow:0 3px 12px #9fa4a31f}.access-intro{text-align:center}.access-logo{width:144px;margin:0 auto 52px;display:block}.access-principal{color:var(--ink);white-space:nowrap;margin:0 auto 12px;font:500 28px/34px AccessInter}.access-description{color:var(--support);max-width:340px;margin:0 auto 56px;font:400 14px/22px AccessInter}.access-modes{grid-template-columns:1fr 1fr;gap:8px;display:grid}.access-mode{background:var(--quiet);height:38px;color:var(--ink);border:0;border-radius:19px;font:500 13px/20px AccessInter}.access-mode.preferred,.access-mode[aria-pressed=true]{background:var(--teal);color:var(--card)}.access-stage form{text-align:left;gap:12px;margin-top:20px;display:grid}.access-field{gap:6px;display:grid}.access-stage label{font:500 13px/20px AccessInter}.access-stage input{border:1px solid var(--border);background:var(--card);border-radius:19px;outline:none;width:100%;height:38px;padding:0 14px;font:400 13px/20px AccessInter}.access-stage button:focus-visible{outline-offset:2px;outline:2px solid #242628}.access-hint,.access-error,.access-confirm{color:var(--support);margin:0;font:400 12px/16px AccessInter}.access-error{color:#943b3b}.access-show{height:30px;color:var(--support);background:0 0;border:0;border-radius:15px;font:500 12px/16px AccessInter;position:absolute;top:4px;right:6px}.access-password-wrap{position:relative}.access-submit{background:var(--teal);height:38px;color:var(--card);border:0;border-radius:19px;margin-top:4px;font:600 13px/20px AccessInter}.access-forgot,.access-back{color:var(--support);background:0 0;border:0;justify-self:start;font:400 12px/16px AccessInter;text-decoration:underline}.access-card.form-state{padding-bottom:48px}@media (prefers-reduced-motion:reduce){.access-stage *,.access-stage :after{transition-duration:0s!important;animation-duration:0s!important}}.access-modes[hidden]{display:none}.access-icon-toggle{place-items:center;width:30px;height:30px;padding:0;display:grid}.access-icon-toggle svg{pointer-events:none;width:16px;height:16px;display:block}.access-icon-toggle svg[hidden]{display:none!important}.access-password-wrap input{padding-right:44px}.access-stage input:focus-visible{border:2px solid var(--teal);box-shadow:inset 0 0 0 1px var(--teal);background:#f4f8f7;outline:none}.access-back{padding:0}.access-stage input:autofill{box-shadow:inset 0 0 0 1000px var(--card);-webkit-text-fill-color:var(--ink);caret-color:var(--ink)}.access-stage input:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 1000px var(--card);-webkit-text-fill-color:var(--ink);caret-color:var(--ink)}.access-stage input:autofill:focus-visible{box-shadow:inset 0 0 0 1px var(--teal),inset 0 0 0 1000px #f4f8f7}.access-stage input:-webkit-autofill:focus-visible{-webkit-box-shadow:inset 0 0 0 1px var(--teal),inset 0 0 0 1000px #f4f8f7}.access-form-title{color:var(--ink);margin:8px 0 0;font:500 20px/26px AccessInter}.access-form-helper{color:var(--support);margin:0 0 4px;font:400 12px/18px AccessInter}.access-link-error{margin-bottom:8px}.access-error-actions{gap:8px;display:grid}@media (max-width:560px){.access-stage{padding:16px}.access-card{border-radius:24px;padding:36px 24px}.access-principal{white-space:normal;font-size:24px;line-height:30px}.access-description{margin-bottom:36px}}.access-stage{visibility:hidden}.access-stage.font-ready{visibility:visible}.access-font-failure-stage{color:#242628;text-align:center;background:#f1f2f1;place-items:center;width:100%;height:100%;padding:24px;font:14px/22px Arial,sans-serif;display:grid}
.customer-body{flex-direction:column;gap:15px;min-width:0;min-height:0;display:flex}.customer-head{flex:none;height:58px}.customer-head .customer-invite{align-self:flex-end;transform:translateY(4px)}.customer-invite{color:#fdfdfc;background:#2f6364;border:0;border-radius:19px;height:38px;padding:0 16px;font:500 12px/16px Inter}.customer-window{background:#fdfdfc;border-radius:24px;flex:1;min-height:0;padding:12px;overflow:hidden;box-shadow:0 2px 10px #afb2b31c}.customer-scroll{scrollbar-width:none;overflow-y:auto}.customer-scroll::-webkit-scrollbar{display:none}.customer-table{border-collapse:collapse;width:100%;font:12px/16px Inter}.customer-table th{color:#666b6d;text-align:left;z-index:1;background:#eaebea;height:38px;padding:0 14px;font-weight:500;position:sticky;top:0}.customer-table th:first-child{border-radius:19px 0 0 19px}.customer-table th:last-child{border-radius:0 19px 19px 0}.customer-table td{border-bottom:1px solid #e0e2e1;height:58px;padding:0 14px}.customer-table .customer-email{color:#74797b;margin-top:3px;font:11px/14px Inter;display:block}.customer-audit{line-height:16px}.customer-audit small{color:#74797b;font:11px/14px Inter;display:block}.customer-status{color:#242628;background:#eaebea;border-radius:13px;align-items:center;height:26px;padding:0 10px;font-size:11px;display:inline-flex}.customer-status.active{color:#fdfdfc;background:#2f6364}.customer-manage{color:#fdfdfc;background:#2f6364;border:0;border-radius:15px;height:30px;padding:0 12px;font:500 11px/14px Inter}.customer-dialog{z-index:103;background:#fdfdfc;border-radius:24px;outline:none;width:470px;padding:24px;font-family:Inter;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 24px #9fa4a33f}.customer-backdrop{z-index:102;background:#24262826;position:absolute;inset:0}.customer-dialog h2{margin:0 0 6px;font:500 18px/24px Inter}.customer-dialog p{color:#74797b;margin:0 0 20px;font:12px/18px Inter}.customer-field{margin-top:14px}.customer-field label{color:#666b6d;margin-bottom:6px;font:11px/14px Inter;display:block}.customer-field input{color:#242628;background:#fdfdfc;border:1px solid #e0e2e1;border-radius:19px;width:100%;height:38px;padding:0 14px;font:12px/16px Inter}.customer-dialog .immutable{color:#74797b;background:#f3f4f3}.customer-helper{color:#74797b;margin:6px 0 0;font:11px/14px Inter}.customer-actions{justify-content:flex-end;gap:8px;margin-top:24px;display:flex}.customer-secondary{color:#242628;background:#eaebea;border:0;border-radius:19px;height:38px;padding:0 15px;font:500 12px/16px Inter}.customer-primary{color:#fdfdfc;background:#2f6364;border:0;border-radius:19px;height:38px;padding:0 15px;font:500 12px/16px Inter}.customer-guard{display:none}.customer-page button:focus-visible,.customer-scroll:focus-visible{outline:2px solid var(--ink);outline-offset:2px}.customer-field input:focus-visible{background:var(--focus);box-shadow:inset 0 0 0 1px var(--teal);border-color:var(--teal);outline:0}.customer-field input:autofill{-webkit-text-fill-color:var(--ink);box-shadow:inset 0 0 0 1000px var(--surface)}.customer-field input:autofill:focus-visible{box-shadow:inset 0 0 0 1px var(--teal),inset 0 0 0 1000px var(--focus)}.customer-error{color:#943b3b;margin-top:6px;font:12px/16px Inter}.customer-loading-page .customer-body{position:relative}.customer-loading-page .customer-head{height:58px}.customer-loading-invite{background:var(--control);border-radius:19px;width:116px;height:38px}.customer-loading-window{position:relative}.customer-loading-table-head{background:var(--control);border-radius:19px;height:38px}.customer-loading-row{border-bottom:1px solid var(--line);grid-template-columns:1.4fr 1fr .8fr;align-items:center;gap:18px;height:58px;padding:0 14px;display:grid}.customer-loading-row span{background:var(--control);border-radius:6px;height:12px}.customer-loading-page .customer-loading-window>.loading-state-card{z-index:3;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:1365px){.customer-window,.customer-invite,.customer-dialog,.customer-backdrop{display:none}.customer-guard{color:var(--muted);display:block}.customer-guard h2{color:var(--ink);font:500 13px/20px Inter}}.customer-table th:nth-child(3),.customer-table td:nth-child(3),.customer-table th:nth-child(6),.customer-table td:nth-child(6){text-align:center}.customer-loading-panel{height:100%;position:relative}.customer-loading-panel>.loading-state-card{z-index:3;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
