:root {
  --bg: #08111b;
  --bg-deep: #04080d;
  --panel: rgba(10, 16, 24, 0.68);
  --panel-strong: rgba(8, 12, 18, 0.82);
  --text: #f7f8fb;
  --muted: #b5c0d2;
  --line: rgba(196, 210, 230, 0.14);
  --accent: #8df6c6;
  --accent-strong: #50c6ff;
  --hot: #ff8c69;
  --shadow: 0 24px 90px rgba(0, 0, 0, 0.46);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --spot-x: 50%;
  --spot-y: 50%;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  color: var(--text);
  background: transparent;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      32rem circle at var(--spot-x) var(--spot-y),
      rgba(141, 246, 198, 0.14),
      transparent 46%
    );
  opacity: 0.9;
  z-index: 0;
}

body::after {
  content: "";
  position: fixed;
  inset: -32px;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7, 12, 18, 0.28), rgba(6, 10, 15, 0.42)),
    radial-gradient(circle at top left, rgba(80, 198, 255, 0.14), transparent 28%),
    radial-gradient(circle at 82% 24%, rgba(141, 246, 198, 0.1), transparent 24%),
    url("assets/images/PetProjectClubMontenegroBackground.jpg") center center / cover no-repeat;
  filter: blur(1.5px) saturate(1) brightness(0.92) contrast(0.96);
  opacity: 0.98;
  transform: scale(1.008);
}

a {
  color: inherit;
}

.site-noise,
.site-grid,
.site-glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.site-noise {
  opacity: 0.1;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: radial-gradient(circle at center, black 25%, transparent 85%);
}

.site-grid {
  z-index: 0;
  opacity: 0.18;
  background:
    linear-gradient(rgba(120, 140, 168, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 140, 168, 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, transparent 0%, black 16%, black 76%, transparent 100%);
}

.site-glow {
  filter: blur(100px);
  opacity: 0.35;
}

.glow-a {
  z-index: 0;
  inset: auto auto -8rem -8rem;
  width: 22rem;
  height: 22rem;
  background: rgba(80, 198, 255, 0.45);
}

.glow-b {
  z-index: 0;
  inset: 3rem -6rem auto auto;
  width: 18rem;
  height: 18rem;
  background: rgba(255, 140, 105, 0.3);
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 28px 0 64px;
}

.topbar,
.hero-shell,
.section-shell,
.metrics-strip,
.site-footer,
.status-shell,
.empty-state {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(14, 21, 31, 0.72), rgba(8, 12, 18, 0.58));
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.topbar,
.hero-shell,
.section-shell,
.status-shell,
.empty-state {
  border-radius: var(--radius-xl);
}

.topbar,
.metrics-strip,
.site-footer {
  border-radius: 24px;
}

.topbar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  overflow: visible;
  padding: 14px 16px;
  margin-bottom: 18px;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    border-radius 180ms ease,
    padding 180ms ease;
  z-index: 20;
}

.topbar.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 12px clamp(16px, 3vw, 32px);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(8, 12, 18, 0.96), rgba(8, 12, 18, 0.92));
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
  z-index: 60;
}

.topbar-spacer {
  height: 0;
  pointer-events: none;
  transition: height 180ms ease;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-copy strong {
  font-size: 1rem;
}

.brand-copy span {
  color: var(--muted);
  font-size: 0.88rem;
}

.topbar-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  min-width: 0;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  min-width: 0;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(141, 246, 198, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 0 12px rgba(80, 198, 255, 0.08);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: #dffeff;
  box-shadow:
    0 0 6px rgba(141, 246, 198, 0.3),
    0 0 14px rgba(80, 198, 255, 0.2);
}

.main-nav a,
.nav-cta,
.hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.main-nav a {
  color: #dffeff;
  background: rgba(255, 255, 255, 0.03);
  border: none;
  text-shadow:
    0 0 6px rgba(141, 246, 198, 0.22),
    0 0 14px rgba(80, 198, 255, 0.16);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.025),
    0 0 14px rgba(80, 198, 255, 0.05);
}

.main-nav a.is-active {
  color: #f3fffb;
  border: none;
  background: rgba(141, 246, 198, 0.08);
  text-shadow:
    0 0 8px rgba(141, 246, 198, 0.55),
    0 0 18px rgba(141, 246, 198, 0.3),
    0 0 34px rgba(141, 246, 198, 0.22);
  box-shadow:
    inset 0 0 0 1px rgba(141, 246, 198, 0.12),
    0 0 18px rgba(141, 246, 198, 0.16),
    0 0 36px rgba(141, 246, 198, 0.08);
}

.nav-cta,
.hero-actions .primary-link {
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #041018;
  font-weight: 700;
}

.hero-actions .secondary-link {
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
}

.nav-cta:hover,
.main-nav a:hover,
.hero-actions a:hover {
  transform: translateY(-2px);
}

.page-stack {
  display: grid;
  gap: 18px;
}

.home-hero,
.home-section,
.home-highlight,
.home-stats {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(14, 21, 31, 0.7), rgba(8, 12, 18, 0.56));
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.home-hero,
.home-section,
.home-highlight {
  border-radius: var(--radius-xl);
}

.home-stats {
  border-radius: 24px;
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 26px;
  padding: 34px;
}

.home-hero::after,
.home-section::after,
.home-highlight::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 28%, transparent 72%, rgba(80, 198, 255, 0.05)),
    linear-gradient(180deg, rgba(6, 11, 18, 0.16), rgba(6, 10, 15, 0.24));
  pointer-events: none;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(8, 12, 18, 0.38) 0%, rgba(8, 12, 18, 0.18) 42%, rgba(8, 12, 18, 0.08) 100%);
}

.home-hero-copy,
.home-stage,
.home-bento-grid,
.home-flow-grid,
.home-stats {
  display: grid;
}

.home-hero-copy,
.home-stage,
.home-bento-grid,
.home-flow-grid,
.home-highlight-copy {
  position: relative;
  z-index: 1;
}

.home-page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.home-page-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.home-page-links a:hover {
  transform: translateY(-2px);
  border-color: rgba(141, 246, 198, 0.24);
  color: var(--text);
}

.home-kicker {
  margin: 0 0 10px;
  color: var(--accent);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 700;
}

.home-title {
  margin: 0 0 18px;
  max-width: 12ch;
  font-size: clamp(2.4rem, 5.1vw, 4.8rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.home-subtitle {
  margin: 0;
  color: var(--muted);
  max-width: 58ch;
  font-size: 1.04rem;
  line-height: 1.7;
}

.home-stage {
  align-content: start;
  gap: 18px;
}

.stage-panel {
  position: relative;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 13, 20, 0.5);
  padding: 18px;
}

.stage-core {
  min-height: 430px;
}

.stage-core .radar {
  min-height: 320px;
  margin-top: 8px;
}

.stage-caption {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 0.84rem;
}

.home-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 16px;
}

.home-section,
.home-highlight {
  padding: 28px;
}

.home-bento-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-wide-card {
  grid-column: span 2;
}

.home-story-card .step-index {
  margin-bottom: 14px;
}

.story-tabs {
  display: none;
}

.home-flow-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-highlight {
  display: grid;
  gap: 18px;
}

.gallery-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding-inline: 18px;
}

.gallery-shell-single {
  grid-template-columns: minmax(0, 1fr);
  padding-inline: 0;
}

.gallery-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
}

.gallery-viewport::-webkit-scrollbar {
  display: none;
}

.gallery-track {
  display: flex;
  gap: 16px;
  align-items: stretch;
  width: max-content;
}

.gallery-slide {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(9, 14, 22, 0.5);
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.gallery-slide img {
  display: block;
  width: auto;
  height: 360px;
  max-width: none;
  object-fit: contain;
  cursor: zoom-in;
}

.gallery-nav {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(9, 14, 22, 0.58);
  color: var(--text);
  font-size: 1.6rem;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.gallery-nav[hidden] {
  display: none;
}

.gallery-nav:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(141, 246, 198, 0.24);
}

body.lightbox-open {
  overflow: hidden;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
}

.gallery-lightbox.is-open {
  display: block;
}

.gallery-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 7, 12, 0.86);
  backdrop-filter: blur(10px);
}

.gallery-lightbox-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  width: min(94vw, 1400px);
  height: min(92vh, 980px);
  margin: 4vh auto;
  padding: 24px;
}

.gallery-lightbox-media {
  display: grid;
  gap: 14px;
  justify-items: center;
  min-width: 0;
}

.gallery-lightbox-image {
  display: block;
  max-width: 100%;
  max-height: calc(92vh - 120px);
  border-radius: 24px;
  object-fit: contain;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.4);
}

.gallery-lightbox-meta {
  display: grid;
  gap: 8px;
  justify-items: center;
  text-align: center;
}

.gallery-lightbox-counter,
.gallery-lightbox-caption {
  color: var(--muted);
}

.gallery-lightbox-counter[hidden] {
  display: none;
}

.gallery-lightbox-caption {
  margin: 0;
  max-width: 72ch;
}

.gallery-lightbox-prev,
.gallery-lightbox-next,
.gallery-lightbox-close {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(8, 14, 22, 0.72);
  color: var(--text);
  cursor: pointer;
  font: inherit;
  font-size: 1.8rem;
}

.gallery-lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
}

.gallery-lightbox-prev:hover,
.gallery-lightbox-next:hover,
.gallery-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(141, 246, 198, 0.24);
}

.meeting-collection,
.meeting-feed {
  display: grid;
  gap: 18px;
}

.meeting-preview,
.meeting-detail-shell,
.detail-list-shell {
  position: relative;
  z-index: 1;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(10, 16, 24, 0.46);
}

.meeting-preview {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: 18px;
  overflow: hidden;
}

.meeting-preview.no-photo {
  grid-template-columns: 1fr;
}

.meeting-preview-media {
  display: block;
  min-height: 100%;
  background: rgba(255, 255, 255, 0.04);
}

.meeting-preview-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.meeting-preview-body,
.meeting-detail-copy,
.meeting-detail-head {
  padding: 22px;
}

.meeting-date {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.meeting-title {
  margin: 0 0 12px;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  line-height: 1.08;
}

.meeting-title a,
.detail-back-link {
  color: var(--text);
  text-decoration: none;
}

.meeting-title a:hover,
.detail-back-link:hover,
.read-more-link:hover {
  color: var(--accent);
}

.meeting-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.meeting-id-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.meeting-id-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(141, 246, 198, 0.22);
  background: rgba(141, 246, 198, 0.08);
  color: var(--accent);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.75rem;
  text-decoration: none;
}

.meeting-copy {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.read-more-link {
  color: var(--text);
  text-decoration: none;
  white-space: nowrap;
}

.pagination-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 20px;
}

.pagination-link,
.pagination-status {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pagination-link {
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  text-decoration: none;
  cursor: pointer;
  font: inherit;
}

.pagination-link.is-disabled {
  color: var(--muted);
  opacity: 0.55;
}

.pagination-status {
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
}

.meeting-detail-shell {
  overflow: hidden;
  background: linear-gradient(180deg, rgba(14, 21, 31, 0.84), rgba(8, 12, 18, 0.74));
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.meeting-detail-head {
  padding-bottom: 0;
}

.meeting-detail-title {
  max-width: none;
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

.meeting-detail-media {
  display: grid;
  place-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 12, 18, 0.62);
}

.meeting-detail-media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(60vw, 560px);
  object-fit: contain;
}

.meeting-detail-copy {
  display: grid;
  gap: 16px;
}

.meeting-copy,
.meeting-detail-copy p,
.meeting-detail-copy li {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.detail-back-link {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--muted);
}

.detail-list-shell {
  padding: 22px;
}

.detail-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.8;
}

.hero-shell,
.section-shell,
.status-shell {
  padding: 28px;
}

.hero-shell::after,
.section-shell::after,
.status-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 28%, transparent 72%, rgba(80, 198, 255, 0.08));
  pointer-events: none;
}

.hero-grid,
.hero-copy,
.hero-signal-grid,
.metrics-strip,
.section-heading,
.card-grid,
.timeline-grid,
.dual-grid,
.people-grid,
.link-grid,
.status-grid,
.site-footer {
  display: grid;
}

.hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 26px;
}

.eyebrow-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.eyebrow-chip,
.section-kicker,
.card-tag,
.step-index,
.metric-label,
.signal-label {
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow-chip,
.card-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #d6dfeb;
  font-size: 0.72rem;
}

.eyebrow-chip.subtle {
  color: var(--muted);
}

.hero-title,
.section-heading h2,
.status-copy h2 {
  margin: 0;
  letter-spacing: -0.05em;
}

.hero-title {
  max-width: 11ch;
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 0.95;
}

.hero-lead,
.hero-description,
.card-copy,
.item-copy,
.person-copy,
.status-copy p,
.site-footer,
.empty-state {
  color: var(--muted);
  line-height: 1.7;
}

.hero-copy {
  gap: 16px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-signal-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.signal-card,
.metric-card,
.item-card,
.link-card,
.person-card,
.status-card,
.project-card {
  position: relative;
  z-index: 1;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(10, 16, 24, 0.44);
}

.signal-card,
.metric-card,
.item-card,
.link-card,
.person-card,
.status-card,
.project-card {
  padding: 18px;
}

.signal-label,
.metric-label,
.section-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.72rem;
}

.hero-visual {
  display: grid;
  gap: 16px;
  align-content: start;
}

.visual-panel {
  position: relative;
  min-height: 360px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background:
    radial-gradient(circle at top right, rgba(255, 140, 105, 0.12), transparent 28%),
    rgba(8, 15, 24, 0.66);
  overflow: hidden;
}

.visual-frame {
  position: absolute;
  inset: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
}

.visual-dots {
  display: flex;
  gap: 8px;
  padding: 18px;
}

.visual-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.24);
}

.hero-visual-main {
  position: relative;
  height: calc(100% - 46px);
  padding: 8px 18px 18px;
}

.radar,
.stack-visual,
.link-cloud {
  position: relative;
  height: 100%;
}

.radar-ring {
  position: absolute;
  inset: 50%;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.radar-ring.r1 {
  width: 120px;
  height: 120px;
}

.radar-ring.r2 {
  width: 220px;
  height: 220px;
}

.radar-ring.r3 {
  width: 310px;
  height: 310px;
}

.radar-node,
.stack-card,
.cloud-node {
  position: absolute;
  display: grid;
  place-items: center;
  min-width: 78px;
  padding: 14px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(4, 11, 18, 0.78);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
  font-weight: 700;
}

.radar-node.center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, rgba(141, 246, 198, 0.18), rgba(80, 198, 255, 0.18));
}

.radar-node.n1 { top: 12%; left: 58%; animation: float 7s ease-in-out infinite; }
.radar-node.n2 { top: 38%; left: 8%; animation: float 8s ease-in-out infinite -1.2s; }
.radar-node.n3 { top: 66%; left: 62%; animation: float 8.6s ease-in-out infinite -2.4s; }
.radar-node.n4 { top: 74%; left: 22%; animation: float 7.6s ease-in-out infinite -1.8s; }

.terminal-card {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(6, 10, 15, 0.9), rgba(5, 8, 12, 0.86)),
    rgba(5, 9, 14, 0.88);
  padding: 18px;
  font-family: "JetBrains Mono", monospace;
}

.terminal-topline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 0.8rem;
}

.terminal-status {
  color: var(--accent);
}

.terminal-body p {
  min-height: 30px;
  margin: 0 0 14px;
}

.terminal-prompt {
  color: var(--accent);
}

.cursor {
  display: inline-block;
  width: 9px;
  height: 1.05em;
  margin-left: 4px;
  background: var(--text);
  vertical-align: text-bottom;
  animation: blink 1s steps(1) infinite;
}

.terminal-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.7;
}

.stack-card {
  border-radius: 24px;
  padding: 20px;
}

.stack-card.s1 { top: 16%; left: 6%; right: 20%; }
.stack-card.s2 { top: 36%; left: 14%; right: 12%; }
.stack-card.s3 { top: 58%; left: 22%; right: 6%; }

.cloud-node.c1 { top: 14%; left: 16%; }
.cloud-node.c2 { top: 18%; right: 12%; }
.cloud-node.c3 { top: 42%; left: 10%; }
.cloud-node.c4 { top: 48%; right: 18%; }
.cloud-node.c5 { bottom: 14%; left: 30%; }

.metrics-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 16px;
}

.metric-value {
  display: block;
  margin-bottom: 6px;
  font-size: clamp(2.2rem, 4.8vw, 4rem);
  line-height: 1;
}

.section-shell {
  padding: 28px;
}

.section-heading {
  gap: 8px;
  margin-bottom: 22px;
}

.section-heading h2,
.status-copy h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

.card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.card-grid.two-up,
.dual-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.timeline-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.item-card,
.project-card {
  min-height: 220px;
}

.item-card h3,
.project-card h3,
.person-card h3,
.link-card h3,
.status-card h3 {
  margin: 0 0 12px;
  font-size: 1.3rem;
  line-height: 1.15;
}

.card-meta,
.link-meta,
.person-role,
.project-meta {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 0.88rem;
}

.meta-pill {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: var(--accent);
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
}

.metric-card {
  display: flex;
  flex-direction: column;
}

.metric-card .card-copy {
  margin-bottom: 18px;
}

.metric-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  color: #dffeff;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid rgba(141, 246, 198, 0.42);
  text-shadow:
    0 0 6px rgba(141, 246, 198, 0.55),
    0 0 14px rgba(80, 198, 255, 0.42),
    0 0 28px rgba(80, 198, 255, 0.22);
  transition: transform 180ms ease, color 180ms ease, border-color 180ms ease;
}

.metric-link::after {
  content: " ->";
  margin-left: 6px;
}

.metric-link:hover {
  color: #f4ffff;
  border-color: rgba(141, 246, 198, 0.68);
  transform: translateX(2px);
}

.item-list,
.link-list,
.project-list,
.person-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.7;
}

.people-grid,
.link-grid,
.status-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.person-card,
.link-card,
.status-card {
  min-height: 100%;
}

.person-card {
  display: flex;
  flex-direction: column;
}

.person-name-link {
  color: var(--text);
  text-decoration: none;
}

.person-name-link:hover {
  color: var(--accent);
}

.person-photo {
  margin: -18px -18px 16px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 22px 22px 18px 18px;
  background: rgba(255, 255, 255, 0.04);
}

.person-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.person-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
}

.card-tag-link,
.meta-pill-link {
  text-decoration: none;
}

.participants-page-shell .section-heading h1 {
  margin: 0;
  letter-spacing: -0.05em;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

.participants-page-shell .card-copy a {
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid rgba(141, 246, 198, 0.35);
}

.participants-page-shell .card-copy a:hover {
  color: var(--text);
}

.project-page-shell .section-heading h1,
.project-detail-title {
  margin: 0;
  letter-spacing: -0.05em;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

.project-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.project-search-shell {
  display: grid;
  gap: 10px;
  width: min(480px, 100%);
}

.project-search-label {
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.project-search-input {
  width: 100%;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(5, 10, 15, 0.58);
  color: var(--text);
  font: inherit;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.project-search-input:focus {
  border-color: rgba(141, 246, 198, 0.32);
  box-shadow: 0 0 0 4px rgba(141, 246, 198, 0.08);
}

.project-results-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--muted);
}

.project-feed,
.project-owner-list {
  display: grid;
  gap: 18px;
}

.project-owner-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.project-preview,
.project-detail-shell,
.project-detail-media {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(10, 16, 24, 0.46);
}

.project-preview {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: 18px;
}

.project-preview.no-photo {
  grid-template-columns: 1fr;
}

.project-preview-media {
  display: block;
  min-height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.project-preview-media img,
.project-detail-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-preview-media img {
  min-height: 100%;
}

.project-preview-body {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 22px;
}

.project-detail-shell {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: linear-gradient(180deg, rgba(14, 21, 31, 0.72), rgba(8, 12, 18, 0.58));
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.project-detail-head {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.project-state-label {
  margin: 0;
}

.project-detail-summary {
  margin: 0;
  max-width: 70ch;
}

.project-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.project-detail-gallery {
  margin-bottom: 18px;
  padding-inline: 22px;
}

.project-detail-shell > .section-shell {
  margin: 0 18px 18px;
}

.project-richtext {
  color: var(--muted);
  line-height: 1.8;
}

.project-richtext > *:first-child {
  margin-top: 0;
}

.project-richtext > *:last-child {
  margin-bottom: 0;
}

.project-richtext a {
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid rgba(141, 246, 198, 0.35);
}

.project-richtext strong,
.project-richtext b {
  color: var(--text);
}

.project-richtext ul,
.project-richtext ol {
  padding-left: 22px;
}

.participant-detail-shell {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: linear-gradient(180deg, rgba(14, 21, 31, 0.72), rgba(8, 12, 18, 0.58));
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.participant-detail-head,
.participant-detail-copy {
  padding: 22px;
}

.participant-detail-head {
  overflow: hidden;
}

.participant-detail-head::after {
  content: "";
  display: block;
  clear: both;
}

.participant-detail-title {
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.participant-detail-role {
  margin: 0 0 14px;
}

.participant-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.participant-detail-media {
  float: right;
  width: min(30vw, 360px);
  margin: 0 0 18px 24px;
  padding: 0;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.participant-detail-media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: cover;
}

.participant-detail-bio {
  margin: 0;
  max-width: 78ch;
}

.list-sentinel {
  width: 100%;
  height: 1px;
}

.status-shell {
  display: grid;
  gap: 18px;
}

.status-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.status-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.site-footer {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  margin-top: 18px;
  padding: 20px 24px;
  color: var(--muted);
}

.footer-inline {
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
  align-items: center;
}

.locale-switcher {
  position: relative;
}

.locale-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text);
  font: inherit;
  font-weight: 500;
  cursor: pointer;
  transition: color 180ms ease, opacity 180ms ease;
}

.locale-toggle:hover {
  color: rgba(223, 254, 255, 0.92);
}

.locale-toggle-label {
  white-space: nowrap;
}

.locale-toggle-icon {
  color: var(--muted);
  transition: transform 180ms ease;
}

.locale-switcher.is-open .locale-toggle-icon {
  transform: rotate(180deg);
}

.locale-switcher-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 220px;
  display: grid;
  gap: 12px;
  padding: 14px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(10, 16, 24, 0.96), rgba(8, 12, 18, 0.94));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  z-index: 80;
}

.locale-switcher.is-open .locale-switcher-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.locale-switcher-label {
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.locale-switcher-links {
  display: grid;
  gap: 8px;
}

.locale-link {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.locale-link:hover {
  transform: translateY(-2px);
  color: var(--text);
  border-color: rgba(141, 246, 198, 0.24);
}

.locale-link-code {
  color: var(--text);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.84rem;
}

.locale-link-label {
  white-space: nowrap;
}

.locale-link.is-current {
  color: #f3fffb;
  background: rgba(141, 246, 198, 0.08);
  border-color: rgba(141, 246, 198, 0.18);
  box-shadow:
    inset 0 0 0 1px rgba(141, 246, 198, 0.1),
    0 0 18px rgba(141, 246, 198, 0.08);
}

.footer-mark {
  color: var(--text);
  font-weight: 600;
}

.footer-inline a {
  color: var(--muted);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 180ms ease, border-color 180ms ease;
}

.footer-inline a:hover {
  color: var(--text);
  border-color: rgba(141, 246, 198, 0.35);
}

#footer-contact-organizer {
  color: #dffeff;
  border-color: rgba(141, 246, 198, 0.42);
  text-shadow:
    0 0 6px rgba(141, 246, 198, 0.55),
    0 0 14px rgba(80, 198, 255, 0.42),
    0 0 28px rgba(80, 198, 255, 0.22);
  animation: broken-neon-flicker 5.8s linear infinite;
}

#footer-contact-organizer:hover {
  color: #f4ffff;
  border-color: rgba(141, 246, 198, 0.68);
}

.site-footer p:last-child {
  text-align: right;
}

.empty-state {
  padding: 24px;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.loading-state {
  color: var(--muted);
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(12px);
  }
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

@keyframes broken-neon-flicker {
  0%, 18%, 22%, 24%, 53%, 57%, 100% {
    opacity: 1;
    text-shadow:
      0 0 6px rgba(141, 246, 198, 0.55),
      0 0 14px rgba(80, 198, 255, 0.42),
      0 0 28px rgba(80, 198, 255, 0.22);
  }
  19%, 21% {
    opacity: 0.45;
    text-shadow:
      0 0 3px rgba(141, 246, 198, 0.24),
      0 0 8px rgba(80, 198, 255, 0.18);
  }
  23% {
    opacity: 0.2;
    text-shadow: none;
  }
  54% {
    opacity: 0.35;
    text-shadow:
      0 0 2px rgba(141, 246, 198, 0.18),
      0 0 6px rgba(80, 198, 255, 0.14);
  }
  55% {
    opacity: 0.9;
  }
  56% {
    opacity: 0.15;
    text-shadow: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1040px) {
  .topbar,
  .home-hero,
  .hero-grid,
  .status-grid,
  .people-grid,
  .link-grid,
  .card-grid,
  .timeline-grid,
  .metrics-strip,
  .dual-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .topbar {
    grid-template-columns: 1fr;
  }

  .main-nav {
    justify-content: start;
  }

  .topbar-actions {
    justify-content: flex-start;
  }

  .home-hero,
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer p:last-child {
    text-align: left;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(100vw - 20px, 1180px);
    padding-top: 10px;
    padding-bottom: 32px;
  }

  .topbar,
  .home-hero,
  .home-section,
  .home-highlight,
  .home-stats,
  .hero-shell,
  .section-shell,
  .status-shell,
  .metrics-strip,
  .site-footer {
    padding: 18px;
    border-radius: 24px;
  }

  .main-nav,
  .home-page-links,
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .topbar {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .topbar.is-sticky {
    padding-inline: 16px;
  }

  .brand-copy span {
    display: none;
  }

  .brand-copy strong {
    font-size: 0.95rem;
  }

  .menu-toggle {
    display: inline-block;
    justify-self: end;
  }

  .topbar-actions {
    gap: 10px;
  }

  .topbar-actions > .nav-cta {
    display: none;
  }

  .main-nav {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    padding-top: 10px;
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav .nav-cta {
    display: inline-flex;
    width: 100%;
    justify-self: stretch;
  }

  .locale-toggle,
  .nav-cta {
    min-height: 42px;
    padding: 0 12px;
  }

  .locale-toggle {
    min-height: auto;
    padding: 0;
  }

  .locale-switcher-menu {
    right: 0;
    min-width: min(220px, calc(100vw - 32px));
  }

  .home-title,
  .hero-title,
  .section-heading h2,
  .status-copy h2 {
    max-width: none;
  }

  .home-stats,
  .home-bento-grid,
  .home-flow-grid,
  .hero-signal-grid,
  .metrics-strip,
  .card-grid,
  .timeline-grid,
  .people-grid,
  .link-grid,
  .status-grid,
  .dual-grid {
    grid-template-columns: 1fr;
  }

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

  .gallery-shell {
    grid-template-columns: 1fr;
    padding-inline: 12px;
  }

  .gallery-nav {
    display: none;
  }

  .gallery-track {
    gap: 12px;
  }

  .project-detail-gallery {
    padding-inline: 14px;
  }

  .gallery-slide img {
    height: 280px;
  }

  .gallery-lightbox-dialog {
    grid-template-columns: 1fr;
    justify-items: center;
    width: min(100vw, 100%);
    height: 100vh;
    margin: 0;
    padding: 56px 14px 20px;
  }

  .gallery-lightbox-prev,
  .gallery-lightbox-next {
    display: none;
  }

  .gallery-lightbox-image {
    max-height: calc(100vh - 150px);
  }

  .meeting-preview {
    grid-template-columns: 1fr;
  }

  .story-tabs.is-visible {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
  }

  .story-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    min-height: 38px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(10, 16, 24, 0.96);
    color: var(--muted);
    font: inherit;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
  }

  .story-tab.is-active {
    border-color: rgba(141, 246, 198, 0.28);
    background: rgba(141, 246, 198, 0.08);
    color: var(--accent);
    box-shadow: 0 0 16px rgba(141, 246, 198, 0.12);
  }

  .story-deck.is-mobile-deck {
    display: block;
  }

  .story-deck.is-mobile-deck .home-story-card {
    grid-column: auto;
  }

  .story-deck.is-mobile-deck .home-story-card:not(.is-active) {
    display: none;
  }

  .story-deck.is-mobile-deck .home-story-card.is-active {
    display: block;
  }

  .home-flow-grid.is-mobile-deck {
    display: block;
  }

  .home-flow-grid.is-mobile-deck .home-flow-card:not(.is-active) {
    display: none;
  }

  .home-flow-grid.is-mobile-deck .home-flow-card.is-active {
    display: block;
  }

  .timeline-grid.is-mobile-deck {
    display: block;
  }

  .timeline-grid.is-mobile-deck .timeline-card:not(.is-active) {
    display: none;
  }

  .timeline-grid.is-mobile-deck .timeline-card.is-active {
    display: block;
  }

  .project-preview {
    grid-template-columns: 1fr;
  }

  .project-owner-list {
    grid-template-columns: 1fr;
  }

  .meeting-preview-media img {
    height: 260px;
  }

  .project-preview-media {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .project-preview-media img,
  .project-detail-media img,
  .participant-detail-media img {
    height: 260px;
  }

  .participant-detail-media {
    float: none;
    width: 100%;
    margin: 0 0 18px;
  }

  .pagination-nav {
    flex-wrap: wrap;
  }

  .pagination-status {
    width: 100%;
  }

  .footer-inline {
    flex-wrap: wrap;
  }

  .project-toolbar,
  .project-results-meta {
    flex-direction: column;
    align-items: stretch;
  }

  .stage-core {
    min-height: 360px;
  }

  .radar-ring.r3 {
    width: 240px;
    height: 240px;
  }

  .radar-ring.r2 {
    width: 180px;
    height: 180px;
  }
}
