.cherry-alerts__container{position:fixed;z-index:10000;display:flex;flex-direction:column;gap:20px;padding:30px;max-width:400px;pointer-events:none}.cherry-alerts__container.cherry-alerts__top-right{top:0;right:0}.cherry-alerts__container.cherry-alerts__top-left{top:0;left:0}.cherry-alerts__container.cherry-alerts__bottom-right{bottom:0;right:0}.cherry-alerts__container.cherry-alerts__bottom-left{bottom:0;left:0}.cherry-alert{position:relative;color:#fff;padding:20px 25px;border-radius:20px;box-shadow:0 10px 30px #ff6b6b80,0 0 0 3px #fffc,0 0 0 6px var(--cherry-border-color, #ff69b4);border:2px solid white;font-weight:600;font-size:1.1em;max-width:400px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);word-wrap:break-word;overflow-wrap:break-word;white-space:normal;line-height:1.4;display:flex;align-items:flex-start;gap:12px;pointer-events:auto;transform:translate(150%);opacity:0}.cherry-alert:before{content:"";position:absolute;inset:-2px;background:linear-gradient(135deg,var(--cherry-color-1, #ff1493),var(--cherry-color-2, #ff69b4),var(--cherry-color-3, #ff1493));border-radius:22px;z-index:-1;opacity:.9}.cherry-alert--success{--cherry-color-1: #10b981;--cherry-color-2: #34d399;--cherry-color-3: #059669;--cherry-border-color: #10b981}.cherry-alert--success:before{background:linear-gradient(135deg,#10b981,#34d399,#059669)}.cherry-alert--error{--cherry-color-1: #ef4444;--cherry-color-2: #f87171;--cherry-color-3: #dc2626;--cherry-border-color: #ef4444}.cherry-alert--error:before{background:linear-gradient(135deg,#ef4444,#f87171,#dc2626)}.cherry-alert--warning{--cherry-color-1: #f59e0b;--cherry-color-2: #fbbf24;--cherry-color-3: #d97706;--cherry-border-color: #f59e0b}.cherry-alert--warning:before{background:linear-gradient(135deg,#f59e0b,#fbbf24,#d97706)}.cherry-alert--info{--cherry-color-1: #3b82f6;--cherry-color-2: #60a5fa;--cherry-color-3: #2563eb;--cherry-border-color: #3b82f6}.cherry-alert--info:before{background:linear-gradient(135deg,#3b82f6,#60a5fa,#2563eb)}.cherry-alert[data-icon]:after{font-family:Arial,sans-serif}.cherry-alert--closing{animation:slideOutRight .6s ease-in forwards}.cherry-alert__content{flex:1;font-size:1em;line-height:1.4;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.1)}.cherry-alert__progress{position:absolute;bottom:-4px;left:10px;right:10px;height:4px;background:#fff9;border-radius:2px;overflow:hidden}.cherry-alert__progress-inner{height:100%;background:#fff;width:100%;animation:progress linear forwards;animation-duration:var(--progress-duration, 5s)}.cherry-alert--visible{animation:slideInRight .6s ease-out forwards}.cherry-alert:hover{transform:scale(1.02)!important;transition:transform .2s ease;z-index:10}.cherry-alert:hover{transform:translate(0) scale(1.02);transition:transform .2s ease}.cherry-alert--visible:hover{animation-play-state:paused}@keyframes float{0%{transform:translate(0) rotate(0)}to{transform:translate(-25px,-25px) rotate(360deg)}}@keyframes glitch{0%,to{transform:translate(0);text-shadow:3px 3px 0px rgba(255,107,107,.3),6px 6px 0px rgba(255,107,107,.2)}92%{transform:translate(0);text-shadow:3px 3px 0px rgba(255,107,107,.3),6px 6px 0px rgba(255,107,107,.2)}93%{transform:translate(2px);text-shadow:-3px 3px 0px rgba(107,107,255,.3),-6px 6px 0px rgba(107,107,255,.2)}94%{transform:translate(-2px);text-shadow:3px -3px 0px rgba(107,255,107,.3),6px -6px 0px rgba(107,255,107,.2)}95%{transform:translate(0);text-shadow:3px 3px 0px rgba(255,107,107,.3),6px 6px 0px rgba(255,107,107,.2)}}@keyframes lockShake{0%,to{transform:translateY(0) rotate(0) scale(1)}25%{transform:translateY(-5px) rotate(-5deg) scale(1.1)}50%{transform:translateY(0) rotate(0) scale(1)}75%{transform:translateY(-3px) rotate(5deg) scale(1.05)}}@keyframes fadeInRow{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes up{0%{transform:translateY(0);opacity:0}50%{opacity:.5}to{transform:translateY(-75px);opacity:0}}@keyframes bounce{0%,to{transform:translateY(0) scale(1) rotate(0)}25%{transform:translateY(-15px) scale(1.1) rotate(5deg)}50%{transform:translateY(0) scale(1) rotate(0)}75%{transform:translateY(-10px) scale(1.05) rotate(-5deg)}}@keyframes rotate{0%{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(1.1)}to{transform:rotate(360deg) scale(1)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}@keyframes countUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{transform:translate(150%);opacity:0}70%{transform:translate(-10px);opacity:1}to{transform:translate(0);opacity:1}}@keyframes slideOutRight{0%{transform:translate(0);opacity:1}30%{transform:translate(-10px);opacity:.7}to{transform:translate(150%);opacity:0}}@keyframes progress{0%{width:100%}to{width:0%}}.nav{position:sticky;top:0;z-index:1000;min-height:100px;background:linear-gradient(180deg,#ffebf0f2,#ffd6e7e6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:3px solid #ff69b4;box-shadow:0 4px 15px #ff69b426}.nav__top{padding:8px 20px;display:flex;align-items:center;min-height:48px}.nav__bottom{padding:0 20px;display:flex;align-items:center;min-height:40px}.nav__profile-info{display:flex;align-items:center;gap:12px;padding:4px 8px;transition:background-color .2s ease}.nav__avatar,.nav__initials{width:32px;height:32px;border-radius:50%;overflow:hidden;flex-shrink:0}.nav__avatar{object-fit:cover;border:2px solid #ff69b4;box-shadow:0 0 0 1px #fffc}.nav__initials{background:linear-gradient(135deg,#ff69b4,#ff1493);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:10px;border:2px solid rgba(255,255,255,.8);box-shadow:0 1px 3px #0000001a}.nav__user-name{color:#ff1493;font-weight:500;font-size:14px;text-decoration:none;transition:color .2s ease}.nav__user-name:hover{color:#d81b60;text-decoration:none}.nav__logout{margin:0 0 0 4px}.nav__logout-btn{width:32px;height:32px;border-radius:6px;background:transparent;border:1px solid rgba(255,182,193,.4);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#ff1493;font-size:16px}.nav__logout-btn:hover{background:#ff69b41a;border-color:#ff69b4;transform:translateY(-1px);box-shadow:0 1px 3px #ff69b433}.nav__logout-icon{filter:invert(18%) sepia(88%) saturate(6143%) hue-rotate(320deg) brightness(91%) contrast(112%);max-width:16px;max-height:16px}.nav__left{display:flex;align-items:center;gap:8px;flex-wrap:wrap;height:auto;min-height:100%}.nav__tab{display:flex;align-items:center;gap:6px;padding:8px 16px;text-decoration:none;color:#000;font-weight:500;font-size:14px;transition:all .2s ease;height:100%;position:relative;border:1px solid transparent;border-radius:6px 6px 0 0}.nav__tab:hover{color:#ff1493;background:#ff69b40d}.nav__tab.active{color:#ff1493;font-weight:600;border-radius:6px 6px 0 0;position:relative;z-index:1;margin-bottom:-1px}.nav__tab.active:after{display:none}.nav__tab.active .nav__tab-text{background:linear-gradient(45deg,#ff1493,#ff69b4);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-weight:600}.nav__tab:before{content:"";position:absolute;bottom:2px;left:16px;right:16px;height:2px;background:linear-gradient(90deg,#ff1493,#ff69b4);border-radius:1px 1px 0 0;opacity:0;transition:opacity .2s ease}.nav__tab.active:before{opacity:1}.nav__menu:before{content:"";position:absolute;bottom:2px;left:16px;right:16px;height:2px;background:linear-gradient(90deg,#ff1493,#ff69b4);border-radius:1px 1px 0 0;opacity:0;transition:opacity .2s ease}.nav__menu.active:before{opacity:1}.nav__tab-text{white-space:nowrap}@media(max-width:768px){.nav{min-height:80px}.nav__top{padding:6px 15px;min-height:44px}.nav__bottom{padding:0 15px;min-height:36px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.nav__bottom::-webkit-scrollbar{display:none}.nav__profile-info{gap:8px}.nav__avatar,.nav__initials{width:28px;height:28px;font-size:12px}.nav__user-name{font-size:13px}.nav__logout-btn{width:28px;height:28px;font-size:14px}.nav__logout-icon{font-size:16px}.nav__tab{padding:6px 12px;font-size:13px;white-space:nowrap}.nav__tab.active{border-radius:4px 4px 0 0}.nav__tab-text{display:inline}}@media(max-width:480px){.nav{min-height:70px}.nav__top{padding:4px 10px}.nav__bottom{padding:0 10px}.nav__user-name{display:none}.nav__profile-info{gap:6px}.nav__tab{padding:6px 10px;font-size:12px}.nav__tab-text{font-size:12px}}@media(max-width:640px){.nav__tab{padding:6px 8px;min-width:36px;justify-content:center}.nav__tab-text{display:none}.nav__tab:after{content:attr(data-initial);font-size:12px;font-weight:600;color:inherit}.nav__tab[href*="students.index"]:after{content:"С"}.nav__tab[href*="students.top"]:after{content:"Р"}.nav__tab[href*="settings.index"]:after{content:"Н"}}@media(max-width:360px){.nav__profile-info{gap:4px}.nav__avatar,.nav__initials{width:24px;height:24px;font-size:10px}.nav__logout-btn{width:24px;height:24px}.nav__logout-icon{font-size:14px}}.nav__menu{position:relative;display:inline-block}.nav__menu>span{display:flex;align-items:center;gap:6px;padding:8px 16px;cursor:pointer;font-weight:500;font-size:14px;color:#000;transition:all .2s ease;border-radius:6px 6px 0 0;position:relative}.nav__menu>span:hover{color:#ff1493;background:#ff69b40d}.nav__menu>span.active{color:#ff1493;font-weight:600}.nav__menu>span.active .nav__menu-text{background:linear-gradient(45deg,#ff1493,#ff69b4);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.nav__menu>span:after{content:"▼";font-size:10px;margin-left:6px;transition:transform .2s ease;color:#ff69b4}.nav__menu:hover>span:after{transform:rotate(180deg)}.nav__menu .nav__menu-dropdown{position:absolute;top:100%;left:0;min-width:220px;background:linear-gradient(135deg,#fff5f8,#ffe4ed);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;box-shadow:0 8px 25px #00000026;padding:8px 0;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease;z-index:1000;border:1px solid rgba(255,105,180,.3)}.nav__menu:hover .nav__menu-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.nav__menu .nav__tab{display:block;padding:10px 20px;border-radius:0;border-left:3px solid transparent;border-bottom:none;white-space:nowrap}.nav__menu .nav__tab:hover{background:#ff69b41a;border-left-color:#ff69b4}.nav__menu .nav__tab.active{background:#ff69b426;border-left-color:#ff69b4;margin-bottom:0}.nav__menu .nav__tab.active .nav__tab-text{background:none;-webkit-text-fill-color:#ff1493;color:#ff1493}.nav__menu .nav__tab:before{display:none}.nav__menu{position:relative}.dashboard{flex:1;display:flex;flex-direction:column}.dashboard-grid{display:grid;grid-template-columns:74% 25%;justify-content:space-between;position:relative;z-index:2;width:100%;height:100%}.schedule-section__header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px 20px 0 0;padding:1.5rem;border-bottom:3px solid #ff69b4;margin-bottom:0}.schedule-section__title{color:#ff1493;font-size:1.8rem;font-weight:800;display:flex;align-items:center;gap:.8rem;margin:0}.schedule-section__title i{font-size:1.5rem}.schedule-section__subtitle{color:#666;font-size:1rem;margin-top:.5rem}.schedule-section{background:#fffffff2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:25px;overflow:hidden;box-shadow:0 15px 35px #ff69b440;border:2px solid rgba(255,255,255,.8);height:fit-content;height:100%}.schedule-section__content{padding:2rem;min-height:500px}.schedule-section__empty{text-align:center;padding:4rem 2rem}.schedule-section__empty h3{color:#ff1493;margin-bottom:1rem;font-size:1.8rem}.schedule-section__empty p{color:#666;font-size:1.1rem;margin-bottom:2rem}.birthday-section{display:flex;flex-direction:column;gap:20px;height:100%}.birthday-section__content{background:#fffffff2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:25px;overflow:hidden;box-shadow:0 15px 35px #ff69b440;border:2px solid rgba(255,255,255,.8)}.birthday-section__content__card{padding:1.5rem}.birthday-student{text-align:center;margin-bottom:1.5rem}.birthday-student__avatar{position:relative;display:inline-block}.dashboard__birthday-avatar{width:100px;height:100px;border-radius:50%;object-fit:cover;border:4px solid #ff69b4;box-shadow:0 10px 20px #ff69b44d}.birthday-student__avatar-placeholder{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#ff6b6b,#ff8e8e);display:flex;align-items:center;justify-content:center;border:4px solid #ff69b4;margin:0 auto}.dashboard__birthday-initials{color:#fff;font-size:2rem;font-weight:700}.birthday-student__info{margin-top:1rem}.birthday-student__name{color:#ff1493;font-size:1.4rem;font-weight:700;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.birthday-student__you{background:#ff69b4;color:#fff;padding:.2rem .8rem;border-radius:15px;font-size:.9rem}.birthday-section__no-one{padding:2rem 1.5rem}.birthday-section__no-one-icon{font-size:3rem;margin-bottom:1rem;animation:bounce 2s infinite}.birthday-section__no-one h3{color:#ff1493;margin-bottom:.5rem;font-size:1.5rem}.birthday-section__no-one p{color:#666;margin-bottom:1.5rem}.birthday-section__next{background:linear-gradient(135deg,#ffd7e7cc,#ffb6c1cc);padding:1rem;border-radius:15px;border:2px solid rgba(255,105,180,.3)}.birthday-section__next h4{color:#ff1493;margin-bottom:.8rem;font-size:1.1rem}.notifications-list{display:flex;flex-direction:column;gap:.8rem}@media(max-width:1200px){.dashboard-grid{grid-template-columns:1fr;max-width:800px}.birthday-section{order:-1}}@media(max-width:768px){.dashboard{padding:15px}.schedule-section__title{font-size:1.5rem}.birthday-section__statistic-grid{grid-template-columns:1fr}.birthday-section__statistic{padding:1.2rem;border-radius:20px}.birthday-section__statistic-title{font-size:1.2rem}.birthday-section__statistic-value{font-size:1.8rem}.birthday-section__next{padding:1.2rem}.birthday-section__next-avatar,.birthday-section__next-placeholder{width:50px;height:50px}.birthday-section__next-name{font-size:1rem}}@media(max-width:480px){.schedule-section__header{padding:1rem}.schedule-section__content{padding:1.5rem}.schedule-section__empty h3{font-size:1.5rem}.group-container__card-avatar,.birthday-student__avatar-placeholder{width:80px;height:80px}.birthday-section__statistic{padding:1rem;border-radius:15px}.birthday-section__statistic-grid{gap:.8rem}.birthday-section__statistic-item{padding:1rem}.birthday-section__statistic-value{font-size:1.5rem}.birthday-section__no-one{padding:2rem 1rem}.birthday-section__no-one-icon{font-size:3rem}}.birthday-section__statistic{background:#fffffff2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:25px;padding:1.5rem;box-shadow:0 15px 35px #ff69b440;border:2px solid rgba(255,255,255,.8)}.birthday-section__statistic-title{color:#ff1493;font-size:1.4rem;font-weight:700;margin-bottom:1rem;display:flex;align-items:center;gap:.8rem;padding-bottom:.8rem;border-bottom:2px solid rgba(255,182,193,.3)}.birthday-section__statistic-title i{font-size:1.3rem;animation:pulse 2s infinite}.birthday-section__statistic-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.birthday-section__statistic-item{background:linear-gradient(135deg,#ffebf0e6,#ffd7e7e6);border-radius:15px;padding:1.2rem;border:2px solid rgba(255,182,193,.4);transition:all .3s ease;position:relative;overflow:hidden}.birthday-section__statistic-item:hover{transform:translateY(-3px);box-shadow:0 10px 25px #ff69b433;border-color:#ff69b4}.birthday-section__statistic-item:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ff1493,#ff69b4);opacity:.7}.birthday-section__statistic-label{color:#ff1493;font-size:.95rem;font-weight:600;margin-bottom:.5rem;display:flex;align-items:center;gap:.6rem}.birthday-section__statistic-label i{font-size:1rem}.birthday-section__statistic-value{color:#333;font-size:2.2rem;font-weight:800;line-height:1;text-shadow:1px 1px 2px rgba(0,0,0,.1)}.birthday-section__statistic-detail{color:#666;font-size:.85rem;margin-top:.5rem;opacity:.8}.birthday-section__statistic-item:nth-child(1) .birthday-section__statistic-label i{color:#ff6b6b}.birthday-section__statistic-item:nth-child(2) .birthday-section__statistic-label i{color:#ff8e8e}.birthday-section__statistic-item:nth-child(3) .birthday-section__statistic-label i{color:#ff69b4}.birthday-section__statistic-item:nth-child(4) .birthday-section__statistic-label i{color:#ff1493}.birthday-section__statistic-value{animation:countUp .8s ease-out}.birthday-section__next{background:linear-gradient(135deg,#ffebf0f2,#ffd7e7f2);border-radius:20px;border:2px solid rgba(255,105,180,.4);margin-top:1.5rem;position:relative;overflow:hidden}.birthday-section__next:before{content:"";position:absolute;inset:0;opacity:.3}.birthday-section__next h4{color:#ff1493;margin-bottom:1.2rem;font-size:1.2rem;font-weight:700;display:flex;align-items:center;gap:.8rem;position:relative;z-index:1}.birthday-section__next h4 i{font-size:1.3rem}.birthday-section__next-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #ff69b4;box-shadow:0 8px 20px #ff69b44d}.birthday-section__next-placeholder{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#ff6b6b,#ff8e8e);display:flex;align-items:center;justify-content:center;border:3px solid #ff69b4}.birthday-section__next-initials{color:#fff;font-size:1.2rem;font-weight:700}.birthday-section__next-details{flex:1}.birthday-section__next-name{color:#333;font-size:1.1rem;font-weight:600;margin-bottom:.3rem}.birthday-section__next-date{color:#ff1493;font-weight:600;display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.birthday-section__next-date i{font-size:1rem}.birthday-section__next-days{color:#666;font-size:.9rem;background:#ffb6c133;padding:.3rem .8rem;border-radius:12px;display:inline-block}.birthday-section__no-one{padding:2.5rem 1.5rem;position:relative}.birthday-section__no-one-icon{font-size:4rem;margin-bottom:1.5rem;animation:bounce 2s infinite;color:#ffb6c1}.birthday-section__no-one h3{color:#ff1493;margin-bottom:.8rem;font-size:1.6rem;font-weight:700}.birthday-section__no-one p{color:#666;margin-bottom:1.5rem;font-size:1.1rem}.activity-line{position:fixed;bottom:20px;left:20px;z-index:1000}.activity-list{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:flex-start}.user--active{width:50px;height:50px;border-radius:50%;overflow:hidden;position:relative;transition:transform .2s ease;cursor:pointer;border:2px solid #ff1493;box-shadow:0 2px 5px #ff69b433}.user--active:hover{transform:scale(1.05);border-color:#d6147c;box-shadow:0 4px 10px #ff69b44d}.user--active img{width:100%;height:100%;object-fit:cover;border-radius:50%;box-shadow:0 2px 5px #0000001a}.user--active .user-initials{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#ff69b4;color:#fff;font-weight:600;font-size:1.2em;border-radius:50%;box-shadow:0 2px 5px #ff69b44d;border:#ff69b4 2px dashed}@media(max-width:768px){.activity-line{bottom:10px;left:10px}.user--active{width:35px;height:35px}}.form{background:#fffffff2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:25px;padding:40px;box-shadow:0 20px 50px #ff69b44d,inset 0 1px #fffc;border:3px solid #ff69b4;max-width:600px;margin:40px auto;position:relative;overflow:hidden}.form--float{max-width:900px}.form--double{max-width:1200px}.form--grid{display:grid;gap:20px}.form--grid-2{grid-template-columns:repeat(2,1fr);max-width:800px}.form--grid-3{grid-template-columns:repeat(3,1fr);max-width:1000px}.form__header{grid-column:1 / -1}.form__title{color:#ff1493;font-size:2.2em;font-weight:700;text-shadow:2px 2px 0px rgba(255,105,180,.2);margin-bottom:10px}.form__group{text-align:left}.form__full-group{grid-column:1 / -1}.form__label{display:block;color:#ff1493;font-weight:600;margin-bottom:8px;font-size:1.1em;display:flex;align-items:center;gap:8px}.form__label:before{font-size:1.2em}.form__input{width:100%;padding:15px 20px;border:2px solid rgba(255,182,193,.5);border-radius:15px;font-size:1em;background:#ffffffe6;transition:all .3s ease;box-shadow:inset 0 2px 4px #ff69b41a,0 2px 8px #ff69b41a;color:#ff1493}.form__input::placeholder{color:#ff69b499}.form__input:focus{outline:none;border-color:#ff69b4;background:#fff;box-shadow:0 0 0 3px #ff69b433,inset 0 2px 4px #ff69b41a;transform:translateY(-2px)}.form__input.error{border-color:#ff6b6b;background:#fffffff2}.form__checkbox{width:20px;height:20px;accent-color:#ff69b4;cursor:pointer;transition:all .3s ease}.form__checkbox:focus{outline:2px solid #ff69b4;outline-offset:2px}.form__checkbox:hover{transform:scale(1.1)}.form__checkbox-group{display:flex;align-items:center;gap:10px;margin-bottom:10px}.form__icon{width:24px;height:24px;filter:drop-shadow(1px 1px 2px rgba(255,105,180,.3))}.form__button-icon{width:24px;height:24px}.form__button-wrapper{grid-column:1 / -1;display:flex;justify-content:center}select.form__input{padding-right:50px;cursor:pointer}select.form__input option{background:#fff;color:#ff1493;padding:12px;font-size:1em}select.form__input option:hover{background:#ffb6c11a}select.form__input option:checked{background:linear-gradient(135deg,#ff69b4,#ff1493);color:#fff;font-weight:600}select.form__input[multiple]{min-height:150px;padding:12px 20px 12px 12px;background-image:none}select.form__input[multiple] option{padding:10px 15px;margin:3px 0;border-radius:8px;transition:all .2s ease}select.form__input[multiple] option:hover{background:#ffb6c133}select.form__input[multiple] option:checked{background:linear-gradient(135deg,#ff69b4cc,#ff1493cc);color:#fff}.base-table{max-width:600px;margin:0 auto}.half-table{max-width:900px;margin:0 auto}.table{max-width:1200px;margin:1.5rem auto;padding:0 15px}.table__header{text-align:center;margin-bottom:2rem;padding-top:.5rem}.table__title{font-size:1.8rem;font-weight:600;color:#ff1493;margin-bottom:.25rem;letter-spacing:-.02em}.table__subtitle{font-size:1rem;color:#ff69b4;opacity:.8}.table__wrapper{background:#fff;border-radius:16px;box-shadow:0 8px 24px #0000000d,0 0 0 1px #ff69b41a;overflow:hidden}.table__data{width:100%;border-collapse:collapse;font-size:.9rem}.table__head{background:linear-gradient(135deg,#ff69b4,#ff1493)}.table__th{padding:14px 16px;text-align:left;color:#fff;font-weight:500;font-size:.85rem;letter-spacing:.02em;border-right:none}.table__th:last-child{border-right:none}.table__body{background:#fff}.table__row{border-bottom:1px solid rgba(255,182,193,.25);transition:background-color .2s ease}.table__row:hover{background:#ffb6c114}.table__row:last-child{border-bottom:none}.table__td{padding:16px;color:#2d3748;font-size:.9rem;line-height:1.5}.table__td--centered{text-align:center;vertical-align:middle}.table__td--centered>*{display:inline-flex;align-items:center;justify-content:center}.table__data-status{display:inline-flex;align-items:center;padding:4px 10px;border-radius:20px;font-weight:500;font-size:.8rem;border:1px solid transparent}.table__data-status--active{background:#38a1691a;color:#2f855a}.table__data-status--inactive{background:#ff69b414;color:#b2226a}.table__button{padding:6px 14px;border:none;border-radius:30px;font-weight:500;text-decoration:none;transition:all .2s ease;cursor:pointer;font-size:.8rem;border:1px solid transparent}.table__button--primary{background:linear-gradient(135deg,#ff6b6b,#ff8e8e);color:#fff;box-shadow:0 2px 6px #ff6b6b33}.table__button--primary:hover{transform:translateY(-1px);box-shadow:0 6px 12px #ff6b6b40}.table__data-indicator{display:inline-flex;align-items:center;padding:4px 10px;border-radius:30px;font-size:.75rem;font-weight:500;background:#f7fafc;color:#4a5568}.table__data-indicator--success{background:#38a1691a;color:#2f855a}.table__data-indicator--warning{background:#ed89361a;color:#c05621}.table__data-indicator--error{background:#e53e3e1a;color:#c53030}.table__data-cell-number-circle{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;color:#ff1493;font-weight:600;font-size:.8rem}.table__data-cell-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:30px;font-weight:500;font-size:.75rem;background:#edf2f7;color:#4a5568}.table__data-cell-value{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;font-weight:600;font-size:.8rem;color:#2d3748}.table__data-cell-score{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;background:#edf2f7;color:#2d3748;border-radius:30px;font-weight:600;font-size:.8rem;min-width:45px}.table__data-cell-actions{display:flex;gap:6px}.table__data-cell-action-btn{padding:6px 12px;border-radius:30px;font-size:.75rem;border:1px solid #e2e8f0;background:#fff;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:4px;color:#ff69b4;font-weight:500}.table__data-cell-action-btn:hover{background:#fff5f5;border-color:#ffb6c1}.table__data-cell-avatar-img{position:relative;width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#ff69b4,#ff1493);border:2px solid white;box-shadow:0 2px 8px #ff69b44d}.table__data-cell-avatar--mini{width:100%;height:100%;object-fit:cover;display:block}.table__data-avatar-number{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#ff1493;font-weight:700;font-size:.85rem;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0003;text-shadow:none;z-index:2}.table__data-empty{text-align:center;padding:3rem 2rem;background:#fafafa;border-radius:16px;border:1px dashed #ffb6c1}.table__data-empty h3{color:#2d3748;margin-bottom:.5rem;font-size:1.1rem;font-weight:500}.table__data-empty p{color:#718096;font-size:.9rem}.table__data-pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.table__data-page-btn{padding:8px 14px;border:1px solid #e2e8f0;background:#fff;border-radius:30px;cursor:pointer;transition:all .2s ease;color:#4a5568;font-weight:500;font-size:.85rem;min-width:40px}.table__data-page-btn:hover{background:#f7fafc;border-color:#cbd5e0}.table__data-page-btn.active{background:linear-gradient(135deg,#ff69b4,#ff1493);color:#fff;border-color:transparent;box-shadow:0 4px 10px #ff69b44d}.table__data-text-center{text-align:center}.table__data-text-right{text-align:right}.table__data-text-bold{font-weight:600;color:#2d3748}.table__data-text-muted{color:#a0aec0;opacity:1}.table__data-cell-highlight{font-weight:600;color:#ff1493}.table__data-cell-email{color:#718096;font-size:.85rem;word-break:break-all}.table__data-cell-date{color:#718096;font-size:.85rem;white-space:nowrap}.table__data-cell-amount{font-weight:600;color:#ff1493}@media(max-width:768px){.table{padding:0 10px;margin:.5rem auto}.table__header{margin-bottom:1rem}.table__title{font-size:1.2rem}.table__subtitle{font-size:.8rem}.table__wrapper{border-radius:8px;overflow-x:auto}.table__data{min-width:600px}.table__th,.table__td{padding:8px 10px;font-size:.8rem}.table__data-cell-actions{flex-direction:column;gap:2px}}@media(max-width:480px){.table{padding:0 8px}.table__title{font-size:1rem}.table__wrapper{border-radius:6px}.table__data-cell-number-circle{width:24px;height:24px;font-size:.7rem}.table__data-cell-avatar-img{width:24px;height:24px}}.table__row:nth-child(2n){background:#ffb6c105}.table__row:hover:nth-child(2n){background:#ffb6c114}.table__row:hover:nth-child(odd){background:#ffb6c10d}.table__row{animation:fadeInRow .3s ease-out}.table__data-cell-icon{display:inline-flex;align-items:center;gap:4px;color:#ff1493;font-size:.8rem}.table__data-cell-icon:before{content:"•";font-size:1.2em;line-height:1}.activation__container{background:#fffffff2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:25px;padding:50px;box-shadow:0 20px 40px #ff69b44d;text-align:center;max-width:450px;width:100%;border:3px solid #ff69b4;position:relative;overflow:hidden;z-index:10}.activation__title{color:#ff1493;font-size:2.5em;margin-bottom:20px;font-weight:700;text-shadow:3px 3px 0px rgba(255,105,180,.2);position:relative;display:inline-block}.activation__title:after{content:"";position:absolute;bottom:-10px;left:10%;width:80%;height:4px;background:linear-gradient(90deg,transparent,#ff69b4,transparent);border-radius:2px}.activation__form{margin-top:30px}@media(max-width:768px){.activation__container{padding:30px 20px}.activation__title{font-size:2em}.form-input{padding:12px 16px}.activation__button{padding:15px 25px;font-size:1.1em}.decoration{font-size:1.5em}}@media(max-width:480px){.activation__container{padding:25px 15px}.activation__title{font-size:1.7em}}.activation-expired{background:#fffffff2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:25px;padding:60px 50px;box-shadow:0 20px 40px #ff69b44d;text-align:center;max-width:600px;width:100%;border:3px solid #ff6b6b;position:relative;overflow:hidden;z-index:10}.activation-expired__title{color:#ff1493;font-size:2.8em;margin-bottom:15px;font-weight:700;text-shadow:3px 3px 0px rgba(255,107,107,.2);position:relative;display:inline-block}.activation-expired__title:after{content:"";position:absolute;bottom:-8px;left:10%;width:80%;height:3px;background:linear-gradient(90deg,transparent,#ff69b4,transparent);border-radius:2px}.activation-expired__message{color:#ff1493;font-size:1.3em;line-height:1.6;font-weight:700}@media(max-width:768px){.activation-expired{padding:40px 30px}.activation-expired__title{font-size:2.2em}.activation-expired__message{font-size:1.1em}}@media(max-width:480px){.activation-expired{padding:30px 20px}.activation-expired__title{font-size:1.8em}}.login{background:#fffffff2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:25px;padding:50px;box-shadow:0 20px 40px #ff69b44d;text-align:center;max-width:450px;width:100%;border:3px solid #ff69b4;position:relative;overflow:hidden;z-index:10;margin-top:-10%}.login__header{text-align:center;margin-bottom:40px}.login__header-title{color:#ff1493;font-size:2.5em;margin-bottom:10px;font-weight:700;text-shadow:3px 3px 0px rgba(255,105,180,.2);position:relative;display:inline-block}.login__header-title:after{content:"";position:absolute;bottom:-8px;left:10%;width:80%;height:4px;background:linear-gradient(90deg,transparent,#ff69b4,transparent);border-radius:2px}.login__header-subtitle{color:#db7093;font-size:1.2em;margin-top:10px}.login__form{margin-top:10px}@media(max-width:768px){.login{padding:30px 25px;margin:20px}.login__header-title{font-size:2em}.login__header-subtitle{font-size:1.1em}.cherry-button{padding:15px 25px;font-size:1.1em}}@media(max-width:480px){.login{padding:25px 20px}.login__header-title{font-size:1.7em}}.forbidden{background:#fffffff2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:25px;padding:60px 50px;box-shadow:0 20px 40px #ff69b44d;text-align:center;max-width:500px;width:100%;border:3px solid #ff6b6b;position:relative;overflow:hidden;z-index:10}.forbidden__code{font-size:8em;font-weight:900;color:#ff6b6b;text-shadow:3px 3px 0px rgba(255,107,107,.3),6px 6px 0px rgba(255,107,107,.2);margin-bottom:10px;line-height:1;animation:glitch 3s infinite}.forbidden__title{color:#ff6b6b;font-size:2.5em;margin-bottom:15px;font-weight:700;text-shadow:2px 2px 0px rgba(255,107,107,.2)}.forbidden__message{color:#ff1493;font-size:1.3em;margin-bottom:25px;line-height:1.6;font-weight:500}.forbidden__details{background:#ffb6c11a;border:2px solid rgba(255,107,107,.3);border-radius:15px;padding:20px;margin-bottom:30px;text-align:left}.forbidden__details-title{color:#ff6b6b;font-weight:600;margin-bottom:10px;display:flex;align-items:center;gap:8px;font-size:1.1em}.forbidden__details-text{color:#ff1493;line-height:1.5;font-size:.95em}.forbidden__info{margin-top:25px;padding-top:20px;border-top:1px solid rgba(255,182,193,.3);color:#ff1493;font-size:.9em;font-weight:600}@media(max-width:768px){.forbidden{padding:40px 30px}.forbidden__code{font-size:6em}.forbidden__title{font-size:2em}.forbidden__message{font-size:1.1em}}@media(max-width:480px){.forbidden{padding:30px 20px}.forbidden__code{font-size:4em}.forbidden__title{font-size:1.6em}}.group-container{display:flex;justify-content:center;align-items:center;padding:20px;min-height:calc(100vh - 200px)}.group-container__card{background:#fff;border-radius:24px;box-shadow:0 20px 40px #ff69b433;width:100%;max-width:600px;overflow:hidden;border:1px solid rgba(255,105,180,.3);transition:transform .3s ease,box-shadow .3s ease}.group-container__card-header{background:linear-gradient(135deg,#fff5f8,#ffe4ed);padding:15px 15px 10px;text-align:center;border-bottom:2px solid #ff69b4}.students-attach-icon{font-size:48px;margin-bottom:10px;animation:float 3s infinite ease-in-out}.group-container__card-title{color:#ff1493;font-size:24px;font-weight:700;margin:10px 0 5px;background:linear-gradient(45deg,#ff1493,#ff69b4);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.students-attach-subtitle{color:#ff69b4;font-size:14px;margin:0;opacity:.8}.group-container__card-list{max-height:500px;overflow-y:auto;padding:20px}.group-container__card-list::-webkit-scrollbar{width:6px}.group-container__card-list::-webkit-scrollbar-track{background:#ff69b41a;border-radius:3px}.group-container__card-list::-webkit-scrollbar-thumb{background:#ff69b4;border-radius:3px}.group-container__card-list::-webkit-scrollbar-thumb:hover{background:#ff1493}.group-container__card-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;margin-bottom:8px;background:#fff;border-radius:12px;border:1px solid rgba(255,105,180,.2);transition:all .2s ease;cursor:pointer}.group-container__card-item:hover{border-color:#ff69b4;background:#ff69b40d;transform:translate(4px)}.group-container__card-item-info{display:flex;align-items:center;gap:12px;flex:1}.group-container__card-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0}.group-container__card-img{width:100%;height:100%;object-fit:cover}.group-container__card-initials{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#ff69b4,#ff1493);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;text-transform:uppercase}.group-container__card-name{color:#333;font-size:15px;font-weight:500}.group-container__card-item.checked .group-container__card-name{color:#ff1493;font-weight:600}.group-container__card-checkbox{position:relative}.group-container__card-checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.group-container__card-checkbox__label{display:inline-block;width:22px;height:22px;background:#fff;border:2px solid #ffb6c1;border-radius:6px;cursor:pointer;transition:all .2s ease;position:relative}.group-container__card-checkbox__label:hover{border-color:#ff69b4;transform:scale(1.05)}.group-container__card-item.checked .group-container__card-checkbox__label{background:#ff69b4;border-color:#ff69b4}.group-container__card-item.checked .group-container__card-checkbox__label:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px;font-weight:700}.group-container__card-item:has(input:checked) .group-container__card-checkbox__label{background:#ff69b4;border-color:#ff69b4}.group-container__card-item:has(input:checked) .group-container__card-checkbox__label:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px;font-weight:700}.group-container__card-actions{padding:20px 30px 30px;background:linear-gradient(180deg,#fff5f880,#fff);border-top:1px solid rgba(255,105,180,.2)}.button-icon{font-size:18px;transition:transform .3s ease}.group-container__card-empty{text-align:center;padding:40px 20px;color:#ffb6c1}.empty-icon{font-size:64px;display:block;margin-bottom:16px;opacity:.5}.group-container__card-empty p{font-size:16px;margin:0}.group-container__card{animation:slideIn .4s ease}.group-container__card-item{animation:slideIn .3s ease;animation-fill-mode:both}.group-container__card-radio{margin-left:15px;position:relative}.group-container__card-radio input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.group-container__card-radio__label{display:inline-block;width:22px;height:22px;background:#fff;border:2px solid #ffb6c1;border-radius:50%;cursor:pointer;transition:all .2s ease;position:relative}.group-container__card-radio__label:hover{border-color:#ff69b4;transform:scale(1.05)}.group-container__card-radio input:checked+.group-container__card-radio__label{background:#ff69b4;border-color:#ff69b4}.group-container__card-radio input:checked+.group-container__card-radio__label:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#fff;border-radius:50%}.group-container__card-item.checked .group-container__card-radio__label{border-color:#ff69b4}.group-container__card-item:has(input[name=primary_teacher_id]:checked){border-color:#ff1493;background:#ff14930d}@media(max-width:768px){.group-container{padding:10px;min-height:calc(100vh - 150px)}.group-container__card{border-radius:20px}.group-container__card-header{padding:20px 20px 15px}.group-container__card-title{font-size:20px}.group-container__card-list{padding:15px;max-height:400px}.group-container__card-item{padding:10px 12px}.group-container__card-avatar,.group-container__card-initials{width:36px;height:36px}.group-container__card-name{font-size:14px}.group-container__card-actions{padding:15px 20px 20px}.cherry-button{padding:12px 20px;font-size:14px}.button-icon{font-size:16px}}@media(max-width:480px){.group-container__card-item-info{gap:10px}.group-container__card-avatar,.group-container__card-initials{width:32px;height:32px}.group-container__card-initials{font-size:12px}.group-container__card-name{font-size:13px}.empty-icon{font-size:48px}}.schedule-wrapper{padding:1.5rem .75rem}.schedule-container{width:50%;margin:0 auto;background:#fffffff2;border-radius:20px;box-shadow:0 15px 30px #ff69b41f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1.5rem}.schedule{width:100%;padding:0}.schedule__header{text-align:center;margin-bottom:1.3rem;padding-bottom:.75rem;border-bottom:1.5px solid rgba(255,105,180,.2)}.schedule__day-title{display:flex;align-items:center;justify-content:space-between;gap:8px}.schedule__day-name{color:#fff;font-size:.8rem;font-weight:600;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.1);flex:1}.schedule__day-dropdown{position:relative}.schedule__dropdown-trigger{background:#fff3;border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.schedule__dropdown-trigger:hover{background:#ffffff59;transform:scale(1.05)}.schedule__dropdown-trigger svg{width:14px;height:14px;stroke:#fff}.schedule__dropdown-menu{position:absolute;top:100%;right:0;margin-top:8px;background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000026;min-width:160px;z-index:10;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .2s ease}.schedule__day-dropdown:hover .schedule__dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.schedule__dropdown-item{display:flex;align-items:center;gap:8px;padding:8px 12px;color:#333;text-decoration:none;font-size:.7rem;transition:background .2s ease;border:none;background:none;width:100%;text-align:left;cursor:pointer}.schedule__dropdown-item:hover{background:#f5f5f5}.schedule__dropdown-item:first-child{border-radius:12px 12px 0 0}.schedule__dropdown-item:last-child{border-radius:0 0 12px 12px}.schedule__dropdown-item svg{width:12px;height:12px;stroke:#ff69b4}.schedule__dropdown-item--disabled{opacity:.6;cursor:not-allowed}.schedule__dropdown-badge{background:#ff69b4;color:#fff;padding:2px 6px;border-radius:10px;font-size:.55rem;margin-left:auto}.schedule__title{font-size:1.35rem;font-weight:700;background:linear-gradient(135deg,#ff1493,#ff69b4);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.schedule__date{font-size:.8rem;color:#ff69b4;background:#ff69b41a;padding:.2rem .6rem;border-radius:16px;font-weight:400;-webkit-text-fill-color:#ff69b4}.schedule__info{display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap}.schedule__week-type{font-size:.7rem;font-weight:600;padding:.3rem 1rem;border-radius:20px;background:linear-gradient(135deg,#ff69b4,#ff1493);color:#fff;box-shadow:0 2px 6px #ff69b440}.schedule__week-type.even{background:linear-gradient(135deg,#ff69b4,#ff1493)}.schedule__week-type.odd{background:linear-gradient(135deg,#ff6b6b,#ff4757)}.schedule__week-day{font-size:.7rem;color:#ff69b4;background:#ff69b41a;padding:.3rem 1rem;border-radius:20px;font-weight:500}.schedule__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.schedule__day{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 4px 12px #0000000f;border:1px solid rgba(255,105,180,.15);transition:transform .3s ease,box-shadow .3s ease}.schedule__day:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ff69b426}.schedule__day-header{background:linear-gradient(135deg,#ff69b4,#ff1493);padding:10px;text-align:center}.schedule__day-name{color:#fff;font-size:.8rem;font-weight:600;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.1)}.schedule__day-content{padding:8px;max-height:550px;overflow-y:auto}.schedule__day-content::-webkit-scrollbar{width:4px}.schedule__day-content::-webkit-scrollbar-track{background:#ff69b40d;border-radius:10px}.schedule__day-content::-webkit-scrollbar-thumb{background:#ff69b44d;border-radius:10px}.schedule__lesson{display:flex;align-items:flex-start;gap:8px;padding:8px;margin-bottom:5px;background:#fff9fb;border-radius:8px;transition:all .2s ease;border:1px solid rgba(255,105,180,.1)}.schedule__lesson:hover{background:#fff0f5;border-color:#ff69b44d;transform:translate(2px)}.schedule__lesson-time{display:flex;flex-direction:column;align-items:center;min-width:45px;padding-right:8px;border-right:2px solid rgba(255,105,180,.3)}.schedule__lesson-number{width:20px;height:20px;background:linear-gradient(135deg,#ff69b4,#ff1493);color:#fff;font-weight:600;font-size:.55rem;display:flex;align-items:center;justify-content:center;border-radius:50%;margin-bottom:3px;box-shadow:0 1px 4px #ff69b44d}.schedule__lesson-period{font-size:.5rem;color:#ff69b4;font-weight:500;text-align:center;line-height:1.2}.schedule__lesson-info{flex:1}.schedule__lesson-subjects{display:flex;flex-wrap:wrap;gap:4px}.schedule__lesson-subject{display:flex;align-items:center;flex-wrap:wrap;gap:4px}.schedule__subject{display:inline-block;padding:3px 8px;border-radius:14px;font-size:.6rem;font-weight:500;transition:all .2s ease}.schedule__subject--single{background:linear-gradient(135deg,#ff69b4,#ff1493);color:#fff;box-shadow:0 1px 4px #ff69b44d}.schedule__subject--multiple{background:#ff69b41f;color:#ff1493;border:1px solid rgba(255,105,180,.3)}.schedule__subject--empty{background:#f5f5f5;color:#999;font-style:italic;font-size:.6rem}.schedule__classroom{display:inline-block;padding:2px 6px;background:#ff69b41a;border-radius:12px;font-size:.5rem;color:#ff69b4;font-weight:500}.schedule__classroom-badge{display:inline-block;margin-left:.3rem;padding:.1rem .4rem;background:#ffffff4d;border-radius:10px;font-size:.45rem;font-weight:400}.schedule__empty-day{text-align:center;padding:1.5rem .75rem;color:#ff69b4}.schedule__empty-message{font-size:.65rem;opacity:.7}@media(max-width:1024px){.schedule-container{padding:1rem}.schedule__grid{grid-template-columns:repeat(2,1fr);gap:12px}}@media(max-width:768px){.schedule-wrapper{padding:1rem .5rem}.schedule-container{padding:.75rem}.schedule__title{font-size:1.1rem}.schedule__date{font-size:.65rem}.schedule__grid{grid-template-columns:1fr;gap:12px}.schedule__lesson{padding:7px;gap:6px}.schedule__lesson-time{min-width:35px}.schedule__lesson-number{width:18px;height:18px;font-size:.5rem}.schedule__lesson-period{font-size:.45rem}.schedule__subject{font-size:.55rem;padding:2px 7px}}@media(max-width:480px){.schedule-container{padding:.6rem}.schedule__title{font-size:.95rem;flex-direction:column;gap:.25rem}.schedule__lesson{flex-direction:column;text-align:center}.schedule__lesson-time{flex-direction:row;gap:8px;border-right:none;border-bottom:1px solid rgba(255,105,180,.2);padding-bottom:5px;margin-bottom:5px;min-width:auto}.schedule__lesson-number{margin-bottom:0}.schedule__lesson-subjects,.schedule__lesson-subject{justify-content:center}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.schedule__day{animation:fadeInUp .35s ease-out forwards;opacity:0}.schedule__day:nth-child(1){animation-delay:.05s}.schedule__day:nth-child(2){animation-delay:.1s}.schedule__day:nth-child(3){animation-delay:.15s}.schedule__day:nth-child(4){animation-delay:.2s}.schedule__day:nth-child(5){animation-delay:.25s}.schedule__day:nth-child(6){animation-delay:.3s}.schedule__day:nth-child(7){animation-delay:.35s}.students-table{max-width:1500px;margin:0 auto}.student-profile{max-width:900px;margin:2rem auto}.student-profile__card{background:#fffffff2;border-radius:30px;padding:40px;box-shadow:0 20px 50px #ff69b44d;border:3px solid #ff69b4;position:relative;overflow:hidden;animation:fadeInUp .6s ease-out}.student-profile__header{display:flex;align-items:center;gap:30px;margin-bottom:40px;flex-wrap:wrap}.student-profile__avatar{width:150px;height:150px;border-radius:50%;background:linear-gradient(135deg,#ff6b6b,#ff8e8e);box-shadow:0 10px 30px #ff6b6b80,0 0 0 3px #ff69b4;display:flex;align-items:center;justify-content:center;position:relative}.student-profile__avatar-container{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#ff6b6b,#ff8e8e);overflow:hidden;display:flex;align-items:center;justify-content:center}.student-profile__avatar-container img{width:100%;height:100%;object-fit:cover}.student-profile__avatar-container .student-profile__avatar-replacer{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:3em;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.student-profile__avatar-img{width:100%;height:100%;object-fit:cover}.student-profile__avatar .student-profile__avatar-replacer{color:#fff;font-size:3em;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.student-profile__info{flex:1;min-width:300px}.student-profile__name{font-size:2.5em;font-weight:700;background:linear-gradient(45deg,#ff1493,#ff69b4);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:10px;text-shadow:2px 2px 4px rgba(255,105,180,.2)}.student-profile__meta{display:flex;gap:20px;flex-wrap:wrap;margin-bottom:20px}.student-profile__meta-item{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#ffb6c133;border-radius:20px;border:2px solid #ffb6c1;color:#ff1493;font-weight:500;position:relative;overflow:hidden;transition:all .3s ease}.student-profile__meta-item:hover{transform:translateY(-3px);box-shadow:0 10px 25px #ff69b44d}.student-profile__meta-item:hover:before{left:100%}.student-profile__details{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px}.student-profile__detail-group{background:#fffc;padding:25px;border-radius:20px;border:2px solid #ffb6c1;transition:all .3s ease;animation:fadeInUp .6s ease-out;animation-fill-mode:both}.student-profile__detail-group:nth-child(1){animation-delay:.1s}.student-profile__detail-group:nth-child(2){animation-delay:.2s}.student-profile__detail-group:nth-child(3){animation-delay:.3s}.student-profile__detail-group:nth-child(4){animation-delay:.4s}.student-profile__detail-group:hover{transform:translateY(-5px);box-shadow:0 10px 25px #ff69b433;background:#fffffff2}.student-profile__detail-title{font-size:1.2em;font-weight:600;color:#ff1493;margin-bottom:15px;display:flex;align-items:center;gap:10px;border-bottom:2px solid #ffb6c1;padding-bottom:8px}.student-profile__detail-item{display:flex;justify-content:between;margin-bottom:12px;padding:8px 0;border-bottom:1px solid rgba(255,182,193,.3)}.student-profile__detail-label{font-weight:600;color:#ff69b4;min-width:120px}.student-profile__detail-value{color:#333;flex:1;margin-left:1%}.student-profile__reputation-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:linear-gradient(135deg,gold,#ffed4e);border-radius:25px;color:#8b6914;font-weight:600;box-shadow:0 5px 15px #ffd7004d}.student-profile__status-badge{padding:8px 16px;border-radius:20px;font-weight:600;border:2px solid}.student-profile__status--studying{background:#90ee904d;color:#2e8b57;border-color:#90ee90}.student-profile__status--not-studying{background:#ffb6c14d;color:#ff1493;border-color:#ffb6c1}.student-profile__reputation{display:flex;gap:12px;align-items:center;animation:fadeInUp .6s ease-out;animation-delay:.5s;animation-fill-mode:both}.student-profile__rep-btn{padding:10px 20px;border:none;border-radius:20px;font-weight:600;font-size:1.1em;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 15px #ff69b44d;position:relative;overflow:hidden}.student-profile__rep-btn--increase{background:linear-gradient(135deg,#ff69b4,#ff1493);color:#fff;border:2px solid #ff69b4}.student-profile__rep-btn--decrease{background:linear-gradient(135deg,#ffb6c1,#ff69b4);color:#fff;border:2px solid #ffb6c1}.student-profile__rep-btn--increase:hover{transform:translateY(-3px);box-shadow:0 8px 25px #ff69b480;background:linear-gradient(135deg,#ff1493,#ff69b4)}.student-profile__rep-btn--decrease:hover{transform:translateY(-3px);box-shadow:0 8px 25px #ffb6c180;background:linear-gradient(135deg,#ff69b4,#ffb6c1)}.student-profile__rep-btn--increase:active,.student-profile__rep-btn--decrease:active{transform:translateY(-1px)}.student-profile__rep-btn--increase:before,.student-profile__rep-btn--decrease:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.student-profile__rep-btn--increase:hover:before,.student-profile__rep-btn--decrease:hover:before{left:100%}.student-profile__avatar-edit-btn{position:absolute;bottom:0;right:0;width:36px;height:36px;background:linear-gradient(135deg,#ff6b6b,#ff8e8e);border:2px solid white;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2em;cursor:pointer;box-shadow:0 4px 12px #ff6b6b80,0 0 0 2px #ff69b4;transition:all .3s ease;z-index:20}.student-profile__avatar-edit-btn:hover{transform:scale(1.1) rotate(15deg);background:linear-gradient(135deg,#ff8e8e,#ff6b6b);box-shadow:0 6px 20px #ff6b6bb3,0 0 0 3px #ff69b4}@media(max-width:768px){.student-profile__header{flex-direction:column;text-align:center;gap:20px}.student-profile__info{min-width:auto}.student-profile__name{font-size:2em}.student-profile__details{grid-template-columns:1fr}.student-profile__card{padding:25px 20px}.student-profile__avatar{width:120px;height:120px}.student-profile__meta-item{padding:6px 12px;font-size:.9em}.student-profile__reputation{justify-content:center;width:100%}.student-profile__rep-btn--increase,.student-profile__rep-btn--decrease{padding:8px 16px;font-size:1em;flex:1;max-width:120px}.student__profile-meta{justify-content:center}}.teachers-container{margin:0 15px}.teachers__filters{position:fixed;padding:15px;background:#ffffffe6;border-radius:12px;box-shadow:0 2px 8px #0000001a;right:15px;bottom:20px}.teachers__filters-checkbox{display:inline-flex;align-items:center;gap:10px;cursor:pointer;font-size:16px;-webkit-user-select:none;user-select:none}.teachers__filters-input{width:18px;height:18px;cursor:pointer;accent-color:#ff69b4}.teachers__filters-label{color:#333;font-weight:500}.teachers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:25px;justify-content:center}.teacher-grid__card{display:flex;flex-direction:column;align-items:center;text-decoration:none;padding:15px;border-radius:16px;transition:all .3s ease;background:#fff;box-shadow:0 4px 12px #0000001a}.teacher-grid__card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #00000026}.teacher-grid__card.actual{border:3px solid #4caf50;box-shadow:0 4px 12px #4caf5033}.teacher-grid__card.actual:hover{box-shadow:0 8px 24px #4caf504d}.teacher-grid__card.non-actual{border:3px solid #ffc107;box-shadow:0 4px 12px #ffc10733}.teacher-grid__card.non-actual:hover{box-shadow:0 8px 24px #ffc1074d}.teacher-grid__card-wrapper{width:150px;height:150px;border-radius:50%;overflow:hidden;margin-bottom:12px;border:3px solid white;box-shadow:0 2px 8px #0000001a}.teacher-grid__card-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.teacher-grid__card:hover .teacher-grid__card-image{transform:scale(1.05)}.teacher-grid__card-initials{color:#333;font-weight:600;font-size:16px;text-align:center;padding:0 5px}@media(max-width:768px){.teachers-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:15px}.teacher-grid__card-wrapper{width:120px;height:120px}.teacher-grid__card-initials{font-size:14px}}@media(max-width:480px){.teachers-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:10px}.teacher-grid__card{padding:10px}.teacher-grid__card-wrapper{width:100px;height:100px}}.teacher-profile{max-width:1000px;margin:2rem auto;padding:0 20px}.teacher-profile__card{background:linear-gradient(135deg,#fff5f8,#ffeef2);border-radius:40px;padding:45px;box-shadow:0 25px 50px -12px #8b5cf640,0 0 0 2px #c084fc inset,0 0 0 4px #fff inset;border:none;position:relative;overflow:hidden;animation:fadeInUp .6s cubic-bezier(.4,0,.2,1)}.teacher-profile__card:before{content:"👨‍🏫";position:absolute;bottom:-20px;right:-20px;font-size:150px;opacity:.03;transform:rotate(-10deg);pointer-events:none}.teacher-profile__header{display:flex;align-items:center;gap:40px;margin-bottom:45px;flex-wrap:wrap;position:relative;z-index:2}.teacher-profile__avatar{position:relative;width:160px;height:160px;border-radius:50%;background:linear-gradient(135deg,#c084fc,#a855f7);box-shadow:0 20px 40px -10px #a855f780,0 0 0 4px #fff,0 0 0 6px #c084fc;display:flex;align-items:center;justify-content:center}.teacher-profile__avatar-container{width:calc(100% - 8px);height:calc(100% - 8px);border-radius:50%;background:#fff;overflow:hidden;display:flex;align-items:center;justify-content:center}.teacher-profile__avatar-img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.teacher-profile__avatar:hover .teacher-profile__avatar-img{transform:scale(1.05)}.teacher-profile__info{flex:1;min-width:320px}.teacher-profile__name{font-size:2.4em;font-weight:700;background:linear-gradient(135deg,#7e22ce,#a855f7);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:12px;line-height:1.2;display:inline-block;border-bottom:3px solid #e9d5ff;padding-bottom:8px}.teacher-profile__name a{text-decoration:none}.teacher-profile__meta{display:flex;gap:15px;flex-wrap:wrap;margin-bottom:20px}.teacher-profile__meta-item{display:flex;align-items:center;gap:8px;padding:8px 18px;background:#fff;border-radius:100px;border:2px solid #e9d5ff;color:#7e22ce;font-weight:500;font-size:.95em;box-shadow:0 4px 10px #a855f71a;transition:all .3s ease}.teacher-profile__meta-item:hover{transform:translateY(-2px);box-shadow:0 8px 20px #a855f733;border-color:#c084fc}.teacher-profile__status-badge{padding:8px 18px;border-radius:100px;font-weight:600;font-size:.95em;border:2px solid;transition:all .3s ease}.teacher-profile__status--actual{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#166534;border-color:#86efac}.teacher-profile__status--actual:before{content:"✓ ";font-weight:700}.teacher-profile__status--not-actual{background:linear-gradient(135deg,#fff1f2,#ffe4e6);color:#9f1239;border-color:#fda4af}.teacher-profile__status--not-actual:before{content:"○ ";font-weight:700}.teacher-profile__details{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:25px;position:relative;z-index:2}.teacher-profile__detail-group{background:#fff;padding:25px;border-radius:28px;border:2px solid #f3e8ff;transition:all .3s cubic-bezier(.4,0,.2,1);animation:fadeInUp .6s ease-out;animation-fill-mode:both;box-shadow:0 10px 30px -10px #a855f71a}.teacher-profile__detail-group:nth-child(1){animation-delay:.1s}.teacher-profile__detail-group:nth-child(2){animation-delay:.2s}.teacher-profile__detail-group:nth-child(3){animation-delay:.3s}.teacher-profile__detail-group:hover{transform:translateY(-5px);box-shadow:0 20px 40px -12px #a855f740;border-color:#c084fc}.teacher-profile__detail-title{font-size:1.3em;font-weight:600;background:linear-gradient(135deg,#7e22ce,#a855f7);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:20px;display:flex;align-items:center;gap:10px;border-bottom:2px solid #f3e8ff;padding-bottom:12px}.teacher-profile__detail-title:before{content:"📚";font-size:1.2em;-webkit-text-fill-color:initial;color:#a855f7}.teacher-profile__detail-item{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:14px;padding:8px 0;border-bottom:1px dashed #f3e8ff}.teacher-profile__detail-item:last-child{border-bottom:none}.teacher-profile__detail-label{font-weight:600;color:#6b21a8;min-width:130px;font-size:.95em;display:flex;align-items:center;gap:6px}.teacher-profile__detail-label:before{content:"•";color:#c084fc;font-size:1.2em}.teacher-profile__detail-value{color:#4a5568;flex:1;text-align:right;font-weight:700;background:#faf5ff;padding:4px 12px;border-radius:20px}.teacher-profile__subjects{margin-top:15px}.teacher-profile__subject-tag{display:inline-block;padding:6px 16px;background:#f3e8ff;border-radius:100px;color:#7e22ce;font-weight:500;font-size:.9em;margin:0 8px 8px 0;border:1px solid #e9d5ff;transition:all .2s ease}.teacher-profile__subject-tag:hover{background:#e9d5ff;transform:translateY(-1px)}@media(max-width:768px){.teacher-profile__card{padding:30px 20px}.teacher-profile__header{flex-direction:column;text-align:center;gap:25px}.teacher-profile__avatar{width:140px;height:140px}.teacher-profile__info{min-width:auto}.teacher-profile__name{font-size:2em}.teacher-profile__meta{justify-content:center}.teacher-profile__details{grid-template-columns:1fr}.teacher-profile__detail-item{flex-direction:column;align-items:flex-start;gap:5px}.teacher-profile__detail-label{min-width:auto}.teacher-profile__detail-value{text-align:left;width:100%}}@media(max-width:480px){.teacher-profile__card{padding:20px 15px}.teacher-profile__avatar{width:120px;height:120px}.teacher-profile__name{font-size:1.6em}.teacher-profile__meta-item{padding:6px 12px;font-size:.85em}.teacher-profile__detail-group{padding:20px}}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;margin:0}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#ffd6e7,#ffb6c1,#ff85a2);background-attachment:fixed;min-height:100vh;position:relative;display:flex;flex-direction:column}.token-panel{position:fixed;bottom:0;left:0;right:0;padding:15px 20px;z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.token-panel__content{display:flex;justify-content:center;align-items:center;gap:15px;max-width:1200px;margin:0 auto}.token-panel__text{color:#fff;font-weight:600;font-size:1.1em;text-shadow:1px 1px 2px rgba(255,20,147,.8),-1px -1px 2px rgba(255,20,147,.8);padding:8px 20px;background:#ffffff26;border-radius:20px;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.token-panel__highlight{color:#fffacd;font-weight:700;background:linear-gradient(45deg,#ff1493,#ff69b4);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 10px rgba(255,255,255,.5);padding:2px 8px;border-radius:10px;border:1px solid rgba(255,255,255,.2)}.container{background:#fffffff2;border-radius:30px;padding:40px;box-shadow:0 20px 50px #ff69b44d;text-align:center;max-width:800px;width:100%;border:3px solid #ff69b4;position:relative;overflow:hidden;margin:10% auto}.container:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 1px,transparent 1px);background-size:20px 20px;animation:float 15s infinite linear;pointer-events:none}.container--centered{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.dropdown-icon{width:18px;height:18px}.nav{flex-shrink:0}.nav__logout-btn{background:none;border:none;color:inherit;font:inherit;cursor:pointer;width:100%;display:flex;align-items:center;gap:10px}main{flex:1 0 auto;padding:20px;position:relative;z-index:1;margin:0 auto;width:100%;box-sizing:border-box;flex-grow:1;display:flex;flex-direction:column}.heart{animation:up 4s infinite ease-in-out}.cherry-button{background:linear-gradient(135deg,#ff4d6d,#ff758f,#ff9aa5);color:#fff;border:none;padding:18px 35px;border-radius:50px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;display:inline-block;box-shadow:0 8px 25px #ff4d6d80,0 0 #ff4d6d4d;margin-top:20px;position:relative;overflow:hidden;width:100%;transform:translateY(0);font-size:.95em;text-transform:uppercase;letter-spacing:1.5px;font-weight:700}.cherry-button:hover{transform:translateY(-3px);box-shadow:0 15px 35px #ff4d6d99,0 0 20px #ff4d6d66;background:linear-gradient(135deg,#f35,#ff5c7a,#ff8595)}.cherry-button:active{transform:translateY(-1px);box-shadow:0 10px 25px #ff4d6d80}.hidden{display:none}@media(max-width:768px){.token-panel{padding:12px 15px}.token-panel__content{flex-direction:column;gap:10px;text-align:center}.token-panel__text{font-size:.95em;padding:6px 15px}@keyframes slideInRight{0%{transform:translate(150%);opacity:0}70%{transform:translate(-5px);opacity:1}to{transform:translate(0);opacity:1}}}
