:root {
  --red: #f21836;
  --red-hot: #ff3b52;
  --red-deep: #8c0d20;
  --ink: #070709;
  --panel: rgba(17, 17, 22, .76);
  --line: rgba(255, 255, 255, .11);
  --muted: #92929c;
  --white: #fafaf9;
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Manrope", Arial, sans-serif;
  --mono: "Roboto Mono", monospace;
  --mx: 0px;
  --my: 0px;
}

*, *::before, *::after { box-sizing: border-box; }
html { background: var(--ink); }
body { min-height: 100vh; margin: 0; overflow-x: hidden; background: var(--ink); color: var(--white); font-family: var(--body); -webkit-font-smoothing: antialiased; }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--red-hot); outline-offset: 3px; }

.ambient-bg { position: fixed; inset: 0; overflow: hidden; background: radial-gradient(circle at 50% -10%, #211015 0, #0b0b0e 38%, #050506 76%); pointer-events: none; }
.mesh { position: absolute; inset: -20%; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 54px 54px; transform: perspective(520px) rotateX(58deg) translateY(9%) translate(var(--mx), var(--my)); transform-origin: center 70%; mask-image: linear-gradient(to bottom, transparent, black 22%, black 70%, transparent); animation: meshDrift 16s linear infinite; }
.glow { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .3; mix-blend-mode: screen; }
.glow-one { width: 620px; height: 620px; left: calc(50% - 650px); top: -180px; background: radial-gradient(circle, var(--red) 0, transparent 68%); animation: floatOne 11s ease-in-out infinite alternate; }
.glow-two { width: 520px; height: 520px; right: calc(50% - 650px); bottom: -180px; background: radial-gradient(circle, #7d071a 0, transparent 67%); animation: floatTwo 13s ease-in-out infinite alternate; }
.tire-orbit { position: absolute; display: grid; place-items: center; border: 1px solid rgba(242,24,54,.21); border-radius: 50%; animation: rotate 28s linear infinite; }
.tire-orbit::before, .tire-orbit::after { content: ""; position: absolute; border-radius: 50%; }
.tire-orbit::before { inset: 22px; border: 2px dashed rgba(242,24,54,.2); }
.tire-orbit::after { inset: 62px; border: 1px solid rgba(255,255,255,.09); }
.tire-orbit i { width: 12px; height: 12px; position: absolute; top: -6px; border-radius: 50%; background: var(--red); box-shadow: 0 0 26px var(--red); }
.orbit-one { width: 560px; height: 560px; left: -230px; top: 12%; }
.orbit-two { width: 380px; height: 380px; right: -120px; bottom: 7%; animation-direction: reverse; animation-duration: 22s; }
.speed-lines { position: absolute; inset: 0; transform: rotate(-18deg); opacity: .2; }
.speed-lines i { position: absolute; left: -35%; width: 34%; height: 1px; background: linear-gradient(90deg, transparent, var(--red), transparent); animation: speed 7s ease-in-out infinite; }
.speed-lines i:nth-child(1) { top: 25%; }
.speed-lines i:nth-child(2) { top: 53%; animation-delay: -2.4s; animation-duration: 9s; }
.speed-lines i:nth-child(3) { top: 78%; animation-delay: -4.7s; animation-duration: 8s; }
.particles i { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: var(--red-hot); box-shadow: 0 0 12px var(--red); animation: particle 8s ease-in-out infinite; }
.particles i:nth-child(1) { left: 14%; top: 18%; }
.particles i:nth-child(2) { left: 82%; top: 12%; animation-delay: -2s; }
.particles i:nth-child(3) { left: 9%; top: 71%; animation-delay: -4s; }
.particles i:nth-child(4) { left: 91%; top: 63%; animation-delay: -6s; }
.particles i:nth-child(5) { left: 28%; top: 91%; animation-delay: -3s; }
.particles i:nth-child(6) { left: 72%; top: 84%; animation-delay: -5s; }

.bio-shell { position: relative; width: min(calc(100% - 32px), 520px); margin: 26px auto; padding: 28px 25px 24px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 34px; background: linear-gradient(145deg, rgba(22,22,28,.84), rgba(8,8,11,.78)); box-shadow: 0 45px 120px rgba(0,0,0,.62), inset 0 1px 0 rgba(255,255,255,.08); backdrop-filter: blur(28px) saturate(130%); animation: shellIn .7s cubic-bezier(.2,.8,.2,1) both; }
.bio-shell::before { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; background: linear-gradient(145deg, rgba(255,255,255,.24), transparent 32%, transparent 70%, rgba(242,24,54,.2)); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }

.share-button { position: absolute; z-index: 3; top: 19px; right: 19px; width: 42px; height: 42px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.055); cursor: pointer; transition: .25s ease; }
.share-button:hover { border-color: rgba(242,24,54,.55); background: rgba(242,24,54,.15); color: var(--red-hot); transform: translateY(-2px) rotate(3deg); }
.share-button i { font-size: 15px; }

.profile { padding: 8px 48px 23px 2px; }
.logo-wrap { position: relative; width: 250px; max-width: 80%; overflow: hidden; filter: drop-shadow(0 8px 22px rgba(0,0,0,.3)); }
.logo-wrap img { width: 100%; height: auto; }
.location-line { display: flex; align-items: center; gap: 10px; margin-top: 17px; color: #c7c7cc; font: 600 9px/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.location-line span { position: relative; width: 7px; height: 7px; border-radius: 50%; background: #35da78; box-shadow: 0 0 0 5px rgba(53,218,120,.11), 0 0 14px rgba(53,218,120,.55); }
.location-line span::after { content: ""; position: absolute; inset: -5px; border: 1px solid rgba(53,218,120,.5); border-radius: 50%; animation: pulse 2s ease-out infinite; }
.profile h1 { margin: 18px 0 0; font: 800 clamp(38px, 8vw, 50px)/.92 var(--display); letter-spacing: -.02em; text-transform: uppercase; }
.profile p { margin: 10px 0 0; color: var(--muted); font-size: 12px; }

.links { display: grid; gap: 12px; }
.links > * { animation: linkIn .55s cubic-bezier(.2,.8,.2,1) both; }
.links > *:nth-child(1) { animation-delay: .12s; }
.links > *:nth-child(2) { animation-delay: .19s; }
.links > *:nth-child(3) { animation-delay: .26s; }
.links > *:nth-child(4) { animation-delay: .33s; }
.links > *:nth-child(5) { animation-delay: .4s; }
.hero-link, .social-link { position: relative; min-height: 72px; display: grid; grid-template-columns: 46px 1fr 20px; gap: 14px; align-items: center; padding: 12px 17px; overflow: hidden; border-radius: 20px; background: linear-gradient(105deg, var(--red-deep), var(--red) 55%, var(--red-hot)); box-shadow: 0 15px 38px rgba(242,24,54,.19), inset 0 1px 0 rgba(255,255,255,.2); transition: transform .25s, box-shadow .25s; }
.hero-link::before { content: ""; position: absolute; top: -80%; left: -40%; width: 35%; height: 260%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.2), transparent); transform: rotate(20deg); animation: shimmer 5s ease-in-out infinite; }
.hero-link:hover { transform: translateY(-3px) scale(1.01); box-shadow: 0 20px 48px rgba(242,24,54,.28); }
.round-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: rgba(255,255,255,.96); color: var(--red); }
.round-icon i { font-size: 23px; }
.hero-link small, .social-link small { display: block; margin-bottom: 4px; color: rgba(255,255,255,.68); font-size: 9px; font-weight: 600; letter-spacing: .04em; }
.hero-link strong, .social-link strong { font-size: 14px; }
.chevron { justify-self: center; font-size: 12px; }

.branch-card { position: relative; padding: 19px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(140deg, rgba(36,36,43,.82), rgba(14,14,18,.86)); box-shadow: inset 0 1px 0 rgba(255,255,255,.05); transition: transform .25s, border-color .25s, background .25s; }
.branch-card:hover { transform: translateY(-3px); border-color: rgba(242,24,54,.43); background: linear-gradient(140deg, rgba(42,31,35,.88), rgba(15,14,18,.9)); }
.branch-card.is-muted { opacity: .42; filter: saturate(.4) blur(.25px); transform: scale(.985); }
.branch-card::before { content: ""; position: absolute; width: 190px; height: 190px; right: -118px; bottom: -125px; border: 22px solid rgba(242,24,54,.08); border-radius: 50%; box-shadow: 0 0 0 10px rgba(242,24,54,.035), 0 0 0 35px rgba(242,24,54,.02); animation: rotate 18s linear infinite; }
.branch-card::after { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: linear-gradient(180deg, transparent, var(--red) 20%, var(--red-hot) 80%, transparent); }
.branch-heading { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 120px; gap: 13px; align-items: start; }
.district { display: inline-flex; padding: 5px 9px; margin-bottom: 9px; border: 1px solid rgba(242,24,54,.35); border-radius: 999px; background: rgba(242,24,54,.12); color: #ff7a8c; font: 600 8px/1 var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.branch-heading h2 { margin: 0; font: 800 25px/.94 var(--display); letter-spacing: -.01em; text-transform: uppercase; }
.brand-logo { justify-self: end; align-self: center; width: 100px; height: auto; object-fit: contain; animation: brandGlow 4s ease-in-out infinite; }
.michelin-logo { width: 104px; height: auto; padding: 0; border-radius: 0; background: transparent; box-shadow: none; filter: drop-shadow(0 4px 10px rgba(0,0,0,.38)); opacity: 1; }
.michelin-logo { animation-name: michelinGlow; }
.lastikpark-logo { width: 104px; }
.lastikpark-logo { animation-delay: -2s; }
.branch-card > p { position: relative; z-index: 1; margin: 15px 0 8px; color: #777781; font-size: 10px; }
.phone { position: relative; z-index: 1; display: inline-block; font: 600 19px/1 var(--mono); letter-spacing: -.06em; }
.branch-actions { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 17px; }
.branch-actions a { position: relative; min-height: 43px; display: flex; align-items: center; justify-content: center; gap: 8px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 13px; background: rgba(255,255,255,.045); font-size: 9px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; transition: transform .25s, border-color .25s, background .25s, box-shadow .25s; }
.branch-actions a:hover { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.11); box-shadow: 0 10px 24px rgba(0,0,0,.22); transform: translateY(-3px) scale(1.015); }
.branch-actions a:active { transform: scale(.96); }
.branch-actions a:hover i { animation: iconPop .5s cubic-bezier(.2,.9,.2,1); }
.branch-actions .map { border-color: transparent; background: linear-gradient(105deg, #b81027, var(--red)); box-shadow: 0 8px 22px rgba(242,24,54,.16); animation: buttonGlow 2.8s ease-in-out infinite; }
.branch-actions .map::before { content: ""; position: absolute; z-index: 0; left: 10px; right: 10px; bottom: 6px; height: 1px; opacity: .5; background: repeating-linear-gradient(90deg, rgba(255,255,255,.8) 0 8px, transparent 8px 15px); background-size: 30px 1px; animation: roadDash .85s linear infinite; }
.branch-actions .map::after { content: ""; position: absolute; top: -70%; left: -35%; width: 28%; height: 240%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent); transform: rotate(20deg); animation: buttonSweep 3.6s ease-in-out infinite; }
.branch-actions i { position: relative; z-index: 1; font-size: 13px; }

.social-link { min-height: 64px; grid-template-columns: 38px 1fr 20px; border: 1px solid var(--line); background: rgba(255,255,255,.047); box-shadow: inset 0 1px 0 rgba(255,255,255,.035); }
.social-link:hover { border-color: rgba(242,24,54,.38); background: rgba(242,24,54,.07); transform: translateY(-2px); }
.social-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: rgba(242,24,54,.12); color: var(--red-hot); font-size: 20px; }
.social-link small { color: #888891; }
.mini-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.mini-links a { position: relative; min-height: 49px; display: grid; grid-template-columns: 18px 1fr 16px; gap: 7px; align-items: center; padding: 0 14px; overflow: hidden; border: 1px solid rgba(255,255,255,.085); border-radius: 15px; background: rgba(255,255,255,.03); color: #bdbdc5; font-size: 9px; font-weight: 700; transition: .2s; }
.mini-links a:hover { border-color: rgba(242,24,54,.3); background: rgba(242,24,54,.06); }
.mini-links > a > i:first-child { color: var(--red-hot); }
.mini-links span { color: var(--red-hot); font-size: 10px; }

.game-launch { position: relative; min-height: 82px; display: grid; grid-template-columns: 46px 1fr auto; gap: 13px; align-items: center; width: 100%; padding: 13px 14px; overflow: hidden; border: 1px solid rgba(242,24,54,.3); border-radius: 20px; background: radial-gradient(circle at 88% 0, rgba(242,24,54,.22), transparent 42%), linear-gradient(115deg, rgba(25,25,31,.96), rgba(11,11,14,.96)); color: white; text-align: left; cursor: pointer; box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 12px 30px rgba(0,0,0,.2); transition: transform .25s, border-color .25s, box-shadow .25s; }
.game-launch::before { content: ""; position: absolute; inset: auto 0 0; height: 2px; background: linear-gradient(90deg, transparent, var(--red), #ff6478, transparent); transform: translateX(-55%); animation: gameLine 3s ease-in-out infinite; }
.game-launch::after { content: ""; position: absolute; right: 18px; top: -42px; width: 98px; height: 98px; border: 1px dashed rgba(242,24,54,.19); border-radius: 50%; animation: rotate 12s linear infinite; }
.game-launch:hover { transform: translateY(-3px); border-color: rgba(242,24,54,.62); box-shadow: 0 18px 40px rgba(242,24,54,.12); }
.game-launch-icon { position: relative; z-index: 1; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 15px; background: linear-gradient(145deg, var(--red-hot), #a80c23); box-shadow: 0 8px 22px rgba(242,24,54,.28); font-size: 20px; }
.game-launch-copy { position: relative; z-index: 1; min-width: 0; }
.game-launch-copy small { display: block; margin-bottom: 3px; color: #85858f; font-size: 8px; font-weight: 700; letter-spacing: .045em; text-transform: uppercase; }
.game-launch-copy strong { display: block; font: 800 25px/.9 var(--display); letter-spacing: -.01em; text-transform: uppercase; }
.game-launch-action { position: relative; z-index: 1; display: flex; gap: 7px; align-items: center; padding: 8px 10px; border-radius: 10px; background: rgba(255,255,255,.07); color: #ff7385; font: 700 8px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }

body.game-open { overflow: hidden; touch-action: none; }
.game-modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 12px; opacity: 0; pointer-events: none; transition: opacity .28s ease; }
.game-modal.is-open { opacity: 1; pointer-events: auto; }
.game-backdrop { position: absolute; inset: 0; background: rgba(2,2,4,.82); backdrop-filter: blur(14px); }
.game-panel { position: relative; width: min(100%, 430px); max-height: calc(100svh - 20px); display: flex; flex-direction: column; padding: 15px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: linear-gradient(155deg, rgba(23,23,29,.98), rgba(6,6,8,.99)); box-shadow: 0 30px 100px rgba(0,0,0,.8), 0 0 60px rgba(242,24,54,.1); transform: translateY(22px) scale(.97); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.game-modal.is-open .game-panel { transform: none; }
.game-header { position: relative; min-height: 62px; display: flex; align-items: center; justify-content: space-between; padding: 2px 3px 10px; }
.game-identity { display: flex; align-items: center; gap: 10px; min-width: 0; }
.game-mark { position: relative; width: 34px; height: 38px; display: grid; flex: 0 0 auto; place-items: center; overflow: hidden; border-radius: 8px 3px 8px 3px; background: linear-gradient(145deg, #ff3853, #a8071e); box-shadow: 0 8px 22px rgba(242,24,54,.25), inset 0 1px 0 rgba(255,255,255,.28); transform: skewX(-7deg); }
.game-mark::after { content: ""; position: absolute; inset: auto -8px 5px; height: 1px; background: rgba(255,255,255,.45); transform: rotate(-18deg); }
.game-mark i { position: relative; z-index: 1; font-size: 14px; transform: skewX(7deg); }
.game-kicker { display: block; margin-bottom: 4px; color: #ff5b70; font: 700 7px/1 var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.game-kicker b { color: #5e5e68; font-weight: 500; }
.game-header h2 { margin: 0; font: 900 30px/.77 var(--display); letter-spacing: -.025em; text-transform: uppercase; }
.game-close { width: 38px; height: 38px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.035)); cursor: pointer; box-shadow: inset 0 1px 0 rgba(255,255,255,.06); transition: transform .2s, border-color .2s, color .2s; }
.game-close:hover { color: #ff6075; border-color: rgba(242,24,54,.45); transform: rotate(6deg); }
.game-hud { position: relative; display: grid; grid-template-columns: 78px 87px 1fr; margin-bottom: 9px; overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 15px; background: linear-gradient(115deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); box-shadow: inset 0 1px 0 rgba(255,255,255,.04); }
.game-hud::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 2px; background: linear-gradient(180deg, transparent, #ff2945 28%, #ff2945 72%, transparent); }
.game-hud > div { min-height: 50px; padding: 8px 10px; border-right: 1px solid rgba(255,255,255,.075); }
.game-hud > div:last-child { border-right: 0; }
.game-hud small { display: block; margin-bottom: 4px; color: #686872; font-size: 6px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; }
.game-hud strong { display: flex; align-items: baseline; color: #f7f7f6; font: 700 19px/.9 var(--mono); letter-spacing: -.06em; }
.game-hud em { margin-left: 3px; color: #666670; font-size: 7px; font-style: normal; letter-spacing: 0; }
.time-stat strong { color: #ff5368; }
.grip-label { display: flex; align-items: center; justify-content: space-between; gap: 7px; }
.grip-label b { color: #ff6579; font: 700 6px/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.grip-meter span { position: relative; display: block; height: 7px; margin-top: 8px; overflow: hidden; border-radius: 2px; background: repeating-linear-gradient(90deg, rgba(255,255,255,.075) 0 14px, rgba(0,0,0,.28) 14px 16px); }
.grip-meter i { display: block; width: 100%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #d80f2b, #ff2948 56%, #ff7184); box-shadow: 0 0 12px rgba(242,24,54,.48); transition: width .2s; }
.game-stage { position: relative; aspect-ratio: 9 / 13; min-height: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 20px; background: #09090c; box-shadow: inset 0 0 30px rgba(0,0,0,.55); touch-action: none; user-select: none; }
.game-stage canvas { width: 100%; height: 100%; display: block; touch-action: none; }
.game-intro, .game-result { position: absolute; inset: 0; z-index: 4; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 27px; text-align: center; background: radial-gradient(circle at 50% 25%, rgba(242,24,54,.2), transparent 38%), linear-gradient(rgba(8,8,11,.72), rgba(8,8,11,.96)); backdrop-filter: blur(3px); }
.intro-wheel { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; background: linear-gradient(145deg, #f32945, #8f0b1d); box-shadow: 0 15px 40px rgba(242,24,54,.3); font-size: 27px; animation: wheelTilt 2.4s ease-in-out infinite; }
.game-intro > span, .result-label { color: #ff7183; font: 700 8px/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.game-intro h3, .game-result h3 { margin: 10px 0 8px; font: 900 clamp(35px, 10vw, 47px)/.85 var(--display); letter-spacing: -.025em; text-transform: uppercase; }
.game-intro p, .game-result p { max-width: 270px; margin: 0 0 18px; color: #9a9aa4; font-size: 10px; line-height: 1.55; }
.game-intro button { min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border: 0; border-radius: 14px; background: linear-gradient(110deg, #ae0d24, var(--red-hot)); color: #fff; box-shadow: 0 12px 30px rgba(242,24,54,.28); font-size: 10px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; }
.game-intro > small { margin-top: 13px; color: #62626b; font-size: 8px; }
.game-countdown { position: absolute; z-index: 6; inset: 0; display: grid; place-items: center; background: rgba(4,4,6,.52); color: white; font: 900 112px/1 var(--display); text-shadow: 0 0 35px rgba(242,24,54,.8); }
.game-countdown.pop { animation: countPop .7s ease-out; }
.game-result { background: radial-gradient(circle at 50% 35%, rgba(242,24,54,.22), transparent 44%), rgba(6,6,9,.94); }
.score-ring { position: relative; width: 118px; height: 118px; display: flex; align-items: center; justify-content: center; margin: 13px 0 8px; border-radius: 50%; background: conic-gradient(var(--red-hot) var(--score-angle, 87%), rgba(255,255,255,.07) 0); box-shadow: 0 0 36px rgba(242,24,54,.2); }
.score-ring::before { content: ""; position: absolute; inset: 7px; border-radius: 50%; background: #0b0b0f; box-shadow: inset 0 0 25px rgba(0,0,0,.8); }
.score-ring strong, .score-ring span { position: relative; z-index: 1; }
.score-ring strong { font: 800 46px/.8 var(--display); }
.score-ring span { margin: 15px 0 0 2px; color: #ff6b7e; font: 700 14px/1 var(--mono); }
.game-result h3 { margin-top: 2px; font-size: 33px; }
.game-result p { margin-bottom: 11px; }
.result-stats { display: flex; gap: 15px; margin-bottom: 13px; color: #9d9da6; font-size: 8px; }
.result-stats i { margin-right: 4px; color: var(--red-hot); }
.result-stats b { color: white; }
.result-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; width: 100%; }
.result-actions button, .branch-cta { min-height: 41px; border: 1px solid rgba(255,255,255,.11); border-radius: 12px; background: rgba(255,255,255,.055); color: white; font-size: 8px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.result-actions i { margin-right: 5px; color: #ff6276; }
.branch-cta { width: 100%; margin-top: 7px; border-color: transparent; background: linear-gradient(110deg, #a70b21, var(--red)); box-shadow: 0 9px 23px rgba(242,24,54,.2); }
.branch-cta i { margin-left: 5px; }
.game-toast { position: absolute; z-index: 3; left: 50%; top: 18%; padding: 8px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(10,10,13,.82); color: white; font: 700 8px/1 var(--mono); opacity: 0; transform: translate(-50%, 8px); pointer-events: none; }
.game-toast.show { animation: gameToast 1s ease-out; }
.game-hint { margin: 9px 0 0; color: #686871; font-size: 8px; text-align: center; }
.game-hint i { margin-right: 5px; color: #db1a34; }

.tap-ripple { position: absolute; z-index: 6; width: 18px; height: 18px; border-radius: 50%; background: rgba(255,255,255,.56); transform: translate(-50%, -50%) scale(0); pointer-events: none; animation: tapRipple .65s ease-out forwards; mix-blend-mode: screen; }

footer { display: grid; justify-items: center; padding: 29px 0 2px; text-align: center; }
footer p { margin: 0 0 7px; color: #a7a7af; font-size: 10px; }
footer small { color: #5c5c65; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.toast { position: fixed; z-index: 20; left: 50%; bottom: 24px; padding: 11px 16px; border-radius: 12px; background: white; color: #111; box-shadow: 0 12px 30px rgba(0,0,0,.3); font-size: 11px; font-weight: 700; opacity: 0; transform: translate(-50%, 14px); pointer-events: none; transition: .25s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@keyframes meshDrift { to { background-position: 54px 54px; } }
@keyframes floatOne { to { transform: translate(85px, 90px) scale(1.12); } }
@keyframes floatTwo { to { transform: translate(-75px, -65px) scale(.9); } }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes speed { 0%, 16% { transform: translateX(0); opacity: 0; } 42%, 68% { opacity: 1; } 84%, 100% { transform: translateX(500%); opacity: 0; } }
@keyframes particle { 0%, 100% { transform: translateY(0) scale(.7); opacity: .25; } 50% { transform: translateY(-32px) scale(1.25); opacity: .85; } }
@keyframes pulse { 0% { transform: scale(.5); opacity: .8; } 75%, 100% { transform: scale(1.7); opacity: 0; } }
@keyframes shimmer { 0%, 55% { transform: translateX(-180%) rotate(20deg); } 85%, 100% { transform: translateX(520%) rotate(20deg); } }
@keyframes shellIn { from { opacity: 0; transform: translateY(24px) scale(.985); } to { opacity: 1; transform: none; } }
@keyframes linkIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes iconPop { 0% { transform: scale(1) rotate(0); } 45% { transform: scale(1.35) rotate(-10deg); } 100% { transform: scale(1) rotate(0); } }
@keyframes buttonGlow { 0%, 100% { box-shadow: 0 8px 22px rgba(242,24,54,.14); } 50% { box-shadow: 0 10px 32px rgba(242,24,54,.38); } }
@keyframes buttonSweep { 0%, 52% { transform: translateX(-170%) rotate(20deg); } 82%, 100% { transform: translateX(620%) rotate(20deg); } }
@keyframes roadDash { to { background-position: 30px 0; } }
@keyframes brandGlow { 0%, 100% { filter: brightness(1) drop-shadow(0 0 0 rgba(255,255,255,0)); } 50% { filter: brightness(1.28) drop-shadow(0 0 8px rgba(255,255,255,.32)); } }
@keyframes michelinGlow { 0%, 100% { filter: brightness(1) drop-shadow(0 4px 10px rgba(0,0,0,.38)); } 50% { filter: brightness(1.08) drop-shadow(0 4px 12px rgba(44,137,210,.34)); } }
@keyframes tapRipple { to { opacity: 0; transform: translate(-50%, -50%) scale(10); } }
@keyframes gameLine { 0%, 20% { transform: translateX(-65%); } 70%, 100% { transform: translateX(65%); } }
@keyframes wheelTilt { 0%, 100% { transform: rotate(-8deg); } 50% { transform: rotate(11deg); } }
@keyframes countPop { from { opacity: 0; transform: scale(1.7); } to { opacity: 1; transform: scale(1); } }
@keyframes gameToast { 0% { opacity: 0; transform: translate(-50%, 10px); } 20%, 70% { opacity: 1; transform: translate(-50%, 0); } 100% { opacity: 0; transform: translate(-50%, -12px); } }

@media (max-width: 560px) {
  .ambient-bg { background: radial-gradient(circle at 82% 3%, #2e0c15 0, #0c0c10 34%, #060608 78%); }
  .mesh { opacity: .12; background-size: 42px 42px; }
  .orbit-one { width: 390px; height: 390px; left: -260px; top: 7%; }
  .orbit-two { width: 300px; height: 300px; right: -190px; bottom: 12%; }
  .glow { filter: blur(80px); opacity: .23; }
  .bio-shell { width: calc(100% - 16px); min-height: calc(100svh - 16px); margin: 8px auto; padding: 22px 17px 23px; border-radius: 28px; backdrop-filter: blur(20px) saturate(125%); }
  .share-button { top: 15px; right: 15px; }
  .profile { padding-top: 10px; }
  .logo-wrap { width: 235px; }
  .profile h1 { font-size: 39px; }
  .branch-heading { grid-template-columns: minmax(0, 1fr) 112px; }
  .branch-heading h2 { font-size: 24px; }
  .brand-logo { width: 98px; }
  .michelin-logo { width: 94px; height: auto; padding: 0; }
  .lastikpark-logo { width: 94px; }
  .game-modal { padding: 4px; }
  .game-panel { width: 100%; max-height: calc(100svh - 8px); padding: 11px; border-radius: 22px; }
  .game-header { min-height: 47px; }
  .game-header h2 { font-size: 28px; }
  .game-stage { flex: 1 1 auto; max-height: calc(100svh - 150px); aspect-ratio: 9 / 13; margin-inline: auto; }
  .game-hint { margin-top: 6px; }
}

@media (max-height: 700px) {
  .game-header { min-height: 39px; }
  .game-kicker { display: none; }
  .game-header h2 { font-size: 25px; }
  .game-hud > div { min-height: 36px; padding-block: 5px; }
  .game-hint { display: none; }
  .game-stage { max-height: calc(100svh - 102px); }
  .game-intro { padding: 19px; }
  .intro-wheel { width: 48px; height: 48px; margin-bottom: 10px; }
  .game-intro h3 { font-size: 36px; }
}

@media (max-width: 370px) {
  .bio-shell { width: calc(100% - 10px); padding-left: 13px; padding-right: 13px; }
  .branch-card { padding: 16px 14px; }
  .branch-heading h2 { font-size: 22px; }
  .branch-heading { grid-template-columns: minmax(0, 1fr) 104px; }
  .michelin-logo { width: 94px; }
  .hero-link { grid-template-columns: 42px 1fr 15px; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
