:root{color:#20242a;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f3f4f6;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*,:before,:after{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%}html,body{margin:0}body{background:#f3f4f6;min-height:100vh}button,input,select,textarea{font:inherit}.app-layout{flex-direction:column;height:100vh;min-height:100vh;display:flex}.app-header{z-index:10;background:#fff;border-bottom:1px solid #e0e4e8;flex:0 0 56px;justify-content:space-between;align-items:center;gap:18px;height:56px;min-height:56px;padding:0 20px;display:flex;position:relative}.app-header__primary{align-self:stretch;align-items:center;gap:26px;display:flex}.app-header__title{letter-spacing:-.035em;font-size:1rem;font-weight:720}.app-navigation{align-self:stretch;display:flex}.app-navigation a{color:#5f6670;border-bottom:2px solid #0000;align-items:center;padding:0 4px;font-size:.9rem;text-decoration:none;display:flex}.app-navigation a:hover{color:#20242a}.app-navigation a.active{color:#20242a;border-bottom-color:#007aff;font-weight:600}.app-header__session{color:#4d545d;align-items:center;gap:12px;font-size:.9rem;display:flex}.app-header button{color:#20242a;cursor:pointer;background:#fff;border:1px solid #cfd4da;border-radius:8px;min-height:34px;padding:0 12px}.app-header button:disabled{cursor:wait;opacity:.65}.app-content{flex:1;width:100%;min-height:0;padding:0;display:flex}.environment-background{--environment-offset-x:0px;--environment-offset-y:0px;isolation:isolate;background:#101722;min-height:100svh;position:relative;overflow:hidden}.environment-background__layer,.environment-background__shade{pointer-events:none;position:fixed;inset:0}.environment-background__layer{z-index:-3;background-image:var(--environment-image);transform:translate3d(var(--environment-offset-x), var(--environment-offset-y), 0) scale(1.025);will-change:transform, opacity;background-position:50%;background-size:cover;inset:-12px}.environment-background__layer--previous{z-index:-2}.environment-background__layer--entering{z-index:-1;animation:1.8s ease-in-out both environment-crossfade}.environment-background__shade{z-index:0;background:radial-gradient(#0308100a 12%,#03081045 100%),linear-gradient(#050a122b,#050a124a)}.environment-background__content{z-index:1;min-height:inherit;position:relative}@keyframes environment-crossfade{0%{opacity:0}to{opacity:1}}.login-page,.loading-page{min-height:100svh;padding:max(24px, env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left));place-items:center;display:grid}.loading-page{color:#5f6670}.login-panel{color:#f7f9fc;-webkit-backdrop-filter:blur(28px)saturate(118%);background:#0a111b87;border:1px solid #fff3;border-radius:26px;width:min(100%,432px);padding:42px 38px 34px;animation:.26s cubic-bezier(.2,.75,.3,1) both login-panel-enter;box-shadow:0 32px 76px #0006,inset 0 1px #ffffff14}.login-panel__header{margin-bottom:30px}.login-panel__brand{color:#fffffff0;letter-spacing:-.035em;text-align:center;margin:0;font-size:clamp(1.45rem,4.4vw,1.67rem);font-weight:720;line-height:1;display:block}.login-panel__brand span{color:inherit}.login-panel h1{color:#fff;letter-spacing:-.035em;margin:0;font-size:clamp(1.65rem,5vw,1.9rem);font-weight:650;line-height:1.2}.login-form{gap:20px;display:grid}.login-form__field{gap:8px;display:grid}.login-form label{color:#ffffffdb;letter-spacing:.005em;font-size:.875rem;font-weight:560}.login-form__input{color:#fff9;background:#040a127a;border:1px solid #ffffff2b;border-radius:14px;align-items:center;min-height:52px;transition:border-color .16s,background-color .16s,box-shadow .16s;display:flex}.login-form__input:hover{background:#040a128c;border-color:#ffffff45}.login-form__input:focus-within{color:#78b7ff;background:#040a12a6;border-color:#007aff;box-shadow:0 0 0 2px #007aff29,0 0 18px #007aff14}.login-form__field-icon{flex:none;width:20px;height:20px;margin-left:16px}.login-form input{color:#fff;caret-color:#007aff;background:0 0;border:0;outline:0;width:100%;min-width:0;min-height:50px;padding:0 14px 0 12px}.login-form input:disabled{cursor:wait;opacity:.65}.login-form input:-webkit-autofill{-webkit-text-fill-color:#fff;transition:background-color 9999s ease-out}.login-form input:-webkit-autofill:hover{-webkit-text-fill-color:#fff;transition:background-color 9999s ease-out}.login-form input:-webkit-autofill:focus{-webkit-text-fill-color:#fff;transition:background-color 9999s ease-out}.app-header button:focus-visible,.login-form__password-toggle:focus-visible,.login-form__submit:focus-visible{outline-offset:2px;outline:2px solid #59636f}.login-form__password-toggle{color:#ffffff94;cursor:pointer;background:0 0;border:0;border-radius:12px;flex:none;place-items:center;width:48px;height:50px;padding:0;display:grid}.login-form__password-toggle:hover{color:#fff}.login-form__password-toggle:focus-visible{outline-offset:-5px;outline-color:#007aff}.login-form__password-toggle svg{width:20px;height:20px}.login-form__password-toggle:disabled{cursor:wait;opacity:.5}.login-form__submit{color:#fff;cursor:pointer;background:#007aff;border:1px solid #ffffff17;border-radius:14px;place-items:center;min-height:52px;margin-top:4px;padding:0 20px;font-weight:620;transition:background-color .16s,box-shadow .16s,transform .1s;display:grid;box-shadow:0 8px 20px #0051b540}.login-form__submit:hover:not(:disabled){background:#1687ff;box-shadow:0 10px 24px #0051b557,0 0 18px #007aff33}.login-form__submit:active:not(:disabled){transform:translateY(1px)scale(.995)}.login-form__submit:focus-visible{outline-color:#78b7ff}.login-form__submit:disabled{box-shadow:none;cursor:wait;opacity:.72;background:#1766b9}.login-form__spinner{border:2px solid #ffffff61;border-top-color:#fff;border-radius:50%;width:21px;height:21px;animation:.7s linear infinite login-spinner}.form-error{color:#ffd3d0;background:#66121647;border:1px solid #ff7e753d;border-radius:11px;margin:-4px 0 0;padding:11px 13px;font-size:.875rem;line-height:1.45;animation:.18s ease-out both form-error-enter}@keyframes login-panel-enter{0%{opacity:0;transform:translateY(7px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes login-spinner{to{transform:rotate(360deg)}}@keyframes form-error-enter{0%{opacity:0}to{opacity:1}}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=520px){.login-panel{border-radius:24px;padding:34px 24px 26px}.login-panel__header{margin-bottom:26px}}@media (height<=620px){.environment-background{overflow-y:auto}}@media (prefers-reduced-motion:reduce){.environment-background__layer,.login-panel,.form-error,.login-form__submit,.login-form__input{transition-duration:.01ms;animation:none}.environment-background__layer{transform:none}.login-form__spinner{animation-duration:1.4s}}.orders-page{background:#f2f4f7;flex-direction:column;flex:1;width:100%;min-width:0;min-height:0;display:flex}.orders-navigation-column{background:#fff;border-right:1px solid #dfe3e8;flex-direction:column;min-width:0;min-height:0;display:flex;container-type:inline-size}.orders-toolbar{z-index:2;background:#fbfcfd;border-bottom:1px solid #dfe3e8;gap:10px;min-height:auto;padding:14px;display:grid;position:relative}.orders-toolbar__heading{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.orders-toolbar__heading h1{letter-spacing:-.02em;margin:0;font-size:1.05rem;font-weight:680}.orders-toolbar__tools{grid-template-columns:minmax(0,1fr);gap:8px;display:grid}.orders-toolbar input,.orders-toolbar select{color:#20242a;background:#fff;border:1px solid #cfd5dc;border-radius:9px;width:100%;height:36px;padding:7px 10px}.orders-toolbar input{width:100%}.orders-toolbar select{max-width:270px}.orders-toolbar input:focus-visible,.orders-toolbar select:focus-visible,.orders-navigation-list:focus-visible,.order-preview-pane:focus-visible,.orders-splitter:focus-visible{outline-offset:-1px;outline:2px solid #007aff}.orders-toolbar__count{color:#646b74;text-align:right;white-space:nowrap;min-width:0;font-size:.85rem}.orders-workspace{background:#fff;flex:1;min-height:0;display:grid;overflow:hidden}.orders-navigation-pane{background:#fff;border-right:0;flex:1;min-width:0;min-height:0;overflow:hidden}.orders-navigation-list{scrollbar-gutter:stable;height:100%;overflow-y:auto}.order-navigation-item{cursor:default;background:#fff;border-bottom:1px solid #e8ebef;gap:6px;min-height:96px;padding:9px 11px 9px 15px;display:grid;position:relative}.order-navigation-item:before{content:"";background:0 0;width:4px;position:absolute;inset:0 auto 0 0}.order-navigation-item:hover{background:#f7f9fb}.order-navigation-item[aria-selected=true]{background:#edf5ff}.order-navigation-item[aria-selected=true]:before{background:#007aff}.order-navigation-item__primary,.order-navigation-item__customer,.order-navigation-item__statuses,.order-navigation-item__identity{align-items:center;gap:7px;min-width:0;display:flex}.order-navigation-item__primary{justify-content:space-between}.order-navigation-item__identity{overflow:hidden}.order-navigation-item__primary strong{text-overflow:ellipsis;white-space:nowrap;font-size:.86rem;overflow:hidden}.order-navigation-item__primary time{color:#747b84;white-space:nowrap;font-size:.72rem}.order-navigation-item__customer{color:#3f464e;justify-content:space-between;gap:12px;font-size:.84rem}.order-navigation-item__customer-name{align-items:center;gap:6px;min-width:0;display:inline-flex;overflow:hidden}.order-navigation-item__customer-name>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.order-customer-comment-icon{color:#007aff;flex:none;width:15px;height:15px}.order-navigation-item__payment{color:#20242a;white-space:nowrap;flex:none;align-items:center;gap:7px;font-size:.84rem;display:inline-flex}.order-navigation-item__payment strong{font-size:.88rem;font-weight:760}.order-navigation-item__total--unpaid{color:#d02b25}.order-payment-icon{width:16px;height:16px}.order-payment-icon--mail,.order-payment-icon--card{color:#007aff}.order-payment-icon--cash{color:#28a745}.order-payment-icon--unpaid{color:#d02b25}.order-payment-icon--unknown{color:#8a9199}.order-navigation-item__statuses{white-space:nowrap;gap:5px;overflow:hidden}.order-store-mark{color:#5e6670;text-overflow:ellipsis;white-space:nowrap;background:#eef1f5;border-radius:5px;flex:none;max-width:112px;padding:2px 5px;font-size:.65rem;font-weight:750;overflow:hidden}.order-store-mark--long{display:none}@media (width>=1920px) and (height>=1080px){.order-store-mark--short{display:none}.order-store-mark--long{display:inline-block}}.order-navigation-item__flags{flex:none;gap:3px;display:inline-flex}.order-flag{border-radius:50%;place-items:center;width:17px;height:17px;font-size:.61rem;font-weight:800;display:inline-grid}.order-flag--success{color:#16813a;background:#e3f7e9}.order-flag--danger{color:#c72c24;background:#ffebe9}.order-flag--info{color:#006bd6;background:#e7f2ff}.orders-navigation-empty,.order-preview-empty{color:#6b737c;padding:32px 22px;font-size:.9rem}.orders-splitter{cursor:col-resize;touch-action:none;background:#eef0f3;position:relative}.orders-splitter:after{content:"";background:#bac2cb;border-radius:2px;width:3px;height:48px;position:absolute;inset:calc(50% - 24px) auto auto 3px}.orders-splitter:hover,.orders-splitter:focus-visible{background:#dcecff}body.orders-resizing,body.orders-resizing *{cursor:col-resize!important;-webkit-user-select:none!important;user-select:none!important}.order-preview-pane{background:#f3f5f8;min-width:0;min-height:0;overflow:auto;container-type:inline-size}.order-preview-shell{min-height:100%;position:relative}.order-preview{width:100%;max-width:none;padding:0;transition:opacity .16s}.order-preview--updating{opacity:.48;pointer-events:none}.order-preview__summary{z-index:3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffffa;border-bottom:1px solid #dce1e7;padding:14px clamp(20px,2.25vw,36px) 12px;position:sticky;top:0;box-shadow:0 3px 12px #2634420a}.order-preview__body{background:#fff;width:100%;padding:16px clamp(20px,2.25vw,36px) 42px}.order-preview__header{justify-content:space-between;align-items:center;gap:24px;display:flex}.order-preview__identity{min-width:0}.order-preview__eyebrow{color:#69727d;letter-spacing:.075em;text-transform:uppercase;margin-bottom:2px;font-size:.67rem;font-weight:680;display:block}.order-preview__header h2{letter-spacing:-.025em;margin:0;font-size:clamp(1.35rem,1.65vw,1.58rem)}.order-preview__identity-meta{color:#626a73;flex-wrap:wrap;gap:5px 14px;margin-top:3px;font-size:.76rem;display:flex}.order-preview__header-side{align-items:center;gap:18px;display:flex}.order-preview__header-total{text-align:right;gap:2px;display:grid}.order-preview__header-total strong{color:#20262d;letter-spacing:-.02em;font-size:1.15rem}.order-preview__header-total span{color:#66707b;font-size:.72rem}.order-preview__action-space{width:clamp(0px,3vw,58px)}.order-status-summary{border-top:1px solid #e7eaee;grid-template-columns:minmax(170px,1.3fr) minmax(155px,1fr) minmax(120px,.8fr) auto;align-items:center;margin-top:11px;padding-top:10px;display:grid}.order-status-summary__item{border-left:1px solid #e5e8ec;gap:2px;min-width:0;padding:0 16px;display:grid}.order-status-summary__item:first-child{border-left:0;padding-left:0}.order-status-summary__item>span{color:#7a838d;letter-spacing:.035em;text-transform:uppercase;font-size:.64rem;font-weight:600}.order-status-summary__item strong{color:#3b444e;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;font-weight:640;overflow:hidden}.order-status-summary__item--primary strong{color:#20262d;font-size:.86rem;font-weight:720}.order-status-summary__item--external strong{color:#66707b;font-size:.74rem;font-weight:580}.order-status-summary__item strong:before{content:"";vertical-align:1px;background:#8a929b;border-radius:50%;width:6px;height:6px;margin-right:7px;display:inline-block}.order-status-summary__value--info:before{background:#007aff!important}.order-status-summary__value--success:before{background:#34a853!important}.order-status-summary__value--warning:before{background:#d79200!important}.order-status-summary__value--danger:before{background:#d9362b!important}.order-status-summary__value--purple:before{background:#7956c2!important}.order-status-summary__confirmation{color:#23733c;background:#f0faf3;border:1px solid #cfe6d6;border-radius:7px;justify-self:end;padding:3px 7px;font-size:.68rem;font-weight:650}.order-status-badge{text-overflow:ellipsis;white-space:nowrap;border:1px solid #0000;border-radius:8px;align-items:center;max-width:220px;min-height:25px;padding:4px 9px;font-size:.72rem;font-weight:680;line-height:1.2;display:inline-flex;overflow:hidden}.order-status-badge--compact{border-radius:6px;min-height:20px;padding:2px 6px;font-size:.64rem}.order-status-badge--neutral{color:#5d6670;background:#f2f4f6;border-color:#dce0e5}.order-status-badge--info{color:#0068cf;background:#eaf4ff;border-color:#cfe4ff}.order-status-badge--success{color:#147d36;background:#e8f7ed;border-color:#c9ead3}.order-status-badge--warning{color:#876100;background:#fff6db;border-color:#f4dfae}.order-status-badge--danger{color:#bd2c24;background:#fff0ee;border-color:#f5ceca}.order-status-badge--purple{color:#6840b7;background:#f2ecff;border-color:#ded2f4}.order-warning-list{color:#775300;background:#fff8e8;border-left:3px solid #d99a16;border-radius:6px;flex-wrap:wrap;gap:6px 18px;margin-top:10px;padding:7px 10px;font-size:.74rem;animation:.16s ease-out both form-error-enter;display:flex}.order-warning-list span:before{content:"•";color:#b87900;margin-right:6px}.order-quick-overview{background:#fff;border-block:1px solid #e0e4e8;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.order-quick-overview__group{border-left:1px solid #e4e7eb;min-width:0;padding:13px 18px}.order-quick-overview__group:first-child{border-left:0;padding-left:0}.order-quick-overview__group h3,.order-secondary-section h3{color:#6d7680;letter-spacing:.055em;text-transform:uppercase;margin:0 0 9px;font-size:.68rem;font-weight:700}.order-quick-overview__group>div{gap:3px;min-width:0;display:grid}.order-quick-overview__group strong,.order-quick-overview__group span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.order-quick-overview__group strong{color:#252c34;font-size:.88rem}.order-quick-overview__group span{color:#626c76;font-size:.75rem}.order-quick-overview__signals{gap:6px;margin-top:3px;display:flex}.order-quick-overview__signals span,.order-quick-overview__status{background:#eef5ff;border-radius:6px;width:fit-content;padding:2px 6px;font-weight:620;color:#176ec4!important;font-size:.68rem!important}.order-quick-overview__total{font-size:1.02rem!important}.order-quick-overview__problem{font-weight:650;color:#b12c25!important}.order-items-section{background:#fff;border-block:1px solid #dfe3e8;margin-top:18px;overflow:hidden}.order-items-section__header{border-bottom:1px solid #e3e7ec;justify-content:space-between;align-items:flex-start;gap:20px;padding:11px 0;display:flex}.order-items-section__header h3{margin:0 0 3px;font-size:.95rem}.order-items-section__header>div>span{color:#7a828c;font-size:.75rem}.order-items-table-wrapper{overflow-x:auto}.order-items-table{border-collapse:collapse;width:100%;font-size:.82rem}.order-items-table th,.order-items-table td{text-align:left;vertical-align:top;border-bottom:1px solid #eceff2;padding:11px 10px}.order-items-table th{color:#68717b;letter-spacing:.025em;text-transform:uppercase;background:#fafbfc;font-size:.7rem;font-weight:680}.order-items-table tr:last-child td{border-bottom:0}.order-item-row--problem td{background:#fff8f6}.order-item-row--problem td:first-child{box-shadow:inset 3px 0 #db4b42}.order-items-table th:nth-child(n+3),.order-items-table td:nth-child(n+3){text-align:right;white-space:nowrap}.order-items-table td:first-child{width:36%;min-width:220px}.order-items-table td:nth-child(2){width:34%;min-width:260px}.order-items-table td:first-child strong,.order-items-table td:first-child span{display:block}.order-items-table td:first-child span{color:#7a828b;margin-top:4px;font-size:.73rem}.order-item-result{color:#49535e;font-size:.76rem;font-weight:680}.order-item-result--info{color:#176ec4}.order-item-result--warning{color:#936600}.order-item-result--danger{color:#bd322a}.order-item-result--purple{color:#6b49aa}.order-stock-grid{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.order-stock-grid>span{border-right:1px solid #e4e8ec;gap:1px;min-width:44px;padding-right:8px;display:grid}.order-stock-grid>span:last-child{border-right:0}.order-stock-grid small{color:#7a828b;font-size:.66rem;font-weight:500}.order-stock-grid strong{color:#39414a;font-size:.78rem}.order-stock-value--warning strong{color:#c72c24}.order-items-empty{color:#737b84;margin:0;padding:22px 0;font-size:.82rem}.order-financial-summary{border-bottom:1px solid #e1e5e9;justify-content:flex-end;padding:12px 0 18px;display:flex}.order-financial-summary dl{gap:5px;width:min(390px,100%);margin:0;display:grid}.order-financial-summary dl>div{color:#69727c;justify-content:space-between;gap:24px;font-size:.76rem;display:flex}.order-financial-summary dt,.order-financial-summary dd{margin:0}.order-financial-summary dd{color:#303840;font-weight:650}.order-financial-summary__total{border-top:1px solid #e3e6ea;padding-top:6px;font-weight:680;color:#29313a!important}.order-financial-summary__total dd{font-size:.88rem}.order-financial-summary__difference,.order-financial-summary__difference dd{color:#bd322a!important;font-weight:700!important}.order-secondary-grid{border-block:1px solid #dfe3e8;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:18px;display:grid}.order-secondary-section{border-left:1px solid #e2e6ea;min-width:0;padding:15px 18px 18px}.order-secondary-section:first-child{border-left:0;padding-left:0}.order-addresses__list{gap:14px;display:grid}.order-address-block h4,.order-addresses__same h4,.order-notes__content h4{color:#68727c;margin:0 0 5px;font-size:.7rem;font-weight:650}.order-address-block address{color:#39424b;gap:2px;font-size:.78rem;font-style:normal;line-height:1.35;display:grid}.order-addresses__same p,.order-notes__content p,.order-secondary-empty,.order-communication__state{color:#69737d;margin:0;font-size:.76rem;line-height:1.45}.order-notes__content{gap:12px;display:grid}.order-notes__content p{color:#39424b;white-space:pre-wrap}.order-notes__flags{gap:5px;display:grid}.order-notes__flags span{color:#176ec4;font-size:.72rem;font-weight:620}.order-secondary-section__header{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.order-secondary-section__header>span{color:#7a838d;font-size:.67rem}.order-communication__list{max-height:310px;overflow-y:auto}.order-communication-entry{cursor:default;border-top:1px solid #e8ebee;padding:9px 0}.order-communication-entry:first-child{border-top:0;padding-top:0}.order-communication-entry__heading,.order-communication-entry__meta{align-items:center;gap:6px;min-width:0;display:flex}.order-communication-entry__heading{justify-content:space-between}.order-communication-entry__heading strong{text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.order-communication-entry__heading time,.order-communication-entry__meta{color:#747d87;font-size:.66rem}.order-communication-entry__heading time{flex:none}.order-communication-entry__meta{flex-wrap:wrap;margin-top:4px}.order-communication-entry p{color:#626c76;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:5px 0 0;font-size:.72rem;line-height:1.4;display:-webkit-box;overflow:hidden}.orders-navigation-state,.order-detail-state{color:#606872;text-align:center;place-content:center;justify-items:center;gap:12px;padding:24px;display:grid}.orders-navigation-state p,.order-detail-state p{margin:0}.orders-navigation-state button,.order-detail-state button,.order-preview-inline-error button{color:#20242a;cursor:pointer;background:#fff;border:1px solid #c7cdd4;border-radius:8px;min-height:34px;padding:0 13px}.orders-spinner{border:2px solid #cbd9e8;border-top-color:#007aff;border-radius:50%;width:22px;height:22px;animation:.7s linear infinite login-spinner}.order-detail-state{min-height:100%}.order-detail-state--error{color:#a42a24}.order-preview-loading-overlay{color:#495563;justify-content:center;align-items:center;gap:9px;font-size:.82rem;display:flex;position:absolute;inset:24px 0 auto}.order-preview-inline-error{z-index:2;color:#a72b24;background:#fff5f4;border:1px solid #efcac7;border-radius:10px;justify-content:space-between;align-items:center;gap:16px;width:min(560px,100% - 32px);margin:-6px auto 16px;padding:10px 12px;font-size:.78rem;display:flex;position:sticky;bottom:16px;box-shadow:0 8px 24px #4e19161a}.order-preview-mobile-back{display:none}@container (width<=1040px){.order-secondary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.order-communication{border-top:1px solid #e2e6ea;border-left:0;grid-column:1/-1;padding-left:0}}@container (width<=760px){.order-status-summary{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:9px}.order-status-summary__item:nth-child(3){border-left:0;padding-left:0}.order-status-summary__confirmation{justify-self:start}.order-quick-overview{grid-template-columns:minmax(0,1fr)}.order-quick-overview__group,.order-quick-overview__group:first-child{border-top:1px solid #e4e7eb;border-left:0;padding:11px 0}.order-quick-overview__group:first-child{border-top:0}}@container (width<=620px){.order-secondary-grid{grid-template-columns:minmax(0,1fr)}.order-secondary-section,.order-secondary-section:first-child,.order-communication{border-top:1px solid #e2e6ea;border-left:0;grid-column:auto;padding:14px 0}.order-secondary-section:first-child{border-top:0}.order-preview__header{flex-direction:column;align-items:flex-start;gap:7px}.order-preview__header-side{justify-content:space-between;width:100%}.order-preview__header-total{text-align:left}}@media (width<=1000px){.orders-workspace{grid-template-columns:minmax(300px,36vw) 9px minmax(0,1fr)!important}}@media (width<=767px){.orders-workspace{grid-template-rows:minmax(0,1fr);overflow:hidden;grid-template-columns:minmax(0,1fr)!important}.orders-splitter{display:none}.orders-navigation-column{border-right:0;grid-area:1/1}.order-preview-pane{grid-area:1/1;display:none;overflow:auto}.orders-workspace--mobile-detail .orders-navigation-column{display:none}.orders-workspace--mobile-detail .order-preview-pane{display:block}.order-preview-mobile-back{z-index:5;color:#007aff;text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #dce1e7;width:100%;height:42px;padding:0 16px;font-weight:620;display:block;position:sticky;top:0}.order-preview__summary{padding:15px 16px 12px;top:42px}.order-preview__body{padding:14px 12px 30px}.app-header__session>span{display:none}.order-preview-inline-error{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){.order-navigation-item,.order-preview,.order-warning-list{transition-duration:.01ms;animation:none}}.not-found-page{max-width:560px;margin:24px}.not-found-page h1{margin:0 0 8px;font-size:1.5rem}.not-found-page p{color:#5f6670;margin:0}.customer-service-page{color:#20242a;background:#f7f8fa;flex:1;width:100%;min-width:0;min-height:0;overflow:auto}.customer-service-page--search{background:#fafbfc}.customer-service-search-header{width:min(100%,1120px);margin:0 auto;padding:clamp(48px,8vh,96px) 32px 30px}.customer-service-page:not(.customer-service-page--search) .customer-service-search-header{padding-top:34px}.customer-service-search-copy{max-width:690px}.customer-service-eyebrow{color:#69717b;letter-spacing:.1em;text-transform:uppercase;margin-bottom:7px;font-size:.7rem;font-weight:720;display:block}.customer-service-search-copy h1,.customer-service-detail__header h1{letter-spacing:-.045em;margin:0;font-size:clamp(1.8rem,4vw,2.55rem);font-weight:700}.customer-service-search-copy p{color:#666e78;margin:10px 0 0;font-size:1rem}.customer-service-search-form{gap:9px;margin-top:30px;display:grid}.customer-service-search-form>label{color:#4f5761;font-size:.82rem;font-weight:620}.customer-service-search-control{background:#fff;border:1px solid #ccd2d9;border-radius:14px;align-items:center;min-height:62px;transition:border-color .15s,box-shadow .15s;display:flex;box-shadow:0 7px 22px #212e3c0f}.customer-service-search-control:focus-within{border-color:#007aff;box-shadow:0 0 0 3px #007aff1a,0 8px 24px #212e3c12}.customer-service-search-control>span{color:#75808c;padding-left:19px;font-size:1.45rem}.customer-service-search-control input{color:#20242a;background:0 0;border:0;outline:0;width:100%;min-width:0;min-height:60px;padding:0 16px 0 12px;font-size:1.02rem}.customer-service-search-control input::placeholder{color:#9299a1}.customer-service-search-control button,.customer-service-search-state button,.customer-service-detail-state button{color:#fff;cursor:pointer;background:#007aff;border:0;border-radius:10px;min-height:42px;margin-right:9px;padding:0 18px;font-weight:650}.customer-service-search-control button:disabled{cursor:default;background:#a9c9eb}.customer-service-main{width:min(100%,1120px);margin:0 auto;padding:0 32px 64px}.customer-service-start-state,.customer-service-search-state{color:#7b838d;text-align:center;place-items:center;min-height:190px;display:grid}.customer-service-start-state p,.customer-service-search-state p{max-width:520px;margin:0;line-height:1.6}.customer-service-search-state{align-content:center;gap:14px}.customer-service-search-state button,.customer-service-detail-state button{margin:0}.customer-service-spinner{border:2px solid #bfd4eb;border-top-color:#007aff;border-radius:50%;width:20px;height:20px;animation:.7s linear infinite customer-service-spin;display:inline-block}@keyframes customer-service-spin{to{transform:rotate(360deg)}}.customer-service-results__heading{border-bottom:1px solid #e0e4e8;justify-content:space-between;align-items:end;gap:20px;margin-bottom:16px;padding-bottom:14px;display:flex}.customer-service-results__heading h2{letter-spacing:-.025em;margin:0;font-size:1.2rem}.customer-service-results__query{color:#727a84;text-overflow:ellipsis;white-space:nowrap;max-width:48%;font-size:.84rem;overflow:hidden}.customer-service-result-groups{gap:10px;display:grid}.customer-result{background:#fff;border:1px solid #e0e4e8;border-radius:12px;padding:20px 22px 8px}.customer-result__header{justify-content:space-between;align-items:flex-start;gap:24px;padding-bottom:16px;display:flex}.customer-result__identity{min-width:0}.customer-result__identity h3{letter-spacing:-.02em;margin:0 0 6px;font-size:1.08rem}.customer-result__contacts{flex-wrap:wrap;gap:4px 16px;display:flex}.customer-result__contacts a,.customer-service-detail__overview a{color:#006bd6;text-decoration:none}.customer-result__contacts a{font-size:.84rem}.customer-result__metrics{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.customer-result__metrics>span,.customer-result__metrics>strong{color:#5d6670;white-space:nowrap;background:#eef2f6;border-radius:6px;padding:4px 7px;font-size:.7rem;font-weight:620}.customer-result__metrics>strong{color:#a33a28;background:#fff0eb}.customer-result__order-count{color:#7a828c;margin-bottom:7px;font-size:.72rem;font-weight:640;display:block}.customer-order-list{border-top:1px solid #e8ebef}.customer-order-row{color:#252a30;text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #edf0f2;grid-template-columns:minmax(165px,1.3fr) minmax(110px,.8fr) minmax(120px,.8fr) minmax(90px,auto) 18px;align-items:center;gap:16px;width:100%;min-height:62px;padding:8px 2px;display:grid}.customer-order-row:last-child{border-bottom:0}.customer-order-row:hover{background:#f7faff}.customer-order-row--deleted{box-shadow:inset 3px 0 #d7a19a}.customer-order-row--deleted:hover{background:#fdf8f7}.customer-order-row__identity{gap:3px;min-width:0;display:grid}.customer-order-row__number{align-items:center;gap:7px;min-width:0;display:flex}.customer-order-row__identity strong{font-size:.88rem}.customer-order-row__deleted-badge{background:#f7e9e7;border-radius:5px;flex:none;padding:2px 6px;font-weight:680;line-height:1.35;color:#945048!important;font-size:.64rem!important}.customer-order-row__identity span,.customer-order-row__store,.customer-order-row__summary{color:#6b737c;text-overflow:ellipsis;white-space:nowrap;font-size:.77rem;overflow:hidden}.customer-order-row__summary{gap:2px;min-width:0;display:grid}.customer-order-row__summary span,.customer-order-row__summary strong{text-overflow:ellipsis;overflow:hidden}.customer-order-row__summary strong{color:#3c444d;font-size:.72rem;font-weight:620}.customer-order-row__total{text-align:right;font-size:.84rem}.customer-order-row__open{color:#007aff}.customer-result__mails{border-top:1px solid #e2e6ea;margin-top:8px}.customer-result__mails-heading{justify-content:space-between;align-items:center;gap:18px;min-height:42px;display:flex}.customer-result__mails-heading h4{letter-spacing:-.01em;margin:0;font-size:.8rem}.customer-result__mails-heading>span{color:#747c85;font-size:.68rem}.customer-result-mail-list{margin:0;padding:0;list-style:none}.customer-result-mail-row{border-top:1px solid #edf0f2;padding:11px 2px 12px}.customer-result-mail-row__heading,.customer-result-mail-row__meta,.customer-result-mail-row__footer{flex-wrap:wrap;align-items:center;display:flex}.customer-result-mail-row__heading{justify-content:space-between;gap:8px 16px}.customer-result-mail-row__heading>strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.8rem;overflow:hidden}.customer-result-mail-row__unanswered{color:#a33a28;background:#fff0eb;border-radius:5px;flex:none;padding:2px 6px;font-size:.64rem;font-weight:680}.customer-result-mail-row__meta{color:#747c85;gap:4px 12px;margin-top:4px;font-size:.69rem}.customer-result-mail-row p{color:#545c65;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:7px 0 0;font-size:.75rem;line-height:1.45;display:-webkit-box;overflow:hidden}.customer-result-mail-row__footer{gap:5px;margin-top:8px}.customer-result-mail-row__footer>span{color:#626b75;background:#f0f2f5;border-radius:5px;padding:2px 6px;font-size:.64rem}.customer-result-mail-row__footer>.customer-result-mail-row__order{color:#356b9f;background:#eaf3fd;font-weight:640}.customer-service-page--detail{background:#fff}.customer-service-detail{min-height:100%}.customer-service-detail__navigation{z-index:4;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border-bottom:1px solid #e3e7eb;align-items:center;gap:8px;min-height:48px;padding:0 clamp(20px,4vw,52px);display:flex;position:sticky;top:0}.customer-service-detail__navigation button{color:#007aff;cursor:pointer;background:0 0;border:0;min-height:34px;padding:0 8px}.customer-service-detail__navigation button:last-child{margin-left:auto}.customer-service-detail__content{width:min(100%,1320px);margin:0 auto;padding:28px clamp(20px,4vw,52px) 64px}.customer-service-detail__header{justify-content:space-between;align-items:flex-end;gap:28px;padding-bottom:24px;display:flex}.customer-service-detail__header time{color:#69717b;margin-top:6px;font-size:.82rem;display:block}.customer-service-detail__headline-status{text-align:right;gap:4px;display:grid}.customer-service-detail__headline-status span{color:#737b85;font-size:.72rem}.customer-service-detail__headline-status strong{color:#176b3a;font-size:.92rem}.customer-service-detail__overview{border-block:1px solid #e3e7eb;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.customer-service-detail__overview>section{border-right:1px solid #e8ebef;min-width:0;padding:18px 24px}.customer-service-detail__overview>section:first-child{padding-left:0}.customer-service-detail__overview>section:last-child{border-right:0;padding-right:0}.customer-service-detail__overview h2,.customer-service-siblings h2,.customer-service-section h2{letter-spacing:-.01em;margin:0;font-size:.88rem}.customer-service-detail__overview dl{gap:8px;margin:13px 0 0;display:grid}.customer-service-detail__overview dl>div{grid-template-columns:80px minmax(0,1fr);gap:10px;min-width:0;display:grid}.customer-service-detail__overview dt{color:#777f89;font-size:.74rem}.customer-service-detail__overview dd{overflow-wrap:anywhere;color:#32383f;min-width:0;margin:0;font-size:.8rem}.customer-service-detail__overview dd.is-emphasized{font-weight:720}.customer-service-siblings{border-bottom:1px solid #e8ebef;padding:20px 0}.customer-service-siblings>div{flex-wrap:wrap;gap:7px;margin-top:10px;display:flex}.customer-service-siblings button{color:#30363d;text-align:left;cursor:pointer;background:#fff;border:1px solid #d8dde3;border-radius:8px;gap:2px;min-height:48px;padding:7px 11px;display:grid}.customer-service-siblings button.is-current{cursor:default;background:#edf6ff;border-color:#9ecbfa}.customer-service-siblings button span{color:#727a84;font-size:.68rem}.customer-service-detail__columns{grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);gap:clamp(28px,5vw,64px);padding-top:28px;display:grid}.customer-service-section__heading{border-bottom:1px solid #dde2e7;justify-content:space-between;align-items:baseline;gap:16px;min-height:28px;padding-bottom:10px;display:flex}.customer-service-section__heading span{color:#79818b;font-size:.72rem}.customer-service-item{border-bottom:1px solid #edf0f2;grid-template-columns:minmax(0,1fr) 60px 90px;align-items:center;gap:12px;min-height:58px;font-size:.8rem;display:grid}.customer-service-item>span:first-child{gap:3px;min-width:0;display:grid}.customer-service-item small{color:#7b838d}.customer-service-item>strong{text-align:right}.customer-service-comment{background:#f7f8fa;border-left:3px solid #b7c0ca;margin-top:22px;padding:14px 16px}.customer-service-comment h3{margin:0 0 6px;font-size:.78rem}.customer-service-comment p{color:#555d66;margin:0;font-size:.8rem;line-height:1.55}.customer-service-mail-list{display:grid}.customer-service-mail{border-bottom:1px solid #e8ebef;padding:14px 0}.customer-service-mail header{justify-content:space-between;gap:16px;display:flex}.customer-service-mail header strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.82rem;overflow:hidden}.customer-service-mail time,.customer-service-mail__sender{color:#747c85;font-size:.7rem}.customer-service-mail time{white-space:nowrap}.customer-service-mail__sender{margin-top:3px;display:block}.customer-service-mail p{color:#505861;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:9px 0;font-size:.77rem;line-height:1.5;display:-webkit-box;overflow:hidden}.customer-service-mail footer{flex-wrap:wrap;gap:7px;display:flex}.customer-service-mail footer span{color:#626a74;background:#eef1f4;border-radius:5px;padding:2px 6px;font-size:.66rem}.customer-service-mail footer .is-answered{color:#247640;background:#e8f6ec}.customer-service-mail footer .is-open{color:#a83a27;background:#fff1ed}.customer-service-inline-state,.customer-service-detail-state{color:#727a84;align-items:center;gap:10px;font-size:.8rem;display:flex}.customer-service-inline-state{justify-content:center;min-height:100px}.customer-service-detail-state{flex-direction:column;justify-content:center;min-height:420px}.customer-service-detail-state p{margin:0}@media (width<=860px){.customer-service-search-header,.customer-service-main{padding-inline:22px}.customer-order-row{grid-template-columns:minmax(150px,1.3fr) minmax(110px,1fr) auto 16px}.customer-order-row__store{display:none}.customer-service-detail__overview{grid-template-columns:1fr 1fr}.customer-service-detail__overview>section:nth-child(2){border-right:0}.customer-service-detail__overview>section:last-child{border-top:1px solid #e8ebef;grid-column:1/-1;padding:16px 0}.customer-service-detail__columns{grid-template-columns:1fr}}@media (width<=620px){.app-header{align-items:stretch;height:auto;min-height:56px;padding-inline:14px}.app-header__primary{gap:16px;min-width:0}.app-navigation{gap:10px;min-width:0}.app-navigation a{padding-inline:1px;font-size:.78rem}.app-header__session{gap:0}.app-header button{padding-inline:8px;font-size:.75rem}.customer-service-search-header{padding:38px 16px 22px}.customer-service-page:not(.customer-service-page--search) .customer-service-search-header{padding-top:24px}.customer-service-main{padding:0 16px 42px}.customer-service-search-copy p{font-size:.9rem}.customer-service-search-form{margin-top:22px}.customer-service-search-control{min-height:54px}.customer-service-search-control>span{padding-left:13px}.customer-service-search-control input{min-height:52px;padding-right:10px;font-size:.87rem}.customer-service-search-control button{min-height:38px;padding-inline:12px;font-size:.8rem}.customer-result{padding:17px 15px 6px}.customer-result__header,.customer-service-results__heading{flex-direction:column;align-items:flex-start;gap:10px}.customer-result__metrics{justify-content:flex-start}.customer-service-results__query{max-width:100%}.customer-order-row{grid-template-columns:minmax(0,1fr) auto 16px;gap:8px;min-height:92px}.customer-order-row__identity{grid-area:1/1}.customer-order-row__summary{grid-area:2/1/auto/-1}.customer-order-row__total{white-space:nowrap;grid-area:1/2}.customer-order-row__open{grid-area:1/3}.customer-service-detail__navigation{padding-inline:10px}.customer-service-detail__content{padding:22px 16px 42px}.customer-service-detail__header{flex-direction:column;align-items:flex-start;gap:16px}.customer-service-detail__headline-status{text-align:left}.customer-service-detail__overview{grid-template-columns:1fr}.customer-service-detail__overview>section,.customer-service-detail__overview>section:first-child,.customer-service-detail__overview>section:last-child{border-top:1px solid #e8ebef;border-right:0;grid-column:auto;padding:16px 0}.customer-service-detail__overview>section:first-child{border-top:0}.customer-service-item{grid-template-columns:minmax(0,1fr) 44px}.customer-service-item>strong{display:none}.customer-service-mail header{flex-direction:column;align-items:flex-start;gap:3px}}@media (prefers-reduced-motion:reduce){.customer-service-spinner{animation-duration:1.4s}}
