

.spc-page {
  
  --spc-bg: #0a0510;
  --spc-text: #ededed;             
  --spc-text-2: rgba(237, 237, 237, 0.8);  
  --spc-text-3: rgba(237, 237, 237, 0.55); 
  --spc-surface-5: rgba(237, 237, 237, 0.05);
  --spc-surface-10: rgba(237, 237, 237, 0.1);
  --spc-surface-15: rgba(237, 237, 237, 0.15);
  --spc-border: rgba(237, 237, 237, 0.2);
  --spc-border-light: rgba(237, 237, 237, 0.1);
  --spc-accent: #ddff00;           
  --spc-on-accent: #180d22;        
  --spc-r-md: 8px;
  --spc-r-lg: 12px;
  --spc-r-max: 100px;

  
  --spc-display: 'Special Gothic Expanded One', var(--font-montra), sans-serif;
  --spc-body: 'Bricolage Grotesque', var(--font-body, system-ui, sans-serif);

  position: relative;
  min-height: 100vh;
  background: var(--spc-bg);
  color: var(--spc-text);
  font-family: var(--spc-body);
}

.spc-page *,
.spc-page *::before,
.spc-page *::after { box-sizing: border-box; }


.spc-page :where(button) { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }


.spc-topbar {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 16px;
  height: 52px;
  padding: 0 12px;
}
.spc-topbar-left, .spc-topbar-right { display: flex; align-items: center; gap: 12px; }
.spc-topbar-right { margin-left: auto; }
.spc-logo-mark {
  display: block;
  width: 23px;
  height: 24px;
  border-radius: 6px;
  background: var(--spc-accent);
}
.spc-icon-btn { display: grid; place-items: center; width: 24px; height: 24px; }
.spc-burger {
  width: 18px;
  height: 12px;
  border-top: 2px solid var(--spc-text);
  border-bottom: 2px solid var(--spc-text);
}
.spc-search { flex: 0 1 500px; margin: 0 auto; }
.spc-search-input {
  width: 100%;
  height: 30px;
  padding: 0 14px;
  border: 1px solid var(--spc-border-light);
  border-radius: var(--spc-r-max);
  background: var(--spc-surface-5);
  color: var(--spc-text);
  font-size: 14px;
}
.spc-search-input::placeholder { color: var(--spc-text-3); }
.spc-bell { position: relative; }
.spc-bell::before {
  content: "";
  width: 16px;
  height: 18px;
  border: 2px solid var(--spc-text);
  border-radius: 8px 8px 4px 4px;
}
.spc-bell-dot {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--spc-accent);
}
.spc-avatar {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--spc-surface-15);
}


.spc-hero { position: relative; padding: 140px 0 0; }
.spc-hero-bg { position: absolute; inset: -52px 0 0; overflow: hidden; }
.spc-hero-bg-img {
  width: 100%;
  height: 618px;
  object-fit: cover;
  opacity: 0.4;
  filter: blur(250px);
  transform: scale(1.2);
}
.spc-hero-bg-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #000 3.3%, rgba(0, 0, 0, 0) 23.1%);
}
.spc-hero-inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 36px;
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 24px;
}
.spc-hero-poster {
  flex: none;
  width: 166px;
  height: 250px;
  object-fit: cover;
  border: 0.929px solid var(--spc-border-light);
  border-radius: 8.697px;
}
.spc-hero-text { display: flex; flex-direction: column; gap: 24px; padding-bottom: 8px; }
.spc-official {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  font-family: var(--spc-display);
  font-size: 24px;
  line-height: 1.03;
  color: var(--spc-accent);
}
.spc-hero-title {
  margin: 0;
  font-family: var(--spc-display);
  font-size: 60px;
  line-height: 1;
  font-weight: 400;
}
.spc-hero-actions { display: flex; gap: 12px; }


.spc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 50px;
  padding: 0 20px 0 15px;
  border-radius: var(--spc-r-max);
}
.spc-btn-follow { background: var(--spc-text); color: var(--spc-on-accent); }
.spc-btn-follow img { filter: invert(1); }
.spc-btn-label { font-weight: 600; font-size: 16px; line-height: 20px; }
.spc-btn-sub { font-weight: 300; font-size: 16px; color: rgba(24, 13, 34, 0.5); }
.spc-btn-rate { width: 232px; gap: 8px; background: var(--spc-surface-15); }
.spc-btn-rate-label { font-weight: 300; font-size: 16px; color: var(--spc-text-3); }
.spc-stars { display: flex; gap: 4px; }
.spc-btn-sm { height: 40px; font-size: 14px; }


.spc-shell { position: relative; max-width: 1232px; margin: 0 auto; padding: 0 24px 80px; }
.spc-tabs { display: flex; gap: 48px; margin: 85px 0 24px; }
.spc-tab {
  position: relative;
  padding: 0 0 8px;
  border: 0;
  background: none;
  font-family: var(--spc-display);
  font-size: 16px;
  color: var(--spc-text-3);
  cursor: pointer;
}
.spc-tab-off { cursor: default; }
.spc-tab-active { color: var(--spc-text); }
.spc-tab-active::after {
  content: "";
  position: absolute;
  inset: auto 0 0 1px;
  height: 4px;
  border-radius: 2px;
  background: var(--spc-accent);
}
.spc-cols[hidden] { display: none; }
.spc-cols { display: grid; grid-template-columns: minmax(0, 820px) 373px; gap: 40px; align-items: start; }
.spc-main { display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.spc-side { display: flex; flex-direction: column; gap: 16px; }


.spc-panel {
  padding: 24px;
  border: 1px solid var(--spc-border-light);
  border-radius: var(--spc-r-lg);
  background: var(--spc-surface-5);
}
.spc-panel-head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.spc-panel-title { margin: 0; font-family: var(--spc-display); font-size: 16px; font-weight: 400; }
.spc-panel-sub { margin-left: 8px; color: var(--spc-text-3); }
.spc-panel-flag { margin: 0 0 0 auto; font-size: 12px; color: var(--spc-accent); }


.spc-rail {
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 0 0 4px;
  list-style: none;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.spc-rail > * { scroll-snap-align: start; }

.spc-letter {
  flex: 0 0 340px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--spc-border-light);
  border-radius: var(--spc-r-md);
  background: var(--spc-surface-5);
}
.spc-letter-to { margin: 0; font-weight: 600; font-size: 16px; }
.spc-letter-role { margin: 0; font-size: 12px; color: var(--spc-text-3); }
.spc-letter-body { margin: 0; font-size: 14px; line-height: 1.35; color: var(--spc-text-2); }
.spc-translate, .spc-see-translation { margin: 0; font-size: 12px; color: var(--spc-text-3); }
.spc-reply {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 4px;
  padding: 12px;
  border-radius: var(--spc-r-md);
  background: var(--spc-surface-10);
}
.spc-reply-head { display: flex; align-items: center; gap: 6px; margin: 0; font-size: 12px; }
.spc-reply-author { font-weight: 600; }
.spc-reply-text { margin: 0; font-size: 14px; }
.spc-letter-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; }
.spc-poster { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; color: var(--spc-text-2); }

.spc-news {
  flex: 0 0 265px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--spc-border-light);
  border-radius: var(--spc-r-md);
  background: var(--spc-surface-5);
}
.spc-news-thumb {
  display: block;
  height: 145px;
  border-radius: var(--spc-r-md);
  background: linear-gradient(135deg, #2a2135, #171021);
}
.spc-news-title { margin: 0; font-weight: 600; font-size: 14px; line-height: 1.25; }
.spc-news-age { font-weight: 400; color: var(--spc-text-3); }
.spc-news-excerpt { margin: 0; font-size: 12px; line-height: 1.35; color: var(--spc-text-3); }

.spc-feed { display: flex; flex-direction: column; gap: 16px; margin: 0; padding: 0; list-style: none; }
.spc-post {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  border: 1px solid var(--spc-border-light);
  border-radius: var(--spc-r-lg);
  background: var(--spc-surface-5);
}

.spc-post-official { background: linear-gradient(180deg, rgba(221, 255, 0, 0.08), var(--spc-surface-5) 60%); }
.spc-post-head { display: flex; align-items: center; justify-content: space-between; }
.spc-post-age { font-size: 12px; color: var(--spc-text-3); }
.spc-post-body { margin: 0; font-size: 14px; line-height: 1.4; }
.spc-post-img { width: 100%; border-radius: var(--spc-r-md); }
.spc-post-reply {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 12px;
  border-radius: var(--spc-r-md);
  background: var(--spc-surface-10);
  font-size: 13px;
}
.spc-reply-chip { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; }

.spc-actions { display: flex; align-items: center; justify-content: space-between; }
.spc-actions-left { display: flex; align-items: center; gap: 24px; }
.spc-action { display: inline-flex; align-items: center; gap: 4px; font-size: 16px; line-height: 20px; }


.spc-card {
  border: 1px solid var(--spc-border-light);
  border-radius: var(--spc-r-lg);
  background: var(--spc-surface-10);
  overflow: hidden;
}
.spc-card-pad { display: flex; flex-direction: column; gap: 12px; padding: 24px; }
.spc-card-title { margin: 0; font-family: var(--spc-display); font-size: 20px; font-weight: 400; line-height: 1; }
.spc-card-text { margin: 0; font-size: 14px; line-height: 1.25; font-weight: 300; color: var(--spc-text-2); }
.spc-card-text-ja { color: var(--spc-text-3); font-size: 12px; }
.spc-accent { color: var(--spc-accent); }
.spc-more { color: var(--spc-text); text-decoration: underline; }


.spc-card-live { border-color: #fff79a; }
.spc-live-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 16px 24px;
  background: linear-gradient(97.14deg, rgb(255, 247, 154) 3.66%, rgb(255, 104, 113) 106.36%);
  color: var(--spc-on-accent);
  font-family: var(--spc-display);
  font-size: 14px;
  line-height: 1;
}
.spc-live-strip { display: flex; gap: 8px; padding: 0 24px; }
.spc-live-strip span { flex: 1; height: 75px; border-radius: 4px; background: #363636; }

.spc-btn-ghost {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  border: 1px solid var(--spc-border);
  border-radius: var(--spc-r-max);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.spc-btn-rsvp { height: 28px; padding: 0 14px; }

.spc-events { display: flex; flex-direction: column; gap: 12px; margin: 0; padding: 0; list-style: none; }
.spc-event { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.spc-event-body { display: flex; flex-direction: column; gap: 2px; }
.spc-event-title { font-size: 13px; font-weight: 600; }
.spc-event-meta { font-size: 11px; color: var(--spc-text-3); }

.spc-cast { display: flex; flex-direction: column; gap: 16px; margin: 0; padding: 0; list-style: none; }
.spc-cast-row { display: flex; align-items: center; gap: 12px; }
.spc-cast-body { display: flex; flex-direction: column; }
.spc-cast-name { font-size: 13px; }
.spc-cast-role { font-size: 11px; color: var(--spc-text-3); }

.spc-avatar-sm, .spc-avatar-md {
  display: inline-block;
  flex: none;
  border-radius: 50%;
  background: var(--spc-surface-15);
}
.spc-avatar-sm { width: 20px; height: 20px; }
.spc-avatar-md { width: 24px; height: 24px; }

img.spc-avatar-sm, img.spc-avatar-md { object-fit: cover; }


.spc-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}


.spc-followbar {
  position: sticky;
  bottom: 16px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 20px 24px;
  border: 1px solid var(--spc-border-light);
  border-radius: var(--spc-r-lg);
  background: rgba(16, 10, 24, 0.9);
  backdrop-filter: blur(30px);
}
.spc-followbar-title { margin: 0; font-family: var(--spc-display); font-size: 16px; white-space: nowrap; }
.spc-perks { display: flex; gap: 24px; margin: 0; padding: 0; list-style: none; }
.spc-perk { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--spc-text-2); }
.spc-followbar .spc-btn { margin-left: auto; }


.spc-fab {
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--spc-accent);
  color: var(--spc-on-accent);
  font-size: 32px;
  line-height: 1;
}


@media (max-width: 1100px) {
  .spc-cols { grid-template-columns: minmax(0, 1fr); }
  .spc-side { order: -1; }
}
@media (max-width: 640px) {
  .spc-hero { padding-top: 96px; }
  .spc-hero-inner { flex-direction: column; align-items: flex-start; gap: 16px; }
  .spc-hero-title { font-size: 40px; }
  .spc-official { font-size: 16px; }
  .spc-hero-actions { flex-wrap: wrap; }
  .spc-btn-rate { width: auto; }
  .spc-tabs { gap: 24px; margin-top: 32px; }
  .spc-search { display: none; }
  .spc-followbar { flex-direction: column; align-items: stretch; gap: 12px; }
  .spc-perks { flex-direction: column; gap: 8px; }
  .spc-followbar .spc-btn { margin-left: 0; }
}


.spc {
  max-width: 60rem;
  margin: 3rem auto;
  padding: 0 1.5rem;
  font-family: var(--font-body, system-ui, sans-serif);
  line-height: 1.5;
}
.spc-crumb { font-size: 0.875rem; opacity: 0.7; margin-bottom: 1.5rem; }
.spc-crumb a { text-decoration: underline; }
.spc-head { margin-bottom: 2rem; }
.spc-title { font-family: var(--font-montra, sans-serif); font-size: 2rem; margin: 0 0 0.5rem; }
.spc-sub { margin: 0; opacity: 0.8; }
.spc-meta { margin: 0.5rem 0 0; font-size: 0.875rem; opacity: 0.6; }
.spc-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
  gap: 1rem;
}
.spc-card-link {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  padding: 1.25rem;
  border: 1px solid var(--color-border, rgb(56, 45, 67));
  border-radius: 1rem;
}
.spc-card-link:hover { background: rgba(237, 237, 237, 0.05); }
.spc-card-name { font-family: var(--font-montra, sans-serif); font-size: 1.125rem; }
.spc-card-tagline { font-size: 0.875rem; opacity: 0.8; }
.spc-card-meta { font-size: 0.8125rem; opacity: 0.6; }
.spc-body { font-size: 0.9375rem; }


.spc-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 24px;
}
.spc-modal[hidden] { display: none; }
.spc-modal-scrim { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.6); }
.spc-modal-card {
  position: relative;
  display: flex;
  align-items: stretch;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden auto;
  border: 1px solid var(--spc-border);
  border-radius: 20px;          
}


.spc-modal-art {
  position: relative;
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 400px;
  padding: 24px;
  overflow: hidden;
  background: #000;
}
.spc-modal-art-bg {
  position: absolute;
  inset: -20%;
  width: 140%;
  height: 140%;
  object-fit: cover;
  opacity: 0.4;
  filter: blur(100px);
}
.spc-modal-logo { position: relative; width: 168px; height: 80px; object-fit: contain; }
.spc-modal-title {
  position: relative;
  margin: -24px 0 0;
  font-family: var(--spc-display);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
.spc-modal-perks {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.spc-modal-perk {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.25;
}


.spc-modal-form {
  position: relative;
  flex: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  width: 480px;
  padding: 24px;
  background: rgba(16, 10, 24, 0.96);
}
.spc-modal-close {
  position: absolute;
  top: 13px;
  right: 13px;
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
}
.spc-field { display: flex; flex-direction: column; gap: 8px; flex: 1 1 0; min-width: 0; }
.spc-field-row { display: flex; gap: 24px; }
.spc-field-label { font-size: 14px; font-weight: 300; line-height: 18px; }
.spc-input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: 0;
  border-radius: var(--spc-r-max);
  background: var(--spc-surface-5);
  color: var(--spc-text);
  font-family: inherit;
  font-size: 16px;
  line-height: 20px;
}
.spc-input::placeholder { color: var(--spc-text); opacity: 0.6; }
.spc-input:focus-visible { outline: 1px solid var(--spc-border); }

.spc-select {
  padding: 0 20px 0 15px;
  
  background-image: url("caret-down.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 16px;
  appearance: none;
}
.spc-select:invalid, .spc-select option[value=""] { color: var(--spc-text); }
.spc-modal-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  border-radius: var(--spc-r-max);
  background: var(--spc-text);
  color: var(--spc-on-accent);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 900px) {
  .spc-modal-card { flex-direction: column; }
  .spc-modal-art, .spc-modal-form { width: min(480px, 88vw); }
  .spc-modal-art { gap: 24px; padding: 32px 24px; }
}


.spc-rate-card { width: min(480px, 100%); }
.spc-rate-form { gap: 0; }
.spc-rate-step { display: flex; flex-direction: column; gap: 24px; width: 100%; }
.spc-rate-step[hidden] { display: none; }


.spc-verdict { display: flex; align-items: center; gap: 5.333px; }
.spc-verdict-star { position: relative; display: block; width: 32px; height: 32px; cursor: pointer; }
.spc-verdict-star input {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.spc-verdict-star img { display: block; width: 32px; height: 32px; }
.spc-verdict-star .spc-star-on { display: none; }
.spc-verdict-star[data-on] .spc-star-on { display: block; }
.spc-verdict-star[data-on] .spc-star-off { display: none; }
.spc-verdict-star input:focus-visible ~ img { outline: 2px solid var(--spc-border); border-radius: 4px; }


.spc-review-field { position: relative; }
.spc-textarea {
  height: 100px;
  padding: 15px;
  border-radius: var(--spc-r-lg);
  resize: none;
  line-height: 20px;
}
.spc-spoiler { position: absolute; right: 15px; bottom: 11px; }
.spc-spoiler-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: var(--spc-text-3);
}
.spc-spoiler-btn[aria-pressed="true"] { color: var(--spc-text); }


.spc-verify-head { display: flex; flex-direction: column; gap: 4px; margin: 0; }
.spc-verify-kicker { font-size: 14px; font-weight: 300; line-height: 18px; color: var(--spc-text-3); }
.spc-verify-q { font-size: 14px; font-weight: 300; line-height: 18px; }
.spc-verify-options { display: flex; flex-direction: column; gap: 12px; }
.spc-verify-option {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 20px 0 15px;
  border-radius: var(--spc-r-max);
  background: var(--spc-surface-5);
  font-size: 16px;
  line-height: 20px;
}
.spc-verify-option:hover { background: var(--spc-surface-10); }
.spc-verify-option[data-picked] { background: var(--spc-surface-15); box-shadow: inset 0 0 0 1px var(--spc-border); }
.spc-modal-submit[disabled] { opacity: 0.5; cursor: not-allowed; }


.spc-trailer {
  border: 1px solid var(--spc-border-light);
  border-radius: var(--spc-r-lg);
  overflow: hidden;
  background: #000;
}
.spc-trailer-frame {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-width: 100%;
  border: 0;
}


.spc-chars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.spc-char {
  display: flex;
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--spc-border-light);
  border-radius: var(--spc-r-md);
  background: var(--spc-surface-5);
}
.spc-char-img {
  flex: none;
  width: 56px;
  height: 76px;
  object-fit: cover;
  border-radius: 4px;
  background: var(--spc-surface-10);
}
.spc-char-body { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.spc-char-name { font-size: 14px; font-weight: 600; }
.spc-char-line { font-size: 12px; line-height: 1.35; color: var(--spc-text-3); }


.spc-uni { flex: 0 0 148px; display: flex; flex-direction: column; gap: 8px; }
.spc-uni-art { position: relative; display: block; }
.spc-uni-img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: var(--spc-r-md);
}
.spc-uni-add {
  position: absolute;
  top: 8px;
  right: 8px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(15px);
}
.spc-uni-add img { filter: invert(1) brightness(2); }
.spc-uni-title { font-size: 13px; line-height: 1.25; }
.spc-uni-meta { display: flex; align-items: center; gap: 8px; }
.spc-uni-score { font-family: var(--spc-display); font-size: 20px; color: var(--spc-accent); }
.spc-uni-type {
  padding: 2px 8px;
  border-radius: var(--spc-r-max);
  background: var(--spc-surface-10);
  font-size: 11px;
  color: var(--spc-text-3);
}


.spc-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
  margin: 0;
}
.spc-detail { display: flex; flex-direction: column; gap: 2px; }
.spc-detail-k { font-size: 11px; color: var(--spc-text-3); }
.spc-detail-v { margin: 0; font-size: 13px; line-height: 1.3; }

@media (max-width: 640px) {
  .spc-chars { grid-template-columns: minmax(0, 1fr); }
}


.spc-cols-wide { grid-template-columns: minmax(0, 1fr); }
.spc-media-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.spc-media-item { display: flex; flex-direction: column; gap: 8px; }
.spc-media-tile {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--spc-r-md);
  background: var(--spc-surface-10);
}
.spc-media-img { width: 100%; height: 100%; object-fit: cover; }
.spc-media-frame {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: var(--spc-r-md);
}
.spc-media-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55) no-repeat center;
  backdrop-filter: blur(10px);
}
.spc-media-play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  border-left: 11px solid var(--spc-text);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.spc-media-title { font-size: 13px; color: var(--spc-text-2); }


.spc-genga .spc-media-tile { background: #363636; }
.spc-locked { filter: blur(2px); }
.spc-genga-cta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 40px;
  padding: 0 20px;
  border-radius: var(--spc-r-max);
  background: var(--spc-text);
  color: var(--spc-on-accent);
  font-weight: 600;
  font-size: 14px;
}

@media (max-width: 900px) {
  .spc-media-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .spc-media-grid { grid-template-columns: minmax(0, 1fr); }
}


.spc-cols-live { grid-template-columns: minmax(0, 1fr) 373px; }
.spc-cols-live > .spc-livenow { grid-column: 1 / -1; }

.spc-livenow {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px;
}
.spc-livenow-body { display: flex; flex-direction: column; gap: 24px; flex: 1; min-width: 0; }
.spc-livenow-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-family: var(--spc-display);
  font-size: 20px;
  line-height: 1;
}
.spc-livenow-stats {
  margin: 0;
  font-family: var(--spc-display);
  font-size: 30px;
  line-height: 1.03;
}
.spc-livenow-elapsed { color: var(--spc-accent); }
.spc-livenow-watching { color: var(--spc-text-3); }
.spc-livenow-actions { display: flex; gap: 12px; }

.spc-btn-wide { padding: 0 20px; }
.spc-btn-blur {
  padding: 0 20px;
  background: var(--spc-surface-15);
  font-weight: 600;
  font-size: 16px;
}
.spc-livenow-still {
  flex: none;
  width: 325px;
  height: 183px;
  object-fit: cover;
  border-radius: var(--spc-r-md);
}

.spc-reaction-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  
  mask-image: linear-gradient(to bottom, transparent, #000 48px);
}
.spc-reaction { display: flex; align-items: center; gap: 12px; }
.spc-avatar-lg {
  flex: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--spc-surface-15);
}
.spc-reaction-user { flex: none; font-size: 16px; font-weight: 500; color: var(--spc-text-3); }
.spc-reaction-text { min-width: 0; font-size: 16px; font-weight: 300; line-height: 1.25; }

.spc-osh-score {
  margin: 0;
  font-family: var(--spc-display);
  font-size: 60px;
  line-height: 1.03;
  color: var(--spc-accent);
}
.spc-osh-raters { color: var(--spc-text); }


.spc-podium {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.spc-podium-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}
.spc-laurel { display: flex; align-items: center; gap: 2px; }
.spc-laurel img { height: 22px; }
.spc-rank-num {
  font-family: var(--spc-body);
  font-weight: 800;
  font-size: 40px;
  line-height: 1;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.spc-rank-1 .spc-rank-num { background-image: linear-gradient(155deg, #fffb00 57%, #ffc300 93%); }
.spc-rank-2 .spc-rank-num { background-image: linear-gradient(165deg, #fff 57%, #a9a9a9 93%); font-size: 36px; }
.spc-rank-3 .spc-rank-num { background-image: linear-gradient(165deg, #ffd5af 57%, #ffa375 93%); font-size: 30px; }
.spc-rank-2 .spc-laurel img { height: 20px; }
.spc-rank-3 .spc-laurel img { height: 18px; }
.spc-podium-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--spc-surface-15);
}
.spc-rank-2 .spc-podium-avatar { width: 54px; height: 54px; }
.spc-rank-3 .spc-podium-avatar { width: 48px; height: 48px; }
.spc-podium-user { font-size: 16px; font-weight: 500; line-height: 20px; }
.spc-podium-after { font-size: 14px; font-weight: 300; line-height: 18px; color: var(--spc-text-3); }

@media (max-width: 1100px) {
  .spc-cols-live { grid-template-columns: minmax(0, 1fr); }
  .spc-livenow { flex-direction: column; align-items: flex-start; }
  .spc-livenow-still { width: 100%; height: auto; aspect-ratio: 16 / 9; }
}



.spc-premium {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-left: 16px;
  overflow: hidden;
  border: 1px solid #fff79a;
  border-radius: var(--spc-r-lg);
  background: #000;
}
.spc-premium-art { position: relative; flex: none; width: 152px; height: 237px; }
.spc-premium-stack {
  position: absolute;
  top: -21px;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 4.5px;
  width: 74px;
}
.spc-premium-stack-2 { top: -60px; left: 78px; }
.spc-premium-stack i { display: block; height: 91px; border-radius: 2.7px; background: #363636; }
.spc-premium-body {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 36px;
  min-width: 0;
  padding: 24px 24px 24px 0;
}
.spc-premium-copy { display: flex; flex-direction: column; gap: 24px; }
.spc-premium-title {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-family: var(--spc-display);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.spc-premium-blurb {
  max-width: 319px;
  margin: -12px 0 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.25;
}
.spc-premium-price { font-weight: 300; font-size: 16px; color: rgba(24, 13, 34, 0.7); }
.spc-premium-perks {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-end;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.spc-premium-perk {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px 4px 4px;
  border: 1px solid var(--spc-border);
  border-radius: var(--spc-r-max);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.25;
}
.spc-premium-perk-dot {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--spc-surface-15);
}


.spc-product-tile { background: var(--spc-surface-10); }
.spc-product-name { font-size: 14px; line-height: 18px; }
.spc-product-price { margin-top: -4px; font-size: 14px; line-height: 18px; color: var(--spc-text-3); }

@media (max-width: 900px) {
  .spc-premium { flex-direction: column; align-items: stretch; padding: 0; }
  .spc-premium-art { display: none; }
  .spc-premium-body { flex-direction: column; align-items: flex-start; padding: 24px; }
  .spc-premium-perks { justify-content: flex-start; }
}
