@layer payload-default{.icon--check{width:1.53846rem;height:1.53846rem}.icon--check .stroke{fill:none;stroke:currentColor;stroke-width:2px}}
.lux-select{width:100%;position:relative}.lux-select__control{border:1px solid var(--theme-elevation-200);background:var(--theme-input-bg);cursor:pointer;border-radius:6px;align-items:center;min-height:36px;padding:0 .5rem;transition:border-color .15s;display:flex}.lux-select__control--is-focused{border-color:var(--lux-accent);box-shadow:0 0 0 2px var(--lux-accent-bg);outline:none}.lux-select__control--is-disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.lux-select__value-container{flex:1;align-items:center;padding:.2rem 0;display:flex;overflow:hidden}.lux-select__single-value{color:var(--theme-text);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;overflow:hidden}.lux-select__placeholder{color:var(--theme-elevation-400);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;overflow:hidden}.lux-select__input-container{color:var(--theme-text);margin:0;padding:0;font-size:.875rem}.lux-select__input{font-size:.875rem;color:var(--theme-text)!important}.lux-select__indicators-container{flex-shrink:0;align-items:center;display:flex}.lux-select__indicator-separator{display:none}.lux-select__dropdown-indicator{color:var(--theme-elevation-400);align-items:center;padding:0 .25rem;transition:color .15s;display:flex}.lux-select__dropdown-indicator svg{width:14px;height:14px}.lux-select__control--is-focused .lux-select__dropdown-indicator{color:var(--lux-accent)}.lux-select__clear-indicator{color:var(--theme-elevation-400);cursor:pointer;align-items:center;padding:0 .25rem;display:flex}.lux-select__clear-indicator:hover{color:var(--lux-danger)}.lux-select__clear-indicator svg{width:12px;height:12px}.lux-select__menu{z-index:9999;background:var(--theme-bg);border:1px solid var(--theme-elevation-200);border-radius:8px;margin-top:4px;overflow:hidden;box-shadow:0 8px 24px #0000001f}.lux-select__menu-list{max-height:200px;padding:4px 0;overflow-y:auto}.lux-select__option{color:var(--theme-text);cursor:pointer;background:0 0;padding:.5rem .75rem;font-size:.875rem}.lux-select__option--is-focused{background:var(--theme-elevation-50)}.lux-select__option--is-selected{background:var(--lux-accent-bg);color:var(--lux-accent);font-weight:600}.lux-select__option--is-focused.lux-select__option--is-selected{background:var(--lux-accent-bg)}.lux-select__no-options-message{color:var(--theme-elevation-400);text-align:center;padding:.75rem;font-size:.875rem}
.user-header-avatar{color:var(--theme-elevation-800);align-items:center;gap:8px;display:inline-flex}.user-header-avatar__icon{color:var(--theme-elevation-400);flex-shrink:0;justify-content:center;align-items:center;line-height:0;display:inline-flex}.user-header-avatar__svg{width:24px;height:24px;display:block}.user-header-avatar__name{text-overflow:ellipsis;white-space:nowrap;max-width:180px;font-size:13px;font-weight:500;line-height:1.5;overflow:hidden}@media (max-width:900px){.user-header-avatar__name{display:none}}
.before-nav-links{--accent:var(--lux-accent);--accent-light:var(--lux-accent-light);--accent-bg:var(--lux-accent-bg);--accent-border:var(--lux-accent-border);--text-primary:var(--theme-elevation-800);--text-muted:var(--theme-elevation-500);--text-dim:var(--theme-elevation-400);--bg-hover:var(--theme-elevation-50);--divider:var(--theme-elevation-100);flex-direction:column;gap:1px;width:100%;padding:0 6px;display:flex}.before-nav-links__header{border-bottom:1px solid var(--divider);align-items:center;gap:10px;margin-top:-50px;margin-bottom:4px;padding:0 0 16px 10px;display:flex}.before-nav-links__logo-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex;overflow:hidden}.before-nav-links__logo-icon img{object-fit:contain;width:100%;height:100%}.before-nav-links__logo-text{flex-direction:column;gap:1px;display:flex}.before-nav-links__logo-name{color:var(--text-primary);letter-spacing:.02em;font-size:13px;font-weight:700;line-height:1}.before-nav-links__logo-sub{color:var(--text-dim);letter-spacing:.04em;font-size:10px}.before-nav-links__link{color:var(--text-muted);border:1px solid #0000;border-radius:7px;align-items:center;gap:9px;padding:8px 10px;font-size:12.5px;font-weight:500;text-decoration:none;transition:background .12s,color .12s;display:flex;position:relative}.before-nav-links__link:hover{background:var(--bg-hover);color:var(--text-primary)}.before-nav-links__link--active{background:var(--accent-bg);border-color:var(--accent-border);color:var(--accent-light);font-weight:600}.before-nav-links__link-icon{opacity:.8;flex-shrink:0;width:15px;height:15px}.before-nav-links__separator{background:var(--divider);height:1px;margin:4px 10px}.before-nav-links__link-dot{background:var(--accent-light);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-left:auto}.before-nav-links__link-loading{border:2px solid var(--accent-border);border-top-color:var(--accent-light);border-radius:50%;flex-shrink:0;width:11px;height:11px;margin-left:auto;animation:.7s linear infinite before-nav-links-spin}@keyframes before-nav-links-spin{to{transform:rotate(360deg)}}
@layer payload-default;.before-dashboard{font-family:var(--font-body);margin-bottom:40px;padding:40px 40px 0}.before-dashboard__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:30px;display:flex}.before-dashboard__header h3{color:var(--theme-elevation-800);letter-spacing:-.025em;margin:0;font-size:25px;font-weight:600}.before-dashboard__range-form{border:1px solid var(--theme-elevation-150);background:var(--theme-elevation-0);border-radius:8px;flex-direction:column;align-items:flex-start;gap:.35rem;padding:.5rem .65rem;display:flex}.before-dashboard__range-controls{align-items:flex-end;gap:.5rem;display:flex}.before-dashboard__range-controls button{background:var(--lux-accent);height:34px;color:var(--lux-white);cursor:pointer;border:none;border-radius:6px;padding:0 .8rem;font-size:.8rem;font-weight:700}.before-dashboard__range-error{color:var(--lux-danger-text);margin:0;font-size:.76rem;font-weight:600;line-height:1.25}.before-dashboard__range-field{flex-direction:column;gap:.25rem;display:flex}.before-dashboard__range-field span{color:var(--theme-elevation-600);font-size:.7rem;font-weight:700}.before-dashboard__range-field input{border:1px solid var(--theme-elevation-200);background:var(--theme-input-bg);width:135px;height:34px;color:var(--theme-text);border-radius:6px;padding:0 .5rem;font-size:.8rem}.before-dashboard__range-sep{height:34px;color:var(--theme-elevation-400);align-items:center;display:flex}.before-dashboard__stats{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:40px;display:grid}@media (max-width:1024px){.before-dashboard__stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.before-dashboard__stats{grid-template-columns:1fr}}.before-dashboard__stat-card{background:var(--theme-elevation-0);border:1px solid var(--theme-elevation-150);border-radius:8px;flex-direction:column;justify-content:space-between;padding:30px;display:flex;box-shadow:0 1px 2px #0000000d}.before-dashboard__stat-label{color:var(--theme-elevation-500);margin-bottom:10px;font-size:17px;font-weight:500}.before-dashboard__stat-value{color:var(--theme-elevation-950);letter-spacing:-.025em;margin-bottom:5px;font-size:35px;font-weight:600;line-height:1.1}.before-dashboard__stat-sub{color:var(--theme-elevation-400);margin-top:5px;font-size:15px;font-weight:500}.before-dashboard__stat-sub--positive{color:var(--lux-success)}.before-dashboard__stat-sub--negative{color:var(--lux-danger-light)}.before-dashboard__progress-wrapper{flex-direction:column;gap:.35rem;margin-top:5px;display:flex}.before-dashboard__progress-bar{background:var(--theme-elevation-150);border-radius:4px;width:100%;height:5px;overflow:hidden}.before-dashboard__progress-fill{background:var(--lux-accent);border-radius:4px;height:100%;transition:width .5s ease-in-out}.before-dashboard__charts{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;display:grid}.before-dashboard__charts--staff{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:1024px){.before-dashboard__charts,.before-dashboard__charts--staff{grid-template-columns:1fr}}.before-dashboard__chart-card{background:var(--theme-elevation-0);border:1px solid var(--theme-elevation-150);border-radius:8px;padding:30px;box-shadow:0 1px 2px #0000000d}.before-dashboard__chart-card--wide{grid-column:1/-1}.before-dashboard__chart-card h4{color:var(--theme-elevation-800);margin:0 0 30px;font-size:20px;font-weight:600}.before-dashboard__empty-chart{min-height:220px;color:var(--theme-elevation-500);justify-content:center;align-items:center;margin:0;font-size:.875rem;display:flex}@media (max-width:640px){.before-dashboard__range-form{align-items:stretch;width:100%}.before-dashboard__range-controls{flex-wrap:wrap;align-items:stretch}.before-dashboard__range-controls button{flex:100%}.before-dashboard__range-field{flex:calc(50% - 1rem)}.before-dashboard__range-field input{width:100%}}.before-dashboard .tremor-chart-container{width:100%;margin-top:20px}.before-dashboard .tremor-tooltip{background-color:var(--theme-elevation-0);border:1px solid var(--theme-elevation-150);border-radius:6px;min-width:150px;padding:15px 20px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.before-dashboard .tremor-tooltip-label{color:var(--theme-elevation-500);margin:0 0 10px;font-size:17px;font-weight:500}.before-dashboard .tremor-tooltip-item{justify-content:space-between;align-items:center;margin-bottom:5px;font-size:17px;display:flex}.before-dashboard .tremor-tooltip-item:last-child{margin-bottom:0}.before-dashboard .tremor-tooltip-dot{border-radius:50%;width:8px;height:8px;margin-right:10px}.before-dashboard .tremor-tooltip-name{color:var(--theme-elevation-600);flex-grow:1;margin-right:20px;font-weight:400}.before-dashboard .tremor-tooltip-value{color:var(--theme-elevation-900);font-weight:600}
.sales-pos{background:var(--theme-elevation-0);flex-direction:column;padding:1rem 1.5rem;display:flex}.sales-pos__header{flex-shrink:0;margin-bottom:.75rem}.sales-pos__title{color:var(--theme-text,#111);margin:0;font-size:1.5rem;font-weight:700}.sales-pos__body{flex:1;grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:1rem;min-height:0;display:grid}.sales-pos__left{flex-direction:column;gap:.75rem;min-width:0;display:flex}.sales-pos__right{flex-direction:column;gap:.5rem;display:flex;position:sticky;top:5.25rem}.sales-pos__section,.sales-pos__summary-card{background:var(--theme-bg,#fff);border-radius:8px;padding:.75rem;box-shadow:0 1px 4px #00000014}.sales-pos__order-info-card{padding:.65rem .75rem}.sales-pos__section-header{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.sales-pos__section-header--with-action{flex-wrap:wrap}.sales-pos__section-title,.sales-pos__summary-title{color:var(--theme-text,#111);margin:0;font-size:1rem;font-weight:700}.sales-pos__order-info-card .sales-pos__section-title{font-size:.95rem}.sales-pos__order-info-grid{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr) minmax(140px,.7fr);align-items:end;gap:.75rem;display:grid}.sales-pos__order-info-grid .pos-customer,.sales-pos__order-info-grid .pos-customer__user-select{box-shadow:none;background:0 0;min-width:0;margin:0;padding:0}.sales-pos__order-info-grid .pos-customer__label,.sales-pos__order-info-grid .date-input__label{margin-bottom:.25rem;font-size:.68rem;line-height:1}.sales-pos__order-info-grid .pos-customer__input,.sales-pos__order-info-grid .date-input__field{min-height:38px;padding:.45rem .6rem;font-size:.875rem}.sales-pos__order-info-grid .pos-customer__selected{min-height:38px;padding:.4rem .6rem}.sales-pos__order-info-grid .pos-customer__selected-info{gap:0;min-width:0}.sales-pos__order-info-grid .pos-customer__selected-name{text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;overflow:hidden}.sales-pos__order-info-grid .pos-customer__selected-phone{display:none}.sales-pos__add-product-btn{background:var(--lux-accent);color:var(--lux-white);cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.4rem;padding:.5rem .8rem;font-size:.875rem;font-weight:700;transition:background .15s,transform .15s;display:inline-flex}.sales-pos__add-product-btn:hover{background:var(--lux-accent-light);transform:translateY(-1px)}.sales-pos__items-card .pos-cart{box-shadow:none;border:1px solid var(--theme-elevation-100,#f3f4f6)}.sales-pos__summary-card{flex-direction:column;gap:.75rem;max-height:calc(100vh - 6.25rem);display:flex;overflow-y:auto}.sales-pos__summary-card .pos-summary{box-shadow:none;background:0 0;border-radius:0;padding:0}.sales-pos__actions{border-top:1px solid var(--theme-elevation-100,#f3f4f6);flex-direction:column;gap:.375rem;padding-top:.75rem;display:flex}.sales-pos__btn{cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.6rem 1rem;font-size:.9rem;font-weight:600;transition:all .15s;display:flex}.sales-pos__btn:disabled{opacity:.6;cursor:not-allowed}.sales-pos__btn--primary{background:var(--lux-warning-light);color:var(--lux-warning-text)}.sales-pos__btn--primary:not(:disabled):hover{background:var(--lux-warning);transform:translateY(-1px);box-shadow:0 4px 12px #2563eb33}.sales-pos__btn--primary:active{transform:translateY(0)}.sales-pos__btn--secondary{background:var(--lux-white);color:var(--theme-elevation-700);border:1px solid var(--theme-elevation-300)}.sales-pos__btn--secondary:not(:disabled):hover{background:var(--theme-elevation-50);border-color:var(--theme-elevation-400);transform:translateY(-1px);box-shadow:0 4px 12px #0000000d}.sales-pos__btn--secondary:active{transform:translateY(0)}.sales-pos__toast{z-index:9999;border-radius:8px;align-items:center;gap:.75rem;max-width:360px;padding:.75rem 1rem .75rem 1.25rem;font-weight:500;animation:.2s slideIn;display:flex;position:fixed;top:1rem;right:1rem;box-shadow:0 4px 12px #00000026}.sales-pos__toast--success{background:var(--lux-col-board-icon);color:var(--lux-white)}.sales-pos__toast--error{background:var(--lux-danger);color:var(--lux-white)}.sales-pos__toast-link{color:var(--lux-white);white-space:nowrap;flex-shrink:0;font-size:.875rem;text-decoration:underline}.sales-pos__toast-link:hover{opacity:.85}.sales-pos__toast-dismiss{cursor:pointer;width:22px;height:22px;color:var(--lux-white);background:#fff3;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;font-size:1rem;line-height:1;display:inline-flex}.sales-pos__toast-dismiss:hover{background:#ffffff59}@media (max-width:900px){.sales-pos__body{grid-template-columns:1fr}.sales-pos__right{position:static}.sales-pos__order-info-grid{grid-template-columns:1fr}}@media (max-width:600px){.sales-pos{padding:1rem}.pos-cart{-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto}.pos-cart__table{min-width:720px}.pos-cart thead{top:calc(var(--app-header-height,4.2rem) - 1px);z-index:15;position:sticky}.pos-cart__add-cell{padding:.45rem .5rem}.pos-cart__add-product-button{border-radius:8px;min-height:40px;font-size:.85rem}}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.pos-product-modal{z-index:10000;justify-content:center;align-items:flex-start;padding:2rem 1.5rem;display:none;position:fixed;inset:0}.pos-product-modal--open{display:flex}.pos-product-modal__backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a66;position:absolute;inset:0}.pos-product-modal__container{z-index:1;background:var(--theme-bg,#fff);border:1px solid var(--theme-elevation-150,#e5e7eb);border-radius:16px;flex-direction:column;width:min(1180px,100vw - 2rem);height:min(86vh,760px);animation:.22s ease-out productModalZoomIn;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000026,0 10px 10px -5px #0000000a}.pos-product-modal__header{border-bottom:1px solid var(--theme-elevation-100,#f3f4f6);justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem .75rem;display:flex}.pos-product-modal__title{color:var(--theme-text,#111);margin:0;font-size:1.15rem;font-weight:700}.pos-product-modal__subtitle{color:var(--theme-elevation-500,#6b7280);margin:.25rem 0 0;font-size:.875rem}.pos-product-modal__close{width:36px;height:36px;color:var(--theme-elevation-500,#6b7280);cursor:pointer;background:0 0;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.pos-product-modal__close:hover{background:var(--theme-elevation-100,#f3f4f6);color:var(--theme-text,#111)}.pos-product-modal__body{grid-template-columns:minmax(0,1fr) 320px;gap:1rem;min-height:0;padding:1rem 1.5rem 1.5rem;display:grid;overflow:hidden}.pos-product-modal__search-pane,.pos-product-modal__cart-pane{min-height:0}.pos-product-modal__search-pane{flex-direction:column;display:flex}.pos-product-modal__cart-pane{border:1px solid var(--theme-elevation-100,#f3f4f6);background:var(--theme-elevation-50,#f9fafb);border-radius:10px;flex-direction:column;align-self:stretch;height:100%;display:flex;overflow:hidden}.pos-product-modal__cart-header{border-bottom:1px solid var(--theme-elevation-100,#f3f4f6);background:var(--theme-bg,#fff);justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem .85rem;display:flex}.pos-product-modal__cart-header h3{color:var(--theme-text,#111);margin:0;font-size:.95rem;font-weight:700}.pos-product-modal__cart-header span{background:var(--lux-accent-bg-soft);min-width:24px;height:24px;color:var(--lux-accent);border-radius:999px;justify-content:center;align-items:center;padding:0 .45rem;font-size:.78rem;font-weight:700;display:inline-flex}.pos-product-modal__cart-empty{text-align:center;color:var(--theme-elevation-500,#6b7280);flex:1;justify-content:center;align-items:center;padding:1rem;font-size:.875rem;display:flex}.pos-product-modal__cart-list{flex-direction:column;min-height:0;display:flex;overflow-y:auto}.pos-product-modal__cart-item{border-bottom:1px solid var(--theme-elevation-100,#f3f4f6);background:var(--theme-bg,#fff);grid-template-columns:28px minmax(0,1fr) 30px;align-items:start;gap:.65rem;padding:.75rem .85rem;transition:background .2s,box-shadow .2s;display:grid}.pos-product-modal__cart-item:last-child{border-bottom:none}.pos-product-modal__cart-item--highlight{animation:1.8s ease-out product-modal-cart-highlight}.pos-product-modal__cart-index{background:var(--theme-elevation-100,#f3f4f6);width:26px;height:26px;color:var(--theme-elevation-600,#4b5563);border-radius:999px;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:inline-flex}.pos-product-modal__cart-info{min-width:0}.pos-product-modal__cart-name{color:var(--theme-text,#111);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.86rem;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.pos-product-modal__cart-meta{color:var(--theme-elevation-500,#6b7280);margin-top:.2rem;font-size:.78rem}.pos-product-modal__cart-remove{width:30px;height:30px;color:var(--theme-elevation-500,#6b7280);cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.pos-product-modal__cart-remove:hover{background:var(--lux-danger-bg);color:var(--lux-danger)}.pos-product-modal .pos-product-search{min-height:0;box-shadow:none;border:none;flex-direction:column;flex:1;padding:0;display:flex}.pos-product-modal .pos-product-search__results{flex:1;min-height:0;max-height:none;margin-top:.75rem;position:static}.pos-product-modal .pos-product-search__results--idle{box-shadow:none;background:0 0;border:none;overflow:hidden}@keyframes productModalZoomIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes product-modal-cart-highlight{0%,to{background:var(--theme-bg,#fff);box-shadow:none}18%,58%{background:var(--lux-accent-bg-soft);box-shadow:inset 3px 0 0 var(--lux-accent)}}@media (max-width:760px){.pos-product-modal{padding:.75rem}.pos-product-modal__container{width:calc(100vw - 1.5rem);height:calc(100dvh - 1.5rem);max-height:calc(100dvh - 1.5rem)}.pos-product-modal__header{padding:1rem 1rem .75rem}.pos-product-modal__title{font-size:1.05rem}.pos-product-modal__subtitle{max-width:260px;font-size:.82rem;line-height:1.35}.pos-product-modal__body{flex-direction:column;gap:.85rem;padding:.85rem 1rem 1rem;display:flex;overflow:hidden auto}.pos-product-modal__search-pane{flex:none;min-width:0;display:block;overflow:visible}.pos-product-modal__cart-pane{z-index:1;flex:none;align-self:stretch;height:auto;min-height:160px;max-height:260px;position:relative}.pos-product-modal__cart-empty{overflow-wrap:anywhere;min-height:120px}.pos-product-modal .pos-product-search{flex:none;min-width:0;display:block;position:static;overflow:visible}.pos-product-modal .pos-product-search__input-wrap{flex-wrap:nowrap;align-items:stretch;gap:.5rem;min-width:0}.pos-product-modal .pos-product-search__input-inner{flex:auto;min-width:0}.pos-product-modal .pos-product-search__filter-btn-wrap{flex:none;margin-left:0}.pos-product-modal .pos-product-search__filter-btn{height:100%;min-height:40px}.pos-product-modal .pos-product-search__chips-row{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;padding-bottom:.2rem;overflow:auto hidden}.pos-product-modal .pos-product-search__chips-row::-webkit-scrollbar{display:none}.pos-product-modal .pos-product-search__active-chip{text-overflow:ellipsis;white-space:nowrap;flex:none;max-width:min(72vw,280px);overflow:hidden}.pos-product-modal .pos-product-search__results{width:100%;max-height:34dvh;box-shadow:none;flex:none;margin-bottom:0;display:block;overflow:hidden auto;z-index:auto!important;position:static!important;inset:auto!important;transform:none!important}.pos-product-modal .pos-product-search__results--idle{max-height:none}.pos-product-modal .pos-product-search__idle{min-height:180px}.pos-product-modal .pos-product-search__item-name-row,.pos-product-modal .pos-product-search__item-meta{flex-wrap:wrap;max-width:100%}.pos-product-modal .pos-product-search__item-name{white-space:normal;overflow-wrap:anywhere}}.pos-product-search{background:var(--theme-bg,#fff);border-radius:8px;padding:1rem;position:relative;box-shadow:0 1px 4px #00000014}.pos-product-search__input-wrap{align-items:center;display:flex;position:relative}.pos-product-search__input-inner{flex:1;min-width:0;position:relative}.pos-product-search__search-icon{color:var(--theme-elevation-400,#9ca3af);pointer-events:none;z-index:1;align-items:center;display:flex;position:absolute;top:50%;left:.65rem;transform:translateY(-50%)}.pos-product-search__input{box-sizing:border-box;border:1px solid var(--theme-elevation-200,#e5e7eb);background:var(--theme-input-bg,#fff);width:100%;color:var(--theme-text,#111);border-radius:6px;outline:none;padding:.6rem 2rem .6rem 2.2rem;font-size:.95rem}.pos-product-search__input:focus{border-color:var(--theme-success-500,#2563eb)}.pos-product-search__clear-btn{width:22px;height:22px;color:var(--theme-elevation-500,#6b7280);cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;font-size:1rem;line-height:1;transition:background .15s,color .15s;display:inline-flex;position:absolute;top:50%;right:.45rem;transform:translateY(-50%)}.pos-product-search__clear-btn:hover{background:var(--theme-elevation-100,#f3f4f6);color:var(--theme-text,#111)}.pos-product-search__spinner{border:2px solid var(--theme-elevation-200,#e5e7eb);border-top-color:var(--theme-success-500,#2563eb);border-radius:50%;width:16px;height:16px;animation:.6s linear infinite spin;position:absolute;right:.6rem}.pos-product-search__create-btn{border:1px solid var(--theme-elevation-200,#e5e7eb);background:var(--theme-elevation-50,#f9fafb);width:30px;height:30px;color:var(--theme-elevation-600,#4b5563);cursor:pointer;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;margin-left:.5rem;font-size:1.25rem;line-height:1;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.pos-product-search__create-btn:hover{border-color:var(--lux-accent);color:var(--lux-accent);background:var(--lux-accent-bg-soft)}.pos-product-search__filter-btn-wrap{flex-shrink:0;margin-left:.5rem;position:relative}.pos-product-search__filter-btn{border:1px solid var(--theme-elevation-200,#e5e7eb);background:var(--theme-elevation-50,#f9fafb);height:30px;color:var(--theme-elevation-600,#4b5563);cursor:pointer;white-space:nowrap;border-radius:6px;align-items:center;gap:.35rem;padding:0 .65rem;font-size:.8rem;font-weight:500;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.pos-product-search__filter-btn:hover,.pos-product-search__filter-btn--active{border-color:var(--lux-accent);color:var(--lux-accent);background:var(--lux-accent-bg-soft)}.pos-product-search__filter-badge{background:var(--lux-accent);color:var(--lux-white);border-radius:10px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 5px;font-size:.65rem;font-weight:700;line-height:1;display:inline-flex}.pos-product-search__filter-panel{z-index:200;background:var(--theme-bg,#fff);border:1px solid var(--theme-elevation-200,#e5e7eb);border-radius:10px;flex-direction:column;min-width:300px;padding:0;display:flex;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden;box-shadow:0 8px 32px #00000024}.pos-product-search__filter-header{border-bottom:1px solid var(--theme-elevation-100,#f3f4f6);background:var(--theme-elevation-50,#f9fafb);justify-content:space-between;align-items:center;padding:.65rem .85rem;display:flex}.pos-product-search__filter-title{color:var(--theme-text,#111);align-items:center;gap:.4rem;font-size:.82rem;font-weight:600;display:flex}.pos-product-search__filter-header-badge{background:var(--lux-accent);color:var(--lux-white);border-radius:10px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 5px;font-size:.65rem;font-weight:700;line-height:1;display:inline-flex}.pos-product-search__filter-reset{border:1px solid var(--theme-elevation-200,#e5e7eb);background:var(--theme-elevation-50,#f9fafb);color:var(--theme-elevation-500,#6b7280);cursor:pointer;border-radius:5px;padding:.25rem .55rem;font-size:.75rem;transition:background .12s,color .12s,border-color .12s}.pos-product-search__filter-reset:hover:not(:disabled){background:var(--lux-danger-bg);border-color:var(--lux-danger-border);color:var(--lux-danger)}.pos-product-search__filter-reset:disabled{opacity:.38;cursor:not-allowed}.pos-product-search__filter-section{flex-direction:column;gap:.5rem;padding:.75rem .85rem;display:flex}.pos-product-search__filter-section+.pos-product-search__filter-section{border-top:1px solid var(--theme-elevation-100,#f3f4f6)}.pos-product-search__filter-section-title{text-transform:uppercase;letter-spacing:.06em;color:var(--theme-elevation-400,#9ca3af);font-size:.68rem;font-weight:700}.pos-product-search__filter-chips{flex-wrap:wrap;gap:.4rem;display:flex}.pos-product-search__filter-chip{border:1.5px solid var(--theme-elevation-200,#e5e7eb);background:var(--theme-elevation-50,#f9fafb);color:var(--theme-elevation-600,#4b5563);cursor:pointer;border-radius:20px;align-items:center;gap:.3rem;padding:.3rem .65rem;font-size:.8rem;font-weight:500;transition:border-color .12s,background .12s,color .12s;display:inline-flex}.pos-product-search__filter-chip:hover{border-color:var(--lux-accent,#0d9488);color:var(--lux-accent,#0d9488)}.pos-product-search__filter-chip--active{border-color:var(--lux-accent,#0d9488);color:var(--lux-accent,#0d9488);background:#0d948814;font-weight:600}.pos-product-search__chips-row{flex-wrap:wrap;gap:.35rem;margin-top:.5rem;display:flex}.pos-product-search__active-chip{background:var(--theme-elevation-50,#f9fafb);border:1px solid var(--theme-elevation-200,#e5e7eb);color:var(--theme-elevation-600,#4b5563);border-radius:20px;align-items:center;gap:.3rem;padding:.2rem .5rem;font-size:.75rem;font-weight:500;display:inline-flex}.pos-product-search__active-chip--all{background:linear-gradient(var(--theme-elevation-50,#f9fafb), var(--theme-elevation-50,#f9fafb)) padding-box,linear-gradient(90deg, #fbbf24 0%, #34d399 20%, #22d3ee 40%, #818cf8 60%, #f472b6 80%, #fbbf24 100%) border-box;color:var(--theme-elevation-600,#4b5563);background-size:auto,200% 100%;border:1.5px solid #0000;animation:3s linear infinite chip-rainbow-shift}@keyframes chip-rainbow-shift{0%{background-position:0%}to{background-position:200%}}.pos-product-search__active-chip-remove{width:16px;height:16px;color:inherit;cursor:pointer;opacity:.7;background:0 0;border:none;border-radius:50%;place-items:center;padding:0;font-size:0;line-height:1;transition:opacity .12s,background .12s;display:inline-grid}.pos-product-search__active-chip-remove:before{content:"×";font-size:14px;line-height:1;transform:translateY(-.5px)}.pos-product-search__active-chip-remove:hover{opacity:1;background:#00000014}.pos-product-search__filter-chevron{flex-shrink:0;transition:transform .18s}.pos-product-search__filter-chevron--open{transform:rotate(180deg)}.pos-product-search__filter-field-list{flex-direction:column;display:flex}.pos-product-search__filter-field{text-align:left;color:var(--theme-text,#111);cursor:pointer;border:none;border-bottom:1px solid var(--theme-elevation-100,#f3f4f6);background:0 0;align-items:center;gap:.5rem;padding:.65rem .85rem;font-size:.85rem;transition:background .12s;display:flex}.pos-product-search__filter-field:last-child{border-bottom:none}.pos-product-search__filter-field:hover{background:var(--theme-elevation-50,#f9fafb)}.pos-product-search__filter-field--active{color:var(--lux-accent,#0d9488)}.pos-product-search__filter-field-dot{background:var(--lux-accent,#0d9488);border-radius:50%;flex-shrink:0;width:6px;height:6px}.pos-product-search__filter-field-chevron{color:var(--theme-elevation-400,#9ca3af);flex-shrink:0;margin-left:auto}.pos-product-search__filter-back{color:var(--theme-text,#111);cursor:pointer;border:none;border-bottom:1px solid var(--theme-elevation-100,#f3f4f6);text-align:left;background:0 0;align-items:center;gap:.4rem;width:100%;padding:.65rem .85rem;font-size:.85rem;font-weight:600;transition:color .12s;display:inline-flex}.pos-product-search__filter-back:hover{color:var(--lux-accent,#0d9488)}.pos-product-search__filter-operator{text-transform:uppercase;letter-spacing:.05em;color:var(--theme-elevation-400,#9ca3af);align-items:center;gap:.4rem;margin-bottom:.25rem;font-size:.75rem;font-weight:600;display:flex}.pos-product-search__filter-operator-dot{background:var(--theme-elevation-300,#d1d5db);border-radius:50%;flex-shrink:0;width:6px;height:6px}.pos-product-search__filter-hint{color:var(--theme-elevation-400,#9ca3af);margin:.25rem 0 0;font-size:.75rem}.pos-product-search__filter-actions{border-top:1px solid var(--theme-elevation-100,#f3f4f6);gap:.5rem;padding:.65rem .85rem;display:flex}.pos-product-search__filter-cancel{border:1px solid var(--theme-elevation-200,#e5e7eb);color:var(--theme-elevation-500,#6b7280);cursor:pointer;background:0 0;border-radius:6px;flex:1;padding:.45rem;font-size:.82rem;transition:background .12s,border-color .12s}.pos-product-search__filter-cancel:hover{background:var(--theme-elevation-50,#f9fafb);border-color:var(--theme-elevation-300,#d1d5db)}.pos-product-search__filter-apply{background:var(--lux-accent,#0d9488);color:#fff;cursor:pointer;border:none;border-radius:6px;flex:1;padding:.45rem;font-size:.82rem;font-weight:600;transition:opacity .12s}.pos-product-search__filter-apply:hover{opacity:.88}.pos-product-search__filter-accordion{flex-direction:column;display:flex}.pos-product-search__filter-accordion-item{border-bottom:1px solid var(--theme-elevation-100,#f3f4f6)}.pos-product-search__filter-accordion-item:last-child{border-bottom:none}.pos-product-search__filter-accordion-item--open>.pos-product-search__filter-accordion-header{background:var(--theme-elevation-50,#f9fafb)}.pos-product-search__filter-accordion-header{align-items:center;gap:.5rem;padding:.6rem .85rem;transition:background .12s;display:flex}.pos-product-search__filter-accordion-check-wrap{cursor:pointer;-webkit-user-select:none;user-select:none;flex-shrink:0;align-items:center;display:flex}.pos-product-search__filter-accordion-check{width:18px;height:18px;accent-color:var(--lux-accent,#0d9488);cursor:pointer;border-radius:9px;flex-shrink:0;transition:box-shadow .12s,filter .12s,transform .12s}.pos-product-search__filter-accordion-check:hover{filter:brightness(1.05);box-shadow:0 0 0 3px color-mix(in srgb, var(--lux-accent,#0d9488) 18%, transparent);transform:scale(1.04)}.pos-product-search__filter-accordion-label-btn{cursor:default;text-align:left;color:var(--theme-elevation-400,#9ca3af);background:0 0;border:none;flex:1;align-items:center;gap:.4rem;padding:0;display:flex}.pos-product-search__filter-accordion-label-btn:disabled{cursor:not-allowed}.pos-product-search__filter-accordion-label-btn:disabled .pos-product-search__filter-accordion-label,.pos-product-search__filter-accordion-label-btn:disabled .pos-product-search__filter-accordion-toggle{color:var(--theme-elevation-400,#9ca3af);opacity:.65}.pos-product-search__filter-accordion-label-btn--active{cursor:pointer}.pos-product-search__filter-accordion-label-btn--active:hover .pos-product-search__filter-accordion-label,.pos-product-search__filter-accordion-label-btn--active:hover .pos-product-search__filter-accordion-toggle{color:var(--lux-accent,#0d9488)}.pos-product-search__filter-accordion-label{color:var(--theme-text,#111);flex:1;font-size:.85rem;font-weight:500}.pos-product-search__filter-accordion-active-dot{width:7px;height:7px;box-shadow:0 0 0 2px var(--theme-bg,#fff);background:#f59e0b;border-radius:999px;flex-shrink:0}.pos-product-search__filter-accordion-toggle{color:var(--theme-elevation-400,#9ca3af);flex-shrink:0;justify-content:center;align-items:center;display:flex}.pos-product-search__filter-accordion-toggle svg{transition:transform .18s}.pos-product-search__filter-accordion-toggle--open svg{transform:rotate(180deg)}.pos-product-search__filter-accordion-body{background:var(--theme-elevation-50,#f9fafb);border-top:1px solid var(--theme-elevation-100,#f3f4f6);padding:0 .85rem .75rem}.pos-product-search__filter-accordion-fields{flex-direction:column;gap:.5rem;padding-top:.65rem;display:flex}.pos-product-search__filter-accordion-side-section{background:var(--theme-elevation-50,#f9fafb);border:1px solid var(--theme-elevation-100,#f3f4f6);border-radius:6px;flex-direction:column;gap:.4rem;padding:.5rem .6rem;display:flex}.pos-product-search__filter-accordion-side-label{letter-spacing:.04em;text-transform:uppercase;color:var(--lux-accent,#0d9488);margin-bottom:.1rem;font-size:.7rem;font-weight:600}.pos-product-search__filter-accordion-field{align-items:center;gap:.5rem;display:flex}.pos-product-search__filter-accordion-field-label{color:var(--theme-elevation-500,#6b7280);white-space:nowrap;flex:0 0 90px;font-size:.75rem;font-weight:500}.pos-product-search__filter-accordion-field .lux-select__container,.pos-product-search__filter-accordion-field>div{flex:1;min-width:0}.pos-product-search__filter-accordion-field .lux-select__control{background:var(--theme-bg,#fff);border-color:var(--theme-elevation-200,#e5e7eb);border-radius:6px;min-height:30px;padding:.15rem .35rem;font-size:.8rem}.pos-product-search__filter-accordion-field .lux-select__single-value,.pos-product-search__filter-accordion-field .lux-select__placeholder,.pos-product-search__filter-accordion-field .lux-select__input-container,.pos-product-search__filter-accordion-field .lux-select__option{font-size:.8rem}.pos-product-search__filter-veneer-fields{flex-direction:column;gap:.4rem;display:flex}.pos-product-search__filter-veneer-row{gap:.4rem;display:flex}.pos-product-search__filter-select{flex:1;min-width:0}.pos-product-search__filter-select--narrow{flex:0 0 90px}.pos-product-search__filter-select .lux-select__control{background:var(--theme-elevation-50,#f9fafb);border-radius:6px;min-height:32px;padding:.2rem .4rem;font-size:.8rem}.pos-product-search__filter-select .lux-select__single-value,.pos-product-search__filter-select .lux-select__placeholder,.pos-product-search__filter-select .lux-select__input-container,.pos-product-search__filter-select .lux-select__option{font-size:.8rem}.pos-product-search__results{z-index:100;background:var(--theme-bg,#fff);border:1px solid var(--theme-elevation-200,#e5e7eb);border-radius:8px;max-height:320px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0000001f}.pos-product-search__empty{color:var(--theme-elevation-500,#6b7280);padding:.75rem 1rem;font-size:.875rem}.pos-product-search__idle{border:1.5px dashed var(--theme-elevation-200,#e5e7eb);text-align:center;width:100%;height:100%;min-height:220px;color:var(--theme-elevation-500,#6b7280);background:radial-gradient(circle at center, var(--theme-elevation-50,#f9fafb), transparent 68%),var(--theme-bg,#fff);cursor:pointer;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;padding:2rem;transition:background .15s,border-color .15s,color .15s;display:flex}.pos-product-search__idle:hover,.pos-product-search__idle:focus-visible{color:var(--lux-accent);border-color:var(--lux-accent);background:radial-gradient(circle at center, var(--lux-accent-bg-soft), transparent 68%),var(--theme-bg,#fff);outline:none}.pos-product-search__idle:hover .pos-product-search__idle-icon,.pos-product-search__idle:focus-visible .pos-product-search__idle-icon{background:var(--lux-accent-bg-soft);color:var(--lux-accent);border-color:color-mix(in srgb, var(--lux-accent) 28%, transparent);transform:translateY(-1px)}.pos-product-search__idle:hover .pos-product-search__idle-icon-search,.pos-product-search__idle:focus-visible .pos-product-search__idle-icon-search{opacity:0;transform:scale(.7)rotate(-15deg)}.pos-product-search__idle:hover .pos-product-search__idle-icon-plus,.pos-product-search__idle:focus-visible .pos-product-search__idle-icon-plus{opacity:1;transform:scale(1)rotate(0)}.pos-product-search__idle-icon{background:var(--theme-elevation-50,#f9fafb);width:54px;height:54px;color:var(--theme-elevation-400,#9ca3af);border:1px solid var(--theme-elevation-100,#f3f4f6);border-radius:999px;justify-content:center;align-items:center;margin-bottom:.25rem;transition:background .15s,border-color .15s,color .15s,transform .15s;display:inline-flex;position:relative}.pos-product-search__idle-icon-search,.pos-product-search__idle-icon-plus{transition:opacity .15s,transform .15s;position:absolute}.pos-product-search__idle-icon-plus{opacity:0;transform:scale(.7)rotate(15deg)}.pos-product-search__idle-title{color:var(--theme-text,#111);font-size:.95rem;font-weight:700}.pos-product-search__idle-text{max-width:280px;font-size:.85rem;line-height:1.45}.pos-product-search__item{text-align:left;border:none;border-bottom:1px solid var(--theme-elevation-100,#f3f4f6);cursor:pointer;background:0 0;flex-direction:column;align-items:flex-start;gap:.25rem;width:100%;padding:.6rem 1rem;display:flex}.pos-product-search__item:last-child{border-bottom:none}.pos-product-search__item:hover:not(:disabled){background:var(--theme-elevation-50,#f9fafb)}.pos-product-search__item:disabled{cursor:wait}.pos-product-search__item--loading{background:var(--theme-elevation-50,#f9fafb)}.pos-product-search__item-name-row{flex:1;align-items:center;gap:.4rem;min-width:0;display:flex}.pos-product-search__item-name{color:var(--theme-text,#111);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:.9rem;font-weight:500;overflow:hidden}.pos-product-search__item-sides{letter-spacing:.02em;border-radius:4px;flex-shrink:0;padding:.1rem .35rem;font-size:.65rem;font-weight:600;line-height:1.4}.pos-product-search__item-sides--1-side{background:var(--lux-side-1-bg);color:var(--lux-side-1-text);border:1px solid var(--lux-side-1-border)}.pos-product-search__item-sides--2-side{background:var(--lux-side-2-bg);color:var(--lux-side-2-text);border:1px solid var(--lux-side-2-border)}.pos-product-search__item-meta{align-items:center;gap:.4rem;display:flex}.pos-product-search__item-tag{white-space:nowrap;border:1px solid;border-radius:999px;padding:.15rem .45rem;font-size:.7rem;font-weight:600}.pos-product-search__item-unit{color:var(--theme-elevation-500,#6b7280);white-space:nowrap;font-size:.75rem}.pos-product-search__item-loading{color:var(--theme-elevation-600,#4b5563);align-items:center;gap:.35rem;font-size:.75rem;display:inline-flex}.pos-product-search__item-loading .pos-product-search__spinner{border-width:1.5px;width:12px;height:12px;position:relative;right:auto}.pos-cart{background:var(--theme-bg,#fff);border-radius:8px;overflow:visible;box-shadow:0 1px 4px #00000014}.pos-cart::-webkit-scrollbar{width:6px}.pos-cart::-webkit-scrollbar-track{background:var(--theme-elevation-50,#f9fafb);border-radius:0 8px 8px 0}.pos-cart::-webkit-scrollbar-thumb{background:var(--theme-elevation-300,#d1d5db);border-radius:3px}.pos-cart::-webkit-scrollbar-thumb:hover{background:var(--theme-elevation-400,#9ca3af)}.pos-cart__empty{background:var(--theme-bg,#fff);text-align:center;color:var(--theme-elevation-500,#6b7280);border-radius:8px;padding:2rem 1.5rem;font-size:.9rem;box-shadow:0 1px 4px #00000014}.pos-cart__table{border-collapse:separate;border-spacing:0;width:100%;font-size:.875rem}.pos-cart thead{top:calc(var(--app-header-height,4.2rem) - 1px);z-index:15;position:sticky}.pos-cart__add-cell{text-align:left;background:var(--theme-bg,#fff);border-bottom:1px solid var(--theme-elevation-100,#f3f4f6);padding:.55rem .75rem}.pos-cart__add-product-button{border:1.5px dashed var(--lux-accent,#0d9488);background:var(--theme-bg,#fff);width:100%;min-height:38px;color:var(--lux-accent,#0d9488);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:.45rem;padding:.6rem .9rem;font-size:.875rem;font-weight:800;line-height:1;transition:background .15s,border-color .15s,color .15s,transform .15s,box-shadow .15s;display:flex}.pos-cart__add-product-button:hover{border-color:var(--lux-accent-light,#14b8a6);color:var(--lux-accent-light,#14b8a6);box-shadow:0 3px 8px color-mix(in srgb, var(--lux-accent,#0d9488) 8%, transparent);transform:translateY(-1px)}.pos-cart__add-product-button:active{box-shadow:none;transform:translateY(0)}.pos-cart__th{text-align:left;color:var(--theme-elevation-600,#4b5563);border-bottom:2px solid var(--theme-elevation-100,#f3f4f6);white-space:nowrap;background:var(--theme-elevation-50,#f9fafb);padding:.65rem .75rem;font-weight:600}.pos-cart__th--stt{text-align:center;width:40px}.pos-cart__th--qty{text-align:center;width:70px}.pos-cart__th--price{text-align:right;width:130px}.pos-cart__th--pricing{width:180px}.pos-cart__th--discount{width:150px}.pos-cart__th--total{text-align:right;width:110px}.pos-cart__th--name{min-width:220px}.pos-cart__th--action{text-align:center;width:56px}.pos-cart__row{border-bottom:1px solid var(--theme-elevation-100,#f3f4f6)}.pos-cart__row:last-child{border-bottom:none}.pos-cart__row:hover{background:var(--theme-elevation-50,#f9fafb)}.pos-cart__td{vertical-align:top;padding:.75rem .75rem .5rem}.pos-cart__td--stt{color:var(--theme-elevation-500,#6b7280);text-align:center;vertical-align:middle}.pos-cart__td--name{vertical-align:middle}.pos-cart__td--qty{text-align:center;vertical-align:middle}.pos-cart__td--total{text-align:right;vertical-align:middle;font-weight:600}.pos-cart__td--action{text-align:center;vertical-align:middle;cursor:pointer;width:56px;padding:0;position:relative}.pos-cart__td--price{text-align:right;vertical-align:middle}.pos-cart__name-row{gap:.5rem;display:flex}.pos-cart__name-info{flex:1;min-width:0}.pos-cart__name-line{align-items:center;gap:.75rem;max-width:100%;display:inline-flex}.pos-cart__thickness-select{flex-shrink:0;width:auto}.pos-cart__thickness-select .lux-select__control{box-shadow:none;cursor:pointer;background:0 0;border:none;border-radius:0;min-height:24px;padding:0;font-size:.8rem}.pos-cart__thickness-select .lux-select__control:hover,.pos-cart__thickness-select .lux-select__control--is-focused{box-shadow:none;border:none}.pos-cart__thickness-select .lux-select__value-container{flex:none;padding:0}.pos-cart__thickness-select .lux-select__indicators{flex:none}.pos-cart__thickness-select .lux-select__indicator{padding:0 0 0 .25rem}.pos-cart__thickness-select .lux-select__menu{min-width:80px}.pos-cart__thickness-select--empty .lux-select__control{border:none}.pos-cart__thickness-badge{color:var(--theme-elevation-600,#4b5563);background:var(--theme-elevation-100,#f3f4f6);white-space:nowrap;border-radius:4px;flex-shrink:0;padding:.15rem .4rem;font-size:.78rem}.pos-cart__item-name{color:var(--theme-text,#111);word-break:break-word;white-space:pre-wrap;font-size:.95rem;font-weight:500}.pos-cart__item-name-input{border:none;border-bottom:1px dashed var(--theme-elevation-300,#d1d5db);resize:none;word-break:break-word;white-space:pre-wrap;width:100%;font-family:inherit;font-size:inherit;font-weight:inherit;color:inherit;line-height:inherit;background:0 0;outline:none;padding:0;overflow:hidden}.pos-cart__item-name-input:focus{border-bottom-color:var(--lux-accent-500,#0d9488)}.pos-cart__item-parent{color:var(--theme-elevation-500,#6b7280);font-size:.75rem}.pos-cart__collection-chip{white-space:nowrap;letter-spacing:.01em;border-radius:999px;margin-top:.25rem;padding:.1rem .45rem;font-size:.7rem;font-weight:500;display:inline-block}.pos-cart__qty-wrap{justify-content:center;align-items:center;gap:.375rem;width:100%;display:inline-flex}.pos-cart__qty-readonly{text-align:center;width:auto;padding:0}.pos-cart__item-unit{color:var(--theme-elevation-500,#6b7280);white-space:nowrap;font-size:.75rem}.pos-cart__input{border:1px solid var(--theme-elevation-200,#e5e7eb);background:var(--theme-input-bg,#fff);min-height:28px;color:var(--theme-text,#111);align-items:right;border-radius:4px;outline:none;width:100%;padding:.5rem;font-size:.875rem}.pos-cart__input:focus{border-color:var(--theme-success-500,#2563eb)}.pos-cart__input--qty{text-align:center;width:56px}.pos-cart__input--price{text-align:right;width:120px}.pos-cart__input--discount{width:80px}.pos-cart__input--pricing{text-align:right;width:100px}.pos-cart__input--error{border-color:var(--lux-danger,#ef4444)!important}.pos-cart__input--error:focus{border-color:var(--lux-danger,#ef4444)}.pos-cart__pricing-wrap{grid-template-columns:auto auto;justify-content:end;align-items:center;gap:.3rem .625rem;display:grid}.pos-cart__pricing-row{display:contents}.pos-cart__pricing-label{color:var(--theme-elevation-500,#6b7280);white-space:nowrap;text-align:right;font-size:.72rem}.pos-cart__pricing-label--total{color:var(--theme-text,#111);text-align:right;white-space:nowrap;font-size:.75rem;font-weight:700}.pos-cart__price-readonly{width:95px;color:var(--theme-text,#111);text-align:right;padding:.5rem 0;font-size:.875rem;font-weight:500;display:block}.pos-cart__discount-wrap{flex-direction:row;gap:.375rem;display:flex}.pos-cart__select{flex-shrink:0;width:fit-content}.pos-cart__select .lux-select__control{border-radius:4px;min-height:30px;padding:.2rem .4rem;font-size:.875rem}.pos-cart__select .lux-select__menu{min-width:80px}.pos-cart__remove{cursor:pointer;width:100%;height:100%;min-height:0;color:var(--theme-elevation-600,#4b5563);background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;font-size:1.25rem;line-height:1;display:flex;position:absolute;inset:0}.pos-cart__remove:hover{background:var(--lux-danger-bg);color:var(--lux-danger)}.pos-customer{background:var(--theme-bg,#fff);border-radius:8px;padding:.625rem;box-shadow:0 1px 4px #00000014}.pos-customer__label{text-transform:uppercase;letter-spacing:.05em;color:var(--theme-elevation-500,#6b7280);margin-bottom:.375rem;font-size:.75rem;font-weight:600}.pos-customer__selected{background:var(--theme-elevation-50,#f9fafb);border:1px solid var(--theme-elevation-200,#e5e7eb);border-radius:6px;justify-content:space-between;align-items:center;padding:.5rem .75rem;display:flex}.pos-customer__selected--clickable{cursor:pointer;transition:border-color .15s,background .15s}.pos-customer__selected--clickable:hover,.pos-customer__selected--clickable:focus-visible{border-color:var(--lux-accent);background:var(--lux-accent-bg-soft);outline:none}.pos-customer__selected-info{flex-direction:column;gap:2px;display:flex}.pos-customer__selected-name{color:var(--theme-text,#111);font-size:.9rem;font-weight:600}.pos-customer__selected-name--empty{color:var(--theme-elevation-400,#9ca3af)}.pos-customer__selected-phone{color:var(--theme-elevation-500,#6b7280);font-size:.78rem}.pos-customer__clear{background:var(--theme-elevation-200,#e5e7eb);cursor:pointer;width:22px;height:22px;color:var(--theme-elevation-600,#4b5563);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;line-height:1;display:inline-flex}.pos-customer__clear:hover{background:var(--lux-danger-bg);color:var(--lux-danger)}.pos-customer__search-wrap{position:relative}.pos-customer__input{border:1px solid var(--theme-elevation-200,#e5e7eb);background:var(--theme-input-bg,#fff);width:100%;color:var(--theme-text,#111);border-radius:6px;outline:none;padding:.6rem .75rem;font-size:.9rem}.pos-customer__input:focus{border-color:var(--theme-success-500,#2563eb)}.pos-customer__spinner{border:2px solid var(--theme-elevation-200,#e5e7eb);border-top-color:var(--theme-success-500,#2563eb);border-radius:50%;width:14px;height:14px;animation:.6s linear infinite spin;position:absolute;top:50%;right:.6rem;transform:translateY(-50%)}.pos-customer__results{z-index:100;background:var(--theme-bg,#fff);border:1px solid var(--theme-elevation-200,#e5e7eb);border-radius:8px;max-height:240px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0000001f}.pos-customer__empty{color:var(--theme-elevation-500,#6b7280);padding:.75rem 1rem;font-size:.875rem}.pos-customer__item{text-align:left;border:none;border-bottom:1px solid var(--theme-elevation-100,#f3f4f6);cursor:pointer;background:0 0;flex-direction:column;align-items:flex-start;gap:.25rem;width:100%;padding:.6rem 1rem;display:flex}.pos-customer__item:last-child{border-bottom:none}.pos-customer__item:hover{background:var(--theme-elevation-50,#f9fafb)}.pos-customer__item-company{color:var(--theme-text,#111);font-size:.875rem;font-weight:500}.pos-customer__item-sub{color:var(--theme-elevation-500,#6b7280);margin-top:2px;font-size:.75rem}.pos-customer__user-select{margin-top:10px}.pos-summary{background:var(--theme-bg,#fff);border-radius:8px;flex-direction:column;gap:.35rem;width:100%;padding:.625rem;display:flex;box-shadow:0 1px 4px #00000014}.pos-summary__row{grid-template-columns:auto 1fr;align-items:center;gap:.5rem;font-size:.875rem;display:grid}.pos-summary__row>:last-child{text-align:right;justify-self:end}.pos-summary__field-block{flex-direction:column;gap:.2rem;font-size:.875rem;display:flex}.pos-summary__field-row{grid-template-columns:auto 1fr;align-items:center;gap:.5rem;display:grid}.pos-summary__field-row>:last-child{justify-self:end}.pos-summary__field-label-group{flex-direction:column;gap:.08rem;min-width:0;display:flex}.pos-summary__field-amount{text-align:right;color:var(--theme-text,#111);font-size:.875rem;font-weight:600}.pos-summary__discount-controls{align-items:center;gap:.375rem;display:flex}.pos-summary__label{color:var(--theme-elevation-600,#4b5563);white-space:nowrap;font-weight:500}.pos-summary__hint{color:var(--theme-elevation-500,#6b7280);font-size:.72rem;line-height:1.2}.pos-summary__value{color:var(--theme-text,#111);white-space:nowrap;font-size:1.2rem;font-weight:600}.pos-summary__value--discount{color:var(--lux-danger)}.pos-summary__select{flex:none;width:auto}.pos-summary__select--none{flex-basis:100px;width:100px}.pos-summary__select .lux-select__control{border-radius:4px;min-height:32px;padding:.15rem .4rem;font-size:.825rem}.pos-summary__select .lux-select__single-value,.pos-summary__select .lux-select__placeholder{font-size:.825rem}.pos-summary__select .lux-select__menu{min-width:80px}.pos-summary__input{border:1px solid var(--theme-elevation-200,#e5e7eb);background:var(--theme-input-bg,#fff);color:var(--theme-text,#111);box-sizing:border-box;border-radius:4px;outline:none;width:100px;min-height:32px;padding:.3rem .5rem;font-size:.875rem}.pos-summary__input:focus{border-color:var(--theme-success-500,#2563eb)}.pos-summary__text-input{border:1px solid var(--theme-elevation-200,#e5e7eb);background:var(--theme-input-bg,#fff);width:100%;color:var(--theme-text,#111);border-radius:4px;outline:none;padding:.3rem .5rem;font-size:.78rem}.pos-summary__text-input:focus{border-color:var(--theme-success-500,#2563eb)}.pos-summary__total-row{border-top:2px solid var(--theme-elevation-100,#f3f4f6);grid-template-columns:1fr auto;align-items:center;gap:.5rem;padding-top:.5rem;padding-bottom:.5rem;display:grid}.pos-summary__total-label{color:var(--theme-text,#111);font-weight:700}.pos-summary__total-value{color:var(--theme-text,#111);white-space:nowrap;font-size:1.5rem;font-weight:600}.pos-summary__total-value--discount{color:var(--lux-danger)}.pos-summary__divider{border:none;border-top:1px dashed var(--theme-elevation-200,#e5e7eb);margin:.125rem 0}.pos-summary__row--remaining{font-size:1rem}@keyframes spin{to{transform:rotate(360deg)}}.invoice-print{display:none}@media print{body>:not(.invoice-print){display:none!important}body *{visibility:hidden}.invoice-print{visibility:visible;box-sizing:border-box;background:var(--lux-white);z-index:99999;width:100%;min-height:auto;padding:0;display:block!important;position:static!important}.sales-pos__body,.sales-pos__header,.invoice-manager__editor-body,.invoice-manager__editor-header,aside,header,.app-header,.nav{display:none!important}.sales-pos,.invoice-manager,.invoice-manager__editor{width:auto!important;min-height:0!important;margin:0!important;padding:0!important;display:block!important;overflow:visible!important}.invoice-print *{visibility:visible}@page{size:A4 portrait;margin:10mm}html,body{width:auto!important;min-height:0!important;margin:0!important;padding:0!important;overflow:visible!important}.invoice-print{color:var(--lux-black);font-family:var(--font-invoice-display),"Times New Roman",Times,serif!important}.invoice-print,.invoice-print *{font-family:var(--font-invoice-display),"Times New Roman",Times,serif!important}.invoice-print__header{border-bottom:1px solid #1111112e;align-items:center;gap:1.25rem;margin-bottom:.85rem;padding-bottom:1rem;display:flex}.invoice-print__brand{flex:1;align-items:center;gap:1rem;min-width:0;display:flex}.invoice-print__logo{object-fit:contain;flex-shrink:0;width:145px;height:auto}.invoice-print__company{flex:1;min-width:0}.invoice-print__company-name{letter-spacing:0;margin:0 0 .2rem;padding-top:.08rem;font-size:1.4rem;font-weight:700;line-height:1.28;font-family:var(--font-invoice-display),"Times New Roman",Times,serif!important}.invoice-print__company-slogan{color:var(--lux-black);margin:0 0 .7rem;font-size:.84rem;font-weight:700;line-height:1.3;font-family:var(--font-invoice-display),"Times New Roman",Times,serif!important}.invoice-print p{margin:.14rem 0;font-size:.76rem;line-height:1.32}.invoice-print__company-line{color:var(--lux-black)}.invoice-print__company-label{font-weight:400}.invoice-print__heading{text-align:center;margin-bottom:1rem}.invoice-print__title{text-transform:uppercase;margin:0;font-size:1.45rem;font-weight:800;line-height:1.2;font-family:var(--font-invoice-display),"Times New Roman",Times,serif!important}.invoice-print__date{color:var(--lux-print-gray);margin:.5rem 0 0;font-size:.84rem}.invoice-print__card{background:0 0;border:none;border-radius:0;padding:0}.invoice-print__card--customer{margin-bottom:1.2rem}.invoice-print__card-title{letter-spacing:.08em;text-transform:uppercase;color:var(--lux-print-gray);margin-bottom:.4rem;font-size:.78rem;font-weight:800}.invoice-print__info-grid{flex-direction:column;gap:.25rem;display:flex}.invoice-print__info-row{grid-template-columns:110px 1fr;justify-content:start;align-items:baseline;gap:.5rem;font-size:.9rem;display:grid}.invoice-print__info-row span{color:var(--lux-print-gray)}.invoice-print__info-row strong{text-align:left;font-weight:700}.invoice-print__info-row--highlight{border-top:1px dashed var(--lux-print-border);margin-top:.2rem;padding-top:.55rem}.invoice-print__info-row--highlight strong{font-size:1rem}.invoice-print__table{table-layout:fixed;border-collapse:collapse;box-sizing:border-box;border:1px solid var(--lux-print-border);width:calc(100% - 1px);max-width:calc(100% - 1px);margin-bottom:1rem;font-size:.85rem}.invoice-print__table th,.invoice-print__table td{box-sizing:border-box;border:.75px solid var(--lux-print-border);vertical-align:top;overflow-wrap:anywhere;padding:.48rem .6rem}.invoice-print__table th{text-align:left;background:#f1f5f9;font-weight:700}.invoice-print__table tbody tr:nth-child(2n) td{background:var(--lux-print-alt)}.invoice-print__col-stt{width:44px}.invoice-print__col-unit{width:60px}.invoice-print__unit-text{white-space:nowrap;overflow-wrap:normal;max-width:100%;line-height:1.15;display:inline-block}.invoice-print__col-qty{width:72px}.invoice-print__col-price,.invoice-print__col-total,.invoice-print__col-discount{width:120px}.invoice-print__col-center{text-align:center!important}.invoice-print__col-right{white-space:nowrap;text-align:right!important}.invoice-print__product-name{font-weight:600;line-height:1.35}.invoice-print__product-meta,.invoice-print__product-note{color:var(--lux-print-gray);margin-top:.18rem;padding-left:.4rem;font-size:.8rem}.invoice-print__product-note{font-style:italic}.invoice-print__line-total{font-weight:600}.invoice-print__totals{width:390px;margin-left:auto;padding:0;font-size:.9rem}.invoice-print__total-row{border-bottom:1px solid var(--lux-print-divider);justify-content:space-between;gap:1rem;padding:.32rem 0;display:flex}.invoice-print__total-row span:last-child{text-align:right;white-space:nowrap}.invoice-print__total-row--no-divider{border-bottom:none}.invoice-print__total-row--grand{border-top:2px solid var(--lux-black);border-bottom:none;margin-top:.35rem;padding-top:.55rem;font-size:1rem;font-weight:800}.invoice-print__total-row--remaining{border-bottom:2px double var(--lux-black);font-size:1rem;font-weight:800}.invoice-print__total-row--customer-credit{color:var(--lux-print-gray);border-bottom:none;margin-top:.25rem;font-size:.82rem}.invoice-print__total-label-block{flex-direction:column;gap:.08rem;display:flex}.invoice-print__total-label-block small{color:var(--lux-print-gray);font-size:.72rem;line-height:1.2}.invoice-print__amount-words{color:var(--lux-print-gray);margin-top:.55rem;font-size:.82rem;font-style:italic;line-height:1.45}.invoice-print__signature{text-align:center;justify-content:space-between;gap:3rem;margin-top:3.25rem;font-size:.875rem;display:flex}.invoice-print__signature-col{flex:1}.invoice-print__signature-title{margin:0;font-weight:700;font-family:var(--font-invoice-display),"Times New Roman",Times,serif!important}.invoice-print__signature-note{color:var(--lux-print-gray);margin:.2rem 0 3.75rem;font-style:italic;font-weight:400}.invoice-print__signature-line{border-top:1px solid var(--lux-print-border);width:72%;margin:0 auto}}
.lux-empty-state{border:1px dashed var(--theme-elevation-150);background:color-mix(in srgb, var(--theme-elevation-50) 55%, transparent);width:100%;min-height:280px;color:var(--theme-elevation-600);text-align:center;font:inherit;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:2rem;display:flex}.lux-empty-state--clickable{cursor:pointer;transition:background .15s,border-color .15s,box-shadow .15s,transform .15s}.lux-empty-state--clickable:hover{background:color-mix(in srgb, var(--theme-elevation-50) 25%, transparent);border-color:var(--theme-elevation-300);transform:translateY(-1px);box-shadow:0 6px 18px #0000000f}.lux-empty-state__icon{background:var(--theme-bg);width:56px;height:56px;color:var(--theme-elevation-500);border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;transition:border-color .15s,color .15s,transform .15s;display:inline-flex;box-shadow:0 1px 4px #0000000f}.lux-empty-state--clickable:hover .lux-empty-state__icon{border-style:dashed;border-color:var(--lux-accent);color:var(--lux-accent);transform:scale(1.04)}.lux-empty-state__title{color:var(--theme-text);margin:.4rem 0 0;font-size:1rem;font-weight:700}.lux-empty-state__description{max-width:360px;margin:0;font-size:.9rem;line-height:1.45}.lux-empty-state__actions{justify-content:center;align-items:center;gap:.5rem;margin-top:.35rem;display:inline-flex}
@font-face{font-family:Lora;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e7150917543fc9da-s.071m.n3zzn52i.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Lora;font-style:normal;font-weight:400;font-display:swap;src:url(../media/71fbf9c08529c2a5-s.0s73vwibz65qg.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Lora;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e9457141811d41ae-s.00tq~sneouii2.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Lora;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ac34884600cd8d5d-s.0q61mniqzdjv_.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Lora;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e1ccd2766b08c828-s.0dd-~h-3wf1jt.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Lora;font-style:normal;font-weight:400;font-display:swap;src:url(../media/507a47c1876d4ec2-s.p.0vig0aoy18nm3.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lora;font-style:normal;font-weight:400;font-display:swap;src:url(../media/8c2eb9ceedecfc8e-s.p.0oeo8epbafgia.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lora;font-style:normal;font-weight:500;font-display:swap;src:url(../media/e7150917543fc9da-s.071m.n3zzn52i.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Lora;font-style:normal;font-weight:500;font-display:swap;src:url(../media/71fbf9c08529c2a5-s.0s73vwibz65qg.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Lora;font-style:normal;font-weight:500;font-display:swap;src:url(../media/e9457141811d41ae-s.00tq~sneouii2.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Lora;font-style:normal;font-weight:500;font-display:swap;src:url(../media/ac34884600cd8d5d-s.0q61mniqzdjv_.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Lora;font-style:normal;font-weight:500;font-display:swap;src:url(../media/e1ccd2766b08c828-s.0dd-~h-3wf1jt.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Lora;font-style:normal;font-weight:500;font-display:swap;src:url(../media/507a47c1876d4ec2-s.p.0vig0aoy18nm3.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lora;font-style:normal;font-weight:500;font-display:swap;src:url(../media/8c2eb9ceedecfc8e-s.p.0oeo8epbafgia.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lora;font-style:normal;font-weight:600;font-display:swap;src:url(../media/e7150917543fc9da-s.071m.n3zzn52i.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Lora;font-style:normal;font-weight:600;font-display:swap;src:url(../media/71fbf9c08529c2a5-s.0s73vwibz65qg.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Lora;font-style:normal;font-weight:600;font-display:swap;src:url(../media/e9457141811d41ae-s.00tq~sneouii2.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Lora;font-style:normal;font-weight:600;font-display:swap;src:url(../media/ac34884600cd8d5d-s.0q61mniqzdjv_.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Lora;font-style:normal;font-weight:600;font-display:swap;src:url(../media/e1ccd2766b08c828-s.0dd-~h-3wf1jt.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Lora;font-style:normal;font-weight:600;font-display:swap;src:url(../media/507a47c1876d4ec2-s.p.0vig0aoy18nm3.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lora;font-style:normal;font-weight:600;font-display:swap;src:url(../media/8c2eb9ceedecfc8e-s.p.0oeo8epbafgia.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lora;font-style:normal;font-weight:700;font-display:swap;src:url(../media/e7150917543fc9da-s.071m.n3zzn52i.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Lora;font-style:normal;font-weight:700;font-display:swap;src:url(../media/71fbf9c08529c2a5-s.0s73vwibz65qg.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Lora;font-style:normal;font-weight:700;font-display:swap;src:url(../media/e9457141811d41ae-s.00tq~sneouii2.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Lora;font-style:normal;font-weight:700;font-display:swap;src:url(../media/ac34884600cd8d5d-s.0q61mniqzdjv_.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Lora;font-style:normal;font-weight:700;font-display:swap;src:url(../media/e1ccd2766b08c828-s.0dd-~h-3wf1jt.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Lora;font-style:normal;font-weight:700;font-display:swap;src:url(../media/507a47c1876d4ec2-s.p.0vig0aoy18nm3.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lora;font-style:normal;font-weight:700;font-display:swap;src:url(../media/8c2eb9ceedecfc8e-s.p.0oeo8epbafgia.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lora Fallback;src:local(Times New Roman);ascent-override:87.33%;descent-override:23.78%;line-gap-override:0.0%;size-adjust:115.2%}.lora_a13c9264-module__Mm0Vqq__className{font-family:Lora,Lora Fallback;font-style:normal}.lora_a13c9264-module__Mm0Vqq__variable{--font-invoice-display:"Lora", "Lora Fallback"}
.modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:10000;background:#0f172a66;justify-content:center;align-items:center;padding:1.5rem;animation:.25s ease-out fadeIn;display:flex;position:fixed;inset:0}.modal-container{background:var(--theme-bg);border:1px solid var(--theme-elevation-150);border-radius:16px;flex-direction:column;width:100%;max-width:440px;animation:.3s cubic-bezier(.34,1.56,.64,1) zoomIn;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000026,0 10px 10px -5px #0000000a}.modal-container--wide{max-width:920px}.modal-close{color:var(--theme-elevation-400);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.modal-close:hover{background:var(--theme-elevation-100);color:var(--theme-text);transform:rotate(90deg)}.modal-header{align-items:center;gap:.875rem;padding:2rem 2rem .75rem;display:flex}.modal-icon{flex-shrink:0}.modal-icon--danger{color:var(--lux-danger)}.modal-icon--warning{color:var(--lux-warning)}.modal-icon--success{color:var(--lux-success)}.modal-icon--info{color:var(--lux-accent)}.modal-title{color:var(--theme-text);letter-spacing:-.01em;margin:0;font-size:1.35rem;font-weight:700}.modal-body{color:var(--theme-elevation-600);flex-direction:column;gap:1rem;max-height:calc(90vh - 180px);padding:.5rem 2rem 2rem;font-size:1rem;line-height:1.6;display:flex;overflow-y:auto}.modal-message{white-space:pre-wrap;margin:0}.modal-footer{background:var(--theme-elevation-50);border-top:1px solid var(--theme-elevation-100);justify-content:flex-end;gap:.75rem;padding:1.25rem 2rem;display:flex}.modal-btn{cursor:pointer;border:none;border-radius:8px;padding:.7rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1)}.modal-btn--cancel{background:var(--theme-bg);color:var(--theme-elevation-700);border:1px solid var(--theme-elevation-200)}.modal-btn--cancel:hover{background:var(--theme-elevation-50);border-color:var(--theme-elevation-400);transform:translateY(-1px)}.modal-btn--cancel:active{transform:translateY(0)}.modal-btn--confirm{text-shadow:0 1px 1px #0000001a;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;color:var(--lux-white)!important}.modal-btn--confirm:active{transform:translateY(0)}.modal-btn--info,.modal-btn--success{background:var(--lux-accent)}.modal-btn--info:hover,.modal-btn--success:hover{background:var(--lux-accent-light);box-shadow:0 10px 15px -3px var(--lux-accent-shadow);transform:translateY(-1px)}.modal-btn--danger{background:var(--lux-danger)}.modal-btn--danger:hover{background:var(--lux-danger-light);box-shadow:0 10px 15px -3px var(--lux-danger-shadow);transform:translateY(-1px)}.modal-btn--warning{background:var(--lux-warning)}.modal-btn--warning:hover{background:var(--lux-warning-light);box-shadow:0 10px 15px -3px var(--lux-warning-shadow);transform:translateY(-1px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-field{flex-direction:column;gap:.375rem;display:flex}.modal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}@media (max-width:720px){.modal-grid{grid-template-columns:1fr}}.modal-label{color:var(--theme-elevation-600);font-size:.8rem;font-weight:500}.modal-required{color:var(--lux-danger)}.modal-input{border:1px solid var(--theme-elevation-200);background:var(--theme-bg);width:100%;color:var(--theme-text);box-sizing:border-box;border-radius:6px;outline:none;padding:.5rem .75rem;font-size:.875rem;transition:border-color .15s}.modal-input:focus{border-color:var(--lux-accent);box-shadow:0 0 0 2px var(--lux-accent-focus)}.modal-error{color:var(--lux-danger);background:var(--lux-danger-bg-soft);border:1px solid var(--lux-danger-border);border-radius:6px;margin:0;padding:.5rem .75rem;font-size:.875rem}.modal-thickness-row{border-bottom:1px solid var(--theme-elevation-100);align-items:center;gap:.5rem;padding-bottom:.5rem;display:flex}.modal-thickness-row:last-of-type{border-bottom:none;padding-bottom:0}.modal-thickness-row .modal-input{flex-shrink:0;width:80px;min-width:80px}.modal-thickness-checks{flex-direction:column;flex:1;gap:.25rem;display:flex}.modal-thickness-veneer-label{color:var(--theme-elevation-500);cursor:pointer;white-space:nowrap;align-items:center;gap:.25rem;font-size:.8125rem;display:flex}.modal-thickness-veneer-label input[type=checkbox]{width:15px;height:15px;accent-color:var(--lux-accent,#0d9488);cursor:pointer;flex-shrink:0}.modal-thickness-section{flex-direction:column;gap:.375rem;display:flex}.modal-btn--icon{border:1px solid var(--theme-elevation-200);background:var(--theme-bg);color:var(--theme-elevation-500);cursor:pointer;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:.5rem;transition:all .15s;display:flex}.modal-btn--icon:hover{border-color:var(--lux-danger);color:var(--lux-danger);background:var(--lux-danger-bg-soft)}.modal-btn--ghost{border:1.5px dashed var(--theme-elevation-200);color:var(--lux-accent);cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:.375rem;padding:.4rem .75rem;font-size:.825rem;font-weight:500;transition:all .15s;display:flex}.modal-btn--ghost:hover{border-color:var(--lux-accent);background:var(--lux-accent-bg-soft)}
.date-range-filter{grid-template-columns:minmax(0,1fr) .9rem minmax(0,1fr);align-items:end;gap:.4rem;display:grid}.date-range-filter__field{flex-direction:column;gap:.35rem;min-width:0;display:flex}.date-range-filter__label{color:var(--theme-elevation-600);letter-spacing:.01em;font-size:.72rem;font-weight:700;line-height:1.1}.date-range-filter__input{box-sizing:border-box;border:1px solid var(--theme-elevation-200);background:var(--theme-input-bg);width:100%;min-width:0;height:38px;color:var(--theme-text);border-radius:6px;padding:0 .55rem;font-size:.875rem}.date-range-filter__input:focus{border-color:var(--theme-elevation-400);outline:none}.date-range-filter__sep{width:.9rem;height:38px;color:var(--theme-elevation-400);flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;display:flex}.date-input{flex-direction:column;gap:.25rem;display:flex}.date-input__label{text-transform:uppercase;letter-spacing:.05em;color:var(--theme-elevation-500);font-size:.8rem;font-weight:600}.date-input__field{border:1px solid var(--theme-elevation-200);background:var(--theme-input-bg);color:var(--theme-text);border-radius:6px;padding:.4rem .6rem;font-size:.875rem}.date-input__field:focus{border-color:var(--lux-accent);outline:none}.date-input__field:disabled{opacity:.6;cursor:not-allowed}
.product-images-field{flex-direction:column;gap:.75rem;display:flex}.product-images-field__header{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.product-images-field__hint{color:var(--theme-elevation-500,#6b7280);font-size:.8rem}.product-images-field__input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.product-images-field__dropzone{border:2px dashed var(--theme-elevation-200,#d1d5db);background:var(--theme-elevation-25,#fcfcfd);text-align:center;cursor:pointer;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;min-height:8rem;padding:1rem 1.25rem;transition:border-color .15s,background .15s,transform .15s;display:flex}.product-images-field__dropzone:hover{border-color:var(--lux-accent,#0d9488);background:var(--lux-accent-focus,#0d94880d)}.product-images-field__dropzone:focus-visible{outline:2px solid var(--lux-accent,#0d9488);outline-offset:2px}.product-images-field__dropzone--active{border-color:var(--lux-accent,#0d9488);background:var(--lux-accent-focus,#0d94881a);transform:translateY(-1px)}.product-images-field__dropzone--disabled{opacity:.6;cursor:not-allowed}.product-images-field__dropzone-title{color:var(--theme-text,#111827);font-size:.95rem;font-weight:700}.product-images-field__dropzone-text,.product-images-field__dropzone-subtext{color:var(--theme-elevation-500,#6b7280)}.product-images-field__dropzone-text{font-size:.875rem}.product-images-field__dropzone-subtext{font-size:.8rem}.product-images-field__list{flex-direction:column;gap:.625rem;display:flex}.product-images-field__empty{border:1px dashed var(--theme-elevation-200,#d1d5db);color:var(--theme-elevation-500,#6b7280);text-align:center;border-radius:8px;padding:.875rem 1rem;font-size:.875rem}.product-images-field__item{border:1px solid var(--theme-elevation-150,#e5e7eb);background:var(--theme-bg,#fff);border-radius:10px;align-items:center;gap:.75rem;padding:.75rem;display:flex}.product-images-field__item--dragging{box-shadow:0 10px 20px #0000001f}.product-images-field__drag{border:1px solid var(--theme-elevation-150,#e5e7eb);background:var(--theme-elevation-50,#f9fafb);width:2rem;height:2rem;color:var(--theme-elevation-500,#6b7280);cursor:grab;touch-action:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.product-images-field__drag:active{cursor:grabbing}.product-images-field__preview{object-fit:cover;background:var(--theme-elevation-100,#f3f4f6);border-radius:8px;flex-shrink:0;width:4rem;height:4rem}.product-images-field__fallback{background:var(--theme-elevation-100,#f3f4f6);width:4rem;height:4rem;color:var(--theme-elevation-500,#6b7280);text-align:center;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;display:inline-flex}.product-images-field__meta{flex-direction:column;flex:1;gap:.35rem;min-width:0;display:flex}.product-images-field__name{color:var(--theme-text,#111827);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.product-images-field__actions{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.product-images-field__primary-btn,.product-images-field__remove-btn{border:1px solid var(--theme-elevation-150,#e5e7eb);background:var(--theme-bg,#fff);cursor:pointer;white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;min-width:2.25rem;min-height:2.25rem;padding:.45rem .7rem;font-size:.8rem;transition:background .15s,border-color .15s;display:inline-flex}.product-images-field__primary-btn:disabled,.product-images-field__remove-btn:disabled{opacity:.5;cursor:not-allowed}.product-images-field__primary-btn{color:var(--lux-accent,#0d9488)}.product-images-field__primary-btn:hover:not(:disabled){border-color:var(--lux-accent,#0d9488);background:var(--lux-accent-focus,#0d94881a)}.product-images-field__primary-btn--active{border-color:var(--lux-accent,#0d9488);background:var(--lux-accent-focus,#0d948824);box-shadow:inset 0 0 0 1px #0d94881f}.product-images-field__remove-btn{color:var(--lux-danger,#dc2626)}.product-images-field__remove-btn:hover:not(:disabled){border-color:var(--lux-danger,#dc2626);background:var(--lux-danger-bg-soft,#dc262614)}@media (max-width:720px){.product-images-field__item{flex-wrap:wrap;align-items:flex-start}.product-images-field__actions{justify-content:flex-start;width:100%;padding-left:7.5rem}}.product-images-field__error{color:var(--lux-danger,#dc2626);margin:0;font-size:.8125rem}
.lux-segmented-control{background:var(--theme-elevation-100,#f3f4f6);border-radius:8px;align-items:center;gap:2px;width:100%;padding:4px;display:inline-flex}.lux-segmented-control__label{cursor:pointer;white-space:nowrap;color:var(--theme-elevation-500,#6b7280);-webkit-user-select:none;user-select:none;border-radius:6px;flex:1;justify-content:center;align-items:center;padding:4px 12px;font-size:.8rem;font-weight:500;transition:all .2s;display:flex;position:relative}.lux-segmented-control__label:hover:not(.lux-segmented-control__label--active):not(.lux-segmented-control__label--disabled){color:var(--theme-text,#111);background:var(--theme-elevation-150,#e5e7eb)}.lux-segmented-control__label--active{background:var(--theme-bg,#fff);color:var(--lux-accent,#0d9488);font-weight:600;box-shadow:0 1px 3px #0000001a}.lux-segmented-control__label--disabled{cursor:not-allowed;opacity:.6}.lux-segmented-control__input{opacity:0;pointer-events:none;width:0;height:0;margin:0;position:absolute}.lux-segmented-control__text{z-index:1;position:relative}
.products-hub{max-width:1200px;margin:0 auto;padding:2rem}.products-hub__header{margin-bottom:2rem}.products-hub__header h1{font-size:1.5rem;font-weight:600}.products-hub__group{margin-bottom:2rem}.products-hub__group:last-child{margin-bottom:0}.products-hub__group-label{letter-spacing:.08em;text-transform:uppercase;color:var(--theme-elevation-400);margin:0 0 .75rem;font-size:.72rem;font-weight:700}.products-hub__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.products-hub__card{color:inherit;background:var(--theme-bg,#fff);border:1.5px solid;border-radius:10px;align-items:center;padding:1.25rem 1.5rem;text-decoration:none;transition:box-shadow .15s,transform .15s;display:flex}.products-hub__card:hover{transform:translateY(-1px);box-shadow:0 4px 16px #00000014}.products-hub__card--split{padding:0;overflow:hidden}.products-hub__card-link{min-width:0;color:inherit;flex:1;align-items:center;gap:1rem;padding:1.25rem 1.5rem;text-decoration:none;transition:background .15s;display:flex}.products-hub__card-create{cursor:pointer;opacity:.7;background:0 0;border:none;border-left:1.5px solid;flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;width:48px;transition:background .15s,opacity .15s;display:flex}.products-hub__card-create:hover{opacity:.4;filter:brightness(.92)}.products-hub__card-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.products-hub__card-content{flex-direction:column;gap:.3rem;min-width:0;display:flex}.products-hub__card-content p{color:var(--theme-elevation-500);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.8rem;overflow:hidden}.products-hub__tag{letter-spacing:.01em;border:1px solid;border-radius:999px;align-items:center;width:fit-content;padding:.2rem .55rem;font-size:.78rem;font-weight:600;display:inline-flex}.create-board-modal{max-width:600px}.create-board-modal__body{flex-direction:column;gap:1rem;max-height:calc(90vh - 180px);padding:0 2rem 1rem;display:flex;overflow-y:auto}.create-board-modal__preview{background:var(--theme-elevation-50,#f9fafb);border:1px solid var(--theme-elevation-200,#e5e7eb);border-radius:8px;align-items:baseline;gap:.625rem;padding:.625rem .875rem;display:flex}.create-board-modal__preview--filled{background:#0d94880f;border-color:#0d94884d}.create-board-modal__preview-label{text-transform:uppercase;letter-spacing:.06em;color:var(--theme-elevation-400,#9ca3af);white-space:nowrap;flex-shrink:0;font-size:.7rem;font-weight:600}.create-board-modal__preview--filled .create-board-modal__preview-label{color:var(--lux-accent,#0d9488)}.create-board-modal__preview-name{color:var(--theme-elevation-400,#9ca3af);font-size:.875rem;font-style:italic;font-weight:500}.create-board-modal__preview--filled .create-board-modal__preview-name{color:var(--theme-text,#111);font-style:normal}.create-board-modal__row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.create-board-modal__field{flex-direction:column;gap:.3rem;display:flex}.create-board-modal__label{color:var(--theme-elevation-600,#4b5563);font-size:.8rem;font-weight:500}.create-board-modal__label span{color:var(--lux-danger)}.create-board-modal__select{width:100%}.create-board-modal__select .lux-select__control{border-radius:6px;padding:.35rem .625rem;font-size:.875rem}.create-board-modal__sides-grid{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}.create-board-modal__side-card{border:1.5px solid var(--theme-elevation-200,#e5e7eb);background:var(--theme-elevation-50,#f9fafb);cursor:pointer;border-radius:8px;flex-direction:column;align-items:center;gap:.25rem;padding:.625rem .5rem;transition:border-color .15s,background .15s;display:flex}.create-board-modal__side-card:hover{border-color:var(--lux-accent,#0d9488)}.create-board-modal__side-card--active{border-color:var(--lux-accent,#0d9488);background:#0d94880f}.create-board-modal__side-icon{font-size:1.1rem;line-height:1}.create-board-modal__side-label{color:var(--theme-elevation-600,#4b5563);font-size:.75rem;font-weight:500}.create-board-modal__side-card--active .create-board-modal__side-label{color:var(--lux-accent,#0d9488)}.create-board-modal__veneer-block{background:var(--theme-elevation-50,#f9fafb);border:1px solid var(--theme-elevation-100,#f3f4f6);border-radius:8px;flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.create-board-modal__section-title{text-transform:uppercase;letter-spacing:.05em;color:var(--theme-elevation-500,#3a3e47);font-size:.75rem;font-weight:600}.create-board-modal__diff-sides{flex-direction:column;gap:.75rem;display:flex}.create-board-modal__error{color:var(--lux-danger);background:var(--lux-danger-bg-soft);border:1px solid var(--lux-danger-border);border-radius:6px;margin:0;padding:.5rem .75rem;font-size:.875rem}.create-board-modal__btn--outline{background:var(--theme-bg)!important;color:var(--lux-accent)!important;border:1.5px solid var(--lux-accent)!important;box-shadow:none!important;text-shadow:none!important}.create-board-modal__btn--outline:hover{transform:translateY(-1px);background:var(--lux-accent-bg-soft)!important}.create-board-modal__btn--outline:active{transform:translateY(0)}
.collection-page{max-width:1200px;margin:0 auto;padding:2rem}.collection-page__header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.collection-page__header h1{margin:0;font-size:1.5rem;font-weight:600}.collection-page__create-btn{background:var(--lux-accent);color:var(--lux-white);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.55rem 1.1rem;font-size:.9rem;font-weight:600;transition:background .15s,transform .15s;display:flex}.collection-page__create-btn:hover{background:var(--lux-accent-light);transform:translateY(-1px)}.collection-page__create-btn:active{transform:translateY(0)}.collection-page__search{margin-bottom:1rem;position:relative}.collection-page__search-icon{color:var(--theme-elevation-400,#9ca3af);pointer-events:none;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.collection-page__search-input{border:1px solid var(--theme-elevation-150,#e5e7eb);background:var(--theme-bg,#fff);width:100%;max-width:320px;color:var(--theme-text,#111);border-radius:7px;outline:none;padding:.5rem .75rem .5rem 2.1rem;font-size:.875rem;transition:border-color .15s}.collection-page__search-input:focus{border-color:var(--lux-accent,#0d9488)}.collection-page__search-input::placeholder{color:var(--theme-elevation-400,#9ca3af)}.collection-page__table-wrap{border:1px solid var(--theme-elevation-150,#e5e7eb);border-radius:8px;min-height:10dvh;max-height:60dvh;overflow:auto}.collection-page table{border-collapse:collapse;width:100%}.collection-page th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--theme-elevation-500,#6b7280);background:var(--theme-elevation-50,#f9fafb);border-bottom:1px solid var(--theme-elevation-150,#e5e7eb);padding:.75rem 1rem;font-size:.78rem;font-weight:600}.collection-page td{border-bottom:1px solid var(--theme-elevation-100,#f3f4f6);padding:.85rem 1rem;font-size:.9rem}.collection-page tr:last-child td{border-bottom:none}.collection-page__row{cursor:pointer;transition:background .12s}.collection-page__row:hover{background:var(--theme-elevation-50,#f9fafb)}.collection-page__pagination{justify-content:center;align-items:center;gap:1rem;padding:1.25rem 0 0;display:flex}.collection-page__pagination button{border:1px solid var(--theme-elevation-200,#e5e7eb);background:var(--theme-bg,#fff);cursor:pointer;border-radius:6px;padding:.4rem 1rem;font-size:.85rem;transition:background .12s}.collection-page__pagination button:disabled{opacity:.4;cursor:default}.collection-page__pagination button:not(:disabled):hover{background:var(--theme-elevation-50,#f9fafb)}.collection-page__pagination span{color:var(--theme-elevation-500,#6b7280);font-size:.85rem}.collection-page__error{color:var(--theme-error-500);padding:1rem 0}.collection-page__empty,.collection-page__loading{text-align:center;color:var(--theme-elevation-500,#6b7280);padding:3rem;font-size:.9rem}.collection-page__toast{z-index:99999;border-radius:8px;align-items:center;gap:.75rem;max-width:340px;padding:.75rem 1rem .75rem 1.25rem;font-size:.9rem;font-weight:500;animation:.2s toastSlideIn;display:flex;position:fixed;top:1.25rem;right:1.25rem;box-shadow:0 4px 12px #00000026}.collection-page__toast--success{background:var(--lux-col-board-icon);color:var(--lux-white)}.collection-page__toast--error{background:var(--lux-danger);color:var(--lux-white)}.collection-page__toast-dismiss{cursor:pointer;width:20px;height:20px;color:var(--lux-white);background:#fff3;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;font-size:1rem;line-height:1;display:inline-flex}.collection-page__toast-dismiss:hover{background:#ffffff59}@keyframes toastSlideIn{0%{opacity:0;transform:translate(1rem)}to{opacity:1;transform:translate(0)}}
.seed-page{max-width:860px;padding:2rem}.seed-page__header{margin-bottom:2rem}.seed-page__header h1{margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.seed-page__header p{color:var(--theme-elevation-500);margin:0}.seed-page__sections{flex-direction:column;gap:1.5rem;display:flex}.seed-page__section{border:1px solid var(--theme-elevation-150);background:var(--theme-elevation-0);border-radius:8px;padding:1.5rem}.seed-page__section-header{margin-bottom:1.25rem}.seed-page__section-header h2{margin:0 0 .375rem;font-size:1.1rem;font-weight:600}.seed-page__section-header p{color:var(--theme-elevation-500);margin:0;font-size:.875rem}.seed-page__preview{background:var(--theme-elevation-50);border-radius:6px;gap:2rem;margin-bottom:1.25rem;padding:1rem;font-size:.875rem;display:flex}.seed-page__preview strong{margin-bottom:.5rem;display:block}.seed-page__preview ul{color:var(--theme-elevation-600);margin:0;padding:0 0 0 1.2rem}.seed-page__preview ul li{margin-bottom:.2rem}.seed-page__preview-col{flex:1}.seed-page__action{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.seed-page__section--danger{border-color:var(--lux-danger-border);background:var(--lux-danger-bg-soft)}.seed-page__btn{background:var(--theme-success-500);color:var(--lux-white);cursor:pointer;border:none;border-radius:6px;padding:.6rem 1.25rem;font-size:.9rem;font-weight:500;transition:opacity .15s}.seed-page__btn:hover:not(:disabled){opacity:.88}.seed-page__btn:disabled{opacity:.5;cursor:not-allowed}.seed-page__btn--danger{background:var(--lux-danger)}.seed-page__result{font-size:.875rem;font-weight:500}.seed-page__result--ok{color:var(--theme-success-500)}.seed-page__result--err{color:var(--theme-error-500)}
