/*! tailwindcss v4.1.7 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-mono: "IBM Plex Mono", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-cave: #0a0908;
    --color-stone: #1a1614;
    --color-slate: #252018;
    --color-rock: #332e28;
    --color-fire: #f97316;
    --color-ember: #ea580c;
    --color-gold: #d97706;
    --color-ash: #fafaf8;
    --color-bone: #d6d3d1;
    --color-smoke: #a8a29e;
    --color-char: #44403c;
    --color-pitch: #111110;
    --font-display: "Bebas Neue", sans-serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .resize {
    resize: both;
  }
}
@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/bebas-neue-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/ibm-plex-mono-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/ibm-plex-mono-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/ibm-plex-mono-latin-700-normal.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/ibm-plex-mono-latin-400-italic.woff2") format("woff2");
}
:root {
  --rock-texture: 0.19;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: var(--color-cave);
  color: var(--color-ash);
  font-family: var(--font-mono);
  font-size: 0.95rem;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
  padding: 0.6rem 1rem;
  background: var(--color-pitch);
  color: var(--color-fire);
  border: 1px solid var(--color-fire);
  font-family: var(--font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.05em;
}
.split {
  display: flex;
  flex-direction: column;
  min-height: 100svh;
}
@media (min-width: 900px) {
  .split {
    flex-direction: row;
    align-items: flex-start;
  }
}
.panel {
  position: relative;
  overflow: hidden;
  background: radial-gradient( ellipse 100% 70% at 35% 30%, #1a1008 0%, var(--color-cave) 72% );
  padding: 4rem 2rem 3rem;
}
.panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient( ellipse 60% 55% at 40% 40%, transparent 55%, rgba(0, 0, 0, 0.45) 100% );
  pointer-events: none;
  z-index: 0;
}
.fire-canvas {
  display: none;
}
@media (min-width: 900px) {
  .fire-canvas {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
  }
}
@media (min-width: 900px) {
  .panel {
    position: sticky;
    top: 0;
    width: 44%;
    height: 100svh;
    display: flex;
    align-items: center;
    padding: 3rem clamp(2rem, 4vw, 4.5rem);
    border-right: 1px solid var(--color-rock);
  }
}
.panel-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}
.mascot {
  display: block;
  width: clamp(110px, 22vw, 210px);
  height: auto;
  margin-bottom: 1.5rem;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.55));
}
.hero-eyebrow {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--color-fire);
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
  opacity: 0.8;
}
.hero-name {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 7vw, 6rem);
  line-height: 0.88;
  color: var(--color-ash);
  margin-bottom: 1.25rem;
  animation: ember-flicker 5s ease-in-out infinite;
}
@keyframes ember-flicker {
  0%, 100% {
    text-shadow: 0 0 60px rgba(249, 115, 22, 0.22);
  }
  20% {
    text-shadow: 0 0 90px rgba(249, 115, 22, 0.4), 0 0 30px rgba(234, 88, 12, 0.2);
  }
  45% {
    text-shadow: 0 0 40px rgba(249, 115, 22, 0.15);
  }
  70% {
    text-shadow: 0 0 100px rgba(249, 115, 22, 0.35), 0 0 25px rgba(217, 119, 6, 0.25);
  }
}
.hero-tagline {
  font-family: var(--font-mono);
  font-size: clamp(0.8rem, 1.2vw, 0.95rem);
  color: var(--color-smoke);
  margin-bottom: 2rem;
  font-style: italic;
}
.hero-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.65rem;
  margin-top: 3.5rem;
}
.social-link {
  display: inline-flex;
  color: var(--color-smoke);
  transition: color 0.2s, transform 0.2s;
}
.social-link svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}
.social-link:hover {
  color: var(--color-fire);
  transform: translateY(-2px);
}
.spy {
  display: none;
}
@media (min-width: 900px) {
  .spy {
    display: block;
    margin-top: 2.75rem;
  }
}
.spy ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.spy li {
  display: flex;
  flex-direction: column;
}
.spy-link {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.3rem 0;
  color: var(--color-smoke);
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: color 0.2s;
}
.spy-link:hover {
  color: var(--color-bone);
}
.spy-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-char);
  flex-shrink: 0;
  transition: width 0.25s, height 0.25s, background 0.25s, box-shadow 0.25s;
}
.spy-line {
  width: 1px;
  height: 18px;
  margin-left: 3.5px;
  background: var(--color-rock);
  transition: background 0.25s;
}
.spy-link[data-passed="true"] .spy-dot {
  background: var(--color-ember);
}
.spy-link[data-passed="true"] + .spy-line {
  background: var(--color-ember);
}
.spy-link[data-active="true"] {
  color: var(--color-fire);
}
.spy-link[data-active="true"] .spy-dot {
  width: 12px;
  height: 12px;
  background: var(--color-fire);
  box-shadow: 0 0 10px rgba(249, 115, 22, 0.6);
}
.feed {
  position: relative;
  width: 100%;
  padding: 2.5rem 1.5rem 4rem;
  background-color: var(--color-cave);
}
.feed::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: var(--rock-texture, 0.32);
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='600' height='600' viewBox='0 0 600 600'><filter id='g' x='0%' y='0%' width='100%' height='100%'><feTurbulence type='fractalNoise' baseFrequency='0.62' numOctaves='2' stitchTiles='stitch'/><feColorMatrix type='matrix' values='0 0 0 0 0.549 0 0 0 0 0.376 0 0 0 0 0.216 0.33 0.33 0.33 0 0'/><feComponentTransfer><feFuncA type='linear' slope='2.3' intercept='-1.0'/></feComponentTransfer></filter><rect width='600' height='600' filter='url(%23g)'/></svg>"), url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='600' height='600' viewBox='0 0 600 600' preserveAspectRatio='none'><filter id='s'><feTurbulence type='fractalNoise' baseFrequency='0.0035 0.04' numOctaves='3'/><feColorMatrix type='matrix' values='0 0 0 0 0.471 0 0 0 0 0.322 0 0 0 0 0.18 0.33 0.33 0.33 0 0'/><feComponentTransfer><feFuncA type='linear' slope='1.5' intercept='-0.45'/></feComponentTransfer></filter><rect width='600' height='600' filter='url(%23s)'/></svg>"), url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='600' height='600' viewBox='0 0 600 600'><filter id='m' x='0%' y='0%' width='100%' height='100%'><feTurbulence type='fractalNoise' baseFrequency='0.013333' numOctaves='3' stitchTiles='stitch'/><feColorMatrix type='matrix' values='0 0 0 0 0.373 0 0 0 0 0.247 0 0 0 0 0.137 0.33 0.33 0.33 0 0'/><feComponentTransfer><feFuncA type='linear' slope='1.1' intercept='-0.15'/></feComponentTransfer></filter><rect width='600' height='600' filter='url(%23m)'/></svg>");
  background-size: 600px 600px, 100% 100%, 600px 600px;
  background-repeat: repeat, no-repeat, repeat;
}
.feed > * {
  position: relative;
  z-index: 1;
}
@media (min-width: 900px) {
  .feed {
    width: 56%;
    min-height: 100svh;
    padding: clamp(3rem, 6vh, 6rem) clamp(2rem, 4vw, 4rem) 5rem;
  }
}
.section {
  padding-bottom: 3.5rem;
}
.section-header {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--color-rock);
  padding-bottom: 1rem;
}
.section-rune {
  display: inline-flex;
  align-items: center;
  color: var(--color-fire);
}
.section-rune svg {
  width: 1.4rem;
  height: 1.4rem;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  color: var(--color-ash);
  letter-spacing: 0.06em;
  line-height: 1;
}
.section-sub {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--color-smoke);
  letter-spacing: 0.1em;
  margin-left: auto;
}
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.1rem;
  margin-bottom: 1.75rem;
}
.cards-grid--video {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.card {
  display: block;
  background: var(--color-stone);
  border: 1px solid var(--color-rock);
  color: var(--color-ash);
  text-decoration: none;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
  position: relative;
  overflow: hidden;
}
.card:hover {
  border-color: var(--color-fire);
  box-shadow: 0 0 0 1px rgba(249, 115, 22, 0.15), 0 4px 24px rgba(249, 115, 22, 0.1), 0 0 40px rgba(249, 115, 22, 0.05);
  transform: translateY(-3px);
}
.card-inner {
  padding: 1.25rem;
}
.card-cover {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid var(--color-rock);
  filter: brightness(0.9) saturate(0.85);
  transition: filter 0.25s;
}
.card:hover .card-cover {
  filter: brightness(1) saturate(1);
}
.card-header {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.card-title {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--color-ash);
  line-height: 1.3;
  flex: 1;
  word-break: break-word;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.28em;
  font-family: var(--font-mono);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--color-gold);
  white-space: nowrap;
  flex-shrink: 0;
  letter-spacing: 0.02em;
}
.badge-glyph {
  font-size: 1.45em;
  line-height: 1;
}
.card-desc {
  font-size: 0.8rem;
  color: var(--color-smoke);
  margin-bottom: 0.75rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-footer {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--color-rock);
}
.card-meta {
  font-size: 0.7rem;
  color: var(--color-smoke);
  letter-spacing: 0.05em;
  font-style: italic;
}
.ml-auto {
  margin-left: auto;
}
.lang-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-top: 0.5rem;
}
.tag {
  font-size: 0.65rem;
  color: rgba(249, 115, 22, 0.7);
  font-family: var(--font-mono);
}
.card-video .video-thumb-wrap {
  position: relative;
  overflow: hidden;
}
.card-video .video-thumb {
  width: 100%;
  height: 155px;
  object-fit: cover;
  display: block;
  filter: brightness(0.85);
  transition: filter 0.25s, transform 0.25s;
}
.card-video:hover .video-thumb {
  filter: brightness(1);
  transform: scale(1.03);
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 38px;
  height: 44px;
  background: var(--color-fire);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5));
  transition: transform 0.2s, filter 0.2s;
}
.card-video:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.12);
  filter: drop-shadow(0 0 10px rgba(249, 115, 22, 0.65));
}
.skeleton-card {
  padding: 1.25rem;
}
.sk {
  background: linear-gradient( 90deg, var(--color-rock) 25%, var(--color-slate) 50%, var(--color-rock) 75% );
  background-size: 200% 100%;
  animation: shimmer 1.8s ease-in-out infinite;
  border-radius: 1px;
  margin-bottom: 0.6rem;
}
@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.sk-cover {
  height: 140px;
  margin: -1.25rem -1.25rem 1rem;
}
.sk-video-thumb {
  height: 155px;
  margin: -1.25rem -1.25rem 1rem;
}
.sk-title {
  height: 16px;
  width: 70%;
}
.sk-text {
  height: 12px;
  width: 100%;
}
.sk-short {
  width: 45%;
}
.sk-footer {
  height: 10px;
  width: 40%;
  margin-top: 0.75rem;
}
.see-all {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--color-fire);
  letter-spacing: 0.15em;
  border-bottom: 1px solid rgba(249, 115, 22, 0.3);
  padding-bottom: 2px;
  transition: border-color 0.2s, color 0.2s;
}
.see-all svg {
  width: 1rem;
  height: 1rem;
  transition: transform 0.2s;
}
.see-all:hover {
  color: var(--color-ember);
  border-color: var(--color-ember);
}
.see-all:hover svg {
  transform: translateX(3px);
}
.error-msg {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--color-smoke);
  font-style: italic;
  padding: 2rem 0;
}
.site-footer {
  margin-top: 2rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--color-rock);
}
.footer-name {
  font-family: var(--font-display);
  font-size: 1.75rem;
  color: var(--color-fire);
  letter-spacing: 0.1em;
  opacity: 0.5;
  margin-bottom: 0.4rem;
}
.footer-sub a {
  font-size: 0.8rem;
  color: var(--color-smoke);
  font-family: var(--font-mono);
  transition: color 0.2s;
}
.footer-sub a:hover {
  color: var(--color-fire);
}
.footer-copy {
  font-size: 0.7rem;
  color: var(--color-smoke);
  font-family: var(--font-mono);
  margin-top: 0.6rem;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .cards-grid > .card:nth-child(n + 4) {
    display: none;
  }
}
@media (min-width: 900px) {
  .cards-grid > .card:not(.skeleton-card) {
    animation: card-drop 0.55s backwards;
  }
  .cards-grid > .card:not(.skeleton-card):nth-child(2) {
    animation-delay: 0.06s;
  }
  .cards-grid > .card:not(.skeleton-card):nth-child(3) {
    animation-delay: 0.12s;
  }
  .cards-grid > .card:not(.skeleton-card):nth-child(4) {
    animation-delay: 0.18s;
  }
  .cards-grid > .card:not(.skeleton-card):nth-child(5) {
    animation-delay: 0.24s;
  }
  .cards-grid > .card:not(.skeleton-card):nth-child(6) {
    animation-delay: 0.3s;
  }
}
@keyframes card-drop {
  0% {
    opacity: 0;
    transform: translateY(-60px) rotate(0deg);
    animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.2);
  }
  20% {
    opacity: 1;
  }
  50% {
    transform: translateY(0) rotate(0deg);
  }
  61% {
    transform: translateY(0) rotate(-1.2deg);
  }
  73% {
    transform: translateY(0) rotate(0.7deg);
  }
  85% {
    transform: translateY(0) rotate(-0.3deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-name, .cards-grid > .card {
    animation: none;
  }
  .fire-canvas {
    display: none;
  }
  html {
    scroll-behavior: auto;
  }
}
