/* skateboarding.css — Skateboarding mini-game */

/* ── Launcher button ────────────────────────────────────────────────────── */
#skateboarding-btn {
  background: linear-gradient(135deg, #1e2a18, #283a20);
  border: 1.5px solid #608040;
  border-radius: 8px;
  color: #c0e080;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 14px;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s, box-shadow 0.2s;
  letter-spacing: 0.02em;
  box-shadow: 0 0 10px 2px rgba(100,180,40,0.25), 0 0 20px 4px rgba(80,160,30,0.12);
}
#skateboarding-btn:hover {
  background: linear-gradient(135deg, #283a20, #384a28);
  border-color: #80b050;
  color: #d0ee90;
  box-shadow: 0 0 14px 3px rgba(120,200,50,0.45), 0 0 28px 6px rgba(100,180,40,0.25);
}

/* ── Modal frame ────────────────────────────────────────────────────────── */
.skb-modal {
  width: 94vw;
  height: 88vh;
  max-width: 1200px;
  background: radial-gradient(ellipse at 50% 0%, #181a10 0%, #0c0e08 80%);
  border: 1.5px solid #404830;
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.85), 0 0 26px rgba(100,150,50,0.12);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  animation: fadeInScale 0.22s ease;
  font-family: inherit;
  color: #d0e0c0;
}

/* ── Header ─────────────────────────────────────────────────────────────── */
.skb-header {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 10px 16px;
  background: linear-gradient(180deg, #202818 0%, #141a10 100%);
  border-bottom: 1px solid #323820;
  flex: 0 0 auto;
}

.skb-title {
  font-size: 16px;
  font-weight: 800;
  color: #b0d870;
  letter-spacing: 0.04em;
  text-shadow: 0 0 10px rgba(140,200,60,0.35);
}

.skb-rider {
  font-size: 12px;
  color: #7a9060;
}
.skb-rider b {
  color: #a0d080;
}

/* ── Canvas ─────────────────────────────────────────────────────────────── */
.skb-canvas {
  flex: 1 1 auto;
  display: block;
  width: 100%;
  cursor: crosshair;
  outline: none;
  min-height: 0;
}

/* ══════════════════════════════════════════════════════════════════════════
   Skateboarding 2.0 — physics rewrite
   ══════════════════════════════════════════════════════════════════════════ */

#skateboarding2-btn {
  background: linear-gradient(135deg, #18222e, #20304a);
  border: 1.5px solid #4080c0;
  border-radius: 8px;
  color: #80c0f0;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 14px;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s, box-shadow 0.2s;
  letter-spacing: 0.02em;
  box-shadow: 0 0 10px 2px rgba(60,140,240,0.3), 0 0 20px 4px rgba(40,110,200,0.14);
}
#skateboarding2-btn:hover {
  background: linear-gradient(135deg, #20304a, #2a3e5c);
  border-color: #5aa0e0;
  color: #a0d8ff;
  box-shadow: 0 0 14px 3px rgba(80,160,255,0.5), 0 0 28px 6px rgba(60,140,240,0.28);
}

.skb2-modal {
  width: 94vw;
  height: 88vh;
  max-width: 1200px;
  background: radial-gradient(ellipse at 50% 0%, #101622 0%, #06080e 80%);
  border: 1.5px solid #2a3a52;
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.85), 0 0 26px rgba(60,120,200,0.16);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  animation: fadeInScale 0.22s ease;
  font-family: inherit;
  color: #d0e0f0;
}

.skb2-header {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 10px 16px;
  background: linear-gradient(180deg, #182030 0%, #0c1018 100%);
  border-bottom: 1px solid #283248;
  flex: 0 0 auto;
}

.skb2-title {
  font-size: 16px;
  font-weight: 800;
  color: #80b8f0;
  letter-spacing: 0.04em;
  text-shadow: 0 0 10px rgba(80,150,240,0.4);
}

.skb2-rider {
  font-size: 12px;
  color: #6080a0;
}
.skb2-rider b {
  color: #a0c8e8;
}

.skb2-canvas {
  flex: 1 1 auto;
  display: block;
  width: 100%;
  cursor: crosshair;
  outline: none;
  min-height: 0;
}

/* ══════════════════════════════════════════════════════════════════════════
   Skateboarding 3.0 — Happy Wheels-style gore
   ══════════════════════════════════════════════════════════════════════════ */

#skateboarding3-btn {
  background: linear-gradient(135deg, #2a0a0a, #4a1212);
  border: 1.5px solid #c03030;
  border-radius: 8px;
  color: #ff8080;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 14px;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s, box-shadow 0.2s;
  letter-spacing: 0.02em;
  box-shadow: 0 0 10px 2px rgba(220,40,40,0.35), 0 0 20px 4px rgba(180,30,30,0.18);
}
#skateboarding3-btn:hover {
  background: linear-gradient(135deg, #4a1212, #62181a);
  border-color: #e04848;
  color: #ffa8a8;
  box-shadow: 0 0 14px 3px rgba(255,60,60,0.55), 0 0 28px 6px rgba(220,40,40,0.3);
}

.skb3-modal {
  width: 94vw;
  height: 88vh;
  max-width: 1200px;
  background: radial-gradient(ellipse at 50% 0%, #1a0c0c 0%, #08040a 80%);
  border: 1.5px solid #5a2020;
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.85), 0 0 26px rgba(200,30,30,0.18);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  animation: fadeInScale 0.22s ease;
  font-family: inherit;
  color: #f0d0d0;
}

.skb3-header {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 10px 16px;
  background: linear-gradient(180deg, #2a1014 0%, #160808 100%);
  border-bottom: 1px solid #482020;
  flex: 0 0 auto;
}

.skb3-title {
  font-size: 16px;
  font-weight: 800;
  color: #ff6060;
  letter-spacing: 0.04em;
  text-shadow: 0 0 10px rgba(220,40,40,0.55);
}

.skb3-rider {
  font-size: 12px;
  color: #a06060;
}
.skb3-rider b {
  color: #e89898;
}

.skb3-canvas {
  flex: 1 1 auto;
  display: block;
  width: 100%;
  cursor: crosshair;
  outline: none;
  min-height: 0;
}
