:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #17201d;
  background: #f3f0e8;
}

* { box-sizing: border-box; }
html, body { min-height: 100%; margin: 0; }
body { background: radial-gradient(circle at top left, #fffdf7 0, #f3f0e8 48%, #e5eee8 100%); }

#cal-wrap { min-height: 100vh; display: flex; flex-direction: column; }
header { padding: 28px clamp(20px, 5vw, 72px) 12px; }
h1 { margin: 6px 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.25rem, 6vw, 4.5rem); line-height: .95; font-weight: 500; }
header p, .card p { max-width: 620px; color: #53605b; line-height: 1.6; }
.eyebrow { color: #12664f; font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.tracking-status { width: fit-content; margin-top: 14px; padding: 8px 12px; border-radius: 999px; background: #e8eee9; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .78rem; overflow-wrap: anywhere; }
.tracking-status[data-state="success"] { color: #0d4e3c; background: #d9eee5; }
.tracking-status[data-state="error"] { color: #8a2d20; background: #f7ddd7; }
#my-cal-inline-30min { flex: 1 1 auto; width: 100%; min-height: 660px; overflow: auto; }

.simple-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; }
.card { width: min(680px, 100%); padding: clamp(28px, 6vw, 64px); border: 1px solid rgba(23, 32, 29, .12); border-radius: 24px; background: rgba(255, 253, 247, .88); box-shadow: 0 24px 80px rgba(36, 55, 48, .12); }
.card code { display: block; margin: 28px 0; padding: 14px 16px; overflow-wrap: anywhere; border-radius: 10px; background: #e8eee9; color: #24473c; }
.button { display: inline-block; padding: 13px 18px; border-radius: 999px; color: #fff; background: #12664f; font-weight: 700; text-decoration: none; }
.button:hover { background: #0d4e3c; }
