:root {
  --bg: #f4d4e4;
  --bg-2: #ffe8f2;
  --surface: #2a1233;
  --raised: #3d1a48;
  --line: rgba(255, 232, 244, 0.1);
  --pink: #ff4f8b;
  --coral: #ff7a59;
  --gold: #ffc83d;
  --mint: #5ef2c4;
  --text: #fff4f8;
  --mute: #c9a4b8;
  --ink: #5a1840;
  --ink-soft: #8a5470;
  --shadow: 0 18px 40px rgba(8, 2, 12, 0.45);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --pop: cubic-bezier(0.34, 1.56, 0.64, 1);
  --radius: 16px;
}

* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: "Nunito", system-ui, sans-serif;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

img { -webkit-user-drag: none; }

#app {
  position: fixed;
  inset: 0;
  overflow: hidden;
}

#game-container {
  position: absolute;
  inset: 0;
  z-index: 0;
  touch-action: none;
}

#game-container canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.hidden { display: none !important; }

#screen-load,
#screen-title,
#screen-levels,
#hud {
  position: absolute;
  inset: 0;
  z-index: 10;
}

#screen-load {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background:
    radial-gradient(ellipse at 50% 28%, rgba(255, 214, 150, 0.7) 0%, transparent 58%),
    linear-gradient(180deg, #ffe8f2 0%, #f5d0e4 100%);
  color: var(--ink);
}

.load-orb {
  font-size: 56px;
  filter: drop-shadow(0 8px 16px rgba(255, 79, 139, 0.45));
  animation: bob 1.6s var(--ease) infinite alternate;
}

.load-word {
  font-family: "Fredoka", sans-serif;
  font-weight: 700;
  font-size: 34px;
  letter-spacing: -0.03em;
  margin: 0;
  background: linear-gradient(120deg, #ffd6e8, #ffc83d 55%, #ff7a59);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.load-track {
  width: min(240px, 62vw);
  height: 10px;
  border-radius: 99px;
  background: rgba(90, 24, 64, 0.08);
  overflow: hidden;
  border: 1px solid rgba(90, 24, 64, 0.1);
}

#load-fill {
  height: 100%;
  width: 8%;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--pink), var(--coral));
  transition: width 180ms var(--ease);
}

#load-caption {
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
}

#screen-title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 20px 28px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 244, 236, 0.12) 0%, rgba(255, 232, 242, 0.28) 48%, rgba(255, 220, 232, 0.5) 100%);
  color: var(--ink);
}

.title-glow {
  position: absolute;
  left: 50%;
  top: 12%;
  width: min(420px, 92vw);
  height: 340px;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 50% 46%, rgba(255, 220, 150, 0.85) 0%, rgba(255, 176, 196, 0.42) 38%, rgba(255, 214, 230, 0.12) 64%, transparent 74%);
  filter: blur(4px);
  pointer-events: none;
}

.title-top {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.title-hero {
  position: relative;
  z-index: 1;
  text-align: center;
  pointer-events: none;
}

.eyebrow {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}

#title-logo {
  margin: 0;
  font-family: "Fredoka", sans-serif;
  font-weight: 700;
  font-size: clamp(48px, 14vw, 72px);
  letter-spacing: -0.04em;
  line-height: 0.92;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#title-logo .ch {
  display: inline-block;
  background: linear-gradient(180deg, #fff4f8 10%, #ffb3cc 80%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 8px 0 rgba(90, 16, 60, 0.35));
}

#title-logo .ch.rush {
  background: linear-gradient(180deg, #ffe08a 0%, #ff7a59 80%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.tagline {
  margin: 16px auto 0;
  max-width: 280px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.5;
}

.title-sparkles {
  position: absolute;
  left: 50%;
  top: -8px;
  width: min(340px, 94%);
  height: 132px;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 2;
}

.sp {
  position: absolute;
  width: 12px;
  height: 12px;
  background: linear-gradient(180deg, #fff6c8 0%, #ffc83d 70%, #e0a020 100%);
  clip-path: polygon(50% 0%, 64% 36%, 100% 50%, 64% 64%, 50% 100%, 36% 64%, 0% 50%, 36% 36%);
  filter: drop-shadow(0 0 5px rgba(255, 200, 61, 0.85));
}

.sp1 { left: 4%; top: 36%; width: 11px; height: 11px; animation: twinkle 1.8s var(--ease) infinite; }
.sp2 { right: 6%; top: 22%; width: 14px; height: 14px; animation: twinkle 2.2s var(--ease) 0.3s infinite; }
.sp3 { left: 20%; top: 8%; width: 8px; height: 8px; animation: twinkle 1.6s var(--ease) 0.7s infinite; }
.sp4 { right: 18%; top: 58%; width: 10px; height: 10px; animation: twinkle 2s var(--ease) 0.15s infinite; }
.sp5 { left: 48%; top: 2%; width: 9px; height: 9px; animation: twinkle 1.7s var(--ease) 0.5s infinite; }
.sp6 { right: 30%; top: 10%; width: 7px; height: 7px; animation: twinkle 2.4s var(--ease) 0.9s infinite; }

.title-stats {
  margin: 24px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 12px 20px;
  width: max-content;
  max-width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 244, 248, 0.52) 100%);
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 18px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 10px 24px rgba(180, 80, 120, 0.14),
    0 2px 0 rgba(255, 206, 176, 0.45);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  pointer-events: auto;
  color: var(--ink);
}

.title-stats strong {
  display: block;
  font-family: "Fredoka", sans-serif;
  font-size: 24px;
  letter-spacing: -0.03em;
  color: #e0a020;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.85), 0 2px 0 rgba(176, 122, 18, 0.22);
}

.title-stats .mini-star {
  display: inline-block;
  margin-inline-end: 4px;
  font-size: 0.52em;
  vertical-align: 3px;
  color: var(--gold);
  filter: drop-shadow(0 1px 0 rgba(176, 122, 18, 0.35));
}

.title-stats span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #a06a82;
}

.stat-div {
  width: 1px;
  height: 28px;
  background: linear-gradient(180deg, transparent, rgba(224, 160, 32, 0.35), transparent);
}

.title-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  pointer-events: none;
}

.title-actions .hit { pointer-events: auto; }

.btn-play,
.btn-ghost,
.btn-quiet,
.btn-chip,
.hud-act,
.icon-btn {
  font-family: "Fredoka", sans-serif;
  border: 0;
  cursor: pointer;
  color: var(--text);
  background: transparent;
}

.btn-play {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 56px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ff9db8 0%, #ff5a94 44%, #ff3d7f 100%);
  color: #fff4f8;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  box-shadow:
    0 3px 0 rgba(255, 255, 255, 0.62) inset,
    0 -10px 14px rgba(176, 16, 72, 0.18) inset,
    0 10px 0 #c41d5a,
    0 16px 28px rgba(255, 79, 139, 0.32);
  transition: transform 120ms ease-out, box-shadow 120ms ease-out;
}

.btn-play::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 5px;
  height: 44%;
  border-radius: 16px 16px 40px 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0.08) 100%);
  pointer-events: none;
}

.btn-play > * { position: relative; z-index: 1; }

.btn-play:active {
  transform: scale(0.97) translateY(4px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.4) inset,
    0 -6px 10px rgba(176, 16, 72, 0.2) inset,
    0 4px 0 #c41d5a,
    0 8px 14px rgba(255, 79, 139, 0.24);
}

.btn-ghost {
  min-height: 48px;
  width: 100%;
  border-radius: 14px;
  background: rgba(255, 244, 248, 0.06);
  color: var(--text);
  border: 1px solid var(--line);
  font-size: 16px;
  font-weight: 600;
  transition: transform 120ms ease-out, background 160ms var(--ease);
}

.btn-ghost:active { transform: scale(0.97); background: rgba(255, 244, 248, 0.12); }

.btn-chip {
  align-self: center;
  width: auto;
  max-width: 92%;
  min-height: 36px;
  padding: 6px 16px;
  border-radius: 99px;
  background: transparent;
  color: var(--ink-soft);
  border: 1.5px solid rgba(90, 24, 64, 0.22);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: transform 120ms ease-out, background 160ms var(--ease), color 160ms var(--ease);
}

.btn-chip:active {
  transform: scale(0.97);
  background: rgba(90, 24, 64, 0.06);
  color: var(--ink);
}

.btn-quiet {
  min-height: 44px;
  width: 100%;
  color: var(--mute);
  font-size: 14px;
  font-weight: 600;
}

.icon-btn {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(42, 18, 51, 0.7);
  color: var(--text);
  border: 1px solid var(--line);
  backdrop-filter: blur(10px);
  flex-shrink: 0;
}

.icon-btn:active { transform: scale(0.96); }

#screen-title .icon-btn {
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  border: 1px solid rgba(90, 24, 64, 0.1);
  box-shadow: 0 4px 12px rgba(180, 80, 120, 0.1);
}

#screen-levels {
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(22, 8, 28, 0.72) 0%, rgba(22, 8, 28, 0.92) 100%);
  color: var(--text);
}

.sheet-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px 8px;
}

.sheet-titles { flex: 1; min-width: 0; }
.sheet-titles h2 {
  margin: 0;
  font-family: "Fredoka", sans-serif;
  font-size: 24px;
  letter-spacing: -0.03em;
}

.star-pill {
  min-height: 36px;
  padding: 0 12px;
  border-radius: 99px;
  background: rgba(255, 200, 61, 0.12);
  color: var(--gold);
  border: 1px solid rgba(255, 200, 61, 0.28);
  font-weight: 800;
  font-size: 13px;
  display: grid;
  place-items: center;
}

#level-scroller {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 8px 20px 32px;
  -webkit-overflow-scrolling: touch;
}

#level-path {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 8px 0 24px;
}

.lvl-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.lvl-row.odd { flex-direction: row-reverse; }

.lvl-node {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 0;
  flex-shrink: 0;
  position: relative;
  font-family: "Fredoka", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #5a1840;
  background: radial-gradient(circle at 35% 30%, #ffe08a, #ffc83d 46%, #e0a020);
  box-shadow:
    0 2px 0 rgba(255,255,255,0.5) inset,
    0 8px 0 #b07a12,
    0 12px 18px rgba(0,0,0,0.28);
  cursor: pointer;
}

.lvl-node:active { transform: scale(0.96) translateY(2px); }

.lvl-node.locked {
  color: #6a5060;
  background: radial-gradient(circle at 35% 30%, #5a3a4a, #3a2433);
  box-shadow: 0 2px 0 rgba(255,255,255,0.06) inset, 0 8px 0 #241018;
  cursor: default;
}

.lvl-node.current {
  box-shadow:
    0 2px 0 rgba(255,255,255,0.55) inset,
    0 8px 0 #b07a12,
    0 0 0 4px rgba(255, 79, 139, 0.55),
    0 12px 18px rgba(0,0,0,0.28);
  animation: pulse-ring 1.8s var(--ease) infinite;
}

.lvl-lock {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #2a1233;
  color: var(--mute);
  display: grid;
  place-items: center;
  font-size: 12px;
  border: 1px solid var(--line);
}

.lvl-meta { flex: 1; min-width: 0; }
.lvl-meta h3 {
  margin: 0;
  font-family: "Fredoka", sans-serif;
  font-size: 18px;
  letter-spacing: -0.02em;
}
.lvl-meta p {
  margin: 2px 0 0;
  color: var(--mute);
  font-size: 13px;
}
.lvl-stars { color: var(--gold); letter-spacing: 2px; font-size: 14px; }
.lvl-stars .off { color: rgba(255, 244, 248, 0.18); }

#hud {
  pointer-events: none;
  background: linear-gradient(180deg, rgba(22,8,28,0.78) 0%, rgba(22,8,28,0) 22%, rgba(22,8,28,0) 78%, rgba(22,8,28,0.72) 100%);
  color: var(--text);
}

.hud-top {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px 0;
}

.hud-level {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
}

.hud-level span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mute);
}

.hud-level strong {
  font-family: "Fredoka", sans-serif;
  font-size: 16px;
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hud-moves {
  min-width: 64px;
  max-width: 38vw;
  padding: 6px 10px 7px;
  border-radius: 14px;
  background: linear-gradient(180deg, #3d1a48, #2a1233);
  border: 1px solid var(--line);
  text-align: center;
  pointer-events: auto;
}

.hud-moves em {
  display: block;
  font-style: normal;
  font-family: "Fredoka", sans-serif;
  font-size: 26px;
  line-height: 1;
  color: var(--gold);
}

.hud-moves span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mute);
}

.hud-moves.low em { color: var(--coral); }

.hud-score-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px 0;
  pointer-events: none;
}

.score-stack { min-width: 0; }
.score-stack.right { text-align: right; }
.score-stack span {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mute);
}
.score-stack strong {
  font-family: "Fredoka", sans-serif;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.obj-track {
  flex: 1;
  height: 10px;
  border-radius: 99px;
  background: rgba(255, 244, 248, 0.08);
  overflow: hidden;
  border: 1px solid var(--line);
}

#hud-obj-fill {
  height: 100%;
  width: 0%;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--pink), var(--gold));
  transition: width 280ms var(--ease);
}

.hud-chips {
  display: flex;
  gap: 8px;
  padding: 8px 12px 0;
  flex-wrap: wrap;
}

.chip {
  pointer-events: auto;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 99px;
  background: rgba(42, 18, 51, 0.8);
  border: 1px solid var(--line);
  font-size: 13px;
  font-weight: 800;
  color: var(--text);
}

#combo-toast {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  font-family: "Fredoka", sans-serif;
  font-size: clamp(32px, 10vw, 48px);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff4f8;
  text-shadow: 0 4px 0 #9b1848, 0 10px 24px rgba(0,0,0,0.35);
  pointer-events: none;
  white-space: nowrap;
  z-index: 6;
}

#tip-banner {
  position: absolute;
  left: 50%;
  bottom: 86px;
  transform: translateX(-50%);
  width: max-content;
  max-width: calc(100% - 32px);
  padding: 8px 14px;
  border-radius: 99px;
  background: rgba(42, 18, 51, 0.88);
  border: 1px solid var(--line);
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
  pointer-events: none;
}

.hud-bot {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
  pointer-events: none;
}

.hud-act {
  pointer-events: auto;
  min-width: 88px;
  min-height: 52px;
  padding: 6px 14px;
  border-radius: 16px;
  background: rgba(42, 18, 51, 0.82);
  border: 1px solid var(--line);
  color: var(--text);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hud-act:active { transform: scale(0.96); }

.overlay {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(10, 4, 16, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  color: var(--text);
}

.modal {
  width: min(380px, 100%);
  padding: 24px 20px 20px;
  border-radius: 20px;
  background: linear-gradient(180deg, #3d1a48 0%, #2a1233 100%);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  text-align: center;
}

.modal h2 {
  margin: 0 0 8px;
  font-family: "Fredoka", sans-serif;
  font-size: 30px;
  letter-spacing: -0.03em;
}

.modal-copy {
  margin: 0 0 18px;
  color: var(--mute);
  font-size: 15px;
  line-height: 1.55;
}

.modal .btn-play { margin-top: 4px; }
.modal .btn-ghost { margin-top: 10px; }

.star-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 8px 0 16px;
}

.win-star {
  font-size: 42px;
  line-height: 1;
  color: rgba(255, 244, 248, 0.16);
  transform: scale(0.8);
  filter: grayscale(0.4);
}

.win-star.on {
  color: var(--gold);
  filter: drop-shadow(0 6px 10px rgba(255, 200, 61, 0.4));
  transform: scale(1);
}

.win-score {
  margin-bottom: 18px;
}

.win-score span {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mute);
}

.win-score strong {
  font-family: "Fredoka", sans-serif;
  font-size: 36px;
  letter-spacing: -0.03em;
}

.win-score em {
  display: block;
  margin-top: 4px;
  font-style: normal;
  color: var(--mint);
  font-weight: 800;
  font-size: 13px;
}

.win-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 10px;
}

.lose-score {
  margin-bottom: 16px;
  color: var(--mute);
}
.lose-score strong { color: var(--text); font-family: "Fredoka", sans-serif; font-size: 22px; }

.help-modal { text-align: left; }
.help-modal h2, .help-modal .eyebrow { text-align: center; }

.help-list {
  list-style: none;
  margin: 12px 0 18px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.help-list li {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 8px;
  border-radius: 12px;
  background: rgba(255, 244, 248, 0.04);
}

.help-list strong { display: block; font-size: 15px; }
.help-list span { display: block; color: var(--mute); font-size: 13px; line-height: 1.4; }

.help-ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  flex-shrink: 0;
}

.help-ico.match3 { background: radial-gradient(circle at 30% 30%, #ff8aa8, #ff4f8b); }
.help-ico.stripe {
  background:
    repeating-linear-gradient(90deg, #5ef2c4 0 6px, #1a8f78 6px 10px);
}
.help-ico.wrap { background: radial-gradient(circle at 30% 30%, #ffe08a, #ff7a59); box-shadow: inset 0 0 0 3px #ffc83d; }
.help-ico.bomb {
  background: conic-gradient(#ff4f8b, #ffc83d, #5ef2c4, #6aa8ff, #c084fc, #ff4f8b);
}
.help-ico.jelly { background: linear-gradient(180deg, #7ae0ff, #3a80d0); opacity: 0.9; }

@media (min-width: 720px) {
  #screen-title { padding: 28px 8vw 40px; }
  .title-actions { max-width: 380px; margin: 0 auto; width: 100%; }
  .modal { padding: 32px 28px 24px; }
  #level-scroller { padding-left: 12vw; padding-right: 12vw; }
}

@media (prefers-reduced-motion: reduce) {
  .load-orb, .lvl-node.current, .sp { animation: none; }
  .btn-play, .btn-ghost, .btn-chip, .icon-btn { transition: none; }
}

@keyframes bob {
  from { transform: translateY(0) scale(1); }
  to { transform: translateY(-8px) scale(1.04); }
}

@keyframes twinkle {
  0%, 100% { opacity: 0.35; transform: scale(0.75) rotate(0deg); }
  50% { opacity: 1; transform: scale(1.15) rotate(18deg); }
}

@keyframes pulse-ring {
  0%, 100% { box-shadow: 0 2px 0 rgba(255,255,255,0.55) inset, 0 8px 0 #b07a12, 0 0 0 4px rgba(255,79,139,0.45), 0 12px 18px rgba(0,0,0,0.28); }
  50% { box-shadow: 0 2px 0 rgba(255,255,255,0.55) inset, 0 8px 0 #b07a12, 0 0 0 8px rgba(255,79,139,0.15), 0 12px 18px rgba(0,0,0,0.28); }
}