/* ============================================================
   CRICKET WORLD CUP — Spin to Glory
   ============================================================ */
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }

:root {
  --gold: #ffc83d;
  --gold-deep: #e8960c;
  --blue: #2f7bff;
  --navy-1: #060d24;
  --navy-2: #0c1b45;
  --navy-3: #16307a;
  --green: #27d17f;
  --red: #ff4d6a;
  --white: #f4f7ff;
}

html, body { height: 100%; overflow: hidden; }

body {
  font-family: 'Rubik', sans-serif;
  color: var(--white);
  background:
    radial-gradient(1200px 600px at 50% -10%, var(--navy-3) 0%, transparent 60%),
    radial-gradient(900px 500px at 80% 110%, #1a0f4d 0%, transparent 55%),
    linear-gradient(180deg, var(--navy-1) 0%, var(--navy-2) 100%);
  user-select: none;
  -webkit-user-select: none;
}

/* slow aurora sweep behind everything */
body::before {
  content: ''; position: fixed; inset: -40%; z-index: 0; pointer-events: none;
  background: conic-gradient(from 0deg at 50% 50%,
    transparent 0deg, rgba(47,123,255,.10) 70deg, transparent 140deg,
    rgba(255,200,61,.07) 220deg, transparent 290deg, rgba(124,77,255,.09) 330deg, transparent 360deg);
  animation: aurora 36s linear infinite;
}
@keyframes aurora { to { transform: rotate(360deg); } }

/* floating cricket gear drifting up the screen */
#bg-float { position: fixed; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
#bg-float i {
  position: absolute; bottom: -60px; font-style: normal; opacity: 0;
  animation: floatUp linear infinite;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,.35));
}
@keyframes floatUp {
  0%   { transform: translateY(0) translateX(0) rotate(0deg); opacity: 0; }
  8%   { opacity: .14; }
  50%  { transform: translateY(-55vh) translateX(4vw) rotate(160deg); opacity: .14; }
  92%  { opacity: .12; }
  100% { transform: translateY(-112vh) translateX(-3vw) rotate(340deg); opacity: 0; }
}

/* twinkling stadium-light stars */
#stars { position: fixed; inset: 0; pointer-events: none; z-index: 0; }
#stars i {
  position: absolute; width: 3px; height: 3px; border-radius: 50%;
  background: #fff; opacity: .25; animation: twinkle 3s infinite;
}
@keyframes twinkle { 50% { opacity: .9; transform: scale(1.6); } }

/* ---------- screens ---------- */
.screen {
  position: fixed; inset: 0; z-index: 1;
  display: none; flex-direction: column; align-items: center;
  padding: max(20px, env(safe-area-inset-top)) 18px 24px;
  overflow-y: auto; overflow-x: hidden;
}
.screen.active { display: flex; animation: screenIn .35s ease both; }
@keyframes screenIn { from { opacity: 0; transform: translateY(14px) scale(.99); } }

/* ---------- HOME ---------- */
.home-glow {
  position: absolute; top: -120px; left: 50%; transform: translateX(-50%);
  width: 560px; height: 560px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,200,61,.22) 0%, transparent 65%);
  pointer-events: none;
}
.logo-block { text-align: center; margin-top: 7vh; z-index: 1; }
.logo-ball {
  font-size: 64px; animation: bounce 2.2s ease-in-out infinite;
  filter: drop-shadow(0 12px 18px rgba(0,0,0,.5));
}
@keyframes bounce { 50% { transform: translateY(-16px) rotate(12deg); } }
.logo-title {
  font-family: 'Bungee', cursive; font-size: clamp(38px, 11vw, 56px);
  line-height: .95; letter-spacing: 1px; margin-top: 6px;
  background: linear-gradient(180deg, #fff 20%, #b9ccff 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 0 rgba(0,0,0,.45));
}
.logo-title span {
  background: linear-gradient(180deg, var(--gold) 15%, var(--gold-deep) 90%);
  -webkit-background-clip: text; background-clip: text;
}
.logo-year {
  font-family: 'Bungee', cursive; font-size: 26px; letter-spacing: 8px; margin-top: 6px;
  color: var(--gold); text-shadow: 0 0 18px rgba(255,200,61,.65), 0 3px 0 rgba(0,0,0,.4);
  animation: yearPulse 2.4s ease-in-out infinite;
}
@keyframes yearPulse { 50% { text-shadow: 0 0 34px rgba(255,200,61,.95), 0 3px 0 rgba(0,0,0,.4); transform: scale(1.04); } }
.logo-tag { margin-top: 10px; font-size: 12px; letter-spacing: 3px; opacity: .75; font-weight: 600; }

.stat-strip { display: flex; gap: 10px; margin: 4.5vh 0 3vh; z-index: 1; }
.stat-chip {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px; padding: 10px 16px; text-align: center;
  display: flex; flex-direction: column; gap: 2px; min-width: 86px;
  backdrop-filter: blur(6px);
}
.stat-chip b { font-size: 20px; }
.stat-chip small { font-size: 10px; letter-spacing: 1.5px; opacity: .6; text-transform: uppercase; }

.home-buttons { display: flex; flex-direction: column; gap: 12px; width: min(340px, 88vw); z-index: 1; }
.btn-row { display: flex; gap: 10px; }
.btn-row .btn { flex: 1; padding: 13px 8px; font-size: 14px; }
.footnote { margin-top: auto; padding-top: 20px; font-size: 11px; opacity: .45; letter-spacing: 1px; }

/* ---------- buttons ---------- */
.btn {
  border: none; border-radius: 18px; cursor: pointer;
  font-family: 'Rubik', sans-serif; font-weight: 800; color: #1a1300;
  padding: 14px 22px; font-size: 16px; letter-spacing: .5px;
  transition: transform .12s ease, filter .12s ease;
}
.btn:active { transform: scale(.96); }
.btn-big { padding: 18px 24px; font-size: 19px; }
.btn-gold {
  background: linear-gradient(180deg, #ffe08a 0%, var(--gold) 45%, var(--gold-deep) 100%);
  box-shadow: 0 6px 0 #9c6206, 0 14px 30px rgba(232,150,12,.35);
}
.btn-blue {
  background: linear-gradient(180deg, #7fb0ff 0%, var(--blue) 50%, #1c4fc4 100%);
  color: #fff; box-shadow: 0 6px 0 #123a96, 0 14px 30px rgba(47,123,255,.3);
}
.btn-ghost {
  background: rgba(255,255,255,.08); color: var(--white);
  border: 1px solid rgba(255,255,255,.18); box-shadow: none; font-weight: 600;
}
.btn:disabled { filter: grayscale(.8) brightness(.6); cursor: not-allowed; }

/* ---------- SETUP ---------- */
.setup-head {
  display: flex; align-items: center; gap: 14px; width: 100%;
  max-width: 460px; margin-bottom: 10px;
}
.setup-head h2 { font-family: 'Bungee', cursive; font-size: 22px; letter-spacing: 1px; }
.back-btn {
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18);
  color: #fff; width: 42px; height: 42px; border-radius: 14px; font-size: 20px; cursor: pointer;
}
.setup-step { width: 100%; max-width: 460px; margin-top: 18px; }
.setup-step h3 { font-size: 14px; letter-spacing: 1px; text-transform: uppercase; opacity: .85; margin-bottom: 4px; }
.step-hint { font-size: 11.5px; opacity: .6; margin-bottom: 10px; line-height: 1.4; }
.step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; border-radius: 50%; margin-right: 6px;
  background: var(--gold); color: #1a1300; font-size: 12px; font-weight: 800;
}

.team-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.team-card {
  background: rgba(255,255,255,.06); border: 2px solid rgba(255,255,255,.12);
  border-radius: 14px; padding: 10px 4px 8px; text-align: center; cursor: pointer;
  transition: all .15s ease; color: var(--white);
}
.team-card .flag { font-size: 26px; display: block; }
.team-card .code { font-size: 11px; font-weight: 800; letter-spacing: 1px; margin-top: 4px; display: block; }
.team-card:active { transform: scale(.93); }
.team-card.selected {
  border-color: var(--gold); background: rgba(255,200,61,.16);
  box-shadow: 0 0 18px rgba(255,200,61,.35); transform: scale(1.05);
}
.team-card.disabled { opacity: .25; pointer-events: none; }

.choice-row { display: flex; gap: 10px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice-card {
  flex: 1; background: rgba(255,255,255,.06); border: 2px solid rgba(255,255,255,.12);
  border-radius: 18px; padding: 16px 10px; text-align: center; cursor: pointer;
  color: var(--white); font-family: 'Rubik', sans-serif;
  display: flex; flex-direction: column; gap: 4px; align-items: center;
  transition: all .15s ease;
}
.choice-card .choice-icon { font-size: 32px; }
.choice-card b { font-size: 15px; letter-spacing: 1px; }
.choice-card small { font-size: 11px; opacity: .6; }
.choice-card.selected {
  border-color: var(--gold); background: rgba(255,200,61,.16);
  box-shadow: 0 0 18px rgba(255,200,61,.35);
}

.stadium-list { display: flex; flex-direction: column; gap: 8px; }
.stadium-card {
  display: flex; align-items: center; gap: 12px; width: 100%;
  background: rgba(255,255,255,.06);
  border: 2px solid rgba(255,255,255,.12); border-radius: 16px;
  padding: 12px 14px; cursor: pointer; color: var(--white);
  font-family: 'Rubik', sans-serif; text-align: left; transition: all .15s ease;
}
.stadium-card .s-icon { font-size: 26px; }
.stadium-card .s-meta b { display: block; font-size: 14px; }
.stadium-card .s-meta small { font-size: 11px; opacity: .65; }
.stadium-card .s-lock { margin-left: auto; font-size: 12px; opacity: .8; text-align: right; }
.stadium-card.selected { border-color: var(--gold); box-shadow: 0 0 18px rgba(255,200,61,.3); }
.stadium-card.locked { opacity: .45; }

.btn-start { width: 100%; max-width: 460px; margin: 26px 0 10px; }

/* ---------- MATCH ---------- */
.match-head { display: flex; gap: 10px; width: 100%; max-width: 460px; align-items: stretch; }
.match-head .back-btn { height: auto; flex-shrink: 0; }
.stadium-banner {
  flex: 1; border-radius: 20px; padding: 14px 16px 12px;
  text-align: center; position: relative; overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
}
.stadium-lights { position: absolute; inset: 0; pointer-events: none; }
.stadium-lights i {
  position: absolute; top: -30px; width: 70px; height: 110px;
  background: radial-gradient(ellipse at top, rgba(255,255,220,.30), transparent 70%);
}
.stadium-lights i:nth-child(1){ left: 4%; } .stadium-lights i:nth-child(2){ left: 30%; }
.stadium-lights i:nth-child(3){ right: 30%; } .stadium-lights i:nth-child(4){ right: 4%; }
.stadium-name { font-weight: 800; font-size: 15px; letter-spacing: .5px; }
.match-stage { font-size: 10px; letter-spacing: 3px; color: var(--gold); font-weight: 800; margin-top: 2px; }

.scoreboard {
  width: 100%; max-width: 460px; margin-top: 10px;
  display: flex; flex-direction: column; align-items: center;
  background: rgba(0,0,0,.35); border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px; padding: 10px 16px 12px; backdrop-filter: blur(6px);
}
.sb-top { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.sb-team { display: flex; flex-direction: column; align-items: center; gap: 1px; min-width: 92px; transition: all .2s; border-radius: 12px; padding: 4px 8px 6px; }
.sb-team.batting { background: rgba(255,200,61,.14); box-shadow: inset 0 0 0 1px rgba(255,200,61,.5); }
.sb-flag { font-size: 26px; }
.sb-name { font-size: 12px; font-weight: 800; letter-spacing: 1px; }
.sb-score { font-size: 19px; font-weight: 800; color: var(--gold); }
.sb-status { font-size: 10px; font-weight: 600; opacity: .8; min-height: 13px; letter-spacing: .3px; }
.sb-team.batting .sb-status { color: var(--gold); opacity: 1; }
.sb-mid { text-align: center; }
.sb-innings { font-size: 9px; font-weight: 800; letter-spacing: 2px; color: var(--gold); margin-bottom: 1px; }
.sb-vs { font-family: 'Bungee', cursive; font-size: 14px; opacity: .55; }
.sb-target { font-size: 11px; font-weight: 600; color: var(--green); margin-top: 2px; min-height: 14px; }

.over-label { font-size: 9px; font-weight: 800; letter-spacing: 2px; color: var(--gold); margin-top: 8px; }
.balls-row { display: flex; gap: 7px; margin-top: 6px; min-height: 30px; justify-content: center; }
.ball-dot {
  width: 32px; height: 32px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 800;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16);
}
.ball-dot.filled { animation: ballPop .3s ease both; }
@keyframes ballPop { from { transform: scale(0); } 70% { transform: scale(1.25); } }
.ball-dot.b6 { background: var(--gold); color: #1a1300; border-color: var(--gold); }
.ball-dot.b4 { background: var(--blue); color: #fff; border-color: var(--blue); }
.ball-dot.bW { background: var(--red); color: #fff; border-color: var(--red); }
.ball-dot.bR { background: rgba(255,255,255,.22); color: #fff; }

/* ---------- wheel ---------- */
.wheel-zone {
  position: relative; margin-top: 14px;
  width: min(78vw, 340px); height: min(78vw, 340px);
}
#wheel {
  width: 100%; height: 100%; border-radius: 50%; display: block;
  box-shadow:
    0 0 0 8px #11214f,
    0 0 0 11px rgba(255,200,61,.85),
    0 22px 50px rgba(0,0,0,.6),
    0 0 60px rgba(47,123,255,.25);
}
.wheel-pointer {
  position: absolute; top: -22px; left: 50%; transform: translateX(-50%);
  font-size: 30px; color: var(--gold); z-index: 3;
  filter: drop-shadow(0 4px 4px rgba(0,0,0,.6));
  animation: pointerNudge 1.4s ease-in-out infinite;
}
@keyframes pointerNudge { 50% { transform: translateX(-50%) translateY(3px); } }
.wheel-hub {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 64px; height: 64px; border-radius: 50%; z-index: 2;
  background: radial-gradient(circle at 35% 30%, #fff, #cfd8ec 40%, #8fa3c8);
  display: flex; align-items: center; justify-content: center; font-size: 28px;
  box-shadow: 0 6px 16px rgba(0,0,0,.5), inset 0 -4px 8px rgba(0,0,0,.25);
}

.action-zone {
  margin-top: 16px; width: 100%; max-width: 460px;
  display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.commentary {
  min-height: 44px; text-align: center; font-size: 15px; font-weight: 600;
  padding: 0 10px; display: flex; align-items: center; justify-content: center;
}
.commentary.flash { animation: commFlash .4s ease; }
@keyframes commFlash { from { transform: scale(.7); opacity: 0; } 60% { transform: scale(1.12); } }
#btn-spin { width: min(300px, 80vw); }
#btn-spin.spinning { animation: none; pointer-events: none; filter: brightness(.7); }

/* ---------- RESULT ---------- */
.result-card {
  margin: auto; width: min(400px, 92vw); text-align: center;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16);
  border-radius: 28px; padding: 34px 24px 26px; backdrop-filter: blur(10px);
  box-shadow: 0 30px 80px rgba(0,0,0,.5);
}
.result-emoji { font-size: 76px; animation: trophyPop .6s cubic-bezier(.2,1.6,.4,1) both; }
@keyframes trophyPop { from { transform: scale(0) rotate(-30deg); } }
.result-title { font-family: 'Bungee', cursive; font-size: 34px; margin-top: 8px;
  background: linear-gradient(180deg, var(--gold), var(--gold-deep));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.result-title.lose { background: linear-gradient(180deg, #b9c6e8, #6d7da6); -webkit-background-clip: text; background-clip: text; }
.result-sub { margin-top: 6px; font-size: 14px; opacity: .8; }
.result-score { margin: 16px 0 6px; font-size: 22px; font-weight: 800; }
.result-rewards { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; margin: 12px 0 4px; }
.reward-pill {
  background: rgba(255,200,61,.15); border: 1px solid rgba(255,200,61,.5);
  color: var(--gold); border-radius: 999px; padding: 6px 14px; font-size: 13px; font-weight: 700;
  animation: ballPop .4s ease both;
}
.result-buttons { display: flex; flex-direction: column; gap: 10px; margin-top: 18px; }

/* ---------- TROPHY ROOM ---------- */
.trophy-cabinet {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
  width: 100%; max-width: 460px; margin-top: 16px;
}
.trophy-slot {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px; padding: 16px 8px; text-align: center;
}
.trophy-slot .t-icon { font-size: 34px; display: block; }
.trophy-slot b { font-size: 20px; display: block; margin-top: 4px; }
.trophy-slot small { font-size: 10px; letter-spacing: 1px; opacity: .6; text-transform: uppercase; }
.badge-list { width: 100%; max-width: 460px; margin-top: 16px; display: flex; flex-direction: column; gap: 8px; }
.badge-row {
  display: flex; align-items: center; gap: 12px;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px; padding: 10px 14px; font-size: 13px;
}
.badge-row.locked { opacity: .4; }
.badge-row .b-icon { font-size: 22px; }

/* ---------- confetti & toast ---------- */
#confetti-layer { position: fixed; inset: 0; pointer-events: none; z-index: 50; overflow: hidden; }
.confetto {
  position: absolute; top: -16px; width: 10px; height: 14px; border-radius: 2px;
  animation: confFall linear both;
}
@keyframes confFall {
  to { transform: translateY(110vh) rotate(720deg); opacity: .9; }
}

#toast {
  position: fixed; bottom: 26px; left: 50%; transform: translateX(-50%) translateY(80px);
  background: rgba(10,20,50,.95); border: 1px solid rgba(255,200,61,.6); color: var(--white);
  padding: 12px 20px; border-radius: 14px; font-size: 14px; font-weight: 600;
  z-index: 60; transition: transform .3s ease; max-width: 86vw; text-align: center;
}
#toast.show { transform: translateX(-50%) translateY(0); }

/* ---------- difficulty / batsmen / extras ---------- */
.choice-card.diff small { color: var(--gold); font-weight: 700; }
.mini-tag { font-size: 10px; color: var(--gold); letter-spacing: 1px; }
.locked-banner {
  background: rgba(255,255,255,.05); border: 1px dashed rgba(255,255,255,.25);
  border-radius: 14px; padding: 12px 14px; font-size: 13px; opacity: .8;
}
.batsmen-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.batsman-card {
  background: rgba(255,255,255,.06); border: 2px solid rgba(255,255,255,.12);
  border-radius: 14px; padding: 10px 6px; text-align: center; cursor: pointer;
  color: var(--white); font-family: 'Rubik', sans-serif; transition: all .15s ease;
  font-size: 12px; font-weight: 600; position: relative;
}
.batsman-card .b-emoji { font-size: 22px; display: block; }
.batsman-card.selected { border-color: var(--gold); background: rgba(255,200,61,.16); }
.batsman-card .order-pip {
  position: absolute; top: -7px; right: -7px; width: 22px; height: 22px; border-radius: 50%;
  background: var(--gold); color: #1a1300; font-size: 12px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}

.batter-chip {
  margin-top: 8px; min-height: 38px; font-size: 13px; font-weight: 700;
  color: var(--gold); letter-spacing: .5px; text-align: center; line-height: 1.5;
}
.batter-chip small { color: var(--white); opacity: .75; font-weight: 600; }

/* ---------- create-team card in grid ---------- */
.team-card.create { border-style: dashed; }
.team-card.create .flag { font-size: 20px; }

/* ---------- leaderboard ---------- */
.lb-hint { font-size: 12px; opacity: .7; margin: 4px 0 12px; }
.lb-list { width: 100%; max-width: 460px; display: flex; flex-direction: column; gap: 6px; }
.lb-row {
  display: flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px; padding: 9px 14px; font-size: 13px;
}
.lb-row .lb-rank { width: 28px; font-weight: 800; opacity: .7; }
.lb-row .lb-flag { font-size: 20px; }
.lb-row .lb-name { flex: 1; font-weight: 600; }
.lb-row .lb-streak { font-size: 11px; opacity: .7; margin-right: 6px; }
.lb-row .lb-pts { font-weight: 800; color: var(--gold); }
.lb-row.me {
  border-color: var(--gold); background: rgba(255,200,61,.14);
  box-shadow: 0 0 16px rgba(255,200,61,.25);
}
.lb-row.top3 .lb-rank { opacity: 1; }

.coming-soon {
  margin-top: 16px; width: 100%; max-width: 460px; text-align: center;
  border: 1px dashed rgba(255,200,61,.5); color: var(--gold);
  border-radius: 14px; padding: 12px; font-size: 13px; font-weight: 700;
  letter-spacing: .5px;
}

/* ---------- modals ---------- */
.modal-backdrop {
  position: fixed; inset: 0; z-index: 40; display: none;
  align-items: center; justify-content: center;
  background: rgba(3,8,24,.78); backdrop-filter: blur(4px);
}
.modal-backdrop.open { display: flex; }
.modal {
  width: min(380px, 90vw); background: linear-gradient(180deg, #14245c, #0c183f);
  border: 1px solid rgba(255,255,255,.18); border-radius: 24px;
  padding: 24px 22px; animation: screenIn .25s ease both;
}
.modal h3 { font-family: 'Bungee', cursive; font-size: 18px; margin-bottom: 10px; }
.modal label { display: block; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; opacity: .7; margin: 12px 0 5px; }
.modal-hint { font-size: 13px; opacity: .75; margin-bottom: 12px; }
.modal input {
  width: 100%; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.2);
  border-radius: 12px; padding: 12px 14px; color: var(--white);
  font-family: 'Rubik', sans-serif; font-size: 16px; font-weight: 600; outline: none;
}
.modal input:focus { border-color: var(--gold); }
.flag-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; margin-top: 4px; }
.flag-opt {
  font-size: 22px; padding: 6px 0; border-radius: 10px; cursor: pointer; text-align: center;
  border: 2px solid transparent; background: rgba(255,255,255,.05);
}
.flag-opt.selected { border-color: var(--gold); background: rgba(255,200,61,.16); }
.modal-buttons { display: flex; gap: 10px; margin-top: 20px; }
.modal-buttons .btn { flex: 1; }

/* shake on wicket */
.shake { animation: shake .45s ease; }
@keyframes shake {
  20% { transform: translateX(-8px); } 40% { transform: translateX(8px); }
  60% { transform: translateX(-5px); } 80% { transform: translateX(5px); }
}
