:root {
    --ink: #1e2b2b;
    --muted: #71817d;
    --line: #dfe8e3;
    --paper: #f7faf7;
    --white: #ffffff;
    --teal: #1b6b5d;
    --teal-dark: #104c42;
    --orange: #d87942;
    --shadow: 0 18px 50px rgba(32, 70, 60, .08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Georgia, 'Times New Roman', serif; }
a { color: inherit; text-decoration: none; }
.app-shell { display: flex; min-height: 100vh; }
.sidebar { width: 248px; background: #173e38; color: #e7f1eb; padding: 29px 18px 22px; display: flex; flex-direction: column; position: fixed; inset: 0 auto 0 0; z-index: 2; }
.brand { display: flex; align-items: center; gap: 11px; padding: 0 11px 39px; }
.brand-mark { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 10px; color: #173e38; background: #d8e77b; font: 700 21px Arial, sans-serif; }
.brand strong { display: block; letter-spacing: .08em; font: 700 17px Arial, sans-serif; }
.brand small { display: block; margin-top: 4px; color: #a6c1b8; font: 11px Arial, sans-serif; }
.nav-label { padding: 0 12px; color: #7fa79c; text-transform: uppercase; letter-spacing: .12em; font: 10px Arial, sans-serif; }
.nav-link { display: flex; align-items: center; gap: 13px; margin: 5px 0; padding: 12px; border-radius: 8px; color: #b8d0c8; font-size: 15px; transition: .2s; }
.nav-link span { width: 18px; color: #91b8ad; font: 17px Arial, sans-serif; text-align: center; }
.nav-link:hover, .nav-link.active { color: #fff; background: #285a50; }
.nav-link.active span { color: #d8e77b; }
.sidebar-foot { margin-top: auto; display: flex; align-items: center; gap: 8px; padding: 15px 12px 0; border-top: 1px solid #356157; color: #9fbbb2; font: 11px Arial, sans-serif; }
.status-dot { width: 7px; height: 7px; background: #a7d86e; border-radius: 50%; }
.main-content { width: calc(100% - 248px); margin-left: 248px; padding: 0 46px 55px; }
.topbar { height: 79px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.breadcrumb { color: var(--muted); font: 12px Arial, sans-serif; }.breadcrumb span { margin: 0 8px; color: #b3c1ba; }
.school-chip { display: flex; align-items: center; gap: 9px; color: #60736c; font: 12px Arial, sans-serif; }.school-avatar { display: grid; place-items: center; width: 27px; height: 27px; background: #dbe8e2; color: var(--teal); border-radius: 50%; font-size: 10px; font-weight: bold; }
.alert { margin: 20px 0 -2px; padding: 12px 16px; border-radius: 7px; font: 13px Arial, sans-serif; }.alert.success { background: #e4f4e9; color: #26734a; }.alert.error { background: #fde8e3; color: #a44d36; }
.hero { padding: 47px 0 36px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }.eyebrow { color: var(--orange); text-transform: uppercase; letter-spacing: .15em; font: 700 11px Arial, sans-serif; }.hero h1 { max-width: 650px; margin: 11px 0 12px; color: #1a4e45; font-size: clamp(32px, 4vw, 54px); line-height: 1.05; font-weight: 400; }.hero p { margin: 0; max-width: 590px; color: var(--muted); font: 14px/1.7 Arial, sans-serif; }.hero-date { min-width: 172px; padding: 16px 0 3px 20px; border-left: 2px solid #d8e77b; color: var(--muted); font: 12px/1.6 Arial, sans-serif; }.hero-date strong { display: block; color: var(--ink); font: 18px Georgia, serif; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }.stat { padding: 21px 22px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }.stat-label { color: var(--muted); font: 11px Arial, sans-serif; text-transform: uppercase; letter-spacing: .09em; }.stat-value { margin-top: 13px; color: var(--teal-dark); font-size: 30px; }.stat-value small { color: var(--muted); font: 12px Arial, sans-serif; }.stat-trend { margin-top: 10px; color: #4e9468; font: 11px Arial, sans-serif; }
.section-head { display: flex; justify-content: space-between; align-items: end; margin: 53px 0 17px; }.section-head h2 { margin: 0; color: #224f47; font-size: 25px; font-weight: 400; }.section-head p { margin: 5px 0 0; color: var(--muted); font: 12px Arial, sans-serif; }.section-action { color: var(--teal); font: 700 12px Arial, sans-serif; }
.standards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }.standard-card { min-height: 205px; padding: 19px; position: relative; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 8px; transition: transform .2s, box-shadow .2s; }.standard-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }.standard-card::after { content: ''; position: absolute; right: -25px; bottom: -38px; width: 105px; height: 105px; border: 1px solid color-mix(in srgb, var(--accent), white 65%); border-radius: 50%; }.card-code { color: var(--accent); font: 700 11px Arial, sans-serif; letter-spacing: .1em; }.standard-card h3 { max-width: 175px; margin: 12px 0 10px; min-height: 44px; font-size: 18px; line-height: 1.16; font-weight: 400; }.standard-card p { min-height: 32px; margin: 0 0 17px; color: var(--muted); font: 11px/1.45 Arial, sans-serif; }.progress-row { display: flex; align-items: center; gap: 10px; }.progress-track { height: 6px; flex: 1; overflow: hidden; border-radius: 9px; background: #e7efeb; }.progress-track span { display: block; height: 100%; border-radius: inherit; background: var(--accent); }.progress-number { color: var(--accent); font: 700 12px Arial, sans-serif; }.card-footer { display: flex; justify-content: space-between; margin-top: 14px; color: #9aa9a2; font: 10px Arial, sans-serif; }
.activity-list { background: var(--white); border: 1px solid var(--line); border-radius: 8px; }.activity-row { display: grid; grid-template-columns: 42px 1fr auto; gap: 14px; align-items: center; padding: 16px 20px; border-bottom: 1px solid #edf2ee; }.activity-row:last-child { border-bottom: 0; }.activity-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #e5f1ec; color: var(--teal); font: 16px Arial, sans-serif; }.activity-name { margin-bottom: 3px; font-size: 14px; }.activity-meta { color: var(--muted); font: 11px Arial, sans-serif; }.score-pill { padding: 6px 9px; border-radius: 5px; font: 700 11px Arial, sans-serif; }.score-pill.excellent { color: #23714b; background: #e3f3e9; }.score-pill.good { color: #4b6a9d; background: #e6eff9; }.score-pill.fair { color: #9a6a26; background: #fff1dc; }.score-pill.poor { color: #a5503e; background: #fde7e2; }
.detail-head { padding: 43px 0 29px; }.back-link { color: var(--teal); font: 12px Arial, sans-serif; }.detail-head h1 { margin: 22px 0 8px; color: #1a4e45; font-size: 39px; font-weight: 400; }.detail-head p { max-width: 650px; color: var(--muted); font: 13px/1.65 Arial, sans-serif; }.detail-grid { display: grid; grid-template-columns: 1.4fr .8fr; gap: 18px; align-items: start; }.panel { padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; }.panel h2 { margin: 0 0 18px; font-size: 19px; font-weight: 400; }.indicator-row { padding: 17px 0; border-top: 1px solid #edf2ee; }.indicator-top { display: flex; justify-content: space-between; gap: 15px; }.indicator-code { color: var(--teal); font: 700 11px Arial, sans-serif; }.indicator-name { margin-top: 6px; font-size: 15px; }.indicator-score { font: 700 13px Arial, sans-serif; }.indicator-detail { display: flex; justify-content: space-between; align-items: center; margin-top: 12px; }.indicator-date { color: var(--muted); font: 10px Arial, sans-serif; }.form-group { margin-bottom: 16px; }.form-group label { display: block; margin-bottom: 7px; color: #53655e; font: 11px Arial, sans-serif; text-transform: uppercase; letter-spacing: .07em; }.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 11px 12px; border: 1px solid #d7e2dc; border-radius: 5px; color: var(--ink); background: #fbfdfb; font: 13px Arial, sans-serif; }.form-group textarea { min-height: 86px; resize: vertical; }.button { width: 100%; padding: 12px 16px; border: 0; border-radius: 5px; color: #fff; background: var(--teal); cursor: pointer; font: 700 12px Arial, sans-serif; }.button:hover { background: var(--teal-dark); }.score-guide { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font: 11px/1.7 Arial, sans-serif; }.footer { margin-left: 248px; padding: 0 46px 25px; color: #9caaa4; font: 10px Arial, sans-serif; }.footer span { margin: 0 7px; color: #d87942; }
@media (max-width: 1050px) { .standards-grid { grid-template-columns: repeat(2, 1fr); } .stats-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 760px) { .sidebar { width: 66px; padding: 20px 8px; }.brand { padding: 0 7px 30px; }.brand > span:last-child, .nav-label, .nav-link:not(.active)::after, .nav-link { font-size: 0; }.nav-link { justify-content: center; padding: 12px 0; }.nav-link span { font-size: 17px; }.nav-link.active { background: #285a50; }.sidebar-foot { justify-content: center; padding: 14px 0 0; }.sidebar-foot span:last-child { display: none; }.main-content { width: calc(100% - 66px); margin-left: 66px; padding: 0 18px 40px; }.footer { margin-left: 66px; padding: 0 18px 20px; }.school-chip span:last-child { display: none; }.topbar { height: 65px; }.hero { display: block; padding-top: 35px; }.hero h1 { font-size: 36px; }.hero-date { margin-top: 25px; padding-left: 13px; }.stats-grid, .standards-grid, .detail-grid { grid-template-columns: 1fr; }.section-head { margin-top: 38px; }.section-head h2 { font-size: 22px; }.detail-head h1 { font-size: 32px; }.activity-row { grid-template-columns: 35px 1fr auto; padding: 14px 13px; }.activity-name { font-size: 13px; } }
