.interstitial-shell {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: radial-gradient(circle at top, #111633 0, #050814 55%);
  color: #f5f7ff;
}

.interstitial-box {
  text-align: center;
  background: #101528;
  border: 1px solid #1b2238;
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0 0 20px rgba(79, 140, 255, 0.3);
  max-width: 480px;
  width: 90%;
}

.interstitial-title {
  font-size: 22px;
  font-weight: 700;
  margin-top: 10px;
}

.interstitial-sub {
  font-size: 14px;
  color: #a5b0d4;
  margin-bottom: 20px;
}

.skip-btn {
  margin-top: 20px;
  padding: 12px 24px;
  background: #4f8cff;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
}

.skip-btn:hover {
  background: #3b6cff;
}

.ad-wrapper {
  margin-top: 16px;
}
