:root { color-scheme: light; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #1f211e; background: #f2f1ef; }
* { box-sizing: border-box; }
[hidden] { display: none !important; }
body { margin: 0; min-height: 100vh; display: grid; place-items: center; }
main { width: min(92vw, 460px); }
.wordmark { align-items: center; color: inherit; display: flex; font-weight: 700; gap: 10px; letter-spacing: -.02em; margin: 0 0 20px; text-decoration: none; }
.wordmark img { border-radius: 6px; display: block; height: 26px; object-fit: cover; width: 26px; }
.card { padding: 34px; border: 1px solid #d8d7d2; border-radius: 20px; background: rgba(255,255,255,.72); box-shadow: 0 18px 50px rgba(35,35,30,.08); }
.eyebrow { margin: 0 0 10px; color: #72746e; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(30px, 8vw, 42px); letter-spacing: -.045em; }
#message { margin: 16px 0 26px; color: #5b5e57; line-height: 1.55; }
#cloudkit-sign-in { min-height: 44px; }
button, #studio { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 18px; border: 0; border-radius: 10px; background: #1f211e; color: white; font: inherit; font-weight: 650; text-decoration: none; cursor: pointer; }
