@font-face{font-family:'Cinzel';font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/cinzel-400.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Cinzel';font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/cinzel-600.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Cinzel';font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/cinzel-700.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Marcellus';font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/marcellus-400.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/open-sans-400.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/open-sans-600.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/open-sans-700.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}

:root{
/* base */
--brown-950:#170E09;
--navy-900:#001845;
--blue-700:#034B88;
--blue-500:#056FB3;
--blue-800:#114F72;
--teal-500:#2E8C8C;
--teal-400:#3AA3A0;
--teal-600:#23706F;
--cream-100:#F3EEE2;
--parchment-200:#F5E5CF;
--rose-300:#E2C2AB;
--gold-400:#C9A15C;
--bronze-600:#8C6A3F;
--white-70:rgba(255,255,255,0.7);
--white-50:rgba(255,255,255,0.5);
/* semantic */
--bg-page:var(--brown-950);
--surface-panel:var(--navy-900);
--surface-panel-2:var(--blue-700);
--glow-blue:var(--blue-500);
--text-primary:var(--cream-100);
--text-secondary:var(--parchment-200);
--text-body:var(--white-70);
--text-muted:var(--white-50);
--action-primary:var(--teal-500);
--action-primary-hover:var(--teal-400);
--action-primary-active:var(--teal-600);
--action-secondary:var(--blue-800);
--border-ornament:var(--gold-400);
--border-ornament-dim:var(--bronze-600);
--underline-active:var(--teal-500);
--grad-heading:linear-gradient(180deg,#F3EEE2 0%,#E2C2AB 100%); /* @kind color */
--grad-panel:linear-gradient(180deg,#001845 0%,#034B88 100%); /* @kind color */
--grad-glow:radial-gradient(ellipse at 50% 0%,rgba(5,111,179,0.35) 0%,rgba(5,111,179,0) 65%); /* @kind color */
}

:root{
--font-display:'Marcellus',serif; /* mixed-case headlines */
--font-eyebrow:'Cinzel',serif;    /* uppercase eyebrows, labels, buttons */
--font-body:'Open Sans',sans-serif;
--text-h1:clamp(44px,5vw,72px);
--text-h2:clamp(32px,3.5vw,48px);
--text-h3:28px;
--text-body-size:20px;
--text-body-line:28px;
--text-small:16px;
--text-eyebrow:15px;
--track-eyebrow:0.28em;
--track-button:0.14em;
}
.h-gradient{background:var(--grad-heading);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:#F3EEE2}
.eyebrow{font-family:var(--font-eyebrow);font-size:var(--text-eyebrow);letter-spacing:var(--track-eyebrow);text-transform:uppercase;color:var(--text-primary)}

:root{
--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--space-8:64px;--space-9:96px;--space-10:140px;
--section-pad-y:var(--space-10);
--content-max:1200px;
--prose-max:640px;
--radius:0px; /* zero everywhere, by rule */
}

:root{
--texture-noise:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.05 0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E"); /* @kind other */
--vignette:radial-gradient(ellipse at 50% 50%,rgba(0,0,0,0) 55%,rgba(0,0,0,0.45) 100%); /* @kind other */
--btn-highlight:radial-gradient(ellipse at 50% 40%,rgba(255,255,255,0.18) 0%,rgba(255,255,255,0) 70%); /* @kind other */
--shadow:none; /* drop shadows are banned */
/* Raster textures (paths relative to project root; consumers copy assets/imagery/textures) */
--tex-film-grain:url("/assets/imagery/textures/film-grain-512.png"); /* @kind other */
--tex-parchment-1:url("/assets/imagery/textures/parchment-01.jpg"); /* @kind other */
--tex-parchment-2:url("/assets/imagery/textures/parchment-02.jpg"); /* @kind other */
--tex-parchment-3:url("/assets/imagery/textures/parchment-03.jpg"); /* @kind other */
--tex-leather-dark:url("/assets/imagery/textures/leather-dark-01.jpg"); /* @kind other */
--tex-stone-dark:url("/assets/imagery/textures/stone-dark-01.jpg"); /* @kind other */
--tex-smoke-1:url("/assets/imagery/textures/smoke-plate-01.jpg"); /* @kind other */
--tex-smoke-2:url("/assets/imagery/textures/smoke-plate-02.jpg"); /* @kind other */
--tex-leather-alliance:url("/assets/imagery/textures/alliance-leather-bg.jpg"); /* @kind other */
--tex-leather-horde:url("/assets/imagery/textures/horde-leather-bg.jpg"); /* @kind other */
--tex-leather-gray:url("/assets/imagery/textures/pane-leather-gray-repeating.png"); /* @kind other */
--tex-dirt-light:url("/assets/imagery/textures/pane-dirt-light.jpg"); /* @kind other */
--tex-paper:url("/assets/imagery/textures/paper-bg.jpg"); /* @kind other */
--tex-countdown:url("/assets/imagery/textures/countdown-bg.jpg"); /* @kind other */
--tex-filigree:url("/assets/imagery/ornaments/filigree-tile-256.png"); /* @kind other */
}
body{background:var(--bg-page);color:var(--text-body);font-family:var(--font-body);font-size:var(--text-body-size);line-height:var(--text-body-line);margin:0}
h1,h2{font-family:var(--font-display);font-weight:400;color:var(--text-primary)}
a{color:var(--teal-400);text-decoration:none}
a:hover{color:var(--cream-100)}
*{border-radius:0!important}
.medallion,.medallion *{border-radius:50%!important}

/* Channel site: layout that the inline component styles cannot express.
   Breakpoints: 1024 (tablet), 720 (phone). Tokens come from ../../styles.css. */

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { overflow-x: hidden; }
img { max-width: 100%; }
#latest, #roadmap { scroll-margin-top: 92px; }

/* Keyboard focus: teal ring, matches the active underline. */
a:focus-visible, button:focus-visible { outline: 2px solid var(--underline-active); outline-offset: 3px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 20; backdrop-filter: blur(6px); }
.site-nav a { transition: color .15s ease, border-color .15s ease; }
.site-nav a:hover { color: var(--text-primary); }

/* Hero copy block: right-aligned on desktop because the masthead subject sits in the left third. */
.hero-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: flex-end; }
.hero-copy { max-width: 560px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 36px; }

/* Latest */
.latest { padding: 96px 40px; max-width: 1200px; margin: 0 auto; }
.latest-filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 28px 0 40px; }
.latest-filters button { background: none; border: 0; padding: 0; cursor: pointer; font: inherit; color: inherit; }
.latest-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.latest-card { display: flex; flex-direction: column; }
.latest-card .plate { aspect-ratio: 16 / 9; position: relative; background-size: cover; background-position: center; }
.latest-card .plate img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.latest-meta { display: flex; justify-content: space-between; gap: 12px; margin: 14px 0 6px; font-family: var(--font-eyebrow); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; }
.latest-meta .cat { color: var(--teal-400); }
.latest-meta .date { color: var(--text-muted); }
.latest-title { font-family: var(--font-display); font-size: 22px; line-height: 1.2; color: var(--text-primary); margin: 0; }
.latest-body { font-size: 16px; line-height: 24px; color: var(--text-body); margin: 10px 0 0; }
.latest-source { margin-top: 10px; font-family: var(--font-eyebrow); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }
.latest-empty { text-align: center; color: var(--text-muted); padding: 40px 0; }

/* Roadmap */
.roadmap-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: center; padding: 96px 0 96px 64px; max-width: 1280px; margin: 0 auto; }
.roadmap-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 32px; }

/* Footer */
.site-footer { padding: 56px 40px; text-align: center; border-top: 1px solid rgba(201,161,92,0.25); }
.site-footer p { font-size: 14px; line-height: 22px; color: var(--text-muted); max-width: 560px; margin: 0 auto; }
.site-footer p + p { margin-top: 10px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; margin-top: 20px; }
.footer-links a { font-family: var(--font-eyebrow); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }

@media (max-width: 1024px) {
  .latest-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .roadmap-grid { grid-template-columns: 1fr; gap: 40px; padding: 72px 40px; }
  .roadmap-grid > :last-child { margin-right: 0 !important; }
}

@media (max-width: 720px) {
  #latest, #roadmap { scroll-margin-top: 124px; }
  .site-header { padding: 14px 20px !important; flex-wrap: wrap; row-gap: 12px; }
  .site-header img { height: 44px !important; }
  .site-nav { order: 3; width: 100%; justify-content: center; gap: 20px !important; }
  .site-nav a { font-size: 12px !important; }
  .hero-inner { justify-content: flex-start; }
  .hero-actions a { flex: 1 1 100%; }
  .latest { padding: 64px 20px; }
  .latest-grid { grid-template-columns: 1fr; gap: 32px; }
  .roadmap-grid { padding: 56px 20px; }
  .site-footer { padding: 40px 20px; }
}

/* Tier list page */
.tl-page { padding: 72px 40px 96px; }
.tl { max-width: 1240px; margin: 0 auto; }
.tl-toolbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 24px; margin: 32px 0 18px; }
.tl-status { font-family: var(--font-eyebrow); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--text-muted); display: flex; gap: 18px; align-items: center; }
.tl-toast { color: var(--teal-400); }
.tl-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.tl-board { display: grid; gap: 8px; position: relative; }
.tl-board.is-dragging { cursor: grabbing; user-select: none; }
.tl-row { display: grid; grid-template-columns: 152px minmax(0, 1fr); gap: 8px; }
.tl-row.is-pool { margin-top: 10px; padding-top: 14px; border-top: 1px solid rgba(201,161,92,0.35); }
.tl-label { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 8px; font-family: var(--font-eyebrow); font-weight: 700; font-size: 13px; letter-spacing: .06em; line-height: 1.15; text-transform: uppercase; white-space: pre-line; }
.tl-label .is-big { font-size: 34px; letter-spacing: .02em; }
.is-pool .tl-label { color: var(--gold-400); box-shadow: inset 0 0 0 1px rgba(201,161,92,0.35); }
.tl-count { font-size: 20px; margin-top: 4px; }
.tl-drop { display: flex; flex-wrap: wrap; align-items: flex-start; align-content: flex-start; gap: 6px; padding: 6px; min-height: 104px; background: rgba(10,7,5,0.6); box-shadow: inset 0 0 0 1px rgba(201,161,92,0.16); transition: background .12s ease, box-shadow .12s ease; }
.is-over .tl-drop { background: rgba(201,161,92,0.14); box-shadow: inset 0 0 0 1px rgba(201,161,92,0.6); }
.can-place .tl-drop { cursor: pointer; box-shadow: inset 0 0 0 1px rgba(58,163,160,0.55); }
.can-place .tl-drop:hover, .can-place .tl-drop:focus-visible { background: rgba(46,140,140,0.16); outline: none; }
.tl-empty { align-self: center; padding: 0 6px; font-family: var(--font-eyebrow); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,0.32); }
.tl-marker { width: 3px; align-self: stretch; min-height: 90px; background: var(--gold-400); box-shadow: 0 0 8px rgba(229,198,127,0.8); }
.tl-chip, .tl-ghost { position: relative; width: 78px; height: 92px; padding: 0; border: 1px solid rgba(201,161,92,0.5); background: radial-gradient(ellipse at 50% 18%, color-mix(in srgb, var(--cls) 22%, transparent) 0%, rgba(14,9,6,0.95) 76%) #0E0906; color: var(--text-primary); font: inherit; cursor: grab; touch-action: pan-y; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; gap: 1px; padding-bottom: 5px; transition: transform .1s ease, box-shadow .1s ease, opacity .1s ease; }
.tl-chip::before, .tl-ghost::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: var(--cls); }
.tl-chip img, .tl-ghost img { position: absolute; left: 50%; top: 26px; width: 40px; height: 40px; transform: translate(-50%, -50%); object-fit: cover; pointer-events: none; }
.tl-chip-class { font-family: var(--font-body); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; color: rgba(243,238,226,0.62); }
.tl-chip-spec { font-family: var(--font-eyebrow); font-weight: 700; font-size: 12px; line-height: 1.05; text-shadow: 0 1px 4px #000; padding: 0 2px; text-align: center; }
.tl-chip-spec.is-long { font-size: 9.5px; }
.tl-chip:hover { transform: translateY(-2px); box-shadow: 0 6px 14px rgba(0,0,0,0.5); }
.tl-chip:focus-visible { outline: 2px solid var(--underline-active); outline-offset: 2px; }
.tl-chip.is-selected { outline: 2px solid var(--underline-active); outline-offset: 2px; box-shadow: 0 0 0 4px rgba(46,140,140,0.25); }
.tl-chip.is-dragging { opacity: .3; }
.tl-ghost { position: fixed; z-index: 50; pointer-events: none; transform: scale(1.06) rotate(-2deg); box-shadow: 0 16px 32px rgba(0,0,0,0.7); border-color: var(--gold-400); }
.tl-foot { margin: 18px 0 0; font-size: 14px; line-height: 22px; color: var(--text-muted); text-align: center; }

@media (max-width: 720px) {
  .tl-page { padding: 40px 12px 64px; }
  .tl-toolbar { margin: 24px 0 14px; }
  .tl-row { grid-template-columns: 84px minmax(0, 1fr); gap: 6px; }
  .tl-label { padding: 6px 4px; font-size: 10px; }
  .tl-label .is-big { font-size: 26px; }
  .tl-chip, .tl-ghost { width: 68px; height: 84px; }
  .tl-drop { min-height: 96px; }
  .tl-marker { min-height: 82px; }
}

/* Blog */
.blog-page { padding: 72px 40px 96px; }
.blog-card-art { display: block; }
.latest-source .sep { color: var(--text-muted); }
.latest-title a { color: inherit; }
.latest-title a:hover { color: var(--teal-400); }
.post { max-width: 760px; margin: 0 auto; }
.post-crumbs { font-family: var(--font-eyebrow); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 28px; }
.post-crumbs a { color: var(--text-muted); }
.post-crumbs a:hover { color: var(--text-primary); }
.post-head { margin-bottom: 32px; }
.post-title { font-family: var(--font-display); font-weight: 400; font-size: clamp(34px, 4.2vw, 54px); line-height: 1.1; margin: 14px 0 18px; }
.post-lede { font-size: 20px; line-height: 30px; color: var(--text-secondary); margin: 0; }
.post-art .plate, .post-video-box { position: relative; aspect-ratio: 16 / 9; background: #0E0906; }
.post-art .plate img, .post-video-box iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; object-fit: cover; }
.post-video-cap { font-size: 14px; color: var(--text-muted); margin: 12px 0 0; }
.post-body { margin-top: 40px; font-size: 19px; line-height: 30px; color: var(--text-body); }
.post-body p { margin: 0 0 22px; }
.post-body h2 { font-family: var(--font-display); font-weight: 400; font-size: 30px; line-height: 1.15; margin: 44px 0 16px; background: var(--grad-heading); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: #F3EEE2; }
.post-body h3 { font-family: var(--font-eyebrow); font-weight: 600; font-size: 15px; letter-spacing: .18em; text-transform: uppercase; color: var(--text-primary); margin: 32px 0 12px; }
.post-body strong { color: var(--text-primary); font-weight: 600; }
.post-body ul, .post-body ol { margin: 0 0 22px; padding-left: 26px; }
.post-body li { margin-bottom: 8px; }
.post-body blockquote { margin: 0 0 22px; padding: 4px 0 4px 20px; border-left: 2px solid var(--gold-400); color: var(--text-secondary); }
.post-body a { text-decoration: underline; text-underline-offset: 3px; }
.post-sources { margin-top: 44px; padding-top: 24px; border-top: 1px solid rgba(201,161,92,0.35); }
.post-sources h2 { font-family: var(--font-eyebrow); font-size: 13px; letter-spacing: .22em; text-transform: uppercase; color: var(--text-primary); margin: 0 0 12px; }
.post-sources ul { margin: 0; padding-left: 20px; font-size: 15px; line-height: 24px; }
.post-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 40px; }
.post-related { padding-top: 80px !important; padding-bottom: 0 !important; }
.post-related-title { font-family: var(--font-display); font-weight: 400; font-size: 30px; text-align: center; margin: 0 0 32px; }
@media (max-width: 720px) {
  .blog-page { padding: 40px 16px 64px; }
  .post-body { font-size: 17px; line-height: 27px; }
  .post-lede { font-size: 18px; line-height: 27px; }
}

/* Brand text next to the mark */
.site-brand { display: flex; align-items: center; gap: 12px; color: var(--text-primary); }
.site-wordmark { font-family: var(--font-eyebrow); font-size: 15px; letter-spacing: .16em; text-transform: uppercase; line-height: 1.1; white-space: nowrap; }
.site-wordmark em { font-style: normal; color: var(--teal-400); }

/* FAQ on the home page */
.faq { padding: 96px 40px; max-width: 1200px; margin: 0 auto; }
.faq-list { margin: 40px 0 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 40px; }
.faq-item { border-top: 1px solid rgba(201,161,92,0.35); padding-top: 18px; }
.faq-item dt h3 { font-family: var(--font-display); font-weight: 400; font-size: 24px; line-height: 1.2; color: var(--text-primary); margin: 0 0 10px; }
.faq-item dd { margin: 0; }
.faq-item dd p { font-size: 17px; line-height: 27px; color: var(--text-body); margin: 0 0 10px; }
.faq-item dd a { font-family: var(--font-eyebrow); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }

/* Tier list methodology */
.tl-method { max-width: 760px; margin: 72px auto 0; }
.tl-method h2 { font-family: var(--font-display); font-weight: 400; font-size: 30px; line-height: 1.15; margin: 0 0 18px; }
.tl-method p { font-size: 18px; line-height: 29px; color: var(--text-body); margin: 0 0 18px; }
.tl-method a { text-decoration: underline; text-underline-offset: 3px; }

/* Footer nav and byline */
.footer-name { font-family: var(--font-eyebrow); font-size: 13px; letter-spacing: .22em; text-transform: uppercase; color: var(--text-primary) !important; margin-bottom: 10px !important; }
.footer-social { margin-top: 12px; }
.post-byline { margin: 14px 0 0; font-family: var(--font-eyebrow); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--text-muted); }
.post-byline a { color: var(--text-primary); }
.notfound .post-actions { margin-top: 28px; }

@media (max-width: 1024px) { .faq-list { grid-template-columns: 1fr; } }
@media (max-width: 720px) {
  .site-wordmark { display: none; }
  .faq { padding: 64px 20px; }
  .faq-item dt h3 { font-size: 21px; }
}
