@import"https://fonts.googleapis.com/css2?family=Lexend:wght@500;600&family=Lexend+Deca:wght@300;500;600&display=swap";.primary-nav-btn{border:0;border-radius:5px;width:154px;height:30px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.primary-nav-btn-label{display:inline-flex;align-items:center;justify-content:center;font-family:var(--h1-font-family);font-size:var(--h1-font-size);font-style:var(--h1-font-style);font-weight:var(--h1-font-weight);letter-spacing:var(--h1-letter-spacing);line-height:var(--h1-line-height);text-align:center;white-space:nowrap}.primary-nav-btn.unselected{background-color:#fff}.primary-nav-btn.unselected .primary-nav-btn-label{color:var(--text-dark)}.primary-nav-btn.unselected:hover{background-color:var(--primary-light);border:1px solid #363636}.primary-nav-btn.selected{background-color:var(--primary-purple)}.primary-nav-btn.selected .primary-nav-btn-label{color:var(--text-light)}.primary-nav-btn.selected:hover{background-color:var(--primary-dark)}.app-type-hero{font-family:var(--hero-font-family);font-size:var(--hero-font-size);font-style:var(--hero-font-style);font-weight:var(--hero-font-weight);letter-spacing:var(--hero-letter-spacing);line-height:var(--hero-line-height)}.app-type-page-title,.app-type-title{font-family:var(--title-font-family);font-size:var(--title-font-size);font-style:var(--title-font-style);font-weight:var(--title-font-weight);letter-spacing:var(--title-letter-spacing);line-height:var(--title-line-height)}.app-type-h1{font-family:var(--h1-font-family);font-size:var(--h1-font-size);font-style:var(--h1-font-style);font-weight:var(--h1-font-weight);letter-spacing:var(--h1-letter-spacing);line-height:var(--h1-line-height)}.app-type-h2{font-family:var(--h2-font-family);font-size:var(--h2-font-size);font-style:var(--h2-font-style);font-weight:var(--h2-font-weight);letter-spacing:var(--h2-letter-spacing);line-height:var(--h2-line-height)}.app-type-body{font-family:var(--body-font-family);font-size:var(--body-font-size);font-style:var(--body-font-style);font-weight:var(--body-font-weight);letter-spacing:var(--body-letter-spacing);line-height:var(--body-line-height)}.app-type-muted{color:#6b7280}.app-type-table-head{text-transform:none;letter-spacing:0;font-family:var(--h3-font-family);font-size:var(--h3-font-size);font-style:var(--h3-font-style);font-weight:var(--h3-font-weight);line-height:var(--h3-line-height);color:#363636}.app-type-table-cell{font-family:var(--body-font-family);font-size:var(--body-font-size);font-style:var(--body-font-style);font-weight:var(--body-font-weight);line-height:var(--body-line-height);color:#363636}.app-type-caption{font-family:var(--h3-font-family);font-size:var(--h3-font-size);font-style:var(--h3-font-style);font-weight:var(--h3-font-weight);letter-spacing:var(--body-letter-spacing);line-height:var(--h3-line-height);color:#4b5563}.app-type-value-md{font-family:var(--h2-font-family);font-size:var(--h2-font-size);font-style:var(--h2-font-style);font-weight:var(--h2-font-weight);line-height:var(--h2-line-height);color:#111827}.app-type-subtitle{font-family:var(--h2-font-family);font-size:16px;font-style:normal;font-weight:400;line-height:1.25;color:#4b5563}.app-card,.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px}.app-page-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.app-page-header--people{align-items:flex-start}.app-page-header-leading h1{margin:0}.app-page-subtitle{margin:4px 0 0}.app-page-actions{display:flex;align-items:center;gap:12px}.app-page-actions--spaced{gap:36px}.app-page-filters{margin:0}.app-page-content{max-width:none;width:100%;flex:1;min-height:0;overflow:auto}.app-page-content--calendar{display:flex;overflow:hidden}.app-page-content--detail{display:flex;flex-direction:column;overflow:hidden;background:#fff}.cta-button{border:0;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;width:143px;height:30px;padding:0 14px;cursor:pointer}.cta-button-label{color:#fff;display:inline-flex;align-items:center;justify-content:center;font-family:var(--h2-font-family);font-size:var(--h2-font-size);font-style:var(--h2-font-style);font-weight:var(--h2-font-weight);letter-spacing:var(--h2-letter-spacing);line-height:var(--h2-line-height);text-align:center;white-space:nowrap}.cta-button.main{background-color:var(--accent)}.cta-button.main:hover,.cta-button.hover{background-color:var(--accent-dark)}.cta-button.inactive{background-color:#adacac;cursor:not-allowed}.day-week-month{background-color:var(--primary-light);border:1px solid var(--text-grey);border-radius:10px;height:30px;width:267px;position:relative;display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden}.day-week-month-indicator{position:absolute;top:0;bottom:0;width:33.3333%;border:1px solid var(--primary-purple);border-radius:10px;background:#fff;transition:left .16s ease}.day-week-month-option{position:relative;z-index:1;border:0;background:transparent;color:var(--text-dark);font-family:var(--h1-font-family);font-size:15px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;padding:0}.day-week-month-option.active{color:#000}.day-week-month-option:disabled{opacity:.6;cursor:not-allowed}.segmented-filter{margin:14px 0 14px auto;width:fit-content;display:inline-grid;grid-template-columns:repeat(3,92px);gap:0;border:1px solid var(--text-grey);border-radius:999px;padding:2px;background:var(--primary-light)}.segmented-filter-btn{position:relative;z-index:1;border:0;background:transparent;color:var(--text-dark);font-family:var(--h2-font-family);font-size:15px;font-weight:700;line-height:1;height:30px;padding:0 10px;border-radius:999px}.segmented-filter-btn.active{z-index:2;background:#fff;color:#000;box-shadow:inset 0 0 0 1px var(--primary-purple)}.people-filters{margin:14px 0 14px auto;width:fit-content;display:inline-grid;grid-template-columns:repeat(3,92px);gap:0;border:1px solid var(--text-grey);border-radius:999px;padding:2px;background:var(--primary-light)}.people-filter-btn{position:relative;z-index:1;border:0;background:transparent;color:var(--text-dark);font-family:var(--h2-font-family);font-size:15px;font-weight:700;line-height:1;height:30px;padding:0 10px;border-radius:999px}.people-filter-btn.active{z-index:2;background:#fff;color:#000;box-shadow:inset 0 0 0 1px var(--primary-purple)}@media (max-width: 900px){.app-page-header{flex-direction:column;align-items:flex-start}.app-page-content{overflow:visible}.app-page-content--calendar,.app-page-content--detail{overflow:auto}.segmented-filter,.people-filters{margin-left:0;width:100%;grid-template-columns:repeat(3,minmax(0,1fr))}}.app-table{width:100%;border-collapse:collapse}.app-table th,.app-table td{text-align:left;padding:10px 8px;border-bottom:1px solid #e5e7eb}.app-table th{font-size:13px;text-transform:uppercase;letter-spacing:.02em;color:#4b5563}.app-clickable-row{cursor:pointer}.app-clickable-row:hover{background:#f8fafc}.app-form input,.app-form select,.app-form textarea{border:1px solid #d1d5db;border-radius:8px;padding:8px 10px;font-family:var(--body-font-family);font-size:var(--body-font-size);font-style:var(--body-font-style);font-weight:var(--body-font-weight);letter-spacing:var(--body-letter-spacing);line-height:var(--body-line-height)}.app-form textarea{resize:vertical}.app-form-actions{display:flex;align-items:center;gap:14px}.app-form-actions .ghost-btn,.app-form-actions .app-primary-btn,.app-form-actions .app-accent-btn{min-width:152px;height:30px;border-radius:5px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;font-family:var(--h2-font-family);font-size:var(--h2-font-size);font-style:var(--h2-font-style);font-weight:var(--h2-font-weight);letter-spacing:var(--h2-letter-spacing);line-height:var(--h2-line-height)}.app-form-actions .ghost-btn{border:1px solid #d1d5db;background:#fff;color:#363636}.app-form-actions .app-primary-btn{border:0;background:var(--primary-purple);color:#fff}.app-form-actions .app-primary-btn:hover{background:var(--primary-dark)}.app-form-actions .app-accent-btn{border:0;background:var(--accent);color:#fff}.app-form-actions .app-accent-btn:hover{background:var(--accent-dark)}.app-primary-btn{border:0;background:var(--primary-purple);color:#fff}.app-primary-btn:hover{background:var(--primary-dark)}.app-accent-btn{border:0;background:var(--accent);color:#fff}.app-accent-btn:hover{background:var(--accent-dark)}.detail-screen-page{height:100%;min-height:0;display:flex;flex-direction:column;gap:12px;border:0;background:transparent;padding:0}.detail-screen-head{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px}.detail-screen-title{display:inline-flex;align-items:center;gap:16px;min-width:0}.detail-screen-title h2{margin:0;font-family:var(--hero-font-family);font-size:var(--hero-font-size);font-style:var(--hero-font-style);font-weight:var(--hero-font-weight);letter-spacing:var(--hero-letter-spacing);line-height:var(--hero-line-height);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.detail-screen-action-btn{height:30px;min-width:152px;border-radius:5px;padding:0 14px;font-family:var(--h2-font-family);font-size:var(--h2-font-size);font-style:var(--h2-font-style);font-weight:var(--h2-font-weight);letter-spacing:var(--h2-letter-spacing);line-height:var(--h2-line-height);display:inline-flex;align-items:center;justify-content:center}.detail-screen-layout{flex:1;min-height:0;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:0}.detail-screen-column{min-width:0;min-height:0;display:flex;flex-direction:column;gap:12px;overflow-y:auto;overflow-x:hidden}.detail-screen-main{padding-right:18px}.detail-screen-side{border-left:1px solid #d1d5db;padding-left:18px;padding-right:4px}.detail-screen-panel{border:0;border-bottom:1px solid #d1d5db;border-radius:0;padding:0 0 12px;background:transparent}.detail-screen-note-entry{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}.detail-screen-note-entry .ghost-btn{align-self:flex-end}.app-section-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.app-section-head h3,.app-section-head h4{margin:0}.app-section-meta{color:#111827;font-size:22px}.app-section-toggle{width:100%;background:transparent;color:#111827;padding:0}.app-row-selected{background:#f2ecfb;border-left:4px solid var(--primary-light)}@media (max-width: 980px){.detail-screen-head{grid-template-columns:1fr;align-items:flex-start}.detail-screen-title h2{font-size:var(--title-font-size)}.detail-screen-layout{grid-template-columns:1fr}.detail-screen-column{overflow:visible;padding-right:0}.detail-screen-side{border-left:0;border-top:1px solid #d1d5db;padding-left:0;padding-top:12px}}.courses-list-card{padding:18px 20px}.courses-list-table td{vertical-align:middle}.courses-list-table .app-clickable-row:hover{background:#f2ecfb}.course-detail-title-rich{gap:14px}.course-detail-layout{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)}.course-detail-panel-rich h3{margin:0 0 10px;font-family:var(--title-font-family);font-size:var(--title-font-size);font-style:var(--title-font-style);font-weight:var(--title-font-weight);letter-spacing:var(--title-letter-spacing);line-height:var(--title-line-height)}.course-detail-panel-rich h4{margin:0;font-family:var(--h1-font-family);font-size:var(--h1-font-size);font-style:var(--h1-font-style);font-weight:var(--h1-font-weight);letter-spacing:var(--h1-letter-spacing);line-height:var(--h1-line-height)}.course-detail-copy{margin:0;color:#363636;line-height:1.35;white-space:pre-wrap}.course-detail-side-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.course-detail-side-head .ghost-btn{height:22px;min-width:110px;border-radius:5px;background:#e8dbf9;color:#363636;padding:0 12px}.course-detail-people-group{margin-bottom:12px}.course-students-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.chip-grid{display:flex;flex-wrap:wrap;gap:8px}.chip{border:1px solid #d1d5db;background:#f9fafb;border-radius:8px;padding:4px 10px;font-size:14px;color:#374151}.course-detail-classes-table th:last-child,.course-detail-classes-table td:last-child{white-space:nowrap;width:1%}.course-detail-classes-table .status-pill{min-width:118px;justify-content:center;white-space:nowrap}.new-course-page-card{padding:4px 8px 10px;border:0;background:transparent}.new-course-page-form{overflow:visible;padding-right:0;gap:8px}.new-course-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.new-course-head h3{margin:0}.new-course-head-actions{gap:10px}.new-course-layout{display:grid;grid-template-columns:minmax(0,1fr) 440px;gap:18px;align-items:start}.new-course-left h4,.new-course-right h4{margin:0 0 6px}.course-title-field input{min-height:40px}.course-description-field textarea{min-height:88px}.course-syllabus-field textarea{min-height:132px}.new-course-left{border-right:1px solid #d1d5db;padding-right:16px;display:flex;flex-direction:column;gap:6px}.new-course-left>label{margin:0}.new-course-left .course-filter-dropdown{margin-top:2px}.new-course-right{display:flex;flex-direction:column;gap:10px}.new-course-right .form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px}.new-course-right .form-grid>label{gap:4px}.new-course-right .course-filter-summary{min-height:30px;height:30px;border-radius:8px;justify-content:flex-start;padding:0 10px;border:1px solid #d1d5db;background:#fff}.new-course-right .field-helper{margin-top:-2px}.new-course-schedule-head{display:grid;grid-template-columns:minmax(0,1fr);gap:8px}.new-course-page-form .schedule-list{gap:6px}.new-course-page-form .schedule-row-title{font-size:13px;color:#6b7280}.new-course-page-form .course-filter-summary,.new-course-page-form input,.new-course-page-form select,.new-course-page-form textarea{min-height:38px}.new-course-page-form .schedule-row-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px 10px}.new-course-page-form .schedule-row{padding:8px}.new-course-page-form .schedule-row-actions{margin-top:6px}.new-course-page-form .schedule-list>.ghost-btn{height:20px;min-width:230px;border-radius:5px;background:#e8dbf9;color:#363636;align-self:center;padding:0 14px}.schedule-row-grid-head{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px 10px;margin-bottom:6px}.schedule-row-grid-head>span{font-weight:700;color:#1f2937}.schedule-row-grid-course{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px 10px}.schedule-row-grid-course label{gap:0}.course-schedule-row{border:1px solid #d1d5db;border-radius:10px}.course-schedule-row .schedule-row-actions{justify-content:flex-end}@media (max-width: 980px){.new-course-head{flex-direction:column;align-items:flex-start}.new-course-layout{grid-template-columns:1fr;gap:16px}.new-course-left{border-right:0;border-bottom:1px solid #d1d5db;padding-right:0;padding-bottom:14px}.new-course-right .form-grid,.new-course-page-form .schedule-row-grid{grid-template-columns:1fr}}.calendar-card{display:flex;flex-direction:column;gap:10px;width:100%;height:100%;min-height:0}.calendar-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.calendar-heading-row{display:grid;grid-template-columns:44px minmax(360px,1fr) 44px;align-items:center;width:min(720px,100%)}.calendar-heading-row h2{margin:0;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.icon-btn{background:transparent;color:#6b7280;border:0;padding:2px 8px;font-size:42px;line-height:1}.icon-btn:hover{color:#111827}.calendar-mode-toggle{display:flex;align-items:center;gap:8px}.calendar-filter-dropdown{position:relative}.calendar-filter-dropdown summary{list-style:none}.calendar-filter-dropdown summary::-webkit-details-marker{display:none}.calendar-filter-menu{position:absolute;top:calc(100% + 6px);right:0;min-width:200px;z-index:20;background:#fff;border:1px solid #d1d5db;border-radius:10px;padding:8px;box-shadow:0 10px 24px #0f172a1f;display:grid;gap:6px}.calendar-filter-option{display:flex;align-items:center;gap:8px;font-size:14px}.calendar-grid-scroll{flex:1;min-height:0;overflow-x:auto;overflow-y:auto;padding-bottom:4px}.calendar-grid{min-width:100%;display:grid;grid-template-columns:70px 1fr;gap:0}.calendar-days.day{grid-template-columns:minmax(680px,1fr)}.calendar-days.week{grid-template-columns:repeat(7,minmax(180px,1fr))}.calendar-time-column{border-right:1px solid #e5e7eb;padding-right:8px;position:sticky;left:0;z-index:5;background:#fff}.calendar-time-header{height:44px;position:sticky;top:0;left:0;z-index:3;background:#f9fafb;border-bottom:1px solid #e5e7eb}.calendar-time-body{position:relative}.calendar-time-tick{position:absolute;right:8px;transform:translateY(-50%);font-size:12px;color:#6b7280;white-space:nowrap}.calendar-days{display:grid}.calendar-day-column{border-right:1px solid #e5e7eb}.calendar-day-column:last-child{border-right:0}.calendar-day-header{height:44px;display:flex;align-items:center;justify-content:center;font-weight:700;border-bottom:1px solid #e5e7eb;background:#f9fafb;position:sticky;top:0;z-index:3}.calendar-day-header.today{color:#1d4ed8;background:#eff6ff}.calendar-day-body{position:relative}.calendar-hour-line{position:absolute;left:0;right:0;border-top:1px dashed #e5e7eb}.calendar-event{position:absolute;border:1px solid #d1d5db;border-left:4px solid #2563eb;border-radius:8px;background:#fff;padding:6px 8px;display:flex;flex-direction:column;gap:4px;overflow:hidden;cursor:pointer}.calendar-event strong{font-size:13px}.calendar-event span{font-size:12px;color:#4b5563}.calendar-event .event-meta{margin-top:auto}.calendar-event.tone-ok{border-left-color:#16a34a}.calendar-event.tone-warn{border-left-color:#f59e0b}.calendar-event.tone-full{border-left-color:#dc2626}.calendar-event.tone-neutral{border-left-color:#64748b}.calendar-event.is-moved{border-left-color:#9ca3af;background:#e5e7eb}.calendar-event.is-moved span,.calendar-event.is-moved strong{color:#374151}.calendar-event:focus-visible{outline:2px solid #2563eb;outline-offset:1px}.event-meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.class-screen-page{flex:1;min-height:0;overflow:hidden;padding:0 0 0 2px;background:#fff}.class-screen-body{height:100%;display:flex;flex-direction:column;gap:14px}.class-screen-head{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #d1d5db;padding-bottom:10px}.class-screen-head-left{min-width:0;display:flex;align-items:center;gap:12px}.class-screen-head-right{display:flex;align-items:center;gap:10px;flex-shrink:0}.class-back-btn{font-size:34px;padding:0 6px}.class-screen-title{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.class-screen-details{border-bottom:1px solid #d1d5db;padding-bottom:10px}.class-screen-details-top{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:start}.class-screen-details-main{min-width:0}.class-screen-details h3{margin:0 0 8px}.class-screen-details-grid{margin-left:10px;display:flex;align-items:baseline;gap:26px;flex-wrap:nowrap;align-items:start;min-width:0}.class-screen-details-grid>div{display:flex;align-items:baseline;gap:10px;min-width:0;white-space:nowrap}.class-screen-details-grid span{font-size:16px;font-weight:600;white-space:nowrap}.class-screen-details-grid strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:300}.class-link{color:#0a69c9;text-decoration:underline}.class-link-btn{border:0;background:transparent;color:#0a69c9;text-decoration:underline;padding:0;height:auto;line-height:1.2;border-radius:0;cursor:pointer;font:inherit;white-space:nowrap}.class-screen-trainers-block{min-width:360px}.class-screen-trainer-links{margin-left:10px;display:flex;align-items:baseline;flex-wrap:wrap;gap:0}.class-trainer-sep{color:#4b5563}.class-screen-status-inline{display:none}.class-edit-grid-inline{margin-top:4px}.class-screen-layout{min-height:0;flex:1;display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:16px;align-items:stretch;overflow:hidden}.class-screen-main{min-height:0;display:flex;flex-direction:column;gap:14px;overflow-y:auto;padding-right:8px}.class-screen-attendance{min-height:0;position:sticky;top:0;align-self:start;height:100%}.class-panel{border-top:1px solid #d1d5db;padding-top:12px}.class-panel-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.class-panel-head.app-section-toggle{border:0;cursor:pointer}.class-panel-head h4{margin:0;font-size:20px;font-family:var(--h1-font-family);font-weight:var(--h1-font-weight)}.class-panel-content{border:1px solid #d1d5db;border-radius:10px;background:#fff;padding:10px;min-height:0}.class-actions-panel .class-panel-content,.class-panel-attendance .class-panel-content{max-height:540px;overflow:auto}.class-actions-panel .class-panel-content{border:0;border-radius:0;background:transparent;padding:0;max-height:none;overflow:visible}.class-plan-content{min-height:300px;color:#9ca3af}.class-notes-content{min-height:220px}.class-actions-list{gap:0}.class-actions-list .class-actions-item{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:10px;border:0!important;border-bottom:1px solid #e5e7eb!important;border-radius:0!important;padding:10px 0!important;background:transparent;flex-direction:row!important}.class-actions-list .class-actions-item:last-child{border-bottom:1px solid #e5e7eb!important}.class-actions-item input[type=checkbox]{width:16px;height:16px;margin:0 0 0 10px}.class-action-content{min-width:0}.class-action-text{margin:0;font-size:16px;font-weight:300}.class-action-text.is-completed{text-decoration:line-through;color:#6b7280}.class-action-meta{margin:4px 0 0;font-size:14px;color:#4b5563}.class-action-edit-input{width:100%;border:1px solid #c5ccd8;border-radius:8px;padding:8px 10px;font-size:16px;font-weight:300}.class-action-controls{display:flex;align-items:center;gap:8px;margin-right:10px}.class-action-delete-btn{min-width:36px;padding:8px 10px}.class-add-action-row{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:10px}.class-secondary-btn{border:1px solid #d1d5db;border-radius:8px;padding:8px 14px;min-width:112px;background:#e8dbf9;color:#4c206b;font-weight:600}.class-secondary-btn:disabled{background:#e5e7eb;color:#6b7280;border-color:#d1d5db;cursor:not-allowed}.event-inline-editor{margin-top:10px}.event-inline-editor textarea,.event-inline-editor input{width:100%}.attendance-list{gap:0}.attendance-item{border:0!important;border-bottom:1px solid #e5e7eb!important;border-radius:0!important;display:grid;grid-template-columns:22px 1fr 34px;align-items:center;gap:10px;padding:10px 4px!important}.attendance-item:last-child{border-bottom:0!important}.attendance-main p{margin:0;font-size:16px;font-weight:300}.attendance-note-btn{padding:2px 6px;min-width:30px;min-height:30px;justify-self:end}.class-panel-attendance{display:flex;flex-direction:column;min-height:0;height:calc(100vh - 230px);min-height:440px;max-height:760px}.class-panel.class-panel-attendance{border-top:0;padding-top:0;background:#faf8fe;border-radius:12px;padding-inline:12px;padding-bottom:12px}.class-panel-attendance .class-panel-head{margin:0;padding:10px 2px 8px}.class-panel-attendance .class-panel-content{background:transparent;border:0;border-radius:0;padding:0;max-height:none;flex:1;overflow:auto}.event-modal-card{width:min(1060px,100%);max-height:min(88vh,860px)}.event-modal-body{display:flex;flex-direction:column;gap:10px;min-height:0;overflow:hidden}.event-modal-layout{flex:1;min-height:0;display:grid;grid-template-columns:2fr 1.2fr;grid-template-rows:auto minmax(180px,1fr) minmax(180px,1fr);grid-template-areas:"summary controls" "plan side" "notes side";gap:10px}.event-summary-card{grid-area:summary;border:1px solid #a09f9f;border-radius:10px;background:#fff;padding:16px 22px}.event-summary-card h4{margin:0;font-family:Lato,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:24px;line-height:1.2;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.event-summary-row{display:grid;align-items:center}.event-summary-row-top{grid-template-columns:minmax(240px,1.3fr) auto auto;gap:28px}.event-summary-row-bottom{grid-template-columns:auto minmax(0,1fr);gap:28px;margin-top:18px}.event-inline-field{display:inline-flex;align-items:baseline;gap:10px;min-width:0}.event-inline-field span{font-family:Lato,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.2;color:#000;white-space:nowrap;font-weight:400}.event-inline-field strong{font-family:Lexend Deca,Lato,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.2;color:#000;font-weight:500;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.event-class-edit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.event-class-edit-grid label{display:flex;flex-direction:column;gap:6px}.event-class-edit-grid label:first-child{grid-column:1 / -1}.event-header-controls{grid-area:controls;display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.event-status-row{display:flex;align-items:center;gap:8px;flex-wrap:nowrap}.event-status-row>span{font-size:20px;white-space:nowrap}.event-panel{border:1px solid #d1d5db;border-radius:10px;background:#f8fafc;padding:10px;min-height:0;overflow:hidden;display:flex;flex-direction:column}.event-panel h4{margin:0 0 8px;font-size:18px}.event-panel-main{background:#f3f4f6}.plan-panel{grid-area:plan}.notes-panel{grid-area:notes}.event-panel-content{border:1px solid #e5e7eb;border-radius:8px;background:#fff;padding:10px;overflow:auto;color:#111827;white-space:pre-wrap;min-height:0;flex:1}.event-side-wrap{grid-area:side;display:grid;grid-template-columns:1fr 1fr;gap:10px;min-height:0}.event-panel-side .simple-list{overflow:auto}.event-panel-side .event-panel-content{flex:1;min-height:0;overflow:auto}.event-panel-list{display:flex;flex-direction:column}.event-panel-list .simple-list{flex:1;min-height:0;overflow:auto}.simple-list.compact{gap:6px}.simple-list.compact li{padding:6px 8px}.class-panel-attendance .attendance-list{gap:4px}.class-panel-attendance .attendance-item{display:grid;grid-template-columns:22px minmax(0,1fr) 22px;align-items:center;gap:12px;padding:10px 6px!important;border:0!important;border-radius:0!important}.class-panel-attendance .attendance-check{display:inline-flex;align-items:center;justify-content:center}.class-panel-attendance .attendance-check input[type=checkbox]{width:16px;height:16px;margin:0}.class-panel-attendance .attendance-main p{margin:0;font-size:16px;font-weight:300;color:#1f2937}.class-panel-attendance .attendance-note-btn{border:0;background:transparent;padding:0;min-width:20px;min-height:20px;width:20px;height:20px;line-height:1;justify-self:end;color:#9ca3af}.class-panel-attendance .attendance-note-btn:disabled{opacity:.5}.attendance-note-icon{width:18px;height:18px;display:block}.event-inline-editor{margin-top:8px}.event-inline-editor input,.event-inline-editor textarea{width:100%}@media (max-width: 900px){.calendar-heading-row h2{text-align:left}.calendar-heading-row{grid-template-columns:40px minmax(0,1fr) 40px;width:100%}.calendar-grid{grid-template-columns:56px 1fr}.calendar-days.day{grid-template-columns:minmax(560px,1fr)}.calendar-days.week{grid-template-columns:repeat(7,minmax(150px,1fr))}.calendar-mode-toggle{width:100%}.event-modal-layout{grid-template-columns:1fr;grid-template-rows:auto minmax(160px,1fr) minmax(160px,1fr) minmax(180px,1fr);grid-template-areas:"summary" "controls" "plan" "notes" "side"}.event-summary-card h4{font-size:22px}.event-summary-row-top{grid-template-columns:1fr;gap:12px}.event-summary-row-bottom{grid-template-columns:1fr;gap:12px;margin-top:16px}.event-inline-field span{font-size:14px}.event-inline-field strong{font-size:16px}.event-side-wrap{grid-template-columns:1fr}.event-header-controls{justify-content:flex-start}.event-class-edit-grid{grid-template-columns:1fr}.class-screen-details-top{grid-template-columns:1fr;gap:10px}.class-screen-trainers-block{min-width:0}.class-screen-details-grid{flex-wrap:wrap;gap:10px 18px}}.people-list-card{border-radius:12px}.people-table th.people-attended-col,.people-table td.people-attended-col{text-align:center}.people-table .app-clickable-row:hover{background:#f2ecfb}.person-detail-head .ghost-btn{height:30px;min-width:128px;border-radius:5px;padding:0 14px;background:#efeff4;color:#111827;display:inline-flex;align-items:center;justify-content:center}.person-detail-panel h3{margin:0 0 10px;font-family:var(--title-font-family);font-size:var(--title-font-size);font-style:var(--title-font-style);font-weight:var(--title-font-weight);letter-spacing:var(--title-letter-spacing);line-height:var(--title-line-height)}.person-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 16px}.person-detail-grid>div{display:flex;flex-direction:column;gap:2px}.person-detail-grid span{color:#4b5563}.person-detail-relationships,.person-detail-waiver{margin-top:12px}.person-detail-classes-subtitle{margin-left:8px}.person-detail-title .status-pill.active{background:var(--primary-purple);color:#fff;padding-inline:24px}.person-courses-table .status-pill{min-width:132px;height:32px;padding:0 14px;white-space:nowrap}@media (max-width: 980px){.person-detail-grid{grid-template-columns:1fr}}.new-person-page-card{padding:6px 8px 10px;border:0;background:transparent}.new-person-page-form{overflow:visible;padding-right:0}.new-person-form{display:flex;flex-direction:column;gap:18px}.new-person-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.new-person-title-row{display:flex;align-items:center;gap:12px}.new-person-title-row h3{margin:0}.new-person-head-actions{gap:14px}.new-person-layout{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:28px}.new-person-left h4,.new-person-waiver h4{margin:0 0 10px}.new-person-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px}.new-person-grid label,.new-person-relationship label,.new-person-notes label,.new-person-waiver label{display:flex;flex-direction:column;gap:6px}.new-person-relationship{margin-top:18px}.new-person-relationship-row{display:grid;grid-template-columns:minmax(170px,1fr) auto minmax(190px,1fr);gap:10px;align-items:center;margin-bottom:10px}.new-person-relationship-row span{color:#4b5563}.new-person-notes{margin-top:20px}.inactive-status-warning{margin:2px 0 0;color:#9a3412;background:#ffedd5;border:1px solid #fdba74;border-radius:8px;padding:8px 10px;font-size:13px}.new-person-waiver{background:#eee9f6;border:1px solid #ddd2ee;border-radius:10px;padding:18px;height:fit-content}.new-person-waiver-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;margin-top:8px}.new-person-waiver-grid label:last-child{grid-column:span 2}.new-person-form .status-pill.inactive{padding:8px 28px;border-radius:999px;background:#c4c4c4;color:#363636}.new-person-form label.checkbox-row{display:inline-flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px}@media (max-width: 980px){.new-person-head{flex-direction:column;align-items:flex-start}.new-person-layout{grid-template-columns:1fr;gap:16px}.new-person-grid,.new-person-waiver-grid{grid-template-columns:1fr}.new-person-waiver-grid label:last-child{grid-column:auto}.new-person-relationship-row{grid-template-columns:1fr}}:root{color-scheme:light;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#f3f4f6;color:#111827;--accent: #e16c18;--accent-dark: #a74e0e;--primary-dark: #4c206b;--primary-light: #e8dbf9;--primary-purple: #552b80;--text-dark: #363636;--text-light: #f5f7ff;--h1-font-family: "Lexend", "Lexend Deca", Helvetica, Arial, sans-serif;--h1-font-size: 20px;--h1-font-style: normal;--h1-font-weight: 600;--h1-letter-spacing: 0;--h1-line-height: normal;--h2-font-family: "Lexend", "Lexend Deca", Helvetica, Arial, sans-serif;--h2-font-size: 18px;--h2-font-style: normal;--h2-font-weight: 600;--h2-letter-spacing: 0;--h2-line-height: normal;--h3-font-family: "Lexend Deca", Helvetica, Arial, sans-serif;--h3-font-size: 16px;--h3-font-style: normal;--h3-font-weight: 500;--h3-letter-spacing: 0;--h3-line-height: normal;--body-font-family: "Lexend Deca", Helvetica, Arial, sans-serif;--body-font-size: 16px;--body-font-style: normal;--body-font-weight: 300;--body-letter-spacing: 0;--body-line-height: normal;--title-font-family: "Lexend Deca", Helvetica, Arial, sans-serif;--title-font-size: 32px;--title-font-style: normal;--title-font-weight: 600;--title-letter-spacing: 0;--title-line-height: normal;--hero-font-family: "Lexend Deca", Helvetica, Arial, sans-serif;--hero-font-size: 36px;--hero-font-style: normal;--hero-font-weight: 600;--hero-letter-spacing: 0;--hero-line-height: normal}*{box-sizing:border-box}body{margin:0;min-height:100vh;overflow:hidden;font-family:var(--body-font-family);font-size:var(--body-font-size);font-style:var(--body-font-style);font-weight:var(--body-font-weight);line-height:var(--body-line-height);color:var(--text-dark);background:#f3f4f6}.app-layout{height:100vh;display:grid;grid-template-columns:188px 1fr}.sidebar{background:var(--primary-light);border-right:1px solid #e5e7eb;padding:0;display:flex;flex-direction:column;gap:0}.sidebar-brand{margin-bottom:36px;min-height:44px;display:flex;align-items:center;justify-content:center;padding:20px 15px}.sidebar-brand-logo{display:block;width:176px;height:auto;max-width:100%}.sidebar-nav{display:flex;flex-direction:column;gap:30px;padding:0 15px}.nav-btn{border:1px solid #d1d5db;border-radius:8px;background:#f9fafb;color:#111827;text-align:left;padding:10px 12px}.sidebar-bottom{margin-top:auto;padding:10px 15px 20px}.sidebar-signout-btn{width:100%}.nav-btn.active{background:#dbeafe;border-color:#93c5fd;color:#1d4ed8}.nav-btn:disabled{opacity:.5;cursor:not-allowed}.app-main{min-width:0;padding:22px;height:100vh;display:flex;flex-direction:column;overflow:hidden}.app-main.app-main-person-detail{background:#fff}.org-switcher{display:flex;flex-direction:column;gap:6px;font-size:14px}select,input,button{font:inherit}select,input{border:1px solid #d1d5db;border-radius:8px;padding:10px 12px}select{padding-right:32px}textarea{font:inherit;border:1px solid #d1d5db;border-radius:8px;padding:10px 12px;resize:vertical}button{border:0;border-radius:8px;padding:10px 14px;background:#2563eb;color:#fff;cursor:pointer}button:disabled{opacity:.7}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:16px}.auth-card{width:100%;max-width:420px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:12px}.auth-card h1,.auth-card p{margin:0}.auth-card label{display:flex;flex-direction:column;gap:6px}.error{color:#b91c1c;margin:0 0 12px}.muted-note{color:#6b7280;font-size:14px;margin:0 0 12px}.course-filter-dropdown{position:relative}.course-filter-dropdown summary{list-style:none}.course-filter-dropdown summary::-webkit-details-marker{display:none}.course-filter-summary{width:100%;text-align:left}.course-filter-menu{position:absolute;top:calc(100% + 6px);left:0;right:0;min-width:280px;z-index:30;background:#fff;border:1px solid #d1d5db;border-radius:10px;padding:8px;box-shadow:0 10px 24px #0f172a1f;display:grid;gap:8px}.course-filter-options{max-height:220px;overflow:auto;display:grid;gap:6px}.course-filter-option{display:flex;align-items:center;gap:8px;font-size:14px}.new-course-form .course-filter-option{flex-direction:row;justify-content:flex-start;margin:0}.toggle-btn{background:#eef2ff;color:#1e3a8a}.toggle-btn.active{background:#1e40af;color:#fff}.status-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:4px 10px;font-size:13px;font-weight:700;text-transform:capitalize}.status-pill.completed,.status-pill.published{background:#dcfce7;color:#166534}.status-pill.cancelled,.status-pill.archived,.status-pill.canceled{background:#d4d4d4;color:#363636}.status-pill.moved{background:#e5e7eb;color:#374151}.status-pill.scheduled,.status-pill.draft{background:#dbeafe;color:#1d4ed8}.status-pill.complete{background:#e5e7eb;color:#374151}.status-pill.in_progress{background:#552b80;color:#fff}.status-pill.upcoming,.status-pill.active{background:#e8dbf9;color:#4c206b}.status-pill.inactive{background:#e5e7eb;color:#363636}.status-pill.attended,.status-pill.present{background:#e5e7eb;color:#374151}.status-pill.missed,.status-pill.absent{background:#fee2e2;color:#991b1b}.status-pill.late{background:#ffedd5;color:#9a3412}.status-pill.excused{background:#dbeafe;color:#1d4ed8}.capacity-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:4px 10px;font-size:13px;font-weight:700}.capacity-pill.neutral{background:#e5e7eb;color:#374151}.capacity-pill.ok{background:#dcfce7;color:#166534}.capacity-pill.warn{background:#ffedd5;color:#9a3412}.capacity-pill.full{background:#fee2e2;color:#991b1b}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#11182773;display:grid;place-items:center;padding:16px;z-index:2000}.modal-card{width:min(720px,100%);background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:16px;max-height:min(92vh,920px);display:flex;flex-direction:column;overflow:hidden}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.modal-header h3{margin:0;font-size:24px}.new-course-form{display:flex;flex-direction:column;gap:10px;overflow:auto;padding-right:6px}.new-course-form label{display:flex;flex-direction:column;gap:6px}.field-helper{font-size:12px;color:#6b7280;margin-top:-3px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.checkbox-row input[type=checkbox]{width:16px;height:16px;flex:0 0 auto}.modal-actions{display:flex;justify-content:flex-end;gap:8px;position:sticky;bottom:0;background:#fff;padding-top:8px;border-top:1px solid #f3f4f6}.ghost-btn{background:#f3f4f6;color:#111827}.schedule-list{display:flex;flex-direction:column;gap:10px}.schedule-row{border:1px solid #e5e7eb;border-radius:10px;padding:10px}.schedule-row-title{font-weight:700;margin-bottom:8px}.schedule-row-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.schedule-row-actions{margin-top:8px;display:flex;justify-content:flex-end}.field-title{font-size:14px;font-weight:600;margin-bottom:6px}.role-chips{display:flex;flex-wrap:wrap;gap:8px}.chip-check{display:inline-flex;align-items:center;gap:6px;border:1px solid #d1d5db;border-radius:999px;padding:6px 10px;background:#f9fafb}.person-edit-modal{width:min(860px,100%)}.person-modal-section{border-top:1px solid #e5e7eb;padding-top:10px}.person-modal-section h4{margin:0 0 8px}.person-note-add{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}.simple-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.simple-list li{border:1px solid #e5e7eb;border-radius:8px;padding:8px 10px;display:flex;flex-direction:column;gap:4px}.simple-list li p{margin:0}.inline-meta{color:#6b7280;font-size:12px}.assign-course-row{display:grid;grid-template-columns:1fr auto;gap:8px;margin-bottom:10px}.attendance-note-modal{width:min(560px,100%)}.list-item-actions{display:flex;justify-content:flex-end}@media (max-width: 900px){body{overflow:auto}.app-layout{height:auto;min-height:100vh;grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid #e5e7eb}.app-main{height:auto;overflow:visible}.form-grid,.schedule-row-grid{grid-template-columns:1fr}}
