@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: #0E2338;--surface-1: #16324D;--surface-2: #1E4066;--surface-3: #2A5378;--border: #2A4A6B;--border-strong: #C4891E;--brand-gold: #C4891E;--brand-gold-bright: #E0A93A;--brand-gold-deep: #8A5E12;--heather: #A66DB5;--heather-deep: #7B3F8A;--links-green: #7DAE7F;--text-primary: #F6F4EF;--text-secondary: #B3C4D4;--text-muted: #8399AC;--stone: #B3A898;--status-inquiry: #C4891E;--status-requested: #E0A93A;--status-confirmed: #EFC76E;--status-booked: #F5E1A8;--status-rejected: #DE4C6A;--status-cancelled: #93A7B8;--grid: #2A4A6B;--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:#17120a;font-weight:700}.btn-primary:hover:not(:disabled){background:var(--brand-gold-bright);border-color:var(--brand-gold-bright)}.btn-danger{color:var(--status-rejected);border-color:#de4c6a80}.btn-danger:hover:not(:disabled){background:#de4c6a1f;border-color:var(--status-rejected)}.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;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:#06121ea6;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 #e0a93a59}.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:#de4c6a1f;border-color:var(--status-rejected);color:#f7c6cf}.banner.success{background:#c4891e1f;border-color:var(--brand-gold);color:#f5e1a8}.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}.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}}
