.subject-module__r1k4bW__grades{flex-wrap:wrap;align-items:center;gap:2rem;margin-bottom:1rem;display:flex}.subject-module__r1k4bW__grade .subject-module__r1k4bW__content{align-items:center;gap:.5rem;display:flex}.subject-module__r1k4bW__grade label{margin-bottom:.1rem;font-size:small;display:block}.subject-module__r1k4bW__grade input[type=text]{border-radius:var(--border-radius);background-color:var(--input-bg);width:6rem;color:var(--text);border:1px solid var(--accent);padding:.5rem;font-size:medium;transition:box-shadow .2s}.subject-module__r1k4bW__grade input[type=text]:focus-visible{box-shadow:0 0 10px 2px var(--shadow);outline:none}.subject-module__r1k4bW__weight{color:var(--accent);font-size:small}.subject-module__r1k4bW__resultContainer{align-items:center;gap:.5rem;display:flex}.subject-module__r1k4bW__resultContainer .subject-module__r1k4bW__value{border-radius:var(--border-radius);color:var(--accent);border:1px solid var(--accent);padding:.2rem .5rem;font-size:large;font-weight:700}.subject-module__r1k4bW__resultContainer .subject-module__r1k4bW__value.subject-module__r1k4bW__pass{color:var(--pass);border-color:var(--pass)}.subject-module__r1k4bW__resultContainer .subject-module__r1k4bW__value.subject-module__r1k4bW__fail{color:var(--fail);border-color:var(--fail)}.subject-module__r1k4bW__dot{vertical-align:middle;border-radius:50%;flex-shrink:0;width:12px;height:12px;margin-right:.5rem;display:inline-block}.subject-module__r1k4bW__editBtn{cursor:pointer;opacity:.5;background:0 0;border:none;padding:0;font-size:.8em;transition:opacity .2s}.subject-module__r1k4bW__editBtn:hover{opacity:1}@media screen and (max-width:768px){.subject-module__r1k4bW__grades{gap:1rem}.subject-module__r1k4bW__grade input[type=text]{width:5.3rem}}@media screen and (max-width:600px){.subject-module__r1k4bW__grades,.subject-module__r1k4bW__resultContainer{justify-content:center}}
.calendar-module__RPMHBq__timelineWrapper{background:var(--input-bg);border-radius:var(--border-radius);box-shadow:0 2px 8px var(--shadow);max-width:100%;margin-top:2rem;margin-bottom:1rem;padding:1.5rem 1rem}.calendar-module__RPMHBq__timelineWrapper h2{margin-top:0}.calendar-module__RPMHBq__timelineList{flex-direction:column;gap:.7rem;margin:0;padding:0;list-style:none;display:flex}.calendar-module__RPMHBq__timelineItem{background:0 0;align-items:center;padding:.3em .1em;font-size:1.05em;display:flex;position:relative}.calendar-module__RPMHBq__dot{border-radius:50%;flex-shrink:0;width:12px;height:12px;margin-right:.4em;display:inline-block}.calendar-module__RPMHBq__timelineDate{color:var(--text);min-width:120px;font-size:.98em;font-weight:700}.calendar-module__RPMHBq__timelineSubject{color:var(--accent);font-size:1em;font-weight:500}@media (max-width:600px){.calendar-module__RPMHBq__timelineWrapper{padding:1rem .2rem}.calendar-module__RPMHBq__timelineDate{min-width:90px;font-size:.95em}.calendar-module__RPMHBq__timelineItem{gap:.4em;font-size:.98em}}
.layout-editor-module__fewqoq__editorContainer{margin-bottom:2rem}.layout-editor-module__fewqoq__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.layout-editor-module__fewqoq__toolbarRight{flex-wrap:wrap;gap:.5rem;display:flex}.layout-editor-module__fewqoq__primaryBtn{background-color:var(--accent);color:#fff;border-radius:var(--border-radius);cursor:pointer;border:none;padding:.5rem 1rem;font-weight:700;transition:opacity .2s}.layout-editor-module__fewqoq__primaryBtn:hover{opacity:.9}.layout-editor-module__fewqoq__toolBtn{background-color:var(--input-bg);color:var(--text);border:1px solid var(--accent);border-radius:var(--border-radius);cursor:pointer;padding:.5rem 1rem;transition:background-color .2s}.layout-editor-module__fewqoq__toolBtn:hover:not(:disabled){background-color:var(--accent);color:#fff}.layout-editor-module__fewqoq__toolBtn:disabled{opacity:.5;cursor:not-allowed}.layout-editor-module__fewqoq__dangerBtn{color:var(--fail);border:1px solid var(--fail);border-radius:var(--border-radius);cursor:pointer;background-color:#0000;padding:.5rem 1rem;transition:background-color .2s,color .2s}.layout-editor-module__fewqoq__dangerBtn:hover:not(:disabled){background-color:var(--fail);color:#fff}.layout-editor-module__fewqoq__dangerBtn:disabled{opacity:.5;cursor:not-allowed}.layout-editor-module__fewqoq__emptyState{text-align:center;color:var(--accent);background:var(--input-bg);border-radius:var(--border-radius);padding:2rem}.layout-editor-module__fewqoq__migrationHint{margin-top:1rem;font-size:.9rem}.layout-editor-module__fewqoq__migrationHint a{color:var(--text);text-decoration:underline}.layout-editor-module__fewqoq__migrationHint a:hover{opacity:.7}.layout-editor-module__fewqoq__modal{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.layout-editor-module__fewqoq__modalContent{background-color:var(--input-bg);border-radius:var(--border-radius);width:100%;max-width:600px;max-height:90vh;box-shadow:0 4px 20px var(--shadow);padding:1.5rem;overflow-y:auto}.layout-editor-module__fewqoq__modalContent h3{margin-top:0;margin-bottom:1rem}.layout-editor-module__fewqoq__modalContent h4{margin-top:1rem;margin-bottom:.5rem}.layout-editor-module__fewqoq__modalContent h5{color:var(--accent);margin-top:.5rem;margin-bottom:.5rem;font-weight:400}.layout-editor-module__fewqoq__field{margin-bottom:1rem}.layout-editor-module__fewqoq__field label{color:var(--accent);margin-bottom:.3rem;font-size:.9rem;display:block}.layout-editor-module__fewqoq__input{border:1px solid var(--accent);border-radius:var(--border-radius);background-color:var(--input-bg);width:100%;color:var(--text);padding:.5rem;font-size:1rem}.layout-editor-module__fewqoq__input:focus{box-shadow:0 0 5px var(--accent);outline:none}.layout-editor-module__fewqoq__inputSmall{border:1px solid var(--accent);border-radius:var(--border-radius);background-color:var(--input-bg);width:80px;color:var(--text);padding:.5rem;font-size:1rem}.layout-editor-module__fewqoq__inputSmall:focus{box-shadow:0 0 5px var(--accent);outline:none}.layout-editor-module__fewqoq__inputDate{border:1px solid var(--accent);border-radius:var(--border-radius);background-color:var(--input-bg);color:var(--text);min-width:140px;padding:.5rem;font-size:1rem}.layout-editor-module__fewqoq__inputDate:focus{box-shadow:0 0 5px var(--accent);outline:none}.layout-editor-module__fewqoq__weightsSection{border-radius:var(--border-radius);background:#0000000d;margin:1rem 0;padding:1rem}@media (prefers-color-scheme:dark){.layout-editor-module__fewqoq__weightsSection{background:#ffffff0d}}.layout-editor-module__fewqoq__weightsList{flex-direction:column;gap:.5rem;display:flex}.layout-editor-module__fewqoq__weightItem{background:var(--input-bg);border-radius:var(--border-radius);border:1px solid var(--accent);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem;display:flex}.layout-editor-module__fewqoq__weightInfo{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.layout-editor-module__fewqoq__weightName{font-weight:700}.layout-editor-module__fewqoq__weightValue{color:var(--accent)}.layout-editor-module__fewqoq__weightDate{color:var(--accent);opacity:.8;font-size:.85rem}.layout-editor-module__fewqoq__weightFields{flex-wrap:wrap;flex:1;align-items:center;gap:.5rem;display:flex}.layout-editor-module__fewqoq__weightValueContainer{align-items:center;gap:.25rem;display:flex}.layout-editor-module__fewqoq__buttonGroup{gap:.5rem;display:flex}.layout-editor-module__fewqoq__addWeight{border-top:1px dashed var(--accent);margin-top:1rem;padding-top:1rem}.layout-editor-module__fewqoq__addWeightFields{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.layout-editor-module__fewqoq__addBtn{background-color:var(--confirmbtn);color:#fff;border-radius:var(--border-radius);cursor:pointer;border:none;padding:.5rem 1rem}.layout-editor-module__fewqoq__addBtn:hover{opacity:.9}.layout-editor-module__fewqoq__editBtn{background-color:var(--accent);color:#fff;border-radius:var(--border-radius);cursor:pointer;border:none;padding:.3rem .6rem;font-size:.85rem}.layout-editor-module__fewqoq__editBtn:hover{opacity:.9}.layout-editor-module__fewqoq__deleteBtn{background-color:var(--fail);color:#fff;border-radius:var(--border-radius);cursor:pointer;border:none;padding:.3rem .6rem;font-size:.85rem}.layout-editor-module__fewqoq__deleteBtn:hover{opacity:.9}.layout-editor-module__fewqoq__saveBtn{background-color:var(--confirmbtn);color:#fff;border-radius:var(--border-radius);cursor:pointer;border:none;padding:.5rem 1rem;font-weight:700}.layout-editor-module__fewqoq__saveBtn:hover{opacity:.9}.layout-editor-module__fewqoq__cancelBtn{color:var(--text);border:1px solid var(--accent);border-radius:var(--border-radius);cursor:pointer;background-color:#0000;padding:.5rem 1rem}.layout-editor-module__fewqoq__cancelBtn:hover{background-color:var(--accent);color:#fff}.layout-editor-module__fewqoq__modalActions{flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;display:flex}@media (max-width:600px){.layout-editor-module__fewqoq__toolbar{flex-direction:column;align-items:stretch}.layout-editor-module__fewqoq__toolbarRight{justify-content:center}.layout-editor-module__fewqoq__addWeightFields,.layout-editor-module__fewqoq__weightFields{flex-direction:column;align-items:stretch}.layout-editor-module__fewqoq__inputSmall{width:100%}.layout-editor-module__fewqoq__modalActions{flex-direction:column}.layout-editor-module__fewqoq__modalActions button{width:100%}}
