:root{--bg: #f3f2f0;--ink: #1e1819;--white: #fdfdfe;--text: #3d3738;--muted: #6b6465;--line: rgba(30, 24, 25, .08);--line-strong: #cfcac5;--accent: #348d5c;--accent-dark: #2a7049;--accent-soft: #e4f1e9;--blue: #3986c0;--blue-soft: #e3eef7;--orange: #ff8e5c;--orange-soft: #ffe9de;--yellow: #fdc344;--yellow-soft: #fff3d3;--lime: #c0d04e;--lime-soft: #f1f5d7;--green: #58a14c;--sky: #55b3e5;--sky-soft: #e1f2fb;--danger: #c8443f;--danger-soft: #f9e3e2;--font-title: "Ubuntu", "Segoe UI", "Helvetica Neue", Arial, sans-serif;--font-sub: "Nunito", "Segoe UI", "Helvetica Neue", Arial, sans-serif;--font-body: "Open Sans", "Segoe UI", "Helvetica Neue", Arial, sans-serif;--radius: 18px;--radius-sm: 10px;--shadow: 0 1px 2px rgba(30, 24, 25, .04);--shadow-lg: 0 12px 40px rgba(30, 24, 25, .16);--focus: 0 0 0 3px rgba(57, 134, 192, .35);--header-h: 64px;--band: linear-gradient(90deg, #ff8e5c 0 20%, #fdc344 20% 40%, #c0d04e 40% 60%, #58a14c 60% 80%, #55b3e5 80% 100%)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased}:where(#so-espace-root,#root) :is(h1,h2,h3,h4){font-family:var(--font-title);color:var(--ink);line-height:1.2;margin:0 0 .5em;font-weight:700}:where(#so-espace-root,#root) h1{font-size:1.75rem}:where(#so-espace-root,#root) h2{font-size:1.3rem}:where(#so-espace-root,#root) h3{font-size:1.1rem}:where(#so-espace-root,#root) p{margin:0 0 1em}:where(#so-espace-root,#root) a{color:var(--blue)}:where(#so-espace-root,#root) a:hover{color:var(--ink)}strong{font-weight:600}small,.muted{color:var(--muted)}.small{font-size:.875rem}code{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.85em;background:var(--white);padding:.1em .35em;border-radius:4px}:where(#so-espace-root,#root) :focus-visible,:where(#so-espace-root,#root):focus-visible{outline:none;box-shadow:var(--focus)}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.media-modal,.media-modal :is(button,input,select,textarea){font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:var(--white);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.header__inner{max-width:1120px;margin:0 auto;padding:0 16px;min-height:var(--header-h);display:flex;align-items:center;gap:12px}.header__brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink);font-family:var(--font-title);font-weight:700;font-size:1.05rem;min-width:0}.header__brand img{height:36px;width:auto;display:block}.header__logo-fallback{width:36px;height:36px;border-radius:10px;background:var(--accent);flex:none}.header__brand-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header__spacer{flex:1}.header__user{display:none;color:var(--muted);font-size:.9rem;white-space:nowrap}.header__actions{display:none;align-items:center;gap:6px}.header__burger{display:inline-flex}@media (min-width: 640px){.header__actions{display:flex}.header__inner .header__burger.btn{display:none}}@media (min-width: 840px){.header__user{display:flex}}.nav{background:var(--white);border-bottom:1px solid var(--line)}.nav__inner{max-width:1120px;margin:0 auto;padding:0 8px;display:flex;gap:2px;overflow-x:auto;scrollbar-width:none}.nav__inner::-webkit-scrollbar{display:none}.nav__link{display:inline-block;padding:10px 12px;font-family:var(--font-sub);font-weight:700;font-size:.9rem;color:var(--muted);text-decoration:none;border-bottom:3px solid transparent;white-space:nowrap}.nav__link:hover{color:var(--ink)}.nav__link.active{color:var(--accent);border-color:var(--accent)}.main{flex:1;width:100%;max-width:1120px;margin:0 auto;padding:20px 16px 48px}@media (min-width: 640px){.main{padding:28px 24px 64px}}.footer{text-align:center;color:var(--muted);font-size:.8rem;border-top:1px solid var(--line)}.footer__inner{padding:16px}.footer__band{height:5px;background:var(--band)}.mobile-menu{display:flex;flex-direction:column;gap:8px}.mobile-menu__user{padding:8px 0 12px;border-bottom:1px solid var(--line);margin-bottom:8px}.mobile-menu__nav{display:flex;flex-direction:column;gap:2px;margin-bottom:12px}.mobile-menu__link{display:block;padding:12px 14px;border-radius:10px;font-family:var(--font-sub);font-weight:700;font-size:1rem;color:var(--ink);text-decoration:none;text-align:left}.mobile-menu__link:hover{background:#1e18190d}.mobile-menu__link.active{background:#348d5c1f;color:var(--accent)}.page-head{display:flex;flex-wrap:wrap;align-items:flex-start;gap:12px 16px;margin-bottom:20px}.page-head__text{flex:1 1 260px;min-width:0}.page-head__text h1{margin-bottom:4px}.page-head__actions{display:flex;flex-wrap:wrap;gap:8px}.page-head .lead{color:var(--muted);margin:0}.breadcrumb{font-size:.875rem;color:var(--muted);margin-bottom:10px}.breadcrumb a{text-decoration:none}.btn{--btn-bg: var(--ink);--btn-fg: var(--white);--btn-border: var(--ink);display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:9px 18px;min-height:40px;border-radius:999px;border:1.5px solid var(--btn-border);background:var(--btn-bg);color:var(--btn-fg);font-family:var(--font-sub);font-weight:700;font-size:.925rem;line-height:1.2;cursor:pointer;text-decoration:none;white-space:nowrap;transition:transform .08s ease,background .15s ease,color .15s ease,border-color .15s ease}.btn:hover{filter:brightness(1.08);color:var(--btn-fg)}.btn:active{transform:translateY(1px)}.btn:disabled,.btn[aria-disabled=true]{opacity:.55;cursor:not-allowed;filter:none}.btn--primary{--btn-bg: var(--accent);--btn-border: var(--accent)}.btn--secondary{--btn-bg: transparent;--btn-fg: var(--ink);--btn-border: var(--line-strong)}.btn--secondary:hover{background:var(--white);filter:none}.btn--ghost{--btn-bg: transparent;--btn-fg: var(--text);--btn-border: transparent}.btn--ghost:hover{background:#1e18190f;filter:none}.btn--danger{--btn-bg: var(--danger);--btn-border: var(--danger)}.btn--danger-outline{--btn-bg: transparent;--btn-fg: var(--danger);--btn-border: var(--danger)}.btn--danger-outline:hover{background:var(--danger-soft);filter:none}.btn--sm{padding:5px 12px;min-height:32px;font-size:.85rem}.btn--icon{padding:0;width:36px;min-height:36px;border-radius:50%}.btn--block{width:100%}.btn__spinner{width:14px;height:14px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin .7s linear infinite}.link-btn{background:none;border:0;padding:0;color:var(--blue);font:inherit;cursor:pointer;text-decoration:underline}.link-btn:hover{color:var(--ink)}.btn-group{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.card{background:var(--white);border-radius:var(--radius);border:1px solid var(--line);padding:20px}.card--tight{padding:14px 16px}.card__title{font-family:var(--font-title);font-weight:700;font-size:1.1rem;color:var(--ink);margin:0 0 4px}.card__sub{color:var(--muted);font-size:.875rem;margin:0}.card__body{margin-top:12px}.card__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.card__head{display:flex;align-items:flex-start;gap:12px}.card__head>:first-child{flex:1;min-width:0}.grid{display:grid;gap:16px;grid-template-columns:1fr}@media (min-width: 600px){.grid--2,.grid--3,.grid--4{grid-template-columns:repeat(2,1fr)}}@media (min-width: 960px){.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}}.dash{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:0 32px;align-items:start}.dash__main,.dash__side{min-width:0}.quiet-line{margin:0;color:var(--muted);font-size:.9rem}.stat-groups{display:grid;gap:16px;grid-template-columns:1fr}@media (min-width: 640px) and (max-width: 1023px){.stat-groups{grid-template-columns:1fr 1fr;align-items:start}}.stat-group__title,.school-group__title{font-family:var(--font-sub);font-size:.85rem;font-weight:700;color:var(--muted);margin:0 0 6px}.stat-lines{list-style:none;margin:0;padding:0;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-sm);overflow:hidden}.stat-lines li+li{border-top:1px solid var(--line)}.stat-line{display:flex;align-items:baseline;gap:10px;padding:8px 16px;text-decoration:none;color:inherit;white-space:nowrap}.stat-line:hover{color:inherit;background:#1e181908}.stat-line__value{font-family:var(--font-title);font-size:1.15rem;font-weight:700;color:var(--ink);min-width:2ch;text-align:right}.stat-line__label{font-family:var(--font-sub);font-weight:600;font-size:.9rem;color:var(--text)}.stat-line:hover .stat-line__label{text-decoration:underline}.stat-line__sub{margin-left:auto;color:var(--muted);font-size:.8rem}.school-group+.school-group{margin-top:16px}.school-group__title{display:flex;align-items:center;gap:8px;font-size:.95rem;color:var(--ink);margin-bottom:8px}.school-group__count{font-weight:600;font-size:.8rem;color:var(--muted)}.school-checks{display:flex;flex-direction:column;gap:12px;margin-top:6px}.school-checks__group{border:0;margin:0;padding:0;min-width:0}.school-checks__group legend{display:flex;align-items:center;gap:8px;padding:0;margin-bottom:6px;font-family:var(--font-sub);font-weight:700;font-size:.9rem;color:var(--ink)}.school-checks__grid{display:grid;gap:8px 16px;grid-template-columns:1fr}@media (min-width: 640px){.school-checks__grid{grid-template-columns:1fr 1fr}}.truncate{flex:1 1 180px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 639px){.truncate{flex:0 1 auto;max-width:100%}.list-row--pending .list-row__meta{width:100%}}@media (min-width: 640px){.list-row--pending .list-row__title{flex-basis:170px}.list-row--pending .truncate{flex-basis:100%}}.nowrap{white-space:nowrap}.color-dot{display:inline-block;width:12px;height:12px;border-radius:50%;background:var(--dot, var(--accent));vertical-align:middle;flex:none}.badge{display:inline-flex;align-items:center;gap:4px;padding:2px 10px;border-radius:999px;font-family:var(--font-sub);font-weight:700;font-size:.75rem;line-height:1.5;background:var(--bg);color:var(--text);white-space:nowrap}.badge--clip{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.badge--green{background:var(--accent-soft);color:var(--accent-dark)}.badge--blue{background:var(--blue-soft);color:var(--blue)}.badge--orange{background:var(--orange-soft);color:#b64f24}.badge--yellow{background:var(--yellow-soft);color:#8a5f00}.badge--sky{background:var(--sky-soft);color:#1f6f95}.badge--lime{background:var(--lime-soft);color:#5e6a12}.badge--grey{background:#ebe9e6;color:var(--muted)}.badge--red{background:var(--danger-soft);color:var(--danger)}.badge--outline{background:transparent;border:1px solid var(--line-strong)}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.field__label{font-family:var(--font-sub);font-weight:700;font-size:.9rem;color:var(--ink)}.field__label .req{color:var(--danger)}.field__hint{font-size:.8rem;color:var(--muted)}.field__error{font-size:.8rem;color:var(--danger)}.input,.select,.textarea{width:100%;font:inherit;color:var(--text);background:var(--white);border:1.5px solid var(--line-strong);border-radius:var(--radius-sm);padding:9px 12px;min-height:42px;transition:border-color .15s ease}.input:focus,.select:focus,.textarea:focus{border-color:var(--blue);box-shadow:var(--focus);outline:none}.input[aria-invalid=true],.select[aria-invalid=true]{border-color:var(--danger)}.textarea{min-height:96px;resize:vertical}.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%236b6465' stroke-width='1.8'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:34px}.checkbox{display:flex;align-items:flex-start;gap:10px;font-size:.925rem;cursor:pointer}.checkbox input{width:18px;height:18px;margin:2px 0 0;accent-color:var(--accent);flex:none}.check-list{display:flex;flex-direction:column;gap:8px;padding:10px 12px;border:1.5px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--white);max-height:240px;overflow:auto}.check-list .checkbox{font-size:.9rem}.form-row{display:grid;gap:0 12px;grid-template-columns:1fr}@media (min-width: 560px){.form-row--2{grid-template-columns:1fr 1fr}}.form-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;margin-top:8px}.color-choices{display:flex;flex-wrap:wrap;gap:8px}.color-choice{width:32px;height:32px;border-radius:50%;border:2px solid transparent;cursor:pointer;padding:0;background:var(--c);box-shadow:inset 0 0 0 2px var(--white)}.color-choice[aria-pressed=true]{border-color:var(--ink)}.color-custom{display:inline-flex;align-items:center;gap:6px}.color-custom__input{width:108px;min-height:34px;padding-top:4px;padding-bottom:4px;font-variant-numeric:tabular-nums}.color-dot--lg{width:20px;height:20px;box-shadow:inset 0 0 0 1px var(--line-strong)}.honeypot{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.choice-list{display:flex;flex-direction:column;gap:10px}.choice{display:flex;align-items:flex-start;gap:10px;cursor:pointer}.choice input{width:18px;height:18px;margin:2px 0 0;flex:none;accent-color:var(--accent)}.choice__label{display:block;font-weight:600;color:var(--ink)}.choice__hint{display:block;font-size:.8rem;color:var(--muted)}.choice-detail{margin:4px 0 0 28px;display:flex;flex-direction:column;gap:6px}.choice-detail .field{margin-bottom:0}.form-section{border-top:1px solid var(--line);padding-top:18px;margin-top:8px;margin-bottom:8px}.form-section:first-child{border-top:0;padding-top:0;margin-top:0}.form-section__title{font-family:var(--font-sub);font-size:1.05rem;color:var(--ink);margin:0 0 14px}.form-section__step{color:var(--muted)}.news-image{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.news-image__preview{width:150px;height:100px;object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--bg);flex:none}.news-image__preview--empty{display:flex;align-items:center;justify-content:center;border:1.5px dashed var(--line-strong);color:var(--muted);font-size:.8rem}.news-image__actions,.file-line{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.file-line__name{font-weight:600;overflow-wrap:anywhere}.state-reminder{margin:0 0 16px;font-size:.9rem}.state-reminder__note{display:block;margin-top:4px;font-size:.8rem;color:var(--muted)}.note{margin:-4px 0 14px;font-size:.85rem;color:var(--muted)}.filters{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center;margin-bottom:16px}.filters .input,.filters .select{width:auto;min-width:180px;min-height:38px;padding-top:6px;padding-bottom:6px}.filters .field{margin:0}.segmented{display:inline-flex;background:#ebe9e6;border-radius:999px;padding:3px;gap:2px}.segmented button{border:0;background:transparent;font-family:var(--font-sub);font-weight:700;font-size:.85rem;color:var(--muted);padding:5px 12px;border-radius:999px;cursor:pointer}.segmented button[aria-pressed=true]{background:var(--white);color:var(--ink);box-shadow:var(--shadow)}.tabs{display:flex;gap:4px;border-bottom:1px solid var(--line);margin-bottom:20px;overflow-x:auto;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tabs__tab{border:0;background:none;padding:10px 14px;font-family:var(--font-sub);font-weight:700;font-size:.95rem;color:var(--muted);border-bottom:3px solid transparent;margin-bottom:-1px;cursor:pointer;white-space:nowrap}.tabs__tab:hover{color:var(--ink)}.tabs__tab[aria-selected=true]{color:var(--accent);border-color:var(--accent)}.tabs__count{margin-left:6px;font-size:.75rem;background:var(--bg);padding:0 7px;border-radius:999px;color:var(--muted)}.list{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-sm)}.list-row{display:flex;align-items:center;gap:12px;padding:11px 16px;border-top:1px solid var(--line);padding-left:calc(16px + var(--indent, 0) * 26px)}.list-row:first-child{border-top:0;border-radius:var(--radius-sm) var(--radius-sm) 0 0}.list-row:last-child{border-radius:0 0 var(--radius-sm) var(--radius-sm)}.list-row:hover{background:#1e181905}.list-row__dot{width:12px;height:12px;border-radius:50%;background:var(--dot, var(--line-strong));flex:none}.list-row__thumb{width:56px;height:42px;border-radius:6px;object-fit:cover;background:var(--bg);flex:none}.list-row--slot .list-row__dot{margin-left:22px;margin-right:22px}.list-row__main{flex:1 1 auto;min-width:0;display:flex;flex-wrap:wrap;align-items:baseline;gap:2px 14px}.list-row__title{font-family:var(--font-sub);font-weight:700;color:var(--ink);margin:0;flex:0 1 260px;min-width:0;overflow-wrap:anywhere}.list-row__title a{text-decoration:none;color:inherit}.list-row__title a:hover{color:var(--accent);text-decoration:underline}.list-row__meta{flex:1 1 220px;min-width:0;display:flex;flex-wrap:wrap;align-items:center;gap:4px 10px;color:var(--muted);font-size:.85rem}.list-row__meta a{color:inherit}.list-row__extra{flex-basis:100%;margin-top:6px}.list-row__actions{display:flex;align-items:center;gap:6px;flex:none;margin-left:auto}.list-row--tall{align-items:flex-start}.list-row--tall .list-row__dot{margin-top:6px}.list-row--muted .list-row__title,.list-row--muted .list-row__meta{color:var(--muted)}.list-row--indent .list-row__title:before{content:"";display:inline-block;width:10px;height:10px;margin-right:8px;border-left:1.5px solid var(--line-strong);border-bottom:1.5px solid var(--line-strong);border-radius:0 0 0 3px;vertical-align:1px}@media (max-width: 639px){.list-row{align-items:flex-start;padding:10px 12px;padding-left:calc(12px + var(--indent, 0) * 18px)}.list-row__dot{margin-top:7px}.list-row__main{flex-direction:column;align-items:stretch;gap:3px}.list-row__title,.list-row__meta{flex:none}}.chips{display:flex;flex-wrap:wrap;gap:4px}.menu{position:relative;display:inline-block}.menu__list{position:absolute;right:0;top:calc(100% + 4px);background:var(--white);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);border:1px solid var(--line);min-width:200px;padding:6px;z-index:30;display:flex;flex-direction:column}.menu__item{border:0;background:none;text-align:left;padding:8px 10px;font:inherit;font-size:.9rem;color:var(--text);border-radius:6px;cursor:pointer}.menu__item:hover{background:var(--bg);color:var(--ink)}.menu__item--danger{color:var(--danger)}.menu__item:disabled{opacity:.45;cursor:not-allowed;background:none}a.menu__item{display:block;text-decoration:none}.menu__sep{height:1px;background:var(--line);margin:4px 0}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1e181973;z-index:100;display:flex;align-items:flex-end;justify-content:center;padding:0;animation:fade .15s ease}@media (min-width: 640px){.overlay{align-items:center;padding:24px}}.modal{background:var(--white);border-radius:var(--radius) var(--radius) 0 0;width:100%;max-width:520px;max-height:92vh;overflow:auto;padding:22px 20px;box-shadow:var(--shadow-lg);animation:rise .18s ease}@media (min-width: 640px){.modal{border-radius:var(--radius);padding:26px 28px}}.modal--wide{max-width:680px}.modal__head{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.modal__head h2{flex:1;margin:0}.overlay--drawer{align-items:stretch;justify-content:flex-end;padding:0}.drawer{background:var(--white);width:100%;max-width:480px;height:100%;overflow:auto;padding:22px 20px 32px;box-shadow:var(--shadow-lg);animation:slide .2s ease;display:flex;flex-direction:column}@media (min-width: 640px){.drawer{padding:26px 28px 40px}}.drawer__head{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.drawer__head h2{flex:1;margin:0}.drawer__body{flex:1}.toasts{position:fixed;left:12px;right:12px;bottom:12px;z-index:200;display:flex;flex-direction:column;gap:8px;align-items:center;pointer-events:none}@media (min-width: 640px){.toasts{left:auto;right:20px;bottom:20px;align-items:flex-end}}.toast{pointer-events:auto;background:var(--ink);color:var(--white);padding:10px 16px;border-radius:12px;box-shadow:var(--shadow-lg);font-size:.9rem;display:flex;align-items:center;gap:12px;max-width:420px;animation:rise .18s ease}.toast--error{background:var(--danger)}.toast--success{background:var(--accent)}.toast button{background:none;border:0;color:inherit;cursor:pointer;font-size:1.1rem;line-height:1;padding:2px;opacity:.8}.toast button:hover{opacity:1}.empty{text-align:center;padding:40px 20px;background:var(--white);border:1px dashed var(--line-strong);border-radius:var(--radius)}.empty__icon{font-size:2rem;margin-bottom:8px}.empty__title{font-family:var(--font-title);font-weight:700;color:var(--ink);margin:0 0 4px}.empty__text{color:var(--muted);margin:0 0 14px}.loading{display:flex;align-items:center;justify-content:center;gap:10px;padding:40px;color:var(--muted)}.spinner{width:22px;height:22px;border:3px solid var(--line-strong);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}.alert{padding:12px 16px;border-radius:var(--radius-sm);background:var(--yellow-soft);border:1px solid #f3d98a;color:#6b4c00;margin-bottom:16px}.alert--error{background:var(--danger-soft);border-color:#efb5b2;color:#8f2c28}.alert--success{background:var(--accent-soft);border-color:#b7dcc6;color:var(--accent-dark)}.alert--info{background:var(--sky-soft);border-color:#b9dff2;color:#1f5f80}.auth{flex:1;display:flex;align-items:flex-start;justify-content:center;padding:24px 16px 48px}@media (min-width: 640px){.auth{padding-top:48px;align-items:center}}.auth__card{width:100%;max-width:440px;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:28px 24px}@media (min-width: 640px){.auth__card{padding:36px}}.auth__card--wide{max-width:520px}.auth__brand{display:flex;align-items:center;gap:12px;margin-bottom:20px}.auth__brand img{height:44px;width:auto}.auth__brand h1{font-size:1.4rem;margin:0}.auth__brand small{display:block;font-size:.85rem;font-family:var(--font-sub);font-weight:600}.auth__links{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;margin-top:18px;font-size:.9rem}.auth__links a{text-decoration:none}.auth__links a:hover{text-decoration:underline}.demo-bar{background:var(--ink);color:var(--white);font-size:.8rem;padding:6px 16px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 14px}.demo-bar select{font:inherit;font-size:.8rem;border-radius:999px;border:1px solid rgba(255,255,255,.4);background:#ffffff1a;color:var(--white);padding:2px 8px}.demo-bar select option{color:var(--ink)}.class-head .page-head{margin-bottom:0}.class-head__title{display:inline-flex;align-items:center;gap:10px}.class-head__title .color-dot{width:14px;height:14px}.class-head__meta{display:flex;flex-wrap:wrap;gap:6px;margin:6px 0 10px}.class-head__teachers{color:var(--muted);font-size:.9rem;margin:0}.section{margin-bottom:28px}.section__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.section__head h2{margin:0}.kv{display:grid;grid-template-columns:max-content 1fr;gap:6px 14px;font-size:.9rem}.kv dt{color:var(--muted)}.kv dd{margin:0}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fade{0%{opacity:0}}@keyframes rise{0%{transform:translateY(12px);opacity:0}}@keyframes slide{0%{transform:translate(40px);opacity:0}}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}
