:root{--edu-bg:#f8fafc;--edu-surface:#fff;--edu-border:#e2e8f0;--edu-text:#0f172a;--edu-text-soft:#64748b;--edu-primary:#0f172a;--edu-primary-contrast:#fff;--edu-accent:#2563eb;--edu-danger:#dc2626}*,:before,:after{box-sizing:border-box}html,body{background:var(--edu-bg);min-height:100%;color:var(--edu-text);margin:0;font-family:system-ui,sans-serif}.edu-body{min-height:100vh}.edu-layout{flex-direction:column;min-height:100vh;display:flex}.edu-container{width:min(1200px,100% - 2rem);margin:0 auto}.edu-section{padding:2rem 0}.edu-card{background:var(--edu-surface);border:1px solid var(--edu-border);border-radius:1.25rem;box-shadow:0 8px 24px #0f172a0d}.edu-card__header{border-bottom:1px solid var(--edu-border);padding:1.25rem 1.5rem}.edu-card__body{padding:1.5rem}.edu-card__footer{border-top:1px solid var(--edu-border);padding:1rem 1.5rem 1.5rem}.edu-title{margin:0;font-size:1.75rem;font-weight:800;line-height:1.1}.edu-text-soft{color:var(--edu-text-soft)}.edu-field{flex-direction:column;gap:.45rem;display:flex}.edu-field__label{color:var(--edu-text-soft);font-size:.9rem;font-weight:700}.edu-input,.edu-textarea,.edu-select{border:1px solid var(--edu-border);width:100%;min-height:46px;color:var(--edu-text);background:#fff;border-radius:.95rem;padding:.85rem 1rem;font-size:.95rem}.edu-textarea{resize:vertical;min-height:120px}.edu-input:focus,.edu-textarea:focus,.edu-select:focus{border-color:var(--edu-accent);outline:none;box-shadow:0 0 0 4px #2563eb14}.edu-btn{cursor:pointer;border:1px solid #0000;border-radius:.95rem;justify-content:center;align-items:center;gap:.55rem;min-height:46px;padding:0 1rem;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex}.edu-btn-primary{background:var(--edu-primary);color:var(--edu-primary-contrast)}.edu-btn-light{color:var(--edu-text);border-color:var(--edu-border);background:#fff}.edu-grid{gap:1rem;display:grid}.edu-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.edu-error{color:var(--edu-danger);font-size:.82rem}@media (width<=768px){.edu-grid-2{grid-template-columns:1fr}}.edu-auth-layout{background:radial-gradient(circle at top left, #2563eb14 0, transparent 28%), radial-gradient(circle at bottom right, #0f172a0f 0, transparent 30%), var(--edu-bg);min-height:100vh}.edu-auth-main{justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex}.edu-auth-shell{flex-direction:column;gap:1.25rem;width:min(100%,560px);display:flex}.edu-auth-brand{justify-content:center;display:flex}.edu-auth-brand__logo{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.edu-auth-brand__logo img{width:auto;max-width:220px;max-height:72px;display:block}.edu-auth-card-wrap{width:100%}.edu-auth-card{overflow:hidden}.edu-auth-subtitle{margin:.75rem 0 0;line-height:1.6}.edu-auth-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.edu-check{cursor:pointer;align-items:center;gap:.55rem;display:inline-flex}.edu-check input{margin:0}@media (width<=640px){.edu-auth-main{padding:1.25rem}.edu-auth-shell{width:100%}.edu-auth-brand__logo img{max-width:180px;max-height:60px}.edu-auth-actions{flex-direction:column;align-items:stretch}.edu-auth-actions .edu-btn{width:100%}}.edu-pass{position:relative}.edu-pass .edu-input{padding-right:3.25rem}.edu-pass__toggle{width:2rem;height:2rem;color:var(--edu-text-soft);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;top:50%;right:.85rem;transform:translateY(-50%)}.edu-pass__toggle:hover{color:var(--edu-text)}.edu-pass__toggle.is-on{color:var(--edu-primary)}.edu-pass__toggle .pass-eye-off,.edu-pass__toggle.is-on .pass-eye{display:none}.edu-pass__toggle.is-on .pass-eye-off{display:block}.edu-btn[disabled]{opacity:.92;cursor:not-allowed}.edu-btn .utva-btn-spinner{transform-origin:50%;flex-shrink:0;width:16px;height:16px;animation:.8s linear infinite eduSpin}.edu-btn.edu-btn-primary[disabled]{background:color-mix(in srgb, var(--edu-primary) 88%, #fff 12%);color:var(--edu-primary-contrast)}.edu-btn.edu-btn-light[disabled]{color:var(--edu-text-soft);border-color:var(--edu-border);background:#f8fafc}@keyframes eduSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.edu-auth-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.edu-auth-link{color:var(--edu-accent);font-size:.92rem;font-weight:700;text-decoration:none}.edu-auth-link:hover{text-underline-offset:3px;text-decoration:underline}.edu-alert{border-radius:.95rem;margin-bottom:1rem;padding:.9rem 1rem;font-size:.92rem;line-height:1.5}.edu-alert-success{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0}.edu-header__brand{align-items:center;text-decoration:none;display:inline-flex}.edu-header__nav{align-items:center;gap:.75rem;display:flex}.edu-page-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.edu-page-head__title{margin:0;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:800;line-height:1.1}.edu-page-head__desc{color:var(--edu-text-soft);margin:.5rem 0 0;line-height:1.7}.edu-card__title{margin:0;font-size:1.05rem;font-weight:800;line-height:1.2}.edu-info-list{gap:1rem;display:grid}.edu-info-item{gap:.35rem;display:grid}.edu-info-item__label{color:var(--edu-text-soft);text-transform:uppercase;letter-spacing:.04em;font-size:.82rem;font-weight:700}.edu-info-item__value{color:var(--edu-text);font-size:1rem;line-height:1.6}.edu-quick-actions{gap:1rem;display:grid}.edu-quick-action{border:1px solid var(--edu-border);color:inherit;background:#fff;border-radius:1rem;padding:1rem 1.1rem;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:block}.edu-quick-action:hover{border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 10px 24px #0f172a0f}.edu-quick-action__title{color:var(--edu-text);font-size:1rem;font-weight:800}.edu-quick-action__text{color:var(--edu-text-soft);margin-top:.45rem;font-size:.92rem;line-height:1.6}.edu-empty{border:1px dashed var(--edu-border);color:var(--edu-text-soft);background:#fff;border-radius:1rem;padding:1.25rem}.edu-course-card{border:1px solid var(--edu-border);background:#fff;border-radius:1rem;overflow:hidden}.edu-course-card__body{padding:1rem 1.1rem}.edu-course-card__title{margin:0;font-size:1rem;font-weight:800;line-height:1.3}.edu-course-card__desc{color:var(--edu-text-soft);margin:.6rem 0 0;font-size:.92rem;line-height:1.6}@media (width<=768px){.edu-header__inner{flex-direction:column;align-items:stretch;min-height:auto;padding-top:1rem;padding-bottom:1rem}.edu-header__nav{flex-wrap:wrap}.edu-header__nav a{flex:auto}}.edu-card__header--split{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.edu-card__actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.edu-modal{z-index:1200;background:#0f172a80;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.edu-modal.hidden{display:none!important}.edu-modal__dialog{border:1px solid var(--edu-border);background:#fff;border-radius:1.25rem;width:min(720px,100%);max-height:calc(100vh - 2rem);overflow:auto;box-shadow:0 24px 80px #0f172a2e}.edu-modal__header{border-bottom:1px solid var(--edu-border);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.25rem 1.25rem 1rem;display:flex}.edu-modal__title{margin:0;font-size:1.1rem;font-weight:800;line-height:1.2}.edu-modal__desc{color:var(--edu-text-soft);margin:.45rem 0 0;font-size:.92rem;line-height:1.6}.edu-modal__close{border:1px solid var(--edu-border);width:40px;height:40px;color:var(--edu-text);cursor:pointer;background:#fff;border-radius:999px;flex-shrink:0;font-size:1.4rem;line-height:1}.edu-modal__body{padding:1.25rem}.edu-modal__footer{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem;padding:0 1.25rem 1.25rem;display:flex}@media (width<=768px){.edu-footer__inner{flex-direction:column;align-items:flex-start}.edu-card__actions{width:100%}.edu-card__actions .edu-btn{flex:auto}.edu-modal{padding:.75rem}.edu-modal__dialog{width:100%;max-height:calc(100vh - 1.5rem)}.edu-modal__footer{flex-direction:column;align-items:stretch}.edu-modal__footer .edu-btn{width:100%}}.hidden{display:none!important}.edu-page-loader{z-index:9999;background:#f8fafcf5;justify-content:center;align-items:center;transition:opacity .35s,visibility .35s;display:flex;position:fixed;inset:0}.edu-page-loader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.edu-page-loader__logo{width:110px;max-width:32vw;height:auto;animation:1.3s ease-in-out infinite eduLogoPulse;display:block}@keyframes eduLogoPulse{0%{opacity:.72;transform:scale(.96)}50%{opacity:1;transform:scale(1.04)}to{opacity:.72;transform:scale(.96)}}.edu-backtotop{z-index:90;background:var(--edu-primary);color:#fff;cursor:pointer;border:0;border-radius:999px;width:48px;height:48px;font-size:22px;font-weight:800;transition:transform .2s,opacity .2s;position:fixed;bottom:20px;right:20px;box-shadow:0 14px 30px #0f172a2e}.edu-backtotop:hover{transform:translateY(-2px)}.edu-header{z-index:50;border-bottom:1px solid var(--edu-border);-webkit-backdrop-filter:blur(12px);background:#fffffff0;position:sticky;top:0}.edu-header__inner{justify-content:space-between;align-items:center;gap:1rem;min-height:82px;display:flex}.edu-header__brand{flex-shrink:0;align-items:center;text-decoration:none;display:inline-flex}.edu-header__brand img{max-width:180px;max-height:58px;display:block}.edu-header__nav{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.edu-header__nav a{min-height:42px;color:var(--edu-text);background:0 0;border-radius:999px;justify-content:center;align-items:center;padding:0 1rem;font-size:.92rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.edu-header__nav a:hover,.edu-header__nav a.is-active{color:var(--edu-primary);background:#b2a78b2e}.edu-layout{background:var(--edu-bg);flex-direction:column;min-height:100vh;display:flex}.edu-main{flex-direction:column;flex:1 0 auto;display:flex}.edu-footer{border-top:1px solid var(--edu-border);background:#fff;margin-top:auto}.edu-footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;min-height:76px;padding-top:1rem;padding-bottom:1rem;display:flex}.edu-footer__left{color:var(--edu-text-soft);font-size:.92rem;line-height:1.6}.fx-cuby{color:var(--edu-text-soft);flex-wrap:wrap;align-items:center;gap:10px;display:flex}.fx-cuby__link{align-items:center;gap:8px;text-decoration:none;display:inline-flex}.fx-cuby__icon{width:18px;height:18px;display:block}.fx-cuby__name{color:#ff5e14;letter-spacing:.04em;font-weight:800}.fx-cuby__link:hover .fx-cuby__name{filter:brightness(1.05);text-underline-offset:3px;text-decoration:underline}@media (width<=768px){.edu-header__inner{flex-direction:column;align-items:stretch;min-height:auto;padding-top:1rem;padding-bottom:1rem}.edu-header__brand,.edu-header__nav{justify-content:center}.edu-header__nav a{flex:auto;min-width:130px}.edu-footer__inner{flex-direction:column;align-items:flex-start}.edu-backtotop{width:44px;height:44px;bottom:16px;right:16px}}.edu-header-shell{justify-content:space-between;align-items:center;gap:16px;min-height:88px;display:flex}.edu-header__nav--desktop,.edu-header__actions--desktop{align-items:center;gap:10px;display:flex}.edu-header__menu-toggle{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #dbe2ea;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:none}.edu-mobile-menu{background:#fff;border:1px solid #e5e7eb;border-radius:18px;margin-top:12px;padding:14px;box-shadow:0 12px 30px #0f172a14}.edu-mobile-menu__nav{gap:8px;display:grid}.edu-mobile-menu__nav a{color:#0f172a;border-radius:12px;padding:12px 14px;font-weight:600;text-decoration:none;display:block}.edu-mobile-menu__nav a.is-active{background:#f3f4f6}.edu-mobile-menu__footer{border-top:1px solid #e5e7eb;margin-top:14px;padding-top:14px}.edu-footer__responsive{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}@media (width<=900px){.edu-header__nav--desktop,.edu-header__actions--desktop{display:none}.edu-header__menu-toggle{display:inline-flex}}
