.navbar{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);z-index:999;background:#333f4440;border:1px solid #ffffff14;border-radius:999px;justify-content:space-between;align-items:center;width:min(92%,1250px);padding:14px 26px;transition:all .35s;display:flex;position:fixed;top:22px;left:50%;transform:translate(-50%)}.navbar-scroll{background:#333f4473;top:14px;box-shadow:0 15px 40px #00000059}.navbar-logo{color:#fff;align-items:center;gap:10px;font-size:1.4rem;font-weight:700;display:flex}.navbar-logo svg{color:#37aa9c;stroke-width:2.2px}.navbar-links{gap:35px;display:flex}.navbar-links a{color:#d6d6d6;font-weight:500;text-decoration:none;transition:all .3s}.navbar-links a:hover{color:#94f3e4}.navbar-actions{align-items:center;gap:15px;display:flex}.login-btn{color:#fff;font-weight:600;text-decoration:none}.register-btn{color:#fff;background:#37aa9c;border-radius:999px;padding:12px 22px;font-weight:600;text-decoration:none;transition:all .3s}.register-btn:hover{color:#1a1a1b;background:#94f3e4;transform:translateY(-2px)}.mobile-btn{color:#fff;cursor:pointer;background:0 0;border:none;display:none}.mobile-menu{display:none}@media (width<=900px){.navbar-links,.navbar-actions{display:none}.mobile-btn{display:block}.mobile-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;pointer-events:none;z-index:998;background:#1e282dfa;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;gap:10px;width:90%;padding:20px;transition:all .3s;display:flex;position:fixed;top:90px;left:50%;transform:translate(-50%)scale(.95);box-shadow:0 20px 40px #00000080}.mobile-menu.show{opacity:1;pointer-events:auto;transform:translate(-50%)scale(1)}.mobile-menu a{color:#fff;border-radius:12px;padding:12px 16px;font-size:1.1rem;text-decoration:none;transition:background .2s}.mobile-menu a:active{background:#ffffff1a}.mobile-login-btn{border-top:1px solid #ffffff1a;border-radius:0;margin-top:10px}.mobile-register-btn{text-align:center;background:#37aa9c;font-weight:600;color:#fff!important}}.aurora-container{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.progress-ring-container{flex-direction:column;justify-content:center;align-items:center;width:120px;height:120px;margin:1rem auto;display:flex;position:relative}.progress-ring{width:100%;height:100%;transform:rotate(-90deg)}.progress-ring-circle-bg{fill:#0000;stroke:#ffffff1a;stroke-width:8px}.progress-ring-circle{fill:#0000;stroke:#37aa9c;stroke-width:8px;stroke-linecap:round;transition:stroke-dashoffset 1s ease-in-out}.progress-ring-content{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.progress-ring-value{color:#fff;font-size:1.75rem;font-weight:700;line-height:1}.progress-ring-label{color:#b8b8b8;margin-top:.25rem;font-size:.75rem;font-weight:500}.glass-card{-webkit-backdrop-filter:blur(12px);color:#fff;background:#333f4466;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;padding:1.5rem;transition:all .3s;display:flex}.glass-card:hover{border-color:#94f3e44d;box-shadow:0 8px 32px #0000004d}.dashboard-preview-container{background:#1a1a1b;border:1px solid #ffffff1a;border-radius:24px;justify-content:center;align-items:center;width:100%;height:600px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0006}.dashboard-aurora-bg{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.dashboard-overlay{z-index:2;background:#1a1a1b66;width:100%;height:100%;position:absolute;top:0;left:0}.dashboard-content{z-index:3;grid-template-rows:repeat(12,1fr);grid-template-columns:repeat(12,1fr);gap:1.5rem;width:100%;height:100%;padding:2rem;display:grid;position:relative}.card-title{color:#94f3e4;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1rem;font-weight:600;display:flex}.timetable-card{grid-area:1/1/13/8}.progress-card{grid-area:1/8/6/13;justify-content:center;align-items:center}.pomodoro-card{grid-area:6/8/9/13}.exam-card{grid-area:9/8/13/13}.skeleton-item{background:#ffffff0d;border-radius:8px;align-items:center;height:3rem;margin-bottom:.75rem;padding:0 1rem;display:flex}.skeleton-circle{background:#37aa9c;border-radius:50%;width:12px;height:12px;margin-right:1rem}.skeleton-line{background:#ffffff1a;border-radius:4px;width:60%;height:8px}.skeleton-line.short{width:40%}@media (width<=968px){.dashboard-preview-container{height:auto;min-height:600px}.dashboard-content{flex-direction:column;display:flex}}.btn{cursor:pointer;border:none;border-radius:12px;outline:none;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.btn:disabled{opacity:.7;cursor:not-allowed}.btn-primary{color:#1a1a1b;background:#37aa9c;box-shadow:0 4px 15px #37aa9c4d}.btn-primary:hover:not(:disabled){background:#94f3e4;transform:translateY(-2px);box-shadow:0 6px 20px #94f3e466}.btn-secondary{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a}.btn-secondary:hover:not(:disabled){background:#ffffff1a;transform:translateY(-2px)}.btn-loading-spinner{border:2px solid #ffffff4d;border-top-color:currentColor;border-radius:50%;width:1.25rem;height:1.25rem;animation:1s linear infinite btn-spin}.btn-primary .btn-loading-spinner{border-color:#1a1a1b #1a1a1b4d #1a1a1b4d}@keyframes btn-spin{to{transform:rotate(360deg)}}.hero-container{z-index:10;justify-content:space-between;align-items:center;max-width:1440px;min-height:calc(100vh - 80px);margin:0 auto;padding:2rem 5%;display:flex;position:relative}.hero-content{flex:1;max-width:600px}.hero-visuals{flex:1;justify-content:center;align-items:center;display:flex;position:relative}.hero-badges{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.hero-badge{color:#94f3e4;-webkit-backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;display:flex}.hero-title{color:#fff;margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.1}.gradient-text{background:linear-gradient(135deg,#37aa9c,#94f3e4);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#b8b8b8;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.hero-buttons{gap:1rem;display:flex}@media (width<=968px){.hero-container{text-align:center;flex-direction:column;padding-top:4rem}.hero-content{flex-direction:column;align-items:center;display:flex}.hero-badges{justify-content:center}.hero-title{font-size:3rem}.hero-visuals{width:100%;margin-top:4rem}}@media (width<=480px){.hero-title{font-size:2.5rem}.hero-buttons{flex-direction:column;width:100%}.hero-buttons .btn{width:100%}}.features-section{color:#fff;z-index:10;background-color:#0000;padding:8rem 2rem;position:relative}.features-container{max-width:1200px;margin:0 auto}.features-header{text-align:center;margin-bottom:4rem}.features-title{background:linear-gradient(90deg,#fff,#94f3e4);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.features-subtitle{color:#fff9;max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.feature-card{background:#ffffff08;border:1px solid #ffffff0d;border-radius:20px;flex-direction:column;align-items:flex-start;padding:2rem;transition:all .3s;display:flex}.feature-card:hover{background:#ffffff0d;border-color:#94f3e44d;transform:translateY(-5px)}.feature-icon-wrapper{color:#37aa9c;background:#37aa9c1a;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;display:flex}.feature-card-title{color:#fff;margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.feature-card-desc{color:#ffffff80;font-size:.95rem;line-height:1.5}@media (width<=768px){.features-section{padding:4rem 1.5rem}.features-title{font-size:2rem}}.why-section{color:#fff;z-index:10;background-color:#0000;padding:6rem 2rem;position:relative}.why-container{max-width:1200px;margin:0 auto}.why-content{flex-direction:row;align-items:center;gap:4rem;display:flex}.why-text{flex:1}.why-title{background:linear-gradient(90deg,#fff,#94f3e4);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800}.why-subtitle{color:#ffffffb3;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.why-list{flex-direction:column;gap:1.2rem;margin:0;padding:0;list-style:none;display:flex}.why-list li{color:#ffffffd9;align-items:flex-start;gap:1rem;font-size:1.05rem;line-height:1.5;display:flex}.why-check{color:#37aa9c;flex-shrink:0;margin-top:2px}.why-image-wrapper{flex:1;justify-content:center;align-items:center;display:flex;position:relative}.why-glow-blob{filter:blur(40px);z-index:0;background:radial-gradient(circle,#37aa9c4d 0%,#06b6d400 70%);border-radius:50%;width:300px;height:300px;position:absolute}.why-glass-panel{z-index:1;-webkit-backdrop-filter:blur(16px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;gap:2.5rem;width:100%;max-width:450px;padding:3rem;display:flex;position:relative;box-shadow:0 25px 50px -12px #00000080}.why-stat{flex-direction:column;gap:.5rem;display:flex}.why-stat-num{color:#94f3e4;font-size:3rem;font-weight:800;line-height:1}.why-stat-desc{color:#fff9;font-size:1rem;line-height:1.4}@media (width<=900px){.why-content{flex-direction:column;gap:3rem}.why-glass-panel{padding:2rem}}.footer-section{color:#fff;z-index:10;background:#0006;border-top:1px solid #ffffff0d;padding:4rem 2rem 2rem;position:relative}.footer-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.footer-brand{max-width:400px}.footer-logo{align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.5rem;font-weight:700;display:flex}.footer-desc{color:#ffffff80;font-size:.95rem;line-height:1.6}.footer-links{align-items:center;display:flex}.footer-github{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:99px;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.footer-github:hover{background:#ffffff1a;border-color:#37aa9c;transform:translateY(-2px)}.footer-bottom{text-align:center;color:#fff6;border-top:1px solid #ffffff0d;max-width:1200px;margin:3rem auto 0;padding-top:1.5rem;font-size:.85rem}@media (width<=768px){.footer-container{text-align:center;flex-direction:column}.footer-logo{justify-content:center}}.auth-container{background-color:#1a1a1b;justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex;position:relative;overflow:hidden}.auth-bg{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.auth-overlay{z-index:1;background:#1a1a1b99;width:100%;height:100%;position:absolute;top:0;left:0}.auth-card{-webkit-backdrop-filter:blur(16px);z-index:2;background:#333f4480;border:1px solid #ffffff1a;border-radius:24px;width:100%;max-width:440px;padding:3rem 2.5rem;position:relative;box-shadow:0 24px 48px #0006}.auth-header{text-align:center;margin-bottom:2.5rem}.auth-title{color:#fff;margin-bottom:.5rem;font-size:2rem;font-weight:700}.auth-subtitle{color:#b8b8b8;font-size:.95rem}.auth-form{flex-direction:column;gap:1.5rem;display:flex}.input-group{flex-direction:column;gap:.5rem;display:flex}.input-label{color:#fff;font-size:.875rem;font-weight:500}.input-field{color:#fff;background:#1a1a1b80;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:100%;padding:.875rem 1rem;font-size:1rem;transition:all .3s}.input-field:focus{border-color:#37aa9c;box-shadow:0 0 0 2px #37aa9c33}.input-field::placeholder{color:#ffffff4d}.auth-footer{text-align:center;color:#b8b8b8;margin-top:2rem;font-size:.9rem}.auth-link{color:#94f3e4;font-weight:600;text-decoration:none;transition:color .3s}.auth-link:hover{color:#fff}.auth-btn-wrapper{margin-top:1rem}.password-input-wrapper{align-items:center;display:flex;position:relative}.password-input-wrapper .input-field{padding-right:3rem}.password-toggle-btn{color:#ffffff80;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .2s;display:flex;position:absolute;right:1rem}.password-toggle-btn:hover{color:#ffffffe6}.focus-timer{flex-direction:column;align-items:center;gap:0;width:100%;display:flex}.ft-active-view{flex-direction:column;align-items:center;margin:.75rem 0;display:flex}.ft-ring-container{width:160px;height:160px;position:relative}.ft-ring-time{font-variant-numeric:tabular-nums;text-shadow:0 4px 20px #37aa9c66;justify-content:center;align-items:center;font-size:2.25rem;font-weight:800;display:flex;position:absolute;inset:0}.ft-picker-container{flex-direction:column;align-items:center;width:100%;margin:.5rem 0;display:flex}.ft-drum-wrapper{flex-direction:column;align-items:center;gap:0;width:100%;display:flex}.ft-step-btn{color:#ffffff59;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.25rem;transition:color .2s;display:flex}.ft-step-btn:hover:not(:disabled){color:#94f3e4;background:#94f3e414}.ft-step-btn:disabled{opacity:.2;cursor:not-allowed}.ft-drum-outer{background:#00000040;border:1px solid #ffffff12;border-radius:14px;width:140px;height:168px;position:relative;overflow:hidden}.ft-drum-highlight{pointer-events:none;z-index:2;background:#94f3e414;border-top:1.5px solid #94f3e459;border-bottom:1.5px solid #94f3e459;width:100%;height:56px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ft-drum-fade-top,.ft-drum-fade-bottom{pointer-events:none;z-index:3;height:60px;position:absolute;left:0;right:0}.ft-drum-fade-top{background:linear-gradient(#0f0f1ef2 0%,#0000 100%);top:0}.ft-drum-fade-bottom{background:linear-gradient(#0000 0%,#0f0f1ef2 100%);bottom:0}.ft-drum-scroll{scroll-snap-type:y mandatory;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;height:100%;padding:56px 0;overflow-y:scroll}.ft-drum-scroll::-webkit-scrollbar{display:none}.ft-picker-label{color:#b8b8b8;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.5rem;font-size:.75rem}.ft-drum-item{scroll-snap-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;gap:6px;height:56px;transition:all .25s;display:flex}.ft-drum-num{color:#ffffff38;font-variant-numeric:tabular-nums;font-size:1.6rem;font-weight:700;line-height:1;transition:all .25s}.ft-drum-unit{color:#94f3e4b3;text-transform:uppercase;letter-spacing:1px;font-size:.75rem;font-weight:600}.ft-drum-item--selected .ft-drum-num{color:#94f3e4;text-shadow:0 0 20px #94f3e480;font-size:2.2rem}.timer-controls{align-items:center;gap:.75rem;width:100%;display:flex}.icon-btn{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.icon-btn:hover{background:#ffffff1a;transform:scale(1.05)}.auth-navbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:50;background:#333f4480;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;width:100%;padding:1rem 2.5rem;display:flex;position:sticky;top:0}.auth-nav-logo{color:#fff;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:800;text-decoration:none;display:flex}.auth-nav-links{gap:1.5rem;display:flex}.auth-nav-link{color:#b8b8b8;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.auth-nav-link:hover{color:#fff;background:#ffffff0d}.auth-nav-link.active{color:#37aa9c;background:#37aa9c26}.auth-nav-profile{position:relative}.auth-avatar{color:#1a1a1b;background:linear-gradient(135deg,#37aa9c,#94f3e4);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.9rem;font-weight:700;transition:box-shadow .2s,transform .2s;display:flex}.auth-avatar:hover{transform:scale(1.05);box-shadow:0 0 0 3px #94f3e44d}.auth-dropdown{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:100;background:#1e1e32f7;border:1px solid #ffffff1a;border-radius:12px;width:240px;animation:.2s dropdown-in;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 12px 40px #00000080}@keyframes dropdown-in{0%{opacity:0;transform:translateY(-8px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.auth-dropdown-header{padding:1rem 1.25rem}.auth-dropdown-name{color:#fff;font-size:1rem;font-weight:700}.auth-dropdown-email{color:#b8b8b8;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:.8rem;overflow:hidden}.auth-dropdown-divider{background:#ffffff14;height:1px}.auth-dropdown-item{color:#d0d0d0;cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.85rem 1.25rem;font-size:.9rem;transition:background .15s;display:flex}.auth-dropdown-item:hover{color:#fff;background:#ffffff0f}.auth-dropdown-logout{color:#ff94b4}.auth-dropdown-logout:hover{color:#ff94b4;background:#ff94b41a}.settings-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:200;background:#000000bf;justify-content:center;align-items:center;padding:2rem;animation:.2s fade-in;display:flex;position:fixed;inset:0}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.settings-modal{background:#19192dfa;border:1px solid #ffffff14;border-radius:16px;width:100%;max-width:480px;animation:.25s modal-in;box-shadow:0 20px 60px #0009}@keyframes modal-in{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.settings-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:1.5rem 1.75rem;display:flex}.settings-header h2{color:#fff;align-items:center;gap:.5rem;margin:0;font-size:1.25rem;display:flex}.settings-close{color:#b8b8b8;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.25rem;transition:all .15s}.settings-close:hover{color:#fff;background:#ffffff14}.settings-section{padding:1.75rem}.settings-section h3{color:#94f3e4;align-items:center;gap:.5rem;margin:0 0 1.25rem;font-size:1rem;display:flex}.settings-form{flex-direction:column;gap:1.25rem;display:flex}.settings-field{flex-direction:column;gap:.4rem;display:flex}.settings-field label{color:#b8b8b8;font-size:.85rem;font-weight:500}.settings-input-wrap{align-items:center;display:flex;position:relative}.settings-input-wrap input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;outline:none;width:100%;padding:.75rem 2.75rem .75rem 1rem;font-size:.9rem;transition:border-color .2s}.settings-input-wrap input:focus{border-color:#37aa9c}.settings-input-wrap input::placeholder{color:#ffffff40}.settings-eye{color:#b8b8b8;cursor:pointer;background:0 0;border:none;align-items:center;padding:.25rem;display:flex;position:absolute;right:.75rem}.settings-eye:hover{color:#fff}.settings-save-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#37aa9c,#33907e);border:none;border-radius:10px;margin-top:.5rem;padding:.85rem;font-size:.95rem;font-weight:700;transition:opacity .2s,transform .15s}.settings-save-btn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.settings-save-btn:disabled{opacity:.5;cursor:not-allowed}@media (width<=768px){.auth-navbar{flex-wrap:wrap;gap:1rem;padding:1rem}.auth-nav-links{order:3;justify-content:space-between;width:100%;overflow-x:auto}.auth-dropdown{right:-1rem}}.dashboard-layout{color:#fff;background-color:#1a1a1b;flex-direction:column;min-height:100vh;display:flex}.dashboard-main{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:2.5rem;overflow-y:auto}.dashboard-header{justify-content:space-between;align-items:center;margin-bottom:2.5rem;display:flex}.dashboard-greeting{font-size:1.75rem;font-weight:700}.dashboard-greeting span{color:#b8b8b8;margin-top:.25rem;font-size:1rem;font-weight:400;display:block}.user-profile{align-items:center;gap:1rem;display:flex}.avatar{color:#1a1a1b;background:linear-gradient(135deg,#37aa9c,#94f3e4);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-weight:700;display:flex}.dashboard-grid{grid-template-columns:repeat(12,1fr);gap:1.5rem;display:grid}.grid-col-8{grid-column:span 8}.grid-col-4{grid-column:span 4}.dashboard-card-title{color:#fff;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:1.1rem;font-weight:600;display:flex}@media (width<=968px){.dashboard-layout{flex-direction:column}.grid-col-8,.grid-col-4{grid-column:span 12}}.timetable-page{gap:2rem;height:100%;display:flex}.timetable-sidebar{flex-direction:column;gap:1.5rem;width:300px;display:flex}.palette-card{padding:1.5rem}.subject-list{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.subject-tag{cursor:pointer;background:#ffffff0d;border:2px solid #0000;border-radius:12px;justify-content:space-between;align-items:center;padding:.75rem 1rem;transition:all .2s;display:flex}.subject-tag:hover{background:#ffffff1a}.subject-tag.active{background:#ffffff26;border-color:currentColor;transform:scale(1.02);box-shadow:0 4px 15px #0003}.subject-color-indicator{border-radius:50%;width:14px;height:14px;margin-right:.75rem}.subject-info{align-items:center;font-weight:600;display:flex}.delete-btn{color:#b8b8b8;cursor:pointer;opacity:.5;background:0 0;border:none;transition:opacity .2s}.delete-btn:hover{opacity:1;color:#ff3232}.time-slots-editor{flex-direction:column;gap:.5rem;margin-top:1rem;display:flex}.time-slot-input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;width:100%;padding:.5rem}.timetable-main{flex-direction:column;flex:1;display:flex}.grid-card{flex-direction:column;flex:1;padding:1.5rem;display:flex;overflow:hidden}.calendar-wrapper{border:1px solid #ffffff1a;border-radius:12px;flex:1;overflow:auto}.calendar-grid{grid-template-columns:110px repeat(7,minmax(100px,1fr));min-width:800px;display:grid}.grid-header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10;grid-template-columns:subgrid;background:#1a1a1bcc;border-bottom:1px solid #ffffff1a;grid-column:1/-1;display:grid;position:sticky;top:0}.grid-header-cell{text-align:center;color:#b8b8b8;border-right:1px solid #ffffff0d;padding:1rem .5rem;font-weight:600}.grid-row{grid-template-columns:subgrid;border-bottom:1px solid #ffffff0d;grid-column:1/-1;display:grid}.time-label{color:#b8b8b8;text-align:center;background:#1a1a1b66;border-right:1px solid #ffffff0d;justify-content:center;align-items:center;padding:.75rem .5rem;font-size:.85rem;display:flex}.time-label-input{color:#fff;text-align:center;background:0 0;border:1px dashed #fff3;border-radius:4px;width:100%;padding:.25rem;font-size:.85rem}.time-label-input:focus{border-color:#37aa9c;outline:none}.time-label-input::-webkit-calendar-picker-indicator{filter:invert();cursor:pointer;opacity:.5}.time-label-input::-webkit-calendar-picker-indicator:hover{opacity:1}.grid-cell{cursor:pointer;border-right:1px solid #ffffff0d;min-height:60px;padding:.5rem;transition:background .2s}.grid-cell:hover{background:#ffffff05}.grid-cell-content{color:#1a1a1b;border-radius:8px;justify-content:center;align-items:center;width:100%;height:100%;font-size:.85rem;font-weight:600;transition:transform .1s;display:flex}.grid-cell-content:hover{transform:scale(.95)}@media (width<=1024px){.timetable-page{flex-direction:column}.timetable-sidebar{width:100%}}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-ease:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-black:#000;--spacing:.25rem;--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--ease-in-out:cubic-bezier(.4, 0, .2, 1);--animate-spin:spin 1s linear infinite;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.pointer-events-none{pointer-events:none}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.inset-0{inset:0}.z-0{z-index:0}.z-10{z-index:10}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.min-h-screen{min-height:100vh}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.animate-spin{animation:var(--animate-spin)}.resize{resize:both}.overflow-x-hidden{overflow-x:hidden}.border{border-style:var(--tw-border-style);border-width:1px}.bg-\[\#1A1A1B\]{background-color:#1a1a1b}.bg-black\/60{background-color:#0009}@supports (color:color-mix(in lab, red, red)){.bg-black\/60{background-color:color-mix(in oklab, var(--color-black) 60%, transparent)}}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-4{padding-inline:calc(var(--spacing) * 4)}.py-2{padding-block:calc(var(--spacing) * 2)}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.uppercase{text-transform:uppercase}.ring{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}}:root{--bg:#1a1a1b;--card:#333f44;--primary:#37aa9c;--accent:#94f3e4}html{scroll-behavior:smooth}body{background:var(--bg);color:#fff;margin:0;font-family:Inter,sans-serif}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@keyframes spin{to{transform:rotate(360deg)}}
