/* ── Page Header ── */
/* Flex direction + alignment now come from d-flex / flex-md-row utilities */
.tec-page-hdr { padding: var(--ta-hdr-pad) 0; border-bottom: 1px solid var(--bd); margin-bottom: var(--ta-sec-gap); }
.tec-breadcrumb { font-size: 11px; color: var(--tx3); margin-bottom: 5px; }
/* Underlined at rest: the accent against the crumb's own --tx3 is 1.28:1, so
   colour alone cannot mark the link inside the sentence (SC 1.4.1). */
.tec-breadcrumb a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
.tec-title { font-size: 26px; font-weight: 900; color: var(--tx); letter-spacing: -.5px; }
.tec-title span { color: var(--blue); }
.tec-meta { font-size: 11px; color: var(--tx3); }

/* ── 4 Mini Tech Cards — columns and gutters both come from .row .row-cols-* ── */
.tec-mini-row { margin-bottom: var(--ta-sec-gap); }
.tec-mini-card { height: 148px; overflow: hidden; transition: box-shadow .15s; }
.tec-mini-card:hover { box-shadow: var(--sh-md); }

/* ── Body Layout — row gutters come from the shared .row default ── */
.tec-main { gap: var(--ta-sec-gap); }

/* ── Featured Story Card ── */
.feature-card { overflow: hidden; }
.feature-banner {
    background: linear-gradient(135deg, #1D4ED8 0%, #4F46E5 40%, #7C3AED 100%);
    padding: 28px 24px 24px; position: relative; overflow: hidden;
}
.feature-banner::before {
    content: ''; position: absolute; right: -30px; top: -30px;
    width: 160px; height: 160px; border-radius: 50%;
    background: rgba(255,255,255,.05);
}
.feature-eyebrow { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; color: rgba(255,255,255,.7); margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.feature-eyebrow-dot { width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,.8); animation: pulse-dot 1.4s ease-in-out infinite; }
@keyframes pulse-dot { 0%,100%{opacity:1} 50%{opacity:.3} }
.feature-headline { font-size: 20px; font-weight: 900; color: #fff; line-height: 1.3; letter-spacing: -.3px; max-width: 520px; }
.feature-meta { display: flex; align-items: center; gap: 14px; margin-top: 14px; }
.feature-tag { font-size: 10px; font-weight: 700; background: rgba(255,255,255,.15); color: #fff; padding: 3px 10px; border-radius: 4px; }
.feature-author { font-size: 11px; color: rgba(255,255,255,.7); }
.feature-body { padding: 20px 24px; }
.feature-summary { font-size: 13.5px; color: var(--tx2); line-height: 1.65; margin-bottom: 16px; }
.feature-key-points { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.feature-key-points li { font-size: 13px; color: var(--tx2); padding-left: 18px; position: relative; line-height: 1.5; }
.feature-key-points li::before { content: '→'; position: absolute; left: 0; color: var(--blue); font-weight: 700; }

/* ── News Feed — rows come from .list-group ── */
.news-card { overflow: hidden; }
.news-card-hdr { --bs-card-cap-padding-x: 18px; --bs-card-cap-padding-y: 14px; }
.news-card-ttl { font-size: 13px; font-weight: 800; color: var(--tx); display: flex; align-items: center; gap: 8px; }
.news-list { --bs-list-group-item-padding-x: 18px; --bs-list-group-item-padding-y: 13px; }
.news-item { gap: 12px; }
.news-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); flex-shrink: 0; margin-top: 6px; }
.news-text { flex: 1; min-width: 0; }
.news-headline { font-size: 13px; font-weight: 600; color: var(--tx); line-height: 1.4; margin-bottom: 4px; }
.news-source { font-size: 10px; color: var(--tx3); display: flex; align-items: center; gap: 8px; }
.news-tag { font-size: 9px; font-weight: 700; padding: 1px 6px; border-radius: 3px; background: var(--blue-lt); color: var(--blue-ink); }
.news-tag.earn { background: var(--green-lt); color: var(--green-ink); }
.news-tag.warn { background: var(--red-lt); color: var(--red-ink); }
.news-tag.ai { background: var(--violet-lt); color: var(--violet-ink); }

/* ── Sidebar ── */
.w-card { overflow: hidden; }
.w-hdr { --bs-card-cap-padding-x: 16px; --bs-card-cap-padding-y: 12px; }
.w-ttl { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .4px; color: var(--tx); }
.w-sub { font-size: 10px; color: var(--tx3); white-space: nowrap; }

/* ── Tech Tracker mini charts ── */
.tracker-item { padding: 10px 14px; border-bottom: 1px solid var(--bd); display: flex; align-items: center; justify-content: space-between; }
.tracker-item:last-child { border-bottom: none; }
.tracker-left { display: flex; flex-direction: column; }
.tracker-sym { font-size: 13px; font-weight: 800; color: var(--tx); }
.tracker-name { font-size: 10px; color: var(--tx3); }
.tracker-price { font-size: 13px; font-weight: 700; color: var(--tx); text-align: right; }
.tracker-chg { font-size: 11px; font-weight: 700; text-align: right; }
.tracker-chg.up { color: var(--green-ink); }
.tracker-chg.dn { color: var(--red-ink); }

/* ── AI Tech Pulse ── */
.amp-section { margin-top: var(--ta-sec-gap); }
.amp-section-hdr { margin-bottom: var(--ta-sec-gap); padding-bottom: 10px; border-bottom: 1px solid var(--bd); }
.amp-section-ttl { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .9px; color: var(--tx3); display: flex; align-items: center; gap: 8px; }
.amp-ai-badge { display: inline-flex; align-items: center; gap: 3px; font-size: 9px; font-weight: 700; background: var(--blue-lt); color: var(--blue-ink); padding: 2px 8px; border-radius: 4px; }
.amp-card { padding: 18px; height: 100%; }
.amp-card-hdr { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid var(--bd); }
.amp-sym { font-size: 14px; font-weight: 800; color: var(--tx); }
.amp-chg { font-size: 12px; font-weight: 700; padding: 2px 8px; border-radius: 4px; }
.amp-chg.up { background: var(--green-lt); color: var(--green-ink); }
.amp-chg.dn { background: var(--red-lt); color: var(--red-ink); }
.amp-bullets { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.amp-bullets li { font-size: 12.5px; color: var(--tx2); line-height: 1.45; padding-left: 16px; position: relative; }
.amp-bullets li::before { content: '▸'; position: absolute; left: 0; color: var(--blue); font-size: 10px; top: 2px; }

/* ── AI Launches Section ── */
.ai-launches-section { margin-top: var(--ta-sec-gap); }
.ai-launches-hdr { margin-bottom: var(--ta-sec-gap); padding-bottom: 10px; border-bottom: 1px solid var(--bd); }
.ai-launches-ttl { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .9px; color: var(--tx3); display: flex; align-items: center; gap: 8px; }

.launch-card {
    padding: 18px; position: relative; overflow: hidden; height: 100%;
    transition: box-shadow .15s, transform .15s;
}
.launch-card:hover { box-shadow: var(--sh-md); transform: translateY(-1px); }
.launch-card-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 10px; gap: 8px; }
.launch-icon-name { display: flex; align-items: center; gap: 10px; }
.launch-icon { width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; border: 1px solid var(--bd); }
.launch-name { font-size: 14px; font-weight: 900; color: var(--tx); line-height: 1.2; }
.launch-company { font-size: 10px; color: var(--tx3); margin-top: 1px; }
.launch-badges { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; }
.launch-new-pill { font-size: 9px; font-weight: 800; padding: 2px 7px; border-radius: 4px; text-transform: uppercase; letter-spacing: .3px; background: linear-gradient(135deg, #8B5CF6, #6366F1); color: #fff; white-space: nowrap; }
.launch-cat { font-size: 9px; font-weight: 700; padding: 2px 7px; border-radius: 4px; white-space: nowrap; }
.launch-cat.llm { background: var(--blue-lt); color: var(--blue-ink); }
.launch-cat.img { background: var(--violet-lt); color: var(--violet-ink); }
.launch-cat.code { background: var(--green-lt); color: var(--green-ink); }
.launch-cat.video { background: var(--red-lt); color: var(--red-ink); }
.launch-cat.agent { background: var(--amber-lt); color: var(--amber-ink); }
.launch-cat.search { background: var(--blue-lt); color: var(--blue-ink); }
.launch-desc { font-size: 12.5px; color: var(--tx2); line-height: 1.5; margin-bottom: 12px; }
.launch-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 10px; border-top: 1px solid var(--bd); }
.launch-date { font-size: 10px; color: var(--tx3); }
.launch-rating { display: flex; align-items: center; gap: 4px; }
.launch-rating-stars { color: var(--amber-ink); font-size: 11px; letter-spacing: 1px; }
.launch-rating-val { font-size: 10px; font-weight: 700; color: var(--tx3); }

/* Responsive behaviour is handled by the Bootstrap grid + flex utilities */
