:root{--blue: #168dd5;--green: #92d050;--red: #c00000;--amber: #ef7a07;--grey: #666;font-family:-apple-system,Segoe UI,Roboto,Arial,sans-serif}*{box-sizing:border-box}body{margin:0;background:#fafafa;color:#222}.app{max-width:640px;margin:0 auto;min-height:100vh}.pad{padding:16px calc(12px + env(safe-area-inset-left)) 48px}.centre{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh;text-align:center}h1{font-size:1.4rem;color:var(--blue);margin:8px 0}.logo{height:34px;width:auto}.logo-large{height:64px;width:auto;margin-bottom:8px}h2{font-size:1.05rem;margin:4px 0 10px}.muted{color:var(--grey)}.small{font-size:.85rem}.row{display:flex;gap:8px;align-items:center}.spread{justify-content:space-between}.card{background:#fff;border:1px solid #e3e3e3;border-radius:12px;padding:14px;margin:12px 0}.warn-card{border-color:var(--amber);background:#fff8f0}.banner{padding:10px 14px;border-radius:10px;margin:10px 0;font-weight:600}.banner.offline{background:#e5f4fd;border:1px solid var(--blue)}.banner.warn{background:#fce4d6;border:1px solid var(--red)}label{display:block;margin:10px 0;font-size:.95rem}input,select{width:100%;padding:12px;font-size:1rem;border:1px solid #ccc;border-radius:8px;margin-top:4px}.check{display:flex;gap:10px;align-items:flex-start}.check input{width:24px;height:24px;margin-top:2px;flex:none}button{min-height:44px;min-width:44px;padding:10px 16px;font-size:1rem;border-radius:10px;border:1px solid #bbb;background:#fff;cursor:pointer}button.primary{background:var(--blue);border-color:var(--blue);color:#fff;font-weight:700}button.secondary{background:#eef5fb;border-color:var(--blue);color:var(--blue);font-weight:700}button.danger{background:var(--red);border-color:var(--red);color:#fff;font-weight:700}button.big{width:100%;min-height:60px;font-size:1.2rem;margin-top:10px}button:disabled{opacity:.45}.record-screen{padding-top:8px}.statusband{border-radius:12px;padding:12px 16px;font-weight:800;font-size:1.15rem;letter-spacing:1px;text-align:center;color:#fff;margin-bottom:4px}.statusband.rec{background:#eef7e6;color:#2e661d;border:1px solid #b5dd8e}.statusband.rec .pulse-dot{background:#4ea52b}.statusband.paused{background:#fff2cc;color:#8a5a00;border:1px solid var(--amber)}.statusband.done{background:var(--green)}.statusband.problem{background:var(--red)}.pulse-dot{display:inline-block;width:12px;height:12px;border-radius:50%;background:#fff;margin-right:6px;animation:pulse 1.2s ease-in-out infinite;vertical-align:baseline}@keyframes pulse{0%,to{opacity:1}50%{opacity:.25}}.timer-card{background:#fff;border:1px solid #e3e3e3;border-radius:12px;padding:10px 14px 12px;margin:10px 0 12px}.timer{font-size:3.4rem;font-variant-numeric:tabular-nums;font-weight:700;text-align:center;margin:0}.centre-text{text-align:center}.level-wrap{height:16px;background:#e8e8e8;border-radius:8px;overflow:hidden;margin:8px 0}.level{height:100%;border-radius:8px;background:linear-gradient(90deg,var(--green) 55%,var(--amber) 80%,var(--red));transition:width 60ms linear}.statuses{background:#fff;border:1px solid #e3e3e3;border-radius:12px;padding:12px 14px;margin-bottom:12px}.statuses>div{margin:5px 0}.status-dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:8px}.status-dot.safe{background:var(--green)}.status-dot.waiting{background:var(--amber)}.controls{margin-top:8px}.controls .marker{width:100%;margin-top:10px;background:#f4f7fa}.controls .stop-btn{margin-top:18px}.confirm{background:#fff;border:2px solid var(--blue);border-radius:12px;padding:14px;margin-top:18px}.confirm-row{gap:10px}.confirm-row .half{flex:1;margin-top:0}.transcript{background:#fff;border:1px solid #e3e3e3;border-radius:12px;padding:14px}.appt-row{display:flex;align-items:center;gap:10px;padding:10px 8px;border-bottom:1px solid #eee;cursor:pointer;border-radius:8px}.appt-row.selected{background:#e5f4fd;outline:2px solid var(--blue)}.appt-row.recorded{opacity:.55;cursor:default}.appt-row.noshow{opacity:.5;cursor:default}.appt-time{font-weight:700;font-variant-numeric:tabular-nums;flex:none}.appt-main{flex:1;min-width:0}.appt-noshow{flex:none;min-height:32px;min-width:0;padding:4px 10px;font-size:.8rem}.pill{display:inline-block;font-size:.72rem;font-weight:700;border-radius:999px;padding:1px 8px;margin-left:6px;vertical-align:middle}.pill-red{background:#fde4e1;color:var(--red);border:1px solid var(--red)}.pill-amber{background:#fff2cc;color:#8a5a00;border:1px solid var(--amber)}.pill-green{background:#e2f0d9;color:#2e661d;border:1px solid var(--green)}.pill-grey{background:#eee;color:#555;border:1px solid #bbb}.pill-blue{background:#e5f4fd;color:var(--blue);border:1px solid var(--blue)}.picked{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:6px}.small-btn{min-height:30px;padding:3px 10px;font-size:.8rem}.chk-head{cursor:pointer;-webkit-user-select:none;user-select:none}.chk-complete{border-color:var(--green)}.chk-alldone{color:#2e661d;font-weight:700}.chk-item{display:flex;align-items:flex-start;gap:10px;padding:7px 0;border-bottom:1px solid #f0f0f0;flex-wrap:wrap}.chk-tick{flex:none;width:34px;height:34px;min-height:34px;min-width:34px;border-radius:50%;border:2px solid #bbb;background:#fff;font-weight:800;font-size:1rem;padding:0}.chk-tick.on{background:var(--green);border-color:var(--green);color:#fff}.chk-tick.ndone{background:#fde4e1;border-color:var(--red);color:var(--red)}.chk-label{flex:1;min-width:60%;padding-top:5px}.chk-actions{display:flex;gap:8px;width:100%;padding-left:44px}.chk-actions button{min-height:34px;font-size:.85rem}.cal-form{border-top:1px solid #eee;margin-top:8px;padding-top:4px}.between-card{border-color:var(--blue);background:#f6fbff}.between-list{margin:4px 0 10px;padding-left:20px}.between-list li{margin:2px 0}.shadow-docs{border-color:#b8a0d8;background:#fbf9fe}.doc-block{border-top:1px solid #eee;padding-top:4px;margin-top:6px}.doc-block h3{font-size:1rem;margin:4px 0}.doc-body{background:#fff;border:1px solid #e3e3e3;border-radius:8px;padding:10px 12px;font-size:.92rem}
