.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0c1222 0%,var(--bg) 50%,var(--teal-950) 100%)}.login-card{background:var(--surface);padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--border-strong);width:100%;max-width:380px;margin:1rem}.login-card h1{font-size:1.5rem;margin-bottom:.25rem;color:var(--text)}.login-subtitle{color:var(--text-secondary);font-size:.9rem;margin-bottom:1.5rem}.login-form label{display:block;margin-bottom:1rem;font-size:.9rem;font-weight:500;color:var(--text-secondary)}.login-form input{width:100%;margin-top:.35rem;padding:.6rem .75rem;border:1px solid var(--border-strong);border-radius:var(--radius);font-size:1rem;background:var(--bg);color:var(--text)}.login-form input::placeholder{color:var(--muted)}.login-form input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-muted)}.login-form input:disabled{opacity:.6;cursor:not-allowed}.login-error{background:#dc262626;color:#fca5a5;padding:.6rem .75rem;border-radius:var(--radius);font-size:.9rem;margin-bottom:1rem;border:1px solid rgba(220,38,38,.3)}.login-btn{width:100%;margin-top:.5rem;padding:.75rem;background:var(--primary);color:var(--teal-950);border:none;border-radius:var(--radius);font-size:1rem;font-weight:600}.login-btn:hover:not(:disabled){background:var(--primary-hover)}.login-btn:disabled{opacity:.7;cursor:not-allowed}.dashboard-header{margin-bottom:1.75rem}.dashboard-header h1{font-size:1.75rem;font-weight:700;color:var(--text);letter-spacing:-.02em;margin-bottom:.25rem}.dashboard-subtitle{font-size:.95rem;color:var(--text-secondary);font-weight:500}.dashboard-stats-meta{font-size:.8rem;color:var(--text-secondary);margin:.5rem 0 0;opacity:.9}.dashboard-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:var(--surface);border-radius:var(--radius-lg);padding:1.25rem;box-shadow:var(--shadow-sm);border:1px solid var(--border);display:flex;align-items:flex-start;gap:1rem;transition:transform .15s ease,box-shadow .15s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--border-strong)}.stat-card-icon{font-size:1.75rem;line-height:1;opacity:.9}.stat-card-body{min-width:0}.stat-card h3{font-size:.8rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.35rem}.stat-card .stat-value{font-size:1.65rem;font-weight:700;color:var(--teal-300);letter-spacing:-.02em;line-height:1.2;transform-origin:left center}.stat-card--pulse{animation:stat-card-pulse-bg .85s ease-out}.stat-card--pulse .stat-value{animation:stat-value-pop .75s cubic-bezier(.33,1.18,.64,1)}@keyframes stat-card-pulse-bg{0%,to{background-color:var(--surface);box-shadow:var(--shadow-sm)}40%{background-color:#20968c29;box-shadow:var(--shadow-sm),0 0 0 3px #2db4aa40}}@keyframes stat-value-pop{0%,to{transform:scale(1)}45%{transform:scale(1.1)}}@media (prefers-reduced-motion: reduce){.stat-card--pulse,.stat-card--pulse .stat-value{animation:none}}.dashboard-highlights{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:2rem}.dashboard-highlight{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);padding:1.25rem;box-shadow:var(--shadow-sm);transition:box-shadow .2s ease,border-color .2s ease}.dashboard-highlight--mrr{border-left:4px solid var(--teal-500)}.dashboard-highlight--mrr:hover{box-shadow:var(--shadow-md);border-color:var(--border-strong)}.dashboard-highlight--support{border-left:4px solid var(--surface-elevated)}.dashboard-highlight--support:hover{border-left-color:var(--teal-600)}.dashboard-highlight-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.dashboard-highlight-icon{font-size:1.25rem;opacity:.9}.dashboard-highlight h2{font-size:1rem;font-weight:600;color:var(--text);margin:0}.dashboard-highlight-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1rem}.dashboard-highlight-grid--compact{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.dashboard-highlight-item{display:flex;flex-direction:column;gap:.2rem}.dashboard-highlight-item--primary .dashboard-highlight-value{font-size:1.5rem;font-weight:700;color:var(--teal-300)}.dashboard-highlight-item--clickable{text-decoration:none;color:inherit;border-radius:var(--radius);padding:.35rem 0;transition:background .15s ease}.dashboard-highlight-item--clickable:hover{background:var(--bg-subtle)}.dashboard-highlight-label{font-size:.75rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.03em}.dashboard-highlight-value{font-size:1.1rem;font-weight:600;color:var(--text)}.dashboard-highlight-value--success{color:#86efac}.dashboard-highlight-value--warn{color:#fbbf24}.dashboard-highlight-link{display:inline-block;margin-top:.75rem;font-size:.85rem;font-weight:500;color:var(--teal-400);text-decoration:none}.dashboard-highlight-link:hover{color:var(--teal-300);text-decoration:underline}.dashboard-highlight-links{display:flex;gap:1rem;margin-top:.75rem}@media (max-width: 900px){.dashboard-highlights{grid-template-columns:1fr}}.dashboard-charts{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.dashboard-charts--three{grid-template-columns:1fr 1fr}.dashboard-charts--three .chart-card--donut{grid-column:span 1}@media (min-width: 1000px){.dashboard-charts--three{grid-template-columns:320px 1fr 1fr}}@media (max-width: 900px){.dashboard-cards{grid-template-columns:1fr 1fr;gap:.75rem}.stat-card{padding:1rem}.stat-card .stat-value{font-size:1.35rem}.dashboard-charts{grid-template-columns:1fr}.dashboard-charts--three .chart-card--donut{grid-column:span 1}}@media (max-width: 480px){.dashboard-cards{grid-template-columns:1fr}}.chart-card{background:var(--surface);border-radius:var(--radius-lg);padding:1.5rem;border:1px solid var(--border);box-shadow:var(--shadow-sm)}.chart-card h2{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:1rem}.chart-wrap{width:100%}.chart-wrap--pie{min-height:260px}.chart-loading{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem;background:var(--bg-subtle);border-radius:var(--radius)}.chart-loading-bar{width:60%;max-width:200px;height:8px;border-radius:4px;background:var(--border);animation:chart-loading-pulse 1s ease-in-out infinite}.chart-loading-bar:nth-child(2){animation-delay:.15s}.chart-loading-bar:nth-child(3){animation-delay:.3s}.chart-loading p{font-size:.85rem;color:var(--text-secondary);margin:0}.chart-placeholder{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;background:var(--bg-subtle);border-radius:var(--radius);border:1px dashed var(--border-strong)}.chart-placeholder p{color:var(--text-secondary);font-size:.9rem;max-width:320px;margin-bottom:.5rem}.chart-placeholder code{font-size:.8rem;background:var(--surface);padding:.15rem .4rem;border-radius:4px;color:var(--teal-300)}.chart-placeholder-hint{margin-top:.5rem;font-size:.8rem!important;color:var(--muted)!important}.dashboard--loading{display:flex;align-items:center;justify-content:center;min-height:320px}.dashboard-loader{text-align:center}.dashboard-loader-dot{width:10px;height:10px;border-radius:50%;background:var(--teal-400);display:inline-block;margin:0 4px;animation:dashboard-bounce .6s ease-in-out infinite alternate}.dashboard-loader-dot:nth-child(2){animation-delay:.1s}.dashboard-loader-dot:nth-child(3){animation-delay:.2s}@keyframes dashboard-bounce{to{transform:translateY(-8px);opacity:.6}}.dashboard-loader p{margin-top:1rem;font-size:.9rem;color:var(--text-secondary)}.page-error{padding:2rem;text-align:center;color:#fca5a5;background:#dc262626;border-radius:var(--radius-lg);border:1px solid rgba(220,38,38,.3)}.toast-container{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9999;display:flex;flex-direction:column;gap:.5rem;max-width:360px}.toast{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;border-radius:var(--radius);border:1px solid transparent;box-shadow:var(--shadow-lg);animation:toast-in .2s ease-out}@keyframes toast-in{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}.toast--success{background:var(--surface);border-color:#14b8a666;color:var(--teal-300)}.toast--error{background:var(--surface);border-color:#dc262666;color:#fca5a5}.toast-message{flex:1;font-size:.9rem}.toast-dismiss{background:none;border:none;color:inherit;opacity:.8;font-size:1.25rem;line-height:1;padding:0 .25rem;cursor:pointer}.toast-dismiss:hover{opacity:1}.confirm-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;animation:confirm-fade .15s ease-out}@keyframes confirm-fade{0%{opacity:0}to{opacity:1}}.confirm-modal{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-lg);padding:1.5rem;max-width:400px;width:100%;box-shadow:var(--shadow-lg);animation:confirm-slide .2s ease-out}@keyframes confirm-slide{0%{opacity:0;transform:scale(.98) translateY(-.5rem)}to{opacity:1;transform:scale(1) translateY(0)}}.confirm-title{font-size:1.1rem;font-weight:600;color:var(--text);margin-bottom:.5rem}.confirm-message{font-size:.95rem;color:var(--text-secondary);margin-bottom:1.25rem;line-height:1.5}.confirm-actions{display:flex;gap:.75rem;justify-content:flex-end;flex-wrap:wrap}@media (max-width: 480px){.confirm-modal{margin:.5rem;padding:1.25rem}.confirm-actions{flex-direction:column}.confirm-actions .confirm-btn{width:100%;min-height:44px}}.confirm-btn{padding:.5rem 1rem;border-radius:var(--radius);font-weight:500;font-size:.9rem;cursor:pointer;border:none}.confirm-btn--cancel{background:var(--surface-elevated);color:var(--text);border:1px solid var(--border-strong)}.confirm-btn--cancel:hover{background:var(--bg-subtle)}.confirm-btn--primary{background:var(--primary);color:var(--teal-950)}.confirm-btn--danger{background:#dc2626;color:#fff}.confirm-btn--danger:hover{background:#b91c1c}.confirm-btn--primary:hover{background:var(--primary-hover)}.message{padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem}.message.error{background:#dc262626;color:#fca5a5;border:1px solid rgba(220,38,38,.3)}.message.success{background:var(--primary-muted);color:var(--teal-300);border:1px solid rgba(20,184,166,.3)}.users-chart-section{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);padding:1.25rem;margin-bottom:1.5rem;box-shadow:var(--shadow-sm)}.users-chart-section h2{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:1rem}.users-chart-wrap{width:100%;height:260px}.users-chart-loading{min-height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem;background:var(--bg-subtle);border-radius:var(--radius)}.users-chart-loading .chart-loading-bar{width:60%;max-width:200px;height:8px;border-radius:4px;background:var(--border);animation:users-chart-pulse 1s ease-in-out infinite}.users-chart-loading .chart-loading-bar:nth-child(2){animation-delay:.15s}@keyframes users-chart-pulse{0%,to{opacity:.4}50%{opacity:1}}.users-chart-empty{color:var(--muted);padding:2rem;text-align:center;margin:0}.users-layout{display:flex;gap:1.5rem;align-items:flex-start}.users-table-wrap{flex:1;overflow-x:auto;background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border)}.data-table th{background:var(--bg-subtle);font-weight:600;font-size:.85rem;color:var(--text-secondary)}.users-table-wrap tbody tr{cursor:pointer;transition:background .15s}.users-table-wrap tbody tr:hover{background:var(--bg-subtle)}.users-table-wrap tbody tr.users-row-selected,.users-table-wrap tbody tr.users-row-selected:hover{background:var(--primary-muted)}.data-table td.actions{padding:.5rem;vertical-align:middle}.actions-menu-wrap{position:relative;display:inline-block}.actions-hamburger{display:flex;flex-direction:column;justify-content:center;gap:4px;width:36px;height:36px;padding:0;background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:background .15s,border-color .15s}.actions-hamburger:hover{background:var(--surface-elevated);border-color:var(--border-strong)}.actions-hamburger[aria-expanded=true]{background:var(--primary-muted);border-color:var(--primary)}.actions-hamburger span{display:block;width:16px;height:2px;background:var(--text);border-radius:1px;margin:0 auto}.actions-dropdown{min-width:160px;padding:.35rem 0;background:var(--surface-elevated);border:1px solid var(--border-strong);border-radius:var(--radius);box-shadow:var(--shadow-lg);display:flex;flex-direction:column}.actions-dropdown-portal{z-index:10000}.actions-item{display:block;width:100%;padding:.5rem 1rem;text-align:left;font-size:.85rem;font-weight:500;color:var(--text);background:none;border:none;cursor:pointer;transition:background .15s}.actions-item:hover{background:var(--bg-subtle)}.actions-item--danger{color:#fca5a5}.actions-item--danger:hover{background:#dc262633}.actions-divider{height:1px;background:var(--border);margin:.25rem 0}.actions-label{padding:.35rem 1rem 0;font-size:.7rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.btn-sm{padding:.4rem .75rem;font-size:.8rem;font-weight:500;background:var(--primary);color:#fff;border:none;border-radius:var(--radius)}.btn-sm:hover{background:var(--primary-hover)}.btn-sm.danger{background:#dc2626}.btn-sm.danger:hover{background:#b91c1c}.select-sm{padding:.35rem .5rem;font-size:.8rem;border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--bg);color:var(--text)}.quota-panel{width:280px;flex-shrink:0;background:var(--surface);padding:1rem;border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.quota-panel h3{font-size:1rem;margin-bottom:.75rem;color:var(--text)}.quota-dl{font-size:.9rem}.quota-dl dt{color:var(--text-secondary);margin-top:.5rem}.quota-dl dd{margin-left:0;font-weight:500;color:var(--text)}.quota-billing-section{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border)}.quota-billing-title{font-size:.85rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem}.quota-billing-meta{font-size:.8rem;color:var(--muted);margin:0}.quota-billing-trigger{display:inline-block;background:none;border:none;padding:.35rem 0;font-size:.95rem;font-weight:600;color:var(--teal-400);cursor:pointer;text-decoration:underline;text-underline-offset:2px}.quota-billing-trigger:hover{color:var(--teal-300)}.users-billing-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.users-billing-modal{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-lg);max-width:560px;width:100%;max-height:85vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--shadow-lg)}.users-billing-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.users-billing-modal-header h2{font-size:1rem;font-weight:600;margin:0}.users-billing-modal-close{background:none;border:none;color:var(--muted);font-size:1.5rem;line-height:1;padding:.25rem;cursor:pointer}.users-billing-modal-close:hover{color:var(--text)}.users-billing-modal-body{padding:1rem;overflow-y:auto}.users-billing-table-wrap{overflow-x:auto}.users-billing-modal .data-table{font-size:.85rem}.users-billing-event-type{font-size:.75rem;background:var(--surface-elevated);padding:.2rem .4rem;border-radius:4px}.users-billing-status{font-size:.8rem;font-weight:500}.users-billing-status--processed{color:#86efac}.users-billing-status--received{color:var(--teal-400)}.users-billing-status--failed{color:#f87171}.add-scans-box{margin-top:1rem}.add-scans-box h3{font-size:1rem;margin-bottom:.5rem}.add-scans-box input{width:80px;margin-right:.5rem;padding:.35rem;border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--bg);color:var(--text)}.add-scans-box .btn-sm{margin-right:.35rem;margin-top:.35rem}@media (max-width: 900px){.users-layout{flex-direction:column}.quota-panel{width:100%;max-width:none}.users-table-wrap{min-width:0}.data-table th,.data-table td{padding:.6rem .5rem;font-size:.85rem}}.products-page .toolbar{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.search-input{padding:.5rem .75rem;border:1px solid var(--border-strong);border-radius:var(--radius);width:280px;font-size:.95rem;background:var(--bg);color:var(--text)}.search-input::placeholder{color:var(--muted)}.count{color:var(--text-secondary);font-size:.9rem}.products-layout{display:flex;gap:1.5rem}.products-list{flex:1;background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm);overflow:auto;max-height:70vh}.products-list .data-table tr{cursor:pointer}.products-list .data-table tr:hover{background:var(--bg-subtle)}.products-list .data-table tr.selected{background:var(--primary-muted)}.list-note{padding:.75rem 1rem;font-size:.85rem;color:var(--text-secondary)}.product-detail{width:320px;flex-shrink:0;background:var(--surface);padding:1rem;border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.product-detail h3{font-size:1rem;margin-bottom:.75rem;color:var(--text)}.product-detail p{font-size:.9rem;margin-bottom:.5rem;color:var(--text)}.edit-form label{display:block;margin-bottom:.75rem;font-size:.9rem;color:var(--text-secondary)}.edit-form input,.edit-form textarea{width:100%;padding:.4rem .5rem;border:1px solid var(--border-strong);border-radius:var(--radius);margin-top:.2rem;background:var(--bg);color:var(--text)}.edit-form textarea{resize:vertical;min-height:60px}.form-actions{margin-top:1rem;display:flex;gap:.5rem}.product-scans{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.product-scans h4{font-size:.9rem;margin-bottom:.5rem;color:var(--text-secondary)}.product-scans .muted{font-size:.85rem;color:var(--muted);margin:0}.scan-list{list-style:none;margin:0;padding:0;font-size:.85rem}.scan-list li{padding:.25rem 0;border-bottom:1px solid var(--border);color:var(--text)}@media (max-width: 900px){.products-page .toolbar{flex-wrap:wrap}.search-input{width:100%;min-width:0}.products-layout{flex-direction:column}.products-list{max-height:50vh}.product-detail{width:100%;max-width:none}}.scans-intro{color:var(--text-secondary);font-size:.9rem;margin-bottom:1rem}.scans-processing-section{margin-bottom:1.5rem;width:100%}.scans-processing-section h2{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:1rem}.scans-processing-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:1rem;width:100%}.scans-processing-section .stat-card{min-width:0;background:var(--surface);border-radius:var(--radius-lg);padding:1.25rem;box-shadow:var(--shadow-sm);border:1px solid var(--border);display:flex;align-items:flex-start;gap:1rem}.scans-processing-section .stat-card:hover{box-shadow:var(--shadow-md);border-color:var(--border-strong)}.scans-processing-section .stat-card-icon{font-size:1.5rem;line-height:1;opacity:.9}.scans-processing-section .stat-card-body{min-width:0}.scans-processing-section .stat-card h3{font-size:.8rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.35rem}.scans-processing-section .stat-card .stat-value{font-size:1.5rem;font-weight:700;color:var(--teal-300);line-height:1.2}.scans-processing-section .stat-label{font-size:.75rem;color:var(--muted);margin-top:.25rem}.scans-processing-chart-wrap{min-height:220px;margin-bottom:1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem;width:100%}.scans-processing-chart-title{font-size:.9rem;font-weight:600;color:var(--text-secondary);margin-bottom:.75rem}.scans-processing-chart-empty{color:var(--muted);font-size:.9rem;padding:2rem;margin:0;text-align:center}.scans-processing-extremes{display:flex;flex-wrap:wrap;gap:1rem}.scans-extreme-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem 1rem;min-width:160px;box-shadow:var(--shadow-sm)}.scans-extreme-card h4{font-size:.8rem;font-weight:600;color:var(--text-secondary);margin-bottom:.25rem}.scans-extreme-time{font-size:1.1rem;font-weight:600;color:var(--teal-300);margin:0 0 .2rem}.scans-extreme-meta{font-size:.8rem;color:var(--muted);margin:0}.scans-chart-section{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);padding:1.25rem;margin-bottom:1.5rem;box-shadow:var(--shadow-sm)}.scans-chart-section h2{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:1rem}.scans-chart-wrap{width:100%;height:260px}.scans-chart-section .chart-loading{min-height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem;background:var(--bg-subtle);border-radius:var(--radius)}.scans-chart-section .chart-loading-bar{width:60%;max-width:200px;height:8px;border-radius:4px;background:var(--border);animation:chart-loading-pulse 1s ease-in-out infinite}.scans-chart-section .chart-loading-bar:nth-child(2){animation-delay:.15s}@keyframes chart-loading-pulse{0%,to{opacity:.4}50%{opacity:1}}.scans-table-section{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);padding:1.25rem;box-shadow:var(--shadow-sm)}.scans-table-section h2{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:1rem}.scans-sort-hint{font-size:.8rem;color:var(--muted);margin-bottom:.5rem}.scans-th-sortable{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.scans-th-sortable:hover{text-decoration:underline}.scans-table-wrap{overflow-x:auto;margin-bottom:1rem}.scans-table-wrap .data-table th,.scans-table-wrap .data-table td{padding:.6rem .75rem;font-size:.9rem}.scans-pagination{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.scans-page-info{font-size:.9rem;color:var(--text-secondary)}.scans-content .message.error,.scans-chart-section .message.error,.scans-table-section .message.error{background:#dc262626;color:#fca5a5;padding:.75rem;border-radius:var(--radius);margin-bottom:1rem;border:1px solid rgba(220,38,38,.3)}.scans-col-expand{width:2.5rem;vertical-align:middle}.scans-expand-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:.7rem;cursor:pointer;transition:background .15s,border-color .15s}.scans-expand-btn:hover{background:var(--surface-elevated);border-color:var(--border-strong)}.scans-ingredients-preview{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scans-row-expanded{background:var(--primary-muted)}.scans-detail-row{background:var(--bg-subtle)}.scans-detail-cell{padding:0!important;border-bottom:1px solid var(--border);vertical-align:top}.scans-detail{padding:1rem 1.25rem 1.25rem;display:flex;flex-direction:column;gap:1.5rem}.scans-detail-block h4{font-size:.85rem;font-weight:600;color:var(--text-secondary);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.03em}.scans-detail-meta{padding-bottom:.5rem}.scans-detail-dl{display:grid;grid-template-columns:auto 1fr;gap:.35rem 1.5rem;font-size:.875rem;margin:0}.scans-detail-dl dt{color:var(--muted);font-weight:500;margin:0}.scans-detail-dl dd{margin:0;color:var(--text);word-break:break-word}.scans-detail-dl code{font-size:.85em;background:var(--surface-elevated);padding:.15rem .4rem;border-radius:4px}.scans-detail-long{max-height:120px;overflow-y:auto;white-space:pre-wrap}.scans-detail-error{color:#f87171;font-weight:500}.scans-detail-ingredients{font-size:.9rem;line-height:1.6;color:var(--text);white-space:pre-wrap;word-break:break-word;margin:0;padding:.75rem;background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);max-height:200px;overflow-y:auto}.scans-detail-images-grid{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-start}.scans-detail-fig{margin:0;flex:0 0 auto}.scans-detail-img-btn{display:block;padding:0;border:none;background:none;cursor:pointer;border-radius:var(--radius);transition:transform .15s,box-shadow .15s}.scans-detail-img-btn:hover{transform:scale(1.02);box-shadow:0 4px 20px #0000004d}.scans-detail-img-btn:focus{outline:2px solid var(--primary);outline-offset:2px}.scans-detail-fig img{display:block;max-width:280px;max-height:280px;width:auto;height:auto;object-fit:contain;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface)}.scans-detail-fig figcaption{font-size:.8rem;color:var(--muted);margin-top:.35rem;text-align:center}.scans-lightbox-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:10000;padding:2rem;animation:scans-lightbox-fade .2s ease-out}@keyframes scans-lightbox-fade{0%{opacity:0}to{opacity:1}}.scans-lightbox-close{position:absolute;top:1rem;right:1rem;width:44px;height:44px;padding:0;border:none;background:var(--surface-elevated);color:var(--text);font-size:1.75rem;line-height:1;border-radius:var(--radius);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;z-index:10001}.scans-lightbox-close:hover{background:var(--bg-subtle)}.scans-lightbox-content{max-width:95vw;max-height:95vh;display:flex;flex-direction:column;align-items:center;gap:.75rem}.scans-lightbox-content img{max-width:100%;max-height:calc(95vh - 3rem);width:auto;height:auto;object-fit:contain;border-radius:var(--radius);box-shadow:var(--shadow-lg)}.scans-lightbox-caption{font-size:.95rem;color:var(--text-secondary);margin:0}.scans-detail-images .muted{font-size:.85rem;color:var(--muted);margin:0}.scans-allergen-admin{border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem 1.25rem;background:var(--surface-elevated, var(--surface))}.scans-allergen-admin h4{margin-top:0}.scans-allergen-hint{font-size:.85rem;margin-bottom:1rem;line-height:1.45}.scans-allergen-rows{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.scans-allergen-row{display:grid;grid-template-columns:minmax(200px,240px) 1fr;align-items:center;gap:.75rem}.scans-allergen-label{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.scans-allergen-label input[type=checkbox]{flex-shrink:0}.scans-allergen-input{width:100%;max-width:32rem;padding:.45rem .6rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.9rem;background:var(--bg);color:var(--text)}.scans-allergen-input:disabled{opacity:.55}.scans-allergen-save{margin-top:.25rem}@media (max-width: 900px){.scans-table-wrap .data-table th,.scans-table-wrap .data-table td{padding:.5rem .4rem;font-size:.8rem}.scans-ingredients-preview{max-width:120px}.scans-detail-images-grid{flex-direction:column}.scans-detail-fig img{max-width:100%;max-height:240px}.scans-pagination{gap:.5rem}.scans-allergen-row{grid-template-columns:1fr;align-items:stretch}}.recalls-page{display:flex;flex-direction:column;gap:1.5rem}.recalls-header-row{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-top:.25rem}.recalls-intro{flex:1;min-width:0;max-width:52rem;margin:0;color:var(--muted)}.recalls-crawl-btn{flex-shrink:0}.recalls-table-section{width:100%}.recalls-table-wrap{width:100%;overflow-x:auto}.recalls-link{color:var(--teal-600);text-decoration:underline}.recalls-link:hover{color:var(--teal-700)}@media (max-width: 900px){.recalls-page{gap:1rem}.recalls-header-row{flex-direction:column;align-items:flex-start}.recalls-crawl-btn{align-self:flex-start}}.reports-intro{color:var(--text-secondary);font-size:.9rem;margin-bottom:1rem}.reports-page .dashboard-cards{margin-bottom:2rem}.reports-page .stat-card[data-card=reports-pending] .stat-value{color:var(--teal-400)}.reports-page .stat-card[data-card=reports-open] .stat-value{color:#fbbf24}.reports-page .stat-card[data-card=reports-resolved] .stat-value{color:#86efac}.reports-page .stat-card[data-card=reports-dismissed] .stat-value{color:var(--muted)}.reports-chart-section{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);padding:1.25rem;margin-bottom:1.5rem;box-shadow:var(--shadow-sm)}.reports-chart-section .reports-section-title{margin-bottom:1rem}.reports-chart-wrap{width:100%;height:220px}.reports-page{display:flex;flex-direction:column;min-height:calc(100vh - 6rem)}.reports-body{display:flex;gap:1.5rem;flex:1;min-height:0;align-items:stretch}.reports-main{flex:1;min-width:0;overflow-y:auto}.reports-sidebar{width:300px;flex-shrink:0;align-self:stretch;background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);padding:1rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column}.reports-sidebar .reports-section-title{margin-bottom:.75rem}.reports-sidebar-cards{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.reports-sidebar-cards .stat-card{padding:.75rem 1rem}.reports-sidebar-cards .stat-card .stat-value{font-size:1.25rem}.reports-fastest-slowest{display:flex;flex-wrap:wrap;gap:1rem}.reports-extreme-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;min-width:200px;box-shadow:var(--shadow-sm)}.reports-extreme-card h4{font-size:.8rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.35rem}.reports-extreme-type{font-size:.9rem;color:var(--text);margin-bottom:.25rem}.reports-extreme-duration{font-size:1.1rem;font-weight:600;color:var(--teal-300);margin-bottom:.5rem}.reports-section-title{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:.75rem}.reports-closed-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}.reports-toggle-closed{display:flex;align-items:center;gap:.35rem;padding:.5rem 0;background:none;border:none;color:var(--text-secondary);font-size:.95rem;font-weight:500;cursor:pointer;transition:color .15s}.reports-toggle-closed:hover{color:var(--text)}.reports-toggle-count{color:var(--muted);font-size:.85rem}.reports-metrics-btn{margin-left:.35rem;padding:.35rem .6rem;font-size:.78rem}.reports-metrics-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem}.reports-metrics-modal{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-lg);padding:1.25rem;max-width:420px;width:100%;box-shadow:var(--shadow-lg)}.reports-metrics-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.reports-metrics-header h3{font-size:1.1rem;font-weight:600;color:var(--text);margin:0}.reports-metrics-close{width:32px;height:32px;padding:0;border:none;background:var(--bg-subtle);color:var(--text);font-size:1.25rem;line-height:1;border-radius:var(--radius);cursor:pointer}.reports-metrics-close:hover{background:var(--surface-elevated)}.reports-metrics-dl{font-size:.9rem;margin:0}.reports-metrics-dl dt{color:var(--text-secondary);margin-top:.6rem;font-weight:500}.reports-metrics-dl dt:first-of-type{margin-top:0}.reports-metrics-dl dd{margin:.15rem 0 0;color:var(--text)}.reports-meta{color:var(--muted);font-size:.85rem}.reports-table-wrap{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm);overflow-x:auto}.reports-table-wrap .data-table th,.reports-table-wrap .data-table td{padding:.75rem 1rem;font-size:.9rem}.reports-reason{max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reports-actions{display:flex;align-items:center;gap:.5rem}.reports-actions .select-sm{min-width:130px}.reports-saving{font-size:.8rem;color:var(--muted)}.placeholder{color:var(--muted);padding:2rem;text-align:center}@media (max-width: 900px){.reports-page{min-height:0}.reports-body{flex-direction:column;align-items:stretch}.reports-sidebar{width:100%;max-width:none;align-self:auto}.reports-sidebar-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.reports-table-wrap .data-table th,.reports-table-wrap .data-table td{padding:.5rem;font-size:.85rem}.reports-reason{max-width:160px}.reports-chart-wrap{height:200px}}.billing-page{display:flex;flex-direction:column;gap:1.5rem}.billing-intro{color:var(--muted);margin-top:.25rem;max-width:52rem}.billing-mrr-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;box-shadow:var(--shadow-sm);border-left:4px solid var(--teal-500)}.billing-mrr-title{font-size:1.1rem;font-weight:600;color:var(--text);margin-bottom:.25rem}.billing-mrr-hint{font-size:.85rem;color:var(--muted);margin-bottom:1rem}.billing-mrr-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.billing-mrr-primary .stat-value{color:var(--teal-300);font-size:1.5rem}.billing-cards{margin-bottom:0}.billing-meta{font-size:.85rem;color:var(--muted)}.billing-section-title{font-size:1.1rem;font-weight:600;margin-bottom:.75rem;color:var(--text-secondary)}.billing-table-wrap{width:100%;overflow-x:auto;margin-bottom:1rem}.billing-event-type{font-size:.8rem;background:var(--surface-elevated);padding:.2rem .4rem;border-radius:4px}.billing-status{font-size:.8rem;font-weight:500}.billing-status--processed{color:#86efac}.billing-status--received{color:var(--teal-400)}.billing-status--failed{color:#f87171}.billing-pagination{display:flex;align-items:center;gap:1rem}.billing-page-num{font-size:.9rem;color:var(--muted)}.billing-detail-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.billing-detail-modal{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-lg);max-width:640px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--shadow-lg)}.billing-detail-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.billing-detail-header h2{font-size:1rem;font-weight:600;word-break:break-all}.billing-detail-close{background:none;border:none;color:var(--muted);font-size:1.5rem;line-height:1;padding:.25rem;cursor:pointer}.billing-detail-close:hover{color:var(--text)}.billing-detail-body{padding:1.25rem;overflow-y:auto}.billing-detail-dl{display:grid;grid-template-columns:auto 1fr;gap:.35rem 1.5rem;font-size:.9rem;margin-bottom:1.25rem}.billing-detail-dl dt{color:var(--muted)}.billing-detail-dl dd{margin:0;word-break:break-all}.billing-detail-dl code{font-size:.85em;background:var(--bg);padding:.1rem .3rem;border-radius:4px}.billing-detail-error{color:#f87171}.billing-detail-raw{margin-top:1rem}.billing-detail-raw h3{font-size:.85rem;color:var(--muted);margin-bottom:.5rem}.billing-detail-raw pre{background:var(--bg);padding:1rem;border-radius:var(--radius);font-size:.75rem;overflow-x:auto;max-height:280px;overflow-y:auto;white-space:pre-wrap;word-break:break-all}@media (max-width: 900px){.billing-mrr-cards{grid-template-columns:1fr}.billing-cards{grid-template-columns:1fr 1fr}}.notifications-page{display:flex;flex-direction:column;gap:1.5rem}.notifications-intro{color:var(--muted);margin-top:.25rem;max-width:52rem}.notifications-cards{margin-bottom:0}.notifications-section-title{font-size:1.1rem;font-weight:600;margin-bottom:.75rem;color:var(--text-secondary)}.notifications-by-type,.notifications-broadcast{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);padding:1.25rem}.notifications-broadcast-grid{display:grid;grid-template-columns:1fr 220px;gap:.75rem 1rem;align-items:end}.notifications-field{display:flex;flex-direction:column;gap:.35rem}.notifications-field--full{grid-column:1 / -1}.notifications-label{font-size:.75rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.notifications-input,.notifications-select,.notifications-textarea{border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--bg);color:var(--text);padding:.55rem .6rem;font-size:.9rem}.notifications-textarea{resize:vertical;min-height:90px}.notifications-check{display:flex;gap:.5rem;align-items:center;grid-column:1 / -1;color:var(--text-secondary);font-size:.9rem}.notifications-broadcast-actions{display:flex;gap:.5rem;grid-column:1 / -1;margin-top:.25rem;flex-wrap:wrap}.notifications-broadcast-status{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.notifications-broadcast-status-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.notifications-broadcast-status-title{font-size:.75rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.notifications-broadcast-jobid{font-size:.8rem;background:var(--surface-elevated);padding:.15rem .4rem;border-radius:4px}.notifications-broadcast-meta{color:var(--muted);font-size:.85rem}.notifications-broadcast-pill{font-size:.75rem;font-weight:600;padding:.2rem .5rem;border-radius:999px;border:1px solid var(--border-strong);background:var(--bg-subtle);color:var(--text-secondary)}.notifications-broadcast-pill--queued{color:var(--teal-300)}.notifications-broadcast-pill--running{color:#fbbf24}.notifications-broadcast-pill--done{color:#86efac}.notifications-broadcast-pill--error{color:#f87171}.notifications-broadcast-counts{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:.5rem 1rem;margin-top:.75rem}.notifications-broadcast-count{display:flex;justify-content:space-between;align-items:baseline;font-size:.9rem}.notifications-broadcast-count-label{color:var(--muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.notifications-broadcast-count-value{font-weight:700;color:var(--teal-300)}.notifications-broadcast-error{margin-top:.75rem;color:#f87171;font-size:.9rem}.notifications-type-table-wrap{overflow-x:auto}.notifications-type-table{width:100%;border-collapse:collapse;font-size:.9rem}.notifications-type-table th,.notifications-type-table td{padding:.5rem 1rem .5rem 0;text-align:left;border-bottom:1px solid var(--border)}.notifications-type-table tbody tr:last-child td{border-bottom:none}.notifications-type-table th{font-weight:600;color:var(--muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.notifications-type-th-count{text-align:right;width:6rem}.notifications-type-table td{color:var(--text)}.notifications-type-count{text-align:right;font-weight:600;color:var(--teal-300)}.notifications-list-section{width:100%}.notifications-table-wrap{width:100%;overflow-x:auto;margin-bottom:1rem}.notifications-cell-title{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notifications-cell-error{max-width:240px;font-size:.85rem;color:#f87171;overflow:hidden;text-overflow:ellipsis}.notifications-status{font-size:.8rem;font-weight:500}.notifications-status--sent{color:#86efac}.notifications-status--failed{color:#f87171}.notifications-status--skipped{color:var(--muted)}.notifications-fcm-hint{font-size:.75rem;background:var(--surface-elevated);padding:.15rem .35rem;border-radius:4px}.notifications-user-link{color:var(--teal-300);text-decoration:underline;text-underline-offset:2px}.notifications-user-link:hover{color:var(--teal-200)}.notifications-pagination{display:flex;align-items:center;gap:1rem}.notifications-page-num{font-size:.9rem;color:var(--muted)}.notifications-toggle-failed{background:none;border:none;color:var(--teal-400);font-size:.95rem;font-weight:500;cursor:pointer;padding:.5rem 0;margin-bottom:.5rem}.notifications-toggle-failed:hover{color:var(--teal-300)}.notifications-toggle-count{color:var(--muted);margin-left:.25rem}.notifications-failed-section{margin-top:.5rem}@media (max-width: 900px){.notifications-cards{grid-template-columns:1fr 1fr}.notifications-broadcast-grid{grid-template-columns:1fr}}.allergens-page .toolbar{margin-bottom:1rem}.allergens-page .message.success{background:var(--primary-muted);color:var(--teal-300);padding:.75rem 1rem;border-radius:var(--radius);margin-bottom:1rem;border:1px solid rgba(20,184,166,.3)}.allergens-page .message.error{background:#dc262626;color:#fca5a5;padding:.75rem 1rem;border-radius:var(--radius);margin-bottom:1rem;border:1px solid rgba(220,38,38,.3)}.allergens-layout{display:flex;gap:1.5rem;align-items:flex-start}.allergens-list{flex:1;background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm);overflow-x:auto}.allergens-list .data-table td:last-child{display:flex;gap:.35rem}.allergen-form-panel{width:300px;flex-shrink:0;background:var(--surface);padding:1rem;border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.allergen-form-panel h3{font-size:1rem;margin-bottom:1rem;color:var(--text)}.allergen-form-panel label{display:block;margin-bottom:.75rem;font-size:.9rem;font-weight:500;color:var(--text-secondary)}.allergen-form-panel input{width:100%;margin-top:.25rem;padding:.5rem .6rem;border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--bg);color:var(--text)}.allergen-form-panel .form-actions{margin-top:1rem;display:flex;gap:.5rem}@media (max-width: 900px){.allergens-layout{flex-direction:column}.allergen-form-panel{width:100%;max-width:none}.allergens-list .data-table th,.allergens-list .data-table td{padding:.6rem .5rem;font-size:.85rem}}.vouchers-page{max-width:1100px}.vouchers-card--full{margin-bottom:1.5rem}.vouchers-list-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.vouchers-list-header h2{margin:0;font-size:1.05rem}.vouchers-list-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.vouchers-list-error{color:var(--danger, #c62828);font-size:.9rem;margin:0 0 .75rem}.vouchers-table-wrap{overflow-x:auto;margin:0 -.25rem}.vouchers-table{font-size:.88rem}.vouchers-table-code{font-size:.85rem}.vouchers-table-note{max-width:14rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vouchers-table-actions{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;white-space:nowrap}.vouchers-field-hint{font-size:.8rem;line-height:1.4;margin:-.35rem 0 .15rem}.vouchers-field-hint code{font-size:.85em}.vouchers-edit-code{font-size:.9rem;margin:0 0 1rem}.vouchers-edit-code code{font-size:.95em}.vouchers-intro{font-size:.9rem;line-height:1.45;margin-top:.35rem;max-width:42rem}.vouchers-grid{display:flex;flex-direction:column;gap:1.5rem}.vouchers-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;box-shadow:var(--shadow-sm)}.vouchers-card--warn{border-color:var(--warning-border, #e65100);background:var(--warning-bg, rgba(230, 81, 0, .06))}.vouchers-card h2{font-size:1.05rem;margin:0 0 1rem;color:var(--text)}.vouchers-card h3{font-size:.95rem;margin:1.25rem 0 .5rem}.vouchers-form{display:flex;flex-direction:column;gap:.85rem;max-width:22rem}.vouchers-form--inline{flex-direction:row;flex-wrap:wrap;align-items:flex-end;max-width:none;gap:.75rem}.vouchers-form label{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:600;color:var(--text-secondary)}.vouchers-label-grow{flex:1;min-width:200px}.vouchers-form input[type=text],.vouchers-form input[type=number],.vouchers-form input[type=datetime-local]{padding:.45rem .55rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.9rem;background:var(--bg);color:var(--text)}.vouchers-warn-text{font-size:.85rem;line-height:1.45;margin:0 0 1rem}.vouchers-warn-text code{font-size:.8em}.vouchers-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.vouchers-modal{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-lg);max-width:420px;width:100%;max-height:85vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--shadow-lg)}.vouchers-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.vouchers-modal-header h2{font-size:1rem;font-weight:600;margin:0}.vouchers-modal-close{background:none;border:none;color:var(--muted);font-size:1.5rem;line-height:1;padding:.25rem;cursor:pointer}.vouchers-modal-close:hover{color:var(--text)}.vouchers-modal-body{padding:1.25rem;overflow-y:auto}.vouchers-modal-body .vouchers-form{max-width:none}.vouchers-modal-actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end;margin-top:.5rem;padding-top:.25rem}.vouchers-lookup-result{margin-top:1.25rem}.vouchers-dl{display:grid;grid-template-columns:auto 1fr;gap:.35rem 1.25rem;font-size:.9rem;margin:0}.vouchers-dl dt{margin:0;color:var(--text-secondary);font-weight:600}.vouchers-dl dd{margin:0}.vouchers-code{font-size:1rem}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.places-page{max-width:1600px;margin:0 auto;padding:0 1rem 2rem}.places-header h1{font-size:1.5rem;margin-bottom:.35rem}.places-sub{color:var(--text-secondary);font-size:.9rem;margin-bottom:1.25rem}.places-layout{display:grid;grid-template-columns:1fr min(380px,38vw);gap:1.25rem;align-items:start}@media (max-width: 1024px){.places-layout{grid-template-columns:1fr}}.places-map-wrap{position:relative;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border-strong);box-shadow:var(--shadow-md);background:var(--teal-950);min-height:420px}.places-map-wrap .leaflet-container{background:var(--teal-950);font-family:inherit}.places-map-wrap .leaflet-bar{border:1px solid var(--border-strong);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm)}.places-map-wrap .leaflet-bar a{background:var(--surface-elevated);color:var(--text);border-bottom:1px solid var(--border);width:32px;height:32px;line-height:32px;font-size:1.1rem}.places-map-wrap .leaflet-bar a:last-child{border-bottom:none}.places-map-wrap .leaflet-bar a:hover{background:var(--teal-800);color:var(--teal-100)}.places-map-wrap .leaflet-bar a.leaflet-disabled{opacity:.35;cursor:not-allowed}.places-map-wrap .leaflet-control-attribution{background:#1e293bf0!important;color:var(--muted)!important;border:1px solid var(--border-strong)!important;border-radius:var(--radius);font-size:.65rem;line-height:1.35;padding:5px 8px!important;margin:8px!important;max-width:min(100% - 16px,320px);white-space:normal}.places-map-wrap .leaflet-control-attribution a{color:var(--teal-400)}.places-map-wrap .leaflet-control-attribution a:hover{color:var(--teal-300)}.places-map-wrap .leaflet-tooltip{background:var(--surface-elevated);color:var(--text);border:1px solid var(--border-strong);border-radius:var(--radius);box-shadow:var(--shadow-md);font-family:inherit;font-size:.8125rem;font-weight:600;padding:6px 10px}.places-map-wrap .leaflet-tooltip-top:before{border-top-color:var(--surface-elevated)}.places-map-wrap .leaflet-popup-content-wrapper,.places-map-wrap .leaflet-popup-tip{background:var(--surface-elevated);color:var(--text);border:1px solid var(--border-strong);box-shadow:var(--shadow-md)}.places-map-wrap .leaflet-popup-content-wrapper{border-radius:var(--radius)}.places-map-wrap .leaflet-popup-content{margin:10px 12px;font-family:inherit;font-size:.875rem}.places-map-wrap .leaflet-popup-close-button{color:var(--text-secondary)!important;width:28px;height:28px;font-size:1.25rem;padding:4px}.places-map-wrap .leaflet-popup-close-button:hover{color:var(--text)!important;background:var(--primary-muted);border-radius:var(--radius)}.places-map-loading{position:absolute;z-index:500;top:.75rem;left:.75rem;background:#0f172ad9;color:var(--text);padding:.35rem .65rem;border-radius:var(--radius);font-size:.85rem}.places-geocode{position:absolute;z-index:450;top:.65rem;left:50%;transform:translate(-50%);width:min(440px,calc(100% - 1.5rem))}.places-geocode-row{display:flex;gap:.35rem;align-items:stretch;box-shadow:var(--shadow-md);border-radius:var(--radius);border:1px solid var(--border-strong);overflow:hidden;background:#0f172aeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.places-geocode-input{flex:1;min-width:0;border:none;padding:.5rem .65rem;font-size:.875rem;background:transparent;color:var(--text)}.places-geocode-input::placeholder{color:var(--muted)}.places-geocode-input:focus{outline:none}.places-btn--geocode{flex-shrink:0;border-radius:0;border:none;border-left:1px solid var(--border-strong);padding:.5rem .85rem;background:var(--teal-800);color:var(--teal-100)}.places-btn--geocode:hover:not(:disabled){background:var(--teal-600)}.places-btn--geocode:disabled{opacity:.6}.places-geocode-results{list-style:none;margin:.35rem 0 0;max-height:200px;overflow-y:auto;border-radius:var(--radius);border:1px solid var(--border-strong);background:#0f172af5;box-shadow:var(--shadow-md)}.places-geocode-results li{border-bottom:1px solid var(--border)}.places-geocode-results li:last-child{border-bottom:none}.places-geocode-hit{width:100%;text-align:left;padding:.45rem .65rem;border:none;background:transparent;color:var(--text);font-size:.8rem;line-height:1.35;cursor:pointer}.places-geocode-hit:hover{background:var(--primary-muted)}.places-map-hint{position:absolute;z-index:500;top:.75rem;right:.75rem;left:auto;max-width:min(280px,55vw);background:#0f766eeb;color:var(--teal-100);padding:.45rem .65rem;border-radius:var(--radius);font-size:.8rem;border:1px solid var(--teal-500);line-height:1.35}.places-map{height:min(68vh,720px);width:100%;z-index:1}.places-sidebar{display:flex;flex-direction:column;gap:1rem;max-height:min(68vh,720px)}.places-toolbar{display:flex;flex-direction:column;gap:.5rem}.places-search{width:100%;padding:.6rem .75rem;border-radius:var(--radius);border:1px solid var(--border-strong);background:var(--surface);color:var(--text)}.places-btn{padding:.55rem .85rem;border-radius:var(--radius);border:1px solid var(--border-strong);background:var(--surface-elevated);color:var(--text);font-size:.875rem}.places-btn:hover{border-color:var(--teal-600)}.places-btn--primary{background:var(--teal-800);border-color:var(--teal-600);color:var(--teal-100)}.places-btn--primary:hover{background:var(--teal-600)}.places-btn--active{border-color:var(--teal-400);box-shadow:0 0 0 1px var(--teal-500)}.places-btn--sm{font-size:.8rem;padding:.4rem .6rem}.places-btn--danger{border-color:#dc262680;color:#fca5a5}.places-btn--danger:hover{background:#dc262626}.places-btn:disabled{opacity:.45;cursor:not-allowed}.places-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem;box-shadow:var(--shadow-sm)}.places-panel h3{font-size:.95rem;margin-bottom:.5rem}.places-hint{font-size:.8rem;color:var(--text-secondary);margin-bottom:.65rem}.places-panel--add label{display:block;font-size:.8rem;color:var(--text-secondary);margin-bottom:.5rem}.places-panel--add input{width:100%;margin-top:.25rem;padding:.45rem .5rem;border-radius:var(--radius);border:1px solid var(--border-strong);background:var(--bg-subtle);color:var(--text)}.places-select{width:100%;margin-top:.25rem;padding:.45rem .5rem;border-radius:var(--radius);border:1px solid var(--border-strong);background:var(--bg-subtle);color:var(--text);font-size:.875rem}.places-detail-type{font-size:.85rem;color:var(--teal-300);margin-bottom:.35rem}.places-edit-form{margin:.75rem 0 1rem;padding-top:.75rem;border-top:1px solid var(--border)}.places-edit-form label{display:block;font-size:.8rem;color:var(--text-secondary);margin-bottom:.5rem}.places-edit-form input{width:100%;margin-top:.25rem;padding:.45rem .5rem;border-radius:var(--radius);border:1px solid var(--border-strong);background:var(--bg-subtle);color:var(--text)}.places-edit-form .places-btn--sm{margin-top:.5rem;width:100%}.places-edit-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.places-edit-actions .places-btn{flex:1;min-width:120px}.places-coords{font-family:ui-monospace,monospace;font-size:.8rem;color:var(--muted);margin:.5rem 0}.places-merge-trigger{display:block;width:100%;margin:.25rem 0 .75rem;padding:0;border:none;background:none;color:var(--muted);font-size:.8rem;text-align:left;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.places-merge-trigger:hover{color:var(--teal-400)}.places-merge-inline{margin:0 0 .85rem;padding:.65rem .75rem;border-radius:var(--radius);border:1px solid var(--border-strong);background:var(--bg-subtle)}.places-merge-inline-hint{font-size:.78rem;color:var(--text-secondary);line-height:1.4;margin-bottom:.5rem}.places-merge-inline-label{display:block;font-size:.72rem;color:var(--muted);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.25rem}.places-merge-select{width:100%;padding:.45rem .5rem;border-radius:var(--radius);border:1px solid var(--border-strong);background:var(--surface);color:var(--text);font-size:.8rem}.places-merge-inline-actions{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.55rem}.places-list-wrap{flex:1;min-height:0;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.places-list-title{padding:.65rem .75rem;font-size:.85rem;border-bottom:1px solid var(--border);color:var(--text-secondary)}.places-list{list-style:none;overflow-y:auto;max-height:220px}.places-list-item{width:100%;text-align:left;padding:.55rem .75rem;border:none;border-bottom:1px solid var(--border);background:transparent;color:var(--text);display:flex;flex-direction:column;gap:.15rem}.places-list-item:hover{background:var(--primary-muted)}.places-list-item--active{background:#14b8a61f}.places-list-name{font-weight:600;font-size:.875rem}.places-list-addr{font-size:.75rem;color:var(--muted)}.places-panel--detail{max-height:280px;overflow-y:auto}.places-detail-name{font-weight:600;margin-bottom:.35rem}.places-detail-meta,.places-detail-addr{font-size:.8rem;color:var(--text-secondary);margin-bottom:.35rem}.places-ratings-title{font-size:.8rem;margin:.75rem 0 .35rem;color:var(--muted)}.places-ratings{list-style:none;font-size:.78rem;margin-bottom:.5rem}.places-rating-row{display:grid;grid-template-columns:1fr auto;gap:.35rem .5rem;padding:.25rem 0;border-bottom:1px solid var(--border)}.places-rating-user{grid-column:1 / -1;color:var(--muted);font-size:.72rem}.places-reports{list-style:none;margin-top:.5rem;font-size:.78rem}.places-reports li{padding:.35rem 0;border-bottom:1px solid var(--border)}.places-report-by{display:block;color:var(--muted);font-size:.72rem}.places-page .placeholder{color:var(--muted);font-size:.85rem}.layout{display:flex;min-height:100vh;position:relative}.layout-mobile-header{display:none;position:fixed;top:0;left:0;right:0;height:52px;background:var(--surface);border-bottom:1px solid var(--border);align-items:center;gap:.75rem;padding:0 1rem;z-index:1003;box-shadow:var(--shadow-sm)}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;background:transparent;border:none;border-radius:var(--radius);color:var(--text);transition:background .15s}.menu-toggle:hover{background:var(--bg-subtle)}.menu-toggle-bar{display:block;width:20px;height:2px;background:currentColor;border-radius:1px;transition:transform .2s,opacity .2s}.layout--menu-open .menu-toggle-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.layout--menu-open .menu-toggle-bar:nth-child(2){opacity:0}.layout--menu-open .menu-toggle-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.layout-mobile-title{font-size:1rem;font-weight:600;color:var(--text)}.sidebar-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1001;opacity:0;pointer-events:none;transition:opacity .2s ease}.sidebar-backdrop--open{opacity:1;pointer-events:auto}.sidebar{width:260px;background:linear-gradient(180deg,#0c1222 0%,var(--surface) 100%);color:#e2e8f0;display:flex;flex-direction:column;flex-shrink:0;box-shadow:var(--shadow-lg);border-right:1px solid var(--border);z-index:1002}.sidebar-header{padding:1.5rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar-title{font-size:1.25rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.35rem;color:#fff}.sidebar-user{font-size:.8rem;color:#94a3b8;word-break:break-all}.sidebar-nav{flex:1;padding:1rem .75rem}.nav-link{display:block;padding:.65rem 1rem;margin-bottom:2px;color:#94a3b8;text-decoration:none;border-radius:var(--radius);transition:background .15s,color .15s;font-weight:500}.nav-link:hover{background:#ffffff0f;color:#e2e8f0}.nav-link.active{background:var(--primary-muted);color:var(--teal-300);border:1px solid rgba(20,184,166,.3)}.logout-btn{margin:1rem 1rem 1.25rem;padding:.6rem 1rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:#94a3b8;border-radius:var(--radius);font-size:.9rem;font-weight:500;transition:background .15s,color .15s}.logout-btn:hover{background:#ffffff1a;color:#e2e8f0}.main-content{flex:1;padding:1.75rem 2rem;background:var(--bg);overflow:auto;min-width:0}@media (max-width: 900px){.layout-mobile-header{display:flex}.sidebar-backdrop{display:block}.sidebar{position:fixed;top:0;left:0;bottom:0;width:min(280px,85vw);transform:translate(-100%);transition:transform .25s ease}.sidebar--open{transform:translate(0)}.main-content{padding:1rem;padding-top:calc(52px + 1rem)}}.loading{display:flex;justify-content:center;align-items:center;min-height:100vh;font-size:1rem;font-weight:500;color:var(--text-secondary)}.error-page{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;text-align:center;padding:2rem}.error-page h1{color:#dc2626;margin-bottom:.75rem;font-size:1.25rem}.error-page p{color:var(--text-secondary);font-size:.95rem}.page-header{margin-bottom:1.25rem}.page-header h1{font-size:1.5rem;font-weight:700;color:var(--text);letter-spacing:-.02em}.main-content .data-table{font-size:.9rem}.main-content .data-table th{background:var(--bg);color:var(--text-secondary);font-weight:600;text-transform:none}.main-content .data-table td{border-color:var(--border)}.main-content .stat-card,.main-content [class*=-table-wrap],.main-content [class*=-list],.main-content .chart-card,.main-content .quota-panel,.main-content .product-detail,.main-content .allergen-form-panel{border-color:var(--border);box-shadow:var(--shadow-sm)}@media (max-width: 900px){.page-header h1{font-size:1.25rem}}.error-boundary{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg);padding:2rem}.error-boundary-card{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-lg);padding:2rem;max-width:400px;text-align:center}.error-boundary-card h1{font-size:1.25rem;color:var(--text);margin-bottom:.75rem}.error-boundary-card p{color:var(--text-secondary);font-size:.95rem;margin-bottom:1.5rem}.error-boundary-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.error-boundary-btn{padding:.6rem 1.25rem;border-radius:var(--radius);font-weight:500;font-size:.95rem;text-decoration:none;border:none;cursor:pointer;background:var(--primary);color:var(--teal-950)}.error-boundary-btn--secondary{background:var(--surface-elevated);color:var(--text);border:1px solid var(--border-strong)}.error-boundary-btn:hover{opacity:.9}:root{--bg: #0f172a;--bg-subtle: #1e293b;--surface: #1e293b;--surface-elevated: #334155;--text: #f1f5f9;--text-secondary: #94a3b8;--muted: #64748b;--border: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .12);--teal-950: #042f2e;--teal-800: #115e59;--teal-600: #0d9488;--teal-500: #14b8a6;--teal-400: #2dd4bf;--teal-300: #5eead4;--teal-200: #99f6e4;--primary: #14b8a6;--primary-hover: #2dd4bf;--primary-muted: rgba(20, 184, 166, .2);--accent: #5eead4;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 12px rgba(0, 0, 0, .4);--shadow-lg: 0 10px 40px rgba(0, 0, 0, .5);--radius: 12px;--radius-lg: 16px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg);color:var(--text);line-height:1.5}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit}a{color:inherit;text-decoration:none}@media (max-width: 900px){input,select,textarea{font-size:16px}}
