.header{z-index:110;height:var(--header-h);background:var(--header-bg);color:#fff;border-radius:0 0 var(--radius) var(--radius);align-items:center;gap:8px;padding:0 12px;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 12px #0000001a}.header__logo{flex-shrink:0;width:auto;height:128px;display:block}.header__user{flex-direction:column;flex:1;align-items:flex-end;min-width:0;margin-right:8px;display:flex}.header__name{white-space:nowrap;text-overflow:ellipsis;font-size:16px;overflow:hidden}.header__uid{color:#ffdede;font-size:10px}.header__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:48px;height:48px}.nav-bar{z-index:100;height:var(--nav-h);background:var(--header-bg);border-radius:var(--radius);align-items:center;padding:0 8px;display:flex;position:fixed;bottom:12px;left:12px;right:12px;overflow:hidden;box-shadow:0 2px 12px #00000026}.nav-btn{opacity:var(--inactive);cursor:pointer;z-index:1;background:0 0;border:none;flex:1;justify-content:center;align-items:center;padding:8px 0;transition:opacity .2s;display:flex}.nav-btn--active{opacity:1}.nav-icon{width:24px;height:24px;transition:filter .25s}.nav-btn:not(.nav-btn--active) .nav-icon{filter:brightness(0)invert()}.nav-btn--active .nav-icon{filter:brightness(0)}.nav-indicator{border-radius:var(--radius);z-index:0;background:#fff;width:0;transition:left .25s,width .25s;position:absolute;top:4px;bottom:4px}.max-gate{z-index:200;background:linear-gradient(145deg,#fff5f5 0%,#fff 45%,#f3f6ff 100%);justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0;overflow:hidden}.max-gate__orb{filter:blur(60px);opacity:.45;border-radius:50%;animation:8s ease-in-out infinite max-gate-float;position:absolute}.max-gate__orb--1{background:#ffcdd2;width:220px;height:220px;top:10%;left:-40px}.max-gate__orb--2{background:#bbdefb;width:180px;height:180px;animation-delay:-3s;bottom:15%;right:-30px}.max-gate__card{z-index:1;text-align:center;background:#ffffffeb;border-radius:24px;width:min(100%,380px);padding:32px 24px 28px;animation:.7s cubic-bezier(.22,1,.36,1) both max-gate-rise;position:relative;box-shadow:0 20px 50px #e539351f,0 4px 16px #0000000f}.max-gate__logo-wrap{width:88px;height:88px;margin:0 auto 20px;position:relative}.max-gate__logo{object-fit:contain;width:88px;height:88px;animation:3s ease-in-out infinite max-gate-logo}.max-gate__pulse{border:2px solid #e5393540;border-radius:50%;animation:2.4s ease-out infinite max-gate-pulse;position:absolute;inset:-8px}.max-gate__title{color:#222;margin-bottom:12px;font-size:1.35rem;font-weight:600}.max-gate__text{color:#555;margin-bottom:24px;font-size:.95rem;line-height:1.55}.max-gate__btn{background:linear-gradient(135deg, var(--header-bg), var(--accent));color:#fff;border-radius:14px;justify-content:center;align-items:center;width:100%;padding:14px 20px;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 8px 20px #e5393559}.max-gate__btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px #e5393566}.max-gate__btn:active{transform:translateY(0)}.max-gate__hint{color:#888;margin-top:16px;font-size:.82rem;line-height:1.4}@keyframes max-gate-rise{0%{opacity:0;transform:translateY(28px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes max-gate-float{0%,to{transform:translateY(0)}50%{transform:translateY(-18px)}}@keyframes max-gate-logo{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes max-gate-pulse{0%{opacity:.7;transform:scale(.92)}to{opacity:0;transform:scale(1.15)}}.empty-message{text-align:center;border-radius:var(--radius);background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border:1px solid #e0e0e0;margin:20px 0;padding:40px 20px;box-shadow:0 4px 12px #0000000d}.empty-message__title{color:#495057;margin-bottom:12px;font-size:1.2em;font-weight:500;line-height:1.4}.empty-message__subtitle{color:#6c757d;font-size:.95em}.schedule-empty{text-align:center;border-radius:var(--radius);opacity:0;background:#fff;margin-top:8px;padding:36px 24px 40px;animation:.55s cubic-bezier(.22,1,.36,1) .1s forwards schedule-empty-in;transform:translateY(16px);box-shadow:0 2px 14px #00000012}.schedule-empty__icon{background:linear-gradient(135deg,#fff3f3,#ffe8e8);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 20px;display:flex}.schedule-empty__cal{border:3px solid var(--header-bg);border-radius:8px;width:34px;height:38px;animation:2.5s ease-in-out infinite schedule-empty-wiggle;position:relative}.schedule-empty__cal:before{content:"";background:var(--header-bg);height:3px;box-shadow:0 8px 0 var(--header-bg);border-radius:2px;position:absolute;top:8px;left:5px;right:5px}.schedule-empty__cal:after{content:"";background:var(--header-bg);width:6px;height:8px;box-shadow:12px 0 0 var(--header-bg);border-radius:3px;position:absolute;top:-9px;left:7px}.schedule-empty__title{color:#333;margin-bottom:8px;font-size:1.15rem;font-weight:600}.schedule-empty__week{color:#666;margin-bottom:10px;font-size:.9rem}.schedule-empty__badge{color:var(--header-bg);background:#e539351a;border-radius:999px;margin-bottom:14px;padding:4px 12px;font-size:.78rem;font-weight:600;display:inline-block}.schedule-empty__hint{color:#777;max-width:300px;margin:0 auto;font-size:.88rem;line-height:1.55}@keyframes schedule-empty-in{to{opacity:1;transform:translateY(0)}}@keyframes schedule-empty-wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-4deg)}75%{transform:rotate(4deg)}}.loader{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:200px;display:flex}.loader__spinner{border:3px solid #f3f3f3;border-top-color:var(--header-bg);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}.loader p{color:#666;font-size:16px}@keyframes spin{to{transform:rotate(360deg)}}.schedule{flex-direction:column;gap:16px;display:flex}.week-nav{border-radius:var(--radius);background:#fff;justify-content:space-between;align-items:center;padding:12px 16px;display:flex;box-shadow:0 2px 10px #00000014}.week-nav__btn{color:var(--header-bg);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px 12px;font-size:20px;font-weight:700}.week-nav__btn:hover{background:#e539351a}.week-nav__label{text-align:center;color:#333;flex:1;margin:0 16px;font-size:14px;font-weight:600}.day{border-radius:var(--radius);opacity:0;background:#fff;transition:opacity .5s,transform .5s;overflow:hidden;transform:translateY(20px);box-shadow:0 2px 10px #00000014}.day--visible{opacity:1;transform:translateY(0)}.day__head{color:#fff;background:#bbb;padding:12px 16px;font-size:16px;font-weight:600}.day__head--today{background:linear-gradient(135deg, var(--header-bg), var(--accent))}.day__list{margin:0;padding:0;list-style:none}.lesson{opacity:0;border-bottom:1px solid #f0f0f0;align-items:center;padding:12px 16px;transition:opacity .5s,transform .5s;display:flex;transform:translateY(20px)}.lesson--visible{opacity:1;transform:translateY(0)}.lesson:last-child{border-bottom:none}.lesson__time{text-align:center;width:55px;color:var(--header-bg);flex-shrink:0;font-size:14px;font-weight:600;line-height:1.4}.lesson__info{flex:1;margin-left:8px}.lesson__subject{color:#333;margin-bottom:4px;font-size:16px;font-weight:600}.lesson__meta{color:#666;font-size:13px;line-height:1.35}.lesson__meta--room{color:#444}.day__empty{color:#888;margin:0;padding:14px 16px;font-size:14px}.link-btn{color:var(--header-bg);font:inherit;cursor:pointer;background:0 0;border:none;padding:0;text-decoration:underline}.toast{left:50%;bottom:calc(var(--nav-h) + 28px);z-index:150;color:#fff;opacity:0;pointer-events:none;background:#1b1b1b;border-radius:14px;align-items:center;gap:10px;max-width:calc(100% - 32px);padding:12px 18px;transition:transform .35s cubic-bezier(.22,1,.36,1),opacity .35s;display:flex;position:fixed;transform:translate(-50%,24px);box-shadow:0 12px 32px #00000038}.toast--visible{opacity:1;transform:translate(-50%)}.toast__icon{background:#43a047;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:13px;font-weight:700;display:flex}.toast__text{font-size:.92rem;line-height:1.35}.profile{flex-direction:column;gap:16px;padding-bottom:40px;animation:.45s forwards profileIn;display:flex}@keyframes profileIn{0%{opacity:0;transform:translateY(16px)}}.profile__card{border-radius:var(--radius);background:#fff;align-items:center;gap:16px;padding:16px;display:flex;box-shadow:0 2px 10px #00000014}.profile__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:64px;height:64px}.profile__info{flex:1;min-width:0}.profile__name{color:#222;margin-bottom:10px;font-size:17px;font-weight:600}.profile__row{color:#555;flex-wrap:wrap;align-items:center;gap:6px 10px;margin-bottom:6px;font-size:14px;display:flex}.profile__row:last-child{margin-bottom:0}.profile__label{text-transform:uppercase;letter-spacing:.04em;color:var(--header-bg);font-size:11px;font-weight:600}.profile__group{color:#333;word-break:break-word;font-weight:600}.profile__settings{border-radius:var(--radius);background:#fff;padding:16px;box-shadow:0 2px 10px #00000014}.profile__settings h2{margin-bottom:6px;font-size:16px;font-weight:600}.profile__hint{color:#888;margin-bottom:20px;font-size:13px;line-height:1.45}.profile-form{flex-direction:column;display:flex}.field{opacity:0;max-height:0;transition:opacity .35s,max-height .35s,margin .35s;overflow:hidden}.field--show{opacity:1;max-height:120px;margin-bottom:14px}.field label{color:#555;margin-bottom:6px;font-size:13px;font-weight:500;display:block}.field select{width:100%;height:44px;font:inherit;appearance:none;background:#f9f9f9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%23e53935' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") right 14px center no-repeat;border:2px solid #eee;border-radius:12px;padding:0 36px 0 14px;font-size:14px}.field select:focus{border-color:var(--header-bg);background-color:#fff;outline:none;box-shadow:0 0 0 3px #e539351f}.profile-form__save{color:#9e9e9e;cursor:not-allowed;background:#e0e0e0;border:none;border-radius:12px;width:100%;height:48px;margin-top:8px;font-size:15px;font-weight:600}.profile-form__save:not(:disabled){background:var(--header-bg);color:#fff;cursor:pointer;box-shadow:0 4px 14px #e5393559}.profile-form__save:not(:disabled):hover{background:var(--accent)}:root{--header-bg:#e53935;--accent:#d32f2f;--inactive:#fff9;--header-h:64px;--nav-h:64px;--radius:16px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#333;background:#fff;min-height:100vh;font-family:Inter,sans-serif;overflow:hidden}.dev-banner{top:var(--header-h);z-index:95;text-align:center;color:#856404;background:#fff3cd;border-bottom:1px solid #ffeeba;padding:6px 12px;font-size:12px;position:fixed;left:0;right:0}.content--dev{top:calc(var(--header-h) + 28px)}body:after{content:"";height:calc(var(--nav-h) + 24px);z-index:90;background:#fff;position:fixed;bottom:0;left:0;right:0}.content{top:var(--header-h);left:0;right:0;bottom:calc(var(--nav-h) + 24px);-webkit-overflow-scrolling:touch;background:#f9f9f9;padding:24px 16px;animation:.25s fadeUp;position:fixed;overflow-y:auto}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}}
