body{font-family:Inter,system-ui,Arial;margin:0;background:#f4f7fb;color:#0b2545}
.card{max-width:820px;margin:36px auto;padding:22px;border-radius:12px;background:#fff;box-shadow:0 10px 30px rgba(11,37,69,0.06)}
h1{margin:0 0 8px;font-size:1.5rem}
.controls{display:flex;gap:8px;margin:12px 0}
button{padding:8px 12px;border-radius:8px;border:0;background:#0b67ff;color:#fff;cursor:pointer}
button.secondary{background:#eef5ff;color:#0b2545}
.grid{display:grid;grid-template-columns:1fr 320px;gap:14px}
.box{background:#fbfdff;padding:12px;border-radius:10px;box-shadow:0 6px 16px rgba(11,37,69,0.03)}
.times{list-style:none;padding:0;margin:8px 0}
.times li{display:flex;justify-content:space-between;padding:8px 10px;border-bottom:1px solid #eef3fb}
.muted{color:#557}
.big{font-size:2rem;margin-top:8px}
.note{color:#66788f;font-size:0.9rem;margin-top:12px}