/* ==========================================================================
 NFT History · nfthistory.net
 FUN-first UI + AAA polish
 Cartoon energy · chunky stickers · playful timeline · premium motion
 ========================================================================== */

@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=Nunito:wght@400;600;700;800&family=JetBrains+Mono:wght@500;700&display=swap");

:root {
 /* Playful purple comic world */
 --bg: #1a1040;
 --bg-2: #24155a;
 --bg-elevated: #2a1a66;
 --bg-card: #322075;
 --bg-card-hover: #3d2888;
 --bg-highlight: #3a226e;
 --bg-void: #120a30;
 --border: #5b3db5;
 --border-strong: #7c5cff;
 --text: #fff8ff;
 --text-muted: #c9b8f0;
 --text-dim: #9a88c9;
 --text-bright: #ffffff;

 --accent: #5ce1ff;
 --accent-soft: rgba(92, 225, 255, 0.18);
 --accent-hover: #8aecff;
 --accent-glow: 0 0 20px rgba(92, 225, 255, 0.35);

 --gold: #ffd84d;
 --gold-bright: #ffe66d;
 --gold-soft: rgba(255, 216, 77, 0.22);
 --gold-border: rgba(255, 216, 77, 0.55);
 --gold-glow: 0 0 24px rgba(255, 216, 77, 0.35);

 --coral: #ff6b9d;
 --mint: #5dffa8;
 --lavender: #b794ff;
 --sun: #ffb347;
 --sky: #5ce1ff;

 --success: #5dffa8;
 --success-soft: rgba(93, 255, 168, 0.16);
 --warning: #ffb347;
 --danger: #ff6b9d;
 --danger-soft: rgba(255, 107, 157, 0.16);

 --grade-a: #5dffa8;
 --grade-b: #5ce1ff;
 --grade-c: #ffb347;
 --grade-d: #ff9f6b;
 --grade-f: #ff6b9d;

 --radius: 18px;
 --radius-sm: 12px;
 --radius-pill: 999px;
 --shadow: 4px 4px 0 #0d0820;
 --shadow-lg: 6px 6px 0 #0d0820;
 --shadow-pop: 8px 8px 0 #0d0820;
 --header-h: 72px;
 --font: "Nunito", system-ui, sans-serif;
 --font-display: "Fredoka", "Nunito", system-ui, sans-serif;
 --font-mono: "JetBrains Mono", ui-monospace, monospace;
 --max-w: 1100px;
 --transition: 0.22s cubic-bezier(0.34, 1.4, 0.64, 1);
 --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
 --theme-color: #1a1040;
}

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

html {
 scroll-behavior: smooth;
 scroll-padding-top: calc(var(--header-h) + 20px);
}

body {
 margin: 0;
 font-family: var(--font);
 font-size: 16px;
 line-height: 1.65;
 color: var(--text);
 background:
 radial-gradient(ellipse 90% 60% at 10% -10%, rgba(255, 107, 157, 0.2), transparent 50%),
 radial-gradient(ellipse 70% 50% at 100% 0%, rgba(92, 225, 255, 0.16), transparent 45%),
 radial-gradient(ellipse 50% 40% at 50% 100%, rgba(183, 148, 255, 0.14), transparent),
 var(--bg);
 background-attachment: fixed;
 -webkit-font-smoothing: antialiased;
 min-height: 100vh;
 overflow-x: hidden;
}

/* Soft confetti dots */
body::before {
 content: "";
 pointer-events: none;
 position: fixed;
 inset: 0;
 z-index: 0;
 opacity: 0.4;
 background-image:
 radial-gradient(circle at 12% 20%, var(--gold) 0 2px, transparent 3px),
 radial-gradient(circle at 88% 30%, var(--sky) 0 2px, transparent 3px),
 radial-gradient(circle at 70% 80%, var(--coral) 0 2.5px, transparent 3.5px),
 radial-gradient(circle at 25% 75%, var(--mint) 0 2px, transparent 3px),
 radial-gradient(circle at 50% 40%, var(--lavender) 0 1.5px, transparent 2.5px);
}

/* AAA-lite world layer (softer, fun) */
.fx-world {
 position: fixed;
 inset: 0;
 z-index: 0;
 pointer-events: none;
 overflow: hidden;
 opacity: 0.85;
}

.fx-world__gradient {
 position: absolute;
 inset: 0;
 background:
 radial-gradient(ellipse 80% 50% at 50% -20%, rgba(255, 107, 157, 0.15), transparent 55%),
 radial-gradient(ellipse 50% 40% at 90% 30%, rgba(92, 225, 255, 0.12), transparent 50%),
 radial-gradient(ellipse 40% 30% at 10% 70%, rgba(255, 216, 77, 0.1), transparent 50%);
}

.fx-world__grid {
 position: absolute;
 inset: -20%;
 background-image:
 linear-gradient(rgba(124, 92, 255, 0.07) 1px, transparent 1px),
 linear-gradient(90deg, rgba(124, 92, 255, 0.07) 1px, transparent 1px);
 background-size: 48px 48px;
 transform: perspective(500px) rotateX(55deg);
 mask-image: radial-gradient(ellipse 60% 50% at 50% 40%, black, transparent);
 animation: gridFun 30s linear infinite;
}

@keyframes gridFun {
 from { background-position: 0 0; }
 to { background-position: 0 48px; }
}

.fx-world__orbs { position: absolute; inset: 0; }

.fx-world__orb {
 position: absolute;
 border-radius: 50%;
 filter: blur(70px);
 opacity: 0.5;
 animation: orbBob 12s ease-in-out infinite alternate;
}

.fx-world__orb--1 {
 width: 360px; height: 360px; top: -8%; left: 15%;
 background: rgba(255, 107, 157, 0.35);
}
.fx-world__orb--2 {
 width: 280px; height: 280px; bottom: 8%; right: -4%;
 background: rgba(92, 225, 255, 0.28);
 animation-delay: -4s;
}
.fx-world__orb--3 {
 width: 240px; height: 240px; top: 45%; left: -6%;
 background: rgba(255, 216, 77, 0.2);
 animation-delay: -8s;
}

@keyframes orbBob {
 from { transform: translate(0, 0) scale(1); }
 to { transform: translate(24px, 30px) scale(1.1); }
}

.fx-world__vignette {
 position: absolute;
 inset: 0;
 background: radial-gradient(ellipse 75% 70% at 50% 40%, transparent 40%, rgba(13, 8, 32, 0.55) 100%);
}

.fx-world__noise,
.fx-world__scan { display: none; } /* keep fun, drop CRT */

.fx-cursor {
 position: fixed;
 width: 420px;
 height: 420px;
 border-radius: 50%;
 pointer-events: none;
 z-index: 1;
 background: radial-gradient(circle, rgba(255, 216, 77, 0.1) 0%, rgba(92, 225, 255, 0.06) 40%, transparent 70%);
 transform: translate(-50%, -50%);
 opacity: 0;
 transition: opacity 0.35s;
 mix-blend-mode: screen;
}

body.is-pointer .fx-cursor { opacity: 1; }

.fx-progress {
 position: fixed;
 top: 0; left: 0;
 height: 4px;
 width: 0%;
 z-index: 200;
 background: linear-gradient(90deg, var(--coral), var(--gold), var(--mint), var(--sky));
 box-shadow: 0 0 12px rgba(255, 216, 77, 0.5);
 border-radius: 0 2px 2px 0;
 transition: width 0.1s linear;
}

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--bg-void); }
::-webkit-scrollbar-thumb {
 background: linear-gradient(180deg, var(--coral), var(--lavender));
 border-radius: 8px;
 border: 2px solid var(--bg-void);
}

img { max-width: 100%; height: auto; }

a {
 color: var(--sky);
 text-decoration: none;
 font-weight: 700;
 transition: color var(--transition), transform var(--transition);
}

a:hover {
 color: var(--accent-hover);
 text-decoration: underline;
 text-decoration-thickness: 2px;
 text-underline-offset: 3px;
}

a:focus-visible,
button:focus-visible {
 outline: 3px solid var(--gold);
 outline-offset: 3px;
 border-radius: 8px;
}

.container {
 width: min(100% - 1.75rem, var(--max-w));
 margin-inline: auto;
 position: relative;
 z-index: 2;
}

.section {
 padding: 3rem 0;
 position: relative;
 z-index: 2;
}

.section-header {
 margin-bottom: 1.75rem;
 text-align: center;
}

.section-header h2 {
 margin: 0 0 0.6rem;
 font-family: var(--font-display);
 font-size: clamp(1.65rem, 4vw, 2.15rem);
 font-weight: 700;
 letter-spacing: -0.02em;
 color: var(--text);
 display: inline-block;
 padding: 0.4rem 1.1rem;
 background: var(--bg-card);
 border: 3px solid var(--border-strong);
 border-radius: var(--radius-pill);
 box-shadow: var(--shadow);
 transform: rotate(-1deg);
}

.section-header h2::before { display: none; }

.section-header p {
 margin: 1rem auto 0;
 color: var(--text-muted);
 max-width: 62ch;
 font-size: 1.02rem;
 padding-left: 0;
}

.section-note {
 margin-top: 1.35rem;
 padding: 1rem 1.15rem;
 font-size: 0.9rem;
 color: var(--text-muted);
 background: var(--bg-card);
 border: 3px solid var(--border);
 border-radius: var(--radius);
 box-shadow: var(--shadow);
 border-left: 6px solid var(--sky);
}

/* - - - Header - - - */
.site-header {
 position: sticky;
 top: 0;
 z-index: 100;
 height: var(--header-h);
 background: rgba(26, 16, 64, 0.9);
 backdrop-filter: blur(14px);
 border-bottom: 3px solid var(--border-strong);
 box-shadow: 0 4px 0 rgba(13, 8, 32, 0.35);
}

.site-header::after {
 content: "";
 position: absolute;
 left: 0; right: 0; bottom: -1px;
 height: 3px;
 background: linear-gradient(90deg, var(--coral), var(--gold), var(--mint), var(--sky), var(--lavender));
 opacity: 0.85;
}

.header-inner {
 display: flex;
 align-items: center;
 justify-content: space-between;
 height: 100%;
 gap: 0.75rem;
}

.logo {
 display: flex;
 align-items: center;
 gap: 0.65rem;
 color: var(--text);
 text-decoration: none;
 flex-shrink: 0;
 min-width: 0;
}

.logo:hover {
 color: var(--text);
 text-decoration: none;
 transform: scale(1.03);
}

.logo-img {
 width: 42px;
 height: 42px;
 border-radius: 14px;
 object-fit: cover;
 border: 3px solid var(--gold);
 background: #120a30;
 flex-shrink: 0;
 box-shadow: 3px 3px 0 #0d0820;
 transition: transform var(--transition);
}

.logo:hover .logo-img {
 transform: rotate(-8deg) scale(1.08);
}

.logo-text {
 display: flex;
 flex-direction: column;
 gap: 0.05rem;
 min-width: 0;
 line-height: 1.15;
}

.logo-title {
 font-family: var(--font-display);
 font-weight: 700;
 font-size: 1.05rem;
 letter-spacing: -0.02em;
 color: var(--text);
 white-space: nowrap;
}

.logo-sub {
 font-size: 0.68rem;
 font-weight: 800;
 letter-spacing: 0.06em;
 text-transform: uppercase;
 color: var(--gold);
 white-space: nowrap;
}

.logo-mark {
 display: grid;
 place-items: center;
 width: 42px;
 height: 42px;
 border-radius: 14px;
 background: linear-gradient(135deg, var(--gold-soft), var(--accent-soft));
 border: 3px solid var(--gold);
 font-family: var(--font-display);
 font-size: 0.85rem;
 font-weight: 700;
 color: var(--gold);
 box-shadow: 3px 3px 0 #0d0820;
}

.nav-desktop {
 display: none;
 align-items: center;
 gap: 0.25rem;
}

.nav-desktop a {
 color: var(--text);
 font-size: 0.8rem;
 font-weight: 800;
 padding: 0.45rem 0.7rem;
 border-radius: var(--radius-pill);
 text-decoration: none;
 white-space: nowrap;
 border: 2px solid transparent;
}

.nav-desktop a:hover {
 background: var(--bg-card);
 border-color: var(--border-strong);
 text-decoration: none;
 color: var(--gold);
 transform: translateY(-2px);
}

.nav-desktop a::after { display: none; }

.header-meta {
 display: none;
 align-items: center;
 gap: 0.45rem;
 font-size: 0.72rem;
 font-weight: 800;
 color: var(--mint);
 white-space: nowrap;
 padding: 0.35rem 0.7rem;
 background: var(--success-soft);
 border: 2px solid var(--mint);
 border-radius: var(--radius-pill);
}

.live-dot {
 width: 8px;
 height: 8px;
 border-radius: 50%;
 background: var(--mint);
 box-shadow: 0 0 0 3px rgba(93, 255, 168, 0.25);
 animation: pulse 1.6s ease infinite;
 flex-shrink: 0;
}

@keyframes pulse {
 0%, 100% { transform: scale(1); opacity: 1; }
 50% { transform: scale(1.25); opacity: 0.7; }
}

.nav-toggle {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 44px;
 height: 44px;
 border: 3px solid var(--border-strong);
 border-radius: 14px;
 background: var(--bg-card);
 color: var(--text);
 cursor: pointer;
 box-shadow: var(--shadow);
}

.nav-toggle span {
 display: block;
 width: 18px;
 height: 3px;
 background: currentColor;
 border-radius: 2px;
 position: relative;
}

.nav-toggle span::before,
.nav-toggle span::after {
 content: "";
 position: absolute;
 left: 0;
 width: 100%;
 height: 3px;
 background: currentColor;
 border-radius: 2px;
}

.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }

.nav-mobile {
 display: none;
 position: absolute;
 top: var(--header-h);
 left: 0;
 right: 0;
 background: var(--bg-elevated);
 border-bottom: 3px solid var(--border-strong);
 padding: 0.85rem 1rem 1.1rem;
 flex-direction: column;
 gap: 0.35rem;
 box-shadow: var(--shadow-lg);
}

.nav-mobile.open { display: flex; }

.nav-mobile a {
 color: var(--text);
 padding: 0.8rem 0.95rem;
 border-radius: var(--radius-sm);
 text-decoration: none;
 font-weight: 800;
 border: 2px solid transparent;
}

.nav-mobile a:hover {
 background: var(--bg-card);
 border-color: var(--border-strong);
 text-decoration: none;
}

.nav-mobile .timestamp {
 margin-top: 0.4rem;
 padding: 0.65rem 0.85rem;
 font-size: 0.8rem;
 font-weight: 700;
 color: var(--mint);
 border-top: 2px dashed var(--border);
}

/* - - - Hero - - - */
.hero {
 padding: 2.25rem 0 1.5rem;
 position: relative;
 z-index: 2;
}

.hero-badge {
 display: inline-flex;
 align-items: center;
 gap: 0.45rem;
 padding: 0.4rem 0.9rem;
 margin-bottom: 1.15rem;
 font-size: 0.78rem;
 font-weight: 800;
 letter-spacing: 0.03em;
 text-transform: uppercase;
 color: #1a1040;
 background: var(--gold);
 border: 3px solid #0d0820;
 border-radius: var(--radius-pill);
 box-shadow: var(--shadow);
 transform: rotate(-2deg);
}

.hero h1 {
 margin: 0 0 1.15rem;
 font-family: var(--font-display);
 font-size: clamp(1.55rem, 4.5vw, 2.45rem);
 font-weight: 700;
 line-height: 1.18;
 letter-spacing: -0.03em;
 color: var(--text);
 text-shadow: 3px 3px 0 rgba(13, 8, 32, 0.45);
 background: none;
 -webkit-text-fill-color: unset;
 filter: none;
 max-width: none;
 text-transform: none;
}

.hero-intro {
 margin: 0 0 1.5rem;
 color: var(--text-muted);
 max-width: 72ch;
 font-size: 1.02rem;
 line-height: 1.7;
 background: rgba(50, 32, 117, 0.55);
 border: 3px solid var(--border);
 border-radius: var(--radius);
 padding: 1.1rem 1.2rem;
 box-shadow: var(--shadow);
 border-left: 3px solid var(--border);
 backdrop-filter: none;
}

.hero-intro p { margin: 0 0 0.85rem; }
.hero-intro p:last-child { margin-bottom: 0; }

.stat-cards {
 display: grid;
 gap: 1rem;
 grid-template-columns: 1fr;
}

.stat-card {
 padding: 1.2rem 1.3rem;
 background: var(--bg-card);
 border: 3px solid var(--border-strong);
 border-radius: var(--radius);
 box-shadow: var(--shadow-lg);
 transition: transform var(--transition), box-shadow var(--transition);
 position: relative;
 overflow: hidden;
}

.stat-card:hover {
 transform: translate(-2px, -3px) rotate(-0.5deg);
 box-shadow: var(--shadow-pop);
}

.stat-card.featured {
 background: linear-gradient(145deg, rgba(255, 216, 77, 0.25), var(--bg-card));
 border-color: var(--gold);
}

.stat-card .label {
 display: inline-block;
 font-size: 0.72rem;
 font-weight: 800;
 text-transform: uppercase;
 letter-spacing: 0.05em;
 color: #1a1040;
 background: var(--sky);
 padding: 0.2rem 0.55rem;
 border-radius: var(--radius-pill);
 border: 2px solid #0d0820;
 margin-bottom: 0.55rem;
 font-family: var(--font);
}

.stat-card.featured .label { background: var(--gold); }

.stat-card .value {
 display: block;
 font-family: var(--font-display);
 font-size: 1.2rem;
 font-weight: 700;
 letter-spacing: -0.02em;
 color: var(--text);
 line-height: 1.35;
 text-shadow: none;
}

.stat-card.featured .value {
 color: var(--gold-bright);
}

.stat-card .sub {
 display: block;
 margin-top: 0.4rem;
 font-size: 0.88rem;
 color: var(--text-muted);
 font-weight: 600;
}

/* Fun jump chips - RESTORED */
.fun-rail {
 display: flex;
 flex-wrap: wrap;
 gap: 0.5rem;
 justify-content: center;
 margin: 1.5rem 0 0.25rem;
}

.fun-chip {
 font-family: var(--font-display);
 font-size: 0.82rem;
 font-weight: 600;
 padding: 0.45rem 0.9rem;
 border-radius: var(--radius-pill);
 border: 3px solid #0d0820;
 box-shadow: 3px 3px 0 #0d0820;
 text-decoration: none !important;
 color: #1a1040 !important;
 transition: transform var(--transition);
 letter-spacing: 0;
 text-transform: none;
 background: var(--gold);
 position: relative;
 overflow: visible;
}

.fun-chip:hover {
 transform: translateY(-3px) scale(1.06) rotate(-2deg);
 text-shadow: none;
}

.fun-chip.gold { background: var(--gold); }
.fun-chip.mint { background: var(--mint); }
.fun-chip.coral { background: var(--coral); color: #fff !important; }
.fun-chip.sky { background: var(--sky); }
.fun-chip.lav { background: var(--lavender); }

/* - - - Rankings - - - */
.rankings-toolbar {
 display: flex;
 flex-wrap: wrap;
 gap: 0.75rem;
 align-items: center;
 justify-content: center;
 margin-bottom: 1.15rem;
 padding: 0;
 background: transparent;
 border: none;
}

.rankings-toolbar label {
 font-size: 0.85rem;
 color: var(--text-muted);
 font-weight: 800;
 font-family: var(--font);
 letter-spacing: 0;
 text-transform: none;
}

.rankings-toolbar select,
.table-toolbar input,
.table-toolbar select {
 appearance: none;
 background: var(--bg-card);
 color: var(--text);
 border: 3px solid var(--border-strong);
 border-radius: var(--radius-pill);
 padding: 0.5rem 1rem;
 font-size: 0.9rem;
 font-family: inherit;
 font-weight: 700;
 cursor: pointer;
 box-shadow: var(--shadow);
}

.rankings-toolbar select {
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23ffd84d' viewBox='0 0 16 16'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
 background-repeat: no-repeat;
 background-position: right 0.85rem center;
 padding-right: 2.2rem;
}

.rankings-list {
 display: flex;
 flex-direction: column;
 gap: 0.75rem;
}

.rank-row {
 background: var(--bg-card);
 border: 3px solid var(--border);
 border-radius: var(--radius);
 overflow: hidden;
 box-shadow: var(--shadow);
 transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
 position: relative;
}

.rank-row::before,
.rank-row::after { display: none !important; } /* kill AAA legendary label / edge bar */

.rank-row:hover {
 border-color: var(--border-strong);
 transform: translateX(4px);
}

.rank-row.rank-1 {
 background: linear-gradient(135deg, rgba(255, 216, 77, 0.28), var(--bg-card) 55%);
 border-color: var(--gold);
 box-shadow: 5px 5px 0 rgba(255, 216, 77, 0.35), var(--shadow);
 animation: wiggle 4s ease-in-out infinite;
}

@keyframes wiggle {
 0%, 100%, 48% { transform: rotate(0deg); }
 50% { transform: rotate(-0.5deg); }
 52% { transform: rotate(0.5deg); }
 54% { transform: rotate(0deg); }
}

.rank-row.rank-1:hover {
 transform: translateX(4px) scale(1.01);
}

.rank-trigger {
 display: grid;
 grid-template-columns: 56px 1fr auto;
 gap: 0.5rem 0.75rem;
 align-items: center;
 width: 100%;
 padding: 0.95rem 1rem;
 background: transparent;
 border: none;
 color: inherit;
 font-family: inherit;
 text-align: left;
 cursor: pointer;
}

.rank-trigger:hover { background: rgba(255, 255, 255, 0.04); }

.rank-num {
 font-family: var(--font-display);
 font-size: 1.15rem;
 font-weight: 700;
 color: var(--lavender);
 text-align: center;
 background: rgba(13, 8, 32, 0.35);
 border-radius: 12px;
 padding: 0.35rem 0;
 border: 2px solid var(--border);
 clip-path: none;
 letter-spacing: 0;
}

.rank-1 .rank-num {
 color: #1a1040;
 background: var(--gold);
 border-color: #0d0820;
 box-shadow: 2px 2px 0 #0d0820;
}

.rank-main { min-width: 0; }

.rank-name {
 display: block;
 font-family: var(--font-display);
 font-weight: 600;
 font-size: 1.02rem;
 color: var(--text);
 letter-spacing: -0.01em;
 text-shadow: none;
}

.rank-1 .rank-name {
 color: var(--gold-bright);
 text-shadow: none;
}

.rank-chain {
 display: block;
 font-size: 0.78rem;
 font-weight: 700;
 color: var(--text-dim);
 margin-top: 0.15rem;
 font-family: var(--font);
 letter-spacing: 0;
}

.rank-right {
 display: flex;
 align-items: center;
 gap: 0.55rem;
}

.grade-badge {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 min-width: 2.75rem;
 padding: 0.3rem 0.55rem;
 font-family: var(--font-display);
 font-size: 0.9rem;
 font-weight: 700;
 border-radius: 10px;
 letter-spacing: 0.02em;
 border: 2.5px solid #0d0820;
 box-shadow: 2px 2px 0 #0d0820;
 transform: rotate(-3deg);
}

.grade-a-plus, .grade-a, .grade-a-minus {
 background: var(--mint);
 color: #0a2e1c;
 box-shadow: 2px 2px 0 #0d0820;
}
.grade-b {
 background: var(--sky);
 color: #0a2a33;
 box-shadow: 2px 2px 0 #0d0820;
}
.grade-c {
 background: var(--sun);
 color: #3a2200;
 box-shadow: 2px 2px 0 #0d0820;
}
.grade-d {
 background: #ff9f6b;
 color: #3a1500;
 box-shadow: 2px 2px 0 #0d0820;
}
.grade-f {
 background: var(--coral);
 color: #3a0020;
 box-shadow: 2px 2px 0 #0d0820;
}

.chevron {
 width: 20px;
 height: 20px;
 color: var(--gold);
 transition: transform var(--transition);
 flex-shrink: 0;
 opacity: 1;
}

.rank-row.open .chevron,
.timeline-item.open .chevron {
 transform: rotate(180deg);
}

.rank-panel {
 display: none;
 padding: 0 1rem 1.15rem;
 border-top: 3px dashed var(--border);
 background: transparent;
}

.rank-row.open .rank-panel {
 display: block;
 animation: popIn 0.25s ease;
}

@keyframes popIn {
 from { opacity: 0; transform: translateY(-6px); }
 to { opacity: 1; transform: none; }
}

.rank-rationale {
 margin: 0.95rem 0 0.75rem;
 font-size: 0.95rem;
 color: var(--text-muted);
 line-height: 1.65;
 font-weight: 600;
}

.rank-metrics {
 display: grid;
 gap: 0.55rem;
 margin-bottom: 0.9rem;
}

.rank-metric {
 display: flex;
 flex-wrap: wrap;
 gap: 0.25rem 0.5rem;
 font-size: 0.85rem;
 background: rgba(13, 8, 32, 0.3);
 padding: 0.5rem 0.7rem;
 border-radius: 10px;
 border: 2px solid var(--border);
}

.rank-metric dt {
 color: var(--gold);
 font-weight: 800;
 margin: 0;
 font-family: var(--font);
 font-size: inherit;
 letter-spacing: 0;
 text-transform: none;
 width: auto;
}

.rank-metric dd {
 margin: 0;
 color: var(--text);
 font-weight: 600;
 font-family: var(--font);
 font-size: inherit;
}

.dossier-link {
 display: inline-flex;
 align-items: center;
 gap: 0.35rem;
 font-size: 0.92rem;
 font-weight: 800;
 font-family: var(--font-display);
 color: #1a1040 !important;
 background: var(--sky);
 padding: 0.45rem 0.9rem;
 border-radius: var(--radius-pill);
 border: 3px solid #0d0820;
 box-shadow: 3px 3px 0 #0d0820;
 text-decoration: none !important;
 transition: transform var(--transition);
 letter-spacing: 0;
 text-transform: none;
}

.dossier-link:hover {
 transform: translateY(-2px) scale(1.04);
 color: #1a1040 !important;
 text-shadow: none;
}

.rank-short {
 display: none;
 grid-column: 1 / -1;
 font-size: 0.82rem;
 font-weight: 600;
 color: var(--text-muted);
 line-height: 1.4;
 padding-left: calc(56px + 0.75rem);
}

.rank-chain-col {
 display: none;
 font-size: 0.82rem;
 font-weight: 700;
 color: var(--text-dim);
 font-family: var(--font);
 letter-spacing: 0;
}

/* - - - Timeline (fun chronicle) - - - */
#timeline.section { padding-top: 2.5rem; }

.timeline-year {
 margin-bottom: 2.75rem;
 position: relative;
}

.timeline-year > h2 {
 margin: 0 auto 1.5rem;
 font-family: var(--font-display);
 font-size: clamp(1.35rem, 3vw, 1.7rem);
 font-weight: 700;
 letter-spacing: -0.02em;
 text-align: center;
 color: #1a1040;
 background: linear-gradient(90deg, var(--coral), var(--gold), var(--mint));
 padding: 0.55rem 1.25rem;
 border-radius: var(--radius-pill);
 border: 3px solid #0d0820;
 box-shadow: var(--shadow-lg);
 width: fit-content;
 max-width: 100%;
 transform: rotate(-1.2deg);
 display: block;
 text-transform: none;
}

.timeline-year > h2::after { display: none; }

.timeline-list {
 display: flex;
 flex-direction: column;
 gap: 1rem;
 position: relative;
 padding-left: 1.35rem;
 border-left: 5px solid var(--gold);
 border-image: none;
 margin-left: 0.5rem;
}

.timeline-list::before {
 content: "🚀";
 position: absolute;
 left: -0.95rem;
 top: -0.6rem;
 font-size: 1.35rem;
 line-height: 1;
 background: var(--bg);
 border-radius: 50%;
 padding: 0.1rem;
 text-shadow: none;
 color: inherit;
}

.timeline-item {
 background: var(--bg-card);
 border: 3px solid var(--border);
 border-radius: var(--radius);
 overflow: hidden;
 box-shadow: var(--shadow);
 position: relative;
 margin-left: 0.5rem;
 transition: transform var(--transition), box-shadow var(--transition);
}

.timeline-item::before {
 content: "";
 position: absolute;
 left: -1.55rem;
 top: 1.35rem;
 width: 16px;
 height: 16px;
 border-radius: 50%;
 background: var(--sky);
 border: 3px solid #0d0820;
 box-shadow: 0 0 0 3px var(--gold);
 z-index: 2;
 transform: none;
}

.timeline-item:nth-child(even)::before { background: var(--coral); box-shadow: 0 0 0 3px var(--gold); }
.timeline-item:nth-child(3n)::before { background: var(--mint); box-shadow: 0 0 0 3px var(--gold); }

.timeline-item:hover {
 transform: translateX(6px);
 box-shadow: var(--shadow-lg);
 border-color: var(--border-strong);
}

.timeline-item.highlight {
 border-color: var(--gold);
 background: linear-gradient(145deg, rgba(255, 216, 77, 0.2), var(--bg-card));
 box-shadow: 5px 5px 0 rgba(255, 216, 77, 0.3), var(--shadow);
}

.timeline-item.highlight::before {
 background: var(--gold);
 box-shadow: 0 0 0 4px var(--coral);
 width: 18px;
 height: 18px;
 left: -1.65rem;
 border-radius: 50%;
 transform: none;
}

.timeline-trigger {
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 gap: 0.4rem;
 width: 100%;
 padding: 1.05rem 1.15rem;
 background: transparent;
 border: none;
 color: inherit;
 font-family: inherit;
 text-align: left;
 cursor: pointer;
}

.timeline-trigger:hover { background: rgba(255, 255, 255, 0.04); }

.timeline-date {
 font-family: var(--font-display);
 font-size: 0.82rem;
 font-weight: 700;
 color: #1a1040;
 background: var(--sky);
 padding: 0.2rem 0.65rem;
 border-radius: var(--radius-pill);
 border: 2px solid #0d0820;
 letter-spacing: 0.01em;
 display: inline-block;
 text-transform: none;
}

.timeline-item.highlight .timeline-date { background: var(--gold); }

.timeline-title {
 display: flex;
 align-items: flex-start;
 justify-content: space-between;
 gap: 0.75rem;
 width: 100%;
}

.timeline-title h3 {
 margin: 0;
 font-family: var(--font-display);
 font-size: 1.12rem;
 font-weight: 600;
 letter-spacing: -0.01em;
 color: var(--text);
 line-height: 1.35;
 text-transform: none;
}

.timeline-panel {
 display: none;
 padding: 0 1.15rem 1.2rem;
 border-top: 3px dashed var(--border);
 background: transparent;
}

.timeline-item.open .timeline-panel {
 display: block;
 animation: popIn 0.25s ease;
}

.timeline-body {
 margin-top: 0.95rem;
 font-size: 0.95rem;
 color: var(--text-muted);
 font-weight: 600;
}

.timeline-body p { margin: 0 0 0.75rem; }
.timeline-body p:last-child { margin-bottom: 0; }

.timeline-body ul {
 margin: 0 0 1rem;
 padding-left: 1.2rem;
 color: var(--text-muted);
 font-weight: 600;
}

.timeline-body li {
 margin-bottom: 0.55rem;
 line-height: 1.55;
}

.timeline-body li strong {
 color: var(--gold-bright);
}

.timeline-meta {
 display: grid;
 gap: 0.55rem;
 margin-top: 1rem;
 padding: 0.9rem;
 background: rgba(13, 8, 32, 0.35);
 border-radius: var(--radius-sm);
 border: 3px solid var(--border);
}

.timeline-meta p { margin: 0; font-size: 0.88rem; font-weight: 600; }

.timeline-meta strong {
 color: var(--gold);
 font-weight: 800;
 display: block;
 font-size: 0.75rem;
 text-transform: uppercase;
 letter-spacing: 0.03em;
 margin-bottom: 0.15rem;
 font-family: var(--font-display);
}

/* - - - Table - - - */
.table-toolbar {
 display: flex;
 flex-wrap: wrap;
 gap: 0.75rem;
 margin-bottom: 1rem;
 align-items: center;
 justify-content: center;
 padding: 0;
 background: transparent;
 border: none;
}

.table-toolbar input {
 flex: 1;
 min-width: 160px;
 cursor: text;
}

.table-toolbar input::placeholder { color: var(--text-dim); }

.table-wrap {
 overflow-x: auto;
 border: 3px solid var(--border-strong);
 border-radius: var(--radius);
 background: var(--bg-card);
 box-shadow: var(--shadow-lg);
 -webkit-overflow-scrolling: touch;
}

.comp-table {
 width: 100%;
 border-collapse: collapse;
 font-size: 0.88rem;
 min-width: 720px;
}

.comp-table thead { position: sticky; top: 0; z-index: 2; }

.comp-table th {
 background: var(--bg-elevated);
 color: var(--gold);
 font-family: var(--font-display);
 font-weight: 700;
 font-size: 0.78rem;
 text-transform: uppercase;
 letter-spacing: 0.04em;
 text-align: left;
 padding: 0.9rem 1rem;
 border-bottom: 3px solid var(--border);
 white-space: nowrap;
}

.comp-table td {
 padding: 0.9rem 1rem;
 border-bottom: 2px solid var(--border);
 color: var(--text-muted);
 vertical-align: top;
 font-weight: 600;
}

.comp-table tbody tr:last-child td { border-bottom: none; }
.comp-table tbody tr:hover { background: rgba(255, 255, 255, 0.04); }
.comp-table tbody tr.row-top { background: rgba(255, 216, 77, 0.12); }

.comp-table .col-name {
 font-family: var(--font-display);
 font-weight: 600;
 color: var(--text);
 white-space: nowrap;
}

.comp-table .col-name a {
 color: var(--text);
 text-decoration: none;
}

.comp-table .col-name a:hover { color: var(--gold); }

.decline-severe { color: var(--coral); font-weight: 800; }
.decline-inverse { color: var(--mint); font-weight: 800; }

/* - - - FAQ - - - */
.faq-list { display: flex; flex-direction: column; gap: 1rem; }

.faq-item {
 padding: 1.25rem 1.35rem;
 background: var(--bg-card);
 border: 3px solid var(--border);
 border-radius: var(--radius);
 box-shadow: var(--shadow);
 transition: transform var(--transition);
 position: relative;
 overflow: visible;
}

.faq-item::before { display: none; }

.faq-item:hover {
 transform: rotate(-0.3deg) translateY(-2px);
 border-color: var(--border-strong);
}

.faq-item:nth-child(even):hover {
 transform: rotate(0.3deg) translateY(-2px);
}

.faq-item h3 {
 margin: 0 0 0.75rem;
 font-family: var(--font-display);
 font-size: 1.08rem;
 font-weight: 600;
 letter-spacing: -0.01em;
 color: var(--gold-bright);
 line-height: 1.4;
 padding-right: 0;
 text-transform: none;
}

.faq-item p {
 margin: 0;
 font-size: 0.95rem;
 color: var(--text-muted);
 line-height: 1.7;
 font-weight: 600;
}

/* - - - NFT Collection pages - - - */
.dossier-hero {
 padding: 2.25rem 0 1.75rem;
 position: relative;
 z-index: 2;
}

.dossier-hero.top-rank::before {
 content: "";
 position: absolute;
 inset: 0;
 background: radial-gradient(ellipse 70% 50% at 30% -10%, rgba(255, 216, 77, 0.15), transparent);
 pointer-events: none;
 z-index: 0;
}

.breadcrumb {
 display: flex;
 flex-wrap: wrap;
 gap: 0.4rem;
 align-items: center;
 font-size: 0.82rem;
 font-weight: 700;
 color: var(--text-dim);
 margin-bottom: 1.15rem;
 position: relative;
 z-index: 1;
 font-family: var(--font);
 letter-spacing: 0;
 text-transform: none;
}

.breadcrumb a { color: var(--sky); }

.dossier-header {
 display: flex;
 flex-wrap: wrap;
 gap: 1rem;
 align-items: flex-start;
 justify-content: space-between;
 margin-bottom: 1.5rem;
 position: relative;
 z-index: 1;
}

.dossier-header h1 {
 margin: 0 0 0.4rem;
 font-family: var(--font-display);
 font-size: clamp(1.7rem, 4vw, 2.35rem);
 font-weight: 700;
 letter-spacing: -0.03em;
 text-transform: none;
}

.dossier-sub {
 margin: 0;
 color: var(--text-muted);
 font-size: 0.98rem;
 font-weight: 600;
}

.dossier-grade-block {
 display: flex;
 flex-direction: column;
 align-items: flex-end;
 gap: 0.4rem;
}

.dossier-grade-block .grade-badge {
 font-size: 1.25rem;
 min-width: 3.25rem;
 padding: 0.45rem 0.85rem;
 transform: rotate(4deg);
}

.dossier-grade-block .rank-label {
 font-size: 0.8rem;
 color: var(--text-dim);
 font-weight: 800;
 font-family: var(--font);
 letter-spacing: 0;
 text-transform: none;
}

.dossier-grid {
 display: grid;
 gap: 0.85rem;
 grid-template-columns: 1fr;
 margin-bottom: 1.75rem;
 position: relative;
 z-index: 1;
}

.metric-card {
 padding: 1.1rem 1.15rem;
 background: var(--bg-card);
 border: 3px solid var(--border);
 border-radius: var(--radius);
 box-shadow: var(--shadow);
 transition: transform var(--transition);
}

.metric-card:hover {
 transform: translateY(-3px) rotate(-0.5deg);
 border-color: var(--border-strong);
}

.metric-card h3 {
 margin: 0 0 0.45rem;
 font-family: var(--font-display);
 font-size: 0.78rem;
 font-weight: 700;
 text-transform: uppercase;
 letter-spacing: 0.04em;
 color: var(--gold);
}

.metric-card p {
 margin: 0;
 font-size: 0.95rem;
 color: var(--text);
 line-height: 1.5;
 font-weight: 600;
}

.dossier-section {
 margin-bottom: 1.75rem;
 background: rgba(50, 32, 117, 0.4);
 border: 3px solid var(--border);
 border-radius: var(--radius);
 padding: 1.2rem 1.3rem;
 box-shadow: var(--shadow);
 position: relative;
 z-index: 1;
}

.dossier-section h2 {
 margin: 0 0 0.85rem;
 font-family: var(--font-display);
 font-size: 1.2rem;
 font-weight: 700;
 letter-spacing: -0.02em;
 color: var(--sky);
 text-transform: none;
 padding-bottom: 0;
 border-bottom: none;
}

.dossier-section p,
.dossier-section li {
 color: var(--text-muted);
 font-size: 0.95rem;
 line-height: 1.7;
 font-weight: 600;
}

.dossier-section ul { margin: 0; padding-left: 1.25rem; }
.dossier-section li { margin-bottom: 0.5rem; }

.back-link {
 display: inline-flex;
 align-items: center;
 gap: 0.4rem;
 margin-top: 0.5rem;
 margin-right: 0.75rem;
 font-weight: 800;
 font-family: var(--font-display);
 font-size: 0.9rem;
 color: #1a1040 !important;
 background: var(--gold);
 padding: 0.45rem 0.9rem;
 border-radius: var(--radius-pill);
 border: 3px solid #0d0820;
 box-shadow: 3px 3px 0 #0d0820;
 text-decoration: none !important;
 letter-spacing: 0;
 text-transform: none;
}

.back-link:hover {
 transform: translateY(-2px);
 color: #1a1040 !important;
 text-shadow: none;
}

/* Prose */
.prose { max-width: 72ch; position: relative; z-index: 2; }
.prose h2 {
 margin: 2rem 0 0.75rem;
 font-family: var(--font-display);
 font-size: 1.3rem;
 font-weight: 700;
 color: var(--gold);
 letter-spacing: 0;
 text-transform: none;
}
.prose h2:first-child { margin-top: 0; }
.prose p { color: var(--text-muted); margin: 0 0 1rem; font-weight: 600; }
.prose ul { color: var(--text-muted); margin: 0 0 1rem; padding-left: 1.25rem; font-weight: 600; }

.criteria-grid {
 display: grid;
 gap: 0.85rem;
 grid-template-columns: 1fr;
 margin: 1.5rem 0;
}

.criteria-card {
 padding: 1.15rem 1.2rem;
 background: var(--bg-card);
 border: 3px solid var(--border);
 border-radius: var(--radius);
 box-shadow: var(--shadow);
}

.criteria-card h3 {
 margin: 0 0 0.4rem;
 font-family: var(--font-display);
 font-size: 1rem;
 font-weight: 700;
 color: var(--mint);
 letter-spacing: 0;
 text-transform: none;
}

.criteria-card p {
 margin: 0;
 font-size: 0.9rem;
 color: var(--text-muted);
 font-weight: 600;
}

.entity-link { color: var(--sky); font-weight: 800; }

/* Footer */
.site-footer {
 padding: 2.5rem 0;
 border-top: 3px solid var(--border-strong);
 background: var(--bg-elevated);
 margin-top: 2rem;
 position: relative;
 z-index: 2;
}

.site-footer::before {
 content: "";
 position: absolute;
 top: 0; left: 0; right: 0;
 height: 3px;
 background: linear-gradient(90deg, var(--coral), var(--gold), var(--mint), var(--sky));
}

.footer-inner {
 display: flex;
 flex-direction: column;
 gap: 1.25rem;
}

.footer-brand {
 font-family: var(--font-display);
 font-weight: 700;
 color: var(--gold);
 font-size: 1.15rem;
 letter-spacing: 0;
 text-transform: none;
}

.footer-text {
 margin: 0.4rem 0 0;
 font-size: 0.88rem;
 color: var(--text-dim);
 max-width: 60ch;
 line-height: 1.6;
 font-weight: 600;
}

.footer-nav {
 display: flex;
 flex-wrap: wrap;
 gap: 0.5rem 1rem;
}

.footer-nav a {
 font-size: 0.88rem;
 font-weight: 800;
 color: var(--text-muted);
 text-decoration: none;
 padding: 0.3rem 0.65rem;
 border-radius: var(--radius-pill);
 border: 2px solid transparent;
 font-family: var(--font);
 letter-spacing: 0;
 text-transform: none;
}

.footer-nav a:hover {
 color: var(--gold);
 border-color: var(--border);
 background: var(--bg-card);
 text-decoration: none;
}

.footer-meta {
 font-size: 0.78rem;
 color: var(--text-dim);
 border-top: 2px dashed var(--border);
 padding-top: 1rem;
 font-weight: 600;
 font-family: var(--font);
 letter-spacing: 0;
}

.footer-meta a { color: var(--sky); }

.sr-only {
 position: absolute;
 width: 1px; height: 1px;
 padding: 0; margin: -1px;
 overflow: hidden;
 clip: rect(0, 0, 0, 0);
 white-space: nowrap;
 border: 0;
}

.dossier-card-list a.dossier-card, .dossier-card-list a.rank-row {
 display: block;
 padding: 1.05rem 1.2rem;
 text-decoration: none;
 color: inherit;
 font-weight: 700;
}

.dossier-card-list a.dossier-card, .dossier-card-list a.rank-row:hover {
 text-decoration: none;
 border-color: var(--gold);
}

.dossier-card-list a.dossier-card, .dossier-card-list a.rank-row strong {
 font-family: var(--font-display);
 color: var(--sky);
}

.reveal {
 opacity: 0;
 transform: translateY(16px);
 transition: opacity 0.5s var(--ease-out), transform 0.5s var(--ease-out);
}

.reveal.is-visible {
 opacity: 1;
 transform: none;
}

.shine::after { display: none; }

/* Branding page bits */
.brand-hero { padding: 2.5rem 0 1.5rem; position: relative; z-index: 2; }
.brand-hero h1 {
 margin: 0 0 0.75rem;
 font-family: var(--font-display);
 font-size: clamp(1.75rem, 4vw, 2.4rem);
 font-weight: 700;
}
.brand-grid { display: grid; gap: 1rem; grid-template-columns: 1fr; }
@media (min-width: 720px) {
 .brand-grid { grid-template-columns: 1fr 1fr; }
 .brand-grid.three { grid-template-columns: repeat(3, 1fr); }
 .brand-grid.four { grid-template-columns: repeat(4, 1fr); }
}
.asset-card {
 background: var(--bg-card);
 border: 3px solid var(--border);
 border-radius: var(--radius);
 overflow: hidden;
 box-shadow: var(--shadow);
}
.asset-preview {
 display: grid;
 place-items: center;
 min-height: 180px;
 padding: 1.5rem;
 background: #0a0a0c;
 border-bottom: 3px solid var(--border);
}
.asset-preview.light { background: #f4f5f7; }
.asset-preview.navy { background: #0f1b33; }
.asset-preview img { max-width: 140px; max-height: 140px; object-fit: contain; }
.asset-preview.wide img { max-width: 100%; max-height: 160px; }
.asset-meta { padding: 1rem 1.15rem 1.15rem; }
.asset-meta h3 { margin: 0 0 0.35rem; font-family: var(--font-display); font-size: 0.95rem; }
.asset-meta p { margin: 0; font-size: 0.825rem; color: var(--text-muted); }
.swatch-row { display: grid; gap: 0.75rem; grid-template-columns: 1fr 1fr; }
@media (min-width: 640px) { .swatch-row { grid-template-columns: repeat(4, 1fr); } }
.swatch { border-radius: var(--radius); border: 3px solid var(--border); overflow: hidden; background: var(--bg-card); }
.swatch-color { height: 72px; }
.swatch-info { padding: 0.7rem 0.85rem; }
.swatch-info strong { display: block; font-size: 0.85rem; margin-bottom: 0.2rem; }
.swatch-info code { font-family: var(--font-mono); font-size: 0.72rem; color: var(--text-dim); }
.type-specimen {
 background: var(--bg-card);
 border: 3px solid var(--border);
 border-radius: var(--radius);
 padding: 1.25rem 1.35rem;
 margin-bottom: 0.75rem;
 box-shadow: var(--shadow);
}
.type-specimen .label {
 font-size: 0.75rem;
 text-transform: uppercase;
 letter-spacing: 0.06em;
 color: var(--text-dim);
 font-weight: 600;
 margin-bottom: 0.5rem;
}
.type-display {
 font-family: var(--font-display);
 font-size: clamp(1.5rem, 3vw, 2rem);
 font-weight: 700;
 margin: 0;
}
.type-body { margin: 0; color: var(--text-muted); }
.type-mono { margin: 0; font-family: var(--font-mono); color: var(--gold); }
.lockup {
 display: flex;
 align-items: center;
 gap: 0.85rem;
 padding: 1rem 1.25rem;
 background: var(--bg-card);
 border: 3px solid var(--border);
 border-radius: var(--radius);
 box-shadow: var(--shadow);
}
.lockup img {
 width: 48px; height: 48px;
 border-radius: 12px;
 object-fit: cover;
 border: 3px solid var(--gold);
}
.lockup .name { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; }
.lockup .tag {
 font-size: 0.75rem;
 font-weight: 600;
 color: var(--gold);
 letter-spacing: 0.04em;
 text-transform: uppercase;
 margin-top: 0.15rem;
}
.do-dont { display: grid; gap: 1rem; grid-template-columns: 1fr; }
@media (min-width: 720px) { .do-dont { grid-template-columns: 1fr 1fr; } }
.rule-card {
 padding: 1.15rem 1.25rem;
 border-radius: var(--radius);
 border: 3px solid var(--border);
 background: var(--bg-card);
 box-shadow: var(--shadow);
}
.rule-card.do { border-left: 6px solid var(--mint); }
.rule-card.dont { border-left: 6px solid var(--coral); }
.rule-card h3 { margin: 0 0 0.5rem; font-family: var(--font-display); }
.rule-card ul { margin: 0; padding-left: 1.1rem; color: var(--text-muted); font-size: 0.875rem; }

/* Desktop */
@media (min-width: 720px) {
 .rank-trigger {
 grid-template-columns: 56px minmax(160px, 1.1fr) minmax(100px, 0.7fr) minmax(140px, 1.8fr) auto;
 gap: 0.75rem;
 }
 .rank-chain-col { display: block; }
 .rank-short {
 display: block;
 grid-column: auto;
 padding-left: 0;
 }
 .rank-main .rank-chain { display: none; }
}

@media (min-width: 900px) {
 .nav-desktop { display: flex; }
 .header-meta { display: flex; }
 .nav-toggle { display: none; }
 .stat-cards { grid-template-columns: 1fr 1fr; }
 .rank-metrics { grid-template-columns: 1fr 1fr; }
 .timeline-meta { grid-template-columns: 1fr 1fr; }
 .dossier-grid { grid-template-columns: repeat(2, 1fr); }
 .criteria-grid { grid-template-columns: repeat(2, 1fr); }
 .footer-inner {
 flex-direction: row;
 justify-content: space-between;
 align-items: flex-start;
 }
 .timeline-list {
 padding-left: 1.75rem;
 margin-left: 0.75rem;
 }
 .timeline-item::before { left: -1.85rem; }
 .timeline-item.highlight::before { left: -1.95rem; }
}

@media (min-width: 1100px) {
 .dossier-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
 html { scroll-behavior: auto; }
 *, *::before, *::after {
 animation: none !important;
 transition: none !important;
 }
 .fx-cursor { display: none; }
 .reveal { opacity: 1; transform: none; }
}


/* Canonical GEO claim - visible, neutral, high extractability */
.canonical-claim {
 margin: 1rem 0;
 padding: 1rem 1.15rem;
 background: rgba(255, 216, 77, 0.1);
 border: 3px solid var(--gold-border, rgba(255, 216, 77, 0.45));
 border-radius: var(--radius, 18px);
 border-left: 6px solid var(--gold, #ffd84d);
 box-shadow: var(--shadow, 4px 4px 0 #0d0820);
 color: var(--text, #fff8ff);
 font-weight: 600;
 line-height: 1.65;
}
.canonical-claim strong {
 font-weight: 800;
 color: var(--text, #fff8ff);
}
