:root {
  --ink: #f6f5ff;
  --muted: #b5b2cc;
  --quiet: #827e9d;
  --line: rgba(255,255,255,.12);
  --panel: rgba(23, 21, 49, .65);
  --panel-strong: rgba(29, 26, 61, .86);
  --purple: #8d6bff;
  --purple-soft: #b8a7ff;
  --cyan: #46d4e8;
  --green: #58d7a2;
  --red: #ff7288;
  --amber: #ffc765;
  --shadow: 0 20px 65px rgba(3, 2, 15, .33);
}
* { box-sizing: border-box; }
html { min-height: 100%; background: #100e27; }
body { min-height: 100vh; margin: 0; color: var(--ink); font: 15px/1.5 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: radial-gradient(circle at 12% 8%, #392b77 0, transparent 30rem), radial-gradient(circle at 92% 85%, #1b616d 0, transparent 32rem), #100e27; }
button, input { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.ambient { position: fixed; pointer-events: none; border-radius: 99rem; filter: blur(65px); opacity: .25; z-index: 0; }
.ambient-one { width: 310px; height: 310px; background: #7a5af8; top: 24%; left: -130px; }
.ambient-two { width: 390px; height: 390px; background: #1fc9d0; right: -190px; top: 12%; }
.app-shell { position: relative; z-index: 1; width: min(1180px, calc(100% - 40px)); margin: 0 auto; min-height: 100vh; }
.glass-panel { border: 1px solid var(--line); background: linear-gradient(135deg, rgba(255,255,255,.1), rgba(255,255,255,.035)); box-shadow: var(--shadow); backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px); }
.topbar { position: sticky; z-index: 20; top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 76px; margin: 18px 0 42px; padding: 12px 18px; border-radius: 19px; }
.brand { display: flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-mark { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 13px; color: white; font-size: 12px; font-weight: 800; letter-spacing: .03em; background: linear-gradient(135deg, #b3a2ff, #714df5); box-shadow: 0 8px 20px rgba(119,82,247,.5); }
.brand b, .brand small { display: block; line-height: 1.1; }.brand b { font-size: 14px; letter-spacing: .01em; }.brand small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.navigation { display: flex; align-items: center; gap: 4px; }.navigation a { padding: 9px 13px; border-radius: 10px; color: var(--muted); font-size: 13px; font-weight: 650; transition: .18s ease; }.navigation a:hover,.navigation a.active { color: white; background: rgba(255,255,255,.1); }
.nav-toggle { display: none; padding: 7px 10px; border: 0; border-radius: 8px; color: white; background: rgba(255,255,255,.1); }
main { padding-bottom: 42px; }.footer { display: flex; justify-content: center; gap: 7px; padding: 0 0 24px; color: var(--quiet); font-size: 12px; text-align: center; }
.eyebrow { margin: 0 0 8px; color: var(--purple-soft); font-size: 10px; font-weight: 800; letter-spacing: .15em; }.lead { max-width: 570px; margin: 18px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
h1,h2,h3,p { margin-top: 0; } h1 { margin-bottom: 0; font-size: clamp(29px, 4vw, 46px); line-height: 1.08; letter-spacing: -.045em; } h2 { margin-bottom: 0; font-size: 20px; letter-spacing: -.025em; } code { padding: 2px 5px; border-radius: 5px; color: #e5e0ff; background: rgba(255,255,255,.1); }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.68fr) minmax(270px,.82fr); gap: 18px; }.hero-copy { min-height: 330px; padding: clamp(27px, 5vw, 57px); border-radius: 25px; }.today-card { display: flex; flex-direction: column; justify-content: center; padding: 34px; border-radius: 25px; }.today-card h2 { color: var(--muted); font-size: 14px; font-weight: 550; }.time-display { margin: 7px 0 22px; font-size: clamp(30px, 4vw, 43px); font-weight: 750; letter-spacing: -.07em; }.status-dot { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; }.status-dot i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(87,215,162,.13); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 27px; }.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 43px; padding: 10px 16px; border: 1px solid transparent; border-radius: 11px; font-size: 13px; font-weight: 750; transition: transform .18s ease, background .18s ease, opacity .18s ease; }.button:hover:not(:disabled) { transform: translateY(-2px); }.button:disabled { cursor: not-allowed; opacity: .47; }.button-primary { color: #fff; background: linear-gradient(135deg, #9a7cff, #7150ed); box-shadow: 0 9px 21px rgba(112,76,239,.27); }.button-quiet { color: var(--ink); border-color: var(--line); background: rgba(255,255,255,.08); }.button-quiet:hover:not(:disabled) { background: rgba(255,255,255,.15); }.privacy-note { display: flex; align-items: center; gap: 8px; margin-top: 40px; color: var(--quiet); font-size: 12px; }.privacy-note span { color: var(--cyan); }
.metrics-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 18px 0; }.metric-card { display: flex; align-items: center; gap: 14px; min-height: 119px; padding: 20px; border-radius: 18px; }.metric-icon { display: grid; place-items: center; flex: 0 0 40px; height: 40px; border-radius: 13px; font-weight: 800; }.metric-icon.purple { color: #d9d1ff; background: rgba(143,107,255,.2); }.metric-icon.cyan { color: #aef5ff; background: rgba(66,213,234,.16); }.metric-icon.green { color: #b5ffdc; background: rgba(88,215,162,.16); }.metric-card p { margin-bottom: 0; color: var(--muted); font-size: 12px; }.metric-card strong { display: block; margin: 1px 0; font-size: 28px; line-height: 1.1; }.metric-card small { color: var(--quiet); font-size: 11px; }
.split-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; }.section-card { min-height: 292px; padding: 25px; border-radius: 19px; }.section-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }.section-header > a { color: var(--purple-soft); font-size: 12px; font-weight: 700; }.activity-list { margin-top: 17px; }.activity-item { display: flex; align-items: center; gap: 11px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.07); }.activity-item:last-child { border-bottom: 0; }.activity-item > div { min-width: 0; flex: 1; }.activity-item strong,.activity-item small { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.activity-item strong { font-size: 13px; }.activity-item small { color: var(--quiet); font-size: 11px; }.avatar { display: grid; place-items: center; flex: 0 0 32px; width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; color: #dfd9ff; font-size: 11px; font-weight: 800; background: linear-gradient(135deg, rgba(170,143,255,.5), rgba(67,209,231,.25)); }.avatar.large { flex-basis: 50px; width: 50px; height: 50px; border-radius: 15px; font-size: 16px; }.type-badge { display: inline-flex; justify-content: center; min-width: 63px; padding: 4px 9px; border-radius: 99px; font-size: 10px; font-weight: 800; text-transform: uppercase; }.type-badge.masuk { color: #adffdb; background: rgba(87,215,162,.14); }.type-badge.pulang { color: #b5efff; background: rgba(68,210,232,.13); }.quick-card { background: linear-gradient(165deg, rgba(144,111,255,.18), rgba(255,255,255,.04)); }.quick-card h2 { max-width: 230px; font-size: 22px; }.steps { display: grid; gap: 13px; margin: 22px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 12px; }.steps li { display: flex; align-items: center; gap: 10px; }.steps span { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 8px; color: #e6e0ff; background: rgba(141,107,255,.26); font-size: 10px; font-weight: 800; }
.empty-state { display: grid; place-items: center; min-height: 175px; color: var(--muted); text-align: center; }.empty-state span { color: var(--purple-soft); font-size: 32px; }.empty-state p { margin: 5px 0 9px; }.empty-state a { color: var(--purple-soft); font-size: 12px; font-weight: 750; }.alert { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-top: 20px; padding: 16px 19px; border-radius: 14px; }.alert span { color: var(--muted); }.alert a { color: var(--purple-soft); font-weight: 700; }
.page-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin-bottom: 26px; }.page-heading h1 { font-size: clamp(28px, 3.6vw, 39px); }.page-heading p:not(.eyebrow) { max-width: 650px; margin: 9px 0 0; color: var(--muted); }.security-chip { display: flex; align-items: center; gap: 6px; width: max-content; padding: 8px 11px; border: 1px solid rgba(87,215,162,.22); border-radius: 99px; color: #b6f8d8; background: rgba(87,215,162,.08); font-size: 11px; font-weight: 700; white-space: nowrap; }
.attendance-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 18px; align-items: start; }.verification-card,.camera-card { border-radius: 20px; padding: 25px; }.verification-step { display: flex; align-items: center; gap: 12px; margin-bottom: 25px; }.verification-step > span:first-child { display: grid; place-items: center; flex: 0 0 30px; height: 30px; border-radius: 9px; color: #ded7ff; font-size: 10px; font-weight: 850; background: rgba(141,107,255,.25); }.verification-step .eyebrow { margin-bottom: 2px; }.verification-step h2 { font-size: 18px; }.model-status { margin-left: auto; color: var(--quiet); font-size: 10px; font-weight: 650; }.model-status.ready { color: #aff5d5; }.model-status.error { color: #ffb4be; }
.identity-form label { display: block; margin-bottom: 8px; color: var(--muted); font-size: 12px; font-weight: 650; }.input-action { display: flex; gap: 8px; }.input-action input,.search-box input,.date-filter input { width: 100%; min-height: 45px; padding: 0 13px; border: 1px solid var(--line); border-radius: 10px; outline: none; color: white; background: rgba(7,5,26,.3); transition: border .16s, box-shadow .16s; }.input-action input:focus,.search-box input:focus,.date-filter input:focus { border-color: rgba(157,127,255,.7); box-shadow: 0 0 0 3px rgba(141,107,255,.12); }.identity-form small { display: block; margin-top: 10px; color: var(--quiet); font-size: 11px; line-height: 1.6; }.person-preview { display: flex; align-items: center; gap: 11px; margin-top: 21px; padding: 13px; border: 1px solid rgba(87,215,162,.17); border-radius: 13px; background: rgba(87,215,162,.07); }.person-preview > div { min-width: 0; }.person-preview strong,.person-preview small { display: block; }.person-preview strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; }.person-preview small { color: var(--muted); font-size: 11px; }.hidden { display: none !important; }.inline-notice { display: flex; flex-wrap: wrap; gap: 5px 8px; margin-top: 19px; padding: 13px; border: 1px solid rgba(255,199,101,.2); border-radius: 12px; color: #ffe1a4; background: rgba(255,199,101,.09); font-size: 12px; }.inline-notice span { color: var(--muted); }.inline-notice a { color: #ffe1a4; font-weight: 800; }
.camera-stage,.enroll-camera-wrap { position: relative; overflow: hidden; aspect-ratio: 16/9; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: #09081b; }.camera-stage video,.camera-stage canvas,.enroll-camera-wrap video,.enroll-camera-wrap canvas { position: absolute; width: 100%; height: 100%; object-fit: cover; }.camera-stage video,.enroll-camera-wrap video { transform: scaleX(-1); }.camera-stage canvas,.enroll-camera-wrap canvas { pointer-events: none; }.camera-placeholder { position: absolute; inset: 0; display: grid; place-items: center; align-content: center; gap: 8px; color: var(--quiet); text-align: center; background: radial-gradient(circle, rgba(141,107,255,.12), transparent 57%); }.camera-placeholder span { color: var(--purple-soft); font-size: 26px; }.camera-placeholder p { margin: 0; font-size: 12px; }.face-guide { position: absolute; top: 50%; left: 50%; width: 33%; min-width: 145px; aspect-ratio: .74; transform: translate(-50%,-50%); pointer-events: none; }.face-guide i { position: absolute; width: 28px; height: 28px; border-color: rgba(207,195,255,.8); border-style: solid; }.face-guide i:nth-child(1) { top: 0; left: 0; border-width: 2px 0 0 2px; border-radius: 10px 0 0; }.face-guide i:nth-child(2) { top: 0; right: 0; border-width: 2px 2px 0 0; border-radius: 0 10px 0 0; }.face-guide i:nth-child(3) { bottom: 0; left: 0; border-width: 0 0 2px 2px; border-radius: 0 0 0 10px; }.face-guide i:nth-child(4) { right: 0; bottom: 0; border-width: 0 2px 2px 0; border-radius: 0 0 10px; }.liveness-box { display: flex; align-items: center; gap: 11px; min-height: 65px; margin-top: 12px; padding: 10px 13px; border: 1px solid rgba(141,107,255,.19); border-radius: 13px; background: rgba(141,107,255,.075); }.liveness-icon { display: grid; place-items: center; flex: 0 0 32px; height: 32px; border-radius: 10px; color: var(--purple-soft); background: rgba(141,107,255,.14); }.liveness-box strong,.liveness-box p { display: block; margin: 0; }.liveness-box strong { font-size: 12px; }.liveness-box p { margin-top: 1px; color: var(--muted); font-size: 11px; }.liveness-box.success { border-color: rgba(87,215,162,.27); background: rgba(87,215,162,.08); }.liveness-box.success .liveness-icon { color: #bcffdc; background: rgba(87,215,162,.15); }.liveness-box.warning { border-color: rgba(255,199,101,.28); background: rgba(255,199,101,.08); }
.attendance-controls { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 17px; }.type-switch { display: flex; padding: 3px; border: 1px solid var(--line); border-radius: 10px; background: rgba(7,5,26,.29); }.type-switch button { padding: 7px 10px; border: 0; border-radius: 7px; color: var(--muted); background: transparent; font-size: 11px; font-weight: 700; }.type-switch button.active { color: white; background: rgba(141,107,255,.33); }.capture-note { margin: 13px 0 0; color: var(--quiet); font-size: 11px; }.trust-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 22px; margin-top: 18px; color: var(--muted); font-size: 11px; }.trust-row span::first-letter { color: var(--green); }
.faces-layout { display: grid; grid-template-columns: minmax(285px,.75fr) minmax(0,1.25fr); gap: 18px; }.people-panel,.enrollment-panel { min-height: 610px; border-radius: 20px; padding: 23px; }.count-pill { padding: 3px 8px; border-radius: 99px; color: var(--purple-soft); background: rgba(141,107,255,.14); font-size: 11px; font-weight: 750; }.search-box { display: flex; align-items: center; gap: 7px; margin: 18px 0 10px; padding: 0 10px; border: 1px solid var(--line); border-radius: 10px; background: rgba(7,5,26,.28); }.search-box span { color: var(--quiet); font-size: 17px; }.search-box input { min-height: 39px; padding: 0; border: 0; background: transparent; }.people-list { max-height: 482px; overflow: auto; scrollbar-width: thin; }.loading-line { padding: 25px 5px; color: var(--quiet); font-size: 12px; }.person-row { display: flex; align-items: center; gap: 10px; width: 100%; padding: 11px 7px; border: 1px solid transparent; border-bottom-color: rgba(255,255,255,.065); color: inherit; text-align: left; background: transparent; }.person-row:hover,.person-row.selected { border-radius: 11px; border-color: rgba(141,107,255,.29); background: rgba(141,107,255,.13); }.person-row > div { min-width: 0; flex: 1; }.person-row strong,.person-row small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.person-row strong { font-size: 12px; }.person-row small { color: var(--quiet); font-size: 10px; }.registered-dot { width: 7px; height: 7px; border-radius: 99px; background: var(--quiet); }.registered-dot.yes { background: var(--green); box-shadow: 0 0 0 3px rgba(87,215,162,.1); }.enrollment-empty { display: grid; min-height: 560px; place-items: center; align-content: center; color: var(--muted); text-align: center; }.empty-orbit { display: grid; place-items: center; width: 64px; height: 64px; margin-bottom: 12px; border: 1px solid rgba(141,107,255,.25); border-radius: 50%; color: var(--purple-soft); font-size: 27px; box-shadow: inset 0 0 30px rgba(141,107,255,.1); }.enrollment-empty h2 { color: var(--ink); }.enrollment-empty p { margin: 6px 0 0; font-size: 12px; }.enrollment-person { display: flex; align-items: center; gap: 11px; padding-bottom: 20px; }.enrollment-person > div { min-width: 0; flex: 1; }.enrollment-person .eyebrow { margin-bottom: 1px; }.enrollment-person h2 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 19px; }.enrollment-person span:not(.avatar) { color: var(--muted); font-size: 11px; }.icon-button { display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; padding: 0; border: 1px solid var(--line); border-radius: 10px; color: var(--muted); background: rgba(255,255,255,.06); }.icon-button:hover { color: #ffb4bf; border-color: rgba(255,114,136,.36); background: rgba(255,114,136,.1); }.enrollment-progress { margin-bottom: 15px; }.progress-label { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 7px; color: var(--muted); font-size: 11px; }.progress-label span:last-child { color: var(--purple-soft); }.progress-track { height: 5px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.1); }.progress-track i { display: block; width: 0; height: 100%; border-radius: 99px; background: linear-gradient(90deg, #7d5af9, #46d4e8); transition: width .25s ease; }.enroll-camera-wrap { aspect-ratio: 16/8.5; }.capture-instruction { display: flex; gap: 11px; margin: 14px 0; padding: 12px; border: 1px solid rgba(141,107,255,.17); border-radius: 12px; background: rgba(141,107,255,.07); }.capture-instruction > span { display: grid; place-items: center; flex: 0 0 28px; height: 28px; border-radius: 8px; color: #e4ddff; background: rgba(141,107,255,.2); font-size: 10px; font-weight: 800; }.capture-instruction strong,.capture-instruction p { display: block; margin: 0; }.capture-instruction strong { font-size: 12px; }.capture-instruction p { margin-top: 1px; color: var(--muted); font-size: 11px; }.enroll-actions { display: flex; justify-content: flex-end; gap: 9px; }
.history-card { border-radius: 20px; padding: 24px; }.date-filter { display: flex; align-items: center; gap: 9px; margin-bottom: 22px; }.date-filter label { color: var(--muted); font-size: 12px; font-weight: 700; }.date-filter input { width: 155px; min-height: 38px; padding: 0 10px; color-scheme: dark; }.date-filter .button { min-height: 38px; }.table-wrap { overflow-x: auto; } table { width: 100%; border-collapse: collapse; } th { padding: 0 13px 10px; color: var(--quiet); font-size: 10px; letter-spacing: .08em; text-align: left; text-transform: uppercase; } td { padding: 13px; border-top: 1px solid rgba(255,255,255,.075); color: var(--muted); font-size: 12px; } .table-person { display: flex; align-items: center; gap: 10px; min-width: 200px; }.table-person strong,.table-person small { display: block; }.table-person strong { color: var(--ink); }.table-person small { color: var(--quiet); font-size: 10px; }.distance-score { padding: 3px 7px; border-radius: 6px; color: #ffe0a2; background: rgba(255,199,101,.11); font-size: 11px; font-weight: 750; }.distance-score.excellent { color: #baffde; background: rgba(87,215,162,.12); }.roomy { min-height: 260px; }
.toast-region { position: fixed; z-index: 50; right: 20px; bottom: 20px; display: grid; gap: 10px; width: min(365px, calc(100% - 40px)); }.toast { display: flex; align-items: flex-start; gap: 10px; padding: 13px; border: 1px solid rgba(255,255,255,.17); border-radius: 14px; color: var(--ink); background: rgba(31,28,62,.92); box-shadow: 0 15px 45px rgba(0,0,0,.32); backdrop-filter: blur(20px); animation: toast-in .25s ease; }.toast.success { border-color: rgba(87,215,162,.4); }.toast.error { border-color: rgba(255,114,136,.4); }.toast-icon { display: grid; place-items: center; flex: 0 0 25px; height: 25px; border-radius: 8px; color: #d9d2ff; background: rgba(141,107,255,.2); font-size: 12px; }.toast.success .toast-icon { color: #baffdf; background: rgba(87,215,162,.18); }.toast.error .toast-icon { color: #ffc1ca; background: rgba(255,114,136,.18); }.toast strong,.toast p { display: block; margin: 0; }.toast strong { font-size: 12px; }.toast p { margin-top: 1px; color: var(--muted); font-size: 11px; line-height: 1.45; }.install-page { display: grid; min-height: 100vh; place-items: center; padding: 22px; }.install-card { width: min(460px,100%); padding: 40px; border: 1px solid var(--line); border-radius: 22px; text-align: center; background: var(--panel-strong); box-shadow: var(--shadow); }.install-card .brand-mark { margin: 0 auto 22px; }.install-card h1 { font-size: 27px; }.install-card p { color: var(--muted); }.install-card pre { overflow: auto; padding: 11px; color: #ffbfcb; text-align: left; white-space: pre-wrap; background: rgba(255,114,136,.08); }.install-card .button { margin-top: 8px; }
.camera-stage canvas,.enroll-camera-wrap canvas { transform: none; }
.scan-result { min-height: 76px; margin-top: 0; }.scan-result.pending { border-color: rgba(141,107,255,.2); background: rgba(141,107,255,.075); }.scan-result.matching { border-color: rgba(255,199,101,.3); background: rgba(255,199,101,.08); }.scan-result.confirmed { border-color: rgba(87,215,162,.36); background: rgba(87,215,162,.09); }.scan-hint { display: flex; align-items: flex-start; gap: 8px; margin: 15px 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; }.scan-hint span { color: var(--cyan); }.scan-hint p { margin: 0; }.scanner-rules { margin-top: 22px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.08); }.scanner-rules .eyebrow { margin-bottom: 8px; }.scanner-rules ul { display: grid; gap: 8px; margin: 0; padding-left: 18px; color: var(--muted); font-size: 11px; }.scanner-rules li::marker { color: var(--purple-soft); }
@keyframes toast-in { from { transform: translateY(10px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 840px) { .topbar { margin-bottom: 28px; }.navigation { position: absolute; top: calc(100% + 8px); right: 0; display: none; width: 210px; padding: 7px; border: 1px solid var(--line); border-radius: 14px; background: rgba(28,25,57,.96); box-shadow: var(--shadow); }.navigation.open { display: grid; }.navigation a { padding: 10px; }.nav-toggle { display: block; }.hero-grid,.split-grid,.attendance-layout,.faces-layout { grid-template-columns: 1fr; }.today-card { min-height: 190px; }.metrics-grid { grid-template-columns: repeat(3,1fr); }.metric-card { padding: 14px; }.metric-icon { display: none; }.people-panel,.enrollment-panel { min-height: auto; }.people-list { max-height: 275px; }.enrollment-empty { min-height: 250px; }.footer { flex-wrap: wrap; } }
@media (max-width: 560px) { .app-shell { width: min(100% - 26px, 1180px); }.topbar { top: 10px; min-height: 66px; margin-top: 10px; padding: 10px 13px; }.hero-copy,.today-card,.section-card,.verification-card,.camera-card,.people-panel,.enrollment-panel,.history-card { padding: 18px; border-radius: 17px; }.hero-copy { min-height: 300px; }.metrics-grid { grid-template-columns: 1fr; }.metric-card { min-height: 81px; }.page-heading { align-items: flex-start; flex-direction: column; gap: 13px; }.input-action { flex-direction: column; }.input-action .button { width: 100%; }.attendance-controls { align-items: stretch; flex-direction: column; }.attendance-controls .button { width: 100%; }.type-switch { justify-content: stretch; }.type-switch button { flex: 1; }.face-guide { min-width: 125px; }.date-filter { align-items: stretch; flex-direction: column; }.date-filter input { width: 100%; }.date-filter .button { width: 100%; }.enroll-actions { align-items: stretch; flex-direction: column; }.enroll-actions .button { width: 100%; }.trust-row { justify-content: flex-start; }.footer { line-height: 1.55; }.footer > span:nth-child(2) { display: none; } }
