:root{--ink:#17211b;--muted:#67736c;--line:#e2e8e4;--soft:#f4f7f5;--paper:#fff;--brand:#5b54e8;--brand-dark:#453dc7;--brand-soft:#eeedff;--lime:#c9f36b;--lime-dark:#9bcb3c;--green:#17865c;--green-soft:#eaf8f1;--orange:#f1935c;--orange-soft:#fff2e9;--red:#d74848;--red-soft:#fff0f0;--shadow:0 10px 40px rgba(31,48,38,.08);--shadow-sm:0 4px 20px rgba(31,48,38,.07)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#f6f8f7;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}button,input,select,textarea{color:inherit;font:inherit}a,button{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}.brand{display:inline-flex;align-items:center;gap:11px;color:#fff}.brand>span:last-child{display:flex;align-items:baseline;gap:5px}.brand strong{font-size:22px;letter-spacing:-.8px}.brand small{color:var(--lime);font-size:10px;font-weight:800;letter-spacing:.5px}.brand--dark{color:var(--ink)}.brand--dark small{color:var(--brand)}.brand-mark{display:grid;width:35px;height:35px;place-items:center;border-radius:11px;color:#fff;background:var(--brand);box-shadow:inset 0 -3px 8px rgba(0,0,0,.12);font-size:18px;font-weight:900;transform:rotate(-3deg)}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:11px;font-weight:750;line-height:1;transition:.16s ease;white-space:nowrap}.button:disabled{cursor:not-allowed;opacity:.52}.button--md{min-height:42px;padding:0 17px;font-size:14px}.button--sm{min-height:34px;padding:0 12px;border-radius:9px;font-size:12px}.button--primary{color:#fff;background:var(--brand);box-shadow:0 7px 18px rgba(91,84,232,.22)}.button--primary:hover{background:var(--brand-dark);transform:translateY(-1px)}a.button.is-disabled{pointer-events:none;opacity:.45}.button--secondary{color:var(--ink);background:var(--paper);border:1px solid var(--line)}.button--secondary:hover{border-color:#b8c4bd;background:#fafcfb}.button--ghost{color:var(--muted);background:transparent}.button--ghost:hover{color:var(--ink);background:var(--soft)}.button--danger{color:#fff;background:var(--red)}.button--success{color:#fff;background:var(--green)}.button--dark{color:#fff;background:var(--ink)}.button--dark:hover{background:#000;transform:translateY(-1px)}.icon-button{display:grid;width:38px;height:38px;place-items:center;border:0;border-radius:10px;color:var(--muted);background:transparent}.icon-button:hover{color:var(--ink);background:var(--soft)}.link-button{padding:0;border:0;color:var(--brand);background:transparent;font-size:12px;font-weight:750}.landing{overflow:hidden;min-height:100vh;color:#142018;background:#f7f9f5}.landing-nav{position:relative;z-index:20;display:flex;width:min(1200px,calc(100% - 48px));height:84px;margin:0 auto;align-items:center;justify-content:space-between}.landing-nav__links{display:flex;gap:36px;color:#4f5b53;font-size:14px;font-weight:600}.landing-nav__links a:hover{color:var(--brand)}.hero{position:relative;display:grid;width:min(1280px,calc(100% - 48px));min-height:690px;margin:0 auto;padding:72px 70px 60px;grid-template-columns:1.03fr .97fr;align-items:center;overflow:hidden;border-radius:34px;color:#fff;background:radial-gradient(circle at 85% 10%,rgba(155,132,255,.32),transparent 34%),linear-gradient(135deg,#251f6e,#4c44c9 55%,#4239b4)}.hero:after{right:-100px;bottom:-180px;width:530px;height:530px;border:1px solid hsla(0,0%,100%,.08);content:""}.hero:after,.hero__glow{position:absolute;border-radius:50%}.hero__glow{filter:blur(2px);pointer-events:none}.hero__glow--one{top:70px;left:-110px;width:260px;height:260px;background:hsla(79,85%,69%,.12)}.hero__glow--two{right:27%;bottom:-140px;width:300px;height:300px;background:hsla(79,85%,69%,.1)}.hero__content{position:relative;z-index:3;max-width:620px}.hero__eyebrow{display:flex;margin-bottom:27px;align-items:center;gap:10px;color:#d9dcff;font-size:12px;font-weight:800;letter-spacing:1.3px;text-transform:uppercase}.hero__eyebrow span{width:29px;height:2px;background:var(--lime)}.hero h1{margin-bottom:25px;font-size:clamp(48px,5.1vw,75px);font-weight:750;letter-spacing:-4.2px;line-height:.98}.hero h1 em,.landing-intro h2 em{color:var(--lime);font-family:Georgia,Times New Roman,serif;font-weight:500}.hero__content>p{max-width:570px;margin-bottom:33px;color:#d8d9f3;font-size:18px;line-height:1.65}.hero__actions{display:flex;margin-bottom:42px;gap:12px}.button--hero{min-height:53px;padding:0 22px;border-radius:13px}.hero .button--primary{color:#1a241e;background:var(--lime);box-shadow:0 12px 30px rgba(3,10,6,.18)}.hero .button--primary:hover{background:#d8ff82}.button--glass{color:#fff;background:hsla(0,0%,100%,.09);border:1px solid hsla(0,0%,100%,.22);backdrop-filter:blur(8px)}.button--glass:hover{background:hsla(0,0%,100%,.15)}.hero__trust{display:flex;align-items:center;gap:13px}.hero__avatars{display:flex}.hero__avatars span{display:grid;width:35px;height:35px;margin-left:-7px;place-items:center;border:2px solid #4c45c1;border-radius:50%;color:#373148;background:#f3c8a5;font-size:9px;font-weight:900}.hero__avatars span:first-child{margin-left:0;background:#b7e6dd}.hero__avatars span:last-child{color:#fff;background:#7870dc}.hero__trust p{margin:0;color:#bdbde1;font-size:12px;line-height:1.45}.hero__trust strong{color:#fff;font-size:13px}.hero__visual{position:relative;z-index:2;min-height:470px;transform:translateX(22px)}.hero-card{position:absolute;top:58px;left:12px;width:min(500px,95%);overflow:hidden;border:1px solid hsla(0,0%,100%,.22);border-radius:23px;background:rgba(18,20,42,.82);box-shadow:0 34px 75px rgba(15,11,70,.45);transform:rotate(1.8deg);backdrop-filter:blur(14px)}.hero-card__bar{display:flex;height:48px;padding:0 18px;align-items:center;gap:7px;border-bottom:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.05)}.hero-card__bar>span{width:8px;height:8px;border-radius:50%;background:#f18971}.hero-card__bar>span:nth-child(2){background:#f3c869}.hero-card__bar>span:nth-child(3){background:#79d39f}.hero-card__bar small{margin-left:10px;color:#b8bad1;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.hero-card__body{padding:34px 32px 30px}.code-lines{display:flex;flex-direction:column;gap:17px;color:#e2e4f1;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:14px}.code-lines i{display:inline-block;width:27px;color:#63657a;font-style:normal}.code-lines b{color:#d7a2ff}.code-lines strong{color:#8ed7ff;font-weight:500}.code-lines em{color:#c9f36b;font-style:normal}.hero-card__success{display:flex;margin-top:29px;padding:14px;align-items:center;gap:12px;border:1px solid hsla(79,85%,69%,.18);border-radius:13px;background:hsla(79,85%,69%,.08)}.hero-card__success>span{display:grid;width:32px;height:32px;place-items:center;border-radius:9px;color:#1d2d20;background:var(--lime)}.hero-card__success div{display:flex;flex-direction:column;gap:3px}.hero-card__success strong{font-size:13px}.hero-card__success small{color:#aeb5ad;font-size:10px}.hero-badge{position:absolute;right:-3px;bottom:45px;display:flex;padding:15px 18px;align-items:center;gap:11px;border-radius:16px;color:var(--ink);background:var(--lime);box-shadow:0 20px 50px rgba(17,13,70,.35);transform:rotate(-3deg)}.hero-badge div{display:flex;flex-direction:column}.hero-badge strong{font-size:12px}.hero-badge small{color:#4f632f;font-size:10px}.code-orbit{position:absolute;display:grid;width:56px;height:56px;place-items:center;border:1px solid hsla(0,0%,100%,.2);border-radius:16px;color:var(--lime);background:hsla(0,0%,100%,.1);font-family:ui-monospace,monospace;font-weight:800;backdrop-filter:blur(8px)}.code-orbit--one{top:8px;right:24px;transform:rotate(8deg)}.code-orbit--two{bottom:100px;left:-25px;width:44px;height:44px;color:#fff;transform:rotate(-8deg)}.landing-intro{display:grid;width:min(1120px,calc(100% - 48px));margin:145px auto 70px;grid-template-columns:.35fr 1fr;gap:45px}.section-kicker{color:var(--brand);font-size:12px;font-weight:850;letter-spacing:1.6px;text-transform:uppercase}.landing-intro h2{max-width:850px;margin-bottom:28px;font-size:clamp(37px,4.4vw,59px);letter-spacing:-3.1px;line-height:1.05}.landing-intro h2 em{color:var(--brand)}.landing-intro p{max-width:700px;margin:0;color:#667169;font-size:17px;line-height:1.75}.landing-values{display:grid;width:min(1120px,calc(100% - 48px));margin:0 auto 140px;grid-template-columns:repeat(3,1fr);border-top:1px solid #dce3dd;border-bottom:1px solid #dce3dd}.landing-values article{padding:50px 44px 54px 0}.landing-values article+article{padding-left:44px;border-left:1px solid #dce3dd}.landing-values article>span{display:inline-grid;width:37px;height:37px;margin-bottom:29px;place-items:center;border-radius:50%;color:var(--brand);background:var(--brand-soft);font-size:11px;font-weight:850}.landing-values h3{margin-bottom:15px;font-size:21px;letter-spacing:-.6px}.landing-values p{margin:0;color:#69756d;font-size:14px;line-height:1.75}.mission{display:grid;width:min(1280px,calc(100% - 48px));min-height:500px;margin:0 auto 45px;padding:70px 8%;grid-template-columns:.65fr 1.35fr;align-items:center;border-radius:30px;color:#fff;background:#17251c}.mission__mark{display:grid;width:205px;height:205px;place-items:center;border:1px solid hsla(0,0%,100%,.13);border-radius:50%}.mission__mark span{display:grid;width:110px;height:110px;place-items:center;border-radius:34px;color:#1b261d;background:var(--lime);font-size:52px;font-weight:900;transform:rotate(-5deg)}.section-kicker--light{color:var(--lime)}.mission h2{max-width:730px;margin:22px 0;font-size:clamp(35px,3.9vw,53px);letter-spacing:-2.6px;line-height:1.06}.mission p{max-width:690px;color:#b7c2ba;line-height:1.75}.mission__links{display:flex;margin-top:30px;gap:27px}.mission__links a{display:inline-flex;padding-bottom:5px;align-items:center;gap:8px;border-bottom:1px solid hsla(79,85%,69%,.5);color:var(--lime);font-size:14px;font-weight:750}.landing-footer{display:flex;width:min(1120px,calc(100% - 48px));min-height:115px;margin:0 auto;align-items:center;justify-content:space-between;color:#6b766f;font-size:12px}.landing-footer p{margin:0}.landing-footer>div:last-child{display:flex;gap:25px;font-weight:650}.app-shell{display:flex;min-height:100vh}.sidebar{position:fixed;z-index:50;display:flex;width:254px;height:100vh;padding:23px 16px 20px;flex-direction:column;color:#d6dbd7;background:#18231d}.sidebar__brand{display:flex;padding:0 10px 27px;align-items:center;justify-content:space-between}.sidebar__close{display:none;color:#fff}.sidebar__nav{display:flex;min-height:0;flex-direction:column;gap:5px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.18) transparent}.sidebar__nav::-webkit-scrollbar{width:6px}.sidebar__nav::-webkit-scrollbar-track{margin:6px 0;background:transparent}.sidebar__nav::-webkit-scrollbar-thumb{border-radius:99px;background:hsla(0,0%,100%,.16)}.sidebar__nav::-webkit-scrollbar-thumb:hover{background:hsla(79,85%,69%,.45)}.sidebar__nav::-webkit-scrollbar-button{display:none;width:0;height:0}.sidebar__nav::-webkit-scrollbar-corner{background:transparent}.sidebar__label{padding:11px 13px 9px;color:#758078;font-size:10px;font-weight:850;letter-spacing:1.2px;text-transform:uppercase}.sidebar__nav a{display:flex;min-height:45px;padding:0 13px;align-items:center;gap:12px;border-radius:10px;color:#aeb7b1;font-size:13px;font-weight:600;transition:.15s ease}.sidebar__nav a:hover{color:#fff;background:hsla(0,0%,100%,.05)}.sidebar__nav a.is-active{color:#fff;background:hsla(79,85%,69%,.12);box-shadow:inset 3px 0 var(--lime)}.sidebar__nav a.is-active svg{color:var(--lime)}.sidebar__help{display:flex;padding:14px;align-items:flex-start;gap:10px;border:1px solid hsla(0,0%,100%,.08);border-radius:12px;background:hsla(0,0%,100%,.04)}.sidebar__footer{display:flex;margin-top:auto;padding-top:14px;flex-direction:column;gap:9px}.sidebar__profile{display:grid;padding:10px;grid-template-columns:34px minmax(0,1fr) 30px;align-items:center;gap:9px;border:1px solid hsla(0,0%,100%,.08);border-radius:12px;background:hsla(0,0%,100%,.04)}.sidebar__profile .avatar{width:34px;height:34px}.sidebar__profile>div{display:flex;min-width:0;flex-direction:column;gap:2px}.sidebar__profile strong{overflow:hidden;color:#eef1ef;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.sidebar__profile small{color:#818b84;font-size:8px}.sidebar__profile button{display:grid;width:30px;height:30px;place-items:center;border:0;border-radius:8px;color:#9ba59e;background:transparent}.sidebar__profile button:hover{color:#fff;background:hsla(0,0%,100%,.08)}.sidebar__help>span{display:grid;width:29px;height:29px;flex:0 0 auto;place-items:center;border-radius:8px;color:#17211b;background:var(--lime)}.sidebar__help strong{display:block;margin-bottom:3px;color:#eef1ef;font-size:11px}.sidebar__help p{margin:0;color:#818b84;font-size:9px}.sidebar__site-link{display:flex;padding:17px 8px 0;align-items:center;justify-content:center;gap:7px;color:#78837b;font-size:10px;font-weight:650}.app-main{min-width:0;margin-left:254px;flex:1}.mobile-nav-trigger{display:none}.topbar{position:sticky;z-index:35;top:0;display:flex;height:84px;padding:0 34px;align-items:center;border-bottom:1px solid #e6ebe8;background:hsla(0,0%,100%,.93);backdrop-filter:blur(12px)}.topbar__menu{display:none;margin-right:10px}.topbar__heading h1{margin:0 0 4px;font-size:21px;letter-spacing:-.6px}.topbar__heading p{margin:0;color:#7a857e;font-size:11px}.topbar__actions{display:flex;margin-left:auto;align-items:center;gap:17px}.profile-menu{position:relative}.profile-button{display:flex;min-width:185px;padding:6px 8px;align-items:center;gap:9px;border:0;border-radius:11px;background:transparent;text-align:left}.profile-button:hover{background:var(--soft)}.avatar{display:grid;width:36px;height:36px;flex:0 0 auto;place-items:center;border-radius:11px;color:#38318f;background:#dddcff;font-size:11px;font-weight:850}.profile-button__text{display:flex;min-width:0;flex:1;flex-direction:column;gap:2px}.profile-button__text strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.profile-button__text small{color:#879189;font-size:9px}.profile-button svg{color:#9ba39d;transition:.15s}.rotate-90{transform:rotate(90deg)}.profile-popover{position:absolute;top:calc(100% + 7px);right:0;width:180px;padding:7px;border:1px solid var(--line);border-radius:11px;background:#fff;box-shadow:var(--shadow-sm)}.profile-popover button{display:flex;width:100%;padding:10px;align-items:center;gap:8px;border:0;border-radius:8px;color:var(--red);background:transparent;font-size:12px}.profile-popover button:hover{background:var(--red-soft)}.app-content{width:min(1440px,100%);margin:0 auto;padding:24px 34px 55px}.app-loading{display:flex;min-height:100vh;align-items:center;justify-content:center;gap:12px;color:var(--muted);font-size:13px}.page-stack{display:flex;flex-direction:column;gap:20px}.page-actions{display:flex;align-items:center;justify-content:space-between;gap:14px}.page-actions__right{display:flex;align-items:center;gap:9px}.surface{border:1px solid #e5eae7;border-radius:15px;background:var(--paper);box-shadow:0 2px 6px rgba(27,41,33,.025)}.surface__head{display:flex;padding:19px 21px;align-items:center;justify-content:space-between;gap:15px;border-bottom:1px solid #edf0ee}.surface__head h2{margin:0;font-size:15px;letter-spacing:-.3px}.surface__head p{margin:4px 0 0;color:var(--muted);font-size:11px}.surface__body{padding:21px}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.stat-card{position:relative;min-height:127px;padding:19px;overflow:hidden;border:1px solid #e6ebe8;border-radius:15px;background:#fff}.stat-card:after{position:absolute;right:-22px;bottom:-36px;width:95px;height:95px;border-radius:50%;background:var(--stat-soft,#f3f4fb);content:""}.stat-card__head{display:flex;margin-bottom:14px;align-items:center;justify-content:space-between;color:#77817a;font-size:10px;font-weight:750;text-transform:uppercase}.stat-card__icon{display:grid;width:31px;height:31px;place-items:center;border-radius:9px;color:var(--stat-color,var(--brand));background:var(--stat-soft,var(--brand-soft))}.stat-card strong{position:relative;z-index:1;display:block;margin-bottom:4px;font-size:26px;letter-spacing:-1px}.stat-card p{position:relative;z-index:1;margin:0;color:#8b948e;font-size:10px}.two-column{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:18px}.three-column{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.badge{display:inline-flex;min-height:24px;padding:0 8px;align-items:center;gap:5px;border-radius:999px;color:#4b5560;background:#f0f3f1;font-size:10px;font-weight:750;white-space:nowrap}.badge--success{color:#247153;background:var(--green-soft)}.badge--danger{color:#ad4545;background:var(--red-soft)}.badge--warning{color:#9a602f;background:var(--orange-soft)}.badge--brand{color:var(--brand-dark);background:var(--brand-soft)}.dot{width:6px;height:6px;border-radius:50%;background:currentColor}.eyebrow{display:inline-flex;align-items:center;gap:6px;color:#4d5751;font-size:10px;font-weight:850;letter-spacing:.7px;text-transform:uppercase}.field{display:flex;flex-direction:column;gap:7px}.field>span{color:#566159;font-size:11px;font-weight:700}.field input,.field select,.field textarea,.input{width:100%;min-height:42px;padding:10px 12px;border:1px solid #dce3df;outline:none;border-radius:10px;background:#fff;font-size:13px;transition:.12s}.field textarea{resize:vertical;line-height:1.5}.field input:focus,.field select:focus,.field textarea:focus,.input:focus{border-color:#8580e9;box-shadow:0 0 0 3px rgba(91,84,232,.1)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.form-grid .field--full{grid-column:1/-1}.modal-backdrop{position:fixed;z-index:100;inset:0;display:grid;padding:20px;place-items:center;background:rgba(11,19,14,.62);backdrop-filter:blur(4px);animation:fade-in .13s ease-out}.modal{width:min(520px,100%);max-height:calc(100vh - 40px);overflow:auto;border-radius:17px;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.28);animation:modal-in .16s ease-out}.modal--wide{width:min(820px,100%)}.modal__head{display:flex;padding:21px 22px 17px;align-items:flex-start;justify-content:space-between;gap:15px;border-bottom:1px solid #edf0ee}.modal__head h2{margin:0;font-size:17px;letter-spacing:-.4px}.modal__head p{margin:5px 0 0;color:var(--muted);font-size:11px;line-height:1.45}.modal__body{display:flex;padding:21px 22px;flex-direction:column;gap:15px}.modal__actions{display:flex;padding:15px 22px 20px;align-items:center;justify-content:flex-end;gap:8px;border-top:1px solid #edf0ee}.toast-stack{position:fixed;z-index:150;top:20px;right:20px;display:flex;width:min(370px,calc(100% - 40px));flex-direction:column;gap:8px}.toast{display:flex;padding:14px;align-items:center;gap:10px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow);font-size:12px;font-weight:650;animation:toast-in .18s ease-out}.toast__icon{display:grid;width:25px;height:25px;flex:0 0 auto;place-items:center;border-radius:50%;color:#fff;background:var(--green);font-size:13px;font-weight:900}.toast--error .toast__icon{background:var(--red)}.empty-state{display:flex;min-height:210px;padding:30px;align-items:center;justify-content:center;flex-direction:column;text-align:center}.empty-state__icon{display:grid;width:45px;height:45px;margin-bottom:13px;place-items:center;border-radius:13px;color:var(--brand);background:var(--brand-soft)}.empty-state h3{margin:0 0 6px;font-size:14px}.empty-state p{max-width:350px;margin:0 0 14px;color:var(--muted);font-size:11px;line-height:1.5}.segmented{display:inline-flex;padding:3px;border-radius:10px;background:#edf1ef}.segmented button{min-height:31px;padding:0 12px;border:0;border-radius:8px;color:#6d7770;background:transparent;font-size:10px;font-weight:750}.segmented button.is-active{color:var(--ink);background:#fff;box-shadow:0 2px 7px rgba(25,40,31,.1)}.data-table-shell{overflow:hidden;border:1px solid #e5eae7;border-radius:14px;background:#fff}.table-toolbar{min-height:62px;padding:10px 14px;justify-content:space-between;gap:12px;border-bottom:1px solid #edf0ee}.search-field,.table-toolbar{display:flex;align-items:center}.search-field{width:min(390px,100%);height:39px;padding:0 11px;gap:8px;border:1px solid #dfe5e1;border-radius:10px;color:#879089;background:#fafcfb}.search-field:focus-within{border-color:#918dea;box-shadow:0 0 0 3px rgba(91,84,232,.08)}.search-field input{min-width:0;border:0;outline:0;flex:1;background:transparent;font-size:12px}.search-field button{display:grid;padding:2px;place-items:center;border:0;color:#89938c;background:transparent}.table-toolbar__count{color:#8a938d;font-size:10px}.data-table-scroll{max-width:100%;overflow:auto}.admin-section-detail .data-table-scroll,.users-page .data-table-scroll{max-height:calc(100dvh - 285px);overflow-x:scroll;overflow-y:auto;scrollbar-color:#a8b2ac #edf1ee;scrollbar-gutter:stable;scrollbar-width:auto}.admin-section-detail .data-table-scroll::-webkit-scrollbar,.users-page .data-table-scroll::-webkit-scrollbar{width:12px;height:12px}.admin-section-detail .data-table-scroll::-webkit-scrollbar-track,.users-page .data-table-scroll::-webkit-scrollbar-track{background:#edf1ee}.admin-section-detail .data-table-scroll::-webkit-scrollbar-thumb,.users-page .data-table-scroll::-webkit-scrollbar-thumb{border:3px solid #edf1ee;border-radius:999px;background:#a8b2ac}.admin-section-detail .data-table-scroll::-webkit-scrollbar-thumb:hover,.users-page .data-table-scroll::-webkit-scrollbar-thumb:hover{background:#7f8c84}.data-table-loading{display:flex;min-height:280px;padding:35px;align-items:center;justify-content:center;flex-direction:column;gap:7px;color:var(--muted);text-align:center}.data-table-loading strong{margin-top:5px;color:var(--ink);font-size:12px}.data-table-loading small{font-size:9px}.loading-spinner{width:31px;height:31px;border:3px solid #e5e4fb;border-top:3px solid var(--brand);border-radius:50%;animation:spin .75s linear infinite}.users-pagination{display:flex;min-height:46px;padding:0 4px;align-items:center;justify-content:space-between;gap:15px;color:var(--muted);font-size:9px}.users-pagination label,.users-pagination>div{display:flex;align-items:center;gap:7px}.users-pagination select{height:31px;padding:0 28px 0 9px;border:1px solid var(--line);border-radius:8px;color:var(--ink);background:#fff;font-size:10px}.data-table{width:100%;min-width:800px;border-collapse:collapse;text-align:left}.data-table td,.data-table th{padding:11px 12px;border-bottom:1px solid #edf0ee;vertical-align:middle}.data-table thead>tr:first-child th{height:41px;padding-top:7px;padding-bottom:7px;color:#6e7871;background:#fafcfb;font-size:9px;font-weight:800;letter-spacing:.3px;text-transform:uppercase}.data-table tbody tr{transition:background .11s}.data-table tbody tr:hover{background:#fbfcfb}.data-table tbody tr:last-child td{border-bottom:0}.data-table td{color:#3d4741;font-size:11px}.data-table__check{width:38px;text-align:center}.check-row input,.data-table input[type=checkbox]{width:15px;height:15px;border-radius:5px;accent-color:var(--brand)}.table-sort{display:flex;padding:0;align-items:center;gap:5px;border:0;color:inherit;background:transparent;font:inherit;text-transform:inherit}.table-sort svg{color:#bdc4bf}.table-sort svg.is-active{color:var(--brand)}.filter-row th{padding:6px 8px;background:#fff}.column-filter,.filter-row select{display:flex;width:100%;min-width:90px;height:29px;padding:0 7px;align-items:center;gap:4px;border:1px solid #e3e8e5;outline:0;border-radius:7px;color:#9aa29d;background:#fbfcfb;font-size:9px;font-weight:500}.column-filter input{min-width:0;border:0;outline:0;background:transparent;font-size:9px}.person-cell{display:flex;min-width:150px;align-items:center;gap:9px}.person-cell .avatar{width:31px;height:31px;border-radius:9px;font-size:9px}.person-cell div{display:flex;flex-direction:column;gap:2px}.person-cell strong{color:var(--ink);font-size:11px}.person-cell small{color:#909992;font-size:9px}.person-cell--editable{width:100%;padding:3px;border:0;border-radius:8px;background:transparent;text-align:left}.person-cell--editable>svg{margin-left:auto;flex:0 0 auto;color:#bbc2bd;opacity:0}.editable-cell:hover,.person-cell--editable:hover{background:#f4f4ff}.editable-cell:hover>svg,.person-cell--editable:hover>svg{color:var(--brand);opacity:1}.inline-name-editor{display:grid;min-width:205px;grid-template-columns:minmax(72px,1fr) minmax(82px,1fr) 27px;align-items:center;gap:4px}.inline-cell-input,.inline-name-editor input,.inline-price-select{width:100%;min-width:0;height:31px;padding:0 8px;border:1px solid #aaa5ed;outline:0;border-radius:7px;color:var(--ink);background:#fff;box-shadow:0 0 0 3px rgba(91,84,232,.08);font-size:10px}.inline-name-editor button{display:grid;width:27px;height:27px;padding:0;place-items:center;border:0;border-radius:7px;color:#fff;background:var(--brand)}.editable-cell{display:flex;width:100%;min-height:29px;padding:5px 7px;align-items:center;justify-content:space-between;gap:7px;border:0;border-radius:7px;color:inherit;background:transparent;font:inherit;text-align:left}.editable-cell>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editable-cell>svg{flex:0 0 auto;color:#bbc2bd}.editable-cell--section{color:#4e5952}.editable-cell--price{font-weight:750}.profile-table-link{display:inline-flex;min-height:29px;padding:0 8px;align-items:center;gap:5px;border:1px solid #dedcf7;border-radius:8px;color:#5650ad;background:#f7f6ff;font-size:9px;font-weight:750}.profile-table-link:hover{border-color:#bcb8ef;background:#efedff}.user-notes-cell{display:flex;min-width:220px;align-items:center;justify-content:space-between;gap:9px}.user-notes-cell .note-preview{flex:1}.user-notes-cell>div{display:flex;flex:0 0 auto;gap:4px}.user-notes-cell button{display:inline-flex;min-height:27px;padding:0 7px;align-items:center;gap:4px;border:1px solid #e5e2c9;border-radius:7px;color:#756d3d;background:#fffef6;font-size:8px;font-weight:750}.user-notes-cell button:hover{border-color:#d4c777;background:#fffbe6}.status-cell-button{display:flex;padding:2px;align-items:center;gap:5px;border:0;border-radius:8px;background:transparent}.status-cell-button>svg{color:#aab2ad}.status-cell-button:hover{background:#f3f5f4}.section-picker-search{width:100%}.section-picker-list{display:flex;max-height:min(430px,55vh);padding-right:4px;flex-direction:column;gap:5px;overflow-y:auto}.section-picker-list>button{display:grid;min-height:58px;padding:9px 11px;grid-template-columns:minmax(0,1fr) auto 24px;align-items:center;gap:9px;border:1px solid #e4e9e6;border-radius:10px;color:var(--ink);background:#fff;text-align:left}.section-picker-list>button:hover{border-color:#c7c4ef;background:#faf9ff}.section-picker-list>button.is-selected{border-color:#aaa5ed;background:#f1f0ff;box-shadow:inset 3px 0 var(--brand)}.section-picker-list>button>span:first-child{display:flex;min-width:0;flex-direction:column;gap:3px}.section-picker-list strong{font-size:11px}.section-picker-list small,.section-picker-list strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.section-picker-list small{color:var(--muted);font-size:9px}.section-picker-check{display:grid;width:23px;height:23px;place-items:center;border-radius:50%;color:#fff;background:var(--brand)}.section-picker-list>button:not(.is-selected) .section-picker-check{border:1px solid #dfe5e1;background:#fff}.section-picker-loading{display:flex;min-height:220px;align-items:center;justify-content:center;flex-direction:column;gap:10px;color:var(--muted);font-size:10px}.section-picker-empty{margin:0;padding:30px;color:var(--muted);text-align:center;font-size:10px}.user-notes-modal{max-height:65vh;overflow-y:auto}.user-notes-modal .notes-panel{padding:0;border:0;background:transparent}.status-confirmation{display:grid;grid-template-columns:46px minmax(0,1fr);align-items:center}.status-confirmation__icon{display:grid;width:42px;height:42px;place-items:center;border-radius:12px}.status-confirmation__icon.is-danger{color:#b53a3a;background:#fff0f0}.status-confirmation__icon.is-success{color:#377e4d;background:#edf9f0}.status-confirmation strong{display:block;color:var(--ink);font-size:12px}.status-confirmation p{margin:5px 0 0;color:var(--muted);font-size:10px}.table-actions{display:flex;align-items:center;gap:5px}.table-actions a,.table-actions button{display:grid;width:28px;height:28px;place-items:center;border:1px solid #e1e7e3;border-radius:8px;color:#667169;background:#fff}.table-actions a:hover,.table-actions button:hover{color:var(--brand);border-color:#bdb9f0}.notes-panel{padding:20px;border:1px solid #e6e5cd;border-radius:15px;background:#fffef6}.notes-panel__head{display:flex;margin-bottom:14px;align-items:flex-start;justify-content:space-between;gap:12px}.notes-panel__head p{margin:6px 0 0;color:#807e6c;font-size:10px}.notes-panel--compact{padding:12px 14px}.notes-panel--compact .notes-panel__head{margin-bottom:8px;align-items:center}.notes-panel--compact .empty-state{min-height:72px;padding:8px}.notes-panel--compact .empty-state__icon{display:none}.notes-panel--compact .empty-state h3{margin-bottom:2px;font-size:11px}.notes-panel--compact .empty-state p{margin:0;font-size:9px}.notes-panel__actions{display:flex;align-items:center;gap:10px}.note-list{gap:8px}.note-list,.notes-loading{display:flex;flex-direction:column}.notes-loading{min-height:120px;align-items:center;justify-content:center;gap:9px;color:var(--muted);font-size:10px}.note-card{display:flex;padding:13px 14px;align-items:flex-start;justify-content:space-between;gap:12px;border:1px solid #e8e7dc;border-radius:11px;background:hsla(0,0%,100%,.72)}.note-card--pinned{border-left:3px solid #e2bd29}.pin-label{display:inline-block;margin-bottom:6px;color:#9a771b;font-size:8px;font-weight:850;letter-spacing:.7px;text-transform:uppercase}.note-card p{margin:0 0 5px;color:#4c4c42;font-size:11px;line-height:1.5}.note-card small{color:#a19f90;font-size:8px}.note-card__actions{display:flex;flex-shrink:0;align-items:center;gap:9px}.note-history{display:flex;max-height:430px;flex-direction:column;gap:9px;overflow-y:auto}.note-history article{padding:12px 13px;border:1px solid var(--border);border-radius:10px;background:#f8faf9}.note-history article>div{display:flex;margin-bottom:7px;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-size:9px}.note-history article strong{color:var(--ink)}.note-history article p{margin:0;color:#4c4c42;font-size:11px;line-height:1.55;white-space:pre-wrap}.bar-chart{display:flex;height:190px;padding-top:23px;align-items:flex-end;justify-content:space-around;gap:9px}.bar-chart__item{display:flex;height:100%;flex:1;align-items:center;flex-direction:column}.bar-chart__value{height:20px;color:#4c5750;font-size:10px;font-weight:800}.bar-chart__track{position:relative;width:min(36px,75%);flex:1;border-radius:8px 8px 4px 4px;background:#f0f3f1}.bar-chart__track span{position:absolute;bottom:0;width:100%;border-radius:8px 8px 4px 4px;background:linear-gradient(180deg,#716aea,#5149d0)}.bar-chart__label{margin-top:8px;color:#8a938d;font-size:9px}.line-chart{padding-top:8px}.line-chart svg{display:block;width:100%;overflow:visible}.line-chart__grid{stroke:#e9eeeb;stroke-width:1}.line-chart__area{fill:rgba(91,84,232,.08)}.line-chart__line{fill:none;stroke:var(--brand);stroke-linecap:round;stroke-linejoin:round;stroke-width:3}.line-chart__point{fill:#fff;stroke:var(--brand);stroke-width:3}.line-chart__legend{display:flex;margin-top:-10px;justify-content:space-between;color:#909991;font-size:8px}.line-chart__legend-hidden{visibility:hidden}.axis-chart{width:100%}.axis-chart svg{display:block;width:100%;min-height:220px;overflow:visible}.axis-chart__grid{stroke:#e8edea;stroke-width:1}.axis-chart__axis{stroke:#8d9891;stroke-width:1.4}.axis-chart__tick{fill:#727e76;font-size:10px;font-weight:600}.axis-chart__title{fill:#4e5952;font-size:10px;font-weight:800}.axis-chart__bar{fill:#625be0}.axis-chart__line{fill:none;stroke:var(--brand);stroke-linecap:round;stroke-linejoin:round;stroke-width:3}.axis-chart__point{fill:#fff;stroke:var(--brand);stroke-width:3}.axis-chart__value{fill:#3f4943;font-size:10px;font-weight:850}.axis-chart__empty{fill:#929c96;font-size:11px}.loading-skeleton{position:relative;min-height:180px;overflow:hidden;border-radius:14px;background:#eef2ef}.loading-skeleton:after{position:absolute;inset:0;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.65),transparent);content:"";animation:shimmer 1.2s infinite;transform:translateX(-100%)}.login-page{display:grid;min-height:100vh;grid-template-columns:minmax(430px,.9fr) minmax(520px,1.1fr);background:#fff}.login-page__story{display:flex;min-height:100vh;padding:50px clamp(45px,7vw,110px);justify-content:space-between;flex-direction:column;color:#fff;background:radial-gradient(circle at 20% 85%,hsla(79,85%,69%,.14),transparent 30%),radial-gradient(circle at 90% 10%,rgba(155,132,255,.35),transparent 32%),linear-gradient(145deg,#26206e,#4e45c9)}.login-page__story>div:nth-child(2){max-width:580px}.login-page__story h1{margin-bottom:24px;font-size:clamp(43px,4.8vw,68px);letter-spacing:-3.4px;line-height:1.02}.login-page__story>div:nth-child(2)>p{max-width:540px;margin:0;color:#d4d3ec;font-size:17px;line-height:1.65}.login-page__quote{display:flex;max-width:500px;padding:17px 19px;align-items:flex-start;gap:12px;border:1px solid hsla(0,0%,100%,.13);border-radius:14px;background:hsla(0,0%,100%,.07)}.login-page__quote svg{flex:0 0 auto;color:var(--lime)}.login-page__quote p{margin:0;color:#dddcf0;font-family:Georgia,serif;font-size:13px;font-style:italic;line-height:1.5}.login-page__form{display:grid;padding:45px;place-items:center;background:#fafcfb}.login-card{width:min(420px,100%)}.login-card__back{display:inline-flex;margin-bottom:64px;align-items:center;gap:8px;color:#6f7972;font-size:11px;font-weight:650}.login-card__back svg{transform:rotate(180deg)}.login-card__icon{display:grid;width:48px;height:48px;margin-bottom:20px;place-items:center;border-radius:14px;color:var(--brand);background:var(--brand-soft)}.login-card h2{margin-bottom:8px;font-size:30px;letter-spacing:-1.3px}.login-card>p{margin-bottom:30px;color:var(--muted);font-size:13px}.login-card form{display:flex;flex-direction:column;gap:15px}.login-card__submit{width:100%;min-height:47px;margin-top:4px}.form-error{display:flex;padding:10px 12px;align-items:center;gap:8px;border-radius:9px;color:#a63d3d;background:var(--red-soft);font-size:10px;line-height:1.4}.form-error span{display:grid;width:20px;height:20px;flex:0 0 auto;place-items:center;border-radius:50%;color:#fff;background:var(--red);font-weight:900}.login-card__divider{display:flex;margin:23px 0 18px;align-items:center;gap:11px;color:#a2aaa4;font-size:9px;text-transform:uppercase}.login-card__divider:after,.login-card__divider:before{height:1px;flex:1;background:#e5eae7;content:""}.login-card__hint{display:block;margin-top:10px;color:#9aa29c;font-size:9px;line-height:1.4;text-align:center}.dashboard-grid{grid-template-columns:1.15fr .85fr}.recent-list,.task-list{display:flex;flex-direction:column}.recent-row{display:flex;min-height:68px;padding:11px 18px;align-items:center;gap:11px;border-bottom:1px solid #edf0ee}.recent-row:last-child{border-bottom:0}.recent-row:hover{background:#fbfcfb}.recent-row__mark{display:grid;width:36px;height:36px;flex:0 0 auto;place-items:center;border-radius:10px;color:var(--brand);background:var(--brand-soft)}.recent-row__mark--1{color:var(--green);background:var(--green-soft)}.recent-row__mark--2{color:#b26c38;background:var(--orange-soft)}.recent-row__mark--3{color:#936c20;background:#fff8d8}.recent-row>div{display:flex;min-width:0;flex:1;flex-direction:column;gap:4px}.recent-row strong{font-size:12px}.recent-row small{overflow:hidden;color:#838c86;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.recent-row__action{display:flex;align-items:center;gap:5px;color:var(--brand);font-size:9px;font-weight:750}.recent-row--stack{align-items:flex-start;min-height:auto;padding-top:14px;padding-bottom:14px}.recent-row__body{display:flex;min-width:0;flex:1;flex-direction:column;gap:4px}.recent-row__next{white-space:normal!important;line-height:1.35}.task-item{display:flex;min-height:75px;padding:13px 18px;align-items:center;gap:11px;border-bottom:1px solid #edf0ee}.task-item:last-child{border-bottom:0}.task-item:hover{background:#fbfcfb}.task-item__check{display:grid;width:32px;height:32px;flex:0 0 auto;place-items:center;border-radius:9px;color:var(--brand);background:var(--brand-soft)}.task-item__check--orange{color:#b56f38;background:var(--orange-soft)}.task-item__check--green{color:var(--green);background:var(--green-soft)}.task-item>div{display:flex;min-width:0;flex:1;flex-direction:column;gap:4px}.task-item strong{font-size:11px}.task-item small{color:#8b948d;font-size:9px}.task-item>svg{color:#b1b9b3}.section-mini-grid{display:grid;padding:13px;grid-template-columns:repeat(3,1fr);gap:9px}.section-mini{display:flex;min-width:0;min-height:63px;padding:11px;align-items:center;gap:9px;border:1px solid #e7ece9;border-radius:11px}.section-mini:hover{border-color:#bbb8ed;background:#fdfdff}.section-mini__icon{display:grid;width:33px;height:33px;flex:0 0 auto;place-items:center;border-radius:9px;color:var(--brand);background:var(--brand-soft)}.section-mini div{display:flex;min-width:0;flex:1;flex-direction:column;gap:4px}.section-mini small,.section-mini strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.section-mini strong{font-size:10px}.section-mini small{color:#8a938c;font-size:8px}.section-mini>svg{color:#a9b1ab}.dashboard-date{margin:-8px 0 0;color:#a4aca6;font-size:8px;text-align:right}.recent-widget{display:flex;padding:15px 18px;align-items:center;gap:24px;border:1px solid #dbdaf5;border-radius:14px;background:linear-gradient(100deg,#f8f7ff,#fff)}.recent-widget__head{min-width:155px}.recent-widget__head p{margin:5px 0 0;color:#8a899c;font-size:8px}.recent-widget__list{display:flex;min-width:0;flex:1;gap:8px}.recent-widget__list a{display:flex;min-width:165px;padding:10px;align-items:center;gap:8px;border:1px solid #e4e3f2;border-radius:10px;background:#fff}.recent-widget__list a>span{display:grid;width:28px;height:28px;flex:0 0 auto;place-items:center;border-radius:8px;color:var(--brand);background:var(--brand-soft)}.recent-widget__list a>div{display:flex;min-width:0;flex:1;flex-direction:column;gap:3px}.recent-widget__list strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.recent-widget__list small{color:#89928c;font-size:8px}.recent-widget__list a>svg{color:#a6aea8}.section-search{width:min(470px,100%)}.city-groups{display:flex;flex-direction:column;gap:27px}.city-group__head{display:flex;margin-bottom:11px;align-items:center;gap:9px}.city-group__head h2{margin:0;font-size:14px;letter-spacing:-.3px}.city-group__head span{color:#939c96;font-size:9px}.instructor-sections{display:flex;flex-direction:column;gap:6px}.instructor-section-card{display:grid;min-height:58px;padding:8px 10px;grid-template-columns:36px minmax(0,1fr) auto 116px;align-items:center;gap:11px;border:1px solid #e4e9e6;border-radius:11px;background:#fff;box-shadow:0 2px 5px rgba(25,39,31,.02);transition:.15s}.instructor-section-card:hover{border-color:#bcb8ef;box-shadow:var(--shadow-sm);transform:translateX(2px)}.instructor-section-card__icon{display:grid;width:36px;height:36px;place-items:center;border-radius:9px;color:var(--brand);background:var(--brand-soft)}.instructor-section-card__main{min-width:0}.instructor-section-card h3{margin:0 0 3px;font-size:13px;letter-spacing:-.25px}.instructor-section-card p{margin:0;overflow:hidden;color:#808a83;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.instructor-section-card__footer{display:flex;align-items:center;justify-content:space-between;color:var(--brand);font-size:9px;font-weight:750}.instructor-section-card__footer>span:last-child{display:grid;width:25px;height:25px;place-items:center;border-radius:8px;background:var(--brand-soft)}.section-name-cell{display:flex;align-items:center;gap:9px}.section-name-cell>span{display:grid;width:31px;height:31px;flex:0 0 auto;place-items:center;border-radius:9px;color:var(--brand);background:var(--brand-soft)}.section-name-cell div{display:flex;flex-direction:column;gap:2px}.section-name-cell strong{color:var(--ink);font-size:11px}.section-name-cell small{color:#89928c;font-size:9px}.table-open-link{display:inline-flex;align-items:center;gap:5px;color:var(--brand);font-size:10px;font-weight:750}.period-inputs{display:flex;min-height:36px;padding:3px 7px;align-items:center;gap:5px;border:1px solid #e1e6e3;border-radius:10px;color:#7d867f;background:#fff;font-size:9px}.period-inputs input{width:110px;padding:5px;border:0;outline:0;background:transparent;font-size:9px}.selection-bar{display:flex;min-height:48px;padding:7px 12px;align-items:center;gap:9px;border:1px solid #dcdaf7;border-radius:11px;color:#4d4894;background:#f5f4ff;font-size:10px}.selection-bar strong{margin-right:auto}.selection-bar>button:last-child{border:0;color:#77739f;background:transparent;font-size:9px}.note-preview{display:-webkit-box;max-width:210px;overflow:hidden;color:#6d6951;font-size:9px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.lesson-actions{align-items:flex-start}.lesson-categories{display:flex;flex-wrap:wrap;gap:6px}.lesson-categories button{min-height:35px;padding:0 13px;border:1px solid #e1e6e3;border-radius:10px;color:#68736c;background:#fff;font-size:10px;font-weight:700}.lesson-categories button.is-active{color:#fff;border-color:var(--brand);background:var(--brand)}.compact-search{width:210px;height:36px}.lesson-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.lesson-card{display:flex;min-height:168px;padding:12px;flex-direction:column;border:1px solid #e4e9e6;border-radius:12px;background:#fff;transition:.15s}.lesson-card:hover{border-color:#bbb8ed;box-shadow:var(--shadow-sm);transform:translateY(-2px)}.lesson-card__head{display:flex;margin-bottom:8px;align-items:center;justify-content:space-between}.lesson-card__number{color:#cbcfd0;font-family:ui-monospace,monospace;font-size:16px;font-weight:800}.lesson-card h2{display:-webkit-box;min-height:32px;margin:0 0 5px;overflow:hidden;font-size:12px;line-height:1.35;letter-spacing:-.2px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.lesson-card>p{overflow:hidden;margin:0 0 8px;color:#7d8780;font-size:8px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.lesson-card__tags{display:flex;gap:6px}.lesson-card__tags span{display:inline-flex;min-height:20px;padding:0 6px;align-items:center;gap:4px;border-radius:7px;color:#657169;background:#f1f4f2;font-size:8px;font-weight:700}.lesson-card__tags .lesson-card__kahoot{color:#8450a7;background:#f5ecfb}.lesson-card__footer{display:flex;margin-top:auto;padding-top:9px;align-items:center;justify-content:space-between;border-top:1px solid #edf0ee}.lesson-card__footer a{display:inline-flex;align-items:center;gap:5px;color:var(--brand);font-size:8px;font-weight:750}.lesson-card__footer>span{color:#9ca49f;font-size:8px}.lesson-loading{min-height:190px}.lesson-card__footer .lesson-card__kahoot-link{color:#8b59ad}.back-link{display:inline-flex;align-items:center;gap:8px;color:#6f7972;font-size:10px;font-weight:700}.back-link>span{display:grid;width:27px;height:27px;place-items:center;border:1px solid #e0e6e2;border-radius:8px;background:#fff}.back-link svg{transform:rotate(180deg)}.configuration-intro{display:flex;padding:18px 20px;align-items:center;gap:12px}.configuration-intro>span{display:grid;width:40px;height:40px;flex:0 0 auto;place-items:center;border-radius:11px;color:var(--brand);background:var(--brand-soft)}.configuration-intro h2{margin:0 0 4px;font-size:14px}.configuration-intro p{margin:0;color:var(--muted);font-size:10px}.outline-category-add{display:flex;padding:14px 16px;align-items:flex-end;gap:12px}.outline-category-add .field{max-width:420px;flex:1}.outline-category{overflow:hidden}.outline-category__head{display:flex;padding:14px 16px;align-items:flex-end;justify-content:space-between;gap:14px;border-bottom:1px solid var(--border);background:#fbfcfb}.outline-category__title{display:flex;min-width:0;flex:1;align-items:flex-end;gap:10px}.outline-category__title .field{width:min(360px,100%)}.outline-category--collapsed .outline-category__head{padding-top:10px;padding-bottom:10px;align-items:center;border-bottom:0}.outline-category--collapsed .outline-category__title{align-items:center}.outline-category__summary{display:flex;min-width:0;padding:4px 6px;align-items:flex-start;flex:1;flex-direction:column;gap:3px;border:0;border-radius:8px;color:var(--ink);background:transparent;text-align:left}.outline-category__summary:hover{background:#f3f4fb}.outline-category__summary strong{overflow:hidden;width:100%;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.outline-category__summary small{color:var(--muted);font-size:9px}.outline-category__collapse svg{transform:rotate(90deg);transition:transform .15s ease}.outline-category__collapse[aria-expanded=true] svg{transform:rotate(-90deg)}.outline-category__position,.outline-item__number{display:grid;width:28px;height:28px;flex:0 0 auto;place-items:center;border-radius:8px;color:var(--brand);background:var(--brand-soft);font-size:10px;font-weight:850}.outline-order-actions{display:flex;align-items:center;gap:6px}.outline-order-actions>button:not(.button){display:grid;width:30px;height:30px;place-items:center;border:1px solid var(--border);border-radius:8px;color:var(--text);background:#fff}.outline-order-actions>button:not(.button):hover:not(:disabled){border-color:var(--brand);color:var(--brand)}.outline-order-actions>button:disabled{opacity:.35;cursor:default}.outline-items{display:grid}.outline-item{display:grid;min-height:64px;padding:10px 16px;grid-template-columns:auto minmax(180px,1fr) auto auto;align-items:center;gap:12px;border-bottom:1px solid var(--border)}.outline-item:last-child{border-bottom:0}.outline-item__content{display:grid;min-width:0;gap:5px}.outline-item__content strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.outline-item__description{margin:0;color:#67736c;font-size:11px;line-height:1.4}.outline-item__labels,.outline-item__links{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.outline-item__links a{display:inline-flex;align-items:center;gap:4px;color:var(--brand);font-size:10px;font-weight:750}.outline-items__empty{margin:0;padding:18px;color:var(--muted);font-size:11px;text-align:center}.lesson-number-small{display:inline-grid;width:25px;height:25px;place-items:center;border-radius:7px;color:var(--brand);background:var(--brand-soft);font-size:9px;font-weight:850}.inline-link{display:inline-flex;align-items:center;gap:4px;color:var(--brand);font-weight:650}.payment-import .surface__body{padding-bottom:17px}.code-input{min-height:190px;color:#d8dee9;background:#1c2420!important;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px!important;line-height:1.65!important}.payment-import__actions{display:flex;margin-top:13px;align-items:center;justify-content:space-between}.payment-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.payment-stats>div{display:flex;min-height:76px;padding:14px;align-items:center;gap:11px;border:1px solid #e3e9e5;border-radius:13px;background:#fff}.payment-stats__icon{display:grid;width:36px;height:36px;flex:0 0 auto;place-items:center;border-radius:10px;color:var(--brand);background:var(--brand-soft);font-weight:900}.payment-stats__icon--green{color:var(--green);background:var(--green-soft)}.payment-stats__icon--orange{color:#b96d35;background:var(--orange-soft)}.payment-stats>div>div{display:flex;flex-direction:column;gap:3px}.payment-stats strong{font-size:18px}.payment-stats small{color:#8c958f;font-size:8px}.payment-results{display:flex;flex-direction:column;gap:9px}.payment-result{display:grid;min-height:105px;padding:15px;grid-template-columns:33px minmax(270px,1fr) minmax(280px,.8fr);align-items:center;gap:12px;border:1px solid #f0d9c8;border-radius:14px;background:#fffdfa}.payment-result--matched{border-color:#d3eadd;background:#fbfffd}.payment-result__status{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;color:#b56b36;background:var(--orange-soft);font-size:13px;font-weight:900}.payment-result--matched .payment-result__status{color:var(--green);background:var(--green-soft)}.payment-result__transfer{min-width:0}.payment-result__transfer h3{max-width:650px;margin:6px 0 7px;overflow:hidden;font-size:11px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.payment-result__transfer>strong{font-size:16px}.payment-result__match{display:flex;padding:10px;align-items:center;gap:9px;border-radius:10px;background:var(--green-soft)}.payment-result__match>div{display:flex;flex-direction:column;gap:2px}.payment-result__match small,.payment-result__match span{color:#658474;font-size:8px}.payment-result__match strong{font-size:10px}.payment-result__manual{display:flex;align-items:flex-end;gap:7px}.payment-result__manual .field{flex:1}.newsletter-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:18px}.newsletter-form{gap:18px}.newsletter-mode{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px}.email-preview-html{display:block;width:100%;min-height:380px;border:1px solid #e4e1f5;border-radius:12px;background:#fff}.newsletter-tip{display:flex;padding:12px;align-items:flex-start;gap:9px;border-radius:10px;color:#5b5687;background:var(--brand-soft)}.newsletter-tip svg{flex:0 0 auto;color:var(--brand)}.newsletter-tip p{margin:0;font-size:9px;line-height:1.5}.newsletter-tip strong{display:block}.newsletter-actions{display:flex;justify-content:flex-end;gap:8px}.recipients-card{align-self:start}.recipients-card__summary{display:flex;margin:15px;padding:13px;align-items:center;gap:10px;border-radius:11px;background:var(--brand-soft)}.recipients-card__summary>span{display:grid;width:35px;height:35px;flex:0 0 auto;place-items:center;border-radius:10px;color:#fff;background:var(--brand)}.recipients-card__summary>div{display:flex;min-width:0;flex-direction:column;gap:3px}.recipients-card__summary strong{font-size:10px}.recipients-card__summary small{color:#7974a2;font-size:8px}.section-checks{max-height:480px;margin:0 15px;overflow:auto;border:1px solid #e6ebe8;border-radius:10px}.check-row{display:flex;min-height:55px;padding:10px 11px;align-items:center;gap:9px;border-bottom:1px solid #edf0ee;cursor:pointer}.check-row:last-child{border-bottom:0}.check-row:hover{background:#fbfcfb}.check-row>span{display:flex;min-width:0;flex-direction:column;gap:3px}.check-row strong{font-size:10px}.check-row small{overflow:hidden;color:#8c958f;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.recipients-card__clear{margin:13px 15px 17px}.email-preview{padding:32px;border:1px solid #e2e7e4;border-radius:12px;background:#fbfcfb;color:#3c4640}.email-preview__head{display:flex;margin-bottom:27px;align-items:center;gap:9px;color:var(--ink)}.email-preview__head .brand-mark{width:28px;height:28px;border-radius:8px;font-size:13px}.email-preview h2{font-size:22px}.email-preview p{font-size:12px;line-height:1.65}.email-preview__footer{margin-top:30px;padding-top:18px;border-top:1px solid #e0e5e2;color:#909891;font-size:8px}.section-context{padding:5px 0 2px}.section-context__main{display:flex;margin-top:14px;align-items:center;justify-content:space-between;gap:15px}.section-context__main h2{margin:0 0 5px;font-size:25px;letter-spacing:-.8px}.section-context__main p{margin:0;color:var(--muted);font-size:12px}.section-session-summary{display:flex;min-height:54px;padding:9px 12px;align-items:center;gap:12px;border:1px solid #e1e4f3;border-radius:12px;background:#fbfbff}.section-session-summary__icon{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;border-radius:9px;color:var(--brand);background:var(--brand-soft)}.section-session-summary>div{display:flex;min-width:0;flex:1;flex-direction:column;gap:2px}.section-session-summary small{color:#918caf;font-size:9px;font-weight:750;letter-spacing:.35px;text-transform:uppercase}.section-session-summary strong{overflow:hidden;color:#514c70;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.lesson-start-card__top{display:flex;margin-bottom:17px;align-items:center;justify-content:space-between;gap:15px}.lesson-start-card__title{display:flex;align-items:center;gap:11px}.lesson-start-card__title>span{display:grid;width:40px;height:40px;flex:0 0 auto;place-items:center;border-radius:11px;color:var(--brand);background:var(--brand-soft)}.lesson-start-card__title h2{margin:4px 0 0;font-size:16px;letter-spacing:-.4px}.last-lesson{display:flex;align-items:flex-end;flex-direction:column;gap:3px}.last-lesson small{color:#9893ba;font-size:8px;text-transform:uppercase}.last-lesson strong{color:#5d5880;font-size:9px}.lesson-suggestion{display:grid;width:100%;margin-bottom:15px;padding:13px;grid-template-columns:34px 1fr auto;align-items:center;gap:11px;border:1px solid #d4e8a9;border-radius:12px;color:var(--ink);background:#f7fde9;text-align:left}.lesson-suggestion.is-selected{border-color:#acd053;box-shadow:0 0 0 2px hsla(79,85%,69%,.25)}.lesson-suggestion__spark{display:grid;width:34px;height:34px;place-items:center;border-radius:10px;color:#42511f;background:var(--lime)}.lesson-suggestion>div{display:flex;flex-direction:column;gap:3px}.lesson-suggestion>div>span{color:#728347;font-size:8px;font-weight:800;letter-spacing:.5px;text-transform:uppercase}.lesson-suggestion strong{font-size:11px}.lesson-suggestion small{color:#7e8a64;font-size:8px}.lesson-suggestion__select{display:grid;min-width:31px;min-height:29px;padding:0 9px;place-items:center;border-radius:8px;color:#56642f;background:hsla(79,85%,69%,.45);font-size:8px;font-weight:800}.lesson-start-card__controls{display:grid;grid-template-columns:minmax(250px,1fr) 160px auto;align-items:flex-end;gap:10px}.selected-lesson-info{display:flex;margin-top:12px;align-items:center;gap:5px;color:#737b75;font-size:9px}.selected-lesson-info>span{display:grid;width:18px;height:18px;place-items:center;border-radius:50%;color:#fff;background:var(--green)}.selected-lesson-info a{display:inline-flex;margin-left:auto;align-items:center;gap:4px;color:var(--brand);font-weight:750}.quick-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.quick-actions>a,.quick-actions>button{display:flex;min-height:68px;padding:12px 14px;align-items:center;gap:10px;border:1px solid #e2e8e4;border-radius:13px;color:var(--ink);background:#fff;text-align:left}.quick-actions>a:hover,.quick-actions>button:hover{border-color:#bbb8ed;box-shadow:var(--shadow-sm)}.quick-actions__icon{display:grid;width:37px;height:37px;flex:0 0 auto;place-items:center;border-radius:10px;color:var(--brand);background:var(--brand-soft)}.quick-actions__icon--green{color:var(--green);background:var(--green-soft)}.quick-actions__icon--orange{color:#b26b37;background:var(--orange-soft)}.quick-actions__icon--gold{color:#b8871a;background:#fff4d8}.quick-actions>a>div,.quick-actions>button>div{display:flex;flex:1;flex-direction:column;gap:3px}.quick-actions strong{font-size:12px}.quick-actions small{color:#8b948e;font-size:10px}.quick-actions>a>svg,.quick-actions>button>svg{color:#a8b0aa}.eval-modal{gap:14px}.eval-legend{padding:10px 12px;border:1px solid #eceadf;border-radius:11px;background:#fffdf6}.eval-legend summary{cursor:pointer;color:#7a6a2e;font-size:11px;font-weight:700}.eval-legend ul{margin:8px 0 0;padding-left:16px}.eval-legend li{margin:0 0 4px;color:#6e684f;font-size:11px;line-height:1.4}.eval-students{display:flex;max-height:52vh;overflow:auto;flex-direction:column;gap:8px}.eval-student{display:flex;min-height:58px;padding:9px 11px;align-items:center;gap:10px;border:1px solid #e5eae7;border-radius:12px;background:#fff;text-align:left}.eval-student:hover{border-color:#c9b15a}.eval-student.is-done{background:#fffdf6}.eval-student__name{display:flex;min-width:0;flex:1;flex-direction:column;gap:2px}.eval-student__name strong{font-size:13px}.eval-student__name small{color:#7b847c;font-size:10px}.eval-student>svg:last-child{flex:0 0 auto;color:#a8b0aa}.eval-avg{display:inline-flex;align-items:center;gap:6px;color:#8a6a16}.eval-avg strong{font-size:13px;font-variant-numeric:tabular-nums}.eval-avg__stars{display:inline-flex;gap:1px;color:#d3c9a4}.eval-avg__stars svg.is-on{color:#e0b21a;fill:currentColor}.eval-avg.is-gold .eval-avg__stars svg.is-on{color:#c79212}.eval-avg__gold{padding:2px 7px;border-radius:999px;background:#ffe9a8;font-size:9px;font-weight:800;text-transform:uppercase}.eval-back{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;gap:6px;border:0;color:var(--brand);background:transparent;font-size:12px;font-weight:700}.eval-back svg{transform:rotate(180deg)}.eval-form{max-height:58vh;overflow:auto;padding-right:4px;gap:14px}.eval-criterion,.eval-form{display:flex;flex-direction:column}.eval-criterion{gap:6px}.eval-criterion strong{font-size:12px}.eval-criterion p{margin:0;color:#6f776f;font-size:11px;line-height:1.4}.eval-stars{display:flex;flex-wrap:wrap;align-items:center;gap:4px}.eval-star{display:grid;width:34px;height:34px;place-items:center;border:0;border-radius:8px;color:#d3c9a4;background:transparent}.eval-star svg{fill:transparent}.eval-star.is-on{color:#e0b21a}.eval-star.is-gold svg,.eval-star.is-on svg{fill:currentColor}.eval-star.is-gold{color:#c79212}.eval-gold{display:inline-flex;margin-left:6px;padding:6px 10px;align-items:center;gap:5px;border:1px solid #ead7a0;border-radius:999px;color:#8a6a16;background:#fff8e4;font-size:11px;font-weight:700}.eval-gold.is-on{border-color:#c79212;color:#6d520c;background:#ffe9a8}.eval-progress{display:grid;grid-template-columns:1fr 1fr;gap:7px}.eval-progress button{min-height:38px;padding:8px 10px;border:1px solid #e2e8e4;border-radius:10px;background:#fff;font-size:12px;font-weight:650}.eval-progress button.is-on{border-color:#8580e9;background:#f3f2ff;color:#3d38a3}.student-rows{display:flex;flex-direction:column}.student-row{display:grid;min-height:66px;padding:8px 12px;grid-template-columns:minmax(190px,1fr) minmax(220px,.9fr) minmax(220px,1.2fr) auto;align-items:center;gap:11px;border-bottom:1px solid #edf0ee}.student-row:last-child{border-bottom:0}.student-row__person{display:flex;align-items:center;gap:9px}.student-row__person>div{display:flex;flex-direction:column;gap:3px}.student-row__person strong{font-size:13px}.student-row__person small{color:#8a938d;font-size:10px}.student-row__contacts{display:flex;align-items:flex-start;gap:14px}.student-row__phone{display:flex;align-items:flex-start;flex-direction:column;gap:4px}.student-row__phone>span{color:#919992;font-size:10px;font-weight:650}.student-row__phone a{color:var(--brand);font-size:16px;font-variant-numeric:tabular-nums;font-weight:800;letter-spacing:.15px;line-height:1.2}.student-row__phone button{min-height:30px;padding:0 10px;border:1px solid #d9d6f6;border-radius:8px;color:var(--brand);background:#f6f5ff;font-size:12px;font-weight:750}.student-row__phone button:hover{border-color:#b8b3ed;background:#eeecff}.student-row__code{display:flex;align-items:flex-start;flex-direction:column;gap:4px;min-width:88px}.student-row__code>span{color:#919992;font-size:10px;font-weight:650}.sciprohub-code,.student-row__code strong{color:#24312b;font-size:16px;font-variant-numeric:tabular-nums;font-weight:800;letter-spacing:.3px;line-height:1.2}.sciprohub-generate{min-height:30px;padding:0 10px;border:1px solid #d9d6f6;border-radius:8px;color:var(--brand);background:#f6f5ff;font-size:12px;font-weight:750}.sciprohub-generate:hover:not(:disabled){border-color:#b8b3ed;background:#eeecff}.sciprohub-generate:disabled{opacity:.65}.dedup-review{display:flex;flex-direction:column;gap:12px}.dedup-review__item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px 16px;padding:12px;border:1px solid #e7ece8;border-radius:12px;background:#fff}.dedup-review__item--merging{border-color:#c5d4ee;background:#f6f9ff}.dedup-review__item--done{border-color:#c5dccb;background:#f4faf5}.dedup-review__item--error{border-color:#e8c4c4;background:#fff7f7}.dedup-review__item--blocked{opacity:.72;background:#f7f8f7}.dedup-review__action{display:flex;align-items:flex-start;justify-content:flex-end}.dedup-review__status{max-width:180px;text-align:right;font-size:13px;line-height:1.35;color:#5c675f}.dedup-review__status--done{color:#1f6b38;font-weight:600}.dedup-review__error,.dedup-review__hint{grid-column:1/-1;margin:0;font-size:13px}.dedup-review__error{color:#9b2c2c}.dedup-review__hint{color:#3d6b4b}.dedup-review__people{display:flex;flex-direction:column;gap:8px}.dedup-review__people small{display:block;color:#6d7a73}.dedup-review__reasons{grid-column:1/-1;margin:0;padding-left:18px;color:#5c4a16}.student-row__note{padding:7px 9px;border-radius:9px;background:#fffdf2}.student-row__note span{display:flex;margin-bottom:4px;align-items:center;gap:5px;color:#9a833d;font-size:8.5px;font-weight:800;text-transform:uppercase}.student-row__note p{margin:0;overflow:hidden;color:#6e684f;font-size:10.5px;text-overflow:ellipsis;white-space:nowrap}.student-row__actions{display:flex;gap:5px}.attendance-list{gap:7px}.attendance-lesson-picker{margin-bottom:8px;padding:12px;border:1px solid #e2e1f3;border-radius:12px;background:#fbfbff}.attendance-lesson-picker .lesson-suggestion{margin-bottom:11px}.attendance-lesson-picker__fields{display:grid;grid-template-columns:.75fr 1.5fr 150px;align-items:flex-end;gap:9px}.attendance-summary{display:flex;margin-bottom:4px;gap:6px}.attendance-row{display:flex;width:100%;min-height:55px;padding:8px 11px;align-items:center;gap:10px;border:1px solid #eadede;border-radius:10px;background:snow;text-align:left}.attendance-row.is-present{border-color:#d2e8dc;background:#f9fefb}.attendance-row strong{flex:1;font-size:11px}.attendance-toggle{display:flex;min-width:103px;align-items:center;gap:7px;color:#a95050;font-size:9px;font-weight:750}.attendance-toggle>span{position:relative;width:30px;height:17px;border-radius:999px;background:#e9bcbc}.attendance-toggle>span:after{position:absolute;top:3px;left:3px;width:11px;height:11px;border-radius:50%;background:#fff;content:"";transition:.14s}.is-present .attendance-toggle{color:var(--green)}.is-present .attendance-toggle>span{background:#58b688}.is-present .attendance-toggle>span:after{transform:translateX(13px)}.amount-preview{display:flex;padding:12px;align-items:center;justify-content:space-between;border-radius:9px;color:#276c50;background:var(--green-soft);font-size:9px}.amount-preview strong{font-size:15px}.contract-confirm{display:flex;padding:13px;align-items:center;gap:10px;border-radius:10px;color:#685e32;background:#fff8dc}.contract-confirm>span{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;border-radius:9px;background:#f4de82}.contract-confirm p{margin:0;font-size:10px;line-height:1.45}.semester-bar{display:flex;min-height:65px;padding:12px 15px;align-items:center;justify-content:space-between;gap:12px;border:1px solid #dcdaf5;border-radius:13px;background:#f8f7ff}.semester-bar>div{display:flex;align-items:center;gap:10px}.semester-bar>div>span{display:grid;width:34px;height:34px;place-items:center;border-radius:9px;color:var(--brand);background:var(--brand-soft)}.semester-bar>div>div{display:flex;flex-direction:column;gap:3px}.semester-bar small{color:#8d88ad;font-size:8px;text-transform:uppercase}.semester-bar strong{font-size:11px}.toggle-row{display:flex;align-items:center;gap:7px;color:#6e6a8d;font-size:9px;font-weight:650;cursor:pointer}.toggle-row input{position:absolute;opacity:0}.toggle-row>span{position:relative;width:31px;height:18px;border-radius:999px;background:#c9cad1;transition:.14s}.toggle-row>span:after{position:absolute;top:3px;left:3px;width:12px;height:12px;border-radius:50%;background:#fff;content:"";transition:.14s}.toggle-row input:checked+span{background:var(--brand)}.toggle-row input:checked+span:after{transform:translateX(13px)}.stat-card__date{padding-top:5px;font-size:17px!important}.analytics-grid{grid-template-columns:.75fr 1.25fr}.current-lesson-summary{display:flex;min-height:78px;padding:14px 17px;align-items:center;justify-content:space-between;gap:15px}.current-lesson-summary>div:first-child{display:flex;align-items:center;gap:11px}.current-lesson-summary__icon{display:grid;width:40px;height:40px;place-items:center;border-radius:11px;color:var(--brand);background:var(--brand-soft)}.current-lesson-summary h3{margin:4px 0 0;font-size:13px}.current-lesson-summary__next{display:flex;padding-left:22px;align-items:flex-end;flex-direction:column;gap:3px;border-left:1px solid #e6ebe8}.current-lesson-summary__next small{color:#8e9791;font-size:8px}.current-lesson-summary__next strong{color:var(--green);font-size:10px}.spreadsheet-preview{overflow:auto;max-height:280px;border:1px solid #e7ece8;border-radius:12px}.spreadsheet-preview .data-table{margin:0}.spreadsheet-preview__error td{color:#9b2c2c;background:#fff7f7}.spreadsheet-review{display:flex;flex-direction:column;gap:10px;max-height:420px;overflow:auto}.spreadsheet-review__item{display:grid;gap:8px;padding:12px;border:1px solid #e7ece8;border-radius:12px;background:#fff}.spreadsheet-review__item.is-skipped{opacity:.62;background:#f7f8f7}.spreadsheet-review__item small{display:block;color:#6d7a73}.spreadsheet-review__action{margin:0;font-size:13px;font-weight:600;color:#1f6b38}.spreadsheet-review__hint{margin:0;font-size:13px;color:#8a5a12}.sms-editor{display:grid;grid-template-columns:1fr 170px;gap:14px}.sms-editor__side{display:flex;flex-direction:column;gap:13px}.placeholder-list{display:flex;padding:12px;flex-wrap:wrap;gap:6px;border-radius:10px;background:#f3f5f4}.placeholder-list>span{width:100%;margin-bottom:2px;color:#7e8881;font-size:8px;font-weight:700}.placeholder-list code{padding:4px 6px;border-radius:5px;color:var(--brand);background:#fff;font-size:8px}.sms-preview{display:flex;max-height:280px;padding:13px;overflow:auto;flex-direction:column;gap:8px;border:1px solid #e2e7e4;border-radius:10px;background:#f9fbfa}.sms-preview>div{padding:10px;border-radius:9px;background:#fff}.sms-preview strong{color:var(--brand);font-size:8px}.sms-preview p{margin:5px 0 0;white-space:pre-wrap;color:#667169;font-size:9px;line-height:1.45}.semester-effects{padding:13px;border-radius:10px;background:#f5f7f5}.semester-effects>strong{display:block;margin-bottom:8px;font-size:10px}.semester-effects p{display:flex;margin:5px 0;align-items:center;gap:6px;color:#566159;font-size:9px}.semester-effects p svg{color:var(--green)}.semester-effects small{display:block;margin-top:10px;color:#8b948e;font-size:8px;line-height:1.45}.confirm-check{display:flex;align-items:flex-start;gap:8px;color:#5c665f;font-size:9px;line-height:1.4}.confirm-check input{accent-color:var(--brand)}.profile-hero{display:flex;min-height:127px;padding:23px;align-items:center;justify-content:space-between;gap:20px;border-radius:17px;color:#fff;background:radial-gradient(circle at 85% 15%,hsla(79,85%,69%,.14),transparent 28%),linear-gradient(110deg,#202b24,#314438)}.profile-hero__person{display:flex;align-items:center;gap:15px}.profile-hero__avatar{display:grid;width:69px;height:69px;flex:0 0 auto;place-items:center;border:2px solid hsla(0,0%,100%,.2);border-radius:19px;color:#27244f;background:#d9d6ff;font-size:19px;font-weight:850}.profile-hero__badges{display:flex;margin-bottom:7px;gap:5px}.profile-hero h2{margin:0 0 4px;font-size:24px;letter-spacing:-.8px}.profile-hero__person p{margin:0;color:#aeb9b1;font-size:9px}.profile-hero__actions{display:flex;gap:7px}.profile-hero .button--secondary{color:#fff;border-color:hsla(0,0%,100%,.17);background:hsla(0,0%,100%,.07)}.profile-grid{grid-template-columns:340px minmax(0,1fr)}.profile-grid,.profile-secondary{display:grid;align-items:start;gap:18px}.profile-secondary{grid-template-columns:minmax(0,1fr);max-width:520px}.profile-sidebar{gap:15px}.info-list,.profile-sidebar{display:flex;flex-direction:column}.info-list>div{display:flex;min-height:53px;padding:10px 16px;align-items:center;justify-content:space-between;gap:13px;border-bottom:1px solid #edf0ee}.info-list>div:last-child{border-bottom:0}.info-list span{color:#879089;font-size:8px}.info-list strong{max-width:190px;font-size:9px;font-weight:700;text-align:right}.info-list a{color:var(--brand)}.timeline-card__head{align-items:flex-end}.timeline-filter{min-height:34px;padding:0 9px;border:1px solid #dfe5e1;border-radius:9px;outline:0;background:#fff;font-size:9px}.timeline{position:relative;padding:10px 22px 20px 61px}.timeline-more{display:flex;justify-content:flex-start;padding-top:8px}.timeline:before{position:absolute;top:20px;bottom:28px;left:36px;width:1px;background:#e0e6e2;content:""}.timeline-item{position:relative;min-height:84px;padding:13px 0;border-bottom:1px solid #edf0ee}.timeline-item:last-child{border-bottom:0}.timeline-item__icon{position:absolute;z-index:1;top:13px;left:-42px;display:grid;width:28px;height:28px;place-items:center;border:3px solid #fff;border-radius:50%;color:var(--brand);background:var(--brand-soft);box-sizing:content-box}.timeline--sms .timeline-item__icon{color:#4776a0;background:#eaf4fc}.timeline--attendance .timeline-item__icon{color:var(--green);background:var(--green-soft)}.timeline--payment .timeline-item__icon{color:#b16d39;background:var(--orange-soft)}.timeline--note .timeline-item__icon{color:#9d7e20;background:#fff9dc}.timeline--account .timeline-item__icon{color:#4e55a8;background:#efefff}.timeline--section .timeline-item__icon,.timeline--semester .timeline-item__icon{color:#8b5aaa;background:#f5edfb}.timeline-item__head{display:flex;margin-bottom:5px;align-items:center;justify-content:space-between;gap:12px}.timeline-item__head strong{font-size:10px}.timeline-item__head time{color:#959e97;font-size:8px}.timeline-item p{margin:0 0 6px;color:#68736c;white-space:pre-wrap;font-size:9px;line-height:1.5}.timeline-item__meta{margin-right:12px;color:#8d9690}.timeline-item__link,.timeline-item__meta{display:inline-flex;align-items:center;gap:4px;font-size:8px}.timeline-item__link{color:var(--brand);font-weight:700}.char-count{margin-top:-10px;color:#969e98;font-size:8px;text-align:right}.section-change-preview{display:grid;padding:13px;grid-template-columns:auto 1fr;align-items:center;gap:7px 10px;border-radius:10px;background:#f6f8f7}.section-change-preview>svg{display:none}.section-change-preview strong{font-size:9px}.public-status{display:flex;min-height:100vh;padding:30px;align-items:center;justify-content:center;flex-direction:column;background:#f7f9f7;text-align:center}.public-status>.brand-mark{margin-bottom:35px}.public-status__loader,.public-status__success{display:grid;width:58px;height:58px;margin-bottom:18px;place-items:center;border-radius:18px;color:var(--brand);background:var(--brand-soft);animation:pulse 1.1s infinite alternate}.public-status__success{color:var(--green);background:var(--green-soft);animation:none}.public-status h1{margin-bottom:9px;font-size:28px;letter-spacing:-1.2px}.public-status>p{max-width:470px;margin-bottom:20px;color:var(--muted);font-size:12px;line-height:1.55}.unsubscribe-form{display:flex;width:min(400px,100%);margin-top:10px;flex-direction:column;gap:12px;text-align:left}@keyframes pulse{to{transform:scale(1.05)}}@keyframes shimmer{to{transform:translateX(100%)}}@keyframes fade-in{0%{opacity:0}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes modal-in{0%{opacity:0;transform:translateY(10px) scale(.98)}}@keyframes toast-in{0%{opacity:0;transform:translateX(12px)}}@media (max-width:1050px){.hero{min-height:640px;padding:58px 45px}.hero h1{letter-spacing:-3px}.hero__visual{transform:scale(.88) translateX(25px)}.landing-values article{padding-right:26px}.landing-values article+article{padding-left:26px}.stat-grid{grid-template-columns:repeat(2,1fr)}.three-column{grid-template-columns:1fr}}@media (max-width:850px){.landing-nav__links{display:none}.hero{min-height:auto;padding:58px 36px 28px;grid-template-columns:1fr}.hero__content{max-width:680px}.hero__visual{width:min(570px,100%);min-height:460px;margin:20px auto 0;transform:none}.landing-intro{margin-top:95px;gap:20px}.landing-intro,.landing-values{grid-template-columns:1fr}.landing-values article,.landing-values article+article{padding:34px 20px;border-left:0;border-bottom:1px solid #dce3dd}.landing-values article:last-child{border-bottom:0}.mission{padding:55px 40px;grid-template-columns:1fr}.mission__mark{display:none}.sidebar{transform:translateX(-100%);transition:transform .18s ease}.sidebar.is-open{transform:translateX(0)}.sidebar__close{display:grid}.sidebar-overlay{position:fixed;z-index:45;inset:0;border:0;background:rgba(10,18,13,.55)}.app-main{margin-left:0}.mobile-nav-trigger{position:sticky;z-index:34;top:0;display:flex;width:100%;height:48px;padding:0 20px;align-items:center;gap:8px;border:0;border-bottom:1px solid #e6ebe8;color:#5e6a62;background:hsla(0,0%,100%,.95);backdrop-filter:blur(12px);font-size:11px;font-weight:750}.app-content{padding:18px 20px 45px}.two-column{grid-template-columns:1fr}}@media (max-width:620px){.landing-nav{width:calc(100% - 30px);height:72px}.landing-nav>.button{min-height:38px;padding:0 12px;font-size:11px}.landing-nav>.button svg{display:none}.hero{width:calc(100% - 20px);padding:44px 24px 18px;border-radius:24px}.hero h1{font-size:45px;letter-spacing:-2.7px}.hero__content>p{font-size:15px}.hero__actions{align-items:stretch;flex-direction:column}.hero__visual{min-height:350px;transform:scale(.9);transform-origin:top center}.hero-card{left:-8%;width:116%}.hero-badge{right:-5%;bottom:18px}.landing-footer,.landing-intro,.landing-values{width:calc(100% - 38px)}.landing-intro h2{font-size:38px;letter-spacing:-2px}.mission{width:calc(100% - 20px);padding:45px 25px;border-radius:24px}.mission h2{font-size:36px}.landing-footer,.mission__links{align-items:flex-start;flex-direction:column}.landing-footer{min-height:180px;padding:30px 0}.topbar{height:72px;padding:0 15px}.topbar__heading h1{font-size:17px}.profile-button>svg,.profile-button__text,.topbar__heading p{display:none}.profile-button{min-width:auto;padding:3px}.app-content{padding:12px 0 38px}.page-stack{gap:12px}.data-table-shell,.notes-panel,.profile-hero,.stat-card,.surface{border-radius:0}.data-table-shell,.notes-panel,.stat-card,.surface{border-left:0;border-right:0}.back-link,.city-groups,.current-lesson-summary,.page-actions,.page-stack>.empty-state,.page-stack>.loading-skeleton,.page-stack>.notes-panel,.quick-actions,.recent-widget,.section-context__main,.section-session-summary,.semester-bar{margin-inline:14px}.page-stack>.notes-panel{border-radius:15px;border-left:1px solid #e6e5cd;border-right:1px solid #e6e5cd}.profile-grid,.profile-secondary,.profile-sidebar{gap:12px}.stat-grid{grid-template-columns:1fr 1fr;gap:9px}.stat-card{min-height:115px;padding:14px}.stat-card strong{font-size:21px}.page-actions{align-items:stretch;flex-direction:column}.page-actions__right{flex-wrap:wrap}.form-grid{grid-template-columns:1fr}.form-grid .field--full{grid-column:auto}.modal-backdrop{padding:0;align-items:flex-end}.modal{width:100%;max-height:90vh;border-radius:20px 20px 0 0}.toast-stack{top:10px;right:10px;width:calc(100% - 20px)}}@media (max-width:1100px){.instructor-sections{grid-template-columns:repeat(3,1fr)}.section-mini-grid{grid-template-columns:repeat(2,1fr)}.lesson-grid{grid-template-columns:repeat(3,1fr)}.student-row{grid-template-columns:minmax(180px,1fr) minmax(210px,.9fr) minmax(180px,1fr)}.student-row__actions{grid-column:1/-1;justify-content:flex-end}}@media (max-width:850px){.login-page{grid-template-columns:1fr}.login-page__story{display:none}.login-page__form{min-height:100vh;padding:30px}.recent-widget{align-items:stretch;flex-direction:column;gap:12px}.recent-widget__list{overflow-x:auto}.instructor-sections,.lesson-grid{grid-template-columns:repeat(2,1fr)}.newsletter-layout,.profile-grid,.profile-secondary{grid-template-columns:1fr}.recipients-card{order:-1}.lesson-start-card__top,.section-context__main{align-items:flex-start;flex-direction:column}.last-lesson{align-items:flex-start}.quick-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.lesson-start-card__controls{grid-template-columns:1fr 170px}.lesson-start-card__controls .button{grid-column:1/-1}.student-row{grid-template-columns:1fr 1fr}.student-row__note{grid-column:1/-1}.analytics-grid{grid-template-columns:1fr}.participants-actions{align-items:stretch;flex-direction:column}.participants-actions>.button{align-self:flex-start}.profile-sidebar{display:grid;grid-template-columns:1fr 1fr}.profile-secondary{max-width:none}}@media (max-width:620px){.login-page__form{padding:24px}.login-card__back{margin-bottom:38px}.instructor-sections,.lesson-grid,.payment-stats,.section-mini-grid{grid-template-columns:1fr}.recent-widget{padding:13px}.recent-widget__list a{min-width:180px}.period-inputs{width:100%;flex-wrap:wrap}.users-pagination{padding-top:4px;align-items:stretch;flex-direction:column}.users-pagination>span{order:-1}.users-pagination>div .button{flex:1}.compact-search,.lesson-actions .page-actions__right{width:100%}.payment-result{grid-template-columns:30px 1fr}.payment-result__manual,.payment-result__match{grid-column:1/-1}.newsletter-layout{display:flex;flex-direction:column}.section-context__main h2{font-size:21px}.section-context__main .button,.section-context__main .page-actions__right{width:100%}.notes-panel__head{align-items:stretch;flex-direction:column}.notes-panel--compact .notes-panel__head{align-items:center;flex-direction:row}.notes-panel__head .button{align-self:flex-start}.notes-panel__actions{flex-wrap:wrap;justify-content:flex-end}.instructor-section-card{grid-template-columns:36px minmax(0,1fr) 108px}.instructor-section-card>.badge{display:none}.lesson-start-card{padding:15px}.lesson-suggestion{grid-template-columns:32px 1fr}.lesson-suggestion__select{display:none}.lesson-start-card__controls{grid-template-columns:1fr}.lesson-start-card__controls .button{grid-column:auto;min-height:46px}.selected-lesson-info{align-items:flex-start;flex-wrap:wrap}.selected-lesson-info a{width:100%;margin:5px 0 0 23px}.student-row{min-height:0;padding:9px;grid-template-columns:minmax(0,1fr) auto;gap:8px 10px}.student-row__actions,.student-row__note{grid-column:auto}.student-row__phone{align-items:flex-end}.student-row__actions,.student-row__contacts{justify-content:flex-end}.student-row__note p{max-width:190px}.section-session-summary{align-items:flex-start;flex-wrap:wrap}.section-session-summary>div{min-width:calc(100% - 48px)}.attendance-lesson-picker__fields{grid-template-columns:1fr}.attendance-row{padding:8px}.attendance-row .avatar{display:none}.current-lesson-summary,.semester-bar{align-items:flex-start;flex-direction:column}.current-lesson-summary__next{padding:10px 0 0;align-items:flex-start;border-top:1px solid #e6ebe8;border-left:0}.sms-editor{grid-template-columns:1fr}.profile-hero{padding:18px 16px;align-items:flex-start;flex-direction:column}.profile-hero__avatar{width:55px;height:55px;border-radius:15px;font-size:15px}.profile-hero h2{font-size:20px}.profile-hero__actions{width:100%;flex-direction:column;align-items:stretch}.profile-hero__actions .button{width:100%;justify-content:center}.profile-secondary,.profile-sidebar{display:flex;flex-direction:column}.timeline-card__head{align-items:stretch;flex-direction:column}.timeline{padding-right:14px;padding-left:51px}.timeline:before{left:29px}.timeline-item__icon{left:-37px}.timeline-item__head{align-items:flex-start;flex-direction:column;gap:4px}}@media (max-width:720px){.outline-category-add,.outline-category__head,.outline-category__title{align-items:stretch;flex-direction:column}.outline-category-add .field,.outline-category__title .field{width:100%;max-width:none}.outline-category__position{display:none}.outline-category__head>.outline-order-actions{flex-wrap:wrap}.outline-category--collapsed .outline-category__head,.outline-category--collapsed .outline-category__title{align-items:center;flex-direction:row}.outline-category--collapsed .outline-category__head>.outline-order-actions{flex-wrap:nowrap}.outline-item{grid-template-columns:auto minmax(0,1fr) auto}.outline-item__links{grid-column:2/-1}.outline-item>.outline-order-actions{grid-column:3;grid-row:1}}.table-action-group{display:flex;flex-wrap:wrap;gap:.45rem .75rem;align-items:center}.table-inline-select{width:100%;max-width:16rem;min-height:2rem;border:1px solid var(--border-soft);border-radius:8px;background:#fff;padding:.25rem .5rem;font:inherit;font-size:.8125rem;color:var(--text)}.table-inline-select:disabled{opacity:.6}.duplicate-list{display:grid;gap:.75rem}.duplicate-row{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:.85rem 1rem;border:1px solid var(--border-soft);border-radius:14px}.duplicate-row small{display:block;color:var(--text-muted)}.permission-checks{display:grid;gap:.75rem}.permission-sections{margin-top:.35rem;padding-top:.85rem;border-top:1px solid #edf0ee}.permission-sections__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:.65rem}.permission-sections__head strong{display:block;font-size:.92rem;letter-spacing:-.02em}.permission-sections__head p{margin:.2rem 0 0;color:#67736c;font-size:.8rem;line-height:1.4}.permission-sections__list{max-height:min(42vh,340px);overflow:auto;margin-top:.55rem;border:1px solid #e6ebe8;border-radius:10px;background:#fff}.permission-sections__list .check-row strong{font-size:.84rem}.permission-sections__list .check-row small{font-size:.72rem;white-space:normal}.permission-sections__list .check-row:last-child{border-bottom:0}.permission-sections__hint{margin:.55rem 0 0;color:#b45309;font-size:.78rem;line-height:1.4}.payment-search-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.65rem}.payment-history-list{display:grid;gap:.75rem}.payment-history-list--compact{padding:0 1rem 1rem}.payment-history-row{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;padding:.85rem 0;border-bottom:1px solid var(--border-soft)}.payment-history-row:last-child{border-bottom:0}.payment-history-row__meta{display:grid;gap:.35rem;justify-items:end}.campaign-list,.campaign-row{display:grid;gap:.75rem}.campaign-row{padding-bottom:.75rem;border-bottom:1px solid var(--border-soft)}.campaign-row:last-child{border-bottom:0}.campaign-row small{display:block;color:var(--text-muted)}.inline-field-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.65rem}.link-button--danger{color:var(--danger)}.field-hint{color:var(--text-muted);font-size:.92rem}.app-shell--teacher .app-main{margin-left:254px}.teacher-tabbar,.teacher-topbar{display:none}.teacher-home{display:flex;flex-direction:column;gap:22px;max-width:720px}.teacher-home__intro h1{margin:0 0 6px;font-size:clamp(1.45rem,4vw,1.85rem);letter-spacing:-.04em;line-height:1.15}.teacher-home__intro p{margin:0;color:#67736c;font-size:.95rem;line-height:1.45}.teacher-home__eyebrow{margin:0 0 4px!important;color:#7a857e;font-size:.72rem;font-weight:750;letter-spacing:.06em;text-transform:uppercase}.teacher-home__block-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:10px}.teacher-home__block-head h2{margin:0;font-size:1.05rem;letter-spacing:-.02em}.teacher-home__block-head a{color:var(--brand);font-size:.85rem;font-weight:700;text-decoration:none}.teacher-home__cards{display:flex;flex-direction:column;gap:10px}.teacher-card{display:flex;gap:12px;align-items:flex-start;padding:14px;border:1px solid #e5eae7;border-radius:14px;background:#fff;color:inherit;text-decoration:none;box-shadow:0 1px 3px rgba(27,41,33,.04);-webkit-tap-highlight-color:transparent}.teacher-card:active{background:#f7faf8}.teacher-card--lesson{flex-direction:row}.teacher-card__icon{display:grid;width:42px;height:42px;flex:0 0 auto;place-items:center;border-radius:12px;color:var(--brand);background:var(--brand-soft)}.teacher-card__icon--book{color:#17865c;background:#eaf8f1}.teacher-card__body{display:flex;min-width:0;flex:1;flex-direction:column;gap:4px}.teacher-card__body strong{font-size:1rem;line-height:1.25}.teacher-card__body>span{color:#67736c;font-size:.88rem}.teacher-card__body>small{color:#8a948d;font-size:.8rem}.teacher-card__chevron{align-self:center;color:#9aa49d}.teacher-card__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.teacher-btn{display:inline-flex;min-height:44px;padding:0 14px;align-items:center;justify-content:center;border-radius:11px;background:var(--brand);color:#fff;font-size:.9rem;font-weight:700;text-decoration:none;border:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.teacher-btn--secondary{background:#eef3f0;color:#1f2a24}.teacher-btn--ghost{min-height:40px;background:transparent;color:var(--brand);border:1px solid #d5e0da}.teacher-next{display:flex;flex-direction:column;gap:6px;margin-top:12px;padding-top:12px;border-top:1px solid #edf0ee}.teacher-next small{color:#7a857e;font-size:.72rem;font-weight:750;letter-spacing:.04em;text-transform:uppercase}.teacher-next strong{font-size:.92rem;line-height:1.3}.teacher-next--muted{margin:10px 0 0;color:#8a948d;font-size:.85rem}.teacher-empty{display:flex;flex-direction:column;gap:12px;padding:18px 16px;border:1px dashed #d8e0db;border-radius:14px;background:#fbfcfb}.teacher-empty p{margin:0;color:#67736c;font-size:.92rem}.teacher-home__shortcuts{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.teacher-shortcut{display:flex;min-height:64px;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:1px solid #e5eae7;border-radius:14px;background:#fff;color:#1f2a24;font-size:.78rem;font-weight:700;text-decoration:none;-webkit-tap-highlight-color:transparent}.teacher-shortcut:active{background:#f3f7f4}.teacher-ctrl-head{flex-wrap:wrap}.app-shell--teacher .app-content input,.app-shell--teacher .app-content select,.app-shell--teacher .app-content textarea{min-height:44px;font-size:16px}.app-shell--teacher .lesson-card__footer .lesson-card__kahoot-link,.app-shell--teacher .lesson-card__footer a{display:inline-flex;min-height:44px;padding:0 14px;align-items:center}.app-shell--teacher .city-groups a,.app-shell--teacher .recent-widget__list a{min-height:56px}@media (max-width:850px){.app-shell--teacher .app-main{margin-left:0}.app-shell--teacher .teacher-topbar{position:sticky;z-index:34;top:0;display:flex;height:52px;padding:0 14px;align-items:center;justify-content:space-between;border-bottom:1px solid #e6ebe8;background:hsla(0,0%,100%,.96);backdrop-filter:blur(12px)}.teacher-topbar__brand{display:inline-flex;align-items:center;gap:8px;color:inherit;text-decoration:none}.teacher-topbar__brand .brand-mark{width:28px;height:28px;font-size:.75rem}.teacher-topbar__brand strong{font-size:.95rem;letter-spacing:-.03em}.teacher-topbar__more{display:grid;width:44px;height:44px;place-items:center;border:0;border-radius:12px;background:transparent;color:#5e6a62}.app-shell--teacher .app-content{padding:10px 0 calc(88px + env(safe-area-inset-bottom, 0px))}.app-shell--teacher .page-stack{gap:12px}.app-shell--teacher .data-table-shell,.app-shell--teacher .notes-panel,.app-shell--teacher .profile-hero,.app-shell--teacher .surface,.app-shell--teacher .teacher-card{border-radius:0}.app-shell--teacher .data-table-shell,.app-shell--teacher .notes-panel,.app-shell--teacher .surface,.app-shell--teacher .teacher-card{border-left:0;border-right:0}.app-shell--teacher .back-link,.app-shell--teacher .city-groups,.app-shell--teacher .page-actions,.app-shell--teacher .page-stack>.empty-state,.app-shell--teacher .page-stack>.notes-panel,.app-shell--teacher .quick-actions,.app-shell--teacher .recent-widget,.app-shell--teacher .section-context__main,.app-shell--teacher .section-session-summary,.app-shell--teacher .teacher-home__block-head,.app-shell--teacher .teacher-home__intro,.app-shell--teacher .teacher-home__shortcuts{margin-inline:14px}.app-shell--teacher .page-stack>.notes-panel{border-radius:15px;border-left:1px solid #e6e5cd;border-right:1px solid #e6e5cd}.app-shell--teacher .teacher-home__cards{gap:0}.app-shell--teacher .teacher-card+.teacher-card{border-top:0}.teacher-tabbar{position:fixed;z-index:40;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(5,1fr);gap:0;padding:6px 4px calc(6px + env(safe-area-inset-bottom, 0px));border-top:1px solid #e6ebe8;background:hsla(0,0%,100%,.97);backdrop-filter:blur(14px);box-shadow:0 -4px 18px rgba(27,41,33,.06)}.teacher-tabbar a{display:flex;min-height:52px;flex-direction:column;align-items:center;justify-content:center;gap:3px;border-radius:12px;color:#6a756e;font-size:.62rem;font-weight:750;letter-spacing:.01em;text-decoration:none;-webkit-tap-highlight-color:transparent}.teacher-tabbar a.is-active{color:#143528;background:#e4f3ea}.teacher-home__intro h1{font-size:1.55rem}.teacher-card{padding:16px}.app-shell--teacher .teacher-home{max-width:none}.app-shell--teacher .lesson-actions,.app-shell--teacher .page-actions{flex-direction:column;align-items:stretch}.app-shell--teacher .lesson-actions{gap:10px}.app-shell--teacher .lesson-categories{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.app-shell--teacher .lesson-categories::-webkit-scrollbar{display:none}.app-shell--teacher .lesson-categories button{min-height:40px;flex:0 0 auto}}@media (min-width:851px){.app-shell--teacher .teacher-home__shortcuts{max-width:420px}}.eval-widget .surface__head{align-items:end;gap:16px}.eval-widget__month{min-width:180px}.eval-widget__body{display:flex;flex-direction:column;gap:14px}.eval-widget__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.eval-widget__stats div,.eval-widget__stats--page div{display:flex;flex-direction:column;gap:4px}.eval-widget__stats strong,.eval-widget__stats--page strong{font-size:22px;line-height:1.1}.eval-widget__stats span,.eval-widget__stats--page span{color:#7b847c;font-size:12px}.eval-widget__bar{height:8px;overflow:hidden;border-radius:99px;background:#eef2ef}.eval-widget__bar span{display:block;height:100%;border-radius:99px;background:#c9b15a}.eval-widget__actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.eval-reports-layout{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(0,1.2fr);gap:16px;align-items:start}.eval-report-list{display:flex;max-height:72vh;overflow:auto;flex-direction:column;gap:16px}.eval-report-group{display:flex;flex-direction:column;gap:6px}.eval-report-group__head{display:flex;gap:10px;align-items:center;justify-content:space-between}.eval-report-group__actions{display:flex;flex-wrap:wrap;gap:6px;flex:0 0 auto}.eval-report-group__head small{display:block;color:#7b847c;font-size:11px}.eval-report-row{display:flex;width:100%;padding:10px 12px;align-items:center;justify-content:space-between;gap:10px;border:1px solid #e5eae7;border-radius:12px;background:#fff;text-align:left}.eval-report-row span:first-child{display:flex;min-width:0;flex-direction:column;gap:2px}.eval-report-row small{color:#7b847c;font-size:11px}.eval-report-row.is-on,.eval-report-row:hover{border-color:#c9b15a}.eval-report-row.is-on{background:#fffdf6}.eval-report-row.is-missing{opacity:.72}.eval-report-form{display:flex;flex-direction:column;gap:12px}.eval-report-preview{padding:18px 18px 8px;border:1px solid #e4ddd0;border-radius:16px;background:#fbf8f1}.eval-report-preview small{color:#8a6a1b;font-size:11px;letter-spacing:.04em;text-transform:uppercase}.eval-report-preview h3{margin:8px 0 12px;font-size:22px;line-height:1.25}.eval-report-preview dd,.eval-report-preview p{margin:0 0 12px;line-height:1.55}.eval-report-preview dl{margin:8px 0 16px}.eval-report-preview dt{color:#8a6a1b;font-size:11px;letter-spacing:.04em;text-transform:uppercase}.eval-report-preview h4{margin:4px 0 10px;font-size:16px}.eval-report-form__actions{display:flex;flex-wrap:wrap;gap:8px}@media (max-width:900px){.eval-reports-layout,.eval-widget__stats,.eval-widget__stats--page{grid-template-columns:1fr}}.\!visible{visibility:visible!important}.visible{visibility:visible}.m-0{margin:0}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.ml-1\.5{margin-left:.375rem}.mt-0\.5{margin-top:.125rem}.mt-1\.5{margin-top:.375rem}.mt-2\.5{margin-top:.625rem}.box-border{box-sizing:border-box}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-3\.5{height:.875rem}.min-h-7{min-height:1.75rem}.min-h-8{min-height:2rem}.w-3\.5{width:.875rem}.w-\[4\.75rem\]{width:4.75rem}.w-full{width:100%}.min-w-0{min-width:0}.min-w-\[8\.5rem\]{min-width:8.5rem}.min-w-\[9rem\]{min-width:9rem}.min-w-max{min-width:-moz-max-content;min-width:max-content}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.border-collapse{border-collapse:collapse}.rotate-180{--tw-rotate:180deg}.rotate-180,.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.list-disc{list-style-type:disc}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-\[repeat\(auto-fit\2c minmax\(7\.5rem\2c 1fr\)\)\]{grid-template-columns:repeat(auto-fit,minmax(7.5rem,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-x-2\.5{-moz-column-gap:.625rem;column-gap:.625rem}.gap-y-2{row-gap:.5rem}.overflow-x-auto{overflow-x:auto}.truncate{overflow:hidden;text-overflow:ellipsis}.truncate,.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-\[10px\]{border-radius:10px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-0{border-width:0}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-solid{border-style:solid}.border-\[\#c5dfd0\]{--tw-border-opacity:1;border-color:rgb(197 223 208/var(--tw-border-opacity,1))}.border-\[\#dce3df\]{--tw-border-opacity:1;border-color:rgb(220 227 223/var(--tw-border-opacity,1))}.border-\[\#e5eae7\]{--tw-border-opacity:1;border-color:rgb(229 234 231/var(--tw-border-opacity,1))}.border-\[\#edf0ee\]{--tw-border-opacity:1;border-color:rgb(237 240 238/var(--tw-border-opacity,1))}.border-transparent{border-color:transparent}.bg-\[\#e4f3ea\]{--tw-bg-opacity:1;background-color:rgb(228 243 234/var(--tw-bg-opacity,1))}.bg-\[\#fff0f0\]{--tw-bg-opacity:1;background-color:rgb(255 240 240/var(--tw-bg-opacity,1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.from-white{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-\[\#f7faf8\]{--tw-gradient-to:#f7faf8 var(--tw-gradient-to-position)}.p-1\.5{padding:.375rem}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pb-2\.5{padding-bottom:.625rem}.pl-14{padding-left:3.5rem}.pl-4{padding-left:1rem}.pl-8{padding-left:2rem}.pt-1{padding-top:.25rem}.pt-2\.5{padding-top:.625rem}.text-left{text-align:left}.text-right{text-align:right}.align-middle{vertical-align:middle}.text-\[10px\]{font-size:10px}.text-\[11\.5px\]{font-size:11.5px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[15px\]{font-size:15px}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-normal{font-weight:400}.font-semibold{font-weight:600}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-none{line-height:1}.leading-snug{line-height:1.375}.tracking-tight{letter-spacing:-.025em}.text-\[\#143528\]{--tw-text-opacity:1;color:rgb(20 53 40/var(--tw-text-opacity,1))}.text-\[\#17211b\]{--tw-text-opacity:1;color:rgb(23 33 27/var(--tw-text-opacity,1))}.text-\[\#566159\]{--tw-text-opacity:1;color:rgb(86 97 89/var(--tw-text-opacity,1))}.text-\[\#5c665f\]{--tw-text-opacity:1;color:rgb(92 102 95/var(--tw-text-opacity,1))}.text-\[\#66756c\]{--tw-text-opacity:1;color:rgb(102 117 108/var(--tw-text-opacity,1))}.text-\[\#67736c\]{--tw-text-opacity:1;color:rgb(103 115 108/var(--tw-text-opacity,1))}.text-\[\#d74848\]{--tw-text-opacity:1;color:rgb(215 72 72/var(--tw-text-opacity,1))}.no-underline{text-decoration-line:none}.accent-\[\#5b54e8\]{accent-color:#5b54e8}.opacity-100{opacity:1}.opacity-55{opacity:.55}.opacity-75{opacity:.75}.shadow-\[0_2px_6px_rgba\(27\2c 41\2c 33\2c 0\.025\)\]{--tw-shadow:0 2px 6px rgba(27,41,33,.025);--tw-shadow-colored:0 2px 6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[inset_0_0_0_1px_rgba\(255\2c 255\2c 255\2c 0\.5\)\]{--tw-shadow:inset 0 0 0 1px hsla(0,0%,100%,.5);--tw-shadow-colored:inset 0 0 0 1px var(--tw-shadow-color)}.shadow-\[inset_0_0_0_1px_rgba\(255\2c 255\2c 255\2c 0\.5\)\],.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.\!filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hover\:bg-\[\#eef3f0\]:hover{--tw-bg-opacity:1;background-color:rgb(238 243 240/var(--tw-bg-opacity,1))}.hover\:bg-\[\#f7faf8\]:hover{--tw-bg-opacity:1;background-color:rgb(247 250 248/var(--tw-bg-opacity,1))}.hover\:text-\[\#17211b\]:hover{--tw-text-opacity:1;color:rgb(23 33 27/var(--tw-text-opacity,1))}.hover\:text-\[\#1f2a24\]:hover{--tw-text-opacity:1;color:rgb(31 42 36/var(--tw-text-opacity,1))}.focus\:border-\[\#8580e9\]:focus{--tw-border-opacity:1;border-color:rgb(133 128 233/var(--tw-border-opacity,1))}.focus\:shadow-\[0_0_0_3px_rgba\(91\2c 84\2c 232\2c 0\.1\)\]:focus{--tw-shadow:0 0 0 3px rgba(91,84,232,.1);--tw-shadow-colored:0 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}@media (min-width:640px){.sm\:col-span-2{grid-column:span 2/span 2}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1280px){.xl\:col-span-2{grid-column:span 2/span 2}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}