:root{--foreground:#ffffff;--button-fill:rgba(255,255,255,0.1);--button-fill-hover:rgba(255,255,255,0.17);--title-size:48px;--regular-size:24px;--button-size:30px;--subtitle-size:20px}body{overflow:hidden;background:linear-gradient(rgba(43,43,43,.733),rgba(43,43,43,.733)),radial-gradient(circle at 50% 38%,rgba(80,87,96,.62),rgba(42,45,50,.74) 34%,rgba(16,17,20,1) 78%),linear-gradient(145deg,#3c4047,#24262b 46%,#0f1115);color:var(--foreground);-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}.home-stage{min-height:100vh;min-height:100svh;flex-direction:column;gap:32px;padding:32px 20px;text-align:center}.home-stage,.title-line{display:flex;align-items:center;justify-content:center}.title-line{min-height:60px;width:min(100%,680px);font-family:Arvo,Georgia,serif;font-size:var(--title-size);line-height:1.18;white-space:pre}.title-line,.welcome-line{margin:0;color:var(--foreground);font-weight:400}.welcome-line{min-height:34px;font-family:Roboto,Arial,sans-serif;font-size:var(--regular-size);line-height:1.35;white-space:pre-wrap}.actions{display:flex;align-items:flex-start;justify-content:center;gap:8px}.action{display:flex;flex-direction:column;align-items:center;min-width:170px}.main-button{display:inline-flex;align-items:center;justify-content:center;min-height:51px;padding:8px;border:1px solid var(--foreground);border-radius:8px;background:var(--button-fill);color:var(--foreground);font-family:Crimson Text,Georgia,serif;font-size:var(--button-size);font-weight:400;line-height:1;text-decoration:none}.main-button:focus-visible,.main-button:hover{background:var(--button-fill-hover)}.button-note{display:flex;margin-top:8px}.button-note.right-pad{padding-right:64px}.button-note.left-pad{padding-left:64px}.note-stack{display:flex;flex-direction:column;align-items:center}.arrow{width:auto;height:100px;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none}.description{max-width:180px;color:var(--foreground);font-family:Caveat,cursive;font-size:var(--subtitle-size);font-weight:400;line-height:1.1;white-space:normal}@media (max-width:620px){:root{--title-size:clamp(34px,10.2vw,48px);--regular-size:clamp(19px,5.8vw,24px);--button-size:30px}body{overflow:auto}.home-stage{justify-content:center;gap:24px}.title-line{min-height:60px;white-space:normal}.actions{gap:8px}.action{min-width:0;flex:1 1}.main-button{width:100%}.button-note.left-pad,.button-note.right-pad{padding:0}.arrow{height:72px}}