:root{color-scheme:dark;--bg:#0f1113;--surface:#191c20;--border:#363b42;--text:#f3f5f7;--muted:#aeb5be;--yellow:#f5d521}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.5 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}header{display:flex;align-items:center;gap:1.5rem;padding:1rem max(1rem,calc((100vw - 1280px)/2));border-bottom:1px solid var(--border);min-height:90px}.brand{text-decoration:none;color:var(--yellow)}.brand strong{font-size:1.8rem;letter-spacing:-1px;line-height:1;display:block}.brand span{display:block;letter-spacing:3px;font-size:.7rem;margin-top:.35rem}.header-title{color:var(--muted)}#logout{margin-left:auto}main{max-width:1280px;margin:auto;padding:1.5rem 1rem 3rem}h1{font-size:clamp(1.6rem,3vw,2.2rem);letter-spacing:-.04em;line-height:1.2;margin:1.5rem 0}h2{font-size:1.15rem;margin:.5rem 0 1rem}p{max-width:80ch}a{color:var(--yellow)}button,.button{font:600 1rem/1.3 system-ui,sans-serif;background:var(--yellow);color:#111;border:1px solid var(--yellow);border-radius:7px;padding:.7rem 1rem;min-height:44px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}button:disabled{opacity:.45;cursor:default}.quiet{background:transparent;border-color:var(--border);color:var(--text)}:focus-visible{outline:3px solid #77b9ff;outline-offset:3px}input,select,textarea{font:inherit;color:var(--text);background:#0f1113;border:1px solid #5a626d;border-radius:6px;padding:.7rem;width:100%;min-height:44px}label{font-size:.875rem;color:var(--muted);display:flex;flex-direction:column;gap:.4rem}form button{align-self:end}nav{display:flex;gap:.4rem;flex-wrap:wrap;border-bottom:1px solid var(--border);padding-bottom:1rem}.tab{background:transparent;border-color:transparent;color:var(--muted)}.tab.active{background:var(--yellow);color:#111}.filters{display:flex;align-items:end;gap:.75rem;flex-wrap:wrap;padding:1.4rem 0 .2rem}.filters label{flex:1;min-width:145px}.filters label:nth-child(3){flex:1.5}.muted,.notes{color:var(--muted);font-size:.875rem}.title-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:var(--border);border:1px solid var(--border);border-radius:10px;overflow:hidden;margin:0 0 2rem}.metric{background:var(--surface);padding:1.1rem}.metric span{color:var(--muted);font-size:.875rem;display:block}.metric strong{font-size:clamp(1.5rem,3vw,2.2rem);line-height:1.5;font-variant-numeric:tabular-nums}.metric:last-child strong{color:var(--yellow)}.table-wrap{overflow:auto;border:1px solid var(--border);border-radius:8px}table{border-collapse:collapse;width:100%;font-size:.875rem}th,td{text-align:right;padding:1rem;vertical-align:middle;border-bottom:1px solid var(--border);font-variant-numeric:tabular-nums}th:first-child,td:first-child{text-align:left}th{color:var(--muted);font-weight:500;background:var(--surface)}td small{display:block;color:var(--muted);font-size:.875rem;overflow-wrap:anywhere}tr:last-child td{border-bottom:0}.empty{text-align:center!important;padding:3rem 1rem;color:var(--muted)}.notes{border-left:3px solid var(--border);padding:0 1rem;margin:1.5rem 0}.card{border:1px solid var(--border);background:var(--surface);padding:1.3rem;border-radius:10px;margin:1.2rem 0}summary{cursor:pointer;font-weight:600;padding:.25rem 0;min-height:44px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.wide{grid-column:1/-1}.pagination{display:flex;justify-content:space-between;align-items:center;margin:1rem 0}.login{max-width:470px;margin:5vh auto}.login form{display:grid;gap:1.2rem}.eyebrow{color:var(--yellow);font-size:.875rem;letter-spacing:.15em}.login h1{font-size:2.8rem}.badge{display:inline-block;padding:.25rem .6rem;border:1px solid var(--border);border-radius:5px}.completed{color:#91e1b3}.booked{color:var(--yellow)}pre{white-space:pre-wrap;overflow-wrap:anywhere;background:#101214;padding:1rem;border-radius:6px;font-size:.875rem}footer{text-align:center;color:var(--muted);padding:1.5rem;font-size:.875rem;border-top:1px solid var(--border)}#notice:not(:empty){background:#243240;color:#e4f0ff;border:1px solid #6688a8;padding:1rem;border-radius:7px;margin-bottom:1rem}#notice.error{border-color:#e88585;background:#402328;color:#ffe2e2}[hidden]{display:none!important}.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:650px){.metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid{grid-template-columns:1fr}.wide{grid-column:auto}header{gap:.8rem}.header-title{font-size:.875rem}nav{gap:.2rem}.tab{padding:.65rem}.login h1{font-size:2.2rem}.title-row .button{margin-bottom:1rem}th,td{padding:.75rem}.filters button{width:100%}}@media(prefers-reduced-motion:no-preference){button:hover,.button:hover{filter:brightness(1.08)}}
