:root {
  --ink: #f7f3ea;
  --body: #d9d0c5;
  --muted: #948a82;
  --night: #0b0d12;
  --black: #07080d;
  --panel: #131722;
  --panel-2: #191d2a;
  --line: rgba(255, 255, 255, 0.12);
  --line-dark: rgba(11, 13, 18, 0.12);
  --coral: #ff5a6d;
  --cyan: #2fd6d6;
  --gold: #f4bf62;
  --violet: #7c6cf0;
  --mint: #5bd99a;
  --radius: 8px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(180deg, #07080d, #101018 38%, #08090e);
  background-size: 42px 42px, 42px 42px, auto;
  font-family: "Microsoft YaHei", "PingFang SC", system-ui, sans-serif;
}

.site-atmosphere {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(47, 214, 214, 0.1), transparent 24%, transparent 76%, rgba(255, 90, 109, 0.08)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 5px);
  opacity: 0.7;
}

button,
a {
  font: inherit;
}

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

button {
  color: inherit;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
  min-height: 72px;
  padding: 12px clamp(18px, 4.5vw, 64px);
  background: rgba(7, 8, 13, 0.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(22px);
}

.brand,
.top-actions,
.nav,
.hero-actions,
.section-head,
.tabs,
.featured-layout,
.metric-band,
.admin-grid {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: #0b0d12;
  background: linear-gradient(135deg, var(--cyan), var(--gold) 48%, var(--coral));
  border-radius: var(--radius);
  box-shadow: 0 12px 34px rgba(47, 214, 214, 0.26), inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.brand-text {
  letter-spacing: 0;
}

.nav {
  justify-content: center;
  gap: clamp(12px, 2vw, 30px);
  color: rgba(247, 243, 234, 0.72);
  font-size: 14px;
}

.nav a {
  position: relative;
  padding: 10px 2px;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  height: 2px;
  background: var(--cyan);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav a:hover {
  color: white;
}

.nav a:hover::after {
  transform: scaleX(1);
}

.top-actions {
  gap: 10px;
}

.icon-button,
.profile,
.primary-action,
.secondary-action,
.ghost-button,
.cart-button,
.tabs button,
.close-player,
.buy-button {
  cursor: pointer;
  border: 0;
  border-radius: var(--radius);
}

.icon-button {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
}

.profile,
.primary-action,
.cart-button {
  color: #0b0d12;
  background: var(--ink);
  box-shadow: 0 14px 38px rgba(247, 243, 234, 0.14);
}

.profile {
  min-height: 40px;
  padding: 0 16px;
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: clamp(610px, calc(100svh - 112px), 780px);
  overflow: hidden;
  isolation: isolate;
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 8, 13, 0.94) 0%, rgba(7, 8, 13, 0.66) 38%, rgba(7, 8, 13, 0.1) 78%),
    linear-gradient(0deg, #07080d 0%, rgba(7, 8, 13, 0.68) 14%, transparent 38%);
}

.hero::after {
  content: "AKIBA WORLD ARCHIVE";
  position: absolute;
  right: -12px;
  top: 118px;
  z-index: 1;
  writing-mode: vertical-rl;
  color: rgba(247, 243, 234, 0.16);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(780px, calc(100% - 36px));
  padding: clamp(92px, 12vw, 150px) clamp(18px, 6vw, 76px) 170px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(54px, 8vw, 112px);
  line-height: 0.92;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 610px;
  margin: 24px 0 0;
  color: rgba(247, 243, 234, 0.82);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.65;
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.hero-notes span {
  padding: 8px 10px;
  color: rgba(247, 243, 234, 0.78);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.hero-actions {
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.primary-action,
.secondary-action,
.ghost-button,
.cart-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  font-weight: 900;
}

.primary-action {
  background: linear-gradient(135deg, var(--coral), var(--gold));
}

.primary-action.small {
  min-height: 40px;
  font-size: 14px;
}

.secondary-action,
.ghost-button {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
}

.secondary-action:hover,
.ghost-button:hover,
.icon-button:hover {
  background: rgba(255, 255, 255, 0.14);
}

.premiere-card {
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  bottom: 42px;
  z-index: 2;
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 16px;
  width: min(410px, calc(100% - 36px));
  padding: 22px;
  background: rgba(19, 23, 34, 0.78);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.live-dot {
  width: 10px;
  height: 10px;
  margin-top: 7px;
  background: var(--coral);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(255, 90, 109, 0.18);
}

.premiere-card p,
.premiere-card small {
  margin: 0;
  color: rgba(247, 243, 234, 0.62);
}

.premiere-card strong {
  display: block;
  margin: 7px 0;
  font-size: 23px;
}

.metric-band {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.metric-band div {
  min-height: 104px;
  padding: 24px clamp(18px, 3vw, 42px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent),
    #10131c;
}

.metric-band strong {
  display: block;
  font-size: 31px;
}

.metric-band span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
}

.section {
  padding: 86px clamp(18px, 5vw, 64px);
}

.manifesto-section {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #07080d;
}

.manifesto-track {
  display: flex;
  width: max-content;
  gap: 44px;
  padding: 17px 0;
  color: rgba(247, 243, 234, 0.72);
  font-weight: 900;
  animation: marquee 28s linear infinite;
}

.manifesto-track span {
  white-space: nowrap;
}

.manifesto-track span::before {
  content: "✦";
  margin: 0 18px;
  color: var(--cyan);
}

.section-inner {
  width: min(1380px, 100%);
  margin: 0 auto;
}

.section-head {
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}

.section-kicker {
  max-width: 360px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.section-head.compact {
  margin-bottom: 20px;
}

h2,
h3 {
  margin: 0;
}

h2 {
  font-size: clamp(30px, 4.2vw, 48px);
  letter-spacing: 0;
}

h3 {
  font-size: 20px;
}

.tabs {
  gap: 5px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.tabs button {
  min-width: 62px;
  height: 36px;
  padding: 0 12px;
  color: rgba(247, 243, 234, 0.68);
  background: transparent;
}

.tabs button.active {
  color: #0b0d12;
  background: var(--ink);
}

.featured-layout {
  align-items: stretch;
  gap: 22px;
}

.spotlight {
  display: grid;
  grid-template-rows: minmax(250px, 1fr) auto;
  width: min(430px, 100%);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
    var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.spotlight-art,
.thumb,
.product-art,
.funding-art {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: white;
}

.spotlight-art {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(135deg, #172031, #2fd6d6 48%, #7c6cf0);
  background-size: 28px 28px, 28px 28px, auto;
}

.spotlight-art span {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  color: #0b0d12;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  font-size: 30px;
}

.spotlight-copy {
  padding: 24px;
}

.spotlight-copy p:not(.eyebrow) {
  color: var(--body);
  line-height: 1.7;
}

.spotlight-meta {
  display: grid;
  gap: 9px;
  margin: 18px 0 20px;
}

.spotlight-meta div {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 10px;
  padding-top: 9px;
  border-top: 1px solid var(--line);
}

.spotlight-meta dt,
.spotlight-meta dd {
  margin: 0;
  font-size: 13px;
}

.spotlight-meta dt {
  color: var(--muted);
}

.spotlight-meta dd {
  color: var(--ink);
  font-weight: 800;
}

.video-grid,
.product-grid,
.funding-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.featured-layout .video-grid {
  flex: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.video-card,
.product-card,
.funding-card,
.admin-card,
.story-panel,
.schedule-panel {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent),
    var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.video-card,
.product-card,
.funding-card {
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.video-card:hover,
.product-card:hover,
.funding-card:hover {
  transform: translateY(-4px);
  border-color: rgba(47, 214, 214, 0.44);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.28);
}

.video-card button {
  display: block;
  width: 100%;
  padding: 0;
  text-align: left;
  color: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.thumb,
.funding-art {
  aspect-ratio: 16 / 9;
}

.product-art {
  aspect-ratio: 1 / 1;
}

.thumb::before,
.product-art::before,
.funding-art::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.11) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    linear-gradient(135deg, var(--tone-a), var(--tone-b));
  background-size: 24px 24px, 24px 24px, auto;
}

.thumb::after,
.product-art::after,
.funding-art::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 7px;
  clip-path: polygon(0 0, 100% 0, 100% 72%, 88% 72%, 88% 100%, 0 100%);
}

.thumb span,
.product-art span,
.funding-art span {
  position: relative;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  background: rgba(11, 13, 18, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  backdrop-filter: blur(10px);
}

.product-art span {
  width: 76px;
  height: 76px;
  border-radius: var(--radius);
  font-size: 30px;
}

.badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 1;
  padding: 6px 9px;
  color: var(--ink);
  background: rgba(11, 13, 18, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  font-size: 12px;
  backdrop-filter: blur(8px);
}

.badge {
  color: white;
}

.card-body {
  padding: 16px;
}

.card-body h3 {
  min-height: 48px;
  font-size: 17px;
  line-height: 1.45;
}

.meta,
.price-row,
.fund-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 13px;
  color: var(--muted);
  font-size: 13px;
}

.comic-section {
  color: #17151f;
  background: #ebe9e1;
}

.culture-section {
  color: #201b17;
  background:
    linear-gradient(180deg, #d9d0bd, #eee5d5);
}

.culture-section .eyebrow {
  color: #8e3f32;
}

.culture-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 24px;
  align-items: stretch;
}

.culture-copy,
.archive-grid article {
  background: rgba(255, 252, 242, 0.72);
  border: 1px solid rgba(32, 27, 23, 0.14);
  border-radius: var(--radius);
}

.culture-copy {
  padding: 30px;
  position: relative;
}

.culture-copy::before {
  content: "ARCHIVE / 01";
  position: absolute;
  right: 22px;
  bottom: 20px;
  color: rgba(32, 27, 23, 0.16);
  font-size: 12px;
  font-weight: 900;
}

.culture-copy p:not(.eyebrow) {
  color: #62584e;
  font-size: 17px;
  line-height: 1.85;
}

.culture-copy blockquote {
  margin: 24px 0 0;
  padding-left: 16px;
  border-left: 3px solid #8e3f32;
  color: #201b17;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.55;
}

.ai-section {
  background:
    linear-gradient(120deg, rgba(47, 214, 214, 0.12), transparent 28%),
    linear-gradient(240deg, rgba(124, 108, 240, 0.14), transparent 34%),
    #090b12;
}

.ai-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: 24px;
  align-items: stretch;
}

.ai-head {
  min-height: 420px;
  padding: 34px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  background-size: 26px 26px, 26px 26px, auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.ai-head h2 {
  max-width: 420px;
}

.ai-head p:not(.eyebrow) {
  color: rgba(247, 243, 234, 0.72);
  font-size: 17px;
  line-height: 1.9;
}

.ai-console {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ai-panel {
  position: relative;
  min-height: 206px;
  padding: 24px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025)),
    #121621;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.ai-panel.primary-ai {
  grid-row: span 2;
  min-height: 100%;
  background:
    linear-gradient(135deg, rgba(47, 214, 214, 0.14), transparent 45%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    #121621;
}

.panel-index {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
}

.ai-panel h3 {
  font-size: 25px;
}

.ai-panel p,
.ai-panel li,
.ai-panel small {
  color: rgba(247, 243, 234, 0.68);
  line-height: 1.75;
}

.ai-panel ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.ai-panel li {
  padding-left: 18px;
  border-left: 2px solid rgba(47, 214, 214, 0.42);
}

.progress-lane {
  height: 12px;
  margin: 28px 0 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}

.progress-lane span {
  display: block;
  width: var(--lane);
  height: 100%;
  background: linear-gradient(90deg, var(--cyan), var(--violet), var(--coral));
}

.timeline-mini {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 20px 0;
  background: var(--line);
  border: 1px solid var(--line);
}

.timeline-mini span {
  display: grid;
  place-items: center;
  min-height: 50px;
  background: #0c1018;
  color: rgba(247, 243, 234, 0.82);
  font-size: 13px;
  font-weight: 900;
}

.enterprise-section {
  color: #17151f;
  background:
    linear-gradient(90deg, rgba(12, 17, 26, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(12, 17, 26, 0.05) 1px, transparent 1px),
    #f1eee6;
  background-size: 34px 34px, 34px 34px, auto;
}

.enterprise-section .eyebrow {
  color: #7e4a34;
}

.enterprise-section .primary-action {
  color: #0b0d12;
}

.enterprise-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(260px, 0.65fr) minmax(300px, 0.8fr);
  gap: 16px;
}

.enterprise-brief,
.security-card,
.workflow-card,
.team-matrix,
.academy-gate {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(17, 24, 36, 0.13);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(17, 24, 36, 0.08);
}

.enterprise-brief,
.security-card,
.workflow-card {
  min-height: 290px;
  padding: 24px;
}

.enterprise-brief p,
.workflow-card p,
.academy-gate p {
  color: #5f584f;
  line-height: 1.8;
}

.upload-docket {
  margin-top: 22px;
  padding: 16px;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    #111824;
  background-size: 18px 18px, 18px 18px, auto;
  border-radius: var(--radius);
}

.upload-docket span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.upload-docket strong {
  display: block;
  margin-top: 10px;
  line-height: 1.6;
}

.security-card ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.security-card li {
  padding: 12px 12px 12px 38px;
  color: #312c28;
  background: rgba(17, 24, 36, 0.055);
  border: 1px solid rgba(17, 24, 36, 0.08);
  border-radius: 7px;
  position: relative;
}

.security-card li::before {
  content: "LOCK";
  position: absolute;
  left: 10px;
  top: 13px;
  color: #7e4a34;
  font-size: 9px;
  font-weight: 900;
}

.workflow-steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  margin: 22px 0;
  background: rgba(17, 24, 36, 0.16);
  border: 1px solid rgba(17, 24, 36, 0.12);
}

.workflow-steps span {
  display: grid;
  place-items: center;
  min-height: 56px;
  background: rgba(255, 255, 255, 0.72);
  color: #6c6259;
  font-size: 13px;
  font-weight: 900;
}

.workflow-steps .done {
  color: white;
  background: #111824;
}

.team-matrix {
  margin-top: 18px;
  padding: 24px;
}

.matrix-head {
  margin-bottom: 18px;
}

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

.matrix-grid article {
  min-height: 150px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(238, 232, 220, 0.72));
  border: 1px solid rgba(17, 24, 36, 0.1);
  border-radius: var(--radius);
}

.matrix-grid span,
.matrix-grid em {
  display: block;
  color: #7e4a34;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.matrix-grid strong {
  display: block;
  margin: 16px 0;
  line-height: 1.5;
}

.academy-gate {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 20px;
  margin-top: 18px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(232, 236, 240, 0.82));
}

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

.exam-grid div {
  min-height: 116px;
  padding: 16px;
  background: #111824;
  color: var(--ink);
  border-radius: var(--radius);
}

.exam-grid span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.exam-grid strong {
  display: block;
  margin-top: 18px;
  font-size: 25px;
}

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

.archive-grid article {
  min-height: 142px;
  padding: 22px;
  background:
    linear-gradient(90deg, rgba(32, 27, 23, 0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(32, 27, 23, 0.05) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 252, 242, 0.94), rgba(231, 220, 199, 0.68));
  background-size: 22px 22px, 22px 22px, auto;
}

.archive-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  color: #8e3f32;
  font-size: 13px;
  font-weight: 900;
}

.archive-grid strong {
  display: block;
  font-size: 22px;
  line-height: 1.5;
}

.comic-section .eyebrow {
  color: #af4e5f;
}

.comic-section .ghost-button,
.funding-section .ghost-button {
  color: #17151f;
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(17, 24, 36, 0.14);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.65fr);
  gap: 20px;
}

.story-panel,
.schedule-panel {
  padding: 26px;
  color: #17151f;
  background: rgba(255, 255, 255, 0.72);
  border-color: var(--line-dark);
  box-shadow: none;
}

.episode-list {
  display: grid;
  gap: 12px;
}

.episode {
  display: grid;
  grid-template-columns: 82px 1fr auto;
  gap: 16px;
  align-items: center;
  min-height: 86px;
  padding: 12px;
  background: white;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
}

.episode-cover {
  display: grid;
  place-items: center;
  height: 62px;
  color: white;
  background: linear-gradient(135deg, #17151f, #7c6cf0);
  border-radius: 7px;
  font-weight: 900;
}

.episode p {
  margin: 4px 0 0;
  color: #6b625c;
  font-size: 13px;
}

.episode strong {
  color: #af4e5f;
}

.schedule {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.schedule li {
  display: grid;
  grid-template-columns: 62px 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 52px;
  border-bottom: 1px solid var(--line-dark);
}

.schedule span,
.schedule em {
  color: #746d66;
  font-size: 13px;
  font-style: normal;
}

.shop-section {
  background: #111018;
}

.cart-button span {
  display: inline-grid;
  place-items: center;
  min-width: 22px;
  height: 22px;
  margin-left: 8px;
  color: #0b0d12;
  background: var(--gold);
  border-radius: 11px;
}

.price-row strong {
  color: var(--ink);
  font-size: 16px;
}

.buy-button {
  width: 100%;
  min-height: 42px;
  margin-top: 15px;
  color: #0b0d12;
  background: linear-gradient(135deg, var(--gold), var(--coral));
  font-weight: 900;
}

.funding-section {
  background:
    linear-gradient(90deg, rgba(17, 24, 36, 0.05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(17, 24, 36, 0.05) 1px, transparent 1px),
    #e7edf0;
  background-size: 36px 36px, 36px 36px, auto;
  color: #17151f;
}

.funding-section .eyebrow {
  color: #3e73a8;
}

.funding-board {
  display: grid;
  gap: 20px;
}

.funding-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  overflow: hidden;
  background: #111824;
  color: var(--ink);
  border: 1px solid rgba(17, 24, 36, 0.18);
  border-radius: var(--radius);
  box-shadow: 0 24px 68px rgba(17, 24, 36, 0.18);
  position: relative;
}

.funding-feature::before {
  content: "WORLD PROPOSAL";
  position: absolute;
  right: 24px;
  top: 18px;
  z-index: 1;
  color: rgba(247, 243, 234, 0.18);
  font-size: 12px;
  font-weight: 900;
}

.funding-feature-art {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 360px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(135deg, #39202f, #b44d54 44%, #e7b76a);
  background-size: 30px 30px, 30px 30px, auto;
}

.funding-feature-art::after {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
}

.funding-feature-art span {
  position: relative;
  z-index: 1;
  padding: 12px 16px;
  background: rgba(11, 13, 18, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.funding-feature-copy {
  padding: clamp(26px, 4vw, 44px);
}

.funding-feature-copy h3 {
  font-size: clamp(28px, 4vw, 44px);
}

.funding-feature-copy p:not(.eyebrow) {
  color: rgba(247, 243, 234, 0.76);
  font-size: 16px;
  line-height: 1.9;
}

.story-stamp {
  display: inline-flex;
  max-width: 100%;
  margin: 4px 0 22px;
  padding: 9px 12px;
  color: #0b0d12;
  background: var(--gold);
  border-radius: 7px;
  font-size: 13px;
  font-weight: 900;
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.reason-grid div {
  padding: 16px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.reason-grid span,
.launch-form span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.reason-grid strong {
  display: block;
  line-height: 1.6;
}

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

.proposal-card,
.launch-panel {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(17, 24, 36, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(17, 24, 36, 0.08);
}

.proposal-card {
  min-height: 260px;
  padding: 22px;
  display: grid;
  align-content: start;
  gap: 14px;
  position: relative;
  overflow: hidden;
}

.proposal-card::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -28px;
  width: 90px;
  height: 90px;
  border: 1px solid rgba(17, 24, 36, 0.12);
  transform: rotate(18deg);
}

.proposal-card h3 {
  font-size: 22px;
}

.proposal-card p,
.proposal-card blockquote {
  margin: 0;
  color: #5f6670;
  line-height: 1.75;
}

.proposal-card blockquote {
  padding-left: 14px;
  border-left: 3px solid #b44d54;
  color: #17151f;
  font-size: 18px;
  font-weight: 900;
}

.character-row,
.scene-strip,
.style-swatches {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.character-row span,
.scene-strip span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  color: white;
  background: #111824;
  border-radius: 7px;
  font-weight: 900;
}

.scene-strip span {
  background: #8e5a3b;
}

.style-swatches span {
  width: 42px;
  height: 42px;
  border-radius: 7px;
}

.style-swatches span:nth-child(1) { background: #2c2530; }
.style-swatches span:nth-child(2) { background: #b44d54; }
.style-swatches span:nth-child(3) { background: #e7b76a; }
.style-swatches span:nth-child(4) { background: #7fa7bd; }

.funding-card {
  color: var(--ink);
  background: #111824;
}

.launch-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: 22px;
  padding: clamp(22px, 4vw, 34px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(237, 242, 245, 0.78));
}

.launch-panel p:not(.eyebrow) {
  color: #5f6670;
  line-height: 1.8;
}

.launch-form {
  display: grid;
  gap: 14px;
}

.launch-form input,
.launch-form textarea {
  width: 100%;
  padding: 13px 14px;
  color: #17151f;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(17, 24, 36, 0.16);
  border-radius: var(--radius);
  font: inherit;
}

.launch-form textarea {
  min-height: 106px;
  resize: vertical;
  line-height: 1.6;
}

.progress {
  height: 9px;
  margin-top: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 9px;
}

.progress span {
  display: block;
  height: 100%;
  width: var(--progress);
  background: linear-gradient(90deg, var(--cyan), var(--coral), var(--gold));
}

.funding-card .primary-action {
  width: 100%;
  margin-top: 16px;
}

.studio-section {
  background:
    linear-gradient(180deg, #0b0d12, #111018);
}

.studio-command {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 18px;
  margin-bottom: 18px;
  padding: 26px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    #121621;
  background-size: 24px 24px, 24px 24px, auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.studio-command p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(247, 243, 234, 0.68);
  line-height: 1.8;
}

.command-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.command-board div {
  min-height: 110px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.command-board span {
  color: var(--muted);
  font-size: 13px;
}

.command-board strong {
  display: block;
  margin-top: 16px;
  font-size: 30px;
}

.admin-grid {
  align-items: stretch;
  gap: 18px;
}

.admin-card {
  flex: 1;
  padding: 24px;
}

.status-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.status-row:last-child {
  border-bottom: 0;
}

.status-row strong {
  color: var(--ink);
}

.player-modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(4, 5, 8, 0.78);
  backdrop-filter: blur(12px);
}

.player-modal.open {
  display: grid;
}

.player-shell {
  position: relative;
  width: min(980px, 100%);
  overflow: hidden;
  background: #10131c;
  color: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.close-player {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 26px;
}

.mock-player {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background:
    radial-gradient(circle at 40% 35%, rgba(47, 214, 214, 0.36), transparent 28%),
    radial-gradient(circle at 66% 68%, rgba(255, 90, 109, 0.34), transparent 26%),
    #17151f;
}

.play-icon {
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  color: #0b0d12;
  background: white;
  border-radius: 50%;
  font-size: 34px;
}

.danmaku {
  position: absolute;
  white-space: nowrap;
  color: white;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  animation: floatText 7s linear infinite;
}

.danmaku-one {
  top: 18%;
}

.danmaku-two {
  top: 36%;
  animation-delay: 1.4s;
}

.danmaku-three {
  top: 58%;
  animation-delay: 2.8s;
}

.player-info {
  padding: 20px;
}

.player-info p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

@keyframes floatText {
  from {
    transform: translateX(760px);
  }
  to {
    transform: translateX(-760px);
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1120px) {
  .topbar {
    grid-template-columns: 1fr auto;
  }

  .nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .featured-layout {
    display: grid;
  }

  .spotlight {
    width: 100%;
  }

  .video-grid,
  .featured-layout .video-grid,
  .product-grid,
  .funding-grid,
  .proposal-grid,
  .archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-section,
  .culture-layout,
  .ai-layout,
  .ai-console,
  .enterprise-grid,
  .funding-feature,
  .launch-panel,
  .studio-command,
  .academy-gate,
  .admin-grid {
    grid-template-columns: 1fr;
    display: grid;
  }
}

@media (max-width: 680px) {
  .topbar {
    gap: 10px;
    padding: 10px 14px;
  }

  .brand-text {
    display: none;
  }

  .profile {
    padding: 0 12px;
  }

  .hero {
    min-height: clamp(650px, calc(100svh - 96px), 720px);
  }

  .hero-content {
    padding: 166px 18px 238px;
  }

  .premiere-card {
    left: 18px;
    right: 18px;
    bottom: 26px;
  }

  .metric-band,
  .video-grid,
  .featured-layout .video-grid,
  .product-grid,
  .funding-grid,
  .proposal-grid,
  .archive-grid,
  .reason-grid,
  .matrix-grid,
  .exam-grid {
    grid-template-columns: 1fr;
  }

  .workflow-steps {
    grid-template-columns: repeat(3, 1fr);
  }

  .funding-feature-art {
    min-height: 250px;
  }

  .ai-head {
    min-height: auto;
    padding: 24px;
  }

  .command-board {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 58px 16px;
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .tabs {
    width: 100%;
    overflow-x: auto;
  }

  .episode,
  .schedule li {
    grid-template-columns: 1fr;
  }

  .episode-cover {
    width: 82px;
  }
}

/* Anime skin override */
:root {
  --ink: #fff7fd;
  --body: #ffe6f5;
  --muted: #b89bc5;
  --night: #10091e;
  --black: #080412;
  --panel: #1b1130;
  --panel-2: #251642;
  --coral: #ff4f9a;
  --cyan: #34f5ff;
  --gold: #ffe45e;
  --violet: #8d5cff;
  --mint: #50ffb5;
  --shadow: 0 24px 70px rgba(255, 79, 154, 0.14), 0 18px 60px rgba(52, 245, 255, 0.1);
}

body {
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 79, 154, 0.24), transparent 26%),
    radial-gradient(circle at 86% 18%, rgba(52, 245, 255, 0.22), transparent 28%),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, #080412, #170b2c 38%, #0c0618);
  background-size: auto, auto, 38px 38px, 38px 38px, auto;
}

.site-atmosphere {
  background:
    radial-gradient(circle at 10% 70%, rgba(255, 228, 94, 0.12), transparent 20%),
    linear-gradient(90deg, rgba(52, 245, 255, 0.13), transparent 24%, transparent 76%, rgba(255, 79, 154, 0.12)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 5px);
  opacity: 0.9;
}

.topbar {
  background: rgba(14, 6, 28, 0.84);
  border-bottom: 1px solid rgba(255, 79, 154, 0.22);
}

.brand-mark {
  background: conic-gradient(from 210deg, var(--cyan), var(--violet), var(--coral), var(--gold), var(--cyan));
  border-radius: 10px;
  box-shadow: 0 0 26px rgba(52, 245, 255, 0.36), 0 0 36px rgba(255, 79, 154, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.36);
}

.nav {
  color: rgba(255, 247, 253, 0.78);
}

.nav a::after {
  background: linear-gradient(90deg, var(--cyan), var(--coral));
}

.hero-shade {
  background:
    radial-gradient(circle at 74% 38%, rgba(52, 245, 255, 0.2), transparent 28%),
    linear-gradient(90deg, rgba(8, 4, 18, 0.94) 0%, rgba(16, 9, 30, 0.68) 40%, rgba(8, 4, 18, 0.08) 78%),
    linear-gradient(0deg, #080412 0%, rgba(8, 4, 18, 0.72) 15%, transparent 42%);
}

.hero::after {
  content: "ANIME DREAM STAGE";
  color: rgba(255, 247, 253, 0.2);
}

.hero h1 {
  text-shadow: 0 0 34px rgba(255, 79, 154, 0.24), 0 0 48px rgba(52, 245, 255, 0.16);
}

.hero-notes span {
  color: rgba(255, 247, 253, 0.88);
  background: rgba(255, 79, 154, 0.14);
  border: 1px solid rgba(52, 245, 255, 0.22);
}

.primary-action,
.buy-button {
  color: #12051f;
  background: linear-gradient(135deg, var(--coral), var(--gold));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18) inset, 0 0 28px rgba(255, 79, 154, 0.28);
}

.secondary-action,
.ghost-button,
.icon-button {
  background: rgba(141, 92, 255, 0.16);
  border-color: rgba(52, 245, 255, 0.22);
}

.premiere-card,
.video-card,
.product-card,
.funding-card,
.admin-card,
.story-panel,
.schedule-panel,
.ai-panel,
.studio-command {
  border-color: rgba(52, 245, 255, 0.16);
}

.premiere-card,
.video-card,
.product-card,
.funding-card,
.admin-card,
.ai-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
    #1b1130;
}

.live-dot {
  box-shadow: 0 0 0 7px rgba(255, 79, 154, 0.18), 0 0 18px rgba(255, 79, 154, 0.72);
}

.metric-band {
  background: rgba(255, 79, 154, 0.18);
  border-top-color: rgba(255, 79, 154, 0.2);
  border-bottom-color: rgba(52, 245, 255, 0.18);
}

.metric-band div {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent),
    #130a24;
}

.manifesto-section {
  background: #080412;
}

.manifesto-track {
  color: rgba(255, 247, 253, 0.78);
}

.manifesto-track span::before {
  content: "◆";
  color: var(--cyan);
}

.spotlight,
.ai-head {
  border-color: rgba(255, 79, 154, 0.2);
}

.spotlight-art,
.thumb::before,
.product-art::before,
.funding-art::before,
.funding-feature-art {
  background:
    radial-gradient(circle at 22% 20%, rgba(255, 255, 255, 0.36), transparent 18%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(135deg, var(--tone-a, #34f5ff), var(--tone-b, #ff4f9a));
  background-size: auto, 24px 24px, 24px 24px, auto;
}

.video-card:hover,
.product-card:hover,
.funding-card:hover {
  border-color: rgba(255, 79, 154, 0.58);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.28), 0 0 32px rgba(255, 79, 154, 0.16);
}

.badge {
  background: rgba(20, 8, 38, 0.78);
  border-color: rgba(255, 79, 154, 0.28);
}

.comic-section,
.culture-section,
.enterprise-section,
.funding-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 79, 154, 0.12), transparent 24%),
    radial-gradient(circle at 86% 22%, rgba(52, 245, 255, 0.12), transparent 24%),
    linear-gradient(90deg, rgba(45, 20, 70, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(45, 20, 70, 0.07) 1px, transparent 1px),
    #fff4fb;
  background-size: auto, auto, 28px 28px, 28px 28px, auto;
}

.comic-section .eyebrow,
.culture-section .eyebrow,
.enterprise-section .eyebrow,
.funding-section .eyebrow {
  color: #e33d8a;
}

.culture-copy,
.archive-grid article,
.enterprise-brief,
.security-card,
.workflow-card,
.team-matrix,
.academy-gate,
.proposal-card,
.launch-panel {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 235, 248, 0.78));
  border-color: rgba(255, 79, 154, 0.16);
}

.workflow-steps .done,
.exam-grid div,
.upload-docket,
.character-row span,
.funding-feature,
.timeline-mini span {
  background: #1b1130;
}

.scene-strip span {
  background: #ff4f9a;
}

.progress span,
.progress-lane span {
  background: linear-gradient(90deg, var(--cyan), var(--violet), var(--coral), var(--gold));
}
