.d233-toast-region{position:fixed;bottom:var(--space-24);right:var(--space-24);display:flex;flex-direction:column;gap:var(--space-8);z-index:1000}.d233-toast{padding:var(--space-12) var(--space-16);border-radius:var(--radius-md);background:var(--ink);color:var(--paper);font-size:.9375rem;box-shadow:0 12px 32px #0000003d;animation:d233-toast-in .15s ease}.d233-toast--success{background:var(--success)}.d233-toast--error{background:var(--danger)}@keyframes d233-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.d233-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-8);font-family:var(--font-body);font-weight:600;border-radius:var(--radius-md);border:1px solid transparent;cursor:pointer;min-height:var(--touch-target-comfortable);padding:0 var(--space-24);transition:background-color .12s ease,border-color .12s ease,opacity .12s ease}.d233-btn:disabled{cursor:not-allowed;opacity:.5}.d233-btn--md{min-height:var(--touch-target-min);padding:0 var(--space-16);font-size:.9375rem}.d233-btn--lg{font-size:1rem}.d233-btn--primary{background:var(--accent);color:var(--ink)}.d233-btn--primary:not(:disabled):hover{filter:brightness(.95);box-shadow:var(--shadow-sm)}.d233-btn--secondary{background:var(--theme-surface);color:var(--theme-fg);border-color:var(--theme-border)}.d233-btn--secondary:not(:disabled):hover{background:var(--theme-surface-alt)}.d233-btn--danger{background:var(--danger);color:#fff}.d233-btn--danger:not(:disabled):hover{filter:brightness(.92)}.d233-btn--ghost{background:transparent;color:var(--theme-fg)}.d233-btn--ghost:not(:disabled):hover{background:var(--theme-surface-alt)}.d233-root-error{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-16);text-align:center;padding:var(--space-24);color:var(--theme-fg);background:var(--theme-bg)}.d233-root-error h1{font-size:1.5rem}.d233-root-error p{max-width:40ch;color:var(--theme-fg-muted);margin:0}.d233-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:var(--space-12);padding:var(--space-48) var(--space-24);color:var(--theme-fg-muted)}.d233-state__icon{color:var(--theme-fg-hint)}.d233-state--error .d233-state__icon{color:var(--danger)}.d233-state__title{margin:0;font-weight:600;color:var(--theme-fg);font-size:1.0625rem}.d233-state__description{margin:0;font-size:.9375rem;max-width:40ch}.d233-state__action{margin-top:var(--space-8)}.d233-spinner{width:28px;height:28px;border-radius:50%;border:3px solid var(--theme-border);border-top-color:var(--accent);animation:d233-spin .7s linear infinite}@keyframes d233-spin{to{transform:rotate(360deg)}}.d233-skeleton{display:inline-block;border-radius:var(--radius-sm);background:linear-gradient(90deg,var(--theme-surface-alt) 25%,var(--theme-border) 37%,var(--theme-surface-alt) 63%);background-size:400% 100%;animation:d233-skeleton-loading 1.4s ease infinite}@keyframes d233-skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}.d233-badge{display:inline-flex;align-items:center;padding:var(--space-4) var(--space-12);border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.d233-badge--neutral{background:var(--theme-surface-alt);color:var(--theme-fg-muted)}.d233-badge--success{background:#1f8f4e24;color:var(--success)}.d233-badge--warning{background:#b5470824;color:var(--warning)}.d233-badge--danger{background:#d92d2024;color:var(--danger)}.d233-badge--accent{background:var(--accent);color:var(--ink)}.d233-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:var(--touch-target-comfortable);height:var(--touch-target-comfortable);border-radius:var(--radius-md);border:1px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-fg);cursor:pointer;transition:background-color .12s ease,color .12s ease}.d233-icon-btn:hover{background:var(--theme-surface-alt)}.d233-icon-btn--danger:hover{background:var(--danger);color:#fff;border-color:var(--danger)}.d233-connection-badge{display:inline-flex;align-items:center;gap:var(--space-4);font-size:.75rem;font-weight:600;padding:2px var(--space-8);border-radius:var(--radius-sm);white-space:nowrap}.d233-connection-badge--mock{color:var(--theme-fg-muted);background:var(--theme-surface-alt)}.d233-connection-badge--connecting{color:var(--warning);background:color-mix(in srgb,var(--warning) 12%,transparent)}.d233-connection-badge--live{color:var(--success);background:color-mix(in srgb,var(--success) 12%,transparent)}.d233-connection-badge--error{color:var(--danger);background:color-mix(in srgb,var(--danger) 12%,transparent)}.d233-header{height:var(--header-h);border-bottom:1px solid var(--theme-border);background:var(--theme-surface);flex-shrink:0}.d233-header__inner{height:100%;max-width:var(--content-max-w);margin-inline:auto;display:flex;align-items:center;justify-content:space-between;padding:0 var(--page-px) 0 calc(var(--page-px) - var(--space-8))}.d233-header__identity{display:flex;align-items:center;gap:var(--space-12);min-width:0;flex:1}.d233-header__identity .d233-icon-btn{width:var(--touch-target-min);height:var(--touch-target-min);flex-shrink:0;border:none;background:transparent;justify-content:flex-start}.d233-header__home-icon{margin-left:-2.5px}.d233-header__identity .d233-icon-btn:hover{background:var(--theme-surface-alt)}.d233-header__register{font-family:var(--font-display);font-weight:600;font-size:1.0625rem}.d233-header__actions{display:flex;align-items:center;gap:var(--space-12)}.d233-header__cashier{color:var(--theme-fg-muted);font-size:.9375rem;margin-right:var(--space-8);white-space:nowrap}@media (max-width: 720px){.d233-header__inner{padding-left:var(--space-8)}}@media (max-width: 480px){.d233-header__inner{padding:0 var(--space-12) 0 var(--space-8);gap:var(--space-8)}.d233-header__identity{gap:var(--space-8);min-width:0}.d233-header__register{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.d233-header__actions{gap:var(--space-8);flex-shrink:0}.d233-header__actions .d233-icon-btn{width:var(--touch-target-min);height:var(--touch-target-min)}.d233-header__cashier{display:none}.d233-connection-badge span,.d233-connection-badge{font-size:0;gap:0;padding:2px}.d233-connection-badge svg{font-size:initial}}.d233-layout{display:flex;flex-direction:column;height:100%}.d233-layout__content{flex:1;overflow-y:auto;padding:var(--page-px)}.d233-page{max-width:var(--content-max-w);margin-inline:auto;width:100%}@media (max-width: 720px){.d233-layout__content{padding:var(--space-16)}}.d233-pinpad{display:flex;flex-direction:column;align-items:center;gap:var(--space-24);width:100%;max-width:320px}.d233-pinpad:focus{outline:none}.d233-pinpad:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:var(--radius-md)}.d233-pinpad--shake{animation:d233-pinpad-shake .4s cubic-bezier(.36,.07,.19,.97)}.d233-pinpad__display{display:flex;gap:var(--space-16)}.d233-pinpad__dot{width:16px;height:16px;border-radius:50%;border:2px solid var(--theme-border);background:transparent;transition:background-color .15s ease,border-color .15s ease,transform .15s ease}.d233-pinpad__dot--filled{background:var(--accent);border-color:var(--accent)}.d233-pinpad__dot--pulse{animation:d233-pinpad-dot-pulse .25s ease}.d233-pinpad__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-12);width:100%}.d233-pinpad__key{min-height:var(--touch-target-comfortable);min-width:var(--touch-target-comfortable);border-radius:var(--radius-md);border:1px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-fg);font-size:1.375rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease,transform .1s ease}@media (hover: hover){.d233-pinpad__key:hover:not(:disabled){background:var(--theme-surface-alt);border-color:var(--theme-fg-hint);box-shadow:0 4px 12px #0a0a0a14;transform:translateY(-1px)}}.d233-pinpad__key:active:not(:disabled){transform:translateY(0) scale(.96);background:var(--theme-surface-alt)}.d233-pinpad__key--pressed{animation:d233-pinpad-key-press .15s ease}.d233-pinpad__key:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.d233-pinpad__key:disabled{opacity:.5;cursor:not-allowed}.d233-pinpad__key--secondary{font-size:.9375rem;color:var(--theme-fg-muted)}[data-theme=dark] .d233-pinpad__key:hover:not(:disabled){box-shadow:0 4px 12px #00000059}@keyframes d233-pinpad-key-press{0%{transform:scale(1)}50%{transform:scale(.9)}to{transform:scale(1)}}@keyframes d233-pinpad-dot-pulse{0%{transform:scale(1)}40%{transform:scale(1.35)}to{transform:scale(1)}}@keyframes d233-pinpad-shake{0%,to{transform:translate(0)}20%{transform:translate(-8px)}40%{transform:translate(8px)}60%{transform:translate(-6px)}80%{transform:translate(6px)}}@media (prefers-reduced-motion: reduce){.d233-pinpad--shake,.d233-pinpad__dot--pulse,.d233-pinpad__key--pressed{animation:none}.d233-pinpad__key,.d233-pinpad__dot{transition:none}@media (hover: hover){.d233-pinpad__key:hover:not(:disabled){transform:none}}.d233-pinpad__key:active:not(:disabled){transform:none}}:root[data-reduce-motion=true] .d233-pinpad--shake,:root[data-reduce-motion=true] .d233-pinpad__dot--pulse,:root[data-reduce-motion=true] .d233-pinpad__key--pressed{animation:none}:root[data-reduce-motion=true] .d233-pinpad__key,:root[data-reduce-motion=true] .d233-pinpad__dot{transition:none}:root[data-reduce-motion=true] .d233-pinpad__key:active:not(:disabled){transform:none}@media (hover: hover){:root[data-reduce-motion=true] .d233-pinpad__key:hover:not(:disabled){transform:none}}.d233-field{display:flex;flex-direction:column;gap:var(--space-8)}.d233-field__label{font-size:.875rem;font-weight:600;color:var(--theme-fg-muted)}.d233-field__label--visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.d233-field__input{min-height:var(--touch-target-comfortable);padding:0 var(--space-16);border-radius:var(--radius-md);border:1px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-fg);font-size:1rem;transition:border-color .15s ease,box-shadow .15s ease}.d233-field__input:focus-visible{outline:none;border-color:var(--accent);box-shadow:var(--shadow-focus)}.d233-field__input[aria-invalid=true]{border-color:var(--danger)}.d233-field__error{margin:0;font-size:.8125rem;color:var(--danger)}.d233-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a0a80;animation:d233-fade-in .12s ease}.d233-modal__content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:min(480px,calc(100vw - 32px));max-height:min(640px,calc(100vh - 64px));overflow-y:auto;background:var(--theme-surface);border-radius:var(--radius-lg);border:1px solid var(--theme-border);padding:var(--space-24);box-shadow:0 24px 64px #0000003d}.d233-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-16)}.d233-modal__title{font-family:var(--font-display);font-size:1.25rem;margin:0}.d233-modal__description{margin:var(--space-8) 0 0;color:var(--theme-fg-muted);font-size:.9375rem}.d233-modal__body{margin-top:var(--space-16)}.d233-modal__footer{margin-top:var(--space-24);display:flex;justify-content:flex-end;gap:var(--space-12)}@media print{.d233-modal__overlay,.d233-modal__content{display:none}}@media print{html body[data-scroll-locked]{overflow:visible!important}}@keyframes d233-fade-in{0%{opacity:0}to{opacity:1}}.d233-settings-card{display:flex;flex-direction:column;gap:var(--space-16);min-width:0;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:var(--radius-lg);padding:var(--space-24);box-shadow:0 1px 2px #0a0a0a0a,0 24px 60px #0a0a0a14;animation:d233-settings-card-in .4s cubic-bezier(.16,1,.3,1)}[data-theme=dark] .d233-settings-card{box-shadow:0 1px 2px #0006,0 24px 60px #0000008c}.d233-settings-card--wide{grid-column:1 / -1}.d233-settings-card__header{display:flex;align-items:flex-start;gap:var(--space-12)}.d233-settings-card__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;border-radius:var(--radius-md);background:var(--theme-surface-alt);color:var(--theme-fg)}.d233-settings-card__title{margin:0;font-size:1.0625rem}.d233-settings-card__description{margin:var(--space-4) 0 0;font-size:.8125rem;color:var(--theme-fg-muted)}.d233-settings-card__body{display:flex;flex-direction:column;gap:var(--space-12)}@keyframes d233-settings-card-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}:root[data-reduce-motion=true] .d233-settings-card{animation:none}@media (prefers-reduced-motion: reduce){.d233-settings-card{animation:none}}.d233-backend-connection__status{display:flex;align-items:center;gap:var(--space-8);margin-bottom:var(--space-16);font-size:.9375rem;font-weight:600;color:var(--theme-fg)}.d233-backend-connection__dot{width:10px;height:10px;border-radius:50%;background:var(--theme-fg-muted);flex-shrink:0}.d233-backend-connection__dot--success{background:var(--success);box-shadow:0 0 0 3px #1f8f4e26}.d233-backend-connection__dot--warning{background:var(--warning);box-shadow:0 0 0 3px #b5470826}.d233-backend-connection__dot--danger{background:var(--danger);box-shadow:0 0 0 3px #d92d2026}.d233-backend-connection__error{margin:0 0 var(--space-12);color:var(--danger);font-weight:600;font-size:.875rem}.d233-backend-connection__form,.d233-backend-connection__configured{display:flex;flex-direction:column;gap:var(--space-12);align-items:stretch;width:100%}.d233-backend-connection__actions{display:flex;flex-wrap:wrap;gap:var(--space-12)}.d233-settings{display:flex;flex-direction:column;gap:var(--space-24);max-width:960px;margin:0 auto;padding-bottom:var(--space-32)}.d233-settings__header{display:flex;align-items:flex-start;gap:var(--space-12)}.d233-settings__header h1{margin:0;font-size:1.75rem}.d233-settings__subtitle{margin:var(--space-4) 0 0;font-size:.9375rem;color:var(--theme-fg-muted)}.d233-settings__grid{display:grid;grid-template-columns:1fr;gap:var(--space-24)}@media (min-width: 720px){.d233-settings__grid{grid-template-columns:1fr 1fr;align-items:start}.d233-settings-card:not(.d233-settings-card--wide) .d233-field{max-width:360px}}.d233-settings__section h2{font-size:1.0625rem;margin-bottom:var(--space-12)}.d233-settings__facts{display:grid;grid-template-columns:auto 1fr;gap:var(--space-8) var(--space-16);margin:0}.d233-settings__facts dt{color:var(--theme-fg-muted);font-size:.875rem}.d233-settings__facts dd{margin:0;font-weight:600;word-break:break-word}.d233-settings__note{margin:var(--space-4) 0 0;font-size:.8125rem;color:var(--theme-fg-muted)}.d233-settings__diagnostics{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-8)}.d233-settings__diagnostic{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-8);padding:var(--space-8) var(--space-12);border-radius:var(--radius-md);border:1px solid var(--theme-border);background:var(--theme-surface-alt);font-size:.875rem}.d233-settings__diagnostic--pass{color:var(--success);background:color-mix(in srgb,var(--success) 8%,var(--theme-surface-alt));border-color:color-mix(in srgb,var(--success) 25%,var(--theme-border))}.d233-settings__diagnostic--fail{color:var(--danger);background:color-mix(in srgb,var(--danger) 8%,var(--theme-surface-alt));border-color:color-mix(in srgb,var(--danger) 25%,var(--theme-border))}.d233-settings__diagnostic--skipped{color:var(--theme-fg-muted)}.d233-settings__diagnostic-label{font-weight:600;color:var(--theme-fg)}.d233-settings__diagnostic-detail{color:var(--theme-fg-muted);font-size:.8125rem}@media (max-width: 480px){.d233-settings{padding-left:var(--space-8);padding-right:var(--space-8)}}.d233-login{height:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:var(--space-24);background:radial-gradient(circle at 15% 15%,rgba(230,255,61,.08),transparent 45%),radial-gradient(circle at 85% 85%,rgba(230,255,61,.05),transparent 40%),var(--theme-bg)}[data-theme=dark] .d233-login{background:radial-gradient(circle at 15% 15%,rgba(230,255,61,.06),transparent 45%),radial-gradient(circle at 85% 85%,rgba(230,255,61,.04),transparent 40%),var(--theme-bg)}.d233-login__card{display:flex;flex-direction:column;align-items:center;gap:var(--space-16);width:100%;max-width:400px;text-align:center;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:var(--radius-lg);padding:var(--space-48) var(--space-32) var(--space-32);box-shadow:0 1px 2px #0a0a0a0a,0 24px 60px #0a0a0a14;animation:d233-login-card-in .42s cubic-bezier(.16,1,.3,1)}[data-theme=dark] .d233-login__card{box-shadow:0 1px 2px #0006,0 24px 60px #0000008c}.d233-login__card--connect{max-width:min(540px,100%);gap:var(--space-24)}.d233-login__connect-card{width:100%;text-align:left;background:var(--theme-surface-alt);border:1px solid var(--theme-border);border-radius:var(--radius-md);padding:var(--space-32)}@media (max-width: 480px){.d233-login__card{padding:var(--space-32) var(--space-20) var(--space-24)}.d233-login__connect-card{padding:var(--space-24) var(--space-20)}}.d233-login__brand{margin-bottom:var(--space-8)}.d233-login__eyebrow{margin:0;font-size:.6875rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--theme-fg-muted)}.d233-login__register{margin:var(--space-4) 0 0;font-family:var(--font-display);font-size:.9375rem;font-weight:600;color:var(--theme-fg)}.d233-login__welcome{display:flex;flex-direction:column;gap:var(--space-4);margin-bottom:var(--space-8)}.d233-login__title{margin:0;font-size:1.75rem}.d233-login__subtitle{margin:0 0 var(--space-16);color:var(--theme-fg-muted)}.d233-login__welcome .d233-login__subtitle{margin:0;font-size:.9375rem}.d233-login__pad{position:relative;display:flex;justify-content:center;width:100%;transition:opacity .2s ease,filter .2s ease}.d233-login__pad--success{opacity:.25;filter:blur(1px)}.d233-login__success{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-8);font-weight:600;color:var(--success);animation:d233-login-success-in .28s ease}.d233-login__success-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--success);color:var(--paper)}.d233-login__status{min-height:1.25rem;font-size:.875rem;color:var(--theme-fg-muted)}.d233-login__error{margin:0;color:var(--danger);font-weight:600}.d233-login__hint{margin:var(--space-8) 0 0;font-size:.75rem;color:var(--theme-fg-hint)}.d233-login__forgot{margin-top:var(--space-8);background:none;border:none;color:var(--theme-fg-muted);font-size:.875rem;text-decoration:underline;cursor:not-allowed}.d233-login__connection{display:flex;align-items:center;gap:var(--space-8);margin-top:var(--space-16);padding-top:var(--space-16);border-top:1px solid var(--theme-border);width:100%;justify-content:center;font-size:.8125rem;color:var(--theme-fg-muted)}.d233-login__connection-dot{width:8px;height:8px;border-radius:50%;background:var(--theme-fg-muted)}.d233-login__connection--connected .d233-login__connection-dot{background:var(--success);box-shadow:0 0 0 3px #1f8f4e26}.d233-login__connection--connecting .d233-login__connection-dot{background:var(--warning);box-shadow:0 0 0 3px #b5470826}.d233-login__connection--offline .d233-login__connection-dot{background:var(--danger);box-shadow:0 0 0 3px #d92d2026}@keyframes d233-login-card-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes d233-login-success-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion: reduce){.d233-login__card,.d233-login__success{animation:none}.d233-login__pad{transition:none}}:root[data-reduce-motion=true] .d233-login__card,:root[data-reduce-motion=true] .d233-login__success{animation:none}:root[data-reduce-motion=true] .d233-login__pad{transition:none}.d233-nav__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:var(--space-16)}.d233-nav__tile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-12);min-height:128px;padding:var(--space-24);border-radius:var(--radius-lg);border:1px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-fg);text-decoration:none;box-shadow:0 1px 2px #0a0a0a0a;animation:d233-nav-tile-in .32s cubic-bezier(.16,1,.3,1) both;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease}[data-theme=dark] .d233-nav__tile{box-shadow:0 1px 2px #0006}.d233-nav__tile:nth-child(1){animation-delay:0ms}.d233-nav__tile:nth-child(2){animation-delay:25ms}.d233-nav__tile:nth-child(3){animation-delay:50ms}.d233-nav__tile:nth-child(4){animation-delay:75ms}.d233-nav__tile:nth-child(5){animation-delay:.1s}.d233-nav__tile:nth-child(6){animation-delay:125ms}.d233-nav__tile:nth-child(7){animation-delay:.15s}.d233-nav__tile:hover{background:var(--theme-surface-alt);box-shadow:0 1px 2px #0a0a0a0a,0 12px 24px #0a0a0a14;transform:translateY(-2px)}[data-theme=dark] .d233-nav__tile:hover{box-shadow:0 1px 2px #0006,0 12px 24px #00000073}.d233-nav__tile:active{background:var(--theme-surface-alt);transform:translateY(0) scale(.98);transition-duration:.05s}.d233-nav__tile-icon{color:var(--ink);background:var(--accent);width:56px;height:56px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;transition:transform .15s ease}[data-theme=dark] .d233-nav__tile-icon{color:var(--ink)}.d233-nav__tile:hover .d233-nav__tile-icon{transform:scale(1.05)}.d233-nav__tile-label{font-weight:600;font-size:.9375rem;text-align:center}.d233-nav__tile--primary .d233-nav__tile-label{font-weight:700}@keyframes d233-nav-tile-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}:root[data-reduce-motion=true] .d233-nav__tile{animation:none}:root[data-reduce-motion=true] .d233-nav__tile:hover,:root[data-reduce-motion=true] .d233-nav__tile:active{transform:none}@media (prefers-reduced-motion: reduce){.d233-nav__tile{animation:none}.d233-nav__tile:hover,.d233-nav__tile:active{transform:none}}.d233-parked-sales__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-12)}.d233-parked-sales__list li{display:flex;align-items:center;justify-content:space-between;gap:var(--space-12);padding:var(--space-12);border:1px solid var(--theme-border);border-radius:var(--radius-md)}.d233-parked-sales__info{display:flex;flex-direction:column;gap:var(--space-4);min-width:0}.d233-parked-sales__customer{font-weight:600}.d233-parked-sales__meta{font-size:.8125rem;color:var(--theme-fg-muted)}.d233-parked-sales__actions{display:flex;gap:var(--space-8);flex-shrink:0}.d233-dashboard{display:flex;flex-direction:column;gap:var(--space-32);width:100%}.d233-dashboard__summary{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-16);flex-wrap:wrap}.d233-dashboard__greeting{margin:0 0 var(--space-8);font-size:1.5rem;font-family:var(--font-display)}.d233-dashboard__shift-line{display:flex;align-items:center;gap:var(--space-12)}.d233-dashboard__opened-at{color:var(--theme-fg-muted);font-size:.875rem}.d233-dashboard__summary-actions{display:flex;align-items:center;gap:var(--space-12)}.d233-dashboard__summary-actions .d233-btn{display:flex;align-items:center;gap:var(--space-8)}.d233-dashboard__stat{display:flex;flex-direction:column;gap:var(--space-4);padding:var(--space-24);border-radius:var(--radius-lg);border:1px solid var(--theme-border);background:var(--theme-surface);max-width:320px;box-shadow:0 1px 2px #0a0a0a0a,0 24px 60px #0a0a0a14;animation:d233-dashboard-card-in .4s cubic-bezier(.16,1,.3,1) both}[data-theme=dark] .d233-dashboard__stat{box-shadow:0 1px 2px #0006,0 24px 60px #0000008c}.d233-dashboard__stat-label{font-size:.75rem;font-weight:600;color:var(--theme-fg-muted);text-transform:uppercase;letter-spacing:.06em}.d233-dashboard__stat-value{font-family:var(--font-display);font-size:2.25rem;font-weight:600;font-variant-numeric:tabular-nums;color:var(--theme-fg)}.d233-dashboard__stat-note{font-size:.8125rem;color:var(--theme-fg-hint)}@keyframes d233-dashboard-card-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}:root[data-reduce-motion=true] .d233-dashboard__stat{animation:none}@media (prefers-reduced-motion: reduce){.d233-dashboard__stat{animation:none}}@media (max-width: 640px){.d233-dashboard__summary-actions{flex-direction:column;align-items:stretch;width:100%}.d233-dashboard__summary-actions .d233-btn{width:100%;justify-content:center}.d233-dashboard__stat{max-width:none}}.d233-search-input{position:relative;display:flex;align-items:center;flex:1}.d233-search-input__icon{position:absolute;left:var(--space-16);color:var(--theme-fg-hint);pointer-events:none}.d233-search-input input{width:100%;min-height:var(--touch-target-comfortable);padding:0 var(--space-48);border-radius:var(--radius-md);border:1px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-fg);font-size:1rem}.d233-search-input input{transition:border-color .15s ease,box-shadow .15s ease}.d233-search-input input:focus-visible{outline:none;border-color:var(--accent);box-shadow:var(--shadow-focus)}.d233-search-input input::-webkit-search-cancel-button{display:none}.d233-search-input__clear,.d233-search-input__scan{position:absolute;right:var(--space-12);background:none;border:none;color:var(--theme-fg-muted);cursor:pointer;display:flex;padding:var(--space-4)}.d233-category-filter{display:flex;flex-wrap:wrap;gap:var(--space-8)}.d233-category-filter__chip{min-height:var(--touch-target-min);padding:0 var(--space-12);border-radius:999px;border:1px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-fg-muted);font-weight:600;font-size:.875rem;cursor:pointer}.d233-category-filter__chip:hover{background:var(--theme-surface-alt)}.d233-category-filter__chip--active{background:var(--ink);color:var(--paper);border-color:var(--ink)}[data-theme=dark] .d233-category-filter__chip--active{background:var(--accent);color:var(--ink);border-color:var(--accent)}.d233-product-card{display:flex;border-radius:var(--radius-lg);border:1px solid var(--theme-border);background:var(--theme-surface);overflow:hidden}.d233-product-card--grid{flex-direction:column}.d233-product-card--list{flex-direction:row;align-items:stretch}.d233-product-card__media{border:none;background:var(--theme-surface-alt);padding:0;cursor:pointer;flex-shrink:0;min-height:0}.d233-product-card--grid .d233-product-card__media{width:100%;aspect-ratio:5 / 4}.d233-product-card--list .d233-product-card__media{width:96px;height:96px}.d233-product-card__media img{width:100%;height:100%;object-fit:cover;display:block}.d233-product-card__body{display:flex;flex-direction:column;gap:var(--space-8);padding:var(--space-12);flex:1;min-width:0}.d233-product-card--list .d233-product-card__body{flex-direction:row;align-items:center;gap:var(--space-16)}.d233-product-card--grid .d233-product-card__body>:last-child{margin-top:auto}.d233-product-card__heading{min-width:0}.d233-product-card--list .d233-product-card__heading{flex:1;min-width:0}.d233-product-card__name{margin:0;font-weight:600;font-size:.9375rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.d233-product-card__brand{margin:0;font-size:.8125rem;color:var(--theme-fg-muted)}.d233-product-card__meta{display:flex;align-items:center;justify-content:space-between;gap:var(--space-8);flex-wrap:wrap}.d233-product-card__price{font-weight:700;font-family:var(--font-display);display:flex;align-items:baseline;gap:var(--space-8)}.d233-product-card__price--was{font-size:.8125rem;font-weight:400;color:var(--theme-fg-hint);text-decoration:line-through;font-family:var(--font-body)}.d233-product-card__oos-note{margin:0;font-size:.8125rem;color:var(--theme-fg-hint);display:flex;align-items:center;min-height:var(--touch-target-min)}.d233-variant-picker{display:grid;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:var(--space-12)}.d233-variant-picker__option{min-height:var(--touch-target-comfortable);border-radius:var(--radius-md);border:1px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-fg);font-weight:600;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-4)}.d233-variant-picker__option:hover:not(:disabled){background:var(--theme-surface-alt)}.d233-variant-picker__option--selected{border-color:var(--accent);background:var(--accent);color:var(--ink)}.d233-variant-picker__option:disabled{opacity:.4;cursor:not-allowed;text-decoration:line-through}.d233-variant-picker__oos{font-size:.625rem;font-weight:400;text-decoration:none}.d233-cart-line{display:grid;grid-template-columns:56px 1fr auto auto auto;align-items:center;gap:var(--space-16);padding:var(--space-12) 0;border-bottom:1px solid var(--theme-border)}.d233-cart-line__image{width:56px;height:56px;border-radius:var(--radius-md);object-fit:cover;background:var(--theme-surface-alt)}.d233-cart-line__info{min-width:0}.d233-cart-line__name{margin:0;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.d233-cart-line__variant,.d233-cart-line__unit-price{margin:0;font-size:.8125rem;color:var(--theme-fg-muted)}.d233-cart-line__stepper{display:flex;align-items:center;gap:var(--space-8)}.d233-cart-line__qty{min-width:2ch;text-align:center;font-weight:700}.d233-cart-line__total{margin:0;font-weight:700;font-family:var(--font-display);min-width:5ch;text-align:right}@media (max-width: 640px){.d233-cart-line{grid-template-columns:44px 1fr;grid-template-areas:"image info" "stepper stepper" "total remove";row-gap:var(--space-8)}.d233-cart-line__image{grid-area:image;width:44px;height:44px}.d233-cart-line__info{grid-area:info}.d233-cart-line__stepper{grid-area:stepper;justify-content:flex-start}.d233-cart-line__total{grid-area:total;text-align:left}.d233-cart-line__remove{grid-area:remove;justify-self:end}}.d233-cart-line__unit-price--struck{text-decoration:line-through;color:var(--theme-fg-muted)}.d233-cart-summary{margin:0;display:flex;flex-direction:column;gap:var(--space-8);padding:var(--space-16);border-radius:var(--radius-lg);background:var(--theme-surface-alt)}.d233-cart-summary__row{display:flex;justify-content:space-between;gap:var(--space-16)}.d233-cart-summary__row dt{color:var(--theme-fg-muted);font-size:.875rem}.d233-cart-summary__row dd{margin:0;font-weight:600}.d233-cart-summary__row--discount dd{color:var(--success)}.d233-cart-summary__row--total{padding-top:var(--space-8);border-top:1px solid var(--theme-border)}.d233-cart-summary__row--total dt,.d233-cart-summary__row--total dd{font-size:1.25rem;font-weight:700;font-family:var(--font-display);color:var(--theme-fg)}.d233-select{min-height:var(--touch-target-comfortable);padding:0 var(--space-16);border-radius:var(--radius-md);border:1px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-fg);font-size:1rem;transition:border-color .15s ease,box-shadow .15s ease}.d233-select:focus-visible{outline:none;border-color:var(--accent);box-shadow:var(--shadow-focus)}.d233-discount-dialog__form,.d233-discount-dialog__escalation{display:flex;flex-direction:column;gap:var(--space-16);align-items:center}.d233-discount-dialog__form{align-items:stretch}.d233-discount-dialog__error{margin:0;color:var(--danger);font-weight:600;text-align:center}.d233-cart-sidebar{display:flex;flex-direction:column;height:100%;min-height:0;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:var(--radius-lg);overflow:hidden}.d233-cart-sidebar__header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:var(--space-12);padding:var(--space-16);background:var(--ink);color:var(--paper)}.d233-cart-sidebar__header h2{margin:0;font-size:1.0625rem;font-family:var(--font-display);display:flex;align-items:center;gap:var(--space-8)}.d233-cart-sidebar__count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 var(--space-8);border-radius:999px;background:var(--accent);color:var(--ink);font-size:.75rem;font-weight:700}.d233-cart-sidebar__header-actions{display:flex;align-items:center;gap:var(--space-4)}.d233-cart-sidebar__header-actions .d233-icon-btn{color:var(--paper)}.d233-cart-sidebar__header-actions .d233-icon-btn:hover{background:#ffffff1f}.d233-cart-sidebar__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:var(--space-8);padding:var(--space-32) var(--space-24);margin:var(--space-16);border-radius:var(--radius-md);border:1px dashed var(--theme-border);background:var(--theme-surface-alt)}.d233-cart-sidebar__empty-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:999px;background:var(--theme-surface);color:var(--theme-fg-muted);border:1px solid var(--theme-border)}.d233-cart-sidebar__empty-title{margin:0;font-weight:600;color:var(--theme-fg)}.d233-cart-sidebar__empty-description{margin:0;font-size:.875rem;color:var(--theme-fg-muted)}.d233-cart-sidebar__body{flex:1;min-height:0;display:flex;flex-direction:column;overflow-y:auto;padding:var(--space-16);gap:var(--space-16)}.d233-cart-sidebar__lines{display:flex;flex-direction:column}.d233-cart-sidebar__lines .d233-cart-line{grid-template-columns:48px 1fr auto auto;grid-template-areas:"image info override remove" "image stepper stepper total";column-gap:var(--space-8);row-gap:var(--space-4)}.d233-cart-sidebar__lines .d233-cart-line__image{grid-area:image;width:48px;height:48px}.d233-cart-sidebar__lines .d233-cart-line__info{grid-area:info}.d233-cart-sidebar__lines .d233-cart-line__info~.d233-icon-btn:not(.d233-cart-line__remove){grid-area:override;width:32px;height:32px;min-width:0}.d233-cart-sidebar__lines .d233-cart-line__stepper{grid-area:stepper}.d233-cart-sidebar__lines .d233-cart-line__total{grid-area:total}.d233-cart-sidebar__lines .d233-cart-line__remove{grid-area:remove;width:32px;height:32px;min-width:0;justify-self:end}.d233-cart-sidebar__section{display:flex;flex-direction:column;gap:var(--space-8)}.d233-cart-sidebar__section-label{margin:0;font-size:.8125rem;font-weight:600;color:var(--theme-fg-muted)}.d233-cart-sidebar__row-btn{display:flex;align-items:center;justify-content:space-between;gap:var(--space-12);min-height:var(--touch-target-min);padding:var(--space-8) var(--space-12);border-radius:var(--radius-md);border:1px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-fg);font-weight:600;font-size:.875rem;cursor:pointer;text-align:left}.d233-cart-sidebar__row-btn span:first-child{display:flex;align-items:center;gap:var(--space-8)}.d233-cart-sidebar__row-btn:hover{background:var(--theme-surface-alt)}.d233-cart-sidebar__row-btn-value{color:var(--theme-fg-muted);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:55%}.d233-cart-sidebar__discounts{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-8)}.d233-cart-sidebar__discounts li{display:flex;align-items:center;gap:var(--space-8);font-size:.8125rem;color:var(--success)}.d233-cart-sidebar__discounts li span{flex:1}.d233-cart-sidebar__discounts li button{background:none;border:none;color:var(--theme-fg-muted);text-decoration:underline;cursor:pointer;font-size:.75rem}.d233-cart-sidebar__notes{resize:none;border-radius:var(--radius-md);border:1px solid var(--theme-border);background:var(--theme-surface-alt);color:var(--theme-fg-muted);padding:var(--space-8) var(--space-12);font:inherit;font-size:.8125rem}.d233-cart-sidebar__checkout{width:100%;background:var(--accent);color:var(--ink)}.d233-cart-sidebar__checkout:hover{background:var(--accent);filter:brightness(.95)}.d233-cart-sidebar__actions{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-8)}.d233-cart-sidebar__status{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:var(--space-12) var(--space-16);border-top:1px solid var(--theme-border);font-size:.75rem;color:var(--theme-fg-muted)}.d233-cart-sidebar__status span:first-child{display:flex;align-items:center;gap:var(--space-4)}.d233-cart-sidebar__status-dot{display:flex;align-items:center;gap:var(--space-4);font-weight:600}.d233-cart-sidebar__status-indicator{width:7px;height:7px;border-radius:999px;background:var(--mute)}.d233-cart-sidebar__status-dot.is-connected{color:var(--success)}.d233-cart-sidebar__status-dot.is-connected .d233-cart-sidebar__status-indicator{background:var(--success)}.d233-cart-sidebar__status-dot.is-error{color:var(--warning)}.d233-cart-sidebar__status-dot.is-error .d233-cart-sidebar__status-indicator{background:var(--warning)}.d233-cart-sidebar__shift-status{font-size:.8125rem;color:var(--theme-fg-muted);text-align:center;margin:calc(-1 * var(--space-8)) 0 0}.d233-product-search-shell{display:flex;flex-direction:column;gap:var(--space-12);margin:calc(var(--page-px) * -1) calc(var(--page-px) * -1) 0;padding:var(--space-12) calc(var(--page-px) - var(--space-8)) 0}@media (max-width: 720px){.d233-product-search-shell{margin:calc(var(--space-16) * -1) calc(var(--space-16) * -1) 0;padding:var(--space-12) var(--space-8) 0}}.d233-product-search{display:flex;flex-direction:column;gap:var(--space-12);min-width:0}.d233-product-search__toolbar{display:flex;flex-direction:column;gap:var(--space-8);flex-shrink:0}.d233-product-search__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-8)}.d233-product-search__header h1{font-size:1.5rem}.d233-product-search__controls{display:flex;gap:var(--space-12);align-items:center}.d233-product-search__layout-toggle{display:flex;gap:var(--space-8);flex-shrink:0}.d233-product-search__layout-toggle [aria-pressed=true]{background:var(--accent);color:var(--ink);border-color:var(--accent)}.d233-product-search__scroll{min-height:0}.d233-product-search__results{display:grid;gap:var(--space-12)}.d233-product-search__results--grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.d233-product-search__results--list{grid-template-columns:1fr}.d233-product-search__sidebar-column{min-height:0}.d233-product-search__scrim,.d233-product-search__sidebar-fab,.d233-product-search__mobile-cart-bar{display:none}@media (min-width: 1280px){.d233-product-search-shell{flex-direction:row;align-items:stretch;gap:var(--space-24);height:calc(100vh - var(--header-h) - var(--space-12) - var(--page-px))}.d233-product-search{flex:1;min-width:0;overflow:hidden}.d233-product-search__scroll{flex:1;overflow-y:auto;padding-right:var(--space-4)}.d233-product-search__sidebar-column{flex:0 0 380px;width:380px;height:100%;position:sticky;top:0}.d233-product-search__sidebar-column .d233-cart-sidebar__header-actions button[aria-label="Close current sale panel"]{display:none}}@media (min-width: 768px) and (max-width: 1279px){.d233-product-search__sidebar-column{position:fixed;top:0;right:0;z-index:60;width:min(400px,92vw);height:100vh;padding:var(--space-16);background:var(--theme-bg);box-shadow:-8px 0 32px #0000002e;transform:translate(100%);transition:transform .2s ease}.d233-product-search__sidebar-column.is-open{transform:translate(0)}.d233-product-search__scrim{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:55;background:#0a0a0a66}.d233-product-search__sidebar-fab{display:flex}.d233-product-search__sidebar-column.is-open~.d233-product-search__sidebar-fab{display:none}}@media (max-width: 767px){.d233-product-search__sidebar-column{display:none}.d233-product-search__mobile-cart-bar{display:flex}.d233-product-search__results--grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.d233-product-search__controls{flex-wrap:wrap}}.d233-product-search__sidebar-fab{position:fixed;right:var(--space-24);bottom:var(--space-24);z-index:61;align-items:center;justify-content:center;width:56px;height:56px;border-radius:999px;border:none;background:var(--ink);color:var(--paper);cursor:pointer;box-shadow:0 8px 24px #00000040}.d233-product-search__sidebar-fab-count{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 var(--space-4);border-radius:999px;background:var(--accent);color:var(--ink);font-size:.6875rem;font-weight:700;display:flex;align-items:center;justify-content:center}.d233-product-search__mobile-cart-bar{align-items:center;justify-content:center;gap:var(--space-8);min-height:var(--touch-target-comfortable);border-radius:var(--radius-md);border:1px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-fg);font-weight:600;cursor:pointer;position:sticky;bottom:var(--space-16);order:10}.d233-product-search__mobile-cart-bar:hover{background:var(--theme-surface-alt)}.d233-cart-page{display:grid;grid-template-columns:1fr 320px;gap:var(--space-24);align-items:start}.d233-cart-page__lines{display:flex;flex-direction:column;gap:var(--space-16);min-width:0}.d233-cart-page__header{display:flex;align-items:center;justify-content:space-between}.d233-cart-page__header h1{font-size:1.5rem}.d233-cart-page__customer{color:var(--theme-fg-muted);font-size:.875rem}.d233-cart-page__list{border-top:1px solid var(--theme-border)}.d233-cart-page__discounts{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-8)}.d233-cart-page__discounts li{display:flex;align-items:center;gap:var(--space-8);font-size:.875rem;color:var(--success)}.d233-cart-page__discounts li span{flex:1}.d233-cart-page__discounts li button{background:none;border:none;color:var(--theme-fg-muted);text-decoration:underline;cursor:pointer;font-size:.8125rem}.d233-cart-page__actions{display:flex;flex-wrap:wrap;gap:var(--space-12)}.d233-cart-page__summary{display:flex;flex-direction:column;gap:var(--space-16);position:sticky;top:var(--space-16)}.d233-cart-page__empty-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-12)}.d233-cart-page__empty-actions .d233-btn{display:flex;align-items:center;gap:var(--space-8)}.d233-cart-page__shift-status{font-size:.875rem;color:var(--theme-fg-muted);text-align:center}@media (max-width: 900px){.d233-cart-page{grid-template-columns:1fr}.d233-cart-page__summary{position:static}}.d233-tender-dialog{display:flex;flex-direction:column;gap:var(--space-16)}.d233-cash-amount-due{display:flex;flex-direction:column;gap:var(--space-4)}.d233-cash-amount-due__label{font-size:.8125rem;font-weight:600;color:var(--theme-fg-muted)}.d233-cash-amount-due__value{font-family:var(--font-display);font-weight:700;font-size:2rem;line-height:1.1}.d233-cash-input{min-height:64px;font-family:var(--font-display);font-size:1.75rem;font-weight:600;text-align:right}.d233-cash-input::-webkit-outer-spin-button,.d233-cash-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.d233-cash-input{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.d233-cash-change{display:flex;align-items:center;justify-content:space-between;gap:var(--space-12);padding:var(--space-16);border-radius:var(--radius-md);border:1px solid var(--theme-border);background:var(--theme-surface-alt)}.d233-cash-change__label{font-size:.8125rem;font-weight:600;color:var(--theme-fg-muted)}.d233-cash-change__value{font-family:var(--font-display);font-weight:700;font-size:1.25rem}.d233-cash-change--under{border-color:color-mix(in srgb,var(--danger) 40%,var(--theme-border));background:color-mix(in srgb,var(--danger) 6%,var(--theme-surface-alt))}.d233-cash-change--under .d233-cash-change__label,.d233-cash-change--under .d233-cash-change__value{color:var(--danger)}.d233-cash-change--exact{border-color:color-mix(in srgb,var(--success) 40%,var(--theme-border));background:color-mix(in srgb,var(--success) 6%,var(--theme-surface-alt))}.d233-cash-change--exact .d233-cash-change__label,.d233-cash-change--exact .d233-cash-change__value{color:var(--success)}.d233-cash-change--over{border-color:var(--success);background:color-mix(in srgb,var(--success) 10%,var(--theme-surface-alt));padding:var(--space-24) var(--space-16)}.d233-cash-change--over .d233-cash-change__label{color:var(--success)}.d233-cash-change--over .d233-cash-change__value{color:var(--success);font-size:1.75rem}.d233-void-dialog__escalation{display:flex;flex-direction:column;gap:var(--space-16);align-items:center}.d233-void-dialog__error{margin:0;color:var(--danger);font-weight:600;text-align:center}.d233-checkout-page{display:flex;flex-direction:column;gap:var(--space-24);max-width:640px;margin:0 auto}.d233-checkout-page__header{display:flex;align-items:center;justify-content:space-between}.d233-checkout-page__header h1{font-size:1.5rem}.d233-checkout-page__customer{color:var(--theme-fg-muted);font-size:.875rem}.d233-checkout-page__totals{display:flex;justify-content:space-between;gap:var(--space-16);padding:var(--space-24);background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:var(--radius-lg)}.d233-checkout-page__totals>div{display:flex;flex-direction:column;gap:var(--space-4)}.d233-checkout-page__totals-label{font-size:.8125rem;color:var(--theme-fg-muted);text-transform:uppercase;letter-spacing:.04em}.d233-checkout-page__totals-value{font-size:1.75rem;font-weight:700;font-family:var(--font-display)}.d233-checkout-page__totals-value--paid{color:var(--success)}.d233-checkout-page__totals-status{font-size:.875rem;color:var(--theme-fg-muted)}.d233-checkout-page__ledger h2{font-size:1rem;margin-bottom:var(--space-8)}.d233-checkout-page__ledger ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-8)}.d233-checkout-page__ledger li{display:flex;align-items:center;gap:var(--space-12);padding:var(--space-8) var(--space-12);border:1px solid var(--theme-border);border-radius:var(--radius-md);font-size:.9375rem}.d233-checkout-page__ref{color:var(--theme-fg-muted);font-size:.8125rem}.d233-checkout-page__change{margin-left:auto;color:var(--success);font-weight:600}.d233-checkout-page__tender-methods{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-12)}.d233-checkout-page__tender-methods .d233-btn{display:flex;align-items:center;justify-content:center;gap:var(--space-8);min-height:var(--touch-target-comfortable)}.d233-checkout-page__actions{display:flex;justify-content:space-between;gap:var(--space-12)}@media (max-width: 560px){.d233-checkout-page__totals{flex-direction:column}.d233-checkout-page__tender-methods{grid-template-columns:1fr}.d233-checkout-page__actions{flex-direction:column-reverse}}.d233-payment-confirmation{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-12);max-width:480px;margin:var(--space-48) auto;padding:var(--space-24)}.d233-payment-confirmation__status--pending{color:var(--theme-fg-hint)}.d233-payment-confirmation__status--approved{color:var(--success)}.d233-payment-confirmation__status--declined{color:var(--danger)}.d233-payment-confirmation h1{font-size:1.375rem;margin:0}.d233-payment-confirmation__amount{font-size:2rem;font-weight:700;font-family:var(--font-display);margin:0}.d233-payment-confirmation__message{color:var(--theme-fg-muted);margin:0}.d233-payment-confirmation__actions{display:flex;gap:var(--space-12);margin-top:var(--space-16)}.d233-spin{animation:d233-spin .9s linear infinite}.d233-receipt{max-width:440px;width:100%;margin-inline:auto;padding:var(--space-24);background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:var(--radius-lg);font-family:Courier New,monospace;font-size:.875rem;font-variant-numeric:tabular-nums;display:flex;flex-direction:column;gap:var(--space-16);box-sizing:border-box}.d233-receipt__reprint-flag{text-align:center;font-weight:700;letter-spacing:.1em;color:var(--danger);border:2px solid var(--danger);border-radius:var(--radius-sm);padding:var(--space-4);margin:0}.d233-receipt__store{text-align:center}.d233-receipt__store p{margin:0}.d233-receipt__store-name{font-weight:700;font-size:1.125rem}.d233-receipt__meta{border-top:1px dashed var(--theme-border);border-bottom:1px dashed var(--theme-border);padding:var(--space-12) 0}.d233-receipt__meta p{margin:0}.d233-receipt__reprint-timestamp{color:var(--danger);font-weight:600}.d233-receipt__lines{width:100%;border-collapse:collapse;table-layout:fixed}.d233-receipt__col-qty{width:10%}.d233-receipt__col-unit,.d233-receipt__col-total{width:31%}.d233-receipt__lines th{text-align:left;border-bottom:1px solid var(--theme-border);padding-bottom:var(--space-4)}.d233-receipt__lines td{padding:var(--space-4) 0;vertical-align:top}.d233-receipt__lines td:first-child{overflow-wrap:break-word}.d233-receipt__lines td:not(:first-child){white-space:nowrap}.d233-receipt__lines th:not(:first-child),.d233-receipt__lines td:not(:first-child){padding-left:var(--space-8)}.d233-receipt__lines th:nth-child(2),.d233-receipt__lines td:nth-child(2){text-align:center}.d233-receipt__lines th:nth-child(3),.d233-receipt__lines td:nth-child(3),.d233-receipt__lines th:nth-child(4),.d233-receipt__lines td:nth-child(4){text-align:right}.d233-receipt__line--adjusted td{text-decoration:underline;text-decoration-style:dashed}.d233-receipt__line-refund td{font-weight:700;text-transform:uppercase;letter-spacing:.03em;font-size:.8125rem;color:var(--warning);padding-top:0;padding-bottom:var(--space-8)}.d233-receipt__line-refund td:last-child{text-align:right}.d233-receipt__totals,.d233-receipt__tenders{border-top:1px dashed var(--theme-border);padding-top:var(--space-12);display:flex;flex-direction:column;gap:var(--space-4)}.d233-receipt__totals>div,.d233-receipt__tenders>div{display:flex;justify-content:space-between;gap:var(--space-8)}.d233-receipt__totals-grand{display:flex;justify-content:space-between;gap:var(--space-8);font-weight:700;font-size:1.0625rem;border-top:1px solid var(--theme-border);padding-top:var(--space-4);margin-top:var(--space-4)}.d233-receipt__refunds{border-top:1px dashed var(--warning);padding-top:var(--space-12);display:flex;flex-direction:column;gap:var(--space-4)}.d233-receipt__refunds-heading{margin:0;font-weight:700;color:var(--warning);text-transform:uppercase;letter-spacing:.05em;font-size:.8125rem}.d233-receipt__refund-line{display:flex;justify-content:space-between;gap:var(--space-8)}.d233-receipt__totals-original{border-top:none;font-weight:400;font-size:.875rem}.d233-receipt__totals-net{border-top:2px solid var(--theme-border)}.d233-receipt__exchange-note{border-top:1px dashed var(--theme-border);padding-top:var(--space-12);margin:0;font-weight:600;font-style:italic}.d233-receipt__footer{text-align:center;color:var(--theme-fg-muted);border-top:1px dashed var(--theme-border);padding-top:var(--space-12)}.d233-receipt__footer p{margin:0}.d233-receipt__footer-tc{font-size:.875em;opacity:.75}@media screen and (max-width: 420px){.d233-receipt{padding:var(--space-16);font-size:.75rem}}@media screen and (max-width: 340px){.d233-receipt{padding:var(--space-12);font-size:.625rem}.d233-receipt__col-qty{width:8%}.d233-receipt__col-unit,.d233-receipt__col-total{width:33%}.d233-receipt__lines th:not(:first-child),.d233-receipt__lines td:not(:first-child){padding-left:var(--space-4)}}.d233-receipt-preview{display:flex;flex-direction:column;align-items:center;gap:var(--space-24)}.d233-receipt-preview__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-12)}.d233-receipt-preview__actions .d233-btn{display:flex;align-items:center;gap:var(--space-8)}.d233-switch-row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-16);padding:var(--space-8) 0}.d233-switch-row__text{display:flex;flex-direction:column;gap:var(--space-4)}.d233-switch-row__label{font-size:.9375rem;font-weight:600;color:var(--theme-fg);cursor:pointer}.d233-switch-row__description{margin:0;font-size:.8125rem;color:var(--theme-fg-muted)}.d233-switch{flex-shrink:0;position:relative;width:48px;height:28px;border-radius:999px;border:1px solid var(--theme-border);background:var(--theme-surface-alt);cursor:pointer;padding:0;transition:background-color .16s ease,border-color .16s ease}.d233-switch:disabled{cursor:not-allowed;opacity:.5}.d233-switch:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.d233-switch__thumb{position:absolute;top:2px;left:2px;width:22px;height:22px;border-radius:50%;background:var(--paper);box-shadow:0 1px 2px #0a0a0a33;transition:transform .16s cubic-bezier(.16,1,.3,1)}.d233-switch--on{background:var(--accent);border-color:var(--accent)}.d233-switch--on .d233-switch__thumb{transform:translate(20px);background:var(--ink)}:root[data-reduce-motion=true] .d233-switch,:root[data-reduce-motion=true] .d233-switch__thumb{transition:none}@media (prefers-reduced-motion: reduce){.d233-switch,.d233-switch__thumb{transition:none}}.d233-customer-search{display:flex;flex-direction:column;gap:var(--space-16);max-width:640px;margin:0 auto}.d233-customer-search__header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-16)}.d233-customer-search__header h1{font-size:1.5rem}.d233-customer-search__note{margin:0;font-size:.8125rem;color:var(--theme-fg-muted)}.d233-customer-search__results{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-12)}.d233-customer-search__results li{display:flex;align-items:center;justify-content:space-between;gap:var(--space-16);padding:var(--space-16);border:1px solid var(--theme-border);border-radius:var(--radius-lg);background:var(--theme-surface)}.d233-customer-search__info{display:flex;flex-direction:column;gap:var(--space-4);min-width:0}.d233-customer-search__name{font-weight:600}.d233-customer-search__meta{font-size:.8125rem;color:var(--theme-fg-muted)}.d233-customer-search__divider{border-top:1px solid var(--theme-border);margin:var(--space-4) 0}.d233-customer-search__new-profile{display:flex;flex-direction:column;gap:var(--space-12);padding:var(--space-16);border:1px solid var(--theme-border);border-radius:var(--radius-lg);background:var(--theme-surface)}.d233-customer-search__new-profile-actions{display:flex;justify-content:flex-end;gap:var(--space-12)}.d233-exchange-dialog{display:flex;flex-direction:column;gap:var(--space-16)}.d233-exchange-dialog__summary{margin:0;color:var(--theme-fg-muted)}.d233-exchange-dialog__results{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-8)}.d233-exchange-dialog__results li{display:flex;align-items:center;justify-content:space-between;gap:var(--space-8);padding:var(--space-8);border:1px solid var(--theme-border);border-radius:var(--radius-md)}.d233-exchange-dialog__confirm{display:flex;flex-direction:column;gap:var(--space-12)}.d233-exchange-dialog__difference{font-weight:600}.d233-exchange-dialog__error{margin:0;color:var(--danger);font-weight:600}.d233-returns-page{display:flex;flex-direction:column;gap:var(--space-16)}.d233-returns-page__header{display:flex;align-items:center;gap:var(--space-12)}.d233-returns-page__results{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-12)}.d233-returns-page__results li{display:flex;align-items:center;gap:var(--space-16);padding:var(--space-16);border:1px solid var(--theme-border);border-radius:var(--radius-lg);background:var(--theme-surface)}.d233-returns-page__results li>div:first-child{display:flex;flex-direction:column;gap:var(--space-4);flex:1}.d233-returns-page__receipt{font-weight:600}.d233-returns-page__meta{color:var(--theme-fg-muted);font-size:.875rem}.d233-returns-page__detail{display:flex;flex-direction:column;gap:var(--space-16);padding:var(--space-16);border:1px solid var(--theme-border);border-radius:var(--radius-lg);background:var(--theme-surface)}.d233-returns-page__detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-16)}.d233-returns-page__window-warning{color:var(--danger);font-weight:600}.d233-returns-page__lines{width:100%;border-collapse:collapse}.d233-returns-page__lines th,.d233-returns-page__lines td{text-align:left;padding:var(--space-8) var(--space-12);border-bottom:1px solid var(--theme-border)}.d233-returns-page__lines td:nth-child(4){max-width:90px}.d233-returns-page__form{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-16)}.d233-returns-page__actions{display:flex;justify-content:flex-end;gap:var(--space-12)}.d233-returns-page__escalation{display:flex;flex-direction:column;align-items:center;gap:var(--space-12)}.d233-returns-page__error{color:var(--danger)}.d233-returns-page__success{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-12);padding:var(--space-16);border-radius:var(--radius-lg);background:var(--theme-surface-alt)}.d233-orders-page{display:flex;flex-direction:column;gap:var(--space-16)}.d233-orders-page__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-12)}.d233-orders-page__list li{display:flex;align-items:center;gap:var(--space-16);padding:var(--space-16);border:1px solid var(--theme-border);border-radius:var(--radius-lg);background:var(--theme-surface)}.d233-orders-page__info{display:flex;flex-direction:column;gap:var(--space-4);flex:1;min-width:0}.d233-orders-page__receipt-number{font-weight:600}.d233-orders-page__meta{font-size:.8125rem;color:var(--theme-fg-muted)}.d233-orders-page__reprint{display:flex;flex-direction:column;align-items:center;gap:var(--space-16)}.d233-orders-page__detail dl{display:grid;grid-template-columns:auto 1fr;gap:var(--space-8) var(--space-16);margin:0 0 var(--space-16)}.d233-orders-page__detail dt{color:var(--theme-fg-muted)}.d233-orders-page__detail h3{margin:var(--space-16) 0 var(--space-8);font-size:1rem}.d233-orders-page__detail-lines,.d233-orders-page__timeline{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-8)}.d233-orders-page__timeline li{border-left:2px solid var(--theme-border);padding-left:var(--space-12)}.d233-orders-page__timeline time{display:block;font-size:.75rem;color:var(--theme-fg-muted)}.d233-orders-page__refund-note{color:var(--warning);font-weight:600}.d233-orders-page__refunds{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-12)}.d233-orders-page__refunds>li{border:1px solid var(--theme-border);border-radius:var(--radius-md);padding:var(--space-12)}.d233-orders-page__refund-line{display:flex;justify-content:space-between;gap:var(--space-8);font-weight:600}.d233-orders-page__refund-reason,.d233-orders-page__refund-timestamp{margin:var(--space-4) 0 0;font-size:.8125rem;color:var(--theme-fg-muted)}.d233-orders-page__refund-items{list-style:none;margin:var(--space-8) 0 0;padding:0;display:flex;flex-direction:column;gap:var(--space-4);font-size:.8125rem}.d233-inventory{display:flex;flex-direction:column;gap:var(--space-16);max-width:720px;margin:0 auto}.d233-inventory__header{display:flex;align-items:center;gap:var(--space-12)}.d233-inventory__header h1{font-size:1.5rem}.d233-inventory__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-8)}.d233-inventory__row{display:flex;align-items:center;gap:var(--space-16);padding:var(--space-12) var(--space-16);border:1px solid var(--theme-border);border-radius:var(--radius-md);background:var(--theme-surface)}.d233-inventory__info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.d233-inventory__name{font-weight:600}.d233-inventory__sku{font-size:.8125rem;color:var(--theme-fg-muted)}.d233-inventory__qty{font-weight:600;min-width:6ch;text-align:right}.d233-inventory__variations{display:flex;flex-direction:column;gap:var(--space-4);padding:var(--space-8) var(--space-16) var(--space-12) calc(var(--space-16) * 2)}.d233-inventory__variation-row{display:flex;align-items:center;gap:var(--space-16);font-size:.875rem}.d233-inventory__variation-row span:first-child{flex:1}.d233-inventory__variation-row span:nth-child(2){min-width:4ch;text-align:right}.d233-stock-count{display:flex;flex-direction:column;gap:var(--space-16);padding:var(--space-24)}.d233-stock-count__header{display:flex;align-items:center;gap:var(--space-12)}.d233-stock-count__header h1{flex:1;margin:0}.d233-stock-count__pick-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-8);max-height:320px;overflow-y:auto}.d233-stock-count__pick-list label{display:flex;align-items:center;gap:var(--space-8)}.d233-stock-count__table{width:100%;border-collapse:collapse}.d233-stock-count__table th,.d233-stock-count__table td{text-align:left;padding:var(--space-8);border-bottom:1px solid var(--theme-border)}.d233-stock-count__actions{display:flex;gap:var(--space-12)}.d233-stock-count__error{margin:0;color:var(--danger);font-weight:600}.d233-stock-count__conflicts{border:1px solid var(--warning);border-radius:var(--radius-md);padding:var(--space-12)}.d233-stock-count__done{font-weight:600}.d233-stock-count__manager-pin{display:flex;flex-direction:column;gap:var(--space-12);align-items:center}.d233-recon{display:flex;flex-direction:column;gap:var(--space-8)}.d233-recon__table{width:100%;border-collapse:collapse;font-size:.8125rem;font-variant-numeric:tabular-nums}.d233-recon__table th,.d233-recon__table td{padding:var(--space-8) var(--space-4);text-align:right}.d233-recon__table th[scope=col]{font-size:.75rem;font-weight:600;color:var(--theme-fg-muted);border-bottom:1px solid var(--theme-border)}.d233-recon__table thead th[scope=col]:first-child,.d233-recon__table th[scope=row]{text-align:left}.d233-recon__table th[scope=row]{font-weight:400;color:var(--theme-fg-muted);white-space:nowrap}.d233-recon__table tbody td,.d233-recon__table tfoot td{font-weight:600}.d233-recon__table tfoot th,.d233-recon__table tfoot td{font-weight:700;border-top:1px solid var(--theme-border)}.d233-recon__note{margin:0;font-size:.8125rem;color:var(--theme-text-secondary)}@media (max-width: 380px){.d233-recon__table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0;padding:0;margin:-1px}.d233-recon__table,.d233-recon__table tbody,.d233-recon__table tfoot,.d233-recon__table tr,.d233-recon__table th,.d233-recon__table td{display:block;width:100%}.d233-recon__table tbody tr{padding:var(--space-8) 0;border-bottom:1px solid var(--theme-border)}.d233-recon__table tfoot tr{padding-top:var(--space-8)}.d233-recon__table th[scope=row]{font-weight:600;color:var(--theme-fg);padding:0 var(--space-4) var(--space-4)}.d233-recon__table tfoot th[scope=row]{border-top:none}.d233-recon__table td{display:flex;justify-content:space-between;text-align:right;padding:2px var(--space-4);border-top:none}.d233-recon__table td:before{content:attr(data-label);font-weight:400;color:var(--theme-fg-muted);text-align:left}}.d233-cost-coverage-badge{display:inline-flex;align-items:center;gap:var(--space-8);background:#fef3c7;color:var(--warning);border:1px solid var(--warning);border-radius:var(--radius-md);padding:var(--space-8) var(--space-12);font-size:.8125rem;margin:0 0 var(--space-16)}.d233-report-filter-bar{display:flex;flex-wrap:wrap;gap:var(--space-12);align-items:flex-end;margin-bottom:var(--space-16)}.d233-report-filter-bar__note{color:var(--theme-fg-muted);font-size:.8125rem;max-width:260px;margin:0 0 var(--space-8)}.d233-report-filter-bar__product{position:relative;min-width:220px}.d233-report-filter-bar__product-selected{display:flex;align-items:center;gap:var(--space-8);padding:var(--space-8) var(--space-12);border:1px solid var(--theme-border);border-radius:var(--radius-md);background:var(--theme-surface-alt)}.d233-report-filter-bar__product-selected button{background:none;border:none;cursor:pointer;font-size:1rem;line-height:1;color:var(--theme-fg-muted)}.d233-report-filter-bar__product-matches{position:absolute;z-index:10;top:100%;left:0;right:0;list-style:none;margin:var(--space-4) 0 0;padding:var(--space-4);background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:var(--radius-md);max-height:220px;overflow-y:auto}.d233-report-filter-bar__product-matches button{width:100%;text-align:left;background:none;border:none;padding:var(--space-8);cursor:pointer;font-size:.8125rem}.d233-report-filter-bar__product-matches button:hover{background:var(--theme-surface-alt)}.d233-report-filter-bar__product-matches-empty{padding:var(--space-8);color:var(--theme-fg-muted);font-size:.8125rem}.d233-dashboard-report__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--space-16)}.d233-dashboard-report__tile{display:flex;flex-direction:column;gap:var(--space-4);background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:var(--radius-lg);padding:var(--space-16)}.d233-dashboard-report__tile-label{font-size:.75rem;color:var(--theme-fg-muted);text-transform:uppercase;letter-spacing:.04em}.d233-dashboard-report__tile-value{font-family:var(--font-display);font-size:1.5rem;font-weight:700}.d233-dashboard-report__tile-delta{font-size:.75rem}.d233-dashboard-report__tile-delta--up{color:var(--success)}.d233-dashboard-report__tile-delta--down{color:var(--danger)}.d233-report-export-toolbar{display:flex;gap:var(--space-8);flex-wrap:wrap;margin:var(--space-8) 0 var(--space-16)}.d233-report-export-toolbar button{display:inline-flex;align-items:center;gap:var(--space-8)}.d233-printable-report{background:#fff;color:#0a0a0a;padding:var(--space-24);max-width:100%}.d233-printable-report__header{border-bottom:2px solid #0a0a0a;padding-bottom:var(--space-12);margin-bottom:var(--space-16)}.d233-printable-report__brand{font-family:var(--font-display);font-weight:700;letter-spacing:.02em}.d233-printable-report__header h1{font-family:var(--font-display);font-size:1.25rem;margin:var(--space-4) 0}.d233-printable-report__meta{display:grid;grid-template-columns:max-content 1fr;gap:var(--space-4) var(--space-16);font-size:.8125rem;margin:var(--space-8) 0 0}.d233-printable-report__meta dt{color:#737373}.d233-printable-report__caveat{background:#fef3c7;border:1px solid #b54708;color:#b54708;border-radius:var(--radius-md);padding:var(--space-8) var(--space-12);font-size:.8125rem;margin:0 0 var(--space-16)}.d233-printable-report__table{width:100%;border-collapse:collapse}.d233-printable-report__table th,.d233-printable-report__table td{text-align:left;padding:var(--space-8) var(--space-12);border-bottom:1px solid #e5e5e5;font-size:.8125rem}.d233-printable-report__table tfoot td{font-weight:700;border-top:2px solid #0a0a0a}@media print{.d233-printable-report-overlay{position:static!important}.d233-printable-report{padding:0}.d233-printable-report__table{page-break-inside:auto}.d233-printable-report__table tr{page-break-inside:avoid;page-break-after:auto}}.d233-report-table-page{display:flex;flex-direction:column;gap:var(--space-8)}.d233-report-table-page__summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:var(--space-8) var(--space-16);background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:var(--radius-md);padding:var(--space-16);margin:0 0 var(--space-16)}.d233-report-table-page__summary dt{font-size:.75rem;color:var(--theme-fg-muted);text-transform:uppercase;letter-spacing:.04em}.d233-report-table-page__summary dd{margin:0;font-family:var(--font-display);font-size:1.125rem;font-weight:700}.d233-report-table-page__note{color:var(--theme-fg-muted);font-size:.8125rem;margin:0}.d233-report-table-wrap{width:100%;overflow-x:auto}.d233-report-table{width:100%;border-collapse:collapse;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:var(--radius-md)}.d233-report-table th,.d233-report-table td{text-align:left;padding:var(--space-12) var(--space-16);border-bottom:1px solid var(--theme-border);font-size:.875rem}.d233-report-table__sort-btn{display:inline-flex;align-items:center;gap:var(--space-4);background:none;border:none;font:inherit;font-weight:700;cursor:pointer;padding:0;color:inherit}.d233-printable-report-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#fff;overflow:auto}@media not print{.d233-printable-report-overlay{display:none}}.d233-reports-page{display:flex;flex-direction:column;gap:var(--space-16)}.d233-reports-page__header{display:flex;align-items:center;gap:var(--space-12)}.d233-reports-page__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--space-16)}.d233-reports-page__grid section{padding:var(--space-16);border:1px solid var(--theme-border);border-radius:var(--radius-lg);background:var(--theme-surface)}.d233-reports-page__grid h2{margin:0 0 var(--space-12);font-size:1rem}.d233-reports-page__grid dl{display:grid;grid-template-columns:1fr auto;gap:var(--space-8) var(--space-12);margin:0}.d233-reports-page__grid dt{color:var(--theme-fg-muted)}.d233-reports-page__recon{padding:var(--space-16);border:1px solid var(--theme-border);border-radius:var(--radius-lg);background:var(--theme-surface)}.d233-reports-page__recon h2{margin:0 0 var(--space-12);font-size:1rem}.d233-reports-page__note{color:var(--theme-fg-muted);font-size:.8125rem}.d233-reports-page__filters{display:flex;flex-wrap:wrap;gap:var(--space-16);align-items:end}.d233-reports-page__chart{padding:var(--space-16);border:1px solid var(--theme-border);border-radius:var(--radius-lg);background:var(--theme-surface)}.d233-reports-page__chart h2{margin:0 0 var(--space-12);font-size:1rem}.d233-reports-page__table{width:100%;border-collapse:collapse}.d233-reports-page__table th,.d233-reports-page__table td{text-align:left;padding:var(--space-8);border-bottom:1px solid var(--theme-border)}.d233-eod{display:flex;flex-direction:column;gap:var(--space-24);max-width:420px;margin:0 auto}.d233-eod__mock-note{color:var(--theme-text-secondary);font-size:.8125rem;font-weight:400}.d233-eod__header{display:flex;align-items:center;gap:var(--space-12)}.d233-eod__header h1{font-size:1.5rem}.d233-eod__facts{display:grid;grid-template-columns:auto 1fr;gap:var(--space-8) var(--space-16);margin:0;padding:var(--space-16);border-radius:var(--radius-md);background:var(--theme-surface-alt)}.d233-eod__facts dt{color:var(--theme-fg-muted);font-size:.875rem}.d233-eod__facts dd{margin:0;font-weight:600}.d233-eod__tenders{display:flex;flex-direction:column;gap:var(--space-8)}.d233-eod__tenders-title{margin:0;font-size:.875rem;font-weight:600;color:var(--theme-fg-muted)}.d233-eod__form{display:flex;flex-direction:column;gap:var(--space-16)}.d233-eod__variance{display:flex;align-items:center;gap:var(--space-12);font-weight:600}.d233-eod__form textarea{min-height:80px;padding:var(--space-12) var(--space-16);border-radius:var(--radius-md);border:1px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-fg);font-size:1rem;resize:vertical}.d233-admin-page__header{position:relative;overflow:hidden;display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;gap:var(--space-16) var(--space-24);margin-bottom:var(--space-16);padding:22px var(--space-24);background:linear-gradient(160deg,#181818 0%,var(--ink) 65%);border:1px solid rgba(255,255,255,.06);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.d233-admin-page__header:before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:linear-gradient(90deg,color-mix(in srgb,var(--accent) 45%,transparent),transparent 55%)}.d233-admin-page__header:after{content:"";position:absolute;top:-60%;right:-8%;width:320px;height:320px;background:radial-gradient(circle,color-mix(in srgb,var(--accent) 14%,transparent) 0%,transparent 70%);pointer-events:none}.d233-admin-page__header-main{position:relative;min-width:0}.d233-admin-page__eyebrow{display:flex;align-items:center;gap:7px;font-family:var(--font-display);font-weight:700;letter-spacing:.09em;text-transform:uppercase;font-size:.625rem;color:var(--accent);margin-bottom:var(--space-8)}.d233-admin-page__eyebrow:before{content:"";width:5px;height:5px;border-radius:1px;background:var(--accent);box-shadow:0 0 6px color-mix(in srgb,var(--accent) 70%,transparent)}.d233-admin-page__header h1{font-family:var(--font-display);font-size:1.625rem;font-weight:700;letter-spacing:-.015em;color:#ffffffd1;margin:0}.d233-admin-page__header-name{color:#fff;text-shadow:0 0 24px color-mix(in srgb,var(--accent) 35%,transparent)}.d233-admin-page__header p{color:#adadad;font-size:.8125rem;margin:0;max-width:520px;line-height:1.5}.d233-admin-page__header-role{position:relative;display:inline-flex;align-items:center;gap:6px;flex-shrink:0;padding:7px 14px;border-radius:999px;border:1px solid color-mix(in srgb,var(--accent) 40%,rgba(255,255,255,.14));background:color-mix(in srgb,var(--accent) 9%,transparent);color:var(--accent);font-family:var(--font-display);font-weight:700;font-size:.6875rem;letter-spacing:.02em;text-transform:capitalize;white-space:nowrap}.d233-admin-page__toolbar{display:flex;justify-content:flex-end;margin-bottom:var(--space-16)}.d233-admin-page__cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}@media (max-width: 639px){.d233-admin-page__cards{grid-template-columns:1fr}}.d233-admin-page__card{display:flex;flex-direction:column;padding:16px 16px var(--space-16);border-radius:var(--radius-lg);border:1px solid var(--theme-border);background:linear-gradient(180deg,color-mix(in srgb,var(--theme-fg) 2%,var(--theme-surface)) 0%,var(--theme-surface) 44%);box-shadow:var(--shadow-sm);text-decoration:none;color:var(--theme-fg);transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease,transform .15s ease}.d233-admin-page__card:hover{border-color:color-mix(in srgb,var(--card-accent-text, var(--accent)) 55%,var(--theme-border));box-shadow:var(--shadow-lg);transform:translateY(-1px)}.d233-admin-page__card:focus-visible{outline:none;border-color:var(--card-accent-text, var(--accent));box-shadow:0 0 0 3px color-mix(in srgb,var(--card-accent-text, var(--accent)) 35%,transparent)}.d233-admin-page__card:active{transform:translateY(0);box-shadow:var(--shadow-sm)}.d233-admin-page__card-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:var(--space-12)}.d233-admin-page__card-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:var(--radius-md);border:1px solid var(--theme-border);background:var(--theme-surface-alt);color:var(--card-accent-text, var(--theme-fg));box-shadow:inset 0 1px #ffffff0d;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.d233-admin-page__card:hover .d233-admin-page__card-icon{background:var(--card-accent, var(--accent));border-color:var(--card-accent, var(--accent));color:var(--card-accent-fg, var(--ink));box-shadow:0 0 0 4px color-mix(in srgb,var(--card-accent, var(--accent)) 18%,transparent)}.d233-admin-page__card-arrow{color:var(--theme-fg-muted);opacity:0;transform:translate(-1px,1px);transition:opacity .15s ease,transform .15s ease,color .15s ease}.d233-admin-page__card:hover .d233-admin-page__card-arrow,.d233-admin-page__card:focus-visible .d233-admin-page__card-arrow{color:var(--card-accent-text, var(--accent));opacity:1;transform:translate(0)}.d233-admin-page__card-group{font-family:var(--font-display);font-weight:700;letter-spacing:.06em;text-transform:uppercase;font-size:.625rem;color:var(--card-accent-text, var(--theme-fg-hint))}.d233-admin-page__card-title{font-family:var(--font-display);font-size:.9375rem;font-weight:700;letter-spacing:-.01em;margin:2px 0 6px}.d233-admin-page__card-desc{color:var(--theme-fg-muted);font-size:.75rem;line-height:1.5;margin:0}.d233-admin-page__table-wrap{width:100%;overflow-x:auto;border-radius:var(--radius-md)}.d233-admin-page__table{width:100%;border-collapse:collapse;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-xs)}.d233-admin-page__table th,.d233-admin-page__table td{text-align:left;padding:var(--space-16);border-bottom:1px solid var(--theme-border);font-size:.875rem}.d233-admin-page__table th{color:var(--theme-fg-muted);font-weight:600;text-transform:uppercase;font-size:.6875rem;letter-spacing:.04em;background:var(--theme-surface-alt)}.d233-admin-page__table tbody tr{transition:background-color .1s ease}.d233-admin-page__table tbody tr:hover{background:var(--theme-surface-alt)}.d233-admin-page__table tr:last-child td{border-bottom:none}.d233-admin-page__row-actions{display:flex;gap:var(--space-8);flex-wrap:wrap}.d233-admin-page__form{display:flex;flex-direction:column;gap:var(--space-16);max-width:640px;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:var(--radius-lg);padding:var(--space-24);box-shadow:var(--shadow-xs)}.d233-modal__body .d233-admin-page__form{background:none;border:none;padding:0;box-shadow:none;max-width:none}.d233-admin-page__form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:var(--space-16)}.d233-admin-page__error{color:var(--danger);font-size:.875rem}.d233-admin-page__row-subtext{color:var(--theme-fg-muted);font-size:.75rem;margin-top:2px}.d233-admin-page__row-subtext--inline{display:inline-block;margin-top:0;margin-left:var(--space-8)}.d233-admin-page__header~section{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:var(--radius-lg);padding:var(--space-24);box-shadow:var(--shadow-xs);max-width:640px}.d233-admin-page__header~section>h2{font-family:var(--font-display);font-size:1.125rem;font-weight:700;margin:0 0 var(--space-8)}.d233-admin-page__header~section .d233-admin-page__card-desc{margin-bottom:var(--space-16)}.d233-admin-page__header~section .d233-admin-page__form{background:none;border:none;padding:0;box-shadow:none;max-width:none}.d233-admin-page__warning{padding:var(--space-12) var(--space-16);border-radius:var(--radius-md);border:1px solid var(--warning);background:color-mix(in srgb,var(--warning) 12%,transparent);color:var(--theme-fg);font-size:.875rem}.d233-admin-nav{display:flex;align-items:center;gap:var(--space-24);padding:var(--space-12) var(--space-16);margin-bottom:var(--space-32);border-radius:var(--radius-lg);background:linear-gradient(180deg,#141414 0%,var(--ink) 100%);border:1px solid rgba(255,255,255,.06);box-shadow:var(--shadow-md);overflow-x:auto;scrollbar-width:thin}.d233-admin-nav__label{flex-shrink:0;font-family:var(--font-display);font-weight:700;letter-spacing:.06em;text-transform:uppercase;font-size:.6875rem;color:var(--accent);padding-right:var(--space-16);border-right:1px solid rgba(255,255,255,.1)}.d233-admin-nav__links{display:flex;flex:1;gap:var(--space-4);flex-wrap:nowrap}.d233-admin-nav__link{display:inline-flex;flex:1;align-items:center;justify-content:center;gap:var(--space-8);padding:var(--space-8) var(--space-16);border-radius:var(--radius-md);color:#b3b3b3;text-decoration:none;font-size:.8125rem;font-weight:600;letter-spacing:.01em;white-space:nowrap;transition:background-color .15s ease,color .15s ease}.d233-admin-nav__link svg{opacity:.75;transition:opacity .15s ease}.d233-admin-nav__link:hover{background:#ffffff12;color:#fff}.d233-admin-nav__link:hover svg{opacity:1}.d233-admin-nav__link--active{background:var(--accent);color:var(--ink);font-weight:700}.d233-admin-nav__link--active svg{opacity:1}@media (max-width: 720px){.d233-admin-nav__link{flex:0 0 auto;justify-content:flex-start}}.d233-exchange-rates__history-toggle{display:inline-flex;align-items:center;gap:var(--space-4);background:none;border:none;color:var(--theme-fg-muted);cursor:pointer;font-size:.8125rem;padding:var(--space-4) var(--space-8)}.d233-exchange-rates__history-toggle:hover{color:var(--theme-fg)}.d233-exchange-rates__history-row td{background:var(--theme-surface-alt)}.d233-exchange-rates__history-table{margin-top:var(--space-8)}.d233-admin-page__note{color:var(--theme-fg-muted);font-size:.8125rem;margin:var(--space-8) 0 0}.d233-product-costs__layout{display:grid;grid-template-columns:minmax(260px,340px) 1fr;gap:var(--space-24);align-items:start}@media (max-width: 860px){.d233-product-costs__layout{grid-template-columns:1fr}}.d233-product-costs__search{display:flex;flex-direction:column;gap:var(--space-12);min-width:0;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:var(--radius-lg);padding:var(--space-16);box-shadow:var(--shadow-xs)}.d233-product-costs__count{margin:0;padding:0 var(--space-4);font-size:.75rem;font-weight:600;color:var(--theme-fg-muted);text-transform:uppercase;letter-spacing:.03em}.d233-product-costs__results{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-4);max-height:560px;overflow-y:auto}.d233-product-costs__result{display:flex;align-items:center;justify-content:space-between;gap:var(--space-8);width:100%;text-align:left;padding:var(--space-12);border:1px solid transparent;border-radius:var(--radius-md);background:transparent;cursor:pointer;transition:background-color .12s ease,border-color .12s ease}.d233-product-costs__result:hover{background:var(--theme-surface-alt)}.d233-product-costs__result--active{background:color-mix(in srgb,var(--accent) 14%,var(--theme-surface));border-color:var(--accent)}.d233-product-costs__result-main{display:flex;flex-direction:column;gap:2px;min-width:0}.d233-product-costs__result-name{font-weight:600;font-size:.9375rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.d233-product-costs__result-sku{font-size:.75rem;color:var(--theme-fg-muted);font-variant-numeric:tabular-nums}.d233-product-costs__result-check{flex-shrink:0;color:var(--ink);background:var(--accent);border-radius:999px;padding:2px}.d233-product-costs__detail{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);padding:var(--space-32);min-height:420px;min-width:0;display:flex;flex-direction:column}.d233-product-costs__detail:has(.d233-state){align-items:center;justify-content:center}.d233-product-costs__editor-head{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-16);margin-bottom:var(--space-16)}.d233-product-costs__editor-head h2{font-family:var(--font-display);font-size:1.25rem;margin:0 0 var(--space-8)}.d233-product-costs__sku-chip{display:inline-block;padding:var(--space-4) var(--space-8);border-radius:var(--radius-sm);background:var(--theme-surface-alt);color:var(--theme-fg-muted);font-size:.75rem;font-weight:600;font-variant-numeric:tabular-nums}.d233-product-costs__save-state{flex-shrink:0;padding:var(--space-4) var(--space-12);border-radius:999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap}.d233-product-costs__save-state--saved{background:#1f8f4e24;color:var(--success)}.d233-product-costs__save-state--unsaved{background:#b5470824;color:var(--warning)}.d233-product-costs__current{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--space-16);margin:0 0 var(--space-24);padding:var(--space-16);border-radius:var(--radius-md);background:var(--theme-surface-alt)}.d233-product-costs__current dt{color:var(--theme-fg-muted);font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;margin:0 0 var(--space-4)}.d233-product-costs__current dd{margin:0;font-size:.9375rem;font-weight:600}.d233-product-costs__form{display:flex;flex-direction:column;gap:var(--space-20, 20px);max-width:560px}.d233-product-costs__amounts{display:flex;flex-wrap:wrap;gap:var(--space-16)}.d233-product-costs__eyebrow{display:block;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--theme-fg-muted);margin-bottom:var(--space-8)}.d233-product-costs__amount-field{flex:1 1 260px}.d233-product-costs__amount-row{display:flex;border:1px solid var(--theme-border);border-radius:var(--radius-md);overflow:hidden;background:var(--theme-surface);transition:border-color .15s ease,box-shadow .15s ease}.d233-product-costs__amount-row:focus-within{border-color:var(--accent);box-shadow:var(--shadow-focus)}.d233-product-costs__amount-row>.d233-field:first-child{flex:1;min-width:0}.d233-product-costs__amount-row>.d233-field:last-child{flex:0 0 auto}.d233-product-costs__amount-input{min-height:var(--touch-target-comfortable);border:none!important;border-radius:0!important;box-shadow:none!important;font-family:var(--font-display);font-size:1.375rem;font-weight:700}.d233-product-costs__amount-input:focus-visible{outline:none}.d233-product-costs__currency-select{flex-shrink:0;width:96px;border:none!important;border-left:1px solid var(--theme-border)!important;border-radius:0!important;box-shadow:none!important;background:var(--theme-surface-alt)!important;font-weight:700;text-align:center;text-align-last:center}.d233-product-costs__stat{flex:1 1 200px;display:flex;flex-direction:column}.d233-product-costs__stat-value{font-family:var(--font-display);font-size:1.375rem;font-weight:700;color:var(--theme-fg)}.d233-product-costs__stat-note{margin-top:var(--space-4);font-size:.75rem;color:var(--theme-fg-hint)}.d233-product-costs__preview{background:var(--theme-surface-alt);border:1px solid var(--theme-border);border-radius:var(--radius-md);padding:var(--space-16) var(--space-20, 20px)}.d233-product-costs__preview-heading{display:flex;align-items:center;gap:var(--space-8);color:var(--theme-fg-muted);margin-bottom:var(--space-12)}.d233-product-costs__preview-heading svg{color:var(--accent)}.d233-product-costs__preview-heading h3{margin:0;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.d233-product-costs__preview dl{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:var(--space-12) var(--space-16);margin:0}.d233-product-costs__preview dt{color:var(--theme-fg-muted);font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;margin:0 0 var(--space-4)}.d233-product-costs__preview dd{margin:0;font-size:1rem;font-weight:700}.d233-product-costs__preview-margin dd{color:var(--success);font-size:1.125rem}@media (max-width: 480px){.d233-product-costs__detail{padding:var(--space-20, 20px)}}:root{--accent: #e6ff3d;--ink: #0a0a0a;--paper: #fafafa;--graphite: #262626;--mute: #737373;--line: #e5e5e5;--soft: #f2f2f2;--hint: #3f3f3f;--success: #1f8f4e;--danger: #d92d20;--warning: #b54708;--info: #1570ef;--theme-bg: #fafafa;--theme-surface: #ffffff;--theme-surface-alt: #f2f2f2;--theme-fg: #0a0a0a;--theme-fg-muted: #737373;--theme-fg-hint: #3f3f3f;--theme-border: #e5e5e5;--font-display: "Space Grotesk", system-ui, -apple-system, "Segoe UI", sans-serif;--font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--space-4: 4px;--space-8: 8px;--space-12: 12px;--space-16: 16px;--space-24: 24px;--space-32: 32px;--space-48: 48px;--space-64: 64px;--space-96: 96px;--header-h: 64px;--nav-rail-w: 88px;--touch-target-min: 44px;--touch-target-comfortable: 56px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--page-px: clamp(16px, 3vw, 32px);--content-max-w: 1680px;--shadow-xs: 0 1px 2px rgba(10, 10, 10, .04);--shadow-sm: 0 1px 3px rgba(10, 10, 10, .06), 0 1px 2px rgba(10, 10, 10, .04);--shadow-md: 0 4px 12px rgba(10, 10, 10, .06), 0 2px 4px rgba(10, 10, 10, .04);--shadow-lg: 0 12px 32px rgba(10, 10, 10, .1), 0 4px 8px rgba(10, 10, 10, .04);--shadow-focus: 0 0 0 3px color-mix(in srgb, var(--accent) 35%, transparent)}[data-theme=dark]{--theme-bg: #0b0b0b;--theme-surface: #111111;--theme-surface-alt: #151515;--theme-fg: #f5f5f5;--theme-fg-muted: #9a9a9a;--theme-fg-hint: #c0c0c0;--theme-border: #252525;--mute: #9a9a9a;--line: #252525;--soft: #151515;--graphite: #888888;--shadow-xs: 0 1px 2px rgba(0, 0, 0, .3);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .36), 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 12px rgba(0, 0, 0, .4), 0 2px 4px rgba(0, 0, 0, .3);--shadow-lg: 0 12px 32px rgba(0, 0, 0, .48), 0 4px 8px rgba(0, 0, 0, .32)}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--theme-bg);color:var(--theme-fg);font-family:var(--font-body);-webkit-font-smoothing:antialiased;transition:background-color .15s ease,color .15s ease}h1,h2,h3,h4{font-family:var(--font-display);margin:0}button,input,select,textarea{font-family:inherit;color:inherit}:root:not([data-theme]){color-scheme:light dark}a{color:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.d233-dialog-form__actions{display:flex;justify-content:flex-end;gap:var(--space-12)}@media print{@page{margin:12mm}body *{visibility:hidden}.d233-receipt,.d233-receipt *{visibility:visible}.d233-receipt{max-width:none;width:100%;padding:0;position:absolute;top:0;left:0;right:0;margin:0 auto;border:none;box-shadow:none}.d233-receipt__col-qty{width:10%}.d233-receipt__col-unit,.d233-receipt__col-total{width:28%}.d233-reports-page,.d233-reports-page *{visibility:visible}.d233-report-export-toolbar,.d233-report-export-toolbar *{visibility:hidden}.d233-reports-page:has(.d233-printable-report-overlay) *:not(.d233-printable-report-overlay):not(.d233-printable-report-overlay *){visibility:hidden}}
