:root{--color-navy: #0e1a2e;--color-gold: #a07c3a;--color-cream: #faf8f4;--color-parchment: #f0ece3;--color-navy-muted: rgba(14, 26, 46, .5);--color-border: rgba(14, 26, 46, .1);--color-border-gold: rgba(160, 124, 58, .45);--font-display: "Playfair Display", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif;--max-w: 1200px;--px: 48px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}body{background:var(--color-cream);color:var(--color-navy);font-family:var(--font-body);font-weight:400;line-height:1.6}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font:inherit}img,svg{display:block}h1,h2,h3,h4,h5{font-family:var(--font-display);font-weight:700;line-height:1.2;color:var(--color-navy)}.btn-primary{display:inline-block;background:var(--color-navy);color:var(--color-cream);padding:11px 26px;border-radius:4px;font-family:var(--font-body);font-size:.875rem;font-weight:500;letter-spacing:.02em;transition:opacity .15s;white-space:nowrap}.btn-primary:hover{opacity:.82}.btn-ghost{display:inline-block;background:transparent;color:var(--color-navy);padding:10px 25px;border-radius:4px;border:.5px solid var(--color-navy);font-family:var(--font-body);font-size:.875rem;font-weight:500;letter-spacing:.02em;transition:background .15s,color .15s;white-space:nowrap}.btn-ghost:hover{background:var(--color-navy);color:var(--color-cream)}.btn-cream{display:inline-block;background:var(--color-cream);color:var(--color-navy);padding:11px 26px;border-radius:4px;font-family:var(--font-body);font-size:.875rem;font-weight:500;letter-spacing:.02em;transition:opacity .15s;white-space:nowrap}.btn-cream:hover{opacity:.88}.hero{background:var(--color-cream);padding:88px var(--px) 40px}.hero-inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:start}.hero-eyebrow{font-family:var(--font-body);font-size:.7rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--color-gold);margin-bottom:22px}.hero-headline{font-size:clamp(2.6rem,4vw,3.5rem);font-weight:700;line-height:1.1;margin-bottom:22px;color:var(--color-navy)}.hero-headline em{font-style:italic;font-weight:500;color:var(--color-gold)}.hero-subtext{font-family:var(--font-body);font-size:1.05rem;font-weight:300;line-height:1.78;color:var(--color-navy-muted);margin-bottom:36px;max-width:48ch}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-quickstart{margin-top:1.25rem;display:grid;gap:.7rem}.hero-quickstart-label{font-size:.72rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--color-gold)}.hero-quickstart-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.hero-quickstart-card{display:grid;grid-template-columns:auto 1fr;gap:.15rem .7rem;align-items:start;padding:.9rem .95rem;border-radius:.95rem;border:.5px solid var(--color-border);background:#ffffff85;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.hero-quickstart-card:hover{transform:translateY(-1px);border-color:var(--color-border-gold);box-shadow:0 14px 28px #0e1a2e12}.hero-quickstart-icon{width:2.25rem;height:2.25rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:var(--color-gold);background:#a07c3a1a;grid-row:span 2}.hero-quickstart-icon svg{width:1rem;height:1rem}.hero-quickstart-card strong{font-size:.94rem;line-height:1.25}.hero-quickstart-card span:last-child{font-size:.8rem;line-height:1.45;color:var(--color-navy-muted)}.hero-right{display:flex;flex-direction:column;gap:16px}.hero-featured-shell{display:flex;flex-direction:column;gap:1rem;padding:1.1rem;border-radius:1.15rem;border:.5px solid var(--color-border);background:linear-gradient(180deg,#f0ece3db,#ffffffb8)}.hero-featured-header{display:flex;flex-direction:column;gap:.35rem}.hero-featured-eyebrow{font-family:var(--font-body);font-size:.68rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--color-gold)}.hero-featured-subtext{font-family:var(--font-body);font-size:.88rem;line-height:1.6;color:var(--color-navy-muted)}.featured-card{display:block;background:var(--color-parchment);border:.5px solid var(--color-border);border-radius:8px;padding:28px 30px;transition:border-color .15s}.featured-card:hover{border-color:var(--color-border-gold)}.featured-card-visual{width:100%;height:176px;margin-bottom:1rem;border-radius:.95rem;overflow:hidden;border:.5px solid rgba(160,124,58,.18);background:radial-gradient(circle at top left,rgba(160,124,58,.24),transparent 42%),linear-gradient(180deg,#ffffffb8,#f0ece3f0);display:flex;align-items:center;justify-content:center}.featured-card-visual img,.story-card-visual img{width:100%;height:100%;object-fit:cover;transform:scale(1.01)}.featured-card-visual--icon,.story-card-visual--icon{position:relative}.featured-card--compact .featured-card-visual{height:108px;margin-bottom:.85rem}.featured-card--lead{border-radius:1rem;box-shadow:0 16px 42px #0f172a14}.featured-followup{background:var(--color-cream);padding:0 var(--px) 72px}.featured-followup-inner{max-width:var(--max-w);margin:0 auto;display:grid;gap:1rem}.hero-featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;align-items:start}.featured-card--compact{padding:1.05rem 1.1rem 1.15rem;min-height:100%}.featured-card-tags{display:flex;flex-wrap:wrap;gap:.45rem;margin:-.1rem 0 .8rem}.featured-card-tag{display:inline-flex;align-items:center;padding:.28rem .58rem;border-radius:999px;border:.5px solid var(--color-border);background:#ffffff59;color:var(--color-navy-muted);font-size:.7rem;line-height:1.2}.card-category{display:inline-flex;align-items:center;gap:.45rem;font-family:var(--font-body);font-size:.62rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--color-gold);border:.5px solid var(--color-border-gold);padding:3px 11px;border-radius:99px;margin-bottom:14px}.card-glyph{width:42px;height:42px;color:var(--color-gold)}.card-glyph svg{width:100%;height:100%}.card-glyph--featured{width:58px;height:58px}.featured-card h3{font-family:var(--font-display);font-size:1.2rem;font-weight:700;margin-bottom:10px;color:var(--color-navy)}.featured-card--compact h3{font-size:1.02rem;margin-bottom:.65rem}.featured-card p{font-family:var(--font-body);font-size:.875rem;font-weight:300;line-height:1.7;color:var(--color-navy-muted);margin-bottom:16px}.featured-card--compact p{font-size:.82rem;line-height:1.58;margin-bottom:.85rem}.card-link{font-family:var(--font-body);font-size:.8rem;font-weight:500;color:var(--color-gold);display:inline-block;transition:opacity .15s}.card-link:hover{opacity:.7}.hero-secondary-panel{display:flex;flex-direction:column;gap:.7rem;padding:1rem 1.05rem;border-radius:10px;border:.5px solid var(--color-border);background:#f0ece3b8}.hero-secondary-label{font-size:.68rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--color-gold)}.hero-secondary-copy{font-size:.88rem;line-height:1.55;color:var(--color-navy-muted)}.hero-secondary-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.hero-secondary-link{display:grid;gap:.4rem;align-content:start;padding:.75rem .85rem;border-radius:.85rem;border:.5px solid var(--color-border);background:#ffffff6b;transition:border-color .15s ease,transform .15s ease}.hero-secondary-link:hover{border-color:var(--color-border-gold);transform:translateY(-1px)}.hero-secondary-link strong{font-family:var(--font-display);font-size:.95rem;line-height:1.25}.hero-secondary-link span{color:var(--color-navy-muted);font-size:.73rem;text-align:left}.pathways{background:linear-gradient(180deg,rgba(240,236,227,.48) 0%,var(--color-cream) 100%);padding:0 var(--px) 60px}.pathways-inner{max-width:var(--max-w);margin:0 auto}.section-header--pathways{margin-bottom:22px}.pathway-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.pathway-card{display:flex;flex-direction:column;gap:.8rem;min-height:100%;padding:1.15rem 1.1rem 1.2rem;border-radius:1rem;border:.5px solid var(--color-border);background:#faf8f4d6;box-shadow:0 18px 34px #0e1a2e0a;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.pathway-card:hover{transform:translateY(-2px);border-color:var(--color-border-gold);box-shadow:0 18px 40px #0e1a2e14}.pathway-icon{width:2.7rem;height:2.7rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:.5px solid rgba(160,124,58,.2);background:#ffffff7a;color:var(--color-gold)}.pathway-icon svg{width:1.2rem;height:1.2rem}.pathway-label{font-size:.68rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--color-gold)}.pathway-card h3{font-size:1.04rem;margin:0}.pathway-card p{font-size:.88rem;line-height:1.62;color:var(--color-navy-muted)}.pathway-meta{display:grid;gap:.22rem;margin-top:auto;font-size:.78rem;line-height:1.5;color:var(--color-navy-muted)}.stats-bar{background:radial-gradient(circle at top left,rgba(160,124,58,.14),transparent 38%),linear-gradient(180deg,rgba(240,236,227,.96) 0%,var(--color-parchment) 100%);border-top:.5px solid var(--color-border);border-bottom:.5px solid var(--color-border);padding:52px var(--px)}.stats-inner{max-width:var(--max-w);margin:0 auto;display:flex;flex-direction:column;gap:22px}.stats-head,.stats-categories-header{display:flex;align-items:end;justify-content:space-between;gap:18px;flex-wrap:wrap}.stats-kicker{font-family:var(--font-body);font-size:.68rem;font-weight:500;letter-spacing:.24em;text-transform:uppercase;color:var(--color-gold);margin-bottom:10px}.stats-copy,.stats-categories-copy{font-family:var(--font-body);font-size:.9rem;line-height:1.65;color:var(--color-navy-muted);max-width:58ch}.stats-primary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.stat{position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:8px;min-height:148px;padding:22px 20px 18px;border:.5px solid var(--color-border);border-radius:16px;background:#faf8f4b8;backdrop-filter:blur(10px);text-align:left;color:inherit;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease}.stat:before,.category-stat:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(160,124,58,.13) 0%,transparent 42%);pointer-events:none}.stat>*,.category-stat>*{position:relative;z-index:1}.stat:hover,.category-stat:hover{transform:translateY(-3px);border-color:var(--color-border-gold);box-shadow:0 18px 34px #0e1a2e14}.stat--featured{background:linear-gradient(180deg,#a07c3a29,#faf8f4e6)}.stat--button,.category-stat{cursor:pointer}.stat-kicker,.stat-meta{display:block}.stat-top{display:flex;align-items:center;gap:.8rem}.stat-icon,.category-stat-icon{width:2.5rem;height:2.5rem;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:999px;border:.5px solid rgba(160,124,58,.22);background:#fff6;color:var(--color-gold)}.stat-icon svg,.category-stat-icon svg{width:1.15rem;height:1.15rem}.stat-number{display:block;font-family:var(--font-display);font-size:2.55rem;font-weight:700;color:var(--color-navy);line-height:.95;margin-top:auto}.stat-label{display:block;font-family:var(--font-body);font-size:.72rem;font-weight:400;color:var(--color-navy-muted);letter-spacing:.09em;text-transform:uppercase}.stat-meta{font-family:var(--font-body);font-size:.84rem;line-height:1.55;color:var(--color-navy-muted);padding-top:4px}.stats-categories{display:flex;flex-direction:column;gap:14px}.stats-categories-title{font-size:1.28rem;font-weight:700}.stats-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.category-stat{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-height:132px;padding:18px 18px 16px;border:.5px solid var(--color-border);border-radius:14px;background:#faf8f49e;text-align:left;color:inherit;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease}.category-stat-top{display:flex;width:100%;align-items:center;justify-content:space-between;gap:12px}.category-stat-number{font-family:var(--font-display);font-size:1.95rem;font-weight:700;line-height:.95;color:var(--color-navy)}.category-stat-arrow{font-family:var(--font-body);font-size:1rem;font-weight:500;color:var(--color-gold);transform:translate(0);transition:transform .16s ease}.category-stat-label{font-family:var(--font-body);font-size:.76rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--color-navy)}.category-stat-heading{display:flex;align-items:center;gap:.72rem}.category-stat-note{font-family:var(--font-body);font-size:.82rem;line-height:1.52;color:var(--color-navy-muted)}.stat--button.active,.category-stat.active{border-color:var(--color-gold);background:linear-gradient(180deg,#a07c3a33,#faf8f4eb);box-shadow:0 18px 34px #0e1a2e1a}.stat--button.active .stat-meta,.category-stat.active .category-stat-note{color:var(--color-navy)}.category-stat:hover .category-stat-arrow,.category-stat.active .category-stat-arrow,.stat:hover .category-stat-arrow{transform:translate(3px)}.accuracy-disclaimer{background:var(--color-cream);border-top:.5px solid var(--color-border);border-bottom:.5px solid var(--color-border);padding:14px var(--px)}.disclaimer-inner{max-width:var(--max-w);margin:0 auto;display:flex;align-items:flex-start;gap:10px}.disclaimer-icon{flex-shrink:0;margin-top:1px;color:var(--color-navy-muted);opacity:.7}.disclaimer-text{font-family:var(--font-body);font-size:.82rem;color:var(--color-navy-muted);line-height:1.55;margin:0}.disclaimer-text a{color:var(--color-gold);text-decoration:underline;text-underline-offset:2px}.disclaimer-text a:hover{opacity:.8}.browse{background:var(--color-cream);padding:80px var(--px)}.browse-inner{max-width:var(--max-w);margin:0 auto}.section-header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:32px;flex-wrap:wrap}.section-title{font-family:var(--font-display);font-size:1.75rem;font-weight:700}.section-subtitle{font-family:var(--font-body);font-size:.92rem;line-height:1.65;color:var(--color-navy-muted);margin-top:8px;max-width:58ch}.browse-tools{display:grid;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:12px;margin-bottom:24px}.browse-search,.browse-region,.browse-status-filter,.browse-pathway,.browse-source,.browse-evidence,.browse-century{display:flex;flex-direction:column;gap:7px}.browse-search{grid-column:span 2}.browse-tool-label{font-family:var(--font-body);font-size:.68rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--color-gold)}.browse-search input,.browse-region select,.browse-status-filter select,.browse-pathway select,.browse-source select,.browse-evidence select,.browse-century select{width:100%;min-height:46px;padding:0 14px;border-radius:10px;border:.5px solid var(--color-border);background:#faf8f4e6;color:var(--color-navy);font-family:var(--font-body);font-size:.92rem}.browse-search input::placeholder{color:var(--color-navy-muted)}.browse-search input:focus,.browse-region select:focus,.browse-status-filter select:focus,.browse-pathway select:focus,.browse-source select:focus,.browse-evidence select:focus,.browse-century select:focus{outline:none;border-color:var(--color-border-gold);box-shadow:0 0 0 3px #a07c3a1f}.browse-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:24px;flex-wrap:wrap}.browse-status{font-family:var(--font-body);font-size:.82rem;color:var(--color-navy-muted)}.browse-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.browse-more{padding:10px 18px;font-size:.85rem}.browse-map-link{font-family:var(--font-body);font-size:.84rem;font-weight:500;color:var(--color-gold)}.browse-map-link:hover{opacity:.82}.pills{display:flex;gap:8px;flex-wrap:wrap}.pill{font-family:var(--font-body);font-size:.75rem;font-weight:400;color:var(--color-navy-muted);border:.5px solid var(--color-border);padding:5px 15px;border-radius:99px;cursor:pointer;transition:color .15s,border-color .15s,background .15s,box-shadow .15s,transform .15s;background:#faf8f4c7}.pill:hover{color:var(--color-gold);border-color:#a07c3a73;background:#a07c3a14;transform:translateY(-1px)}.pill.active{color:var(--color-navy);border-color:#a07c3a9e;background:linear-gradient(180deg,#a07c3a33,#faf8f4f0);box-shadow:0 12px 24px #0e1a2e14}.card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.story-card{display:flex;flex-direction:column;gap:8px;background:var(--color-parchment);border:.5px solid var(--color-border);border-radius:8px;padding:18px 18px 16px;color:inherit;min-height:220px;transition:border-color .15s,transform .15s,box-shadow .15s}.story-card:hover{border-color:var(--color-border-gold);transform:translateY(-2px);box-shadow:0 14px 30px #0e1a2e14}.story-card-visual{width:100%;height:86px;border-radius:.9rem;overflow:hidden;border:.5px solid rgba(160,124,58,.18);background:radial-gradient(circle at top left,rgba(160,124,58,.2),transparent 42%),linear-gradient(180deg,#ffffffb8,#f0ece3eb);display:flex;align-items:center;justify-content:center;margin-bottom:.2rem}.story-card:hover .story-card-visual img{transform:scale(1.04)}.story-card h3{font-size:1rem;font-weight:700;line-height:1.3;margin:0}.story-card p{font-family:var(--font-body);font-size:.84rem;font-weight:300;line-height:1.55;color:var(--color-navy-muted);margin:0}.story-meta{font-size:.74rem!important;font-weight:500!important;letter-spacing:.04em;text-transform:uppercase;color:var(--color-gold)!important}.story-summary{flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.story-tags{display:flex;flex-wrap:wrap;gap:6px}.story-tag{display:inline-flex;align-items:center;padding:4px 9px;border-radius:999px;border:.5px solid rgba(160,124,58,.3);background:#a07c3a14;color:var(--color-navy);font-size:.69rem;line-height:1.25}.story-card .card-link{margin-top:auto;font-size:.8rem}.card-submitter{font-size:.78rem;font-weight:400;color:var(--color-navy-muted);font-style:italic}.community-section{margin-top:64px}.community-header{margin-bottom:28px}.community-sub{font-family:var(--font-body);font-size:.875rem;font-weight:300;color:var(--color-navy-muted);margin-top:6px}.submit-section{background:var(--color-parchment);border-top:.5px solid var(--color-border);padding:88px var(--px)}.submit-inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr 1.35fr;gap:88px;align-items:start}.submit-label{font-family:var(--font-body);font-size:.7rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--color-gold);margin-bottom:16px}.submit-left h2{font-size:2rem;margin-bottom:16px}.submit-left p{font-family:var(--font-body);font-size:.95rem;font-weight:300;line-height:1.8;color:var(--color-navy-muted);margin-bottom:28px;max-width:42ch}form{display:flex;flex-direction:column;gap:16px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-field{display:flex;flex-direction:column;gap:6px}.form-field label{font-family:var(--font-body);font-size:.78rem;font-weight:500;color:var(--color-navy);letter-spacing:.02em}.optional{font-weight:300;color:var(--color-navy-muted);font-size:.72rem}.required{color:var(--color-gold)}.form-field input,.form-field textarea,.form-field select{background:var(--color-cream);border:.5px solid rgba(14,26,46,.2);border-radius:4px;padding:10px 14px;font-family:var(--font-body);font-size:.9rem;font-weight:300;color:var(--color-navy);outline:none;transition:border-color .15s;width:100%;appearance:none}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:var(--color-gold)}.form-field textarea{resize:vertical;min-height:120px;line-height:1.6}.form-field select{cursor:pointer}.btn-submit{align-self:flex-start;margin-top:4px}.btn-submit:disabled{opacity:.5;cursor:not-allowed}.file-input-hidden{display:none}.hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.file-upload-label{display:inline-flex;align-items:center;gap:8px;cursor:pointer;padding:9px 16px;border:.5px solid var(--color-border);border-radius:4px;font-size:.875rem;font-weight:300;color:var(--color-navy-muted);background:var(--color-cream);transition:border-color .15s,color .15s}.file-upload-label:hover{border-color:var(--color-gold);color:var(--color-navy)}.form-hint{font-size:.72rem;color:var(--color-navy-muted)}[data-theme=dark] .file-upload-label{background:#0d1422;border-color:#e2ddd526;color:#e2ddd580}#form-status{font-family:var(--font-body);font-size:.875rem;padding:10px 14px;border-radius:4px;display:none}#form-status.success{display:block;background:#a07c3a14;border:.5px solid var(--color-border-gold);color:#7a5e20}#form-status.error{display:block;background:#b432320f;border:.5px solid rgba(180,50,50,.3);color:#8b2020}.speaker-banner{background:var(--color-navy);padding:72px var(--px)}.banner-inner{max-width:var(--max-w);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:48px}.banner-text{max-width:640px}.banner-label{font-family:var(--font-body);font-size:.68rem;font-weight:500;letter-spacing:.24em;text-transform:uppercase;color:#a07c3acc;margin-bottom:14px}.banner-headline{font-family:var(--font-display);font-size:1.85rem;font-weight:700;color:var(--color-cream);line-height:1.3;margin-bottom:12px}.banner-sub{font-family:var(--font-body);font-size:.9rem;font-weight:300;color:#faf8f48c;line-height:1.75}.banner-cta{flex-shrink:0}[data-theme=dark] body{background:#0d1422;color:#e2ddd5}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5{color:#e2ddd5}[data-theme=dark] .site-nav{background:#0d1422;border-bottom-color:#e2ddd514}[data-theme=dark] .logo-the{color:#e2ddd566}[data-theme=dark] .logo-name{color:#e2ddd5}[data-theme=dark] .logo svg rect{fill:#ffffff1a!important}[data-theme=dark] .nav-link{color:#e2ddd580}[data-theme=dark] .nav-link:hover{color:#e2ddd5}[data-theme=dark] .nav-theme-toggle{border-color:#e2ddd51f;color:#e2ddd580}[data-theme=dark] .nav-theme-toggle:hover{color:#e2ddd5;border-color:var(--color-gold)}[data-theme=dark] .hero,[data-theme=dark] .featured-followup{background:#0d1422}[data-theme=dark] .hero-subtext{color:#e2ddd580}[data-theme=dark] .hero-featured-shell{background:linear-gradient(180deg,#141d2ff2,#0d1422eb);border-color:#e2ddd514}[data-theme=dark] .featured-card{background:#141d2f;border-color:#e2ddd514}[data-theme=dark] .featured-card-visual,[data-theme=dark] .story-card-visual{background:radial-gradient(circle at top left,rgba(160,124,58,.22),transparent 42%),linear-gradient(180deg,#172033fa,#0d1422f0);border-color:#e2ddd514}[data-theme=dark] .featured-card:hover{border-color:var(--color-border-gold)}[data-theme=dark] .hero-featured-subtext{color:#e2ddd580}[data-theme=dark] .hero-quickstart-card{background:#0e1a2e7a;border-color:#e2ddd51a}[data-theme=dark] .hero-quickstart-card strong{color:#e2ddd5}[data-theme=dark] .hero-quickstart-card span:last-child{color:#e2ddd59e}[data-theme=dark] .hero-quickstart-icon{background:#a07c3a1f}[data-theme=dark] .featured-card-tag,[data-theme=dark] .hero-secondary-link{background:#0d1422b8;border-color:#e2ddd51f}[data-theme=dark] .featured-card h3{color:#e2ddd5}[data-theme=dark] .featured-card p{color:#e2ddd580}[data-theme=dark] .card-glyph,[data-theme=dark] .stat-icon,[data-theme=dark] .category-stat-icon{color:#d8bf7c}[data-theme=dark] .hero-secondary-panel{background:#141d2fe6;border-color:#e2ddd514}[data-theme=dark] .pathways{background:linear-gradient(180deg,#a07c3a0d,#0d1422)}[data-theme=dark] .pathway-card{background:#141d2fd1;border-color:#e2ddd514;box-shadow:none}[data-theme=dark] .pathway-card:hover{border-color:#d8bf7c57}[data-theme=dark] .pathway-icon{background:#ffffff08}[data-theme=dark] .hero-secondary-copy,[data-theme=dark] .hero-secondary-link span,[data-theme=dark] .featured-card-tag,[data-theme=dark] .pathway-card p,[data-theme=dark] .pathway-meta{color:#e2ddd59e}[data-theme=dark] .hero-secondary-link strong{color:#e2ddd5}[data-theme=dark] .btn-ghost{color:#e2ddd5;border-color:#e2ddd540}[data-theme=dark] .btn-ghost:hover{background:#e2ddd5;color:#0d1422}[data-theme=dark] .stats-bar{background:radial-gradient(circle at top left,rgba(160,124,58,.18),transparent 38%),linear-gradient(180deg,#11192a,#141d2f);border-color:#e2ddd514}[data-theme=dark] .stats-copy,[data-theme=dark] .stats-categories-copy,[data-theme=dark] .stat-meta,[data-theme=dark] .category-stat-note,[data-theme=dark] .stat-label{color:#e2ddd580}[data-theme=dark] .stat,[data-theme=dark] .category-stat{background:#141d2fe0;border-color:#e2ddd514;box-shadow:none}[data-theme=dark] .stat:hover,[data-theme=dark] .category-stat:hover{border-color:var(--color-border-gold);box-shadow:0 18px 34px #0000003d}[data-theme=dark] .stat--featured{background:linear-gradient(180deg,#a07c3a38,#141d2ff5)}[data-theme=dark] .stat--button.active,[data-theme=dark] .category-stat.active{background:linear-gradient(180deg,#a07c3a3d,#141d2ff5)}[data-theme=dark] .stat-number,[data-theme=dark] .stats-categories-title,[data-theme=dark] .category-stat-number,[data-theme=dark] .category-stat-label{color:#e2ddd5}[data-theme=dark] .stat-icon,[data-theme=dark] .category-stat-icon{background:#0d1422b8;border-color:#d8bf7c2e}[data-theme=dark] .browse{background:#0d1422}[data-theme=dark] .section-title{color:#e2ddd5}[data-theme=dark] .browse-status{color:#e2ddd580}[data-theme=dark] .browse-search input,[data-theme=dark] .browse-region select,[data-theme=dark] .browse-status-filter select,[data-theme=dark] .browse-pathway select,[data-theme=dark] .browse-source select,[data-theme=dark] .browse-evidence select,[data-theme=dark] .browse-century select{background:#141d2fd1;border-color:#e2ddd514;color:#e2ddd5}[data-theme=dark] .browse-search input::placeholder{color:#e2ddd573}[data-theme=dark] .story-tag{background:#a07c3a29;border-color:#d8bf7c57;color:#e2ddd5}[data-theme=dark] .pill{color:#e2ddd573;border-color:#e2ddd51a;background:#141d2fb3}[data-theme=dark] .pill:hover{color:#d8bf7c;border-color:#d8bf7c80;background:#a07c3a24}[data-theme=dark] .pill.active{color:#e2ddd5;border-color:#d8bf7cad;background:linear-gradient(180deg,#a07c3a42,#141d2ffa);box-shadow:0 14px 28px #0000003d}[data-theme=dark] .story-card{background:#141d2f;border-color:#e2ddd514;box-shadow:none}[data-theme=dark] .story-card h3{color:#e2ddd5}[data-theme=dark] .story-card p{color:#e2ddd580}[data-theme=dark] .story-meta{color:#d8bf7c!important}[data-theme=dark] .card-submitter{color:#e2ddd566}[data-theme=dark] .submit-section{background:#141d2f;border-top-color:#e2ddd514}[data-theme=dark] .submit-left h2{color:#e2ddd5}[data-theme=dark] .submit-left p{color:#e2ddd580}[data-theme=dark] .form-field label{color:#e2ddd5}[data-theme=dark] .optional{color:#e2ddd566}[data-theme=dark] .form-field input,[data-theme=dark] .form-field textarea,[data-theme=dark] .form-field select{background:#0d1422;border-color:#e2ddd526;color:#e2ddd5}[data-theme=dark] .speaker-banner{background:#080d17}[data-theme=dark] .community-sub{color:#e2ddd580}@media(max-width:1180px){.pathway-grid,.card-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){:root{--px: 24px}.hero-inner{grid-template-columns:1fr;gap:48px}.hero{padding:64px var(--px) 60px}.featured-followup{padding:0 var(--px) 56px}.hero-subtext{max-width:none}.hero-quickstart-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.featured-card{padding:24px}.featured-card-visual{height:148px}.hero-featured-grid,.hero-secondary-links{grid-template-columns:1fr}.stats-head,.stats-categories-header{align-items:flex-start}.stats-primary-grid,.stats-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.browse,.submit-section,.speaker-banner{padding-inline:var(--px)}.card-grid{grid-template-columns:1fr 1fr}.submit-inner{grid-template-columns:1fr;gap:48px}.banner-inner{flex-direction:column;align-items:flex-start;gap:28px}.nav-links{display:none}}@media(max-width:720px){:root{--px: 20px}.logo-name{font-size:1rem}.hero{padding:52px var(--px) 48px}.hero-inner{gap:28px}.hero-eyebrow{margin-bottom:14px}.hero-headline{font-size:clamp(2.25rem,12vw,3rem);line-height:1.02;margin-bottom:16px}.hero-subtext{font-size:.96rem;line-height:1.68;margin-bottom:24px}.hero-quickstart-grid{grid-template-columns:1fr}.hero-featured-subtext{font-size:.84rem;line-height:1.55}.hero-featured-shell{padding:0;border:0;background:none}.featured-card{padding:20px;border-radius:10px}.featured-card-visual{height:124px;margin-bottom:.8rem}.featured-card--compact .featured-card-visual,.story-card-visual{height:92px}.featured-card-tags{margin-bottom:.7rem}.hero-secondary-link{flex-direction:column;align-items:flex-start}.hero-secondary-link span{text-align:left}.featured-card h3{font-size:1.05rem}.featured-card p{font-size:.84rem;line-height:1.6}.stats-bar{padding:34px var(--px)}.stats-inner{gap:18px}.stat,.category-stat{min-height:0;border-radius:14px}.stat-top,.category-stat-heading{gap:.6rem}.stat-icon,.category-stat-icon{width:2.2rem;height:2.2rem}.stat{padding:18px 16px}.category-stat{padding:16px}.stat-number{font-size:2.15rem;margin-bottom:6px}.stat-meta,.category-stat-note{font-size:.78rem;line-height:1.48}.category-stat-number{font-size:1.6rem}.stats-categories-title{font-size:1.08rem}.accuracy-disclaimer{padding:12px var(--px)}.pathways{padding-bottom:52px}.pathway-grid{grid-template-columns:1fr 1fr}.browse{padding-block:56px}.section-header{gap:14px;margin-bottom:22px}.section-title{font-size:1.5rem}.section-subtitle{font-size:.88rem;line-height:1.58}.browse-tools{grid-template-columns:1fr}.browse-search{grid-column:auto}.pills{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;width:calc(100% + 4px);padding-bottom:4px}.pills::-webkit-scrollbar{display:none}.pill{white-space:nowrap;flex:0 0 auto}.card-grid{gap:14px}.story-card{min-height:0;padding:16px}.story-summary{-webkit-line-clamp:4}.browse-footer{align-items:flex-start;gap:12px}.browse-actions{width:100%;justify-content:space-between}.submit-section{padding-block:60px}.submit-inner{gap:36px}.submit-left h2{font-size:1.7rem}.submit-left p{font-size:.92rem;line-height:1.72;margin-bottom:20px}.speaker-banner{padding-block:52px}.banner-headline{font-size:1.55rem}.banner-sub{font-size:.88rem;line-height:1.68}}@media(max-width:560px){:root{--px: 16px}.pathway-grid,.card-grid,.form-row,.stats-primary-grid,.stats-category-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column}.hero-actions .btn-ghost,.hero-actions .btn-primary{width:100%;text-align:center}.hero-quickstart-card{padding:.85rem .9rem}.featured-card-tags{gap:.35rem}.featured-card-tag{font-size:.66rem}.hero-secondary-panel{padding:.9rem}.browse-actions{flex-direction:column;align-items:stretch}.browse-more,.browse-map-link,.btn-submit,.banner-cta{width:100%;text-align:center}}
