.cust-screen{flex:1;min-height:0;display:flex;flex-direction:column}.cust-grid{flex:1;min-height:0;display:grid;grid-template-columns:22rem 1fr;gap:.75rem}.cust-list-col{display:flex;flex-direction:column;gap:.7rem;min-height:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:.9rem}.cust-list-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.cust-list-header__actions{display:flex;align-items:center;gap:.4rem;flex-shrink:0}.cust-list-header h1{font-size:1.35rem;font-weight:700}.cust-search{display:flex;align-items:center;gap:.6rem;padding:0 .85rem;min-height:var(--touch-sm);border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface-sunken);color:var(--text-muted);transition:border-color .2s ease,box-shadow .2s ease}.cust-search input{flex:1;border:none;background:transparent;outline:none;font-size:.98rem;color:var(--text)}.cust-list{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:.35rem}.cust-list-status{display:flex;align-items:center;justify-content:center;padding:2rem 0;color:var(--text-muted)}.cust-list-item{display:flex;align-items:center;gap:.7rem;padding:.6rem .7rem;border:1px solid transparent;border-radius:var(--radius);background:transparent;cursor:pointer;text-align:left;transition:background .15s ease,border-color .15s ease}.cust-list-item:hover{background:var(--surface-sunken)}.cust-list-item.is-active{background:var(--accent-soft);border-color:var(--accent-border)}.cust-list-item__avatar{width:2.5rem;height:2.5rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-pill);background:var(--accent-soft-2);color:var(--accent-stronger);font-weight:700;font-size:.85rem}.cust-list-item__body{min-width:0;display:flex;flex-direction:column;gap:.1rem}.cust-list-item__name{font-size:.95rem;font-weight:600;color:var(--text);display:flex;align-items:center;gap:.4rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cust-list-item__badge{font-size:.62rem;font-weight:700;letter-spacing:.06em;padding:.1rem .35rem;border-radius:var(--radius-pill);background:var(--grey-20);color:var(--grey-60)}.cust-list-item__email,.cust-list-item__phone{font-size:.8rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cust-detail-col{min-height:0;overflow-y:auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.cust-empty{height:100%;min-height:18rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;color:var(--text-muted);text-align:center;padding:2rem}.cust-detail{padding:1.2rem 1.3rem;display:flex;flex-direction:column;gap:1.1rem}.cust-banner{border-radius:var(--radius);padding:.7rem .95rem;font-size:.9rem}.cust-banner--error{background:var(--danger-bg);border:1px solid var(--danger-border);color:var(--danger-text)}.cust-profile-header{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.cust-profile-header__avatar{width:3.5rem;height:3.5rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-pill);background:var(--accent);color:var(--accent-contrast);font-family:var(--font-display);font-weight:700;font-size:1.15rem}.cust-profile-header__info{flex:1;min-width:0}.cust-profile-header__info h2{font-size:1.35rem;font-weight:700}.cust-profile-header__meta{display:flex;flex-wrap:wrap;gap:.25rem 1rem;margin-top:.25rem;color:var(--text-muted);font-size:.88rem}.cust-profile-header__meta span{display:inline-flex;align-items:center;gap:.35rem}.cust-profile-header__actions{display:flex;gap:.5rem}.cust-btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:var(--touch-sm);padding:.6rem 1rem;border:none;border-radius:var(--radius);font-size:.92rem;font-weight:600;cursor:pointer;transition:filter .15s ease,background .15s ease}.cust-btn--sm{min-height:2.25rem;padding:.4rem .8rem;font-size:.85rem}.cust-btn--icon{width:2.25rem;padding-inline:0}.cust-btn--primary{background:var(--accent);color:var(--accent-contrast)}.cust-btn--primary:hover{filter:brightness(1.05)}.cust-btn--secondary{background:var(--surface-sunken);border:1px solid var(--border);color:var(--text)}.cust-btn--ghost{background:var(--accent-soft);color:var(--accent-stronger)}.cust-btn:disabled{opacity:.55;cursor:not-allowed}.cust-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(8.5rem,1fr));gap:.6rem}.cust-metric-card{display:flex;flex-direction:column;gap:.3rem;padding:.8rem .9rem;border-radius:var(--radius);background:var(--surface-sunken);border:1px solid var(--border)}.cust-metric-card__label{font-size:.78rem;color:var(--text-muted)}.cust-metric-card__value{font-size:1.15rem;font-weight:800;color:var(--text)}.cust-section-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;align-items:stretch;padding-top:.4rem;border-top:1px solid var(--border)}.cust-section-row>.cust-section{padding-top:0;border-top:0;min-width:0;height:100%}.cust-section{display:flex;flex-direction:column;gap:.7rem;padding-top:.4rem;border-top:1px solid var(--border)}.cust-section__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.cust-section__head h3{display:inline-flex;align-items:center;gap:.45rem;font-size:1.05rem;font-weight:700}.cust-section__empty{color:var(--text-muted);font-size:.9rem}.cust-discount-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.cust-discount-select{position:relative;z-index:4;min-width:12.5rem}.cust-discount-select__trigger{width:100%;min-height:var(--touch-sm);display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:0 .85rem;border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface);color:var(--text);font:inherit;font-size:.96rem;font-weight:600;text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.cust-discount-select__trigger>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cust-discount-select__trigger>svg{flex:0 0 auto;color:var(--text-muted);transition:transform .15s ease,color .15s ease}.cust-discount-select__trigger:hover,.cust-discount-select__trigger.is-open{border-color:var(--accent-border)}.cust-discount-select__trigger.is-open{box-shadow:var(--focus-ring)}.cust-discount-select__trigger.is-open>svg{transform:rotate(180deg);color:var(--accent-stronger)}.cust-discount-select__menu{position:absolute;top:calc(100% + .4rem);left:0;right:0;z-index:50;display:flex;flex-direction:column;gap:.2rem;padding:.35rem;border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-lg)}.cust-discount-select__option{width:100%;min-height:var(--touch-sm);display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.55rem .7rem;border:0;border-radius:var(--radius-sm);background:transparent;color:var(--text);font:inherit;font-size:.92rem;font-weight:550;text-align:left;cursor:pointer}.cust-discount-select__option:hover{background:var(--surface-sunken)}.cust-discount-select__option.is-selected{background:var(--accent-soft);color:var(--accent-stronger);font-weight:700}.cust-discount-row .cust-discount-select__trigger:disabled,.cust-discount-row button:disabled{opacity:.55;cursor:not-allowed}.cust-company-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;max-width:none}.cust-company-field{display:grid;gap:.2rem;padding:.75rem .85rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-sunken)}.cust-company-field--wide{grid-column:1 / -1}.cust-company-field span{color:var(--text-muted);font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.cust-company-field strong{color:var(--text);font-size:.92rem;font-weight:600;line-height:1.35;overflow-wrap:anywhere}.cust-address-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(15rem,1fr));gap:.6rem}.cust-address-card{display:flex;flex-direction:column;justify-content:space-between;gap:.6rem;padding:.85rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.cust-address-card__body{display:flex;flex-direction:column;gap:.2rem;font-size:.88rem;color:var(--text-subtle)}.cust-address-card__name{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--accent-stronger)}.cust-address-card__body strong{color:var(--text);font-size:.95rem}.cust-address-card__actions{display:flex;gap:.5rem}.cust-address-card__actions button{display:inline-flex;align-items:center;gap:.35rem;border:none;background:transparent;color:var(--text-muted);font-size:.82rem;font-weight:600;cursor:pointer;padding:.25rem 0}.cust-address-card__actions button:hover{color:var(--accent-stronger)}.cust-address-card__actions button.is-danger:hover{color:var(--danger)}.cust-address-card__actions button:disabled{opacity:.5;cursor:not-allowed}.cust-date-range{display:flex;align-items:flex-end;flex-wrap:wrap;gap:.55rem;position:relative;z-index:5}.cust-date-range .pos-date-picker{min-width:9.5rem}.cust-date-range .pos-date-picker:last-of-type .pos-date-picker__popover{left:auto;right:0}.cust-date-range__clear{align-self:center;border:none;background:transparent;color:var(--accent-stronger);font-weight:600;cursor:pointer;font-size:.82rem;min-height:var(--touch-sm);padding:0 .35rem}.cust-orders{display:flex;flex-direction:column;gap:.4rem}.cust-order-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:.65rem .85rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);cursor:pointer;text-align:left;transition:background .15s ease,border-color .15s ease}.cust-order-row:hover{background:var(--surface-sunken);border-color:var(--accent-border)}.cust-order-row__main{display:flex;flex-direction:column;gap:.2rem;min-width:0}.cust-order-row__main strong{font-size:.95rem}.cust-order-row__main span{font-size:.8rem;color:var(--text-muted)}.cust-order-row__details{display:flex;flex-wrap:wrap;gap:.35rem .65rem;font-size:.78rem;color:var(--text-subtle)}.cust-order-row__meta{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.cust-order-row__total{min-width:5.5rem;text-align:right;font-size:.95rem}.cust-order-row__chevron{color:var(--text-muted);flex-shrink:0}.cust-order-status{font-size:.75rem;font-weight:600;padding:.2rem .55rem;border-radius:var(--radius-pill)}.cust-order-status--orange{background:var(--status-orange-bg);color:var(--status-orange)}.cust-order-status--yellow{background:var(--status-yellow-bg);color:var(--status-yellow)}.cust-order-status--blue{background:var(--status-blue-bg);color:var(--status-blue)}.cust-order-status--turquoise{background:var(--status-turquoise-bg);color:var(--status-turquoise)}.cust-order-status--green{background:var(--success-bg);color:var(--success)}.cust-order-status--red{background:var(--danger-bg);color:var(--danger-text)}.cust-order-status--gray{background:var(--surface-sunken);color:var(--text-subtle)}.cust-modal-overlay{position:fixed;inset:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:1rem;background:#11182773;backdrop-filter:blur(2px)}.cust-modal{width:100%;max-width:30rem;max-height:92vh;overflow-y:auto;background:var(--surface);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);padding:1.4rem;display:flex;flex-direction:column;gap:.85rem}.cust-modal h2{font-size:1.25rem;font-weight:700}.cust-form{display:flex;flex-direction:column;gap:.7rem}.cust-form label,.cust-form__field{display:flex;flex-direction:column;align-items:stretch;gap:.3rem;min-width:0;width:100%;font-size:.83rem;font-weight:600;color:var(--text-subtle)}.cust-form label>span,.cust-form__label{display:block;width:100%;text-align:left;line-height:1.3}.cust-form input{width:100%;min-width:0;min-height:var(--touch-sm);padding:0 .85rem;border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface);font-size:1rem;color:var(--text)}.cust-form input:focus-visible{border-color:var(--accent-border)}.cust-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;align-items:start}.cust-form__grid>*{min-width:0}.cust-form__grid--postal{grid-template-columns:minmax(0,9rem) minmax(0,1fr)}.cust-eik-row{display:flex;gap:.5rem}.cust-eik-row input{flex:1}.cust-company-msg{font-size:.85rem;margin:-.2rem 0 .1rem}.cust-company-msg--success{color:var(--success)}.cust-company-msg--error{color:var(--danger-text)}.cust-modal__actions{display:flex;gap:.6rem;margin-top:.4rem}.cust-modal__actions .cust-btn{flex:1;min-height:var(--touch)}.cust-modal--import{max-width:32rem;max-height:min(80vh,40rem);overflow:auto}.cust-import-note{margin:.15rem 0 .75rem;font-size:.88rem;color:var(--text-muted);line-height:1.35}.cust-import-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin:.4rem 0 .8rem}.cust-import-summary div{display:flex;flex-direction:column;gap:.15rem;padding:.55rem .7rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-sunken)}.cust-import-summary span{font-size:.8rem;color:var(--text-muted)}.cust-import-summary strong{font-size:1.15rem}.cust-import-log{margin-bottom:.75rem}.cust-import-log h3{margin:0 0 .35rem;font-size:.92rem}.cust-import-log ul{margin:0;padding-left:1.1rem;max-height:10rem;overflow:auto;color:var(--text-muted);font-size:.85rem}@media(max-width:900px){.cust-grid{grid-template-columns:1fr;grid-template-rows:auto 1fr}.cust-list-col{max-height:40vh}.cust-section-row,.cust-company-grid{grid-template-columns:1fr}}
