:root{--bg: #f4f6f9;--surface: #ffffff;--border: #e2e6ed;--text: #1a1d23;--text-muted: #6b7280;--primary: #2563eb;--primary-hover: #1d4ed8;--success: #16a34a;--success-light: #dcfce7;--danger: #dc2626;--danger-light: #fee2e2;--available: #22c55e;--online: #3b82f6;--staff: #f59e0b;--blocked: #ef4444;--rocknbowl: #a855f7;--radius: 8px;--radius-lg: 12px;--shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);--shadow-lg: 0 10px 25px rgba(0,0,0,.12)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:15px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}.top-bar{background:var(--surface);border-bottom:1px solid var(--border);padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100;box-shadow:var(--shadow)}.top-bar-left{display:flex;align-items:center;gap:1.25rem}.logo{display:flex;align-items:center;gap:.5rem}.logo-icon{font-size:1.75rem}.logo h1{font-size:1.35rem;font-weight:800;letter-spacing:-.5px}.brand-name{color:var(--text)}.brand-sep{color:var(--border);font-weight:400;font-size:1.25rem;margin:0 .1rem}.brand-sep[hidden]{display:none}.tenant-logo{height:1.75rem;width:auto;max-width:7rem;object-fit:contain;display:inline-block;vertical-align:middle}.tenant-logo[hidden]{display:none}.tenant-name{font-size:1.05rem;font-weight:600;color:var(--text-muted)}.tenant-name:empty{display:none}.subtitle{color:var(--text-muted);font-size:.85rem;font-weight:500}.btn{display:inline-flex;align-items:center;gap:.35rem;padding:.55rem 1rem;border:none;border-radius:var(--radius);font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .15s ease;white-space:nowrap}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn-success{background:var(--success);color:#fff}.btn-success:hover{opacity:.9}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{opacity:.9}.btn-outline{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn-outline:hover{background:var(--bg)}.hidden{display:none!important}.app-layout{display:flex;height:calc(100vh - 56px);overflow:hidden}.app-layout.layout-hidden{height:0;min-height:0;overflow:hidden}.summary-sidebar{width:280px;min-width:280px;background:var(--surface);border-right:1px solid var(--border);padding:1.25rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.25rem}.summary-date{font-size:1.1rem;font-weight:700;color:var(--primary)}.summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.summary-card{background:var(--bg);border-radius:var(--radius);padding:.75rem;text-align:center}.summary-value{font-size:1.4rem;font-weight:800;color:var(--text)}.summary-label{font-size:.7rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-top:.15rem}.upcoming-section h3,.legend-section h3{font-size:.8rem;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);margin-bottom:.5rem}.upcoming-list{display:flex;flex-direction:column;gap:.5rem}.upcoming-item{background:var(--bg);border-radius:var(--radius);padding:.6rem .75rem;display:flex;justify-content:space-between;align-items:center;font-size:.8rem}.upcoming-item .up-name{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.upcoming-item .up-time{color:var(--text-muted);font-weight:500;font-size:.75rem}.legend-grid{display:flex;flex-direction:column;gap:.35rem}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--text-muted)}.legend-dot{width:12px;height:12px;border-radius:3px;flex-shrink:0}.legend-dot.available{background:var(--available)}.legend-dot.online{background:var(--online)}.legend-dot.staff{background:var(--staff)}.legend-dot.blocked{background:var(--blocked)}.legend-dot.rocknbowl{background:var(--rocknbowl)}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.date-nav{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--surface);border-bottom:1px solid var(--border)}.date-input{font-family:inherit;font-size:.95rem;font-weight:600;padding:.45rem .75rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);cursor:pointer}.schedule-wrapper{flex:1;overflow:auto;padding:1rem 1rem 2rem}.schedule-grid{display:grid;grid-template-columns:110px repeat(14,minmax(80px,1fr));gap:0;min-width:1300px}.grid-header{background:var(--surface);border:1px solid var(--border);padding:.5rem .4rem;font-size:.7rem;font-weight:700;text-align:center;text-transform:uppercase;letter-spacing:.3px;color:var(--text-muted);position:sticky;top:0;z-index:10}.grid-header.corner{background:var(--bg);border-color:transparent}.grid-lane-label{background:var(--surface);border:1px solid var(--border);padding:.5rem;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:flex-start;gap:.35rem;white-space:nowrap;position:sticky;left:0;z-index:5}.lane-type-badge{font-size:.55rem;font-weight:700;padding:.1em .35em;border-radius:3px;color:#fff;flex-shrink:0}.lane-type-badge.five{background:#6366f1}.lane-type-badge.ten{background:#0891b2}.grid-cell{border:1px solid var(--border);padding:.3rem;min-height:52px;cursor:pointer;transition:all .1s ease;position:relative;overflow:hidden}.grid-cell:hover{filter:brightness(.95)}.grid-cell.available{background:#f0fdf4}.grid-cell.available:hover{background:#dcfce7}.grid-cell.booked-online{background:#dbeafe;border-color:#93c5fd}.grid-cell.booked-staff{background:#fef3c7;border-color:#fcd34d}.grid-cell.blocked{background:#fee2e2;border-color:#fca5a5;cursor:default}.grid-cell.rocknbowl{background:#f3e8ff;border-color:#c084fc;cursor:default}.grid-cell.span-start{border-right:none;border-radius:var(--radius) 0 0 var(--radius)}.grid-cell.span-mid{border-left:none;border-right:none;border-radius:0}.grid-cell.span-end{border-left:none;border-radius:0 var(--radius) var(--radius) 0}.cell-content{font-size:.65rem;font-weight:600;line-height:1.3;color:var(--text)}.cell-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:700;font-size:.72rem}.cell-meta{color:var(--text-muted);font-size:.6rem;font-weight:500}.cell-icons{display:flex;gap:2px;margin-top:2px}.cell-half-badge{display:inline-block;font-size:.58rem;font-weight:700;letter-spacing:.02em;padding:1px 5px;margin:1px 0;border-radius:8px;background:#0000001f;color:inherit;align-self:flex-start}.cell-icon{font-size:.65rem;opacity:.7}.cell-blocked-label{font-size:.65rem;font-weight:700;color:var(--blocked)}.cell-rocknbowl-label{font-size:.65rem;font-weight:700;color:var(--rocknbowl)}.grid-cell.now-col{box-shadow:inset 0 -3px 0 var(--primary)}.grid-section-label{grid-column:1 / -1;padding:.4rem .75rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);background:var(--bg);border-bottom:2px solid var(--border)}.modal-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:500;justify-content:center;align-items:flex-start;padding:2rem 1rem;overflow-y:auto}.modal-overlay.open{display:flex}.modal{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%;max-width:720px;animation:modalIn .2s ease}.modal-sm{max-width:420px}@keyframes modalIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--border)}.modal-header h2{font-size:1.15rem;font-weight:700}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-muted);line-height:1}.modal-body{padding:1.25rem 1.5rem;max-height:65vh;overflow-y:auto}.modal-footer{display:flex;justify-content:flex-end;gap:.5rem;padding:1rem 1.5rem;border-top:1px solid var(--border);flex-wrap:wrap}fieldset{border:1px solid var(--border);border-radius:var(--radius);padding:1rem;margin-bottom:1rem}legend{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);padding:0 .5rem}.form-row{display:flex;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}.form-row:last-child{margin-bottom:0}.form-group{flex:1;min-width:140px}.form-group label{display:block;font-size:.75rem;font-weight:600;color:var(--text-muted);margin-bottom:.3rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.5rem .65rem;border:1px solid var(--border);border-radius:var(--radius);font-family:inherit;font-size:.85rem;background:var(--surface);color:var(--text);transition:border-color .15s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.lane-picker{display:flex;flex-wrap:wrap;gap:.35rem}.lane-chip{padding:.35rem .6rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s;-webkit-user-select:none;user-select:none}.lane-chip:hover{border-color:var(--primary)}.lane-chip.selected{background:var(--primary);color:#fff;border-color:var(--primary)}.addons-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.addon-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.8rem;cursor:pointer;transition:all .15s}.addon-item:hover{border-color:var(--primary)}.addon-item.selected{background:#eff6ff;border-color:var(--primary)}.addon-item input[type=checkbox]{flex-shrink:0}.addon-name{font-weight:600;flex:1}.addon-price{font-weight:700;color:var(--primary);white-space:nowrap}.addon-qty{width:50px;padding:.25rem .35rem;border:1px solid var(--border);border-radius:4px;font-size:.8rem;text-align:center}.packages-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.package-item{display:flex;align-items:flex-start;gap:.5rem;padding:.65rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.8rem;cursor:pointer;transition:all .15s}.package-item:hover{border-color:var(--rocknbowl)}.package-item.selected{background:#faf5ff;border-color:var(--rocknbowl)}.package-item input[type=checkbox]{flex-shrink:0;margin-top:2px}.package-info{flex:1}.package-name{font-weight:700}.package-desc{font-size:.7rem;color:var(--text-muted);margin-top:2px}.package-price{font-weight:700;color:var(--rocknbowl);white-space:nowrap}.price-total-bar{background:var(--bg);border-radius:var(--radius);padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.price-breakdown{font-size:.75rem;color:var(--text-muted)}.price-total{font-size:1.2rem;font-weight:800;color:var(--success)}.top-bar-center{display:flex;gap:.25rem;background:var(--bg);border-radius:var(--radius);padding:.2rem}.tab-btn{padding:.45rem 1.25rem;border:none;border-radius:6px;font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer;background:transparent;color:var(--text-muted);transition:all .15s ease}.tab-btn:hover{color:var(--text)}.tab-btn.active{background:var(--surface);color:var(--text);box-shadow:0 1px 3px #0000001a}.reports-dashboard{flex:1;overflow-y:auto;padding:1.5rem 2rem 3rem;max-width:1400px;margin:0 auto;width:100%}.reports-dashboard.hidden{display:none!important}.reports-header{margin-bottom:1.5rem}.reports-header h2{font-size:1.5rem;font-weight:800;letter-spacing:-.5px;margin:0}.reports-month-nav{display:flex;align-items:center;gap:.75rem}.rpt-month-btn{width:32px;height:32px;border-radius:8px;border:1px solid var(--border, #e2e8f0);background:#fff;color:var(--accent, #2563eb);font-size:.9rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s,border-color .15s}.rpt-month-btn:hover:not(:disabled){background:var(--accent, #2563eb);color:#fff;border-color:var(--accent, #2563eb)}.rpt-month-btn:disabled{opacity:.35;cursor:not-allowed}.reports-subtitle{color:var(--text-muted);font-size:.9rem;margin-top:.25rem}.report-section{margin-bottom:1.5rem}.report-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.report-panel{background:var(--surface);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;box-shadow:var(--shadow);border:1px solid var(--border)}.report-panel.report-full{margin-bottom:1.5rem}.report-panel-title{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.setup-dashboard{flex:1;overflow-y:auto;padding:1.5rem 2rem 3rem;max-width:1400px;margin:0 auto;width:100%}.setup-dashboard.hidden{display:none!important}.setup-panel-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.setup-panel-head .report-panel-title{margin-bottom:0;padding-bottom:0;border-bottom:none}.setup-filter-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.auth-banner{display:none}.report-summary-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.rpt-card{background:var(--surface);border-radius:var(--radius-lg);padding:1.25rem;text-align:center;box-shadow:var(--shadow);border:1px solid var(--border)}.rpt-card.highlight-green{border-color:var(--success);background:var(--success-light)}.rpt-card-value{font-size:1.75rem;font-weight:800;color:var(--text);letter-spacing:-.5px}.rpt-card-label{font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-top:.25rem}.rpt-card-change{font-size:.75rem;font-weight:700;margin-top:.5rem}.rpt-card-change.positive{color:var(--success)}.rpt-card-change.negative{color:var(--danger)}.rpt-card-change.neutral{color:var(--text-muted)}.donut-wrapper{display:flex;align-items:center;gap:2rem}.donut-chart{position:relative;width:180px;height:180px;flex-shrink:0}.donut-svg{width:100%;height:100%;transform:rotate(-90deg)}.donut-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.donut-total{font-size:1.25rem;font-weight:800}.donut-label{font-size:.7rem;color:var(--text-muted);text-transform:uppercase;font-weight:600}.donut-legend{display:flex;flex-direction:column;gap:.75rem}.donut-legend-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem}.donut-dot{width:12px;height:12px;border-radius:3px;flex-shrink:0}.donut-legend-label{font-weight:600;min-width:120px}.donut-legend-value{color:var(--text-muted);font-weight:500;font-size:.8rem}.hbar-chart{display:flex;flex-direction:column;gap:.6rem}.hbar-row{display:grid;grid-template-columns:140px 1fr 70px;align-items:center;gap:.75rem}.hbar-label{font-size:.8rem;font-weight:600;color:var(--text);text-align:right}.hbar-track{height:22px;background:var(--bg);border-radius:4px;overflow:hidden}.hbar-fill{height:100%;border-radius:4px;transition:width .5s ease}.hbar-value{font-size:.8rem;font-weight:700;color:var(--text)}.vbar-chart{display:flex;align-items:flex-end;justify-content:space-around;height:220px;padding:0 .5rem;gap:.5rem}.vbar-col{display:flex;flex-direction:column;align-items:center;flex:1;height:100%;justify-content:flex-end}.vbar-bar-wrapper{width:100%;max-width:48px;height:180px;display:flex;align-items:flex-end}.vbar-bar{width:100%;background:var(--primary);border-radius:4px 4px 0 0;transition:height .5s ease;position:relative;min-height:4px}.vbar-bar.accent{background:var(--rocknbowl)}.vbar-bar:after{content:attr(data-val);position:absolute;top:-20px;left:50%;transform:translate(-50%);font-size:.75rem;font-weight:700;color:var(--text)}.vbar-label{font-size:.75rem;font-weight:600;color:var(--text-muted);margin-top:.35rem}.chart-footnote{font-size:.72rem;color:var(--text-muted);text-align:center;margin-top:.75rem;font-style:italic}.stacked-bar-chart{display:flex;flex-direction:column;gap:.75rem}.stacked-row{display:grid;grid-template-columns:80px 1fr;align-items:center;gap:.75rem}.stacked-label{font-size:.8rem;font-weight:600;color:var(--text);line-height:1.3}.stacked-label small{font-weight:500;color:var(--text-muted);font-size:.7rem}.stacked-track{display:flex;height:32px;border-radius:4px;overflow:hidden}.stacked-fill{display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;color:#fff;transition:width .5s ease}.stacked-fill.online{background:var(--online)}.stacked-fill.staff{background:var(--staff)}.stacked-legend{display:flex;gap:1.5rem;margin-top:.5rem;font-size:.8rem;font-weight:600;color:var(--text-muted)}.stacked-legend span{display:flex;align-items:center;gap:.35rem}.heatmap-wrapper{overflow-x:auto}.heatmap-grid{display:grid;grid-template-columns:60px repeat(15,1fr);gap:2px;min-width:600px}.heatmap-cell{aspect-ratio:1;border-radius:3px;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:600;color:#00000080;min-height:28px}.heatmap-header{font-size:.6rem;font-weight:700;color:var(--text-muted);display:flex;align-items:center;justify-content:center;text-align:center}.heatmap-day-label{font-size:.72rem;font-weight:700;color:var(--text);display:flex;align-items:center;justify-content:flex-start;padding-left:.25rem}.heatmap-legend-bar{display:flex;align-items:center;gap:.5rem;justify-content:center;margin-top:.75rem;font-size:.72rem;color:var(--text-muted);font-weight:600}.heatmap-gradient{width:120px;height:12px;border-radius:3px;background:linear-gradient(to right,#f0fdf4,#22c55e,#15803d)}.rpt-table{width:100%;border-collapse:collapse;font-size:.85rem}.rpt-table th{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);border-bottom:2px solid var(--border);padding:.5rem .75rem;text-align:left}.rpt-table td{padding:.55rem .75rem;border-bottom:1px solid var(--border);font-weight:500}.rpt-table tbody tr:hover{background:var(--bg)}.rpt-table td:last-child,.rpt-table th:last-child{text-align:right}.rpt-table td:first-child{font-weight:700;color:var(--text-muted);width:30px}.comparison-table td:first-child{font-weight:700;color:var(--text);width:auto}.change-positive{color:var(--success)!important;font-weight:700!important}.change-negative{color:var(--danger)!important;font-weight:700!important}.change-neutral{color:var(--text-muted)!important;font-weight:600!important}.highlight-row{background:var(--success-light)!important}.highlight-row td{font-weight:700!important}.rpt-callout{border-radius:var(--radius);padding:.75rem 1rem;font-size:.82rem;line-height:1.5;margin-top:.75rem}.rpt-callout.success{background:var(--success-light);border-left:3px solid var(--success);color:#166534}.rpt-callout strong{display:block;margin-bottom:.15rem}.support-dashboard{flex:1;overflow-y:auto;padding:1.5rem 2rem 3rem;max-width:1400px;margin:0 auto;width:100%}.support-dashboard.hidden{display:none!important}.support-hours-panel{margin-bottom:1.5rem}.hours-tracker{display:flex;flex-direction:column;gap:1rem}.hours-stats{display:flex;gap:2rem;justify-content:center}.hours-stat{text-align:center}.hours-stat-value{font-size:1.75rem;font-weight:800;color:var(--text)}.hours-stat-value.used{color:var(--primary)}.hours-stat-value.remaining{color:var(--success)}.hours-stat-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);margin-top:.15rem}.hours-bar-wrapper{max-width:500px;margin:0 auto;width:100%}.hours-bar-track{height:16px;background:var(--bg);border-radius:8px;overflow:hidden;border:1px solid var(--border)}.hours-bar-fill{height:100%;background:linear-gradient(90deg,var(--primary),var(--primary-hover));border-radius:8px;transition:width .5s ease}.hours-bar-labels{display:flex;justify-content:space-between;font-size:.7rem;color:var(--text-muted);font-weight:600;margin-top:.25rem}.hours-note{font-size:.78rem;color:var(--text-muted);text-align:center;font-style:italic}.support-form{display:flex;flex-direction:column;gap:.75rem}.support-form-note{font-size:.78rem;color:var(--text-muted);margin-top:1rem;padding:.75rem;background:var(--bg);border-radius:var(--radius);line-height:1.5}.ticket-list{display:flex;flex-direction:column;gap:.5rem}.ticket-item{padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius);transition:background .15s}.ticket-item:hover{background:var(--bg)}.ticket-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.ticket-num{font-size:.75rem;font-weight:700;color:var(--text-muted)}.ticket-status{font-size:.68rem;font-weight:700;padding:.15em .6em;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.ticket-status.completed{background:var(--success-light);color:var(--success)}.ticket-status.in-progress{background:#dbeafe;color:var(--primary)}.ticket-status.pending{background:#fef3c7;color:#92400e}.ticket-subject{font-size:.88rem;font-weight:600;color:var(--text)}.ticket-meta{font-size:.75rem;color:var(--text-muted);margin-top:.2rem}@media print{.top-bar,.summary-sidebar,.date-nav,.modal-footer .btn:not(#btn-print-receipt){display:none!important}.app-layout{display:block}.modal-overlay{position:static;background:none;display:block!important}.modal{box-shadow:none;max-width:100%}.modal-body{max-height:none}.reports-dashboard{padding:0;overflow:visible}.report-panel{box-shadow:none;border:1px solid #ddd;break-inside:avoid}.rpt-card{box-shadow:none;border:1px solid #ddd}.report-row{break-inside:avoid}.heatmap-wrapper{overflow:visible}.top-bar-center{display:none}}@media (max-width: 1200px){.report-summary-cards{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1024px){.summary-sidebar{display:none}.schedule-grid{min-width:1100px}.report-row{grid-template-columns:1fr}.report-summary-cards{grid-template-columns:repeat(2,1fr)}.hbar-row{grid-template-columns:100px 1fr 60px}}@media (max-width: 768px){.top-bar{padding:.5rem .75rem}.subtitle{display:none}.modal{max-width:100%;margin:0;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.modal-overlay{align-items:flex-end;padding:0}.modal-body{max-height:70vh}.addons-grid,.packages-grid{grid-template-columns:1fr}.date-nav{gap:.25rem;padding:.5rem}.date-nav .btn{padding:.4rem .6rem;font-size:.8rem}.form-row{flex-direction:column}.form-group{min-width:100%}}.customers-dashboard.hidden{display:none!important}.customers-dashboard{flex:1;overflow-y:auto;padding:1.5rem 2rem;display:flex;flex-direction:column;gap:1.5rem}.cust-toolbar{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.cust-search-wrap{position:relative;flex:1;min-width:220px}.cust-search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--text-muted);pointer-events:none}.cust-search-input{width:100%;padding:.55rem .75rem .55rem 2.25rem;border:1px solid var(--border);border-radius:var(--radius);font-family:inherit;font-size:.875rem;background:var(--surface);color:var(--text);transition:border-color .15s}.cust-search-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1f}.cust-filter-select{padding:.55rem .75rem;border:1px solid var(--border);border-radius:var(--radius);font-family:inherit;font-size:.875rem;background:var(--surface);color:var(--text);cursor:pointer}.cust-filter-select:focus{outline:none;border-color:var(--primary)}.cust-table-wrapper{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);overflow-x:auto;box-shadow:var(--shadow)}.cust-table{width:100%;border-collapse:collapse;font-size:.875rem}.cust-table thead tr{background:var(--bg);border-bottom:2px solid var(--border)}.cust-table th{padding:.75rem 1rem;text-align:left;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);white-space:nowrap}.cust-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.cust-table th.sortable:hover{color:var(--primary)}.cust-table th.sort-asc .sort-arrow:after{content:"↑"}.cust-table th.sort-desc .sort-arrow:after{content:"↓"}.sort-arrow{margin-left:.25rem;opacity:.5;font-size:.8rem}.cust-table tbody tr{border-bottom:1px solid var(--border);transition:background .1s;cursor:pointer}.cust-table tbody tr:nth-child(2n){background:var(--row-alt, #fafbfd)}.cust-table tbody tr:last-child{border-bottom:none}.cust-table tbody tr:hover{background:var(--row-hover, #eff6ff)}.cust-table td{padding:.7rem 1rem;color:var(--text);vertical-align:middle}.cust-name{font-weight:600}.cust-email,.cust-phone{color:var(--text-muted);font-size:.82rem}.cust-no-data{color:var(--text-muted);font-style:italic;font-size:.8rem}.cust-spent{font-weight:600;color:var(--success)}.cust-date{color:var(--text-muted);font-size:.82rem;white-space:nowrap}.cust-member-badge{display:inline-flex;align-items:center;gap:.25rem;background:#dbeafe;color:#1d4ed8;font-size:.72rem;font-weight:700;padding:.2em .55em;border-radius:20px;white-space:nowrap}.cust-action-btn{background:none;border:1px solid var(--border);border-radius:var(--radius);padding:.3rem .65rem;font-size:.78rem;font-weight:600;cursor:pointer;color:var(--primary);transition:all .15s}.cust-action-btn:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.cust-marketing-box{display:flex;align-items:flex-start;gap:1rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:var(--radius-lg);padding:1.25rem 1.5rem;font-size:.9rem;color:#1e3a5f;line-height:1.6}.cust-marketing-icon{font-size:1.75rem;flex-shrink:0;margin-top:.1rem}.modal-cust{max-width:680px}.cust-detail-meta{display:flex;flex-wrap:wrap;gap:1rem;background:var(--bg);border-radius:var(--radius);padding:1rem 1.25rem;margin-bottom:1.25rem;font-size:.875rem}.cust-detail-meta-item{display:flex;flex-direction:column;gap:.15rem}.cust-detail-meta-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted)}.cust-detail-meta-value{font-weight:600;color:var(--text)}.cust-detail-section-title{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);margin-bottom:.75rem}.cust-history-table td{font-size:.85rem}.cust-notes-textarea{width:100%;border:1px solid var(--border);border-radius:var(--radius);font-family:inherit;font-size:.875rem;padding:.6rem .75rem;resize:vertical;color:var(--text);background:var(--surface)}.cust-notes-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1f}.cust-detail-tags{display:flex;gap:.75rem;margin-top:1rem}.cust-tag-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .9rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);font-family:inherit;font-size:.82rem;font-weight:600;cursor:pointer;color:var(--text-muted);transition:all .15s}.cust-tag-btn:hover,.cust-tag-btn.active{background:#fef9c3;border-color:#fbbf24;color:#92400e}.cust-tag-btn.cust-tag-flag:hover,.cust-tag-btn.cust-tag-flag.active{background:#fee2e2;border-color:var(--danger);color:var(--danger)}@media (max-width: 768px){.customers-dashboard{padding:1rem}.cust-toolbar{flex-direction:column;align-items:stretch}.cust-search-wrap{min-width:unset}.cust-table th,.cust-table td{padding:.6rem .7rem}}.freq-badge{display:inline-block;padding:.18em .6em;border-radius:20px;font-size:.72rem;font-weight:700;white-space:nowrap}.freq-weekly{background:#dcfce7;color:#15803d;border:1px solid #86efac}.freq-bi-weekly{background:#dbeafe;color:#1d4ed8;border:1px solid #93c5fd}.freq-monthly{background:#fef9c3;color:#92400e;border:1px solid #fde047}.freq-occasional{background:#f1f5f9;color:#475569;border:1px solid #cbd5e1}.freq-one-time{background:#fee2e2;color:#b91c1c;border:1px solid #fca5a5}.cust-since-banner{background:var(--primary);color:#fff;border-radius:var(--radius);padding:.6rem 1rem;font-size:.88rem;margin-bottom:1rem;letter-spacing:.1px}.cust-since-banner strong{font-size:1rem}.cust-detail-stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1rem}.cust-detail-stat-card{background:var(--bg);border-radius:var(--radius);padding:.75rem;text-align:center;border:1px solid var(--border);display:flex;flex-direction:column;gap:.25rem}.cust-ltv-card{background:#dcfce7;border-color:#86efac}.cust-detail-stat-value{font-size:1.2rem;font-weight:800;color:var(--text)}.cust-ltv-card .cust-detail-stat-value{color:var(--success)}.cust-detail-stat-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted)}.cust-detail-contact-row{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.75rem}.cust-tags-row{display:flex;flex-wrap:wrap;gap:.4rem;padding-top:.5rem}.cust-tag-pill{display:inline-block;padding:.2em .7em;border-radius:20px;font-size:.72rem;font-weight:700;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;white-space:nowrap}.modal-cust{max-width:780px}@media (max-width: 680px){.cust-detail-stats-row{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1400px){.customers-dashboard .report-summary-cards{grid-template-columns:repeat(7,1fr)}}@media (max-width: 1399px) and (min-width: 1200px){.customers-dashboard .report-summary-cards{grid-template-columns:repeat(4,1fr)}}body.theme-light-blue{--primary: #2563eb;--primary-hover: #1d4ed8;--bg: #f4f6f9;--surface: #ffffff;--border: #e2e6ed;--text: #1a1d23;--text-muted: #6b7280}body.theme-light-violet{--primary: #7C3AED;--primary-hover: #6d28d9;--bg: #f7f5ff;--surface: #ffffff;--border: #e7e0ff;--text: #1a1230;--text-muted: #6b5b8a}body.theme-light-emerald{--primary: #10B981;--primary-hover: #059669;--bg: #f1faf6;--surface: #ffffff;--border: #d8efe3;--text: #0e2a1e;--text-muted: #4e7765}body.theme-dark-blue{--primary: #60A5FA;--primary-hover: #3b82f6;--bg: #0f172a;--surface: #172033;--border: #24314a;--text: #e6ecf7;--text-muted: #94a3b8;--row-alt: #1b2538;--row-hover: #24314a}body.theme-dark-violet{--primary: #A78BFA;--primary-hover: #8b5cf6;--bg: #0f0a1f;--surface: #1b142e;--border: #2d2344;--text: #eee8ff;--text-muted: #9f92bd;--row-alt: #221838;--row-hover: #2d2344}body.theme-dark-emerald{--primary: #34D399;--primary-hover: #10b981;--bg: #0a1812;--surface: #11241c;--border: #1e3a2e;--text: #e6f5ec;--text-muted: #86b5a0;--row-alt: #142a20;--row-hover: #1e3a2e}body[class*=theme-dark] .report-panel,body[class*=theme-dark] .rpt-card,body[class*=theme-dark] .summary-card,body[class*=theme-dark] .top-bar,body[class*=theme-dark] main,body[class*=theme-dark] .cust-table,body[class*=theme-dark] .modal-content{background:var(--surface);color:var(--text)}body[class*=theme-dark] .cust-table th{background:var(--bg);color:var(--text-muted);border-color:var(--border)}body[class*=theme-dark] .cust-table td{color:var(--text);border-color:var(--border)}body[class*=theme-dark] .report-panel,body[class*=theme-dark] .rpt-card,body[class*=theme-dark] .summary-card{border-color:var(--border)}body[class*=theme-dark] .tab-btn{color:var(--text-muted)}body[class*=theme-dark] .tab-btn.active{color:var(--text);background:var(--primary);color:#fff}body[class*=theme-dark] .btn-ghost{color:var(--text);border-color:var(--border)}body[class*=theme-dark] .btn-ghost:hover{background:var(--row-hover)}body[class*=theme-dark] .field,body[class*=theme-dark] input[type=text],body[class*=theme-dark] input[type=email],body[class*=theme-dark] input[type=tel],body[class*=theme-dark] input[type=url],body[class*=theme-dark] input[type=password],body[class*=theme-dark] select,body[class*=theme-dark] textarea{background:var(--bg);color:var(--text);border-color:var(--border)}.btn-ghost{background:transparent;color:var(--text-muted);border:1px solid transparent}.btn-ghost:hover{background:var(--bg);color:var(--text);border-color:var(--border)}.btn-logout svg{display:inline-block;vertical-align:middle}.top-bar-right{display:flex;align-items:center;gap:.5rem}.profile-panel{padding:1rem 1.25rem 1.25rem}.profile-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;margin-bottom:.75rem}.profile-panel .form-group{display:flex;flex-direction:column;gap:.3rem}.profile-panel label{font-size:.78rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.3px}.profile-panel .field,.profile-panel input[type=text],.profile-panel input[type=email],.profile-panel input[type=tel],.profile-panel input[type=url]{width:100%;padding:.55rem .75rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);font:inherit}.profile-panel .field[disabled],.profile-panel .field[readonly]{background:var(--bg);color:var(--text-muted);cursor:not-allowed}.field-hint{font-size:.75rem;color:var(--text-muted);margin-top:.25rem}.logo-upload-row{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}#stripe-panel .support-form{gap:1rem!important}#stripe-panel .field-label{display:block;font-size:.85rem;font-weight:600;color:var(--text, #0f172a);margin-bottom:6px}#stripe-panel .field{display:block;width:100%;padding:10px 12px;border:1px solid var(--border, #cbd5e1);border-radius:8px;font-size:.9rem;background:#fff;color:var(--text, #0f172a);box-sizing:border-box}#stripe-panel .field:focus{outline:none;border-color:var(--primary, #2563eb);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary, #2563eb) 20%,transparent)}#stripe-panel label[for=stripe-enabled],#stripe-panel label:has(>input[type=checkbox]){display:flex!important;align-items:center;gap:10px;font-size:.9rem;cursor:pointer;padding:6px 0}#stripe-panel input[type=checkbox]{width:16px!important;height:16px;margin:0!important;accent-color:var(--primary, #2563eb);flex-shrink:0}#stripe-panel p{margin:0 0 12px;line-height:1.5}#stripe-panel>div[style*=padding]{padding:1.25rem 1.5rem!important}.profile-subhead{font-size:.85rem;font-weight:700;margin-top:.75rem;margin-bottom:.35rem;color:var(--text)}.profile-check{display:flex;align-items:center;gap:.5rem;font-size:.88rem;color:var(--text);padding:.3rem 0;text-transform:none!important;letter-spacing:normal!important;font-weight:500!important}.profile-check input{width:auto}.profile-status{font-size:.85rem;color:var(--text-muted);margin-top:.5rem;min-height:1.1em}.profile-status.ok{color:var(--success)}.profile-status.err{color:var(--danger)}.theme-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem}.theme-swatch{display:flex;flex-direction:column;gap:.5rem;align-items:stretch;padding:.6rem;background:var(--surface);border:2px solid var(--border);border-radius:var(--radius);cursor:pointer;font:inherit;color:var(--text);text-align:left;transition:border-color .15s ease,transform .15s ease}.theme-swatch:hover{border-color:var(--primary)}.theme-swatch.selected{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 25%,transparent)}.theme-preview{height:48px;border-radius:6px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border)}.theme-dot{width:20px;height:20px;border-radius:50%;box-shadow:0 0 0 3px #ffffff26}.theme-label{font-size:.8rem;font-weight:600;color:var(--text)}.logo-preview-wrap{margin-top:.5rem}.logo-preview-bar{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius);margin-top:.25rem}.logo-preview-img{max-height:32px;max-width:120px;object-fit:contain}.logo-preview-img[src=""],.logo-preview-img:not([src]){display:none}.logo-preview-name{font-weight:700;color:var(--text)}.rpt-callout.neutral{background:var(--bg);border:1px dashed var(--border);color:var(--text-muted);padding:.75rem 1rem;border-radius:var(--radius);margin-top:.75rem;font-size:.85rem}
