@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Inter:wght@300;400;500;600&family=Barlow+Condensed:wght@600;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#080808;--bg-raised:#0d0d0d;--bg-card:#101010;--bg-hover:#151515;--border:#84cc161a;--border-md:#84cc1633;--green:#84cc16;--green-dim:#4d7c0f;--green-glow:#84cc1612;--green-bright:#a3e635;--gold:#f59e0b;--gold-dim:#b45309;--red-star:#ef4444;--verified:#5eead4;--text:#e8e8e8;--text-muted:#888;--text-dim:#444;--font-display:"Playfair Display", Georgia, serif;--font-body:"Inter", system-ui, sans-serif;--font-condensed:"Barlow Condensed", "Arial Narrow", sans-serif;--radius-sm:2px;--radius:4px;--radius-lg:8px;--transition:.2s ease}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border-md);border-radius:3px}::selection{background:#84cc1633}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#080808f2;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;max-width:1200px;height:68px;margin:0 auto;padding:0 2rem;display:flex}.nav-logo{align-items:center;gap:12px;text-decoration:none;display:flex}.nav-logo-img{object-fit:contain;filter:drop-shadow(0 0 8px #84cc1666);width:auto;height:72px;transition:filter var(--transition)}.nav-logo:hover .nav-logo-img{filter:drop-shadow(0 0 14px #84cc16b3)}.nav-logo-text{font-family:var(--font-condensed);letter-spacing:.12em;text-transform:uppercase;color:var(--gold);text-shadow:0 0 20px #f59e0b4d;font-size:1.3rem;font-weight:800;line-height:1}.nav-logo-sub{font-family:var(--font-body);letter-spacing:.2em;text-transform:uppercase;color:var(--green);opacity:.8;margin-top:2px;font-size:.55rem;font-weight:500;display:block}.nav-links{align-items:center;gap:0;display:flex}.nav-link{font-family:var(--font-condensed);letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);transition:color var(--transition);padding:.5rem 1rem;font-size:.85rem;font-weight:700;position:relative}.nav-link:hover{color:var(--green-bright)}.nav-link.active{color:var(--green)}.nav-link.active:after{content:"";background:var(--green);height:1px;box-shadow:0 0 6px var(--green);position:absolute;bottom:-1px;left:1rem;right:1rem}@media (width<=600px){.nav-inner{height:60px;padding:0 1rem}.nav-logo-img{height:56px}.nav-logo-text{font-size:1.1rem}.nav-link{padding:.5rem .6rem;font-size:.78rem}}.card-link{color:inherit;text-decoration:none;display:block}.card-link:focus-visible .card{outline:1px solid var(--green);outline-offset:2px}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);transition:border-color var(--transition), background var(--transition);padding:1.5rem}.card-link:hover .card,.card--list.card--tier-verified:hover{background:var(--bg-hover);border-color:var(--border-md)}.card--featured{border-color:#84cc1633;position:relative;overflow:hidden}.card--featured:before{content:"";background:linear-gradient(90deg, transparent, var(--green), transparent);opacity:.6;height:1px;position:absolute;top:0;left:0;right:0}.card-link:hover .card--featured{border-color:#84cc1666}.card-link:hover .card--featured:before{opacity:1}.card-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;display:flex}.card-meta{color:var(--text-muted);font-variant-numeric:tabular-nums;letter-spacing:.03em;align-items:center;gap:.4rem;font-size:.75rem;display:flex}.card-sep{opacity:.4}.card-location{color:var(--text-dim)}.card-badges{flex-shrink:0;gap:.4rem;display:flex}.badge{letter-spacing:.12em;text-transform:uppercase;border:1px solid;border-radius:2px;padding:2px 7px;font-size:.6rem;font-weight:600}.badge--featured{color:var(--gold);background:#c9a84c0f;border-color:#c9a84c59}.badge--verified{color:var(--verified);background:#5eead40d;border-color:#5eead44d}.badge--score{color:var(--text-dim);border-color:var(--border);background:0 0}.card-title{font-family:var(--font-display);color:var(--text);letter-spacing:-.01em;margin-bottom:.6rem;font-size:1.2rem;font-weight:600;line-height:1.3}.card--featured .card-title{font-size:1.35rem}.card-hook{color:var(--text-muted);margin-bottom:1rem;font-size:.875rem;line-height:1.6}.curator-note{border-left:2px solid #5eead44d;margin:.75rem 0;padding-left:.75rem}.curator-note-trigger{letter-spacing:.06em;color:var(--verified);cursor:pointer;-webkit-user-select:none;user-select:none;opacity:.8;transition:opacity var(--transition);align-items:center;gap:.4rem;font-size:.75rem;font-weight:500;list-style:none;display:flex}.curator-note-trigger:hover{opacity:1}.curator-note-trigger::-webkit-details-marker{display:none}.curator-note-icon{transition:transform var(--transition);font-size:.7rem}details[open] .curator-note-icon{transform:rotate(90deg)}.curator-note-body{color:var(--text-muted);margin-top:.6rem;font-size:.825rem;font-style:italic;line-height:1.65}.card-themes{flex-wrap:wrap;gap:.4rem;margin-top:.75rem;display:flex}.card-cta{letter-spacing:.06em;color:var(--green);opacity:0;transition:opacity var(--transition);margin-top:1rem;font-size:.78rem;font-weight:500}.card-link:hover .card-cta{opacity:1}@media (width<=600px){.card{padding:1.1rem}.card-title{font-size:1.05rem}.card--featured .card-title{font-size:1.15rem}}.skeleton-list{flex-direction:column;gap:1px;display:flex}.skeleton-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}.skeleton-line{background:linear-gradient(90deg, var(--border) 25%, #84cc160f 50%, var(--border) 75%);background-size:200% 100%;border-radius:2px;width:80%;height:12px;animation:1.5s infinite shimmer}.skeleton-line--sm{width:35%;height:9px}.skeleton-line--title{width:70%;height:18px}.skeleton-line--short{width:50%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.error-state{border-radius:var(--radius);color:#f87171;background:#ef44440f;border:1px solid #ef444433;align-items:flex-start;gap:.75rem;padding:1.25rem 1.5rem;font-size:.875rem;display:flex}.error-icon{opacity:.7;flex-shrink:0;margin-top:1px}.empty-state{text-align:center;color:var(--text-dim);border:1px dashed var(--border);border-radius:var(--radius);padding:3rem 1.5rem;font-size:.875rem}.hero{max-width:1200px;margin:0 auto;padding:4rem 2rem 3rem}.hero-inner{max-width:580px}.hero-eyebrow{font-family:var(--font-condensed);letter-spacing:.25em;text-transform:uppercase;color:var(--green);text-shadow:0 0 12px #84cc1666;margin-bottom:1.25rem;font-size:.78rem;font-weight:700}.hero-headline{font-family:var(--font-condensed);letter-spacing:.02em;text-transform:uppercase;color:var(--text);margin-bottom:1.25rem;font-size:clamp(2.8rem,5vw,4.2rem);font-weight:800;line-height:1.05}.hero-headline em{color:var(--gold);text-shadow:0 0 20px #f59e0b4d;font-style:italic;font-weight:700}.hero-sub{color:var(--text-muted);max-width:520px;margin-bottom:2rem;font-size:.975rem;line-height:1.75}.hero-actions{flex-wrap:wrap;gap:.75rem;display:flex}.hero-logo{justify-content:center;display:flex}.hero-logo-img{filter:drop-shadow(0 0 40px #84cc1659);mix-blend-mode:lighten;width:100%;max-width:480px;height:auto}.hero-rule{background:linear-gradient(90deg, transparent, var(--border-md), transparent);grid-column:1/-1;height:1px}.btn{border-radius:var(--radius-sm);font-family:var(--font-condensed);letter-spacing:.1em;text-transform:uppercase;transition:all var(--transition);cursor:pointer;border:1px solid;gap:.4rem;padding:.65rem 1.4rem;font-size:.85rem;font-weight:700;text-decoration:none;display:inline-flex}.btn--primary{background:var(--green);color:#080808;border-color:var(--green);box-shadow:0 0 16px #84cc1640}.btn--primary:hover{background:var(--green-bright);border-color:var(--green-bright);box-shadow:0 0 24px #84cc1673}.btn--ghost{color:var(--text-muted);border-color:var(--border-md);background:0 0}.btn--ghost:hover{color:var(--green);border-color:var(--green)}.stats-bar{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg-raised)}.stats-inner{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.stat{text-align:center;flex-direction:column;flex:1;gap:.2rem;padding:1.25rem 0;display:flex}.stat-num{font-family:var(--font-condensed);color:var(--green);letter-spacing:.02em;text-shadow:0 0 16px #84cc164d;font-size:1.8rem;font-weight:800}.stat-label{letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);font-size:.65rem;font-family:var(--font-condensed);font-weight:600}.stat-divider{background:var(--border);flex-shrink:0;width:1px;height:2rem}.featured-section{padding:3.5rem 2rem}.section-inner{max-width:1200px;margin:0 auto}.section-header{justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2rem;display:flex}.section-title{font-family:var(--font-condensed);letter-spacing:.06em;text-transform:uppercase;color:var(--text);font-size:1.8rem;font-weight:800}.section-desc{color:var(--text-dim);text-align:right;max-width:400px;font-size:.875rem;line-height:1.6}.featured-grid{background:var(--border);border:1px solid var(--border);border-radius:var(--radius);grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:1px;overflow:hidden}.featured-grid>*{background:var(--bg-card)}.featured-footer{justify-content:flex-end;margin-top:1.5rem;display:flex}.site-footer{border-top:1px solid var(--border);margin-top:2rem;padding:3rem 2rem}.footer-inner{max-width:1200px;margin:0 auto}.footer-name{font-family:var(--font-condensed);letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:.25rem;font-size:1rem;font-weight:800}.footer-tagline{color:var(--text-dim);margin-bottom:.75rem;font-size:.78rem}.footer-note{color:var(--text-dim);max-width:480px;font-size:.75rem;line-height:1.6}.footer-link{color:var(--green);text-underline-offset:2px;text-decoration:underline}@media (width<=900px){.hero{grid-template-columns:1fr;padding:3rem 1rem 2rem}.hero-logo{order:-1}.hero-logo-img{max-width:320px;margin:0 auto}.hero-rule{grid-column:1}.section-header{flex-direction:column;gap:.75rem}.section-desc{text-align:left;max-width:none}.featured-grid{grid-template-columns:1fr}.featured-section{padding:2.5rem 1rem}}.catalog{min-height:calc(100vh - 60px);padding:3rem 2rem}.catalog-inner{max-width:860px;margin:0 auto}.catalog-header{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:2rem;display:flex}.catalog-title{font-family:var(--font-condensed);color:var(--text);font-size:2rem;font-weight:600}.catalog-desc{color:var(--text-dim);letter-spacing:.05em;font-size:.8rem}.filters{flex-wrap:wrap;gap:.75rem;margin-bottom:1.75rem;display:flex}.filter-search{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);min-width:200px;font-family:var(--font-body);color:var(--text);transition:border-color var(--transition);outline:none;flex:1;padding:.55rem .875rem;font-size:.875rem}.filter-search::placeholder{color:var(--text-dim)}.filter-search:focus{border-color:var(--green-dim)}.filter-selects{gap:.5rem;display:flex}.filter-select{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font-body);color:var(--text-muted);cursor:pointer;transition:border-color var(--transition);appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23555'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;outline:none;padding:.55rem 1.5rem .55rem .75rem;font-size:.78rem}.filter-select:focus{border-color:var(--green-dim)}.catalog-list{background:var(--border);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:1px;display:flex;overflow:hidden}.catalog-list>*{background:var(--bg-card)}@media (width<=600px){.catalog{padding:2rem 1rem}.catalog-header{flex-direction:column;gap:.25rem}.filter-selects{flex-wrap:wrap}}.entry{min-height:calc(100vh - 60px);padding:2.5rem 2rem 5rem}.entry-inner{max-width:740px;margin:0 auto}.entry-breadcrumb{align-items:center;gap:.5rem;margin-bottom:2.5rem;font-size:.75rem;display:flex}.breadcrumb-link{color:var(--text-dim);transition:color var(--transition)}.breadcrumb-link:hover{color:var(--green)}.breadcrumb-sep{color:var(--text-dim)}.breadcrumb-current{color:var(--text-muted)}.entry-meta{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.badge--featured{letter-spacing:.12em;text-transform:uppercase;color:var(--gold);background:#c9a84c0f;border:1px solid #c9a84c59;border-radius:2px;padding:2px 7px;font-size:.6rem;font-weight:600}.entry-era{letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);font-size:.72rem}.entry-title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text);margin-bottom:1.1rem;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;line-height:1.15}.entry-locus{flex-wrap:wrap;gap:1.25rem;margin-bottom:1.25rem;display:flex}.locus-item{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.82rem;display:flex}.locus-icon{color:var(--green-dim);font-size:.75rem}.entry-hook{font-family:var(--font-display);color:var(--text-muted);margin-top:.5rem;font-size:1.1rem;font-style:italic;font-weight:400;line-height:1.6}.entry-divider{background:linear-gradient(90deg, var(--border-md), transparent);height:1px;margin:2rem 0}.entry-credibility{background:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:1.25rem;margin-bottom:2rem;padding:1rem 1.25rem;display:flex}.cred-score{flex-shrink:0;align-items:center;gap:.6rem;display:flex}.cred-pips{gap:3px;display:flex}.cred-pip{background:var(--border-md);border-radius:50%;width:8px;height:8px}.cred-pip.active{background:var(--green)}.cred-label{letter-spacing:.1em;text-transform:uppercase;color:var(--green);font-size:.75rem;font-weight:600}.cred-desc{color:var(--text-dim);border-left:1px solid var(--border);padding-left:1.25rem;font-size:.8rem}.narrative-heading{letter-spacing:.18em;text-transform:uppercase;color:var(--text-dim);margin-bottom:1.25rem;font-size:.7rem;font-weight:600}.narrative-body{flex-direction:column;gap:1em;margin-bottom:2.5rem;display:flex}.narrative-body p{color:var(--text-muted);font-size:.975rem;line-height:1.8}.narrative-body p:first-child{color:var(--text);font-size:1.025rem}.entry-curator{border-radius:var(--radius);background:#5eead40a;border:1px solid #5eead42e;margin-bottom:2.5rem;padding:1.25rem 1.5rem}.curator-header{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.curator-icon{color:var(--verified);font-size:.8rem}.curator-title{letter-spacing:.14em;text-transform:uppercase;color:var(--verified);font-size:.72rem;font-weight:600}.curator-body{color:var(--text-muted);font-size:.9rem;font-style:italic;line-height:1.7}.sources-heading{letter-spacing:.18em;text-transform:uppercase;color:var(--text-dim);margin-bottom:1rem;font-size:.7rem;font-weight:600}.sources-list{background:var(--border);border:1px solid var(--border);border-radius:var(--radius-sm);flex-direction:column;gap:1px;margin-bottom:2.5rem;list-style:none;display:flex;overflow:hidden}.source-item{background:var(--bg-card);transition:background var(--transition);flex-direction:column;gap:.3rem;padding:.875rem 1.125rem;display:flex}.source-item:hover{background:var(--bg-hover)}.source-meta{align-items:center;gap:.5rem;display:flex}.source-type{letter-spacing:.1em;text-transform:uppercase;color:var(--text-dim);font-size:.65rem;font-weight:600}.source-verified{color:var(--verified);font-size:.65rem}.source-title{color:var(--green);text-underline-offset:2px;transition:text-decoration-color var(--transition);word-break:break-word;font-size:.875rem;-webkit-text-decoration:underline #84cc1659;text-decoration:underline #84cc1659}.source-title:hover{-webkit-text-decoration-color:var(--green);text-decoration-color:var(--green)}.entry-taxonomy{background:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:1rem;margin-bottom:2.5rem;padding:1.25rem;display:flex}.taxonomy-group{flex-wrap:wrap;align-items:flex-start;gap:1rem;display:flex}.taxonomy-label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-dim);flex-shrink:0;min-width:80px;padding-top:4px;font-size:.65rem;font-weight:600}.taxonomy-tags{flex-wrap:wrap;gap:.4rem;display:flex}.theme-tag{letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim);border:1px solid var(--border);border-radius:2px;padding:2px 8px;font-size:.65rem}.criteria-tag{letter-spacing:.08em;text-transform:uppercase;color:var(--green-dim);background:var(--green-glow);border:1px solid #84cc1633;border-radius:2px;padding:2px 8px;font-size:.65rem}.entry-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:1.5rem;display:flex}.entry-pub-date{color:var(--text-dim);font-size:.75rem}.back-link{color:var(--text-muted);transition:color var(--transition);font-size:.8rem}.back-link:hover{color:var(--green)}@media (width<=600px){.entry{padding:1.5rem 1rem 4rem}.entry-credibility{flex-direction:column;align-items:flex-start;gap:.75rem}.cred-desc{border-left:none;border-top:1px solid var(--border);padding-top:.75rem;padding-left:0}.taxonomy-group{flex-direction:column;gap:.5rem}}.eras{min-height:calc(100vh - 60px);padding:3rem 2rem 5rem}.eras-inner{max-width:860px;margin:0 auto}.eras-header{margin-bottom:2rem}.eras-title{font-family:var(--font-condensed);color:var(--text);margin-bottom:.4rem;font-size:2rem;font-weight:600}.eras-desc{color:var(--text-dim);font-size:.875rem}.era-nav{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);flex-wrap:wrap;gap:0;margin-bottom:1.5rem;display:flex;overflow:hidden}.era-tab{border:none;border-right:1px solid var(--border);min-width:70px;color:var(--text-dim);font-family:var(--font-body);letter-spacing:.06em;cursor:pointer;transition:all var(--transition);text-align:center;background:0 0;flex:1;padding:.65rem .5rem;font-size:.72rem;font-weight:600}.era-tab:last-child{border-right:none}.era-tab:hover{background:var(--bg-hover);color:var(--text-muted)}.era-tab.active{background:var(--green-glow);color:var(--green);border-bottom:1px solid var(--green)}.era-context{color:var(--text-muted);background:var(--bg-raised);border:1px solid var(--border);border-left:2px solid var(--green-dim);border-radius:var(--radius-sm);margin-bottom:1.75rem;padding:1rem 1.25rem;font-size:.875rem;line-height:1.65}.era-list{background:var(--border);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:1px;display:flex;overflow:hidden}.era-list>*{background:var(--bg-card)}@media (width<=600px){.eras{padding:2rem 1rem 4rem}.era-tab{min-width:60px;padding:.6rem .3rem;font-size:.65rem}}.about{min-height:calc(100vh - 60px);padding:3.5rem 2rem 6rem}.about-inner{max-width:720px;margin:0 auto}.about-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--green);margin-bottom:1rem;font-size:.7rem;font-weight:600}.about-title{font-family:var(--font-condensed);letter-spacing:-.02em;color:var(--text);margin-bottom:3rem;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700;line-height:1.15}.about-title em{color:var(--text-muted);font-style:italic;font-weight:400}.about-body{flex-direction:column;gap:3rem;display:flex}.about-section{flex-direction:column;gap:1rem;display:flex}.about-section p{color:var(--text-muted);font-size:.975rem;line-height:1.8}.about-section-title{font-family:var(--font-condensed);color:var(--text);margin-bottom:.25rem;font-size:1.2rem;font-weight:600}.sourcing-list{background:var(--border);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:1px;margin-top:.75rem;display:flex;overflow:hidden}.sourcing-item{background:var(--bg-card);transition:background var(--transition);gap:1.25rem;padding:1.1rem 1.25rem;display:flex}.sourcing-item:hover{background:var(--bg-hover)}.sourcing-tier{font-family:var(--font-condensed);color:var(--green-dim);opacity:.5;flex-shrink:0;min-width:28px;padding-top:1px;font-size:1.1rem;font-weight:700}.sourcing-label{letter-spacing:.04em;color:var(--text);margin-bottom:.35rem;font-size:.82rem;font-weight:600}.sourcing-desc{color:var(--text-dim);font-size:.82rem;line-height:1.65}@media (width<=600px){.about{padding:2rem 1rem 4rem}.sourcing-item{gap:.75rem}}
