:root {
    color-scheme: light;
    --background: #faf5eb;
    --surface: #fffdf7;
    --green: #1f4a29;
    --green-soft: #dee8d6;
    --text: #182019;
    --muted: #647066;
    --line: rgba(31, 74, 41, 0.13);
    --live-background: #08120c;
    --live-green: #8fdda6;
    --shadow: 0 24px 70px rgba(45, 58, 42, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: radial-gradient(circle at 12% 0%, #e6ead9 0, transparent 34rem), var(--background); color: var(--text); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.site-header { position: sticky; top: 0; z-index: 10; display: flex; min-height: 70px; align-items: center; justify-content: space-between; gap: 24px; padding: 12px clamp(18px, 5vw, 76px); border-bottom: 1px solid var(--line); background: rgba(250, 245, 235, .82); backdrop-filter: blur(22px) saturate(160%); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; }
.brand img { width: 42px; height: 42px; border-radius: 10px; box-shadow: 0 8px 18px rgba(31, 74, 41, .2); }
.nav { display: flex; gap: 26px; color: var(--muted); font-size: 14px; }
.nav a:hover, .footer a:hover { color: var(--green); }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid var(--green); border-radius: 999px; background: var(--green); color: white; font-weight: 750; box-shadow: 0 12px 30px rgba(31, 74, 41, .2); }
.button.compact { min-height: 42px; padding-inline: 17px; font-size: 14px; }
.button.secondary { border-color: var(--line); background: var(--surface); color: var(--green); box-shadow: none; }
.button.disabled { cursor: not-allowed; opacity: .55; }
.hero { display: grid; grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr); align-items: center; gap: clamp(34px, 6vw, 92px); min-height: 760px; padding: clamp(64px, 8vw, 120px) clamp(18px, 6vw, 96px); }
.hero-copy { max-width: 690px; }
.eyebrow { margin: 0 0 16px; color: var(--green); font-size: 13px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.claim { margin: 0 0 18px; color: var(--text); font-family: ui-serif, Georgia, "Times New Roman", serif; font-size: clamp(24px, 3vw, 40px); line-height: 1.1; letter-spacing: -.025em; }
.claim strong { color: var(--green); }
h1, h2 { margin: 0; color: var(--green); font-family: ui-serif, Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
h1 { font-size: clamp(52px, 7.2vw, 105px); line-height: .93; }
h2 { font-size: clamp(36px, 5vw, 66px); line-height: 1.02; }
.lead { margin: 26px 0 0; color: var(--muted); font-size: clamp(19px, 2vw, 25px); line-height: 1.5; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.privacy-note { max-width: 620px; margin: 18px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.hero-visual { min-height: 590px; display: grid; place-items: center; }
.device-stage { position: relative; width: min(100%, 650px); min-height: 560px; border: 1px solid var(--line); border-radius: 38px; background: rgba(255, 253, 247, .68); box-shadow: var(--shadow); }
.phone-frame, .tablet-frame { position: absolute; overflow: hidden; border: 8px solid #192019; background: #192019; box-shadow: 0 25px 60px rgba(24, 32, 25, .25); }
.phone-frame { z-index: 2; left: 8%; bottom: 3%; width: 38%; border-radius: 38px; transform: rotate(-3deg); }
.tablet-frame { top: 8%; right: 5%; width: 68%; border-radius: 27px; transform: rotate(2deg); }
.phone-frame img { border-radius: 29px; }
.tablet-frame img { border-radius: 19px; }
.section { padding: clamp(60px, 8vw, 112px) clamp(18px, 6vw, 96px); }
.section-heading { max-width: 880px; margin: 0 auto 42px; text-align: center; }
.feature-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.feature-card { min-height: 250px; padding: 25px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255, 253, 247, .82); box-shadow: 0 12px 34px rgba(45, 58, 42, .07); }
.feature-card > span { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 34px; border-radius: 13px; background: var(--green-soft); color: var(--green); font-weight: 850; }
.feature-card h3 { margin: 0 0 10px; color: var(--green); font-size: 21px; }
.feature-card p, .section-heading + p { margin: 0; color: var(--muted); line-height: 1.55; }
.games-section { border-top: 1px solid var(--line); background: linear-gradient(180deg, rgba(222, 232, 214, .28), transparent); }
.games-section .section-heading > p:last-child { max-width: 720px; margin: 20px auto 0; color: var(--muted); font-size: 18px; line-height: 1.6; }
.games-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; max-width: 1120px; margin: 0 auto; }
.game-card { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 22px; min-height: 154px; padding: 25px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255, 253, 247, .88); box-shadow: 0 12px 34px rgba(45, 58, 42, .07); }
.game-motif { position: relative; width: 108px; height: 76px; border-radius: 20px; background: var(--green-soft); }
.game-motif > span { position: absolute; display: flex; width: 38px; height: 56px; flex-direction: column; padding: 5px 0 0 5px; border: 1px solid rgba(24, 32, 25, .16); border-radius: 7px; background: white; color: #182019; font-family: ui-rounded, "SF Pro Rounded", system-ui, sans-serif; font-size: 15px; font-weight: 800; line-height: .9; box-shadow: 0 3px 7px rgba(24, 32, 25, .14); }
.game-motif small { margin-top: 3px; font-size: 16px; }
.german-cards img { width: 23px; height: 23px; margin: 3px 0 0 2px; }
.game-motif .red { color: #c83232; }
.card-fan > span { top: 10px; left: 35px; transform-origin: 50% 110%; }
.fan-two > span:first-child { transform: translateX(-13px) rotate(-8deg); }
.fan-two > span:last-child { transform: translateX(13px) rotate(8deg); }
.fan-four > span:nth-child(1), .fan-five > span:nth-child(1) { transform: translateX(-29px) rotate(-12deg); }
.fan-four > span:nth-child(2), .fan-five > span:nth-child(2) { transform: translateX(-10px) rotate(-4deg); }
.fan-four > span:nth-child(3), .fan-five > span:nth-child(3) { transform: translateX(10px) rotate(4deg); }
.fan-four > span:nth-child(4), .fan-five > span:nth-child(4) { transform: translateX(29px) rotate(12deg); }
.fan-five > span:nth-child(1) { font-size: 10px; }
.fan-five > span:nth-child(5) { transform: translateX(48px) rotate(18deg); }
.fan-five > span { left: 25px; }
.tile-fan > span { top: 10px; left: 17px; align-items: center; justify-content: center; padding: 0; font-size: 22px; }
.tile-fan > span:nth-child(1) { transform: translateX(-12px) rotate(-7deg); }
.tile-fan > span:nth-child(2) { transform: translateX(8px) rotate(-2deg); }
.tile-fan > span:nth-child(3) { transform: translateX(28px) rotate(3deg); }
.tile-fan > span:nth-child(4) { transform: translateX(48px) rotate(8deg); }
.tile-fan .tile-red { color: #c83232; }
.tile-fan .tile-blue { color: #2866b1; }
.tile-fan .tile-orange { color: #d57920; }
.game-card h3 { margin: 0 0 8px; color: var(--green); font-size: 24px; }
.game-card p { margin: 0; color: var(--muted); line-height: 1.55; }
.screenshots-section { border-block: 1px solid var(--line); background: rgba(255, 253, 247, .46); }
.screens-toolbar { display: flex; justify-content: center; margin-bottom: 32px; }
.segmented { display: inline-grid; grid-template-columns: 1fr 1fr; padding: 4px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); }
.segmented button { border: 0; border-radius: 999px; padding: 10px 22px; background: transparent; color: var(--muted); font: inherit; font-weight: 750; cursor: pointer; }
.segmented button[aria-pressed="true"] { background: var(--green); color: white; }
.screenshot-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(14px, 1.7vw, 24px); align-items: start; }
.shot { margin: 0; overflow: hidden; border: 7px solid #192019; background: #192019; box-shadow: 0 20px 45px rgba(24, 32, 25, .16); }
.shot.phone { border-radius: 34px; }
.shot.tablet { display: none; border-radius: 24px; }
.shot img { width: 100%; border-radius: 25px; }
.shot.tablet img { border-radius: 15px; }
.shot figcaption { padding: 14px 8px 8px; color: #eef3ed; text-align: center; font-size: 14px; font-weight: 750; }
body.show-ipad .shot.phone { display: none; }
body.show-ipad .shot.tablet { display: block; }
.live-section { display: grid; grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr); align-items: center; gap: clamp(36px, 7vw, 100px); padding: clamp(64px, 9vw, 128px) clamp(18px, 6vw, 96px); background: radial-gradient(circle at 15% 0%, #183523 0, var(--live-background) 48%, #050a07 100%); color: #f5f7f4; }
.live-section .eyebrow { color: var(--live-green); }
.live-section h2 { color: #f5f7f4; }
.live-section p:not(.eyebrow) { max-width: 690px; color: #b8c7bb; font-size: 20px; line-height: 1.6; }
.live-button { margin-top: 16px; border-color: #66da85; background: #66da85; color: #07110a; }
.score-preview { display: grid; gap: 14px; padding: clamp(18px, 3vw, 36px); border: 1px solid #ffffff18; border-radius: 30px; background: #ffffff08; box-shadow: 0 28px 70px #0007; }
.score-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; min-height: 94px; padding: 18px 24px; border: 1px solid #ffffff16; border-radius: 20px; background: #ffffff08; }
.score-row.leader { border-color: #71dd8e55; background: linear-gradient(135deg, #214f2eaa, #102419aa); }
.score-row .rank { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: #ffffff12; color: #9ca9a0; font-weight: 800; }
.score-row strong { font-size: clamp(20px, 3vw, 34px); }
.score-row b { color: var(--live-green); font-size: clamp(24px, 4vw, 46px); }
.legal-callout { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; }
.legal-callout > div:first-child { max-width: 820px; }
.legal-callout p:not(.eyebrow) { color: var(--muted); font-size: 18px; line-height: 1.6; }
.footer { display: grid; grid-template-columns: 1fr auto; gap: 28px; padding: 34px clamp(18px, 6vw, 96px); border-top: 1px solid var(--line); color: var(--muted); }
.footer strong { display: block; margin-bottom: 6px; color: var(--green); }
.footer nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 18px; }
.legal-main { padding: clamp(48px, 7vw, 94px) clamp(18px, 6vw, 96px); }
.legal-document { max-width: 920px; margin: 0 auto; padding: clamp(28px, 5vw, 58px); border: 1px solid var(--line); border-radius: 30px; background: rgba(255, 253, 247, .86); box-shadow: var(--shadow); }
.legal-document h1 { font-size: clamp(44px, 6vw, 76px); }
.legal-document h2 { margin-top: 34px; font-size: 27px; }
.legal-document h3 { margin-top: 25px; color: var(--green); }
.legal-document p, .legal-document address, .legal-document li { color: var(--muted); font-size: 17px; line-height: 1.7; font-style: normal; }
.legal-document a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.support-grid { display: grid; gap: 16px; margin-top: 34px; }
.support-card { padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.support-card h2 { margin: 0 0 10px; font-family: inherit; font-size: 22px; letter-spacing: 0; }
.support-card p { margin: 0; }

@media (max-width: 1120px) { .feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .screenshot-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 920px) { .hero, .live-section { grid-template-columns: 1fr; } .hero-visual { min-height: 520px; } .screenshot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 760px) {
    .site-header { position: static; flex-wrap: wrap; gap: 14px; }
    .nav { order: 3; width: 100%; overflow-x: auto; gap: 18px; padding-bottom: 3px; }
    .site-header > .button { margin-left: auto; }
    .hero { min-height: auto; }
    .hero-visual { min-height: 420px; }
    .device-stage { min-height: 400px; border-radius: 26px; }
    .feature-grid, .games-grid, .screenshot-grid, .legal-callout, .footer { grid-template-columns: 1fr; }
    .footer nav { justify-content: flex-start; }
}
@media (max-width: 520px) { .feature-grid { grid-template-columns: 1fr; } .phone-frame { width: 42%; } .tablet-frame { width: 72%; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
