body{overflow:hidden}.home-stage{min-height:100vh;min-height:100svh;flex-direction:column;gap:clamp(32px,3vw,56px);padding:clamp(32px,4vw,64px) 20px;text-align:center}.home-stage,.title-line{display:flex;align-items:center;justify-content:center}.title-line{min-height:60px;width:min(100%,60ch);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:clamp(8px,1vw,20px)}.action{display:flex;flex-direction:column;align-items:center;min-width:clamp(170px,14vw,240px)}.main-button{display:inline-flex;align-items:center;justify-content:center;min-height:clamp(51px,3.6vw,72px);padding:clamp(8px,.8vw,16px) clamp(8px,1.4vw,28px);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:clamp(64px,5vw,96px)}.button-note.left-pad{padding-left:clamp(64px,5vw,96px)}.note-stack{display:flex;flex-direction:column;align-items:center}.arrow{width:auto;height:clamp(100px,8vw,150px);object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none}.description{max-width:clamp(180px,16vw,260px);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}}