:root{font-family:Pretendard,Noto Sans KR,system-ui,sans-serif;color:#242232;background:#f7f7fb;font-synthesis:none;--primary: #5b48d6;--primary-dark: #4232ac;--surface: #fff;--muted: #6e6a7d;--line: #e5e3ed;--danger: #b42318;--radius: 18px;--radius-sm: 11px;--shadow: 0 10px 30px rgba(40, 31, 90, .1);--space: 16px}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,select,textarea{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh}.desktop-header{position:sticky;top:0;z-index:20;min-height:68px;padding:0 24px;border-bottom:1px solid var(--line);background:#fffffff0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}.desktop-brand{color:var(--primary);font-weight:900;letter-spacing:.08em;text-decoration:none}.desktop-nav,.desktop-actions{display:flex;align-items:center;gap:5px}.desktop-nav a,.desktop-actions a{min-height:42px;padding:0 13px;border-radius:11px;color:var(--muted);text-decoration:none;font-weight:750;display:inline-flex;align-items:center;gap:7px}.desktop-nav a:hover,.desktop-actions a:hover{background:#f2f0fa;color:var(--primary)}.desktop-nav a.active,.desktop-actions a.active{background:#eeebff;color:var(--primary)}.desktop-actions{border-left:1px solid var(--line);padding-left:12px}.mobile-utility{display:none}@media(min-width:761px)and (max-width:1050px){.desktop-header{gap:12px;padding:0 16px}.desktop-nav a{padding:0 9px;font-size:.85rem}.desktop-actions a{width:42px;padding:0;justify-content:center;font-size:0}}.page{max-width:1440px;margin:auto;padding:24px 24px 110px}.narrow{max-width:680px}h1,h2,p{margin-top:0}.eyebrow{margin:0 0 5px;color:var(--primary);font-weight:800;font-size:.78rem;letter-spacing:.06em}.topbar,.form-header{display:flex;justify-content:space-between;align-items:center;gap:16px}.topbar h1,.form-header h1{margin:0;font-size:1.65rem}.today-copy{color:var(--muted);margin:6px 0 0}.add-button,.submit-button,.coming-soon button{border:0;border-radius:12px;background:var(--primary);color:#fff;min-height:46px;padding:0 18px;font-weight:750;display:flex;align-items:center;gap:7px}.next-card{margin:22px 0 16px;padding:18px 20px;border-radius:var(--radius);background:linear-gradient(125deg,#5040be,#7261e8);color:#fff;display:grid;gap:5px;box-shadow:var(--shadow)}.next-card span,.next-card small{opacity:.82}.next-card strong{overflow-wrap:anywhere}.week-controls{display:flex;align-items:center;gap:8px;margin:14px 0}.week-controls strong{margin-right:auto}.icon-button,.day-skip button{border:1px solid var(--line);background:var(--surface);width:44px;height:44px;border-radius:12px;display:grid;place-items:center;color:#3b3651}.today-button{min-height:44px;padding:0 15px;border:1px solid var(--line);border-radius:12px;background:#fff;font-weight:700}.filters{display:flex;gap:8px;overflow-x:auto;padding:2px 1px 10px}.filters button,.filters select{white-space:nowrap;min-height:44px;border:1px solid var(--line);border-radius:999px;background:#fff;padding:0 15px;color:#403b52}.filters .active{background:#29243d;color:#fff;border-color:#29243d}.filter-summary{background:#eeecfb;border-radius:13px;padding:12px 15px;margin-bottom:12px;color:#40358c}.filter-summary div{display:flex;gap:7px;overflow:auto;margin-top:8px}.filter-summary span{white-space:nowrap;font-size:.82rem}.mobile-date-strip,.mobile-view-switch{display:none}.schedule{display:grid;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:auto;box-shadow:0 3px 15px #281f5a0a}.weekly{grid-template-columns:64px repeat(7,minmax(130px,1fr))}.daily{grid-template-columns:64px minmax(240px,1fr)}.time-column,.day-column{min-width:0}.grid-head{height:52px;border-bottom:1px solid var(--line);display:grid;place-items:center;font-size:.8rem;font-weight:750;position:sticky;top:0;background:#fff;z-index:5}.today-head{color:var(--primary);background:#f2f0ff}.time-label{height:72px;border-bottom:1px solid var(--line);text-align:center;color:var(--muted);font-size:.72rem;padding-top:7px}.day-column{border-left:1px solid var(--line)}.day-body{height:1080px;position:relative;background:repeating-linear-gradient(to bottom,transparent 0,transparent 71px,var(--line) 72px)}.hour-line{height:72px}.reservation-card{position:absolute;left:5px;right:5px;z-index:2;border:0;border-left:5px solid var(--team);border-radius:9px;background:color-mix(in srgb,var(--team) 13%,white);padding:6px 7px;text-align:left;color:#262135;display:flex;flex-direction:column;gap:2px;overflow:hidden;min-height:44px}.reservation-card strong{font-size:.72rem;color:var(--team)}.reservation-card span{font-size:.8rem;font-weight:800}.reservation-card small{font-size:.68rem}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.reservation-card.muted{opacity:.3;filter:saturate(.4)}.mobile-schedule{display:none}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1814257a;z-index:30;display:flex;justify-content:flex-end}.detail-sheet{width:min(430px,100%);height:100%;background:#fff;padding:30px;position:relative;box-shadow:var(--shadow);overflow:auto}.detail-sheet h2{overflow-wrap:anywhere;padding-right:36px}.close{position:absolute;right:20px;top:20px}.detail-sheet dl div{padding:14px 0;border-bottom:1px solid var(--line)}dt{font-size:.75rem;color:var(--muted);margin-bottom:4px}dd{margin:0;line-height:1.55}.notice{background:#fff7df;border:1px solid #f0d98c;border-radius:12px;padding:12px 14px;margin:22px 0}.reservation-form{display:grid;gap:18px;background:#fff;border-radius:var(--radius);padding:22px;box-shadow:var(--shadow)}.reservation-form>label,.form-row label{display:grid;gap:7px;font-weight:700}.reservation-form input,.reservation-form select,.reservation-form textarea{width:100%;min-height:46px;padding:10px 12px;border:1px solid #cbc8d5;border-radius:10px;background:#fff}.reservation-form textarea{min-height:100px;resize:vertical}.create-team-prompt{margin-top:-10px;padding:11px 13px;border-radius:11px;background:#f3f1ff;color:var(--muted);display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:.88rem}.create-team-prompt button{min-height:38px;padding:0 12px;border:1px solid var(--primary);border-radius:10px;background:#fff;color:var(--primary);font-weight:750;white-space:nowrap}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}fieldset{border:1px solid var(--line);border-radius:12px;padding:14px}legend{font-weight:700}.check{display:inline-flex;align-items:center;gap:6px;margin:8px 18px 4px 0}.check input{width:20px;height:20px}.error{color:var(--danger);font-weight:700}.submit-button{justify-content:center}.bottom-nav,.floating-add{display:none}.coming-soon{text-align:center;background:#fff;border-radius:var(--radius);padding:52px 24px;margin-top:50px;box-shadow:var(--shadow)}.coming-soon svg{color:var(--primary)}.coming-soon button{margin:24px auto 0}@media(max-width:760px){html,body,#root{height:100%}.schedule-shell{height:100dvh;overflow:hidden}.schedule-shell .mobile-utility{display:none}.page.schedule-page{height:calc(100dvh - 72px);padding:12px 10px 6px;overflow:hidden;display:flex;flex-direction:column}.schedule-page .topbar{flex:none}.schedule-page .topbar .eyebrow,.schedule-page .today-copy,.schedule-page .topbar-actions,.schedule-page .next-card,.schedule-page>.filters,.schedule-page>.filter-summary{display:none}.schedule-page .topbar h1{font-size:1.3rem}.mobile-view-switch{flex:none;margin:8px 0 5px;padding:3px;border-radius:10px;background:#ebe9f3;display:grid;grid-template-columns:1fr 1fr}.mobile-view-switch button{min-height:34px;border:0;border-radius:8px;background:transparent;color:var(--muted);font-weight:750;font-size:.82rem}.mobile-view-switch button.active{background:#fff;color:var(--primary);box-shadow:0 2px 8px #281f5a14}.desktop-header{display:none}.mobile-utility{padding:10px 14px 90px;display:flex;justify-content:center;gap:7px}.mobile-utility a{min-height:40px;padding:0 12px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--primary);font-weight:750;text-decoration:none;display:inline-flex;align-items:center;gap:5px}.page{padding:18px 14px 100px}.topbar .add-button{display:none}.topbar h1{font-size:1.45rem}.next-card{margin-top:17px}.desktop-schedule{display:none}.mobile-schedule,.mobile-date-strip{display:flex}.mobile-schedule{display:block}.mobile-date-strip{justify-content:space-between;gap:4px;margin:2px 0 5px}.mobile-date-strip button{height:44px;min-width:43px;border:0;border-radius:12px;background:transparent;display:grid;place-content:center;gap:3px}.mobile-date-strip button.selected{background:var(--primary);color:#fff}.day-skip{display:flex;justify-content:space-between;align-items:center;margin:0;min-height:34px}.day-skip button{border:0;background:transparent}.mobile-schedule{min-height:0;flex:1;overflow:hidden}.mobile-schedule .schedule{overflow:hidden}.week-hidden{display:none!important}.schedule-page .week-controls{flex:none;margin:3px 0;min-height:34px}.schedule-page .week-controls .icon-button{width:34px;height:34px}.schedule-page .week-controls .today-button{min-height:34px;padding:0 10px}.schedule-page .selection-guide{min-height:34px;margin:0}.bottom-nav{position:fixed;z-index:20;bottom:0;left:0;right:0;height:calc(72px + env(safe-area-inset-bottom));background:#fffffff5;border-top:1px solid var(--line);display:flex;justify-content:space-around;align-items:center;padding-bottom:env(safe-area-inset-bottom)}.bottom-nav a{border:0;background:transparent;color:var(--muted);min-width:58px;min-height:54px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:.68rem;text-decoration:none}.bottom-nav a.active:not(.primary-nav){color:var(--primary)}.bottom-nav .primary-nav{width:62px;height:62px;border-radius:50%;background:var(--primary);color:#fff;transform:translateY(-15px);box-shadow:0 8px 20px #5b48d659}.floating-add{display:grid;position:fixed;right:18px;bottom:86px;z-index:10;width:50px;height:50px;border:0;border-radius:50%;place-items:center;background:var(--primary);color:#fff;box-shadow:var(--shadow)}.detail-sheet{height:auto;max-height:88vh;margin-top:auto;border-radius:22px 22px 0 0;padding:26px 22px}.overlay{align-items:flex-end}.form-row{grid-template-columns:1fr}.reservation-form{padding:18px}.filter-summary{font-size:.9rem}}.mobile-period-controls,.mobile-filter-panel,.mobile-day-view,.mobile-week-summary{display:none}@media(max-width:760px){.schedule-shell{height:auto;min-height:100dvh;overflow:visible}.page.schedule-page{height:auto;min-height:calc(100dvh - 72px);padding:12px 12px calc(88px + env(safe-area-inset-bottom));overflow:visible;display:block}.schedule-page .topbar h1{font-size:1.25rem}.schedule-page .next-card,.desktop-week-controls,.desktop-filter-area{display:none}.mobile-view-switch{margin:8px 0 6px}.mobile-period-controls{min-height:44px;margin-bottom:5px;display:grid;grid-template-columns:44px minmax(0,1fr) 44px auto;align-items:center;gap:4px}.mobile-period-controls strong{text-align:center;font-size:.88rem}.mobile-period-controls .icon-button{width:44px;height:44px}.mobile-period-controls .today-button{min-height:44px;padding:0 10px}.mobile-date-strip{justify-content:flex-start;gap:5px;margin:2px -2px 6px;padding:0 2px 4px;overflow-x:auto;scrollbar-width:none}.mobile-date-strip::-webkit-scrollbar{display:none}.mobile-date-strip button{position:relative;min-width:48px;height:50px;flex:1 0 48px;border:1px solid transparent}.mobile-date-strip button.today:not(.selected){border-color:#b9b1e8;color:var(--primary)}.mobile-date-strip button.today:after{content:"";position:absolute;left:50%;bottom:4px;width:4px;height:4px;border-radius:50%;background:var(--primary);transform:translate(-50%)}.mobile-date-strip button.selected.today:after{background:#fff}.mobile-filter-panel{margin:0 0 7px;display:block}.mobile-filter-panel summary{min-height:40px;padding:0 12px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--muted);font-size:.82rem;font-weight:750;cursor:pointer;display:flex;align-items:center}.mobile-filter-panel[open] summary{margin-bottom:6px;color:var(--primary)}.mobile-filter-panel .filters{padding-bottom:3px}.mobile-schedule{min-height:0;overflow:visible;display:block}.mobile-day-view,.mobile-week-summary{display:block}.empty-day-notice{margin-bottom:8px;padding:11px 13px;border-radius:12px;background:#f1effd;color:#48425f;display:grid;gap:2px}.empty-day-notice strong{font-size:.88rem}.empty-day-notice span{color:var(--muted);font-size:.78rem}.mobile-timeline-scroll{position:relative;height:min(61dvh,600px);min-height:420px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;scrollbar-gutter:stable;box-shadow:0 3px 15px #281f5a0a;display:grid;grid-template-columns:54px minmax(0,1fr)}.mobile-time-axis,.mobile-timeline-body{position:relative;height:840px}.mobile-time-axis{z-index:4;background:#fff}.mobile-time-axis span{position:absolute;right:9px;color:var(--muted);font-size:.68rem;font-variant-numeric:tabular-nums;transform:translateY(-50%)}.mobile-timeline-body{border-left:0;cursor:pointer}.mobile-hour-line{position:absolute;left:0;right:0;height:1px;background:#eceaf2;pointer-events:none}.mobile-reservation-card{position:absolute;z-index:3;min-width:0;padding:7px 9px;border:0;border-left:4px solid var(--team);border-radius:9px;background:color-mix(in srgb,var(--team) 12%,white);color:#272337;text-align:left;overflow:hidden;display:flex;flex-direction:column;gap:2px}.mobile-reservation-card:focus-visible{outline:3px solid color-mix(in srgb,var(--team) 45%,white);outline-offset:1px}.mobile-reservation-card strong{color:color-mix(in srgb,var(--team) 78%,#211d31);font-size:.72rem;font-variant-numeric:tabular-nums}.mobile-reservation-card span{overflow:hidden;font-size:.84rem;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.mobile-reservation-card small{overflow:hidden;color:#575168;font-size:.7rem;text-overflow:ellipsis;white-space:nowrap}.mobile-reservation-card.muted{opacity:.3;filter:saturate(.45)}.current-time-line{position:absolute;left:-4px;right:0;z-index:5;height:2px;background:var(--primary);pointer-events:none}.current-time-line>span{position:absolute;left:0;top:50%;width:8px;height:8px;border:2px solid #fff;border-radius:50%;background:var(--primary);transform:translate(-50%,-50%)}.current-time-line small{position:absolute;right:5px;bottom:3px;padding:1px 4px;border-radius:5px;background:#fff;color:var(--primary);font-size:.62rem;font-weight:800}.week-overview-card{margin-bottom:8px;padding:13px 14px;border-radius:14px;background:linear-gradient(125deg,#5040be,#7261e8);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:12px}.week-overview-card>div{display:grid;gap:2px}.week-overview-card span,.week-overview-card p{margin:0;font-size:.74rem;opacity:.86}.week-overview-card p{text-align:right}.week-day-list{display:grid;gap:7px}.week-day-card{padding:9px 11px 7px;border:1px solid var(--line);border-radius:13px;background:#fff}.week-day-card.today{border-color:#b9b1e8;box-shadow:inset 3px 0 var(--primary)}.week-day-heading{width:100%;min-height:44px;padding:0;border:0;background:transparent;color:inherit;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:12px}.week-day-heading>span:first-child,.week-day-stats{display:grid;gap:2px}.week-day-heading>span:first-child strong{color:var(--primary);font-size:.9rem}.week-day-heading small{color:var(--muted);font-size:.7rem}.week-day-stats{text-align:right}.week-day-stats strong{font-size:.78rem}.mini-timeline{position:relative;height:12px;border-radius:999px;background:#efedf4;overflow:hidden}.mini-reservation{position:absolute;top:0;bottom:0;min-width:3px;padding:0;border:0;border-radius:999px;background:var(--team)}.mini-reservation:focus-visible{outline:3px solid var(--primary);outline-offset:2px}.mini-time-labels{margin-top:3px;color:#8a8597;font-size:.58rem;display:flex;justify-content:space-between}.floating-add{display:none}}@media(prefers-reduced-motion:reduce){.mobile-timeline-scroll{scroll-behavior:auto}}.selection-guide{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:.86rem;margin:4px 0 10px}.selection-guide button{display:none;min-height:44px;margin-left:auto;padding:0 15px;border:1px solid var(--primary);border-radius:999px;background:#fff;color:var(--primary);font-weight:750}.selection-guide button.active{background:var(--primary);color:#fff}.day-body.selectable{cursor:crosshair}.slot-selection{position:absolute;left:4px;right:4px;z-index:4;border:2px dashed var(--primary);border-radius:9px;background:#5b48d633;padding:6px 8px;color:var(--primary-dark);pointer-events:none;display:flex;flex-direction:column;overflow:hidden}.slot-selection strong{font-size:.78rem}.slot-selection span{font-size:.7rem}.slot-confirmation{margin:22px 0 -10px;padding:12px 14px;border-radius:12px;background:#eeecfb;color:#40358c}.mobile-selection-help{margin:0 0 9px;color:var(--primary);font-size:.82rem;font-weight:700}@media(max-width:760px){.selection-guide{justify-content:flex-end}.selection-guide>svg,.desktop-guide{display:none}.selection-guide button{display:block}.day-body.selectable{touch-action:none}.day-body:not(.selectable){cursor:auto}}.timetable-dev-page{padding-bottom:32px}.timetable-dev-panel,.timetable-dev-output{margin-top:16px;padding:16px;border:1px solid #ddd8eb;border-radius:16px;background:#fff}.timetable-file-picker{min-height:96px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:1px dashed #8e83b8;border-radius:12px;cursor:pointer;text-align:center}.timetable-file-picker input{max-width:100%}.timetable-dev-panel .submit-button{margin-top:12px;display:flex;align-items:center;justify-content:center;gap:8px}.timetable-dev-panel .submit-button:disabled{opacity:.55;cursor:not-allowed}.analysis-duration{margin:12px 0 0;color:#655f72;font-size:.9rem}.timetable-dev-output h2{margin-top:0}.timetable-dev-output pre{max-height:60vh;overflow:auto;padding:12px;border-radius:10px;background:#17151d;color:#f5f1ff;font-size:.78rem;white-space:pre-wrap;overflow-wrap:anywhere}.timetable-dev-output dl div{display:grid;grid-template-columns:96px 1fr;gap:8px;margin-top:8px}.timetable-dev-output dt{font-weight:700}.error-output{border-color:#d99aa5}.spin{animation:timetable-spin 1s linear infinite}@keyframes timetable-spin{to{transform:rotate(360deg)}}.topbar-actions{display:flex;gap:9px}.image-button,.secondary-button{min-height:46px;padding:0 16px;border:1px solid var(--primary);border-radius:12px;background:#fff;color:var(--primary);font-weight:750;display:flex;align-items:center;justify-content:center;gap:7px}.timetable-page{padding-bottom:96px}.login-link{margin:12px 0}.auth-page,.profile-page{padding-top:32px}.auth-hero{text-align:center;margin:36px auto 26px}.auth-hero h1{margin-bottom:10px;font-size:clamp(1.8rem,5vw,2.35rem)}.auth-hero>p:last-child{max-width:480px;margin:auto;color:var(--muted);line-height:1.65}.google-button{width:100%;min-height:54px;border:0;border-radius:14px;background:var(--primary);color:#fff;box-shadow:var(--shadow);font-weight:800;display:flex;align-items:center;justify-content:center;gap:10px}.google-button span{width:26px;height:26px;border-radius:50%;background:#fff;color:#4285f4;display:grid;place-items:center;font-weight:900}.google-button:disabled{opacity:.58;cursor:not-allowed}.auth-divider{margin:24px 0 -7px;color:var(--muted);font-size:.82rem;display:flex;align-items:center;gap:12px}.auth-divider:before,.auth-divider:after{content:"";height:1px;background:var(--line);flex:1}.auth-form,.profile-card{margin-top:24px;padding:22px;border-radius:var(--radius);background:#fff;box-shadow:var(--shadow)}.auth-form{display:grid;gap:17px}.auth-form label{display:grid;gap:7px;font-weight:700}.auth-form input{width:100%;min-height:48px;padding:10px 12px;border:1px solid #cbc8d5;border-radius:10px}.auth-form .submit-button,.profile-card .submit-button,.profile-card .secondary-button{width:100%;justify-content:center}.auth-actions{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px}.auth-actions button{border:0;background:transparent;color:var(--primary);padding:5px 0}.auth-status{margin:22px 0 0}.success{color:#087a45;font-weight:700}.profile-card{text-align:center}.profile-heading{margin-bottom:20px;display:flex;align-items:center;gap:18px}.profile-heading h1,.profile-heading p{margin-bottom:4px}.profile-form{padding:22px;border-radius:var(--radius);background:#fff;box-shadow:var(--shadow);display:grid;gap:17px}.profile-form>label{display:grid;gap:7px;font-weight:700}.profile-form input,.profile-form select{width:100%;min-height:46px;padding:10px 12px;border:1px solid #cbc8d5;border-radius:10px;background:#fff}.profile-help{margin:0;color:var(--muted);font-size:.86rem}.profile-avatar{width:46px;height:46px;flex:none;overflow:hidden;border-radius:50%;background:#e9e5ff;color:var(--primary);font-weight:850;display:inline-grid;place-items:center}.profile-avatar.large{width:82px;height:82px;font-size:1.7rem}.profile-avatar img{width:100%;height:100%;object-fit:cover}.avatar-editor{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.avatar-editor small{width:100%;color:var(--muted);overflow-wrap:anywhere}.avatar-upload{position:relative;width:auto}.avatar-upload input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.text-danger-button,.onboarding-signout{min-height:40px;padding:0 10px;border:0;background:transparent;color:var(--danger);font-weight:700;display:inline-flex;align-items:center;gap:5px}.onboarding-page>header{margin-bottom:22px}.onboarding-signout{margin:14px auto 0;color:var(--muted)}.profile-signout{margin-top:16px;width:100%}.profile-card>svg{color:var(--primary)}.profile-card .eyebrow{margin-top:10px}.account-email{overflow-wrap:anywhere;color:var(--muted)}@media(max-width:760px){.topbar-actions{align-self:flex-start}.image-button{width:48px;padding:0;font-size:0}.image-button svg{width:22px;height:22px}}.availability-page{padding-bottom:110px}.availability-panel,.review-card,.candidate-card,.empty-result{margin-top:18px;padding:20px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 3px 15px #281f5a0a}.availability-panel{display:grid;gap:18px}.availability-panel>label{display:grid;gap:7px;font-weight:700}.availability-panel select,.event-editor input,.event-editor select{min-height:46px;padding:9px 11px;border:1px solid #cbc8d5;border-radius:10px;background:#fff}.availability-panel h2,.review-card h2{margin:0}.panel-copy,.empty-copy{margin:0;color:var(--muted)}.week-picker{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;border:1px solid #cbc8d5;border-radius:10px;overflow:hidden}.week-picker button{height:44px;border:0;background:#f7f7fb}.week-picker strong{text-align:center;font-size:.9rem}.participant-upload{position:relative;min-height:70px;padding:12px 14px;border:1px dashed #8e83b8;border-radius:13px;display:flex!important;flex-direction:row!important;align-items:center;justify-content:space-between;cursor:pointer}.participant-upload span{display:grid;gap:4px;min-width:0}.participant-upload small{color:var(--muted);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.participant-upload input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.wide-button{width:100%;justify-content:center;margin-top:18px}.review-title,.result-heading{display:flex;justify-content:space-between;align-items:center;gap:12px}.small-button{min-height:40px;padding:0 12px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--primary);font-weight:750;display:flex;align-items:center;gap:5px}.review-warning{padding:9px 11px;border-radius:9px;background:#fff7df;color:#745c0d;font-size:.85rem}.event-editor{display:grid;grid-template-columns:minmax(100px,1.5fr) 82px 112px 112px 42px;gap:7px;margin-top:10px}.event-editor.needs-review{padding:9px;border-radius:11px;background:#fff7df}.delete-event{border:0;border-radius:10px;background:#fff0f1;color:var(--danger)}.result-heading{margin-top:22px}.result-heading h2{margin:0}.candidate-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.candidate-card{margin-top:0}.candidate-card h3{margin:8px 0 3px}.candidate-card>strong{font-size:1.25rem;color:var(--primary)}.candidate-card p{margin:8px 0 15px;color:var(--muted);font-size:.86rem}.candidate-card button{width:100%;min-height:44px;border:0;border-radius:11px;background:var(--primary);color:#fff;font-weight:750}.candidate-rank{font-size:.76rem;font-weight:800;color:var(--primary)}.empty-result{text-align:center}.empty-result svg{color:var(--primary)}.empty-result .secondary-button{margin:15px auto 0}.availability-page button:disabled{opacity:.55;cursor:not-allowed}@media(max-width:760px){.availability-panel,.review-card{padding:16px}.event-editor{grid-template-columns:1fr 78px 42px}.event-editor input[type=time]{grid-row:2}.event-editor .delete-event{grid-column:3;grid-row:1/3}.candidate-list{grid-template-columns:1fr}.candidate-card{padding:17px}.availability-page .form-row{grid-template-columns:1fr}}.find-button{min-height:46px;padding:0 16px;border:1px solid var(--primary);border-radius:12px;background:#fff;color:var(--primary);font-weight:750;display:flex;align-items:center;justify-content:center;gap:7px}@media(max-width:760px){.find-button{display:none}}.status-card,.member-card,.team-card,.history-list article{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 3px 15px #281f5a0a}.status-card{margin-top:50px;padding:30px;text-align:center}.status-card>svg{color:var(--primary);width:40px;height:40px}.status-card dl{text-align:left}.status-card dl div{padding:12px 0;border-bottom:1px solid var(--line)}.status-card .secondary-button{width:100%;margin-top:20px}.global-error{position:sticky;top:0;z-index:40;padding:12px 18px;background:#fff0f1;color:var(--danger);display:flex;justify-content:center;gap:12px}.global-error button{border:0;background:transparent;color:inherit;font-weight:800}.card-actions button{min-height:40px;padding:0 12px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--primary);font-weight:750;display:inline-flex;align-items:center;justify-content:center;gap:5px}.card-actions{display:flex;flex-wrap:wrap;gap:8px}.card-actions .danger-button{color:var(--danger);background:#fff7f7}.management-page header,.list-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.search-field{display:flex;align-items:center;gap:7px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:0 12px;min-height:46px}.search-field input{border:0;outline:0;width:100%;background:transparent}.segment{display:flex;padding:4px;background:#ebe9f3;border-radius:12px}.segment button{min-height:38px;border:0;border-radius:9px;background:transparent;padding:0 13px}.segment button.active{background:#fff;color:var(--primary);box-shadow:0 2px 8px #281f5a14;font-weight:800}.management-page>.segment{margin:12px 0}.management-list,.team-list,.history-list{display:grid;gap:11px}.member-card,.team-card{padding:16px;display:flex;justify-content:space-between;align-items:center;gap:15px}.member-card>.profile-avatar+div{margin-right:auto}.member-card>div:first-child{display:grid;gap:4px}.member-card small{color:var(--muted)}.toolbar{display:grid;grid-template-columns:auto minmax(220px,440px) auto;align-items:center;gap:12px;margin-bottom:18px}.archive-toggle{display:flex;align-items:center;gap:7px}.team-list{grid-template-columns:repeat(2,minmax(0,1fr))}.team-card{border-left:5px solid var(--team);align-items:flex-end}.team-card h2{margin:4px 0}.team-card p{color:var(--muted);margin-bottom:10px}.team-card span{display:flex;gap:5px;align-items:center;font-size:.85rem}.team-editor{display:grid;gap:15px}.team-editor>label{display:grid;gap:6px;font-weight:700}.team-editor input{min-height:44px;border:1px solid var(--line);border-radius:10px;padding:9px 11px}.selected-team{display:grid;gap:5px;padding:12px;border-radius:11px;background:#f3f1ff}.selected-team span{color:var(--muted);font-size:.85rem}.selected-team button{justify-self:start;border:0;background:transparent;color:var(--primary);padding:3px 0;font-weight:750}.history-list{margin-top:20px}.history-list article{padding:15px;display:flex;gap:12px}.history-list article>svg{color:var(--primary);flex:none}.history-list p{margin:3px 0;color:var(--muted);font-size:.85rem}@media(max-width:760px){.toolbar,.team-list{grid-template-columns:1fr}.team-card,.member-card{align-items:flex-start;flex-direction:column}.list-header{align-items:flex-start}.list-header .submit-button{padding:0 12px}.status-card{margin-top:20px;padding:24px 18px}}
