*{box-sizing:border-box}body{margin:0;background:#f4f6f8;color:#17212b;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.shell{min-height:100vh}.topbar{align-items:center;background:#ffffff;border-bottom:1px solid #d9e0e7;display:flex;gap:16px;justify-content:space-between;padding:14px 28px}.brand{font-size:18px;font-weight:700}.nav{align-items:center;display:flex;gap:10px}.main{margin:0 auto;max-width:1120px;padding:28px}.panel{background:#ffffff;border:1px solid #d9e0e7;border-radius:8px;padding:22px}.grid-2,.stack{display:grid;grid-gap:18px;gap:18px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid{display:grid;grid-gap:14px;gap:14px}.field{display:grid;grid-gap:6px;gap:6px}.label{color:#4b5b68;font-size:14px;font-weight:600}.input,.select{background:#ffffff;border:1px solid #c5ced8;border-radius:6px;min-height:42px;padding:8px 10px;width:100%}.button{align-items:center;background:#1f6feb;border:1px solid #1f6feb;border-radius:6px;color:#ffffff;cursor:pointer;display:inline-flex;font-weight:700;justify-content:center;min-height:40px;padding:8px 14px}.button.secondary{background:#ffffff;border-color:#b7c2ce;color:#17212b}.button.danger{background:#b42318;border-color:#b42318}.button:disabled{cursor:not-allowed;opacity:.58}.table-wrap{overflow-x:auto}.table{border-collapse:collapse;min-width:760px;width:100%}.table td,.table th{border-bottom:1px solid #d9e0e7;padding:12px;text-align:left;vertical-align:top}.table th{color:#4b5b68;font-size:13px;text-transform:uppercase}.highlight{background:#fff7d6;border-radius:6px;display:inline-block;font-weight:700;padding:3px 6px}.muted{color:#617181}.error{background:#fff1f0;border:1px solid #ffccc7;border-radius:6px;color:#a8071a}.error,.success{padding:10px 12px}.success{background:#edf8f0;border:1px solid #b7e4c7;border-radius:6px;color:#155724}.login-page{align-items:center;display:grid;min-height:100vh;padding:24px}.login-card{margin:0 auto;max-width:420px;width:100%}.slot-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.day-block{border:1px solid #d9e0e7;border-radius:8px;padding:16px}.slot-title{font-weight:700;margin-bottom:10px}.spread{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.button-row{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.badge{border-radius:999px;display:inline-flex;font-size:13px;font-weight:700;padding:5px 10px;white-space:nowrap}.success-badge{background:#dff3e6;color:#146c2e}.missing-badge{background:#fff1f0;color:#a8071a}.camera-box{display:grid;grid-gap:12px;gap:12px}.camera-preview,.camera-video,.full-photo,.submitted-photo{background:#101820;border-radius:8px;max-width:100%}.camera-video{aspect-ratio:16/9;object-fit:cover;width:min(100%,680px)}.camera-preview{border:3px solid #1f6feb;max-height:260px;object-fit:contain;width:min(100%,360px)}.submitted-photo{max-height:62vh;object-fit:contain;width:min(100%,760px)}.submission-row{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.thumb{border:1px solid #c5ced8;border-radius:6px;height:72px;object-fit:cover;width:96px}.photo-link{background:transparent;border:0;cursor:pointer;padding:0}.full-photo{max-height:70vh;object-fit:contain;width:100%}.photo-dialog{border:1px solid #c5ced8;border-radius:8px;max-width:min(920px,calc(100vw - 32px));padding:18px;width:920px}.photo-dialog::-webkit-backdrop{background:rgba(12,20,28,.62)}.photo-dialog::backdrop{background:rgba(12,20,28,.62)}@media (max-width:780px){.grid-2,.slot-grid{grid-template-columns:1fr}.main,.topbar{padding-left:16px;padding-right:16px}.spread{display:grid}}