:root {
  color-scheme: dark;
  --ink: #f6f8fb;
  --muted: #9ca9bb;
  --night: #060a12;
  --night-2: #0b1220;
  --panel: #101a2b;
  --panel-2: #142238;
  --line: rgba(255,255,255,.10);
  --lime: #b9ff36;
  --mint: #55e7bd;
  --coral: #ff7d5d;
  --shadow: 0 22px 70px rgba(0,0,0,.34);
  --radius: 22px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; min-width: 320px; background: var(--night); color: var(--ink); }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(circle at 10% 0,rgba(78,219,181,.13),transparent 31rem),radial-gradient(circle at 95% 16%,rgba(185,255,54,.08),transparent 27rem); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button,input { font: inherit; }
.shell { width: min(1180px, calc(100% - 28px)); margin-inline: auto; }
.skip { position: fixed; left: 12px; top: -80px; z-index: 100; padding: 10px 14px; border-radius: 10px; background: var(--lime); color: #111; font-weight: 900; }
.skip:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(6,10,18,.92); backdrop-filter: blur(18px); }
.header-row { min-height: 70px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px 16px; padding-block: 12px; }
.brand { flex: 1 1 155px; display: inline-flex; align-items: center; min-width: 0; text-decoration: none; }
.brand img { width: min(192px, 100%); height: 30px; object-fit: contain; object-position: left center; }
.primary-nav { order: 3; width: 100%; display: flex; align-items: center; gap: 6px; overflow-x: auto; scrollbar-width: none; }
.primary-nav::-webkit-scrollbar { display: none; }
.primary-nav a { flex: 0 0 auto; padding: 9px 11px; border-radius: 10px; color: #c9d2de; text-decoration: none; font-size: 13px; font-weight: 760; }
.primary-nav a:hover,.primary-nav a:focus-visible { background: var(--panel); color: #fff; }
.header-cta,.cta { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; border: 0; border-radius: 13px; padding: 0 17px; background: var(--lime); color: #10160b; text-decoration: none; font-weight: 900; box-shadow: 0 10px 30px rgba(185,255,54,.17); }
.header-cta { flex: 0 0 auto; min-height: 40px; font-size: 13px; }
.hero { padding: 22px 0 12px; }
.hero-grid { display: grid; gap: 12px; }
.hero-copy,.hero-visual { min-width: 0; border: 1px solid var(--line); border-radius: 26px; overflow: hidden; }
.hero-copy { position: relative; isolation: isolate; padding: clamp(24px,7vw,52px); background: linear-gradient(145deg,#12263a 0,#0f1b2f 66%,#111827 100%); box-shadow: var(--shadow); }
.hero-copy::after { content: "MM"; position: absolute; right: -10px; bottom: -54px; z-index: -1; color: rgba(185,255,54,.045); font-size: clamp(140px,42vw,300px); line-height: 1; font-weight: 1000; letter-spacing: -.12em; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 14px; color: var(--lime); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 900; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; }
h1,h2,h3,p { overflow-wrap: anywhere; }
h1 { max-width: 760px; margin: 0; font-size: clamp(38px,11vw,74px); line-height: .96; letter-spacing: -.055em; }
h1 span { color: var(--lime); }
.hero-lead { max-width: 650px; margin: 20px 0 0; color: #c5cfdb; font-size: clamp(16px,4.6vw,19px); line-height: 1.55; }
.hero-note { max-width: 620px; margin: 10px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 16px; border: 1px solid var(--line); border-radius: 13px; color: #fff; text-decoration: none; font-weight: 800; background: rgba(255,255,255,.04); }
.hero-visual { position: relative; min-height: 248px; background: #07111e; }
.hero-visual>img { width: 100%; height: 100%; min-height: 248px; object-fit: cover; object-position: 78% center; }
.hero-badge { position: absolute; left: 14px; right: 14px; bottom: 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(5,9,16,.86); backdrop-filter: blur(12px); }
.hero-badge strong { font-size: 15px; }
.hero-badge span { color: var(--mint); font-size: 12px; font-weight: 800; }
.trust-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin-top: 12px; }
.trust-item { min-width: 0; padding: 14px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.025); }
.trust-item strong { display: block; font-size: 14px; }
.trust-item span { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 1.4; }
.section { padding: 48px 0 0; }
.section-head { display: grid; gap: 8px; margin-bottom: 18px; }
.kicker { color: var(--mint); text-transform: uppercase; letter-spacing: .15em; font-size: 11px; font-weight: 900; }
h2 { margin: 0; font-size: clamp(30px,8vw,48px); line-height: 1.04; letter-spacing: -.04em; }
.section-head p { max-width: 700px; margin: 0; color: var(--muted); line-height: 1.6; }
.route-grid { display: grid; gap: 10px; }
.route-card { position: relative; min-height: 150px; display: flex; align-items: end; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; text-decoration: none; background: var(--panel); }
.route-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .74; transition: transform .25s ease; }
.route-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(5,9,16,.92),rgba(5,9,16,.03) 72%); }
.route-card:hover img { transform: scale(1.035); }
.route-card span { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; width: 100%; font-size: 19px; font-weight: 900; }
.route-card span::after { content: "↗"; color: var(--lime); }
.feature-grid { display: grid; gap: 10px; }
.feature-card { min-width: 0; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg,var(--panel),#0b1423); }
.feature-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: rgba(185,255,54,.11); color: var(--lime); font-weight: 950; }
.feature-card h3 { margin: 18px 0 7px; font-size: 19px; }
.feature-card p { margin: 0; color: var(--muted); line-height: 1.55; font-size: 14px; }
.games-layout { display: grid; gap: 12px; }
.games-intro { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(155deg,#20304a,#101a2b 68%); }
.games-intro h3 { margin: 0; font-size: 25px; }
.games-intro p { margin: 10px 0 18px; color: #b8c4d4; line-height: 1.6; }
.games-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.game-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: var(--panel); }
.game-card img { width: 100%; aspect-ratio: 1.25; object-fit: cover; }
.game-card h3 { margin: 0; padding: 11px 12px 3px; font-size: 14px; }
.game-card p { margin: 0; padding: 0 12px 12px; color: var(--muted); font-size: 11px; }
.steps { counter-reset: step; display: grid; gap: 10px; }
.step { counter-increment: step; position: relative; padding: 20px 18px 20px 72px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.025); }
.step::before { content: "0" counter(step); position: absolute; left: 18px; top: 18px; color: var(--coral); font-weight: 950; font-size: 23px; }
.step h3 { margin: 0 0 6px; font-size: 18px; }
.step p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.responsible { display: grid; gap: 16px; padding: 24px; border: 1px solid rgba(85,231,189,.25); border-radius: 26px; background: linear-gradient(145deg,rgba(85,231,189,.10),rgba(20,34,56,.66)); }
.responsible h2 { font-size: clamp(28px,7vw,42px); }
.responsible p { margin: 10px 0 0; color: #bdcbd7; line-height: 1.65; }
.responsible .secondary { align-self: start; }
.faq-list { display: grid; gap: 8px; }
.faq-list details { border: 1px solid var(--line); border-radius: 16px; background: var(--panel); }
.faq-list summary { cursor: pointer; list-style: none; padding: 17px 48px 17px 17px; font-weight: 850; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 18px; top: 12px; color: var(--lime); font-size: 26px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: 0; padding: 0 17px 18px; color: var(--muted); line-height: 1.6; }
.search-box { display: grid; gap: 10px; margin-top: 22px; padding: 16px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.025); }
.search-box label { font-weight: 850; }
.search-box input { min-width: 0; width: 100%; min-height: 44px; border: 1px solid var(--line); border-radius: 12px; padding: 0 13px; background: #070d17; color: #fff; }
.search-box button { min-height: 44px; border: 0; border-radius: 12px; padding: 0 18px; background: var(--mint); color: #07130f; font-weight: 900; cursor: pointer; }
.mfs-search-results { margin-top: 16px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); }
.mfs-search-results h2 { font-size: 24px; }
.mfs-search-results a { color: var(--lime); }
.site-footer { margin-top: 56px; border-top: 1px solid var(--line); background: #050810; }
.footer-grid { display: grid; gap: 28px; padding-block: 36px 22px; }
.footer-brand img { width: 190px; height: 30px; object-fit: contain; object-position: left; }
.footer-brand p,.legal { color: #818da0; font-size: 12px; line-height: 1.65; }
.footer-links { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px 16px; }
.footer-links a { color: #b7c2cf; font-size: 13px; text-decoration: none; }
.footer-links a:hover { color: var(--lime); }
.legal { padding: 20px 0 30px; border-top: 1px solid var(--line); }
.legal strong { color: #c7d0db; }
@media (min-width: 540px) {
  .shell { width: min(1180px, calc(100% - 44px)); }
  .route-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .route-card:first-child { grid-column: 1/-1; }
  .feature-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .games-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .search-box { grid-template-columns: 1fr auto; align-items: end; }
  .search-box label { grid-column: 1/-1; }
  .footer-grid { grid-template-columns: 1.2fr 1fr; }
}
@media (min-width: 780px) {
  .header-row { flex-wrap: nowrap; }
  .brand { flex: 0 0 190px; }
  .primary-nav { order: 0; width: auto; flex: 1; justify-content: center; overflow: visible; }
  .hero { padding-top: 30px; }
  .hero-grid { grid-template-columns: minmax(0,1.08fr) minmax(340px,.92fr); }
  .hero-visual { min-height: 100%; }
  .trust-row { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .section { padding-top: 72px; }
  .route-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .route-card:first-child { grid-column: auto; }
  .route-card { min-height: 180px; }
  .feature-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .games-layout { grid-template-columns: minmax(220px,.38fr) minmax(0,1fr); }
  .games-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .steps { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .responsible { grid-template-columns: 1fr auto; align-items: center; padding: 32px; }
}
@media (min-width: 1080px) {
  .hero-grid { grid-template-columns: minmax(0,1.2fr) minmax(420px,.8fr); }
  .hero-copy { min-height: 520px; display: flex; flex-direction: column; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }
