:root { color-scheme: dark; font-family: Inter,ui-sans-serif,system-ui,sans-serif; color: #f8f5ee; background: #111028; }
* { box-sizing: border-box; }
body { min-height: 100vh; margin: 0; overflow-x: hidden; background: radial-gradient(circle at 78% 18%,rgba(99,74,201,.42),transparent 31rem),radial-gradient(circle at 12% 60%,rgba(255,91,146,.16),transparent 28rem),#111028; }
body::before { content: ""; position: fixed; z-index: -1; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.3) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.3) 1px,transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom,#000,transparent 80%); }
nav, main, footer { width: min(1120px,calc(100% - 40px)); margin-inline: auto; }
nav { display: flex; align-items: center; justify-content: space-between; padding: 25px 0; }
a { color: inherit; }
.wordmark { display: flex; align-items: center; gap: 11px; font-weight: 900; text-decoration: none; letter-spacing: -.3px; }
.wordmark span { display: grid; width: 36px; height: 36px; place-items: center; transform: rotate(-4deg); border: 2px solid #fff0ae; border-radius: 9px; color: #35250c; background: #ffdc65; box-shadow: 0 4px 0 #c4772d; font-size: 13px; }
.nav-link { padding: 9px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 99px; color: #ded9ef; font-size: 13px; text-decoration: none; }
.hero { display: grid; grid-template-columns: 1fr minmax(400px,.92fr); align-items: center; gap: 75px; min-height: 610px; padding: 75px 0 90px; }
.eyebrow { margin: 0 0 17px; color: #ffcf55; font-size: 11px; font-weight: 850; letter-spacing: 2.1px; }
h1 { margin: 0; font-size: clamp(52px,6vw,80px); line-height: .98; letter-spacing: -4px; }
h1 em { color: #ff70ac; font-family: Georgia,serif; font-weight: 500; }
.intro { max-width: 590px; margin: 28px 0; color: #bdb7d0; font-size: 17px; line-height: 1.65; }
.actions { display: flex; flex-wrap: wrap; gap: 11px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 20px; border-radius: 10px; font-size: 13px; font-weight: 800; text-decoration: none; }
.button.primary { color: #251b09; background: #ffcf55; box-shadow: 0 4px 0 #a95d2f; }
.button.secondary { border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.06); }
.connection { min-height: 20px; margin: 15px 2px 0; color: #8e87a6; font-size: 12px; }
.connection.connected { color: #72e6ac; }
.game-card { position: relative; width: 100%; min-height: 230px; padding: 20px; transform: rotate(2deg); border: 4px solid #ffdc65; border-radius: 25px; background: #35245f; box-shadow: 0 12px 0 #a84875,0 28px 70px rgba(0,0,0,.4); }
.game-card::before,.game-card::after { content: ""; position: absolute; z-index: -1; width: 45px; height: 45px; border-radius: 50%; filter: blur(1px); background: #ff6eab; }
.game-card::before { top: -30px; right: 45px; }.game-card::after { bottom: -24px; left: 35px; background: #66e3ff; }
.preview-top { display: flex; align-items: baseline; justify-content: space-between; }
.preview-top span { font-size: 36px; font-weight: 950; }.preview-top small { color: #ffdc65; font-size: 11px; font-weight: 900; letter-spacing: 2px; }
.tiles { display: flex; gap: 7px; margin: 18px 0; }
.tiles i { display: grid; width: calc((100% - 42px) / 7); aspect-ratio: .86; place-items: center; border-radius: 8px; color: #33254e; background: #fff0bc; box-shadow: 0 5px 0 #c18a64; font-size: clamp(20px,2.3vw,31px); font-style: normal; font-weight: 950; }
.guess { display: flex; align-items: center; justify-content: space-between; padding: 13px 15px; border-radius: 11px; background: rgba(18,11,44,.55); }
.guess b { color: #ffdf6d; font-size: 18px; }.guess span { color: #dfd8f2; font-size: 11px; }
.ticker { height: 5px; margin-top: 13px; overflow: hidden; border-radius: 9px; background: rgba(255,255,255,.12); }.ticker span { display: block; width: 68%; height: 100%; background: #69e7ff; }
.steps { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; padding: 85px 0; border-top: 1px solid rgba(255,255,255,.11); }
h2 { margin: 0; font-size: 39px; letter-spacing: -1.8px; }
.steps ol { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 0 0 28px; }
.steps li > span { color: #ff70ac; font: italic 20px Georgia,serif; }.steps b { font-size: 17px; }.steps p,.features p { margin: 7px 0 0; color: #9e98b1; font-size: 14px; line-height: 1.55; }
.features { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; padding-bottom: 95px; }
.features article { padding: 27px; border: 1px solid rgba(255,255,255,.11); border-radius: 17px; background: rgba(255,255,255,.045); }
.features article > span { font-size: 24px; }.features h3 { margin: 17px 0 0; font-size: 17px; }
footer { display: flex; justify-content: space-between; padding: 30px 0 40px; border-top: 1px solid rgba(255,255,255,.1); color: #716a86; font-size: 11px; letter-spacing: 1px; }
footer p { margin: 0; }
@media (max-width: 820px) { .hero { grid-template-columns: 1fr; gap: 45px; padding-top: 55px; }.hero-copy { text-align: center; }.intro { margin-inline: auto; }.actions { justify-content: center; }.game-card { max-width: 540px; margin: auto; }.steps { grid-template-columns: 1fr; gap: 40px; }.features { grid-template-columns: 1fr; } }
@media (max-width: 480px) { nav,main,footer { width: min(100% - 26px,1120px); }.nav-link { display: none; }.hero { min-height: auto; padding: 45px 0 75px; }h1 { font-size: 49px; letter-spacing: -3px; }.game-card { min-height: 190px; padding: 15px; }.tiles { gap: 4px; }.guess span { display: none; }.steps { padding: 65px 0; }footer { display: block; }footer p { margin-top: 8px; } }
