*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:#f4f6f5;color:#1c2b24;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem}.card{background:#ffffff;border:1px solid #dde5e0;border-radius:12px;padding:2.5rem 2rem;max-width:26rem;width:100%;text-align:center}.card h1{font-size:1.4rem;margin-bottom:.5rem}.card p{color:#52655c;margin-bottom:1.5rem;line-height:1.5}.button{display:inline-block;background:#1f6f4a;color:#ffffff;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;text-decoration:none;cursor:pointer}.button:hover{background:#185a3c}.button.secondary{background:transparent;color:#1f6f4a;border:1px solid #1f6f4a}.session-details{text-align:left;background:#f4f6f5;border-radius:8px;padding:1rem;margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}.notice{font-size:.9rem;color:#8a6d1f;background:#fdf6e3;border:1px solid #f0e3bb;border-radius:8px;padding:.75rem;margin-bottom:1.5rem}