@import "https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&family=Roboto:wght@400;500;600&display=swap";:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#d7d4cf;font-synthesis:none;--bg:#111314;--sidebar:#0c0e0f;--surface:#17191a;--surface-2:#1c1e1f;--surface-hover:#202223;--border:#292c2d;--border-strong:#3c3f40;--text:#d7d4cf;--text-strong:#e5e1db;--muted:#9d9b98;--accent:#8d292d;--accent-hover:#a33438;--accent-soft:#8d292d33;--danger:#b24a4c;background:#111314;font-family:Roboto,system-ui,sans-serif}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#332f2b;--bg:#f7f3ed;--sidebar:#e8e0d7;--surface:#fffdfa;--surface-2:#eee7df;--surface-hover:#e2d9cf;--border:#cfc5bb;--border-strong:#aa9d92;--text:#332f2b;--text-strong:#151311;--muted:#5e5751;--accent:#8d292d;--accent-hover:#742225;--accent-soft:#8d292d1a;--danger:#a13c40;background:#f7f3ed}*{box-sizing:border-box}html,body,#root{min-height:100%}body{background:var(--bg);min-width:320px;color:var(--text);margin:0;transition:background-color .18s,color .18s}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline-offset:2px;outline:2px solid #9b484a}h1,h2,h3,p{margin-top:0}h1,h2{color:var(--text-strong);font-family:PT Serif,Georgia,serif;font-weight:400}.visually-hidden{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.app-loading{place-items:center;min-height:100vh;display:grid}.app-loading:after{content:"";border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:30px;height:30px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.app-shell{grid-template-columns:230px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{background:var(--sidebar);border-right:1px solid var(--border);z-index:20;flex-direction:column;height:100vh;padding:24px 12px 16px;display:flex;position:sticky;top:0}.sidebar__brand{justify-content:center;align-items:flex-start;height:142px;display:flex}.brand-link{border-radius:6px;display:inline-flex}.brand-link:focus-visible{outline-offset:3px;outline:2px solid #bd5558b8}.brand{flex-direction:column;align-items:center;gap:4px;display:flex}.brand img{object-fit:contain;width:120px;height:120px}.sidebar__brand .brand img,.mobile-header .brand img,.mobile-menu .brand img,.auth-identity .brand img{filter:saturate(.92)brightness(.94)}.brand--compact{flex-direction:row}.brand--compact img{width:38px;height:38px}.sidebar__nav{flex-direction:column;gap:4px;display:flex}.nav-link{color:#a6a4a1;border-left:2px solid #0000;border-radius:6px;align-items:center;gap:14px;min-height:52px;padding:0 15px;transition:background .18s,color .18s,border-color .18s;display:flex}.nav-link:hover{color:var(--text);background:#ffffff06}.nav-link--active{color:var(--text-strong);background:var(--accent-soft);border-left-color:#a63b3f}.nav-divider{background:var(--border);height:1px;margin:10px 8px}.sidebar__bottom{gap:10px;margin-top:auto;display:grid}.theme-switch{border:0;border-top:1px solid var(--border);width:100%;min-height:48px;color:var(--muted);cursor:pointer;text-align:left;background:0 0;grid-template-columns:19px minmax(0,1fr) 34px;align-items:center;gap:10px;padding:0 12px;transition:color .18s,background .18s;display:grid}.theme-switch:hover{color:var(--text-strong);background:#ffffff06}.theme-switch>svg{stroke-width:1.7px;width:19px;height:19px}.theme-switch>span:not(.theme-switch__track){white-space:nowrap;min-width:0;font-size:14px}.theme-switch__track{border:1px solid var(--border-strong);background:var(--surface-2);border-radius:10px;width:34px;height:20px;transition:border-color .18s,background .18s;position:relative}.theme-switch__track>span{background:var(--muted);border-radius:50%;width:14px;height:14px;transition:transform .18s,background .18s;position:absolute;top:2px;left:2px}.theme-switch[aria-pressed=true] .theme-switch__track{background:var(--accent-soft);border-color:#8d292d80}.theme-switch[aria-pressed=true] .theme-switch__track>span{background:var(--accent);transform:translate(14px)}.sidebar-card,.sidebar-chat{color:#aaa8a5;border-top:1px solid var(--border);align-items:center;gap:12px;padding:14px;display:flex}.sidebar-card div{gap:3px;display:grid}.sidebar-card span{color:var(--muted);font-size:12px}.sidebar-card strong{color:#c9c5c0;font-size:14px;font-weight:500}.sidebar-chat{justify-content:space-between}.sidebar-logout{border:0;border-top:1px solid var(--border);color:#969491;cursor:pointer;text-align:left;background:0 0;align-items:center;gap:12px;width:100%;min-height:48px;padding:0 14px;display:flex}.sidebar-logout:hover{color:#c8c4bf;background:#ffffff06}.sidebar-logout svg{stroke-width:1.6px;width:19px}.mobile-header,.mobile-menu-wrap{display:none}.app-main{min-width:0}.button{cursor:pointer;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:9px;min-height:44px;padding:0 20px;transition:all .18s;display:inline-flex}.button--primary{background:var(--accent);color:#eee9e3}.button--primary:hover{background:var(--accent-hover)}.button--outline{color:#c8c4bf;border-color:var(--border-strong);background:0 0}.button--outline:hover{background:#ffffff05;border-color:#666}.button--ghost{color:var(--muted);background:0 0}.button--danger{color:#c66063;background:#97303414;border-color:#b24a4c73}.button--danger:hover{background:#97303426;border-color:#c64d50b3}.button:disabled{opacity:.45;cursor:not-allowed}.pwa-install-button{right:18px;bottom:calc(18px + env(safe-area-inset-bottom));z-index:80;background:#17191a;border-color:#4a4d4e;position:fixed;box-shadow:0 12px 34px #00000059}.pwa-install-button:hover{background:#1d2021;border-color:#696c6d}.pwa-install-button svg{stroke-width:1.7px;width:19px;height:19px}.pwa-update-prompt{z-index:88;right:18px;bottom:calc(18px + env(safe-area-inset-bottom));border:1px solid var(--border-strong);background:var(--surface);border-radius:7px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;width:min(410px,100vw - 36px);min-height:76px;padding:14px 14px 14px 18px;display:grid;position:fixed;box-shadow:0 18px 48px #00000061}.pwa-update-prompt strong{color:var(--text-strong);font-family:PT Serif,Georgia,serif;font-size:19px;font-weight:400;line-height:1.25}.pwa-update-prompt .button{min-width:128px;padding-inline:16px}.pwa-update-prompt .button svg{stroke-width:1.8px;width:18px;height:18px}body:has(.pwa-update-prompt) .pwa-install-button{display:none}.icon-button{color:#aaa7a3;cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;width:42px;height:42px;padding:0;display:inline-grid}.icon-button:hover{color:var(--text);background:#ffffff0a}.icon-button svg{stroke-width:1.6px;width:20px;height:20px}.icon-button--danger:hover{color:var(--danger)}.page-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;min-height:135px;padding:28px 38px;display:flex}.page-header h1{margin:0;font-size:clamp(34px,3vw,46px);line-height:1.05}.page-header p{color:var(--muted);margin:6px 0 0;font-size:15px}.content-page{min-height:100vh;padding-bottom:50px}.content-page>:not(.page-header):not(.drawer):not(.drawer-backdrop){margin-left:38px;margin-right:38px}.narrow-page{max-width:1050px}.section-label{border-bottom:1px solid var(--border);color:var(--muted);text-transform:uppercase;letter-spacing:.12em;margin-top:36px;padding-bottom:14px;font-size:13px}.schedule-layout{grid-template-columns:minmax(680px,1fr) 365px;min-height:100vh;display:grid}.schedule-main{min-width:0}.direction-title{align-items:baseline;gap:12px;margin:30px 38px 18px;display:flex}.direction-title span{color:var(--muted);font-size:13px}.direction-title strong{font-family:PT Serif,serif;font-size:20px;font-weight:400}.direction-switcher{flex-wrap:wrap;gap:6px;display:flex}.direction-switcher button{border:1px solid var(--border);height:34px;color:var(--muted);cursor:pointer;background:0 0;border-radius:5px;padding:0 13px}.direction-switcher button.active{color:#d2ceca;background:var(--accent-soft);border-color:#b1454899}.week-picker{grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:12px;margin:0 30px;display:grid}.week-days{grid-template-columns:repeat(7,1fr);display:grid}.week-arrow{border:1px solid var(--border-strong);width:40px;height:40px;color:var(--muted);cursor:pointer;background:0 0;border-radius:5px;place-items:center;display:grid}.week-arrow svg{width:19px}.day-button{text-align:center;color:#999794;cursor:pointer;background:0 0;border:0;align-content:center;gap:4px;height:64px;display:grid;position:relative}.day-button span{font-size:13px}.day-button strong{font-size:18px;font-weight:400}.day-button--active{color:#c94a4e}.day-button--active:after{content:"";background:#a4383c;height:2px;position:absolute;bottom:0;left:27%;right:27%}.day-heading{border-bottom:1px solid var(--border);color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin:28px 38px 0;padding-bottom:14px;font-size:12px}.status-message{color:#b95557;margin:12px 38px -4px;font-size:14px}.timeline{margin:0 38px}.session-row{border-bottom:1px solid var(--border);cursor:pointer;grid-template-columns:90px minmax(0,1fr) 275px;align-items:center;min-height:136px;transition:background .18s;display:grid;position:relative}.session-row:hover,.session-row--selected{background:#ffffff05}.session-row--selected:before{content:"";background:#a83b3e;width:2px;position:absolute;top:22px;bottom:22px;left:0}.session-row>time{color:#bbb7b2;padding-left:22px;font-size:21px}.timeline-dot{display:none}.session-row__body{min-width:0;padding:18px 15px}.session-row__body h2{overflow-wrap:anywhere;margin:0 0 13px;font-size:clamp(23px,2vw,29px)}.session-direction{color:#a85255;text-transform:uppercase;letter-spacing:.07em;margin:-7px 0 9px;font-size:11px}.session-meta{color:var(--muted);align-items:center;gap:7px;margin-right:18px;font-size:14px;display:inline-flex}.session-meta svg{stroke-width:1.5px}.session-row__actions{justify-items:end;gap:15px;width:100%;min-width:0;padding-right:16px;display:grid}.session-row__buttons{grid-template-columns:minmax(0,1fr) 104px;gap:8px;width:100%;min-width:0;display:grid}.capacity{color:#a4a19d;align-items:center;gap:8px;display:flex}.book-button{color:#c0bcb7;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #4a4c4d;border-radius:5px;justify-content:center;align-items:center;gap:8px;width:100%;min-width:0;height:42px;padding:0 10px;font-size:14px;display:inline-flex}.absence-button{min-width:0}.session-row__buttons svg{flex:none}.book-button:hover{border-color:#777}.book-button--booked{color:#bd5557;border-color:#ae393d8c}.book-button:disabled{opacity:.45;cursor:not-allowed}.session-detail{border-left:1px solid var(--border);background:#151718;height:100vh;padding:30px 30px 22px;position:sticky;top:0;overflow-y:auto}.session-detail__head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;padding-bottom:18px;display:flex}.session-detail__head h2{margin:0;font-size:34px}.detail-facts{gap:17px;padding:24px 0 10px;display:grid}.detail-facts>div{color:#aaa6a1;align-items:center;gap:12px;font-size:15px;display:flex}.detail-facts svg{stroke-width:1.5px;width:20px}.detail-section{border-top:1px solid var(--border);padding:22px 0}.detail-section h3{text-transform:uppercase;letter-spacing:.08em;color:#aaa7a3;margin:0 0 13px;font-family:inherit;font-size:13px;font-weight:500}.detail-section p{color:#aaa7a3;line-height:1.65}.participant-list{gap:8px;display:grid}.participant{color:#b7b3ae;align-items:center;gap:10px;min-height:38px;font-size:14px;display:flex}.user-avatar{color:#bd5c5f;background:#181a1b;border:1px solid #4a4141;border-radius:50%;flex:none;place-items:center;font-size:12px;display:grid;overflow:hidden}.user-avatar img{object-fit:cover;width:100%;height:100%}.user-avatar--small{width:34px;height:34px}.user-avatar--medium{width:42px;height:42px}.user-avatar--large{width:84px;height:84px;font-family:PT Serif,serif;font-size:24px}.trainer{align-items:center;gap:12px;display:flex}.trainer strong{font-weight:500}.avatar{color:#b85a5c;border:1px solid #4a4b4c;border-radius:50%;place-items:center;width:42px;height:42px;font-size:13px;display:grid}.detail-capacity{color:var(--muted);justify-content:space-between;gap:12px;font-size:14px;display:flex}.detail-capacity strong{color:#bdb9b4;font-weight:400}.progress{background:#2b2d2e;height:3px;margin-top:13px;overflow:hidden}.progress i{background:#913237;height:100%;display:block}.detail-action{gap:9px;margin-top:auto;padding-top:12px;display:grid}.detail-action .button{width:100%}.detail-decline-reason{color:var(--muted);margin:0 0 3px;font-size:14px}.session-detail--empty{color:#676767;place-content:center;justify-items:center;gap:12px;display:grid}.session-detail--empty svg{stroke-width:1.3px}.detail-backdrop{display:none}.empty-state{text-align:center;color:#696a6a;place-content:center;justify-items:center;min-height:280px;display:grid}.empty-state h2{color:#999692;font-size:25px}.empty-state--page{min-height:420px}.booking-list{margin-top:8px}.booking-row{border-bottom:1px solid var(--border);grid-template-columns:80px 1fr auto;align-items:center;gap:22px;min-height:130px;display:grid}.booking-row__date{color:var(--muted);justify-items:center;display:grid}.booking-row__date strong{color:var(--text);font-family:PT Serif,serif;font-size:34px;font-weight:400}.booking-row__date span{text-transform:uppercase;font-size:12px}.booking-row__body h2{margin:0 0 14px;font-size:27px}.inline-facts{color:var(--muted);flex-wrap:wrap;gap:20px;font-size:14px;display:flex}.inline-facts span{align-items:center;gap:7px;display:flex}.inline-facts svg{width:17px;height:17px}.membership-panel{max-width:650px;margin-top:46px}.membership-panel__status{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding-bottom:28px;display:flex}.membership-panel__status svg{color:#9a3a3d}.membership-panel__status strong{font-family:PT Serif,serif;font-size:27px;font-weight:400}.membership-panel dl{margin:0}.membership-panel dl>div{border-bottom:1px solid var(--border);justify-content:space-between;gap:30px;padding:20px 0;display:flex}.membership-panel dt{color:var(--muted)}.membership-panel dd{align-items:center;gap:8px;margin:0;display:flex}.membership-panel dd svg{width:17px}.profile-panel{grid-template-columns:280px minmax(0,1fr);align-items:start;gap:56px;max-width:1050px;margin-top:46px;display:grid}.profile-photo-column{justify-items:center;gap:14px;display:grid}.profile-photo-trigger{cursor:zoom-in;background:0 0;border:0;border-radius:50%;width:240px;height:240px;padding:0}.profile-avatar{width:240px;height:240px;font-size:64px;box-shadow:0 22px 50px #00000047}.profile-photo-trigger:hover .profile-avatar{border-color:#686264}.profile-photo-trigger:focus-visible{outline-offset:5px;border-radius:50%}.profile-photo-action{width:100%}.profile-photo-action svg{width:17px;height:17px}.profile-content{min-width:0;max-width:600px;padding-top:14px}.profile-content h2{margin:0 0 24px;font-size:38px}.profile-facts{color:#a5a29e;gap:15px;margin-bottom:32px;display:grid}.profile-facts span{align-items:center;gap:12px;display:flex}.profile-facts svg{stroke-width:1.5px;width:19px}.profile-message{margin:-10px 0 22px}.profile-settings-section{border-top:1px solid var(--border);width:100%;padding:24px 0}.profile-settings-section h3{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin:0 0 15px;font-family:inherit;font-size:12px;font-weight:500}.profile-security{border-bottom:1px solid var(--border);margin-top:0}.notification-settings{gap:8px;display:grid}.notification-setting{border:1px solid var(--border);width:100%;min-height:50px;color:var(--text);font:inherit;text-align:left;cursor:pointer;background:0 0;border-radius:5px;grid-template-columns:20px minmax(0,1fr) 36px;align-items:center;gap:11px;padding:0 12px;transition:border-color .18s,background .18s,color .18s;display:grid}.notification-setting:hover{border-color:var(--border-strong);background:var(--surface-2);color:var(--text-strong)}.notification-setting:disabled{opacity:.58;cursor:wait}.notification-setting>svg{width:20px;height:20px;color:var(--muted);stroke-width:1.6px}.settings-switch{border:1px solid var(--border-strong);background:var(--surface-2);border-radius:12px;width:36px;height:21px;transition:border-color .18s,background .18s;position:relative}.settings-switch>span{background:var(--muted);border-radius:50%;width:15px;height:15px;transition:transform .18s,background .18s;position:absolute;top:2px;left:2px}.notification-setting[aria-pressed=true] .settings-switch{background:var(--accent-soft);border-color:#8d292d8c}.notification-setting[aria-pressed=true] .settings-switch>span{background:var(--accent);transform:translate(15px)}.notification-disable{width:max-content;color:var(--muted);margin-top:3px;padding-inline:8px}.notification-disable svg{width:17px;height:17px}.notification-settings__error{margin-top:12px}.profile-logout{margin-top:20px}.avatar-viewer-layer{z-index:10100;isolation:isolate;place-items:center;width:100dvw;height:100dvh;display:grid;position:fixed;inset:0}.avatar-viewer-backdrop{cursor:zoom-out;background:#000000e6;border:0;width:100dvw;height:100dvh;padding:0;position:fixed;inset:0}.avatar-viewer{z-index:1;aspect-ratio:1;outline:none;place-items:center;width:min(640px,100dvw - 96px,100dvh - 96px);display:grid;position:relative}.avatar-viewer__image{object-fit:contain;width:100%;height:100%;display:block;box-shadow:0 24px 80px #0000007a}.avatar-viewer__close{top:max(20px, env(safe-area-inset-top));right:max(20px, env(safe-area-inset-right));color:#d2ceca;cursor:pointer;background:#1f2122db;border:0;border-radius:50%;place-items:center;width:48px;height:48px;padding:0;display:grid;position:fixed}.avatar-viewer__close:hover{color:#fff;background:#292c2d}.avatar-viewer__close svg{stroke-width:1.6px;width:24px;height:24px}.participant-avatar-button{cursor:zoom-in;background:0 0;border:0;border-radius:50%;flex:none;width:42px;height:42px;padding:0}.participant-avatar-button:hover .user-avatar{border-color:#686264}.participant-avatar-button:focus-visible{outline-offset:2px;border-radius:50%}.admin-tabs{border-bottom:1px solid var(--border);gap:32px;display:flex}.admin-section-select{display:none}.admin-tabs button{height:54px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:0 5px}.admin-tabs button.active{color:#c0575a;border-bottom-color:#984044}.tab-count{color:#c96769;border:1px solid #b145488c;border-radius:10px;place-items:center;min-width:19px;height:19px;margin-left:7px;padding:0 5px;font-size:11px;line-height:1;display:inline-grid}.admin-toolbar{justify-content:space-between;align-items:center;gap:20px;min-height:88px;display:flex}.search-field{border:1px solid var(--border-strong);width:min(430px,100%);height:44px;color:var(--muted);border-radius:5px;align-items:center;gap:10px;padding:0 13px;display:flex}.search-field input{min-width:0;color:var(--text);background:0 0;border:0;outline:0;flex:1}.data-table{border-top:1px solid var(--border)}.data-row{text-align:left;border:0;border-bottom:1px solid var(--border);color:#b5b2ae;cursor:pointer;background:0 0;align-items:center;width:100%;min-height:68px;display:grid}.users-table .data-row{grid-template-columns:minmax(230px,1.5fr) 1fr .9fr 1fr 1.16fr}.data-row:hover,.data-row--selected{background:#ffffff05}.data-row--selected{box-shadow:inset 2px 0 #963a3e}.data-row--head{color:#747575;text-transform:uppercase;letter-spacing:.08em;cursor:default;min-height:44px;font-size:11px}.data-row--head:hover{background:0 0}.user-cell{grid-template-columns:40px 1fr;align-items:center;gap:1px 11px;display:grid}.user-cell .user-avatar{grid-row:1/3}.user-cell b,.class-name b{color:#c8c4bf;font-weight:500}.user-cell small,.class-name small{color:#717171}.value-accent{color:#bb585b}.value-muted{color:#737373}.row-actions{justify-content:flex-end;align-items:center;gap:4px;padding-right:8px;display:flex}.quick-action{color:#a9a5a1;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:5px;align-items:center;gap:6px;min-height:36px;padding:0 9px;font-size:12px;display:inline-flex}.quick-action:hover{color:#d0ccc7;border-color:#4a4b4c}.quick-action:disabled{opacity:.32;cursor:not-allowed}.quick-action svg{stroke-width:1.6px;width:16px;height:16px}.inline-status{color:#b96466;font-size:13px}.table-empty{text-align:center;color:var(--muted);padding:70px}.admin-error{margin-top:20px}.analytics-toolbar{min-height:88px;color:var(--muted);grid-template-columns:180px 170px auto 170px;justify-content:start;align-items:center;gap:10px;display:grid}.analytics-error{margin-bottom:20px}.analytics-loading{place-items:center;min-height:250px;display:grid}.analytics-loading:after{content:"";border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite spin}.analytics-loading--drawer{min-height:180px}.analytics-content{gap:42px;display:grid}.analytics-metrics{border-block:1px solid var(--border);grid-template-columns:repeat(7,1fr);display:grid}.membership-alert-metrics{border-block:1px solid var(--border);grid-template-columns:repeat(5,1fr);display:grid}.analytics-metrics>div,.membership-alert-metrics>div{border-right:1px solid var(--border);align-content:center;gap:7px;min-height:104px;padding:22px 24px;display:grid}.analytics-metrics>div:first-child,.membership-alert-metrics>div:first-child{padding-left:0}.analytics-metrics>div:last-child,.membership-alert-metrics>div:last-child{border-right:0}.analytics-metrics span,.membership-alert-metrics span{color:var(--muted);text-transform:uppercase;letter-spacing:.07em;font-size:12px}.analytics-metrics strong,.membership-alert-metrics strong{color:var(--text-strong);font-family:PT Serif,serif;font-size:31px;font-weight:400}.analytics-section{min-width:0}.analytics-section>h2,.analytics-section__head h2{margin:0 0 19px;font-size:25px}.analytics-section__head{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.chart-key{color:var(--muted);flex-wrap:wrap;align-items:center;gap:15px;font-size:12px;display:flex}.chart-key span{align-items:center;gap:7px;display:inline-flex}.chart-key i{width:10px;height:10px;display:inline-block}.chart-key__attended,.attendance-week__attended{background:#9f393d}.chart-key__missed,.attendance-week__missed{background:#8d7568}.chart-key__declined,.attendance-week__declined{background:#66545d}.chart-key__not-booked,.attendance-week__not-booked{background:#55595a}.chart-key__unreviewed,.attendance-week__unreviewed{background:#3c4041}.attendance-chart{border-block:1px solid var(--border);align-items:flex-end;gap:clamp(12px,2vw,30px);min-height:235px;padding:22px 0 0;display:flex;overflow-x:auto}.attendance-week{flex:1;align-content:end;justify-items:center;gap:8px;min-width:76px;display:grid}.attendance-week>strong{color:#bdb9b4;font-variant-numeric:tabular-nums;min-height:18px;font-size:13px;font-weight:400}.attendance-week>span{color:#777876;text-align:center;max-width:115px;min-height:40px;font-size:11px;line-height:1.35}.attendance-week__bar{background:#ffffff03;flex-direction:column-reverse;justify-content:flex-start;width:min(46px,68%);height:135px;display:flex}.attendance-week__bar i{flex:none;min-height:0;display:block}.analytics-table b{color:#c8c4bf;font-weight:500}.analytics-table .data-row{cursor:default}.analytics-classes-table .data-row,.analytics-users-table .data-row{grid-template-columns:minmax(210px,1.4fr) repeat(5,minmax(82px,.52fr));gap:16px}.analytics-users-table button.data-row{cursor:pointer}.analytics-rate{color:#c16063;font-variant-numeric:tabular-nums}.attendance-drawer{width:min(520px,100%)}.drawer-state{margin-top:24px}.attendance-profile{gap:30px;padding-top:24px;display:grid}.attendance-profile .analytics-metrics{grid-template-columns:1fr 1fr}.attendance-profile .analytics-metrics>div{border-bottom:1px solid var(--border);min-height:86px;padding:17px}.attendance-profile .analytics-metrics>div:nth-child(2n){border-right:0}.attendance-profile .analytics-metrics>div:nth-child(odd){padding-left:0}.attendance-profile .analytics-metrics>div:nth-last-child(-n+2){border-bottom:0}.attendance-profile .analytics-metrics>div:last-child{border-right:0;grid-column:1/-1}.attendance-history h3{color:#9b9996;text-transform:uppercase;letter-spacing:.08em;margin:0 0 10px;font-size:12px;font-weight:500}.attendance-history__row{border-bottom:1px solid var(--border);grid-template-columns:1fr auto;align-content:center;gap:5px 16px;min-height:72px;display:grid}.attendance-history__row time{color:#777876;font-size:12px}.attendance-history__row strong{color:#c3bfba;font-size:14px;font-weight:500}.attendance-status{color:#777876;grid-area:1/2/3;align-self:center;font-size:12px}.attendance-status--attended{color:#bd5b5e}.attendance-status--missed{color:#a08c80}.attendance-status--declined{color:#9a7886}.attendance-history__row small{color:#777876;grid-column:1;font-size:12px}.membership-alert-metrics{grid-template-columns:repeat(3,1fr);margin-top:32px}.membership-alert-toolbar{justify-content:flex-start}.membership-alert-toolbar .select-control{width:180px}.membership-alert-toolbar .inline-status{margin-left:auto}.expiring-table .data-row{grid-template-columns:minmax(240px,1.3fr) 1fr .75fr minmax(180px,.7fr);gap:20px}.membership-deadline{gap:4px;display:grid}.membership-deadline strong{color:#c16063;font-weight:400}.membership-deadline small{color:var(--muted)}.participant--attendance{grid-template-columns:42px minmax(0,1fr);align-content:center;gap:12px;min-height:72px;display:grid}.participant-decline{color:#777876;grid-column:2;gap:3px;font-size:12px;display:grid}.participant-decline strong{color:#9a7886;font-weight:500}.book-button--declined{color:#a08c93;border-color:#7e5d6c8c}.content-status-message{margin-top:18px}.attendance-actions{grid-column:2;gap:6px;margin-top:5px;display:flex}.attendance-actions button{color:#858481;cursor:pointer;background:0 0;border:1px solid #3c3f40;border-radius:4px;min-height:28px;padding:0 8px;font-size:11px}.attendance-actions button:hover{color:#bdb9b4;border-color:#5b5d5e}.attendance-actions button.active{background:var(--accent-soft);color:#d0ccc7;border-color:#b14548a6}.attendance-actions button.active.missed{background:#7561572e;border-color:#756157}.direction-list{border-top:1px solid var(--border);margin-top:32px}.direction-row{border-bottom:1px solid var(--border);grid-template-columns:62px minmax(200px,1.7fr) .8fr .6fr 90px;align-items:center;gap:18px;min-height:112px;display:grid}.direction-monogram{color:#b65255;border:1px solid #4b3b3c;border-radius:50%;place-items:center;width:52px;height:52px;font-family:PT Serif,serif;display:grid}.direction-row__title h2{margin:0 0 8px;font-size:27px}.direction-row__title a{color:#858585;align-items:center;gap:7px;font-size:13px;display:inline-flex}.direction-row__title a svg{width:14px}.direction-stat{color:#777;grid-template-columns:auto 1fr;align-items:center;gap:2px 8px;display:grid}.direction-stat--button{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:5px;margin:-8px;padding:8px}.direction-stat--button:hover{color:#aaa7a2;background:#ffffff06}.direction-stat svg{grid-row:1/3;width:19px}.direction-stat strong{color:#bbb7b2;font-weight:400}.direction-stat span{font-size:12px}.direction-row__actions,.class-actions{justify-content:flex-end;display:flex}.member-list{padding-top:12px}.member-row{border-bottom:1px solid var(--border);grid-template-columns:44px 1fr auto;align-items:center;gap:12px;min-height:68px;display:grid}.member-row>div{gap:4px;display:grid}.member-row strong{color:#c8c4bf;font-weight:500}.member-row span,.member-row em{color:var(--muted);font-size:12px;font-style:normal}.member-list__action{padding:20px 0 6px}.member-list__action .button{width:100%}.member-editor{gap:14px;padding-top:20px;display:grid}.member-editor__search{width:100%}.member-picker-list{border-top:1px solid var(--border);display:grid}.member-picker-row{border:0;border-bottom:1px solid var(--border);background:0 0;border-radius:0;grid-template-columns:20px minmax(0,1fr);min-height:64px;padding:8px 2px;display:grid}.member-picker-row:hover{border-color:var(--border);background:#ffffff06}.member-picker-row:has(input:checked){border-color:var(--border);background:#a6383b12}.member-picker-row .checkbox-control__label{grid-template-columns:34px minmax(0,1fr);align-items:center;gap:11px;min-width:0;display:grid}.member-picker-user{gap:3px;min-width:0;display:grid}.member-picker-user strong{text-overflow:ellipsis;color:#c9c5c0;white-space:nowrap;font-size:14px;font-weight:500;overflow:hidden}.member-picker-user small{text-overflow:ellipsis;color:var(--muted);white-space:nowrap;font-size:12px;overflow:hidden}.member-editor__actions{background:linear-gradient(#151718eb,#151718 18px);gap:9px;margin:4px -28px -38px;padding:14px 28px 38px;display:grid;position:sticky;bottom:-38px}.classes-list{border-top:1px solid var(--border);margin-top:32px}.class-grid{grid-template-columns:minmax(200px,1.4fr) .7fr 1.5fr .6fr 90px;gap:20px}.class-name{gap:5px;display:grid}.schedule-summary{color:#898887;font-size:13px;line-height:1.5}.drawer-backdrop{z-index:89;background:#0000006b;border:0;position:fixed;inset:0}.drawer{z-index:90;border-left:1px solid var(--border-strong);background:#151718;width:min(420px,100%);padding:28px 28px 38px;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;box-shadow:-12px 0 40px #0000002e}.drawer__head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;padding-bottom:22px;display:flex}.drawer__head h2{overflow-wrap:anywhere;margin:4px 0 0;font-size:32px}.drawer__eyebrow{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:11px}.drawer-form{gap:20px;padding-top:24px;display:grid}.avatar-editor-layer{z-index:10000;isolation:isolate;place-items:center;width:100dvw;height:100dvh;padding:24px;display:grid;position:fixed;inset:0}.avatar-editor-backdrop{background:#000000c2;border:0;width:100dvw;height:100dvh;position:fixed;inset:0}.avatar-editor-dialog{background:#17191a;border:1px solid #464849;border-radius:7px;outline:none;grid-template-rows:auto minmax(0,1fr) auto;width:min(1120px,100dvw - 48px);max-height:calc(100dvh - 48px);display:grid;position:relative;overflow:hidden;box-shadow:0 30px 90px #000000ad}.avatar-editor-dialog__head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;min-height:64px;padding:10px 20px 10px 24px;display:flex}.avatar-editor-dialog__head h2{margin:0;font-size:28px}.avatar-editor-dialog__body{overscroll-behavior:contain;justify-items:center;gap:14px;min-height:0;padding:20px 24px 18px;display:grid;overflow-y:auto}.avatar-crop-workspace{border:1px solid var(--border-strong);cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;background:#111314;outline:none;width:auto;max-width:100%;height:min(68dvh,720px);position:relative;overflow:hidden}.avatar-crop-workspace:active{cursor:grabbing}.avatar-crop-workspace:focus-visible{border-color:#67696a;box-shadow:0 0 0 1px #ffffff26}.avatar-crop-workspace canvas{pointer-events:none;width:100%;height:100%;display:block}.avatar-crop-selection{pointer-events:none;border:2px solid #ffffffd1;border-radius:50%;position:absolute;box-shadow:0 0 0 9999px #0000008a}.avatar-crop-handle{z-index:2;color:#fff;filter:drop-shadow(0 1px 3px #000c);pointer-events:auto;touch-action:none;background:0 0;border:0;place-items:center;width:44px;height:44px;padding:0;display:grid;position:absolute}.avatar-crop-handle svg{stroke-width:2.2px;width:22px;height:22px}.avatar-crop-handle--nw{cursor:nwse-resize;top:-22px;left:-22px;transform:rotate(90deg)}.avatar-crop-handle--ne{cursor:nesw-resize;top:-22px;right:-22px;transform:rotate(180deg)}.avatar-crop-handle--se{cursor:nwse-resize;bottom:-22px;right:-22px;transform:rotate(270deg)}.avatar-crop-handle--sw{cursor:nesw-resize;bottom:-22px;left:-22px}.avatar-crop-handle:focus-visible{outline-offset:-7px;border-radius:50%;outline:2px solid #fff}.avatar-editor-hint{color:var(--muted);text-align:center;margin:0;font-size:13px}.avatar-editor-tools{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;min-height:58px;display:flex}.avatar-tool{color:#aaa7a3;cursor:pointer;background:#121415;border:1px solid #3b3e3f;border-radius:5px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 13px;transition:all .18s;display:inline-flex}.avatar-tool:hover{color:#d2cec9;border-color:#595b5c}.avatar-tool svg{stroke-width:1.8px;width:18px;height:18px}.avatar-tool--active{color:#d6d0cb;background:#a6383b1f;border-color:#b14548b8}.avatar-tool--reset{color:var(--muted);background:0 0;border-color:#0000}.avatar-tool:disabled{opacity:.45;cursor:not-allowed}.avatar-editor-change{min-height:40px;padding-inline:12px}.avatar-editor-change svg{width:18px}.avatar-editor-dialog__actions{border-top:1px solid var(--border);background:#151718;justify-content:flex-end;align-items:center;gap:10px;min-height:72px;padding:13px 24px 15px;display:flex}.avatar-editor-dialog__actions .button{min-width:128px}.avatar-editor-dialog__actions .avatar-editor-change{min-width:0;margin-right:auto}.field{gap:8px;display:grid}.field__label,.schedule-builder legend{color:#92918e;text-transform:uppercase;letter-spacing:.06em;font-size:12px}.field__hint{color:#777;font-size:12px}.checkbox-fieldset{border:0;margin:0;padding:0}.checkbox-fieldset legend{color:#92918e;text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px;font-size:12px}.checkbox-list{flex-wrap:wrap;gap:8px;display:flex}.checkbox-control{color:#aaa7a3;cursor:pointer;border:1px solid #3b3e3f;border-radius:5px;align-items:center;gap:9px;min-height:40px;padding:0 12px;transition:border-color .18s,background .18s,color .18s;display:flex;position:relative}.checkbox-control:hover{color:#c4c0bb;border-color:#55585a}.checkbox-control:has(input:checked){background:var(--accent-soft);color:#d0ccc7;border-color:#b14548a6}.checkbox-control input{opacity:0;pointer-events:none;block-size:1px;inline-size:1px;position:absolute}.checkbox-control__box{background:#101213;border:1px solid #656769;border-radius:3px;flex:none;place-items:center;width:17px;height:17px;transition:all .18s;display:grid}.checkbox-control__box svg{opacity:0;stroke-width:2.5px;width:12px;height:12px}.checkbox-control:has(input:checked) .checkbox-control__box{color:#eee9e3;background:#91373a;border-color:#a74649}.checkbox-control:has(input:checked) .checkbox-control__box svg{opacity:1}.checkbox-control.member-picker-row:has(input:checked){border-color:var(--border);background:#a6383b0e}.checkbox-control:has(input:focus-visible){outline-offset:2px;outline:2px solid #9b484a}.checkbox-control:has(input:disabled){opacity:.45;cursor:not-allowed}.checkbox-control__label{min-width:0}.input{width:100%;min-height:44px;color:var(--text);background:#121415;border:1px solid #3b3e3f;border-radius:5px;padding:0 12px}.input:hover{border-color:#505254}.input:disabled{opacity:.5;cursor:not-allowed}.textarea{resize:vertical;min-height:110px;padding-top:11px;line-height:1.5}.control-shell{min-width:0;display:block;position:relative}.control-shell .input{display:block}.control-shell__icon{color:#81817f;pointer-events:none;place-items:center;width:17px;height:17px;display:grid;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.control-shell__icon svg{stroke-width:1.6px;width:17px;height:17px}.select-control{min-width:0;display:block;position:relative}.select-control__trigger{width:100%;min-height:44px;color:var(--text);cursor:pointer;text-align:left;background:#121415;border:1px solid #3b3e3f;border-radius:5px;justify-content:space-between;align-items:center;gap:10px;padding:0 38px 0 12px;display:flex;overflow:hidden}.select-control__trigger>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.select-control__trigger>svg{color:#81817f;stroke-width:1.7px;width:17px;transition:transform .18s,color .18s;position:absolute;right:12px}.select-control__trigger:hover{border-color:#505254}.select-control__trigger:focus-visible{outline-offset:2px;border-color:#884245;outline:2px solid #9b484a}.select-control__trigger[aria-expanded=true]{border-color:#884245}.select-control__trigger[aria-expanded=true]>svg{color:#b75b5e;transform:rotate(180deg)}.select-control__trigger:disabled{opacity:.5;cursor:not-allowed}.select-menu{z-index:110;overscroll-behavior:contain;background:#17191a;border:1px solid #484b4d;border-radius:6px;padding:5px;position:fixed;overflow-y:auto;box-shadow:0 16px 42px #00000075}.select-menu__option{color:#aaa7a3;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:4px;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:44px;padding:0 10px;display:flex}.select-menu__option svg{color:#bd5c5f;stroke-width:2px;flex:none;width:16px}.select-menu__option--active{color:#e0dcd6;background:#242728}.select-menu__option[aria-selected=true]{color:#d0ccc7}.select-menu__option[aria-selected=true]:not(.select-menu__option--active){background:#a4393c21}.select-menu__option:disabled{opacity:.38;cursor:not-allowed}.input--with-icon{padding-right:40px}.control-shell--picker input::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer;width:auto;height:auto;position:absolute;inset:0}.control-shell:focus-within .control-shell__icon{color:#b75b5e}.form-error{color:#c76a6c;font-size:13px}.form-success{color:#b6b1ab;font-size:13px}.calculated-date{border-block:1px solid var(--border);color:var(--muted);justify-content:space-between;padding:18px 0;display:flex}.calculated-date strong{color:#c4c0bb;font-weight:400}.drawer-form__actions{gap:10px;margin-top:6px;display:grid}.confirm-layer{z-index:120;place-items:center;width:100dvw;height:100dvh;margin:0;padding:20px;display:grid;position:fixed;inset:0}.confirm-layer__backdrop{background:#000000ad;border:0;width:100dvw;height:100dvh;position:fixed;inset:0}.confirm-dialog{background:#17191a;border:1px solid #464849;border-radius:7px;grid-template-columns:42px 1fr;gap:18px;width:min(440px,100%);padding:26px;display:grid;position:relative;box-shadow:0 24px 70px #00000075}.confirm-dialog__icon{color:#bf5b5e;border:1px solid #b24a4c73;border-radius:50%;place-items:center;width:42px;height:42px;display:grid}.confirm-dialog__icon svg{stroke-width:1.7px;width:20px}.confirm-dialog h2{margin:0 0 9px;font-size:27px}.confirm-dialog p{color:#9b9894;margin:0;line-height:1.55}.confirm-dialog__actions{grid-column:1/-1;grid-template-columns:auto 1fr;gap:10px;margin-top:4px;display:grid}.confirm-dialog.absence-dialog{grid-template-columns:1fr}.absence-dialog h2{margin:0}.absence-dialog .confirm-dialog__actions{grid-column:1}.class-drawer{width:min(610px,100%)}.form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.schedule-builder{border:0;gap:12px;margin:0;padding:0;display:grid}.schedule-builder legend{margin-bottom:10px}.slot-creator{grid-template-columns:1fr 115px auto;gap:9px;display:grid}.slot-list{display:grid}.slot-item{border-bottom:1px solid var(--border);color:#989693;grid-template-columns:1fr auto 38px;align-items:center;gap:12px;min-height:48px;font-size:14px;display:grid}.slot-item strong{color:#c6c2bd;font-weight:400}.auth-page{grid-template-columns:minmax(300px,1fr) minmax(420px,560px);min-height:100vh;display:grid}.auth-theme-toggle{z-index:2;border:1px solid var(--border);background:var(--surface);position:fixed;top:18px;right:18px}.auth-identity{border-right:1px solid var(--border);background:#0b0d0e;place-content:center;justify-items:center;display:grid}.auth-identity .brand img{width:280px;height:280px}.auth-identity .brand__name{display:none}.auth-identity p{color:#6f6f6f;letter-spacing:.08em}.auth-form{align-self:center;gap:20px;width:min(390px,100% - 48px);margin-inline:auto;display:grid}.auth-form h1{margin:14px 0 8px;font-size:42px}.auth-tabs{border-bottom:1px solid var(--border);display:flex}.auth-tabs button{height:45px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:0 16px}.auth-tabs button.active{color:#b95053;border-bottom-color:#91373a}.auth-link,.auth-back{color:#aaa7a3;cursor:pointer;text-align:left;background:0 0;border:0;width:max-content;min-height:44px;padding:0}.auth-link{margin-top:-12px}.auth-link:hover,.auth-back:hover{color:#d0ccc7}.auth-link:disabled{opacity:.45;cursor:not-allowed}.auth-link--resend{margin:-10px 0 0}.auth-code{letter-spacing:.28em;font-variant-numeric:tabular-nums;max-width:190px;font-size:21px}.auth-back{align-items:center;gap:8px;display:inline-flex}.auth-back svg{stroke-width:1.6px;width:18px;height:18px}.auth-back:disabled{opacity:.45;cursor:not-allowed}.feed-column,.feed-loading,.feed-error,.feed-empty,.feed-status{width:min(760px,100% - 76px)}.feed-column{padding-top:22px}.feed-list{border-top:1px solid var(--border)}.feed-post{border-bottom:1px solid var(--border);padding:28px 0 30px}.feed-post__head{grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;gap:12px;display:grid}.feed-post__head>div{gap:4px;min-width:0;display:grid}.feed-post__head strong{color:#cbc7c2;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;overflow:hidden}.feed-post__head time{color:#777775;font-size:12px}.feed-post__head>.icon-button{grid-column:3}.feed-post__audience{color:#8f6c6d;align-items:center;gap:7px;margin:10px 0 0 54px;font-size:12px;display:flex}.feed-post__audience svg{stroke-width:1.7px;flex:none;width:15px;height:15px}.feed-post__body{padding-top:18px}.feed-post__body h2{overflow-wrap:anywhere;margin:0 0 10px;font-size:28px;line-height:1.2}.feed-post__body p{color:#c4c0bb;white-space:pre-wrap;overflow-wrap:anywhere;max-width:690px;margin:0;font-size:15px;line-height:1.65}.feed-post__body p+p,.feed-post__body p+ul,.feed-post__body p+blockquote,.feed-post__body ul+p,.feed-post__body blockquote+p{margin-top:12px}.feed-post__body ul{color:#c4c0bb;margin:0;padding-left:23px;font-size:15px;line-height:1.65}.feed-post__body li+li{margin-top:4px}.feed-post__body blockquote{color:#aaa7a3;border-left:2px solid #8f3b3e;max-width:680px;margin:0;padding:3px 0 3px 14px;font-size:15px;line-height:1.65}.feed-post__body strong{color:#ded9d4;font-weight:600}.feed-post__body em{color:#cec9c4}.inline-emoji{object-fit:contain;vertical-align:baseline;width:1.35em;height:1.35em;margin:-.15em .03em -.2em;display:inline-block}.feed-post__actions{align-items:center;gap:8px;min-height:48px;margin-top:14px;display:flex}.feed-post__actions button,.feed-post__actions>span{color:#8f8d8a;background:0 0;border:0;border-radius:5px;align-items:center;gap:8px;min-height:42px;padding:0 12px;font-size:13px;display:inline-flex}.feed-post__actions button{cursor:pointer}.feed-post__actions button:hover{color:#c5c1bc;background:#ffffff06}.feed-post__actions button.active{color:#bd5558}.feed-post__actions button:disabled{opacity:.5;cursor:wait}.feed-post__actions svg{stroke-width:1.7px;width:18px;height:18px}.reaction-image{object-fit:contain;-webkit-user-select:none;user-select:none;flex:none;width:24px;height:24px;display:block}.reaction-trigger--selected{color:#c8c4bf!important}.reaction-trigger .reaction-image{width:23px;height:23px;margin-left:-2px}.reaction-picker{z-index:160;background:#17191a;border:1px solid #484b4d;border-radius:8px;grid-template-columns:repeat(8,minmax(0,1fr));align-items:center;gap:2px;height:66px;padding:8px;animation:.14s ease-out both reaction-picker-in;display:grid;position:fixed;overflow:visible;box-shadow:0 18px 48px #00000094}.reaction-picker__option{cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;width:100%;height:48px;padding:4px;transition:background .14s,transform .14s cubic-bezier(.2,.8,.2,1);display:grid;position:relative}.reaction-picker__option:hover,.reaction-picker__option--active{background:#ffffff0b}.reaction-picker__option:hover{transform:translateY(-5px)scale(1.12)}.reaction-picker__option .reaction-image{width:40px;height:40px}.reaction-picker__tooltip{z-index:1;opacity:0;pointer-events:none;color:#c9c5c0;white-space:nowrap;background:#111314;border:1px solid #3d4041;border-radius:4px;padding:5px 7px;font-size:11px;line-height:1;transition:opacity .12s .22s,transform .12s .22s;position:absolute;bottom:calc(100% + 7px);left:50%;transform:translate(-50%,3px)}.reaction-picker__option:hover .reaction-picker__tooltip,.reaction-picker__option:focus-visible .reaction-picker__tooltip{opacity:1;transform:translate(-50%)}.reaction-summary{flex-wrap:wrap;gap:6px;margin-top:16px;display:flex}.reaction-summary+.feed-post__actions{margin-top:5px}.reaction-chip{color:#aaa7a3;font-variant-numeric:tabular-nums;background:0 0;border:1px solid #3b3e3f;border-radius:17px;align-items:center;min-width:54px;height:34px;padding:2px 5px 2px 3px;font-size:13px;transition:border-color .16s,background .16s,color .16s,transform .16s;display:inline-flex}.reaction-chip:hover{color:#d1cdc8;border-color:#56595a;transform:translateY(-1px)}.reaction-chip--active{background:var(--accent-soft);color:#d0ccc7;border-color:#b14548ad}.reaction-chip__vote,.reaction-chip__people{height:30px;color:inherit;cursor:pointer;background:0 0;border:0;align-items:center;padding:0;display:inline-flex}.reaction-chip__vote{justify-content:center;width:31px}.reaction-chip__vote:disabled{opacity:.55;cursor:wait}.reaction-chip__vote .reaction-image{width:25px;height:25px}.reaction-chip__people{min-width:24px;padding-right:2px}.reaction-chip__avatars{align-items:center;display:inline-flex}.reaction-chip__avatars .user-avatar{border:2px solid #111314;width:22px;height:22px;margin-left:-6px;font-size:8px}.reaction-chip__avatars .user-avatar:first-child{margin-left:0}.reaction-chip--active .reaction-chip__avatars .user-avatar{border-color:#29191a}.reaction-chip__more{margin-left:4px;font-size:11px}.reaction-chip__vote:focus-visible,.reaction-chip__people:focus-visible{outline-offset:1px;border-radius:14px;outline:2px solid #bd5558a6}.post-reactions__error{margin-top:8px}@keyframes reaction-picker-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.post-poll{border-block:1px solid var(--border);margin-top:20px;padding:18px 0}.post-poll h3{color:#d4d0cb;margin:0 0 14px;font-family:Roboto,sans-serif;font-size:20px;font-weight:500;line-height:1.4}.post-poll__options{gap:8px;display:grid}.poll-option{color:#b8b4af;cursor:pointer;text-align:left;background:0 0;border:1px solid #3a3d3e;border-radius:5px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:48px;padding:0 14px;display:grid;position:relative;overflow:hidden}.poll-option:hover{border-color:#565859}.poll-option:disabled{cursor:wait;opacity:.7}.poll-option--selected{color:#d4ceca;border-color:#b14548b8}.poll-option__progress{z-index:0;background:#8d292d26;transition:width .2s;position:absolute;inset:0 auto 0 0}.poll-option__label,.poll-option__percent{z-index:1;position:relative}.poll-option__label{overflow-wrap:anywhere;align-items:center;gap:8px;min-width:0;font-size:15px;display:flex}.poll-option__label svg{color:#bd5558;stroke-width:2px;flex:none;width:17px;height:17px}.poll-option__percent{color:#999693;font-variant-numeric:tabular-nums;font-size:14px}.post-poll__summary{color:#777775;justify-content:space-between;align-items:center;gap:12px;min-height:42px;margin-top:8px;font-size:13px;display:flex}.post-poll__summary button{color:#9a9793;cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;min-height:40px;padding:0 6px;display:inline-flex}.post-poll__summary button:hover{color:#c8c4bf}.post-poll__summary svg{width:17px;height:17px}.post-comments{padding-top:2px}.post-comments__all{color:#999693;cursor:pointer;background:0 0;border:0;min-height:40px;padding:0;font-size:13px}.post-comments__all:hover{color:#c8c4bf}.comment-list{display:grid}.comment{border-bottom:1px solid #292c2db8;grid-template-columns:34px minmax(0,1fr) 34px;align-items:start;gap:11px;min-height:64px;padding:11px 0;display:grid}.comment__content{min-width:0}.comment__head{flex-wrap:wrap;align-items:baseline;gap:5px 9px;display:flex}.comment__head strong{color:#bdb9b4;font-size:13px;font-weight:500}.comment__head time{color:#6f706f;font-size:11px}.comment p{color:#aaa7a3;white-space:pre-wrap;overflow-wrap:anywhere;margin:5px 0 0;font-size:14px;line-height:1.5}.comment p.comment__message--emoji-large,.comment p.comment__message--emoji-medium{flex-wrap:wrap;align-items:center;gap:4px;line-height:1;display:flex}.comment__message--emoji-large .inline-emoji{width:72px;height:72px;margin:0}.comment__message--emoji-medium .inline-emoji{width:44px;height:44px;margin:0}.comment__delete{opacity:0;width:34px;height:34px}.comment:hover .comment__delete,.comment__delete:focus-visible{opacity:1}.comment__delete svg{width:16px;height:16px}.comment-composer{grid-template-columns:34px minmax(0,1fr) 44px;align-items:start;gap:10px;margin-top:14px;display:grid}.comment-composer>.user-avatar{margin-top:5px}.comment-composer__field{min-width:0;position:relative}.apple-emoji-textarea{width:100%;display:block;position:relative}.apple-emoji-textarea__mirror{z-index:2;color:var(--text);pointer-events:none;border:1px solid #0000;border-radius:5px;position:absolute;inset:0;overflow:hidden}.apple-emoji-textarea__content{white-space:pre-wrap;overflow-wrap:anywhere;width:max-content;min-width:100%;max-width:100%}.apple-emoji-textarea textarea{z-index:1;caret-color:var(--text);-webkit-text-fill-color:transparent;display:block;position:relative;color:#0000!important}.apple-emoji-textarea textarea::placeholder{color:#777876;-webkit-text-fill-color:#777876}.apple-emoji-textarea .inline-emoji{vertical-align:-.12em;width:1em;height:1em;margin:0}.comment-composer .textarea{resize:none;width:100%;min-height:44px;max-height:140px;padding:10px 48px 10px 12px;overflow-y:hidden}.comment-composer .apple-emoji-textarea__mirror{padding:10px 48px 10px 12px;line-height:1.5}.comment-composer__emoji{z-index:3;position:absolute;bottom:4px;right:5px}.comment-composer__send{border:1px solid var(--border-strong);align-self:end;width:44px;height:44px}.comment-composer__send:disabled{opacity:.4;cursor:not-allowed}.feed-more{margin:24px 0 0}.feed-inline-error{margin-top:18px}.feed-error{place-content:center;justify-items:center;gap:16px;min-height:300px;display:grid}.feed-empty>svg{stroke-width:1.4px;width:34px;height:34px}.feed-empty h2{margin:12px 0 18px}.feed-editor-drawer{width:min(610px,100%)}.feed-editor>.checkbox-control{width:max-content;max-width:100%}.feed-editor__audience{border:0;gap:8px;margin:0;padding:0;display:grid}.feed-editor__audience legend{color:#92918e;text-transform:uppercase;letter-spacing:.06em;margin-bottom:3px;font-size:12px}.audience-switch{background:#111314;border:1px solid #393c3d;border-radius:6px;grid-template-columns:1fr 1fr;gap:3px;width:min(330px,100%);padding:3px;display:grid}.audience-switch button{color:#858481;cursor:pointer;background:0 0;border:0;border-radius:4px;min-height:38px;padding:0 12px;font-size:13px}.audience-switch button:hover{color:#c1bdb8}.audience-switch button.active{color:#d5cfca;background:#2a1a1b;box-shadow:inset 0 0 0 1px #b145488a}.feed-editor__direction-list{flex-wrap:wrap;gap:8px;padding-top:4px;display:flex}.feed-editor__direction-list button{color:#999693;cursor:pointer;background:0 0;border:1px solid #3a3d3e;border-radius:20px;min-height:40px;padding:0 16px;font-size:13px}.feed-editor__direction-list button:hover{color:#c6c1bc;border-color:#57595a}.feed-editor__direction-list button.active{background:var(--accent-soft);color:#d3ceca;border-color:#b14548ad}.rich-editor{background:#111314;border:1px solid #3a3d3e;border-radius:5px;transition:border-color .15s,box-shadow .15s;overflow:hidden}.rich-editor:focus-within{border-color:#9d4447;box-shadow:0 0 0 2px #9d44471f}.rich-editor__toolbar{border-bottom:1px solid #303334;align-items:center;gap:2px;min-height:44px;padding:4px 6px;display:flex}.rich-editor__toolbar button,.emoji-trigger{color:#8c8a87;cursor:pointer;background:0 0;border:0;border-radius:5px;place-items:center;width:36px;height:36px;padding:0;display:grid}.rich-editor__toolbar button:hover,.emoji-trigger:hover{color:#cbc6c1;background:#ffffff0b}.rich-editor__toolbar button:disabled,.emoji-trigger:disabled{opacity:.4;cursor:not-allowed}.rich-editor__toolbar svg,.emoji-trigger svg{stroke-width:1.8px;width:18px;height:18px}.rich-editor .rich-editor__textarea{width:100%;min-height:180px;box-shadow:none;resize:vertical;background:0 0;border:0;border-radius:0;padding:14px}.rich-editor .apple-emoji-textarea__mirror{border:0;border-radius:0;padding:14px;line-height:1.5}.emoji-picker{z-index:240;background:#1a1c1d;border:1px solid #474a4c;border-radius:9px;width:min(356px,100dvw - 24px);animation:.12s ease-out both reaction-picker-in;position:fixed;overflow:hidden;box-shadow:0 20px 52px #000000b3}.emoji-picker__search{color:#777876;background:#111314;border-radius:7px;align-items:center;gap:9px;height:48px;margin:10px 10px 4px;padding:0 12px;display:flex}.emoji-picker__search svg{flex:none;width:17px;height:17px}.emoji-picker__search input{color:#d5d1cc;min-width:0;font:inherit;background:0 0;border:0;outline:0;flex:1;font-size:14px}.emoji-picker__search input::placeholder{color:#777876}.emoji-picker__content{scrollbar-width:thin;scrollbar-color:#454849 transparent;min-height:236px;max-height:286px;padding:7px 10px 10px;overflow-y:auto}.emoji-picker__title{color:#858481;letter-spacing:.055em;text-transform:uppercase;align-items:center;height:27px;font-size:11px;font-weight:500;display:flex}.emoji-picker__grid{grid-template-columns:repeat(8,minmax(0,1fr));gap:2px;display:grid}.emoji-picker__grid button{cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;width:40px;height:40px;padding:0;transition:background .12s,transform .12s;display:grid}.emoji-picker__grid img{object-fit:contain;width:30px;height:30px;display:block}.emoji-picker__grid button:hover,.emoji-picker__grid button:focus-visible{background:#ffffff13;transform:scale(1.12)}.emoji-picker__categories{background:#17191a;border-top:1px solid #303334;grid-auto-columns:1fr;grid-auto-flow:column;gap:2px;min-height:49px;padding:5px 8px 6px;display:grid}.emoji-picker__categories button{color:#747573;cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;min-width:0;height:38px;padding:0;display:grid}.emoji-picker__categories button:hover{color:#b9b5b0}.emoji-picker__categories button.active{background:var(--accent-soft);color:#ca5a5d}.emoji-picker__categories svg{stroke-width:1.8px;width:19px;height:19px}.feed-editor__poll{gap:20px;padding-top:2px;display:grid}.poll-options-editor{border:0;gap:9px;margin:0;padding:0;display:grid}.poll-options-editor legend{color:#92918e;text-transform:uppercase;letter-spacing:.06em;margin-bottom:3px;font-size:12px}.poll-option-editor{grid-template-columns:minmax(0,1fr) 42px;align-items:center;gap:8px;display:grid}.poll-option-editor .icon-button:disabled{opacity:.28;cursor:not-allowed}.poll-options-editor>.button{width:max-content;padding-inline:6px}.poll-results-drawer{width:min(500px,100%)}.poll-results-error{padding-top:24px}.poll-results{padding-top:10px}.poll-result{border-bottom:1px solid var(--border);padding:20px 0}.poll-result__head{justify-content:space-between;align-items:baseline;gap:18px;display:flex}.poll-result__head h3{color:#c9c5c0;overflow-wrap:anywhere;margin:0;font-family:Roboto,sans-serif;font-size:14px;font-weight:500}.poll-result__head span{color:#777775;flex:none;font-size:12px}.poll-voters{margin-top:10px;display:grid}.poll-voter{border-top:1px solid #292c2da3;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;min-height:58px;display:grid}.poll-voter span{color:#aaa7a3;text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.poll-result__empty{color:#6f706f;padding-top:14px;font-size:13px}.reaction-users-drawer{width:min(480px,100%)}.reaction-users__filters{scrollbar-width:thin;gap:6px;margin:14px -4px 0;padding:4px;display:flex;overflow-x:auto}.reaction-users__filters button{color:#918f8c;cursor:pointer;font-variant-numeric:tabular-nums;background:0 0;border:1px solid #393c3d;border-radius:19px;align-items:center;gap:5px;min-width:max-content;height:38px;padding:0 10px;font-size:12px;display:inline-flex}.reaction-users__filters button.active{background:var(--accent-soft);color:#d0ccc7;border-color:#b145489e}.reaction-users__filters .reaction-image{width:22px;height:22px}.reaction-users__error{margin-top:22px}.reaction-users{padding-top:8px}.reaction-user{border-bottom:1px solid var(--border);grid-template-columns:42px minmax(0,1fr) 30px;align-items:center;gap:12px;min-height:64px;display:grid}.reaction-user>span:not(.user-avatar){color:#bdb9b4;text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.reaction-user>.reaction-image{width:28px;height:28px}@media (width<=1280px){.schedule-layout{grid-template-columns:1fr}.session-detail{z-index:60;width:365px;transition:transform .2s;position:fixed;right:0;transform:translate(100%)}.session-detail--open{transform:translate(0)}.session-detail--empty{display:none}.detail-backdrop{z-index:59;background:#0006;border:0;display:block;position:fixed;inset:0}}@media (width<=1100px) and (width>=821px){.profile-panel{grid-template-columns:220px minmax(0,1fr);gap:40px}.profile-photo-trigger,.profile-avatar{width:200px;height:200px}.profile-avatar{font-size:54px}.profile-content{padding-top:8px}}@media (width<=820px){.app-shell{padding-top:62px;display:block}.sidebar{display:none}.mobile-header{z-index:50;border-bottom:1px solid var(--border);background:#0c0e0f;justify-content:space-between;align-items:center;height:62px;padding:0 14px;display:flex;position:fixed;top:0;left:0;right:0}.mobile-menu-wrap{display:block}.mobile-menu{z-index:90;overscroll-behavior:contain;background:var(--sidebar);width:min(290px,86vw);padding:18px 12px calc(18px + env(safe-area-inset-bottom));flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto}.mobile-menu__close{position:absolute;top:10px;right:10px}.mobile-menu .sidebar__brand{height:125px}.mobile-menu .sidebar__bottom{margin-top:auto}.page-header{min-height:112px;padding:24px 20px}.page-header h1{font-size:34px}.content-page>:not(.page-header):not(.drawer):not(.drawer-backdrop){margin-left:20px;margin-right:20px}.feed-column,.feed-loading,.feed-error,.feed-empty,.feed-status{width:calc(100% - 40px)}.profile-panel{grid-template-columns:1fr;gap:32px}.profile-photo-column{justify-items:center}.profile-photo-trigger,.profile-avatar{width:160px;height:160px}.profile-avatar{font-size:44px}.profile-photo-action{width:min(240px,100%)}.profile-content{width:100%;max-width:none;padding-top:0}.admin-tabs{display:none}.admin-section-select{padding:20px 0 0;display:block}.admin-toolbar{flex-direction:column;align-items:stretch;padding:18px 0}.admin-toolbar .button{width:100%}.users-table{overflow-x:auto}.users-table .data-row{min-width:850px}.direction-row{grid-template-columns:55px 1fr auto;padding:18px 0}.direction-stat{display:none}.direction-stat--button{grid-column:2;justify-self:start;display:grid}.class-grid{min-width:820px}.classes-list{overflow-x:auto}.analytics-toolbar{grid-template-columns:1fr 1fr;padding:18px 0}.analytics-toolbar>.select-control{grid-column:1/-1}.analytics-toolbar__separator{display:none}.analytics-metrics,.membership-alert-metrics{grid-template-columns:1fr 1fr}.analytics-metrics>div,.membership-alert-metrics>div{border-bottom:1px solid var(--border);padding-left:18px}.analytics-metrics>div:nth-child(2n),.membership-alert-metrics>div:nth-child(2n){border-right:0}.analytics-metrics>div:nth-last-child(-n+2),.membership-alert-metrics>div:last-child{border-bottom:0}.analytics-metrics>div:last-child{border-right:0;grid-column:1/-1;padding-left:0}.membership-alert-metrics>div:last-child{grid-column:1/-1;padding-left:0}.analytics-table .data-row--head,.expiring-table .data-row--head{display:none}.analytics-table .data-row,.expiring-table .data-row{grid-template-columns:1fr 1fr;gap:15px 24px;min-width:0;padding:17px 0}.analytics-table .data-row>span:first-child,.expiring-table .data-row>span:first-child{grid-column:1/-1}.analytics-table .data-row>span[data-label],.expiring-table .data-row>span[data-label]{gap:5px;display:grid}.analytics-table .data-row>span[data-label]:before,.expiring-table .data-row>span[data-label]:before{content:attr(data-label);color:#747575;text-transform:uppercase;letter-spacing:.07em;font-size:10px}.analytics-table .data-row>span:nth-child(4),.analytics-table .data-row>span:nth-child(5){border-top:1px solid #292c2d99;padding-top:13px}.analytics-table .data-row>span:nth-child(6){border-top:1px solid #292c2d99;grid-column:1/-1;padding-top:13px}.expiring-table .data-row>span:nth-child(2){grid-column:1/-1}.expiring-table .row-actions{grid-column:1/-1;justify-content:stretch;padding:0}.expiring-table .quick-action{border-color:var(--border-strong);justify-content:center;width:100%}.auth-page{grid-template-columns:1fr}.auth-identity{border:0;border-bottom:1px solid var(--border);min-height:250px}.auth-identity .brand img{width:185px;height:185px}.auth-identity p{display:none}.auth-form{padding:45px 0}.auth-form h1{font-size:clamp(34px,10vw,42px);line-height:1.08}}@media (width<=600px){.pwa-install-button{right:12px;bottom:calc(12px + env(safe-area-inset-bottom));max-width:calc(100vw - 24px)}.pwa-update-prompt{right:12px;bottom:calc(12px + env(safe-area-inset-bottom));gap:10px;width:calc(100vw - 24px);min-height:72px;padding:12px 12px 12px 15px}.pwa-update-prompt strong{font-size:18px}.pwa-update-prompt .button{min-width:116px;padding-inline:12px}.auth-identity{min-height:155px}.auth-identity .brand img{width:125px;height:125px}.auth-form{padding:28px 0}.page-header{align-items:flex-start;gap:18px}.page-header .button{width:44px;min-height:40px;padding:0}.page-header .button span{display:none}.feed-column{padding-top:12px}.feed-post{padding:22px 0 24px}.feed-post__body h2{font-size:24px}.feed-post__body p{font-size:15px}.feed-post__audience{margin-left:0}.feed-post__actions{grid-template-columns:1fr 1fr;gap:4px;display:grid}.feed-post__actions button,.feed-post__actions>span{justify-content:center;width:100%;padding-inline:8px}.reaction-picker{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(4,minmax(0,1fr));gap:2px;height:126px}.reaction-picker__option{height:52px}.reaction-picker__tooltip{display:none}.reaction-summary{margin-top:14px}.reaction-chip{border-radius:22px;height:44px;min-height:44px}.reaction-chip__vote,.reaction-chip__people{height:40px}.reaction-chip__vote{width:38px}.reaction-chip__vote .reaction-image{width:28px;height:28px}.reaction-chip__avatars .user-avatar{width:26px;height:26px;margin-left:-7px}.poll-option{min-height:50px;padding-inline:12px}.comment__delete{opacity:1}.feed-editor__actions{padding:14px 20px calc(22px + env(safe-area-inset-bottom));background:linear-gradient(#151718f0,#151718 16px);margin:6px -20px -22px;position:sticky;bottom:-22px}.audience-switch{width:100%}.feed-editor__direction-list button{min-height:44px}.emoji-picker{width:min(336px,100dvw - 24px)}.emoji-picker__grid{grid-template-columns:repeat(7,minmax(0,1fr))}.emoji-picker__grid button{width:42px;height:42px}.emoji-picker__grid img{width:31px;height:31px}.direction-title{margin:24px 18px 12px}.week-picker{grid-template-columns:34px minmax(0,1fr) 34px;gap:2px;margin:0 8px}.week-arrow{border:0;width:32px;height:38px}.day-button{height:58px}.day-button span{font-size:11px}.day-button strong{font-size:16px}.day-heading,.timeline,.status-message{margin-left:18px;margin-right:18px}.session-row{grid-template-columns:68px 1fr;min-height:170px}.session-row>time{align-self:start;padding:28px 0 0 10px;font-size:18px}.session-row__body{padding:24px 6px}.session-row__body h2{font-size:23px}.session-meta{margin:8px 0 0;display:flex}.session-row__actions{grid-column:2;justify-items:stretch;gap:10px;margin-top:-14px;padding:0 6px 20px}.session-row__actions .capacity{justify-self:end}.session-row__buttons{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:8px;display:grid}.book-button,.absence-button{width:100%;min-width:0;padding:0 8px;font-size:13px}.session-detail{width:100%}.participant-avatar-button,.participant-section .user-avatar--medium{width:44px;height:44px}.participant--attendance{grid-template-columns:44px minmax(0,1fr)}.booking-row{grid-template-columns:55px 1fr;padding:22px 0}.booking-row .button{grid-column:2;justify-self:start}.inline-facts{gap:10px}.form-grid,.slot-creator{grid-template-columns:1fr}.drawer{padding:22px 20px}.drawer__head h2{font-size:28px}.profile-content h2{font-size:34px}.profile-settings-section>.button,.notification-disable,.profile-logout{width:100%}.avatar-viewer{width:min(100dvw - 24px,100dvh - 96px)}.avatar-viewer__close{top:max(8px, env(safe-area-inset-top));right:max(8px, env(safe-area-inset-right))}.avatar-editor-layer{padding:0}.avatar-editor-dialog{border:0;border-radius:0;width:100dvw;height:100dvh;max-height:none}.avatar-editor-dialog__head{min-height:56px;padding:8px 12px 8px 16px}.avatar-editor-dialog__head h2{font-size:25px}.avatar-editor-dialog__body{gap:12px;padding:14px 16px 12px}.avatar-crop-workspace{width:100%;height:auto;max-height:calc(100dvh - 320px)}.avatar-editor-hint{max-width:320px;line-height:1.4}.avatar-editor-tools{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;width:100%;display:grid}.avatar-tool{min-width:0;padding:0}.avatar-tool span{display:none}.avatar-tool--reset{grid-column:1/-1}.avatar-tool--reset span{display:inline}.avatar-editor-dialog__actions{min-height:auto;padding:10px 16px max(12px, env(safe-area-inset-bottom));grid-template-columns:1fr 1fr;display:grid}.avatar-editor-dialog__actions .button{min-width:0}.avatar-editor-dialog__actions .avatar-editor-change{grid-column:1/-1;margin-right:0}.confirm-layer{padding:14px}.confirm-dialog{grid-template-columns:36px 1fr;gap:14px;padding:22px 18px}.confirm-dialog__icon{width:36px;height:36px}.confirm-dialog__actions{grid-template-columns:1fr}.member-row{grid-template-columns:38px minmax(0,1fr)}.member-row em{grid-column:2;margin-top:-10px}.member-editor__actions{padding:14px 20px calc(22px + env(safe-area-inset-bottom));margin:4px -20px -22px;bottom:-22px}.membership-panel dl>div{flex-direction:column;gap:8px}.analytics-section__head{display:grid}.chart-key{margin-top:-10px}.attendance-chart{gap:12px}.attendance-week{min-width:70px}.analytics-metrics strong,.membership-alert-metrics strong{font-size:27px}}@media (width<=380px){.session-row__buttons{grid-template-columns:1fr}.comment-composer{grid-template-columns:minmax(0,1fr) 44px}.comment-composer>.user-avatar{display:none}.profile-photo-trigger,.profile-avatar{width:144px;height:144px}.profile-avatar{font-size:40px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}:root[data-theme=light] .sidebar__brand .brand img,:root[data-theme=light] .mobile-header .brand img,:root[data-theme=light] .mobile-menu .brand img,:root[data-theme=light] .auth-identity .brand img{filter:saturate(1.04)contrast(1.04)drop-shadow(0 5px 10px #2d231d26)}:root[data-theme=light] .mobile-header,:root[data-theme=light] .session-detail,:root[data-theme=light] .drawer,:root[data-theme=light] .avatar-editor-dialog__actions{background:var(--surface)}:root[data-theme=light] .pwa-install-button,:root[data-theme=light] .avatar-editor-dialog,:root[data-theme=light] .confirm-dialog,:root[data-theme=light] .select-menu,:root[data-theme=light] .reaction-picker,:root[data-theme=light] .emoji-picker{background:var(--surface);border-color:var(--border-strong);box-shadow:0 18px 48px #4230212e}:root[data-theme=light] .auth-identity{background:var(--sidebar)}:root[data-theme=light] .avatar-tool,:root[data-theme=light] .input,:root[data-theme=light] .select-control__trigger,:root[data-theme=light] .checkbox-control__box,:root[data-theme=light] .rich-editor,:root[data-theme=light] .emoji-picker__search,:root[data-theme=light] .audience-switch{border-color:var(--border-strong);background:#fffefa}:root[data-theme=light] .select-menu__option--active,:root[data-theme=light] .audience-switch button.active,:root[data-theme=light] .emoji-picker__categories{background:var(--surface-2)}:root[data-theme=light] .reaction-picker__tooltip{background:var(--surface-2);border-color:var(--border-strong);color:var(--text-strong);box-shadow:0 7px 18px #4230211f}:root[data-theme=light] .user-avatar{background:#eee7df;border-color:#bba9a4}:root[data-theme=light] .progress{background:#ded6cd}:root[data-theme=light] .profile-avatar{box-shadow:0 22px 50px #42302129}:root[data-theme=light] .nav-link,:root[data-theme=light] .sidebar-card,:root[data-theme=light] .sidebar-chat,:root[data-theme=light] .sidebar-logout,:root[data-theme=light] .icon-button,:root[data-theme=light] .detail-facts>div,:root[data-theme=light] .detail-section h3,:root[data-theme=light] .detail-section p,:root[data-theme=light] .participant,:root[data-theme=light] .profile-facts,:root[data-theme=light] .quick-action,:root[data-theme=light] .select-menu__option,:root[data-theme=light] .checkbox-control,:root[data-theme=light] .avatar-tool,:root[data-theme=light] .auth-link,:root[data-theme=light] .auth-back,:root[data-theme=light] .feed-post__body blockquote,:root[data-theme=light] .feed-post__actions button,:root[data-theme=light] .feed-post__actions>span,:root[data-theme=light] .reaction-chip,:root[data-theme=light] .poll-option,:root[data-theme=light] .comment p,:root[data-theme=light] .poll-voter span{color:#4f4944}:root[data-theme=light] .sidebar-card strong,:root[data-theme=light] .button--outline,:root[data-theme=light] .direction-switcher button.active,:root[data-theme=light] .session-row>time,:root[data-theme=light] .book-button,:root[data-theme=light] .detail-capacity strong,:root[data-theme=light] .data-row,:root[data-theme=light] .user-cell b,:root[data-theme=light] .class-name b,:root[data-theme=light] .analytics-table b,:root[data-theme=light] .attendance-week>strong,:root[data-theme=light] .attendance-history__row strong,:root[data-theme=light] .member-row strong,:root[data-theme=light] .member-picker-user strong,:root[data-theme=light] .slot-item strong,:root[data-theme=light] .feed-post__head strong,:root[data-theme=light] .feed-post__body p,:root[data-theme=light] .feed-post__body ul,:root[data-theme=light] .feed-post__body em,:root[data-theme=light] .post-poll h3,:root[data-theme=light] .poll-option--selected,:root[data-theme=light] .comment__head strong,:root[data-theme=light] .poll-result__head h3,:root[data-theme=light] .reaction-user>span:not(.user-avatar){color:var(--text)}:root[data-theme=light] .feed-post__body strong,:root[data-theme=light] .select-menu__option--active,:root[data-theme=light] .select-menu__option[aria-selected=true],:root[data-theme=light] .reaction-chip--active,:root[data-theme=light] .reaction-users__filters button.active{color:var(--text-strong)}:root[data-theme=light] .checkbox-control:has(input:checked){color:var(--text-strong)}:root[data-theme=light] .data-row--head,:root[data-theme=light] .attendance-week>span,:root[data-theme=light] .attendance-history__row time,:root[data-theme=light] .attendance-status,:root[data-theme=light] .attendance-history__row small,:root[data-theme=light] .participant-decline,:root[data-theme=light] .field__label,:root[data-theme=light] .schedule-builder legend,:root[data-theme=light] .checkbox-fieldset legend,:root[data-theme=light] .feed-post__head time,:root[data-theme=light] .poll-option__percent,:root[data-theme=light] .post-poll__summary,:root[data-theme=light] .post-comments__all,:root[data-theme=light] .comment__head time,:root[data-theme=light] .feed-editor__audience legend,:root[data-theme=light] .poll-options-editor legend,:root[data-theme=light] .poll-result__head span,:root[data-theme=light] .poll-result__empty,:root[data-theme=light] .reaction-users__filters button,:root[data-theme=light] .emoji-picker__title,:root[data-theme=light] .emoji-picker__categories button,:root[data-theme=light] .day-button,:root[data-theme=light] .capacity,:root[data-theme=light] .session-detail--empty,:root[data-theme=light] .empty-state,:root[data-theme=light] .empty-state h2,:root[data-theme=light] .user-cell small,:root[data-theme=light] .class-name small,:root[data-theme=light] .value-muted,:root[data-theme=light] .schedule-summary,:root[data-theme=light] .direction-row__title a,:root[data-theme=light] .direction-stat,:root[data-theme=light] .field__hint,:root[data-theme=light] .control-shell__icon,:root[data-theme=light] .select-control__trigger>svg,:root[data-theme=light] .form-success,:root[data-theme=light] .slot-item,:root[data-theme=light] .auth-identity p,:root[data-theme=light] .audience-switch button,:root[data-theme=light] .feed-editor__direction-list button{color:var(--muted)}:root[data-theme=light] .input::placeholder,:root[data-theme=light] .apple-emoji-textarea textarea::placeholder,:root[data-theme=light] .emoji-picker__search input::placeholder{color:#8c847c;-webkit-text-fill-color:#8c847c}:root[data-theme=light] .emoji-picker__search input{color:var(--text)}:root[data-theme=light] .nav-link:hover,:root[data-theme=light] .sidebar-logout:hover,:root[data-theme=light] .theme-switch:hover,:root[data-theme=light] .icon-button:hover,:root[data-theme=light] .quick-action:hover,:root[data-theme=light] .auth-link:hover,:root[data-theme=light] .auth-back:hover,:root[data-theme=light] .feed-post__actions button:hover,:root[data-theme=light] .reaction-chip:hover,:root[data-theme=light] .post-poll__summary button:hover,:root[data-theme=light] .post-comments__all:hover,:root[data-theme=light] .rich-editor__toolbar button:hover,:root[data-theme=light] .emoji-trigger:hover,:root[data-theme=light] .emoji-picker__categories button:hover{color:var(--text-strong);background:#48372a0b}:root[data-theme=light] .session-row:hover,:root[data-theme=light] .session-row--selected,:root[data-theme=light] .data-row:hover,:root[data-theme=light] .data-row--selected,:root[data-theme=light] .member-picker-row:hover,:root[data-theme=light] .direction-stat--button:hover{background:#48372a09}:root[data-theme=light] .data-row--head:hover{background:0 0}:root[data-theme=light] .avatar-tool,:root[data-theme=light] .input,:root[data-theme=light] .select-control__trigger,:root[data-theme=light] .checkbox-control,:root[data-theme=light] .rich-editor,:root[data-theme=light] .poll-option,:root[data-theme=light] .audience-switch,:root[data-theme=light] .feed-editor__direction-list button,:root[data-theme=light] .reaction-chip,:root[data-theme=light] .reaction-users__filters button{border-color:var(--border-strong)}:root[data-theme=light] .reaction-picker__option:hover,:root[data-theme=light] .reaction-picker__option--active,:root[data-theme=light] .emoji-picker__grid button:hover,:root[data-theme=light] .emoji-picker__grid button:focus-visible{background:#48372a12}:root[data-theme=light] .comment,:root[data-theme=light] .poll-voter{border-color:#b9aea3b8}:root[data-theme=light] .attendance-week__bar{background:#48372a09}:root[data-theme=light] .reaction-chip__avatars .user-avatar{border-color:var(--bg)}:root[data-theme=light] .reaction-chip--active .reaction-chip__avatars .user-avatar{border-color:#eee1df}:root[data-theme=light] .feed-editor__actions,:root[data-theme=light] .member-editor__actions{background:linear-gradient(to bottom, #fffdf9f0, var(--surface) 16px)}:root[data-theme=light] .button:disabled,:root[data-theme=light] .book-button:disabled{opacity:.62}
