:root {
  color-scheme: light;
  --brand: #991e20; --brand-dark: #741719; --brand-light: #b33a3d; --brand-soft: #f8e9ea;
  --brand-surface: #991e20; --brand-surface-hover: #741719;
  --charcoal: #303030; --sidebar: #303030; --cream: #f6f5f3; --paper: #fff; --ink: #151210;
  --muted: #6d6967; --line: #e5e1df; --green: #277558; --red: #b3261e; --orange: #a85d20;
  --label: #354453; --field-border: #d9dfe4; --surface-soft: #edf2f7; --surface-active: #fcf5f5;
  --table-head: #faf9f8; --bubble: #f0eeee; --upload: #fbfaf9; --error-bg: #fff7f6; --error-border: #f0cecb;
  --topbar: rgba(246,245,243,.94); --success-bg: #f4faf7;
  --shadow: 0 12px 34px rgba(48, 48, 48, .10); --radius: 16px;
}
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; color: var(--ink); font-family: "DM Sans", sans-serif; background: var(--cream); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.hidden { display: none !important; }
.login-shell { min-height: 100vh; display: grid; grid-template-columns: minmax(420px, 1.15fr) minmax(420px, .85fr); }
.login-brand { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; padding: 10vw; color: white; background: linear-gradient(145deg, rgba(48,48,48,.92), rgba(153,30,32,.88)), url("https://www.nvbschools.org/cms_files/slideshow_jquery/slideshow16_1.jpg") center/cover; }
.login-brand::before, .login-brand::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; width: 420px; height: 420px; right: -210px; top: -100px; }
.login-brand::after { width: 620px; height: 620px; right: -310px; top: -200px; }
.brand-logo { width: 43px; height: 53px; object-fit: contain; flex: none; filter: drop-shadow(0 2px 4px rgba(0,0,0,.16)); }
.brand-logo-large { width: 82px; height: 104px; margin-bottom: 30px; }
.eyebrow { font-size: 12px; text-transform: uppercase; letter-spacing: .16em; font-weight: 700; color: var(--brand); }
.login-brand .eyebrow { color: white; }
.login-brand h1 { font: 400 clamp(44px, 5vw, 76px)/1.04 "DM Serif Display", serif; letter-spacing: -.025em; margin: 14px 0 25px; }
.login-brand > p:not(.eyebrow) { max-width: 620px; font-size: 18px; line-height: 1.7; color: rgba(255,255,255,.78); }
.mission { display: flex; gap: 26px; margin-top: 36px; font-size: 13px; color: rgba(255,255,255,.78); }.mission span:first-child { color: white; font-weight: 700; }
.login-panel { display: flex; flex-direction: column; justify-content: center; width: min(430px, 78%); margin: auto; }
.login-theme-toggle { position: fixed; top: 20px; right: 20px; z-index: 5; }
.login-panel h2 { font: 400 34px/1.2 "DM Serif Display", serif; margin: 8px 0; color: var(--charcoal); }
.muted { color: var(--muted); }.mobile-logo { display: none; }
form label, .field { display: grid; gap: 8px; font-size: 13px; font-weight: 600; color: var(--label); margin-top: 18px; }
.checkbox-field { display: flex; align-items: center; gap: 9px; margin-top: 12px; font-size: 13px; font-weight: 600; color: var(--label); }
.checkbox-field input { width: auto; margin: 0; accent-color: var(--brand); }
.preference-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 0; margin: 0; border-bottom: 1px solid var(--line); }
.preference-row span { display: grid; gap: 5px; }
.preference-row small { color: var(--muted); font-weight: 400; line-height: 1.45; }
.preference-row input { width: 22px; height: 22px; flex: none; accent-color: var(--brand); }
input, select, textarea { width: 100%; border: 1px solid var(--field-border); border-radius: 10px; padding: 12px 13px; background: var(--paper); color: var(--ink); outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(153,30,32,.12); }
textarea { resize: vertical; min-height: 112px; }
.button { border: 0; border-radius: 9px; padding: 11px 17px; font-weight: 700; font-size: 13px; }
.button-row, .row-actions { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.text-button.compact { margin: 0; padding: 4px 0; font-size: 10px; }
.form-subheading { grid-column: 1 / -1; margin: 20px 0 0; padding-bottom: 7px; border-bottom: 1px solid var(--line); color: var(--charcoal); font: 400 17px "DM Serif Display", serif; }
.notification-list { display: grid; gap: 8px; margin-top: 20px; }.notification-row { display: grid; gap: 4px; width: 100%; padding: 13px; text-align: left; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); color: var(--ink); }.notification-row.unread { border-left: 4px solid var(--brand); background: var(--brand-soft); }.notification-row span { color: var(--muted); font-size: 11px; }.notification-row small { color: var(--muted); font-size: 9px; }
.section-header.sub-section { margin-top: 30px; }
.button.primary { color: white; background: var(--brand-surface); box-shadow: 0 4px 12px rgba(153,30,32,.18); }.button.primary:hover { background: var(--brand-surface-hover); }
.button.secondary { color: var(--brand); background: var(--paper); border: 1px solid var(--field-border); }
.button.danger { color: white; background: var(--red); }.button.full { width: 100%; margin-top: 20px; padding: 13px; }
.text-button { border: 0; color: var(--brand); background: none; margin: 16px auto; font-weight: 700; font-size: 13px; }
.login-links { display: flex; justify-content: center; gap: 18px; margin-top: 10px; }.login-links a { color: var(--brand); font-size: 11px; font-weight: 700; }
.privacy-note { font-size: 11px; line-height: 1.55; color: var(--muted); text-align: center; margin-top: 30px; }.form-error { color: var(--red); font-size: 13px; min-height: 18px; }.form-error.success { color: var(--green); }.field-help, .section-note { color: var(--muted); font-size: 11px; line-height: 1.5; }.section-note { margin: 5px 0 0; }.access-choice { margin-top: 20px; padding: 17px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface-soft); }.access-choice h3 { margin: 0 0 6px; font-size: 14px; }.access-choice p { margin: 0 0 13px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.portal { display: grid; grid-template-columns: 248px 1fr; min-height: 100vh; }
.sidebar { position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; padding: 25px 16px 17px; color: white; background: var(--sidebar); z-index: 20; }
.sidebar-brand { display: flex; align-items: center; gap: 12px; padding: 0 10px 25px; border-bottom: 1px solid rgba(255,255,255,.1); }.sidebar-brand strong { font: 400 20px "DM Serif Display", serif; }.sidebar-brand small { display: block; color: rgba(255,255,255,.55); font-size: 10px; margin-top: 3px; letter-spacing: .08em; text-transform: uppercase; }
nav { padding-top: 19px; display: grid; gap: 4px; }
.nav-section { margin: 20px 12px 6px; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.42); font-weight: 700; }
.nav-item { display: flex; align-items: center; gap: 12px; border: 0; background: transparent; color: rgba(255,255,255,.68); padding: 10px 12px; border-radius: 8px; text-align: left; font-size: 13px; }
.nav-item span:first-child { width: 21px; text-align: center; font-size: 17px; }.nav-item:hover { background: rgba(255,255,255,.07); color: white; }.nav-item.active { background: rgba(153,30,32,.28); color: white; box-shadow: inset 3px 0 var(--brand); }
.nav-item .count { margin-left: auto; border-radius: 12px; padding: 2px 7px; color: white; background: var(--brand-surface); font-size: 10px; font-weight: 800; }
.sidebar-help { margin-top: auto; padding: 14px; border-radius: 10px; background: rgba(255,255,255,.07); font-size: 11px; }.sidebar-help span, .sidebar-help a { display: block; }.sidebar-help a { color: white; margin-top: 5px; text-decoration: underline; text-decoration-color: var(--brand-light); }
.user-card { margin-top: 10px; padding: 10px 7px; width: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 9px; text-align: left; border: 0; background: transparent; color: white; }.user-card strong { display: block; font-size: 11px; }.user-card small { color: rgba(255,255,255,.55); font-size: 9px; }.avatar { display: grid; place-content: center; width: 32px; height: 32px; border-radius: 50%; background: var(--brand-surface); color: white; font-size: 10px; font-weight: 800; }
.main { min-width: 0; }.topbar { height: 96px; position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; padding: 0 38px; background: var(--topbar); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.breadcrumb { margin: 0 0 4px; color: var(--muted); font-size: 11px; }.topbar h1 { margin: 0; color: var(--charcoal); font: 400 24px "DM Serif Display", serif; }.top-actions { display: flex; align-items: center; gap: 12px; }
.icon-button { width: 39px; height: 39px; border: 1px solid var(--line); background: var(--paper); color: var(--ink); border-radius: 10px; }.notification-button { position: relative; font-size: 18px; }.notification-button span { position: absolute; top: -4px; right: -3px; width: 17px; height: 17px; border-radius: 50%; display: grid; place-content: center; color: white; background: var(--red); font-size: 9px; border: 2px solid var(--cream); }
.content { padding: 27px 38px 60px; max-width: 1500px; margin: auto; }.welcome-banner { min-height: 170px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; padding: 30px 34px; border-radius: var(--radius); color: white; background: linear-gradient(110deg, var(--brand-surface), var(--brand-dark)); box-shadow: var(--shadow); }
.welcome-banner::after { content: "NV"; position: absolute; right: 20px; top: -48px; font: 400 200px "DM Serif Display", serif; color: rgba(255,255,255,.045); }.welcome-banner h2 { margin: 6px 0 9px; font: 400 27px "DM Serif Display", serif; }.welcome-banner p { margin: 0; color: rgba(255,255,255,.72); font-size: 13px; }.date-block { z-index: 1; border-left: 1px solid rgba(255,255,255,.2); padding-left: 35px; text-align: center; }.date-block strong { display: block; font: 400 34px "DM Serif Display", serif; }.date-block span { font-size: 11px; color: white; text-transform: uppercase; letter-spacing: .12em; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin: 20px 0; }.stat-card, .card { border: 1px solid var(--line); background: var(--paper); border-radius: 13px; box-shadow: 0 5px 20px rgba(48,48,48,.05); }.stat-card { padding: 18px; display: grid; grid-template-columns: auto 1fr; gap: 13px; align-items: center; }.stat-icon { width: 42px; height: 42px; display: grid; place-content: center; border-radius: 11px; color: var(--brand); background: var(--brand-soft); }.stat-card strong { display: block; font-size: 22px; color: var(--charcoal); }.stat-card span:last-child { color: var(--muted); font-size: 10px; }
.dashboard-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(290px,.75fr); gap: 20px; }.card { padding: 21px; }.card-header, .section-header { display: flex; justify-content: space-between; gap: 15px; align-items: center; margin-bottom: 16px; }.card-header h3, .section-header h2 { margin: 0; color: var(--charcoal); font: 400 16px "DM Serif Display", serif; }.section-header h2 { font-size: 23px; }.card-header button { border: 0; background: none; color: var(--brand); font-size: 11px; font-weight: 700; }
.feed-item { display: grid; grid-template-columns: auto 1fr auto; gap: 13px; padding: 15px 0; border-top: 1px solid var(--line); }.feed-item:first-of-type { border-top: 0; }.feed-icon { width: 37px; height: 37px; display: grid; place-content: center; border-radius: 9px; background: var(--surface-soft); }.feed-item h4 { margin: 0 0 4px; font-size: 13px; }.feed-item p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }.feed-item time { color: var(--muted); font-size: 9px; }
.event-row { display: grid; grid-template-columns: 43px 1fr; gap: 12px; margin: 15px 0; }.event-date { border-radius: 8px; overflow: hidden; text-align: center; border: 1px solid var(--line); }.event-date span { display: block; color: white; background: var(--brand-surface); font-size: 8px; padding: 3px; }.event-date strong { display: block; padding: 5px; color: var(--brand); }.event-row h4 { margin: 2px 0 3px; font-size: 12px; }.event-row p { margin: 0; color: var(--muted); font-size: 10px; }
.chip, .status { display: inline-flex; align-items: center; padding: 4px 8px; border-radius: 20px; font-size: 9px; font-weight: 700; background: var(--brand-soft); color: var(--brand); }.status.active, .status.approved { background: #e4f3eb; color: var(--green); }.status.pending { background: var(--brand-soft); color: var(--brand-dark); }.status.inactive, .status.denied { background: #f8e6e4; color: var(--red); }
.toolbar { display: flex; gap: 10px; margin: 17px 0 8px; }.search { flex: 1; max-width: 380px; }.filter-summary { margin: 0 0 12px; font-size: 10px; }.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); }table { width: 100%; border-collapse: collapse; min-width: 760px; }th, td { padding: 13px 15px; text-align: left; border-bottom: 1px solid var(--line); font-size: 11px; }th { color: var(--muted); background: var(--table-head); text-transform: uppercase; letter-spacing: .06em; font-size: 9px; }tr:last-child td { border-bottom: 0; }.name-cell { display: flex; align-items: center; gap: 10px; }.person-avatar { width: 31px; height: 31px; display: grid; place-content: center; border-radius: 9px; color: var(--brand); background: var(--brand-soft); font-weight: 800; font-size: 10px; }.row-action { border: 0; background: transparent; font-size: 18px; color: var(--muted); }
.split-list { display: grid; grid-template-columns: minmax(300px,.75fr) minmax(430px,1.25fr); min-height: 570px; padding: 0; overflow: hidden; }.list-pane { border-right: 1px solid var(--line); }.list-pane .pane-head, .detail-pane .pane-head { padding: 18px 20px; border-bottom: 1px solid var(--line); }.conversation { width: 100%; display: grid; grid-template-columns: auto 1fr auto; gap: 10px; border: 0; border-bottom: 1px solid var(--line); padding: 14px 18px; text-align: left; background: var(--paper); color: var(--ink); }.conversation.active { background: var(--surface-active); box-shadow: inset 3px 0 var(--brand); }.conversation strong, .conversation span { display: block; }.conversation strong { font-size: 11px; }.conversation span { font-size: 9px; color: var(--muted); margin-top: 4px; }.conversation time { font-size: 8px; color: var(--muted); }.messages { padding: 24px; min-height: 385px; }.bubble { max-width: 75%; margin: 10px 0; padding: 10px 13px; border-radius: 13px 13px 13px 3px; background: var(--bubble); font-size: 11px; line-height: 1.55; }.bubble.mine { margin-left: auto; color: white; background: var(--brand-dark); border-radius: 13px 13px 3px 13px; }.bubble small { display: block; margin-top: 4px; opacity: .6; font-size: 8px; }.compose-row { display: flex; gap: 9px; padding: 15px 20px; border-top: 1px solid var(--line); }.compose-row input { flex: 1; }
.calendar-grid, .album-grid, .video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }.calendar-card { padding: 0; overflow: hidden; }.calendar-card .accent { height: 5px; background: var(--brand); }.calendar-body { padding: 18px; }.calendar-card h3 { font-size: 14px; margin: 10px 0 6px; }.calendar-card p { color: var(--muted); font-size: 10px; }.calendar-meta { display: flex; justify-content: space-between; margin-top: 14px; font-size: 9px; color: var(--muted); }
.album-card { padding: 0; overflow: hidden; }.album-open { width: 100%; padding: 0; border: 0; background: var(--paper); color: inherit; text-align: left; }.album-open:focus-visible { outline: 3px solid rgba(153,30,32,.25); outline-offset: -3px; }.album-image, .video-image { min-height: 150px; position: relative; display: grid; place-content: center; color: rgba(255,255,255,.9); font-size: 38px; background: linear-gradient(140deg, var(--brand-dark), var(--brand-light)); }.album-image.charcoal { background: linear-gradient(140deg, #303030, #777); }.album-image.green { background: linear-gradient(140deg, #286c5a, #8fbeb0); }.photo-count { position: absolute; bottom: 10px; right: 10px; padding: 4px 8px; border-radius: 20px; font-size: 9px; background: rgba(0,0,0,.5); }.album-body { padding: 15px; }.album-body h3 { margin: 0 0 5px; font-size: 13px; }.album-body p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }.album-link { display: inline-block; margin-top: 10px; color: var(--brand); font-size: 10px; font-weight: 700; }.album-gallery { column-count: 2; column-gap: 14px; margin-top: 20px; }.album-gallery figure { break-inside: avoid; margin: 0 0 14px; }.album-gallery-photo { display: block; width: 100%; min-height: 72px; padding: 0; overflow: hidden; border: 0; border-radius: 10px; cursor: zoom-in; background: var(--brand-soft); }.album-gallery-photo img,.moderation-photo img { display: block; width: 100%; height: auto; object-fit: contain; }.album-gallery figcaption { margin-top: 7px; font-size: 11px; line-height: 1.45; }.album-gallery small { display: block; margin-top: 3px; color: var(--muted); font-size: 9px; }.moderation-card { display: grid; grid-template-columns: minmax(180px,260px) 1fr; align-items: start; gap: 18px; margin-bottom: 18px; }.moderation-photo { min-height: 130px; width: 100%; padding: 0; overflow: hidden; border: 0; display: grid; place-content: center; color: white; font-size: 13px; font-weight: 700; cursor: zoom-in; border-radius: 10px; background: linear-gradient(140deg,var(--brand-dark),var(--brand-light)); }.moderation-photo:focus-visible,.album-gallery-photo:focus-visible { outline: 3px solid rgba(153,30,32,.35); outline-offset: 2px; }.moderation-actions { display: flex; gap: 8px; margin-top: 15px; }.yearbook-photo-viewer { display: block; width: 100%; max-height: 72vh; margin-top: 18px; object-fit: contain; border-radius: 12px; background: #111; }.submission-thanks { margin: 18px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.album-manager { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 18px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 12px; background: var(--upload); }.album-manager strong,.album-manager small { display: block; }.album-manager small { margin-top: 3px; color: var(--muted); font-size: 10px; }.album-add-button { cursor: pointer; white-space: nowrap; }.album-manager-status { min-height: 17px; margin: 7px 0 -7px; font-size: 10px; }.cover-badge { display: inline-block; margin-top: 7px; padding: 4px 7px; border-radius: 20px; color: var(--brand); background: var(--brand-soft); font-size: 9px; font-weight: 700; }.album-photo-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 5px; margin-top: 9px; padding-top: 8px; border-top: 1px solid var(--line); }.album-photo-actions .text-button { margin: 0; padding: 5px 2px; font-size: 9px; }.album-photo-actions .text-button:disabled { color: var(--muted); cursor: default; }.album-photo-actions .danger { margin-left: auto; color: var(--red); }.icon-button.compact { width: 27px; height: 27px; border-radius: 7px; font-size: 13px; }.icon-button.compact:disabled { opacity: .35; cursor: default; }
.upload-zone { border: 2px dashed var(--field-border); border-radius: 14px; padding: 46px; text-align: center; background: var(--upload); }.upload-zone.drag { border-color: var(--brand); background: var(--brand-soft); }.upload-zone input { max-width: 350px; margin: 12px auto; }.error-list { max-height: 260px; overflow: auto; background: var(--error-bg); border: 1px solid var(--error-border); border-radius: 10px; padding: 13px; color: var(--red); font-size: 11px; }.import-success { margin-top: 18px; background: var(--success-bg); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }.form-grid .wide { grid-column: 1/-1; }.modal { position: fixed; inset: 0; z-index: 50; display: grid; place-content: center; padding: 20px; background: rgba(8,9,10,.72); backdrop-filter: blur(3px); }.modal-card { position: relative; width: min(620px, 94vw); max-height: 90vh; overflow-y: auto; border-radius: 16px; padding: 26px; color: var(--ink); background: var(--paper); box-shadow: 0 24px 70px rgba(0,0,0,.3); }.modal-card h2 { margin: 0; color: var(--charcoal); font: 400 23px "DM Serif Display", serif; }.modal-close { position: absolute; right: 15px; top: 12px; border: 0; background: transparent; color: var(--muted); font-size: 26px; }.modal-footer { display: flex; justify-content: flex-end; gap: 9px; margin-top: 22px; }.toast { position: fixed; right: 24px; bottom: 24px; z-index: 80; color: white; background: var(--green); padding: 13px 18px; border-radius: 10px; box-shadow: var(--shadow); font-size: 12px; }.empty { padding: 50px 20px; text-align: center; color: var(--muted); }.mobile-only { display: none; }
.policy-page { background: var(--cream); }.policy-header { padding: 55px max(24px,calc((100vw - 820px)/2)); color: white; background: linear-gradient(125deg,#303030,var(--brand)); }.policy-header .brand-logo-large { margin: 0 0 22px; }.policy-header .eyebrow { color: white; }.policy-header h1 { margin: 9px 0; font: 400 clamp(34px,6vw,55px) "DM Serif Display",serif; }.policy-header p:last-child { color: rgba(255,255,255,.75); font-size: 12px; }.policy-content { width: min(820px,calc(100% - 40px)); margin: 0 auto; padding: 46px 0 70px; line-height: 1.72; }.policy-content h2 { margin: 34px 0 9px; color: var(--charcoal); font: 400 24px "DM Serif Display",serif; }.policy-content p,.policy-content li,.policy-content address { color: var(--muted); font-size: 14px; }.policy-content li { margin: 8px 0; }.policy-content a { color: var(--brand); }.policy-lead { padding: 20px 22px; border-left: 4px solid var(--brand); background: var(--paper); border-radius: 0 12px 12px 0; box-shadow: var(--shadow); font-size: 16px !important; }.policy-content address { font-style: normal; }.policy-return { display: inline-block; margin-top: 22px; color: white !important; text-decoration: none; }.policy-actions { margin-top: 6px; }.policy-actions .secondary { color: var(--brand) !important; }
:root[data-theme="dark"] {
    color-scheme: dark;
    --brand: #f04444; --brand-dark: #741719; --brand-light: #d32f35; --brand-soft: #3b2225;
    --brand-surface: #991e20; --brand-surface-hover: #b3262a;
    --charcoal: #f3efec; --sidebar: #171b1f; --cream: #111416; --paper: #1b1f23; --ink: #f4f0ed;
    --muted: #aeb6bc; --line: #353c42; --green: #7bd2af; --red: #ff918a; --orange: #e4a263;
    --label: #d9dfe3; --field-border: #4b555d; --surface-soft: #252b30; --surface-active: #342326;
    --table-head: #22272c; --bubble: #292f34; --upload: #181c20; --error-bg: #351f20; --error-border: #693638;
    --topbar: rgba(17,20,22,.94); --success-bg: #172a23; --shadow: 0 12px 34px rgba(0,0,0,.28);
}
:root[data-theme="dark"] .status.active, :root[data-theme="dark"] .status.approved { background: #18372c; }
:root[data-theme="dark"] .status.inactive, :root[data-theme="dark"] .status.denied { background: #3b2223; }
:root[data-theme="dark"] .login-brand { background: linear-gradient(145deg,rgba(20,22,24,.93),rgba(116,23,25,.88)),url("https://www.nvbschools.org/cms_files/slideshow_jquery/slideshow16_1.jpg") center/cover; }
@media (max-width: 1050px) { .stats { grid-template-columns: repeat(2,1fr); }.dashboard-grid { grid-template-columns: 1fr; }.calendar-grid,.album-grid,.video-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 780px) { .login-shell { grid-template-columns: 1fr; }.login-brand { display: none; }.login-panel { width: min(430px,86%); min-height: 100vh; }.mobile-logo { display: block; margin-bottom: 35px; }.portal { grid-template-columns: 1fr; }.sidebar { position: fixed; left: -260px; transition: left .2s; width: 248px; }.sidebar.open { left: 0; box-shadow: 15px 0 35px rgba(0,0,0,.25); }.topbar { height: 79px; padding: 0 17px; }.topbar .button { display: none; }.mobile-only { display: inline-grid; place-content: center; }.topbar > div:first-of-type { flex: 1; margin-left: 12px; }.content { padding: 18px 16px 45px; }.welcome-banner { padding: 26px; }.date-block { display: none; }.stats { grid-template-columns: 1fr 1fr; }.toolbar { flex-wrap: wrap; }.toolbar .search { flex-basis: 100%; max-width: none; }.split-list { grid-template-columns: 1fr; }.list-pane { border-right: 0; }.detail-pane { display: block; border-top: 1px solid var(--line); }.calendar-grid,.album-grid,.video-grid { grid-template-columns: 1fr; }.form-grid { grid-template-columns: 1fr; }.form-grid .wide { grid-column: auto; } }
@media (max-width: 430px) { .stats { grid-template-columns: 1fr; }.welcome-banner h2 { font-size: 22px; }.mission { flex-direction: column; gap: 5px; }.moderation-card { grid-template-columns: 1fr; }.album-gallery { column-gap: 8px; }.album-manager { align-items: stretch; flex-direction: column; }.album-add-button { text-align: center; } }
