:root {
  --ink: #0b132b;
  --muted: #526176;
  --soft: #718096;
  --accent: #c46b2b;
  --navy: #1f2a44;
  --paper: #f6f2eb;
  --panel: #ffffff;
  --edge: #e3e8ef;
  --shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: radial-gradient(circle at top left, #ffe1c6, transparent 30%), radial-gradient(circle at 90% 10%, #dbeafe, transparent 24%), var(--paper); font-family: "Space Grotesk", "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid rgba(196, 107, 43, .6); outline-offset: 4px; }
.page { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 26px 0 70px; }
.site-header { position: sticky; top: 14px; z-index: 5; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 16px; border: 1px solid rgba(226,232,240,.88); border-radius: 16px; background: rgba(255,255,255,.8); box-shadow: 0 8px 22px rgba(15,23,42,.08); backdrop-filter: blur(14px); }
.brand { font-family: Fraunces, Georgia, serif; font-weight: 700; letter-spacing: .06em; }.brand span { margin-left: 8px; color: var(--soft); font-family: "Space Grotesk", sans-serif; font-size: .76rem; font-weight: 600; letter-spacing: 0; text-transform: uppercase; }.nav { display: flex; gap: 18px; color: var(--muted); font-size: .9rem; }.nav a:hover { color: var(--accent); }
.hero { max-width: 760px; padding: 94px 0 58px; }.eyebrow, .section-kicker { margin: 0 0 10px; color: var(--accent); font-size: .71rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }.hero h1, h2, h3 { font-family: Fraunces, Georgia, serif; }.hero h1 { max-width: 10ch; margin: 0 0 18px; font-size: clamp(3rem, 7vw, 5.8rem); line-height: .96; letter-spacing: -.045em; }.hero > p:not(.eyebrow) { max-width: 680px; color: var(--muted); font-size: 1.12rem; line-height: 1.7; }
.legend { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 27px; color: var(--muted); font-size: .82rem; }.legend span { display: inline-flex; align-items: center; gap: 7px; }.dot { width: 10px; height: 10px; border-radius: 50%; }.dot.strong { background: #4ea778; }.dot.improve { background: #e19c52; }.dot.controls { background: #639bd8; }
.guide-intro { display: grid; grid-template-columns: minmax(0, .9fr) minmax(260px, .65fr); gap: 54px; align-items: end; padding: 34px 0 32px; border-top: 1px solid var(--edge); }.guide-intro h2, .delivery-note h2 { max-width: 13ch; margin: 0; font-size: clamp(2rem, 3.5vw, 3.1rem); line-height: 1.04; letter-spacing: -.035em; }.guide-intro > p, .delivery-note > p { margin: 0; color: var(--muted); line-height: 1.7; }
.game-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }.game-card { display: flex; flex-direction: column; min-height: 660px; padding: 25px; overflow: hidden; border: 1px solid rgba(226,232,240,.9); border-radius: 22px; background: rgba(255,255,255,.88); box-shadow: 0 1px 0 rgba(15,23,42,.02); transition: transform .2s ease, box-shadow .2s ease; }.game-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }.card-heading { display: flex; gap: 14px; align-items: flex-start; }.number { display: grid; width: 32px; height: 32px; flex: 0 0 auto; place-items: center; border-radius: 10px; background: var(--navy); color: white; font-size: .72rem; font-weight: 700; }.card-heading h2 { margin: 0; font-size: 1.7rem; line-height: 1.1; }.card-heading .section-kicker { margin-bottom: 5px; font-size: .62rem; }.visual { position: relative; height: 150px; margin: 22px 0 18px; overflow: hidden; border-radius: 14px; background: #edf3fb; }.summary { min-height: 76px; margin: 0; color: var(--muted); line-height: 1.6; }.flow { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin: 20px 0 13px; font-size: .78rem; font-weight: 600; }.flow span { padding: 6px 9px; border-radius: 999px; background: #f3f5f8; }.flow b { color: var(--accent); }.meta { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 20px; }.meta span { padding: 5px 8px; border: 1px solid var(--edge); border-radius: 7px; color: var(--soft); font-size: .69rem; font-weight: 600; }.audit { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding-top: 17px; border-top: 1px solid var(--edge); }.audit h3 { margin: 0 0 6px; font-size: .9rem; }.audit h3::before { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #4ea778; content: ""; }.audit > div:last-child h3::before { background: #e19c52; }.audit p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.55; }.next { margin: 17px 0 20px; color: var(--muted); font-size: .8rem; line-height: 1.55; }.next strong { color: var(--ink); }.play { display: flex; justify-content: space-between; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--edge); color: var(--navy); font-size: .88rem; font-weight: 700; }.play:hover { color: var(--accent); }.play span { font-size: 1.1rem; }
.brick-visual { background: linear-gradient(150deg, #121936, #313b6f); }.bricks { position: absolute; top: 17px; left: 30px; color: #f7b267; font-size: 31px; line-height: .86; letter-spacing: 8px; text-shadow: 23px 0 #5eead4, 46px 0 #a78bfa; }.ball { position: absolute; top: 70px; right: 43%; color: #fff; font-size: 24px; }.paddle { position: absolute; bottom: 19px; left: 42%; width: 106px; height: 12px; border-radius: 12px; background: #f8fafc; }.power { position: absolute; right: 20%; bottom: 35px; color: #facc15; font-size: 30px; font-weight: 700; }
.defender-visual { background: linear-gradient(135deg, #1c2a38, #2d4b55); }.route { position: absolute; top: 45px; left: -20px; width: 110%; height: 66px; border: 14px solid #c9a775; border-right: 0; border-left: 0; border-radius: 42% 58% 48% 50%; transform: rotate(-4deg); }.tower { position: absolute; width: 20px; height: 20px; border: 4px solid #e0f2fe; border-radius: 50%; background: #38bdf8; box-shadow: 0 0 0 5px rgba(56,189,248,.16); }.tower.one { top: 25px; left: 22%; }.tower.two { right: 28%; bottom: 19px; background: #fb7185; }.tower.three { top: 24px; right: 9%; background: #a78bfa; }.enemy { position: absolute; top: 58px; left: 50%; color: #f87171; font-size: 34px; }
.rush-visual { background: radial-gradient(circle at center, #e0f2fe, #b6d6ec); }.reticle { position: absolute; top: 32px; left: 42%; color: #d7474d; font-size: 75px; line-height: 1; }.cursor { position: absolute; top: 65px; left: 27%; color: var(--navy); font-size: 32px; }.rush-visual b { position: absolute; right: 24px; bottom: 17px; color: var(--navy); font-size: 1.15rem; }
.memory-visual { display: grid; grid-template-columns: repeat(4, 54px); grid-template-rows: 54px; place-content: center; gap: 11px; background: linear-gradient(135deg, #232a58, #55406d); }.memory-visual span { display: grid; place-items: center; border-radius: 12px; background: #7dd3fc; color: #15213d; font-size: 1.25rem; font-weight: 700; }.memory-visual span:nth-child(2) { background: #fbbf24; }.memory-visual span:nth-child(3) { background: #fda4af; }.memory-visual span:nth-child(4) { background: #86efac; }.memory-visual i { position: absolute; right: 17px; bottom: 14px; color: white; font-size: .75rem; font-style: normal; }
.platformer-visual { background: linear-gradient(#fcd3a7 0 62%, #d48d66 62%); }.pixel-hero { position: absolute; z-index: 2; bottom: 46px; left: 28%; color: #26334f; font-size: 27px; }.coin { position: absolute; top: 35px; left: 48%; color: #ffd43b; font-size: 24px; }.platform { position: absolute; height: 17px; border: 3px solid #465f48; border-radius: 3px; background: #88b765; }.p1 { bottom: 25px; left: 10%; width: 37%; }.p2 { bottom: 58px; left: 53%; width: 25%; }.p3 { bottom: 33px; right: 4%; width: 17%; }
.rally-visual { background: linear-gradient(135deg, #08091f, #231447 45%, #0b3646); }.lane { position: absolute; top: -20px; width: 2px; height: 200px; background: rgba(103,232,249,.68); transform: rotate(20deg); }.l1 { left: 29%; }.l2 { left: 50%; }.l3 { left: 71%; }.ship { position: absolute; bottom: 30px; left: 48%; color: #f8fafc; font-size: 28px; }.gate { position: absolute; top: 38px; right: 24%; color: #67e8f9; font-size: 42px; }
.rig-visual { background: linear-gradient(#b6e3f8 0 72%, #a7c890 72%); }.sketch { position: absolute; top: 26px; left: 16%; color: #59667b; font-size: 32px; line-height: .7; }.rig-visual > b { position: absolute; top: 54px; left: 39%; color: var(--accent); font-size: 30px; }.rig-body { position: absolute; bottom: 48px; left: 57%; color: #34435b; font-size: 49px; }.wheel { position: absolute; bottom: 20px; color: #1f2937; font-size: 24px; font-style: normal; }.w1 { left: 60%; }.w2 { left: 72%; }.rig-visual em { position: absolute; right: 15px; bottom: 22px; color: #356049; font-size: .75rem; font-style: normal; font-weight: 700; }
.delivery-note { margin-top: 50px; padding: 32px; border-radius: 20px; background: var(--navy); }.delivery-note h2 { color: #fff; }.delivery-note > p:last-child { max-width: 720px; margin-top: 15px; color: #cbd5e1; }.delivery-note .section-kicker { color: #f7b267; }.site-footer { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; color: var(--soft); font-size: .82rem; }.site-footer a { color: var(--navy); font-weight: 700; }
@media (max-width: 800px) { .page { width: min(100% - 28px, 1180px); padding-top: 14px; }.site-header { top: 7px; }.guide-intro, .game-grid { grid-template-columns: 1fr; }.guide-intro { gap: 18px; }.game-card { min-height: 0; }.hero { padding: 68px 0 42px; }.audit { grid-template-columns: 1fr; gap: 14px; }.brand span { display: none; } }
@media (max-width: 480px) { .site-header { align-items: flex-start; }.nav { gap: 12px; font-size: .82rem; }.game-card { padding: 19px; }.flow { gap: 5px; }.flow span { font-size: .72rem; }.site-footer { flex-direction: column; }.hero h1 { font-size: 3.2rem; } }
