.stats-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.5rem;display:grid}.stat-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius-sm);padding:1rem 1.25rem;transition:all .25s}.stat-card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-sm)}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.35rem;margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:flex}.stat-icon{font-size:.9rem}.stat-value{color:var(--foreground);letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.stat-value.positive{color:var(--positive-color)}.stat-value.negative{color:var(--negative-color)}.stat-sub{color:var(--text-muted);margin-top:.25rem;font-size:.72rem}.stat-card.highlight-positive{background:#00d4aa0f;border-color:#00d4aa26}.stat-card.highlight-negative{background:#ff47570f;border-color:#ff475726}@media (max-width:768px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.stats-grid{grid-template-columns:1fr 1fr;gap:.75rem}.stat-card{padding:.75rem 1rem}.stat-value{font-size:1.05rem}}
.related-assets-section{margin-top:2rem}.related-title{color:var(--foreground);border-bottom:1px solid var(--border-color);margin-bottom:1rem;padding-bottom:.75rem;font-size:1rem;font-weight:600}.related-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.related-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:inherit;align-items:center;gap:.75rem;padding:.85rem 1rem;text-decoration:none;transition:all .25s;display:flex}.related-card:hover{border-color:var(--primary-color);box-shadow:var(--shadow-glow);transform:translateY(-1px)}.related-card-icon{border:1px solid var(--border-color);width:36px;height:36px;color:var(--foreground);background:#ffffff0f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.related-card-info{flex:1;min-width:0}.related-card-name{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:600;display:block;overflow:hidden}.related-card-price{color:var(--text-muted);margin-top:.1rem;font-size:.75rem;display:block}.related-card-change{white-space:nowrap;border-radius:var(--radius-pill);flex-shrink:0;padding:.2rem .5rem;font-size:.75rem;font-weight:600}.related-card-change.positive{color:var(--positive-color);background:var(--positive-bg)}.related-card-change.negative{color:var(--negative-color);background:var(--negative-bg)}.related-card-change.neutral{color:var(--text-muted);background:#ffffff0d}@media (max-width:768px){.related-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.related-grid{grid-template-columns:1fr}}
.faq-section{margin-top:2rem}.faq-title{color:var(--foreground);border-bottom:1px solid var(--border-color);margin-bottom:1rem;padding-bottom:.75rem;font-size:1rem;font-weight:600}.faq-list{flex-direction:column;gap:0;display:flex}.faq-item{border:1px solid var(--border-color);border-radius:var(--radius-sm);margin-bottom:.5rem;transition:all .25s;overflow:hidden}.faq-item:hover{border-color:var(--border-hover)}.faq-question{background:var(--card-bg);cursor:pointer;width:100%;color:var(--foreground);text-align:left;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;font-size:.9rem;font-weight:600;transition:background .2s;display:flex}.faq-question:hover{background:#ffffff0a}.faq-chevron{color:var(--text-muted);flex-shrink:0;transition:transform .3s}.faq-item.open .faq-chevron{color:var(--primary-color);transform:rotate(180deg)}.faq-answer{max-height:0;transition:max-height .3s,padding .3s;overflow:hidden}.faq-item.open .faq-answer{max-height:300px}.faq-answer p{color:var(--text-secondary);padding:0 1.25rem 1rem;font-size:.85rem;line-height:1.65}
