@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&family=DM+Sans:wght@400;500;700&display=swap";:root{color-scheme:dark;--surface-0: #0D241C;--surface-1: #14372B;--surface-2: #1F4433;--surface-3: #2C5C45;--border: #2C5C45;--border-strong: #B08B3E;--brand-gold: #B08B3E;--brand-gold-bright: #F0E4B8;--brand-gold-deep: #9A7629;--links-green: #3F7A4F;--text-primary: #F5F3EC;--text-secondary: #D6CFB4;--text-muted: #9BA894;--stone: #D9CFAE;--status-inquiry: #9A7629;--status-confirmed: #D9BD77;--status-played: #F0E4B8;--status-partial: #F0A0BC;--status-failed: #DB4F7D;--status-cancelled: #6B8090;--grid: #2C5C45;--radius: 10px;--radius-sm: 6px;--shadow: 0 4px 16px rgba(0, 0, 0, .35);--font: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, monospace}*{box-sizing:border-box}body{margin:0;font-family:var(--font);background:var(--surface-0);color:var(--text-primary);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{margin:0;font-weight:700;letter-spacing:-.01em}h1{font-family:var(--font-display);font-weight:600;font-size:1.875rem;letter-spacing:.02em}h2{font-size:1.25rem}h3{font-size:1rem}a{color:var(--brand-gold-bright)}.wordmark{font-family:var(--font-display);font-weight:400;font-size:1.375rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-primary);text-align:center;line-height:1.2}.wordmark-rule{width:48px;height:1px;background:var(--brand-gold);margin:.75rem auto}.wordmark-sub{font-family:var(--font-display);font-style:italic;font-size:.9375rem;letter-spacing:.06em;color:var(--text-secondary);text-align:center}button{font:inherit;cursor:pointer;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-2);color:var(--text-primary);padding:.5rem .85rem;transition:background .15s ease,border-color .15s ease}button:hover:not(:disabled){background:var(--surface-3);border-color:var(--brand-gold)}button:disabled{opacity:.45;cursor:not-allowed}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--brand-gold-bright);outline-offset:2px}.btn-primary{background:var(--brand-gold);border-color:var(--brand-gold);color:#0d241c;font-weight:700}.btn-primary:hover:not(:disabled){background:var(--brand-gold-bright);border-color:var(--brand-gold-bright)}.btn-danger{color:var(--status-failed);border-color:#db4f7d80}.btn-danger:hover:not(:disabled){background:#db4f7d1f;border-color:var(--status-failed)}.btn-sm{padding:.3rem .6rem;font-size:.8125rem}input,select,textarea{font:inherit;color:var(--text-primary);background:var(--surface-0);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.5rem .65rem;width:100%}textarea{resize:vertical;font-family:var(--font-mono);font-size:.8125rem}.card{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.muted{color:var(--text-muted)}.secondary{color:var(--text-secondary)}.label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.status-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:700;white-space:nowrap;background:var(--surface-2);border:1px solid var(--border);color:var(--text-primary)}.status-pill:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--pill-color, var(--status-inquiry))}.app-shell{display:flex;min-height:100vh}.sidebar{width:248px;flex-shrink:0;background:var(--surface-1);border-right:1px solid var(--border);padding:1.5rem 1rem;display:flex;flex-direction:column;gap:1rem;position:sticky;top:0;height:100vh;overflow-y:auto}.main{flex:1;min-width:0;padding:1.5rem 1.75rem 4rem}.divider{height:1px;background:var(--border);margin:.25rem 0}.nav-link{display:block;padding:.55rem .75rem;border-radius:var(--radius-sm);color:var(--text-secondary);text-decoration:none;font-weight:500}.nav-link:hover{background:var(--surface-2);color:var(--text-primary)}.nav-link.active{background:var(--surface-2);color:var(--text-primary);box-shadow:inset 3px 0 0 var(--brand-gold)}.kpi-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.875rem}.kpi{background:var(--surface-1);border:1px solid var(--border);border-left:3px solid var(--kpi-accent, var(--brand-gold));border-radius:var(--radius);padding:.9rem 1rem;text-align:left;display:block;width:100%}.kpi[aria-pressed=true]{border-color:var(--brand-gold);background:var(--surface-2)}.kpi-value{font-size:1.75rem;font-weight:700;line-height:1.15}.kpi-sub{font-size:.75rem;color:var(--text-muted)}.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius)}table.data{width:100%;border-collapse:collapse;font-size:.8125rem;min-width:860px}table.data thead th{position:sticky;top:0;z-index:2;background:var(--surface-2);text-align:left;padding:.6rem .75rem;font-size:.6875rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);border-bottom:1px solid var(--border);white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}table.data thead th[data-sortable=true]{cursor:pointer}table.data thead th[data-sortable=true]:hover{color:var(--text-primary)}table.data tbody td{padding:.6rem .75rem;border-bottom:1px solid var(--border);vertical-align:middle}table.data tbody tr{background:var(--surface-1)}table.data tbody tr:hover{background:var(--surface-2)}table.data tbody tr.selected{background:var(--surface-3)}.num{text-align:right;font-variant-numeric:tabular-nums}.mono{font-family:var(--font-mono)}.toolbar{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}.toolbar>*{flex:0 0 auto}.grow{flex:1 1 220px;min-width:160px}.pagination{display:flex;align-items:center;gap:.5rem;justify-content:flex-end;padding:.6rem 0}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#05120dad;z-index:40}.drawer{position:fixed;top:0;right:0;bottom:0;width:min(560px,100vw);background:var(--surface-1);border-left:1px solid var(--border-strong);z-index:41;overflow-y:auto;padding:1.25rem 1.375rem 3rem;display:flex;flex-direction:column;gap:1rem}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.875rem}.pipeline{display:flex;justify-content:space-between;position:relative;padding:.25rem 0}.pipeline-track,.pipeline-fill{position:absolute;top:11px;height:2px}.pipeline-track{left:8%;right:8%;background:var(--border)}.pipeline-fill{left:8%;background:var(--brand-gold-bright);transition:width .3s ease}.pipeline-node{display:flex;flex-direction:column;align-items:center;gap:.4rem;z-index:1;flex:1}.pipeline-dot{width:12px;height:12px;border-radius:50%;background:var(--surface-1);border:2px solid var(--border);box-shadow:0 0 0 3px var(--surface-1)}.pipeline-node.reached .pipeline-dot{background:var(--node-color);border-color:var(--node-color)}.pipeline-node.current .pipeline-dot{box-shadow:0 0 0 3px var(--surface-1),0 0 0 6px #f0e4b859}.pipeline-label{font-size:.6875rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.pipeline-node.reached .pipeline-label{color:var(--text-primary)}.chart-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:1rem}.chart-tooltip{background:var(--surface-0);border:1px solid var(--brand-gold);border-radius:var(--radius-sm);padding:.55rem .7rem;font-size:.8125rem;box-shadow:var(--shadow)}.legend{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.75rem;color:var(--text-secondary)}.legend-item{display:inline-flex;align-items:center;gap:.35rem}.legend-swatch{width:10px;height:10px;border-radius:2px}.banner{border-radius:var(--radius-sm);padding:.6rem .85rem;font-size:.8125rem;border:1px solid}.banner.error{background:#db4f7d1f;border-color:var(--status-failed);color:#f8cbdc}.banner.success{background:#b08b3e29;border-color:var(--brand-gold);color:#f0e4b8}.empty{padding:3rem 1rem;text-align:center;color:var(--text-muted)}.login-page{min-height:100vh;display:grid;place-items:center;padding:1.5rem}.login-card{width:min(400px,100%);display:flex;flex-direction:column;gap:.875rem}.stack{display:flex;flex-direction:column;gap:1rem}.row{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.between{display:flex;gap:1rem;align-items:center;justify-content:space-between;flex-wrap:wrap}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}@media(max-width:860px){.app-shell{flex-direction:column}.sidebar{width:100%;height:auto;position:static;border-right:none;border-bottom:1px solid var(--border)}.main{padding:1.25rem 1rem 3rem}}.kpi-delta{display:flex;align-items:baseline;gap:.35rem;margin-top:.3rem;font-size:.75rem;font-weight:600;color:var(--text-muted)}.kpi-delta-value{font-variant-numeric:tabular-nums}.chart-table>summary{display:inline-block;width:-moz-fit-content;width:fit-content;list-style:none;cursor:pointer}.chart-table>summary::-webkit-details-marker{display:none}.chart-table>summary:before{content:"▸ "}.chart-table[open]>summary:before{content:"▾ "}.segmented{display:inline-flex;gap:.15rem;padding:.15rem;background:var(--surface-0);border:1px solid var(--border);border-radius:var(--radius-sm)}.segmented button{border:0;background:transparent;padding:.3rem .65rem;font-size:.75rem;border-radius:4px}.segmented button[aria-pressed=true]{background:var(--surface-2);border:1px solid var(--brand-gold);color:var(--text-primary)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.\!visible{visibility:visible!important}.visible{visibility:visible}.collapse{visibility:collapse}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.left-2{left:.5rem}.z-50{z-index:50}.mt-3{margin-top:.75rem}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.\!table{display:table!important}.table{display:table}.grid{display:grid}.hidden{display:none}.h-3{height:.75rem}.h-8{height:2rem}.w-0\.5{width:.125rem}.w-16{width:4rem}.w-4{width:1rem}.w-full{width:100%}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.cursor-pointer{cursor:pointer}.flex-col{flex-direction:column}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.overflow-hidden{overflow:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rounded-sm{border-radius:6px}.border{border-width:1px}.border-0{border-width:0px}.bg-surface{--tw-bg-opacity: 1;background-color:rgb(20 55 43 / var(--tw-bg-opacity, 1))}.bg-surface-sunk{--tw-bg-opacity: 1;background-color:rgb(13 36 28 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.p-0{padding:0}.pb-1{padding-bottom:.25rem}.pr-2{padding-right:.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-\[0\.6875rem\]{font-size:.6875rem}.text-\[0\.8125rem\]{font-size:.8125rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.ordinal{--tw-ordinal: ordinal;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.tracking-wide{letter-spacing:.025em}.text-ink{--tw-text-opacity: 1;color:rgb(245 243 236 / var(--tw-text-opacity, 1))}.text-ink-muted{--tw-text-opacity: 1;color:rgb(155 168 148 / var(--tw-text-opacity, 1))}.text-ink-secondary{--tw-text-opacity: 1;color:rgb(214 207 180 / var(--tw-text-opacity, 1))}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hover\:opacity-80:hover{opacity:.8}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-series-bright:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(240 228 184 / var(--tw-ring-opacity, 1))}
