:root {
  --white: #FFFFFF;
  --bg: #F8F9FB;
  --bg-alt: #F1F3F6;
  --navy: #0A0F1C;
  --navy-mid: #131A2B;
  --brand: #1652F0;
  --brand-hover: #1244D0;
  --brand-bg: #EEF2FF;
  --green: #089E68;
  --green-bg: #EEFBF5;
  --red: #D92D20;
  --red-bg: #FEF3F2;
  --gold: #DC6803;
  --gold-bg: #FFF6ED;
  --purple: #7C3AED;
  --purple-bg: #F4F0FF;
  --text-1: #0A0F1C;
  --text-2: #344054;
  --text-3: #667085;
  --text-4: #98A2B3;
  --border: #E4E7EC;
  --border-2: #EAECF0;
  --r: 8px;
  --r-lg: 10px;
  --shadow: 0 1px 3px rgba(10,15,28,0.06), 0 1px 2px rgba(10,15,28,0.04);
  --shadow-md: 0 4px 8px -2px rgba(10,15,28,0.06), 0 2px 4px -2px rgba(10,15,28,0.04);
  --f: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --fm: 'IBM Plex Mono', 'SF Mono', monospace;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: var(--f); background: var(--bg); color: var(--text-2); -webkit-font-smoothing: antialiased; font-size: 14px; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }

.ticker { background: var(--navy); height: 36px; overflow: hidden; position: relative; }
.ticker::before, .ticker::after { content:''; position:absolute; top:0; bottom:0; width:40px; z-index:2; pointer-events:none; }
.ticker::before { left:0; background:linear-gradient(90deg, var(--navy), transparent); }
.ticker::after { right:0; background:linear-gradient(270deg, var(--navy), transparent); }
.tk-track { display:flex; align-items:center; height:100%; animation:tkscroll 55s linear infinite; width:max-content; }
.tk-track:hover { animation-play-state:paused; }
@keyframes tkscroll { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
.tk { display:flex; align-items:center; gap:6px; padding:0 20px; font-family:var(--fm); font-size:11px; white-space:nowrap; height:100%; border-right:1px solid rgba(255,255,255,0.06); }
.tk .s { color:rgba(255,255,255,0.4); font-weight:500; }
.tk .p { color:rgba(255,255,255,0.8); font-weight:500; }
.tk .c { font-weight:600; padding:1px 5px; border-radius:3px; font-size:10.5px; }
.tk .c.u { color:#5FE2A8; background:rgba(95,226,168,0.08); }
.tk .c.d { color:#FF7B8A; background:rgba(255,123,138,0.08); }

.hdr { background:var(--white); border-bottom:1px solid var(--border); position:sticky; top:0; z-index:100; }
.hdr-in { max-width:1320px; margin:0 auto; padding:0 24px; display:flex; align-items:center; height:52px; }
.logo { display:flex; align-items:center; gap:10px; text-decoration:none; margin-right:32px; }
.logo-i { width:32px; height:32px; background:var(--brand); border-radius:7px; display:flex; align-items:center; justify-content:center; font-weight:800; font-size:16px; color:white; }
.logo-t { font-size:16px; font-weight:700; color:var(--text-1); letter-spacing:-0.02em; }
.nav { display:flex; gap:1px; flex:1; }
.nav a { padding:6px 13px; font-size:13px; font-weight:600; color:var(--text-3); border-radius:6px; transition:all 0.12s; }
.nav a:hover { color:var(--text-1); background:var(--bg); }
.nav a.on { color:var(--brand); background:var(--brand-bg); }
.hdr-r { margin-left:auto; display:flex; align-items:center; gap:10px; }
.srch { display:flex; align-items:center; gap:6px; background:var(--bg); border:1px solid var(--border); border-radius:6px; padding:5px 10px; }
.srch input { border:none; background:transparent; font-family:var(--f); font-size:12.5px; color:var(--text-2); outline:none; width:140px; }
.srch input::placeholder { color:var(--text-4); }
.srch svg { color:var(--text-4); }
.live { display:flex; align-items:center; gap:5px; font-size:11px; font-weight:700; color:var(--green); padding:4px 10px; background:var(--green-bg); border-radius:12px; }
.live .dot { width:5px; height:5px; background:var(--green); border-radius:50%; animation:blink 2s ease infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.2} }
.delay-label { font-family:var(--fm); font-size:10px; color:var(--text-4); font-weight:500; }

.wrap { max-width:1320px; margin:0 auto; padding:20px 24px 60px; }

.mkt-strip {
  display:flex; align-items:center; gap:0; margin-bottom:20px;
  background:var(--white); border:1px solid var(--border); border-radius:var(--r);
  overflow-x:auto; scrollbar-width:none;
}
.mkt-strip::-webkit-scrollbar { display:none; }
.mkt-item { display:flex; align-items:center; gap:10px; padding:10px 20px; white-space:nowrap; border-right:1px solid var(--border-2); cursor:pointer; transition:background 0.1s; flex-shrink:0; }
.mkt-item:last-child { border-right:none; }
.mkt-item:hover { background:var(--bg); }
.mkt-arrow { font-size:12px; }
.mkt-arrow.u { color:var(--green); }
.mkt-arrow.d { color:var(--red); }
.mkt-label { font-size:13px; font-weight:700; color:var(--text-1); }
.mkt-vals { display:flex; align-items:baseline; gap:8px; }
.mkt-price { font-family:var(--fm); font-size:13px; font-weight:500; color:var(--text-2); }
.mkt-chg { font-family:var(--fm); font-size:12px; font-weight:600; }
.mkt-chg.u { color:var(--green); }
.mkt-chg.d { color:var(--red); }
.mkt-pts { font-family:var(--fm); font-size:11px; color:var(--text-4); }

.hero-row { display:grid; grid-template-columns:1.6fr 1fr; gap:16px; margin-bottom:20px; }
.hero-feat {
  background:var(--navy); border-radius:var(--r-lg); overflow:hidden; position:relative;
  min-height:320px; display:flex; flex-direction:column; justify-content:flex-end;
  cursor:pointer; transition:transform 0.2s;
}
.hero-feat:hover { transform:translateY(-2px); }
.hero-feat svg { position:absolute; bottom:0; left:0; width:100%; height:60%; opacity:0.25; }
.hero-overlay { position:absolute; inset:0; background:linear-gradient(0deg, var(--navy) 0%, rgba(10,15,28,0.5) 50%, rgba(10,15,28,0.25) 100%); }
.hero-data { position:absolute; top:20px; left:24px; z-index:2; }
.hd-ticker { font-family:var(--fm); font-size:13px; font-weight:700; color:white; display:flex; align-items:center; gap:8px; }
.hd-chg { font-size:12px; color:#5FE2A8; font-weight:600; }
.hd-price { font-family:var(--fm); font-size:28px; font-weight:700; color:white; }
.hd-vol { font-family:var(--fm); font-size:10.5px; color:rgba(255,255,255,0.35); }
.hero-body { position:relative; z-index:2; padding:28px; }
.tag { display:inline-block; padding:3px 8px; border-radius:4px; font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:0.06em; margin-bottom:10px; width:fit-content; }
.tag.earnings { background:var(--gold-bg); color:var(--gold); }
.tag.breaking { background:var(--red-bg); color:var(--red); }
.tag.analysis { background:var(--brand-bg); color:var(--brand); }
.tag.penny { background:var(--green-bg); color:var(--green); }
.tag.crypto { background:var(--purple-bg); color:var(--purple); }
.tag.economy { background:#E0F2FE; color:#0369A1; }
.tag.education { background:#FDF2FA; color:#C11574; }
.tag.commodities { background:#E0F7FA; color:#00838F; }
.hero-body h2 { font-size:22px; font-weight:700; color:white; line-height:1.3; margin-bottom:8px; letter-spacing:-0.01em; }
.hero-body .excerpt { font-size:13.5px; color:rgba(255,255,255,0.55); line-height:1.5; margin-bottom:12px; }
.meta { display:flex; align-items:center; gap:6px; font-size:12px; color:var(--text-4); }
.hero-body .meta { color:rgba(255,255,255,0.35); }
.meta .au { font-weight:600; }
.hero-body .meta .au { color:rgba(255,255,255,0.6); }

.hero-side { display:flex; flex-direction:column; gap:12px; }
.hero-card {
  background:var(--white); border:1px solid var(--border); border-radius:var(--r);
  padding:16px 18px; cursor:pointer; transition:all 0.15s; flex:1;
  display:flex; flex-direction:column; justify-content:center;
}
.hero-card:hover { border-color:var(--brand); box-shadow:var(--shadow-md); }
.hero-card h3 { font-size:15px; font-weight:700; color:var(--text-1); line-height:1.35; margin-bottom:6px; }
.hero-card .meta .au { color:var(--text-3); }
.hero-card .ticker-pill { font-family:var(--fm); font-size:10.5px; font-weight:600; padding:2px 7px; background:var(--bg); border-radius:3px; color:var(--text-2); }

.cat-grid { display:grid; grid-template-columns:repeat(3, 1fr); gap:16px; margin-bottom:24px; }
.cat-card {
  background:var(--white); border:1px solid var(--border); border-radius:var(--r);
  overflow:hidden; cursor:pointer; transition:all 0.15s;
}
.cat-card:hover { border-color:var(--brand); box-shadow:var(--shadow-md); transform:translateY(-1px); }
.cat-thumb {
  height:140px; position:relative; overflow:hidden; background:var(--navy-mid);
}
.cat-thumb .mini-chart { position:absolute; bottom:0; left:0; right:0; height:50px; opacity:0.3; }
.cat-thumb .mini-chart svg { width:100%; height:100%; }
.cat-thumb .pill {
  position:absolute; bottom:8px; left:8px; background:rgba(0,0,0,0.6);
  backdrop-filter:blur(6px); padding:2px 8px; border-radius:3px;
  font-family:var(--fm); font-size:10.5px; font-weight:600; color:white;
}
.cat-body { padding:14px 16px; }
.cat-body h3 { font-size:14.5px; font-weight:700; color:var(--text-1); line-height:1.35; margin-bottom:6px; }
.cat-body .meta { font-size:11.5px; }

.main-grid { display:grid; grid-template-columns:1fr 340px; gap:24px; }

.sec-h { display:flex; align-items:center; justify-content:space-between; padding-bottom:12px; border-bottom:2px solid var(--text-1); margin-bottom:16px; }
.sec-t { font-size:16px; font-weight:700; color:var(--text-1); display:flex; align-items:center; gap:8px; }
.sec-t .bar { width:3px; height:16px; background:var(--brand); border-radius:2px; }
.sec-l { font-size:12px; font-weight:600; color:var(--brand); }
.sec-l:hover { text-decoration:underline; }

.art-list { display:flex; flex-direction:column; }
.art-row {
  display:grid; grid-template-columns:100px 1fr; gap:14px;
  padding:14px 0; border-bottom:1px solid var(--border-2); cursor:pointer;
}
.art-row:first-child { padding-top:0; }
.art-row:last-child { border-bottom:none; }
.art-row:hover .art-t { color:var(--brand); }
.art-thumb {
  border-radius:6px; min-height:72px; position:relative; overflow:hidden; background:var(--navy-mid);
}
.art-thumb .pill { position:absolute; bottom:4px; left:4px; background:rgba(0,0,0,0.55); backdrop-filter:blur(4px); padding:1px 6px; border-radius:3px; font-family:var(--fm); font-size:9.5px; font-weight:600; color:white; }
.art-bd { display:flex; flex-direction:column; justify-content:center; }
.art-t { font-size:14px; font-weight:700; color:var(--text-1); line-height:1.35; margin-bottom:4px; transition:color 0.12s; }
.art-row .meta { font-size:11px; }

.in-cta {
  background:var(--navy); border-radius:var(--r-lg); padding:24px; margin:4px 0;
  position:relative; overflow:hidden;
}
.in-cta::before { content:''; position:absolute; top:-40%; right:-10%; width:200px; height:200px; background:radial-gradient(circle, rgba(22,82,240,0.2) 0%, transparent 70%); }
.in-cta h3 { font-size:16px; font-weight:700; color:white; margin-bottom:5px; position:relative; }
.in-cta p { font-size:12.5px; color:rgba(255,255,255,0.45); margin-bottom:12px; position:relative; max-width:360px; line-height:1.45; }
.cta-f { display:flex; gap:6px; position:relative; }
.cta-f input { flex:1; padding:8px 12px; background:rgba(255,255,255,0.08); border:1px solid rgba(255,255,255,0.15); border-radius:6px; color:white; font-family:var(--f); font-size:13px; outline:none; }
.cta-f input::placeholder { color:rgba(255,255,255,0.3); }
.cta-f input:focus { border-color:var(--brand); }
.cta-f button { padding:8px 18px; background:var(--brand); color:white; border:none; border-radius:6px; font-family:var(--f); font-size:13px; font-weight:700; cursor:pointer; white-space:nowrap; }
.cta-f button:hover { background:var(--brand-hover); }

.side { display:flex; flex-direction:column; gap:20px; }
.w { background:var(--white); border:1px solid var(--border); border-radius:var(--r-lg); overflow:hidden; }
.w-h { padding:12px 16px; border-bottom:1px solid var(--border); display:flex; align-items:center; justify-content:space-between; }
.w-t { font-size:13px; font-weight:700; color:var(--text-1); text-transform:uppercase; letter-spacing:0.04em; }
.w-l { font-family:var(--fm); font-size:10px; color:var(--text-4); }

.mv { display:grid; grid-template-columns:1fr auto auto auto; gap:0; padding:9px 16px; border-bottom:1px solid var(--border-2); align-items:center; cursor:pointer; transition:background 0.1s; }
.mv:last-child { border-bottom:none; }
.mv:hover { background:var(--bg); }
.mv-sym { font-family:var(--fm); font-size:12px; font-weight:600; color:var(--text-1); }
.mv-spark { width:50px; height:22px; margin:0 10px; }
.mv-spark svg { width:100%; height:100%; }
.mv-p { font-family:var(--fm); font-size:12px; color:var(--text-2); text-align:right; min-width:58px; }
.mv-c { font-family:var(--fm); font-size:11px; font-weight:600; padding:2px 7px; border-radius:3px; min-width:52px; text-align:center; margin-left:8px; }
.mv-c.u { background:var(--green-bg); color:var(--green); }
.mv-c.d { background:var(--red-bg); color:var(--red); }

.analyst-bar { padding:12px 16px; border-bottom:1px solid var(--border-2); }
.analyst-bar:last-child { border-bottom:none; }
.ab-top { display:flex; align-items:center; justify-content:space-between; margin-bottom:5px; }
.ab-sym { font-family:var(--fm); font-size:12px; font-weight:600; color:var(--text-1); }
.ab-rating { font-size:10px; font-weight:700; padding:2px 7px; border-radius:3px; }
.ab-rating.buy { background:var(--green-bg); color:var(--green); }
.ab-rating.hold { background:var(--gold-bg); color:var(--gold); }
.bar-wrap { height:5px; background:var(--bg-alt); border-radius:3px; overflow:hidden; display:flex; }
.bar-seg { height:100%; }
.bar-buy { background:var(--green); }
.bar-hold { background:var(--gold); }
.bar-sell { background:var(--red); }
.ab-labels { display:flex; justify-content:space-between; margin-top:3px; font-size:10px; color:var(--text-4); font-family:var(--fm); }

.tr { display:flex; align-items:center; gap:12px; padding:10px 16px; border-bottom:1px solid var(--border-2); cursor:pointer; transition:background 0.1s; }
.tr:last-child { border-bottom:none; }
.tr:hover { background:var(--bg); }
.tr-n { font-family:var(--fm); font-size:12px; font-weight:700; color:var(--text-4); min-width:20px; }
.tr-i { flex:1; }
.tr-tk { font-family:var(--fm); font-size:12px; font-weight:600; color:var(--text-1); }
.tr-cat { font-size:10.5px; color:var(--text-4); }
.tr-pct { font-family:var(--fm); font-size:11px; font-weight:600; }

.side-nl { background:var(--white); border:1px solid var(--brand); border-radius:var(--r-lg); padding:20px 16px; text-align:center; }
.side-nl h3 { font-size:16px; font-weight:700; color:var(--text-1); margin-bottom:5px; }
.side-nl p { font-size:12.5px; color:var(--text-3); line-height:1.5; margin-bottom:12px; }
.nl-stats { display:flex; justify-content:center; gap:20px; margin-bottom:12px; }
.nl-s { text-align:center; }
.nl-v { font-family:var(--fm); font-size:16px; font-weight:700; color:var(--brand); }
.nl-k { font-size:9.5px; color:var(--text-4); text-transform:uppercase; letter-spacing:0.05em; }
.nl-f input { width:100%; padding:8px 12px; border:1px solid var(--border); border-radius:6px; font-family:var(--f); font-size:13px; outline:none; margin-bottom:6px; color:var(--text-2); }
.nl-f input:focus { border-color:var(--brand); }
.nl-f input::placeholder { color:var(--text-4); }
.nl-f button { width:100%; padding:9px; background:var(--brand); color:white; border:none; border-radius:6px; font-family:var(--f); font-size:13px; font-weight:700; cursor:pointer; }
.nl-f button:hover { background:var(--brand-hover); }
.nl-fine { font-size:10.5px; color:var(--text-4); margin-top:6px; }

.ad { background:var(--bg); border:1px dashed var(--border); border-radius:var(--r); display:flex; align-items:center; justify-content:center; font-size:10px; color:var(--text-4); text-transform:uppercase; letter-spacing:0.1em; font-weight:600; }
.ad-250 { height:250px; }
.ad-728 { height:90px; max-width:728px; margin:0 auto 20px; width:100%; }

.breadcrumbs {
  padding: 12px 0;
  font-size: 13px;
  color: var(--text-4);
}
.breadcrumbs a { color: var(--text-3); }
.breadcrumbs a:hover { color: var(--brand); }
.breadcrumbs span { margin: 0 6px; }

.article-page { padding: 32px 0 48px; }
.article-header { margin-bottom: 32px; }
.article-header .category-badge {
  display: inline-block;
  background: var(--brand);
  color: #fff;
  padding: 4px 14px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}
.article-header h1 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 16px;
  color: var(--text-1);
}
.article-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  color: var(--text-3);
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}
.article-meta .author-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.article-meta .author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.article-meta .author-name { font-weight: 600; color: var(--text-2); }

.article-body {
  font-size: 18px;
  line-height: 1.8;
  color: var(--text-2);
}
.article-body h2 {
  font-family: var(--f);
  font-size: 24px;
  font-weight: 800;
  margin: 32px 0 16px;
  color: var(--text-1);
}
.article-body h3 {
  font-family: var(--f);
  font-size: 20px;
  font-weight: 700;
  margin: 24px 0 12px;
  color: var(--text-1);
}
.article-body p { margin-bottom: 20px; }
.article-body ul, .article-body ol {
  margin: 16px 0;
  padding-left: 24px;
  list-style: disc;
}
.article-body ol { list-style: decimal; }
.article-body li { margin-bottom: 8px; }
.article-body strong { color: var(--text-1); }
.article-body blockquote {
  border-left: 4px solid var(--brand);
  padding: 16px 24px;
  margin: 24px 0;
  background: var(--bg-alt);
  font-style: italic;
  color: var(--text-3);
}
.article-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-family: var(--f);
  font-size: 14px;
}
.article-body th, .article-body td {
  padding: 12px 16px;
  border: 1px solid var(--border);
  text-align: left;
}
.article-body th {
  background: var(--navy);
  color: #fff;
  font-weight: 700;
}
.article-body tr:nth-child(even) { background: var(--bg-alt); }

.faq-section {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 2px solid var(--border);
}
.faq-section h2 { font-family: var(--f); }
.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--r);
  margin-bottom: 12px;
  overflow: hidden;
}
.faq-question {
  padding: 16px 20px;
  font-family: var(--f);
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--bg-alt);
}
.faq-question::after { content: '+'; font-size: 20px; color: var(--text-3); }
.faq-item.open .faq-question::after { content: '-'; }
.faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s, padding .3s;
  font-size: 15px;
  line-height: 1.6;
}
.faq-item.open .faq-answer {
  max-height: 500px;
  padding: 16px 20px;
}

.disclaimer {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 20px;
  margin-top: 32px;
  font-family: var(--f);
  font-size: 13px;
  color: var(--text-3);
  line-height: 1.6;
}
.disclaimer strong { color: var(--text-2); }

.site-footer {
  background: var(--navy);
  color: #cbd5e1;
  padding: 48px 0 24px;
  margin-top: 48px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}
.footer-brand h3 { color: #fff; font-size: 20px; margin-bottom: 12px; }
.footer-brand p { font-size: 14px; line-height: 1.6; }
.footer-col h4 {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.footer-col a {
  display: block;
  padding: 4px 0;
  font-size: 14px;
  color: #94a3b8;
  transition: color .2s;
}
.footer-col a:hover { color: #fff; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #64748b;
}

.category-header {
  padding: 32px 0;
  background: var(--bg-alt);
  border-bottom: 1px solid var(--border);
  margin-bottom: 32px;
}
.category-header h1 { font-size: 32px; font-weight: 800; margin-bottom: 8px; }
.category-header p { font-size: 16px; color: var(--text-3); }

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}
.pagination a, .pagination span {
  padding: 8px 16px;
  border: 1px solid var(--border);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
}
.pagination a:hover { background: var(--bg-alt); }
.pagination .active {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
}

.inline-cta {
  background: linear-gradient(135deg, var(--navy) 0%, #1e3a5f 100%);
  border-radius: var(--r);
  padding: 32px;
  color: #fff;
  text-align: center;
  margin: 32px 0;
}
.inline-cta h3 { font-size: 22px; margin-bottom: 8px; }
.inline-cta p { color: #cbd5e1; margin-bottom: 20px; }
.inline-cta form { display: flex; gap: 8px; justify-content: center; max-width: 420px; margin: 0 auto; }
.inline-cta input {
  flex: 1;
  padding: 12px 16px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
}
.inline-cta button {
  padding: 12px 24px;
  background: var(--brand);
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s;
}
.inline-cta button:hover { background: var(--brand-hover); }

.content-with-sidebar {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
}

.sidebar-widget {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 24px;
  margin-bottom: 24px;
}
.sidebar-widget h3 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--brand);
}
.sidebar-subscribe {
  background: var(--navy);
  color: #fff;
  border: none;
}
.sidebar-subscribe h3 { border-bottom-color: var(--brand); color: #fff; }
.sidebar-subscribe p { font-size: 14px; color: #cbd5e1; margin-bottom: 16px; }
.sidebar-subscribe input {
  width: 100%;
  padding: 10px 14px;
  border: none;
  border-radius: 4px;
  margin-bottom: 10px;
  font-size: 14px;
}
.sidebar-subscribe button {
  width: 100%;
  padding: 10px;
  background: var(--brand);
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: 700;
  cursor: pointer;
  font-size: 14px;
  transition: background .2s;
}
.sidebar-subscribe button:hover { background: var(--brand-hover); }

.ticker-tag {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  color: var(--text-1);
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.article-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r);
  overflow: hidden;
  transition: box-shadow .2s, transform .15s;
}
.article-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.article-card-image {
  width: 100%;
  height: 180px;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  position: relative;
}
.article-card-image .category-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--brand);
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.article-card-body { padding: 20px; }
.article-card-body h3 {
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-card-body p {
  font-size: 14px;
  color: var(--text-3);
  line-height: 1.5;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-card-body .meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: var(--text-4);
}
.article-card-body .meta .author { font-weight: 600; color: var(--text-3); }
.article-card-body .tickers {
  display: flex;
  gap: 6px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.container { max-width: 1320px; margin: 0 auto; padding: 0 20px; }

@media (max-width:1100px) {
  .hero-row { grid-template-columns:1fr; }
  .cat-grid { grid-template-columns:repeat(2, 1fr); }
  .main-grid { grid-template-columns:1fr; }
  .content-with-sidebar { grid-template-columns: 1fr; }
}
@media (max-width:768px) {
  .cat-grid { grid-template-columns:1fr; }
  .art-row { grid-template-columns:1fr; }
  .art-thumb { min-height:160px; }
  .srch, .live, .delay-label { display:none; }
  .nav { overflow-x:auto; }
  .article-grid { grid-template-columns: 1fr; }
  .hero-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .article-header h1 { font-size: 26px; }
}
