.header{justify-content:center;width:100%;margin-top:10px;padding:20px 40px;display:flex}.logout-modal{z-index:2000;place-items:center;padding:20px;display:grid;position:fixed;top:0;bottom:0;left:0;right:0}.logout-modal__backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a73;animation:.15s logout-fade;position:absolute;top:0;bottom:0;left:0;right:0}.logout-modal__card{text-align:center;background:#fff;border-radius:18px;width:100%;max-width:380px;padding:28px 26px 22px;animation:.18s logout-pop;position:relative;box-shadow:0 24px 60px #0f172a4d}.logout-modal__icon{color:#ef4444;background:#fee2e2;border-radius:50%;place-items:center;width:56px;height:56px;margin:0 auto 14px;font-size:26px;display:grid}.logout-modal__title{color:#1e293b;margin:0 0 8px;font-size:19px}.logout-modal__text{color:#64748b;margin:0 0 22px;font-size:14px}.logout-modal__actions{gap:12px;display:flex}.logout-modal__cancel,.logout-modal__confirm{cursor:pointer;border-radius:12px;flex:1 1 0;padding:12px;font-size:14px;font-weight:600}.logout-modal__cancel{color:#475569;background:#fff;border:1px solid #e2e8f0}.logout-modal__cancel:hover{background:#f8fafc}.logout-modal__confirm{color:#fff;background:linear-gradient(135deg,#f87171,#ef4444);border:none}.logout-modal__confirm:hover{filter:brightness(1.05)}@keyframes logout-fade{0%{opacity:0}}@keyframes logout-pop{0%{opacity:0;transform:translateY(8px)scale(.97)}}.header__container{width:min(var(--layout-max,1400px), 100%);background:#fff;border-radius:24px;justify-content:space-between;align-items:center;padding:24px 40px;display:flex;box-shadow:0 10px 25px #0000001a}.header__left{align-items:center;gap:16px;min-width:0;display:flex}.header__logo{object-fit:contain;flex-shrink:0;width:64px;height:64px}.header__title{flex-direction:column;gap:4px;margin-top:-4px;display:flex}.header__title h1{background:var(--ui-gradient-h);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:4px 0;font-size:26px;font-weight:800;display:inline-block}.header__title span{color:#777;font-size:14px}.header__user{align-items:center;gap:16px;display:flex}.header__user-info{flex-direction:column;align-items:flex-end;gap:10px;display:flex}.header__name{color:#1e293b;text-align:right;margin-top:1px;font-size:18px;font-weight:700}.header__role{color:#6b7280;background:#f1f5f9;border-radius:16px;padding:4px 16px;font-size:14px}.header__avatar{background:var(--ui-gradient);color:#fff;border:3px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:22px;font-weight:600;display:flex;box-shadow:0 0 15px #0000001a}.header__theme{color:#64748b;cursor:pointer;background:#f1f5f9;border:2px solid #e2e8f0;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin-left:8px;font-size:18px;transition:all .3s;display:flex}.header__theme:hover{color:#7c3aed;background:#ede9fe;border-color:#c4b5fd;transform:scale(1.05)}.header__logout{cursor:pointer;background:#fee2e2;border:2px solid #fecaca;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin-left:8px;font-size:20px;transition:all .3s;display:flex}.header__logout:hover{background:#fca5a5;border-color:#f87171;transform:scale(1.05);box-shadow:0 4px 12px #dc262633}.header__logout:active{transform:scale(.98)}@media (max-width:1024px){.header__container{width:100%;padding:16px 24px}.header{padding:15px 20px}.header__logo{width:50px;height:50px}.header__title h1{font-size:20px}.header__title span{font-size:12px}}@media (max-width:768px){.header__title span{display:none}.header__name{font-size:14px}.header__avatar{border-width:2px;width:50px;height:50px;font-size:18px}}@media (max-width:480px){.header{padding:10px 12px}.header__container{padding:12px 16px}.header__left{gap:12px}.header__logo{width:40px;height:40px}.header__title h1{font-size:16px}.header__user-info{gap:4px}.header__name{font-size:12px}.header__role{padding:2px 10px;font-size:10px}.header__avatar{width:40px;height:40px;font-size:14px}}@media (max-width:600px){.header__container{flex-direction:column;align-items:stretch;gap:14px}.header__left{justify-content:flex-start}.header__right{width:100%}.header__user{gap:12px;width:100%}.header__user-info{flex:auto;align-items:flex-start;min-width:0}.header__name{white-space:normal;text-align:left;font-size:15px;line-height:1.25}.header__role{padding:3px 12px;font-size:12px}}.sidebar{background:#fff;border-radius:24px;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:30px;position:-webkit-sticky;position:sticky;top:30px;box-shadow:0 10px 25px #0000001a}.sidebar__toggle{width:100%;color:inherit;cursor:default;text-align:left;background:0 0;border:none;align-items:center;gap:10px;margin:0 0 25px;padding:0;font-family:inherit;font-size:26px;font-weight:600;display:flex}.sidebar__toggle-caret{display:none}.sidebar__body{display:block}.sidebar__nav{flex-direction:column;gap:16px;margin-bottom:30px;display:flex}.sidebar__item{text-align:left;cursor:pointer;background:0 0;border:2px solid #0000;border-radius:16px;align-items:center;gap:15px;padding:18px 20px;font-size:20px;font-weight:400;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex}.sidebar__item:hover{background:#f1f5f9;transform:translate(5px)}.sidebar__item--active{color:#4f46e5;background:linear-gradient(135deg,#f1f5f9 0%,#eef2ff 100%);border:2px solid #8b5cf6}.sidebar__icon{width:22px;height:22px;color:inherit;font-size:22px}.sidebar__unread{text-align:center;color:#fff;background:#dc2626;border-radius:12px;min-width:24px;margin-left:auto;padding:2px 8px;font-size:14px;font-weight:700}.sidebar__group{flex-direction:column;display:flex}.sidebar__item--group{width:100%}.sidebar__caret{color:#94a3b8;margin-left:auto;font-size:14px;transition:transform .25s}.sidebar__caret--up{transform:rotate(180deg)}.sidebar__item--has-active{color:#4f46e5}.sidebar__children{opacity:0;border-left:2px solid #0000;grid-template-rows:0fr;margin-left:12px;padding-left:10px;transition:grid-template-rows .28s,opacity .2s,margin-top .28s,margin-bottom .28s,border-color .28s;display:grid}.sidebar__children--open{opacity:1;border-left-color:#e2e8f0;grid-template-rows:1fr;margin-top:10px;margin-bottom:4px}.sidebar__children-inner{flex-direction:column;gap:10px;display:flex;overflow:hidden}.sidebar__item--child{border-radius:12px;flex:none;gap:10px;padding:12px 14px;font-size:16px}.sidebar__item--child:hover{transform:none}.sidebar__divider{background:0 0;border-top:2px solid #f1f5f9;margin:20px 0}.sidebar__stats{flex-direction:column;gap:12px;display:flex}.sidebar__stat{color:#64748b;justify-content:space-between;align-items:center;padding:12px 0;font-size:17px;display:flex}.sidebar__badge{color:#4f46e5;background:#f1f5f9;border-radius:12px;padding:4px 12px;font-weight:700}@media (max-width:1024px){.sidebar{width:100%;padding:20px 24px;position:static;top:auto}.sidebar__toggle{margin-bottom:18px}.sidebar__nav{flex-flow:wrap;gap:10px;margin-bottom:20px}.sidebar__item{flex:auto;justify-content:center;padding:12px 16px;font-size:16px}.sidebar__item:hover{transform:none}.sidebar__divider{margin:20px 0}.sidebar__stats{flex-flow:wrap;gap:16px}.sidebar__stat{flex:200px;padding:8px 0}}@media (max-width:480px){.sidebar{border-radius:18px;padding:16px}.sidebar__item{flex:100%;justify-content:flex-start}.sidebar__item--child{flex:none}}@media (prefers-reduced-motion:reduce){.sidebar__children{transition:none}}@media (max-width:768px){.sidebar{z-index:50;padding:14px 18px;position:-webkit-sticky;position:sticky;top:0}.sidebar__toggle{cursor:pointer;justify-content:space-between;width:100%;margin:0;font-size:18px}.sidebar__toggle-caret{color:#64748b;font-size:14px;transition:transform .25s;display:inline-block}.sidebar--open .sidebar__toggle-caret{transform:rotate(180deg)}.sidebar__body{margin-top:16px;display:none}.sidebar--open .sidebar__body{display:block}.sidebar__nav{flex-flow:column;gap:10px;margin-bottom:0}.sidebar__item{flex:none;justify-content:flex-start;padding:12px 14px;font-size:14px}.sidebar__item:hover{transform:none}.sidebar__divider{margin:16px 0}.sidebar__stats{flex-direction:column;gap:10px}.sidebar__stat{flex:none;padding:8px 0;font-size:14px}}.login-container{background:linear-gradient(135deg,#f5f7ff 0%,#eef2ff 100%);justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.login-background{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.login-decoration{opacity:.1;border-radius:50%;position:absolute}.login-decoration--top{background:var(--ui-gradient);width:600px;height:600px;animation:15s ease-in-out infinite float;top:-200px;right:-200px}.login-decoration--bottom{background:var(--ui-gradient);width:400px;height:400px;animation:20s ease-in-out infinite reverse float;bottom:-150px;left:-150px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(30px)}}.login-wrapper{z-index:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:30px;grid-template-columns:1fr 1fr;align-items:center;gap:40px;width:100%;max-width:1200px;margin:20px;padding:40px;display:grid;position:relative;box-shadow:0 20px 60px #6c3fb526,0 0 0 1px #6c3fb51a}.login-info-block{background:var(--ui-gradient);color:#fff;border-radius:20px;justify-content:center;align-items:center;min-height:450px;padding:40px;display:flex;position:relative;overflow:hidden}.login-info-block:before{content:"";pointer-events:none;background:radial-gradient(circle at 20%,#ffffff1a 0%,#0000 50%),radial-gradient(circle at 80% 80%,#ffffff0d 0%,#0000 50%);position:absolute;top:0;bottom:0;left:0;right:0}.login-info-content{z-index:1;position:relative}.login-info-title{color:#fff;text-shadow:0 2px 10px #0003;margin:0 0 15px;font-size:32px;font-weight:700}.login-info-subtitle{color:#ffffffe6;margin:0 0 25px;font-size:16px;font-weight:500}.login-form-block{justify-content:center;align-items:center;padding:20px;display:flex}.login-form-container{width:100%;max-width:400px}.login-logo-container{text-align:center;margin-bottom:25px}.login-logo{filter:drop-shadow(0 4px 8px #6c3fb526);width:auto;height:60px;transition:transform .3s}.login-logo:hover{transform:scale(1.05)}.login-form-title{color:#2d3748;text-align:center;margin:0 0 5px;font-size:28px;font-weight:700}.login-form-subtitle{color:#718096;text-align:center;margin:0 0 30px;font-size:13px;font-weight:500}.login-form{flex-direction:column;gap:20px;display:flex}.login-field{flex-direction:column;gap:8px;display:flex}.login-label{color:#2d3748;text-transform:uppercase;letter-spacing:.5px;font-size:13px;font-weight:600}.login-input{color:#2d3748;background:#f7fafc;border:2px solid #e2e8f0;border-radius:10px;outline:none;padding:14px 16px;font-family:inherit;font-size:14px;transition:all .3s}.login-input:hover{background:#edf2f7;border-color:#cbd5e0}.login-input:focus{background:#fff;border-color:#6c3fb5;box-shadow:0 0 0 4px #6c3fb51a}.login-input:disabled{color:#a0aec0;cursor:not-allowed;background:#edf2f7}.login-input--error{background:#fff5f5;border-color:#f56565}.login-input--error:focus{border-color:#f56565;box-shadow:0 0 0 4px #f565651a}.login-input::placeholder{color:#a0aec0}.login-error{color:#c53030;background:#fff5f5;border:2px solid #fc8181;border-radius:8px;align-items:flex-start;gap:10px;padding:12px 14px;font-size:13px;line-height:1.5;animation:.3s slideIn;display:flex}.login-error-icon{flex-shrink:0;margin-top:2px;font-size:16px}.login-error-text{flex:1}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.login-button{background:var(--ui-gradient);color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;margin-top:10px;padding:14px 24px;font-size:15px;font-weight:700;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #6c3fb54d}.login-button:before{content:"";background:#fff3;width:100%;height:100%;transition:left .4s;position:absolute;top:0;left:-100%}.login-button:hover:not(:disabled):before{left:100%}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 15px 40px #6c3fb566}.login-button:active:not(:disabled){transform:translateY(0);box-shadow:0 5px 20px #6c3fb54d}.login-button:disabled{opacity:.7;cursor:not-allowed}.login-button-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.login-footer{text-align:center;border-top:1px solid #e2e8f0;margin-top:20px;padding-top:20px}@media (max-width:1024px){.login-wrapper{grid-template-columns:1fr;gap:30px;max-width:500px;padding:30px}.login-info-block{min-height:300px;padding:30px}.login-form-block{order:-1}.login-info-title{font-size:24px}.login-info-subtitle{font-size:14px}}@media (max-width:768px){.login-wrapper{grid-template-columns:1fr;max-width:100%;margin:10px;padding:20px}.login-form-title{font-size:24px}.login-field{gap:6px}.login-input{padding:12px 14px;font-size:13px}.login-button{padding:12px 20px;font-size:13px}.login-decoration--top{width:300px;height:300px}.login-decoration--bottom{width:250px;height:250px}}@media (max-width:480px){.login-container{flex-direction:column;justify-content:center;min-height:100vh;display:flex}.login-wrapper{border-radius:15px;margin:10px;padding:15px}.login-info-block{display:none}.login-form-container{max-width:100%}.login-form-title{margin-bottom:3px;font-size:20px}.login-form-subtitle{margin-bottom:20px;font-size:11px}.login-logo{height:50px}.login-input{padding:11px 12px;font-size:12px}.login-label{font-size:12px}.login-button{padding:11px 16px;font-size:12px}}.ui-dialog{z-index:2000;place-items:center;padding:20px;display:grid;position:fixed;top:0;bottom:0;left:0;right:0}.ui-dialog__backdrop{background:#0f172a73;position:absolute;top:0;bottom:0;left:0;right:0}.ui-dialog__card{background:#fff;border-radius:18px;width:100%;max-width:430px;padding:24px 28px;position:relative;box-shadow:0 20px 50px #0f172a40}.ui-dialog__title{color:#1e293b;margin:0 0 10px;font-size:18px}.ui-dialog__message{color:#475569;white-space:pre-line;margin:0 0 20px;line-height:1.55}.ui-dialog__actions{justify-content:flex-end;gap:10px;display:flex}.ui-dialog__btn{color:#475569;font:inherit;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:10px 18px;font-weight:600;transition:background .15s}.ui-dialog__btn:hover{background:#f8fafc}.ui-dialog__btn--primary{background:var(--ui-gradient);color:#fff;border:none}.ui-dialog__btn--primary:hover{background:var(--ui-gradient);filter:none}.page-skel .skel{background:linear-gradient(90deg,#eef2f7 25%,#e2e8f0 37%,#eef2f7 63%) 0 0/400% 100%;border-radius:6px;height:14px;animation:1.2s ease-in-out infinite page-skel-shimmer;display:block}@keyframes page-skel-shimmer{0%{background-position:100% 0}to{background-position:0 0}}.page-skel__header{align-items:center;gap:18px;margin-bottom:30px;display:flex}.page-skel__icon{border-radius:16px;flex:none;width:56px;height:56px!important}.page-skel__titles{flex-direction:column;gap:10px;display:flex}.page-skel__title{width:240px;height:22px!important}.page-skel__subtitle{width:340px;max-width:60vw}.page-skel__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;display:grid}.page-skel__card{background:#fff;border-radius:20px;flex-direction:column;gap:14px;min-height:160px;padding:26px;display:flex;box-shadow:0 10px 25px #0000000f}.page-skel__bar{border-radius:999px;margin-top:auto;height:10px!important}*,:before,:after{box-sizing:border-box}button,input,select,textarea{font-family:inherit}html,body{scrollbar-width:thin;scrollbar-color:#a5b4fc #e9edf6;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:scroll}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-thumb{background:#a5b4fc;border:3px solid #e9edf6;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#8b5cf6}::-webkit-scrollbar-track{background:#e9edf6}body{background:linear-gradient(135deg,#f5f7ff 0%,#eef2ff 100%);font-family:Roboto,Segoe UI,Helvetica Neue,Arial,sans-serif}:root{--layout-max:1400px;--brand-purple:#4e3e91;--brand-orange:#ef8a3e;--brand-pink:#d7278c;--brand-blue:#0997cc;--brand-dark:#1a1832;--ui-gradient:linear-gradient(135deg, #7c3aed 0%, #9d4edd 100%);--ui-gradient-h:linear-gradient(90deg, #7c3aed 0%, #9d4edd 100%);--ui-gradient-2:linear-gradient(135deg, #6d28d9 0%, #a855f7 100%)}.layout{max-width:var(--layout-max);width:min(100%, var(--layout-max));grid-template-columns:340px 1fr;gap:30px;margin:20px auto;display:grid}.content{min-width:0;min-height:600px}@media (min-width:1600px){.app-zoom{zoom:.9}}@media (max-width:1024px){.layout{grid-template-columns:1fr;gap:20px;padding:0 20px}.content{min-height:auto}}@media (max-width:480px){.layout{gap:16px;margin:12px auto;padding:0 12px}}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--dk-page-1:#0b1220;--dk-page-2:#101a30;--dk-card:#171f36;--dk-sub:#202b47;--dk-sub-hover:#263354;--dk-border:#2b3956;--dk-input:#111a30;--dk-input-border:#35446a;--dk-text:#e6eaf3;--dk-text-2:#b6c2d9;--dk-muted:#8b99b5;--dk-violet-bg:#8b5cf629;--dk-violet-tx:#b7a5fb;--dk-indigo-tx:#a5b4fc;--neutral-light:var(--dk-sub);--neutral-dark:var(--dk-text);--card-shadow:0 10px 25px #00000073;--card-shadow-hover:0 20px 40px #0000008c}html[data-theme=dark] body{background:linear-gradient(135deg, var(--dk-page-1) 0%, var(--dk-page-2) 100%);color:var(--dk-text);scrollbar-color:#5b4a8a var(--dk-page-2)}html[data-theme=dark] ::-webkit-scrollbar-thumb{border-color:var(--dk-page-2);background:#5b4a8a}html[data-theme=dark] ::-webkit-scrollbar-track{background:var(--dk-page-2)}html[data-theme=dark] .header__container{background:var(--dk-card);box-shadow:0 10px 25px #0006}html[data-theme=dark] .header__title h1{background:0 0;-webkit-background-clip:initial;background-clip:initial;-webkit-text-fill-color:#fff;color:#fff}html[data-theme=dark] .header__name{color:var(--dk-text)}html[data-theme=dark] .header__title span{color:var(--dk-muted)}html[data-theme=dark] .header__role{color:var(--dk-text-2);background:var(--dk-sub)}html[data-theme=dark] .header__avatar{border-color:var(--dk-card)}html[data-theme=dark] .header__theme{background:var(--dk-sub);border-color:var(--dk-border);color:#e3e3e3}html[data-theme=dark] .header__theme:hover{background:var(--dk-sub-hover);border-color:#8b5cf6}html[data-theme=dark] .logout-modal__card,html[data-theme=dark] .ui-dialog__card{background:var(--dk-card)}html[data-theme=dark] .logout-modal__title,html[data-theme=dark] .ui-dialog__title{color:var(--dk-text)}html[data-theme=dark] .logout-modal__text,html[data-theme=dark] .ui-dialog__message{color:var(--dk-text-2)}html[data-theme=dark] .logout-modal__cancel,html[data-theme=dark] .ui-dialog__btn{background:var(--dk-sub);border-color:var(--dk-border);color:var(--dk-text-2)}html[data-theme=dark] .logout-modal__cancel:hover,html[data-theme=dark] .ui-dialog__btn:hover{background:var(--dk-sub-hover)}html[data-theme=dark] .header__logout img{filter:brightness(10%)saturate()invert(96%)sepia(10%)saturate(160%)hue-rotate(177.1deg)brightness(42%)contrast(6.7%)}html[data-theme=dark] .sidebar{background:var(--dk-card);box-shadow:0 10px 25px #0006}html[data-theme=dark] .sidebar__item{color:var(--dk-text-2)}html[data-theme=dark] .sidebar__item:hover{background:var(--dk-sub)}html[data-theme=dark] .sidebar__item--active{background:var(--dk-violet-bg);color:var(--dk-indigo-tx)}html[data-theme=dark] .sidebar__icon{filter:brightness(0)invert()}html[data-theme=dark] .sidebar__divider{border-top-color:var(--dk-border)}html[data-theme=dark] .sidebar__stat{color:var(--dk-muted)}html[data-theme=dark] .sidebar__badge{background:var(--dk-sub);color:var(--dk-indigo-tx)}html[data-theme=dark] .page-header__subtitle{color:var(--dk-muted)}html[data-theme=dark] .page-skel__card{background:var(--dk-card)}html[data-theme=dark] .page-skel .skel{background:linear-gradient(90deg,#223052 25%,#2b3a60 37%,#223052 63%) 0 0/400% 100%}html[data-theme=dark] .error-boundary p{color:var(--dk-muted)}html[data-theme=dark] .home-card{background:var(--dk-card);border-color:var(--dk-border);box-shadow:0 6px 16px #0006}html[data-theme=dark] .home-card__title{color:var(--dk-text)}html[data-theme=dark] .home-schedule__row{background:var(--dk-sub);border-color:var(--dk-border)}html[data-theme=dark] .home-schedule__subject{color:var(--dk-text)}html[data-theme=dark] .home-schedule__sub b{color:var(--dk-violet-tx)}html[data-theme=dark] .home-badge--vk{color:#7fb3e8;background:#3a76b833}html[data-theme=dark] .vk-slide__text,html[data-theme=dark] .local-slide__text{color:var(--dk-text-2)}html[data-theme=dark] .vk-slide__text--open:hover{color:var(--dk-indigo-tx)}html[data-theme=dark] .local-slide__title{color:var(--dk-text)}html[data-theme=dark] .news-slider__dot{background:#3d4b70}html[data-theme=dark] .news-slider__dot--active{background:#8b5cf6}html[data-theme=dark] .news-modal__card{background:var(--dk-card)}html[data-theme=dark] .news-modal__title{color:var(--dk-text)}html[data-theme=dark] .news-modal__text{color:var(--dk-text-2)}html[data-theme=dark] .schedule-maket-container,html[data-theme=dark] .schedule-container{background:var(--dk-card)}html[data-theme=dark] .maket-week-bar,html[data-theme=dark] .week-navigation{background:var(--dk-sub)}html[data-theme=dark] .maket-week-range,html[data-theme=dark] .current-week{background:var(--dk-card);color:var(--dk-text);box-shadow:none}html[data-theme=dark] .maket-week-btn:hover:not(:disabled),html[data-theme=dark] .week-nav-btn:hover:not(:disabled){background:var(--dk-sub-hover);color:var(--dk-indigo-tx)}html[data-theme=dark] .maket-day-card,html[data-theme=dark] .day-card{background:var(--dk-card)}html[data-theme=dark] .maket-lesson-item,html[data-theme=dark] .lesson-item{background:var(--dk-sub)}html[data-theme=dark] .maket-lesson-item:hover,html[data-theme=dark] .lesson-item:hover{background:var(--dk-sub-hover)}html[data-theme=dark] .maket-subgroup-body{color:var(--dk-text-2)}html[data-theme=dark] .maket-subgroup-subject{color:var(--dk-text)}html[data-theme=dark] .maket-split-badge{background:var(--dk-violet-bg);color:var(--dk-violet-tx)}html[data-theme=dark] .maket-empty-lesson,html[data-theme=dark] .empty-lesson,html[data-theme=dark] .maket-holiday,html[data-theme=dark] .maket-window-block,html[data-theme=dark] .window-block{background:var(--dk-sub);border-color:var(--dk-border);color:var(--dk-muted)}html[data-theme=dark] .maket-day-footer{background:var(--dk-sub);border-top-color:var(--dk-border)}html[data-theme=dark] .courses__card{background:var(--dk-card);border-color:var(--dk-border);box-shadow:0 6px 16px #0006}html[data-theme=dark] .courses__title{color:var(--dk-text)}html[data-theme=dark] .courses__manage{border-top:1px solid #344986}html[data-theme=dark] .courses__progress{background:var(--dk-sub)}html[data-theme=dark] .courses__import{background:var(--dk-card);border-color:var(--dk-input-border);color:var(--dk-indigo-tx)}html[data-theme=dark] .courses__import:hover{background:var(--dk-sub)}html[data-theme=dark] .courses__viewswitch{background:var(--dk-card);border-color:var(--dk-border)}html[data-theme=dark] .courses__sort,html[data-theme=dark] .courses__search{background:var(--dk-input);border-color:var(--dk-input-border);color:var(--dk-text)}html[data-theme=dark] .courses__material.is-main{color:var(--dk-indigo-tx);background:#6366f12e}html[data-theme=dark] .courses__material.is-extra{color:#fbbf24;background:#f59e0b26}html[data-theme=dark] .courses__hidden-badge{background:var(--dk-sub);border-color:var(--dk-border);color:var(--dk-muted)}html[data-theme=dark] .courses__lock{color:#fbbf24;background:#f59e0b1f;border-color:#f59e0b59}html[data-theme=dark] .course-item{background:var(--dk-card);border-color:var(--dk-border)}html[data-theme=dark] .course-item__title{color:var(--dk-text)}html[data-theme=dark] .course-item__timer{color:var(--dk-indigo-tx);background:#6366f126;border-color:#6366f159}html[data-theme=dark] .course-item__done{background:#10b98126}html[data-theme=dark] .course-section__title{color:var(--dk-text)}html[data-theme=dark] .course-section__donefold{background:var(--dk-sub);border-color:var(--dk-input-border);color:var(--dk-text-2)}html[data-theme=dark] .course-section__donefold:hover{background:var(--dk-sub-hover)}html[data-theme=dark] .course-view__edit{background:var(--dk-violet-bg);color:var(--dk-indigo-tx);border-color:#4c3a8f}html[data-theme=dark] .course-view__grades{color:#34d399;background:#10b9811f;border-color:#10b98159}html[data-theme=dark] .lecture{background:var(--dk-card);border-color:var(--dk-border)}html[data-theme=dark] .lecture-text{color:#dde4f0}html[data-theme=dark] .lecture-text h2,html[data-theme=dark] .lecture-text h3{color:var(--dk-text)}html[data-theme=dark] .lecture-text th{background:var(--dk-sub);color:var(--dk-text)}html[data-theme=dark] .lecture-text th,html[data-theme=dark] .lecture-text td{border-color:var(--dk-border)}html[data-theme=dark] .lecture-nav{border-top-color:var(--dk-border)}html[data-theme=dark] .lecture-nav__prev,html[data-theme=dark] .lecture-nav__next,html[data-theme=dark] .lecture-done{background:var(--dk-sub);border-color:var(--dk-border);color:var(--dk-indigo-tx)}html[data-theme=dark] .lecture-nav__prev:disabled,html[data-theme=dark] .lecture-nav__next:disabled{color:#4b5878}html[data-theme=dark] .lecture-done.is-done{color:#34d399;background:#10b9811f}html[data-theme=dark] .lecture-file{background:var(--dk-sub);border-color:var(--dk-border);color:var(--dk-text)}html[data-theme=dark] .course-link__url{background:var(--dk-sub);border-color:var(--dk-input-border);color:var(--dk-indigo-tx)}html[data-theme=dark] .course-modal__card{background:var(--dk-card)}html[data-theme=dark] .course-modal__title{color:var(--dk-text)}html[data-theme=dark] .course-modal__field span,html[data-theme=dark] .course-modal__check{color:var(--dk-text-2)}html[data-theme=dark] .course-modal__field input,html[data-theme=dark] .course-modal__field textarea,html[data-theme=dark] .course-modal__groups-select,html[data-theme=dark] .ce-input{background:var(--dk-input);border-color:var(--dk-input-border);color:var(--dk-text)}html[data-theme=dark] .course-modal__material button,html[data-theme=dark] .course-modal__icon,html[data-theme=dark] .course-modal__cancel,html[data-theme=dark] .ce-mini{background:var(--dk-sub);border-color:var(--dk-border);color:var(--dk-text-2)}html[data-theme=dark] .course-modal__material button.is-active{background:var(--dk-violet-bg);color:var(--dk-indigo-tx)}html[data-theme=dark] .course-modal__icon:hover{color:var(--dk-indigo-tx);border-color:#8b7cf0}html[data-theme=dark] .course-modal__icon.is-active{background:var(--dk-violet-bg);color:var(--dk-indigo-tx);border-color:#8b7cf0}html[data-theme=dark] .course-import__warnings{color:#fbbf24;background:#f59e0b1a}html[data-theme=dark] .course-import__error{color:#f87171;background:#ef44441f}html[data-theme=dark] .course-import__done{color:var(--dk-text-2)}html[data-theme=dark] .course-import__result{border-color:var(--dk-border)}html[data-theme=dark] .ce-qimg__preview,html[data-theme=dark] .ce-match-thumb{border-color:var(--dk-border);background:#fff}html[data-theme=dark] .test-intro{background:var(--dk-card);color:var(--dk-text);border:1px solid #171f36}html[data-theme=dark] .test-intro__title,html[data-theme=dark] .test-intro__meta span{color:#dae0f0}html[data-theme=dark] .test-result h1,html[data-theme=dark] .test-q__text{color:var(--dk-text)}html[data-theme=dark] .test-opt{background:var(--dk-sub);border-color:var(--dk-border);color:var(--dk-text-2)}html[data-theme=dark] .test-opt:hover{background:var(--dk-sub-hover);border-color:#4c3a8f}html[data-theme=dark] .test-input{background:var(--dk-input);border-color:var(--dk-input-border);color:var(--dk-text)}html[data-theme=dark] .test-q__image,html[data-theme=dark] .test-opt__img,html[data-theme=dark] .test-match__img{border-color:var(--dk-border)}html[data-theme=dark] .test-match__row{background:var(--dk-sub);border-color:var(--dk-border)}html[data-theme=dark] .test-match__left{color:var(--dk-text)}html[data-theme=dark] .test-match__select{background:var(--dk-input);border-color:var(--dk-input-border);color:var(--dk-text)}html[data-theme=dark] .test-gaps__text{color:var(--dk-text-2)}html[data-theme=dark] .test-gaps__chip{background:var(--dk-sub);border-color:var(--dk-input-border);color:var(--dk-text)}html[data-theme=dark] .test-result__item{background:var(--dk-sub);color:var(--dk-text-2);border:1px solid #202b47}html[data-theme=dark] .test-result__exit{background:var(--dk-card);border-color:var(--dk-input-border);color:var(--dk-indigo-tx)}html[data-theme=dark] .test-result__grade{background:#10b9811f;border-color:#10b98159}html[data-theme=dark] .test-result__grade.is-3,html[data-theme=dark] .test-result__grade.is-2{background:#f59e0b1f;border-color:#f59e0b59}html[data-theme=dark] .test-result__grade.is-skip{background:#ef44441f;border-color:#ef444459}html[data-theme=dark] .test-result__grade-label{color:var(--dk-text-2)}html[data-theme=dark] .test-result__grade-value{color:#34d399}html[data-theme=dark] .test-result__grade.is-4 .test-result__grade-value{color:var(--dk-indigo-tx)}html[data-theme=dark] .test-result__grade.is-3 .test-result__grade-value{color:#fbbf24}html[data-theme=dark] .test-result__grade.is-2 .test-result__grade-value,html[data-theme=dark] .test-result__grade.is-skip .test-result__grade-value{color:#f87171}html[data-theme=dark] .test-result__score{background:var(--dk-sub);color:var(--dk-text)}html[data-theme=dark] .test-result__score b{color:var(--dk-indigo-tx)}html[data-theme=dark] .test-history__title{color:#a5b4fc}html[data-theme=dark] .test-history__meta{color:#94a3b8}html[data-theme=dark] .test-intro__meta li{color:var(--dk-text-2);border-bottom:1px solid #707682}html[data-theme=dark] .test-intro__meta b{color:var(--dk-text)}html[data-theme=dark] .test-close{color:#e96d6d;background:#292955;border:1px solid #292955}html[data-theme=dark] .test-preview{color:#6ee7b7;background:#1f3a33;border:1px solid #2f5a4e}html[data-theme=dark] .pf{background:var(--dk-card);box-shadow:0 10px 25px #0006}html[data-theme=dark] .pf-topbar{border-bottom-color:var(--dk-border)}html[data-theme=dark] .pf-search{background:var(--dk-input);border-color:var(--dk-input-border);color:var(--dk-text)}html[data-theme=dark] .pf-chip,html[data-theme=dark] .pf-viewbtn{background:var(--dk-sub);color:var(--dk-text-2)}html[data-theme=dark] .pf-chip--active,html[data-theme=dark] .pf-viewbtn--active{background:var(--ui-gradient);color:#fff}html[data-theme=dark] .pf-card,html[data-theme=dark] .pf-row{background:var(--dk-sub);border-color:var(--dk-border)}html[data-theme=dark] .pf-card:hover,html[data-theme=dark] .pf-row:hover{background:var(--dk-sub-hover);border-color:#4c3a8f}html[data-theme=dark] .pf-name{color:var(--dk-text)}html[data-theme=dark] .pf-crumb{color:var(--dk-link)}html[data-theme=dark] .pf-crumb:hover{background:var(--dk-sub-hover);color:var(--dk-text)}html[data-theme=dark] .pf-crumb--current{color:var(--dk-text)}html[data-theme=dark] .pf-sep{color:var(--dk-text-3)}html[data-theme=dark] .pf-menu,html[data-theme=dark] .pf-add-menu{background:var(--dk-card);box-shadow:0 12px 30px #00000080}html[data-theme=dark] .pf-menu button,html[data-theme=dark] .pf-add-menu button{color:var(--dk-text-2)}html[data-theme=dark] .pf-menu button:hover,html[data-theme=dark] .pf-add-menu button:hover{background:var(--dk-sub)}html[data-theme=dark] .pf-menu-btn{background:var(--dk-sub-hover);color:var(--dk-text-2)}html[data-theme=dark] .pf-modal{background:var(--dk-card)}html[data-theme=dark] .pf-modal-title{color:var(--dk-text)}html[data-theme=dark] .pf-modal-input,html[data-theme=dark] .pf-btn{background:var(--dk-input);border-color:var(--dk-input-border);color:var(--dk-text)}html[data-theme=dark] .pf-btn--primary{background:var(--ui-gradient);color:#fff}html[data-theme=dark] .pf-move-list{border-color:var(--dk-border)}html[data-theme=dark] .pf-move-folder{color:var(--dk-text-2)}html[data-theme=dark] .pf-move-folder:hover,html[data-theme=dark] .pf-quota-bar{background:var(--dk-sub)}html[data-theme=dark] .pf-error{color:#f87171;background:#ef44441f;border-color:#ef444459}html[data-theme=dark] .card,html[data-theme=dark] .stat-card{background:var(--dk-card);border-color:var(--dk-border);color:var(--dk-text-2)}html[data-theme=dark] .section-title,html[data-theme=dark] .semester-info h3,html[data-theme=dark] .stat-card .stat-value,html[data-theme=dark] .stat-value{color:var(--dk-text)}html[data-theme=dark] .grade-table th,html[data-theme=dark] .transcript-table th{background:var(--dk-sub);color:var(--dk-text)}html[data-theme=dark] .grade-table td,html[data-theme=dark] .transcript-table td{border-color:var(--dk-border);color:var(--dk-text-2)}html[data-theme=dark] .grade-table tr:hover,html[data-theme=dark] .transcript-table tr:hover{background:var(--dk-sub)}html[data-theme=dark] .semester-tab,html[data-theme=dark] .btn-secondary{background:var(--dk-sub);border-color:var(--dk-border);color:var(--dk-text-2)}html[data-theme=dark] .semester-tab.active{background:var(--ui-gradient);color:#fff}html[data-theme=dark] .gradebook__table th{background:var(--dk-sub);color:var(--dk-text)}html[data-theme=dark] .gradebook__table td{border-color:var(--dk-border);color:var(--dk-text-2)}html[data-theme=dark] .gradebook__sticky,html[data-theme=dark] .gradebook__table th.gradebook__sticky{background:var(--dk-card)}html[data-theme=dark] .gradebook__back{background:var(--dk-sub);border:1px solid var(--dk-border);color:var(--dk-text)}html[data-theme=dark] .gradebook__back:hover{background:var(--dk-card)}html[data-theme=dark] .gradebook__group,html[data-theme=dark] .gradebook__export{background:var(--dk-sub);border-color:var(--dk-border);color:var(--dk-text-2)}html[data-theme=dark] .gradebook__empty{background:var(--dk-card);border-color:var(--dk-border);color:var(--dk-text-2)}html[data-theme=dark] .gradebook__title{color:#e6eaf3}html[data-theme=dark] .gradebook__scroll{border:1px solid var(--dk-border)}html[data-theme=dark] .gradebook__table th,html[data-theme=dark] .gradebook__table td,html[data-theme=dark] .gradebook__table th:first-child,html[data-theme=dark] .gradebook__table td:first-child{border-color:var(--dk-border)}html[data-theme=dark] .gradebook__scroll{background:var(--dk-card)}html[data-theme=dark] .gradebook__scroll,html[data-theme=dark] .gradebook__scroll-top{scrollbar-color:#3d4d70 var(--dk-sub)}html[data-theme=dark] .gradebook__scroll::-webkit-scrollbar-track{background:var(--dk-sub)}html[data-theme=dark] .gradebook__scroll-top::-webkit-scrollbar-track{background:var(--dk-sub)}html[data-theme=dark] .gradebook__scroll::-webkit-scrollbar-thumb{border-color:var(--dk-sub);background:#3d4d70}html[data-theme=dark] .gradebook__scroll-top::-webkit-scrollbar-thumb{border-color:var(--dk-sub);background:#3d4d70}html[data-theme=dark] .gradebook__table tbody tr:nth-child(2n) td,html[data-theme=dark] .gradebook__table tbody tr:nth-child(2n) .gradebook__sticky{background:#1b2439}html[data-theme=dark] .gradebook__table tbody tr:hover td,html[data-theme=dark] .gradebook__table tbody tr:hover .gradebook__sticky{background:var(--dk-sub)}html[data-theme=dark] .gradebook__sticky{color:var(--dk-text);box-shadow:1px 0 0 var(--dk-border)}html[data-theme=dark] .gradebook__table th{border-bottom:2px solid var(--dk-border);box-shadow:none}html[data-theme=dark] .gradebook__table th.gradebook__sticky{background:var(--dk-sub);box-shadow:1px 0 0 var(--dk-border)}html[data-theme=dark] .gb-grade--skip{color:#fda4af;background:#3a1f2a}html[data-theme=dark] .adm-stop{background:var(--dk-sub);color:#fca5a5;border-color:#5c2b2b}html[data-theme=dark] .adm-stop:hover:not(:disabled){background:#3a1f2a}html[data-theme=dark] .adm-stop:disabled{border-color:var(--dk-border);color:var(--dk-muted)}html[data-theme=dark] .adm-progress__bar{background:var(--dk-sub)}html[data-theme=dark] .adm-progress__text,html[data-theme=dark] .adm-last{color:var(--dk-muted)}html[data-theme=dark] .adm-note{background:var(--dk-violet-bg);border-color:var(--dk-border);color:var(--dk-violet-tx)}html[data-theme=dark] .ev-tabs{background:var(--dk-sub)}html[data-theme=dark] .ev-tab{color:var(--dk-text-2)}html[data-theme=dark] .ev-tab:hover{color:var(--dk-violet-tx)}html[data-theme=dark] .ev-tab--on,html[data-theme=dark] .ev-tab--on:hover{color:#fff}html[data-theme=dark] .cur-period{border-left-color:var(--dk-border)}html[data-theme=dark] .cur-period__label{color:var(--dk-text-2)}html[data-theme=dark] .cur-filter{background:var(--dk-sub);border-color:var(--dk-border);color:var(--dk-text-2)}html[data-theme=dark] .cur-filter:hover{color:var(--dk-violet-tx);border-color:#8b5cf6}html[data-theme=dark] .cur-filter--on{color:#fff;border-color:#0000}html[data-theme=dark] .cur-group-badge{background:var(--dk-violet-bg);color:var(--dk-violet-tx)}html[data-theme=dark] .cur-group-badge--distance{color:#93c5fd;background:#3b82f62e}html[data-theme=dark] .cur-period__spin{border-color:var(--dk-border);border-top-color:var(--dk-violet-tx)}html[data-theme=dark] .ej-card,html[data-theme=dark] .ej-toolbar{background:var(--dk-card);border-color:var(--dk-border)}html[data-theme=dark] .ej-card-name,html[data-theme=dark] .ej-attendance-label{color:var(--dk-text)}html[data-theme=dark] .ej-card-head:hover{background:var(--dk-sub)}html[data-theme=dark] .ej-search,html[data-theme=dark] .ej-period-select{background:var(--dk-input);border-color:var(--dk-input-border);color:var(--dk-text)}html[data-theme=dark] .maket-lesson-time,html[data-theme=dark] .maket-lesson-info,html[data-theme=dark] .ej-body-summary b,html[data-theme=dark] .ej-att-label{color:#fff}html[data-theme=dark] .ej-att-track,html[data-theme=dark] .ej-ribbon-skel i{background:var(--dk-sub)}html[data-theme=dark] .ej-att-wait{color:var(--dk-muted)}html[data-theme=dark] .ej-drow{border-bottom-color:var(--dk-border)}html[data-theme=dark] .ej-drow-date{color:var(--dk-indigo-tx)}html[data-theme=dark] .ej-drow-task,html[data-theme=dark] .ej-detail-teacher,html[data-theme=dark] .ej-body-summary,html[data-theme=dark] .ej-att-count{color:var(--dk-text-2)}html[data-theme=dark] .ej-body-summary b{color:var(--dk-text)}html[data-theme=dark] .ej-grade--5{color:#6ee7b7;background:#10b98154}html[data-theme=dark] .ej-grade--4{color:#7dd3fc;background:#009ce14d}html[data-theme=dark] .ej-grade--3{color:#fcd34d;background:#f59e0b42}html[data-theme=dark] .ej-grade--2,html[data-theme=dark] .ej-grade--1{color:#fca5a5;background:#ef44445c}html[data-theme=dark] .ej-grade--n{color:#dbe4f0;background:#94a3b854}html[data-theme=dark] .ej-avg{color:#6ee7b7;background:#10b98129}html[data-theme=dark] .news-create,html[data-theme=dark] .news-item{background:var(--dk-card);border-color:var(--dk-border)}html[data-theme=dark] .news-item__title{color:var(--dk-text)}html[data-theme=dark] .news-item__text{color:var(--dk-text-2)}html[data-theme=dark] .news-create__title,html[data-theme=dark] .news-create__text{background:var(--dk-input);border-color:var(--dk-input-border);color:var(--dk-text)}html[data-theme=dark] .news-create__title::placeholder,html[data-theme=dark] .news-create__text::placeholder{color:var(--dk-muted)}html[data-theme=dark] .news-create__title:focus,html[data-theme=dark] .news-create__text:focus{border-color:#8b5cf6}html[data-theme=dark] .news-create__upload-btn{background:var(--dk-sub);border-color:var(--dk-border);color:var(--dk-text-2)}html[data-theme=dark] .news-create__editing{background:var(--dk-violet-bg);color:var(--dk-violet-tx)}html[data-theme=dark] .news-create__btn--ghost{background:var(--dk-sub);color:var(--dk-text-2)}html[data-theme=dark] .news-create__btn:disabled{background:var(--dk-sub);color:var(--dk-muted)}html[data-theme=dark] .news-item__date,html[data-theme=dark] .news-empty{color:var(--dk-muted)}html[data-theme=dark] .profile__card{background:var(--dk-card);border-color:var(--dk-border)}html[data-theme=dark] .profile__card-header{border-bottom:2px solid #2d3a59}html[data-theme=dark] .profile__card-title,html[data-theme=dark] .profile__value,html[data-theme=dark] .profile__test-title{color:var(--dk-text)}html[data-theme=dark] .profile__value{background:var(--dk-input);border-color:var(--dk-input-border)}html[data-theme=dark] .profile__label,html[data-theme=dark] .profile__test-meta{color:var(--dk-muted)}html[data-theme=dark] .profile__test-item:hover{background:var(--dk-sub)}html[data-theme=dark] .profile__field{border-color:var(--dk-border)}html[data-theme=dark] .login-container{background:linear-gradient(135deg, var(--dk-page-1) 0%, var(--dk-page-2) 100%)}html[data-theme=dark] .login-info-block{background:linear-gradient(135deg,#2e1065 0%,#7c3aed 100%)}html[data-theme=dark] .login-wrapper{background:#171f36f5}html[data-theme=dark] .login-form-title{color:var(--dk-text)}html[data-theme=dark] .login-form-subtitle,html[data-theme=dark] .login-footer-text{color:var(--dk-muted)}html[data-theme=dark] .login-label{color:var(--dk-text-2)}html[data-theme=dark] .login-input{background:var(--dk-input);border-color:var(--dk-input-border);color:var(--dk-text)}html[data-theme=dark] .login-input:hover{background:var(--dk-sub);border-color:#4c3a8f}html[data-theme=dark] .login-input:focus{background:var(--dk-input);border-color:#8b5cf6}html[data-theme=dark] .login-input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px var(--dk-input) inset;-webkit-text-fill-color:var(--dk-text);caret-color:var(--dk-text)}html[data-theme=dark] .login-input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px var(--dk-input) inset;-webkit-text-fill-color:var(--dk-text);caret-color:var(--dk-text)}html[data-theme=dark] .login-footer{border-top-color:var(--dk-border)}html[data-theme=dark] .header__logout{background:#ef444426;border-color:#ef444466}html[data-theme=dark] .header__logout:hover{background:#ef44444d;border-color:#ef4444}html[data-theme=dark] .courses__row-material.is-main{color:var(--dk-indigo-tx);background:#6366f12e}html[data-theme=dark] .courses__row-material.is-extra{color:#fbbf24;background:#f59e0b26}html[data-theme=dark] .ej-toolbar{background:var(--dk-card);box-shadow:0 10px 25px #0006}html[data-theme=dark] .test-intro__note{background:var(--dk-violet-bg);color:var(--dk-indigo-tx)}html[data-theme=dark] .test-q{background:var(--dk-card);border-color:var(--dk-border)}html[data-theme=dark] .test-run__step{color:var(--dk-text)}html[data-theme=dark] .test-run__progress{background:var(--dk-sub)}html[data-theme=dark] .test-timer{background:var(--dk-violet-bg);color:var(--dk-indigo-tx)}html[data-theme=dark] .test-timer--danger{color:#f87171;background:#ef44442e}html[data-theme=dark] .test-run__btn{background:var(--dk-sub);border-color:var(--dk-border);color:var(--dk-indigo-tx)}html[data-theme=dark] .test-run__btn:hover:not(:disabled){background:var(--dk-sub-hover)}html[data-theme=dark] .test-run__btn:disabled{color:#4b5878}html[data-theme=dark] .test-history{background:#292955;border:1px solid #292955}html[data-theme=dark] .summary-card{background:var(--dk-sub)}html[data-theme=dark] .summary-card h4,html[data-theme=dark] .section-subtitle b{color:var(--dk-text)}html[data-theme=dark] .summary-item{border-bottom-color:var(--dk-border);color:var(--dk-text-2)}html[data-theme=dark] .summary-card+.summary-card{border-top-color:var(--dk-border)}html[data-theme=dark] .semester-info{border-bottom-color:var(--dk-border)}html[data-theme=dark] .gb-skel{background:linear-gradient(90deg,#223052 25%,#2b3a60 37%,#223052 63%) 0 0/400% 100%}html[data-theme=dark] .grade-excellent{color:#6ee7b7;background:#10b98129}html[data-theme=dark] .grade-good{color:#7dd3fc;background:#38bdf829}html[data-theme=dark] .grade-satisfactory{color:#fcd34d;background:#f59e0b29}html[data-theme=dark] .grade-unsatisfactory{color:#fca5a5;background:#ef444429}html[data-theme=dark] .control-type.exam{color:#fca5a5;background:#ef444424}html[data-theme=dark] .control-type.credit{color:#6ee7b7;background:#10b98124}@media (max-width:640px){html[data-theme=dark] .transcript-table tr{background:#0b1220;border:1px solid #2b3956}}html[data-theme=dark] .ce__head h2{color:var(--dk-text)}html[data-theme=dark] .ce__add-section{color:#fff;background:var(--ui-gradient);border:1px dashed #a85fd2;transition:filter .15s,transform .15s}html[data-theme=dark] .ce-prev{color:#fafafb}html[data-theme=dark] .ce-section{background:var(--dk-card);border-color:var(--dk-border)}html[data-theme=dark] .ce-item,html[data-theme=dark] .ce-sheet,html[data-theme=dark] .ce-block{background:var(--dk-sub);border-color:var(--dk-border)}html[data-theme=dark] .ce-section__title,html[data-theme=dark] .ce-item__title{background:var(--dk-input);border-color:var(--dk-input-border);color:var(--dk-text)}html[data-theme=dark] .ce-btn{background:var(--dk-sub);border-color:var(--dk-border);color:var(--dk-indigo-tx)}html[data-theme=dark] .ce-btn:hover{background:var(--dk-sub-hover)}html[data-theme=dark] .ce-meta{color:var(--dk-muted)}html[data-theme=dark] .ce-sheet__head{border-bottom-color:var(--dk-border);color:var(--dk-text)}html[data-theme=dark] .ce-content{border-top-color:var(--dk-border)}html[data-theme=dark] .ce-q{background:var(--dk-sub);border-color:var(--dk-border)}html[data-theme=dark] .ce-add__btn{background:var(--dk-sub);border-color:var(--dk-input-border);color:var(--dk-text-2)}html[data-theme=dark] .ce-add__btn:hover{color:var(--dk-indigo-tx);border-color:#8b5cf6}html[data-theme=dark] .rte__toolbar{background:var(--dk-sub);border-color:var(--dk-border)}html[data-theme=dark] .rte__btn{background:var(--dk-card);border-color:var(--dk-input-border);color:var(--dk-indigo-tx)}html[data-theme=dark] .rte__btn:hover{color:#fff;background:#6366f1;border-color:#6366f1}html[data-theme=dark] .rte__help{background:var(--dk-sub);border-color:var(--dk-border);color:var(--dk-text-2)}html[data-theme=dark] .ce-modal__card,html[data-theme=dark] .ce-modal__head{background:var(--dk-card)}html[data-theme=dark] .ce-modal__head{border-bottom-color:var(--dk-border)}html[data-theme=dark] .ce-modal__title{color:var(--dk-text)}html[data-theme=dark] .ce-modal__close{background:var(--dk-sub);color:var(--dk-text-2)}html[data-theme=dark] .ce-modal__close:hover{background:var(--dk-sub-hover)}html[data-theme=dark] .ce-sheet__fold{background:var(--dk-sub);border-color:var(--dk-border);color:var(--dk-text-2)}html[data-theme=dark] .ce-sheet__fold:hover{background:var(--dk-sub-hover);color:var(--dk-indigo-tx)}html[data-theme=dark] .ce-q__errs,html[data-theme=dark] .ce-item__badge{color:#fca5a5;background:#ef444424;border-color:#ef444466}html[data-theme=dark] .ce-q--invalid{background:#ef444414;border-color:#ef444466}html[data-theme=dark] .ce-upload__btn{background:var(--dk-violet-bg);color:var(--dk-indigo-tx);border-color:#4c3a8f}html[data-theme=dark] .ce-upload__btn:hover{background:var(--dk-sub-hover)}html[data-theme=dark] .courses__tree,html[data-theme=dark] .courses__panel{background:var(--dk-card);border-color:var(--dk-border)}html[data-theme=dark] .courses__tree-search input,html[data-theme=dark] .courses__panel-search input{background:var(--dk-input);border-color:var(--dk-input-border);color:var(--dk-text)}html[data-theme=dark] .courses__tree-add{color:var(--dk-indigo-tx);border-color:#4c3a8f}html[data-theme=dark] .courses__tree-add:hover{background:var(--dk-violet-bg)}html[data-theme=dark] .courses__panel-title{color:var(--dk-text)}html[data-theme=dark] .courses__panel-back{background:var(--dk-sub);border-color:var(--dk-border);color:var(--dk-text-2)}html[data-theme=dark] .courses__cat:hover{background:var(--dk-sub)}html[data-theme=dark] .courses__cat.is-active{background:var(--dk-violet-bg)}html[data-theme=dark] .courses__cat.is-active .courses__cat-name{color:var(--dk-indigo-tx)}html[data-theme=dark] .courses__cat-name{color:var(--dk-text)}html[data-theme=dark] .courses__row:hover{background:var(--dk-sub)}html[data-theme=dark] .courses__row.is-hidden .courses__row-title{color:var(--dk-muted)}html[data-theme=dark] .courses__row-title{color:var(--dk-text-2)}html[data-theme=dark] .courses__row:hover .courses__row-title{color:var(--dk-indigo-tx)}html[data-theme=dark] .courses__row-flag{background:var(--dk-sub);color:var(--dk-muted)}html[data-theme=dark] .courses__row-actions button{background:var(--dk-sub);border-color:var(--dk-border);color:var(--dk-text-2)}html[data-theme=dark] .courses__row-actions button:hover{color:var(--dk-indigo-tx);border-color:#8b5cf6}html[data-theme=dark] .courses__row-actions .courses__row-del:hover{color:#f87171;border-color:#ef444499}html[data-theme=dark] .courses__movecat{background:var(--dk-sub);border-color:var(--dk-border);color:var(--dk-text)}html[data-theme=dark] .courses__movecat:hover:not(:disabled){background:var(--dk-sub-hover);border-color:#4c3a8f}html[data-theme=dark] .courses__cat-tools button{background:var(--dk-sub);border-color:var(--dk-border);color:var(--dk-text-2)}html[data-theme=dark] .courses__cat-tools button:hover{color:var(--dk-indigo-tx);border-color:#8b5cf6}html[data-theme=dark] .courses__cat-tools .courses__cat-del:hover{color:#f87171;border-color:#ef444499}html[data-theme=dark] .ce-warning{color:#fbbf24;background:#f59e0b1f;border-color:#f59e0b59}html[data-theme=dark] .applicant__card{background:var(--dk-card);border-color:var(--dk-border);box-shadow:none}html[data-theme=dark] .applicant__card-head h2,html[data-theme=dark] .applicant__event-title,html[data-theme=dark] .applicant__ncard-title,html[data-theme=dark] .applicant__ev-title{color:var(--dk-text)}html[data-theme=dark] .applicant__empty,html[data-theme=dark] .applicant__ncard-text,html[data-theme=dark] .applicant__feed-label,html[data-theme=dark] .applicant__ev-desc,html[data-theme=dark] .applicant__cal-hint,html[data-theme=dark] .applicant__cal-wd{color:var(--dk-muted)}html[data-theme=dark] .applicant__event,html[data-theme=dark] .applicant__ncard,html[data-theme=dark] .applicant__ev-row{border-color:var(--dk-border)}html[data-theme=dark] .applicant__event,html[data-theme=dark] .applicant__ncard{background:var(--dk-sub)}html[data-theme=dark] .applicant__feed+.applicant__feed{border-top-color:var(--dk-border)}html[data-theme=dark] .applicant__ncard-thumb{background:var(--dk-input);color:var(--dk-muted)}html[data-theme=dark] .applicant__side-arrow,html[data-theme=dark] .applicant__cal-nav{background:var(--dk-sub);border-color:var(--dk-border);color:var(--dk-text-2)}html[data-theme=dark] .applicant__side-arrow:hover:not(:disabled),html[data-theme=dark] .applicant__cal-nav:hover{color:var(--dk-indigo-tx);border-color:#8b5cf6}html[data-theme=dark] .applicant__list-clear{color:var(--dk-violet-tx)}html[data-theme=dark] .applicant__cal-day{color:var(--dk-text-2)}html[data-theme=dark] .applicant__cal-day.is-selected{color:#fff}html[data-theme=dark] .applicant__event-date{color:var(--dk-violet-tx)}html[data-theme=dark] .applicant__cal-day.has-event,html[data-theme=dark] .applicant__ev-chip{background:var(--dk-violet-bg);color:var(--dk-violet-tx)}html[data-theme=dark] .ev-create,html[data-theme=dark] .ev-item{background:var(--dk-card);border-color:var(--dk-border);box-shadow:none}html[data-theme=dark] .ev-create__title,html[data-theme=dark] .ev-create__text,html[data-theme=dark] .ev-create__field input{background:var(--dk-input);border-color:var(--dk-input-border);color:var(--dk-text)}html[data-theme=dark] .ev-create__field{color:var(--dk-text-2)}html[data-theme=dark] .ev-create__upload-btn{background:var(--dk-violet-bg);color:var(--dk-violet-tx);border-color:#6d5bbf}html[data-theme=dark] .ev-create__btn--ghost{background:var(--dk-sub);color:var(--dk-text-2)}html[data-theme=dark] .ev-item__title{color:var(--dk-text)}html[data-theme=dark] .ev-item__desc,html[data-theme=dark] .ev-empty{color:var(--dk-muted)}html[data-theme=dark] .ev-item__date{color:var(--dk-violet-tx)}html[data-theme=dark] .ev-item__edit,html[data-theme=dark] .ev-item__del{background:var(--dk-sub);border-color:var(--dk-border)}html[data-theme=dark] .ev-item__edit{color:var(--dk-indigo-tx)}html[data-theme=dark] .cur-card,html[data-theme=dark] .cur-group,html[data-theme=dark] .cur-person,html[data-theme=dark] .cur-jrow,html[data-theme=dark] .cur-back,html[data-theme=dark] .cur-subject,html[data-theme=dark] .cur-sync-btn,html[data-theme=dark] .cur-empty,html[data-theme=dark] .cur-modal__card{background:var(--dk-card);border-color:var(--dk-border)}html[data-theme=dark] .cur-empty--soft{background:var(--dk-sub)}html[data-theme=dark] .cur-card{border-color:#ef444473}html[data-theme=dark] .cur-person--risk{border-color:#ef444473 #ef444473 #ef444473 #ef4444}html[data-theme=dark] .cur-section-title,html[data-theme=dark] .cur-card-name,html[data-theme=dark] .cur-group-name,html[data-theme=dark] .cur-person-name,html[data-theme=dark] .cur-jrow-name,html[data-theme=dark] .cur-subject-name,html[data-theme=dark] .cur-subject-title,html[data-theme=dark] .cur-modal__title,html[data-theme=dark] .cur-reason-subject{color:var(--dk-text)}html[data-theme=dark] .cur-section-note,html[data-theme=dark] .cur-card-group,html[data-theme=dark] .cur-card-foot,html[data-theme=dark] .cur-group-total,html[data-theme=dark] .cur-group-head__meta,html[data-theme=dark] .cur-modal__sub,html[data-theme=dark] .cur-modal__period-label,html[data-theme=dark] .cur-sync-msg,html[data-theme=dark] .cur-jrow-empty{color:var(--dk-muted)}html[data-theme=dark] .cur-empty,html[data-theme=dark] .cur-modal__total,html[data-theme=dark] .cur-reason-hours,html[data-theme=dark] .cur-reason-pct,html[data-theme=dark] .cur-back,html[data-theme=dark] .cur-sync-btn{color:var(--dk-text-2)}html[data-theme=dark] .cur-subject:hover,html[data-theme=dark] .cur-group:hover,html[data-theme=dark] .cur-back:hover,html[data-theme=dark] .cur-sync-btn:hover:not(:disabled){background:var(--dk-sub-hover);border-color:#8b5cf6}html[data-theme=dark] .cur-person:hover,html[data-theme=dark] .cur-card:hover{background:var(--dk-sub-hover)}html[data-theme=dark] .cur-subject:active,html[data-theme=dark] .cur-group:active,html[data-theme=dark] .cur-person:active,html[data-theme=dark] .cur-card:active{background:var(--dk-sub)}html[data-theme=dark] .cur-back:hover,html[data-theme=dark] .cur-sync-btn:hover:not(:disabled),html[data-theme=dark] .cur-subject:hover .cur-subject-name,html[data-theme=dark] .cur-subject-arrow,html[data-theme=dark] .cur-group-arrow{color:var(--dk-violet-tx)}html[data-theme=dark] .cur-tag,html[data-theme=dark] .cur-group-risk,html[data-theme=dark] .cur-person-pct,html[data-theme=dark] .cur-modal__close{background:var(--dk-sub);color:var(--dk-text-2)}html[data-theme=dark] .cur-tag--risk,html[data-theme=dark] .cur-card-pct,html[data-theme=dark] .cur-group-risk--on,html[data-theme=dark] .cur-person-pct--risk{color:#fca5a5;background:#ef44442e}html[data-theme=dark] .cur-reason-pct--bad{color:#fca5a5}html[data-theme=dark] .cur-tabs{background:var(--dk-sub)}html[data-theme=dark] .cur-tab{color:var(--dk-text-2)}html[data-theme=dark] .cur-tab:hover{color:var(--dk-violet-tx)}html[data-theme=dark] .cur-tab--on,html[data-theme=dark] .cur-tab--on:hover{background:var(--dk-card);color:var(--dk-violet-tx)}html[data-theme=dark] .cur-group-bar,html[data-theme=dark] .cur-reason-bar{background:var(--dk-border)}html[data-theme=dark] .cur-reason{background:var(--dk-sub)}html[data-theme=dark] .cur-reason--bad{background:#ef44441f}html[data-theme=dark] .cur-modal__total{border-top-color:var(--dk-border)}html[data-theme=dark] .cur-select{background:var(--dk-input);border-color:var(--dk-input-border);color:var(--dk-text)}html[data-theme=dark] .cur-mark--5{color:#86efac;background:#22c55e2e;border-color:#22c55e73}html[data-theme=dark] .cur-mark--4{color:#93c5fd;background:#3b82f62e;border-color:#3b82f673}html[data-theme=dark] .cur-mark--3{color:#fcd34d;background:#f59e0b2e;border-color:#f59e0b73}html[data-theme=dark] .cur-mark--2,html[data-theme=dark] .cur-mark--1,html[data-theme=dark] .cur-mark--n{color:#fca5a5;background:#ef444438;border-color:#ef444480}html[data-theme=dark] .cur-mark--none{background:var(--dk-sub);border-color:var(--dk-border);color:var(--dk-muted)}html[data-theme=dark] .cur-jcard--open{box-shadow:none;border-color:#8b5cf6}html[data-theme=dark] .cur-jdrow-task{color:var(--dk-muted)}html[data-theme=dark] .cur-jrow-name{color:var(--dk-text)}html[data-theme=dark] .cur-jcard{background:var(--dk-card);border-color:var(--dk-border)}html[data-theme=dark] .cur-jrow:not(:disabled):hover{background:var(--dk-sub-hover)}html[data-theme=dark] .cur-jdrow{border-top-color:var(--dk-border)}html[data-theme=dark] .cur-jdrow-date{color:var(--dk-text-2)}html[data-theme=dark] .cur-jdrow-task,html[data-theme=dark] .cur-jcaret{color:var(--dk-muted)}html[data-theme=dark] .cert-modal__card{background:var(--dk-card)}html[data-theme=dark] .cert-modal__title{color:var(--dk-text)}html[data-theme=dark] .cert-modal__text,html[data-theme=dark] .cert-modal__label{color:var(--dk-text-2)}html[data-theme=dark] .cert-modal__input{background:var(--dk-sub);border-color:var(--dk-border);color:var(--dk-text)}html[data-theme=dark] .cert-modal__btn{background:var(--dk-sub);border-color:var(--dk-border);color:var(--dk-text-2)}html[data-theme=dark] .cert-modal__btn:hover{background:var(--dk-sub-hover)}html[data-theme=dark] .cert-modal__btn--primary,html[data-theme=dark] .cert-modal__btn--primary:hover{background:var(--ui-gradient);color:#fff}html[data-theme=dark] .export-pdf__menu{background:var(--dk-card);border-color:var(--dk-border);box-shadow:0 14px 32px #00000073}html[data-theme=dark] .export-pdf__item{color:var(--dk-text)}html[data-theme=dark] .export-pdf__item:hover{background:var(--dk-sub-hover)}html[data-theme=dark] .export-pdf__hint{color:var(--dk-text-2)}html[data-theme=dark] .pub{background:linear-gradient(135deg, var(--dk-page-1) 0%, var(--dk-page-2) 100%);min-height:100vh}html[data-theme=dark] .pub__card{background:var(--dk-card);border-color:var(--dk-border)}html[data-theme=dark] .pub__footer{color:var(--dk-muted)}html[data-theme=dark] .pub-status__title{color:var(--dk-text)}html[data-theme=dark] .pub-status__text,html[data-theme=dark] .pub-field__label,html[data-theme=dark] .reg__lead{color:var(--dk-text-2)}html[data-theme=dark] .pub-field__hint{color:var(--dk-muted)}html[data-theme=dark] .pub-status--ok .pub-status__icon{color:#6ee7a8;background:#22c55e2e}html[data-theme=dark] .pub-status--wait .pub-status__icon{color:#fbbf24;background:#f59e0b2e}html[data-theme=dark] .pub-status--error .pub-status__icon{color:#fca5a5;background:#ef44442e}html[data-theme=dark] .pub-input,html[data-theme=dark] .alogin__code{background:var(--dk-input);border-color:var(--dk-input-border);color:var(--dk-text)}html[data-theme=dark] .pub-input:focus,html[data-theme=dark] .alogin__code:focus{background:var(--dk-sub);border-color:#8b5cf6}html[data-theme=dark] .pub-input::placeholder,html[data-theme=dark] .alogin__code::placeholder{color:#55628a}html[data-theme=dark] .pub-input.is-invalid{background:#ef44441a;border-color:#b45454}html[data-theme=dark] .pub-error,html[data-theme=dark] .crm__error{color:#fca5a5}html[data-theme=dark] .reg__send-error,html[data-theme=dark] .crm__error{background:#ef44441a;border-color:#ef44444d}html[data-theme=dark] .pub-btn--ghost{color:var(--dk-violet-tx);border-color:var(--dk-input-border)}html[data-theme=dark] .pub-link{color:var(--dk-violet-tx)}html[data-theme=dark] .place__list{background:var(--dk-card);border-color:var(--dk-border);box-shadow:0 12px 28px #00000080}html[data-theme=dark] .place__item{color:var(--dk-text)}html[data-theme=dark] .place__item:hover{background:var(--dk-sub);color:var(--dk-violet-tx)}html[data-theme=dark] .place__item--add{color:var(--dk-violet-tx)}html[data-theme=dark] .place__badge{color:#fbbf24;background:#f59e0b29}html[data-theme=dark] .parts__item{background:var(--dk-sub);border-color:var(--dk-border)}html[data-theme=dark] .parts__item.is-checked{background:var(--dk-violet-bg);border-color:#7c5cf0}html[data-theme=dark] .parts__title{color:var(--dk-text)}html[data-theme=dark] .parts__meta{color:var(--dk-muted)}html[data-theme=dark] .parts__time{color:var(--dk-violet-tx)}html[data-theme=dark] .parts__time-end{color:var(--dk-muted)}html[data-theme=dark] .parts__tag{background:var(--dk-violet-bg);color:var(--dk-violet-tx)}html[data-theme=dark] .parts__tag--left{color:#fbbf24;background:#f59e0b29}html[data-theme=dark] .parts__tag--full{color:#fca5a5;background:#ef444429}html[data-theme=dark] .reg__chip,html[data-theme=dark] .mine__chip{background:var(--dk-sub);border-color:var(--dk-border);color:var(--dk-text-2)}html[data-theme=dark] .reg__chip:hover,html[data-theme=dark] .mine__chip:hover{color:var(--dk-violet-tx);border-color:#7c5cf0}html[data-theme=dark] .reg__chip.is-active,html[data-theme=dark] .mine__chip.is-active{color:#fff}html[data-theme=dark] .reg__consent{color:var(--dk-text-2)}html[data-theme=dark] .reg__done-card{background:var(--dk-sub);border-color:var(--dk-border)}html[data-theme=dark] .reg__done-line{color:var(--dk-text)}html[data-theme=dark] .reg__done-parts li{color:var(--dk-text-2)}html[data-theme=dark] .reg__done-time{color:var(--dk-violet-tx)}html[data-theme=dark] .alogin__demo{color:#fbbf24;background:#f59e0b1a;border-color:#f59e0b59}html[data-theme=dark] .alogin__note{color:var(--dk-muted)}html[data-theme=dark] .crm__event,html[data-theme=dark] .crm__panel,html[data-theme=dark] .mine__card,html[data-theme=dark] .mine__event{background:var(--dk-card);border-color:var(--dk-border);box-shadow:0 10px 25px #0006}html[data-theme=dark] .crm__event.is-active{border-color:#7c5cf0}html[data-theme=dark] .crm__event-title,html[data-theme=dark] .crm__section-title,html[data-theme=dark] .mine__card-head h2,html[data-theme=dark] .mine__group-title,html[data-theme=dark] .mine__event-title{color:var(--dk-text)}html[data-theme=dark] .crm__event-date{color:var(--dk-violet-tx)}html[data-theme=dark] .crm__event-place,html[data-theme=dark] .crm__event-parts,html[data-theme=dark] .crm__section-hint,html[data-theme=dark] .crm__empty,html[data-theme=dark] .mine__hint,html[data-theme=dark] .mine__empty,html[data-theme=dark] .mine__event-meta{color:var(--dk-muted)}html[data-theme=dark] .crm__link-meta{color:var(--dk-text-2)}html[data-theme=dark] .crm__tabs{border-bottom-color:var(--dk-border)}html[data-theme=dark] .crm__tab{color:var(--dk-muted)}html[data-theme=dark] .crm__tab.is-active,html[data-theme=dark] .crm__tab:hover{color:var(--dk-violet-tx)}html[data-theme=dark] .crm__bar,html[data-theme=dark] .stats__cut-bar{background:var(--dk-sub)}html[data-theme=dark] .qrc{background:var(--dk-sub);border-color:var(--dk-border)}html[data-theme=dark] .qrc__code{border-color:var(--dk-border);background:#fff}html[data-theme=dark] .qrc__title{color:var(--dk-text)}html[data-theme=dark] .qrc__subtitle{color:var(--dk-muted)}html[data-theme=dark] .qrc__btn{background:var(--dk-card);border-color:var(--dk-input-border);color:var(--dk-violet-tx)}html[data-theme=dark] .qrc__btn:hover{background:var(--dk-sub-hover);border-color:#7c5cf0}html[data-theme=dark] .stats__tile{background:var(--dk-sub);border-color:var(--dk-border)}html[data-theme=dark] .stats__tile--accent{background:var(--dk-violet-bg);border-color:#4c3d86}html[data-theme=dark] .stats__value,html[data-theme=dark] .stats__title,html[data-theme=dark] .stats__cut-num{color:var(--dk-text)}html[data-theme=dark] .stats__tile--accent .stats__value{color:var(--dk-violet-tx)}html[data-theme=dark] .stats__label,html[data-theme=dark] .stats__empty,html[data-theme=dark] .stats__cap,html[data-theme=dark] .stats__cut-pct,html[data-theme=dark] .stats__table th{color:var(--dk-muted)}html[data-theme=dark] .stats__count,html[data-theme=dark] .mine__group-count{background:var(--dk-violet-bg);color:var(--dk-violet-tx)}html[data-theme=dark] .stats__table td{color:var(--dk-text-2);border-top-color:var(--dk-border)}html[data-theme=dark] .stats__table tbody tr:hover td{background:var(--dk-sub)}html[data-theme=dark] .stats__dirs,html[data-theme=dark] .stats__cut-name{color:var(--dk-text-2)}html[data-theme=dark] .stats__part-time{color:var(--dk-violet-tx)}html[data-theme=dark] .stats__miss{color:#fca5a5}html[data-theme=dark] .mine__badge{background:var(--dk-violet-bg);color:var(--dk-violet-tx)}html[data-theme=dark] .mine__badge.is-visited,html[data-theme=dark] .apro__item.is-visited .apro__mark{color:#6ee7a8;background:#22c55e2e}html[data-theme=dark] .mine__badge.is-missed,html[data-theme=dark] .apro__mark{color:#fca5a5;background:#ef44442e}html[data-theme=dark] .mine__attended{color:#6ee7a8}html[data-theme=dark] .apro__item{background:var(--dk-sub);border-color:var(--dk-border)}html[data-theme=dark] .apro__item.is-visited{background:#22c55e14;border-color:#22c55e47}html[data-theme=dark] .apro__title{color:var(--dk-text)}html[data-theme=dark] .apro__meta,html[data-theme=dark] .apro__count,html[data-theme=dark] .apro__summary{color:var(--dk-muted)}html[data-theme=dark] .apro__summary b,html[data-theme=dark] .apro__parts{color:#6ee7a8}html[data-theme=dark] .apro__parts--miss{color:#fca5a5}html[data-theme=dark] .applicant__cal-legend{color:var(--dk-muted)}html[data-theme=dark] .ced__card{background:var(--dk-card);box-shadow:0 24px 60px #0009}html[data-theme=dark] .ced__title{color:var(--dk-text)}html[data-theme=dark] .ced__part,html[data-theme=dark] .ced__publish{background:var(--dk-sub);border-color:var(--dk-border)}html[data-theme=dark] .ced__publish.is-on{background:var(--dk-violet-bg);border-color:#4c3d86}html[data-theme=dark] .ced__publish>span{color:var(--dk-text)}html[data-theme=dark] .ced__publish-hint,html[data-theme=dark] .ced__mini,html[data-theme=dark] .ced__req{color:var(--dk-muted)}html[data-theme=dark] .ced__add,html[data-theme=dark] .crm__add-link{background:var(--dk-violet-bg);color:var(--dk-violet-tx);border-color:#4c3d86}html[data-theme=dark] .ced__remove{background:var(--dk-card);border-color:var(--dk-input-border);color:var(--dk-muted)}html[data-theme=dark] .crm__act{border-color:var(--dk-border);color:var(--dk-muted)}html[data-theme=dark] .crm__act:hover{color:var(--dk-violet-tx);border-color:#7c5cf0}html[data-theme=dark] .crm__act--danger:hover,html[data-theme=dark] .qrc__btn--danger{color:#fca5a5;background:#ef44441f;border-color:#ef444459}html[data-theme=dark] .crm__hidden-tag{color:#fbbf24;background:#f59e0b29}html[data-theme=dark] .crm__switch{background:var(--dk-sub)}html[data-theme=dark] .crm__switch-btn{color:var(--dk-muted)}html[data-theme=dark] .crm__switch-btn.is-active{background:var(--dk-card);color:var(--dk-violet-tx)}html[data-theme=dark] .crm__year{background:var(--dk-input);border-color:var(--dk-input-border);color:var(--dk-text)}html[data-theme=dark] .crm__event-until,html[data-theme=dark] .stats__scope{color:var(--dk-muted)}html[data-theme=dark] .stats__filter{background:var(--dk-violet-bg);color:var(--dk-violet-tx);border-color:#4c3d86}html[data-theme=dark] .stats__filter-off{background:var(--dk-card);color:var(--dk-violet-tx);border-color:#4c3d86}html[data-theme=dark] .stats__row-link:hover td{background:var(--dk-sub)}html[data-theme=dark] .abase__scroll{background:var(--dk-card);border-color:var(--dk-border)}html[data-theme=dark] .abase__table th{background:var(--dk-sub);color:var(--dk-muted);border-bottom-color:var(--dk-border)}html[data-theme=dark] .abase__table td{color:var(--dk-text);border-bottom-color:var(--dk-border)}html[data-theme=dark] .abase__table tbody tr:hover{background:var(--dk-sub-hover)}html[data-theme=dark] .abase__contacts,html[data-theme=dark] .abase__dirs,html[data-theme=dark] .abase__count{color:var(--dk-muted)}html[data-theme=dark] .dict__tabs{background:var(--dk-sub)}html[data-theme=dark] .dict__tab{color:var(--dk-text-2)}html[data-theme=dark] .dict__tab.is-active{color:var(--dk-violet-tx);background:var(--dk-card);box-shadow:none}html[data-theme=dark] .dict__pill{color:#fbbf24;background:#3f2d0a}html[data-theme=dark] .dict__row{color:var(--dk-text);background:var(--dk-card);border-color:var(--dk-border)}html[data-theme=dark] .dict__row--pick:hover{background:var(--dk-sub-hover);border-color:var(--dk-link)}html[data-theme=dark] .dict__meta{color:var(--dk-muted)}html[data-theme=dark] .dict__pick-hint{color:var(--dk-violet-tx)}html[data-theme=dark] .dict__merge{color:var(--dk-text);background:var(--dk-violet-bg);border-color:var(--dk-border)}html[data-theme=dark] .chat-layout .chat-list,html[data-theme=dark] .chat-pane{background:var(--dk-card);border-color:var(--dk-border)}html[data-theme=dark] .chat-pane__head,html[data-theme=dark] .chat-view__form{border-color:var(--dk-border)}html[data-theme=dark] .chat-pane__name{color:var(--dk-text)}html[data-theme=dark] .chat-pane__meta,html[data-theme=dark] .chat-pane__seen,html[data-theme=dark] .chat-pane__empty{color:var(--dk-muted)}html[data-theme=dark] .chat-pane__back{color:var(--dk-text-2);background:var(--dk-sub)}html[data-theme=dark] .sidebar__children{border-color:var(--dk-border)}html[data-theme=dark] .sidebar__caret{color:var(--dk-muted)}html[data-theme=dark] .sidebar__item--has-active{color:var(--dk-violet-tx)}html[data-theme=dark] .chat-picker__box{background:var(--dk-card);border-color:var(--dk-border)}html[data-theme=dark] .chat-list__name,html[data-theme=dark] .chat-picker__title,html[data-theme=dark] .chat-picker__name{color:var(--dk-text)}html[data-theme=dark] .chat-list__time,html[data-theme=dark] .chat-list__meta,html[data-theme=dark] .chat-list__empty,html[data-theme=dark] .chat-list__hint,html[data-theme=dark] .chat-view__hint,html[data-theme=dark] .chat-view__day,html[data-theme=dark] .chat-view--empty,html[data-theme=dark] .chat-picker__empty,html[data-theme=dark] .chat-picker__meta{color:var(--dk-muted)}html[data-theme=dark] .chat-list__preview{color:var(--dk-text-2)}html[data-theme=dark] .chat-list__search{color:var(--dk-text);background:var(--dk-input);border-color:var(--dk-input-border)}html[data-theme=dark] .chat-list__divider{color:var(--dk-muted)}html[data-theme=dark] .chat-list__divider--toggle:hover{background:var(--dk-sub)}html[data-theme=dark] .chat-list__divider-count{color:var(--dk-text-2);background:var(--dk-sub)}html[data-theme=dark] .chat-list__item:hover,html[data-theme=dark] .chat-picker__item:hover{background:var(--dk-sub)}html[data-theme=dark] .chat-list__item--active{background:var(--dk-sub-hover)}html[data-theme=dark] .chat-picker__close{color:var(--dk-text-2);background:var(--dk-sub)}html[data-theme=dark] .chat-view__input{color:var(--dk-text);background:var(--dk-input);border-color:var(--dk-input-border)}html[data-theme=dark] .chat-view__more{color:var(--dk-violet-tx);background:var(--dk-violet-bg)}html[data-theme=dark] .chat-list__error,html[data-theme=dark] .chat-view__error{color:#fca5a5;background:#dc262624}html[data-theme=dark] .chat-msg:not(.chat-msg--mine){background:var(--dk-sub)}html[data-theme=dark] .chat-msg:not(.chat-msg--mine) .chat-msg__body{color:var(--dk-text)}html[data-theme=dark] .chat-msg:not(.chat-msg--mine) .chat-msg__time{color:var(--dk-muted)}html[data-theme=dark] .chat-msg__actions button{color:var(--dk-text-2);background:var(--dk-sub);border-color:var(--dk-border)}html[data-theme=dark] .chat-msg__actions button:hover{color:var(--dk-text);background:var(--dk-sub-hover)}html[data-theme=dark] .chat-msg-edit{background:var(--dk-violet-bg);border-color:var(--dk-border)}html[data-theme=dark] .chat-msg-edit__input{color:var(--dk-text);background:var(--dk-input);border-color:var(--dk-input-border)}html[data-theme=dark] .chat-msg-edit__actions button{color:var(--dk-text-2);background:var(--dk-card);border-color:var(--dk-border)}html[data-theme=dark] .chat-msg-edit__actions button[type=submit]{color:#fff;border-color:#0000}html[data-theme=dark] .chat-msg:not(.chat-msg--mine) .chat-msg__edited{color:var(--dk-muted)}html[data-theme=dark] .chat-notify{border-color:var(--dk-border)}html[data-theme=dark] .chat-notify__row{color:var(--dk-text-2)}html[data-theme=dark] .chat-notify__hint{color:var(--dk-muted)}html[data-theme=dark] .chat-toast{color:var(--dk-text);background:var(--dk-card);border-color:var(--dk-border);border-left-color:var(--dk-violet-tx);box-shadow:0 14px 34px #00000080}html[data-theme=dark] .chat-toast:hover{border-color:var(--dk-input-border);border-left-color:var(--dk-violet-tx)}html[data-theme=dark] .chat-toast__title{color:var(--dk-violet-tx)}
