@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
:root{font-family:Manrope,Arial,sans-serif;font-size:16px;color:#24304f;background:#f2f5fd;--green:#5864d8;--line:#dce2f2;--muted:#6a7892;--blue:#5262d7;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-height:100vh}button,input,select,textarea{font:inherit}button{cursor:pointer;transition:background .15s,box-shadow .15s}button:disabled{opacity:.35;cursor:default}button:hover:not(:disabled){filter:brightness(.95)}input,select,textarea{min-width:0;color:inherit}button:focus-visible,a:focus-visible{outline:3px solid #a2b4ff;outline-offset:3px}input:focus,select:focus,textarea:focus{outline:2px solid #899bf2;outline-offset:2px}[hidden]{display:none!important}.wrap{max-width:1840px;margin:0 auto;padding:0 42px}.header{min-height:108px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:#29345c;font-size:30px;font-weight:800;letter-spacing:-1.3px}.brand-icon{display:grid;place-items:center;background:#6474e7;color:white;width:47px;height:47px;border-radius:13px;font-size:32px;transform:rotate(-7deg);box-shadow:4px 4px 0 #d5dbfc}.brand-version{font-size:17px;letter-spacing:.5px;background:#ffe29b;border-radius:9px;padding:6px 9px;color:#876012}.header-right{display:flex;align-items:center;gap:25px;font-size:14px;color:#607191}.local-status{font-size:13px;display:flex;align-items:center;gap:7px}.local-status i{width:7px;height:7px;border-radius:50%;background:#30a992}.selection{display:grid;grid-template-columns:1.2fr 1.25fr .55fr 1.1fr;background:#ffffffed;border:1px solid #dce3f7;border-radius:18px;padding:24px;gap:24px;box-shadow:0 6px 24px #6073a410;position:relative;z-index:3}.selection label{display:grid;gap:10px;min-width:0}.selection>label:not(:last-child),.school-field{border-right:1px solid var(--line);padding-right:24px}.selection label>span{font-size:14px;font-weight:600;color:#7682a2}.selection input{border:0;width:100%;font-weight:700;font-size:17px;background:transparent;padding:2px 0;outline-offset:5px}.selection input::placeholder{font-weight:500;color:#8f9bb4}.selection input:disabled{opacity:.5}.school-field{position:relative;min-width:0}.school-field input{padding-right:24px}#school-menu{position:absolute;right:22px;bottom:-1px;border:0;background:transparent;font-size:24px;color:#6e7ba5;line-height:1;padding:4px}#school-options{position:absolute;top:calc(100% + 15px);left:-12px;right:10px;background:white;border:1px solid #d7dff6;border-radius:12px;padding:7px;box-shadow:0 12px 30px #354f7830;max-height:300px;overflow:auto}#school-options button{width:100%;border:0;background:transparent;text-align:left;padding:12px;border-radius:7px;font-size:16px}#school-options button:hover,#school-options button:focus{background:#edf1ff}#school-options p{padding:5px 12px;font-size:14px;color:#71809c;line-height:1.6}.schedule-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:30px 0 19px}.eyebrow{font-size:14px;color:#7281a2;line-height:1.7}.schedule-heading h1{font-size:30px;font-weight:800;letter-spacing:-.7px;margin:5px 0;overflow-wrap:anywhere}.schedule-heading>div:first-child{min-width:0}.week-controls{display:flex;align-items:center;gap:13px;font-size:15px;font-weight:600;flex-shrink:0}.icon-button{border:1px solid #d3dcf3;background:#ffffffa6;color:#6272ab;min-width:37px;height:37px;border-radius:9px;font-size:21px}.today-button{padding:10px 15px;border:1px solid #d3dcf3;border-radius:9px;background:#fff;color:#5e6eaa;font-size:14px;margin-left:5px}.schedule-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;color:#75819e;font-size:14px;gap:14px}.toolbar-actions{display:flex;gap:22px;align-items:center}.bell-button{font-size:15px;font-weight:700;color:#5865c6;background:#e9edff;border:1px solid #cfd7ff;padding:10px 16px;border-radius:10px}.text-button{border:0;background:transparent;color:#6373af;font-size:14px;padding:8px 0}.schedule{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:14px;align-items:start;padding-bottom:40px}.day{--accent:#6880db;--tint:#edf1ff;background:var(--tint);border:1px solid #d9e1f4;border-top:4px solid var(--accent);border-radius:13px;min-height:440px;padding:0 10px 12px}.day:nth-child(2){--accent:#44b1a6;--tint:#e9f6f2}.day:nth-child(3){--accent:#9473d7;--tint:#f1edfc}.day:nth-child(4){--accent:#db9e41;--tint:#fff5e6}.day:nth-child(5){--accent:#da8098;--tint:#fff0f4}.day:nth-child(6){--accent:#65a1d4;--tint:#edf6ff}.day:nth-child(7){--accent:#9296cc;--tint:#f0f0fa}.day.today{border:2px solid var(--accent);border-top-width:4px;box-shadow:0 4px 20px #766acc18}.day-header{display:flex;align-items:flex-start;justify-content:space-between;gap:4px;padding:18px 3px 17px;min-height:91px}.day-title{font-size:16px;font-weight:800;letter-spacing:-.5px}.day-date{font-size:13px;color:#76829a;margin-top:5px}.today-label{display:inline-block;margin-top:7px;font-size:12px;font-weight:700;color:white;background:var(--accent);border-radius:5px;padding:3px 7px}.copy-day{padding:0;border:0;background:transparent;color:var(--accent);font-size:23px;line-height:1.1}.lesson{padding:15px 12px 10px;background:#fff;border:1px solid #dde3f1;border-radius:10px;margin-bottom:11px;box-shadow:0 3px 6px #3a486105}.lesson-time{color:#677492;font-size:14px;font-weight:600}.event-kind{display:inline-block;font-size:12px;font-weight:700;padding:4px 7px;background:#e9efff;color:#6275b7;border-radius:6px;margin-top:10px}.lesson-title{display:block;width:100%;border:0;background:transparent;text-align:left;padding:0;font-size:17px;font-weight:800;color:#293757;line-height:1.5;margin:9px 0 13px;overflow-wrap:anywhere}.lesson-footer{display:flex;justify-content:space-between;align-items:center;gap:5px;padding-top:9px;border-top:1px solid #edf0f8}.lesson-tools{display:flex;align-items:center;gap:3px}.mini-button{background:transparent;border:0;color:#8391b0;font-size:20px;padding:2px 3px;line-height:1.2}.hw-toggle{position:relative;background:#f1f4ff;border:0;color:#8291c2;border-radius:7px;padding:5px;display:flex;align-items:center;justify-content:center}.hw-toggle svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.hw-toggle.has-homework{background:#e5eafa;color:#5568c3}.hw-toggle.has-homework:after{content:'';position:absolute;width:7px;height:7px;border:2px solid white;background:#f2b74e;border-radius:50%;top:1px;right:0}.homework{font-size:14px;line-height:1.65;white-space:pre-wrap;overflow-wrap:anywhere;color:#64718d;border-top:1px dashed #dae1f1;margin-top:9px;padding-top:10px}.extra{border-left:3px solid #42b4a3}.extra .event-kind{background:#e3f5f0;color:#2a9684}.club{border-left:3px solid #a783e2}.club .event-kind{background:#f0e8ff;color:#9163c5}.lunch{background:#fffaf0;border-color:#f1ddaf}.lunch .event-kind{background:#fff0c9;color:#b98b2d}.empty-day{min-height:280px;display:grid;align-content:center;justify-items:center;gap:16px;color:#8d99af;font-size:14px}.sun{font-size:40px;font-weight:400;color:var(--accent);opacity:.45}.add-lesson{width:100%;border:1px dashed color-mix(in srgb,var(--accent),white 45%);background:#ffffff65;border-radius:8px;padding:11px 3px;font-size:13px;font-weight:600;color:var(--accent)}dialog{border:1px solid #dbe2f6;border-radius:20px;padding:26px;width:min(550px,calc(100% - 28px));max-height:calc(100vh - 36px);overflow:auto;background:#fcfdff;color:#293757;box-shadow:0 30px 100px #24396635}dialog::backdrop{background:#27335260;backdrop-filter:blur(5px)}dialog h2{font-size:26px;letter-spacing:-.7px;margin:4px 0}dialog h3{font-size:18px;margin-top:23px}.modal-heading{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:22px}dialog label{display:grid;gap:8px;font-size:15px;font-weight:500;margin-bottom:17px}dialog input,dialog select,dialog textarea{width:100%;padding:11px;border:1px solid #d4dcef;border-radius:8px;background:white;font-size:16px}textarea{resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}dialog p{color:#7785a1;font-size:14px;line-height:1.65}.primary{border:0;background:#6071d9;color:#fff;font-size:15px;font-weight:700;border-radius:9px;padding:13px 20px}.modal-actions{display:flex;justify-content:flex-end;align-items:center;gap:16px;margin-top:20px}.danger{margin-right:auto;background:transparent;border:0;color:#c56578;font-size:14px}.form-error{color:#bd435f!important}.scope-choice{padding:14px;background:#edf1ff;border:1px solid #d8e0fb;border-radius:10px;margin-bottom:18px}dialog .checkbox-label{display:flex;align-items:center;gap:11px;font-weight:700;margin:0}dialog .checkbox-label input{width:20px;height:20px;flex-shrink:0;accent-color:#6776df}.scope-choice p{margin:8px 0 0;font-size:13px}.bell-row{display:flex;gap:8px;align-items:center;margin-bottom:11px}.bell-row strong{min-width:88px;font-size:15px}.bell-row input{min-width:0;flex:1;padding:10px 7px;font-size:15px}.bell-row>span{color:#9aabc8}.break-row{background:#f1f4fb;padding:13px;border-radius:10px;margin-bottom:12px}.break-row>input{margin-bottom:10px}.break-row .bell-row{margin:0}#toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,20px);background:#344778;color:white;border-radius:12px;padding:15px 22px;box-shadow:0 5px 25px #29365735;opacity:0;pointer-events:none;transition:.2s;max-width:90%;font-size:15px;z-index:10}#toast.visible{opacity:1;transform:translate(-50%,0)}@media(max-width:1450px){.wrap{padding:0 25px}.schedule{gap:10px}.day{padding:0 8px 10px}.day-title{font-size:14px}.lesson{padding:12px 9px 9px}.lesson-title{font-size:16px}.selection{gap:18px}.selection input{font-size:16px}.selection>label:not(:last-child),.school-field{padding-right:18px}.add-lesson{font-size:12px}.lesson-time{font-size:13px}.mini-button{padding:2px;font-size:19px}}@media(max-width:1200px){.schedule{grid-template-columns:repeat(4,minmax(0,1fr))}.header-right{gap:10px;flex-direction:column;align-items:flex-end}.selection{grid-template-columns:1fr 1fr}.selection>label:nth-child(3){border:0;padding-right:0}.school-field{border:0}.day-title{font-size:16px}.lesson-title{font-size:18px}.add-lesson{font-size:14px}.schedule-heading{align-items:flex-start}.week-controls{flex-wrap:wrap;justify-content:flex-end;font-size:14px;gap:8px}.lesson-time{font-size:15px}.selection>label:nth-child(3){border-right:1px solid var(--line)}}@media(max-width:850px){.schedule{grid-template-columns:repeat(3,minmax(0,1fr))}.schedule-heading{flex-direction:column;gap:15px}.week-controls{justify-content:flex-start}.brand{font-size:27px}.header-right>#today-date{display:none}}@media(max-width:620px){.wrap{padding:0 15px}.header{min-height:92px;gap:8px}.brand{font-size:24px;gap:8px;letter-spacing:-1px}.brand-icon{width:35px;height:38px;font-size:27px;border-radius:10px}.brand-version{font-size:12px;padding:5px}.local-status{font-size:11px;max-width:100px;line-height:1.5}.selection{padding:18px;gap:20px 15px;border-radius:14px}.selection label>span{font-size:13px}.selection input{font-size:15px}.selection>label:not(:last-child),.school-field{padding-right:0;border:0}.selection label:nth-child(3){border:0}.school-field input{padding-right:15px}#school-menu{right:-8px;bottom:0}#school-options{left:-60px;right:-5px;min-width:230px}.schedule{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.schedule-heading{margin:25px 0 16px}.schedule-heading h1{font-size:26px}.eyebrow{font-size:13px}.week-controls{width:100%;font-size:12px;gap:7px}.week-controls .icon-button{min-width:30px;height:33px}.today-button{padding:8px 9px;margin-left:auto;font-size:12px}.toolbar-actions{gap:13px}.bell-button{font-size:13px;padding:9px}.schedule-toolbar{font-size:13px;gap:5px}.text-button{font-size:13px}.day-title{font-size:14px}.day-date{font-size:12px}.day-header{padding:15px 1px;min-height:87px}.lesson-title{font-size:16px}.lesson-time{font-size:14px}.event-kind{font-size:12px}.add-lesson{font-size:12px}.empty-day{min-height:230px;font-size:13px}.day{min-height:380px}.mini-button{font-size:20px}.hw-toggle svg{width:23px;height:23px}dialog{padding:20px}dialog h2{font-size:23px}.bell-row strong{min-width:73px;font-size:13px}.bell-row{gap:5px}.bell-row input{font-size:14px;padding:8px 4px}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}
