:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, sans-serif; color: #15243b; background: #f3f6fb; }
* { box-sizing: border-box; }
body { margin: 0; background: radial-gradient(circle at top right, #dcecff 0, transparent 34rem), #f3f6fb; font-size: 14px; line-height: 1.45; }
.container { max-width: 1180px; margin: 0 auto; padding: 2.5rem 1.25rem 4rem; }
.page-header, .summary, .header-actions, .section-heading { display: flex; gap: 1rem; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.page-header { margin-bottom: 1.5rem; }.page-header h1, h2, h3, p { margin-top: 0; }.page-header h1 { margin-bottom: 0; font-size: clamp(1.45rem, 2.3vw, 2rem); }.header-actions { justify-content: flex-end; }.eyebrow { margin-bottom: .25rem; color: #5f6f87; font-size: .75rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.card { margin-bottom: 1rem; padding: 1.25rem; background: rgba(255, 255, 255, .94); border: 1px solid #dbe4f0; border-radius: 14px; box-shadow: 0 9px 22px rgba(22, 47, 82, .055); }.card h2 { margin-bottom: 1rem; font-size: 1rem; }
.summary { align-items: stretch; justify-content: flex-start; }.summary > div, .summary > p { display: flex; min-width: 130px; flex: 1 1 135px; flex-direction: column; margin: 0; padding: .85rem; border: 1px solid #e4ebf4; border-radius: 10px; background: #f9fbfe; }.summary dt { min-height: 2.25rem; color: #64748b; font-size: .76rem; }.summary dd { margin: auto 0 0; color: #123f74; font-size: 1.05rem; font-weight: 750; }
.grid-form { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 1rem; align-items: end; } label { display: grid; gap: .35rem; color: #3d4d64; font-size: .82rem; font-weight: 650; }
input, select, textarea, button, .button { width: 100%; font: inherit; padding: .65rem .75rem; border-radius: 8px; } input, select, textarea { border: 1px solid #bdcadd; background: white; color: #172b45; } textarea { min-height: 2.75rem; resize: vertical; } input:focus, select:focus, textarea:focus { outline: 3px solid rgba(36, 110, 192, .16); border-color: #3a82d1; }
button, .button { display: inline-flex; width: auto; align-items: center; justify-content: center; cursor: pointer; color: white; background: #155da8; border: 1px solid #155da8; font-weight: 700; text-decoration: none; }.secondary { color: #174f8f; background: #eef5ff; border-color: #c9ddf7; }.grid-form button { width: 100%; min-height: 2.65rem; }
.table-wrap { overflow-x: auto; border: 1px solid #e0e8f2; border-radius: 10px; } table { width: 100%; border-collapse: collapse; background: white; } th, td { text-align: left; vertical-align: top; padding: .75rem; border-bottom: 1px solid #e5ebf3; } th { color: #52657d; background: #f7faff; font-size: .76rem; letter-spacing: .02em; text-transform: uppercase; } tbody tr:last-child td { border-bottom: 0; }
.attention-list { display: grid; gap: .75rem; }.attention-card { border: 1px solid #d9e4f2; border-radius: 10px; padding: 1rem; background: #fbfdff; }.attention-card h3 { margin-bottom: .35rem; }.actions { display: flex; gap: .5rem; flex-wrap: wrap; }.notice { padding: .75rem 1rem; border-radius: 9px; background: #eaf6ee; color: #24603a; }
.staff-card { background: linear-gradient(135deg, #fff 0%, #f5f9ff 100%); }.section-heading { margin-bottom: 1rem; }.section-heading h2 { margin-bottom: 0; }.staff-count { display: grid; min-width: 2rem; min-height: 2rem; place-items: center; border-radius: 50%; background: #ddecff; color: #174f8f; font-weight: 800; }.staff-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: .75rem; }.staff-member { display: grid; gap: .3rem; padding: .9rem; border: 1px solid #dbe6f4; border-radius: 10px; background: white; }.staff-member > span, .staff-member small { color: #66768c; overflow-wrap: anywhere; }.staff-badges { display: flex; flex-wrap: wrap; gap: .35rem; margin-top: .25rem; }.badge { display: inline-flex; width: fit-content; padding: .18rem .45rem; border-radius: 999px; font-size: .7rem; font-weight: 700; }.badge.success { color: #176b42; background: #e3f6eb; }.badge.admin { color: #175ba4; background: #e7f1ff; }.badge.muted { color: #5c6a7d; background: #edf1f5; }
.report-page { max-width: 1240px; }.page-subtitle { margin: .35rem 0 0; color: #62738a; }.report-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 1rem; }.period-controls { display: flex; align-items: end; gap: .55rem; flex-wrap: wrap; }.period-controls label { min-width: 190px; }.period-arrow { display: grid; width: 2.65rem; height: 2.65rem; place-items: center; border: 1px solid #cbdcf0; border-radius: 8px; color: #1d5eaa; background: #f2f7ff; font-size: 1.2rem; font-weight: 750; text-decoration: none; }.export-links { display: flex; gap: .5rem; flex-wrap: wrap; padding-bottom: .45rem; }.export-links a { padding: .35rem .55rem; border-radius: 7px; color: #1c5da7; background: #eef5ff; font-weight: 650; text-decoration: none; }.period-chip, .table-count { display: inline-flex; width: fit-content; align-items: center; min-height: 2rem; padding: .2rem .65rem; border-radius: 999px; color: #235b97; background: #eaf3ff; font-size: .78rem; font-weight: 750; }.table-count { min-width: 2rem; justify-content: center; }.report-summary > div:first-child dd, .report-summary > div:nth-child(3) dd { color: #176b42; }.empty-cell { padding: 2rem; color: #66768c; text-align: center; }
.form-intro { margin-bottom: 1rem; color: #62738a; }.student-terms-form { grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: start; }.student-terms-form label { align-content: start; }.student-terms-form input, .student-terms-form select, .student-terms-form textarea, .student-terms-form button { min-height: 2.65rem; height: 2.65rem; }.student-terms-form textarea { resize: vertical; }.student-terms-form button { grid-column: span 2; align-self: end; }
.calendar-page { max-width: 900px; }.calendar-connect-card { max-width: 680px; }.calendar-connect-card p { color: #53677f; font-size: 1rem; }.calendar-connect-card form { margin-top: 1.25rem; }
@media (max-width: 820px) { .student-terms-form { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .container { padding: 1.25rem .8rem 2.5rem; }.page-header { align-items: flex-start; }.header-actions, .header-actions form, .header-actions .button { width: 100%; }.card { padding: 1rem; }.summary > div, .summary > p { flex-basis: 100%; }.report-toolbar { align-items: stretch; }.period-controls { display: grid; grid-template-columns: 2.65rem minmax(0, 1fr) 2.65rem; }.period-controls label { min-width: 0; }.period-controls button { grid-column: 1 / -1; width: 100%; }.export-links { padding-bottom: 0; }.student-terms-form { grid-template-columns: 1fr; }.student-terms-form button { grid-column: auto; } }
