:root{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#22292e;background:#f8f9fb;font-synthesis:none}*{box-sizing:border-box}body{margin:0}header{background:#20282e;color:white;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px 32px}header>div{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.brand img{width:85px;height:52px;object-fit:contain}.brand span{font-size:23px}.station-label{font-size:12px;letter-spacing:2px;color:#c8d2db}time{font-size:30px;font-weight:650}.notice{padding:12px 20px;background:#fff0ed;color:#8c241c;text-align:center;font-size:15px}main{max-width:1120px;padding:28px 32px;margin:auto}h1{font-size:clamp(28px,4vw,44px);line-height:1.15;margin:14px 0}p{color:#596570;font-size:19px;line-height:1.5}#roster{text-align:center}.search{max-width:720px;margin:30px auto;display:block}input,select,button{font:inherit;font-size:18px;min-height:56px;border:1px solid #cdd5df;border-radius:10px;padding:14px 18px}input,select{width:100%;color:#22292e;background:white}input:focus,select:focus,button:focus-visible{outline:3px solid #498bd9;outline-offset:3px}button{cursor:pointer;background:white;color:#22292e}button:hover{border-color:#ed151e}button:disabled{cursor:wait;opacity:.6}.primary{background:#ed151e;color:white;border-color:#ed151e;font-weight:650;width:100%;margin:14px 0}.people{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;text-align:center}.person{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;min-height:160px;font-size:22px;font-weight:600;padding:22px;overflow-wrap:anywhere}.initials{display:grid;place-items:center;width:70px;height:70px;border-radius:50%;background:#263039;color:white;font-size:25px}.person:hover .initials{background:#ed151e}.narrow{max-width:620px;margin:auto}label{display:block;margin:18px 0;font-weight:550}label input,label select{display:block;margin-top:9px}#pin{text-align:center;font-size:30px;letter-spacing:10px}.keypad{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.keypad button{font-size:25px;min-height:65px}footer{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;border-top:1px solid #dce1e6;margin-top:28px;padding-top:22px;font-size:14px;color:#596570}.bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 32px;font-size:14px;color:#596570}.bottom button{font-size:15px}.quiet{font-size:15px}.back{margin-bottom:10px}#message:not(:empty){padding:14px;margin-bottom:12px;border-radius:8px;background:#eef3fa;color:#283c56}#setup a{display:inline-block;margin:20px}.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}[hidden]{display:none!important}@media(max-width:680px){header{padding:16px;align-items:flex-start}.brand span{display:none}header>div{gap:8px}.station-label{display:none}main{padding:20px 16px}.people{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.person{min-height:145px;font-size:18px;padding:14px}.bottom{padding:16px;flex-wrap:wrap}time{font-size:24px}footer{justify-content:center}.notice{font-size:14px}}
