:root{--bg-app:#f6f8fb;--bg-surface:#fff;--bg-subtle:#f8fafc;--bg-hover:#f4f6f9;--text-primary:#101828;--text-secondary:#475467;--text-muted:#667085;--text-soft:#98a2b3;--border:#e4e7ec;--border-strong:#d0d5dd;--brand:#101b31;--brand-hover:#1d2940;--success:#067647;--success-bg:#ecfdf3;--warning:#b54708;--warning-bg:#fffaeb;--danger:#b42318;--danger-bg:#fef3f2;--radius-sm:8px;--radius-md:10px;--radius-lg:14px;--radius-xl:18px;--shadow-sm:0 1px 3px #1018280d;--shadow-md:0 6px 18px #10182812}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:var(--bg-app);min-height:100vh;color:var(--text-primary);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}#root{flex-direction:column;min-height:100vh;display:flex}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit}img{max-width:100%}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{color:var(--text-primary)}p{color:var(--text-secondary)}main{flex:1;width:min(1120px,92%);margin:0 auto;padding:40px 0 80px}section{margin-bottom:24px}label{color:#344054;margin-bottom:7px;font-size:.9rem;font-weight:600;display:block}input,select,textarea{border:1px solid var(--border-strong);border-radius:var(--radius-md);background:var(--bg-surface);width:100%;color:var(--text-primary);outline:none;transition:border-color .15s,box-shadow .15s}input,select{min-height:46px;padding:0 13px}textarea{resize:vertical;min-height:110px;padding:12px 13px}input:focus,select:focus,textarea:focus{border-color:#98a2b3;box-shadow:0 0 0 3px #98a2b329}input:disabled,select:disabled,textarea:disabled{color:var(--text-muted);cursor:not-allowed;background:#f2f4f7}button{border:1px solid var(--brand);border-radius:var(--radius-md);background:var(--brand);color:#fff;min-height:44px;padding:0 18px;font-weight:600;transition:background .15s,transform .15s,box-shadow .15s}button:hover:not(:disabled){background:var(--brand-hover)}button:active:not(:disabled){transform:translateY(1px)}button:disabled{opacity:.55;cursor:not-allowed}article{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-surface);box-shadow:var(--shadow-sm);margin-bottom:16px;padding:18px}.state-message{border:1px dashed var(--border-strong);border-radius:var(--radius-lg);background:var(--bg-surface);text-align:center;margin-top:18px;padding:22px}.state-message h3{margin-bottom:6px}.state-message p{color:var(--text-muted);margin-bottom:0}.inventory-error{border-radius:var(--radius-md);background:var(--danger-bg);color:var(--danger);border:1px solid #fecdca;margin:16px 0;padding:12px 14px}.inventory-success{border-radius:var(--radius-md);background:var(--success-bg);color:var(--success);border:1px solid #abefc6;margin:16px 0;padding:12px 14px}.app-header{background:var(--bg-surface);border-bottom:1px solid var(--border)}.app-header-inner{justify-content:space-between;align-items:center;gap:20px;width:min(1120px,92%);margin:0 auto;padding:22px 0;display:flex}.app-header h1{margin-bottom:4px}.app-header p{color:var(--text-muted);margin:0}.selected-store-badge{flex-direction:column;align-items:flex-end;display:flex}.selected-store-badge span{color:var(--text-muted);font-size:.75rem}.selected-store-badge strong{font-size:.95rem}.search-bar{gap:10px;margin-bottom:20px;display:flex}.search-bar input{flex:1}.search-bar button{flex-shrink:0}.selected-store-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-surface);justify-content:space-between;align-items:center;gap:24px;padding:20px;display:flex}.selected-store-card p{color:var(--text-muted);margin:4px 0}.selected-store-label{color:var(--text-muted);text-transform:uppercase;font-size:.75rem;font-weight:700}.results-header{justify-content:space-between;align-items:center;gap:16px;margin:28px 0 14px;display:flex}.results-header h3{margin:0}.results-header span{color:var(--text-muted);font-size:.9rem}.product-card{gap:18px;display:grid}.product-card-location{align-items:center;gap:16px;display:flex}.product-card-footer{justify-content:space-between;align-items:center;gap:16px;display:flex}.product-image{object-fit:contain;border-radius:var(--radius-md);background:var(--bg-subtle);width:100%;max-width:180px;height:140px}.product-image-placeholder{border-radius:var(--radius-md);background:var(--bg-subtle);width:180px;height:140px;color:var(--text-soft);justify-content:center;align-items:center;display:flex}.product-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-surface);box-shadow:var(--shadow-sm);padding:20px}.product-card-main{grid-template-columns:150px minmax(0,1fr);align-items:stretch;gap:22px;display:grid}.product-card-image-area{width:150px}.product-image,.product-image-placeholder{border-radius:12px;width:150px;max-width:150px;height:150px;margin:0}.product-image{object-fit:contain;background:var(--bg-subtle);padding:10px}.product-image-placeholder{border:1px dashed var(--border-strong);background:var(--bg-subtle);color:var(--text-soft);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:7px;font-size:.78rem;display:flex}.product-image-placeholder-icon{font-size:1.4rem;line-height:1}.product-card-content{flex-direction:column;min-width:0;display:flex}.product-card-heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.product-card-heading h3{margin:0 0 5px;font-size:1.08rem;line-height:1.3}.product-card-brand{color:var(--text-muted);margin:0;font-size:.86rem}.product-card-heading .status-badge{text-transform:capitalize;flex-shrink:0}.product-card-meta{grid-template-columns:repeat(3,minmax(100px,1fr));gap:10px;margin-top:20px;display:grid}.product-card-meta>div{background:var(--bg-subtle);border-radius:10px;padding:12px 14px}.product-card-meta span{color:var(--text-muted);margin-bottom:4px;font-size:.72rem;font-weight:600;display:block}.product-card-meta strong{color:var(--text-primary);font-size:.95rem}.product-card-actions{justify-content:flex-end;margin-top:auto;padding-top:18px;display:flex}.product-card-actions button{min-width:120px}@media (width<=680px){.product-card-main{grid-template-columns:1fr}.product-card-image-area{width:100%}.product-image,.product-image-placeholder{width:100%;max-width:none;height:180px}.product-card-heading{flex-direction:column;gap:10px}.product-card-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card-actions button{width:100%}}@media (width<=480px){.product-card-meta{grid-template-columns:1fr}}.selected-store-card{padding:16px 20px}.selected-store-card h2{margin:3px 0}.selected-store-card p{margin:2px 0}.status-badge{border-radius:999px;padding:4px 10px;font-size:.78rem;font-weight:700;display:inline-block}.status-badge.in_stock{background:var(--success-bg);color:var(--success)}.status-badge.low_stock{background:var(--warning-bg);color:var(--warning)}.status-badge.out_of_stock{background:var(--danger-bg);color:var(--danger)}.location-panel{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-surface);margin:20px 0;padding:20px}.location-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.location-grid>div{border-radius:var(--radius-md);background:var(--bg-subtle);padding:14px}.location-grid span{color:var(--text-muted);margin-bottom:5px;font-size:.78rem;display:block}.location-grid strong{font-size:1.1rem}.nearby-store-card{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.nearby-store-card h4{margin-bottom:6px}.nearby-store-meta{text-align:right}.modal-backdrop{z-index:1000;background:#0f172a8c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.product-modal{border-radius:var(--radius-xl);background:var(--bg-surface);width:min(700px,100%);max-height:90vh;padding:28px;position:relative;overflow-y:auto;box-shadow:0 20px 60px #00000040}.modal-close{border-radius:50%;width:36px;height:36px;min-height:36px;padding:0;font-size:1.35rem;line-height:1;position:absolute;top:14px;right:14px}.product-detail-image{object-fit:contain;width:100%;max-height:260px;margin-bottom:20px}.product-detail-image-placeholder{background:var(--bg-subtle);height:220px;color:var(--text-soft);border-radius:12px;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.staff-layout{background:var(--bg-app);grid-template-columns:260px minmax(0,1fr);min-height:100vh;display:grid}.staff-sidebar{border-right:1px solid var(--border);background:var(--bg-surface);flex-direction:column;height:100vh;padding:22px 14px 18px;display:flex;position:sticky;top:0}.staff-sidebar-brand{border-bottom:1px solid #edf0f4;align-items:center;gap:12px;margin-bottom:10px;padding:4px 10px 22px;display:flex}.staff-brand-mark{background:var(--brand);color:#fff;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.82rem;font-weight:800;display:flex}.staff-sidebar-brand>div:last-child{flex-direction:column;display:flex}.staff-sidebar-brand strong{color:var(--text-primary);font-size:.95rem}.staff-sidebar-brand span{color:var(--text-muted);margin-top:2px;font-size:.73rem}.staff-navigation{flex-direction:column;flex:1;gap:5px;display:flex;overflow-y:auto}.staff-nav-link{color:#344054;border-radius:9px;align-items:center;gap:11px;min-height:44px;padding:0 12px;font-size:.9rem;font-weight:550;text-decoration:none;transition:background .15s,color .15s,box-shadow .15s;display:flex}.staff-nav-link svg{flex-shrink:0}.staff-nav-link:hover{background:var(--bg-hover);color:var(--text-primary)}.staff-nav-link.active{background:var(--brand);color:#fff;box-shadow:0 3px 8px #0f172a24}.staff-nav-group{flex-direction:column;display:flex}.staff-nav-group-button{color:#344054;background:0 0;border:none;border-radius:9px;justify-content:space-between;align-items:center;width:100%;min-height:44px;padding:0 12px;font-size:.9rem;font-weight:550;display:flex}.staff-nav-group-button:hover{background:var(--bg-hover)}.staff-nav-group-title{align-items:center;gap:11px;display:flex}.staff-nav-chevron{color:var(--text-muted);font-size:1.25rem;transition:transform .18s;display:inline-block;transform:rotate(90deg)}.staff-nav-chevron.open{transform:rotate(-90deg)}.staff-nav-submenu{flex-direction:column;gap:3px;padding:4px 0 7px 24px;display:flex}.staff-nav-submenu .staff-nav-link{min-height:39px;padding-left:12px;font-size:.83rem;font-weight:500}.staff-nav-submenu .staff-nav-link svg{width:16px;height:16px}.staff-sidebar-footer{border-top:1px solid #edf0f4;margin-top:18px;padding-top:16px}.staff-sidebar-user{align-items:center;gap:10px;padding:8px;display:flex}.staff-user-avatar{width:38px;height:38px;color:var(--brand);background:#e9eef6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.77rem;font-weight:800;display:flex}.staff-sidebar-user>div:last-child{flex-direction:column;min-width:0;display:flex}.staff-sidebar-user strong{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;overflow:hidden}.staff-sidebar-user span{color:var(--text-muted);margin-top:2px;font-size:.69rem}.staff-main{min-width:0}.staff-header{border-bottom:1px solid var(--border);background:var(--bg-surface);justify-content:space-between;align-items:center;min-height:72px;padding:14px 32px;display:flex}.staff-header>div{flex-direction:column;display:flex}.staff-header-label{color:var(--text-muted);margin-bottom:2px;font-size:.72rem}.staff-header strong{color:var(--text-primary);font-size:.88rem}.staff-sign-out-button{min-height:42px;padding:0 18px}.staff-content{min-width:0;padding:34px 36px 60px}.staff-content main{width:100%;max-width:none;margin:0;padding:0}.staff-content main>section>h1,.staff-content main>section>header h1{margin-bottom:8px;font-size:clamp(1.8rem,2.5vw,2.4rem);line-height:1.15}.staff-content main>section>p,.staff-content main>section>header p{color:var(--text-muted);margin-bottom:26px}.product-management>section,.store-management>section,.store-product-management>section,.staff-management>section,.change-password form,.inventory-editor{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-surface);box-shadow:var(--shadow-sm);padding:22px}.product-management>section>h2,.store-management>section>h2,.store-product-management>section>h2,.staff-management>section>h2,.inventory-editor>h2,.inventory-editor>h3{margin-bottom:18px}.product-management>section>div,.store-management>section>div,.store-product-management>section>div,.staff-management>section>div,.change-password form>div,.inventory-editor>div{margin-bottom:16px}.product-management textarea,.store-management textarea{margin-bottom:0}.product-management button+button,.store-management button+button,.staff-management button+button,.inventory-editor button+button{margin-left:10px}.change-password form{margin-top:24px}.change-password form p{color:var(--text-muted);margin-top:7px;margin-bottom:0;font-size:.8rem}.change-password form .inventory-success,.change-password form .inventory-error{margin:16px 0}.employee-status-field{margin-top:16px;margin-bottom:20px}.employee-checkbox{cursor:pointer;align-items:center;gap:10px;display:inline-flex}.employee-checkbox input[type=checkbox]{cursor:pointer;width:18px;height:18px;min-height:18px;margin:0}.employee-checkbox span{line-height:1}.employee-edit-actions{align-items:center;gap:10px;display:flex}.staff-dashboard-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px;display:flex}.staff-page-eyebrow{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;font-size:.73rem;font-weight:700;display:block}.staff-dashboard-heading h1{margin:0 0 8px;font-size:clamp(2rem,3vw,2.6rem);line-height:1.1}.staff-dashboard-heading p{color:var(--text-muted);margin:0}.dashboard-store-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-surface);box-shadow:var(--shadow-sm);grid-template-columns:minmax(220px,.7fr) minmax(300px,1fr);align-items:end;gap:28px;padding:20px;display:grid}.dashboard-store-card label{margin-bottom:5px}.dashboard-store-card p{color:var(--text-muted);margin:0;font-size:.86rem}.dashboard-overview-section,.dashboard-actions-section{margin-top:30px}.dashboard-section-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:14px;display:flex}.dashboard-section-heading h2{margin:0 0 4px;font-size:1.18rem}.dashboard-section-heading p{color:var(--text-muted);margin:0;font-size:.85rem}.dashboard-metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.dashboard-metric-link{color:inherit;text-decoration:none;display:block}.dashboard-metric-card{border:1px solid var(--border);border-radius:var(--radius-lg);height:100%;min-height:130px;box-shadow:var(--shadow-sm);align-items:center;gap:16px;margin:0;padding:20px;transition:transform .15s,box-shadow .15s;display:flex}.dashboard-metric-link:hover .dashboard-metric-card{box-shadow:var(--shadow-md);transform:translateY(-2px)}.dashboard-metric-icon{width:46px;height:46px;color:var(--brand);background:#eef2f7;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:800;display:flex}.dashboard-metric-icon-danger{background:var(--danger-bg);color:var(--danger)}.dashboard-metric-card>div:last-child{flex-direction:column;display:flex}.dashboard-metric-card span{color:var(--text-muted);margin-bottom:5px;font-size:.82rem;font-weight:600}.dashboard-metric-card strong{font-size:1.8rem;line-height:1}.dashboard-metric-card small{color:#344054;margin-top:9px;font-size:.75rem;font-weight:650}.dashboard-actions-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.dashboard-action-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-surface);min-height:180px;color:inherit;box-shadow:var(--shadow-sm);align-items:flex-start;gap:15px;padding:20px;text-decoration:none;transition:transform .15s,border-color .15s,box-shadow .15s;display:flex}.dashboard-action-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-2px)}.dashboard-action-icon{width:42px;height:42px;color:var(--brand);background:#eef2f7;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;font-size:.68rem;font-weight:800;display:flex}.dashboard-action-card>div:last-child{flex-direction:column;flex:1;height:100%;display:flex}.dashboard-action-card h3{margin:0 0 7px;font-size:.98rem}.dashboard-action-card p{color:var(--text-muted);margin:0;font-size:.82rem;line-height:1.55}.dashboard-action-card span{color:#344054;margin-top:auto;padding-top:16px;font-size:.78rem;font-weight:700;display:inline-block}.inventory-management{width:100%}.inventory-search{margin:24px 0}.inventory-management>div,.inventory-management>section{margin-bottom:24px}.inventory-editor,.inventory-history{margin-top:28px}.receive-stock-controls{grid-template-columns:minmax(160px,1fr) auto;align-items:end;gap:10px;margin-top:18px;display:grid}.receive-stock-controls label{grid-column:1/-1}.receive-stock-controls button{white-space:nowrap}.low-stock-alerts>div{margin-bottom:18px}.low-stock-filters button:hover{background:var(--bg-hover)}.product-management article,.store-management article,.staff-management article{margin-top:14px}.product-management article>div,.store-management article>div,.staff-management article>div{margin-bottom:14px}.product-management article p,.store-management article p,.staff-management article p{margin-bottom:8px}.product-management article h3,.store-management article h3,.staff-management article h3{margin-bottom:14px}.store-product-management fieldset{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-subtle);margin:22px 0;padding:18px}.store-product-management legend{color:#344054;padding:0 7px;font-weight:700}.store-product-management fieldset>div{margin-bottom:14px}.store-product-management fieldset>div:last-child{margin-bottom:0}.inventory-activity-page{width:100%}.inventory-activity{width:100%;max-width:1600px;margin:0 auto}.inventory-activity-heading{margin-bottom:24px}.inventory-activity-heading h1{margin:0 0 9px;font-size:clamp(2rem,3vw,2.6rem);line-height:1.1}.inventory-activity-heading p{color:var(--text-muted);margin:0}.inventory-filter-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-surface);box-shadow:var(--shadow-sm);margin-bottom:28px;padding:20px}.activity-store-field{margin-bottom:20px}.inventory-filter-grid{grid-template-columns:minmax(300px,1.6fr) minmax(170px,.7fr) minmax(155px,.6fr) minmax(155px,.6fr) auto;align-items:end;gap:16px;display:grid}.activity-search-row{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.activity-date-buttons{align-items:end;gap:10px;display:flex}.activity-primary-button,.activity-secondary-button,.inventory-export-button{min-height:46px;padding:0 18px;font-weight:600}.activity-secondary-button{border:1px solid var(--border-strong);background:var(--bg-surface);color:#344054}.activity-secondary-button:hover:not(:disabled){background:var(--bg-hover)}.inventory-activity-summary{color:var(--text-muted);justify-content:space-between;align-items:center;gap:16px;margin:0 4px 14px;font-size:.9rem;display:flex}.inventory-activity-table-wrapper{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-surface);width:100%;overflow-x:auto}.inventory-activity-table{border-collapse:collapse;width:100%;min-width:1050px}.inventory-activity-table th,.inventory-activity-table td{border-bottom:1px solid var(--border);text-align:left;vertical-align:top;padding:17px 16px}.inventory-activity-table th{background:var(--bg-subtle);color:#344054;white-space:nowrap;padding-top:14px;padding-bottom:14px;font-size:.8rem;font-weight:700}.inventory-activity-table tbody tr{transition:background .15s}.inventory-activity-table tbody tr:hover{background:#fbfcfd}.inventory-activity-table tbody tr:last-child td{border-bottom:none}.activity-product-name{color:var(--text-primary);font-size:.93rem;line-height:1.3;display:block}.activity-product-meta{color:var(--text-muted);margin-top:5px;font-size:.8rem;line-height:1.35;display:block}.inventory-adjustment{font-weight:750}.inventory-adjustment.positive{color:var(--success)}.inventory-adjustment.negative{color:var(--danger)}.inventory-activity-footer{grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;margin-top:24px;display:grid}.inventory-pagination{justify-content:center;align-items:center;gap:14px;display:flex}.inventory-pagination span{color:var(--text-primary);white-space:nowrap;font-weight:650}.inventory-pagination button{border:1px solid var(--border-strong);background:var(--bg-surface);color:#344054;min-height:42px;padding:0 17px}.inventory-pagination button:hover:not(:disabled){background:var(--bg-hover)}.inventory-export-button{justify-self:end}.app-footer{border-top:1px solid var(--border);background:var(--bg-surface);text-align:center;padding:24px 20px}.app-footer p{margin:0 0 5px;font-weight:700}.app-footer span{color:var(--text-muted);font-size:.84rem}.customer-landing{flex-direction:column;gap:28px;padding-bottom:24px;display:flex}.customer-hero{background:radial-gradient(circle at 90% 10%,#2563eb1a,#0000 32%),linear-gradient(135deg,#fff 0%,#f8fbff 100%);border:1px solid #dbe4ee;border-radius:20px;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:center;gap:48px;padding:54px 48px;display:grid;overflow:hidden;box-shadow:0 12px 30px #0f172a0f}.customer-hero-content{max-width:680px}.customer-hero-eyebrow{color:#1d4ed8;letter-spacing:.06em;text-transform:uppercase;background:#eaf2ff;border-radius:999px;align-items:center;margin-bottom:18px;padding:7px 12px;font-size:.78rem;font-weight:800;display:inline-flex}.customer-hero h2{color:#0f172a;letter-spacing:-.045em;margin:0;font-size:clamp(2.35rem,5vw,4rem);line-height:1.05}.customer-hero h2 span{color:#2563eb}.customer-hero-description{color:#64748b;max-width:620px;margin:22px 0 0;font-size:1.05rem;line-height:1.75}.customer-hero-benefits{flex-wrap:wrap;gap:24px;margin-top:30px;display:flex}.customer-hero-benefit{align-items:center;gap:10px;display:flex}.customer-benefit-icon{color:#2563eb;background:#eff6ff;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-weight:800;display:inline-flex}.customer-hero-benefit div{flex-direction:column;gap:1px;display:flex}.customer-hero-benefit strong{color:#1e293b;font-size:.84rem}.customer-hero-benefit div span{color:#64748b;font-size:.75rem}.customer-hero-visual{justify-self:end;width:100%;max-width:440px}.hero-map{background:#fff;border:1px solid #dbe4ee;border-radius:18px;padding:14px;transform:rotate(1.5deg);box-shadow:0 20px 40px #0f172a1a}.hero-map-topbar{color:#334155;justify-content:space-between;align-items:center;padding:5px 4px 14px;font-size:.78rem;font-weight:800;display:flex}.hero-map-status{color:#15803d;background:#dcfce7;border-radius:999px;padding:5px 8px;font-size:.65rem}.hero-map-floor{background-color:#fff;background-image:linear-gradient(#f8fafc 1px,#0000 1px),linear-gradient(90deg,#f8fafc 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:24px 24px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border:1px solid #e2e8f0;border-radius:12px;min-height:270px;position:relative;overflow:hidden}.hero-map-aisle{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;justify-content:center;align-items:center;width:22%;height:44px;font-size:.72rem;font-weight:800;display:flex;position:absolute}.hero-map-aisle-1{top:42px;left:10%}.hero-map-aisle-2{top:42px;right:10%}.hero-map-aisle-3{top:118px;left:10%}.hero-map-aisle-4{top:118px;right:10%}.hero-route{z-index:2;background:#16a34a;border-radius:999px;position:absolute;box-shadow:0 0 0 3px #16a34a1f}.hero-route-vertical{width:4px;height:98px;bottom:28px;left:50%;transform:translate(-50%)}.hero-route-horizontal{width:31%;height:4px;top:140px;left:50%}.hero-route-start{color:#475569;font-size:.65rem;font-weight:700;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.hero-route-end{z-index:3;color:#dc2626;font-size:1.1rem;position:absolute;top:131px;right:17%}.landing-store-selector-card{background:#fff;border:1px solid #dbe4ee;border-radius:16px;padding:28px 32px;scroll-margin-top:24px;box-shadow:0 6px 18px #0f172a0a}.selected-store-section{margin-bottom:26px}.landing-section{padding:44px 0 10px}.landing-section-heading{text-align:center;max-width:700px;margin:0 auto 30px}.landing-section-heading>span{color:#2563eb;letter-spacing:.07em;text-transform:uppercase;margin-bottom:8px;font-size:.78rem;font-weight:800;display:block}.landing-section-heading h2{color:#0f172a;letter-spacing:-.025em;margin:0;font-size:clamp(1.65rem,3vw,2.25rem);line-height:1.2}.landing-section-heading p{color:#64748b;margin:12px auto 0;line-height:1.7}.landing-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.landing-step-card{background:#fff;border:1px solid #dbe4ee;border-radius:16px;padding:24px;transition:transform .16s,box-shadow .16s,border-color .16s;position:relative;box-shadow:0 5px 16px #0f172a0a}.landing-step-card:hover{border-color:#bfdbfe;transform:translateY(-3px);box-shadow:0 12px 24px #0f172a14}.landing-step-top{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.landing-step-number{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:.75rem;font-weight:800;display:inline-flex}.landing-step-icon{color:#2563eb;background:#eff6ff;border-radius:11px;justify-content:center;align-items:center;width:42px;height:42px;font-size:1rem;font-weight:800;display:inline-flex}.landing-step-card h3{color:#1e293b;margin:0 0 10px;font-size:1.05rem}.landing-step-card p{color:#64748b;margin:0;font-size:.9rem;line-height:1.65}.landing-features-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:46px 34px}.landing-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;max-width:980px;margin:0 auto;display:grid}.landing-feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;gap:16px;padding:22px;display:flex}.landing-feature-icon{color:#2563eb;background:#eaf2ff;border-radius:11px;flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:42px;font-size:1rem;font-weight:800;display:inline-flex}.landing-feature-card h3{color:#1e293b;margin:1px 0 7px;font-size:.98rem}.landing-feature-card p{color:#64748b;margin:0;font-size:.86rem;line-height:1.6}.landing-cta{color:#fff;background:#0f172a;border-radius:18px;justify-content:space-between;align-items:center;gap:30px;margin-top:16px;padding:36px 40px;display:flex}.landing-cta-eyebrow{color:#93c5fd;letter-spacing:.06em;text-transform:uppercase;margin-bottom:7px;font-size:.75rem;font-weight:800;display:block}.landing-cta h2{color:#fff;margin:0;font-size:1.55rem}.landing-cta p{color:#cbd5e1;margin:8px 0 0}.landing-cta-button{color:#0f172a;background:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;min-height:46px;padding:0 18px;font-size:.86rem;font-weight:800;text-decoration:none;transition:transform .15s,background .15s;display:inline-flex}.landing-cta-button:hover{background:#f1f5f9;transform:translateY(-1px)}.landing-status{text-align:center;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:40px}.landing-status p{margin:0}.landing-status-error{color:#b91c1c;background:#fef2f2;border-color:#fecaca}@media (width<=900px){.customer-hero{grid-template-columns:1fr;gap:36px;padding:42px 32px}.customer-hero-content{max-width:none}.customer-hero-visual{justify-self:center;max-width:560px}.landing-steps,.landing-feature-grid{grid-template-columns:1fr}}@media (width<=680px){.customer-landing{gap:20px}.customer-hero{border-radius:16px;padding:32px 20px}.customer-hero h2{font-size:2.25rem}.customer-hero-description{font-size:.95rem}.customer-hero-benefits{flex-direction:column;gap:14px}.customer-hero-visual{max-width:100%}.hero-map-floor{min-height:220px}.hero-map-aisle{height:36px}.hero-map-aisle-3,.hero-map-aisle-4{top:100px}.hero-route-horizontal{top:119px}.hero-route-end{top:110px}.hero-route-vertical{height:78px}.landing-store-selector-card{padding:22px 18px}.landing-section{padding-top:30px}.landing-section-heading{margin-bottom:22px}.landing-step-card{padding:20px}.landing-features-section{border-radius:16px;padding:32px 18px}.landing-feature-card{padding:18px}}@media (width<=1250px){.dashboard-actions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.inventory-filter-grid{grid-template-columns:minmax(260px,1.5fr) minmax(170px,.8fr) minmax(150px,.7fr) minmax(150px,.7fr)}.activity-date-buttons{grid-column:1/-1}}@media (width<=900px){.staff-layout{grid-template-columns:1fr}.staff-sidebar{border-right:none;border-bottom:1px solid var(--border);width:100%;height:auto;padding:14px;position:static}.staff-sidebar-brand{padding-bottom:14px}.staff-navigation{flex-flow:wrap;overflow:visible}.staff-nav-group{width:100%}.staff-nav-submenu{grid-template-columns:repeat(3,minmax(0,1fr));padding-left:0;display:grid}.staff-sidebar-footer{display:none}.staff-header{padding:14px 20px}.staff-content{padding:24px 20px 50px}.dashboard-store-card{grid-template-columns:1fr;gap:14px}.dashboard-metrics-grid{grid-template-columns:1fr}.inventory-filter-grid{grid-template-columns:1fr 1fr}.activity-search-field,.activity-date-buttons{grid-column:1/-1}}@media (width<=680px){main{padding-top:24px}.app-header-inner{flex-direction:column;align-items:flex-start}.selected-store-badge{align-items:flex-start}.search-bar{flex-direction:column}.search-bar button{width:100%}.selected-store-card{flex-direction:column;align-items:stretch}.results-header{flex-direction:column;align-items:flex-start;gap:4px}.product-card-footer{flex-direction:column;align-items:stretch}.product-card-footer button{width:100%}.product-image,.product-image-placeholder{width:100%;max-width:none}.location-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nearby-store-card{flex-direction:column}.nearby-store-meta{text-align:left}.staff-navigation{flex-direction:column}.staff-nav-submenu{grid-template-columns:1fr;padding-left:18px}.staff-header{gap:12px}.staff-content{padding:22px 16px 40px}.staff-dashboard-heading{flex-direction:column;align-items:flex-start}.dashboard-actions-grid{grid-template-columns:1fr}.dashboard-action-card{min-height:auto}.receive-stock-controls{grid-template-columns:1fr}.product-management button+button,.store-management button+button,.staff-management button+button,.inventory-editor button+button{margin-top:10px;margin-left:0}.employee-edit-actions{flex-direction:column;align-items:stretch}.inventory-filter-card{padding:16px}.inventory-filter-grid{grid-template-columns:1fr}.activity-search-field,.activity-date-buttons{grid-column:auto}.activity-search-row{grid-template-columns:1fr}.activity-date-buttons{flex-direction:column}.activity-date-buttons button{width:100%}.inventory-activity-summary{flex-direction:column;align-items:flex-start;gap:4px}.inventory-activity-footer{grid-template-columns:1fr}.inventory-pagination{grid-row:1}.inventory-export-button{justify-self:stretch;width:100%}.inventory-activity-table-wrapper{background:0 0;border:none;overflow:visible}.inventory-activity-table{min-width:0}.inventory-activity-table thead{display:none}.inventory-activity-table,.inventory-activity-table tbody,.inventory-activity-table tr,.inventory-activity-table td{width:100%;display:block}.inventory-activity-table tr{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-surface);margin-bottom:14px;padding:14px 16px}.inventory-activity-table td{border:none;grid-template-columns:120px minmax(0,1fr);gap:12px;padding:8px 0;display:grid}.inventory-activity-table td:before{content:attr(data-label);color:var(--text-muted);font-size:.8rem;font-weight:700}}@media (width<=480px){.location-grid{grid-template-columns:1fr}.inventory-activity-table td{grid-template-columns:1fr;gap:4px}.inventory-pagination{flex-wrap:wrap}.product-modal{padding:22px 16px}}.sr-only{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.product-management-page,.store-product-management-page,.store-management-page,.staff-management-page,.change-password-page,.inventory-activity-page,.staff-dashboard-page{width:100%}.product-management,.store-product-management,.store-management,.staff-management,.inventory-management,.low-stock-alerts,.change-password{width:100%;max-width:1500px;margin:0 auto}.product-management-heading,.store-product-heading,.store-management-heading,.staff-management-heading,.change-password-heading{margin-bottom:26px}.product-management-heading h1,.store-product-heading h1,.store-management-heading h1,.staff-management-heading h1,.change-password-heading h1{margin:0 0 8px;font-size:clamp(2rem,3vw,2.55rem);line-height:1.1}.product-management-heading p,.store-product-heading p,.store-management-heading p,.staff-management-heading p,.change-password-heading p{color:var(--text-muted);margin:0}.product-create-card,.product-edit-card,.product-catalog,.store-product-selection-card,.store-product-preview-card,.store-product-config-card,.store-product-location-card,.store-create-card,.store-edit-card,.store-catalog,.employee-create-card,.employee-edit-card,.employee-catalog,.change-password-form,.inventory-search-results,.low-stock-results{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-surface);box-shadow:var(--shadow-sm);margin-bottom:24px;padding:22px}.product-section-heading,.store-product-section-heading,.store-section-heading,.employee-section-heading{align-items:flex-start;gap:14px;margin-bottom:20px;display:flex}.product-section-heading h2,.store-product-section-heading h2,.store-section-heading h2,.employee-section-heading h2{margin:0 0 5px;font-size:1.15rem}.product-section-heading p,.store-product-section-heading p,.store-section-heading p,.employee-section-heading p{color:var(--text-muted);margin:0;font-size:.86rem}.product-form-grid,.store-form-grid,.employee-form-grid,.store-product-selection-grid,.store-product-config-grid,.store-product-location-grid{gap:16px;display:grid}.product-form-grid,.store-form-grid,.employee-form-grid,.store-product-selection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-product-config-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.store-product-location-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-form-full-width,.store-address-field,.employee-store-field,.store-product-product-field{grid-column:1/-1}.product-form-actions,.store-form-actions,.employee-form-actions,.store-product-actions,.change-password-actions{justify-content:flex-end;align-items:center;gap:10px;margin-top:20px;display:flex}.product-secondary-button,.store-secondary-button,.employee-secondary-button,.product-edit-button,.store-edit-button,.employee-edit-button{border:1px solid var(--border-strong);background:var(--bg-surface);color:#344054}.product-secondary-button:hover:not(:disabled),.store-secondary-button:hover:not(:disabled),.employee-secondary-button:hover:not(:disabled),.product-edit-button:hover:not(:disabled),.store-edit-button:hover:not(:disabled),.employee-edit-button:hover:not(:disabled){background:var(--bg-hover);color:var(--text-primary)}.product-delete-button,.store-delete-button{background:var(--danger-bg);color:var(--danger);border-color:#fecdca}.product-delete-button:hover:not(:disabled),.store-delete-button:hover:not(:disabled){color:var(--danger);background:#fee4e2}.product-table-wrapper,.store-table-wrapper,.employee-table-wrapper,.inventory-results-table-wrapper,.low-stock-table-wrapper{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-surface);width:100%;overflow-x:auto}.product-table,.store-table,.employee-table,.inventory-results-table,.low-stock-table{border-collapse:collapse;width:100%}.product-table{min-width:980px}.store-table{min-width:900px}.employee-table,.inventory-results-table{min-width:980px}.low-stock-table{min-width:950px}.product-table th,.product-table td,.store-table th,.store-table td,.employee-table th,.employee-table td,.inventory-results-table th,.inventory-results-table td,.low-stock-table th,.low-stock-table td{border-bottom:1px solid var(--border);text-align:left;vertical-align:middle;padding:15px 16px}.product-table th,.store-table th,.employee-table th,.inventory-results-table th,.low-stock-table th{background:var(--bg-subtle);color:#344054;white-space:nowrap;font-size:.78rem;font-weight:700}.product-table tbody tr,.store-table tbody tr,.employee-table tbody tr,.inventory-results-table tbody tr,.low-stock-table tbody tr{transition:background .15s}.product-table tbody tr:hover,.store-table tbody tr:hover,.employee-table tbody tr:hover,.inventory-results-table tbody tr:hover,.low-stock-table tbody tr:hover{background:#fbfcfd}.product-table tbody tr:last-child td,.store-table tbody tr:last-child td,.employee-table tbody tr:last-child td,.inventory-results-table tbody tr:last-child td,.low-stock-table tbody tr:last-child td{border-bottom:none}.product-row.editing,.store-row.editing,.employee-row.editing,.inventory-result-row.selected{background:#f8fafc}.inventory-results-header,.low-stock-results-header{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:14px;display:flex}.inventory-results-header h2,.low-stock-results-header h2{margin:0 0 4px;font-size:1.15rem}.inventory-results-header p,.low-stock-results-header p{color:var(--text-muted);margin:0;font-size:.85rem}.inventory-product-cell{min-width:220px}.inventory-product-cell strong{color:var(--text-primary);display:block}.inventory-product-cell span{color:var(--text-muted);margin-top:4px;font-size:.8rem;display:block}.inventory-manage-button{white-space:nowrap;min-height:38px;padding:0 13px}.inventory-status,.low-stock-status{text-transform:capitalize;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:5px 9px;font-size:.74rem;font-weight:750;display:inline-flex}.inventory-status-in-stock{background:var(--success-bg);color:var(--success)}.inventory-status-low-stock,.low-stock-status-low-stock{background:var(--warning-bg);color:var(--warning)}.inventory-status-out-of-stock,.low-stock-status-out-of-stock{background:var(--danger-bg);color:var(--danger)}.recent-searches{border:1px solid var(--border);background:var(--bg-surface);border-radius:12px;margin:18px 0 22px;padding:14px 16px}.recent-searches-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.recent-searches-header>span{color:var(--text-secondary);font-size:.82rem;font-weight:700}.recent-searches .recent-searches-clear{min-width:auto;min-height:auto;color:var(--text-muted);box-shadow:none;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 6px;font-size:.78rem;font-weight:700;transition:color .15s,background .15s}.recent-searches .recent-searches-clear:hover:not(:disabled){background:var(--bg-hover);color:var(--text-primary);box-shadow:none;transform:none}.recent-searches-list{flex-wrap:wrap;gap:8px;display:flex}.recent-searches .recent-search-button{border:1px solid var(--border);width:auto;min-width:0;min-height:32px;color:var(--text-secondary);box-shadow:none;cursor:pointer;background:#f8fafc;border-radius:999px;padding:5px 12px;font-size:.8rem;font-weight:600;line-height:1;transition:background .15s,border-color .15s,color .15s}.recent-searches .recent-search-button:hover:not(:disabled){border-color:var(--border-strong);color:var(--text-primary);box-shadow:none;background:#eef2f7;transform:none}.recent-searches .recent-search-button:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.recent-searches .recent-search-button:disabled{opacity:.55;cursor:not-allowed}@media (width<=640px){.recent-searches{padding:12px}.recent-searches-list{gap:6px}.recent-searches .recent-search-button{min-height:30px;padding:5px 10px;font-size:.76rem}}.customer-category-filter{align-items:end;gap:12px;margin:18px 0 22px;display:flex}.customer-category-filter label{color:var(--text-secondary);flex-direction:column;gap:6px;font-size:.82rem;font-weight:700;display:flex}.customer-category-filter select{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-surface);min-width:220px;min-height:44px;color:var(--text-primary);font:inherit;padding:0 12px}.customer-category-filter select:focus{border-color:var(--brand);outline:2px solid #1e40af26}@media (width<=640px){.customer-category-filter{flex-direction:column;align-items:stretch}.customer-category-filter select{width:100%;min-width:0}}.inventory-editor{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-surface);box-shadow:var(--shadow-sm);margin-top:26px;padding:22px}.inventory-editor>h2{margin-bottom:8px}.inventory-editor>h3{margin-top:26px;margin-bottom:16px;font-size:1.05rem}.inventory-editor>div{margin-bottom:16px}.inventory-history{margin-top:28px}.inventory-history article{margin-bottom:12px}.inventory-map-zone-editor{background:#fff;border:1px solid #dbe2ea;border-radius:12px;margin:24px 0;padding:20px}.inventory-map-zone-editor>h3{margin:0 0 16px}.inventory-map-zone-field{margin-bottom:18px}.inventory-map-zone-field label{color:#334155;margin-bottom:7px;font-size:.85rem;font-weight:700;display:block}.inventory-map-zone-field select{color:#0f172a;width:100%;min-height:44px;font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:10px 12px}.inventory-map-zone-help{color:#64748b;margin:7px 0 0;font-size:.82rem}.inventory-map-preview{margin-top:16px}.inventory-map-preview .store-map-canvas{min-height:300px;max-height:420px}.inventory-selected-zone{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;align-items:center;gap:10px;margin-top:14px;padding:11px 13px;display:flex}.inventory-selected-zone span{color:#64748b;font-size:.8rem;font-weight:700}.inventory-selected-zone strong{color:#1e3a8a}.inventory-selected-zone small{color:#475569;margin-left:auto;font-weight:700}.low-stock-filters{flex-wrap:wrap;gap:10px;margin:20px 0;display:flex}.low-stock-filters button{border:1px solid var(--border-strong);background:var(--bg-surface);color:#344054}.low-stock-filters button:hover:not(:disabled){background:var(--bg-hover)}.low-stock-filters button.active{border-color:var(--brand);background:var(--brand);color:#fff}.low-stock-product-cell{min-width:210px}.low-stock-product-cell strong,.low-stock-product-cell span,.low-stock-product-cell small{display:block}.low-stock-product-cell span{color:var(--text-muted);margin-top:4px;font-size:.8rem}.low-stock-product-cell small{color:var(--text-soft);margin-top:3px;font-size:.74rem}.low-stock-location strong,.low-stock-location span{display:block}.low-stock-location span{color:var(--text-muted);margin-top:3px;font-size:.78rem}.low-stock-table .receive-stock-controls{grid-template-columns:minmax(72px,90px) auto;align-items:center;gap:8px;min-width:170px;margin:0;display:grid}.low-stock-table .receive-stock-controls input{min-height:40px}.low-stock-table .receive-stock-controls button{white-space:nowrap;min-height:40px;padding:0 12px}.product-catalog-heading,.store-catalog-heading,.employee-catalog-heading{grid-template-columns:minmax(0,1fr) minmax(280px,420px);align-items:end;gap:24px;margin-bottom:18px;display:grid}.product-catalog-heading h2,.store-catalog-heading h2,.employee-catalog-heading h2{margin:0 0 4px;font-size:1.15rem}.product-catalog-heading p,.store-catalog-heading p,.employee-catalog-heading p{color:var(--text-muted);margin:0;font-size:.84rem}.product-search-field label,.store-search-field label,.employee-search-field label{margin-bottom:6px}.product-name-cell{align-items:center;gap:10px;min-width:190px;display:flex}.product-table-image{object-fit:contain;border:1px solid var(--border);background:var(--bg-subtle);border-radius:8px;flex-shrink:0;width:38px;height:38px}.product-description-cell{max-width:320px;color:var(--text-secondary);line-height:1.45;display:block}.product-table-actions,.store-table-actions,.employee-table-actions{align-items:center;gap:8px;display:flex}.product-table-actions button,.store-table-actions button,.employee-table-actions button{min-height:38px;padding:0 12px}.product-image-help{color:#64748b;margin:.45rem 0 0;font-size:.85rem}.product-image-preview{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:140px;min-height:110px;margin-top:1rem;display:flex;overflow:hidden}.product-image-preview img{object-fit:contain;width:100%;height:110px;display:block}.product-image-preview-error{text-align:center;color:#b91c1c;margin:0;padding:.75rem;font-size:.8rem;line-height:1.4}.product-name-cell{align-items:center;gap:.75rem;display:flex}.product-table-image{object-fit:contain;background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-shrink:0;width:52px;height:52px}.product-table-image-placeholder{text-align:center;color:#64748b;background:#f8fafc;justify-content:center;align-items:center;padding:.25rem;font-size:.65rem;line-height:1.1;display:flex}.store-product-step{min-width:58px;min-height:30px;color:var(--brand);white-space:nowrap;background:#eef2f7;border-radius:999px;justify-content:center;align-items:center;padding:0 10px;font-size:.72rem;font-weight:800;display:inline-flex}.store-product-result-count{color:var(--text-muted);margin:7px 0 0;font-size:.8rem}.store-product-preview-card{background:#fbfcfd}.store-product-preview-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.store-product-preview-grid>div{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-surface);min-width:0;padding:14px}.store-product-preview-grid span{color:var(--text-muted);margin-bottom:5px;font-size:.74rem;font-weight:650;display:block}.store-product-preview-grid strong{overflow-wrap:anywhere;font-size:.9rem;display:block}.store-table td strong{color:var(--text-primary)}.employee-status-field{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-subtle);justify-content:space-between;align-items:center;gap:24px;margin:20px 0 0;padding:16px;display:flex}.employee-status-field>div>strong{margin-bottom:3px;display:block}.employee-status-field>div>p{color:var(--text-muted);margin:0;font-size:.82rem}.employee-checkbox{cursor:pointer;white-space:nowrap;align-items:center;gap:9px;margin:0;display:inline-flex}.employee-checkbox input[type=checkbox]{width:18px;height:18px;min-height:18px;margin:0}.employee-name-cell{align-items:center;gap:10px;min-width:190px;display:flex}.employee-table-avatar{width:36px;height:36px;color:var(--brand);background:#e9eef6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.72rem;font-weight:800;display:flex}.employee-name-cell>div:last-child{flex-direction:column;display:flex}.employee-name-cell span{color:var(--text-muted);margin-top:2px;font-size:.74rem}.employee-status-badge{border-radius:999px;justify-content:center;align-items:center;padding:5px 9px;font-size:.74rem;font-weight:750;display:inline-flex}.employee-status-badge.active{background:var(--success-bg);color:var(--success)}.employee-status-badge.inactive{background:var(--danger-bg);color:var(--danger)}.dashboard-employee-store-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);align-items:center;gap:14px;margin-bottom:28px;padding:18px 20px;display:flex}.dashboard-employee-store-icon{width:46px;height:46px;color:var(--brand);background:#eef2f7;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-weight:800;display:flex}.dashboard-employee-store-info{flex-direction:column;display:flex}.dashboard-employee-store-info>span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:3px;font-size:.75rem;font-weight:700}.dashboard-employee-store-info>strong{color:var(--text-primary);font-size:1rem;font-weight:700}.dashboard-employee-store-info>small{color:var(--text-muted);margin-top:3px;font-size:.8rem}.change-password{max-width:760px}.change-password-form{margin-top:24px}.change-password-field{margin-bottom:18px}.change-password-help{color:var(--text-muted);margin:7px 0 0;font-size:.8rem;line-height:1.45}.change-password-form .inventory-success,.change-password-form .inventory-error{margin:16px 0}.change-password-actions{justify-content:flex-start}.staff-dashboard{width:100%;max-width:1500px;margin:0 auto}.dashboard-metric-card,.dashboard-action-card,.dashboard-store-card{background:var(--bg-surface)}.staff-nav-group-button{box-shadow:none;transform:none}.staff-navigation .staff-nav-group-button:hover:not(:disabled){background:var(--bg-hover);color:var(--text-primary);box-shadow:none;transform:none}.staff-navigation .staff-nav-group-button.active{background:var(--brand);color:#fff;font-weight:650;box-shadow:0 3px 8px #0f172a24}.staff-navigation .staff-nav-group-button.active:hover:not(:disabled){background:var(--brand-hover);color:#fff}.staff-nav-group-button.active .staff-nav-chevron{color:#fff}@media (width<=1180px){.store-product-preview-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.store-product-location-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-catalog-heading,.store-catalog-heading,.employee-catalog-heading{grid-template-columns:minmax(0,1fr) minmax(260px,360px)}}@media (width<=900px){.product-form-grid,.store-form-grid,.employee-form-grid,.store-product-selection-grid,.store-product-config-grid{grid-template-columns:1fr}.product-form-full-width,.store-address-field,.employee-store-field,.store-product-product-field{grid-column:auto}.store-product-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-catalog-heading,.store-catalog-heading,.employee-catalog-heading{grid-template-columns:1fr;align-items:stretch}.product-search-field,.store-search-field,.employee-search-field{width:100%}.employee-status-field{flex-direction:column;align-items:flex-start}}@media (width<=680px){.product-create-card,.product-edit-card,.product-catalog,.store-product-selection-card,.store-product-preview-card,.store-product-config-card,.store-product-location-card,.store-create-card,.store-edit-card,.store-catalog,.employee-create-card,.employee-edit-card,.employee-catalog,.change-password-form,.inventory-search-results,.low-stock-results,.inventory-editor{padding:16px}.product-form-actions,.store-form-actions,.employee-form-actions,.store-product-actions,.change-password-actions{flex-direction:column-reverse;align-items:stretch}.product-form-actions button,.store-form-actions button,.employee-form-actions button,.store-product-actions button,.change-password-actions button{width:100%}.store-product-location-grid,.store-product-preview-grid{grid-template-columns:1fr}.employee-status-field{gap:14px}.employee-checkbox{white-space:normal}.inventory-results-header,.low-stock-results-header{flex-direction:column;align-items:flex-start}.product-table-wrapper,.store-table-wrapper,.employee-table-wrapper,.inventory-results-table-wrapper,.low-stock-table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.product-table,.store-table,.employee-table,.inventory-results-table,.low-stock-table{display:table}}.product-store-map-section{margin-top:24px}.store-map-shell{border:1px solid var(--border);background:var(--bg-surface);border-radius:14px;margin-top:12px;padding:16px}.store-map-heading{margin-bottom:14px}.store-map-heading h3{margin:0 0 4px}.store-map-heading p{color:var(--text-muted);margin:0;font-size:.9rem}.store-map-canvas{border:1px solid var(--border);background:#f8fafc;border-radius:12px;width:100%;min-height:280px;position:relative;overflow:hidden}.store-map-zone{color:#334155;text-align:center;background:#e2e8f0;border:1px solid #cbd5e1;border-radius:6px;justify-content:center;align-items:center;padding:4px;font-size:.72rem;font-weight:700;transition:transform .15s,border-color .15s,background .15s,box-shadow .15s;display:flex;position:absolute;overflow:hidden}.store-map-zone span{pointer-events:none}.store-map-zone-aisle{background:#e2e8f0}.store-map-zone-department{background:#eef2ff}.store-map-zone-service{background:#f1f5f9}.store-map-zone-entrance{background:#ecfdf5}.store-map-zone-checkout{background:#fef3c7}.store-map-zone-pharmacy{background:#fce7f3}.store-map-zone-other{background:#f8fafc}.store-map-zone.active{z-index:2;color:#0f172a;background:#dbeafe;border:2px solid #0f172a;transform:scale(1.04);box-shadow:0 0 0 3px #3b82f62e,0 8px 18px #0f172a1f}.store-map-unassigned-message{color:var(--text-muted);background:#f8fafc;border-radius:8px;margin:12px 0 0;padding:10px 12px;font-size:.86rem}@media (width<=640px){.store-map-shell{padding:12px}.store-map-canvas{min-height:220px}.store-map-zone{font-size:.64rem}}.store-map-management-page{width:100%}.store-map-management{width:100%;max-width:1500px;margin:0 auto}.store-map-management-heading{margin-bottom:28px}.store-map-management-heading h1{margin:0 0 10px;font-size:2rem;line-height:1.2}.store-map-management-heading p{color:#64748b;margin:0;font-size:.95rem}.store-map-zone-edit-actions{justify-content:flex-end;gap:12px;margin-top:22px;display:flex}.store-map-save-button,.store-map-cancel-button,.store-map-edit-button{font:inherit;cursor:pointer;border-radius:8px;font-weight:700}.store-map-save-button{color:#fff;background:#0f1d36;border:0;padding:11px 18px}.store-map-save-button:hover:not(:disabled){background:#172a4b}.store-map-cancel-button{color:#334155;background:#fff;border:1px solid #cbd5e1;padding:11px 18px}.store-map-cancel-button:hover:not(:disabled){background:#f8fafc}.store-map-edit-button{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;padding:7px 12px}.store-map-edit-button:hover{background:#dbeafe}.store-map-table-actions{align-items:center;gap:8px;display:flex}.store-map-zone-table tbody tr.selected,.store-map-zone-table tbody tr.selected:hover{background:#eff6ff}.store-map-save-button:disabled,.store-map-cancel-button:disabled{cursor:not-allowed;opacity:.6}@media (width<=640px){.store-map-zone-edit-actions{flex-direction:column-reverse}.store-map-zone-edit-actions button{width:100%}}.store-map-admin-card{background:#fff;border:1px solid #dbe2ea;border-radius:14px;margin-bottom:24px;padding:24px}.store-map-admin-card h2{margin:0 0 18px;font-size:1.25rem}.store-map-admin-section-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px;display:flex}.store-map-admin-section-heading h2{margin:0 0 5px}.store-map-admin-section-heading p{color:#64748b;margin:0}.store-map-admin-section-heading>span{color:#475569;background:#f1f5f9;border-radius:999px;flex-shrink:0;padding:6px 11px;font-size:.8rem;font-weight:700}.store-map-admin-card select,.store-map-admin-card input{color:#0f172a;width:100%;min-height:44px;font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:10px 12px}.store-map-admin-card select:focus,.store-map-admin-card input:focus{border-color:#64748b;outline:none;box-shadow:0 0 0 3px #64748b1f}.store-map-admin-card .store-map-shell{background:#fff;margin-top:0;padding:18px}.store-map-admin-card .store-map-heading{display:none}.store-map-admin-card .store-map-canvas{background-color:#f8fafc;background-image:linear-gradient(#94a3b814 1px,#0000 1px),linear-gradient(90deg,#94a3b814 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:40px 40px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border:1px solid #dbe2ea;border-radius:10px;width:100%;height:430px;min-height:0;aspect-ratio:auto!important}.store-map-zone-form-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.store-map-zone-form-grid>div{flex-direction:column;gap:7px;display:flex}.store-map-zone-form-grid label{color:#334155;font-size:.84rem;font-weight:700}.store-map-zone-form-actions{justify-content:flex-end;margin-top:22px;display:flex}.store-map-zone-form-actions button{color:#fff;min-width:130px;font:inherit;cursor:pointer;background:#0f1d36;border:0;border-radius:8px;padding:11px 18px;font-weight:700}.store-map-zone-form-actions button:hover:not(:disabled){background:#172a4b}.store-map-zone-form-actions button:disabled{cursor:not-allowed;opacity:.6}.store-map-zone-table-wrapper{border:1px solid #e2e8f0;border-radius:10px;width:100%;overflow-x:auto}.store-map-zone-table{border-collapse:collapse;background:#fff;width:100%;min-width:850px}.store-map-zone-table th,.store-map-zone-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #e2e8f0;padding:13px 16px}.store-map-zone-table th{color:#475569;text-transform:uppercase;letter-spacing:.03em;background:#f8fafc;font-size:.78rem;font-weight:800}.store-map-zone-table td{color:#334155;font-size:.9rem}.store-map-zone-table tbody tr:last-child td{border-bottom:0}.store-map-zone-table tbody tr:hover{background:#f8fafc}.store-map-zone-table .product-delete-button{color:#dc2626;font:inherit;cursor:pointer;background:#fff7f7;border:1px solid #fecaca;border-radius:7px;padding:7px 12px;font-size:.84rem;font-weight:700}.store-map-zone-table .product-delete-button:hover:not(:disabled){background:#fee2e2}.store-map-zone-table .product-delete-button:disabled{cursor:not-allowed;opacity:.6}@media (width<=1100px){.store-map-zone-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-map-admin-card .store-map-canvas{height:380px}}@media (width<=640px){.store-map-management-heading h1{font-size:1.6rem}.store-map-admin-card{padding:16px}.store-map-admin-section-heading{flex-direction:column}.store-map-zone-form-grid{grid-template-columns:1fr}.store-map-admin-card .store-map-canvas{height:320px}.store-map-zone-form-actions{justify-content:stretch}.store-map-zone-form-actions button{width:100%}}.store-map-zone.selectable{cursor:pointer;appearance:none}.store-map-zone.selectable:hover{z-index:3;border-color:#64748b;transform:scale(1.03);box-shadow:0 6px 16px #0f172a24}.store-map-zone.selected{z-index:4;color:#1e3a8a;background:#dbeafe;border:2px solid #2563eb;box-shadow:0 0 0 3px #2563eb29,0 8px 20px #0f172a24}.store-map-zone.selectable:focus-visible{outline-offset:2px;outline:3px solid #2563eb4d}.store-map-zone.draggable{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.store-map-zone.draggable:active,.store-map-zone.dragging{cursor:grabbing}.store-map-zone.dragging{z-index:10;opacity:.9;transition:none;box-shadow:0 0 0 3px #2563eb2e,0 12px 28px #0f172a38}.store-map-saving-position{color:#64748b;margin:10px 0 0;font-size:.82rem;font-weight:600}.store-map-zone{overflow:visible}.store-map-zone .store-map-resize-handle{cursor:nwse-resize;touch-action:none;-webkit-user-select:none;user-select:none;pointer-events:auto;z-index:30;background:#2563eb;border:2px solid #fff;border-radius:5px;width:18px;height:18px;position:absolute;bottom:-8px;right:-8px;box-shadow:0 2px 6px #0f172a59}.store-map-zone .store-map-resize-handle:hover{background:#1d4ed8;transform:scale(1.15)}.store-map-zone.resizing{z-index:20;cursor:nwse-resize;transition:none;box-shadow:0 0 0 3px #2563eb2e,0 12px 28px #0f172a38}.store-map-editor-hint{color:#64748b;flex-wrap:wrap;align-items:center;gap:8px;margin:6px 0 0;font-size:.9rem;display:flex}.store-map-save-status{color:#475569;align-items:center;gap:8px;margin-top:12px;font-size:.9rem;font-weight:600;display:flex}@keyframes store-map-spin{to{transform:rotate(360deg)}}.store-map-zone.selected{z-index:10;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb29,0 8px 22px #0f172a29}.store-map-zone-table tbody tr.selected{background:#eff6ff}.store-map-zone-table tbody tr.selected td:first-child{color:#1d4ed8;font-weight:700}.store-map-management button:disabled,.store-map-management input:disabled,.store-map-management select:disabled{cursor:not-allowed;opacity:.55}.store-product-map-zone-field{margin-bottom:22px}.store-product-map-zone-field label{color:#334155;margin-bottom:7px;font-size:.85rem;font-weight:700;display:block}.store-product-map-zone-field select{color:#0f172a;width:100%;min-height:44px;font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:10px 12px}.store-product-map-zone-help{color:#64748b;margin:7px 0 0;font-size:.82rem}.store-product-map-preview{margin:0 0 24px}.store-product-map-preview .store-map-canvas{max-height:360px}.store-product-selected-zone{background:#eff6ff;border:1px solid #bfdbfe;border-radius:9px;align-items:center;gap:10px;margin-top:18px;padding:12px 14px;display:flex}.store-product-selected-zone span{color:#64748b;font-size:.8rem;font-weight:700}.store-product-selected-zone strong{color:#1e3a8a}.store-product-selected-zone small{color:#475569;margin-left:auto;font-weight:700}.store-map-guide{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.store-map-guide-destination{fill:#dc2626;stroke:#fff;stroke-width:.35px}.store-map-zone-entrance{background:#dcfce7;border-color:#86efac}.product-modal,.product-card,.nearby-store-card,.location-panel,.store-map-shell,.store-map-heading,.product-store-map-section{min-width:0}.product-modal h2,.product-modal h3,.product-modal h4,.product-modal p,.product-card h3,.product-card p,.nearby-store-card h4,.nearby-store-card p{overflow-wrap:anywhere}.product-store-map-section,.product-store-map-section .store-map-shell{width:100%}.product-store-map-section .store-map-canvas{width:100%;max-width:100%}@media (width<=768px){main{width:min(100% - 32px,1120px);padding:28px 0 56px}.app-header-inner{width:min(100% - 32px,1120px);padding:18px 0}.app-header h1{font-size:1.7rem;line-height:1.15}.modal-backdrop{-webkit-overflow-scrolling:touch;align-items:flex-start;padding:16px;overflow-y:auto}.product-modal{overscroll-behavior:contain;width:100%;max-height:calc(100dvh - 32px);margin:auto 0;padding:24px 20px}.modal-close{z-index:20;justify-content:center;align-items:center;margin-left:auto;display:flex;position:sticky;top:0}.location-panel{padding:16px}.location-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.location-grid>div{min-width:0}.nearby-store-card{flex-direction:column;align-items:stretch;gap:14px}.nearby-store-meta{text-align:left;width:100%}.store-map-shell{padding:12px}.store-map-heading{margin-bottom:12px}.store-map-heading h3{font-size:1.05rem}.store-map-heading p{font-size:.84rem}.store-map-canvas{width:100%;min-height:220px}.store-map-zone{padding:2px;font-size:.64rem;line-height:1.2}.store-map-zone.active{transform:scale(1.02)}}@media (width<=520px){main{width:calc(100% - 24px);padding:20px 0 44px}.app-header-inner{gap:12px;width:calc(100% - 24px)}.app-header h1{font-size:1.5rem}.app-header p{font-size:.9rem}.search-bar{gap:8px}.search-bar input,.search-bar button{min-height:48px}.product-card{gap:14px}.product-card-location{flex-direction:column;align-items:flex-start;gap:12px}.product-image,.product-image-placeholder{width:100%;max-width:none;height:180px}.modal-backdrop{padding:8px}.product-modal{border-radius:14px;max-height:calc(100dvh - 16px);padding:18px 14px}.modal-close{width:44px;height:44px;min-height:44px}.product-detail-image{max-height:210px}.product-detail-image-placeholder{height:180px}.location-panel{margin:16px 0;padding:14px}.location-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.location-grid>div{padding:12px}.location-grid strong{font-size:1rem}.product-store-map-section{margin-top:18px}.store-map-shell{border-radius:12px;margin-top:8px;padding:10px}.store-map-canvas{border-radius:9px;min-height:190px}.store-map-zone{border-radius:4px;font-size:.58rem}.store-map-zone.active{border-width:2px;box-shadow:0 0 0 2px #3b82f629,0 5px 12px #0f172a1a}.nearby-store-card{gap:10px}.nearby-store-card button{width:100%;min-height:46px}}@media (width<=380px){main,.app-header-inner{width:calc(100% - 20px)}.product-modal{padding:16px 12px}.location-grid{grid-template-columns:1fr}.store-map-shell{padding:8px}.store-map-canvas{min-height:175px}.store-map-zone{font-size:.54rem}}@media (hover:none) and (pointer:coarse){button,select,input{min-height:44px}.store-map-zone{-webkit-tap-highlight-color:transparent}}.store-map-walkway{z-index:1;box-sizing:border-box;pointer-events:none;background:#fff;border:1px solid #cbd5e1;border-radius:4px;position:absolute}.store-map-walkway-main{box-shadow:0 1px 2px #0f172a0a}.store-map-guide{z-index:3}.store-map-guide-line{fill:none;stroke:#22c55e;stroke-width:3px;stroke-dasharray:7 6;stroke-linecap:square;stroke-linejoin:round;vector-effect:non-scaling-stroke}.store-map-guide marker path{fill:#22c55e}.store-map-guide-start,.store-map-guide-destination{fill:#22c55e;stroke:#fff;stroke-width:.4px}.store-map-zone.active{z-index:6}.store-map-legend{border-top:1px solid #e2e8f0;flex-wrap:wrap;justify-content:center;align-items:center;gap:42px;margin-top:14px;padding:14px 16px;display:flex}.store-map-legend-item{color:#475569;align-items:center;gap:10px;font-size:.88rem;font-weight:600;display:flex}.store-map-legend-route{border-top:3px dashed #22c55e;width:34px}.store-map-legend-location{background:#dbeafe;border:2px solid #2563eb;border-radius:4px;width:24px;height:30px}.store-map-legend-aisle{background:#e2e8f0;border:1px solid #cbd5e1;border-radius:4px;width:24px;height:30px}@media (width<=768px){.store-map-legend{gap:20px;padding:12px 8px}.store-map-legend-item{gap:7px;font-size:.75rem}.store-map-legend-route{width:26px}.store-map-legend-location,.store-map-legend-aisle{width:18px;height:24px}}@media (width<=520px){.store-map-legend{justify-content:space-between;gap:10px}.store-map-legend-item{font-size:.68rem}.store-map-legend-route{width:20px}.store-map-legend-location,.store-map-legend-aisle{width:15px;height:20px}}@media (width<=768px){.product-store-map-section .store-map-canvas{min-height:360px}}@media (width<=520px){.product-store-map-section .store-map-canvas{min-height:320px}}.product-store-map-section .store-map-canvas{min-height:460px}@media (width<=768px){.product-store-map-section .store-map-canvas{min-height:400px}}@media (width<=520px){.product-store-map-section .store-map-canvas{min-height:350px}}.store-map-zone span{white-space:normal;overflow-wrap:anywhere;word-break:break-word;text-align:center;pointer-events:none;width:100%;max-width:100%;line-height:1.15;display:block;overflow:hidden}@media (width<=640px){.store-map-zone{padding:2px;font-size:.52rem;line-height:1.1}.store-map-zone span{max-height:100%}}@media (width<=420px){.store-map-zone{padding:1px;font-size:.46rem}}.store-map-zone .store-map-zone-label-desktop{white-space:normal;text-align:center;width:100%;max-width:100%;line-height:1.15;display:block;overflow:hidden}.store-map-zone .store-map-zone-label-mobile{display:none}@media screen and (width<=640px){.store-map-zone .store-map-zone-label-desktop{display:none!important}.store-map-zone .store-map-zone-label-mobile{white-space:nowrap;word-break:normal;overflow-wrap:normal;text-align:center;width:100%;max-width:100%;margin:0;padding:0;font-size:.55rem;font-weight:700;line-height:1;overflow:hidden;display:block!important}.store-map-zone{padding:1px}}@media screen and (width<=420px){.store-map-zone .store-map-zone-label-mobile{font-size:.48rem}}.store-map-navigation-graph{z-index:20;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.store-map-navigation-edge{stroke:#2563eb;stroke-width:2px;vector-effect:non-scaling-stroke;opacity:.85}.store-map-navigation-edge.inactive{stroke-dasharray:5 4;opacity:.3}.store-map-zone{z-index:30}.store-map-navigation-node{z-index:40;cursor:pointer;touch-action:none;-webkit-user-select:none;user-select:none;background:0 0;border:0;outline:none;align-items:center;gap:4px;margin:0;padding:0;display:flex;position:absolute;transform:translate(-50%,-50%)}.store-map-navigation-node.draggable{cursor:grab}.store-map-navigation-node.draggable:active{cursor:grabbing}.store-map-navigation-node-dot{pointer-events:none;background:#dc2626;border:2px solid #fff;border-radius:50%;flex-shrink:0;width:12px;height:12px;display:block;box-shadow:0 0 0 2px #991b1b,0 1px 3px #00000040}.store-map-navigation-node.selected .store-map-navigation-node-dot{box-shadow:0 0 0 4px #facc15,0 1px 4px #0000004d}.store-map-navigation-node-label{color:#fff;white-space:nowrap;pointer-events:none;background:#0f172ae6;border-radius:4px;padding:2px 5px;font-size:9px;font-weight:700;line-height:1.2;display:block;box-shadow:0 1px 3px #0003}.store-map-navigation-node:hover .store-map-navigation-node-dot{transform:scale(1.15)}.store-map-navigation-node:hover .store-map-navigation-node-label{background:#0f172a}.store-map-navigation-node:focus-visible .store-map-navigation-node-dot{box-shadow:0 0 0 4px #93c5fd,0 1px 4px #0000004d}.store-map-navigation-node.selected:focus-visible .store-map-navigation-node-dot{box-shadow:0 0 0 4px #facc15,0 0 0 7px #93c5fd,0 1px 4px #0000004d}.store-map-save-status{align-items:center;gap:8px;margin-top:12px;font-size:.9rem;font-weight:600;display:flex}.store-map-save-spinner{border:2px solid #0f172a33;border-top-color:currentColor;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite store-map-save-spin}@keyframes store-map-save-spin{to{transform:rotate(360deg)}}@media (width<=640px){.store-map-navigation-node-dot{border-width:1.5px;width:9px;height:9px}.store-map-navigation-node-label{padding:1px 3px;font-size:7px}.store-map-navigation-edge{stroke-width:1.5px}}.navigation-node-editor{background:#fff;border:1px solid #dbe3ee;border-radius:12px;margin-top:20px;padding:20px;box-shadow:0 4px 16px #0f172a0f}.navigation-node-editor-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.navigation-node-editor-header h3{margin:0 0 4px;font-size:1.05rem}.navigation-node-editor-header p{color:#64748b;margin:0;font-size:.9rem}.navigation-node-editor-close{color:#475569;cursor:pointer;background:#f1f5f9;border:0;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;display:flex}.navigation-node-editor-close:hover{background:#e2e8f0}.navigation-node-editor-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.navigation-node-editor-grid label{flex-direction:column;gap:6px;display:flex}.navigation-node-editor-grid label span{color:#334155;font-size:.85rem;font-weight:600}.navigation-node-editor-grid input{width:100%;font:inherit;box-sizing:border-box;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:10px 12px}.navigation-node-editor-grid input:focus{outline-offset:1px;border-color:#2563eb;outline:2px solid #93c5fd}.navigation-node-editor-info{color:#64748b;flex-wrap:wrap;gap:18px;margin-top:16px;font-size:.85rem;display:flex}.navigation-node-editor-actions{justify-content:flex-end;margin-top:20px;display:flex}.navigation-node-save-button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:8px;padding:10px 18px;font-weight:600}.navigation-node-save-button:hover:not(:disabled){background:#1d4ed8}.navigation-node-save-button:disabled{opacity:.6;cursor:not-allowed}@media (width<=640px){.navigation-node-editor-grid{grid-template-columns:1fr}.navigation-node-editor{padding:16px}.navigation-node-save-button{width:100%}}.navigation-edge-editor{background:#fff;border:1px solid #dbe3ee;border-radius:12px;margin-top:20px;padding:20px;box-shadow:0 4px 16px #0f172a0f}.navigation-edge-editor-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.navigation-edge-editor-header h3{margin:0 0 4px;font-size:1.05rem}.navigation-edge-editor-header p{color:#64748b;margin:0;font-size:.9rem}.navigation-edge-clear-button{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:8px 14px;font-weight:600}.navigation-edge-selection{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:16px;display:grid}.navigation-edge-node-card{background:#f8fafc;border:1px solid #dbe3ee;border-radius:10px;flex-direction:column;gap:5px;min-height:70px;padding:14px;display:flex}.navigation-edge-node-card span{color:#64748b;font-size:.8rem;font-weight:600}.navigation-edge-node-card strong{color:#0f172a;font-size:.95rem}.navigation-edge-connector{color:#2563eb;font-size:24px;font-weight:700}.navigation-edge-status{color:#64748b;align-items:center;gap:12px;margin-top:18px;font-size:.9rem;display:flex}.navigation-edge-connected,.navigation-edge-disconnected{border-radius:999px;padding:5px 9px;font-size:.8rem;font-weight:700}.navigation-edge-connected{color:#166534;background:#dcfce7}.navigation-edge-disconnected{color:#991b1b;background:#fee2e2}.navigation-edge-actions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.navigation-edge-connect-button,.navigation-edge-disconnect-button{cursor:pointer;border:0;border-radius:8px;padding:10px 16px;font-weight:600}.navigation-edge-connect-button{color:#fff;background:#2563eb}.navigation-edge-disconnect-button{color:#991b1b;background:#fee2e2}.navigation-edge-connect-button:disabled,.navigation-edge-disconnect-button:disabled{opacity:.5;cursor:not-allowed}@media (width<=640px){.navigation-edge-selection{grid-template-columns:1fr}.navigation-edge-connector{text-align:center}.navigation-edge-actions{flex-direction:column}.navigation-edge-connect-button,.navigation-edge-disconnect-button{width:100%}}.zone-navigation-assignment{background:#f8fafc;border:1px solid #d9e2ef;border-radius:12px;margin-top:24px;padding:20px}.zone-navigation-assignment h3{margin:0 0 6px;font-size:1rem;font-weight:700}.zone-navigation-assignment p{color:#5f6f85;margin:0 0 18px;line-height:1.5}.zone-navigation-assignment-control{flex-direction:column;gap:8px;display:flex}.zone-navigation-assignment-control label{font-size:.875rem;font-weight:600}.zone-navigation-assignment-control select{width:100%;min-height:46px;font:inherit;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:0 14px}.zone-navigation-assignment-control select:focus{outline-offset:2px;outline:2px solid #2563eb}.zone-navigation-assignment-control select:disabled{cursor:not-allowed;opacity:.65}.zone-navigation-assignment-status{align-items:center;gap:6px;margin-top:14px;margin-bottom:16px;font-size:.9rem;display:flex}.zone-navigation-assignment-status span{color:#64748b}.zone-navigation-assignment-status strong{color:#0f172a}.zone-navigation-assignment .store-map-save-button{min-height:44px;padding:0 18px}@media (width<=768px){.zone-navigation-assignment{padding:16px}.zone-navigation-assignment-status{flex-direction:column;align-items:flex-start}.zone-navigation-assignment .store-map-save-button{width:100%}}
