﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --bs-body-bg: #050b13;
  --bs-body-color: #d8e2f3;
  --cy-bg: #050b13;
  --cy-line: #1d2b41;
  --cy-card: #0d1420;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  background-color: #050b13 !important;
  background:
    radial-gradient(circle at 16% 8%, rgba(60, 88, 210, 0.14), transparent 32%),
    radial-gradient(circle at 84% 8%, rgba(128, 70, 240, 0.10), transparent 34%),
    linear-gradient(180deg, #070c16 0%, #050b13 100%);
  color: #d8e2f3;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.container {
  max-width: 1280px;
}

[v-cloak] {
  display: none;
}

.bg-cytrax {
  background: transparent;
}

.page-shell {
  overflow-x: hidden;
}

.section-pad {
  padding-block: 36px;
}

.navbar {
  backdrop-filter: blur(10px);
  background: rgba(9, 15, 24, 0.96) !important;
  border-bottom-color: var(--cy-line) !important;
  min-height: 58px;
}

.navbar .container,
footer .container {
  max-width: 1160px;
}

.brand-logo {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  background: transparent;
  object-fit: contain;
}

.letter-spread {
  letter-spacing: 0.11em;
}

.text-secondary,
.lead {
  color: #9dadc5 !important;
}

.text-info {
  color: #7d98d7 !important;
}

.hero-shell {
  padding-top: 52px;
  padding-bottom: 28px;
}

.hero-title {
  max-width: 880px;
  font-size: 3.55rem;
  line-height: 1.05;
  letter-spacing: 0;
}

.stat-card {
  border: 1px solid var(--cy-line);
  border-radius: 8px;
  background: rgba(13, 24, 36, 0.9);
  padding: 18px 16px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.32);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 96px;
}

.stat-label {
  margin: 0;
  color: #95aac8;
  font-size: 0.78rem;
}

.stat-value {
  margin: 0;
  font-weight: 700;
  color: #d9e4ff;
}

.status-panel {
  background: linear-gradient(160deg, #0f1a2a, #0c1523);
  border: 1px solid var(--cy-line);
  border-radius: 8px;
  padding: 22px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.38);
}

.status-panel .list-group-item {
  padding: 12px 0;
}

.mascot-panel {
  min-height: 420px;
  display: flex;
  align-items: end;
  justify-content: center;
  overflow: hidden;
}

.mascot-img {
  width: min(100%, 430px);
  max-height: 450px;
  object-fit: contain;
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.48));
}

.status-subtitle .h6 {
  margin: 0;
  color: #f0f4ff;
  font-size: 1.02rem;
}

.status-badge {
  color: #a5ffbe;
  border: 1px solid rgba(165, 255, 190, 0.25);
  background: rgba(58, 143, 92, 0.18);
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-transform: uppercase;
}

.section-title {
  color: #edf2ff;
  margin-bottom: 0;
  font-weight: 700;
}

.feature-card {
  border: 1px solid var(--cy-line);
  border-radius: 8px;
  background: rgba(13, 20, 33, 0.94);
  padding: 28px 22px;
  min-height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}

.module-shell {
  padding-top: 20px;
}

.workflow-step {
  border: 1px dashed var(--cy-line);
  border-radius: 8px;
  padding: 12px 14px;
  color: #c5d4ec;
}

.callout {
  border: 1px solid var(--cy-line);
  background: linear-gradient(90deg, rgba(62, 85, 190, 0.13), rgba(100, 72, 175, 0.12));
  border-radius: 8px;
  padding: 34px 24px;
}

.list-group-item {
  color: #cfdbef;
}

.list-group-item + .list-group-item {
  border-top-color: rgba(255, 255, 255, 0.12);
}

.btn-primary {
  --bs-btn-bg: linear-gradient(90deg, #4f5cff 0%, #7a46e8 100%);
  --bs-btn-border-color: #4f5cff;
  --bs-btn-color: #ffffff;
  --bs-btn-hover-bg: #6370ff;
  --bs-btn-hover-border-color: #6370ff;
}

.btn-outline-light {
  --bs-btn-color: #ccd9f0;
  --bs-btn-border-color: #2a3a56;
  --bs-btn-hover-bg: rgba(255, 255, 255, 0.05);
  --bs-btn-hover-border-color: #54617f;
}

.btn-outline-info {
  --bs-btn-color: #a4bce7;
  --bs-btn-border-color: #5b6ea8;
  --bs-btn-hover-bg: rgba(92, 111, 200, 0.14);
  --bs-btn-hover-border-color: #7f93d0;
  --bs-btn-hover-color: #e8f0ff;
}

.navbar .nav-link {
  color: #bccce4;
}

.navbar .nav-link:hover,
footer a:hover {
  color: #ffffff !important;
}

.preview-card {
  border: 1px solid var(--cy-line);
  border-radius: 8px;
  background: rgba(13, 20, 33, 0.94);
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.screenshot {
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  min-height: 300px;
}

.screenshot-link,
.mini-shot-link {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: zoom-in;
}

.screenshot-link:hover .screenshot,
.mini-shot-link:hover .mini-shot-img {
  border-color: rgba(125, 152, 215, 0.52);
  filter: brightness(1.08);
}

.preview-meta {
  padding: 4px 4px 2px;
}

.mini-shot {
  border: 1px dashed var(--cy-line);
  border-radius: 8px;
  padding: 14px;
  min-height: 90px;
  color: #c9d6ec;
  background: rgba(11, 18, 32, 0.45);
}

.mini-shot-img {
  width: 100%;
  min-height: 132px;
  max-height: 178px;
  object-fit: cover;
  object-position: top left;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
}

.screenshot-grid .col-12:last-child {
  display: flex;
}

.screenshot-modal .modal-content {
  background: #070d16;
  border: 1px solid var(--cy-line);
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.62);
}

.screenshot-modal .modal-header {
  border-bottom-color: var(--cy-line);
}

.screenshot-modal .modal-body {
  padding: 12px;
  position: relative;
}

.modal-screenshot {
  display: block;
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 6px;
  background: #050b13;
}

.modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 44px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(5, 11, 19, 0.74);
  color: #f2f6ff;
  font-size: 2.35rem;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.modal-nav:hover {
  background: rgba(25, 37, 58, 0.92);
  border-color: rgba(125, 152, 215, 0.54);
}

.modal-nav-prev {
  left: 18px;
}

.modal-nav-next {
  right: 18px;
}

footer {
  border-top-color: var(--cy-line) !important;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
}

.footer-brand img {
  width: auto;
  height: 24px;
  display: block;
}

footer a {
  color: #94a7c3;
}

footer a:hover {
  color: #dce7f8;
}

@media (max-width: 991.98px) {
  .hero-shell {
    padding-top: 52px;
  }

  .hero-title {
    font-size: 2.35rem;
  }

  .section-pad {
    padding-block: 28px;
  }

  .mascot-panel {
    min-height: 320px;
  }

  .mascot-img {
    max-height: 340px;
  }

  .screenshot {
    min-height: 260px;
    object-fit: cover;
  }

  .modal-nav {
    width: 38px;
    height: 48px;
    font-size: 1.9rem;
  }
}
