:root{--bg:#100d18;--panel:#1a1626;--line:#312b42;--muted:#9a93aa;--soft:#262132;--purple:#9a6cff;--purple-deep:#5e438c;--text:#f7f4fc}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 80% 2%,#2c1b50 0,transparent 25%),var(--bg);color:var(--text);font-family:Manrope,Arial,sans-serif}.shell{max-width:1440px;margin:auto;padding:0 54px}.topbar{height:94px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none;font:600 14px Unbounded,sans-serif;letter-spacing:-.8px}.muted-dot{color:var(--purple)}.brand-mark{display:flex;gap:3px;align-items:end;height:25px}.brand-mark i{display:block;width:5px;background:var(--purple);border-radius:3px}.brand-mark i:nth-child(1){height:13px}.brand-mark i:nth-child(2){height:25px}.brand-mark i:nth-child(3){height:18px}.week-state{font-size:12px;color:#c3bdd1;background:#211b30;border:1px solid #3d344d;padding:9px 13px;border-radius:50px}.pulse{width:7px;height:7px;border-radius:50%;background:#a981ff;display:inline-block;margin-right:7px;box-shadow:0 0 12px var(--purple)}.source-link{font-size:12px;color:#c5bfd0;text-decoration:none}.source-link span{color:#b58fff;font-size:16px;margin-left:5px}.hero{padding:73px 0 50px}.eyebrow,.caption{color:#a49bae;font-size:10px;font-weight:800;letter-spacing:1.5px;margin:0 0 13px}.hero-row{display:flex;justify-content:space-between;align-items:end}.hero h1{font:700 clamp(42px,5.5vw,78px)/.98 Unbounded,sans-serif;letter-spacing:-4px;margin:0}.hero h1 em{font-style:normal;color:var(--purple)}.lead{max-width:410px;color:var(--muted);line-height:1.7;font-size:14px;margin:24px 0 0}.date-badge{display:flex;align-items:center;gap:14px;background:#1e192b;border:1px solid #3a314b;border-radius:16px;padding:17px 22px}.date-badge>span{color:#be9dff;font:600 40px Unbounded,sans-serif;letter-spacing:-3px}.date-badge b,.date-badge small{display:block;font-size:10px;letter-spacing:1px}.date-badge small{color:var(--muted);margin-top:5px}.content-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:24px}.calendar-panel,.schedule-panel,.bells{background:linear-gradient(140deg,#1c1829,#171420);border:1px solid var(--line);border-radius:20px}.calendar-panel{padding:30px}.panel-heading,.schedule-top{display:flex;justify-content:space-between;align-items:start}.panel-heading h2,.schedule-top h2,.bells h2{margin:0;font:600 21px Unbounded,sans-serif;letter-spacing:-1.5px}.legend{display:flex;gap:12px;color:var(--muted);font-size:10px}.legend i{display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:4px}.legend-past{background:#685879}.legend-now{background:var(--purple);box-shadow:0 0 7px var(--purple)}.week-calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:9px;margin-top:35px}.day-card{min-height:154px;border:1px solid #3a3347;border-radius:13px;background:#292432;color:#a8a1af;cursor:pointer;padding:15px 9px;text-align:left;transition:.2s;position:relative}.day-card:hover{transform:translateY(-3px);border-color:#7956b8}.day-card span,.day-card small{display:block;font-size:10px;font-weight:700;text-transform:uppercase}.day-card strong{display:block;font:600 29px Unbounded,sans-serif;letter-spacing:-2px;margin:16px 0 6px}.day-card.past{background:#282032;border-color:#473b58;color:#80758d}.day-card.today{background:linear-gradient(145deg,#9c6aff,#6e45ad);border-color:#b18aff;color:white;box-shadow:0 13px 29px #7b49b548}.day-card.today i{font-size:8px;font-style:normal;background:#fff;color:#7351a7;border-radius:5px;padding:3px 5px;position:absolute;bottom:13px;left:9px;font-weight:800}.day-card.selected:not(.today){outline:1px solid #8e65dc}.calendar-note{margin:25px 0 0;color:#8f879d;font-size:11px}.calendar-note span{color:#b684ff}.schedule-panel{padding:30px}.refresh{border:1px solid #443856;background:#211b30;color:#c5a5ff;width:34px;height:34px;border-radius:9px;font-size:19px;cursor:pointer}.spin{animation:spin .65s linear}@keyframes spin{to{transform:rotate(360deg)}}.group-line{font-size:11px;color:#898193;margin:26px 0 19px}.group-select{color:#d9d0e8;border:0;background:transparent;font:700 11px Manrope;cursor:pointer}.group-select span{color:#b387fc;font-size:15px;margin-left:4px}.classes{border-top:1px solid #322c3e}.class-item{min-height:78px;border-bottom:1px solid #322c3e;display:flex;align-items:center;gap:11px;position:relative}.class-time{font-size:11px;color:#cbc3d7;width:42px;line-height:1.1}.class-time small{display:block;color:#777080;margin-top:5px;font-size:9px}.subject-icon{width:30px;height:30px;border-radius:8px;background:#312842;color:#b793ff;display:grid;place-items:center;font-size:11px;font-weight:800}.class-info b,.class-info span{display:block}.class-info b{font-size:12px}.class-info span{font-size:10px;color:#91899e;margin-top:4px}.live{margin-left:auto;color:#cdaeff;font-style:normal;font-size:8px;font-weight:800}.live:before{content:'';display:inline-block;width:5px;height:5px;background:#c294ff;border-radius:50%;margin-right:4px;box-shadow:0 0 7px #c294ff}.empty{padding:70px 0;text-align:center;color:#978ea6}.empty span{display:block;color:#ae87f1;font-size:28px;margin-bottom:13px}.empty b,.empty p{display:block;font-size:13px}.empty p{font-size:11px;margin:7px 0}.source-card{display:flex;align-items:center;gap:11px;margin-top:21px;padding:12px;background:#211c2c;border-radius:11px}.source-icon{width:28px;height:28px;border-radius:8px;background:#392a50;color:#bd97ff;display:grid;place-items:center}.source-card b{font-size:10px}.source-card p{font-size:9px;color:#91899d;margin:3px 0}.source-card a{margin-left:auto;text-decoration:none;color:#bc94ff;font-size:20px}.bells{margin:24px 0;padding:28px 30px;display:flex;align-items:center;justify-content:space-between}.bell-list{display:flex;gap:30px}.bell{display:grid;grid-template-columns:auto auto auto auto;gap:7px;align-items:center;font-size:11px}.bell span{color:#9a92a6;font-size:10px}.bell b{font-size:11px}.bell i{display:block;width:15px;height:1px;background:#766b81}footer{padding:0 0 32px;color:#6f687a;font-size:10px;display:flex;justify-content:space-between}@media(max-width:850px){.shell{padding:0 20px}.topbar{height:74px}.week-state,.source-link{display:none}.hero{padding:50px 0 35px}.hero-row{align-items:start}.date-badge{display:none}.content-grid{grid-template-columns:1fr}.week-calendar{overflow-x:auto;grid-template-columns:repeat(7,84px);padding-bottom:8px}.day-card{min-height:128px}.bells{display:block}.bell-list{margin-top:23px;gap:18px;flex-wrap:wrap}.hero h1{letter-spacing:-2px}footer{gap:12px;flex-direction:column}.legend{display:none}}@media(max-width:430px){.calendar-panel,.schedule-panel{padding:20px}.hero h1{font-size:39px}.panel-heading h2,.schedule-top h2,.bells h2{font-size:16px}}
