/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --bg: #0b1020;
  --bg-soft: #0f1630;
  --panel: #121a31;
  --panel-soft: #182344;
  --text: #e9eefc;
  --muted: #a8b3d1;
  --brand: #6ea8fe;
  --brand-2: #7bf1a8;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--text);
  background:
    radial-gradient(1200px 800px at 20% -10%, #1d2b57 0%, transparent 60%),
    radial-gradient(1200px 800px at 80% -10%, #173f3b 0%, transparent 60%),
    var(--bg);
}

a { color: inherit; text-decoration: none; }

.container {
  width: min(1160px, 92vw);
  margin: 0 auto;
}

.nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 50;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  background: rgba(11, 16, 32, 0.72);
}

.nav-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 0;
}

.brand-wrap { display: flex; align-items: center; }
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand img {
  width: min(220px, 48vw);
  height: auto;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}


.logo-headline {
  width: min(360px, 84vw);
  height: auto;
  display: none;
  margin-bottom: 12px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.tagline {
  font-size: 0.86rem;
  color: var(--muted);
  display: none;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-menu {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.nav-links {
  display: flex;
  gap: 8px;
}

.mobile-nav {
  display: none;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--muted);
}

.pill.active,
.btn-primary {
  color: #06101f;
  background: linear-gradient(90deg, var(--brand), var(--brand-2));
  border-color: transparent;
  font-weight: 700;
}

.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  padding: 11px 16px;
  font-weight: 700;
}

.btn-secondary {
  border: 1px solid var(--line);
  color: var(--text);
}

.hero {
  padding: 48px 0 24px;
}

.hero h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  max-width: 20ch;
}

.hero p {
  color: var(--muted);
  margin-top: 12px;
  max-width: 72ch;
  line-height: 1.65;
}

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

.post-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.01));
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  box-shadow: var(--shadow);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0,0,0,0.35);
  border-color: rgba(123,241,168,0.34);
}

.post-card h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
}

.visual-card {
  overflow: hidden;
  padding: 0;
}

.visual-card img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 1px solid var(--line);
}

.visual-card .content {
  padding: 16px 18px 18px;
}

.icon-badge {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(110,168,254,0.18);
  color: #a9ccff;
  margin-right: 8px;
}

.icon-badge svg {
  width: 15px;
  height: 15px;
}

.meta {
  color: var(--muted);
  font-size: 0.92rem;
}

.excerpt {
  margin: 10px 0 0;
  color: #d0daf6;
  line-height: 1.6;
}

.article-wrap {
  margin-top: 30px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.article-head {
  padding: 22px;
  border-bottom: 1px solid var(--line);
}

.article-body {
  padding: 26px;
  line-height: 1.75;
  color: #edf2ff;
}

.article-body a {
  color: #9ec6ff;
  text-decoration: underline;
}

.footer-wrap {
  margin-top: 40px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, transparent, rgba(255,255,255,0.02));
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  grid-gap: 22px;
  gap: 22px;
  padding: 28px 0;
}

.footer-title {
  margin: 0 0 10px;
  font-size: 0.98rem;
}

.footer-text,
.footer-link {
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.6;
}

.footer-link { display: block; margin-bottom: 8px; }
.footer-bottom {
  border-top: 1px solid var(--line);
  padding: 14px 0 20px;
  color: var(--muted);
  font-size: 0.88rem;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-panel {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-gap: 18px;
  gap: 18px;
  align-items: center;
}

.hero-art {
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.015));
  box-shadow: var(--shadow);
}
.hero-art img { width: 100%; display: block; }

@media (max-width: 940px) {
  .nav-menu { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-panel { grid-template-columns: 1fr; }
  .brand img { width: min(180px, 44vw); height: auto; }

  .mobile-nav {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 60;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 8px;
    gap: 8px;
    padding: 8px;
    border-radius: 14px;
    border: 1px solid var(--line);
    background: rgba(11, 16, 32, 0.9);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    box-shadow: 0 10px 30px rgba(0,0,0,.35);
  }

  .mobile-nav a {
    padding: 8px 6px;
    border-radius: 10px;
    text-align: center;
    color: #d8e3ff;
    font-size: .74rem;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.02);
  }

  .mobile-nav a.active {
    color: #06101f;
    background: linear-gradient(90deg, var(--brand), var(--brand-2));
    border-color: transparent;
    font-weight: 700;
  }

  body { padding-bottom: 78px; }
}

