@charset "UTF-8";
:root {
  --bg: #030303;
  --bg2: #252525;
  --bg3: #252525;
  --primary: #bd0001;
  --accent: #ffffff;
  --line: #252525;
  --menu-bg: #252525;
  --red: #bd0001;
  --green: #f5f5f5;
  --yellow: #f5f5f5;
  --text: #f5f5f5;
  --muted: #969696;
  --card: #252525;
  --card-border: #252525;
  --input-bg: #030303;
}

.logo-lina {
  color: #fff;
}

.logo-dot {
  color: var(--primary);
}

.logo-nerd {
  color: #969696;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  overflow-x: hidden;
  cursor: none;
}

/* scanlines */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1000;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(189, 0, 1, 0.01) 2px,
    rgba(189, 0, 1, 0.01) 4px
  );
}

/* ── CURSOR ── */
.cursor {
  width: 12px;
  height: 12px;
  background: var(--primary);
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition:
    width 0.2s,
    height 0.2s;
  box-shadow:
    0 0 14px var(--primary),
    0 0 28px rgba(189, 0, 1, 0.3);
  mix-blend-mode: screen;
}

.cursor-ring {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(189, 0, 1, 0.42);
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition:
    left 0.12s ease-out,
    top 0.12s ease-out,
    width 0.3s,
    height 0.3s;
}

/* ── NAV ── */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  padding: 16px 48px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background: #030303;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(189, 0, 1, 0.08);
}

.nav-logo,
.nav-links,
.back-link {
  position: relative;
  z-index: 2;
}

.nav-logo {
  font-family: "Orbitron", monospace;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 3px;
  text-decoration: none;
}

.nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
}

.nav-links a {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s;
  position: relative;
}

.nav-links a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--primary);
  transition: width 0.3s;
}

.nav-links a:hover {
  color: var(--primary);
}

.nav-links a:hover::after {
  width: 100%;
}

.nav-links a.active {
  color: var(--primary);
}

.nav-links a.active::after {
  width: 100%;
}

.back-link {
  justify-self: end;
  font-family: "Share Tech Mono", monospace;
  font-size: 11px;
  letter-spacing: 2px;
  color: #fff;
  text-decoration: none;
  background: var(--primary);
  padding: 9px 16px;
  border: 1px solid var(--primary);
  border-radius: 2px;
  transition: all 0.2s;
}

.back-link:hover {
  border-color: #bd0001;
  background: #bd0001;
  color: #fff;
}

/* ── PAGE HERO ── */
.page-hero {
  min-height: 52vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 140px 48px 54px;
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(3, 3, 3, 0.48) 0%,
      rgba(3, 3, 3, 0.16) 34%,
      rgba(3, 3, 3, 0.58) 66%,
      rgba(3, 3, 3, 0.74) 100%
    ),
    linear-gradient(
      180deg,
      rgba(3, 3, 3, 0.08),
      rgba(3, 3, 3, 0.28) 64%,
      rgba(3, 3, 3, 0.7)
    ),
    radial-gradient(
      ellipse 70% 60% at 50% 0%,
      rgba(189, 0, 1, 0.08),
      transparent 60%
    ),
    url("../image/Linabgabout.png") var(--about-hero-bg-x, center)
      var(--about-hero-bg-y, top) / cover no-repeat,
    #030303;
}

.page-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(189, 0, 1, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(189, 0, 1, 0.025) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(
    ellipse 100% 100% at 50% 0%,
    black 10%,
    transparent 65%
  );
  opacity: 0.18;
}

.page-hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, 1220px);
  padding-left: min(52vw, 640px);
  text-align: left;
  transform: translateY(12px);
}

.page-label {
  font-family: "Share Tech Mono", monospace;
  font-size: 11px;
  letter-spacing: 4px;
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 14px;
  opacity: 0;
  animation: fadeUp 0.7s 0.1s ease forwards;
}

.page-title {
  font-family: "Orbitron", monospace;
  font-size: clamp(34px, 6vw, 68px);
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 16px;
  opacity: 0;
  animation: fadeUp 0.7s 0.25s ease forwards;
}

.page-title .t1 {
  color: var(--text);
}

.page-title .t2 {
  display: inline-flex;
  gap: 0.22em;
  align-items: baseline;
}

.page-title .t2-outline {
  color: transparent;
  -webkit-text-stroke: 1px var(--primary);
  text-shadow: none;
}

.page-title .t2-name {
  color: #ff2020;
  -webkit-text-stroke: 0;
  text-shadow:
    0 0 12px rgba(189, 0, 1, 0.55),
    0 0 28px rgba(189, 0, 1, 0.34),
    0 0 48px rgba(189, 0, 1, 0.18);
}

.page-sub {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.75;
  opacity: 0;
  animation: fadeUp 0.7s 0.4s ease forwards;
}

/* ── CONTENT ── */
.content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 64px 48px 80px;
}

.about-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 52px;
  align-items: start;
}

/* ── CHARACTER CARD ── */
.char-card {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: 4px;
  overflow: hidden;
  position: sticky;
  top: 80px;
}

.char-top {
  padding: 32px 24px;
  background: linear-gradient(
    135deg,
    rgba(189, 0, 1, 0.06),
    rgba(150, 150, 150, 0.1)
  );
  border-bottom: 1px solid var(--card-border);
  text-align: center;
  position: relative;
}

.char-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    var(--primary),
    var(--line),
    var(--primary)
  );
}

.char-avatar {
  width: 116px;
  height: 116px;
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(3, 3, 3, 0.05), rgba(3, 3, 3, 0.18)),
    url("../image/profilelina.png") center/cover no-repeat;
  border: 2px solid rgba(189, 0, 1, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  margin: 0 auto 18px;
  box-shadow:
    0 0 32px rgba(189, 0, 1, 0.18),
    0 0 60px rgba(150, 150, 150, 0.1);
  animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {
  0%,
  100% {
    box-shadow: 0 0 32px rgba(189, 0, 1, 0.18);
  }
  50% {
    box-shadow:
      0 0 44px rgba(189, 0, 1, 0.35),
      0 0 80px rgba(150, 150, 150, 0.15);
  }
}
.char-name {
  font-family: "Orbitron", monospace;
  font-size: 22px;
  font-weight: 900;
  color: var(--text);
  letter-spacing: 2px;
  margin-bottom: 3px;
}

.char-handle {
  font-family: "Share Tech Mono", monospace;
  font-size: 12px;
  color: var(--primary);
  letter-spacing: 2px;
  margin-bottom: 18px;
}

.char-tags {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
}

.ctag {
  font-family: "Share Tech Mono", monospace;
  font-size: 9px;
  letter-spacing: 1px;
  padding: 4px 8px;
  border-radius: 2px;
  border: 1px solid;
  text-transform: uppercase;
}

.cm {
  border-color: rgba(189, 0, 1, 0.4);
  color: var(--primary);
  background: rgba(189, 0, 1, 0.07);
}

.cp {
  border-color: rgba(150, 150, 150, 0.4);
  color: #f5f5f5;
  background: rgba(150, 150, 150, 0.07);
}

.cc {
  border-color: rgba(189, 0, 1, 0.4);
  color: var(--primary);
  background: rgba(189, 0, 1, 0.07);
}

.char-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--card-border);
  border-top: 1px solid var(--card-border);
}

.cstat {
  background: var(--card);
  padding: 16px 12px;
  text-align: center;
}

.cstat-val {
  font-family: "Orbitron", monospace;
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 4px;
}

.cstat-lbl {
  font-family: "Share Tech Mono", monospace;
  font-size: 9px;
  letter-spacing: 2px;
  color: var(--muted);
  text-transform: uppercase;
  line-height: 1.3;
}

.char-notice {
  padding: 14px 18px;
  background: rgba(189, 0, 1, 0.04);
  border-top: 1px solid rgba(189, 0, 1, 0.14);
  font-family: "Share Tech Mono", monospace;
  font-size: 10px;
  letter-spacing: 1px;
  color: rgba(150, 150, 150, 0.54);
  line-height: 1.7;
  text-align: center;
}

.char-cta {
  padding: 18px;
  border-top: 1px solid var(--card-border);
}

.btn-shop {
  display: block;
  width: 100%;
  padding: 12px;
  background: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
  font-family: "Orbitron", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: none;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  transition:
    color 0.25s,
    box-shadow 0.25s,
    transform 0.2s;
  box-shadow:
    0 0 14px rgba(189, 0, 1, 0.42),
    0 0 28px rgba(189, 0, 1, 0.18);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.34);
}

.btn-shop::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #bd0001;
  transform: translateX(-100%);
  transition: transform 0.25s;
  z-index: 0;
}

.btn-shop:hover::before {
  transform: translateX(0);
}

.btn-shop:hover {
  color: #fff;
  box-shadow:
    0 0 20px rgba(189, 0, 1, 0.65),
    0 0 42px rgba(189, 0, 1, 0.28);
  transform: translateY(-1px);
}

.btn-shop span {
  position: relative;
  z-index: 1;
}

/* ── STORY ── */
.story-label {
  font-family: "Share Tech Mono", monospace;
  font-size: 10px;
  letter-spacing: 4px;
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.story-label::before {
  content: "//";
  color: var(--primary);
}

.story-label::after {
  content: "";
  flex: 0 0 40px;
  height: 1px;
  background: rgba(189, 0, 1, 0.3);
}

.story-title {
  font-family: "Orbitron", monospace;
  font-size: clamp(22px, 2.8vw, 34px);
  font-weight: 900;
  color: var(--text);
  line-height: 1.15;
  margin-bottom: 30px;
}

.story-title-sm {
  font-size: clamp(18px, 2.2vw, 26px);
}

.story-title em {
  color: var(--primary);
  font-style: normal;
}

.story-p {
  font-size: 17px;
  color: #969696;
  line-height: 1.9;
  margin-bottom: 22px;
}

.story-footnote {
  font-size: 15px;
  margin-top: 4px;
}

.story-feature {
  margin: 40px 0 28px;
  padding: 44px 36px;
  border: 1px solid rgba(189, 0, 1, 0.14);
  border-radius: 4px;
  background: linear-gradient(
    135deg,
    rgba(189, 0, 1, 0.05),
    rgba(3, 3, 3, 0.92) 32%,
    rgba(3, 3, 3, 0.98)
  );
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  position: relative;
  overflow: hidden;
}

.story-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(189, 0, 1, 0.08),
    transparent 18%,
    transparent 82%,
    rgba(189, 0, 1, 0.06)
  );
  pointer-events: none;
}

.story-feature-copy {
  position: relative;
  z-index: 1;
  max-width: none;
}

.story-feature-title {
  margin-bottom: 26px;
}

.story-feature-p {
  max-width: none;
  margin-bottom: 0;
}

.story-p b {
  color: var(--text);
  font-weight: 600;
}

.story-p em {
  color: var(--primary);
  font-style: normal;
}

.sdivider {
  height: 1px;
  margin: 32px 0;
  background: linear-gradient(
    90deg,
    rgba(189, 0, 1, 0.25),
    rgba(150, 150, 150, 0.15),
    transparent
  );
}

/* callout blocks */
.callout {
  border-radius: 3px;
  padding: 22px 24px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.callout::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
}

.callout-cosplay {
  background: rgba(150, 150, 150, 0.06);
  border: 1px solid rgba(150, 150, 150, 0.2);
}

.callout-cosplay::before {
  background: linear-gradient(180deg, var(--primary), var(--line));
}

.callout-ai {
  background: rgba(189, 0, 1, 0.04);
  border: 1px solid rgba(189, 0, 1, 0.15);
}

.callout-ai::before {
  background: linear-gradient(180deg, var(--primary), var(--line));
}

.callout-label {
  font-family: "Share Tech Mono", monospace;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.callout-cosplay .callout-label {
  color: var(--line);
}

.callout-ai .callout-label {
  color: var(--primary);
}

.callout-text {
  font-size: 16px;
  color: #969696;
  line-height: 1.8;
}

.callout-text b {
  color: var(--text);
}

.callout-text em {
  color: var(--primary);
  font-style: normal;
}

/* creators */
.creators {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 24px;
}

.creators-hd {
  padding: 14px 20px;
  border-bottom: 1px solid var(--card-border);
  background: rgba(189, 0, 1, 0.02);
  font-family: "Orbitron", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--muted);
}

.creator-row {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--card-border);
}

.creator-row:last-child {
  border-bottom: none;
}

.creator-ico {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
  border: 1px solid var(--card-border);
  background: var(--bg2);
}

.creator-name {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: var(--text);
  margin-bottom: 2px;
}

.creator-role {
  font-family: "Share Tech Mono", monospace;
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--muted);
}

.creator-role b {
  color: var(--primary);
}

/* ── FOOTER ── */
.divider {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--card-border),
    transparent
  );
  margin: 0 48px;
}

footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: end;
  padding: 40px 48px 28px;
}

.flogo {
  font-family: "Orbitron", monospace;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 3px;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
}

.flogo-kicker {
  font-size: 13px;
  color: var(--muted);
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

.fdesc {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.7;
  max-width: 360px;
  margin-bottom: 16px;
}

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

.flink {
  font-family: "Share Tech Mono", monospace;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  border: 1px solid var(--primary);
  background: var(--primary);
  border-radius: 2px;
  transition: all 0.2s;
  min-width: 140px;
  text-align: center;
  box-shadow:
    0 0 14px rgba(189, 0, 1, 0.42),
    0 0 28px rgba(189, 0, 1, 0.18);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.34);
}

.flink:hover {
  border-color: #bd0001;
  background: #bd0001;
  color: #fff;
  box-shadow:
    0 0 20px rgba(189, 0, 1, 0.65),
    0 0 42px rgba(189, 0, 1, 0.28);
}

.fcopy {
  font-family: "Share Tech Mono", monospace;
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 1px;
  text-align: right;
  line-height: 2.2;
}

.fcopy b {
  color: var(--primary);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 769px) {
  .page-hero {
    --about-hero-bg-y: clamp(24px, 4vh, 60px);
    --about-hero-bg-x: calc(50% - 88px);
  }

  .story-feature-cosplay {
    margin-left: calc(-320px - 52px);
    width: calc(100% + 320px + 52px);
    padding-right: 44px;
  }

  .story-feature-team {
    margin-left: calc(-320px - 52px);
    width: calc(100% + 320px + 52px);
    padding-right: 44px;
  }

  .story-feature-cosplay .callout-cosplay,
  .story-feature-cosplay .story-feature-p,
  .story-feature-team .story-feature-p,
  .story-feature-team .story-p,
  .story-feature-team .creators {
    max-width: 860px;
  }
}
@media (max-width: 900px) {
  .about-grid {
    grid-template-columns: 1fr;
  }
  .char-card {
    position: static;
  }
  .content {
    padding: 48px 24px 60px;
  }
  .page-hero-content {
    padding-left: min(42vw, 360px);
  }
}
@media (max-width: 768px) {
  nav {
    padding: 14px 20px;
    gap: 12px;
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .nav-links {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .nav-links a {
    font-size: 13px;
  }
  .back-link {
    justify-self: center;
    font-size: 10px;
    padding: 8px 12px;
  }
  .page-hero {
    padding: 128px 24px 48px;
  }
  .page-hero-bg {
    background:
      linear-gradient(
        180deg,
        rgba(3, 3, 3, 0.1),
        rgba(3, 3, 3, 0.38) 58%,
        rgba(3, 3, 3, 0.76)
      ),
      radial-gradient(
        ellipse 70% 60% at 50% 0%,
        rgba(189, 0, 1, 0.08),
        transparent 60%
      ),
      url("../image/Linabgabout.png") center -25% / auto 140% no-repeat,
      #030303;
  }
  .page-hero-content {
    padding-left: 0;
    text-align: center;
    transform: translateY(16px);
  }
  .story-feature {
    padding: 32px 22px;
    margin-top: 32px;
  }
  footer {
    grid-template-columns: 1fr;
    padding: 32px 20px;
  }
  .fcopy {
    text-align: left;
  }
  .divider {
    margin: 0 20px;
  }
}
