*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background:#f5f7fa;min-height:100vh}#auth-screen{background:#f5f7fa}.auth-card{background:#fff;border-radius:12px;padding:3rem;max-width:450px;box-shadow:0 2px 20px rgba(0,0,0,.08);border:1px solid #e1e8ed}.card{border:1px solid #e1e8ed;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.card-header{padding:1rem 1.5rem;font-weight:600;background:#fff;border-bottom:2px solid #e1e8ed}.test-card{border:1px solid #e1e8ed;border-radius:8px;padding:1.5rem;margin-bottom:1rem;transition:.3s;background:#fff}.test-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}.student-card{border:1px solid #e1e8ed;border-radius:8px;padding:1rem;margin-bottom:.75rem;display:flex;justify-content:space-between;align-items:center;background:#fff}.result-badge{padding:.5rem 1rem;border-radius:6px;font-weight:600}.correct{background:#d4edda;color:#155724}.wrong{background:#f8d7da;color:#721c24}.report-page{padding:2rem;max-width:900px;margin:0 auto}.question-item{border:1px solid #e1e8ed;border-radius:8px;padding:1.5rem;margin-bottom:1rem;background:#fff}.option-box{padding:.75rem;border-radius:6px;margin:.5rem 0}.option-correct{background:#d4edda;border:2px solid #27ae60}.option-wrong{background:#f8d7da;border:2px solid #e74c3c}.option-neutral{background:#f8f9fa;border:1px solid #dee2e6}.option-skipped{background:#fff3cd;border:2px solid #ffc107}.navbar{background:#16a085!important;box-shadow:0 2px 4px rgba(0,0,0,.1)}.hidden{display:none!important}.dataTable-input{border:1px solid #e1e8ed;border-radius:8px;padding:.45rem .75rem}.dataTable-selector{border:1px solid #e1e8ed;border-radius:8px;padding:.35rem .5rem}@media print{.dataTable-bottom,.dataTable-top,.no-print{display:none!important}}.analytics-page{max-width:1280px}.analytics-stat-card{border-top:4px solid #16a085}.analytics-stat-value{font-size:2rem;font-weight:700;color:#2c3e50;line-height:1.1}.feedback-section .btn-outline-secondary{border-color:#16a085;color:#16a085}.feedback-section .btn-outline-secondary:hover{background:#16a085;color:#fff}.feedback-section .btn-outline-secondary[aria-expanded=true] .bi-chevron-down{transform:rotate(180deg)}.feedback-section .bi-chevron-down{transition:transform .3s}.feedback-content{white-space:pre-wrap;line-height:1.6}.report-multiselect{min-height:140px}.report-multiselect option{padding:.4rem .6rem}.report-stat-card{border-top:4px solid #16a085}.report-stat-value{font-size:2rem;font-weight:700;line-height:1.1;color:#1f2937}.report-chart-wrap{position:relative;height:360px}.question-sort{text-decoration:none;color:#2c3e50;font-weight:600}.question-sort:hover{color:#16a085}#questionsTableView td{vertical-align:top;min-width:120px}#questionsTableView td:first-child,#questionsTableView th:first-child{min-width:72px}.calendar-view{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;min-height:400px}.calendar-header{background:#2c3e50;color:#fff;padding:10px;text-align:center;font-weight:600;border-radius:4px}.calendar-day{border:1px solid #dee2e6;border-radius:4px;min-height:100px;padding:5px;background:#fff;cursor:pointer;transition:background-color .2s}.calendar-day:hover{background:#f8f9fa}.calendar-day.other-month{background:#f8f9fa;color:#adb5bd}.calendar-day.today{background:#e8f5f1;border-color:#16a085}.calendar-day-number{font-weight:600;margin-bottom:4px;font-size:.9rem}.calendar-event{font-size:.75rem;padding:2px 4px;border-radius:3px;margin-bottom:2px;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar-event.event-past{background:#d1ecf1;color:#0c5460}.calendar-event.event-upcoming{background:#d4edda;color:#155724}.calendar-event.event-today{background:#fff3cd;color:#856404;font-weight:500}.calendar-nav{display:flex;justify-content:space-between;align-items:center}.calendar-month-year{font-size:1.25rem;font-weight:600;color:#2c3e50}.psed-tag{display:inline-block;padding:4px 8px;border-radius:12px;font-size:.75rem;cursor:pointer;border:2px solid transparent;transition:.2s}.psed-tag:hover{opacity:.8}.psed-tag.selected{border-color:#2c3e50;box-shadow:0 0 0 2px rgba(44,62,80,.3)}.psed-tag-personal{background:#d1ecf1;color:#0c5460}.psed-tag-social{background:#d4edda;color:#155724}.psed-tag-emotional{background:#f8d7da;color:#721c24}.psed-tag-lifeskills{background:#fff3cd;color:#856404}.event-tag{display:inline-block;font-size:.7rem;padding:1px 4px;border-radius:3px;margin-right:2px}.calendar-empty-state{grid-column:1/-1;text-align:center;padding:40px;color:#6c757d}.event-classes-badge{display:inline-block;font-size:.65rem;background:rgba(0,0,0,.1);border-radius:10px;padding:1px 6px;margin-left:4px}.calendar-week-view{grid-template-columns:repeat(7,1fr);min-height:300px}.calendar-week-view .calendar-day{min-height:200px}.calendar-week-view .calendar-day-header{background:#2c3e50;color:#fff;padding:8px;font-weight:600;text-align:center;border-radius:4px 4px 0 0;margin:-5px -5px 5px}.calendar-week-view .week-event{margin-bottom:6px;padding:6px}.calendar-week-view .event-header{font-size:.75rem;color:#6c757d;margin-bottom:2px}.calendar-week-view .event-title{font-weight:600;font-size:.85rem;margin-bottom:2px}.calendar-week-view .event-detail{font-size:.75rem;color:#495057}.calendar-week-view .event-time{background:rgba(0,0,0,.1);border-radius:4px;padding:1px 4px;font-size:.7rem}.calendar-day-view{display:block;max-width:800px;margin:0 auto}.calendar-day-view .calendar-day-card{background:#fff;border:1px solid #dee2e6;border-radius:8px;padding:16px;margin-bottom:12px;cursor:pointer;transition:box-shadow .2s}.calendar-day-view .calendar-day-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.calendar-day-view .day-empty{text-align:center;padding:60px 20px;background:#f8f9fa;border-radius:8px}.calendar-day-view .day-card-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.calendar-day-view .day-card-icon{font-size:1.5rem}.calendar-day-view .day-card-title{font-size:1.25rem;font-weight:600;flex:1}.calendar-day-view .day-card-type{text-transform:capitalize;background:#e9ecef;padding:2px 8px;border-radius:12px;font-size:.75rem;color:#495057}.calendar-day-view .event-details{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:12px}.calendar-day-view .detail-item{font-size:.85rem;color:#495057}.calendar-day-view .detail-item i{color:#6c757d;margin-right:4px}.calendar-day-view .event-description{font-size:.9rem;color:#212529;line-height:1.5;margin-bottom:12px;padding:10px;background:#f8f9fa;border-radius:6px}.calendar-day-view .day-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.calendar-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;flex-wrap:wrap;gap:10px}