:root{--text:#3a3b30;--text-h:#1c2617;--bg:#f4f1e6;--card-bg:#fdfcf6;--border:#ddd6bf;--border-strong:#c9c0a1;--muted:#55533f;--hover:color-mix(in srgb, var(--flag) 6%, transparent);--flag:#1f5c3d;--flag-soft:#4d7a5c;--clay:#a1432e;--sand:#b8893a;--great:#1f5c3d;--good:#4d7a5c;--caution:#b8893a;--avoid:#a1432e;--full:#8f8c78;--shadow-sm:0 1px 2px #1e190a0a, 0 6px 16px #1e190a0d;--shadow-md:0 2px 6px #1e190a0f, 0 12px 28px #1e190a12;--sans:system-ui, "Segoe UI", Roboto, sans-serif;font:16px/1.5 var(--sans);color:var(--text);background:var(--bg);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--text:#d9d5be;--text-h:#f6f2df;--bg:#14160f;--card-bg:#21251a;--border:#565d47;--border-strong:#707a5c;--muted:#a8a488;--hover:color-mix(in srgb, var(--flag) 10%, transparent);--flag:#6fd19a;--flag-soft:#93d9ae;--clay:#ed9776;--sand:#eec27f;--great:#6fd19a;--good:#93d9ae;--caution:#eec27f;--avoid:#ed9776;--full:#a6a186;--shadow-sm:0 1px 2px #00000059, 0 6px 16px #00000047;--shadow-md:0 4px 10px #0006, 0 16px 36px #00000059;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}:root[data-theme=dark]{--text:#d9d5be;--text-h:#f6f2df;--bg:#14160f;--card-bg:#21251a;--border:#565d47;--border-strong:#707a5c;--muted:#a8a488;--hover:color-mix(in srgb, var(--flag) 10%, transparent);--flag:#6fd19a;--flag-soft:#93d9ae;--clay:#ed9776;--sand:#eec27f;--great:#6fd19a;--good:#93d9ae;--caution:#eec27f;--avoid:#ed9776;--full:#a6a186;--shadow-sm:0 1px 2px #00000059, 0 6px 16px #00000047;--shadow-md:0 4px 10px #0006, 0 16px 36px #00000059;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}body{background:repeating-linear-gradient(100deg, color-mix(in srgb, var(--flag) 3%, transparent) 0px, color-mix(in srgb, var(--flag) 3%, transparent) 46px, transparent 46px, transparent 92px), var(--bg);margin:0;transition:background-color .2s,color .2s}h1,h2{color:var(--text-h);font-weight:600}a{color:var(--flag)}::selection{background:color-mix(in srgb, var(--flag) 35%, transparent)}.app{max-width:1200px;margin:0 auto;padding:32px 20px 64px}.app-header-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.app-header h1{align-items:center;gap:10px;margin:0 0 6px;font-size:26px;display:flex}.flag-mark{width:20px;height:20px;color:var(--text-h);flex:none}.subtitle{color:var(--muted);margin:0 0 22px;font-size:14px}.theme-toggle{border:1px solid var(--border);background:var(--card-bg);color:var(--muted);cursor:pointer;border-radius:999px;flex:none;padding:6px 14px;font-size:13px;font-weight:500;transition:color .15s,border-color .15s,background-color .15s,box-shadow .15s}.theme-toggle:hover{color:var(--flag);border-color:var(--flag);box-shadow:var(--shadow-sm)}.theme-toggle:focus-visible{outline:2px solid var(--flag);outline-offset:2px}.date-strip{border-bottom:1px solid var(--border);gap:2px;margin-bottom:18px;padding-bottom:10px;display:flex;overflow-x:auto}.date-chip{cursor:pointer;color:var(--muted);background:0 0;border:none;border-bottom:2px solid #0000;border-radius:10px 10px 0 0;flex-direction:column;flex:none;align-items:center;gap:2px;margin-bottom:-11px;padding:6px 14px 9px;transition:color .15s,background-color .15s,border-color .15s;display:flex}.date-chip:hover{color:var(--text);background:var(--hover)}.date-chip:focus-visible{outline:2px solid var(--flag);outline-offset:-2px}.date-chip .weekday{font-size:12px}.date-chip .daynum{color:var(--text);font-weight:600}.date-chip.selected{border-bottom-color:var(--flag);color:var(--flag);background:color-mix(in srgb, var(--flag) 12%, transparent)}.date-chip.selected:hover{background:color-mix(in srgb, var(--flag) 18%, transparent)}.date-chip.selected .daynum{color:var(--flag)}.sun-bar{color:var(--muted);border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:18px;margin-bottom:18px;padding:8px 2px 18px;font-size:14px;display:flex}.site-link{color:var(--flag);text-underline-offset:3px;margin-left:auto;font-weight:600;text-decoration:none}.site-link:hover{text-decoration:underline}.filters{color:var(--muted);flex-wrap:wrap;align-items:center;gap:20px;margin-bottom:22px;font-size:13px;display:flex}.filters select{border:1px solid var(--border-strong);background:var(--card-bg);color:var(--text);border-radius:6px;margin-left:6px;padding:4px 8px;transition:border-color .15s,box-shadow .15s}.filters select:hover{border-color:var(--flag)}.filters select:focus-visible,.filters input:focus-visible{outline:2px solid var(--flag);outline-offset:2px}.status{color:var(--muted);padding:20px 0}.status.error{color:var(--avoid)}.courses{grid-template-columns:repeat(auto-fit,minmax(480px,1fr));gap:24px;display:grid}.course-column{background:var(--card-bg);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:14px;padding:18px 20px 22px}.course-column h2{color:var(--text-h);border-bottom:1px solid var(--border);margin-bottom:10px;padding-bottom:8px;font-size:16px;font-weight:600}.tee-sheet-wrap{overflow-x:auto}.tee-sheet{table-layout:fixed;border-collapse:collapse;width:100%;font-size:13px}col.col-time{width:9%}col.col-status{width:14%}col.col-field{width:10%}col.col-notes{width:42%}col.col-rain{width:16%}col.col-link{width:9%}.tee-sheet thead th{text-align:left;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--border-strong);white-space:nowrap;padding:4px 8px 8px;font-size:11px;font-weight:600}.tee-sheet td{border-bottom:1px solid var(--border);vertical-align:middle;padding:10px 8px;transition:background-color .1s}.tee-sheet tbody tr:last-child td{border-bottom:none}.tee-sheet tbody tr:hover td{background:var(--hover)}.tee-row.full{color:var(--muted);opacity:.6}.col-time{color:var(--text-h);white-space:nowrap;font-weight:600}.col-status{white-space:nowrap}.status-dot{background:var(--muted);border-radius:50%;width:7px;height:7px;margin-right:7px;display:inline-block}.status-dot.great{background:var(--great);box-shadow:0 0 0 3px color-mix(in srgb, var(--great) 22%, transparent)}.status-dot.good{background:var(--good);box-shadow:0 0 0 3px color-mix(in srgb, var(--good) 22%, transparent)}.status-dot.caution{background:var(--caution);box-shadow:0 0 0 3px color-mix(in srgb, var(--caution) 22%, transparent)}.status-dot.avoid{background:var(--avoid);box-shadow:0 0 0 3px color-mix(in srgb, var(--avoid) 22%, transparent)}.occupancy-ticks{gap:2px;display:inline-flex}.tick{background:var(--border);border-radius:1px;width:10px;height:4px}.tick.booked{background:var(--avoid)}.tick.locked{background:var(--caution)}.tick.free{background:var(--border-strong);opacity:.5}.col-notes{color:var(--text)}.reasons{margin:0;padding:0;list-style:none}.reasons li{line-height:1.6}.reasons li+li{margin-top:2px}.col-rain{color:var(--text);white-space:nowrap}.col-link a{color:var(--flag);white-space:nowrap;text-underline-offset:3px;font-weight:600;text-decoration:none}.col-link a:hover{text-decoration:underline}
