/* Aliases onto the shared violet family in ta.css: plain #8B5CF6 is 4.23:1 on
   white and 3.45:1 on --bg2, so it cannot be the text role. */
:root { --ai: var(--violet-ink); --ai-lt: var(--violet-lt); }

/* Flex behaviour comes from d-flex / flex-wrap utilities */
.sy-hdr { padding: var(--ta-hdr-pad) 0; border-bottom: 1px solid var(--bd); margin-bottom: var(--ta-sec-gap); }
.sy-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). */
.sy-breadcrumb a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; font-weight: 600; }
.sy-name { font-size: 26px; font-weight: 900; color: var(--tx); letter-spacing: -.5px; }
.sy-ticker { font-size: 14px; font-weight: 700; color: var(--tx3); margin-left: 8px; }
.sy-type {
    display: inline-block; font-size: 10px; font-weight: 800;
    text-transform: uppercase; letter-spacing: .6px;
    color: var(--blue-ink); background: var(--blue-lt);
    padding: 3px 10px; border-radius: 20px; margin-top: 8px;
}
/* Alignment comes from text-start / text-lg-end utilities */
.sy-price { font-size: 30px; font-weight: 900; color: var(--tx); letter-spacing: -1px; }
.sy-chg { font-size: 14px; font-weight: 800; }
.sy-chg.up { color: var(--green-ink); }
.sy-chg.dn { color: var(--red-ink); }
.sy-range { font-size: 11px; color: var(--tx3); margin-top: 4px; }

.sy-card { overflow: hidden; margin-bottom: var(--ta-sec-gap); }
.sy-card-hdr { --bs-card-cap-padding-x: 18px; --bs-card-cap-padding-y: 14px; }
.sy-card-ttl { font-size: 13px; font-weight: 800; color: var(--tx); display: flex; align-items: center; gap: 8px; }
.sy-card-sub { font-size: 10px; color: var(--tx3); }
.sy-empty { padding: 32px 20px; text-align: center; color: var(--tx3); font-size: 13px; }

.sy-main { margin-bottom: var(--ta-sec-gap); }

.sy-about { padding: 18px; font-size: 14.5px; line-height: 1.75; color: var(--tx2); }
.sy-about p { margin-bottom: 12px; }
.sy-about p:last-child { margin-bottom: 0; }

/* Prediction stats — columns and gutters both come from .row .row-cols-* */
.sy-stats { margin-bottom: var(--ta-sec-gap); }
.sy-stat { padding: 16px 18px; height: 100%; }
.sy-stat.hero { background: linear-gradient(135deg, var(--ai-lt), transparent); border-color: rgba(139,92,246,.3); }
.sy-stat-lbl { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: var(--tx3); margin-bottom: 6px; }
.sy-stat-val { font-size: 26px; font-weight: 900; color: var(--tx); letter-spacing: -1px; line-height: 1; }
.sy-stat-val.ai { color: var(--ai); }
.sy-stat-sub { font-size: 11px; color: var(--tx3); margin-top: 6px; }

/* Calls — rows come from .list-group */
.sy-calls { --bs-list-group-item-padding-x: 16px; --bs-list-group-item-padding-y: 12px; }
.sy-call-top { margin-bottom: 4px; }
.sy-call-claim { font-size: 11.5px; color: var(--tx2); line-height: 1.45; }
.sy-call-meta { font-size: 10px; color: var(--tx3); margin-top: 4px; }
/* Underlined at rest: the accent against the meta line's own --tx3 is 1.09:1,
   so colour alone cannot mark the link inside the sentence (SC 1.4.1). */
.sy-call-meta a { color: var(--ai); text-decoration: underline; text-underline-offset: 2px; }
.sy-outcome { display: inline-flex; align-items: center; gap: 5px; font-size: 10px; font-weight: 800; padding: 3px 10px; border-radius: 4px; text-transform: uppercase; letter-spacing: .4px; white-space: nowrap; }
.sy-outcome.hit { background: var(--green-lt); color: var(--green-ink); }
.sy-outcome.miss { background: var(--red-lt); color: var(--red-ink); }
.sy-outcome.open { background: var(--ai-lt); color: var(--ai); }

/* Articles — rows come from .list-group */
.sy-arts { --bs-list-group-item-padding-x: 18px; --bs-list-group-item-padding-y: 14px; }
.sy-art-title { font-size: 14.5px; font-weight: 700; color: var(--tx); line-height: 1.4; }
.sy-art:hover .sy-art-title { color: var(--blue); }
.sy-art-excerpt { font-size: 12.5px; color: var(--tx2); line-height: 1.5; margin-top: 4px; }
.sy-art-meta { font-size: 11px; color: var(--tx3); margin-top: 6px; display: flex; gap: 12px; }
.sy-pagination { padding: 14px 18px; }

#sy-chart-wrap { height: 460px; }
