:root{--text:#2f384d;--muted:#8590a6;--text-h:#151b2d;--bg:#edf3fb;--panel-bg:#fff;--field-bg:#f8faff;--soft-bg:#f1f5ff;--border:#e4eaf5;--border-strong:#d2dbeb;--accent:#5264f6;--accent-strong:#4251d8;--accent-soft:#edf0ff;--warm:#6f4fd8;--danger:#d74b67;--danger-soft:#fff0f3;--success:#2ba875;--success-soft:#e8f8f1;--warning:#d28a1e;--warning-soft:#fff5df;--unknown-soft:#f0f3f8;--selected-bg:#d1d5db;--selected-text:#151b2d;--show-highlight-bg:#fffaf0;--show-highlight-border:#d7a62f70;--show-highlight-text:#7a5400;--show-highlight-strong:#3d2900;--show-highlight-accent:#d7a62f;--show-button-bg:#fff5df;--show-button-hover-bg:#ffedbd;--booked-highlight-bg:#eef5ff;--booked-highlight-border:#2a69d661;--booked-highlight-text:#244fb4;--booked-highlight-accent:#2f64d6;--shadow:0 18px 44px #4d5b8229;--shadow-soft:0 10px 28px #4d5b821a;--sans:Inter, ui-sans-serif, system-ui, "Segoe UI", Roboto, sans-serif;--heading:Inter, ui-sans-serif, system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, SFMono-Regular, Consolas, monospace;font:14px/150% var(--sans);letter-spacing:0;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--text:#cbd5e1;--muted:#92a0b4;--text-h:#f8fbff;--bg:#121722;--panel-bg:#1a2030;--field-bg:#141b29;--soft-bg:#20283a;--border:#2b3448;--border-strong:#3b4660;--accent:#8ea0ff;--accent-strong:#c6d0ff;--accent-soft:#8ea0ff24;--warm:#9a78ff;--danger:#fb7185;--danger-soft:#fb718524;--success:#86efac;--success-soft:#86efac24;--warning:#fbbf24;--warning-soft:#fbbf2429;--unknown-soft:#273144;--selected-bg:#2f384d;--selected-text:#f8fbff;--show-highlight-bg:#f8c84f1a;--show-highlight-border:#f8c84f61;--show-highlight-text:#f8c84f;--show-highlight-strong:#fde68a;--show-highlight-accent:#f8c84f;--show-button-bg:#f8c84f14;--show-button-hover-bg:#f8c84f29;--booked-highlight-bg:#4a84ff1f;--booked-highlight-border:#5f9bff57;--booked-highlight-text:#c6d0ff;--booked-highlight-accent:#8ea0ff;--shadow:0 18px 44px #00000057;--shadow-soft:0 10px 28px #00000038}}*{box-sizing:border-box}body{background:linear-gradient(#eef4fc 0%,#f7f9ff 100%);min-width:320px;min-height:100svh;margin:0}@media (prefers-color-scheme:dark){body{background:linear-gradient(#121722 0%,#0f131d 100%)}}#root{width:100%;min-height:100svh}h1,h2{font-family:var(--heading);color:var(--text-h);letter-spacing:0}h1{font-weight:760}h2{font-size:1.05rem;font-weight:760;line-height:1.2}p{margin:0}button,input,select,textarea{font:inherit}button{transition:transform .16s,box-shadow .16s,border-color .16s,background-color .16s,color .16s}button:hover{transform:translateY(-1px)}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--accent-soft);outline-offset:2px}code{font-family:var(--mono)}.app-shell{flex-direction:column;gap:22px;width:min(1120px,100%);margin:0 auto;padding:38px 28px 54px;display:flex}.build-stamp{width:100%;color:var(--muted);text-align:center;opacity:.72;margin:2px auto 0;font-size:.68rem;font-weight:620;line-height:1.3}.app-header{top:max(10px, env(safe-area-inset-top));z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--shadow-soft);background:#ffffffd1;border:1px solid #ffffffb8;border-radius:16px;justify-content:space-between;align-items:flex-start;gap:24px;padding:22px 24px;display:flex;position:sticky}.app-header>*{min-width:0}.eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:0;margin:0 0 7px;font-size:.72rem;font-weight:780}.app-header h1{max-width:680px;margin:0;font-size:clamp(1.65rem,3vw,2.45rem);line-height:1.08}.header-action-stack{align-self:center;justify-items:end;min-width:0;display:grid;position:relative}.header-menu-button{--menu-line-width:18px;--menu-line-gap:5px;border:1px solid var(--border);background:linear-gradient(180deg, #fffffff5, var(--field-bg));width:42px;height:42px;color:var(--text-h);cursor:pointer;border-radius:14px;justify-content:center;align-items:center;padding:0;transition:border-color .16s,color .16s,transform .16s,box-shadow .16s;display:inline-flex;position:relative;box-shadow:inset 0 1px #ffffffd1,0 8px 18px #4f46e514}.header-menu-button span{width:var(--menu-line-width);transform-origin:50%;background:currentColor;border-radius:999px;height:2px;transition:opacity .16s,transform .18s,width .18s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.header-menu-button span:first-child{transform:translate(-50%, calc(-50% - var(--menu-line-gap)))}.header-menu-button span:nth-child(2){width:calc(var(--menu-line-width) - 4px);transform:translate(calc(2px - 50%),-50%)}.header-menu-button span:nth-child(3){transform:translate(-50%, calc(-50% + var(--menu-line-gap)))}.header-menu-button:hover,.header-menu-button.open{color:var(--accent-strong);border-color:#c5ceff;box-shadow:inset 0 1px #ffffffeb,0 10px 22px #4f46e524}.header-menu-button:hover span:nth-child(2){width:var(--menu-line-width);transform:translate(-50%,-50%)}.header-menu-button:focus-visible{outline-offset:2px;outline:3px solid #4f46e52e}.header-menu-button:active{transform:translateY(1px)}.header-menu-button.open span:first-child{transform:translate(-50%,-50%)rotate(45deg)}.header-menu-button.open span:nth-child(2){opacity:0;transform:translate(-50%,-50%)scaleX(.35)}.header-menu-button.open span:nth-child(3){transform:translate(-50%,-50%)rotate(-45deg)}.header-menu-panel{z-index:50;width:min(280px,100vw - 32px);box-shadow:var(--shadow);background:#fffffff0;border:1px solid #ffffffb8;border-radius:14px;gap:8px;padding:10px;display:grid;position:absolute;top:calc(100% + 8px);right:0}.header-menu-label{color:var(--muted);gap:6px;font-size:.72rem;font-weight:760;display:grid}.header-menu-label select{border:1px solid var(--border);background:var(--field-bg);width:100%;height:40px;color:var(--text-h);font:inherit;border-radius:10px;padding:0 30px 0 12px;font-size:.9rem;font-weight:720}.header-menu-item{border:1px solid var(--border);background:var(--field-bg);width:100%;min-height:40px;color:var(--text-h);font:inherit;box-shadow:none;cursor:pointer;border-radius:10px;justify-content:flex-start;align-items:center;gap:10px;padding:0 12px;font-size:.86rem;font-weight:740;display:inline-flex}.header-menu-item:hover{color:var(--accent-strong);border-color:#c5ceff}.header-menu-item.enabled{color:var(--success);background:#27956f1a;border-color:#27956f57}.header-menu-item:disabled{cursor:not-allowed;opacity:.66}.danger-menu-item{color:var(--danger)}.icon-menu-item svg{flex:none;width:20px;height:20px;display:block;overflow:visible}.icon-menu-item path{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.icon-menu-item .bell-slash{stroke-width:2.25px}.header-menu-notice{color:var(--muted);margin:0;font-size:.76rem;font-weight:720;line-height:1.35}.breaking-news-bar{border:1px solid var(--show-highlight-border);background:var(--show-highlight-bg);width:min(1120px,100%);min-height:48px;color:var(--show-highlight-strong);border-radius:14px;align-items:center;margin:0 auto;padding:12px 18px;font-size:.98rem;font-weight:700;line-height:1.35;display:flex;box-shadow:0 10px 22px #d89a211f}.login-grid,.auth-grid,.dashboard-grid,.admin-grid{gap:22px;display:grid}.dashboard-column{align-content:start;gap:22px;display:grid}.login-grid,.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-grid{grid-template-columns:1fr}.auth-grid{grid-template-columns:1fr;width:min(430px,100%);margin:0 auto}.panel{background:var(--panel-bg);box-shadow:var(--shadow-soft);border:1px solid #ffffffbd;border-radius:16px;flex-direction:column;gap:20px;padding:24px;display:flex}.setup-panel,.loading-panel,.message-panel{width:min(720px,100%)}.loading-panel,.message-panel{margin-inline:auto}.loading-panel{margin-top:72px}.loading-shell{justify-content:center;min-height:100svh}.loading-shell .loading-panel{margin-top:0}.loading-screen{text-align:center;grid-template-columns:minmax(0,1fr);place-items:center;gap:28px;width:min(560px,100%);min-height:320px;padding:30px;display:grid;position:relative;overflow:hidden}.loading-screen:before{content:"";border-top:4px solid var(--accent);pointer-events:none;position:absolute;inset:0}.loading-visual{gap:16px;width:min(240px,100%);display:grid}.loading-calendar-grid{border:1px solid var(--border);background:var(--field-bg);border-radius:16px;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:12px;display:grid}.loading-calendar-cell{aspect-ratio:1;background:var(--soft-bg);border-radius:9px;position:relative;overflow:hidden}.loading-calendar-cell.active{background:var(--success-soft)}.loading-calendar-cell.warm{background:var(--warning-soft)}.loading-calendar-cell:after{content:"";background:linear-gradient(90deg,#0000,#ffffffb8,#0000);animation:1.35s ease-in-out infinite loading-sweep;position:absolute;inset:0;transform:translate(-120%)}.loading-calendar-cell:nth-child(2n):after{animation-delay:.14s}.loading-calendar-cell:nth-child(3n):after{animation-delay:.28s}.loading-meter{background:var(--soft-bg);border-radius:999px;height:8px;overflow:hidden}.loading-meter span{border-radius:inherit;background:linear-gradient(135deg, var(--accent), var(--warm));width:42%;height:100%;animation:1.25s ease-in-out infinite loading-meter;display:block}.loading-copy{justify-items:center;gap:10px;display:grid}.loading-copy h1{max-width:540px;margin:0;font-size:clamp(1.55rem,3vw,2.15rem);line-height:1.08}.loading-copy p:not(.eyebrow){max-width:520px;color:var(--muted);font-size:.92rem;line-height:1.5}.loading-detail{font-weight:760}.inline-loading-card{border:1px dashed var(--border-strong);background:var(--soft-bg);min-height:42px;color:var(--muted);border-radius:12px;align-items:center;gap:10px;padding:10px 12px;font-size:.8rem;font-weight:760;display:flex}.inline-loading-spinner{border:2px solid var(--border-strong);border-top-color:var(--accent);border-radius:999px;flex:none;width:17px;height:17px;animation:.8s linear infinite loading-spin}@keyframes loading-sweep{0%{transform:translate(-120%)}55%,to{transform:translate(120%)}}@keyframes loading-meter{0%{transform:translate(-105%)}50%{transform:translate(80%)}to{transform:translate(235%)}}@keyframes loading-spin{to{transform:rotate(360deg)}}@media (prefers-color-scheme:dark){.loading-calendar-cell:after{background:linear-gradient(90deg,#0000,#ffffff24,#0000)}}@media (prefers-reduced-motion:reduce){.loading-calendar-cell:after,.loading-meter span,.inline-loading-spinner{animation:none}.loading-meter span{width:100%}}.wide-panel{overflow:hidden}.panel-heading{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.panel-heading h2{margin:0 0 5px}.panel-heading p{color:var(--muted);margin:0;font-size:.82rem;line-height:1.45}.table-heading{align-items:end}.availability-table-actions{justify-items:end;gap:10px;min-width:min(440px,100%);display:grid}.stacked-form{flex-direction:column;gap:14px;display:flex}.stacked-form label,.compact-label{color:var(--text-h);gap:8px;font-size:.78rem;font-weight:720;display:grid}.stacked-form input,.stacked-form select,.stacked-form textarea,.compact-label input{box-sizing:border-box;border:1px solid var(--border);background:var(--field-bg);width:100%;min-height:44px;color:var(--text-h);font:inherit;letter-spacing:0;border-radius:12px;padding:11px 13px;transition:border-color .16s,background-color .16s,box-shadow .16s}.stacked-form input:hover,.stacked-form select:hover,.stacked-form textarea:hover,.compact-label input:hover{border-color:#c5ceff}.stacked-form input:focus,.stacked-form select:focus,.stacked-form textarea:focus,.compact-label input:focus{border-color:var(--accent);background:var(--panel-bg);box-shadow:0 0 0 4px var(--accent-soft)}.stacked-form textarea{resize:vertical}.date-picker-field{box-sizing:border-box;border:1px solid var(--border);background:var(--field-bg);width:100%;min-height:44px;color:var(--text-h);font:inherit;letter-spacing:0;cursor:pointer;border-radius:12px;align-items:center;min-width:0;padding:11px 13px;transition:border-color .16s,background-color .16s,box-shadow .16s;display:flex;position:relative}.date-picker-field:hover{border-color:#c5ceff}.date-picker-field:focus-within{border-color:var(--accent);background:var(--panel-bg);box-shadow:0 0 0 4px var(--accent-soft)}.date-picker-value{width:100%;min-width:10ch;color:var(--text-h);white-space:nowrap;overflow:visible}.date-picker-field .date-picker-native{color:#0000;-webkit-text-fill-color:transparent;opacity:0;width:100%;min-width:0;height:100%;min-height:0;box-shadow:none;cursor:pointer;background:0 0;border:0;padding:0;font-size:16px;position:absolute;inset:0}.date-picker-field .date-picker-native:focus{box-shadow:none;background:0 0;border:0}.date-picker-field .date-picker-native::-webkit-datetime-edit{display:none}.date-picker-field .date-picker-native::-webkit-calendar-picker-indicator{cursor:pointer;opacity:1;margin:0}.field-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.week-picker{gap:12px;display:grid}.week-picker-heading,.table-week-controls{justify-content:space-between;align-items:center;gap:12px;display:flex}.week-nav-group{align-items:center;gap:6px;display:inline-flex}.week-picker-heading>div,.table-week-controls>div{text-align:center;align-content:center;gap:2px;min-height:34px;display:grid}.week-picker-heading>div>span,.table-week-controls>div>span{color:var(--muted);font-size:.72rem;font-weight:620;line-height:1.05}.week-picker-heading strong,.table-week-controls strong{color:var(--text-h);font-size:.86rem;font-weight:780;line-height:1.08}.week-nav-button{border:1px solid var(--border);background:var(--field-bg);min-height:34px;color:var(--muted);font:inherit;cursor:pointer;border-radius:999px;padding:0 12px;font-size:.76rem;font-weight:780}.week-nav-button:hover{color:var(--accent-strong);border-color:#c5ceff}.week-days{grid-template-columns:repeat(7,minmax(58px,1fr));gap:8px;max-width:100%;display:grid}.week-day{border:1px solid var(--border);background:var(--field-bg);min-height:82px;color:var(--muted);font:inherit;letter-spacing:0;cursor:pointer;border-radius:14px;align-content:center;justify-items:center;gap:0;padding:9px 7px;display:grid}.week-day-label{color:var(--text-h);text-transform:uppercase;font-size:.68rem;font-weight:720;line-height:1}.week-day strong{width:28px;height:28px;color:var(--text-h);text-underline-offset:.11em;place-items:center;font-size:1.05rem;font-weight:820;line-height:1.02;text-decoration-line:underline;text-decoration-color:#0000;text-decoration-thickness:2px;display:inline-grid}.week-day.is-today strong{-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent)}.status-dot{appearance:none;background:var(--muted);cursor:default;border:2px solid #0000;border-radius:999px;width:12px;height:12px;margin-top:7px;padding:0;display:inline-block;box-shadow:0 0 0 2px #ffffffd6}.status-dot.available{background:var(--success)}.status-dot.tentative{background:var(--warning)}.status-dot.unavailable{background:var(--danger)}.status-dot.unknown{background:var(--border-strong)}.week-day.booked{border-color:var(--booked-highlight-accent);box-shadow:0 10px 22px #2f64d629}.week-day.selected{background:var(--selected-bg);border-color:#0000;box-shadow:0 14px 24px #6b728038}.week-day.booked.selected{border-color:var(--booked-highlight-accent);box-shadow:0 0 0 2px #5f9bffdb,0 14px 24px #6b728038}.week-day.show-date{border-color:var(--show-highlight-accent);box-shadow:0 10px 22px #d89a2129}.week-day.show-date.selected{border-color:var(--show-highlight-accent);box-shadow:0 0 0 2px #f8c84fdb,0 14px 24px #6b728038}.week-day.selected span,.week-day.selected strong{color:var(--selected-text)}.week-day.selected .status-dot{box-shadow:0 0 0 2px #ffffffb3}.segmented-control{border:1px solid var(--border);background:var(--soft-bg);border-radius:14px;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:5px;display:grid}.segmented-control button,.primary-button,.secondary-button,.ghost-button{min-height:42px;font:inherit;letter-spacing:0;cursor:pointer;border-radius:12px;font-weight:760}.segmented-control button{color:var(--muted);background:0 0;border:1px solid #0000}.segmented-control button.selected{background:var(--panel-bg);color:var(--accent-strong);border-color:#0000;box-shadow:0 8px 20px #5264f624}.primary-button,.secondary-button{border:1px solid #0000;width:fit-content;padding:0 18px;box-shadow:0 12px 22px #5264f638}.primary-button{background:linear-gradient(135deg, var(--accent), var(--warm));color:#fff}.secondary-button{background:linear-gradient(135deg, #3f6df4, var(--warm));color:#fff}.primary-button:hover,.secondary-button:hover{box-shadow:var(--shadow)}.ghost-button{border:1px solid var(--border);background:var(--field-bg);color:var(--text-h);box-shadow:none;padding:0 14px}.ghost-button:hover{color:var(--accent-strong);border-color:#c5ceff}.notification-bell-button{border:1px solid var(--border);background:var(--field-bg);width:42px;height:42px;color:var(--muted);box-shadow:none;cursor:pointer;border-radius:12px;place-items:center;padding:0;display:inline-grid}.notification-bell-button svg{width:21px;height:21px;display:block;overflow:visible}.notification-bell-button path{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.notification-bell-button.enabled{color:var(--success);background:#27956f1a;border-color:#27956f57}.notification-bell-button:hover{color:var(--accent-strong);border-color:#c5ceff}.notification-bell-button.enabled:hover{color:var(--success);border-color:#27956f75}.notification-bell-button:disabled{cursor:wait;opacity:.66}.notification-bell-button .bell-slash{stroke-width:2.25px}.danger-button{color:var(--danger)}.danger-button:hover{color:var(--danger);border-color:#d74b676b}.primary-button:disabled,.secondary-button:disabled,.ghost-button:disabled,.notification-bell-button:disabled{cursor:wait;opacity:.66}.error-message,.success-message,.notice-message{margin:0;font-size:.82rem;font-weight:760}.error-message{color:var(--danger)}.success-message{color:var(--success)}.confirmation-backdrop{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overscroll-behavior:none;background:#1217226b;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.confirmation-dialog{background:var(--panel-bg);width:min(420px,100%);box-shadow:var(--shadow);border:1px solid #ffffffbd;border-radius:16px;gap:20px;padding:24px;display:grid}.reminder-dialog{width:min(520px,100%)}.history-dialog{grid-template-rows:auto minmax(0,1fr);width:min(620px,100%);max-height:min(760px,100vh - 44px);overflow:hidden}.history-heading{z-index:1;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:16px;display:grid;position:relative}.history-close-button{border:1px solid var(--border);background:var(--field-bg);width:36px;height:36px;color:var(--muted);font:inherit;cursor:pointer;border-radius:10px;place-items:center;padding:0;font-size:1.45rem;line-height:1;display:grid}.history-close-button:hover{color:var(--accent-strong);border-color:#c5ceff}.history-list{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;gap:0;min-height:0;margin:0;padding:0 4px 0 0;list-style:none;display:grid;overflow-y:auto}.history-entry{border-bottom:1px solid var(--border);grid-template-columns:14px minmax(0,1fr);gap:12px;padding:12px 0;display:grid;position:relative}.history-entry:last-child{border-bottom:0}.history-marker{background:var(--success);border-radius:999px;width:10px;height:10px;margin-top:5px;box-shadow:0 0 0 4px #27956f1c}.history-entry.unbooked .history-marker{background:var(--danger);box-shadow:0 0 0 4px #d74b671c}.history-entry.changed .history-marker{background:var(--accent);box-shadow:0 0 0 4px #4f46e51c}.history-entry p{color:var(--text-h);margin:0 0 3px;font-size:.88rem;line-height:1.35}.history-entry span:not(.history-marker){color:var(--muted);font-size:.74rem;font-weight:680;line-height:1.35}.confirmation-copy{gap:8px;display:grid}.confirmation-copy .eyebrow{margin-bottom:0}.confirmation-copy h2{margin:0}.confirmation-copy p:not(.eyebrow){color:var(--text);font-size:.9rem;font-weight:620;line-height:1.42}.confirmation-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.reminder-member-list{gap:8px;max-height:min(420px,52vh);padding-right:2px;display:grid;overflow:auto}.reminder-member-row{border:1px solid var(--border);background:var(--field-bg);border-radius:12px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;padding:10px 12px;display:grid}.reminder-member-row input{width:18px;height:18px;accent-color:var(--accent)}.reminder-member-row span{gap:2px;min-width:0;display:grid}.reminder-member-row strong{color:var(--text-h);overflow-wrap:anywhere;font-size:.86rem;line-height:1.2}.reminder-member-row small{color:var(--muted);font-size:.72rem;font-weight:720;line-height:1.3}.reminder-member-row.answered{opacity:.68}.danger-confirm-button{background:linear-gradient(135deg, var(--danger), #b91c3a);color:#fff;box-shadow:0 12px 22px #d74b673d}.danger-confirm-button:hover{box-shadow:0 18px 30px #d74b6747}.auth-switch{color:var(--muted);font-size:.86rem}.auth-secondary-action{margin-top:-8px}.auth-switch button{min-height:auto;color:var(--accent);font:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-weight:780}.auth-switch button:disabled{cursor:wait;opacity:.6}.notice-message{color:var(--muted)}.message-stack{gap:8px;display:grid}.code-block{border:1px solid var(--border);background:var(--soft-bg);color:var(--text-h);font-family:var(--mono);text-align:left;border-radius:14px;margin:0;padding:16px;font-size:.82rem;line-height:1.5;overflow-x:auto}.calendar-feed-panel{gap:14px}.feed-copy-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.feed-copy-row input{border:1px solid var(--border);background:var(--field-bg);width:100%;min-height:42px;color:var(--text-h);font:inherit;border-radius:12px;padding:10px 13px;font-size:.82rem}.feed-subscribe-button{min-width:108px}.admin-band-list{gap:14px;display:grid}.admin-band-card{border:1px solid var(--border);background:var(--field-bg);border-radius:14px;gap:14px;padding:16px;display:grid}.admin-create-form,.admin-band-main,.admin-band-edit,.admin-member-card,.admin-member-edit{grid-template-columns:minmax(0,1fr) auto;gap:10px;min-width:0;display:grid}.admin-create-form,.admin-band-edit,.admin-member-edit{align-items:end}.admin-band-main,.admin-member-card{align-items:center}.admin-band-main>div:first-child{min-width:0}.admin-band-main h3{color:var(--text-h);overflow-wrap:anywhere;margin:0 0 3px;font-size:.98rem;line-height:1.2}.admin-band-main p{color:var(--muted);font-size:.76rem;font-weight:700}.admin-band-actions{flex-wrap:wrap;justify-content:flex-end;justify-self:end;align-items:center;gap:10px;min-width:0;display:flex}.admin-band-actions>button{white-space:nowrap;flex:none}.admin-create-form label,.admin-band-edit .compact-label,.admin-member-edit .compact-label{min-width:0}.admin-band-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;min-width:0;display:grid}.admin-band-fields .wide-field{grid-column:1/-1}.invite-copy-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.invite-copy-row input{border:1px solid var(--border);background:var(--panel-bg);width:100%;min-height:42px;color:var(--text-h);font:inherit;border-radius:12px;padding:10px 13px;font-size:.78rem}.message-actions{gap:10px;display:flex}.invite-copy-row>.secondary-button,.message-actions>.secondary-button{width:76px;padding-inline:10px}.admin-members{gap:10px;padding-top:4px;display:grid}.admin-members-heading{cursor:pointer;border-radius:8px;grid-template-columns:auto auto auto minmax(0,1fr);align-items:center;gap:12px;list-style:none;display:grid}.admin-members-heading::-webkit-details-marker{display:none}.admin-members-heading:after{content:"›";color:var(--muted);grid-area:1/3;font-size:1.25rem;font-weight:760;line-height:1;transition:transform .16s}.admin-members[open]>.admin-members-heading:after{transform:rotate(90deg)}.admin-members-heading:focus-visible{outline-offset:3px;outline:3px solid #4f46e52e}.admin-members-title{color:var(--text-h);font-size:.82rem;font-weight:780}.admin-members-count{background:var(--unknown-soft);min-width:26px;height:26px;color:var(--muted);border-radius:999px;grid-area:1/2;place-items:center;font-size:.72rem;font-weight:820;display:inline-grid}.admin-member-list{gap:8px;display:grid}.admin-member-card{border:1px solid var(--border);background:var(--panel-bg);border-radius:12px;padding:11px 12px}.admin-member-card>.admin-member-edit{grid-column:1/-1}.admin-member-info{gap:2px;min-width:0;display:grid}.admin-member-info strong{color:var(--text-h);overflow-wrap:anywhere;font-size:.84rem;font-weight:780}.admin-member-info span{color:var(--muted);overflow-wrap:anywhere;font-size:.74rem;font-weight:650}.status-table-wrap{--month-member-column-width:180px;--month-day-column-width:46px;border:1px solid var(--border);background:var(--panel-bg);-webkit-overflow-scrolling:touch;border-radius:14px;overflow-x:auto}.status-table-wrap.monthly{scroll-padding-left:var(--month-member-column-width);scroll-snap-type:x mandatory}.status-table{border-collapse:separate;border-spacing:0;width:100%;min-width:840px}.status-table.monthly{table-layout:fixed;width:max-content;min-width:max-content}.status-table.monthly thead th:first-child,.status-table.monthly tbody th{width:var(--month-member-column-width)}.status-table.monthly thead th:not(:first-child),.status-table.monthly tbody td{width:var(--month-day-column-width)}.status-table.monthly thead th:nth-child(7n+2){scroll-snap-align:start;scroll-snap-stop:always}@media (width>=981px){.status-table-wrap{--month-member-column-width:clamp(116px, 13vw, 152px)}.status-table-wrap.monthly{scroll-snap-type:none}.status-table.monthly{width:100%;min-width:0}.status-table.monthly thead th:not(:first-child),.status-table.monthly tbody td{width:auto}.status-table-wrap .status-table.monthly thead th:not(:first-child),.status-table-wrap .status-table.monthly tbody td{padding-inline:1px}.status-table.monthly thead th:first-child,.status-table.monthly tbody th{padding-inline:12px}.status-table.monthly .table-date-weekday{font-size:.62rem}.status-table.monthly .table-date-day{width:20px;height:22px;font-size:.76rem}}.status-table th,.status-table td{border-bottom:1px solid var(--border);text-align:center;vertical-align:middle;padding:13px 14px}.status-table.monthly th,.status-table.monthly td{padding-inline:8px}.status-table th:first-child,.status-table td:first-child{text-align:left}.status-table thead th:first-child,.status-table tbody th{box-shadow:1px 0 0 var(--border);background-clip:padding-box;position:sticky;left:0}.status-table thead th:first-child{z-index:4;background:var(--soft-bg)}.status-table tr:last-child th,.status-table tr:last-child td{border-bottom:none}.status-table thead th{background:var(--soft-bg);color:var(--text-h);font-size:.76rem;font-weight:780}.table-date-heading{white-space:nowrap;justify-items:center;gap:1px;line-height:1;display:inline-grid}.table-date-weekday,.table-date-day{display:block}.table-date-weekday{color:inherit;font-size:.72rem;font-weight:760}.table-date-day{width:24px;height:24px;color:inherit;text-underline-offset:.11em;place-items:center;font-size:.82rem;font-weight:820;text-decoration-line:underline;text-decoration-color:#0000;text-decoration-thickness:2px;display:inline-grid}.status-table thead th.is-today .table-date-day{-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent)}.status-table th.show-date,.status-table td.show-date{border-left:1px solid var(--show-highlight-border);border-right:1px solid var(--show-highlight-border);background:var(--show-highlight-bg)}.status-table thead th.show-date{color:var(--show-highlight-text);box-shadow:inset 0 3px 0 var(--show-highlight-accent)}.status-table th.booked-date,.status-table td.booked-date{border-left:1px solid var(--booked-highlight-border);border-right:1px solid var(--booked-highlight-border);background:var(--booked-highlight-bg)}.status-table thead th.booked-date{color:var(--booked-highlight-text);box-shadow:inset 0 3px 0 var(--booked-highlight-accent)}.status-table thead th.booked-date small{color:var(--booked-highlight-accent);margin-top:4px;font-size:.64rem;font-weight:780;display:block}.status-table tbody th{z-index:3;background:var(--panel-bg);width:210px}.member-cell{align-items:center;gap:0;display:flex}.member-cell strong{color:var(--text-h);font-size:.82rem;font-weight:780}.status-pill{border-radius:999px;align-items:center;min-height:26px;padding:0 10px;font-size:.68rem;font-weight:780;display:inline-flex}.status-pill.available{background:var(--success-soft);color:var(--success)}.status-pill.tentative{background:var(--warning-soft);color:var(--warning)}.status-pill.unavailable{background:var(--danger-soft);color:var(--danger)}.status-pill.unknown{background:var(--unknown-soft);color:var(--muted)}.table-status-dot{width:14px;height:14px}.availability-list{flex-direction:column;gap:12px;min-width:0;max-width:100%;display:flex}.gig-list{gap:12px;min-width:0;max-width:100%;display:grid}.gig-heading{align-items:flex-start}.circle-add-button{border:1px solid var(--show-highlight-border);background:var(--show-button-bg);width:34px;height:34px;color:var(--show-highlight-text);cursor:pointer;border-radius:999px;flex:none;place-items:center;padding:0;display:inline-grid;box-shadow:0 12px 22px #d89a2129}.circle-add-button span{margin-top:-1px;font-size:1.18rem;font-weight:760;line-height:1;transition:transform .16s;display:block}.circle-add-button.open span{transform:rotate(45deg)}.circle-add-button:hover{border-color:var(--show-highlight-border);background:var(--show-button-hover-bg);color:var(--show-highlight-strong)}.rehearsal-add-button{border-color:var(--booked-highlight-border);background:var(--booked-highlight-bg);color:var(--booked-highlight-text);box-shadow:0 12px 22px #2f64d624}.rehearsal-add-button:hover{border-color:var(--booked-highlight-border);background:var(--booked-highlight-bg);color:var(--booked-highlight-accent)}.circle-add-button:disabled{cursor:wait;opacity:.66}.rehearsal-form{border:1px solid var(--booked-highlight-border);background:var(--booked-highlight-bg);border-radius:14px;padding:14px}.gig-form{background:#d7a62f14;border:1px solid #d7a62f3d;border-radius:14px;padding:14px}.rehearsal-time-row,.gig-time-row{grid-template-columns:repeat(3,minmax(0,1fr))}.rehearsal-form-actions,.gig-form-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.availability-card{border:1px solid var(--border);background:var(--field-bg);border-radius:14px;padding:14px}.availability-card,.gig-card{justify-content:space-between;align-items:center;gap:16px;display:flex}.gig-card{box-sizing:border-box;border:1px solid var(--show-highlight-border);background:var(--show-highlight-bg);border-radius:14px;min-width:0;max-width:100%;padding:14px;box-shadow:0 12px 24px #d89a211f}.gig-card.editing{align-items:flex-start}.availability-card.booked{border-color:var(--booked-highlight-border);background:var(--booked-highlight-bg)}.availability-card>div,.gig-card>div{flex:1 1 0;gap:3px;width:100%;min-width:0;max-width:100%;display:grid}.availability-card span,.gig-card span{color:var(--muted);font-size:.76rem}.gig-notes{color:var(--text);line-height:1.35}.availability-date{color:var(--text-h);flex-wrap:wrap;align-items:baseline;gap:8px;margin:0;font-size:.9rem;font-weight:780;display:inline-flex}.availability-date span{color:var(--text-h);font-size:.78rem;font-weight:760}.availability-time-button{min-height:auto;color:var(--accent-strong);font:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-size:.78rem;font-weight:820;line-height:1}.availability-time-button:hover{text-decoration:underline}.booking-time-edit{grid-template-columns:minmax(64px,78px) minmax(64px,78px) auto auto;align-items:end;gap:8px;margin-top:6px;display:grid}.show-edit-form{box-sizing:border-box;grid-template-columns:minmax(0,1.35fr) minmax(0,.78fr) minmax(0,.5fr) minmax(0,.5fr);align-items:end;gap:8px;width:100%;min-width:0;max-width:100%;margin-top:8px;display:grid}.show-edit-form label{min-width:0}.show-location-field{grid-column:span 2}.show-edit-actions{flex-wrap:nowrap;grid-column:3/-1;justify-content:flex-end;align-items:end;gap:8px;min-width:0;display:flex}.booking-time-edit label,.show-edit-form label{color:var(--muted);gap:4px;font-size:.66rem;font-weight:760;display:grid}.booking-time-edit input,.show-edit-form input{box-sizing:border-box;border:1px solid var(--border);background:var(--panel-bg);width:100%;min-width:0;min-height:34px;color:var(--text-h);font:inherit;border-radius:10px;padding:7px 8px;font-size:.78rem}.show-edit-form .date-picker-field{background:var(--panel-bg);min-height:34px;color:var(--text-h);border-radius:10px;padding:7px 8px;font-size:.78rem}.show-edit-form .date-picker-value{color:var(--text-h)}.booking-time-edit .primary-button,.booking-time-edit .ghost-button,.show-edit-form .primary-button,.show-edit-form .ghost-button{border-radius:10px;min-height:34px;padding-inline:10px;font-size:.72rem}.compact-action-button{border-radius:999px;min-height:34px;padding-inline:12px;font-size:.72rem}.booking-toggle{border:1px solid var(--border);background:var(--panel-bg);min-width:78px;min-height:34px;color:var(--accent-strong);font:inherit;cursor:pointer;border-radius:999px;flex:none;padding:0 14px;font-size:.76rem;font-weight:820}.booking-toggle.booked.rehearsal-booking{color:#fff;background:linear-gradient(135deg,#5f9bff,#2f64d6);border-color:#2f64d6;box-shadow:0 12px 24px #2f64d63d}.booking-toggle.booked.show-booking{border-color:var(--show-highlight-accent);color:var(--show-highlight-strong);background:linear-gradient(135deg,#f8c84f,#d89a21);box-shadow:0 12px 24px #d89a213d}.booking-toggle:disabled{cursor:wait;opacity:.72}@media (prefers-color-scheme:dark){.availability-card.booked{background:#4a84ff1f;border-color:#5f9bff57}.gig-card,.gig-form,.circle-add-button{background:#f8c84f14;border-color:#f8c84f61}.rehearsal-form,.rehearsal-add-button{border-color:var(--booked-highlight-border);background:var(--booked-highlight-bg)}.circle-add-button{color:var(--show-highlight-accent)}.rehearsal-add-button{color:var(--booked-highlight-text)}.booking-toggle.booked.show-booking{background:var(--show-button-bg);color:var(--show-highlight-strong)}}.empty-state{color:var(--muted);margin:0;font-size:.78rem}@media (prefers-color-scheme:dark){.app-header,.panel,.header-menu-panel{border-color:var(--border);background:var(--panel-bg)}.header-menu-button{border-color:var(--border);background:var(--field-bg);color:var(--muted);box-shadow:none}.header-menu-button:hover,.header-menu-button.open{color:var(--accent-strong);box-shadow:none;border-color:#c5ceff}}@media (width<=980px){.app-header{grid-template-columns:minmax(0,1fr) auto;align-items:flex-start;display:grid}.login-grid,.dashboard-grid,.admin-grid{grid-template-columns:1fr}.header-action-stack{place-self:center end;justify-items:end}.panel-heading,.table-heading{align-items:stretch}.table-week-controls{flex-wrap:wrap;justify-content:flex-start}.availability-table-actions{justify-items:start;width:100%}.dashboard-primary-column{display:contents}.availability-panel{order:1}.rehearsals-panel{order:2}.shows-panel{order:3}}@media (width<=640px){.confirmation-actions{grid-template-columns:1fr;display:grid}.confirmation-actions .ghost-button,.confirmation-actions .primary-button{width:100%}.app-shell{gap:12px;padding:12px 8px 24px}.build-stamp{font-size:.62rem}.panel,.app-header{border-radius:12px;padding:12px}.app-header{top:max(8px, env(safe-area-inset-top));gap:12px}.app-header h1{font-size:1.3rem;line-height:1.12}.eyebrow{margin-bottom:4px;font-size:.66rem}.panel,.dashboard-grid,.dashboard-column{gap:12px}.panel-heading{gap:8px}.panel-heading.gig-heading,.panel-heading.rehearsal-heading{flex-direction:row;align-items:flex-start}.panel-heading h2{margin-bottom:2px;font-size:1rem}.panel-heading p{font-size:.78rem;line-height:1.38}.header-action-stack{place-self:center end;justify-items:end;min-width:0}.header-menu-button,.notification-bell-button{border-radius:10px;flex:0 0 34px;width:34px;height:34px}.header-menu-button{--menu-line-width:16px;--menu-line-gap:4.5px}.notification-bell-button svg{width:18px;height:18px}.header-menu-panel{width:min(280px,100vw - 24px)}.stacked-form{gap:12px}.stacked-form label,.compact-label{gap:6px;font-size:.76rem}.stacked-form input,.stacked-form select,.stacked-form textarea,.stacked-form .date-picker-field,.compact-label input{border-radius:10px;min-height:40px;padding:9px 11px;font-size:.9rem}.panel-heading{flex-direction:column;align-items:stretch}.week-picker-heading,.table-week-controls{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:8px;display:grid}.availability-table-actions{justify-items:stretch;gap:8px}.week-picker-heading>div,.table-week-controls>div{text-align:left;order:-1;grid-column:1/-1;min-height:32px}.week-nav-group{display:contents}.week-nav-group .week-nav-button,.week-picker-heading>.week-nav-button,.table-week-controls>.week-nav-button{width:100%;min-width:0}.week-days{grid-template-columns:repeat(7,minmax(0,1fr));gap:4px;margin-inline:0;padding:0;display:grid;overflow:visible}.week-day{border-radius:9px;gap:0;min-width:0;min-height:56px;padding:5px 2px}.week-day-label{font-size:.54rem}.week-day strong{width:24px;height:24px;font-size:.86rem}.status-dot{border-width:1px;width:9px;height:9px;margin-top:6px}.field-row{grid-template-columns:1fr}.primary-button,.secondary-button,.ghost-button{border-radius:10px;width:100%;min-height:38px;padding-inline:12px;font-size:.84rem}.segmented-control{border-radius:10px;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;padding:4px}.segmented-control button{white-space:nowrap;border-radius:8px;min-height:36px;padding-inline:4px;font-size:.76rem}.week-nav-button{min-height:32px;padding-inline:10px;font-size:.76rem}.availability-card,.gig-card{border-radius:10px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:10px;display:grid}.availability-date{font-size:.88rem}.availability-card span,.gig-card span{font-size:.74rem;line-height:1.32}.circle-add-button{width:32px;height:32px}.rehearsal-form,.gig-form{border-radius:10px;padding:10px}.rehearsal-time-row,.gig-time-row{grid-template-columns:minmax(0,1.25fr) minmax(0,.82fr) minmax(0,.82fr);gap:6px}.rehearsal-form-actions,.gig-form-actions{grid-template-columns:1fr;gap:8px;display:grid}.booking-time-edit{grid-template-columns:repeat(2,minmax(0,1fr));max-width:190px}.show-edit-form{grid-template-columns:minmax(0,1.25fr) minmax(0,.82fr) minmax(0,.82fr);max-width:none}.show-title-field,.show-location-field,.show-edit-actions{grid-column:1/-1}.show-edit-actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.booking-time-edit .primary-button,.booking-time-edit .ghost-button,.show-edit-form .primary-button,.show-edit-form .ghost-button{width:100%;min-height:32px;font-size:.72rem}.booking-toggle{width:auto;min-width:64px;min-height:32px;padding-inline:10px;font-size:.76rem}.status-table-wrap{--month-member-column-width:72px;--month-day-column-width:30px;border-radius:12px;margin-inline:-4px}.status-table{table-layout:fixed;min-width:0}.status-table.monthly{width:max-content;min-width:max-content}.status-table.monthly thead th:first-child,.status-table.monthly tbody th{width:var(--month-member-column-width)}.status-table.monthly thead th:not(:first-child),.status-table.monthly tbody td{width:var(--month-day-column-width)}.status-table th,.status-table td{padding:9px 4px}.status-table thead th:first-child,.status-table tbody th{width:76px}.status-table thead th{font-size:.6rem;line-height:1.15}.table-date-heading{gap:0}.table-date-weekday{font-size:.56rem}.table-date-day{border-width:1px;width:20px;height:20px;font-size:.66rem}.member-cell strong{overflow-wrap:anywhere;font-size:.7rem;line-height:1.2}.table-status-dot{width:11px;height:11px}.admin-create-form,.admin-band-main,.admin-band-edit,.admin-member-card,.admin-member-edit{grid-template-columns:minmax(0,1fr) auto;align-items:center}.admin-create-form,.admin-band-edit,.admin-member-edit{align-items:end}.admin-band-fields,.feed-copy-row{grid-template-columns:1fr}.invite-copy-row{grid-template-columns:minmax(0,1fr) auto;gap:6px}.message-actions{gap:6px}.admin-band-card{border-radius:12px;gap:12px;padding:12px}.admin-member-card{border-radius:10px;padding:10px}.admin-band-main h3{font-size:.94rem}.admin-band-main p,.admin-member-info span{font-size:.72rem}.admin-member-info strong{font-size:.84rem}.admin-band-actions{flex-flow:row;justify-self:end;align-items:stretch;gap:6px;width:auto}.admin-band-actions>button,.admin-create-form>.primary-button,.invite-copy-row>.secondary-button,.message-actions>button{width:auto;min-width:64px;padding-inline:10px}.invite-copy-row>.secondary-button,.message-actions>.secondary-button{width:76px}.calendar-feed-panel input,.invite-copy-row input{border-radius:10px;min-height:38px;padding:9px 11px;font-size:.78rem}.message-panel,.setup-panel,.loading-panel{width:100%}.loading-screen{grid-template-columns:1fr;gap:18px;width:min(330px,100% - 24px);min-height:0;margin-inline:auto;padding:18px}.loading-calendar-grid{border-radius:12px;grid-template-columns:repeat(6,minmax(0,1fr));gap:5px;padding:9px}.loading-calendar-cell{border-radius:7px}.loading-copy h1{font-size:1.28rem}.loading-copy p:not(.eyebrow){font-size:.82rem}}@media (width<=380px){.app-shell{padding-inline:6px}.panel,.app-header{padding:10px}.header-menu-button,.notification-bell-button{flex-basis:32px;width:32px;height:32px}.header-menu-button{--menu-line-width:15px;--menu-line-gap:4.25px}.notification-bell-button svg{width:17px;height:17px}.header-menu-panel{width:min(270px,100vw - 20px)}.app-header h1{font-size:1.18rem}.week-day{min-height:52px}.week-day-label{font-size:.5rem}.week-day strong{width:22px;height:22px;font-size:.8rem}.status-table thead th:first-child,.status-table tbody th{width:68px}.status-table{min-width:0}}
