/* Magazine-style public blog */

.site-magazine.overview-block-ptb,
.site-article.overview-block-ptb {
    padding-top: 36px;
    padding-bottom: 64px;
}

.site-breadcrumb-compact {
    padding: 0.85rem 0 0;
    background: transparent;
}

.site-breadcrumb-compact-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.45);
}

.site-breadcrumb-compact-list li {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.site-breadcrumb-compact-list li:not(:first-child)::before {
    content: "·";
    color: rgba(255, 255, 255, 0.25);
    font-size: 0.75rem;
}

html[dir="rtl"] .site-breadcrumb-compact-list li:not(:first-child)::before {
    content: "·";
}

.site-breadcrumb-compact-list a {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
}

.site-breadcrumb-compact-list a:hover {
    color: #ff971d;
}

.site-breadcrumb-compact-list span[aria-current="page"] {
    color: rgba(255, 255, 255, 0.7);
    max-width: 28ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.site-article-header {
    display: block;
    float: none !important;
    position: relative;
    z-index: auto;
    width: 100%;
    background: transparent !important;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0;
    padding: 0.75rem 0 1rem;
    color: #fff;
}

.site-article-header-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem 0.75rem;
    margin-bottom: 0.65rem;
    padding-bottom: 0.55rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-magazine-cat--sm {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    opacity: 0.85;
}

.site-article-meta--inline {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.45);
}

.site-article-meta--chips {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
    margin-top: 0.15rem;
}

.site-article-meta--card {
    margin-top: 0.65rem;
    gap: 0.4rem;
}

.site-meta-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.28rem 0.65rem;
    border-radius: 999px;
    font-size: 0.78rem;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.site-meta-chip--sm {
    padding: 0.2rem 0.5rem;
    font-size: 0.72rem;
    gap: 0.3rem;
}

.site-meta-chip i {
    color: #ff971d;
    font-size: 0.92em;
    opacity: 0.95;
    flex-shrink: 0;
}

.site-meta-chip--time i {
    color: #ffc56a;
}

.site-meta-chip:hover {
    border-color: rgba(255, 151, 29, 0.28);
    background: rgba(255, 151, 29, 0.08);
    color: rgba(255, 255, 255, 0.9);
}

.site-article-meta-sep {
    opacity: 0.5;
    user-select: none;
}

.site-article-lang-link {
    margin-inline-start: auto;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 1px;
    transition: color 0.15s, border-color 0.15s;
}

.site-article-lang-link:hover {
    color: #ff971d;
    border-color: rgba(255, 151, 29, 0.45);
}

.site-article-title {
    color: #fff;
}

.site-article-meta {
    color: rgba(255, 255, 255, 0.65);
}

.site-magazine-hero-body {
    background: rgba(13, 13, 13, 0.85);
    color: #fff;
}

.site-magazine-hero-title,
.site-magazine-hero-title a {
    color: #fff;
}

.site-magazine {
    background: linear-gradient(180deg, rgba(255, 151, 29, 0.04) 0%, transparent 120px);
}

.site-magazine-hero {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 1.5rem;
    align-items: stretch;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    overflow: hidden;
}

.site-magazine-hero-media {
    position: relative;
    display: block;
    min-height: 280px;
    overflow: hidden;
    background: #0d0d0d;
}

.site-magazine-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.site-magazine-hero-media:hover img {
    transform: scale(1.04);
}

.site-magazine-badge {
    position: absolute;
    top: 1rem;
    inset-inline-start: 1rem;
    background: #ff971d;
    color: #111;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    text-transform: uppercase;
}

.site-magazine-hero-body {
    padding: 1.75rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.site-magazine-hero-title {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    line-height: 1.25;
    margin: 0.75rem 0;
}

.site-magazine-hero-title a,
.site-magazine-card-title a {
    color: inherit;
    text-decoration: none;
}

.site-magazine-hero-title a:hover,
.site-magazine-card-title a:hover {
    color: #ff971d;
}

.site-magazine-cat {
    display: inline-block;
    color: #ff971d;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.site-magazine-cat--link {
    text-decoration: none;
}

.site-magazine-cat--link:hover {
    color: #ffc56a;
}

.site-magazine-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.site-magazine-filter-pill {
    display: inline-block;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 151, 29, 0.35);
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 0.85rem;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.site-magazine-filter-pill:hover,
.site-magazine-filter-pill.is-active {
    background: rgba(255, 151, 29, 0.18);
    border-color: #ff971d;
    color: #ff971d;
}

/* Blog category nav */
.site-blog-nav {
    margin-bottom: 1.75rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-blog-nav-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-blog-nav-item {
    position: relative;
}

.site-blog-nav-link,
.site-blog-nav-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.95rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 151, 29, 0.25);
    background: transparent;
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    font-size: 0.86rem;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    font-family: inherit;
}

.site-blog-nav-link:hover,
.site-blog-nav-dropdown-toggle:hover,
.site-blog-nav-item.is-active > .site-blog-nav-link,
.site-blog-nav-item.is-active > .site-blog-nav-dropdown-toggle,
.site-blog-nav-link.is-active {
    background: rgba(255, 151, 29, 0.15);
    border-color: #ff971d;
    color: #ff971d;
}

.site-blog-nav-chevron {
    width: 0.45rem;
    height: 0.45rem;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    transition: transform 0.2s ease;
}

.site-blog-nav-item--dropdown.is-open .site-blog-nav-chevron {
    transform: rotate(-135deg) translateY(1px);
}

.site-blog-nav-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 0.35rem);
    inset-inline-start: 0;
    min-width: 13rem;
    max-height: 18rem;
    overflow-y: auto;
    margin: 0;
    padding: 0.45rem;
    list-style: none;
    background: #1a1d24;
    border: 1px solid rgba(255, 151, 29, 0.3);
    border-radius: 0.65rem;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
    z-index: 40;
}

.site-blog-nav-item--dropdown.is-open .site-blog-nav-dropdown {
    display: block;
}

.site-blog-nav-dropdown a {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.65rem;
    border-radius: 0.4rem;
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    font-size: 0.84rem;
}

.site-blog-nav-dropdown a:hover,
.site-blog-nav-dropdown a.is-active {
    background: rgba(255, 151, 29, 0.12);
    color: #ff971d;
}

.site-blog-nav-coin-symbol {
    font-size: 0.68rem;
    font-weight: 700;
    padding: 0.1rem 0.35rem;
    border-radius: 0.25rem;
    background: rgba(255, 151, 29, 0.2);
    color: #ff971d;
}

/* Pagination */
.site-blog-pagination {
    margin-top: 2rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-blog-pagination-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    list-style: none;
    margin: 0 0 0.5rem;
    padding: 0;
}

.site-blog-pagination-btn,
.site-blog-pagination-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.25rem;
    height: 2.25rem;
    padding: 0 0.65rem;
    border-radius: 0.45rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.85rem;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.site-blog-pagination-btn:hover,
.site-blog-pagination-num:hover {
    border-color: rgba(255, 151, 29, 0.45);
    color: #ff971d;
}

.site-blog-pagination-num.is-active {
    background: rgba(255, 151, 29, 0.2);
    border-color: #ff971d;
    color: #ff971d;
    font-weight: 600;
}

.site-blog-pagination-btn.is-disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.site-blog-pagination-ellipsis {
    color: rgba(255, 255, 255, 0.35);
    padding: 0 0.25rem;
}

.site-blog-pagination-meta {
    text-align: center;
    margin: 0;
}

/* Coin badges */
.site-magazine-coin-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin: 0.35rem 0 0.5rem;
}

.site-magazine-coin-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.18rem 0.55rem;
    border-radius: 999px;
    border: 1px solid rgba(22, 199, 132, 0.35);
    background: rgba(22, 199, 132, 0.1);
    color: #16c784;
    text-decoration: none;
    font-size: 0.72rem;
    font-weight: 600;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.site-magazine-coin-chip:hover {
    background: rgba(22, 199, 132, 0.18);
    border-color: #16c784;
    color: #7dffc4;
}

.site-magazine-coin-chip-symbol {
    font-size: 0.65rem;
    opacity: 0.85;
}

.site-magazine-coin-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-magazine-coin-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 0.88rem;
}

.site-magazine-coin-link:hover,
.site-magazine-coin-link.is-active {
    color: #16c784;
}

.site-magazine-coin-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.1rem;
    padding: 0.15rem 0.35rem;
    border-radius: 0.35rem;
    background: rgba(22, 199, 132, 0.15);
    color: #16c784;
    font-size: 0.68rem;
    font-weight: 700;
}

/* Article share & tags */
.site-article-tags-label {
    display: block;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0.45rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.site-article-tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.site-article-share-title {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.site-article-share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.site-share-btn--copy.is-copied {
    border-color: #16c784;
    color: #16c784;
}

.site-magazine-author-avatar {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff971d, #ea3943);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
    font-size: 1.1rem;
}

.site-magazine-author {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}

.site-magazine-author-copy {
    min-width: 0;
    flex: 1 1 auto;
}

.site-magazine-author-name {
    margin: 0 0 0.28rem;
    color: #f7f3ea;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.25;
}

.site-magazine-author-bio {
    margin: 0;
    color: rgba(247, 243, 234, 0.58);
    font-size: 0.78rem;
    line-height: 1.55;
}

.site-article-cats {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    width: 100%;
}

.site-magazine-cat--coin {
    color: #16c784;
    border: 1px solid rgba(22, 199, 132, 0.3);
    border-radius: 999px;
    padding: 0.12rem 0.5rem;
    font-size: 0.65rem;
    text-transform: none;
    letter-spacing: 0;
}

.site-magazine-cat--coin:hover {
    color: #7dffc4;
    border-color: rgba(22, 199, 132, 0.55);
}

.site-magazine-widget-subtitle {
    margin: 0.85rem 0 0.35rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(22, 199, 132, 0.85);
}

.site-magazine-categories--coins a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.site-magazine-categories--coins small {
    font-size: 0.68rem;
    font-weight: 700;
    color: #16c784;
    opacity: 0.9;
}

.site-magazine-widget--intro {
    border-inline-start: 3px solid rgba(255, 151, 29, 0.55);
    padding-inline-start: 0.85rem;
}

.site-magazine-categories a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    display: block;
    padding: 0.15rem 0;
}

.site-magazine-categories a:hover,
.site-magazine-categories a.is-active {
    color: #ff971d;
}

.site-magazine-categories li {
    padding: 0.35rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-magazine-excerpt {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.05rem;
    line-height: 1.7;
}

.site-magazine-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.85rem;
    margin-top: 0.75rem;
}

.site-magazine-card {
    height: 100%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 0.85rem;
    overflow: hidden;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.site-magazine-card:hover {
    border-color: rgba(255, 151, 29, 0.35);
    transform: translateY(-2px);
}

.site-magazine-card-media {
    display: block;
    aspect-ratio: 16 / 9;
    max-height: 160px;
    overflow: hidden;
    background: #0d0f14;
}
}

.site-magazine-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.site-magazine-card:hover .site-magazine-card-media img {
    transform: scale(1.05);
}

.site-magazine-card-body {
    padding: 1.1rem 1.15rem 1.25rem;
}

.site-magazine-card-title {
    font-size: 1.15rem;
    line-height: 1.35;
    margin: 0.5rem 0;
}

.site-magazine-card-body p {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.92rem;
    margin-bottom: 0.75rem;
}

.site-magazine-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.site-magazine-tag {
    font-size: 0.72rem;
    padding: 0.15rem 0.55rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 151, 29, 0.35);
    color: #ff971d;
}

.site-magazine-sidebar {
    position: sticky;
    top: 6rem;
}

.site-magazine-widget {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.85rem;
    padding: 1.15rem;
    margin-bottom: 1rem;
}

.site-magazine-widget--accent {
    border-color: rgba(255, 151, 29, 0.35);
    background: rgba(255, 151, 29, 0.08);
}

.site-magazine-widget-title {
    font-size: 1rem;
    margin-bottom: 0.75rem;
    color: #ff971d;
}

.site-magazine-categories {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-magazine-related {
    padding: 0.55rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-magazine-related a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.site-magazine-related a:hover {
    color: #ff971d;
}

.site-article-hero img {
    display: block;
    width: 100%;
    min-height: 180px;
    max-height: 420px;
    object-fit: cover;
}

/* Single article */
.site-article-title {
    font-size: clamp(1.35rem, 2.8vw, 1.85rem);
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 0.5rem;
    letter-spacing: -0.01em;
}

.site-article-deck {
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.58);
    line-height: 1.6;
    margin: 0;
    max-width: 62ch;
}

.site-article-hero {
    border-radius: 0.85rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #0d0d0d;
}

.site-article-body.blog-content {
    background: transparent !important;
}

.site-article-body.blog-content p,
.site-article-body.blog-content div {
    background-color: transparent !important;
}

.site-article-hero img {
    display: block;
    width: 100%;
    min-height: 180px;
    max-height: 420px;
    object-fit: cover;
}

.site-article-body {
    font-size: 1.05rem;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.88);
}

.site-article-body h2,
.site-article-body h3 {
    color: #ff971d;
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
}

.site-article-body blockquote {
    border-inline-start: 3px solid #ff971d;
    padding-inline-start: 1rem;
    color: rgba(255, 255, 255, 0.75);
    margin: 1.25rem 0;
}

.site-article-body img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
}

.site-article-body .ql-align-right {
    text-align: right !important;
}

.site-article-body .ql-align-center {
    text-align: center !important;
}

.site-article-body .ql-align-left {
    text-align: left !important;
}

.site-article-body .ql-align-justify {
    text-align: justify !important;
}

.site-article-body figure.sb-fig {
    margin: 1.25rem 0;
    max-width: 100%;
}

.site-article-body figure.sb-fig--center {
    text-align: center;
}

.site-article-body figure.sb-fig--center img {
    display: inline-block;
}

.site-article-body figure.sb-fig--float-left {
    float: left;
    margin: 0 1.25rem 1rem 0;
    max-width: 50%;
}

.site-article-body figure.sb-fig--float-right {
    float: right;
    margin: 0 0 1rem 1.25rem;
    max-width: 50%;
}

html[dir="rtl"] .site-article-body figure.sb-fig--float-left {
    float: right;
    margin: 0 0 1rem 1.25rem;
}

html[dir="rtl"] .site-article-body figure.sb-fig--float-right {
    float: left;
    margin: 0 1.25rem 1rem 0;
}

.site-share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    text-decoration: none;
    font-size: 0.75rem;
    margin-inline-end: 0.35rem;
}

.site-share-btn:hover {
    border-color: #ff971d;
    color: #ff971d;
}

.site-article-lang .site-lang-pill {
    display: inline-block;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 151, 29, 0.55);
    background: rgba(255, 151, 29, 0.12);
    color: #ff971d;
    text-decoration: none;
    font-size: 0.85rem;
}

.site-article-lang .site-lang-pill:hover {
    background: rgba(255, 151, 29, 0.22);
    color: #ffc56a;
}

@media (max-width: 991.98px) {
    .site-magazine-hero {
        grid-template-columns: 1fr;
    }

    .site-magazine-sidebar {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .site-magazine-card-title {
        font-size: 1.05rem;
    }
}

/* News intelligence enrichment blocks */
.news-enrich-box {
    margin-top: 2rem;
    padding: 1.25rem 1.5rem;
    border: 1px solid rgba(255, 151, 29, 0.25);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.25);
    --news-enrich-bg: #14171c;
}

.news-enrich-heading {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #ff971d;
}

.news-enrich-sub {
    font-size: 1rem;
    margin: 1rem 0 0.65rem;
    color: rgba(255, 255, 255, 0.85);
}

.news-enrich-snapshot-note {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    margin-bottom: 1.25rem;
    padding: 0.85rem 1rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 193, 7, 0.35);
    background: rgba(255, 193, 7, 0.08);
    font-size: 0.88rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.88);
}

.news-enrich-snapshot-icon {
    flex-shrink: 0;
    font-size: 1.25rem;
    line-height: 1;
    opacity: 0.9;
}

.news-enrich-snapshot-text p {
    margin: 0;
}

.news-enrich-snapshot-time {
    margin-top: 0.35rem !important;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.7);
}

.news-enrich-snapshot-at {
    font-variant-numeric: tabular-nums;
}

.news-enrich-impact-wrap {
    margin-bottom: 0.5rem;
}

.news-enrich-table {
    width: 100%;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    border-collapse: collapse;
}

.news-enrich-table th,
.news-enrich-table td {
    padding: 0.55rem 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.news-enrich-impact-table th {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.03);
}

.news-enrich-impact-seg {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

.news-enrich-impact-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.news-enrich-impact--up {
    color: #3ddc84;
    background: rgba(61, 220, 132, 0.12);
    border: 1px solid rgba(61, 220, 132, 0.25);
}

.news-enrich-impact--down {
    color: #ff6b6b;
    background: rgba(255, 107, 107, 0.12);
    border: 1px solid rgba(255, 107, 107, 0.25);
}

.news-enrich-impact--neutral {
    color: #adb5bd;
    background: rgba(173, 181, 189, 0.1);
    border: 1px solid rgba(173, 181, 189, 0.2);
}

.news-enrich-price-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.news-enrich-price-card {
    flex: 1 1 160px;
    padding: 0.9rem 1rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.news-enrich-price-card:hover {
    border-color: rgba(255, 151, 29, 0.35);
    transform: translateY(-1px);
}

.news-enrich-price-card--btc { border-top: 3px solid #f7931a; }
.news-enrich-price-card--eth { border-top: 3px solid #627eea; }
.news-enrich-price-card--sol { border-top: 3px solid #14f195; }

.news-enrich-price-head {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.news-enrich-coin-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    font-size: 1.1rem;
    font-weight: 700;
    flex-shrink: 0;
}

.news-enrich-coin-icon--btc {
    background: linear-gradient(135deg, #f7931a, #ffb347);
    color: #1a1208;
}

.news-enrich-coin-icon--eth {
    background: linear-gradient(135deg, #627eea, #8b9dff);
    color: #0d1020;
}

.news-enrich-coin-icon--sol {
    background: linear-gradient(135deg, #9945ff, #14f195);
    color: #0a0f14;
}

.news-enrich-price-meta {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
}

.news-enrich-price-ticker {
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
}

.news-enrich-price-name {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.55);
}

.news-enrich-price {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.news-enrich-chg {
    font-size: 0.8rem;
    font-weight: 600;
}

.news-enrich-chg--up { color: #3ddc84; }
.news-enrich-chg--down { color: #ff6b6b; }

.news-enrich-fng-wrap {
    margin-top: 0.5rem;
}

.news-enrich-fng-gauge {
    --fng: 50;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}

/* Visible window = top semicircle only (center of dial sits on the bottom edge). */
.news-enrich-fng-arc-wrap {
    position: relative;
    width: 100%;
    max-width: 260px;
    height: 130px;
    margin: 0 auto;
    overflow: hidden;
}

.news-enrich-fng-arc {
    position: absolute;
    left: 50%;
    bottom: -130px; /* half of height → center on bottom edge → upright arch */
    width: 260px;
    height: 260px;
    margin-left: -130px;
    border-radius: 50%;
    background: conic-gradient(
        from 270deg,
        #ea3943 0deg,
        #ea8c00 45deg,
        #f3d42f 90deg,
        #93d200 135deg,
        #16c784 180deg,
        transparent 180deg 360deg
    );
}

.news-enrich-fng-arc::after {
    content: '';
    position: absolute;
    inset: 18%;
    border-radius: 50%;
    background: var(--news-enrich-bg, #14171c);
}

.news-enrich-fng-needle {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 3px;
    height: 108px;
    margin-left: -1.5px;
    background: linear-gradient(to top, #fff 55%, rgba(255, 255, 255, 0.35));
    border-radius: 2px;
    transform-origin: bottom center;
    /* 0 = left (fear), 100 = right (greed) on the upright semicircle */
    transform: rotate(calc((var(--fng) / 100) * 180deg - 90deg));
    z-index: 2;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.45);
    transition: transform 0.6s cubic-bezier(0.34, 1.2, 0.64, 1);
}

.news-enrich-fng-hub {
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid rgba(255, 151, 29, 0.65);
    z-index: 3;
}

.news-enrich-fng-readout {
    margin-top: 0.45rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.15rem;
}

.news-enrich-fng-num {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    color: #ff971d;
}

.news-enrich-fng-label {
    font-size: 0.95rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
}

.news-enrich-fng-legend {
    display: flex;
    justify-content: space-between;
    gap: 0.25rem;
    margin-top: 0.65rem;
    font-size: 0.62rem;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.2;
    direction: ltr; /* match gauge: fear left → greed right */
    text-align: center;
}

.news-enrich-fng-zone--extreme-fear .news-enrich-fng-num { color: #ea3943; }
.news-enrich-fng-zone--fear .news-enrich-fng-num { color: #ea8c00; }
.news-enrich-fng-zone--neutral .news-enrich-fng-num { color: #f3d42f; }
.news-enrich-fng-zone--greed .news-enrich-fng-num { color: #93d200; }
.news-enrich-fng-zone--extreme-greed .news-enrich-fng-num { color: #16c784; }

.news-enrich-tv {
    margin: 1.25rem 0;
    width: 100%;
}

.news-enrich-tv-mount {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 420px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #0d0d0d;
}

.news-enrich-tv-mount .tradingview-widget-container,
.news-enrich-tv-mount .tradingview-widget-container__widget {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.news-enrich-tv-mount iframe {
    width: 100% !important;
    height: 100% !important;
}

.news-chart-status {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: .8rem;
    padding: 1.25rem;
    color: rgba(255, 255, 255, .72);
    background: #080f1d;
    text-align: center;
}

.news-chart-status-icon {
    width: 2rem;
    height: 2rem;
    border: 2px solid rgba(255, 151, 29, .18);
    border-top-color: #ff971d;
    border-radius: 50%;
}

.news-chart-status--loading .news-chart-status-icon {
    animation: news-chart-spin .8s linear infinite;
}

.news-chart-status--error .news-chart-status-icon {
    position: relative;
    border-color: rgba(255, 151, 29, .55);
}

.news-chart-status--error .news-chart-status-icon::before,
.news-chart-status--error .news-chart-status-icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 2px;
    background: #ff971d;
    content: "";
}

.news-chart-status--error .news-chart-status-icon::before { transform: translate(-50%, -50%) rotate(45deg); }
.news-chart-status--error .news-chart-status-icon::after { transform: translate(-50%, -50%) rotate(-45deg); }

.news-chart-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .6rem;
}

.news-chart-actions button,
.news-chart-actions a {
    min-height: 40px;
    padding: .55rem 1rem;
    border: 1px solid rgba(255, 151, 29, .45);
    border-radius: .55rem;
    color: #ffb04f;
    background: rgba(255, 151, 29, .08);
    cursor: pointer;
    font: inherit;
    text-decoration: none;
}

.news-chart-actions button:hover,
.news-chart-actions a:hover {
    color: #080f1d;
    background: #ff971d;
}

@keyframes news-chart-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 768px) {
    .news-enrich-tv-mount {
        min-height: 300px;
        aspect-ratio: 4 / 3;
        border-radius: 10px;
    }
}

@media (max-width: 480px) {
    .news-enrich-tv-mount {
        min-height: 260px;
        aspect-ratio: 1 / 1;
    }
}

.news-enrich-links a {
    color: #ff971d;
}

.news-daily-snapshot {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 151, 29, 0.2);
    --news-enrich-bg: #14171c;
}

.news-daily-snapshot h2 {
    font-size: 1.15rem;
    color: #ff971d;
    margin-bottom: 0.75rem;
}

.news-enrich-daily-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.03);
}
