:root {
  --ink: #24332e;
  --muted: #68756f;
  --cream: #fbf8f2;
  --paper: #ffffff;
  --sage: #58796c;
  --sage-dark: #35594c;
  --sage-light: #e8f0ec;
  --peach: #e8a27d;
  --line: #dfe5e1;
  --error: #a63f3f;
  --review-text: #9a514d;
  --review-line: #ebc8c5;
  --review-bg: #fff3f2;
  --shadow: 0 18px 50px rgba(36, 51, 46, .08);
}

* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; line-height: 1.55; }
a { color: var(--sage-dark); }
.site-header { display: flex; justify-content: space-between; align-items: center; max-width: 1180px; margin: auto; padding: 24px 30px; }
.brand { display: flex; align-items: center; color: var(--ink); text-decoration: none; }
.brand img { display: block; width: 178px; height: 58px; object-fit: contain; object-position: left center; }
.header-contact { text-decoration: none; color: var(--muted); font-size: .9rem; }.header-contact strong { color: var(--sage-dark); margin-left: 5px; }
.program-nav { display: flex; align-items: center; gap: 5px; padding: 5px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.72); }
.program-nav a { padding: 8px 14px; border-radius: 999px; color: var(--muted); text-decoration: none; font-size: .86rem; font-weight: 700; transition: color .2s, background .2s; }
.program-nav a:hover, .program-nav a[aria-current="page"] { color: white; background: var(--sage); }
.staff-site-header { flex-direction: column; align-items: stretch; gap: 18px; }
.staff-site-header .staff-nav { order: 1; width: 100%; justify-content: stretch; }
.staff-site-header .staff-nav a { display: flex; flex: 1 1 0; align-items: center; justify-content: center; min-width: 0; min-height: 52px; padding: 9px 10px; text-align: center; line-height: 1.25; white-space: normal; }
.staff-logout-form { display: flex; flex: 1 1 0; margin: 0; }
.staff-logout-form button { width: 100%; min-height: 52px; border: 0; padding: 9px 10px; color: inherit; background: transparent; font: inherit; font-weight: 700; cursor: pointer; }
.staff-login-page { max-width: 760px; margin-inline: auto; }
.staff-login-form { display: grid; gap: 18px; }
.staff-identity-row { order: 2; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 6px; }
.staff-workspace-label { color: var(--muted); font-size: .95rem; font-weight: 600; }
.flash-region { position: fixed; z-index: 20; top: 86px; left: 50%; width: min(92%, 560px); transform: translateX(-50%); }
.flash-message { margin: 0; padding: 13px 18px; border: 1px solid #c9dcd3; border-radius: 12px; color: var(--sage-dark); background: #f1f8f4; box-shadow: var(--shadow); font-weight: 700; transition: opacity .3s ease, transform .3s ease; }
.flash-message.is-dismissing { opacity: 0; transform: translateY(-8px); pointer-events: none; }
.flash-message.error { border-color: #efc8c8; color: #7b3434; background: #fff1f1; }
main { max-width: 1120px; margin: 0 auto; padding: 20px 30px 90px; }
.hero { display: grid; grid-template-columns: 1.6fr 1fr; gap: 70px; align-items: end; padding: 70px 0 60px; }
.eyebrow { margin: 0 0 10px; color: var(--peach); font-weight: 700; font-size: .76rem; letter-spacing: .18em; text-transform: uppercase; }
h1, h2 { font-family: "DM Serif Display", serif; font-weight: 400; line-height: 1.05; }
h1 { max-width: 670px; margin: 0; font-size: clamp(3rem, 7vw, 5.7rem); }
.hero-copy { max-width: 630px; margin: 26px 0 0; color: var(--muted); font-size: 1.08rem; }
.at-a-glance { padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.55); }
.at-a-glance p { display: flex; justify-content: space-between; gap: 18px; margin: 0; padding: 12px 0; border-bottom: 1px solid var(--line); }.at-a-glance p:last-child { border: 0; }.at-a-glance span { color: var(--muted); }.at-a-glance strong { text-align: right; }
.enrollment-form { display: grid; gap: 24px; }
.form-card { padding: clamp(24px, 5vw, 54px); border: 1px solid var(--line); border-radius: 28px; background: var(--paper); box-shadow: var(--shadow); }
.policy-card { position: relative; }
.terms-detail-link { position: absolute; top: 28px; right: 30px; display: grid; place-items: center; width: 44px; height: 44px; color: var(--sage-dark); text-decoration: none; transition: color .2s, transform .2s; }
.terms-detail-link:hover { color: var(--peach); transform: translateY(-1px); }
.terms-detail-link svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.section-heading { display: flex; align-items: center; gap: 18px; margin-bottom: 34px; }.section-heading > span { display: grid; place-items: center; flex: 0 0 44px; height: 44px; border-radius: 50%; color: white; background: var(--sage); font-weight: 700; }.section-heading p { margin-bottom: 3px; }.section-heading h2 { margin: 0; font-size: clamp(2rem, 4vw, 3rem); }
.policy-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px 46px; }.policy-grid h3 { margin: 0 0 6px; font-size: 1rem; }.policy-grid p { margin: 0; color: var(--muted); font-size: .94rem; }.policy-note, .notice { margin: 30px 0 20px; padding: 18px 20px; border-radius: 14px; background: var(--sage-light); }.policy-note { font-size: .92rem; }
.fields { display: grid; gap: 26px; }.two-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.full-span { grid-column: 1 / -1; }.optional { margin-left: 8px; color: var(--muted); font-weight: 500; }
.field { display: flex; flex-direction: column; gap: 8px; min-width: 0; margin: 0; padding: 0; border: 0; }.field > span, .field legend { font-weight: 700; }.field b { color: var(--peach); }.hint { color: var(--muted); font-size: .82rem; }
input[type="text"], input[type="date"], input[type="email"], input[type="tel"], input[type="time"], input:not([type]), select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 13px 14px; color: var(--ink); background: #fcfdfc; font: inherit; transition: border-color .2s, box-shadow .2s; }
textarea { resize: vertical; } input:focus, textarea:focus { outline: none; border-color: var(--sage); box-shadow: 0 0 0 4px rgba(88,121,108,.13); }
.choice-row { display: flex; gap: 10px; }.choice-row.wrap { flex-wrap: wrap; }.choice-row label, .choice-stack label { display: flex; align-items: center; gap: 9px; padding: 11px 14px; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; background: #fcfdfc; }.choice-row label { flex: 1; }.choice-stack { display: grid; gap: 10px; }.choice-stack label:has(input:checked), .choice-row label:has(input:checked) { border-color: var(--sage); background: var(--sage-light); }
.shirt-other-field { display: flex; flex-direction: column; gap: 8px; width: min(100%, 380px); margin-top: 10px; }.shirt-other-field[hidden] { display: none; }.shirt-other-field > span { font-size: .9rem; font-weight: 700; }
input[type="radio"], input[type="checkbox"] { width: 18px; height: 18px; flex: 0 0 18px; accent-color: var(--sage); }
.check-card { display: flex; align-items: flex-start; gap: 13px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; cursor: pointer; }.check-card input { margin-top: 3px; }.check-card span, .check-card small { display: block; }.check-card small { margin-top: 3px; color: var(--muted); }
.notice { margin: 0; }.notice p { margin: 5px 0 0; color: var(--muted); }
.invalid input[type="text"], .invalid input[type="date"], .invalid input[type="email"], .invalid input[type="tel"], .invalid textarea, .check-card.invalid { border-color: var(--error); }.field-error { margin: 0; color: var(--error); font-size: .84rem; }
.error-summary { display: flex; flex-direction: column; padding: 18px 22px; border-left: 4px solid var(--error); border-radius: 8px; background: #fff1f1; }.error-summary span { color: #713535; }
.submit-bar { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 24px 30px; border-radius: 22px; color: white; background: var(--sage-dark); }.submit-bar p, .submit-bar span { margin: 0; display: block; }.submit-bar p span { opacity: .75; font-size: .88rem; }.submit-bar button { border: 0; border-radius: 999px; padding: 15px 22px; color: var(--sage-dark); background: white; font: 700 .96rem "DM Sans", sans-serif; cursor: pointer; }.submit-bar button span { display: inline; margin-left: 8px; }
.success-card { max-width: 720px; margin: 80px auto; padding: clamp(35px, 7vw, 70px); text-align: center; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: var(--shadow); }.success-icon { display: grid; place-items: center; width: 62px; height: 62px; margin: 0 auto 22px; border-radius: 50%; color: white; background: var(--sage); font-size: 1.7rem; }.success-card h1 { font-size: clamp(2.4rem, 6vw, 4rem); }.success-card > p:not(.eyebrow) { color: var(--muted); }.reference { display: inline-flex; flex-direction: column; margin: 20px 0; padding: 14px 28px; border-radius: 13px; background: var(--sage-light); }.reference span { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }.reference strong { font-size: 1.35rem; letter-spacing: .08em; }
.terms-page { max-width: 900px; margin: 0 auto; padding: 45px 0 20px; }
.back-link { display: inline-flex; gap: 8px; align-items: center; margin-bottom: 45px; color: var(--sage-dark); text-decoration: none; font-weight: 700; }
.terms-page-heading { margin-bottom: 38px; }.terms-page-heading h1 { max-width: 760px; font-size: clamp(3rem, 7vw, 5.2rem); }.terms-page-heading > p:not(.eyebrow) { max-width: 600px; color: var(--muted); font-size: 1.08rem; }
.terms-actions { margin-top: 24px; }
.download-button { display: inline-flex; align-items: center; gap: 10px; padding: 13px 18px; border: 1px solid var(--sage); border-radius: 999px; color: var(--sage-dark); background: var(--paper); text-decoration: none; font-weight: 700; }
.download-button:hover { color: white; background: var(--sage-dark); }
.full-terms-card { padding: clamp(28px, 6vw, 64px); border: 1px solid var(--line); border-radius: 28px; background: var(--paper); box-shadow: var(--shadow); }
.full-terms-card > section { padding: 32px 0; border-bottom: 1px solid var(--line); }.full-terms-card > section:first-child { padding-top: 0; }.full-terms-card > section h2 { margin: 0 0 18px; color: var(--ink); font-size: clamp(1.7rem, 4vw, 2.35rem); }.full-terms-card h3 { margin: 20px 0 8px; font-size: 1rem; }.full-terms-card p, .full-terms-card li, .full-terms-card dd { color: var(--muted); }.full-terms-card ul { margin: 8px 0 0; padding-left: 21px; }.full-terms-card li + li { margin-top: 8px; }
.contact-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin: 0; }.contact-details div { padding: 17px; border-radius: 13px; background: var(--sage-light); }.contact-details dt { color: var(--sage-dark); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }.contact-details dd { margin: 5px 0 0; }
.agreement-masthead { margin: 0 0 28px; padding-bottom: 25px; text-align: center; border-bottom: 1px solid var(--line); }
.agreement-masthead p { margin: 0; color: var(--peach); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.agreement-masthead h2 { max-width: 680px; margin: 9px auto; color: var(--ink); font-family: "DM Serif Display", serif; font-size: clamp(2rem, 5vw, 3.15rem); font-weight: 400; line-height: 1.06; }
.agreement-note { margin: 28px 0 8px; padding: 18px 20px; border-left: 4px solid var(--peach); border-radius: 0 13px 13px 0; background: #faf6ef; font-style: italic; }
.legal-document > .legal-section { padding: 29px 0; }
.legal-document > .legal-section h2 { display: flex; gap: 10px; align-items: baseline; margin-bottom: 15px; font-family: "DM Sans", sans-serif; font-size: clamp(1.25rem, 3vw, 1.55rem); font-weight: 700; line-height: 1.25; }
.legal-section h2 span { color: var(--peach); }
.legal-section p { margin: 0; line-height: 1.72; }
.legal-section p + p { margin-top: 13px; }
.terms-contact-note { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; margin-top: 34px; padding: 20px; border-radius: 14px; background: var(--sage-light); }.terms-contact-note p { flex-basis: 100%; margin: 0; color: var(--ink); font-weight: 700; }.return-button { display: inline-flex; gap: 10px; align-items: center; margin-top: 30px; padding: 15px 22px; border-radius: 999px; color: white; background: var(--sage-dark); text-decoration: none; font-weight: 700; }
footer { padding: 28px; text-align: center; color: var(--muted); font-size: .84rem; border-top: 1px solid var(--line); }

/* Public website */
.home-hero { display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); gap: clamp(42px, 7vw, 92px); align-items: center; min-height: 710px; padding: 62px 0 72px; }
.home-hero-copy h1 { max-width: 700px; font-size: clamp(4.1rem, 7.8vw, 7.15rem); letter-spacing: -.035em; }
.home-hero-copy h1 em, .section-kicker h2 em { color: var(--peach); font-weight: 400; }
.home-hero-copy > p:not(.eyebrow) { max-width: 610px; margin: 27px 0 0; color: var(--muted); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 34px; }
.hero-actions .primary-button { padding: 16px 23px; }.hero-actions .primary-button span, .light-button span { margin-left: 12px; }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--ink); text-decoration: none; font-weight: 700; }
.text-link span { color: var(--peach); }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 48px 0 0; padding-top: 23px; border-top: 1px solid var(--line); }
.hero-facts div { padding-right: 15px; }.hero-facts dt { color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }.hero-facts dd { margin: 4px 0 0; font-weight: 700; font-size: .86rem; }
.home-hero-media { position: relative; }
.home-hero-media::before { content: ""; position: absolute; z-index: -1; inset: -24px 28px 20px -26px; border-radius: 48% 52% 46% 54%; background: #e9b9aa; transform: rotate(-3deg); }
.home-hero-media > img { display: block; width: 100%; aspect-ratio: 1 / 1; border: 9px solid white; border-radius: 44% 56% 47% 53%; object-fit: cover; box-shadow: 0 25px 70px rgba(39, 54, 48, .16); transform: rotate(2deg); }
.hero-note { position: absolute; right: -12px; bottom: 25px; display: grid; grid-template-columns: auto 1fr; column-gap: 10px; width: 225px; padding: 17px 19px; border-radius: 18px; color: white; background: #243b58; box-shadow: var(--shadow); }.hero-note > span { grid-row: 1 / 3; align-self: center; color: #e7bd49; font-size: 1.5rem; }.hero-note strong, .hero-note small { display: block; }.hero-note small { opacity: .72; }
.welcome-strip { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 18px 28px; margin: 0 calc(50% - 50vw); padding: 20px max(30px, calc((100vw - 1120px) / 2)); color: #253b58; background: #e4bd4b; font-weight: 700; }.welcome-strip p { margin: 0; }.welcome-strip i { width: 6px; height: 6px; border-radius: 50%; background: rgba(37, 59, 88, .45); }
.home-section { padding: 110px 0; }.section-kicker { display: grid; grid-template-columns: 180px 1fr; align-items: start; gap: 30px; margin-bottom: 55px; }.section-kicker .eyebrow { padding-top: 13px; }.section-kicker h2 { max-width: 760px; margin: 0; font-size: clamp(3.25rem, 6vw, 5.4rem); letter-spacing: -.025em; }
.program-preview-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(40px, 7vw, 90px); align-items: center; }
.program-photo img { display: block; width: 100%; border-radius: 30px; box-shadow: var(--shadow); }
.program-copy .lead { margin: 0 0 28px; color: var(--ink); font-family: "DM Serif Display", serif; font-size: 1.55rem; line-height: 1.35; }
.learning-list article { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 22px 0; border-top: 1px solid var(--line); }.learning-list article > span { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; color: #8e4f37; background: #fae5dc; font-size: .7rem; font-weight: 700; }.learning-list h3 { margin: 0; }.learning-list p { margin: 5px 0 0; color: var(--muted); }
.home-cta { display: flex; justify-content: space-between; align-items: center; gap: 45px; margin-bottom: 20px; padding: clamp(36px, 6vw, 65px); border-radius: 34px; color: white; background: #243b58; }.home-cta .eyebrow { color: #e7bd49; }.home-cta h2 { max-width: 650px; margin: 0; font-size: clamp(2.5rem, 5vw, 4.3rem); }.light-button { display: inline-flex; flex: 0 0 auto; align-items: center; padding: 16px 22px; border-radius: 999px; color: #243b58; background: white; text-decoration: none; font-weight: 700; }

/* Program, FAQ, and staff views */
.inside-hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(45px, 8vw, 100px); align-items: center; min-height: 670px; padding: 60px 0 85px; }.inside-hero h1 { font-size: clamp(4rem, 7vw, 6.8rem); letter-spacing: -.035em; }.inside-hero h1 em { color: var(--peach); font-weight: 400; }.inside-hero > div > p:not(.eyebrow) { max-width: 650px; margin: 26px 0 0; color: var(--muted); font-size: 1.08rem; }.inside-hero > img { display: block; width: 100%; border: 9px solid white; border-radius: 38% 62% 48% 52%; box-shadow: var(--shadow); transform: rotate(2deg); }
.program-values { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 calc(50% - 50vw); padding: 60px max(30px, calc((100vw - 1120px) / 2)); background: #243b58; }.program-values article { padding: 15px 28px; border-right: 1px solid rgba(255,255,255,.14); color: white; }.program-values article:last-child { border: 0; }.program-values article > span { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 22px; border-radius: 18px; color: #243b58; background: #e7bd49; font-family: "DM Serif Display", serif; }.program-values h2 { margin: 0; font-size: 1.7rem; }.program-values p { margin: 10px 0 0; color: rgba(255,255,255,.68); font-size: .9rem; }
.rhythm-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: clamp(38px, 7vw, 84px); align-items: start; }.rhythm-list { margin: 0; padding: 0; list-style: none; }.rhythm-list li { display: grid; grid-template-columns: 100px 1fr; gap: 18px; padding: 24px 0; border-top: 1px solid var(--line); }.rhythm-list time { color: var(--peach); font-size: .72rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }.rhythm-list h3 { margin: 0; }.rhythm-list p { margin: 5px 0 0; color: var(--muted); }.teacher-card { overflow: hidden; border-radius: 28px; background: #f2e6dd; }.teacher-card img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center top; }.teacher-card > div { padding: 32px; }.teacher-card h2 { margin: 0; font-size: 2.45rem; }.teacher-card p:not(.eyebrow) { color: var(--muted); }.teacher-card a { font-weight: 700; }
.details-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(45px, 8vw, 100px); margin-bottom: 90px; padding: clamp(40px, 7vw, 72px); border-radius: 32px; background: #e7edf0; }.details-section h2 { margin: 0; font-size: clamp(2.8rem, 5vw, 4.5rem); }.details-section > div > p:last-child { color: var(--muted); }.program-details { margin: 0; }.program-details div { display: grid; grid-template-columns: 135px 1fr; gap: 18px; padding: 18px 0; border-top: 1px solid rgba(36,59,88,.15); }.program-details dt { color: #68778a; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }.program-details dd { margin: 0; font-weight: 700; }
.faq-hero { max-width: 900px; margin: 0 auto; padding: 75px 0 60px; text-align: center; }.faq-hero h1 { max-width: none; font-size: clamp(4rem, 8vw, 7rem); }.faq-hero > p:last-child { max-width: 700px; margin: 25px auto 0; color: var(--muted); font-size: 1.08rem; }.faq-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: clamp(35px, 6vw, 70px); align-items: start; }.faq-list details { border-top: 1px solid var(--line); }.faq-list details:last-child { border-bottom: 1px solid var(--line); }.faq-list summary { position: relative; padding: 25px 45px 25px 0; cursor: pointer; font-family: "DM Serif Display", serif; font-size: 1.45rem; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { content: "+"; position: absolute; right: 10px; color: var(--peach); font-family: "DM Sans", sans-serif; font-size: 1.5rem; }.faq-list details[open] summary::after { content: "−"; }.faq-list details p { margin: -8px 50px 25px 0; color: var(--muted); }.contact-card { position: sticky; top: 20px; padding: 36px; border-radius: 28px; color: white; background: #243b58; }.contact-card .eyebrow { color: #e7bd49; }.contact-card h2 { margin: 0; font-size: 2.6rem; }.contact-card > p:not(.eyebrow) { color: rgba(255,255,255,.68); }.contact-card > a:not(.primary-button), .contact-card > div { display: flex; flex-direction: column; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.14); color: white; text-decoration: none; }.contact-card span, .contact-card small { color: rgba(255,255,255,.58); font-size: .75rem; }.contact-card .primary-button { width: 100%; margin-top: 22px; color: #243b58; background: white; }
.staff-hero { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; padding: 65px 0 42px; }.staff-hero h1 { font-size: clamp(3.6rem, 7vw, 6rem); }.staff-hero p:last-child { max-width: 620px; color: var(--muted); }.staff-stats { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; margin-bottom: 26px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow); }.staff-stats article { display: flex; align-items: center; gap: 18px; padding: 25px; border-right: 1px solid var(--line); }.staff-stats article:last-child { border: 0; }.staff-stats article > span { color: var(--peach); font: 400 2.2rem "DM Serif Display", serif; }.staff-stats strong, .staff-stats small { display: block; }.staff-stats small { color: var(--muted); }.staff-tools { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }.staff-tools > a, .staff-tools > article { display: block; padding: 29px; border: 1px solid var(--line); border-radius: 24px; color: var(--ink); background: white; text-decoration: none; box-shadow: var(--shadow); }.staff-tools > a { transition: transform .2s, border-color .2s; }.staff-tools > a:hover { border-color: var(--sage); transform: translateY(-3px); }.tool-icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 35px; border-radius: 15px; color: white; background: var(--sage); font-size: 1.4rem; }.tool-icon.session-icon { font: 700 .72rem "DM Sans", sans-serif; letter-spacing: .08em; }.tool-icon.peach-icon { background: var(--peach); }.staff-tools h2 { margin: 0; font-size: 2rem; }.staff-tools > a p:not(.eyebrow) { min-height: 88px; color: var(--muted); }.staff-tools > a strong { color: var(--sage-dark); }.upcoming-card { grid-column: 1 / -1; }.upcoming-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }.upcoming-heading h2 { font-size: 2.6rem; }.upcoming-heading p:last-child { margin: 7px 0 0; color: var(--muted); }.upcoming-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 34px; }.upcoming-list > a { display: grid; grid-template-columns: 48px 1fr auto; gap: 14px; align-items: center; min-width: 0; padding: 16px 2px; border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; }.upcoming-list time { display: grid; place-items: center; align-content: center; width: 46px; height: 52px; border-radius: 13px; color: var(--sage-dark); background: var(--sage-light); line-height: 1; }.upcoming-list time b { font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }.upcoming-list time span { margin-top: 3px; font: 400 1.25rem "DM Serif Display", serif; }.upcoming-list > a > div { min-width: 0; }.upcoming-list > a > div > strong, .upcoming-list small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.upcoming-list small { margin-top: 4px; color: var(--muted); font-size: .72rem; }.upcoming-list .legend-dot { display: inline-block; margin-right: 6px; vertical-align: -1px; }.upcoming-list > a > span { color: var(--sage); }.upcoming-empty { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 120px; color: var(--muted); }.page-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }.print-button { font: 700 .92rem "DM Sans", sans-serif; cursor: pointer; }.staff-security-note { margin-top: 24px; padding: 18px 20px; border-left: 4px solid #c99f3e; border-radius: 0 12px 12px 0; color: #705d2e; background: #fbf4df; }
.public-page-intro { padding-top: 65px; }.public-page-intro h1 { font-size: clamp(3.8rem, 7vw, 6rem); }
.site-footer { margin-top: 0; padding: 65px max(30px, calc((100vw - 1120px) / 2)) 22px; color: white; background: #243b58; text-align: left; border: 0; }.footer-inner { display: grid; grid-template-columns: 1.5fr .7fr 1fr 1fr; gap: 55px; padding-bottom: 50px; }.footer-brand img { width: 220px; max-width: 100%; }.footer-brand p, .footer-inner span { color: rgba(255,255,255,.6); }.footer-inner > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }.footer-inner strong { margin-bottom: 6px; color: #e7bd49; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }.footer-inner a { color: white; text-decoration: none; }.footer-apply { margin-top: 9px; font-weight: 700; }.footer-bottom { display: flex; flex-wrap: wrap; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.5); font-size: .78rem; }.footer-bottom span { margin-right: auto; }.footer-bottom a { color: rgba(255,255,255,.65); text-decoration: none; }

/* Shared program pages */
.page-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; padding: 58px 0 38px; }
.page-intro h1, .editor-heading h1, .student-profile-heading h1 { margin: 0; font-size: clamp(3rem, 7vw, 5.4rem); }
.page-intro > div > p:last-child, .editor-heading > p:last-child, .student-profile-heading > div > p:last-child { max-width: 620px; margin: 18px 0 0; color: var(--muted); }
.primary-button, .secondary-button, .today-button { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: 13px 20px; text-decoration: none; font: 700 .92rem "DM Sans", sans-serif; cursor: pointer; }
.primary-button { color: white; background: var(--sage-dark); }
.secondary-button, .today-button { color: var(--sage-dark); background: var(--sage-light); }

/* Calendar */
.calendar-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); align-items: start; gap: 22px; }
.public-calendar-layout { display: block; max-width: 1040px; margin: 48px auto 0; }
.calendar-sidebar { position: sticky; top: 20px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow); }
.sidebar-heading { padding: 24px 22px 18px; border-bottom: 1px solid var(--line); }.sidebar-heading h2 { margin: 0; font-size: 1.65rem; }.sidebar-heading > p:last-child, .sidebar-section p { margin: 9px 0 0; color: var(--muted); font-size: .8rem; }
.filter-list { display: grid; padding: 10px; }.filter-list label { display: grid; grid-template-columns: 18px 10px 1fr; align-items: center; gap: 9px; padding: 9px 10px; border-radius: 10px; color: var(--ink); cursor: pointer; font-size: .8rem; }.filter-list label:hover { background: var(--sage-light); }.filter-list input { margin: 0; }.filter-list noscript button { width: 100%; margin-top: 8px; }
.sidebar-section { padding: 18px 20px; border-top: 1px solid var(--line); }.sidebar-section strong { font-size: .86rem; }.sidebar-section a { display: inline-block; margin-top: 10px; font-size: .78rem; font-weight: 700; }.sidebar-section button { width: 100%; margin-top: 12px; border: 1px solid var(--line); border-radius: 10px; padding: 9px 10px; color: var(--sage-dark); background: white; font: 700 .76rem "DM Sans", sans-serif; cursor: pointer; }.sidebar-section button:hover { background: var(--sage-light); }
.sync-title { display: flex; align-items: center; gap: 8px; }.sync-indicator { width: 9px; height: 9px; border-radius: 50%; background: #c99f3e; }.sync-indicator.ok { background: #4e8a70; }.sync-indicator.error { background: #bd5d5d; }.public-view-card { background: #fbf8f2; }
.calendar-card { overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: var(--shadow); }
.calendar-toolbar { display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 18px; padding: 25px 28px; border-bottom: 1px solid var(--line); }
.calendar-toolbar > div:nth-child(2) { text-align: center; }.calendar-toolbar h2 { margin: 0; font-size: clamp(2rem, 4vw, 3rem); }.calendar-toolbar .eyebrow { margin-bottom: 1px; }
.icon-button { display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid var(--line); border-radius: 50%; color: var(--sage-dark); text-decoration: none; background: white; font-size: 1.15rem; }
.toolbar-actions { display: flex; align-items: center; gap: 10px; }
.calendar-legend { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; padding: 12px 22px; color: var(--muted); background: #fcfdfc; font-size: .78rem; }
.calendar-legend span { display: inline-flex; align-items: center; gap: 7px; }.legend-dot { display: inline-block; width: 9px; height: 9px; border-radius: 50%; }.legend-dot.class { background: var(--sage); }.legend-dot.special { background: var(--peach); }.legend-dot.reminder { background: #c99f3e; }.legend-dot.birthday { background: #8873a8; }.legend-dot.district_closure { background: #c6554d; }.legend-dot.district_schedule { background: #4e9aaa; }.legend-dot.district_conference { border: 2px solid #6c5b72; background: white; }
.month-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); }
.weekday { padding: 11px 8px; border-bottom: 1px solid var(--line); color: var(--muted); text-align: center; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.calendar-day { min-width: 0; min-height: 145px; padding: 9px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.calendar-day:nth-child(7n) { border-right: 0; }.outside-month { background: #faf9f6; }.outside-month .day-number { opacity: .3; }
.day-heading { display: flex; align-items: center; justify-content: space-between; min-height: 28px; }.day-heading a { text-decoration: none; }.day-heading .add-day-event { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; color: var(--muted); opacity: 0; }.calendar-day:hover .add-day-event, .add-day-event:focus { opacity: 1; background: var(--sage-light); }
.day-number { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: var(--muted); font-size: .82rem; font-weight: 700; }.day-number[href]:hover, .day-number[href]:focus { color: var(--sage-dark); background: var(--sage-light); }.is-today .day-number { color: white; background: var(--sage-dark); }
.day-events { display: grid; gap: 4px; margin-top: 4px; }
.calendar-event { display: flex; align-items: center; gap: 5px; min-width: 0; padding: 5px 7px; border-left: 3px solid; border-radius: 6px; color: var(--ink); text-decoration: none; background: var(--sage-light); font-size: .68rem; line-height: 1.2; }
.calendar-event span { overflow: hidden; flex: 1; text-overflow: ellipsis; white-space: nowrap; }.calendar-event time, .calendar-event b { color: var(--muted); font-size: .6rem; white-space: nowrap; }.calendar-event.class { border-color: var(--sage); }.calendar-event.special { border-color: var(--peach); background: #fbede6; }.calendar-event.reminder { border-color: #c99f3e; background: #fbf4df; }.calendar-event.closure { border-color: #a63f3f; background: #fff0f0; }.calendar-event.birthday { border-color: #8873a8; background: #f2eef8; }
.calendar-event.district_closure { border-color: #c6554d; color: #78332f; background: #fbe9e6; }.calendar-event.district_schedule { border-color: #4e9aaa; color: #295b65; background: #e7f4f6; }.calendar-event.district_conference { border-color: #6c5b72; color: #514156; background: #f1edf2; }
.calendar-note { display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 24px; margin-top: 22px; padding: 18px 22px; border-radius: 18px; background: var(--sage-light); }
.calendar-note > div { display: flex; align-items: center; gap: 11px; }.calendar-note > div > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: white; background: var(--sage); font-weight: 700; }.calendar-note p { margin: 0; color: var(--muted); font-size: .86rem; }.calendar-note strong { display: block; color: var(--ink); }

/* Calendar day details */
.day-agenda-page { max-width: 920px; margin: 0 auto; padding: 45px 0 20px; }.day-agenda-page > .back-link { margin-bottom: 34px; }.day-agenda-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 34px; }.day-agenda-heading h1 { margin: 0; font-size: clamp(3.2rem, 7vw, 5.2rem); }.day-agenda-heading p:last-child { max-width: 620px; margin: 12px 0 0; color: var(--muted); }.day-agenda-list { display: grid; gap: 16px; }.day-agenda-event { padding: 25px 28px; border: 1px solid var(--line); border-left: 5px solid var(--sage); border-radius: 18px; background: white; box-shadow: var(--shadow); }.day-agenda-event.special { border-left-color: var(--peach); }.day-agenda-event.reminder { border-left-color: #c99f3e; }.day-agenda-event.birthday { border-left-color: #8873a8; }.day-agenda-event.district_closure { border-left-color: #c6554d; }.day-agenda-event.district_schedule { border-left-color: #4e9aaa; }.day-agenda-event.district_conference { border-left-color: #6c5b72; }.agenda-event-topline { display: flex; align-items: center; justify-content: space-between; gap: 16px; }.agenda-event-type { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }.source-badge { padding: 5px 9px; border-radius: 999px; color: var(--sage-dark); background: var(--sage-light); font-size: .68rem; font-weight: 800; letter-spacing: .08em; }.day-agenda-event h2 { margin: 9px 0 10px; font-size: 1.75rem; }.day-agenda-event > p { margin: 12px 0 0; color: var(--muted); }.agenda-facts { display: flex; flex-wrap: wrap; gap: 10px 28px; margin: 0; }.agenda-facts div { display: flex; gap: 7px; }.agenda-facts dt { color: var(--muted); font-size: .78rem; font-weight: 700; }.agenda-facts dd { margin: 0; font-size: .82rem; }.source-note { font-size: .76rem; font-style: italic; }.agenda-edit-link { display: inline-block; margin-top: 16px; font-size: .8rem; font-weight: 700; }.empty-agenda { padding: 48px; border: 1px dashed var(--line); border-radius: 22px; text-align: center; background: white; }.empty-agenda h2 { margin: 5px 0; }.empty-agenda p:last-child { color: var(--muted); }

/* Event editor */
.editor-page, .student-detail-page { max-width: 900px; margin: 0 auto; padding: 45px 0 15px; }.editor-page .back-link, .student-detail-page .back-link { margin-bottom: 36px; }
.source-record { display: grid; gap: 3px; margin-bottom: 28px; padding: 16px 18px; border-radius: 12px; background: var(--sage-light); }.source-record span, .source-record small { color: var(--muted); font-size: .72rem; }.source-record strong { font-size: .92rem; }.checkbox-field { display: flex; align-items: flex-start; gap: 12px; padding: 16px; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }.checkbox-field input { margin-top: 4px; }.checkbox-field span { display: grid; gap: 3px; }.checkbox-field small { color: var(--muted); }
.editor-heading { margin-bottom: 35px; }.compact-form { padding: clamp(26px, 5vw, 48px); }
.form-actions { display: flex; justify-content: flex-end; gap: 12px; margin-top: 32px; padding-top: 25px; border-top: 1px solid var(--line); }
.delete-form { margin-top: 16px; text-align: right; }.delete-form button { border: 0; color: var(--error); background: transparent; font: 700 .86rem "DM Sans", sans-serif; cursor: pointer; }

/* Students */
.student-search { display: flex; gap: 8px; width: min(100%, 390px); }.student-search input { min-width: 0; background: white; }.student-search button { border: 0; border-radius: 12px; padding: 0 18px; color: white; background: var(--sage-dark); font-weight: 700; cursor: pointer; }
.student-filters { display: grid; grid-template-columns: minmax(210px, 1.4fr) minmax(155px, .8fr) auto; width: min(100%, 600px); }.student-filters select { min-width: 0; border: 1px solid var(--line); border-radius: 12px; padding: 11px 12px; color: var(--ink); background: white; font: inherit; }.roster-tabs { display: flex; gap: 8px; margin-bottom: 18px; }.roster-tabs a { display: inline-flex; align-items: center; gap: 8px; padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: white; text-decoration: none; font-size: .85rem; font-weight: 700; }.roster-tabs a[aria-current="page"] { color: white; background: var(--sage-dark); border-color: var(--sage-dark); }.roster-tabs span { display: grid; place-items: center; min-width: 22px; height: 22px; padding: 0 6px; border-radius: 999px; color: inherit; background: rgba(127,127,127,.13); font-size: .72rem; }
.table-card, .detail-card { border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow); }.table-card { overflow: hidden; }.table-heading { padding: 25px 28px; border-bottom: 1px solid var(--line); }.table-heading h2 { margin: 0; font-size: 2rem; }
.responsive-table { overflow-x: auto; }.student-table { width: 100%; border-collapse: collapse; }.student-table th { padding: 13px 15px; color: var(--muted); background: #f8faf8; text-align: left; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }.student-table td { padding: 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: .85rem; }.student-table td strong, .student-table td small { display: block; }.student-table td strong { color: var(--ink); font-size: .94rem; }.student-table td small { margin-top: 2px; color: #89938e; font-size: .72rem; }.student-table td a { white-space: nowrap; }.clickable-row { cursor: pointer; transition: background .15s; }.clickable-row:hover, .clickable-row:focus { outline: none; background: #f7faf8; }.row-arrow { color: var(--sage) !important; font-size: 1.1rem !important; }
.session-pill { display: inline-flex; margin: 2px; padding: 4px 8px; border-radius: 999px; color: var(--sage-dark); background: var(--sage-light); font-size: .7rem; font-weight: 700; }.session-pill.peach { color: #8c4d31; background: #fae7de; }
.archive-pill, .review-pill { display: inline-flex; margin: 6px 4px 0 0; padding: 4px 8px; border-radius: 999px; font-size: .65rem; font-weight: 700; line-height: 1; }.archive-pill { color: #526070; background: #e7edf0; }.review-pill { color: var(--review-text); background: #f9dfdc; }.muted-value { color: #a0aaa5; }.archived-row { background: #fbfcfc; }.needs-review-row td { background: var(--review-bg); }.needs-review-row td:first-child { box-shadow: inset 4px 0 0 #d99b96; }.needs-review-row:hover td, .needs-review-row:focus td { background: #fde9e7; }.archive-banner, .review-banner { display: inline-flex; margin: 8px 8px 0 0; padding: 6px 10px; border-radius: 999px; font-size: .72rem; font-weight: 700; }.archive-banner { color: #526070; background: #e7edf0; }.review-banner { color: var(--review-text); background: #f9dfdc; }.source-card { grid-column: 1 / -1; }
.empty-state { padding: 70px 25px; text-align: center; }.empty-state > span { color: var(--peach); font-size: 2rem; }.empty-state h2 { margin: 10px 0 5px; font-size: 2rem; }.empty-state p { margin: 0 0 16px; color: var(--muted); }
.student-profile-heading { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; margin-bottom: 38px; }.student-profile-heading h1 { font-size: clamp(2.8rem, 6vw, 4.6rem); }.student-avatar { display: grid; place-items: center; width: 76px; height: 76px; border-radius: 28px; color: white; background: var(--sage); font: 400 2.3rem "DM Serif Display", serif; }.profile-sessions { display: flex; flex-wrap: wrap; justify-content: flex-end; }
.detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }.detail-card { position: relative; padding: 28px; }.detail-card h2 { margin: 0 0 22px; font-size: 1.8rem; }.detail-list { display: grid; gap: 0; margin: 0; }.detail-list > div { padding: 13px 0; border-top: 1px solid var(--line); }.detail-list dt { color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }.detail-list dd { margin: 3px 0 0; overflow-wrap: anywhere; }.card-edit-link, .profile-edit-link, .row-edit-link { display: grid; place-items: center; color: var(--sage-dark); background: var(--sage-light); text-decoration: none; transition: color .15s, background .15s, transform .15s; }.card-edit-link:hover, .profile-edit-link:hover, .row-edit-link:hover { color: white; background: var(--sage); transform: translateY(-1px); }.card-edit-link { position: absolute; top: 18px; right: 18px; width: 34px; height: 34px; border-radius: 11px; font-size: 1rem; }.profile-sessions { position: relative; padding-top: 42px; }.profile-edit-link { position: absolute; top: 0; right: 0; width: 34px; height: 34px; border-radius: 11px; }.row-edit-link { width: 30px; height: 30px; border-radius: 9px; }.student-edit-form { display: grid; gap: 22px; }.student-edit-form .form-card { scroll-margin-top: 20px; }
.review-detail-row { margin: 0 -10px; padding: 13px 10px !important; border-radius: 9px; background: var(--review-bg); }.field-review-note { display: inline; margin-left: 6px; color: var(--review-text); font-size: .68rem; font-weight: 700; letter-spacing: 0; text-transform: none; }.review-card:not(.is-editing) { padding: 42px 10px 10px; border-radius: 14px; background: var(--review-bg); }.card-editor > .review-field, .card-editor fieldset.review-field { padding: 10px; border: 1px solid var(--review-line); border-radius: 11px; color: var(--review-text); background: var(--review-bg); }.card-editor .review-field input:not([type="checkbox"]):not([type="radio"]), .card-editor .review-field select, .card-editor .review-field textarea { border-color: var(--review-line); background: #fffafa; }.card-editor .review-field input::placeholder { color: var(--review-text); opacity: .85; }
.student-page-tools { display: flex; align-items: center; justify-content: flex-end; gap: 10px; width: min(100%, 780px); }.student-page-tools .student-filters { flex: 1; }.class-filter-pills { display: flex; gap: 8px; margin-bottom: 18px; }.class-filter-pills a { display: inline-flex; min-width: 62px; justify-content: center; padding: 10px 18px; border: 1px solid var(--line); border-radius: 999px; color: var(--sage-dark); background: white; text-decoration: none; font-weight: 700; }.class-filter-pills a[aria-current="page"] { border-color: var(--sage-dark); color: white; background: var(--sage-dark); }.report-menu { position: relative; z-index: 5; flex: 0 0 auto; }.report-menu summary { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 14px; color: var(--sage-dark); background: white; cursor: pointer; list-style: none; box-shadow: var(--shadow); }.report-menu summary::-webkit-details-marker { display: none; }.report-menu summary svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }.report-menu[open] summary { color: white; background: var(--sage-dark); }.report-menu-popover { position: absolute; top: calc(100% + 8px); right: 0; width: 190px; overflow: hidden; padding: 6px; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: var(--shadow); }.report-menu-popover button, .report-menu-popover a { display: flex; align-items: center; gap: 9px; width: 100%; border: 0; border-radius: 9px; padding: 10px 11px; color: var(--ink); background: transparent; text-align: left; text-decoration: none; font: 600 .82rem "DM Sans", sans-serif; cursor: pointer; }.report-menu-popover button:hover, .report-menu-popover a:hover { background: var(--sage-light); }.profile-tools { display: flex; align-items: flex-start; justify-content: flex-end; gap: 10px; }.profile-tools .profile-sessions { min-width: 120px; }.card-edit-link, .profile-edit-link { border: 0; cursor: pointer; }.card-editor { display: none; }.editable-card.is-editing > .detail-view, .editable-card.is-editing > .edit-card-toggle { display: none; }.editable-card.is-editing > .card-editor { display: grid; gap: 12px; }.card-editor { position: relative; }.card-editor h2 { padding-right: 78px; }.card-editor > label { display: grid; gap: 5px; color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .05em; }.card-editor input:not([type="checkbox"]):not([type="radio"]), .card-editor select, .card-editor textarea { width: 100%; min-width: 0; border: 1px solid var(--line); border-radius: 10px; padding: 10px 11px; color: var(--ink); background: #fbfcfb; font: 400 .86rem "DM Sans", sans-serif; }.card-editor fieldset { margin: 0; padding: 10px 0 0; border: 0; border-top: 1px solid var(--line); }.card-editor legend { color: var(--muted); font-size: .72rem; font-weight: 700; }.inline-editor-actions { position: absolute; z-index: 2; top: -10px; right: 0; display: flex; gap: 6px; }.inline-editor-actions button { display: grid; place-items: center; width: 34px; height: 34px; border: 0; border-radius: 10px; color: white; cursor: pointer; font-size: 1.05rem; font-weight: 700; }.save-edit { background: var(--sage-dark); }.cancel-edit { background: #9b665b; }.inline-session-choices { display: flex; flex-wrap: wrap; gap: 7px; }.inline-session-choices label, .inline-check { display: inline-flex !important; align-items: center; gap: 6px; padding: 7px 10px; border-radius: 9px; color: var(--ink) !important; background: var(--sage-light); font-size: .78rem !important; font-weight: 700; letter-spacing: 0 !important; }.roster-inline-editor { min-width: 250px; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: var(--shadow); }.roster-inline-editor .inline-editor-actions { top: -42px; }.profile-sessions.is-editing { padding-top: 42px; }
.print-only { display: none; }.report-actions { display: flex; gap: 8px; flex: 0 0 auto; }.report-icon-button { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 14px; color: var(--sage-dark); background: white; cursor: pointer; box-shadow: var(--shadow); }.report-icon-button:hover { color: white; background: var(--sage-dark); }.report-icon-button svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }.quick-reference-section { margin: 0 0 26px; }.quick-reference-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 15px; }.quick-reference-heading h2 { margin: 0; font-size: 2rem; }.quick-reference-heading > p { max-width: 520px; margin: 0; color: var(--muted); font-size: .86rem; }.quick-reference-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; }.quick-reference-card { display: grid; grid-template-columns: auto 1fr; gap: 13px; min-width: 0; padding: 19px; border: 1px solid var(--line); border-radius: 18px; color: var(--ink); background: white; text-decoration: none; box-shadow: var(--shadow); transition: transform .15s, border-color .15s; }.quick-reference-card:hover { border-color: var(--sage); transform: translateY(-2px); }.quick-reference-icon { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 12px; color: var(--sage-dark); background: var(--sage-light); font-size: 1.1rem; }.birthdays-card .quick-reference-icon { color: #6c5b72; background: #f1edf2; }.emergency-card .quick-reference-icon { color: #93453f; background: #fbe9e6; }.afternoon-card .quick-reference-icon { color: #8c4d31; background: #fae7de; }.quick-reference-card h3 { margin: 2px 0 4px; font-size: 1.2rem; }.quick-reference-card p { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.45; }.quick-reference-card .eyebrow { margin: 0; font-size: .57rem; }.quick-reference-card > strong { grid-column: 2; color: var(--sage-dark); font-size: .72rem; }.card-icon-actions { position: absolute; z-index: 2; top: 18px; right: 18px; display: flex; gap: 6px; }.card-icon-actions .card-edit-link, .card-icon-actions .card-print-link { position: static; display: grid; place-items: center; width: 34px; height: 34px; border: 0; border-radius: 11px; color: var(--sage-dark); background: var(--sage-light); cursor: pointer; }.card-icon-actions button:hover { color: white; background: var(--sage); }.profile-sessions .card-icon-actions { top: 0; right: 0; }.profile-sessions { padding-top: 42px; }.print-edit { background: #647c91; }

.editable-card.is-editing > .card-icon-actions { display: none; }

@media (max-width: 1000px) { .calendar-layout { grid-template-columns: 1fr; }.calendar-sidebar { position: static; }.filter-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }.sidebar-section { display: inline-block; width: 50%; vertical-align: top; }.public-view-card { margin-left: -4px; }.quick-reference-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 900px) { .header-contact { display: none; }.home-hero { grid-template-columns: 1fr; }.home-hero-media { max-width: 660px; }.program-preview-grid { grid-template-columns: 1fr; }.calendar-day { min-height: 125px; }.calendar-event time { display: none; }.student-table th:nth-child(4), .student-table td:nth-child(4), .student-table th:nth-child(6), .student-table td:nth-child(6) { display: none; } }
@media (max-width: 1000px) { .program-values { grid-template-columns: repeat(2, 1fr); }.program-values article:nth-child(2) { border-right: 0; }.program-values article:nth-child(-n+2) { margin-bottom: 30px; }.staff-stats { grid-template-columns: repeat(2, 1fr); }.staff-stats > a:nth-child(2) { border-right: 0; }.staff-stats > a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.footer-inner { grid-template-columns: 1fr 1fr; } }
@media (max-width: 900px) { .inside-hero, .rhythm-grid, .details-section, .faq-layout { grid-template-columns: 1fr; }.inside-hero > img { max-width: 620px; }.contact-card { position: static; }.staff-tools { grid-template-columns: 1fr; }.staff-tools > a p:not(.eyebrow) { min-height: 0; }.upcoming-list { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .site-header { align-items: flex-start; flex-wrap: wrap; gap: 16px; padding: 18px 20px; }.program-nav { order: 3; width: 100%; justify-content: center; }.program-nav a { flex: 1; text-align: center; } main { padding: 5px 18px 65px; }.hero { grid-template-columns: 1fr; gap: 28px; padding: 45px 0; }.two-columns, .policy-grid, .detail-grid { grid-template-columns: 1fr; }.form-card { border-radius: 20px; }.terms-detail-link { top: 20px; right: 18px; }.submit-bar { align-items: stretch; flex-direction: column; }.submit-bar button { width: 100%; }.choice-row { flex-wrap: wrap; }.choice-row label { flex-basis: 45%; }.terms-page { padding-top: 35px; }.contact-details { grid-template-columns: 1fr; }.page-intro { align-items: stretch; flex-direction: column; padding-top: 42px; }.student-search { width: 100%; }.student-filters { grid-template-columns: 1fr 1fr; }.student-filters input { grid-column: 1 / -1; }.student-filters button { min-height: 44px; }.filter-list { grid-template-columns: 1fr; }.sidebar-section { display: block; width: 100%; }.public-view-card { margin-left: 0; }.calendar-card { overflow-x: auto; }.calendar-toolbar, .calendar-legend, .month-grid { min-width: 720px; }.calendar-note { grid-template-columns: 1fr 1fr; }.calendar-note > p { grid-column: 1 / -1; }.day-agenda-heading { align-items: stretch; flex-direction: column; }.day-agenda-heading .primary-button { align-self: flex-start; }.day-agenda-event { padding: 22px; }.student-profile-heading { grid-template-columns: auto 1fr; }.profile-sessions { grid-column: 1 / -1; justify-content: flex-start; }.student-table th:nth-child(2), .student-table td:nth-child(2), .student-table th:nth-child(5), .student-table td:nth-child(5) { display: none; }.quick-reference-heading { align-items: flex-start; flex-direction: column; }.quick-reference-grid { grid-template-columns: 1fr; } }

@media (max-width: 600px) { .brand img { width: 150px; height: 50px; }.home-hero { min-height: 0; padding: 48px 0 65px; }.home-hero-copy h1 { font-size: clamp(3.5rem, 17vw, 5rem); }.hero-facts { grid-template-columns: 1fr; gap: 14px; }.hero-facts div { display: flex; justify-content: space-between; gap: 20px; }.home-hero-media::before { inset: -12px 8px 12px -8px; }.hero-note { right: 0; bottom: -22px; }.welcome-strip { gap: 10px 16px; font-size: .82rem; }.home-section { padding: 82px 0; }.section-kicker { grid-template-columns: 1fr; gap: 0; }.section-kicker h2 { font-size: 3.3rem; }.home-cta { align-items: stretch; flex-direction: column; }.light-button { justify-content: center; } }
@media (max-width: 680px) { .inside-hero { min-height: 0; padding: 48px 0 70px; }.inside-hero h1 { font-size: 3.7rem; }.program-values { grid-template-columns: 1fr; }.program-values article { margin: 0 !important; padding: 25px 10px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }.rhythm-list li { grid-template-columns: 78px 1fr; }.details-section { margin: 0 -4px 65px; padding: 32px 25px; }.program-details div { grid-template-columns: 1fr; gap: 5px; }.staff-hero { align-items: stretch; flex-direction: column; }.staff-stats { grid-template-columns: 1fr; }.staff-stats > a { border-right: 0; border-bottom: 1px solid var(--line); }.staff-stats > a:last-child { border-bottom: 0; }.footer-inner { grid-template-columns: 1fr; gap: 35px; }.footer-bottom span { flex-basis: 100%; }.faq-hero { padding-top: 50px; }.faq-hero h1 { font-size: 3.9rem; } }

@page portrait-report { size: portrait; margin: .45in; }
@page landscape-report { size: landscape; margin: .38in; }
.print-portrait { page: portrait-report; }.print-landscape { page: landscape-report; }
@media print {
  body.smart-printing .print-portrait,
  body.smart-printing .print-landscape,
  body.smart-printing .smart-print-root { page: auto; }
  .smart-print-root { width: 100% !important; max-width: none !important; zoom: var(--smart-print-scale, 1); }
  .smart-print-root img, .smart-print-root svg, .smart-print-root canvas, .smart-print-root video { max-width: 100% !important; height: auto !important; }
  .smart-print-root table { max-width: 100%; }
  .smart-print-root pre, .smart-print-root code { white-space: pre-wrap; overflow-wrap: anywhere; }
  .smart-print-root .responsive-table, .smart-print-root .records-list, .smart-print-root .calendar-card { max-height: none !important; overflow: visible !important; }
}
@media print { html, body { width: 100%; background: white; }.site-header, .back-link, .terms-actions, .return-button, .print-button, .report-menu, .report-actions, .student-search, .class-filter-pills, .edit-card-toggle, .row-edit-link, .screen-only, .no-print, footer { display: none !important; } main { max-width: none; padding: 0 !important; }.print-only { display: block !important; }.print-report { width: 100%; max-width: none; margin: 0; padding: 0; color: #18231f; }.report-page-intro, .print-report > .page-intro { align-items: end; margin: 0 0 10pt; padding: 0 0 8pt; border-bottom: 1pt solid #9eaaa5; }.report-page-intro h1, .print-report > .page-intro h1 { margin: 0; font-size: 23pt; }.report-page-intro p, .print-report > .page-intro p { margin: 2pt 0 0; font-size: 8pt; }.report-generated { color: #66716c !important; font-size: 7pt !important; }.terms-page { max-width: none; padding: 0; }.terms-page-heading { display: none; }.full-terms-card, .table-card, .detail-card { padding: 0; border: 0; border-radius: 0; box-shadow: none; }.table-heading { padding: 0 0 6pt; border: 0; }.table-heading .eyebrow { display: none; }.table-heading h2 { font-size: 11pt; }.responsive-table { overflow: visible; }.student-table { width: 100%; table-layout: fixed; border: .5pt solid #aeb7b2; }.student-table th, .student-table td, .student-table th:nth-child(n), .student-table td:nth-child(n) { display: table-cell !important; padding: 4pt 4.5pt; border: .5pt solid #c8cfcb; font-size: 6.8pt; line-height: 1.25; overflow-wrap: anywhere; vertical-align: top; }.student-table th { color: #293a34; background: #eef2ef !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; font-size: 6pt; }.student-table td strong { font-size: 7.2pt; }.student-table td small { font-size: 6.2pt; }.student-table td a { color: inherit; white-space: normal; text-decoration: none; }.student-table tr { break-inside: avoid; }.session-pill { padding: 1pt 3pt; font-size: 5.8pt; }.legal-document > .legal-section { break-inside: avoid; }.student-detail-page .student-profile-heading { grid-template-columns: auto 1fr; margin: 0 0 10pt; }.student-detail-page .student-avatar { width: 38pt; height: 38pt; border-radius: 10pt; font-size: 18pt; -webkit-print-color-adjust: exact; print-color-adjust: exact; }.student-detail-page .student-profile-heading h1 { font-size: 26pt; }.student-detail-page .profile-tools { display: none; }.student-detail-page .detail-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8pt; }.student-detail-page .detail-card { padding: 10pt; border: .5pt solid #bdc7c1; break-inside: avoid; }.student-detail-page .detail-card h2 { margin-bottom: 6pt; font-size: 13pt; }.student-detail-page .detail-list > div { padding: 4pt 0; }.student-detail-page .detail-list dt { font-size: 5.8pt; }.student-detail-page .detail-list dd { font-size: 7.5pt; }.card-icon-actions, .inline-editor-actions, .card-editor { display: none !important; }.editable-card.is-editing > .detail-view { display: block !important; } body.print-single-card .student-detail-page > * { display: none !important; } body.print-single-card .student-detail-page .detail-grid:has(.print-card-selected), body.print-single-card .student-detail-page .student-profile-heading:has(.print-card-selected) { display: block !important; } body.print-single-card .detail-grid > *:not(.print-card-selected), body.print-single-card .student-profile-heading > *:not(.print-card-selected) { display: none !important; } body.print-single-card .print-card-selected { display: block !important; width: 100%; max-width: 7.4in; margin: 0; padding: 18pt; border: .75pt solid #8b9991; } }

/* Lesson plans */
.lesson-page, .lesson-detail-page, .lesson-edit-page, .print-center-page { max-width: 1020px; margin: 0 auto; padding: 40px 0 20px; }
.lesson-intro { padding-top: 15px; }.lesson-intro h1, .lesson-detail-heading h1, .print-center-heading h1 { font-size: clamp(3rem, 7vw, 5rem); }.lesson-intro p:last-child, .lesson-detail-heading > div > p:last-child, .print-center-heading p:last-child { max-width: 680px; color: var(--muted); }
.lesson-list-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 0 0 20px; }.lesson-filter-pills { display: flex; gap: 9px; margin: 0; }.lesson-filter-pills a { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; color: var(--sage-dark); background: white; text-decoration: none; font-size: .85rem; font-weight: 700; }.lesson-filter-pills a[aria-current="page"] { border-color: var(--sage-dark); color: white; background: var(--sage-dark); }.lesson-filter-pills span { display: grid; place-items: center; min-width: 22px; height: 22px; padding: 0 6px; border-radius: 999px; background: rgba(127,127,127,.14); font-size: .7rem; }.lesson-syllabus-button { flex: 0 0 auto; margin-right: 52px; }
.lesson-table { width: 100%; border-collapse: collapse; }.lesson-table th { padding: 14px 18px; color: var(--muted); background: #f8faf8; text-align: left; font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; }.lesson-table td { padding: 17px 18px; border-top: 1px solid var(--line); color: var(--muted); vertical-align: middle; font-size: .84rem; }.lesson-table td strong, .lesson-table td small { display: block; }.lesson-table td strong { color: var(--ink); font-size: .96rem; }.lesson-table td small { max-width: 480px; margin-top: 3px; color: var(--muted); }.lesson-number { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 12px; color: white; background: var(--sage); font-weight: 800; }.lesson-row.is-taught { opacity: .56; background: #f5f7f6; }.lesson-row.is-taught:hover { opacity: .78; }.lesson-row.needs-confirmation { background: #fffdf7; }.lesson-status { display: inline-flex; padding: 6px 10px; border-radius: 999px; white-space: nowrap; font-size: .7rem; font-weight: 800; }.lesson-status.taught { color: #526070; background: #e7edf0; }.lesson-status.upcoming { color: var(--sage-dark); background: var(--sage-light); }.lesson-status.attention { color: #75591d; background: #fbf1d3; }.lesson-empty { padding: 55px !important; text-align: center; }
.birthday-plan-pill { display: inline-flex; flex-direction: column; gap: 2px; margin: 2px 0; padding: 7px 9px; border-radius: 10px; color: #5f4d70; background: #f2eef8; font-size: .72rem; font-weight: 800; }.birthday-plan-pill small { margin: 0 !important; color: #766a80 !important; font-size: .62rem !important; font-weight: 600; }.lesson-birthday-banner { display: grid; grid-template-columns: auto 1fr; gap: 17px; align-items: center; margin: -10px 0 28px; padding: 20px 24px; border: 1px solid #dacde5; border-radius: 19px; background: #f5f0f8; box-shadow: var(--shadow); }.birthday-balloon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; background: white; font-size: 1.4rem; }.lesson-birthday-banner .eyebrow { margin: 0 0 3px; color: #76608a; }.lesson-birthday-banner h2 { margin: 0; font-size: 1.55rem; }.birthday-celebration-facts { display: flex; flex-wrap: wrap; gap: 7px 18px; margin-top: 6px; color: #70677a; font-size: .78rem; }.birthday-celebration-facts span, .birthday-celebration-facts strong { display: block; }.birthday-celebration-facts strong { margin-bottom: 1px; color: #5f4d70; }
.lesson-detail-heading, .print-center-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; margin-bottom: 30px; }.lesson-detail-heading h1, .print-center-heading h1 { margin: 0; }.lesson-detail-heading .eyebrow, .print-center-heading .eyebrow { margin-bottom: 12px; }.lesson-icon-actions { display: flex; gap: 9px; flex: 0 0 auto; }.icon-button { display: grid; place-items: center; width: 46px; height: 46px; padding: 0; border: 1px solid var(--line); border-radius: 14px; color: var(--sage-dark); background: white; text-decoration: none; box-shadow: var(--shadow); cursor: pointer; font: 700 1.35rem "DM Sans", sans-serif; }.icon-button:hover { color: white; background: var(--sage-dark); }.icon-button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }.save-icon { border-color: var(--sage-dark); color: white; background: var(--sage-dark); }.cancel-icon { color: #8c4d42; }
.taught-confirmation { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0 0 22px; padding: 20px 22px; border: 1px solid #ead9a9; border-radius: 18px; background: #fffaf0; }.taught-confirmation.is-complete { border-color: #c9dcd3; background: #f0f7f3; }.taught-confirmation > div, .taught-confirmation form { display: flex; align-items: center; gap: 11px; }.taught-confirmation strong, .taught-confirmation small { display: block; }.taught-confirmation small { color: var(--muted); font-size: .76rem; }.status-check { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: white; background: #b79345; font-weight: 800; }.is-complete .status-check { background: var(--sage); }.taught-confirmation input { min-width: 148px; padding: 9px 11px; background: white; }.taught-confirmation button { border: 0; border-radius: 11px; padding: 11px 14px; color: white; background: var(--sage-dark); font: 700 .78rem "DM Sans", sans-serif; cursor: pointer; }.taught-confirmation .reopen-form { position: absolute; right: 22px; bottom: -25px; }.taught-confirmation .reopen-form button { padding: 4px 0; color: var(--muted); background: transparent; font-size: .68rem; text-decoration: underline; }
.lesson-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }.lesson-content-card { position: relative; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow); }.lesson-content-card.full-width { grid-column: 1 / -1; }.lesson-content-card h2 { margin: 0 0 16px; padding-right: 42px; font-size: 2rem; }.lesson-content-card > p:last-child, .lesson-overview > p { color: var(--muted); }.preserve-lines { white-space: pre-line; }.activity-steps { line-height: 1.85; }.lesson-overview dl { display: grid; gap: 0; margin: 22px 0 0; }.lesson-overview dl div { padding: 12px 0; border-top: 1px solid var(--line); }.lesson-overview dt { color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.lesson-overview dd { margin: 3px 0 0; }.card-title-row { display: flex; align-items: end; justify-content: space-between; gap: 20px; }.card-title-row a { margin-bottom: 17px; font-size: .8rem; font-weight: 700; }.attachment-list, .attachment-edit-list, .print-material-list { display: grid; gap: 9px; }.attachment-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }.attachment-list > a, .print-material-list > a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 14px; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); background: #fbfcfb; text-decoration: none; }.attachment-list a:hover, .print-material-list a:hover { border-color: var(--sage); background: var(--sage-light); }.attachment-list strong, .attachment-list small, .print-material-list strong, .print-material-list small { display: block; }.attachment-list small, .print-material-list small { color: var(--muted); font-size: .7rem; }.file-type { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 11px; color: var(--sage-dark); background: var(--sage-light); font-size: .63rem; font-weight: 800; }.empty-attachments { grid-column: 1 / -1; color: var(--muted); }
.supply-checklist { display: grid; gap: 8px; }.supply-checklist label { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 10px; padding: 9px 10px; border: 1px solid var(--line); border-radius: 11px; cursor: pointer; background: #fbfcfb; }.supply-checklist label:has(input:checked) { color: var(--muted); background: var(--sage-light); }.supply-checklist label:has(input:checked) span { text-decoration: line-through; }.supply-checklist input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--sage-dark); }.checklist-save { justify-self: start; margin-top: 4px; border: 0; border-radius: 999px; padding: 9px 14px; color: white; background: var(--sage-dark); cursor: pointer; font: 700 .72rem "DM Sans", sans-serif; }.attachment-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }.attachment-thumbnail-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fbfcfb; }.attachment-preview { position: relative; display: grid; place-items: center; height: 180px; overflow: hidden; border-bottom: 1px solid var(--line); background: #eef3ef; }.attachment-preview img, .attachment-preview iframe { width: 100%; height: 100%; border: 0; object-fit: cover; background: white; pointer-events: none; }.attachment-preview.pdf iframe { transform: scale(1.02); }.attachment-preview > a { position: absolute; inset: 0; z-index: 2; }.resource-file-icon { display: grid; place-items: center; width: 80px; height: 80px; border-radius: 23px; color: var(--sage-dark); background: white; box-shadow: var(--shadow); font-size: 1.5rem; font-weight: 800; }.attachment-card-details { display: grid; gap: 4px; padding: 13px 14px 15px; }.attachment-card-details strong { margin-top: 3px; color: var(--ink); }.attachment-card-details small { color: var(--muted); overflow-wrap: anywhere; }.attachment-card-details p { margin: 4px 0; color: var(--muted); font-size: .72rem; line-height: 1.45; }.attachment-card-details > a { justify-self: start; margin-top: 4px; color: var(--sage-dark); font-size: .72rem; font-weight: 800; }.resource-type-badge { justify-self: start; padding: 4px 7px; border-radius: 999px; color: var(--sage-dark); background: var(--sage-light); font-size: .58rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }.resource-type-badge.cricut { color: #8a4d35; background: #fae9df; }.resource-type-badge.3d_print { color: #465f77; background: #e8f0f6; }.resource-type-badge.reference { color: #6b587c; background: #f1ecf5; }
.lesson-card-edit { position: absolute; z-index: 2; top: 22px; right: 22px; display: grid; place-items: center; width: 36px; height: 36px; padding: 0; border: 0; border-radius: 11px; color: var(--sage-dark); background: var(--sage-light); cursor: pointer; }.lesson-card-edit:hover { color: white; background: var(--sage); }.lesson-card-edit svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }.lesson-card-editor { display: none; position: relative; gap: 12px; }.editable-lesson-card.is-editing > .lesson-card-view, .editable-lesson-card.is-editing > .lesson-card-edit, .editable-lesson-card.is-editing > .lesson-card-corner-actions { display: none; }.editable-lesson-card.is-editing > .lesson-card-editor { display: grid; }.lesson-card-editor > label, .lesson-editor-columns label { display: grid; gap: 5px; color: var(--muted); font-size: .72rem; font-weight: 700; }.lesson-card-editor input, .lesson-card-editor select, .lesson-card-editor textarea { width: 100%; min-width: 0; border: 1px solid var(--line); border-radius: 10px; padding: 10px 11px; color: var(--ink); background: #fbfcfb; font: 400 .86rem "DM Sans", sans-serif; }.lesson-editor-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.lesson-card-editor-actions { position: absolute; z-index: 2; top: -8px; right: 0; display: flex; gap: 6px; }.lesson-card-editor-actions button { display: grid; place-items: center; width: 34px; height: 34px; padding: 0; border: 0; border-radius: 10px; color: white; cursor: pointer; font-size: 1rem; font-weight: 800; }.lesson-card-editor .attachment-upload { margin-top: 4px; }.attachments-card .card-title-row { padding-right: 92px; }
.line-leader-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.line-leader-pair article { display: grid; grid-template-columns: 48px 1fr; gap: 13px; align-items: center; padding: 16px; border: 1px solid var(--line); border-radius: 15px; background: #fbfcfb; }.line-leader-pair article > span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; color: white; background: var(--sage); font-weight: 800; }.line-leader-pair strong, .line-leader-pair small { display: block; }.line-leader-pair small { margin-top: 3px; color: var(--muted); font-size: .72rem; }.line-leader-help { margin: -4px 48px 3px 0; color: var(--muted); font-size: .78rem; }
.surprise-box-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 14px; }.surprise-box-pair article { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 5px 13px; align-items: center; padding: 16px; border: 1px solid var(--line); border-radius: 15px; background: #fffaf6; }.surprise-box-pair article > span { grid-row: 1 / span 2; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; color: white; background: var(--peach); font-weight: 800; }.surprise-box-pair small { color: var(--muted); font-size: .72rem; }.surprise-student-list { display: flex; flex-wrap: wrap; gap: 5px 16px; }.surprise-editor-session { display: grid; gap: 10px; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: #fbfcfb; }.surprise-editor-session > strong { color: var(--sage-dark); }
.lesson-edit-form { margin-bottom: 20px; }.edit-heading { align-items: center; }.lesson-fields { padding: clamp(25px, 5vw, 45px); }.lesson-edit-page .attachment-editor h2 { margin: 0; font-size: 2.3rem; }.attachment-editor > div:first-child > p:last-child { max-width: 720px; color: var(--muted); }.attachment-edit-list { margin: 24px 0; }.attachment-edit-list > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; }.attachment-edit-list a { text-decoration: none; }.attachment-edit-list strong, .attachment-edit-list small { display: block; }.attachment-edit-list small { color: var(--muted); font-size: .7rem; }.attachment-edit-list button { border: 0; color: var(--error); background: transparent; cursor: pointer; font-size: 1.25rem; }.attachment-upload { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding-top: 22px; border-top: 1px solid var(--line); }.attachment-upload .full-span { grid-column: 1 / -1; }.attachment-upload .primary-button { justify-self: end; }.attachment-upload input[type="file"] { padding: 11px; border: 1px solid var(--line); border-radius: 12px; background: #fcfdfc; }
.attachments-card .card-title-row { align-items: flex-start; }.lesson-card-corner-actions { position: absolute; z-index: 8; top: 22px; right: 22px; display: flex; align-items: center; gap: 7px; }.lesson-card-corner-actions .lesson-card-edit { position: static; }.print-selector { position: relative; }.print-selector summary, .attachments-print-disabled { display: grid; place-items: center; width: 36px; height: 36px; padding: 0; border: 1px solid var(--line); border-radius: 11px; color: var(--sage-dark); background: white; cursor: pointer; list-style: none; }.print-selector summary::-webkit-details-marker { display: none; }.print-selector summary:hover, .print-selector[open] summary { color: white; border-color: var(--sage-dark); background: var(--sage-dark); }.print-selector summary svg, .attachments-print-disabled svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }.attachments-print-disabled { opacity: .42; cursor: not-allowed; }.print-selector-panel { position: fixed; z-index: 30; top: 50%; right: 50%; width: 360px; max-width: calc(100vw - 32px); padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 22px 60px rgba(42, 60, 53, .28); transform: translate(50%, -50%); }.print-selector-heading { display: grid; gap: 2px; margin-bottom: 12px; }.print-selector-heading strong { font: 700 1rem "DM Sans", sans-serif; }.print-selector-heading small, .print-selector-files small { color: var(--muted); }.print-select-all { display: flex; align-items: center; gap: 9px; padding: 9px 10px; border-radius: 10px; color: var(--sage-dark); background: var(--sage-light); font-weight: 700; }.print-selector-files { display: grid; gap: 3px; max-height: min(270px, calc(100vh - 300px)); margin: 8px 0 14px; overflow: auto; }.print-selector-files label { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 9px; padding: 8px 5px; border-bottom: 1px solid #edf0ed; cursor: pointer; }.print-selector-files label > span { display: grid; gap: 1px; min-width: 0; }.print-selector-files strong, .print-selector-files small { overflow-wrap: anywhere; }.print-selector input[type="checkbox"] { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--sage-dark); }.print-selector-actions { display: flex; justify-content: flex-end; gap: 8px; }.print-selector-actions button { padding: 10px 14px; }
.print-center-page { max-width: 850px; }.print-center-heading { align-items: center; }.print-material-list a { padding: 18px; background: white; }.material-open { color: var(--sage-dark); font-size: .78rem; font-weight: 700; }

@media (max-width: 1000px) { .attachment-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 900px) { .lesson-table th:nth-child(3), .lesson-table td:nth-child(3) { display: none; } }
@media (max-width: 680px) { .line-leader-pair, .surprise-box-pair, .line-leaders-card .lesson-editor-columns, .surprise-box-card .lesson-editor-columns { grid-template-columns: 1fr; } }
.syllabus-report { max-width: 920px; margin: 0 auto; padding: 40px 0 20px; }.syllabus-screen-actions { display: flex; align-items: center; gap: 9px; }.syllabus-screen-actions .secondary-button { white-space: nowrap; }.syllabus-table { width: 100%; border-collapse: collapse; table-layout: fixed; }.syllabus-table th, .syllabus-table td { padding: 13px 16px; border-top: 1px solid var(--line); text-align: left; vertical-align: top; }.syllabus-table th { color: var(--muted); background: #f8faf8; font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; }.syllabus-table td { color: var(--ink); font-size: .84rem; line-height: 1.5; }.syllabus-table th:nth-child(1), .syllabus-table td:nth-child(1) { width: 11%; text-align: center; font-weight: 800; }.syllabus-table th:nth-child(2), .syllabus-table td:nth-child(2) { width: 55%; }.syllabus-table th:nth-child(3), .syllabus-table td:nth-child(3) { width: 20%; }.syllabus-table th:nth-child(4), .syllabus-table td:nth-child(4) { width: 14%; white-space: nowrap; }.syllabus-table tbody tr:nth-child(even) { background: #fbfcfb; }
@media (max-width: 760px) { .program-nav { overflow-x: auto; }.program-nav a { white-space: nowrap; }.lesson-detail-heading, .print-center-heading { flex-direction: column; }.taught-confirmation { align-items: stretch; flex-direction: column; }.taught-confirmation form { width: 100%; }.taught-confirmation form label { flex: 1; }.taught-confirmation input { width: 100%; }.lesson-detail-grid, .attachment-list, .attachment-gallery, .attachment-upload, .lesson-editor-columns { grid-template-columns: 1fr; }.lesson-content-card.full-width { grid-column: auto; }.attachment-upload .full-span { grid-column: auto; }.attachment-upload .primary-button { justify-self: stretch; }.lesson-filter-pills { overflow-x: auto; }.lesson-syllabus-button { margin-right: 0; }.lesson-birthday-banner { grid-template-columns: 1fr; }.birthday-balloon { width: 42px; height: 42px; }.syllabus-screen-actions { align-items: flex-start; flex-direction: column-reverse; } }
@media print { .print-page-button, .lesson-card-edit, .lesson-card-editor, .syllabus-screen-actions { display: none !important; }.editable-lesson-card.is-editing > .lesson-card-view { display: block !important; }.print-material-list a { break-inside: avoid; }.syllabus-report { padding: 0; }.syllabus-table-card { padding: 0; border: 0; box-shadow: none; }.syllabus-table-heading { padding: 0 0 6pt; }.syllabus-table th, .syllabus-table td { padding: 4.5pt 6pt; border: .5pt solid #c8cfcb; font-size: 7.7pt; line-height: 1.3; }.syllabus-table th { color: #293a34; background: #eef2ef !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; font-size: 6.5pt; }.syllabus-table tr { break-inside: avoid; }.syllabus-table tbody tr:nth-child(even) { background: #f7f9f7 !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; } }

/* Finance, administration, and staff photo library */
.workspace-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 24px; }.workspace-stats article { padding: 20px 22px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); }.workspace-stats span, .workspace-stats small { display: block; }.workspace-stats span { color: var(--sage-dark); font: 400 1.9rem "DM Serif Display", serif; }.workspace-stats small { margin-top: 4px; color: var(--muted); }
.finance-heading-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }.finance-report-icon, .finance-export-menu > summary { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 11px; color: var(--sage-dark); background: var(--sage-light); cursor: pointer; list-style: none; }.finance-report-icon { text-decoration: none; }.finance-report-icon:hover, .finance-export-menu > summary:hover, .finance-export-menu[open] > summary { color: white; background: var(--sage-dark); }.finance-report-icon svg, .finance-export-menu > summary svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }.finance-export-menu { position: relative; }.finance-export-menu > summary::-webkit-details-marker { display: none; }.finance-export-menu > div { position: absolute; z-index: 15; top: calc(100% + 8px); right: 0; display: grid; width: 245px; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; padding: 8px; background: white; box-shadow: 0 16px 40px rgba(36,54,44,.16); }.finance-export-menu > div strong { padding: 7px 9px 5px; font-size: .76rem; }.finance-export-menu > div a { padding: 9px; border-radius: 8px; color: var(--ink); text-decoration: none; font-size: .78rem; font-weight: 700; }.finance-export-menu > div a:hover { background: var(--sage-light); }.finance-export-menu > div small { padding: 7px 9px; color: var(--muted); font-size: .65rem; line-height: 1.4; }
.workspace-layout { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(300px, .75fr); gap: 22px; align-items: start; }.workspace-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; }.workspace-heading p { margin: 5px 0 0; color: var(--muted); }.compact-filters { display: flex; gap: 7px; }.compact-filters select, .compact-filters button { min-height: 40px; border: 1px solid var(--line); border-radius: 10px; padding: 8px 11px; color: var(--ink); background: white; font: 600 .78rem "DM Sans", sans-serif; }.compact-filters button { border-color: var(--sage-dark); color: white; background: var(--sage-dark); cursor: pointer; }.finance-auto-filters select[name="type"] { min-width: 130px; }.finance-auto-filters select[name="year"] { min-width: 112px; }
.staff-stats { grid-template-columns: repeat(4, 1fr); }.staff-stats > a { display: flex; min-width: 0; align-items: center; justify-content: center; flex-direction: column; gap: 5px; padding: 22px 25px; border-right: 1px solid var(--line); color: var(--ink); text-align: center; text-decoration: none; transition: background .15s, box-shadow .15s; }.staff-stats > a:last-child { border-right: 0; }.staff-stats > a:hover, .staff-stats > a:focus-visible { outline: none; background: var(--sage-light); box-shadow: inset 0 -4px 0 var(--sage); }.staff-stats > a > span { display: block; margin-bottom: 5px; color: var(--peach); font: 400 2.2rem "DM Serif Display", serif; line-height: 1; white-space: nowrap; }.staff-stats > a strong, .staff-stats > a small { display: block; width: 100%; }.staff-stats > a strong { line-height: 1.25; }.staff-stats > a small { color: var(--muted); }
.tuition-intro { align-items: end; }.month-picker label { display: grid; gap: 6px; color: var(--muted); font-size: .72rem; font-weight: 700; }.month-picker select { min-width: 190px; border: 1px solid var(--line); border-radius: 12px; padding: 11px 13px; color: var(--ink); background: white; font: 600 .86rem "DM Sans", sans-serif; }.tuition-summary-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 14px; margin-bottom: 24px; }.tuition-summary-grid > article { padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: var(--shadow); }.tuition-summary-grid > article > span, .tuition-summary-grid > article > small { display: block; }.tuition-summary-grid > article > span, .tuition-progress-card > strong { color: var(--sage-dark); font: 400 2rem "DM Serif Display", serif; }.tuition-summary-grid small { margin-top: 5px; color: var(--muted); }.tuition-progress { height: 9px; overflow: hidden; margin: 13px 0 8px; border-radius: 999px; background: #edf1ee; }.tuition-progress span { display: block; height: 100%; border-radius: inherit; background: var(--sage); }.tuition-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(320px, .62fr); gap: 22px; align-items: start; }.tuition-layout > main { display: grid; gap: 22px; }.tuition-actions { display: grid; gap: 18px; }.tuition-actions .workspace-form-card { position: static; }.venmo-import-card p { color: var(--muted); font-size: .84rem; }.venmo-import-card > small { display: block; margin-top: 13px; color: var(--muted); }.tuition-outstanding-card .table-heading p:last-child, .unmatched-card .table-heading p:last-child { margin: 5px 0 0; color: var(--muted); }.tuition-all-paid { padding: 34px !important; color: var(--sage-dark) !important; text-align: center; }.unmatched-list article { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 15px; align-items: center; padding: 16px 20px; border-top: 1px solid var(--line); }.unmatched-list strong, .unmatched-list small { display: block; }.unmatched-list small { margin-top: 3px; color: var(--muted); }.unmatched-list form { display: flex; gap: 7px; }.unmatched-list select, .unmatched-list button { min-height: 38px; border: 1px solid var(--line); border-radius: 9px; padding: 7px 9px; background: white; font: 600 .75rem "DM Sans", sans-serif; }.unmatched-list button { border-color: var(--sage-dark); color: white; background: var(--sage-dark); cursor: pointer; }.tuition-history-card { grid-column: 1 / -1; }
.venmo-auto-import { margin-top: 17px; }.venmo-watch-status { display: grid; grid-template-columns: 10px minmax(0, 1fr); gap: 9px; align-items: center; padding: 11px 12px; border: 1px solid var(--line); border-radius: 12px; background: #f8faf8; }.venmo-watch-status span { width: 9px; height: 9px; border-radius: 50%; background: #aab5af; }.venmo-watch-status p { margin: 0; font-size: .75rem; }.venmo-watch-status.is-watching span { background: var(--peach); box-shadow: 0 0 0 5px rgba(228,161,127,.16); animation: venmo-watch-pulse 1.5s ease-in-out infinite; }.venmo-watch-status.has-error { border-color: #ddb3aa; background: #fff7f5; }.venmo-watch-status.has-error span { background: #b86455; }.venmo-import-steps { margin: 15px 0 0; padding-left: 21px; color: var(--muted); font-size: .77rem; line-height: 1.65; }.venmo-manual-import { margin-top: 14px; border-top: 1px solid var(--line); padding-top: 12px; }.venmo-manual-import summary { color: var(--sage-dark); font-size: .76rem; font-weight: 700; cursor: pointer; }.venmo-manual-import .workspace-form { margin-top: 13px; }@keyframes venmo-watch-pulse { 50% { opacity: .45; transform: scale(.8); } }
.venmo-workflow { position: fixed; z-index: 1000; inset: 0; display: none; place-items: center; padding: 24px; }.venmo-workflow.is-open { display: grid; }.venmo-workflow-backdrop { position: absolute; inset: 0; background: rgba(32,45,40,.62); backdrop-filter: blur(5px); }.venmo-workflow-panel { position: relative; width: min(560px, 100%); max-height: calc(100vh - 48px); overflow: auto; padding: 30px; border: 1px solid rgba(255,255,255,.62); border-radius: 26px; background: #fffdfa; box-shadow: 0 24px 80px rgba(20,35,29,.3); }.venmo-workflow-heading { display: flex; justify-content: space-between; gap: 20px; align-items: start; }.venmo-workflow-heading h2 { margin: 0; font-size: 2.1rem; }.venmo-workflow-heading button { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: white; font-size: 1.45rem; cursor: pointer; }.venmo-workflow-intro { margin: 11px 0 20px; color: var(--muted); line-height: 1.55; }.venmo-workflow-steps { display: grid; gap: 10px; margin: 0 0 18px; padding: 0; list-style: none; }.venmo-workflow-steps li { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 12px; align-items: center; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: white; }.venmo-workflow-steps li > span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 11px; color: var(--sage-dark); background: var(--sage-light); font-weight: 800; }.venmo-workflow-steps li.is-current { border-color: #dcb093; background: #fff8f3; }.venmo-workflow-steps li.is-current > span { color: white; background: var(--peach); }.venmo-workflow-steps strong, .venmo-workflow-steps small { display: block; }.venmo-workflow-steps small { margin-top: 2px; color: var(--muted); font-size: .74rem; }.venmo-workflow-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }.venmo-workflow-actions button { flex: 1 1 190px; }.venmo-workflow-actions .text-button { border: 0; color: var(--muted); background: transparent; font: 700 .78rem "DM Sans", sans-serif; cursor: pointer; }.venmo-security-note { margin: 16px 0 0; color: var(--muted); font-size: .72rem; text-align: center; }.venmo-workflow-open { overflow: hidden; }
@media (max-width: 620px) { .venmo-workflow { padding: 10px; }.venmo-workflow-panel { max-height: calc(100vh - 20px); padding: 22px; border-radius: 20px; }.venmo-workflow-heading h2 { font-size: 1.75rem; } }
@media (max-width: 1050px) { .tuition-layout { grid-template-columns: 1fr; }.tuition-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 900px) { .tuition-summary-grid { grid-template-columns: 1fr; }.tuition-actions { grid-template-columns: 1fr; }.unmatched-list article { grid-template-columns: 1fr; }.unmatched-list form { flex-wrap: wrap; } }
.records-list { max-height: 880px; overflow-y: auto; }.records-list article { display: grid; grid-template-columns: 42px minmax(0, 1fr) auto auto; gap: 13px; align-items: center; padding: 14px 20px; border-bottom: 1px solid var(--line); }.records-list strong, .records-list small { display: block; }.records-list small { margin-top: 3px; color: var(--muted); font-size: .71rem; }.finance-record-row[data-record-href], .admin-record-row[data-record-href] { cursor: pointer; transition: background .16s ease, box-shadow .16s ease; }.finance-record-row[data-record-href]:hover, .finance-record-row[data-record-href]:focus-visible, .admin-record-row[data-record-href]:hover, .admin-record-row[data-record-href]:focus-visible { outline: none; background: #f4f8f5; box-shadow: inset 4px 0 0 var(--sage); }.record-row-arrow { color: var(--sage-dark); font-size: 1.35rem; font-weight: 800; line-height: 1; }.record-badge { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; color: white; background: #809989; font-weight: 800; }.record-badge.expense { background: #b77665; }.record-badge.income { background: #668a76; }.record-badge.tax { background: #697b96; }.record-badge.mileage { background: #b18c45; }.record-value { min-width: 72px; text-align: right; font-weight: 700; }.record-open { padding: 8px 11px; border-radius: 9px; color: var(--sage-dark); background: var(--sage-light); text-decoration: none; font-size: .75rem; font-weight: 800; }.status-pill { padding: 6px 9px; border-radius: 999px; color: #536c5d; background: var(--sage-light); font-size: .68rem; font-weight: 800; }.workspace-empty { padding: 30px; color: var(--muted); }
.document-edit-button { display: grid; place-items: center; width: 34px; height: 34px; padding: 0; border: 1px solid var(--line); border-radius: 10px; color: var(--sage-dark); background: white; font-size: 1rem; cursor: pointer; }.document-edit-button:hover, .document-edit-button:focus-visible { outline: none; border-color: var(--sage); background: var(--sage-light); }.admin-document-editor { grid-column: 1 / -1; margin: 8px 0 2px; padding: 18px; border-radius: 15px; background: #f7f9f7; cursor: default; }.admin-document-editor[hidden] { display: none; }.admin-financial-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 15px; border: 1px solid var(--line); border-radius: 14px; background: #fbfcfb; }.financial-document-toggle { display: flex !important; align-items: flex-start; flex-direction: row !important; gap: 10px; }.financial-document-toggle input { width: auto; margin-top: 4px; }.financial-document-toggle span { flex: 1; }.financial-document-toggle small { margin-top: 2px; font-weight: 500; }
.admin-records article { grid-template-columns: 42px minmax(0, 1fr) auto; }
.record-detail-shell { width: min(1040px, calc(100% - 40px)); margin: 42px auto 80px; }.record-detail-shell .back-link { display: inline-block; margin-bottom: 18px; color: var(--sage-dark); font-weight: 800; text-decoration: none; }.record-detail-card { padding: clamp(24px, 4vw, 46px); border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: var(--shadow); }.record-detail-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }.record-detail-header h1 { margin: 5px 0 8px; font-family: var(--serif); font-size: clamp(2rem, 5vw, 3.7rem); line-height: 1; }.record-detail-header p:last-child { margin: 0; color: var(--muted); }.record-detail-edit { display: grid; flex: 0 0 auto; place-items: center; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 14px; color: var(--sage-dark); background: var(--sage-light); font-size: 1.25rem; cursor: pointer; }.record-detail-edit:hover, .record-detail-edit:focus-visible { outline: 2px solid var(--sage); outline-offset: 2px; }.record-detail-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin: 28px 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--line); }.record-detail-grid div { min-height: 94px; padding: 18px; background: #fbfcfb; }.record-detail-grid .wide { grid-column: 1 / -1; }.record-detail-grid dt { margin-bottom: 7px; color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.record-detail-grid dd { margin: 0; font-weight: 700; overflow-wrap: anywhere; }.record-attachment { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px; border-radius: 17px; background: var(--sage-light); }.record-attachment p, .record-attachment small { display: block; margin: 4px 0 0; color: var(--muted); }.record-attachment .secondary-button { flex: 0 0 auto; text-decoration: none; }.record-detail-editor { margin-top: 28px; padding-top: 28px; border-top: 1px solid var(--line); }.record-detail-editor[hidden] { display: none; }.record-detail-editor h2 { margin: 0 0 20px; font-family: var(--serif); font-size: 2rem; }
.workspace-form-card { position: sticky; top: 20px; padding: 27px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow); }.workspace-form-card h2 { margin: 0 0 20px; font-size: 2rem; }.workspace-form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.workspace-form label { display: grid; gap: 5px; color: var(--muted); font-size: .72rem; font-weight: 700; }.workspace-form .wide { grid-column: 1 / -1; }.workspace-form input, .workspace-form select, .workspace-form textarea { width: 100%; min-width: 0; border: 1px solid var(--line); border-radius: 10px; padding: 10px 11px; color: var(--ink); background: #fbfcfb; font: 400 .82rem "DM Sans", sans-serif; }.workspace-form .primary-button { width: 100%; }.admin-records article { grid-template-columns: 44px minmax(0, 1fr) auto auto; }
.receipt-workspace { margin-bottom: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow); }.receipt-workspace-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding: 25px 28px; border-bottom: 1px solid var(--line); }.receipt-workspace-heading h2 { margin: 0; font-size: 2rem; }.receipt-workspace-heading p:last-child { margin: 5px 0 0; color: var(--muted); }.receipt-workspace-heading > span { flex: 0 0 auto; padding: 7px 11px; border-radius: 999px; color: var(--sage-dark); background: var(--sage-light); font-size: .72rem; font-weight: 800; }.receipt-entry-form { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: 24px; padding: 26px 28px; }.receipt-capture { display: grid; align-content: start; gap: 10px; }.receipt-image-preview { display: grid; overflow: hidden; place-items: center; aspect-ratio: 4 / 3; border: 2px dashed #cbd6cf; border-radius: 17px; color: var(--muted); background: #f5f8f6; }.receipt-image-preview img { display: none; width: 100%; height: 100%; object-fit: contain; background: #eef2ef; }.receipt-image-preview.has-image span { display: none; }.receipt-image-preview.has-image img { display: block; }.receipt-photo-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }.receipt-photo-actions label { justify-content: center; cursor: pointer; text-align: center; }.receipt-file-name { overflow: hidden; color: var(--muted); text-overflow: ellipsis; white-space: nowrap; }.receipt-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.receipt-fields > label:not(.receipt-tax-choice) { display: grid; gap: 5px; color: var(--muted); font-size: .72rem; font-weight: 700; }.receipt-fields input:not([type=checkbox]), .receipt-fields select, .receipt-fields textarea { width: 100%; min-width: 0; border: 1px solid var(--line); border-radius: 10px; padding: 10px 11px; color: var(--ink); background: #fbfcfb; font: 400 .82rem "DM Sans", sans-serif; }.receipt-fields .wide { grid-column: 1 / -1; }.receipt-tax-choice { display: flex; align-items: center; gap: 9px; padding: 9px 11px; border: 1px solid var(--line); border-radius: 10px; background: var(--sage-light); cursor: pointer; }.receipt-tax-choice input { width: 17px; height: 17px; accent-color: var(--sage-dark); }.receipt-tax-choice strong, .receipt-tax-choice small { display: block; }.receipt-tax-choice strong { font-size: .75rem; }.receipt-tax-choice small { margin-top: 2px; color: var(--muted); font-size: .65rem; }.recent-receipts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; padding: 0 28px 28px; }.recent-receipts > a { display: grid; grid-template-columns: 74px minmax(0, 1fr); gap: 11px; min-width: 0; overflow: hidden; padding: 9px; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); text-decoration: none; }.recent-receipts img { width: 74px; height: 74px; border-radius: 9px; background: #eef2ef; object-fit: cover; }.recent-receipts div { min-width: 0; align-self: center; }.recent-receipts strong, .recent-receipts small, .recent-receipts span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.recent-receipts small { margin: 3px 0; color: var(--muted); font-size: .64rem; }.recent-receipts span { color: var(--sage-dark); font-size: .7rem; font-weight: 800; }
.receipt-photo-button { display: inline-flex; align-items: center; gap: 8px; }.receipt-photo-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.photo-uploader { display: grid; grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr); gap: 30px; align-items: center; margin-bottom: 30px; padding: clamp(24px, 4vw, 38px); border-radius: 26px; color: white; background: #243b58; }.photo-uploader .eyebrow { color: #e7bd49; }.photo-uploader h2 { margin: 0; font-size: 2.4rem; }.photo-uploader p:last-child { color: rgba(255,255,255,.7); }.photo-uploader form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.photo-uploader form > label { display: grid; gap: 6px; font-size: .75rem; font-weight: 700; }.photo-uploader input:not([type=file]) { border: 0; border-radius: 11px; padding: 12px; font: inherit; }.photo-actions { display: flex; grid-column: 1 / -1; gap: 10px; }.photo-actions label { flex: 1; cursor: pointer; }.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }.upload-status { grid-column: 1 / -1; margin: 0; font-size: .78rem; }.photo-library-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin: 35px 0 18px; }.photo-library-heading h2, .photo-library-heading p { margin: 0; }.photo-library-heading p { color: var(--muted); }.photo-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }.photo-grid > a { min-width: 0; padding: 10px; border: 1px solid var(--line); border-radius: 17px; color: var(--ink); background: white; text-decoration: none; box-shadow: var(--shadow); }.photo-preview { display: grid; overflow: hidden; place-items: center; aspect-ratio: 4 / 3; border-radius: 11px; color: var(--sage-dark); background: var(--sage-light); }.photo-preview img { width: 100%; height: 100%; object-fit: cover; }.photo-preview span { text-align: center; font-weight: 800; }.photo-preview small { display: block; }.photo-grid > a > strong, .photo-grid > a > small { display: block; overflow: hidden; margin: 9px 3px 0; text-overflow: ellipsis; white-space: nowrap; }.photo-grid > a > small { margin-top: 3px; color: var(--muted); font-size: .68rem; }
@media (max-width: 1050px) { .workspace-layout { grid-template-columns: 1fr; }.workspace-form-card { position: static; }.recent-receipts { grid-template-columns: repeat(2, minmax(0, 1fr)); }.photo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 760px) { .workspace-stats { grid-template-columns: 1fr 1fr; }.workspace-heading, .photo-library-heading, .receipt-workspace-heading { align-items: stretch; flex-direction: column; }.compact-filters { width: 100%; }.compact-filters select { min-width: 0; flex: 1; }.records-list article { grid-template-columns: 38px minmax(0, 1fr) auto; }.admin-records article { grid-template-columns: 38px minmax(0, 1fr) auto; }.records-list .record-value, .admin-records .status-pill { display: none; }.admin-financial-fields { grid-template-columns: 1fr; }.record-detail-shell { width: min(100% - 24px, 1040px); margin-top: 24px; }.record-detail-card { padding: 22px; border-radius: 20px; }.record-detail-grid { grid-template-columns: 1fr 1fr; }.record-detail-grid .wide { grid-column: 1 / -1; }.record-attachment { align-items: stretch; flex-direction: column; }.receipt-entry-form { grid-template-columns: 1fr; padding: 20px; }.photo-uploader { grid-template-columns: 1fr; }.photo-uploader form { grid-template-columns: 1fr; }.photo-actions { flex-direction: column; }.photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 760px) { .finance-page-intro, .finance-stats, .receipt-workspace-heading { display: none; }.finance-heading-actions { width: 100%; flex-wrap: wrap; justify-content: flex-start; }.finance-heading-actions .compact-filters { order: 1; flex-basis: 100%; }.receipt-workspace { display: flex; flex-direction: column; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }.receipt-entry-form { order: -3; gap: 14px; padding: 10px 0 22px; }.receipt-capture { gap: 9px; }.receipt-photo-actions { order: -3; grid-template-columns: repeat(2, 64px); justify-content: start; gap: 12px; }.receipt-photo-button { display: grid; place-items: center; width: 64px; height: 64px; padding: 0; border-radius: 18px; }.receipt-photo-button svg { width: 29px; height: 29px; }.receipt-action-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }.receipt-image-preview { display: none !important; }.receipt-file-name { display: none; }.receipt-file-name.has-file { display: block; }.receipt-fields { padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); }.incomplete-receipts { order: -2; }.recent-receipts { order: 1; padding: 0; } }
@media (max-width: 480px) { .workspace-form, .receipt-fields { grid-template-columns: 1fr; }.workspace-form .wide, .receipt-fields .wide { grid-column: auto; }.recent-receipts { grid-template-columns: 1fr; }.photo-grid { grid-template-columns: 1fr; } }
@media (max-width: 760px) {
  .staff-site-header { flex-wrap: nowrap; gap: 14px; padding: 14px 18px 18px; }
  .staff-site-header .staff-nav { justify-content: flex-start; order: 1; width: 100%; }
  .staff-site-header .staff-nav a { flex: 0 0 112px; min-height: 50px; white-space: normal; text-align: center; }
  .staff-identity-row { order: 2; width: 100%; padding: 0 2px; }
  .staff-identity-row .brand img { width: 150px; height: 50px; }
  .staff-workspace-label { text-align: right; }
}

/* Editable monthly family calendar and newsletter-style print view */
.calendar-newsletter-editor { margin-top: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow); }.calendar-newsletter-editor summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 28px; cursor: pointer; list-style: none; }.calendar-newsletter-editor summary::-webkit-details-marker { display: none; }.calendar-newsletter-editor summary h2 { margin: 0; font-size: 2rem; }.calendar-newsletter-editor summary p:last-child { margin: 6px 0 0; color: var(--muted); }.calendar-note-edit { display: grid; flex: 0 0 auto; place-items: center; width: 42px; height: 42px; border-radius: 12px; color: var(--sage-dark); background: var(--sage-light); font-size: 1.15rem; }.calendar-newsletter-editor[open] .calendar-note-edit { color: white; background: var(--sage); }.calendar-note-preview { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 0 28px 28px; }.calendar-note-preview > div { min-width: 0; padding: 16px; border-radius: 14px; background: #f7f9f7; }.calendar-note-preview .wide { grid-column: 1 / -1; }.calendar-note-preview strong { color: var(--sage-dark); font-size: .76rem; text-transform: uppercase; letter-spacing: .06em; }.calendar-note-preview p { display: -webkit-box; overflow: hidden; margin: 7px 0 0; color: var(--muted); white-space: pre-line; font-size: .8rem; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }.calendar-newsletter-editor[open] .calendar-note-preview { display: none; }.calendar-note-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; padding: 0 28px 28px; border-top: 1px solid var(--line); padding-top: 24px; }.calendar-note-form label { display: grid; gap: 6px; color: var(--muted); font-size: .75rem; font-weight: 700; }.calendar-note-form .wide { grid-column: 1 / -1; }.calendar-note-form textarea { width: 100%; resize: vertical; border: 1px solid var(--line); border-radius: 12px; padding: 12px 13px; color: var(--ink); background: #fbfcfb; font: 400 .86rem/1.5 "DM Sans", sans-serif; }.calendar-note-actions { display: flex; justify-content: flex-end; gap: 10px; }
.print-newsletter-toolbar { display: flex; align-items: center; justify-content: space-between; width: min(100%, 8.5in); margin: 26px auto 18px; }.print-newsletter-toolbar .back-link { margin: 0; }.monthly-newsletter { display: grid; grid-template-rows: 1.18in 3.75in 1.55in 1.72in .75in; row-gap: .13in; width: min(100%, 8.5in); min-height: 11in; margin: 0 auto; padding: .38in; color: #173653; background: white; box-shadow: var(--shadow); }.newsletter-header { display: flex; align-items: center; justify-content: center; min-height: 0; }.newsletter-header > div { width: 100%; text-align: center; }.newsletter-header h1 { max-width: none; margin: 0; color: #173653; font: 600 44pt/.86 "Caveat", cursive; }.newsletter-header h1 span { font-weight: 500; }.newsletter-header p { margin: 4px 0 0; color: #aa9882; font: 500 16pt/1 "Caveat", cursive; }.newsletter-top, .newsletter-pair { display: grid; grid-template-columns: 1.72fr 1fr; gap: .14in; align-items: stretch; min-width: 0; min-height: 0; margin: 0; }.newsletter-top > *, .newsletter-pair > * { min-width: 0; min-height: 0; }.newsletter-calendar { display: flex; min-width: 0; min-height: 0; flex-direction: column; overflow: hidden; }.newsletter-weekdays { display: grid; flex: 0 0 .24in; grid-template-columns: repeat(7, 1fr); border-bottom: 6px solid #d8d1c7; color: #173653; text-align: center; font-size: 8.5pt; text-transform: uppercase; }.newsletter-month-grid { display: grid; flex: 1 1 auto; grid-template-columns: repeat(7, minmax(0, 1fr)); grid-auto-rows: minmax(0, 1fr); min-height: 0; overflow: hidden; }.newsletter-day { position: relative; overflow: hidden; min-width: 0; min-height: 0; padding: 12px 4px 3px; border-right: 1px solid white; border-bottom: 1px solid white; background: #ddd8d0; font-size: 5.8pt; line-height: 1.12; }.newsletter-day:nth-child(7n) { border-right: 0; }.newsletter-day.outside { background: #f4f1ed; }.newsletter-day b { position: absolute; top: 2px; right: 3px; font-size: 5.5pt; font-weight: 500; }.newsletter-day span { display: block; margin-top: 2px; overflow-wrap: anywhere; }.newsletter-day span::before { content: "• "; }.newsletter-day span.birthday { color: #744d77; }.newsletter-day span.closure { font-weight: 700; }.newsletter-panel { display: flex; min-width: 0; min-height: 0; flex-direction: column; overflow: hidden; border-radius: 14px; isolation: isolate; }.newsletter-panel h2 { flex: 0 0 auto; margin: 0; padding: 4px 10px; color: white; background: #dcb59f; text-align: center; font: 600 12pt/1.15 "Caveat", cursive; text-transform: uppercase; }.newsletter-panel p { flex: 1 1 auto; min-height: 0; overflow: hidden; margin: 8px 10px; white-space: pre-line; overflow-wrap: anywhere; font-size: 8.6pt; line-height: 1.28; }.teacher-note { background: #efddd3; }.teacher-note p { font-size: 9pt; }.newsletter-panel.learning, .newsletter-panel.birthdays { background: #f0dbad; }.newsletter-panel.learning h2, .newsletter-panel.birthdays h2 { background: #dab55e; }.newsletter-panel ul { flex: 1 1 auto; min-height: 0; overflow: hidden; margin: 8px 10px; padding: 0; list-style: none; overflow-wrap: anywhere; font-size: 8.5pt; line-height: 1.3; }.newsletter-panel.important, .newsletter-panel.reminders { background: #c9ced5; }.newsletter-panel.important h2, .newsletter-panel.reminders h2 { background: #7e8b9c; }.newsletter-panel.quote { min-height: 0; margin: 0; background: #e8c3b2; text-align: center; }.newsletter-panel.quote h2 { background: #cf8567; }.newsletter-panel.quote p { margin: 7px 12px; font-size: 9pt; }
@media (max-width: 760px) { .calendar-note-preview, .calendar-note-form { grid-template-columns: 1fr; }.calendar-note-preview .wide, .calendar-note-form .wide { grid-column: auto; }.calendar-note-actions { align-items: stretch; flex-direction: column; }.monthly-newsletter { display: block; min-height: 0; padding: 18px; }.newsletter-header h1 { font-size: 32pt; }.newsletter-top, .newsletter-pair { grid-template-columns: 1fr; height: auto; margin-top: .13in; }.newsletter-calendar { min-height: 430px; }.newsletter-panel { min-height: 150px; }.newsletter-panel.quote { margin-top: .13in; } }
@page newsletter-report { size: letter portrait; margin: .25in; }
@media print { .print-newsletter-toolbar { display: none !important; }.monthly-newsletter { display: grid; grid-template-rows: 1.18in .13in 3.75in .13in 1.55in .13in 1.72in .13in .75in; row-gap: 0; align-content: start; page: newsletter-report; width: 8in !important; height: 10.5in; min-height: 10.5in; margin: 0; padding: .13in; border: 0; box-shadow: none; break-after: avoid; overflow: hidden; -webkit-print-color-adjust: exact; print-color-adjust: exact; }.monthly-newsletter .newsletter-top, .monthly-newsletter .newsletter-pair, .monthly-newsletter .newsletter-panel.quote { margin: 0; }.monthly-newsletter .newsletter-row-spacer { display: block !important; position: relative; z-index: 10; min-height: .13in; background: white; }.monthly-newsletter .newsletter-panel, .monthly-newsletter .newsletter-day { break-inside: avoid; page-break-inside: avoid; } }
.monthly-newsletter { align-content: start; }
.newsletter-row-spacer { display: none; }
.calendar-newsletter-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 28px; }.calendar-newsletter-heading h2 { margin: 0; font-size: 2rem; }.calendar-newsletter-heading p:last-child { margin: 6px 0 0; color: var(--muted); }.calendar-newsletter-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 9px; }.calendar-newsletter-heading .calendar-note-edit { text-decoration: none; }.calendar-print-preview { min-height: 42px; padding: 10px 15px; white-space: nowrap; }.calendar-print-preview svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
@media (max-width: 760px) { .calendar-newsletter-heading { align-items: flex-start; flex-direction: column; }.calendar-newsletter-actions { width: 100%; }.calendar-print-preview { flex: 1; justify-content: center; white-space: normal; text-align: center; } }

/* Browser-ready photo thumbnails and in-page preview */
.photo-card .photo-preview { position: relative; }
.photo-card .photo-preview::after { position: absolute; right: 10px; bottom: 10px; padding: 6px 9px; border-radius: 999px; content: "Preview"; color: white; background: rgba(23, 36, 54, .78); font-size: .66rem; font-weight: 800; opacity: 0; transform: translateY(4px); transition: opacity .15s, transform .15s; }
.photo-card:hover .photo-preview::after, .photo-card:focus .photo-preview::after { opacity: 1; transform: translateY(0); }
.photo-lightbox { width: min(94vw, 1100px); max-width: none; overflow: hidden; border: 0; border-radius: 22px; padding: 0; color: var(--ink); background: white; box-shadow: 0 30px 90px rgba(16, 30, 42, .35); }
.photo-lightbox::backdrop { background: rgba(13, 25, 36, .78); backdrop-filter: blur(4px); }
.photo-lightbox-close { position: absolute; z-index: 2; top: 13px; right: 13px; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: white; background: rgba(18,31,46,.72); cursor: pointer; font: 400 1.65rem/1 "DM Sans", sans-serif; }
.photo-lightbox-image { display: grid; min-height: 280px; max-height: 76vh; place-items: center; background: #172436; }
.photo-lightbox-image img { display: block; width: 100%; height: 100%; max-height: 76vh; object-fit: contain; }
.photo-lightbox-details { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 22px; }
.photo-lightbox-details strong { display: block; overflow-wrap: anywhere; }
.photo-lightbox-details p { margin: 4px 0 0; color: var(--muted); font-size: .82rem; }
.photo-lightbox-details .secondary-button { flex: 0 0 auto; }
@media (max-width: 600px) { .photo-lightbox { width: 96vw; }.photo-lightbox-details { align-items: stretch; flex-direction: column; }.photo-lightbox-details .secondary-button { justify-content: center; } }

.resource-type-badge[class~="3d_print"] { color: #465f77; background: #e8f0f6; }
/* Registration-fee status and student payment entry */
.registration-status { display: inline-flex; margin: 8px 8px 0 0; padding: 6px 10px; border-radius: 999px; font-size: .72rem; font-weight: 700; }
.registration-status.paid { color: #426451; background: #e5f1e9; }
.registration-status.pending { color: #765d2c; background: #fbf0d5; }
.registration-mini-status { display: inline-flex; margin: 6px 4px 0 0; padding: 4px 7px; border-radius: 999px; font-size: .61rem; font-weight: 800; line-height: 1; }
.registration-mini-status.paid { color: #426451; background: #e5f1e9; }
.registration-mini-status.pending { color: #765d2c; background: #fbf0d5; }
.registration-payment-block { margin-bottom: 22px; padding: 17px; border: 1px solid #ead9ad; border-radius: 15px; background: #fff8e7; }
.registration-payment-block.is-paid { border-color: #c9dfd1; background: #eff7f2; }
.registration-payment-block > div > strong { font-size: 1rem; }
.registration-payment-block > div > span { display: inline-flex; margin-left: 8px; padding: 4px 8px; border-radius: 999px; color: #765d2c; background: #f4dfaa; font-size: .66rem; font-weight: 800; text-transform: uppercase; }
.registration-payment-block.is-paid > div > span { color: #426451; background: #d9ebdf; }
.registration-payment-block p { margin: 7px 0 0; color: var(--muted); font-size: .82rem; }
.registration-entry { margin-top: 14px; border-top: 1px solid rgba(118,93,44,.18); padding-top: 12px; }
.registration-entry summary { color: var(--sage-dark); cursor: pointer; font-size: .82rem; font-weight: 800; }
.registration-entry form { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin-top: 12px; }
.registration-entry label { display: grid; gap: 5px; color: var(--muted); font-size: .7rem; font-weight: 700; }
.registration-entry input, .registration-entry select, .registration-entry textarea { width: 100%; min-width: 0; border: 1px solid var(--line); border-radius: 9px; padding: 9px 10px; color: var(--ink); background: white; font: 400 .8rem "DM Sans", sans-serif; }
.registration-entry .wide { grid-column: 1 / -1; }
.tuition-history-heading { margin: 0 0 6px; font: 400 1.25rem "DM Serif Display", serif; }
.record-badge.registration { background: #b18c45; }

/* Student withdrawal and archive workflow */
.archive-student-trigger { color: #8a5149; background: #fff4f1; }
.archive-student-trigger:hover { color: white; background: #9b665b; }
.archive-note { margin: 8px 0 0 !important; color: #6d7772 !important; font-size: .76rem; }
.fee-return-status { display: inline-flex; margin: 8px 4px 0 0; padding: 6px 10px; border-radius: 999px; color: #765d2c; background: #fbf0d5; font-size: .7rem; font-weight: 700; }
.fee-return-status.returned { color: #426451; background: #e5f1e9; }
.archive-student-dialog { width: min(92vw, 520px); max-width: none; border: 0; border-radius: 22px; padding: 0; color: var(--ink); background: white; box-shadow: 0 28px 80px rgba(25, 35, 31, .28); }
.archive-student-dialog::backdrop { background: rgba(26, 36, 32, .55); backdrop-filter: blur(3px); }
.archive-student-form { display: grid; gap: 14px; padding: 30px; }
.archive-student-form .eyebrow { margin: 0; color: #a56257; }
.archive-student-form h2 { margin: -5px 0 0; font-size: 2rem; }
.archive-student-form > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.55; }
.archive-student-form label { display: grid; gap: 6px; color: var(--muted); font-size: .75rem; font-weight: 700; }
.archive-student-form .archive-other-field[hidden] { display: none; }
.archive-student-form .archive-fee-returned { display: flex; align-items: center; gap: 9px; padding: 11px 12px; border-radius: 11px; color: var(--ink); background: #fff8e7; cursor: pointer; font-size: .8rem; }
.archive-student-form .archive-fee-returned input { width: 18px; height: 18px; margin: 0; accent-color: var(--sage-dark); }
.archive-student-form select, .archive-student-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 11px; padding: 11px 12px; color: var(--ink); background: #fbfcfb; font: 400 .86rem "DM Sans", sans-serif; }
.archive-student-form textarea { resize: vertical; }
.archive-dialog-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; color: #8a5149; background: #fff0ed; font-size: 1.35rem; font-weight: 800; }
.archive-dialog-actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 3px; }
.archive-dialog-actions button { min-height: 42px; border: 0; border-radius: 11px; padding: 0 17px; cursor: pointer; font: 700 .8rem "DM Sans", sans-serif; }
.archive-dialog-cancel { color: var(--sage-dark); background: var(--sage-light); }
.archive-confirm-button { color: white; background: #9b665b; }
@media (max-width: 560px) { .archive-student-form { padding: 24px; }.archive-dialog-actions { align-items: stretch; flex-direction: column-reverse; }.archive-dialog-actions button { width: 100%; } }

/* One-tap camera and photo-library controls */
.photo-actions { align-items: center; justify-content: flex-start; }
.photo-actions .photo-action-button { display: grid; flex: 0 0 44px; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; cursor: pointer; transition: transform .15s, background .15s; }
.photo-actions .photo-action-button:hover { transform: translateY(-2px); }
.photo-actions .camera-action { color: #243b58; background: white; }
.photo-actions .upload-action { color: white; background: rgba(255,255,255,.12); }
.photo-action-button svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.photo-delete-button svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.photo-lightbox-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 9px; }
.photo-delete-form { margin: 0; }
.photo-delete-button { display: grid; place-items: center; width: 43px; height: 43px; border: 0; border-radius: 12px; color: #8a5149; background: #fff0ed; cursor: pointer; }
.photo-delete-button:hover { color: white; background: #9b665b; }
@media (max-width: 760px) { .photo-actions { flex-direction: row; }.photo-lightbox-actions { align-self: flex-end; } }
@media (max-width: 1000px) and (min-width: 681px) { .staff-stats { grid-template-columns: repeat(2, 1fr); }.staff-stats > a:nth-child(2) { border-right: 0; }.staff-stats > a:nth-child(-n+2) { border-bottom: 1px solid var(--line); } }
@media (max-width: 680px) { .staff-stats { grid-template-columns: 1fr; }.staff-stats > a { border-right: 0; border-bottom: 1px solid var(--line); }.staff-stats > a:last-child { border-bottom: 0; } }

/* Photo selection and in-program deletion confirmation */
.photo-library-controls { display: flex; align-items: center; gap: 10px; }.photo-select-start { min-height: 44px; white-space: nowrap; cursor: pointer; }.photo-card-wrap { position: relative; min-width: 0; }.photo-card-wrap > .photo-card { display: block; min-width: 0; padding: 10px; border: 1px solid var(--line); border-radius: 17px; color: var(--ink); background: white; text-decoration: none; box-shadow: var(--shadow); }.photo-card-wrap > .photo-card > strong, .photo-card-wrap > .photo-card > small { display: block; overflow: hidden; margin: 9px 3px 0; text-overflow: ellipsis; white-space: nowrap; }.photo-card-wrap > .photo-card > small { margin-top: 3px; color: var(--muted); font-size: .68rem; }.photo-card-delete { position: absolute; z-index: 3; top: 18px; right: 18px; display: grid; place-items: center; width: 38px; height: 38px; border: 0; border-radius: 11px; color: #8a5149; background: rgba(255,255,255,.94); box-shadow: 0 5px 18px rgba(18,31,46,.2); cursor: pointer; opacity: 0; transform: translateY(-4px); transition: opacity .15s, transform .15s, color .15s, background .15s; }.photo-card-delete svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }.photo-card-wrap:hover .photo-card-delete, .photo-card-wrap:focus-within .photo-card-delete { opacity: 1; transform: translateY(0); }.photo-card-delete:hover, .photo-card-delete:focus-visible { outline: 2px solid white; color: white; background: #9b665b; }.photo-select-control { position: absolute; z-index: 4; top: 17px; left: 17px; display: none; cursor: pointer; }.selection-mode .photo-select-control { display: block; }.photo-select-control input { position: absolute; opacity: 0; pointer-events: none; }.photo-select-control span { display: grid; place-items: center; width: 34px; height: 34px; border: 2px solid white; border-radius: 10px; color: transparent; background: rgba(23,36,54,.68); box-shadow: 0 4px 15px rgba(18,31,46,.2); }.photo-select-control input:checked + span { color: white; background: var(--sage-dark); }.selection-mode .photo-card-delete { display: none; }.selection-mode .photo-card-wrap:has(.photo-select-checkbox:checked) > .photo-card { outline: 4px solid var(--sage); outline-offset: -4px; }.photo-selection-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 0 0 18px; padding: 13px 16px; border-radius: 15px; background: var(--sage-light); }.photo-selection-bar[hidden] { display: none; }.photo-selection-bar > div { display: flex; gap: 9px; }.photo-batch-delete, .photo-confirm-delete { border: 0; border-radius: 11px; padding: 11px 16px; color: white; background: #9b665b; cursor: pointer; font: 700 .8rem "DM Sans", sans-serif; }.photo-batch-delete:disabled, .photo-confirm-delete:disabled { opacity: .55; cursor: wait; }.photo-confirm-dialog { width: min(92vw, 470px); max-width: none; border: 0; border-radius: 22px; padding: 27px; color: var(--ink); background: white; box-shadow: 0 26px 80px rgba(16,30,42,.35); }.photo-confirm-dialog::backdrop { background: rgba(13,25,36,.66); backdrop-filter: blur(3px); }.photo-confirm-content { display: grid; grid-template-columns: 46px 1fr; gap: 15px; align-items: start; }.photo-confirm-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 13px; color: #8a5149; background: #fff0ed; font-size: 1.3rem; font-weight: 800; }.photo-confirm-content h2 { margin: 0; font-family: var(--serif); font-size: 2rem; }.photo-confirm-content p { margin: 7px 0 0; color: var(--muted); }.photo-confirm-error { margin: 16px 0 0; padding: 10px 12px; border-radius: 10px; color: #8a5149; background: #fff0ed; font-size: .78rem; }.photo-confirm-actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 22px; }.photo-confirm-actions .secondary-button { cursor: pointer; }
@media (hover: none) { .photo-card-delete { opacity: 1; transform: none; } }
@media (max-width: 760px) { .photo-library-controls { align-items: stretch; flex-direction: column-reverse; }.photo-library-controls .compact-filters { width: 100%; }.photo-select-start { justify-content: center; }.photo-selection-bar { align-items: stretch; flex-direction: column; }.photo-selection-bar > div { display: grid; grid-template-columns: 1fr 1fr; }.photo-confirm-actions { display: grid; grid-template-columns: 1fr 1fr; } }
