:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;color:#0f172a;background:#f1f5f9}*{box-sizing:border-box}body{margin:0;min-height:100dvh}.landing-page{--brand-50: #e0fbf7;--brand-100: #b3f4eb;--brand-300: #4dd9c8;--brand-400: #26d0bd;--brand-500: #00bfa3;--brand-600: #009a84;--brand-700: #007a69;--landing-ease: cubic-bezier(.22, 1, .36, 1);min-height:100dvh;display:flex;flex-direction:column;background:#fff;color:#0f172a;position:relative;overflow-x:hidden}@keyframes landing-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes landing-accent-in{0%{opacity:0;transform:translate(8%,-4%) scale(.96)}to{opacity:1;transform:translate(0) scale(1)}}.landing-accent{position:absolute;top:3.5rem;right:0;width:72vw;height:min(68vh,540px);background:linear-gradient(145deg,var(--brand-300) 0%,var(--brand-500) 52%,var(--brand-600) 100%);border-radius:0 0 0 180px;box-shadow:-12px 16px 48px #00bfa347,-4px 8px 24px #0f172a1a;z-index:0;pointer-events:none;animation:landing-accent-in 1.1s var(--landing-ease) both}.landing-accent-corner{position:absolute;bottom:0;left:0;width:100px;height:100px;background:#0f172a;border-radius:0 80px 0 0;z-index:0;pointer-events:none}.landing-page>*:not(.landing-accent):not(.landing-accent-corner){position:relative;z-index:1}.landing-header{position:sticky;top:0;z-index:20;padding:.75rem 1.5rem;background:#ffffffe6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgb(15 23 42 / .05);transition:box-shadow .35s var(--landing-ease)}.landing-header-inner{max-width:1180px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:.35rem .5rem;border-radius:999px}.landing-logo{display:inline-flex;align-items:center;gap:.55rem;font-weight:700;font-size:.95rem;letter-spacing:.04em;color:#0f172a;text-decoration:none;text-transform:uppercase}.landing-logo--footer{text-transform:none;font-weight:700}.landing-logo-icon{display:flex;align-items:center}.landing-nav{display:flex;align-items:center;gap:.15rem;flex-wrap:wrap;justify-content:flex-end}.landing-nav-link{color:#475569;text-decoration:none;font-size:.68rem;font-weight:600;letter-spacing:.11em;text-transform:uppercase;padding:.5rem .85rem;border-radius:999px;transition:color .3s var(--landing-ease),background .3s var(--landing-ease),transform .3s var(--landing-ease)}.landing-nav-link:hover{color:var(--brand-600);background:#00bfa31a;transform:translateY(-1px)}.landing-nav-cta{margin-left:.35rem;background:var(--brand-500);color:#fff;border:1px solid transparent;border-radius:999px;padding:.6rem 1.25rem;font-weight:600;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;box-shadow:0 6px 20px #00bfa347;transition:background .3s var(--landing-ease),box-shadow .3s var(--landing-ease),transform .3s var(--landing-ease)}.landing-nav-cta:hover{background:var(--brand-600);box-shadow:0 10px 28px #00bfa359;transform:translateY(-2px)}.landing-main{flex:1}.landing-hero{padding:2rem 1.5rem 1rem}.landing-hero-inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(0,34%) minmax(0,66%);gap:2rem;align-items:center;min-height:min(52vh,460px)}.landing-hero-copy{max-width:34rem;padding-top:1rem;animation:landing-fade-up .85s var(--landing-ease) both}.landing-title{margin:0 0 1rem;padding:1rem 1.25rem;width:fit-content;max-width:100%;font-size:clamp(2rem,4.2vw,3rem);line-height:1.08;letter-spacing:-.035em;font-weight:700;color:#fff;background:var(--brand-500);border:2px solid var(--brand-500);border-radius:20px;box-shadow:0 3px 0 var(--brand-600),0 5px 10px #009a8459}.landing-tagline{margin:0 0 2rem;font-size:.82rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--brand-600)}.landing-hero-cta{background:var(--brand-500);color:#fff;border:none;border-radius:999px;padding:.9rem 2rem;font-weight:600;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;box-shadow:0 10px 28px #00bfa352;transition:background .35s var(--landing-ease),box-shadow .35s var(--landing-ease),transform .35s var(--landing-ease)}.landing-hero-cta:hover{background:var(--brand-600);box-shadow:0 14px 36px #00bfa366;transform:translateY(-3px)}.landing-hero-cta:active{transform:translateY(-1px)}.landing-hero-cta--light{background:#fff;color:var(--brand-600);box-shadow:0 8px 24px #0f172a1f}.landing-hero-cta--light:hover{background:var(--brand-50);color:var(--brand-700)}.landing-hero-visual{display:flex;justify-content:center;align-items:center;padding:1rem;animation:landing-fade-up .85s .12s var(--landing-ease) both}.landing-hero-illustration{width:min(100%,420px);height:auto;filter:drop-shadow(0 20px 40px rgb(0 191 163 / .18));animation:landing-float 6s ease-in-out infinite}.landing-stats{padding:0 1.5rem 3rem;margin-top:-.5rem}.landing-stats-inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.landing-stat-card{position:relative;background:#fff;border:1px solid #e8edf0;border-radius:24px 24px 0 0;padding:1.65rem 1.5rem 2rem;text-align:center;box-shadow:0 8px 28px #0f172a0d;transition:transform .4s var(--landing-ease),box-shadow .4s var(--landing-ease);animation:landing-fade-up .7s var(--landing-ease) both}.landing-stat-card:nth-child(1){animation-delay:.2s}.landing-stat-card:nth-child(2){animation-delay:.32s}.landing-stat-card:nth-child(3){animation-delay:.44s}.landing-stat-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #00bfa31f}.landing-stat-card:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:12px;background:radial-gradient(circle at 10px 0,transparent 7px,#fff 7px) repeat-x;background-size:20px 12px;filter:drop-shadow(0 2px 0 #e2e8f0)}.landing-stat-label{margin:0 0 .65rem;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#64748b}.landing-stat-value{margin:0 0 .5rem;font-size:clamp(1.35rem,2.5vw,1.85rem);font-weight:800;letter-spacing:-.02em;color:#0f172a}.landing-stat-foot{margin:0;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#94a3b8}.landing-section{padding:4rem 1.5rem}.landing-section--muted{background:#f8fafc}.landing-section-inner{max-width:720px;margin:0 auto}.landing-section-inner--wide{max-width:1180px}.landing-eyebrow{margin:0 0 .75rem;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#64748b}.landing-eyebrow--green{color:var(--brand-500)}.landing-section-title{margin:0 0 2rem;font-size:clamp(1.65rem,3vw,2.25rem);line-height:1.15;letter-spacing:-.025em;font-weight:800}.landing-steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.landing-steps li{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 6px 20px #0f172a0a;transition:transform .35s var(--landing-ease),box-shadow .35s var(--landing-ease),border-color .35s var(--landing-ease)}.landing-steps li:hover{transform:translateY(-4px);border-color:#00bfa359;box-shadow:0 12px 32px #00bfa31a}.landing-steps li strong{font-size:1rem;color:#0f172a}.landing-steps li span:last-child{font-size:.9rem;line-height:1.55;color:#64748b}.landing-step-num{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:var(--brand-500);color:#fff;font-size:.8rem;font-weight:700;box-shadow:0 4px 12px #00bfa359}.landing-feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.landing-feature-card{padding:1.65rem;background:#fff;border:1px solid #e2e8f0;border-radius:20px;transition:border-color .35s var(--landing-ease),box-shadow .35s var(--landing-ease),transform .35s var(--landing-ease)}.landing-feature-card:hover{border-color:#00bfa373;box-shadow:0 12px 32px #00bfa31a;transform:translateY(-4px)}.landing-feature-card h3{margin:0 0 .5rem;font-size:1.05rem;font-weight:700;letter-spacing:-.01em}.landing-feature-card p{margin:0;font-size:.925rem;line-height:1.6;color:#64748b}.landing-faq{display:flex;flex-direction:column;gap:.65rem}.landing-faq-item{border:1px solid #e2e8f0;border-radius:16px;background:#fff;padding:.95rem 1.15rem;transition:border-color .3s var(--landing-ease),box-shadow .3s var(--landing-ease)}.landing-faq-item[open]{border-color:#00bfa359;box-shadow:0 8px 24px #00bfa314}.landing-faq-item summary{font-weight:700;cursor:pointer;list-style:none;transition:color .25s var(--landing-ease)}.landing-faq-item summary:hover{color:var(--brand-600)}.landing-faq-item summary::-webkit-details-marker{display:none}.landing-faq-item p{margin:.75rem 0 0;color:#64748b;line-height:1.6;font-size:.95rem}.landing-btn-primary{background:var(--brand-500);color:#fff;border:none;border-radius:999px;padding:.65rem 1.25rem;font-weight:600;font-size:.95rem;transition:background .3s var(--landing-ease),transform .3s var(--landing-ease)}.landing-btn-primary:hover:not(:disabled){background:var(--brand-600);transform:translateY(-1px)}.landing-btn-primary--sm{padding:.45rem 1rem;font-size:.875rem}.landing-btn-primary--light{background:#fff;color:#0f172a}.landing-btn-primary--light:hover:not(:disabled){background:#f1f5f9}.landing-btn-ghost{display:inline-flex;align-items:center;justify-content:center;background:transparent;color:#475569;border:1px solid #e2e8f0;border-radius:999px;padding:.65rem 1.25rem;font-weight:600;font-size:.95rem;text-decoration:none;cursor:pointer}.landing-btn-ghost:hover{border-color:#cbd5e1;color:#0f172a}.landing-btn-ghost--sm{padding:.45rem 1rem;font-size:.875rem}.landing-banner{max-width:1180px;margin:0 auto 1rem;padding:0 1.5rem}.landing-banner--success{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1.1rem;background:var(--brand-50);border:1px solid rgb(0 191 163 / .25);border-radius:16px;color:var(--brand-700);font-size:.925rem;animation:landing-fade-up .5s var(--landing-ease) both}.landing-banner p{margin:0}.landing-banner-close{border:none;background:none;font-size:1.25rem;line-height:1;color:#166534;cursor:pointer;padding:.25rem}.landing-cta-band{padding:0 1.5rem 4rem}.landing-cta-band-inner{max-width:1180px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2.75rem 2.25rem;background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:28px;color:#fff;transition:transform .4s var(--landing-ease)}.landing-cta-band-inner:hover{transform:translateY(-2px)}.landing-cta-band-inner h2{margin:0 0 .35rem;font-size:1.5rem;letter-spacing:-.02em}.landing-cta-band-inner p{margin:0;color:#94a3b8;font-size:.95rem}.landing-footer{padding:1.5rem;border-top:1px solid #e2e8f0;background:#fff}.landing-footer-inner{max-width:1180px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.landing-footer p{margin:0;color:#94a3b8;font-size:.875rem}.landing-footer-link{color:#64748b;text-decoration:none;font-size:.875rem;font-weight:500}.landing-footer-link:hover{color:#0f172a}@media(max-width:900px){.landing-accent{top:0;right:0;width:100%;height:280px;border-radius:0 0 48px 48px}.landing-header-inner{flex-direction:column;align-items:flex-start}.landing-nav{width:100%;justify-content:flex-start}.landing-nav-link{color:#0f172a;font-size:.68rem;padding:.35rem .5rem}.landing-nav-cta{color:#fff;background:var(--brand-500);border-color:var(--brand-500)}.landing-hero-inner{grid-template-columns:1fr;min-height:auto}.landing-hero-visual{order:-1}.landing-stats-inner,.landing-steps,.landing-feature-grid{grid-template-columns:1fr}.landing-cta-band-inner{flex-direction:column;align-items:flex-start}}@media(prefers-reduced-motion:reduce){.landing-accent,.landing-hero-copy,.landing-hero-visual,.landing-hero-illustration,.landing-stat-card,.landing-banner--success,.landing-modal{animation:none}.landing-nav-link,.landing-nav-cta,.landing-hero-cta,.landing-stat-card,.landing-steps li,.landing-feature-card,.landing-cta-band-inner{transition:none}}.landing-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#0f172a73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:landing-backdrop-in .35s var(--landing-ease) both}@keyframes landing-backdrop-in{0%{opacity:0}to{opacity:1}}.landing-modal{position:relative;width:100%;max-width:560px;max-height:min(90dvh,720px);overflow-y:auto;padding:1.75rem;border-radius:24px;box-shadow:0 24px 64px #0f172a33;animation:landing-fade-up .45s var(--landing-ease) both}.landing-modal-close{position:absolute;top:1rem;right:1rem;border:none;background:#f1f5f9;width:2rem;height:2rem;border-radius:50%;font-size:1.25rem;line-height:1;color:#64748b;cursor:pointer}.landing-modal-close:hover{background:#e2e8f0;color:#0f172a}.landing-form-section h2,.landing-modal h2{margin:0 0 .35rem;font-size:1.35rem}.whats-new-modal{max-width:32rem}.whats-new-date{margin:0 0 1rem;font-size:.9rem}.whats-new-list{margin:0 0 1.25rem;padding-left:1.2rem;display:flex;flex-direction:column;gap:.65rem;color:#334155;line-height:1.45}.whats-new-list li{padding-left:.15rem}.landing-form-intro{margin:0 0 1.25rem}.landing-form{display:flex;flex-direction:column;gap:1rem}.landing-form label{display:flex;flex-direction:column;gap:.35rem;font-weight:500;font-size:.875rem;color:#334155}.landing-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.landing-form-grid--3{grid-template-columns:2fr 1fr 1fr}.landing-form-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.25rem}.landing-success h2{margin:0 0 .5rem;color:#15803d}.landing-success p{margin:0 0 .75rem}@media(max-width:900px){.landing-hero-inner{grid-template-columns:1fr;gap:2.5rem}.landing-hero-copy{max-width:none;text-align:center}.landing-hero-actions{justify-content:center}.landing-steps{grid-template-columns:repeat(2,1fr)}.landing-cta-band-inner{flex-direction:column;text-align:center}}@media(max-width:640px){.landing-nav-link{display:none}.landing-form-grid,.landing-form-grid--3,.landing-feature-grid,.landing-steps{grid-template-columns:1fr}.landing-footer-inner{flex-direction:column;text-align:center}}.auth-page{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:linear-gradient(165deg,#eff6ff,#f1f5f9)}.auth-page-inner{width:100%;max-width:420px}.auth-page-inner h1{margin:0 0 .35rem}.auth-page-sub{margin:0 0 1rem}.auth-page-sub a{color:#2563eb;text-decoration:none;font-weight:500}.auth-page-sub a:hover{text-decoration:underline}.master-shell{min-height:100dvh;display:flex;flex-direction:column;background:#0f172a}.master-topbar{background:#020617;border-bottom:1px solid rgb(255 255 255 / .08);color:#e2e8f0}.master-topbar-inner{max-width:1280px;margin:0 auto;padding:.75rem 1.25rem;display:flex;align-items:center;gap:1rem}.master-brand{font-weight:700;letter-spacing:-.02em}.master-user{margin-left:auto;font-size:.875rem;color:#94a3b8}.master-body{flex:1;max-width:1280px;width:100%;margin:0 auto;padding:1.25rem;display:grid;grid-template-columns:200px 1fr;gap:1.25rem;align-items:start}.master-sidebar{padding:.75rem;position:sticky;top:1rem}.master-nav{display:flex;flex-direction:column;gap:.25rem}.master-nav a{display:block;padding:.55rem .75rem;border-radius:8px;text-decoration:none;color:#475569;font-weight:500;font-size:.925rem}.master-nav a:hover{background:#f1f5f9;color:#0f172a}.master-nav a.active{background:#0f172a;color:#fff}.master-main{min-width:0}.master-main h1{margin:0 0 .25rem;font-size:1.65rem;letter-spacing:-.02em}.master-stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;margin-bottom:1.25rem}.master-stat-label{margin:0 0 .35rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.master-stat-value{margin:0;font-size:2rem;font-weight:700;letter-spacing:-.03em}.master-stat-hint{margin:.35rem 0 0;font-size:.8rem}.master-quick h2{margin:0 0 1rem;font-size:1.1rem}.master-quick-links{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.master-quick-link{color:#2563eb;text-decoration:none;font-weight:500}.master-quick-link:hover{text-decoration:underline}.master-status-key{font-size:.85rem;margin:0}.master-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding:.85rem 1rem}.master-filters{display:flex;flex-wrap:wrap;gap:.35rem}.master-filter{border:1px solid #e2e8f0;background:#fff;border-radius:999px;padding:.35rem .75rem;font-size:.85rem;font-weight:500;color:#64748b}.master-filter.active{background:#0f172a;border-color:#0f172a;color:#fff}.master-search{display:flex;gap:.5rem;min-width:240px}.master-search input{flex:1;min-width:0}.master-table-wrap{overflow-x:auto;padding:0}.master-table-wrap .data-table{margin:0}.master-badge{display:inline-block;font-size:.75rem;font-weight:600;padding:.2rem .55rem;border-radius:999px;background:#f1f5f9;color:#475569}.master-badge--pending{background:#fef3c7;color:#92400e}.master-badge--processing{background:#dbeafe;color:#1e40af}.master-badge--approved{background:#d1fae5;color:#065f46}.master-badge--active,.master-badge--paid{background:#dcfce7;color:#166534}.master-badge--rejected,.master-badge--suspended{background:#fee2e2;color:#991b1b}.master-badge--trial{background:#ede9fe;color:#5b21b6}.master-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;align-items:start}.master-detail-section h2{margin:0 0 1rem;font-size:1.05rem}.master-detail-section label{display:flex;flex-direction:column;gap:.35rem;font-weight:500;font-size:.875rem;margin-bottom:.85rem}.master-back{display:inline-block;margin-bottom:.35rem;text-decoration:none;font-size:.875rem}.master-back:hover{color:#2563eb}.master-header-actions{display:flex;gap:.5rem}.master-message{padding:.65rem .85rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;color:#166534;margin-bottom:1rem}.master-meta{font-size:.85rem;margin:0 0 1rem}.master-info-strip{margin-bottom:1rem;padding:.85rem 1rem;font-size:.925rem}.master-stores-list h3{margin:1rem 0 .5rem;font-size:.95rem}.master-stores-list ul{margin:0;padding-left:1.25rem;color:#64748b}@media(max-width:900px){.master-body{grid-template-columns:1fr}.master-sidebar{position:static}.master-nav{flex-direction:row;flex-wrap:wrap}.master-detail-grid{grid-template-columns:1fr}}button{font:inherit;cursor:pointer}input:not([type=checkbox]):not([type=radio]),select,textarea{font:inherit;padding:.5rem .65rem;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:inherit}input:not([type=checkbox]):not([type=radio]):focus,select:focus,textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}select{-moz-appearance:none;appearance:none;-webkit-appearance:none;min-height:2.5rem;line-height:1.4;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23475569' d='M2 4l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .65rem center;padding-right:2rem}textarea{resize:vertical;min-height:4.5rem}.app-shell{--workspace-tab-strip: #dee1e6;--workspace-tab-inactive: #c8ccd1;--workspace-tab-page: #f1f5f9;--workspace-tab-line: #c4c7cc;min-height:100dvh;display:flex;flex-direction:column}.app-nav{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;padding:.75rem 1rem;background:#0f172a;color:#fff}.app-nav a{color:#cbd5e1;text-decoration:none;padding:.35rem .65rem;border-radius:6px;font-size:.875rem}.app-nav a.active{background:#334155;color:#fff}.nav-spacer{flex:1}.nav-user{color:#94a3b8;font-size:.8rem;padding:.35rem .65rem}.nav-signout{background:transparent;border:1px solid #475569;color:#e2e8f0;border-radius:6px;padding:.35rem .65rem;font-size:.8rem}.nav-signout:hover{background:#334155}.nav-shortcut-link{color:#cbd5e1;text-decoration:none;padding:.35rem .65rem;border-radius:6px;font-size:.875rem;border:1px dashed #475569}.nav-shortcut-link:hover{background:#1e293b;color:#fff}.nav-shortcut-link.active{background:#334155;color:#fff;border-style:solid;border-color:transparent}.nav-shortcuts-add{position:relative}.nav-shortcuts-add-btn{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;padding:0;border:1px dashed #64748b;border-radius:6px;background:transparent;color:#cbd5e1;cursor:pointer}.nav-shortcuts-add-icon{display:block;width:.875rem;height:.875rem}.nav-shortcuts-add-btn:hover,.nav-shortcuts-add-btn[aria-expanded=true]{background:#334155;border-color:#94a3b8;color:#fff}.nav-shortcuts-menu{position:absolute;top:calc(100% + .35rem);left:0;z-index:200;min-width:14.5rem;padding:.5rem;background:#1e293b;border:1px solid #475569;border-radius:8px;box-shadow:0 8px 24px #00000059}.nav-shortcuts-menu-title{margin:0 0 .35rem;padding:0 .35rem .35rem;font-size:.75rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #334155}.nav-shortcuts-nav{display:flex;flex-direction:column;gap:.15rem}.nav-shortcuts-group{display:flex;flex-direction:column;gap:.1rem}.nav-shortcuts-toggle{display:flex;align-items:center;justify-content:space-between;gap:.35rem;width:100%;border:none;background:transparent;color:#cbd5e1;text-align:left;padding:.35rem .5rem;border-radius:6px;font-size:.875rem;font:inherit;cursor:pointer}.nav-shortcuts-toggle:after{content:"";width:.35rem;height:.35rem;margin-right:.1rem;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(-45deg);flex-shrink:0;opacity:.55;transition:transform .15s ease}.nav-shortcuts-group--open .nav-shortcuts-toggle:after{transform:rotate(45deg)}.nav-shortcuts-toggle:hover{background:#334155;color:#fff}.nav-shortcuts-sub{display:flex;flex-direction:column;gap:.08rem;margin:0 0 .2rem .65rem;padding-left:.5rem;border-left:2px solid #475569}.nav-shortcuts-item{display:flex;align-items:center;gap:.5rem;padding:.32rem .5rem;border-radius:6px;font-size:.875rem;color:#e2e8f0;cursor:pointer}.nav-shortcuts-item--sub{font-size:.8125rem;padding:.28rem .45rem}.nav-shortcuts-item:hover{background:#334155}.nav-shortcuts-item input{margin:0;flex-shrink:0}.app-status-bar{display:flex;align-items:center;gap:.5rem;min-height:1.625rem;padding:.2rem .75rem;border-bottom:1px solid #1e293b;background:#0b1220;color:#94a3b8;font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:.75rem;line-height:1.2;overflow:hidden}.app-status-bar-prompt{flex-shrink:0;color:#475569}.app-status-bar-text{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-status-bar--idle .app-status-bar-text{color:#64748b}.app-status-bar--info .app-status-bar-text{color:#cbd5e1}.app-status-bar--busy{background:#0f172a;border-bottom-color:#334155}.app-status-bar--busy .app-status-bar-prompt,.app-status-bar--busy .app-status-bar-text{color:#fbbf24}.app-status-bar--success .app-status-bar-text{color:#86efac}.app-status-bar--error{background:#1a0f12;border-bottom-color:#7f1d1d}.app-status-bar--error .app-status-bar-prompt,.app-status-bar--error .app-status-bar-text{color:#fca5a5}.workspace-tabs{display:block;min-height:2.35rem;padding:.35rem .5rem 0;background:var(--workspace-tab-strip);border-bottom:1px solid var(--workspace-tab-line);-webkit-user-select:none;user-select:none}.workspace-tabs-scroll{display:inline-flex;align-items:flex-end;gap:0;max-width:100%;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;vertical-align:bottom}.workspace-tabs-scroll::-webkit-scrollbar{height:4px}.workspace-tab{position:relative;display:flex;align-items:center;gap:.35rem;max-width:220px;min-width:120px;height:2rem;padding:0 .35rem 0 .5rem;margin:0 1px;border:1px solid var(--workspace-tab-line);border-bottom:none;border-radius:8px 8px 0 0;background:var(--workspace-tab-inactive);color:#3c4043;font-size:.8125rem;cursor:pointer;flex-shrink:0;transition:background .12s ease}.workspace-tab:hover:not(.workspace-tab--active){background:#d5d9de}.workspace-tab--active{z-index:2;margin-bottom:-1px;background:var(--workspace-tab-page);color:#0f172a;font-weight:500;border-color:var(--workspace-tab-line);border-bottom:1px solid var(--workspace-tab-page);box-shadow:none}.workspace-tab-accent{width:8px;height:8px;border-radius:50%;flex-shrink:0}.workspace-tab-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;text-align:left}.workspace-tab-close{display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:50%;font-size:1rem;line-height:1;color:#5f6368;flex-shrink:0;opacity:0;transition:opacity .1s ease,background .1s ease}.workspace-tab:hover .workspace-tab-close,.workspace-tab--active .workspace-tab-close{opacity:1}.workspace-tab-close:hover{background:#0000001a;color:#202124}.workspace-tabs-new{flex-shrink:0;width:1.75rem;height:1.75rem;margin:0 0 .2rem .25rem;border:none;border-radius:50%;background:transparent;color:#5f6368;font-size:1.25rem;line-height:1;display:flex;align-items:center;justify-content:center;align-self:flex-end}.workspace-tabs-new:hover{background:#00000014;color:#202124}.app-main{flex:1;padding:1rem;max-width:1200px;margin:0 auto;width:100%;background:var(--workspace-tab-page)}.app-main--pos{position:relative;max-width:none;padding:.5rem .75rem .75rem;flex:1 1 0;height:0;min-height:0;display:flex;flex-direction:column;overflow:hidden}.card{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 1px 3px #00000014}.btn{border:none;border-radius:8px;padding:.6rem 1rem;background:#2563eb;color:#fff;font-weight:600}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:#e2e8f0;color:#0f172a}.btn-danger{background:#dc2626;color:#fff}.dev-option-note{margin:-.25rem 0 .75rem;font-size:.82rem;color:#b45309}.dev-delete-link{color:#dc2626}.dev-date-input{font:inherit;font-size:.82rem;padding:.25rem .35rem;border:1px solid #cbd5e1;border-radius:6px;max-width:100%}.dev-date-field{display:flex;flex-direction:column;gap:.35rem;margin:.75rem 0;font-size:.875rem}.grid-2{display:grid;gap:1rem}@media(min-width:768px){.grid-2{grid-template-columns:1fr 320px}}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.5rem}.product-tile{border:1px solid #e2e8f0;border-radius:8px;padding:.75rem;text-align:left;background:#fff}.product-tile strong{display:block;font-size:.9rem}.cart-lines{list-style:none;padding:0;margin:0 0 1rem}.cart-lines li{display:flex;justify-content:space-between;padding:.35rem 0;border-bottom:1px solid #f1f5f9;font-size:.9rem}.form-stack{display:flex;flex-direction:column;gap:.75rem;max-width:400px}.form-stack label{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem;font-weight:500}.error{color:#dc2626;font-size:.875rem}.admin-layout{display:grid;gap:1rem}@media(min-width:768px){.admin-layout{grid-template-columns:200px 1fr}}.admin-layout--bulk-edit{display:grid;grid-template-columns:200px 1fr 1fr;grid-template-rows:minmax(20rem,50vh) minmax(0,1fr);gap:.75rem 1rem;align-items:stretch;min-height:calc(100vh - 8rem)}.admin-layout--bulk-edit .admin-sidebar{grid-column:1;grid-row:1;align-self:start;height:auto;max-height:100%;overflow-y:auto}.admin-layout--bulk-edit .bulk-edit-page,.admin-layout--bulk-edit .bulk-edit-top{display:contents}.admin-layout--bulk-edit .bulk-edit-filters{grid-column:2;grid-row:1;display:flex;flex-direction:column;min-height:0;min-width:0;margin:0;height:100%}.admin-layout--bulk-edit .bulk-edit-drafts{grid-column:3;grid-row:1;display:flex;flex-direction:column;min-height:0;min-width:0;margin:0;height:100%}.admin-layout--bulk-edit .bulk-edit-main{grid-column:1 / -1;grid-row:2;min-width:0;display:flex;flex-direction:column;min-height:0;overflow:visible}.admin-layout--bulk-edit .bulk-edit-main-header{flex-shrink:0;overflow:visible;position:relative;z-index:10}.admin-sidebar h2{margin:0 0 .75rem;font-size:1rem}.admin-nav{display:flex;flex-direction:column;gap:.25rem}.admin-nav a{color:#475569;text-decoration:none;padding:.35rem .5rem;border-radius:6px;font-size:.875rem}.admin-nav a.active{background:#e2e8f0;color:#0f172a;font-weight:600}.admin-nav-toggle{display:flex;align-items:center;justify-content:space-between;gap:.35rem;width:100%;border:none;background:transparent;color:#475569;text-align:left;padding:.35rem .5rem;border-radius:6px;font-size:.875rem;font:inherit;cursor:pointer}.admin-nav-toggle:after{content:"";width:.35rem;height:.35rem;margin-right:.1rem;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(-45deg);flex-shrink:0;opacity:.55;transition:transform .15s ease}.admin-nav-group--open .admin-nav-toggle:after{transform:rotate(45deg)}.admin-nav-toggle.active{background:#e2e8f0;color:#0f172a;font-weight:600}.admin-nav-toggle:hover{background:#f1f5f9}.admin-nav-toggle.active:hover{background:#e2e8f0}.admin-nav-group{display:flex;flex-direction:column;gap:.15rem}.admin-nav-sub{display:flex;flex-direction:column;gap:.1rem;margin:0 0 .25rem .65rem;padding-left:.5rem;border-left:2px solid #e2e8f0}.admin-nav-sub a{font-size:.8125rem;padding:.28rem .45rem}.admin-settings{display:flex;flex-direction:column;gap:1rem;max-width:42rem}.admin-settings-section h3{margin:0 0 .5rem;font-size:1rem}.admin-settings-field{display:flex;flex-direction:column;gap:.35rem;margin-top:.75rem}.admin-settings-label{font-size:.875rem;font-weight:500}.admin-settings-field select{max-width:16rem}.admin-settings-links{margin:.75rem 0 0;padding-left:1.25rem;font-size:.875rem}.admin-settings-links li+li{margin-top:.35rem}.admin-settings-toggles{display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem}.admin-settings-toggle{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.65rem 0;border-bottom:1px solid #e2e8f0}.admin-settings-toggle:last-child{border-bottom:none;padding-bottom:0}.admin-settings-toggle span{display:flex;flex-direction:column;gap:.15rem}.admin-settings-toggle strong{font-size:.875rem;font-weight:600}.admin-settings-toggle small{font-size:.8125rem;color:#64748b}.admin-settings-actions{display:flex;gap:.5rem;justify-content:flex-end}.bulk-edit-page{display:flex;flex-direction:column;gap:.75rem}.bulk-edit-top{display:contents}@media(max-width:1100px){.admin-layout--bulk-edit{grid-template-columns:200px 1fr;grid-template-rows:minmax(18rem,40vh) minmax(18rem,35vh) minmax(0,1fr)}.admin-layout--bulk-edit .bulk-edit-filters{grid-column:2;grid-row:1}.admin-layout--bulk-edit .bulk-edit-drafts{grid-column:2;grid-row:2}.admin-layout--bulk-edit .bulk-edit-main{grid-row:3}}.bulk-edit-panel-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem;flex-shrink:0}.bulk-edit-panel-header h2{margin:0;font-size:1rem}.bulk-edit-panel-body{flex:1;min-height:0;overflow-y:auto}.bulk-edit-filters-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem .5rem}.bulk-edit-filter--wide{grid-column:1 / -1}.bulk-edit-filters-hint{margin:.45rem 0 0;font-size:.75rem;line-height:1.35}.bulk-edit-drafts-list{padding-right:.15rem}.bulk-edit-draft-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.bulk-edit-draft-item-main{display:flex;flex-direction:column;gap:.1rem;min-width:0}.bulk-edit-draft-item-main strong{font-size:.875rem}.bulk-edit-draft-code{font-size:.75rem;font-family:ui-monospace,monospace;color:#475569}.bulk-edit-draft-meta{font-size:.75rem}.bulk-edit-draft-items li{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;padding:.45rem .5rem;border-radius:6px;border:1px solid #e2e8f0;background:#fafafa}.bulk-edit-draft-item--active{border-color:#93c5fd;background:#eff6ff}.bulk-edit-draft-item-actions{display:flex;flex-direction:column;gap:.15rem;flex-shrink:0}.bulk-edit-save-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#0f172a59;padding:1rem}.bulk-edit-save-modal{width:min(100%,22rem);padding:1rem}.bulk-edit-save-modal h3{margin:0 0 .75rem;font-size:1rem}.bulk-edit-save-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.75rem}.bulk-edit-filters-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem}.bulk-edit-filters-header h2{margin:0;font-size:1.125rem}.bulk-edit-filters-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(9.5rem,1fr));gap:.65rem .75rem}.bulk-edit-main-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem}.bulk-edit-filter{display:flex;flex-direction:column;gap:.25rem;font-size:.8125rem;min-width:0}.bulk-edit-filter input,.bulk-edit-filter select{width:100%;font:inherit;font-size:.8125rem;padding:.35rem .45rem;border:1px solid #e2e8f0;border-radius:6px}.bulk-edit-filter span{font-weight:500;color:#475569}.bulk-edit-columns-dropdown,.bulk-edit-quick-edit-dropdown{position:relative}.bulk-edit-quick-edit-menu{position:absolute;top:calc(100% + .35rem);right:0;z-index:30;width:18rem;padding:.75rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 12px 28px #0f172a24}.bulk-edit-quick-edit-field{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.65rem;font-size:.8125rem}.bulk-edit-quick-edit-field span{font-weight:500;color:#475569}.bulk-edit-quick-edit-field input,.bulk-edit-quick-edit-field select{width:100%;padding:.35rem .5rem;border:1px solid #cbd5e1;border-radius:6px;font:inherit;font-size:.8125rem}.bulk-edit-quick-edit-field input[readonly]{background:#f8fafc;color:#334155}.bulk-edit-quick-edit-actions{display:flex;justify-content:flex-end;padding-top:.25rem}.bulk-edit-columns-menu{position:absolute;top:calc(100% + .35rem);right:0;z-index:30;min-width:36rem;padding:.75rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 12px 28px #0f172a24}.bulk-edit-columns-menu-title{margin:0 0 .5rem;font-size:.8125rem;font-weight:600;color:#334155}.bulk-edit-columns-grid{display:grid;grid-template-columns:repeat(4,minmax(8.5rem,1fr));gap:.35rem .75rem}.bulk-edit-column-toggle{display:flex;align-items:center;gap:.35rem;font-size:.8125rem}.bulk-edit-status{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.875rem}.bulk-edit-table-wrap{overflow:auto;flex:1;min-height:10rem;border:1px solid #e2e8f0;border-radius:8px}.bulk-edit-table{min-width:max-content;border-collapse:collapse;table-layout:fixed}body.bulk-edit-col-resizing{cursor:col-resize;-webkit-user-select:none;user-select:none}body.bulk-edit-col-resizing *{cursor:col-resize!important}.bulk-edit-col-check-col{width:2.5rem}.bulk-edit-col-header-cell{position:relative;padding:0;overflow:visible}.bulk-edit-col-header-cell--quick-edit{background:#e0edff}.bulk-edit-col-header-cell--quick-edit .bulk-edit-col-select.is-selected{color:#1d4ed8}.bulk-edit-col-header-tools{display:flex;align-items:center;gap:.15rem;min-height:2rem;padding:.35rem .5rem}.bulk-edit-col-select{flex:1 1 auto;min-width:0;padding:0;border:none;background:none;font:inherit;font-weight:600;font-size:inherit;color:inherit;text-align:left;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bulk-edit-col-select:hover{color:#2563eb}.bulk-edit-col-select.is-selected{color:#1d4ed8}.bulk-edit-sort-btn{flex:0 0 auto;width:1.35rem;height:1.35rem;padding:0;border:1px solid transparent;border-radius:4px;background:none;font-size:.75rem;line-height:1;color:#64748b;cursor:pointer}.bulk-edit-sort-btn:hover{border-color:#cbd5e1;background:#fff;color:#2563eb}.bulk-edit-col-resize-handle{position:absolute;top:0;right:-5px;z-index:2;width:8px;height:100%;cursor:col-resize;touch-action:none}.bulk-edit-col-resize-handle:after{content:"";position:absolute;top:0;bottom:0;left:50%;width:1px;transform:translate(-50%);background:transparent;transition:background .15s}.bulk-edit-col-resize-handle:hover:after,body.bulk-edit-col-resizing .bulk-edit-col-resize-handle:after{background:#2563eb}.bulk-edit-table th,.bulk-edit-table td{white-space:nowrap;vertical-align:middle;border:1px solid #e2e8f0;overflow:hidden}.bulk-edit-table thead th{background:#f8fafc}.bulk-edit-cell{padding:0;height:1px;background:#fff;max-width:0}.bulk-edit-cell--quick-edit-col{background:#eef4ff}.bulk-edit-cell--dirty{background:#fef9c3}.bulk-edit-cell--dirty.bulk-edit-cell--quick-edit-col{background:#fef08a}.bulk-edit-cell--focused{outline:2px solid #2563eb;outline-offset:-2px;z-index:1}.bulk-edit-row--dirty .bulk-edit-cell--focused:not(.bulk-edit-cell--dirty){background:#fff}.bulk-edit-cell--dirty.bulk-edit-cell--focused{background:#fef08a}.bulk-edit-col-check{width:2.5rem;text-align:center;position:sticky;left:0;background:#fff;z-index:2;border-right:1px solid #cbd5e1;padding:.35rem}.bulk-edit-table thead .bulk-edit-col-check{z-index:2}.bulk-edit-sort-indicator{min-width:.85em;color:#2563eb;font-size:.85em}.bulk-edit-sort-header{display:inline-flex;align-items:center;gap:.15rem;width:calc(100% - 4px);min-width:0;padding:0;border:none;background:none;font:inherit;font-weight:600;color:inherit;cursor:pointer;text-align:left;overflow:hidden;text-overflow:ellipsis}.bulk-edit-row--dirty{background:#fffbeb}.bulk-edit-cell-input{display:block;width:100%;min-width:0;min-height:2rem;box-sizing:border-box;border:none;border-radius:0;padding:.35rem .5rem;font:inherit;font-size:.8125rem;background:transparent;overflow:hidden;text-overflow:ellipsis}.bulk-edit-cell-input:focus{outline:none;background:#fff}.bulk-edit-cell-input--num{text-align:right;font-variant-numeric:tabular-nums}.bulk-edit-cell-check{display:block;width:1rem;height:1rem;margin:.5rem auto;cursor:pointer}.bulk-edit-cell-check:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.bulk-edit-load-more td{text-align:center;padding:.75rem;color:#64748b;font-size:.8125rem;font-style:italic;background:#f8fafc}.dept-page-split{display:grid;grid-template-columns:auto 1fr;gap:1rem;min-height:28rem;align-items:stretch}@media(max-width:900px){.dept-page-split{grid-template-columns:1fr}}.dept-page-left{display:flex;flex-direction:column;min-height:0;width:22rem;max-width:100%;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.dept-page-left-top{flex:0 0 auto;padding:.75rem;border-bottom:1px solid #e2e8f0;background:#f8fafc}.dept-page-left-bottom{flex:1 1 50%;min-height:12rem;padding:.75rem;overflow-y:auto;background:#fff}.dept-page-right{border:1px solid #e2e8f0;border-radius:8px;padding:.75rem;min-height:0;overflow-y:auto;background:#f8fafc}.dept-panel-title{margin:0 0 .5rem;font-size:.9375rem;font-weight:600;color:#0f172a}.dept-list{list-style:none;margin:0;padding:0}.dept-list-row{display:flex;align-items:center;gap:.35rem;margin-bottom:.35rem;padding:.15rem;border:1px solid transparent;border-radius:6px}.dept-list-row.is-selected{border-color:#3b82f6;background:#eff6ff}.dept-list-item{flex:1;min-width:0;text-align:left;padding:.35rem .5rem;border:none;border-radius:4px;background:transparent;cursor:pointer}.dept-list-name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem}.dept-list-name-input{width:100%;font-size:.875rem}.dept-edit-btn{display:inline-flex;align-items:center;justify-content:center;color:#64748b}.dept-edit-btn:hover{color:#0f172a;border-color:#94a3b8}.dept-list-delete{flex-shrink:0;font-size:.8125rem}.dept-right-empty{margin:2rem 0;text-align:center}.dept-help{font-size:.8125rem;margin:0 0 .65rem}.dept-match-mode{display:flex;align-items:center;gap:.5rem;font-size:.875rem;margin-bottom:.65rem}.dept-conditions{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.5rem}.dept-condition-row{display:grid;grid-template-columns:1fr auto 1fr auto;gap:.35rem;align-items:center}.dept-condition-row select,.dept-condition-row input{font-size:.8125rem;min-width:0}.dept-preview-result{font-size:.875rem;font-weight:600;color:#0f766e;margin:.5rem 0}.dept-rule-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.dept-products{margin-top:1rem}.dept-products-title{margin:0 0 .5rem;font-size:.875rem;font-weight:600;color:#0f172a}.dept-products-table{font-size:.8125rem}.data-table .num{text-align:right}.data-table .num.inventory-negative{color:#dc2626;font-weight:600}.catalog-add-form{margin-top:0;max-width:none}.catalog-group{margin-top:1.25rem}.catalog-group-title{margin:0 0 .5rem;font-size:.9375rem;font-weight:600;color:#334155}.catalog-sections-table{margin-bottom:.5rem}.catalog-section-dept-select{min-width:10rem}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.page-header-actions{display:flex;gap:.4rem;flex-wrap:wrap}.import-steps{display:flex;gap:.5rem;list-style:none;padding:0;margin:0 0 1.25rem;flex-wrap:wrap}.import-steps li{padding:.35rem .75rem;border-radius:999px;font-size:.82rem;background:#f1f5f9;color:#64748b}.import-steps li.is-active{background:#2563eb;color:#fff;font-weight:600}.import-steps li.is-done{background:#dcfce7;color:#166534}.import-upload{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.import-map-grid{display:grid;grid-template-columns:1.1fr 1fr 9.5rem;gap:0;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;margin:1rem 0;max-height:70vh;overflow-y:auto}.import-map-note{margin:.35rem 0 0;font-size:.85rem}.import-map-header{margin:0;padding:.65rem .85rem;font-size:.85rem;background:#f8fafc;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:1}.import-map-header:not(:last-child){border-right:1px solid #e2e8f0}.import-map-pos-row,.import-map-csv-row,.import-map-action-row{padding:.45rem .85rem;border-bottom:1px solid #f1f5f9;min-height:2.75rem;display:flex;align-items:center;box-sizing:border-box}.import-map-pos-row{flex-direction:column;align-items:flex-start;justify-content:center;gap:.1rem;border-right:1px solid #e2e8f0}.import-map-csv-row{border-right:1px solid #e2e8f0}.import-map-label{font-weight:600;font-size:.88rem}.import-required{color:#dc2626;margin-left:.15rem}.import-map-hint{font-size:.75rem}.import-map-csv-row select,.import-map-action-row select{width:100%}.import-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;margin:1rem 0;border:none;padding:0}.import-options label{display:flex;flex-direction:column;gap:.3rem;font-size:.88rem}.import-actions{display:flex;gap:.5rem;margin-top:1rem;flex-wrap:wrap}.import-preview-table{margin:1rem 0}.import-result-stats{display:flex;gap:1.5rem;list-style:none;padding:0;font-weight:600}.import-errors{margin:1rem 0;padding:.75rem;background:#fef2f2;border-radius:8px;font-size:.88rem}.import-errors ul{margin:.5rem 0 0;padding-left:1.25rem}.data-table{width:100%;border-collapse:collapse;font-size:.875rem}.data-table th,.data-table td{text-align:left;padding:.5rem;border-bottom:1px solid #e2e8f0}.search-input{width:100%;max-width:320px;margin-bottom:1rem}.product-filters{display:grid;grid-template-columns:repeat(auto-fill,minmax(10rem,1fr));gap:.65rem .75rem;margin-bottom:.75rem;align-items:end}.product-filter{display:flex;flex-direction:column;gap:.2rem;min-width:0}.product-filter--wide{grid-column:1 / -1}.product-filter-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#64748b}.product-filter-input{width:100%;margin:0;max-width:none}.product-filter--wide .search-input{max-width:none;margin-bottom:0}.product-filters-actions{display:flex;align-items:flex-end;padding-bottom:.15rem}.product-filters-status{margin:0 0 .75rem;font-size:.8125rem}.product-list-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem;flex-wrap:wrap}.product-upc-cell{font-family:ui-monospace,monospace;font-size:.8125rem}.product-name-link{color:inherit;text-decoration:none;font-weight:500}.product-name-link:hover{text-decoration:none}.sortable-th{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.sortable-th:hover{text-decoration:underline;text-underline-offset:2px}.product-select-col{width:2rem;text-align:center!important}.product-select-col input[type=checkbox]{width:.95rem;height:.95rem}.btn-link{background:none;border:none;color:#2563eb;padding:0;font-size:.875rem}.modal-form{margin-top:1rem;display:flex;flex-direction:column;gap:.75rem}.modal-form label{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem}.form-actions{display:flex;gap:.5rem;flex-wrap:wrap}.checkbox-row{flex-direction:row!important;align-items:center;gap:.5rem!important}.stat-list{list-style:none;padding:0}.stat-list li{padding:.35rem 0}.hint{color:#64748b;font-size:.875rem}.cart-totals p{margin:.25rem 0;font-size:.9rem}.parked-list{list-style:none;padding:0;margin-top:.75rem}.refund-qty{display:inline-flex;align-items:center;gap:.35rem;margin-left:.5rem;font-size:.8rem}.refund-qty input{width:3rem;padding:.2rem}.pos-loading{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;text-align:center;color:#64748b}.pos-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}.app-main--pos .pos-overlay{position:absolute}.pos-modal{width:100%;max-width:380px;display:flex;flex-direction:column;gap:.75rem}.pos-modal label{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem;font-weight:500}.pos-modal--cash,.pos-modal--weight{max-width:420px}.weight-prompt-scale{display:flex;flex-direction:column;gap:.5rem;margin:1rem 0}.weight-prompt-scale-label{font-weight:600;color:#0f172a}.weight-prompt-input{font-size:2rem;font-weight:700;text-align:center;padding:.75rem;border:2px solid #2563eb;border-radius:8px}.weight-prompt-hint{margin:0;font-size:.875rem}.weight-prompt-summary{display:flex;justify-content:space-between;gap:1rem;padding:.75rem 0;border-top:1px solid #e2e8f0}.weight-prompt-summary div{display:flex;flex-direction:column;gap:.25rem}.pos-modal--sale-complete{max-width:400px;text-align:center}.sale-complete-modal h2,.pos-modal--sale-complete h2{margin:0}.sale-complete-number{font-size:1.125rem;font-weight:600;margin:0;color:#64748b}.sale-complete-change{margin:.5rem 0}.sale-complete-exact{margin:0;color:#64748b;font-size:.9rem}.sale-complete-total{margin:0;font-size:.95rem;color:#334155}.sale-complete-drawer-error{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.sale-complete-drawer-error .error{margin:0;font-size:.875rem}.pos-modal--sale-complete .cash-pay-actions{margin-top:.25rem}.pos-modal--cash h2{margin:0}.printer-register-row{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 0;border-top:1px solid #e2e8f0}.printer-register-row:first-of-type{border-top:none}.printer-register-row label{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem}.cash-pay-summary{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.cash-pay-summary-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;min-width:0;padding:.6rem .35rem;border-radius:10px;border:1px solid #e2e8f0;text-align:center}.cash-pay-summary-card--total{background:#f8fafc}.cash-pay-summary-label{font-size:.68rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.cash-pay-summary-amount{font-size:1.35rem;font-weight:700;color:#0f172a;line-height:1.1}.cash-pay-change{background:#ecfdf5;color:#065f46}.cash-pay-change .cash-pay-summary-label,.cash-pay-change .cash-pay-summary-amount{color:inherit}.cash-pay-change[data-insufficient]{background:#fef2f2;color:#991b1b}.cash-pay-tender-label{display:flex;flex-direction:column;gap:.35rem;font-size:.875rem;font-weight:600}.cash-pay-tender-input{font-size:1.35rem;font-weight:600;padding:.65rem .75rem;text-align:center}.cash-pay-presets{display:flex;flex-wrap:wrap;gap:.4rem}.cash-pay-preset{flex:1 1 calc(33.333% - .4rem);min-width:4.5rem;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#0f172a;font-weight:700;font-size:.95rem;padding:.55rem .35rem}.cash-pay-preset:hover:not(:disabled){border-color:#2563eb;background:#eff6ff}.cash-pay-actions{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-top:.25rem}.cash-btn-shell--modal,.cash-pay-complete{width:100%}.cash-pay-cancel{min-width:8rem}.pos-layout{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.pos-body{display:grid;gap:.5rem;flex:1;min-height:0;overflow:hidden;grid-template-columns:1fr}@media(min-width:768px){.pos-body{grid-template-columns:1fr minmax(300px,380px);grid-template-rows:minmax(0,1fr);align-items:stretch}.pos-body>.pos-cart-main,.pos-body>.pos-sidebar{min-height:0;max-height:100%}}@media(min-width:1200px){.pos-body{grid-template-columns:1fr minmax(340px,420px)}}.pos-cart-main{display:flex;flex-direction:column;flex:1;min-height:0;max-height:100%;padding:.75rem 1rem;overflow:hidden}.pos-sidebar{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;min-height:0;overflow:hidden;justify-content:flex-end}.pos-sidebar-toolbar{display:grid;grid-template-columns:1fr 1fr;gap:.4rem;flex-shrink:0}.pos-sidebar-tool{padding:.45rem .5rem;font-size:.8rem}.pos-cancel-transaction{width:100%;margin-top:.35rem;padding:.45rem .5rem;font-size:.8rem;flex-shrink:0}.pos-selected-customer{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.35rem .5rem;padding:.45rem .55rem;border:1px solid #bfdbfe;border-radius:8px;background:#eff6ff;flex-shrink:0}.pos-selected-customer-label{grid-column:1 / -1;font-size:.68rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.pos-selected-customer strong{font-size:.85rem;color:#0f172a;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pos-selected-customer-clear{border:none;background:transparent;color:#64748b;font-size:1.1rem;line-height:1;padding:.1rem .25rem}.pos-modal-subtitle{margin:0;font-size:.85rem;color:#64748b}.pos-modal-actions{display:flex;gap:.5rem;justify-content:flex-end}.pos-modal--settings{max-width:440px}.pos-settings-list{display:flex;flex-direction:column;gap:.65rem}.pos-settings-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.55rem .65rem;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;cursor:pointer}.pos-settings-row span{display:flex;flex-direction:column;gap:.15rem}.pos-settings-row strong{font-size:.875rem}.pos-settings-row small{font-size:.75rem;color:#64748b;font-weight:400}.pos-settings-row--select select{min-width:9rem;padding:.35rem .5rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.875rem;background:#fff;cursor:pointer}.pos-modal--customers{width:min(640px,100%);max-width:640px}.pos-customers-actions{display:flex;flex-wrap:wrap;gap:.4rem}.pos-customers-inline-form{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.pos-customers-inline-form input,.pos-customers-inline-form select{flex:1 1 140px;min-width:0;font-size:.85rem}.pos-customers-inline-form--grid{display:grid;grid-template-columns:1fr 1fr}.pos-customers-inline-form--grid button{grid-column:1 / -1;justify-self:start}.pos-customers-create-form{max-height:min(40vh,320px);overflow-y:auto;padding:.35rem;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.pos-customers-search{width:100%;padding:.55rem .65rem;font-size:.9rem}.pos-customers-panel{min-height:280px;max-height:min(52vh,420px);overflow-y:auto;padding:.65rem;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.pos-customers-tiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(108px,1fr));gap:.55rem}.pos-customers-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;min-height:72px;padding:.65rem .45rem .55rem;border:1px solid #e2e8f0;border-radius:8px;text-align:center;cursor:pointer;transition:border-color .12s,background .12s,box-shadow .12s}.pos-customers-tile--group{background:#f1f5f9}.pos-customers-tile--group:hover{border-color:#93c5fd;background:#e0f2fe;box-shadow:0 1px 4px #2563eb1f}.pos-customers-tile--customer{background:#fff}.pos-customers-tile--customer:hover{border-color:#cbd5e1;box-shadow:0 1px 4px #0f172a14}.pos-customers-tile--customer.is-selected{border-color:#2563eb;background:#fff;box-shadow:0 0 0 2px #2563eb33}.pos-customers-tile-name{font-size:.78rem;font-weight:600;color:#334155;line-height:1.25;word-break:break-word}.pos-customers-tile-count{font-size:.68rem;color:#94a3b8}.pos-customers-folder-head{display:flex;align-items:center;gap:.55rem;margin-bottom:.55rem;padding-bottom:.55rem;border-bottom:1px solid #e2e8f0}.pos-customers-back{flex-shrink:0}.pos-customers-folder-name{font-size:.9rem;font-weight:700;color:#334155}.pos-customers-empty-row{margin:0 0 .55rem;font-size:.8rem;color:#94a3b8}.pos-customers-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3rem}.pos-customers-row{display:flex;flex-direction:column;align-items:flex-start;gap:.1rem;width:100%;padding:.5rem .55rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;text-align:left}.pos-customers-row.is-selected{border-color:#2563eb;background:#eff6ff}.pos-customers-row strong{font-size:.875rem;color:#0f172a}.pos-customers-row-meta{font-size:.75rem;color:#64748b}.pos-customers-message{margin:0;font-size:.85rem;color:#b45309}.pos-modal--customers .pos-modal-actions{justify-content:flex-end}.pos-sidebar-top{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.pos-sidebar-title{margin:0;font-size:1rem}.pos-secondary-actions{display:flex;flex-direction:column;gap:.5rem}.pos-header{display:none}.pos-title{margin:0;font-size:1.25rem}.pos-meta{color:#64748b;font-size:.875rem}.pos-catalog{min-height:320px}.pos-search{width:100%;padding:.65rem .85rem;font-size:.95rem}.pos-search--header{width:100%}.pos-search-wrap{position:relative;flex:1;min-width:0}.pos-search-dropdown{position:absolute;top:calc(100% + .35rem);left:0;right:0;z-index:20;margin:0;padding:.35rem 0;list-style:none;max-height:16rem;overflow-y:auto;background:#fff;border:1px solid #cbd5e1;border-radius:8px;box-shadow:0 8px 24px #0f172a1f}.pos-search-dropdown-item{width:100%;display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.55rem .85rem;border:none;background:transparent;text-align:left;color:inherit;cursor:pointer}.pos-search-dropdown-item:hover,.pos-search-dropdown-item:focus-visible,.pos-search-dropdown-item.is-highlighted{background:#f1f5f9}.pos-search-dropdown-name{font-weight:500;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pos-search-dropdown-price{color:#2563eb;font-weight:600;flex-shrink:0}.pos-search-dropdown-empty{padding:.65rem .85rem;color:#64748b;font-size:.9rem}.pos-cart-header{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0;flex-shrink:0}.pos-cart-header-main{display:flex;align-items:center;gap:.75rem;width:100%}.pos-sale-customer{display:flex;align-items:center;gap:.5rem .75rem;width:100%;padding:.35rem .5rem;border:1px solid #bfdbfe;border-radius:6px;background:#eff6ff;min-width:0;overflow-x:auto;white-space:nowrap}.pos-sale-customer-stat{flex-shrink:0;font-size:.78rem;color:#334155}.pos-sale-customer-stat em{font-style:normal;font-size:.68rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:#64748b;margin-right:.2rem}.pos-sale-customer-label{font-size:.68rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#64748b;flex-shrink:0}.pos-sale-customer-name{flex-shrink:1;min-width:0;font-size:.9rem;color:#0f172a;overflow:hidden;text-overflow:ellipsis}.pos-sale-customer-clear{border:none;background:transparent;color:#64748b;font-size:1.1rem;line-height:1;cursor:pointer;padding:0 .15rem;flex-shrink:0;margin-left:auto}.pos-sale-customer-clear:hover{color:#0f172a}.pos-cart-header h2{margin:0;font-size:1.35rem;flex-shrink:0}.pos-cart-header .pos-meta{flex-shrink:0;white-space:nowrap}.pos-history-actions{display:flex;align-items:center;gap:.35rem;flex-shrink:0}.pos-history-btn{width:2.1rem;height:2.1rem;padding:0;display:inline-flex;align-items:center;justify-content:center;border:1px solid #cbd5e1;border-radius:8px;background:#f8fafc;color:#334155}.pos-history-btn:hover:not(:disabled){background:#e2e8f0}.pos-history-btn:disabled{opacity:.35;cursor:not-allowed}.product-grid--pos{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:min-content;align-content:start;gap:.5rem;flex:1 1 auto;min-height:0;max-height:32vh;overflow-y:auto}.product-tile--pos{min-height:72px;height:auto;align-self:start;padding:.75rem;border:1px solid #e2e8f0;border-radius:10px;transition:border-color .15s,box-shadow .15s}.product-tile--pos:active,.product-tile--pos:hover{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1f}.product-tile--pos strong{font-size:.85rem;margin-bottom:.25rem}.product-price{color:#2563eb;font-weight:600;font-size:.9rem}.cart-lines--pos{flex:1 1 0;overflow-y:auto;min-height:0;margin:0 -1rem 0 0;padding:0 .2rem 0 0;list-style:none;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable}.cart-lines--pos li.cart-line-row{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.3rem .85rem .3rem 0;border-bottom:1px solid #f1f5f9}.cart-lines--pos li.cart-line-row:nth-child(2n){background:#f8fafc}.cart-empty{color:#94a3b8;font-style:italic;text-align:center;padding:3rem 1rem!important;font-size:1.05rem}.cart-line-info{display:flex;flex-direction:row;align-items:center;gap:.5rem;flex:1;min-width:0;flex-wrap:wrap}.cart-line-name{font-weight:600;font-size:1.02rem;line-height:1.25}.cart-line-unit{color:#64748b;font-size:.78rem;line-height:1.25;flex-shrink:0}.cart-line-unit--discounted{display:flex;flex-direction:column;align-items:flex-start;gap:.12rem}.cart-line-unit-pad{visibility:hidden}.cart-line-unit-was{text-decoration:line-through;color:#64748b}.cart-line-unit-off{color:#16a34a;font-weight:600}.cart-line-actions{display:flex;align-items:center;gap:.65rem;flex-shrink:0}.cart-line-price{font-weight:700;font-size:.95rem;min-width:4rem;text-align:right}.cart-line-price--discounted{color:#16a34a}.cart-line-price-was{display:block;font-size:inherit;font-weight:700;color:#94a3b8;text-decoration:line-through}.cart-line-remove{width:1.45rem;height:1.45rem;padding:0;border:1px solid #e2e8f0;border-radius:5px;background:#fff;color:#64748b;font-size:1rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.cart-line-remove:hover{background:#fef2f2;border-color:#fecaca;color:#dc2626}.cart-qty,.cart-qty-input{width:2.5rem;min-height:1.4rem;padding:.1rem .25rem;text-align:center;font-weight:600;font-size:.85rem;border:1px solid #cbd5e1;border-radius:5px;background:#fff;color:#0f172a}.cart-qty--weight,.cart-qty-input.cart-qty--weight{width:auto;min-width:4.25rem;white-space:nowrap}.cart-qty{display:inline-flex;align-items:center;justify-content:center;cursor:text;-webkit-user-select:none;user-select:none}.cart-qty:hover{border-color:#94a3b8;background:#f8fafc}.cart-qty-input{flex-shrink:0}.cart-qty-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.cart-qty-controls{display:flex;align-items:center;gap:.25rem}.qty-btn{width:1.4rem;height:1.4rem;border:1px solid #cbd5e1;border-radius:5px;background:#f8fafc;font-size:.85rem;line-height:1;padding:0;display:inline-flex;align-items:center;justify-content:center}.cart-totals--pos{margin-top:auto;padding-top:.5rem;border-top:2px solid #e2e8f0;flex-shrink:0}.cart-totals--pos p{display:flex;justify-content:space-between;margin:.25rem 0;font-size:.95rem}.cart-discount-summary{color:#16a34a;font-weight:600}.cart-discount-line{font-size:.82rem!important;padding-left:.5rem}.pos-coupon-entry{margin-bottom:.75rem}.pos-coupon-label{display:block;font-size:.85rem;font-weight:600}.pos-coupon-row{display:flex;gap:.35rem;margin-top:.35rem}.pos-coupon-row input{flex:1;min-width:0}.pos-applied-codes{list-style:none;margin:.35rem 0 0;padding:0;font-size:.82rem}.pos-applied-codes li{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.2rem 0}.cart-grand{font-size:1.25rem!important;font-weight:700;padding-top:.4rem;border-top:1px solid #e2e8f0;margin-top:.35rem!important}.pos-pay-actions{display:grid;grid-template-columns:1fr;gap:.5rem;margin-top:.25rem;flex-shrink:0}.btn-checkout{position:relative;overflow:hidden;width:100%;background:linear-gradient(180deg,rgb(255 255 255 / .16) 0%,transparent 38%),linear-gradient(180deg,#12b981,#059669 38%,#2563eb);box-shadow:inset 0 1px #ffffff57,inset 0 -1px #0000001f,0 4px #1e3a8a,0 8px 18px #2563eb52;transform:translateY(0) scale(1);transition:transform .12s cubic-bezier(.34,1.4,.64,1),box-shadow .12s ease;text-shadow:0 1px 2px rgb(30 64 175 / .35);font-weight:700;letter-spacing:.02em}.btn-checkout:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(118deg,rgb(255 255 255 / .16) 0%,transparent 42%,rgb(255 255 255 / .06) 100%);pointer-events:none}.btn-checkout:active:not(:disabled){transform:translateY(2px) scale(.99);box-shadow:inset 0 1px #ffffff1f,0 1px #1e3a8a,0 3px 8px #2563eb47;transition-duration:.05s}.pos-modal--checkout{max-width:420px}.checkout-payment-total{margin:0;font-size:.95rem;color:#475569}.checkout-payment-total strong{color:#0f172a;font-size:1.15rem}.checkout-payment-options{display:grid;grid-template-columns:1fr 1fr;gap:.45rem}.checkout-payment-option{min-height:2.75rem;padding:.55rem .65rem;border:1px solid #cbd5e1;border-radius:8px;background:#f8fafc;color:#0f172a;font-size:.875rem;font-weight:600;text-align:center;line-height:1.2}.checkout-payment-option:hover:not(:disabled){background:#f1f5f9;border-color:#94a3b8}.checkout-payment-option:active:not(:disabled){background:#e2e8f0}.checkout-payment-option--cash{background:linear-gradient(180deg,#ecfdf5,#d1fae5);border-color:#6ee7b7}.checkout-payment-option--split{background:linear-gradient(180deg,#faf5ff,#ede9fe);border-color:#c4b5fd}.checkout-payment-option--credit,.checkout-payment-option--debit{background:linear-gradient(180deg,#eff6ff,#dbeafe);border-color:#93c5fd}.checkout-payment-cancel{width:100%}.pos-modal--in-store-payment{max-width:420px}.in-store-pay-customer{margin:0 0 .75rem}.in-store-pay-hint{margin:.35rem 0 .85rem;font-size:.85rem}.in-store-pay-methods{margin-bottom:.75rem}.in-store-pay-cash{display:flex;flex-direction:column;gap:.65rem;margin-bottom:.75rem}.in-store-pay-complete{width:100%}.in-store-pay-error{margin:0 0 .65rem;color:#b91c1c;font-size:.9rem}.pos-modal--close-till{max-width:28rem;width:min(28rem,96vw);max-height:92vh;overflow:auto}.signature-pad{display:flex;flex-direction:column;gap:.4rem;margin-top:.35rem}.signature-pad-canvas{width:100%;height:120px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;touch-action:none;cursor:crosshair}.signature-pad-clear{align-self:flex-start}.close-till-summary{padding:.75rem;background:#f8fafc}.close-till-meta{display:flex;flex-direction:column;gap:.15rem;font-size:.8rem;color:#64748b;margin-bottom:.75rem}.close-till-section+.close-till-section{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e2e8f0}.close-till-section h3{margin:0 0 .35rem;font-size:.85rem;font-weight:600}.close-till-row{display:flex;justify-content:space-between;gap:.75rem;font-size:.85rem;padding:.15rem 0}.pos-modal--split-pay{max-width:420px}.split-pay-summary{display:flex;justify-content:space-between;gap:1rem;margin:0;font-size:.9rem;color:#475569}.split-pay-summary p{margin:0}.split-pay-summary strong{color:#0f172a}.split-pay-zero{color:#15803d}.split-pay-ebt-banner{margin:0 0 .75rem;padding:.65rem .75rem;border-radius:8px;background:#f0fdf4;border:1px solid #bbf7d0;font-size:.875rem}.split-pay-ebt-banner p{margin:0 0 .25rem}.split-pay-ebt-banner p:last-child{margin-bottom:0}.split-pay-locked{color:#64748b;font-size:.8125rem}.split-pay-lines{list-style:none;margin:0;padding:0;border:1px solid #e2e8f0;border-radius:.5rem;overflow:hidden}.split-pay-lines li{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.55rem .65rem;border-bottom:1px solid #e2e8f0;font-size:.875rem}.split-pay-lines li:last-child{border-bottom:none}.split-pay-form{display:flex;flex-direction:column;gap:.65rem}.split-pay-actions{display:flex;gap:.5rem;justify-content:flex-end}.sale-complete-payment{margin:0;font-size:.9rem;color:#475569}.pos-numpad{display:grid;grid-template-columns:repeat(3,1fr);gap:.4rem;flex-shrink:0}.pos-numpad-key{min-height:2.75rem;padding:.45rem .25rem;border:1px solid #cbd5e1;border-radius:8px;background:#f8fafc;color:#0f172a;font-size:1.05rem;font-weight:600;line-height:1}.pos-numpad-key:hover:not(:disabled){background:#f1f5f9;border-color:#94a3b8}.pos-numpad-key:active:not(:disabled){background:#e2e8f0}.pos-numpad-key:disabled{opacity:.45;cursor:not-allowed}.pos-numpad-key--action{font-size:.82rem;font-weight:600;background:#eef2f7;color:#475569}.pos-numpad-key--enter{grid-column:1 / -1;min-height:2.5rem;font-size:.9rem;font-weight:700;background:#dbeafe;border-color:#93c5fd;color:#1d4ed8}.pos-numpad-key--enter:hover:not(:disabled){background:#bfdbfe}.pos-terminal-cancel{flex-shrink:0;margin-bottom:.5rem}.cash-btn-shell{position:relative}.pos-sidebar-top,.pos-search,.pos-secondary-actions,.pos-message{flex-shrink:0}.btn-lg{padding:.65rem .85rem;font-size:.95rem}.btn-sm{padding:.4rem .75rem;font-size:.875rem}.btn-block{width:100%}.btn-cash{position:relative;overflow:hidden;z-index:101;background:linear-gradient(180deg,rgb(255 255 255 / .14) 0%,transparent 38%),linear-gradient(180deg,#12b981,#059669 52%,#047857);box-shadow:inset 0 1px #ffffff57,inset 0 -1px #0000001f,0 4px #065f46,0 8px 18px #05966961;transform:translateY(0) scale(1);transition:transform .12s cubic-bezier(.34,1.4,.64,1),box-shadow .12s ease;will-change:transform;text-shadow:0 1px 2px rgb(6 95 70 / .35)}.btn-cash:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(118deg,rgb(255 255 255 / .16) 0%,transparent 42%,rgb(255 255 255 / .06) 100%);pointer-events:none;z-index:0}.btn-cash-open{width:100%}.btn-cash:active:not(:disabled){transform:translateY(2px) scale(.99);box-shadow:inset 0 1px #ffffff1f,0 1px #065f46,0 3px 8px #05966947;transition-duration:.05s}@media(prefers-reduced-motion:reduce){.btn-cash{transition:none}.btn-cash:active:not(:disabled){transform:none}}.money-bill-layer{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.money-bill-layer--back{z-index:100}.money-bill-layer--front{z-index:102}.money-bill-particle{position:absolute;top:0;left:0;border-radius:2px;background:linear-gradient(90deg,rgb(255 255 255 / .15) 0%,transparent 18%,transparent 82%,rgb(0 0 0 / .08) 100%),linear-gradient(160deg,#bbf7d0,#4ade80 28%,#16a34a 62%,#15803d);border:1px solid #166534;box-shadow:0 1px #ffffff59 inset,0 2px 5px #00000038;transform-origin:center center;will-change:transform}.money-bill-particle:before{content:"$";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:7px;font-weight:800;letter-spacing:-.02em;color:#14532dbf}.money-bill-particle:after{content:"";position:absolute;top:2px;right:4px;bottom:2px;left:4px;border:1px solid rgb(22 101 52 / .25);border-radius:1px;pointer-events:none}.btn-card{position:relative;overflow:hidden;width:100%;background:linear-gradient(180deg,rgb(255 255 255 / .14) 0%,transparent 38%),linear-gradient(180deg,#60a5fa,#2563eb 46%,#1e40af);box-shadow:inset 0 1px #ffffff57,inset 0 -1px #0000001f,0 4px #1e3a8a,0 8px 18px #2563eb61;transform:translateY(0) scale(1);transition:transform .12s cubic-bezier(.34,1.4,.64,1),box-shadow .12s ease}.btn-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(118deg,rgb(255 255 255 / .16) 0%,transparent 42%,rgb(255 255 255 / .06) 100%);pointer-events:none;z-index:0}.btn-card.is-swiping{animation:card-luxury-pulse 1.35s cubic-bezier(.22,1,.36,1) forwards}.btn-card:active:not(:disabled){transform:translateY(2px) scale(.99);box-shadow:inset 0 1px #ffffff1f,0 1px #1e3a8a,0 3px 8px #2563eb47;transition-duration:.05s}.btn-card-label{position:relative;z-index:2;text-shadow:0 1px 2px rgb(30 64 175 / .35)}.btn-card-shine{position:absolute;top:0;left:0;z-index:1;pointer-events:none;opacity:0;will-change:transform,opacity}.btn-card-shine--beam{top:-40%;width:55%;height:180%;background:linear-gradient(90deg,transparent 0%,rgb(255 255 255 / .05) 22%,rgb(219 234 254 / .55) 40%,rgb(255 255 255 / .98) 50%,rgb(191 219 254 / .55) 60%,rgb(255 255 255 / .05) 78%,transparent 100%);filter:blur(1px);transform:translate(-140%) skew(-22deg);box-shadow:0 0 18px #bfdbfed9,0 0 36px #60a5fa8c}.btn-card-shine--beam.is-active{animation:card-glow-beam 1.35s cubic-bezier(.25,.9,.35,1) forwards}.btn-card-shine--aura{top:-55%;width:78%;height:210%;background:linear-gradient(90deg,transparent 0%,rgb(147 197 253 / .08) 30%,rgb(147 197 253 / .42) 50%,rgb(147 197 253 / .08) 70%,transparent 100%);filter:blur(8px);transform:translate(-150%) skew(-18deg)}.btn-card-shine--aura.is-active{animation:card-glow-aura 1.45s cubic-bezier(.25,.9,.35,1) .06s forwards}.btn-card-shine--glint{top:-15%;width:18%;height:130%;background:linear-gradient(90deg,transparent 0%,rgb(255 255 255 / .92) 50%,transparent 100%);filter:blur(.25px);transform:translate(-120%) skew(-24deg);mix-blend-mode:screen}.btn-card-shine--glint.is-active{animation:card-glow-glint 1.15s cubic-bezier(.33,1,.68,1) .04s forwards}@keyframes card-glow-beam{0%{transform:translate(-140%) skew(-22deg);opacity:0}12%{opacity:1}88%{opacity:.95}to{transform:translate(310%) skew(-22deg);opacity:0}}@keyframes card-glow-aura{0%{transform:translate(-150%) skew(-18deg);opacity:0}18%{opacity:.85}to{transform:translate(320%) skew(-18deg);opacity:0}}@keyframes card-glow-glint{0%{transform:translate(-120%) skew(-24deg);opacity:0}10%{opacity:1}to{transform:translate(330%) skew(-24deg);opacity:0}}@keyframes card-luxury-pulse{0%,to{box-shadow:inset 0 1px #ffffff57,inset 0 -1px #0000001f,0 4px #1e3a8a,0 8px 18px #2563eb61}45%,55%{box-shadow:inset 0 1px #ffffff80,inset 0 0 24px #bfdbfe59,0 4px #1e3a8a,0 0 28px #93c5fdf2,0 0 52px #3b82f68c,0 10px 24px #2563eb73}}@media(prefers-reduced-motion:reduce){.btn-card{transition:none}.btn-card:active:not(:disabled){transform:none}.btn-card.is-swiping,.btn-card-shine.is-active{animation:none}}.pos-message{margin:0 0 .5rem;padding:.5rem .65rem;background:#ecfdf5;color:#065f46;border-radius:6px;font-size:.875rem}.stat-cards{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin-top:1rem}.stat-cards--dashboard{grid-template-columns:repeat(9,minmax(0,1fr));align-items:stretch;overflow-x:auto}.stat-cards--dashboard .stat-card{align-items:center;justify-content:center;text-align:center;min-height:6.25rem;padding:.85rem .5rem;gap:.45rem}.stat-cards--dashboard .stat-label{font-size:.68rem;letter-spacing:.02em;line-height:1.25;text-align:center}.stat-cards--dashboard .stat-value{font-size:1.1rem;line-height:1.2;text-align:center;font-variant-numeric:tabular-nums}.stat-value--compact{font-size:.95rem}.stat-value--alert{color:#dc2626}.stat-card{display:flex;flex-direction:column;gap:.35rem}.stat-label{color:#64748b;font-size:.8rem;text-transform:uppercase;letter-spacing:.03em}.stat-value{font-size:1.5rem;font-weight:700}.dashboard-page{display:flex;flex-direction:column;gap:1rem}.analytics-chart{padding:.75rem .9rem .65rem;overflow:hidden;max-width:50%}.analytics-chart-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem}.analytics-chart-title{margin:0;font-size:.95rem}.analytics-chart-subtitle{margin:.2rem 0 0;font-size:.82rem;color:#64748b}.analytics-chart-kpi{display:flex;flex-direction:column;align-items:flex-end;gap:.1rem}.analytics-chart-kpi-label{font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.analytics-chart-kpi-value{font-size:1.1rem;color:#059669}.analytics-chart-body{transition:opacity .35s ease}.analytics-chart-body--loading{opacity:.55}.analytics-chart-empty{margin:0;padding:2.5rem 1rem;text-align:center;color:var(--muted);font-size:.9rem}.analytics-chart-svg{display:block;width:100%;height:auto}.analytics-chart-grid{stroke:#e2e8f0;stroke-width:1}.analytics-chart-grid--x{stroke-dasharray:4 4;opacity:.65}.analytics-chart-axis-y,.analytics-chart-axis-x{fill:#64748b;font-size:11px}.analytics-chart-area{fill:#10b9812e}.analytics-chart-line{fill:none;stroke:#059669;stroke-width:2.25;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 2px 4px rgb(5 150 105 / .25))}.analytics-chart-dot{fill:#fff;stroke:#059669;stroke-width:2;transition:cx .05s linear,cy .05s linear,r .25s ease}.analytics-chart-dot--active{fill:#059669;stroke:#ecfdf5;stroke-width:2.5}.app-main--admin{max-width:none;padding:.75rem 1rem 1rem}.product-form-page{max-width:1400px}.product-form{padding:.75rem 1rem}.product-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1.25rem;align-items:start}.product-form-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem .65rem;align-items:start}.product-form-pricing-panel{border:1px solid #e2e8f0;border-radius:8px;padding:.6rem .75rem;background:#f8fafc}.product-form-pricing-top{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem .65rem;align-items:end}.product-form-panel-label{display:block;margin:0 0 .45rem;font-size:.72rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.04em}@media(max-width:900px){.product-form-grid{grid-template-columns:1fr}}@media(max-width:520px){.product-form-col{grid-template-columns:1fr}}.field-compact{display:flex;flex-direction:column;gap:.15rem;min-width:0}.field-compact>span{font-weight:600;font-size:.72rem;color:#475569;text-transform:uppercase;letter-spacing:.02em}.field-compact input,.field-compact select{padding:.32rem .45rem;font-size:.82rem}.field-span-2{grid-column:span 2}.field-readonly input,.field-readonly input:read-only{background:#f1f5f9;color:#94a3b8;cursor:default}.field-readonly input:focus{outline:none;border-color:#cbd5e1;box-shadow:none}.field-gated-disabled input:not([type=checkbox]){background:#f1f5f9;color:#94a3b8;cursor:not-allowed;opacity:.85}.product-form-row-disabled{background:#f8fafc;border-radius:6px;padding:.25rem;margin:-.25rem}.product-form-row-disabled input:not([type=checkbox]){background:#f1f5f9;color:#94a3b8;cursor:not-allowed;opacity:.85}.product-form-row-disabled .field-compact>span{color:#94a3b8}.field-gated-disabled>span{color:#94a3b8}.checkbox-compact{flex-direction:row!important;align-items:center;gap:.35rem!important;padding:.25rem 0}.checkbox-compact span{text-transform:none;font-size:.82rem;font-weight:500}.product-form-shipping-row{display:flex;align-items:flex-end;gap:.45rem;min-width:0;width:100%}.product-form-shipping-row .product-form-shipping-input{flex:1;min-width:0}.product-form-shipping-row .product-form-shipping-input input{width:100%;box-sizing:border-box}.shipping-toggle-label{display:flex;flex-direction:column;line-height:1.15}.shipping-toggle-label span{text-transform:none;font-size:.78rem;font-weight:500;color:#475569}.shipping-toggle-compact{flex:0 0 auto;flex-direction:column!important;align-items:flex-start!important;gap:.25rem!important;align-self:stretch;justify-content:space-between;padding-bottom:0}.barcode-row{display:flex;gap:.35rem}.barcode-row input{flex:1}.btn-icon{width:2rem;flex-shrink:0;border:1px solid #cbd5e1;border-radius:6px;background:#f8fafc;font-size:1rem;line-height:1}.product-form-actions{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e2e8f0}.admin-content{min-width:0}.success{color:#15803d;font-size:.875rem}.muted{color:#64748b;font-size:.875rem}.receiving-page,.receiving-upload-card{display:flex;flex-direction:column;gap:1rem}.receiving-dropzone{border:2px dashed #cbd5e1;border-radius:8px;padding:2rem;text-align:center;cursor:pointer;background:#f8fafc}.receiving-dropzone:hover{border-color:#3b82f6;background:#eff6ff}.receiving-review-stack{display:flex;flex-direction:column;gap:1rem;min-width:0}.receiving-top-split{display:grid;gap:1.25rem;align-items:start}@media(min-width:900px){.receiving-top-split{grid-template-columns:1fr 1fr}}.receiving-top-left h3,.receiving-top-right h3{margin:0 0 .5rem;font-size:1rem}.receiving-invoice-fields{display:grid;gap:.75rem}.receiving-lines-list{display:flex;flex-direction:column;gap:.75rem}.receiving-lines-list>h3{margin:0;font-size:1rem}.receiving-line-block{padding:.75rem 1rem}.receiving-line-block-head{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.75rem}.receiving-line-approve{margin-left:auto}.receiving-line-readonly{font-size:.875rem}.receiving-line-readonly p{margin:.25rem 0}.receiving-match-split{display:grid;gap:1rem;align-items:start}@media(min-width:900px){.receiving-match-split{grid-template-columns:1fr 1fr}}.receiving-match-compact h3{margin:0 0 .35rem;font-size:1rem}.receiving-match-explainer{margin:0 0 .5rem;font-size:.8125rem;line-height:1.4}.receiving-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.receiving-actions--compact{margin-top:.5rem;gap:.5rem}.receiving-line-slot{min-width:0;max-height:min(70vh,640px);overflow-y:auto}.receiving-line-placeholder{display:flex;align-items:center;justify-content:center;min-height:12rem;text-align:center}.receiving-line-match-banner{margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0}.receiving-line-match-banner h3{margin:0 0 .35rem;font-size:1rem}.receiving-line-match-banner p{margin:.15rem 0;font-size:.875rem}.receiving-badge--method{background:#e0e7ff;color:#3730a3;font-size:.75rem}.receiving-lines-hint{margin:0 0 .75rem;font-size:.8125rem}.receiving-preview-details{padding:.5rem .75rem}.receiving-preview-details summary{cursor:pointer;font-weight:600;font-size:.875rem;padding:.25rem 0}.receiving-ocr-text{margin:.75rem 0 0;padding:.75rem;max-height:280px;overflow:auto;font-size:.75rem;line-height:1.45;white-space:pre-wrap;word-break:break-word;background:var(--surface-2, #f4f4f5);border-radius:6px;border:1px solid var(--border, #e4e4e7)}.receiving-ocr-hint{margin:-.25rem 0 .75rem;font-size:.875rem}.receiving-file-preview{margin-top:.5rem}.receiving-file-preview-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;margin-bottom:.5rem}.receiving-file-preview-zoom-label{min-width:3rem;text-align:center;font-size:.8125rem;font-weight:600}.receiving-file-preview-hint{font-size:.75rem;margin-left:.25rem}.receiving-zoom-viewport{max-height:min(75vh,720px);overflow:auto;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;touch-action:none}.receiving-preview-details .receiving-preview-frame--zoomable{display:block;min-height:420px;border:none;border-radius:0;background:#fff}.receiving-preview-details .receiving-preview-img--zoomable{display:block;height:auto;max-height:none;border-radius:0}.receiving-header-card{display:flex;flex-direction:column;gap:1rem}.receiving-header-fields{display:grid;gap:.75rem}@media(min-width:640px){.receiving-header-fields{grid-template-columns:repeat(2,1fr)}}.receiving-header-actions{display:flex;flex-wrap:wrap;gap:.5rem}.receiving-header-actions--invoice{margin-top:.5rem;row-gap:.6rem}.receiving-lines-card{padding:.75rem 1rem}.receiving-lines-card-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.receiving-lines-card-head h3{margin:0;font-size:1rem}.receiving-update-legend{margin:.25rem 0 0;font-size:.75rem;display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.receiving-lines-remember{font-size:.8125rem}.receiving-lines-scroll{overflow-x:auto;margin:0 -.25rem}.receiving-lines-table{width:100%;min-width:960px;font-size:.8125rem}.receiving-lines-table th,.receiving-lines-table td{vertical-align:middle;padding:.35rem .5rem}.receiving-lines-table td.num{text-align:right;white-space:nowrap}.receiving-lines-table th.num.receiving-line-field-cell{text-align:left;white-space:nowrap}.receiving-lines-table th.center,.receiving-lines-table td.center{text-align:center;width:4rem}.receiving-lines-table .receiving-line-num-col{width:1%;min-width:2rem;max-width:2.25rem;padding-left:.2rem;padding-right:.2rem;color:#64748b;font-variant-numeric:tabular-nums;white-space:nowrap}.receiving-cell-input{width:100%;min-width:5rem;padding:.25rem .35rem;font-size:inherit;border:1px solid #e2e8f0;border-radius:4px;box-sizing:border-box}.receiving-cell-input--num{min-width:3.5rem;max-width:5.5rem;text-align:right}.receiving-cell-input:focus{outline:none;border-color:#3b82f6}.receiving-cell-invoice .receiving-cell-input{min-width:10rem}.receiving-cell-match{min-width:11rem}.receiving-total-qty{font-weight:600;color:#334155}.receiving-line-field-cell{min-width:6.5rem}.receiving-line-field{display:grid;grid-template-columns:minmax(0,1fr) 2.5rem;align-items:center;gap:.2rem;width:100%}.receiving-line-field__value{min-width:0;display:flex;justify-content:flex-end}.receiving-line-field--header .receiving-line-field__value{justify-content:flex-end;font-weight:600;color:#0f172a}.receiving-line-field__value .receiving-cell-input--num{width:100%;max-width:5.25rem}.receiving-line-field__value .receiving-case-cost-input{max-width:6.25rem}.receiving-line-field__tag{width:2.5rem;min-height:1.25rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.receiving-field-new-tag{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;padding:.12rem .3rem;border-radius:4px;line-height:1.2;cursor:help;white-space:nowrap;background:#dcfce7;color:#166534;border:1px solid #86efac}.receiving-price-below-cost .receiving-cell-input{background:#fef2f2;border-color:#f87171;color:#b91c1c}.receiving-price-below-cost .receiving-cell-input:focus{border-color:#dc2626;box-shadow:0 0 0 2px #dc262626}.receiving-price-below-cost .receiving-line-field__value{color:#b91c1c;font-weight:600}.receiving-cell-match-by{min-width:9.5rem}.receiving-line-match-select{width:100%;min-width:8.5rem;max-width:11rem;padding:.3rem 1.5rem .3rem .4rem;font-size:.75rem;border:1px solid #e2e8f0;border-radius:6px;background-color:#fff;cursor:pointer}.receiving-search-row td{padding:.25rem .5rem .5rem;background:#f8fafc;border-top:none}.receiving-product-hits--inline{margin:0}.receiving-badge{display:inline-block;padding:.15rem .5rem;border-radius:999px;font-size:.75rem;font-weight:500}.receiving-badge--ok{background:#dcfce7;color:#166534}.receiving-badge--new{background:#dbeafe;color:#1e40af}.receiving-badge--match{background:#e0e7ff;color:#3730a3}.receiving-badge--warn{background:#fef3c7;color:#92400e}.receiving-preview-card{position:sticky;top:1rem}.receiving-preview-frame{width:100%;min-height:420px;border:none;border-radius:6px;background:#fff}.receiving-preview-img{display:block;width:100%;max-height:70vh;object-fit:contain;border-radius:6px}.receiving-line-panel{display:flex;flex-direction:column;gap:.5rem}.receiving-line-panel h3{margin:0 0 .25rem}.receiving-product-hits{list-style:none;margin:0;padding:0;max-height:12rem;overflow-y:auto;border:1px solid #e2e8f0;border-radius:6px}.receiving-product-hit{display:block;width:100%;padding:.5rem .75rem;text-align:left;border:none;border-bottom:1px solid #e2e8f0;background:#fff;font-size:.875rem;cursor:pointer}.receiving-product-hit:hover{background:#f1f5f9}.match-priority-editor{display:flex;flex-direction:column;gap:.75rem}.match-priority-editor--compact{gap:.35rem}.match-priority-editor--compact .match-priority-row{padding:.35rem .5rem}.match-priority-editor--compact .match-priority-labels{font-size:.8125rem}.match-priority-editor--compact .match-priority-actions .btn-sm{padding:.15rem .35rem;font-size:.75rem}.match-priority-editor--compact .match-priority-add{font-size:.75rem}.match-priority-hint{margin:0;font-size:.8125rem}.match-priority-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.match-priority-row{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:6px;background:#f8fafc}.match-priority-rank{font-weight:600;color:#64748b;min-width:1.25rem}.match-priority-labels{flex:1;display:flex;flex-direction:column;gap:.15rem;font-size:.875rem}.match-priority-labels strong{font-weight:600}.match-priority-actions{display:flex;gap:.25rem;flex-shrink:0}.match-priority-add{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.receiving-line-expand-row td{background:#f8fafc;padding:.75rem 1rem 1rem;border-bottom:2px solid #cbd5e1}.receiving-line-expand-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem .75rem}.receiving-line-expand-options{display:flex;flex-wrap:wrap;gap:.75rem 1rem;align-items:center;margin-top:.75rem;padding-top:.5rem;border-top:1px solid #e2e8f0}@media(max-width:768px){.receiving-line-expand-grid{grid-template-columns:1fr}}.receiving-line-matching{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e2e8f0}.receiving-line-matching h4{margin:0 0 .5rem;font-size:.875rem}.receipt-editor-page .page-header{align-items:flex-start;margin-bottom:1rem}.receipt-editor-toolbar{display:flex;flex-wrap:wrap;gap:.5rem .75rem;align-items:flex-end}.receipt-editor-name{display:flex;flex-direction:column;gap:.2rem;font-size:.8rem;min-width:10rem}.receipt-editor-default{margin:0;font-size:.85rem}.receipt-editor-tabs{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.75rem}.receipt-editor-tab{border:1px solid #e2e8f0;background:#fff;border-radius:999px;padding:.3rem .75rem;font-size:.8rem}.receipt-editor-tab.is-active{border-color:#2563eb;background:#eff6ff;color:#1d4ed8;font-weight:600}.receipt-editor{display:grid;grid-template-columns:minmax(10rem,14rem) minmax(0,1fr);gap:.75rem;align-items:stretch}@media(max-width:1100px){.receipt-editor{grid-template-columns:1fr}}.receipt-editor-palette{display:flex;flex-direction:column;min-height:min(78vh,720px);min-width:0}.receipt-editor-palette-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.5rem;flex-shrink:0}.receipt-editor-palette h3,.receipt-editor-preview h3,.receipt-editor-inspector h3{margin:0 0 .25rem;font-size:.9rem}.receipt-editor-hint{font-size:.72rem;margin:0}.receipt-editor-add-wrap{position:relative;flex-shrink:0}.receipt-editor-add-btn{border:1px dashed #93c5fd;background:#eff6ff;color:#1d4ed8;border-radius:6px;padding:.3rem .55rem;font-size:.75rem;font-weight:600;white-space:nowrap}.receipt-editor-add-btn:hover{background:#dbeafe}.receipt-editor-add-menu{position:absolute;top:calc(100% + .25rem);right:0;z-index:20;list-style:none;margin:0;padding:.35rem;width:max(100%,11rem);max-height:min(50vh,320px);overflow-y:auto;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 8px 24px #0f172a1f;display:flex;flex-direction:column;gap:.25rem;scrollbar-width:thin}.receipt-editor-add-menu li{margin:0}.receipt-editor-palette-btn{width:100%;text-align:left;border:1px dashed #cbd5e1;background:#f8fafc;border-radius:6px;padding:.35rem .45rem;font-size:.78rem}.receipt-editor-palette-btn:hover:not(:disabled){border-color:#93c5fd;background:#eff6ff}.receipt-editor-palette-btn:disabled{opacity:.45;cursor:not-allowed}.receipt-editor-block-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3rem;flex:1;min-height:0;overflow-y:auto;scrollbar-width:thin}.receipt-editor-block-empty{font-size:.75rem;padding:.5rem .25rem;text-align:center}.receipt-editor-block-item{display:flex;align-items:center;gap:.35rem;width:100%;text-align:left;border:1px dashed #cbd5e1;background:#f8fafc;border-radius:6px;padding:.35rem .45rem;font-size:.78rem;cursor:grab;-webkit-user-select:none;user-select:none}.receipt-editor-block-item:hover{border-color:#93c5fd;background:#eff6ff}.receipt-editor-block-item.is-selected{border-color:#2563eb;border-style:solid;background:#eff6ff;box-shadow:0 0 0 2px #2563eb1f}.receipt-editor-block-item.is-hidden{opacity:.55}.receipt-editor-block-item.is-dragging{opacity:.45}.receipt-editor-block-grip{color:#94a3b8;font-size:.65rem;flex-shrink:0;line-height:1}.receipt-editor-block-label{flex:1;min-width:0;font-weight:500}.receipt-editor-block-badge{flex-shrink:0;font-size:.62rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#64748b;background:#e2e8f0;border-radius:4px;padding:.1rem .3rem}.receipt-editor-main{display:flex;flex-direction:column;gap:.75rem;min-width:0;min-height:min(78vh,720px)}.receipt-editor-store{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.5rem .75rem;padding:.55rem .75rem}.receipt-editor-store h3{margin:0;flex-shrink:0;align-self:center;font-size:.85rem;white-space:nowrap}.receipt-editor-store-grid{display:grid;grid-template-columns:minmax(10rem,2fr) minmax(7rem,1fr) minmax(9rem,1.2fr);gap:.45rem .6rem;flex:1;min-width:min(100%,42rem);align-items:end}.receipt-editor-store-grid label{display:flex;flex-direction:column;gap:.15rem;font-size:.72rem;color:#64748b;min-width:0}.receipt-editor-store-grid textarea{min-height:2.75rem;height:2.75rem;resize:none;padding:.3rem .5rem;line-height:1.2}.receipt-editor-store-grid input{height:2.75rem;padding:.3rem .5rem}@media(max-width:900px){.receipt-editor-store{flex-direction:column;align-items:stretch}.receipt-editor-store h3{align-self:flex-start}.receipt-editor-store-grid{grid-template-columns:1fr;min-width:0}.receipt-editor-store-grid textarea{max-height:none}}.receipt-editor-preview{display:flex;flex-direction:column;min-height:0;min-width:0}.receipt-editor-workspace{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;flex:1;min-height:0;align-items:stretch}@media(max-width:900px){.receipt-editor-workspace{grid-template-columns:1fr}}.receipt-editor-inspector{display:flex;flex-direction:column;min-height:0;min-width:0}.receipt-editor-inspector-empty{font-size:.8rem;margin:.25rem 0 0}.receipt-editor-inspector-type{margin:0 0 .65rem;font-size:.85rem}.receipt-editor-inspector-remove{margin-top:auto}@media(max-width:1100px){.receipt-editor-palette{min-height:min(52vh,480px)}.receipt-editor-main{min-height:min(60vh,520px)}}.receipt-editor-preview-paper{margin:0;flex:1;padding:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;overflow:auto;min-height:0;display:flex;justify-content:center;align-items:flex-start}.receipt-editor-preview-strip{font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:.78rem;line-height:1.4;flex-shrink:0}.receipt-editor-preview-line{white-space:pre;overflow:hidden}.receipt-editor-preview-link{display:block;color:inherit;text-decoration:none;cursor:pointer}.receipt-editor-preview-link:hover{text-decoration:underline}.receipt-editor-preview-logo-row{display:flex;width:100%;margin:.15rem 0 .35rem}.receipt-editor-preview-logo-row--left{justify-content:flex-start}.receipt-editor-preview-logo-row--center{justify-content:center}.receipt-editor-preview-logo-row--right{justify-content:flex-end}.receipt-editor-preview-logo{display:block;width:100%;height:auto;object-fit:contain;object-position:center}.receipt-editor-logo-field{display:flex;flex-direction:column;gap:.35rem}.receipt-editor-logo-label{font-size:.8rem;font-weight:500;color:#0f172a}.receipt-editor-logo-hint{margin:0;font-size:.72rem}.receipt-editor-logo-input{display:none}.receipt-editor-logo-upload{width:100%;text-align:center;border:1px dashed #cbd5e1;background:#f8fafc;border-radius:6px;padding:.55rem .65rem;font-size:.78rem}.receipt-editor-logo-upload:hover:not(:disabled){border-color:#93c5fd;background:#eff6ff}.receipt-editor-logo-current{display:flex;flex-direction:column;gap:.45rem;padding:.5rem;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.receipt-editor-logo-thumb{display:block;max-width:100%;max-height:5rem;margin:0 auto;object-fit:contain}.receipt-editor-logo-actions{display:flex;align-items:center;justify-content:center;gap:.65rem}.receipt-editor-logo-message{margin:0;font-size:.72rem;color:#64748b}.receipt-editor-logo-size{margin:0}.receipt-editor-logo-size-row{display:flex;align-items:center;gap:.5rem}.receipt-editor-logo-size-row input[type=range]{flex:1;min-width:0;padding:0;border:none;background:transparent;box-shadow:none}.receipt-editor-logo-size-row span{flex-shrink:0;min-width:2.5rem;font-size:.75rem;font-weight:600;color:#475569;text-align:right}.receipt-logo-crop-modal{max-width:560px}.receipt-logo-crop-hint{margin:0;font-size:.85rem}.receipt-logo-crop-stage{position:relative;width:100%;height:min(52vh,420px);border:1px solid #e2e8f0;border-radius:.5rem;background:linear-gradient(45deg,#f1f5f9 25%,transparent 25%) 0 0 / 16px 16px,linear-gradient(-45deg,#f1f5f9 25%,transparent 25%) 0 0 / 16px 16px,#fff;overflow:hidden;touch-action:none;-webkit-user-select:none;user-select:none}.receipt-logo-crop-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;pointer-events:none}.receipt-logo-crop-box{position:absolute;border:2px solid #2563eb;box-shadow:0 0 0 9999px #0f172a73;cursor:move}.receipt-logo-crop-handle{position:absolute;width:12px;height:12px;border:2px solid #2563eb;border-radius:999px;background:#fff}.receipt-logo-crop-handle--nw{top:-7px;left:-7px;cursor:nwse-resize}.receipt-logo-crop-handle--ne{top:-7px;right:-7px;cursor:nesw-resize}.receipt-logo-crop-handle--sw{bottom:-7px;left:-7px;cursor:nesw-resize}.receipt-logo-crop-handle--se{right:-7px;bottom:-7px;cursor:nwse-resize}.receipt-logo-crop-actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.receipt-editor-divider-preview{padding:.45rem .5rem;border:1px dashed #cbd5e1;border-radius:.35rem;background:#f8fafc;font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:.72rem;line-height:1.2;color:#0f172a;overflow:hidden;white-space:pre}.btn-sm{padding:.3rem .55rem;font-size:.75rem}.receipt-editor-inspector-body{display:flex;flex-direction:column;gap:.5rem;flex:1;min-height:0;overflow-y:auto}.receipt-editor-inspector-body label{display:flex;flex-direction:column;gap:.2rem;font-size:.8rem}.employee-form-page .form-stack{max-width:520px}.employee-form-preset{padding:.75rem 1rem;background:#f8fafc}.employee-form-preset-list{margin:.35rem 0 0;padding-left:1.25rem;font-size:.875rem;color:#475569}.employee-form-permissions{border:1px solid #e2e8f0;border-radius:.375rem;padding:.75rem 1rem}.employee-form-permissions-grid{display:grid;gap:.35rem;margin-top:.5rem}@media(min-width:480px){.employee-form-permissions-grid{grid-template-columns:1fr 1fr}}.employee-form-optional{display:flex;flex-direction:column;gap:.75rem;padding-top:.5rem;border-top:1px solid #e2e8f0}.employee-form-optional h3{margin:0;font-size:.95rem;font-weight:600}.required{color:#dc2626}.form-actions{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.5rem}.page-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.page-header h2{margin:0}.btn-link{background:none;border:none;padding:0;color:#2563eb;cursor:pointer;font:inherit;text-decoration:underline}
