.fd-sentiment-app { font: 14px/1.5 system-ui, -apple-system, "Segoe UI", sans-serif; color: #0f172a; max-width: 1080px; margin: 24px auto; }
.fd-sent-head h2 { margin: 0 0 4px; font-size: 22px; letter-spacing: .5px; }
.fd-sent-sub { margin: 0 0 16px; color: #64748b; font-size: 13px; }
.fd-sent-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 14px; margin-bottom: 18px; }
.fd-sent-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 14px 16px; box-shadow: 0 1px 2px rgba(15,23,42,.04); }
.fd-sent-card h3 { font-size: 13px; color: #475569; margin: 0 0 8px; text-transform: uppercase; letter-spacing: .4px; }
.fd-sent-val { font-size: 24px; font-weight: 700; color: #0f172a; line-height: 1.2; }
.fd-sent-meta { font-size: 12px; color: #94a3b8; margin-top: 4px; }
.fd-sent-gauge .fd-sent-bar { display: flex; height: 18px; border-radius: 9px; overflow: hidden; background: #f1f5f9; margin-top: 4px; }
.fd-sent-long { background: linear-gradient(90deg, #16a34a, #22c55e); transition: width .4s ease; }
.fd-sent-short { background: linear-gradient(90deg, #ef4444, #dc2626); transition: width .4s ease; }
.fd-sent-bar-label { display: flex; justify-content: space-between; font-size: 12px; margin-top: 6px; color: #475569; }
.fd-sent-verdict { background: #fafbff; border: 1px solid #e2e8f0; border-left: 4px solid #2563eb; padding: 12px 16px; border-radius: 10px; }
.fd-sent-verdict ul { margin: 6px 0; padding-left: 18px; }
.fd-sent-verdict ul li { color: #1e40af; font-size: 13px; }
.fd-sent-verdict small { display: block; color: #64748b; margin-top: 6px; }
.fd-sent-foot { font-size: 12px; color: #94a3b8; text-align: center; margin-top: 16px; }
.fd-sent-foot a { color: #475569; }
.fd-sent-card.is-stale { opacity: .6; }
.fd-sent-price { background: linear-gradient(135deg, #fafbff, #fff7ed); border-color: #fed7aa; }
.fd-sent-price .fd-sent-val { color: #c2410c; font-size: 28px; }
.fd-sent-charts { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 20px; }
.fd-sent-chart-wide { grid-column: 1 / -1; }
@media (max-width: 720px) { .fd-sent-charts { grid-template-columns: 1fr; } }
.fd-sent-chart-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 14px 16px; }
.fd-sent-chart-card h3 { font-size: 13px; color: #475569; margin: 0 0 8px; text-transform: uppercase; letter-spacing: .4px; }
.fd-sent-chart-card h3 small { font-weight: 400; text-transform: none; color: #94a3b8; letter-spacing: 0; font-size: 12px; }
.fd-sent-chart { width: 100%; height: 200px; }
.fd-sent-chart-wide .fd-sent-chart { height: 260px; }
.fd-sent-chart svg { width: 100%; height: 100%; display: block; }
.fd-sent-chart .bar { fill: #2563eb; }
.fd-sent-chart .bar.up { fill: #16a34a; }
.fd-sent-chart .bar.down { fill: #dc2626; }
.fd-sent-chart .label { font: 11px system-ui; fill: #64748b; }
.fd-sent-chart .label-val { font: 11px system-ui; fill: #0f172a; font-weight: 600; }
.fd-sent-chart .grid { stroke: #f1f5f9; stroke-width: 1; }
.fd-sent-chart .line { fill: none; stroke: #0ea5e9; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.fd-sent-chart .line.price { stroke: #c2410c; }
.fd-sent-chart .area { fill: rgba(194,65,12,0.08); }
.fd-sent-chart .dot { fill: #0ea5e9; }
.fd-sent-chart .dot.price { fill: #c2410c; }
.fd-sent-monthly { margin-top: 24px; }
.fd-sent-monthly h3 { font-size: 16px; color: #0f172a; margin: 0 0 10px; }
.fd-sent-monthly h3 small { color: #64748b; font-weight: 400; font-size: 13px; }
.fd-sent-table-wrap { overflow-x: auto; border: 1px solid #e2e8f0; border-radius: 10px; }
.fd-sent-table { width: 100%; border-collapse: collapse; font-size: 13px; min-width: 720px; }
.fd-sent-table th { background: #0f172a; color: #fff; padding: 10px 12px; text-align: right; font-weight: 600; }
.fd-sent-table th:first-child { text-align: left; }
.fd-sent-table td { padding: 9px 12px; text-align: right; border-top: 1px solid #f1f5f9; }
.fd-sent-table td:first-child { text-align: left; }
.fd-sent-table tr.fd-sent-front { background: #fef3c7; }
.fd-sent-table tr:hover { background: #f8fafc; }
.fd-sent-table tr.fd-sent-front:hover { background: #fde68a; }
.fd-sent-tag { background: #f59e0b; color: #fff; font-size: 10px; padding: 2px 6px; border-radius: 4px; vertical-align: middle; margin-left: 4px; }
.fd-sent-note { font-size: 12px; color: #64748b; margin-top: 8px; }
