html,body,#root{margin:0;min-height:100%}.games-home{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.games-home{box-sizing:border-box;min-height:100vh;display:flex;flex-direction:column;background:#0b1c11;color:#f3fff5}.games-home-header{box-sizing:border-box;position:relative;display:flex;align-items:center;justify-content:center;min-height:108px;padding:24px clamp(22px,5vw,72px);border-bottom:1px solid #275638}.games-home-logo{position:absolute;left:clamp(22px,5vw,72px);display:block;width:58px;height:58px}.games-home-logo img{display:block;width:100%;height:100%;border-radius:12px;object-fit:cover}.games-home-header h1{margin:0;font-size:clamp(21px,2.4vw,29px);font-weight:750;text-align:center}.games-home-main{flex:1;display:grid;place-items:center;padding:48px 22px 100px}.games-choices{display:grid;gap:18px;width:min(100%,520px)}.games-choice{box-sizing:border-box;display:flex;align-items:center;justify-content:center;min-height:92px;padding:16px 24px;border:2px solid transparent;border-radius:12px;font-size:clamp(21px,3vw,28px);font-weight:700;text-align:center;text-decoration:none;transition:background .15s ease,border-color .15s ease}.games-choice--celeste{background:#a82968;border-color:#ef7cad;color:#fff}.games-choice--celeste:hover,.games-choice--celeste:focus-visible{background:#c03d7c;border-color:#ffc1db}.games-choice--gd{background:#eab634;border-color:#ffe48a;color:#172111}.games-choice--gd:hover,.games-choice--gd:focus-visible{background:#ffd05b;border-color:#fff0af}.games-choice:focus-visible{outline:none}@media(max-width:600px){.games-home-header{min-height:84px;padding:18px 62px}.games-home-logo{left:18px;width:48px;height:48px}}
