/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
:root {
  --vp-orange: #f7931a;
  --vp-bg: #071222;
  --vp-bg-soft: #12233b;
  --vp-surface: #0f1e33;
  --vp-surface-strong: #1a2c45;
  --vp-border: #2b4669;
  --vp-text: #f5f8ff;
  --vp-muted: #b7c9e6;
  --vp-link: #ffd08a;
  --vp-focus: #ffd08a;
  --vp-shadow: 0 18px 34px rgba(3, 10, 20, 0.38);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: var(--vp-bg);
  color: var(--vp-text);
  font-family: 'Sora', 'Manrope', 'Inter', sans-serif;
}

body {
  line-height: 1.45;
  padding-bottom: 76px;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
[role='button']:focus-visible {
  outline: 2px solid var(--vp-focus);
  outline-offset: 3px;
  border-radius: 10px;
}

.bg-voltpay {
  background:
    radial-gradient(1200px 700px at 10% -15%, rgba(247, 147, 26, 0.22), transparent 62%),
    radial-gradient(900px 680px at 95% 0%, rgba(51, 122, 255, 0.22), transparent 58%),
    linear-gradient(180deg, #08172d 0%, #071222 45%, #050d1b 100%);
}

.container {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 0 20px;
}

.card {
  background: linear-gradient(180deg, rgba(20, 38, 62, 0.92) 0%, rgba(13, 28, 47, 0.96) 100%);
  border: 1px solid var(--vp-border);
  border-radius: 16px;
  box-shadow: var(--vp-shadow);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--vp-border);
  text-decoration: none;
  color: var(--vp-text);
  font-weight: 600;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, #ffc76f 0%, var(--vp-orange) 100%);
  color: #1b1306;
  border-color: #ffcb7f;
  box-shadow: 0 10px 20px rgba(247, 147, 26, 0.28);
}

.muted {
  color: var(--vp-muted);
}

.num {
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

.nav {
  position: -webkit-sticky;
  position: sticky;
  top: 12px;
  z-index: 30;
  padding: 0 10px;
}

.nav-shell {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 18px;
  border: 1px solid rgba(151, 180, 224, 0.32);
  border-radius: 18px;
  background: rgba(8, 20, 36, 0.82);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  box-shadow: var(--vp-shadow);
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  text-decoration: none;
}

.nav-mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(159, 196, 255, 0.36);
  background: rgba(255, 255, 255, 0.06);
}

.nav-title {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.02em;
}

.nav-subtitle {
  margin-top: 2px;
  display: block;
  font-size: 0.72rem;
  color: var(--vp-muted);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.nav-links a {
  padding: 6px 8px;
  border-radius: 8px;
  color: #eaf2ff;
  text-decoration: none;
  opacity: 0.95;
}

.nav-links a:hover {
  background: rgba(168, 195, 234, 0.13);
  opacity: 1;
}

.grid {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
}

.home-main {
  padding: 22px 20px 36px;
}

.home-hero {
  margin-top: 8px;
  margin-bottom: 14px;
}

.home-title {
  margin: 0;
  font-size: 34px;
  line-height: 1.15;
}

.home-subtitle {
  margin-top: 8px;
  font-size: 16px;
}

.home-categories {
  display: grid;
  grid-gap: 14px;
  gap: 14px;
}

.home-category {
  padding: 14px;
}

.home-category-title {
  margin: 2px 0 10px;
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.home-provider-list {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
}

.home-provider-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 78px;
  padding: 12px 14px;
  border: 1px solid rgba(163, 190, 229, 0.25);
  border-radius: 14px;
  background: rgba(8, 18, 33, 0.58);
  text-decoration: none;
  color: var(--vp-text);
}

.home-provider-card:hover {
  border-color: rgba(255, 208, 138, 0.52);
  background: rgba(14, 29, 50, 0.78);
}

.home-provider-logo-wrap {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  border: 1px solid rgba(163, 190, 229, 0.35);
  background: rgba(255, 255, 255, 0.04);
  flex-shrink: 0;
}

.home-provider-logo {
  width: 28px;
  height: 28px;
}

.home-provider-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.home-provider-name {
  font-size: 1.04rem;
}

.home-provider-subtitle {
  font-size: 0.8rem;
}

.home-provider-status {
  margin-left: auto;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 0.72rem;
  border: 1px solid transparent;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.home-provider-status.is-live {
  color: #7ff2a8;
  border-color: rgba(127, 242, 168, 0.4);
  background: rgba(34, 197, 94, 0.14);
}

.home-provider-status.is-soon {
  color: #ffd08a;
  border-color: rgba(255, 208, 138, 0.48);
  background: rgba(245, 158, 11, 0.14);
}

.timeline-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 10px 0;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-top: 4px;
}

.dot.ok {
  background: #22c55e;
}

.dot.wait {
  background: #f59e0b;
}

.dot.off {
  background: #64748b;
}

@media (max-width: 900px) {
  .nav {
    top: 8px;
    padding: 0 8px;
  }

  .nav-shell {
    padding: 12px 14px;
  }

  .nav-links {
    gap: 8px;
  }

  .nav-links a {
    font-size: 0.92rem;
  }

  .home-provider-card {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .home-provider-status {
    margin-left: 60px;
  }
}

@media (max-width: 820px) {
  .nav-shell {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .nav-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    grid-column-gap: 10px;
    column-gap: 10px;
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .nav-links a {
    text-align: center;
    background: rgba(160, 186, 225, 0.08);
  }

  .nav-cta {
    width: 100%;
  }
}

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

