/*
Theme Name: BorsaForex Station
Theme URI: https://borsaforex.com/
Author: BorsaForex
Description: Custom RTL-first financial market station theme for BorsaForex, preserving existing WordPress content and SEO.
Version: 0.2.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: borsaforex-station
*/
:root{--bf-bg:#06151f;--bf-panel:#091e2b;--bf-panel-2:#102a38;--bf-panel-3:#0b2330;--bf-cyan:#0e91a7;--bf-cyan-bright:#18afc0;--bf-up:#7dd900;--bf-down:#f9484c;--bf-text:#f3f7f8;--bf-muted:#91a3ab;--bf-border:rgba(145,163,171,.16);--bf-border-strong:rgba(24,175,192,.34);--bf-radius:6px;--bf-max:1540px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,#06151f 0,#071923 100%);color:var(--bf-text);font-family:"Cairo",Tahoma,Arial,sans-serif;line-height:1.75;font-size:14px}a{color:inherit;text-decoration:none}a:hover{color:var(--bf-cyan-bright)}img{max-width:100%;height:auto}button,input,select,textarea{font:inherit}.bf-container{width:min(var(--bf-max),calc(100% - 24px));margin:auto}
.bf-topbar{height:64px;display:flex;align-items:center;border-bottom:1px solid var(--bf-border);background:rgba(6,21,31,.97);position:sticky;top:0;z-index:50;backdrop-filter:blur(12px)}.bf-topbar-inner{display:grid;grid-template-columns:230px minmax(280px,620px) 1fr;gap:20px;align-items:center}.bf-brand{font-weight:800;font-size:19px;display:flex;align-items:center;gap:10px;white-space:nowrap}.bf-brand .custom-logo{max-height:42px;width:auto}.bf-brand-mark{width:9px;height:9px;border-radius:50%;background:var(--bf-up);box-shadow:0 0 0 5px rgba(125,217,0,.07)}.bf-brand-text{display:flex;flex-direction:column;line-height:1.2}.bf-brand-text small{font-size:10px;font-weight:500;color:var(--bf-muted);margin-top:4px}.bf-search{position:relative}.bf-search-icon{position:absolute;right:13px;top:50%;transform:translateY(-50%);color:var(--bf-muted);font-size:20px}.bf-search input{width:100%;height:40px;border:1px solid var(--bf-border);background:#081b27;color:var(--bf-text);border-radius:5px;padding:0 42px 0 14px;outline:none}.bf-search input:focus{border-color:var(--bf-cyan);box-shadow:0 0 0 2px rgba(14,145,167,.08)}.bf-top-actions{display:flex;justify-content:flex-end;align-items:center;gap:16px}.bf-market-status,.bf-clock{font-size:11px;color:var(--bf-muted);display:flex;align-items:center;gap:7px;white-space:nowrap}.bf-market-status i{width:7px;height:7px;border-radius:50%;background:var(--bf-up);display:inline-block}.bf-clock{direction:ltr;font-variant-numeric:tabular-nums}
.bf-ticker{border-bottom:1px solid var(--bf-border);background:#081b27;overflow:hidden}.bf-ticker-shell{display:flex;align-items:stretch}.bf-ticker-label{display:flex;align-items:center;padding:0 14px;border-inline-end:1px solid var(--bf-border);color:var(--bf-cyan-bright);font-size:11px;font-weight:700}.bf-ticker-track{display:flex;gap:0;overflow-x:auto;padding:5px 0;scrollbar-width:none;flex:1}.bf-ticker-track::-webkit-scrollbar{display:none}.bf-ticker-item{flex:0 0 auto;min-width:152px;border-inline-end:1px solid var(--bf-border);padding:3px 14px}.bf-ticker-name{font-size:11px;color:#cbd7dc;font-weight:700}.bf-ticker-price{font-weight:800;font-size:13px;line-height:1.3}.bf-ticker-note{font-size:9px;color:#687e88;white-space:nowrap}.bf-up{color:var(--bf-up)}.bf-down{color:var(--bf-down)}
.bf-main{display:grid;grid-template-columns:68px minmax(420px,1.18fr) minmax(390px,1fr) 276px;gap:8px;padding:8px 0 12px;min-height:calc(100vh - 112px)}.bf-panel{background:var(--bf-panel);border:1px solid var(--bf-border);border-radius:var(--bf-radius);min-width:0;overflow:hidden}.bf-side{padding:8px 6px;position:sticky;top:118px;height:fit-content}.bf-nav-icon{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;height:56px;border-radius:4px;font-size:10px;color:var(--bf-muted);margin-bottom:4px;border-inline-start:2px solid transparent}.bf-nav-glyph{font-size:13px;line-height:1}.bf-nav-icon:hover,.bf-nav-icon.active{background:var(--bf-panel-2);color:var(--bf-text);border-inline-start-color:var(--bf-cyan)}
.bf-section-head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid var(--bf-border);min-height:64px}.bf-section-head h1{font-size:18px;margin:1px 0 0;line-height:1.25}.bf-eyebrow{display:block;color:var(--bf-cyan);font-size:8px;font-weight:800;letter-spacing:.8px;direction:ltr;text-align:right}.bf-live-dot{color:var(--bf-muted);font-size:10px;display:flex;align-items:center;gap:6px}.bf-live-dot i{width:6px;height:6px;border-radius:50%;background:var(--bf-up)}.bf-filters{display:flex;gap:5px;overflow:auto;padding:8px 10px;border-bottom:1px solid var(--bf-border);scrollbar-width:none}.bf-chip{border:1px solid var(--bf-border);background:transparent;color:var(--bf-muted);padding:5px 9px;border-radius:4px;white-space:nowrap;font-size:10px;cursor:pointer}.bf-chip.active,.bf-chip:hover{border-color:var(--bf-cyan);color:var(--bf-text);background:rgba(14,145,167,.08)}
.bf-feed{max-height:calc(100vh - 194px);overflow:auto;scrollbar-width:thin;scrollbar-color:#173847 transparent}.bf-news-row{position:relative;display:grid;grid-template-columns:56px 1fr 18px;gap:10px;padding:11px 11px;border-bottom:1px solid var(--bf-border);transition:.15s ease;cursor:pointer;outline:none}.bf-news-row:hover,.bf-news-row:focus{background:#0b2230}.bf-news-row.is-selected{background:#0d2634;border-inline-start:2px solid var(--bf-cyan)}.bf-news-time{font-size:10px;color:var(--bf-muted);direction:ltr;text-align:center;padding-top:1px;display:flex;flex-direction:column;gap:2px}.bf-news-time strong{font-size:11px;color:#d4dfe3}.bf-news-time span{font-size:9px}.bf-news-meta{display:flex;align-items:center;gap:6px;font-size:9px;color:var(--bf-muted);margin-bottom:3px;flex-wrap:wrap}.bf-badge{padding:1px 5px;border-radius:3px;border:1px solid var(--bf-border);color:#b6c6cd}.bf-news-title{font-size:13.5px;line-height:1.65;font-weight:700;margin:0}.bf-news-excerpt{font-size:10.8px;line-height:1.7;color:var(--bf-muted);margin:3px 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bf-row-arrow{align-self:center;color:#496772;font-size:12px}.bf-empty{padding:30px;color:var(--bf-muted)}
.bf-detail-panel{background:linear-gradient(180deg,#0a202d 0,#091e2b 100%)}.bf-detail{padding:18px 20px;max-height:calc(100vh - 120px);overflow:auto}.bf-detail-topline{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:9px}.bf-detail-kicker{font-size:10px;color:var(--bf-cyan-bright);font-weight:700}.bf-detail-status{font-size:9px;color:var(--bf-muted);border:1px solid var(--bf-border);padding:2px 6px;border-radius:3px}.bf-detail h2{font-size:20px;line-height:1.55;margin:0 0 9px;font-weight:800}.bf-detail-meta{font-size:10px;color:var(--bf-muted);padding-bottom:12px;border-bottom:1px solid var(--bf-border);direction:ltr;text-align:right}.bf-detail-summary{font-size:13px;color:#d7e0e4;line-height:1.9;margin:14px 0}.bf-why{margin-top:14px;background:linear-gradient(90deg,rgba(14,145,167,.10),rgba(16,42,56,.72));border-inline-start:3px solid var(--bf-cyan);padding:13px 14px}.bf-box-label{font-size:8px;color:var(--bf-cyan-bright);font-weight:800}.bf-why h3{font-size:14px;margin:2px 0 6px}.bf-why p{font-size:11.5px;color:#cbd7dc;margin:0;line-height:1.8}.bf-detail-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:14px}.bf-detail-facts>div{border:1px solid var(--bf-border);padding:8px 9px;background:rgba(6,21,31,.35)}.bf-detail-facts span{display:block;font-size:8px;color:var(--bf-muted)}.bf-detail-facts strong{display:block;font-size:10px;margin-top:2px}.bf-detail-actions{display:flex;align-items:center;gap:12px;margin-top:16px;flex-wrap:wrap}.bf-primary-btn{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;background:var(--bf-cyan-bright);color:#04141c!important;border-radius:4px;font-size:11px;font-weight:800}.bf-primary-btn:hover{filter:brightness(1.05)}.bf-detail-note{font-size:9px;color:var(--bf-muted)}
.bf-marketbox{padding:12px}.bf-mini-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.bf-marketbox h3{font-size:13px;margin:1px 0 0}.bf-muted-pill{font-size:8px;color:var(--bf-muted);border:1px solid var(--bf-border);padding:2px 5px;border-radius:3px}.bf-watch{display:grid}.bf-watch-row{display:grid;grid-template-columns:1fr auto;gap:6px 10px;align-items:center;border-bottom:1px solid var(--bf-border);padding:8px 0;font-size:10px}.bf-watch-row>div strong{display:block;font-size:10px}.bf-watch-row>div small{display:block;color:var(--bf-muted);font-size:8px}.bf-watch-row>span:nth-child(2){direction:ltr;font-weight:800}.bf-data-state{grid-column:1/-1;color:#687e88;font-size:8px}.bf-calendar{margin-top:18px;padding-top:12px;border-top:1px solid var(--bf-border)}.bf-event{display:grid;grid-template-columns:28px 1fr;gap:8px;padding:9px 0;border-bottom:1px solid var(--bf-border);font-size:9px}.bf-event time{color:var(--bf-muted);direction:ltr}.bf-event strong{display:block;font-size:9px}.bf-event span{display:block;color:var(--bf-muted);font-size:8px;margin-top:2px;line-height:1.6}
.bf-content-wrap{width:min(980px,calc(100% - 32px));margin:24px auto;background:var(--bf-panel);border:1px solid var(--bf-border);border-radius:var(--bf-radius);padding:26px}.bf-content-wrap h1{font-size:27px;line-height:1.5}.bf-post-meta{color:var(--bf-muted);font-size:12px;margin-bottom:18px}.bf-entry-content{font-size:15px;color:#eef4f6;line-height:1.95}.bf-entry-content p,.bf-entry-content li,.bf-entry-content td,.bf-entry-content th,.bf-entry-content span,.bf-entry-content div{color:inherit}.bf-entry-content h1,.bf-entry-content h2,.bf-entry-content h3,.bf-entry-content h4,.bf-entry-content h5,.bf-entry-content h6{color:#fff;line-height:1.55;margin-top:1.6em}.bf-entry-content strong,.bf-entry-content b{color:#fff}.bf-entry-content a{color:var(--bf-cyan-bright)!important;text-decoration:underline;text-underline-offset:2px}.bf-entry-content blockquote{margin:1.4em 0;padding:12px 16px;border-inline-start:3px solid var(--bf-cyan);background:#0b2330;color:#d7e0e4}.bf-entry-content table{width:100%;border-collapse:collapse;background:#0a202d;color:#eef4f6}.bf-entry-content th,.bf-entry-content td{border:1px solid var(--bf-border);padding:10px}.bf-entry-content th{background:#102a38;color:#fff}.bf-entry-content code,.bf-entry-content pre{background:#071923;color:#eaf4f7;border:1px solid var(--bf-border);border-radius:4px}.bf-entry-content pre{padding:12px;overflow:auto}.bf-entry-content img{border-radius:var(--bf-radius)}.bf-entry-content .lwptoc,.bf-entry-content .lwptoc_i,.bf-entry-content .lwptoc_items,.bf-entry-content .lwptoc_header{background:#0b2330!important;color:#eef4f6!important;border-color:var(--bf-border)!important}.bf-entry-content .lwptoc a{color:var(--bf-cyan-bright)!important}.bf-entry-content [style*="color: #000"],.bf-entry-content [style*="color:#000"],.bf-entry-content [style*="color: black"],.bf-entry-content [style*="color:black"]{color:#eef4f6!important}.bf-archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.bf-card{background:var(--bf-panel);border:1px solid var(--bf-border);border-radius:var(--bf-radius);overflow:hidden}.bf-card-body{padding:13px}.bf-card h2{font-size:15px;margin:0 0 7px}.bf-card p{font-size:12px;color:var(--bf-muted)}
.bf-footer{border-top:1px solid var(--bf-border);margin-top:8px;padding:18px 0;color:var(--bf-muted);font-size:10px;background:#06141d}.bf-risk{max-width:1100px;display:flex;justify-content:space-between;gap:24px}.bf-risk>div{min-width:210px}.bf-risk strong{display:block;color:#dbe5e9;font-size:11px}.bf-risk span{display:block;margin-top:2px}.bf-risk p{margin:0;max-width:720px}.bf-mobile-nav{display:none}
@media(max-width:1280px){.bf-main{grid-template-columns:64px minmax(390px,1.12fr) minmax(350px,.94fr) 250px}.bf-container{width:min(var(--bf-max),calc(100% - 16px))}.bf-detail h2{font-size:18px}}
@media(max-width:1120px){.bf-main{grid-template-columns:64px minmax(400px,1.1fr) minmax(360px,.95fr)}.bf-market-panel{display:none}.bf-topbar-inner{grid-template-columns:210px 1fr auto}}
@media(max-width:820px){body{padding-bottom:68px}.bf-container{width:100%}.bf-topbar{height:56px}.bf-topbar-inner{grid-template-columns:auto 1fr;padding:0 10px;gap:10px}.bf-top-actions{display:none}.bf-brand{font-size:16px}.bf-brand-text small{display:none}.bf-brand .custom-logo{max-height:34px}.bf-search input{height:36px;font-size:11px}.bf-ticker-shell{display:block}.bf-ticker-label{display:none}.bf-ticker-track{padding-inline:6px}.bf-ticker-item{min-width:132px;padding-inline:10px}.bf-main{display:block;padding:0}.bf-side,.bf-detail-panel,.bf-market-panel{display:none}.bf-feed-panel{border-radius:0;border-inline:0;border-top:0}.bf-section-head{padding:10px 12px;min-height:58px}.bf-section-head h1{font-size:17px}.bf-filters{padding:7px 9px}.bf-feed{max-height:none}.bf-news-row{grid-template-columns:48px 1fr 14px;padding:11px 9px;gap:8px}.bf-news-title{font-size:13px}.bf-news-excerpt{font-size:10.5px}.bf-mobile-nav{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;bottom:0;left:0;right:0;height:62px;background:#071923;border-top:1px solid var(--bf-border);z-index:80;padding-bottom:env(safe-area-inset-bottom)}.bf-mobile-nav a{display:flex;flex-direction:column;gap:2px;align-items:center;justify-content:center;font-size:9px;color:var(--bf-muted)}.bf-mobile-nav a span{font-size:13px}.bf-mobile-nav a.active{color:var(--bf-text);border-top:2px solid var(--bf-cyan)}.bf-archive-grid{grid-template-columns:1fr}.bf-content-wrap{width:calc(100% - 16px);padding:17px;margin:10px auto}.bf-content-wrap h1{font-size:21px}.bf-risk{display:block;padding:0 12px}.bf-risk p{margin-top:8px}}
