: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{background:#fff;border-bottom:1px solid #dfe2e6;justify-content:space-between;align-items:center;gap:24px;min-height:56px;padding:0 24px;display:flex}.app-header__primary{align-self:stretch;align-items:center;gap:32px;display:flex}.app-header__title{letter-spacing:.04em;font-size:1rem;font-weight:650}.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:#495766;font-weight:600}.app-header__session{color:#4d545d;align-items:center;gap:16px;font-size:.9rem;display:flex}.app-header button,.login-form button{color:#20242a;cursor:pointer;background:#fff;border:1px solid #c7ccd2;border-radius:4px;min-height:36px}.app-header button{padding:0 14px}.app-header button:disabled,.login-form button:disabled{cursor:wait;opacity:.65}.app-content{flex:1;width:100%;min-height:0;padding:0;display:flex}.login-page,.loading-page{place-items:center;min-height:100vh;padding:24px;display:grid}.loading-page{color:#5f6670}.login-panel{background:#fff;border:1px solid #dfe2e6;border-radius:6px;width:min(100%,380px);padding:28px}.login-panel__header{margin-bottom:24px}.login-panel__brand{letter-spacing:.04em;margin-bottom:20px;font-weight:650;display:block}.login-panel h1{margin:0 0 6px;font-size:1.5rem}.login-panel p{color:#5f6670;margin:0}.login-form{gap:10px;display:grid}.login-form label{font-size:.9rem;font-weight:600}.login-form input{color:#20242a;background:#fff;border:1px solid #c7ccd2;border-radius:4px;width:100%;min-height:40px;margin-bottom:6px;padding:8px 10px}.login-form input:focus-visible,.app-header button:focus-visible,.login-form button:focus-visible{outline-offset:2px;outline:2px solid #59636f}.login-form button{color:#fff;background:#30363d;margin-top:8px}.form-error{color:#9f2d24;margin:4px 0 0;font-size:.9rem}.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}.orders-page{background:#eef0f2;flex-direction:column;flex:1;width:100%;min-width:0;min-height:0;display:flex}.orders-toolbar{background:#fff;border-bottom:1px solid #d5d9de;justify-content:space-between;align-items:center;gap:24px;min-height:62px;padding:10px 18px;display:flex}.orders-toolbar h1{margin:0;font-size:1.2rem;font-weight:650}.orders-toolbar__tools{align-items:center;gap:14px;display:flex}.orders-toolbar input{color:#20242a;background:#fff;border:1px solid #c7ccd2;border-radius:4px;width:300px;height:36px;padding:7px 10px}.orders-toolbar input:focus-visible,.orders-navigation-list:focus-visible,.order-preview-pane:focus-visible,.orders-splitter:focus-visible{outline-offset:-2px;outline:2px solid #596b7d}.orders-toolbar__count{color:#646b74;text-align:right;white-space:nowrap;min-width:92px;font-size:.85rem}.orders-workspace{flex:1;min-height:0;display:grid;overflow:hidden}.orders-navigation-pane{background:#fff;border-right:1px solid #d5d9de;min-width:0;min-height:0;overflow:hidden}.orders-navigation-list{height:100%;overflow-y:auto}.order-navigation-item{cursor:default;background:#fff;border-bottom:1px solid #e4e7ea;gap:4px;min-height:76px;padding:8px 12px 8px 15px;display:grid;position:relative}.order-navigation-item:before{content:"";background:0 0;width:3px;position:absolute;inset:0 auto 0 0}.order-navigation-item:hover{background:#f5f7f8}.order-navigation-item[aria-selected=true]{background:#e9eef3}.order-navigation-item[aria-selected=true]:before{background:#526b82}.order-navigation-item__primary,.order-navigation-item__meta{align-items:center;gap:8px;min-width:0;display:flex}.order-navigation-item__primary{justify-content:space-between}.order-navigation-item__primary strong{text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;overflow:hidden}.order-navigation-item__primary time{color:#747b84;white-space:nowrap;font-size:.72rem}.order-navigation-item__customer{color:#3f464e;text-overflow:ellipsis;white-space:nowrap;font-size:.84rem;overflow:hidden}.order-navigation-item__meta{color:#687079;white-space:nowrap;font-size:.72rem;overflow:hidden}.order-navigation-item__meta>strong{color:#30363d;font-size:.78rem}.order-navigation-item__meta>span:not(.status-label){text-overflow:ellipsis;overflow:hidden}.status-label{color:#555d66;text-overflow:ellipsis;background:#f7f8f9;border:1px solid #d4d8dd;border-radius:3px;max-width:105px;padding:1px 5px;line-height:1.35;overflow:hidden}.orders-navigation-empty,.order-preview-empty{color:#6b737c;padding:28px 20px;font-size:.9rem}.orders-splitter{cursor:col-resize;touch-action:none;background:#e9ebed;position:relative}.orders-splitter:after{content:"";background:#cbd0d5;width:1px;position:absolute;inset:0 auto 0 3px}.orders-splitter:hover,.orders-splitter:focus-visible{background:#dce1e5}body.orders-resizing,body.orders-resizing *{cursor:col-resize!important;-webkit-user-select:none!important;user-select:none!important}.order-preview-pane{background:#f5f6f7;min-width:0;min-height:0;overflow:auto}.order-preview{max-width:920px;padding:26px 30px}.order-preview__header{border-bottom:1px solid #d8dce0;justify-content:space-between;align-items:flex-end;gap:24px;padding-bottom:18px;display:flex}.order-preview__eyebrow{color:#727a83;letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;font-size:.72rem;font-weight:650;display:block}.order-preview__header h2{margin:0;font-size:1.45rem}.order-preview__header time{color:#626a73;font-size:.85rem}.order-preview__sections{grid-template-columns:repeat(3,minmax(180px,1fr));gap:16px;margin-top:20px;display:grid}.order-preview-section{background:#fff;border:1px solid #d8dce0;border-radius:5px;padding:16px}.order-preview-section h3{margin:0 0 13px;font-size:.88rem}.order-preview-section dl{gap:10px;margin:0;display:grid}.order-preview-field{gap:2px;display:grid}.order-preview-field dt{color:#777f88;font-size:.7rem}.order-preview-field dd{overflow-wrap:anywhere;min-width:0;margin:0;font-size:.87rem}.orders-state{color:#606872;flex:1;place-content:center;justify-items:center;gap:12px;min-height:0;padding:24px;display:grid}.orders-state p{margin:0}.orders-state button{color:#20242a;cursor:pointer;background:#fff;border:1px solid #bfc5cb;border-radius:4px;min-height:34px;padding:0 13px}.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}
