:root,[data-theme="light"]{
  --gold:#D4AF37;--gold-light:#E8C766;--gold-dark:#A8892A;--gold-dim:rgba(212,175,55,.12);
  --bg:#ffffff;--bg-muted:#F7F7F8;--surface:#ffffff;--surface-elevated:#F4F4F5;--surface-input:#ffffff;
  --border:#E5E5E5;--text:#2c2c2c;--text-heading:#111111;--text-muted:#6b7280;--text-secondary:#4b5563;
  --nav-bg:rgba(255,255,255,.96);--nav-shadow:0 2px 12px rgba(0,0,0,.04);--overlay:rgba(0,0,0,.45);
  --brand-500:var(--gold);--brand-400:var(--gold-light);--brand-100:var(--gold-dim);
  --navy-700:var(--text-heading);--navy-900:#111111;
  --gray-100:var(--surface-elevated);--gray-400:var(--border);--gray-600:var(--text-muted);--gray-700:var(--text-secondary);
  --green-500:#01B574;--white:var(--bg);--surface-alt:var(--bg-muted);--surface-muted:var(--surface-elevated);
  --shadow-card:0 8px 28px rgba(0,0,0,.06);
  --radius-xl:20px;--radius-lg:16px;--nav-h:76px;
}
[data-theme="dark"]{
  --gold-dim:rgba(212,175,55,.14);
  --bg:#000000;--bg-muted:#0a0a0a;--surface:#111111;--surface-elevated:#1a1a1a;--surface-input:#0d0d0d;
  --border:#2a2a2a;--text:#E8E8E8;--text-heading:#E8E8E8;--text-muted:#8a8a8a;--text-secondary:#C0C0C0;
  --nav-bg:rgba(0,0,0,.94);--nav-shadow:0 4px 24px rgba(0,0,0,.4);--overlay:rgba(0,0,0,.65);
  --gray-100:var(--surface-elevated);--gray-600:var(--text-muted);--gray-700:var(--text-secondary);
  --white:var(--bg);--surface-alt:var(--bg-muted);--surface-muted:var(--surface-elevated);
  --shadow-card:0 10px 40px rgba(0,0,0,.55);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;font-size:14px;transition:background-color .2s,color .2s}
a{color:var(--gold);text-decoration:none}
a:hover{color:var(--gold-dark)}
img{max-width:100%;height:auto}
.container{width:100%;max-width:1140px;margin:0 auto;padding:0 24px}
.hidden{display:none!important}

.landing-nav{position:sticky;top:0;z-index:100;height:var(--nav-h);background:var(--nav-bg);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);box-shadow:var(--nav-shadow)}
.landing-nav-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}
.landing-brand{display:flex;align-items:center;gap:14px;flex-shrink:0;color:inherit}
.landing-brand:hover{color:inherit;opacity:.92}
.brand-logo{height:44px;width:auto;max-width:min(220px,42vw);object-fit:contain;display:block}
.landing-menu{display:flex;align-items:center;gap:4px;flex-wrap:wrap}
.landing-menu a{padding:8px 14px;border-radius:var(--radius-lg);font-size:13px;font-weight:500;color:var(--gray-700);white-space:nowrap}
.landing-menu a:hover{background:var(--gold-dim);color:var(--gold-dark)}
.landing-menu a.is-active{background:var(--gold-dim);color:var(--gold-dark);border:1px solid rgba(212,175,55,.35)}
.landing-nav-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}
.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface);color:var(--text-heading);cursor:pointer;line-height:0;flex-shrink:0;transition:background .15s,border-color .15s,color .15s}
.theme-toggle:hover{background:var(--gold-dim);border-color:var(--gold);color:var(--gold-dark)}
.theme-toggle .theme-icon-sun{display:none}
.theme-toggle .theme-icon-moon{display:block}
[data-theme="dark"] .theme-toggle .theme-icon-sun{display:block}
[data-theme="dark"] .theme-toggle .theme-icon-moon{display:none}
.menu-toggle{display:none;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:8px 10px;cursor:pointer;color:var(--text-heading);line-height:0}
.btn-brand{display:inline-flex;align-items:center;justify-content:center;height:42px;padding:0 22px;background:linear-gradient(135deg,var(--gold-light),var(--gold-dark));color:#000;font-weight:600;font-size:14px;border-radius:var(--radius-lg);border:none;cursor:pointer;white-space:nowrap;box-shadow:0 4px 14px rgba(212,175,55,.22)}
.btn-brand:hover{background:linear-gradient(135deg,var(--gold-light),var(--gold));color:#000;filter:brightness(1.04)}
.btn-outline{display:inline-flex;align-items:center;justify-content:center;height:42px;padding:0 22px;background:var(--surface);color:var(--text-heading);font-weight:500;font-size:14px;border-radius:var(--radius-lg);border:1px solid var(--border)}
.btn-outline:hover{background:var(--surface-muted);border-color:var(--text-secondary);color:var(--text-heading)}

.landing-hero{background:var(--bg);padding:36px 0 32px;border-bottom:1px solid var(--border)}
.hero-inner{display:flex;flex-direction:column;gap:28px}
.hero-head{max-width:720px}
.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:var(--gold-dark);background:var(--gold-dim);border:1px solid rgba(212,175,55,.25);padding:5px 12px;border-radius:999px;margin-bottom:14px;letter-spacing:.02em}
.hero-eyebrow-dot{width:6px;height:6px;border-radius:50%;background:var(--green-500);flex-shrink:0}
.landing-hero h1{font-size:clamp(26px,3.8vw,36px);font-weight:700;line-height:1.2;color:var(--text-heading);letter-spacing:-.03em;margin-bottom:10px}
.landing-lead{font-size:15px;color:var(--gray-700);line-height:1.6;max-width:560px}

.hero-search-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:20px 22px;box-shadow:var(--shadow-card)}
.hero-search-form{display:flex;gap:10px;align-items:stretch}
@media(max-width:640px){.hero-search-form{flex-direction:column}}
.landing-search{position:relative;flex:1;min-width:0}
.landing-search input{width:100%;height:50px;padding:0 16px 0 44px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface-input);font-family:inherit;font-size:15px;color:var(--text);outline:none}
.landing-search input:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(212,175,55,.18)}
.landing-search input::placeholder{color:var(--gray-600)}
.landing-search .ico{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--gray-600);pointer-events:none}
.hero-search-form .btn-brand{height:50px;padding:0 24px;flex-shrink:0}
.hero-popular{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:14px;padding-top:14px;border-top:1px solid var(--border)}
.hero-popular-label{font-size:12px;font-weight:600;color:var(--gray-600);margin-right:2px}
.hero-popular-link{font-size:12px;font-weight:600;color:var(--text-heading);background:var(--surface-elevated);border:1px solid var(--border);padding:5px 11px;border-radius:999px;cursor:pointer;font-family:inherit;line-height:1.3}
.hero-popular-link:hover{border-color:var(--gold);color:var(--gold-dark);background:var(--gold-dim)}
.hero-search-panel .search-status{margin-top:10px;font-size:13px;color:var(--gray-700)}
.hero-search-panel .search-status strong{color:var(--text-heading)}

.hero-shortcuts{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}
@media(max-width:1100px){.hero-shortcuts{grid-template-columns:repeat(4,1fr)}}
@media(max-width:640px){.hero-shortcuts{grid-template-columns:repeat(2,1fr)}}
.hero-shortcut{display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:14px 16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);transition:border-color .15s,box-shadow .15s;color:inherit;min-height:88px}
.hero-shortcut:hover{border-color:var(--gold);box-shadow:var(--shadow-card);color:inherit}
.hero-shortcut-icon{width:36px;height:36px;border-radius:10px;background:var(--gold-dim);color:var(--gold);display:flex;align-items:center;justify-content:center}
.hero-shortcut-label{font-size:13px;font-weight:700;color:var(--text-heading);line-height:1.3}
.hero-shortcut-count{font-size:11px;font-weight:600;color:var(--gray-600);margin-top:auto}

.hero-featured{border-top:1px solid var(--border);padding-top:24px}
.hero-featured-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}
.hero-featured-head h2{font-size:15px;font-weight:700;color:var(--text-heading);letter-spacing:-.01em}
.hero-featured-head a{font-size:13px;font-weight:600;color:var(--gold-dark);white-space:nowrap}
.hero-featured-head a:hover{color:var(--gold)}
.hero-featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
@media(max-width:768px){.hero-featured-grid{grid-template-columns:1fr}}
.hero-featured-item{display:flex;flex-direction:column;gap:6px;padding:16px 18px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);transition:border-color .15s}
.hero-featured-item:hover{border-color:var(--gold)}
.hero-featured-tag{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--gold)}
.hero-featured-title{font-size:13px;font-weight:700;color:var(--text-heading);line-height:1.45}
.hero-featured-item:hover .hero-featured-title{color:var(--gold-dark)}

.search-status{font-size:13px;color:var(--gray-700);margin-top:6px}
.search-status strong{color:var(--text-heading)}

.landing-section{padding:64px 0;background:var(--bg)}
.landing-section.alt{background:var(--bg-muted)}
.section-head{text-align:center;max-width:640px;margin:0 auto 36px}
.section-head.left{text-align:left;margin:0 0 24px}
.section-eyebrow{font-size:12px;font-weight:700;color:var(--gold);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}
.section-title{font-size:28px;font-weight:700;color:var(--text-heading);letter-spacing:-.02em;margin-bottom:8px}
.section-desc{font-size:15px;color:var(--gray-700);line-height:1.6}

.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}
.category-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:22px;display:block;transition:border-color .15s,box-shadow .15s}
.category-card:hover{border-color:var(--gold);box-shadow:var(--shadow-card);color:inherit}
.category-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
.category-icon{width:44px;height:44px;border-radius:12px;background:var(--gold-dim);color:var(--gold);display:flex;align-items:center;justify-content:center}
.category-count{font-size:12px;font-weight:700;color:var(--gold);background:var(--gold-dim);padding:4px 10px;border-radius:999px}
.category-card h3{font-size:16px;font-weight:700;color:var(--text-heading);margin-bottom:6px}
.category-card p{font-size:13px;color:var(--gray-700);line-height:1.5}

.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}
.article-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:20px;display:flex;flex-direction:column;min-height:170px;transition:border-color .15s,box-shadow .15s}
.article-card:hover{border-color:var(--gold);box-shadow:var(--shadow-card)}
.card-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--gold);margin-bottom:10px}
.card-title{font-size:15px;font-weight:700;line-height:1.45;color:var(--text-heading);margin-bottom:8px}
.card-title a{color:inherit}
.card-title a:hover{color:var(--gold)}
.card-excerpt{font-size:13px;color:var(--gray-700);flex:1;line-height:1.55}
.card-meta{display:flex;gap:12px;margin-top:14px;padding-top:14px;border-top:1px solid var(--border);font-size:12px;color:var(--gray-600);font-weight:500}
.card-read-more{display:inline-flex;align-items:center;gap:8px;margin-top:14px;padding:8px 0;font-size:13px;font-weight:600;color:var(--gold-dark);transition:color .15s,gap .15s}
.card-read-more-arrow{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:var(--gold-dim);border:1px solid rgba(212,175,55,.28);transition:transform .2s,background .15s,border-color .15s}
.card-read-more .ico{width:14px;height:14px}
.card-read-more:hover{color:var(--gold)}
.card-read-more:hover .card-read-more-arrow{background:var(--gold);border-color:var(--gold);color:#000;transform:translateX(3px)}
.article-card:hover .card-read-more{color:var(--gold)}

.posts-marquee-wrap{position:relative;padding:56px 0 52px;overflow:hidden;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.posts-marquee-bg{position:absolute;inset:0;background:linear-gradient(135deg,var(--bg-muted) 0%,var(--bg) 45%,rgba(212,175,55,.06) 100%);pointer-events:none}
[data-theme="dark"] .posts-marquee-bg{background:linear-gradient(135deg,#0a0a0a 0%,var(--bg) 50%,rgba(212,175,55,.08) 100%)}
.posts-marquee-header{position:relative;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px;flex-wrap:wrap}
.posts-marquee-intro{max-width:560px}
.posts-live-badge{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gold-dark);margin-bottom:10px}
.posts-live-dot{width:8px;height:8px;border-radius:50%;background:var(--green-500);box-shadow:0 0 0 0 rgba(1,181,116,.45);animation:live-pulse 2s ease-out infinite}
@keyframes live-pulse{0%{box-shadow:0 0 0 0 rgba(1,181,116,.45)}70%{box-shadow:0 0 0 8px rgba(1,181,116,0)}100%{box-shadow:0 0 0 0 rgba(1,181,116,0)}}
.posts-marquee-desc{font-size:14px;color:var(--gray-700);line-height:1.6;margin-top:6px}
.posts-marquee-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.posts-stat-pill{font-size:13px;font-weight:600;color:var(--text-heading);background:var(--surface);border:1px solid var(--border);padding:10px 16px;border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}
.posts-stat-pill strong{color:var(--gold-dark);font-size:18px;margin-right:4px}
.posts-marquee-rows{display:flex;flex-direction:column;gap:16px;position:relative}
.posts-marquee-row{margin-bottom:0;mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}
.posts-marquee-row--fast .marquee-track{animation:marquee-left 48s linear infinite}
.posts-marquee-row--slow .marquee-track{animation:marquee-right 58s linear infinite}
.posts-marquee-row:hover .marquee-track{animation-play-state:paused}
.post-marquee-card{position:relative;flex:0 0 auto;width:min(340px,84vw);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:20px 22px 18px;box-shadow:var(--shadow-card);display:flex;flex-direction:column;min-height:196px;transition:transform .25s,border-color .2s,box-shadow .25s;overflow:hidden}
.post-marquee-card:hover{transform:translateY(-4px);border-color:rgba(212,175,55,.45);box-shadow:0 16px 40px rgba(0,0,0,.1)}
.pmc-accent{position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold-dark),var(--gold-light),var(--gold-dark));opacity:.85}
.post-marquee-card:hover .pmc-accent{opacity:1}
.pmc-top{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.pmc-icon{width:36px;height:36px;border-radius:10px;background:var(--gold-dim);color:var(--gold);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.pmc-cat{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--gold-dark)}
.pmc-title{font-size:15px;font-weight:700;color:var(--text-heading);line-height:1.4;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.pmc-title a{color:inherit}
.pmc-title a:hover{color:var(--gold-dark)}
.pmc-excerpt{font-size:12px;color:var(--gray-700);line-height:1.5;margin-bottom:auto;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:36px}
.pmc-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;padding-top:14px;border-top:1px solid var(--border)}
.pmc-meta{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--gray-600);font-weight:500;flex-wrap:wrap}
.pmc-dot{opacity:.5}
.post-marquee-card .card-read-more{margin-top:0;padding:0;font-size:12px;flex-shrink:0}
.post-marquee-card .card-read-more-arrow{width:26px;height:26px}
@media(max-width:640px){
  .posts-marquee-header{align-items:flex-start}
  .posts-marquee-actions{width:100%}
  .posts-marquee-actions .btn-outline{flex:1;text-align:center}
}
.hero-featured-item .card-read-more{margin-top:12px;padding:0;font-size:12px;pointer-events:none}
.hero-featured-item:hover .card-read-more{color:var(--gold)}
.hero-featured-item:hover .card-read-more-arrow{background:var(--gold);border-color:var(--gold);color:#000;transform:translateX(3px)}
.related-item{display:flex;flex-direction:column;gap:10px}
.related-item .card-read-more{margin-top:0;padding:0;font-size:12px}

.landing-cta{background:linear-gradient(180deg,#0a0a0a,#000000);padding:56px 0;border-top:1px solid #2a2a2a}
.landing-cta-inner{text-align:center;max-width:640px;margin:0 auto}
.landing-cta h2{font-size:28px;font-weight:700;color:#E8E8E8;margin-bottom:10px;letter-spacing:-.02em}
.landing-cta p{font-size:15px;color:#C0C0C0;margin-bottom:24px;line-height:1.6}
.landing-cta-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px}
.landing-cta .btn-outline{border-color:#C0C0C0;color:#E8E8E8;background:transparent}
.landing-cta .btn-outline:hover{background:rgba(255,255,255,.08);color:#E8E8E8}

.page-header{background:var(--bg-muted);padding:32px 0 28px;border-bottom:1px solid var(--border)}
.page-header h1{font-size:28px;font-weight:700;color:var(--text-heading);letter-spacing:-.02em;margin-top:10px}
.breadcrumb{font-size:13px;color:var(--gray-600);font-weight:500;display:flex;flex-wrap:wrap;gap:6px;align-items:center}
.breadcrumb a{color:var(--gray-600)}
.breadcrumb a:hover{color:var(--gold)}
.page-body{padding:40px 0 56px;background:var(--bg)}

.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);padding:28px 32px}
@media(max-width:640px){.panel{padding:20px}}
.article-header{padding-bottom:20px;border-bottom:1px solid var(--border);margin-bottom:24px}
.article-header h1{font-size:26px;font-weight:700;line-height:1.3;color:var(--text-heading);letter-spacing:-.02em;margin:12px 0 0}
.article-kw{display:inline-block;font-size:12px;font-weight:600;color:var(--gold);background:var(--gold-dim);padding:4px 10px;border-radius:8px;margin-top:12px}
.article-tags{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:14px 0 0;padding:0}
.article-tag{display:inline-flex;align-items:center;font-size:11px;font-weight:600;color:var(--text-secondary);background:var(--surface-elevated);border:1px solid var(--border);padding:5px 11px;border-radius:999px;transition:color .2s,border-color .2s,background .2s}
.article-tag:hover{color:var(--gold);border-color:var(--gold);background:var(--gold-dim)}
.article-rating{margin:18px 0 0;padding:16px 18px;background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius-lg)}
.rating-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}
.rating-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--gold)}
.rating-summary{margin:0;font-size:13px;color:var(--gray-700)}
.rating-summary strong{color:var(--text-heading);font-size:15px}
.rating-stars-interactive{display:flex;gap:4px}
.rating-star{background:none;border:none;padding:2px;cursor:pointer;color:var(--border);font-size:22px;line-height:1;transition:color .15s,transform .15s}
.rating-star:hover,.rating-star.is-active{color:var(--gold);transform:scale(1.08)}
.rating-star:focus-visible{outline:2px solid var(--gold);outline-offset:2px;border-radius:4px}
.rating-hint{margin:8px 0 0;font-size:11px;color:var(--gray-600)}
.rating-display{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:var(--gray-700)}
.rating-display--sm{font-size:11px}
.rating-stars-static .star{color:var(--border);font-size:13px;line-height:1}
.rating-stars-static .star.is-on{color:var(--gold)}
.rating-value{font-weight:700;color:var(--text-heading)}
.card-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}
.card-tag{font-size:10px;font-weight:600;color:var(--text-muted);background:var(--surface-elevated);border:1px solid var(--border);padding:3px 8px;border-radius:999px}
.card-rating{margin-top:10px}
.sidebar-tag-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:6px}
.sidebar-tag{font-size:10px;font-weight:600;color:var(--text-muted);background:var(--surface-elevated);border:1px solid var(--border);padding:4px 9px;border-radius:999px}
.article-meta{display:flex;flex-wrap:wrap;gap:16px;margin-top:14px;font-size:13px;color:var(--gray-700)}
.article-body h2{font-size:16px;font-weight:700;color:var(--text-heading);margin:28px 0 12px}
.article-body p{margin-bottom:14px;color:var(--gray-700);font-size:14px;line-height:1.65}
.article-body ul,.article-body ol{margin:12px 0 14px 20px;color:var(--gray-700);font-size:14px}
.article-table-wrap{margin:24px 0 28px;padding:18px 20px;background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius-lg)}
.article-table-title{font-size:14px;font-weight:700;color:var(--gold);margin:0 0 6px}
.article-table-caption{font-size:12px;color:var(--gray-700);margin:0 0 14px;line-height:1.5}
.article-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}
.article-table{width:100%;min-width:320px;border-collapse:collapse;font-size:13px}
.article-table th,.article-table td{padding:10px 14px;border:1px solid var(--border);text-align:left;vertical-align:top}
.article-table thead th{background:var(--gold-dim);color:var(--text-heading);font-weight:700;white-space:nowrap}
.article-table tbody tr:nth-child(even){background:var(--surface)}
.article-table tbody tr:hover{background:var(--gold-dim)}
.article-table td.hl{background:rgba(212,175,55,.15);font-weight:600;color:var(--text-heading)}
.cta-panel{background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius-xl);padding:24px;margin:28px 0;text-align:center}
.cta-panel p{margin-bottom:14px;color:var(--gray-700);font-size:14px}
.related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin-top:16px}
.related-item{background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px;font-size:13px}
.related-item .related-title{color:var(--text-heading);font-weight:600;line-height:1.45}
.related-item .related-title:hover{color:var(--gold)}
.section-block{margin-bottom:32px}
.section-block .section-title{font-size:18px;margin-bottom:16px}

.site-footer{background:var(--bg);border-top:1px solid var(--border);padding:40px 0 24px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:32px}
@media(max-width:768px){.footer-grid{grid-template-columns:1fr}}
.footer-grid h4{font-size:14px;font-weight:700;color:var(--gold);margin-bottom:10px}
.footer-grid p,.footer-grid li{font-size:13px;color:var(--gray-700);line-height:1.7}
.footer-grid ul{list-style:none}
.footer-bottom{margin-top:24px;padding-top:16px;border-top:1px solid var(--border);font-size:12px;color:var(--gray-600);display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px}

.nav-drawer{display:none;position:fixed;inset:0;z-index:150;background:var(--overlay)}
.nav-drawer-panel{position:absolute;top:0;right:0;width:min(320px,88vw);height:100%;background:var(--surface);padding:20px 16px;overflow-y:auto;border-left:1px solid var(--border)}
.nav-drawer-panel a{display:block;padding:12px 14px;border-radius:var(--radius-lg);font-size:14px;font-weight:500;color:var(--gray-700);margin-bottom:4px}
.nav-drawer-panel a.is-active{background:var(--gold-dim);color:var(--gold-dark)}
.nav-drawer.is-open{display:block}

@media(max-width:1024px){
  .landing-menu{display:none}
  .menu-toggle{display:inline-flex}
}
@media(max-width:640px){
  .container{padding:0 16px}
  .landing-hero{padding:48px 0}
  .landing-section{padding:48px 0}
  .landing-actions{flex-direction:column;align-items:stretch}
  .landing-actions .btn-brand,.landing-actions .btn-outline{width:100%}
}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.comments-section{margin-top:32px;padding-top:28px;border-top:1px solid var(--border)}
.comments-lead{font-size:13px;color:var(--gray-700);margin-bottom:18px}
.comment-form{margin-bottom:28px}
.comment-form-row{display:grid;gap:12px;margin-bottom:12px}
.comment-form input,.comment-form textarea{width:100%;padding:12px 14px;border:1px solid var(--border);border-radius:var(--radius-lg);font-family:inherit;font-size:14px;color:var(--text);background:var(--surface-input)}
.comment-form input:focus,.comment-form textarea:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px rgba(212,175,55,.18)}
.comment-list{display:flex;flex-direction:column;gap:14px}
.comment-item{background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px 18px}
.comment-item.is-reply{margin-left:24px;border-left:3px solid var(--gold)}
.comment-head{display:flex;flex-wrap:wrap;align-items:center;gap:8px 14px;margin-bottom:8px}
.comment-author{font-size:14px;font-weight:700;color:var(--text-heading)}
.comment-date{font-size:12px;color:var(--gray-600)}
.comment-body{font-size:14px;color:var(--gray-700);line-height:1.6;white-space:pre-wrap;word-break:break-word}
.comment-actions{margin-top:10px}
.comment-reply-btn{background:none;border:none;color:var(--gold);font-size:13px;font-weight:600;cursor:pointer;padding:0;font-family:inherit}
.comment-reply-btn:hover{color:var(--gold-light)}
.comment-reply-form{margin-top:12px;padding-top:12px;border-top:1px solid var(--border)}
.comment-empty{font-size:13px;color:var(--gray-600);padding:12px 0}
.comments-marquee-wrap{padding-top:48px;padding-bottom:48px;overflow:hidden;background:var(--bg-muted)}
.comments-marquee-wrap .section-head{margin-bottom:28px}
.marquee-row{overflow:hidden;width:100%;margin-bottom:14px;mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}
.marquee-track{display:flex;gap:14px;width:max-content;will-change:transform}
.marquee-row.marquee-left .marquee-track{animation:marquee-left 45s linear infinite}
.marquee-row.marquee-right .marquee-track{animation:marquee-right 50s linear infinite}
.marquee-card{flex:0 0 auto;width:min(340px,78vw);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:14px 16px;box-shadow:var(--shadow-card)}
.marquee-card a{display:block;color:inherit}
.marquee-card a:hover .marquee-title{color:var(--gold)}
.marquee-meta{font-size:11px;color:var(--gray-600);margin-bottom:6px;display:flex;gap:8px;flex-wrap:wrap}
.marquee-title{font-size:13px;font-weight:700;color:var(--text-heading);margin-bottom:6px;line-height:1.35}
.marquee-text{font-size:12px;color:var(--gray-700);line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
@keyframes marquee-left{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
@keyframes marquee-right{0%{transform:translateX(-50%)}100%{transform:translateX(0)}}
@media(prefers-reduced-motion:reduce){.marquee-track{animation:none!important}}

.article-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,300px);gap:28px;align-items:start}
@media(max-width:1024px){.article-layout{grid-template-columns:1fr}.article-sidebar{order:-1}}
.article-main{min-width:0}
.article-sidebar{position:sticky;top:calc(var(--nav-h) + 16px);display:flex;flex-direction:column;gap:14px}
.sidebar-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:18px 20px;box-shadow:var(--shadow-card)}
.sidebar-title{font-size:12px;font-weight:700;color:var(--gold);text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}
.sidebar-meta{list-style:none;display:grid;gap:10px;font-size:13px}
.sidebar-meta li{display:flex;justify-content:space-between;gap:12px;color:var(--gray-700)}
.sidebar-meta span{color:var(--gray-600);font-weight:500}
.sidebar-meta a{color:var(--text-heading);font-weight:600}
.sidebar-meta a:hover{color:var(--gold-dark)}
.toc-list{list-style:none;counter-reset:toc;display:grid;gap:6px}
.toc-list li{counter-increment:toc}
.toc-list a{display:block;font-size:13px;color:var(--gray-700);line-height:1.45;padding:6px 8px 6px 28px;border-radius:var(--radius-lg);position:relative}
.toc-list a::before{content:counter(toc);position:absolute;left:8px;top:6px;font-size:11px;font-weight:700;color:var(--gold-dark)}
.toc-list a:hover,.toc-list a.is-active{background:var(--gold-dim);color:var(--gold-dark)}
.sidebar-links{list-style:none;display:grid;gap:8px;font-size:13px}
.sidebar-links a{color:var(--text-heading);font-weight:600;line-height:1.45}
.sidebar-links a:hover{color:var(--gold-dark)}
.sidebar-more{display:inline-block;margin-top:10px;font-size:12px;font-weight:600;color:var(--gold-dark)}
.sidebar-more:hover{color:var(--gold)}
.sidebar-trust{text-align:center}
.sidebar-trust-icon{display:inline-flex;width:40px;height:40px;border-radius:12px;background:var(--gold-dim);color:var(--gold);align-items:center;justify-content:center;margin-bottom:8px}
.sidebar-trust p{margin:0;font-size:13px;color:var(--text-heading)}
.sidebar-trust-sub{font-size:11px!important;color:var(--gray-600)!important;margin-top:4px!important}
.sidebar-cta p{font-size:13px;color:var(--gray-700);margin-bottom:12px;line-height:1.55}
.sidebar-cta .btn-brand{width:100%;margin-bottom:10px}

.sitemap-hub{margin-bottom:28px}
.sitemap-hub h3{font-size:16px;font-weight:700;color:var(--text-heading);margin-bottom:10px}
.sitemap-hub h3 a{color:inherit}
.sitemap-hub h3 a:hover{color:var(--gold-dark)}
.sitemap-links{columns:2;column-gap:24px;list-style:none;font-size:13px}
@media(max-width:640px){.sitemap-links{columns:1}}
.sitemap-links li{break-inside:avoid;margin-bottom:6px}
.sitemap-links a{color:var(--gray-700);line-height:1.45}
.sitemap-links a:hover{color:var(--gold-dark)}

.reveal{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}
.reveal.is-visible{opacity:1;transform:none}
@keyframes pulse-dot{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.65;transform:scale(1.15)}}
.hero-eyebrow-dot{animation:pulse-dot 2.4s ease-in-out infinite}
#back-to-top{position:fixed;right:20px;bottom:24px;z-index:90;width:44px;height:44px;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text-heading);box-shadow:var(--shadow-card);cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s,transform .2s,visibility .2s}
#back-to-top.is-visible{opacity:1;visibility:visible;transform:none}
#back-to-top:hover{background:var(--gold-dim);border-color:var(--gold);color:var(--gold-dark)}
