/*=====================================================
GLOBAL DESIGN TOKENS
======================================================*/

:root{

    /* Brand Colors */
    --primary:#0A2540;
    --secondary:#D4AF37;
    --accent:#2563EB;

    /* Backgrounds */
    --surface:#F8FAFC;
    --white:#FFFFFF;

    /* Text */
    --text-primary:#1F2937;
    --text-secondary:#555555;
    --text-muted:#6B7280;

    /* Borders */
    --border:#E5E7EB;

    /* Border Radius */
    --radius-sm:10px;
    --radius-md:12px;
    --radius-lg:16px;
    --radius-xl:18px;

    /* Shadows */
    --shadow-sm:0 4px 12px rgba(0,0,0,.05);
    --shadow-md:0 8px 20px rgba(0,0,0,.08);
    --shadow-lg:0 12px 30px rgba(0,0,0,.08);

}

/*=====================================================
KNOWLEDGE PAGE HERO
======================================================*/

.page-hero{

    background:linear-gradient(135deg,#071B2F,#0A2540);

    color:#ffffff;

    padding:140px 0 90px;

}

.page-tag{

    display:inline-block;

    background:#D4AF37;

    color:#071B2F;

    padding:8px 18px;

    border-radius:30px;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    margin-bottom:25px;

}

.page-hero h1{

    font-family:"Playfair Display",serif;

    font-size:58px;

    margin-bottom:25px;

    line-height:1.2;

}

.page-hero p{

    max-width:850px;

    font-size:20px;

    line-height:1.9;

    color:#E8EEF5;

    margin-bottom:40px;

}

.breadcrumb{

    font-size:15px;

}

.breadcrumb a{

    color:#D4AF37;

    text-decoration:none;

}

.breadcrumb span{

    margin:0 8px;

    color:#cccccc;

}

.breadcrumb strong{

    color:#ffffff;

}

.announcement-archive-wrap{

    padding:40px 0 80px;

}

.announcement-archive-freshness{

    margin:18px 0 0;
    color:#536176;
    font-size:.92rem;
    line-height:1.6;

}

.announcement-archive-nav{

    display:flex;
    flex-wrap:wrap;
    gap:12px;
    align-items:center;
    margin:0 0 26px;
    font-size:14px;

}

.announcement-archive-nav span{

    color:#536176;
    font-weight:600;

}

.announcement-archive-nav a{

    color:#0a2540;
    text-decoration:none;
    border:1px solid #d8dee8;
    border-radius:999px;
    padding:7px 12px;
    background:#fff;

}

.announcement-archive-nav a:hover,
.announcement-archive-nav a:focus-visible{

    border-color:#d4af37;
    box-shadow:0 0 0 3px rgba(212,175,55,.15);
    outline:none;

}

.announcement-archive-section{

    margin-top:28px;

}

.announcement-archive-section h2{

    font-size:clamp(1.7rem,2.3vw,2.2rem);
    color:#0a2540;
    margin:0 0 18px;

}

.announcement-archive-list{

    list-style:none;
    display:grid;
    gap:18px;
    padding:0;
    margin:0;

}

.announcement-archive-card{

    display:grid;
    grid-template-columns:52px minmax(0,1fr);
    gap:16px;
    padding:18px 20px;
    border:1px solid #e2e8f0;
    border-radius:16px;
    background:#ffffff;
    box-shadow:0 8px 20px rgba(10,37,64,.04);

}

.announcement-card-flag{

    display:flex;
    align-items:center;
    justify-content:center;
    width:52px;
    height:52px;
    border-radius:12px;
    background:#f3f7fb;
    overflow:hidden;

}

.announcement-card-flag .flag-icon,
.announcement-card-flag .icon-globe{

    width:36px;
    height:36px;
    object-fit:cover;

}

.announcement-card-body{

    min-width:0;

}

.announcement-card-meta-row,
.announcement-card-status-row{

    display:flex;
    flex-wrap:wrap;
    gap:10px;
    align-items:center;
    font-size:12px;
    color:#536176;

}

.announcement-card-status-row{

    margin-top:12px;

}

.announcement-card-status{

    display:inline-flex;
    align-items:center;
    border-radius:999px;
    background:#eef9ff;
    color:#0a2540;
    padding:5px 10px;
    font-weight:700;
    letter-spacing:.04em;
    text-transform:uppercase;

}

.announcement-archive-card h3{

    margin:10px 0 8px;
    font-size:clamp(1.1rem,1.6vw,1.45rem);
    line-height:1.35;

}

.announcement-archive-card h3 a{

    color:#0a2540;
    text-decoration:none;

}

.announcement-archive-card h3 a:hover,
.announcement-archive-card h3 a:focus-visible{

    color:#2563eb;
    text-decoration:underline;
    outline:none;

}

.announcement-card-summary{

    margin:0;
    color:#475569;
    line-height:1.7;

}

.announcement-card-link{

    color:#0a2540;
    text-decoration:none;
    font-weight:600;

}

.announcement-card-link:hover,
.announcement-card-link:focus-visible{

    color:#2563eb;
    outline:none;

}

.search-result--announcement{

    gap:8px;

}

.search-result--announcement .search-result-type{

    color:#0a2540;
    font-weight:700;
    letter-spacing:.05em;

}

.search-result-lifecycle,
.search-result-action,
.search-result-source{

    font-size:.82rem;
    font-weight:600;

}

.search-result-lifecycle{

    color:#536176;
    text-transform:uppercase;

}

.search-result-action,
.search-result-source{

    color:#0a2540;
    text-decoration:none;

}

.search-result-source:hover,
.search-result-source:focus-visible{

    color:#2563eb;
    text-decoration:underline;

}

.announcement-year-group{

    margin-top:24px;

}

.announcement-year-group h3{

    margin:0 0 10px;
    color:#0a2540;
    font-size:1.5rem;

}

.announcement-month-group{

    margin-top:18px;

}

.announcement-month-group h4{

    margin:0 0 10px;
    color:#536176;
    font-size:1.05rem;

}

.announcement-archive-card--pending{

    border-style:dashed;
    background:#f8fafc;

}

@media(max-width:992px){

.page-hero h1{

font-size:42px;

}

.page-hero p{

font-size:18px;

}

}

/*=====================================================
EXECUTIVE SUMMARY
======================================================*/

.executive-summary{

    padding:100px 0;

    background:#ffffff;

}

.summary-grid{

    display:grid;

    grid-template-columns:2fr 1fr;

    gap:60px;

    align-items:start;

}

.summary-content h2{

    font-family:"Playfair Display",serif;

    font-size:42px;

    color:var(--primary);

    margin:20px 0 30px;

}

.summary-content p{

    font-size:18px;

    line-height:1.9;

    color:#555;

    margin-bottom:25px;

}

.summary-info{

    display:grid;

    gap:20px;

}

.info-card{

    background:var(--surface);

    border-left:5px solid #D4AF37;

    padding:25px;

    border-radius:12px;

    box-shadow:0 8px 25px rgba(0,0,0,.06);

}

.info-card h3{

    color:var(--primary);

    margin-bottom:10px;

    font-size:18px;

}

.info-card p{

    color:#555;

    font-size:16px;

}

@media(max-width:992px){

.summary-grid{

grid-template-columns:1fr;

}

}

/*=====================================================
CONTENT LAYOUT
======================================================*/

.page-content{

    padding:100px 0;

    background:var(--surface);
}

.content-layout{

    display:grid;

    grid-template-columns:320px 1fr;

    gap:60px;

    align-items:start;

}

.toc-sidebar{

    position:sticky;

    top:120px;

}

.toc-card{

    background:var(--surface);

    padding:35px;

    border-radius:18px;

    box-shadow:var(--shadow-lg);

}

.toc-card h3{

   color:var(--primary);

    margin-bottom:25px;

}

.toc-card ul{

    list-style:none;

    padding:0;

}

.toc-card li{

    margin-bottom:16px;

}

.toc-card a{

    color:#555;

    text-decoration:none;

    transition:.3s;

}

.toc-card a:hover{

    color:#D4AF37;

    padding-left:6px;

}

.article-content{

    background:var(--surface);

    padding:60px;

    border-radius:18px;

    box-shadow:var(--shadow-lg);

}

.article-content h2{

    font-family:"Playfair Display",serif;

    color:var(--primary);

    margin-bottom:25px;

    font-size:40px;

}

.article-content p{

    font-size:18px;

    line-height:1.9;

    color:#555;

}

@media(max-width:992px){

.content-layout{

grid-template-columns:1fr;

}

.toc-sidebar{

position:relative;

top:0;

}

}

/*=====================================================
KNOWLEDGE SNAPSHOT
======================================================*/

.key-facts h3{

    color:var(--primary);

    margin-bottom:30px;

    font-size:30px;

}

.facts-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:25px;

}

.fact-item{

    background:var(--surface);

    padding:20px;

    border-radius:12px;

}

.fact-item span{

    display:block;

    color:#777;

    font-size:14px;

    margin-bottom:8px;

}

.fact-item strong{

    color:var(--primary);

    font-size:18px;

}

/*=====================================================
INDUSTRY INSIGHT
======================================================*/

.insight-box{

    background:var(--surface);

    border-left:6px solid #0A2540;

    padding:30px;

    margin:40px 0;

    border-radius:16px;

}

.insight-box h3{

    color:var(--primary);

    margin-bottom:15px;

    font-size:24px;

}

.insight-box p{

    color:#444;

    line-height:1.8;

    margin:0;

}

/*=====================================================
EXECUTIVE PERSPECTIVE
======================================================*/

.executive-perspective{

    background:var(--surface);

    border-left:6px solid #D4AF37;

    padding:30px;

    margin:40px 0;

    border-radius:16px;

}

.executive-perspective h3{

    color:var(--primary);

    margin-bottom:15px;

    font-size:24px;

}

.executive-perspective p{

    margin:0;

    line-height:1.9;

    color:#444;

    font-style:italic;

}

/*=====================================================
KNOWLEDGE SNAPSHOT
======================================================*/

.key-facts{
    background:var(--surface);
    border:1px solid var(--border);
    border-radius:16px;
    padding:30px;
    margin:30px 0 50px;
}

.facts-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.fact-item{
    background:var(--surface);
    border:1px solid var(--border);
    border-radius:10px;
    padding:18px;
}

.fact-item span{
    display:block;
    color:#666;
    font-size:14px;
    margin-bottom:6px;
}

.fact-item strong{
    color:var(--primary);
    font-size:16px;
}

/*=====================================================
KEY TAKEAWAYS
======================================================*/

.key-takeaways{

    background:var(--surface);

    border-left:6px solid #2E7D32;

    padding:30px;

    margin:40px 0;

    border-radius:16px;

}

.key-takeaways h3{

    color:var(--primary);

    margin-bottom:20px;

    font-size:24px;

}

.key-takeaways ul{

    margin:0;

    padding-left:20px;

}

.key-takeaways li{

    margin-bottom:12px;

    color:#444;

    line-height:1.8;

}

/*=====================================================
CHAPTER SECTIONS
======================================================*/

.chapter-introduction{
    margin:50px 0;
}

.chapter-introduction h2{
    font-size:38px;
    color:var(--primary);
    margin-bottom:20px;
}

.chapter-introduction p{
    font-size:17px;
    line-height:1.9;
    color:#444;
    margin-bottom:20px;
}

.chapter-section{
    margin:60px 0;
    padding-bottom:30px;
    border-bottom:1px solid #E5E7EB;
}

.chapter-section h3{
    font-size:28px;
    color:var(--primary);
    margin-bottom:20px;
}

.chapter-section p{
    font-size:17px;
    color:#444;
    line-height:1.9;
}

/*=====================================================
KNOWLEDGE TABLE
======================================================*/

.knowledge-table{
    width:100%;
    border-collapse:collapse;
    margin-top:25px;
}

.knowledge-table th{
    background:#0A2540;
    color:#ffffff;
    padding:15px;
    text-align:left;
}

.knowledge-table td{
    padding:15px;
    border:1px solid var(--border);
    vertical-align:top;
}

.knowledge-table tr:nth-child(even){
    background:var(--surface);
}

/*=====================================================
EVOLUTION FLOW
======================================================*/

.evolution-flow{
    margin:60px 0;
}

.flow-container{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    gap:12px;
}

.flow-box{
    background:#0A2540;
    color:#fff;
    padding:16px 24px;
    border-radius:10px;
    font-weight:600;
}

.flow-arrow{
    font-size:24px;
    font-weight:bold;
    color:var(--primary);
}

/*=====================================================
SUB TABLE OF CONTENTS
======================================================*/

.sub-toc{
    margin-top:10px;
    margin-left:18px;
    padding-left:12px;
}

.sub-toc li{
    margin:6px 0;
    list-style-type:circle;
}

.sub-toc a{
    font-size:14px;
    color:#4B5563;
    text-decoration:none;
}

.sub-toc a:hover{
    color:var(--primary);
}

/*=====================================================
TIMELINE CARD
======================================================*/

.timeline-card{

    margin:60px 0;

}

.timeline-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));

    gap:20px;

}

.timeline-node{

    background:var(--surface);

    border-radius:12px;

    padding:20px;

    border-top:5px solid #0A2540;

    text-align:center;

}

.timeline-node h4{

    color:var(--primary);

    margin-bottom:10px;

}

/*=====================================================
KNOWLEDGE FACT BOX
======================================================*/

.fact-highlight{

    display:flex;

    align-items:flex-start;

    gap:25px;

    background:#FFF8E7;

    border-left:6px solid #F4B400;

    padding:30px;

    margin:50px 0;

    border-radius:12px;

    box-shadow:0 4px 10px rgba(0,0,0,0.06);

}

.fact-icon{

    font-size:40px;

    flex-shrink:0;

}

.fact-content h3{

    margin:0;

    color:var(--primary);

    font-size:22px;

}

.fact-content h4{

    margin:10px 0;

    color:#1F2937;

}

.fact-content p{

    margin-bottom:15px;

    line-height:1.8;

    color:#4B5563;

}

/*=====================================================
CHAPTER NAVIGATION
======================================================*/

.chapter-navigation{

    display:flex;

    justify-content:space-between;

    gap:30px;

    margin:80px 0;

}

.nav-card{

    flex:1;

    background:var(--surface);

    border:1px solid var(--border);

    border-radius:16px;

    padding:30px;

    text-decoration:none;

    transition:all .3s ease;

}

.nav-card:hover{

    transform:translateY(-5px);

    box-shadow:0 8px 20px rgba(0,0,0,.08);

}

.nav-card span{

    font-size:14px;

    color:#D4AF37;

    font-weight:600;

}

.nav-card h3{

    margin-top:12px;

    color:var(--primary);

    font-size:22px;

}

.next{

    text-align:right;

}

@media(max-width:768px){

    .chapter-navigation{

        flex-direction:column;

    }

    .next{

        text-align:left;

    }

}

/*=====================================================
GLOSSARY
======================================================*/

.glossary-section{

    margin:80px 0;

}

.glossary-section h2{

    color:var(--primary);

    font-size:38px;

    margin-bottom:35px;

}

.glossary-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));

    gap:25px;

}

.glossary-card{

    background:#ffffff;

    border:1px solid var(--border);

    border-radius:14px;

    padding:25px;

    transition:.3s;

}

.glossary-card:hover{

    transform:translateY(-4px);

    box-shadow:0 8px 20px rgba(0,0,0,.08);

}

.glossary-card h3{

    color:var(--primary);

    margin-bottom:12px;

    font-size:20px;

}

.glossary-card p{

    color:#555;

    line-height:1.8;

}

/*=====================================================
ACRONYMS & ABBREVIATIONS
======================================================*/

.acronyms-section{

    margin:80px 0;

}

.acronyms-section h2{

    color:var(--primary);

    font-size:38px;

    margin-bottom:30px;

}

.acronyms-table{

    width:100%;

    border-collapse:collapse;

    overflow:hidden;

    border-radius:12px;

}

.acronyms-table th{

    background:#0A2540;

    color:#ffffff;

    padding:16px;

    text-align:left;

}

.acronyms-table td{

    padding:16px;

    border:1px solid var(--border);

    vertical-align:top;

}

.acronyms-table tr:nth-child(even){

    background:var(--surface);

}

.acronyms-table tr:hover{

    background:#EEF6FF;

}

/*=====================================================
FREQUENTLY ASKED QUESTIONS
======================================================*/

.faq-section{

    margin:80px 0;

}

.faq-section h2{

    color:var(--primary);
    font-size:38px;
    margin-bottom:35px;

}

.faq-container{

    display:grid;
    gap:25px;

}

.faq-item{

    background:var(--surface);
    border-left:6px solid #D4AF37;
    padding:30px;
    border-radius:12px;

}

.faq-item h3{

    color:var(--primary);
    margin-bottom:15px;

}

.faq-item p{

    color:#555;
    line-height:1.8;

}

/*=====================================================
REFERENCES & BIBLIOGRAPHY
======================================================*/

.references-section{

    margin:80px 0;

    padding:40px;

    background:var(--surface);

    border-radius:16px;

    border-left:6px solid #0A2540;

}

.references-section h2{

    color:var(--primary);

    font-size:38px;

    margin-bottom:20px;

}

.references-intro{

    color:#555;

    line-height:1.8;

    margin-bottom:35px;

}

.reference-category{

    margin-bottom:30px;

}

.reference-category h3{

    color:var(--primary);

    margin-bottom:15px;

    font-size:22px;

}

.reference-category ul{

    margin:0;

    padding-left:25px;

}

.reference-category li{

    margin-bottom:10px;

    line-height:1.8;

    color:#444;

}

/*=====================================================
RELATED READING
======================================================*/

.related-reading{

    margin:90px 0;

}

.related-reading h2{

    font-size:38px;

    color:var(--primary);

    margin-bottom:20px;

}

.related-intro{

    color:#555;

    line-height:1.8;

    margin-bottom:40px;

    max-width:850px;

}

.reading-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));

    gap:30px;

}

.reading-card{

    background:#ffffff;

   border:1px solid var(--border);

    border-radius:16px;

    padding:30px;

    text-decoration:none;

    transition:all .3s ease;

}

.reading-card:hover{

    transform:translateY(-6px);

    box-shadow:0 12px 24px rgba(0,0,0,.08);

    border-color:#D4AF37;

}

.chapter-number{

    display:inline-block;

    font-size:13px;

    font-weight:700;

    letter-spacing:.08em;

    text-transform:uppercase;

    color:#D4AF37;

    margin-bottom:12px;

}

.reading-card h3{

    color:var(--primary);

    margin-bottom:15px;

    font-size:22px;

}

.reading-card p{

    color:#555;

    line-height:1.8;

}

/*=====================================================
RESEARCH DISCLAIMER
======================================================*/

.repository-disclaimer{

    margin:100px 0;

    padding:45px;

    background:linear-gradient(135deg,#F8FAFC,#EEF5FF);

    border-radius:18px;

    border:1px solid var(--border);

}

.disclaimer-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    flex-wrap:wrap;

    gap:20px;

    margin-bottom:40px;

}

.disclaimer-header h2{

    color:var(--primary);

    font-size:38px;

}

.repository-version{

    background:var(--primary);

    color:#ffffff;

    padding:10px 18px;

    border-radius:30px;

    font-size:14px;

    font-weight:600;

}

.disclaimer-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));

    gap:25px;

}

.disclaimer-card{

    background:#ffffff;

    padding:28px;

    border-radius:14px;

    border-top:5px solid #D4AF37;

    box-shadow:0 4px 12px rgba(0,0,0,.05);

}

.disclaimer-card h3{

    color:var(--primary);

    margin-bottom:15px;

}

.disclaimer-card p{

    color:#555;

    line-height:1.8;

}

@media(max-width:768px){

    .disclaimer-header{

        flex-direction:column;

        align-items:flex-start;

    }

}

/*=====================================================
REPOSITORY FOOTER
======================================================*/

.repository-footer{

    background:var(--primary);

    color:#ffffff;

    margin-top:100px;

}

.footer-top{

    max-width:1400px;

    margin:auto;

    display:grid;

    grid-template-columns:2fr 1fr 1fr 1fr;

    gap:50px;

    padding:70px 40px;

}

.footer-about h2{

    margin-bottom:20px;

    color:#ffffff;

}

.footer-about p{

    color:#D1D5DB;

    line-height:1.9;

}

.footer-links h3{

    color:#D4AF37;

    margin-bottom:20px;

}

.footer-links ul{

    list-style:none;

    padding:0;

    margin:0;

}

.footer-links li{

    margin-bottom:12px;

    color:#D1D5DB;

}

.footer-links a{

    color:#D1D5DB;

    text-decoration:none;

    transition:.3s;

}

.footer-links a:hover{

    color:#D4AF37;

}

.footer-bottom{

    border-top:1px solid rgba(255,255,255,.12);

    display:flex;

    justify-content:space-between;

    align-items:center;

    flex-wrap:wrap;

    gap:20px;

    padding:25px 40px;

    color:#C7CED8;

    font-size:14px;

}

@media(max-width:900px){

    .footer-top{

        grid-template-columns:1fr;

    }

    .footer-bottom{

        flex-direction:column;

        text-align:center;

    }

}


/*=====================================================
REUSABLE COMPONENTS
======================================================*/

/* Callout Framework */

.callout.info{

    background:#EEF6FF;
    border-color:#2563EB;

}

.callout.info .callout-icon{

    background:#DBEAFE;

}

.callout.warning{

    background:#FFF8E6;
    border-color:#F59E0B;

}

.callout.warning .callout-icon{

    background:#FEF3C7;

}

.callout.success{

    background:#ECFDF5;
    border-color:#10B981;

}

.callout.success .callout-icon{

    background:#D1FAE5;

}

.callout.research{

    background:#F5F3FF;
    border-color:#7C3AED;

}

.callout.research .callout-icon{

    background:#EDE9FE;

}

.callout.executive{

    background:var(--surface);
    border-color:var(--primary);

}

.callout.executive .callout-icon{

    background:#E2E8F0;

}



.callout{

    display:flex;
    align-items:flex-start;
    gap:24px;

    padding:28px;

    border-radius:16px;

    margin:40px 0;

    border-left:6px solid;

}

.callout-icon{

    width:56px;
    height:56px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:24px;

    flex-shrink:0;

}

.callout-content h3{

    margin-bottom:10px;

}

.callout-content p{

    margin:0;

    line-height:1.8;

}

/*=====================================================
GLOBAL FIAT EXCHANGE MONITOR
======================================================*/

.fx-ticker{

    background:#ffffff;

    border-top:1px solid var(--border);

    border-bottom:1px solid var(--border);

    padding:12px 0;

}

.ticker-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:10px;

    flex-wrap:wrap;

    gap:10px;

}

.live-dot{

    width:10px;

    height:10px;

    background:#16A34A;

    border-radius:50%;

    display:inline-block;

    margin-right:8px;

}

.ticker-title{

    font-weight:700;

    color:var(--primary);

}

.ticker-source{

    font-size:13px;

    color:#666;

}

.ticker-wrapper{

    overflow:hidden;

    white-space:nowrap;

}

/* Scoped to #market-ribbon (Global Announcements) specifically -- see the
   matching note in market.css's #fx-ribbon .ticker-track rule: both files
   used the bare .ticker-track selector, which collided at equal
   specificity and let market.css's tickerMove silently win for both
   tickers regardless of which one was actually intended here. */
#market-ribbon .ticker-track{

    display:inline-block;

    width:max-content;

    max-width:none;

    animation:scrollTicker 60s linear infinite;

    font-size:14px;

    color:#444;

}

#market-ribbon .ticker-wrapper{

    min-width:0;

}

/* Set by initializeTickerVisibilityPause() in script.js when the ribbon
   is scrolled off-screen or the tab is backgrounded. */
#market-ribbon .ticker-track.gpir-ticker-paused{

    animation-play-state:paused;

}

.ticker-item{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-right:25px;
    font-size:14px;
}

.pair{
    font-weight:700;
    color:#0A2540;
}

.rate{
    color:#1E3A8A;
    font-weight:600;
}

.separator{
    color:#999;
    margin-left:10px;
}

.up{

    color:#16A34A;

    font-weight:600;

}

.down{

    color:#DC2626;

    font-weight:600;

}

@media (prefers-reduced-motion: reduce){

    #market-ribbon .ticker-track{

        animation:none;

        overflow-x:auto;

    }

}

@keyframes scrollTicker{

    from{

        transform:translateX(0);

    }

    to{

        transform:translateX(-50%);

    }

}


.ticker-meta{

    display:flex;

    flex-direction:column;

    align-items:flex-end;

    gap:4px;

}

#lastUpdated{

    font-size:12px;

    color:#777;

}
