body{font-family:Arial;background:#f3f4f6;margin:0;padding:18px;color:#111}
.app,.box{max-width:820px;margin:auto}
.card{background:white;padding:22px;border-radius:24px;margin-bottom:18px;box-shadow:0 2px 12px rgba(0,0,0,.06)}
.top{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:18px}
.btn,button{display:inline-block;width:100%;padding:16px;border:0;border-radius:16px;background:#0d6efd;color:white;font-size:18px;font-weight:bold;text-decoration:none;box-sizing:border-box;cursor:pointer;margin-bottom:12px}
.green{background:#198754}.red{background:#dc3545}.orange{background:#fd7e14}.purple{background:#6f42c1}
input,select{width:100%;padding:14px;border-radius:12px;border:1px solid #ddd;box-sizing:border-box;font-size:17px;margin-bottom:12px}
.grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.dash-card{display:block;background:white;padding:24px;border-radius:22px;text-decoration:none;color:#111;box-shadow:0 2px 12px rgba(0,0,0,.06);margin-bottom:14px}
.dash-title{font-size:26px;font-weight:900}
.status-title{font-size:32px;font-weight:900;text-align:center}
.live-timer{font-size:48px;font-weight:900;color:#198754;text-align:center;margin:14px 0}
.auto-timer{font-size:26px;font-weight:900;color:#dc3545;text-align:center}
.row{display:flex;justify-content:space-between;border-bottom:1px solid #eee;padding:8px 0}
.total{display:flex;justify-content:space-between;border-top:2px solid #d1e7dd;margin-top:12px;padding-top:12px;color:#198754;font-size:22px;font-weight:bold}
.warn{background:#fff3cd;padding:14px;border-radius:14px;line-height:1.5;margin-bottom:14px}
.modal-bg{position:fixed;inset:0;background:rgba(0,0,0,.55);display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px}
.modal-card{background:white;max-width:520px;width:100%;border-radius:28px;padding:24px;box-sizing:border-box;max-height:90vh;overflow:auto}
.checkline{display:flex;gap:10px;align-items:flex-start}.checkline input{width:auto}
@media(max-width:760px){.grid{grid-template-columns:1fr}.live-timer{font-size:40px}}
