:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-background:#17131c;--color-surface:#231b2d;--color-surface-strong:#2b2137;--color-surface-inverse:#fff;--color-overlay:#0a070fb8;--color-text:#f5efff;--color-muted-text:#d3c7e7;--color-control-text:#ebe1fb;--color-icon:#cbb6e8;--color-border:#524064;--color-action:#423257;--color-action-strong:#533d6a;--color-on-action:#f8f4ff;--color-danger:#ff8f97;--color-success:#7fd4a5;--color-warning:#f1c979;--color-scanner-frame:#b399d4;--shadow-panel:none;--radius-sm:6px;--radius-md:8px;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--font-body:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--focus-ring:0 0 0 3px #b399d447}*{box-sizing:border-box}html{background:var(--color-background);min-height:100%}body{min-width:320px;min-height:100%;color:var(--color-text);font-family:var(--font-body);background:var(--color-background);margin:0}button,input,select,textarea{font:inherit}button{border-radius:var(--radius-sm);min-height:44px;padding:0 var(--space-4);color:var(--color-on-action);background:var(--color-action);border:0;font-weight:700}button:hover:not(:disabled){background:var(--color-action-strong)}button:disabled{cursor:not-allowed;opacity:.55}button:focus-visible,input:focus-visible,select:focus-visible,a:focus-visible{box-shadow:var(--focus-ring);outline:0}input,select{border:1px solid var(--color-border);border-radius:var(--radius-sm);width:100%;min-height:44px;padding:0 var(--space-3);color:var(--color-text);background:var(--color-surface)}textarea{border:1px solid var(--color-border);border-radius:var(--radius-sm);width:100%;min-height:200px;padding:var(--space-3);color:var(--color-text);background:var(--color-surface);resize:vertical}label{gap:var(--space-2);color:var(--color-muted-text);font-weight:700;display:grid}.phone-input-shell{border:1px solid var(--color-border);border-radius:var(--radius-sm);min-height:44px;padding:0 var(--space-3);background:var(--color-surface);align-items:center;display:flex;position:relative}.phone-input-shell:focus-within{box-shadow:var(--focus-ring)}.phone-input-mask,.phone-input-control{font-variant-numeric:tabular-nums;white-space:pre}.phone-input-mask{padding:0 var(--space-3);color:var(--color-text);pointer-events:none;align-items:center;display:flex;position:absolute;inset:0}.phone-input-placeholder{color:color-mix(in srgb, var(--color-muted-text) 30%, transparent)}.phone-input-control{z-index:1;color:#0000;caret-color:var(--color-text);box-shadow:none;background:0 0;border:0;padding:0;position:relative}.phone-input-control:focus-visible{box-shadow:none}.app-shell{width:min(100%,1120px);padding:var(--space-4);margin:0 auto}.app-shell-scanner{height:100dvh;padding:var(--space-2);grid-template-rows:auto minmax(0,1fr);display:grid;overflow:hidden}.app-shell-scanner .app-header{margin-bottom:var(--space-2)}.app-shell-scanner main{min-height:0;overflow:hidden}.app-header{align-items:center;gap:var(--space-3);margin-bottom:var(--space-5);grid-template-columns:auto minmax(0,1fr) auto;display:grid}.brand{align-items:center;gap:var(--space-3);min-width:0;color:var(--color-text);font-weight:800;text-decoration:none;display:inline-flex}.brand span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.wizard-hat-mark{flex:none;width:44px;height:44px}.nav-tabs{gap:var(--space-2);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.nav-tabs button{padding:0 var(--space-2);color:var(--color-control-text);background:var(--color-surface-strong);border:1px solid var(--color-border)}.nav-tabs button.active{color:var(--color-on-action);background:var(--color-action);border-color:var(--color-action)}.icon-button{width:44px;min-width:44px;color:var(--color-icon);background:var(--color-surface-strong);border:1px solid var(--color-border);place-items:center;padding:0;display:inline-grid}.icon-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.25px;width:22px;height:22px}.account-shell{position:relative}.account-menu{top:calc(100% + var(--space-2));z-index:50;width:min(320px, calc(100vw - var(--space-4) * 2));border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-4);background:var(--color-surface);box-shadow:var(--shadow-panel);position:absolute;right:0}.account-menu-actions{gap:var(--space-2);margin-bottom:var(--space-2);display:grid}.account-menu-button{align-items:center;gap:var(--space-3);text-align:left;grid-template-columns:auto minmax(0,1fr);width:100%;display:grid}.account-menu-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:1.1rem;height:1.1rem}.account-summary{gap:var(--space-1);margin-bottom:var(--space-4);display:grid}.account-summary span{color:var(--color-muted-text);overflow-wrap:anywhere}.drawer-backdrop{z-index:30;background:var(--color-overlay);border-radius:0;min-height:0;padding:0;position:fixed;inset:0}.side-drawer{z-index:40;gap:var(--space-5);width:min(320px,86vw);padding:var(--space-4);background:var(--color-surface);box-shadow:var(--shadow-panel);grid-template-rows:auto 1fr;transition:transform .16s;display:grid;position:fixed;inset:0 auto 0 0;transform:translate(-104%)}.side-drawer.is-open{transform:translate(0)}.drawer-header{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.drawer-header strong{color:var(--color-muted-text);letter-spacing:.04em;text-transform:uppercase;font-size:.92rem;font-weight:800}.drawer-close-button{width:2.5rem;min-width:2.5rem;min-height:2.5rem;color:var(--color-icon);background:0 0;border:0;place-items:center;padding:0;display:grid}.drawer-close-button:hover:not(:disabled),.drawer-close-button:focus-visible{color:var(--color-text);background:0 0}.drawer-close-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.25px;width:1.35rem;height:1.35rem}.drawer-nav{align-content:start;gap:var(--space-1);display:grid}.drawer-nav-item{align-items:center;gap:var(--space-3);width:100%;min-height:3.25rem;padding:0 var(--space-3) 0 calc(var(--space-4) + 2px);color:var(--color-control-text);border-radius:var(--radius-sm);text-align:left;background:0 0;border:0;grid-template-columns:auto minmax(0,1fr);font-size:1rem;font-weight:700;display:grid;position:relative}.drawer-nav-item:before{content:"";background:0 0;border-radius:999px;width:4px;position:absolute;top:.5rem;bottom:.5rem;left:0}.drawer-nav-item:hover:not(:disabled),.drawer-nav-item:focus-visible{color:var(--color-text);background:#ffffff0d}.drawer-nav-item.active{color:var(--color-text);background:var(--color-surface-strong)}.drawer-nav-item.active:before{background:var(--color-scanner-frame)}.drawer-nav-icon{width:1.25rem;height:1.25rem;color:var(--color-icon);place-items:center;display:grid}.drawer-nav-item.active .drawer-nav-icon,.drawer-nav-item:hover .drawer-nav-icon,.drawer-nav-item:focus-visible .drawer-nav-icon{color:var(--color-text)}.drawer-nav-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:100%;height:100%}.purchase-layout,.content-panel{gap:var(--space-5);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-5);background:var(--color-surface);box-shadow:var(--shadow-panel);display:grid}.confirmation-panel,.email-preview,.auth-panel{gap:var(--space-4);display:grid}.event-summary h1,.content-panel h1,.confirmation-panel h2{margin:0 0 var(--space-4);font-size:clamp(2rem,9vw,4rem);line-height:1}.confirmation-panel h2{font-size:clamp(1.6rem,6vw,2.8rem)}.event-summary p,.status-text{color:var(--color-muted-text)}.eyebrow{margin:0 0 var(--space-2);color:var(--color-action);text-transform:uppercase;font-size:.8rem;font-weight:800}.purchase-form,.stack-form{gap:var(--space-4);display:grid}.account-settings-panel h2{margin:0;font-size:1.1rem}.account-settings-panel{gap:var(--space-4)}.account-meta-grid{gap:var(--space-2);display:grid}.account-meta-card{gap:var(--space-1);padding:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface-strong);display:grid}.account-meta-label{color:var(--color-muted-text)}.account-settings-form{gap:var(--space-3)}.account-actions{justify-content:flex-start;display:flex}.account-danger-zone{gap:var(--space-3);padding:var(--space-3);border:1px solid var(--color-danger);border-radius:var(--radius-sm);background:#ff8f9714;display:grid}.danger-button{color:#2a0c12;background:var(--color-danger)}.danger-button:hover:not(:disabled){background:#ff7e88}.segmented-control{gap:var(--space-2);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.segmented-control button{color:var(--color-control-text);background:var(--color-surface-strong);border:1px solid var(--color-border)}.segmented-control button.active{color:var(--color-on-action);background:var(--color-action);border-color:var(--color-action)}.panel-header-row,.action-row,.ticket-card-header,.receipt-lines div{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.action-row{flex-wrap:wrap}.info-grid{gap:var(--space-3);display:grid}.info-grid-compact{grid-template-columns:repeat(3,minmax(0,1fr))}.info-grid article{gap:var(--space-1);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:var(--space-3);display:grid}.info-grid span,.receipt-lines span{color:var(--color-muted-text)}.ticket-stack,.receipt-lines{gap:var(--space-3);display:grid}.ticket-card{gap:var(--space-2);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:var(--space-3);background:var(--color-surface-strong);display:grid}.ticket-card code{overflow-wrap:anywhere;border-radius:var(--radius-sm);padding:var(--space-2);background:#b399d41a}.account-ticket-card{background:var(--color-surface)}.price-row{border-bottom:1px solid var(--color-border);padding-bottom:var(--space-3);justify-content:space-between;align-items:center;display:flex}.purchase-quantity-field{justify-items:start}.purchase-quantity-field select{justify-self:start;width:auto;min-width:8.5rem;max-width:100%}.stripe-checkout-button{justify-content:center;align-items:center;gap:var(--space-2);display:inline-flex}.stripe-checkout-spinner{border:2px solid #ffffff3d;border-top-color:currentColor;border-radius:999px;flex:none;width:1.1rem;height:1.1rem;animation:.75s linear infinite stripe-checkout-spin}@keyframes stripe-checkout-spin{to{transform:rotate(360deg)}}.scanner-layout{align-content:start;gap:var(--space-3);grid-template-rows:auto minmax(0,1fr);height:100%;min-height:0;display:grid;position:relative;overflow:hidden}.scanner-frame{aspect-ratio:1;border:2px solid var(--color-scanner-frame);border-radius:var(--radius-sm);background:var(--color-surface-strong);justify-self:center;width:min(100%,42dvh,22rem);position:relative;overflow:hidden}.scanner-frame video{object-fit:cover;width:100%;height:100%}.scanner-reticle{border:3px solid var(--color-surface);border-radius:var(--radius-sm);position:absolute;inset:18%;box-shadow:0 0 0 999px #0a070f5c}.scanner-controls{gap:var(--space-2);grid-template-columns:repeat(auto-fit,minmax(8rem,1fr));display:grid}.scanner-panel{align-content:start;gap:var(--space-3);min-height:0;display:grid}.scan-notice{top:clamp(var(--space-4), 14vw, 4.75rem);z-index:30;align-items:center;gap:var(--space-3);min-width:min(24rem, calc(100vw - (var(--space-4) * 2)));max-width:calc(100vw - (var(--space-4) * 2));padding:var(--space-4) var(--space-5);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-background);background:var(--color-surface-inverse);pointer-events:none;grid-template-columns:auto minmax(0,1fr);display:grid;position:absolute;left:50%;transform:translate(-50%);box-shadow:0 20px 60px #0a070f2e}.scan-notice-icon{border-radius:999px;place-items:center;width:4rem;height:4rem;display:grid}.scan-notice-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:1.85rem;height:1.85rem}.scan-notice-copy{gap:.35rem;display:grid}.scan-notice-copy strong{font-size:1.3rem;line-height:1.05}.scan-notice-copy span{color:#17131cd1;font-size:1.05rem;line-height:1.3}.scan-notice-scanning .scan-notice-icon{color:var(--color-action);background:#b399d433}.scan-notice-spinner{border:.2rem solid #17131c2e;border-top-color:currentColor;border-radius:999px;width:1.75rem;height:1.75rem;animation:.75s linear infinite scan-notice-spin}.scan-notice-valid .scan-notice-icon{color:var(--color-success);background:#7fd4a52e}.scan-notice-already_used .scan-notice-icon{color:var(--color-warning);background:#f1c97938}.scan-notice-not_found .scan-notice-icon{color:var(--color-danger);background:#ff8f972e}@keyframes scan-notice-spin{to{transform:rotate(360deg)}}.scan-status-card{gap:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:var(--space-3);background:var(--color-surface-strong);display:grid}.scan-status-top-row{align-items:start;gap:var(--space-3);grid-template-columns:minmax(0,1fr) auto;display:grid}.scan-attendance-card span{color:var(--color-muted-text);text-transform:uppercase;font-size:.78rem;font-weight:800}.scan-admit-count,.scan-ticket-state{border-left:1px solid var(--color-border);min-width:5.25rem;padding-left:var(--space-3);justify-items:center;display:grid}.scan-admit-count strong,.scan-ticket-state strong{font-size:clamp(2.4rem,13vw,4.5rem);line-height:.9}.scan-admit-count span,.scan-ticket-state span{color:var(--color-muted-text);font-weight:800}.scan-ticket-state strong{text-transform:uppercase;font-size:clamp(1.4rem,7vw,2.4rem)}.scan-status-card .status-text{margin:0}.scan-status-actions{gap:var(--space-2);flex-wrap:wrap;align-self:center;display:flex}.scan-attendance-card{justify-content:space-between;align-items:center;gap:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:var(--space-3);background:var(--color-surface-strong);display:flex}.scan-attendance-select{flex:auto;min-width:0}.scan-attendance-select select{border:1px solid var(--color-border);width:100%;min-width:0;color:var(--color-muted-text);background:var(--color-surface);text-transform:uppercase;font-size:.78rem;font-weight:800}.scan-attendance-card strong{flex:none;font-size:clamp(2rem,10vw,3.5rem);line-height:.9}.scan-status-idle{background:var(--color-surface-strong)}.table-list{gap:var(--space-3);display:grid}.table-list article{gap:var(--space-1);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:var(--space-3);cursor:pointer;display:grid}.table-list article.is-selected{border-color:var(--color-action);box-shadow:var(--focus-ring)}.account-tickets-page{gap:var(--space-3);display:grid}.account-tickets-table-shell{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface-strong)}.account-tickets-table{border-collapse:collapse;width:100%}.account-tickets-table th,.account-tickets-table td{padding:var(--space-2) var(--space-3);text-align:left}.account-tickets-table th{border-bottom:1px solid var(--color-border);color:var(--color-muted-text);white-space:nowrap;font-size:.86rem;font-weight:800}.account-tickets-table td{border-bottom:1px solid var(--color-border)}.account-tickets-table tbody tr:last-child td{border-bottom:0}.account-tickets-row{cursor:pointer}.account-tickets-row:hover,.account-tickets-row:focus-visible{background:var(--color-surface);outline:none}.account-tickets-table th:nth-child(2),.account-tickets-table td:nth-child(2),.account-tickets-table th:nth-child(3),.account-tickets-table td:nth-child(3){width:1%;padding-left:var(--space-2);padding-right:var(--space-2);white-space:nowrap}.account-tickets-table th:last-child,.account-tickets-table td:last-child{text-align:right}.account-tickets-empty{color:var(--color-muted-text)}.ticket-sales-page{gap:var(--space-3);display:grid}.ticket-sales-toolbar{justify-content:flex-start;display:flex}.ticket-sales-event-select{gap:var(--space-2);width:min(100%,22rem);display:grid}.ticket-sales-event-select span{color:var(--color-muted-text);text-transform:uppercase;font-size:.78rem;font-weight:800}.ticket-sales-event-select select{width:100%}.ticket-sales-table-shell{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface-strong);position:relative;overflow:visible}.ticket-sales-table{border-collapse:collapse;width:100%}.ticket-sales-table th:first-child,.ticket-sales-table td:first-child{width:100%}.ticket-sales-table th:nth-child(2),.ticket-sales-table td:nth-child(2),.ticket-sales-table th:nth-child(3),.ticket-sales-table td:nth-child(3){white-space:nowrap;width:1%}.ticket-sales-table th,.ticket-sales-table td{padding:var(--space-2) var(--space-3);text-align:left}.ticket-sales-table th:nth-child(2),.ticket-sales-table td:nth-child(2),.ticket-sales-table th:nth-child(3),.ticket-sales-table td:nth-child(3){padding-left:var(--space-2);padding-right:var(--space-2)}.ticket-sales-table th{border-bottom:1px solid var(--color-border);color:var(--color-muted-text);white-space:nowrap;font-size:.86rem;font-weight:800;position:relative}.ticket-sales-table td{border-bottom:1px solid var(--color-border)}.ticket-sales-table tbody tr:last-child td{border-bottom:0}.ticket-sales-row{cursor:pointer}.ticket-sales-row:hover,.ticket-sales-row:focus-visible{background:var(--color-surface);outline:none}.ticket-sales-row td:first-child{text-overflow:ellipsis;white-space:nowrap;max-width:0;overflow:hidden}.ticket-sales-row td:last-child,.ticket-sales-table th:last-child{text-align:right}.ticket-sales-filter{display:inline-flex;position:relative}.ticket-sales-filter-align-end{justify-content:flex-end}.ticket-sales-filter-button{min-height:0;color:inherit;font:inherit;letter-spacing:inherit;text-transform:inherit;background:0 0;border:0;padding:0}.ticket-sales-filter-button.has-value{color:var(--color-text)}.ticket-sales-filter-button:hover,.ticket-sales-filter-button:focus-visible{color:var(--color-text);outline:none}.table-filter-popover{top:calc(100% + var(--space-2));z-index:10;gap:var(--space-2);border:1px solid var(--color-border);border-radius:var(--radius-sm);min-width:min(18rem,100vw - 4rem);padding:var(--space-2);color:var(--color-text);background:var(--color-surface);text-transform:none;display:grid;position:absolute;left:0;box-shadow:0 18px 40px #0003}.table-filter-popover input{min-width:0}.table-filter-popover-status{min-width:10rem;left:auto;right:0}.table-filter-popover-header{justify-content:space-between;align-items:center;gap:var(--space-2);display:flex}.table-filter-popover-header strong{font-size:.9rem}.table-filter-close{width:1.75rem;min-width:1.75rem;min-height:1.75rem;color:var(--color-muted-text);text-transform:uppercase;background:0 0;border:0;place-items:center;padding:0;font-size:1rem;display:grid}.table-filter-close:hover,.table-filter-close:focus-visible{color:var(--color-text);outline:none}.table-filter-checkbox{align-items:center;gap:var(--space-2);min-height:2rem;font-size:.9rem;font-weight:600;display:flex}.table-filter-checkbox input[type=checkbox]{width:1rem;min-width:1rem;height:1rem;min-height:1rem;accent-color:var(--color-action);flex:0 0 1rem;margin:0;padding:0}.ticket-sales-empty{color:var(--color-muted-text)}.ticket-sales-table tfoot{z-index:1;position:sticky;bottom:0}.ticket-sales-summary-row td{border-top:1px solid var(--color-border);padding-top:var(--space-2);padding-bottom:var(--space-2);background:var(--color-surface);border-bottom:0}.ticket-sales-summary-cell{gap:.2rem;display:grid}.ticket-sales-summary-grid{gap:var(--space-5);grid-template-columns:repeat(auto-fit,minmax(7.5rem,1fr));align-items:start;display:grid}.ticket-sales-summary-label{color:var(--color-muted-text);font-size:.86rem;font-weight:800}.ticket-browser-list{gap:var(--space-2);display:grid}.ticket-browser-columns,.ticket-browser-row{align-items:center;gap:var(--space-3);grid-template-columns:minmax(0,1.6fr) auto auto;display:grid}.ticket-browser-columns{padding:0 var(--space-3);color:var(--color-muted-text);letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:800}.ticket-browser-row{border:1px solid var(--color-border);border-radius:var(--radius-sm);width:100%;min-height:0;padding:var(--space-3);color:var(--color-text);background:var(--color-surface-strong);text-align:left}.ticket-browser-row:hover:not(:disabled){background:var(--color-surface)}.ticket-browser-row.is-selected{border-color:var(--color-action);box-shadow:var(--focus-ring)}.ticket-browser-row span:first-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ticket-status-pill{border:1px solid var(--color-border);border-radius:999px;justify-self:end;padding:.2rem .65rem;font-size:.78rem;font-weight:800}.ticket-status-pill.is-unused{border-color:var(--color-success);background:#7fd4a51a}.ticket-status-pill.is-used{border-color:var(--color-warning);background:#f1c9791a}.ticket-status-pill.is-partial{border-color:var(--color-scanner-frame);background:#b399d41a}.ticket-status-pill.is-void{border-color:var(--color-danger);background:#ff8f971a}.ticket-link-copy-row{gap:var(--space-2);grid-template-columns:minmax(0,1fr) auto;display:grid}.confirmation-page{gap:var(--space-6)}.confirmation-hero{gap:var(--space-3);display:grid}.confirmation-status-row{align-items:center;gap:var(--space-2);display:flex}.confirmation-status-row .eyebrow{margin:0}.confirmation-event-block{gap:var(--space-1);font-size:1rem;display:grid}.confirmation-event-block strong{font-size:1.25rem}.confirmation-event-block span{color:var(--color-muted-text)}.copyable-address-field{align-items:center;gap:var(--space-2);max-width:100%;display:flex}.copyable-address-field code{min-width:0;color:var(--color-muted-text);overflow-wrap:anywhere;flex:auto;font-family:inherit;font-size:1rem;line-height:1.45}.copyable-address-status{color:var(--color-success);opacity:0;pointer-events:none;flex:none;font-size:.88rem;font-weight:700;transition:opacity .14s,transform .14s;transform:translateY(2px)}.copyable-address-status.is-visible{opacity:1;transform:translateY(0)}.copyable-address-field button{border:1px solid var(--color-border);border-radius:var(--radius-sm);width:36px;min-width:36px;min-height:36px;color:var(--color-icon);background:var(--color-surface-strong);flex:0 0 36px;place-items:center;padding:0;display:grid}.copyable-address-field button:hover:not(:disabled){background:var(--color-surface)}.copyable-address-field svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:18px;height:18px}.confirmation-ticket-section,.confirmation-summary{gap:var(--space-3);display:grid}.confirmation-summary h2{margin:0;font-size:1.25rem}.confirmation-ticket-grid{gap:var(--space-3);padding-right:3rem;padding-bottom:var(--space-2);scroll-snap-type:x mandatory;display:flex;overflow-x:auto}.confirmation-ticket-card{gap:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:var(--space-3);background:var(--color-surface-strong);scroll-snap-align:start;flex:0 0 calc(100% - 3.5rem);display:grid}.confirmation-ticket-card-header{justify-content:space-between;align-items:flex-start;gap:var(--space-3);display:flex}.confirmation-ticket-action{justify-self:end}.confirmation-ticket-label{color:var(--color-muted-text);text-transform:uppercase;font-size:.82rem;font-weight:800}.ticket-usage-toggle{justify-content:space-between;align-items:center;gap:var(--space-2);border:1px solid var(--color-border);background:var(--color-surface);border-radius:999px;min-width:7.5rem;padding:.45rem .65rem;display:inline-flex}.ticket-usage-toggle>span:last-child{order:1}.ticket-usage-toggle.is-used{border-color:color-mix(in srgb, var(--color-danger) 45%, var(--color-border) 55%);background:#ff8f9724}.ticket-usage-toggle-handle{background:var(--color-muted-text);border-radius:999px;flex:none;width:1rem;height:1rem}.ticket-usage-toggle.is-used .ticket-usage-toggle-handle{background:var(--color-danger);order:2}.confirmation-ticket-arrival span,.arrival-count-field span{color:var(--color-muted-text);text-transform:uppercase;font-size:.82rem;font-weight:800}.arrival-count-field{justify-items:start}.arrival-count-field select{justify-self:start;width:auto;min-width:5.5rem;max-width:100%;font-size:1.35rem;font-weight:800}.confirmation-ticket-meta{min-height:1.4rem}.ticket-qr-frame{aspect-ratio:1;border-radius:var(--radius-sm);width:min(100%,240px);padding:var(--space-3);color:var(--color-background);background:#fff;justify-self:center;place-items:center;font-weight:800;display:grid}.ticket-qr-image{width:100%;height:100%;display:block}.confirmation-summary{border-top:1px solid var(--color-border);padding-top:var(--space-4)}.confirmation-summary-heading,.confirmation-summary-row{justify-content:space-between;align-items:flex-start;gap:var(--space-3);display:flex}.confirmation-summary-row span{color:var(--color-muted-text)}.confirmation-summary-heading strong,.confirmation-summary-row strong{text-align:right}.loading-page-shell{min-height:12rem}.loading-overlay{z-index:40;padding:clamp(var(--space-4), 7vh, var(--space-6)) var(--space-4) var(--space-5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0a070fb8;place-items:start center;display:grid;position:fixed;inset:0;overflow:auto}.loading-overlay-panel{gap:var(--space-4);width:min(100%,64rem);display:grid}.loading-overlay-panel-account,.loading-overlay-panel-auth,.loading-overlay-panel-page,.loading-overlay-panel-session{width:min(100%,34rem)}.loading-overlay-panel-scanner{width:min(100%,28rem)}.loading-skeleton-block{background:linear-gradient(90deg, #ffffff12, #ffffff21, #ffffff12), var(--color-surface-strong);border-radius:999px;display:block;position:relative;overflow:hidden}.loading-skeleton-block:after{content:"";background:linear-gradient(90deg,#0000,#ffffff61,#0000);animation:1.35s ease-in-out infinite loading-shimmer;position:absolute;inset:0;transform:translate(-100%)}.loading-layout{gap:var(--space-4);display:grid}.loading-region{gap:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-5);background:linear-gradient(180deg, #ffffff0f, transparent 32%), var(--color-surface);display:grid;box-shadow:0 24px 50px #0000003d}.loading-skeleton-header{gap:var(--space-3);display:grid}.loading-skeleton-eyebrow{width:8rem;height:.65rem}.loading-skeleton-heading{border-radius:var(--radius-sm);width:min(78%,20rem);height:clamp(2.25rem,8vw,3.4rem)}.loading-skeleton-heading-large{width:min(88%,28rem);height:clamp(3rem,12vw,4.5rem)}.loading-skeleton-line{border-radius:var(--radius-sm);width:100%;height:.95rem}.loading-skeleton-line-short{width:44%}.loading-skeleton-line-medium{width:68%}.loading-skeleton-label{width:6.5rem;height:.78rem}.loading-skeleton-field{gap:var(--space-2);display:grid}.loading-skeleton-input,.loading-skeleton-button{border-radius:var(--radius-sm);width:100%;height:44px}.loading-skeleton-button{background:linear-gradient(90deg, color-mix(in srgb, var(--color-action) 72%, #fff 8%), color-mix(in srgb, var(--color-action-strong) 70%, #fff 12%), color-mix(in srgb, var(--color-action) 72%, #fff 8%)), var(--color-action)}.loading-skeleton-button-short{width:min(100%,12rem)}.loading-skeleton-price-row,.loading-skeleton-summary-row,.loading-skeleton-panel-header-row,.loading-skeleton-attendance-card,.loading-skeleton-scan-card{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.loading-skeleton-total{width:7rem;height:2rem}.loading-purchase-summary,.loading-purchase-form{align-content:start}.loading-skeleton-segmented,.loading-skeleton-card-grid,.loading-skeleton-summary-grid,.loading-skeleton-ticket-grid,.loading-skeleton-controls{gap:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.loading-skeleton-segmented .loading-skeleton-block{border-radius:var(--radius-sm);height:44px}.loading-skeleton-card-small,.loading-skeleton-danger-zone,.loading-skeleton-list-card,.loading-skeleton-preview,.loading-skeleton-ticket-card{gap:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:var(--space-3);background:var(--color-surface-strong);display:grid}.loading-skeleton-card-small{min-height:4.25rem}.loading-skeleton-danger-zone{border-color:color-mix(in srgb, var(--color-danger) 55%, var(--color-border) 45%);background:#ff8f9714}.loading-skeleton-table-shell{background:var(--color-surface-strong);gap:0;padding:0;overflow:hidden}.loading-skeleton-table-body{display:grid}.loading-skeleton-table-row{align-items:center;gap:var(--space-3);border-bottom:1px solid var(--color-border);min-height:3rem;padding:var(--space-2) var(--space-3);grid-template-columns:minmax(0,1fr) 5.5rem 4.25rem;display:grid}.loading-skeleton-table-body .loading-skeleton-table-row:last-child{border-bottom:0}.loading-skeleton-table-head{min-height:2.75rem}.loading-skeleton-table-primary{border-radius:var(--radius-sm);width:min(100%,18rem);height:.95rem}.loading-skeleton-table-value{border-radius:var(--radius-sm);justify-self:end;width:4.5rem;height:.95rem}.loading-skeleton-table-count{border-radius:var(--radius-sm);justify-self:end;width:2.5rem;height:.95rem}.loading-skeleton-status-pill,.loading-skeleton-filter-button{justify-self:end;width:4.75rem;height:1.65rem}.loading-skeleton-filter-button{justify-self:start;width:5rem}.loading-skeleton-filter-button-small{justify-self:end;width:4.5rem}.loading-skeleton-summary-grid{border-top:1px solid var(--color-border);padding:var(--space-3);background:var(--color-surface);grid-template-columns:repeat(3,minmax(0,1fr))}.loading-skeleton-summary-cell{border-radius:var(--radius-sm);width:100%;height:2.5rem}.loading-skeleton-ticket-card{min-height:18rem}.loading-skeleton-qr{aspect-ratio:1;border-radius:var(--radius-sm);background:linear-gradient(90deg, #17131c14, #17131c29, #17131c14), var(--color-surface-inverse);justify-self:center;width:min(100%,220px)}.loading-skeleton-camera{aspect-ratio:1;border:2px solid var(--color-scanner-frame);border-radius:var(--radius-sm);justify-self:center;width:min(100%,42dvh,22rem)}.loading-skeleton-scan-card,.loading-skeleton-attendance-card{padding:var(--space-3);background:var(--color-surface-strong)}.loading-skeleton-scan-state{border-radius:var(--radius-sm);flex:0 0 5.25rem;width:5.25rem;height:3rem}.loading-skeleton-actions{gap:var(--space-2);flex-wrap:wrap;justify-content:flex-end;display:flex}.loading-skeleton-split-panel{gap:var(--space-4);display:grid}.loading-skeleton-list{gap:var(--space-3);display:grid}.loading-skeleton-list-card{min-height:5.25rem}.loading-skeleton-card-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.loading-skeleton-textarea{border-radius:var(--radius-sm);height:12rem}.loading-overlay-copy{gap:var(--space-1);display:grid}.loading-overlay-copy-screenreader{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes loading-shimmer{to{transform:translate(100%)}}@media (prefers-reduced-motion:reduce){.loading-skeleton-block:after{animation:none}}.modal-backdrop{z-index:20;padding:var(--space-4);background:#0a070f99;place-items:center;display:grid;position:fixed;inset:0}.modal-panel{gap:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md);width:min(100%,28rem);padding:var(--space-4);background:var(--color-surface);display:grid;box-shadow:0 24px 50px #00000047}.modal-panel-copy{gap:var(--space-2);display:grid}.modal-panel-copy h2,.modal-panel-copy p{margin:0}.split-panel{gap:var(--space-4);display:grid}@media (min-width:760px){.app-header{grid-template-columns:auto minmax(0,1fr) auto}.account-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nav-tabs{min-width:420px}.purchase-layout{grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);align-items:start}.info-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.split-panel{grid-template-columns:minmax(280px,360px) minmax(0,1fr);align-items:start}.confirmation-ticket-grid{scroll-snap-type:none;grid-template-columns:repeat(2,minmax(0,1fr));display:grid;overflow:visible}.confirmation-ticket-card{flex-basis:auto}}
