:root {
  --bg: #07111f;
  --bg-2: #0a1628;
  --panel: rgba(12, 29, 50, .8);
  --panel-solid: #0d2139;
  --panel-soft: #102a47;
  --line: rgba(147, 198, 255, .16);
  --line-bright: rgba(93, 212, 255, .46);
  --text: #edf7ff;
  --muted: #8da8c0;
  --dim: #5d7894;
  --cyan: #5edaff;
  --blue: #5c8dff;
  --violet: #a188ff;
  --green: #59e0ba;
  --danger: #ff7893;
  --shadow: 0 22px 60px rgba(0, 0, 0, .26);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text);
  background: var(--bg);
}
* { box-sizing: border-box; }
html { min-height: 100%; background: var(--bg); }
body { margin: 0; min-width: 320px; min-height: 100vh; background: var(--bg); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--cyan); outline-offset: 2px; }
.app-bg { position: fixed; inset: 0; z-index: -2; overflow: hidden; background: radial-gradient(ellipse 72% 42% at 74% -10%, rgba(25, 109, 183, .35), transparent 64%), radial-gradient(ellipse 45% 36% at 18% 105%, rgba(53, 39, 121, .33), transparent 72%), var(--bg); }
.app-bg::before { content: ""; position: absolute; inset: 0; opacity: .23; background-image: linear-gradient(rgba(104, 202, 255, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(104, 202, 255, .12) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, #000, transparent 80%); }
.app-bg::after { content: ""; position: absolute; width: 48vw; height: 48vw; min-width: 500px; min-height: 500px; right: -12vw; top: 10vh; border-radius: 50%; border: 1px solid rgba(94, 218, 255, .13); box-shadow: 0 0 0 64px rgba(94, 218, 255, .02), 0 0 0 128px rgba(94, 218, 255, .018); }
.app-shell { min-height: 100vh; display: flex; }
.sidebar { width: 254px; flex: 0 0 254px; min-height: 100vh; padding: 28px 15px 20px; display: flex; flex-direction: column; border-right: 1px solid var(--line); background: rgba(4, 15, 29, .77); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: 12px; padding: 0 11px 31px; }
.brand-mark { width: 37px; height: 37px; display: flex; gap: 3px; align-items: end; justify-content: center; border-radius: 11px; background: linear-gradient(135deg, #6eecff, #6b79ff); box-shadow: 0 0 24px rgba(91, 214, 255, .35); }
.brand-mark i { width: 4px; display: block; background: #07111f; border-radius: 5px; transform: skewY(-22deg); }
.brand-mark i:nth-child(1) { height: 10px; }.brand-mark i:nth-child(2) { height: 19px; }.brand-mark i:nth-child(3) { height: 28px; }
.brand strong { display: block; letter-spacing: .09em; font-size: 17px; }.brand span { display: block; margin-top: 2px; color: var(--cyan); font-size: 9px; letter-spacing: .16em; }
.nav-list { display: grid; gap: 7px; }
.nav-item { color: var(--muted); border: 1px solid transparent; background: transparent; border-radius: 10px; padding: 13px 12px; text-align: left; font-weight: 650; font-size: 14px; transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease; }
.nav-item:hover { color: var(--text); background: rgba(91, 167, 255, .07); }.nav-item.active { color: #eafbff; border-color: rgba(94, 218, 255, .18); background: linear-gradient(90deg, rgba(43, 150, 218, .2), rgba(79, 117, 240, .09)); box-shadow: inset 3px 0 var(--cyan); }
.nav-item > span { display: inline-block; width: 22px; color: var(--cyan); font-size: 16px; text-align: center; }.nav-item em { float: right; padding: 2px 7px; border-radius: 10px; background: rgba(94, 218, 255, .1); color: var(--cyan); font-style: normal; font-size: 11px; }
.sidebar-note { display: flex; gap: 9px; margin-top: auto; margin-inline: 8px; padding: 14px 0 2px; color: var(--muted); font-size: 12px; }.sidebar-note b { display: block; color: var(--text); font-size: 12px; }.sidebar-note small { display: block; margin-top: 3px; color: var(--dim); font-size: 10px; }.status-dot, .local-chip i, .pulse-dot { width: 7px; height: 7px; display: inline-block; flex: 0 0 auto; border-radius: 50%; background: var(--green); box-shadow: 0 0 11px rgba(89, 224, 186, .9); }.status-dot { margin-top: 4px; }
.main { flex: 1; min-width: 0; padding-bottom: 38px; }.topbar { min-height: 104px; padding: 21px clamp(22px, 4vw, 62px); display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(147, 198, 255, .1); }
.page-intro p { margin: 0 0 5px; color: var(--cyan); font-size: 11px; letter-spacing: .14em; }.page-intro h1 { margin: 0; font-size: 22px; letter-spacing: -.02em; }.top-actions { display: flex; gap: 10px; align-items: center; } .school-watermark { padding: 7px 10px; color: rgba(177, 232, 255, .72); border: 1px solid rgba(94, 218, 255, .2); border-radius: 7px; background: linear-gradient(135deg, rgba(94, 218, 255, .08), rgba(96, 118, 255, .06)); font-size: 11px; font-weight: 760; letter-spacing: .12em; white-space: nowrap; text-shadow: 0 0 16px rgba(94, 218, 255, .3); }.local-chip { display: flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); font-size: 11px; background: rgba(9, 26, 45, .52); }.local-chip i { width: 6px; height: 6px; }
.view { display: none; max-width: 1480px; padding: 35px clamp(22px, 4vw, 62px) 0; margin: 0 auto; }.view.active { display: block; animation: view-enter .28s ease both; }@keyframes view-enter { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.welcome-row, .section-heading { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; margin-bottom: 27px; }.overline { margin: 0 0 8px; color: var(--cyan); font-weight: 750; letter-spacing: .14em; font-size: 10px; }.welcome-row h2, .section-heading h2 { margin: 0; font-size: clamp(24px, 3vw, 33px); letter-spacing: -.04em; }.subtle { color: var(--muted); margin: 8px 0 0; line-height: 1.65; font-size: 13px; }.scope-chip { display: inline-flex; align-items: center; gap: 6px; margin: 10px 0 0; padding: 4px 10px; border: 1px solid rgba(94, 218, 255, .28); border-radius: 99px; color: var(--muted); font-size: 11px; background: rgba(9, 26, 45, .5); }.scope-chip b { color: var(--cyan); font-weight: 700; }.live-clock { min-width: 112px; padding: 8px 0; border-left: 1px solid var(--line); text-align: right; }.live-clock strong { display: block; font-size: 28px; letter-spacing: .04em; font-variant-numeric: tabular-nums; }.live-clock span { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; }
.panel { position: relative; border: 1px solid var(--line); border-radius: 17px; background: linear-gradient(145deg, rgba(16, 40, 68, .87), rgba(8, 26, 46, .84)); box-shadow: var(--shadow); backdrop-filter: blur(12px); overflow: hidden; }.draw-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 18px; }.draw-stage { min-height: 465px; display: flex; flex-direction: column; padding: 24px 27px 18px; }.stage-glow { position: absolute; width: 350px; height: 350px; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%, -50%); background: radial-gradient(circle, rgba(68, 190, 255, .18), transparent 67%); pointer-events: none; }.stage-topline, .stage-foot { z-index: 1; display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: 11px; }.stage-topline > span:first-child { display: flex; align-items: center; gap: 7px; letter-spacing: .06em; }.stage-topline > span:last-child { color: var(--cyan); }.pulse-dot { width: 6px; height: 6px; animation: breathe 1.8s infinite; }@keyframes breathe { 50% { opacity: .35; box-shadow: 0 0 2px rgba(89, 224, 186, .3); } }
.result-zone { position: relative; z-index: 1; flex: 1; min-height: 318px; display: flex; align-items: center; justify-content: center; padding: 18px 2px; }.empty-state { text-align: center; color: var(--muted); }.empty-orbit { width: 93px; height: 93px; display: grid; place-items: center; margin: 0 auto 16px; border: 1px solid rgba(94, 218, 255, .31); border-radius: 50%; box-shadow: 0 0 0 13px rgba(94, 218, 255, .035), inset 0 0 34px rgba(94, 218, 255, .06); animation: orbit 6s linear infinite; }.empty-orbit span { color: var(--cyan); font-size: 42px; transform: rotate(-25deg); }.empty-state h3 { margin: 0 0 7px; color: var(--text); font-size: 19px; }.empty-state p { margin: 0; font-size: 12px; }@keyframes orbit { to { transform: rotate(360deg); } }
.stage-foot { border-top: 1px solid rgba(147, 198, 255, .1); padding-top: 15px; }.stage-foot span:first-child { color: var(--cyan); }.draw-result { width: 100%; display: grid; gap: 13px; align-content: center; justify-content: center; }.draw-result.progressive { max-width: 555px; }.draw-result.expanded { grid-template-columns: repeat(auto-fit, minmax(155px, 1fr)); max-width: 690px; }.result-card { position: relative; min-height: 78px; display: flex; align-items: center; gap: 16px; padding: 14px 17px; border: 1px solid rgba(94, 218, 255, .3); border-radius: 14px; background: linear-gradient(115deg, rgba(33, 117, 169, .25), rgba(39, 43, 128, .16)); box-shadow: 0 10px 30px rgba(0,0,0,.18), inset 0 1px rgba(255,255,255,.08); overflow: hidden; }.result-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, transparent 15%, rgba(255,255,255,.12), transparent 65%); transform: translateX(-130%); animation: shine .7s .15s ease both; }.result-card .rank { width: 29px; height: 29px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; color: #091b31; background: linear-gradient(135deg, var(--cyan), #bdedff); font-size: 12px; font-weight: 850; }.result-card strong { display: block; font-size: clamp(19px, 2.3vw, 27px); letter-spacing: .03em; }.result-card small { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; letter-spacing: .11em; }.progressive .result-card { animation: progressive-in .45s cubic-bezier(.16,.86,.32,1.2) both; }.expanded .result-card { min-height: 112px; flex-direction: column; justify-content: center; text-align: center; gap: 8px; animation: expanded-in .58s cubic-bezier(.15,.86,.27,1.25) both; }.expanded .result-card .rank { position: absolute; top: 9px; left: 10px; width: 23px; height: 23px; border-radius: 7px; font-size: 10px; }@keyframes progressive-in { from { opacity: 0; transform: translateX(-23px) scale(.95); filter: blur(5px); } to { opacity: 1; transform: none; filter: none; } }@keyframes expanded-in { from { opacity: 0; transform: scale(.68) rotateX(38deg); filter: blur(4px); } to { opacity: 1; transform: none; filter: none; } }@keyframes shine { to { transform: translateX(130%); } }
.control-panel { padding: 25px 23px; }.panel-heading { display: flex; justify-content: space-between; align-items: start; }.panel-heading h3, .settings-card h3, .add-student-card h3 { margin: 0; font-size: 19px; }.text-button { padding: 0; color: var(--cyan); border: 0; background: transparent; font-size: 12px; }.text-button:hover { color: #d3f8ff; text-decoration: underline; }.control-label { display: flex; justify-content: space-between; margin-top: 25px; color: var(--text); font-size: 13px; font-weight: 700; }.control-label small { color: var(--dim); font-weight: 500; font-size: 10px; }.stepper { display: grid; grid-template-columns: 48px 1fr 48px; height: 72px; margin-top: 10px; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: rgba(3, 18, 34, .38); }.step-button { border: 0; color: var(--cyan); background: transparent; font-size: 26px; transition: background .15s ease; }.step-button:hover { background: rgba(94, 218, 255, .1); }.step-button:disabled { color: var(--dim); cursor: not-allowed; }.stepper output { display: grid; place-items: center; border-inline: 1px solid var(--line); color: var(--text); font-size: 32px; font-weight: 820; font-variant-numeric: tabular-nums; }
.mode-field { border: 0; padding: 0; margin: 21px 0 0; }.mode-field legend { margin-bottom: 9px; font-size: 13px; font-weight: 700; }.segmented { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: rgba(3, 18, 34, .38); }.segmented label { position: relative; cursor: pointer; }.segmented input { position: absolute; opacity: 0; pointer-events: none; }.segmented span { min-height: 61px; display: flex; flex-direction: column; justify-content: center; padding: 9px 12px; color: var(--muted); font-size: 12px; font-weight: 690; transition: color .18s ease, background .18s ease; }.segmented small { margin-top: 3px; color: var(--dim); font-size: 10px; font-weight: 500; }.segmented input:checked + span { color: var(--text); background: linear-gradient(135deg, rgba(67, 191, 255, .21), rgba(94, 93, 255, .2)); box-shadow: inset 0 0 0 1px rgba(94, 218, 255, .42); }.segmented input:checked + span small { color: var(--cyan); }
.select-control, .input-label input, .inline-form input, #editStudentInput, #pinInput, #batchText { width: 100%; border: 1px solid var(--line); border-radius: 10px; color: var(--text); background: rgba(3, 18, 34, .48); }.select-control { margin-top: 9px; padding: 12px 11px; font-size: 12px; }.select-control option { color: #12263b; }.help-text { min-height: 36px; margin: 9px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }.primary-button, .ghost-button, .danger-button { display: inline-flex; justify-content: center; align-items: center; gap: 9px; border-radius: 10px; font-weight: 740; transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease; }.primary-button { width: 100%; min-height: 57px; margin-top: 16px; border: 0; color: #051827; background: linear-gradient(115deg, #5eebff, #70a5ff); box-shadow: 0 12px 28px rgba(63, 182, 255, .22); }.primary-button:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 18px 32px rgba(63, 182, 255, .34); }.primary-button:disabled { opacity: .45; cursor: not-allowed; }.primary-button b { font-size: 14px; }.primary-button small { color: rgba(5, 24, 39, .67); font-size: 10px; }.button-spark { font-size: 17px; }.compact { width: auto; min-height: 41px; margin-top: 0; padding: 0 15px; font-size: 12px; }.ghost-button { min-height: 38px; padding: 0 13px; color: #d9f4ff; border: 1px solid var(--line); background: rgba(8, 31, 55, .43); font-size: 12px; }.ghost-button:hover { border-color: var(--line-bright); background: rgba(32, 102, 143, .18); }.danger-button { min-height: 38px; padding: 0 13px; color: var(--danger); border: 1px solid rgba(255, 120, 147, .25); background: rgba(107, 22, 49, .12); font-size: 12px; }.danger-button:hover { background: rgba(146, 35, 68, .22); }.hidden { display: none !important; }
.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 18px; }.metric-card { position: relative; padding: 17px 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: rgba(12, 35, 59, .57); }.metric-card::after { content: ""; position: absolute; inset: auto -25% -80% auto; width: 100px; height: 100px; border: 1px solid rgba(94, 218, 255, .14); border-radius: 50%; }.metric-card span { display: block; color: var(--muted); font-size: 11px; }.metric-card strong { display: block; margin: 6px 0 3px; color: var(--text); font-size: 28px; font-variant-numeric: tabular-nums; }.metric-card small { color: var(--cyan); font-size: 8px; letter-spacing: .12em; }
.heading-actions, .button-row { display: flex; gap: 10px; flex-wrap: wrap; }.roster-layout { display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: 18px; }.add-student-card { align-self: start; padding: 23px; }.input-label { display: block; margin: 20px 0 12px; color: var(--muted); font-size: 11px; }.input-label input { display: block; margin-top: 7px; padding: 12px; }.roster-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--line); }.roster-stats div { padding: 7px 0; }.roster-stats strong { display: block; font-size: 23px; }.roster-stats span { color: var(--muted); font-size: 10px; }.student-directory { min-height: 430px; }.directory-toolbar { display: flex; gap: 15px; align-items: center; justify-content: space-between; padding: 17px; border-bottom: 1px solid var(--line); }.search-box { min-width: 0; flex: 1; display: flex; align-items: center; gap: 8px; padding: 9px 11px; border: 1px solid var(--line); border-radius: 9px; color: var(--cyan); background: rgba(3,18,34,.37); }.search-box input { width: 100%; color: var(--text); border: 0; outline: 0; background: transparent; font-size: 12px; }.directory-toolbar > span { color: var(--muted); white-space: nowrap; font-size: 11px; }.student-list { max-height: 590px; overflow: auto; }.student-row { min-height: 61px; display: grid; grid-template-columns: 38px minmax(0,1fr) auto; align-items: center; gap: 10px; padding: 10px 17px; border-bottom: 1px solid rgba(147, 198, 255, .09); }.student-row:hover { background: rgba(75, 159, 221, .06); }.avatar { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 9px; color: var(--cyan); background: rgba(94,218,255,.1); font-size: 11px; font-weight: 750; }.student-main { min-width: 0; }.student-main strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; }.student-main small { color: var(--green); font-size: 10px; }.student-row.paused .avatar { color: var(--dim); background: rgba(141,168,192,.1); }.student-row.paused .student-main { opacity: .58; }.student-row.paused .student-main small { color: var(--muted); }.row-actions { display: flex; gap: 8px; }.row-actions button { padding: 5px; color: var(--muted); border: 0; background: transparent; font-size: 11px; }.row-actions button:hover { color: var(--cyan); }.row-actions button.delete:hover { color: var(--danger); }.list-empty { min-height: 280px; display: grid; place-items: center; padding: 30px; color: var(--muted); text-align: center; font-size: 13px; }
.history-panel { min-height: 315px; }.history-list { padding: 0 20px; }.history-entry { display: grid; grid-template-columns: 50px minmax(0,1fr) auto; align-items: center; gap: 15px; padding: 18px 1px; border-bottom: 1px solid rgba(147,198,255,.1); }.history-entry:last-child { border-bottom: 0; }.history-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; color: var(--cyan); background: rgba(94,218,255,.1); font-size: 18px; }.history-entry b { display: block; font-size: 13px; }.history-entry p { margin: 5px 0 0; overflow: hidden; color: var(--muted); text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }.history-entry time { color: var(--dim); text-align: right; font-size: 10px; line-height: 1.5; }.history-empty { min-height: 310px; display: grid; place-items: center; color: var(--muted); text-align: center; font-size: 13px; }
.settings-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 17px; }.settings-card { min-height: 180px; padding: 23px; }.settings-card > p:not(.overline) { max-width: 510px; color: var(--muted); line-height: 1.7; font-size: 12px; }.inline-form { display: flex; gap: 10px; margin-top: 19px; }.inline-form input { min-width: 0; flex: 1; padding: 10px 11px; }.privacy-card { background: linear-gradient(135deg, rgba(19, 83, 103, .45), rgba(21, 34, 83, .42)); }
.modal { width: min(560px, calc(100vw - 32px)); padding: 0; color: var(--text); border: 1px solid rgba(94,218,255,.35); border-radius: 16px; background: #0c2038; box-shadow: 0 30px 90px rgba(0,0,0,.6); }.modal::backdrop { background: rgba(1, 8, 17, .72); backdrop-filter: blur(5px); }.modal-box { position: relative; padding: 28px; }.modal-box h3 { margin: 0; font-size: 23px; }.modal-box > p:not(.overline) { margin: 11px 0 18px; color: var(--muted); line-height: 1.65; font-size: 12px; }.modal-close { position: absolute; right: 15px; top: 12px; width: 30px; height: 30px; border: 0; border-radius: 50%; color: var(--muted); background: transparent; font-size: 24px; }.modal-close:hover { color: var(--text); background: rgba(255,255,255,.08); }#batchText { display: block; min-height: 202px; padding: 12px; line-height: 1.6; resize: vertical; }#pinInput { margin-top: 22px; padding: 12px; }.modal-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 20px; }.toast { position: fixed; z-index: 20; left: 50%; bottom: 27px; max-width: min(470px, calc(100vw - 32px)); padding: 11px 15px; color: #e9fbff; border: 1px solid rgba(94,218,255,.28); border-radius: 10px; background: rgba(9,30,51,.94); box-shadow: var(--shadow); font-size: 12px; opacity: 0; pointer-events: none; transform: translate(-50%, 18px); transition: opacity .22s ease, transform .22s ease; }.toast.visible { opacity: 1; transform: translate(-50%, 0); }.mobile-only { display: none; }.icon-button { width: 37px; height: 37px; padding: 0; color: var(--text); border: 1px solid var(--line); border-radius: 9px; background: rgba(11,32,55,.6); font-size: 18px; }
@media (max-width: 1030px) { .sidebar { width: 218px; flex-basis: 218px; }.draw-layout { grid-template-columns: minmax(0, 1fr) 300px; }.metrics-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 810px) { .sidebar { position: fixed; z-index: 10; width: 255px; transform: translateX(-102%); transition: transform .25s ease; box-shadow: 24px 0 60px rgba(0,0,0,.38); }.sidebar.open { transform: translateX(0); }.mobile-only { display: inline-grid; place-items: center; }.topbar { min-height: 78px; padding: 13px 20px; gap: 12px; }.page-intro { margin-right: auto; }.page-intro p, .local-chip { display: none; }.page-intro h1 { font-size: 18px; }.view { padding: 27px 20px 0; }.draw-layout, .roster-layout { grid-template-columns: 1fr; }.draw-stage { min-height: 394px; }.control-panel { padding: 21px; }.settings-grid { grid-template-columns: 1fr; }.add-student-card { display: grid; grid-template-columns: 1fr auto; gap: 10px 20px; align-items: center; }.add-student-card .overline, .add-student-card h3 { grid-column: 1; }.add-student-card form { grid-column: 1; }.add-student-card .roster-stats { grid-column: 2; grid-row: 1 / span 3; margin: 0; padding: 0 0 0 18px; border: 0; border-left: 1px solid var(--line); }.student-list { max-height: none; } }
@media (max-width: 570px) { .top-actions { display: block; } .top-actions .local-chip, .top-actions .ghost-button { display: none; } .school-watermark { padding: 5px 6px; font-size: 9px; letter-spacing: .05em; }.welcome-row, .section-heading { margin-bottom: 21px; }.welcome-row h2, .section-heading h2 { font-size: 25px; }.live-clock { min-width: 82px; }.live-clock strong { font-size: 23px; }.metrics-grid { gap: 9px; }.metric-card { padding: 13px; }.metric-card strong { font-size: 23px; }.draw-stage { min-height: 366px; padding: 19px 16px 15px; }.result-zone { min-height: 248px; }.result-card strong { font-size: 20px; }.expanded .result-card { min-height: 90px; }.control-panel { padding: 19px 16px; }.heading-actions { width: 100%; }.heading-actions button { flex: 1; }.directory-toolbar { display: block; }.directory-toolbar > span { display: block; margin-top: 8px; }.student-row { padding: 10px 12px; }.row-actions { gap: 2px; }.history-entry { grid-template-columns: 42px minmax(0,1fr); }.history-entry time { display: none; }.settings-card { padding: 19px; }.inline-form { display: grid; }.add-student-card { display: block; }.add-student-card .roster-stats { margin-top: 20px; padding: 16px 0 0; border: 0; border-top: 1px solid var(--line); }.modal-box { padding: 23px 19px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
