:root{color:#17211f;background:#f6f7f4;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--bg: #f6f7f4;--panel: #ffffff;--line: #d8ded7;--text: #17211f;--muted: #5d6a66;--primary: #096f67;--primary-strong: #064d47;--accent: #b06912;--danger: #a3343a;--focus: #2563eb;--all-ok-bg: #dff6e8;--all-ok-border: #57b87b;--almost-ok-bg: #fff2c9;--almost-ok-border: #d39a22}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg);color:var(--text);-webkit-text-size-adjust:100%}a{color:var(--primary);text-underline-offset:3px}button,input,select,textarea{font:inherit}:focus-visible{outline:3px solid color-mix(in srgb,var(--focus) 70%,white);outline-offset:2px}.app-shell{min-height:100vh}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px clamp(16px,4vw,40px);border-bottom:1px solid var(--line);background:#fff}.brand{color:var(--text);font-weight:700;text-decoration:none}.topnav{display:flex;flex-wrap:wrap;gap:12px;font-size:.95rem}.page-section{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:36px 0 56px}.home-section{display:grid;justify-items:center;align-content:start}.intro{max-width:720px}.home-section .intro{display:grid;justify-items:center;gap:16px;width:min(520px,100%);padding:64px 0 32px;text-align:center}.home-section .intro .eyebrow,.home-section .intro h1{margin:0}.intro h1,.section-heading h1{margin:0;font-size:2rem;line-height:1.25}.intro p,.section-heading p{color:var(--muted);line-height:1.75}.eyebrow{margin:0 0 8px;color:var(--accent);font-size:.82rem;font-weight:700;letter-spacing:0}.section-heading{margin-bottom:18px}.section-heading h2,.result-panel h2{margin:0;font-size:1.2rem}.split-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.surface{margin-top:20px;padding:20px;border:1px solid var(--line);border-radius:8px;background:var(--panel)}.tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:20px;padding:5px;border:1px solid var(--line);border-radius:8px;background:#eef2ee}.tab-button{min-height:42px;padding:8px 12px;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--text);font-weight:700;cursor:pointer}.tab-button.is-active{border-color:#bfc8c4;background:#fff;box-shadow:0 1px 2px #0000000f}.tab-button:disabled{color:var(--muted);cursor:not-allowed;opacity:.66}.tab-panel{margin-top:12px}.section-heading-nested{margin-top:22px}.form-stack{display:grid;gap:16px;min-width:0}.form-row{display:grid;gap:7px;min-width:0}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;min-width:0}.form-row label{font-weight:700}input,textarea,select{width:100%;min-width:0;min-inline-size:0;max-width:100%;max-inline-size:100%;min-height:40px;border:1px solid #bfc8c4;border-radius:6px;background:#fff;color:var(--text)}input,textarea{padding:10px 12px}textarea{resize:vertical}select{padding:8px 10px}input[type=date]{display:block;inline-size:100%;overflow:hidden;-webkit-appearance:none;appearance:none}input[type=date]::-webkit-date-and-time-value{min-width:0;max-width:100%;text-align:left}input[type=date]::-webkit-datetime-edit,input[type=date]::-webkit-datetime-edit-fields-wrapper{min-width:0;max-width:100%}.actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:9px 14px;border:1px solid transparent;border-radius:6px;font-weight:700;text-decoration:none;cursor:pointer}.button:disabled{cursor:not-allowed;opacity:.62}.button-primary{background:var(--primary);color:#fff}.button-primary:hover:not(:disabled){background:var(--primary-strong)}.button-secondary{border-color:var(--line);background:#fff;color:var(--text)}.button-danger{background:var(--danger);color:#fff}.message{margin:16px 0;padding:12px 14px;border-radius:6px;line-height:1.5}.message-error{border:1px solid #e6a3a8;background:#fff0f1;color:#76252a}.message-success{border:1px solid #9ed6c9;background:#edf9f5;color:#07594f}.message-warning{border:1px solid #e4c47b;background:#fff7e6;color:#694300}.muted{color:var(--muted)}.state-badge{display:inline-flex;align-items:center;min-height:32px;padding:5px 10px;border-radius:999px;font-size:.9rem;font-weight:700;white-space:nowrap}.state-open{border:1px solid #9ed6c9;background:#edf9f5;color:#07594f}.state-closed{border:1px solid #e6a3a8;background:#fff0f1;color:#76252a}.grid-scroll,.table-wrap{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;border:1px solid var(--line);border-radius:8px}.schedule-mobile-list,.summary-mobile-list,.response-card-list{display:none}.schedule-table,.summary-table,.response-table{width:100%;min-width:760px;border-collapse:collapse;background:#fff}.schedule-table th,.schedule-table td,.summary-table th,.summary-table td,.response-table th,.response-table td{border-bottom:1px solid var(--line);border-right:1px solid var(--line);padding:10px;vertical-align:top}.schedule-table tr:last-child th,.schedule-table tr:last-child td,.summary-table tr:last-child th,.summary-table tr:last-child td,.response-table tr:last-child th,.response-table tr:last-child td{border-bottom:0}.schedule-table th:last-child,.schedule-table td:last-child,.summary-table th:last-child,.summary-table td:last-child,.response-table th:last-child,.response-table td:last-child{border-right:0}.schedule-table th,.summary-table th,.response-table th{background:#eef2ee;text-align:left}.schedule-table thead th,.summary-table thead th,.schedule-table tbody th,.summary-table tbody th{white-space:nowrap}.schedule-table th:first-child,.summary-table th:first-child{position:sticky;left:0;z-index:2;box-shadow:1px 0 0 var(--line)}.schedule-table thead th:first-child,.summary-table thead th:first-child{z-index:3}.schedule-table td{min-width:124px}.summary-table td{min-width:96px}.status-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.bulk-status-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;min-width:0}.status-button{min-width:32px;min-height:34px;padding:4px 6px;border:1px solid #bfc8c4;border-radius:6px;background:#fff;color:var(--text);font-weight:700;cursor:pointer}.bulk-status-button{min-height:32px;padding:4px 5px;border:1px solid #bfc8c4;border-radius:6px;background:#fff;color:var(--text);font-size:.78rem;font-weight:700;white-space:nowrap;cursor:pointer}.status-button:hover:not(:disabled){border-color:var(--primary)}.bulk-status-button:hover:not(:disabled){border-color:var(--primary)}.status-button.is-selected{border-color:var(--primary);background:#e6f4f1;box-shadow:inset 0 0 0 2px var(--primary)}.bulk-status-button:disabled,.status-button:disabled{cursor:not-allowed;opacity:.6}.summary-cell,.compact-counts{display:grid;gap:4px;font-size:.9rem;line-height:1.35}.summary-label-short{display:none}.summary-highlight{border-left:3px solid transparent}.summary-highlight-all{background:var(--all-ok-bg);border-left-color:var(--all-ok-border)}.summary-highlight-almost{background:var(--almost-ok-bg);border-left-color:var(--almost-ok-border)}.summary-badge{width:fit-content;padding:2px 6px;border-radius:999px;background:#ffffffc7;color:var(--text);font-size:.78rem;font-weight:700}.compact-counts{grid-template-columns:repeat(4,max-content);gap:8px}.table-action{font-weight:700}.schedule-mobile-day,.summary-mobile-day,.response-card{border:1px solid var(--line);border-radius:8px;background:#fff}.schedule-day-head{display:grid;gap:7px;min-width:0}.schedule-day-head>span{overflow-wrap:anywhere}.schedule-mobile-day-head{display:grid;gap:8px}.schedule-mobile-day h3,.summary-mobile-day h3,.response-card h3{margin:0;font-size:1rem}.schedule-mobile-slots,.summary-mobile-slots{display:grid}.schedule-mobile-slot,.summary-mobile-slot{display:grid;gap:8px;padding:10px;border-top:1px solid var(--line)}.schedule-mobile-slot{grid-template-columns:minmax(54px,.35fr) minmax(0,1fr);align-items:center}.schedule-mobile-slot-label,.summary-mobile-period{font-weight:700}.summary-mobile-slot-head,.response-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.summary-mobile-counts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;font-size:.86rem}.response-card{display:grid;gap:10px;padding:12px}.response-card p{margin:0;color:var(--muted);line-height:1.55;overflow-wrap:anywhere}.response-card-date{color:var(--muted);font-size:.82rem}.disabled-cell{color:var(--muted);background:#f6f7f4}.link-list{display:grid;gap:12px;margin:0}.link-list div{display:grid;gap:4px}.link-list dt{color:var(--muted);font-weight:700}.link-list dd{margin:0;overflow-wrap:anywhere}.result-panel{display:grid;gap:12px}.recent-section{width:min(760px,100%)}.recent-list{display:grid;gap:8px}.recent-item{display:grid;gap:4px;padding:12px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--text);text-decoration:none}.recent-item:hover{border-color:var(--primary)}.recent-title{font-weight:700;overflow-wrap:anywhere}.recent-meta{color:var(--muted);font-size:.88rem}.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:720px){.topbar{padding:12px 14px}.topbar,.split-heading{align-items:stretch;flex-direction:column}.page-section{width:min(100% - 20px,1120px);padding:24px 0 40px}.intro h1,.section-heading h1{font-size:1.6rem}.section-heading{margin-bottom:14px}.surface{margin-top:16px;padding:12px;border-radius:6px}.tabs{margin-top:16px}.tab-button{min-height:40px;padding:8px}.form-grid{grid-template-columns:1fr}.actions .button{flex:1 1 140px}.grid-scroll,.table-wrap{border-radius:6px}.input-grid-desktop,.response-list-desktop{display:none}.schedule-mobile-list,.response-card-list{display:grid;gap:12px}.schedule-mobile-day h3{padding:0}.schedule-mobile-day-head{padding:12px;background:#eef2ee;border-radius:6px 6px 0 0}.summary-grid{overflow-x:hidden}.summary-table{width:100%;min-width:0;table-layout:fixed}.summary-table th,.summary-table td{padding:3px 2px;border-right-width:1px}.summary-table th:first-child{position:static;width:36px;box-shadow:none}.summary-table thead th{height:54px;font-size:.62rem;line-height:1.05;text-align:center;white-space:normal;word-break:keep-all}.summary-table tbody th{width:36px;font-size:.64rem;line-height:1.05;text-align:center;white-space:normal}.summary-table td{min-width:0}.summary-cell{place-items:center;gap:1px;font-size:.55rem;line-height:1.05}.summary-count{white-space:nowrap}.summary-label-full{display:none}.summary-label-short{display:inline}.summary-badge{max-width:100%;padding:1px 3px;font-size:.52rem;line-height:1.05;white-space:normal;text-align:center}.schedule-mobile-slot{grid-template-columns:56px minmax(0,1fr)}.status-button{min-height:42px;padding:4px;font-size:1rem}.bulk-status-button{min-height:38px;font-size:.88rem}.compact-counts{grid-template-columns:repeat(2,max-content)}.response-card .compact-counts{grid-template-columns:repeat(4,max-content)}}@media(max-width:420px){.topnav{gap:8px}.intro h1,.section-heading h1{font-size:1.42rem}.schedule-mobile-slot{grid-template-columns:50px minmax(0,1fr);gap:6px}.status-buttons{gap:3px}.response-card .compact-counts{grid-template-columns:repeat(2,max-content)}}
