:root {
--accent:      #CC0000;
--accent-dark: #a80000;
--black:  #111111;
--white:  #ffffff;
--off:    #fafaf8;
--g1:     #f4f4f2;
--g2:     #e8e8e4;
--g3:     #a0a09a;
--g4:     #6b6b68;
--g5:     #555450;
--font:   'Inter', system-ui, -apple-system, sans-serif;
--f-xs:   10px;
--f-sm:   11px;
--f-meta: 12px;
--f-sm2:  13px;
--f-body: 14px;
--f-base: 15px;
--f-md:   16px;
--f-h4:   18px;
--f-h3:   20px;
--f-h2:   22px;
--f-h1s:  24px;
--f-h1:   28px;
--f-pg:   30px;
--f-disp: 32px;
--max: 1260px;
--global-max-width: 1260px;
--tr:  0.15s ease;
}
body.portal-usa   { --accent: var(--brand-primary); --accent-dark: var(--brand-primary); }
body.portal-asia  { --accent: var(--brand-primary); --accent-dark: var(--brand-primary); }
body.portal-trade { --accent: var(--brand-primary); --accent-dark: var(--brand-primary); }
body.portal-sports{ --accent: var(--brand-primary); --accent-dark: var(--brand-primary); } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font); background: var(--white); color: var(--black); line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; height: auto; display: block; }
button { cursor: pointer; border: none; background: none; font-family: var(--font); }
ul, ol { list-style: none; }
.site-content { min-height: 60vh; } .bu-sbar { background: var(--black); overflow: hidden; height: 30px; display: flex; align-items: center; }
.bu-sbar__inner { max-width: var(--max); margin: 0 auto; padding: 0 20px; display: flex; gap: 24px; align-items: center; overflow-x: auto; scrollbar-width: none; white-space: nowrap; }
.bu-sbar__inner::-webkit-scrollbar { display: none; }
.bu-si { display: flex; align-items: center; gap: 6px; flex-shrink: 0; }
.bu-si__name { font-size: var(--f-xs); font-weight: 600; letter-spacing: .6px; text-transform: uppercase; color: rgba(255,255,255,.4); }
.bu-si__val { font-size: var(--f-sm); font-weight: 600; color: rgba(255,255,255,.85); }
.bu-si__chg { font-size: var(--f-xs); font-weight: 600; color: var(--g3); }
.bu-si__chg.up { color: #4ade80; }
.bu-si__chg.dn { color: #f87171; } .bu-hdr { background: var(--white); border-bottom: 1px solid var(--g2); position: sticky; top: 0; z-index: 500; }
.bu-hdr__inner { max-width: var(--max); margin: 0 auto; padding: 0; }
.bu-hdr__main { display: flex; align-items: center; height: 60px; gap: 16px; } .bu-hdr__logo { flex-shrink: 0; }
.bu-hdr__logo a { display: flex; flex-direction: column; }
.bu-hdr__portal-label { font-size: var(--f-xs); font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); line-height: 1; margin-bottom: 2px; }
.bu-hdr__brand { font-family: var(--font); font-size: 20px; font-weight: 800; letter-spacing: -.5px; color: var(--black); line-height: 1; }
.bu-hdr__brand b { color: var(--accent); }
.bu-hdr__logo img { height: 52px; width: auto; } .bu-hdr__actions { display: flex; align-items: center; gap: 4px; margin-left: auto; flex-shrink: 0; position: relative; }
.bu-hdr__search-toggle { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; color: var(--g5); transition: color var(--tr); }
.bu-hdr__search-toggle:hover { color: var(--accent); } .bu-hdr__search { display: flex; align-items: center; gap: 8px; width: 0; overflow: hidden; opacity: 0; transition: width .25s ease, opacity .25s ease; background: var(--g1); border: 1px solid transparent; padding: 0; }
.bu-hdr__search.is-open { width: 260px; opacity: 1; border-color: var(--g2); padding: 0 10px; }
.bu-hdr__search input { border: none; background: none; outline: none; font-family: var(--font); font-size: var(--f-sm2); color: var(--black); width: 100%; height: 34px; }
.bu-hdr__search input::placeholder { color: var(--g4); } .bu-hdr__voice { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; color: var(--g4); transition: color var(--tr); }
.bu-hdr__voice:hover, .bu-hdr__voice.is-listening { color: var(--accent); } .bu-portal { position: relative; }
.bu-portal__btn { display: flex; align-items: center; gap: 4px; font-family: var(--font); font-size: var(--f-sm); font-weight: 600; color: var(--g5); padding: 6px 10px; transition: color var(--tr); }
.bu-portal__btn:hover { color: var(--black); }
.bu-portal__menu { display: none; position: absolute; top: calc(100% + 4px); right: 0; background: var(--white); border: 1px solid var(--g2); box-shadow: 0 8px 24px rgba(0,0,0,.1); min-width: 140px; z-index: 600; }
.bu-portal__menu.is-open { display: block; animation: bu-drop .15s ease; }
.bu-portal__menu li a { display: block; padding: 9px 14px; font-size: var(--f-sm2); color: var(--g5); transition: color var(--tr), background var(--tr); }
.bu-portal__menu li a:hover { background: var(--g1); color: var(--black); } .bu-user { position: relative; z-index: 600; }
.bu-user__btn { display: flex; align-items: center; gap: 4px; font-family: var(--font); font-size: var(--f-sm); font-weight: 600; color: var(--g5); padding: 6px 10px; }
.bu-user__menu { display: none; position: absolute; top: calc(100% + 4px); right: 0; background: var(--white); border: 1px solid var(--g2); box-shadow: 0 8px 24px rgba(0,0,0,.1); min-width: 160px; z-index: 600; }
.bu-user__menu.is-open { display: block; animation: bu-drop .15s ease; }
.bu-user__menu li a { display: block; padding: 9px 14px; font-size: var(--f-sm2); color: var(--g5); transition: background var(--tr); }
.bu-user__menu li a:hover { background: var(--g1); color: var(--black); }
.bu-user__menu li.bu-user__divider { height: 1px; background: var(--g2); margin: 4px 0; }
.bu-user__upgrade { color: var(--accent) !important; font-weight: 600; }
@keyframes bu-drop { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } } .bu-hdr__sub { font-size: var(--f-sm); font-weight: 700; letter-spacing: .4px; color: var(--white); background: var(--accent); padding: 7px 14px; transition: background var(--tr); white-space: nowrap; margin-left: 4px; }
.bu-hdr__sub:hover { background: var(--accent-dark); color: var(--white); } .bu-hdr__search-icon { display: none; align-items: center; justify-content: center; width: 34px; height: 34px; color: var(--black); } .bu-hdr__hamburger { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px; width: 34px; height: 34px; flex-shrink: 0; color: var(--black); }
.bu-hdr__hamburger span { display: block; width: 20px; height: 2px; background: currentColor; transition: transform var(--tr), opacity var(--tr); transform-origin: center; }
.bu-hdr__hamburger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.bu-hdr__hamburger.is-open span:nth-child(2) { opacity: 0; }
.bu-hdr__hamburger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); } .bu-hdr__nav { border-top: 1px solid var(--g2); overflow-x: auto; scrollbar-width: none; }
.bu-hdr__nav::-webkit-scrollbar { display: none; }
.bu-hdr__nav-inner { display: flex; align-items: center; height: 42px; }
.bu-hdr__nav-inner li { list-style: none; }
.bu-hdr__nav-inner li a { display: flex; align-items: center; height: 42px; padding: 0 13px; font-size: var(--f-sm); font-weight: 700; letter-spacing: .7px; text-transform: uppercase; color: var(--g5); white-space: nowrap; border-bottom: 2px solid transparent; transition: color var(--tr), border-color var(--tr); }
.bu-hdr__nav-inner li a:hover,
.bu-hdr__nav-inner li.current-menu-item > a,
.bu-hdr__nav-inner li.current-menu-ancestor > a { color: var(--black); border-bottom-color: var(--accent); }
#bu-hamburger { margin-left: auto; flex-shrink: 0; } .bu-ticker { background: var(--accent); height: 34px; display: flex; align-items: center; overflow: hidden; position: relative; z-index: 495; }
.bu-ticker__tag { flex-shrink: 0; background: var(--black); color: var(--white); font-size: var(--f-xs); font-weight: 800; letter-spacing: 1px; text-transform: uppercase; padding: 0 14px; height: 100%; display: flex; align-items: center; }
.bu-ticker__track { flex: 1; overflow: hidden; mask-image: linear-gradient(to right, transparent 0%, black 2%, black 98%, transparent 100%); }
.bu-ticker__inner { display: flex; animation: bu-ticker 45s linear infinite; white-space: nowrap; }
.bu-ticker:hover .bu-ticker__inner { animation-play-state: paused; }
@keyframes bu-ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.bu-ticker__item { display: inline-flex; align-items: center; padding: 0 28px 0 0; font-size: var(--f-sm2); font-weight: 500; color: rgba(255,255,255,.9); }
.bu-ticker__item::before { content: '·'; margin-right: 28px; color: rgba(255,255,255,.4); font-size: 16px; }
.bu-ticker__item a { color: inherit; }
.bu-ticker__item a:hover { color: var(--white); } .bu-search-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.85); z-index: 9999; display: flex; align-items: flex-start; padding-top: 80px; }
.bu-search-overlay[hidden] { display: none; }
.bu-search-overlay__box { width: 100%; max-width: 680px; margin: 0 auto; padding: 0 20px; }
.bu-search-overlay__form { display: flex; align-items: center; gap: 12px; background: var(--white); padding: 14px 18px; }
.bu-search-overlay__form svg { flex-shrink: 0; color: var(--g4); }
.bu-search-overlay__input { flex: 1; border: none; outline: none; font-family: var(--font); font-size: clamp(1.125rem, 3vw, 1.5rem); color: var(--black); background: none; }
.bu-search-overlay__close { flex-shrink: 0; font-size: 18px; color: var(--g4); transition: color var(--tr); }
.bu-search-overlay__close:hover { color: var(--black); }
.bu-search-overlay__hint { margin-top: 10px; font-size: var(--f-sm); color: rgba(255,255,255,.4); text-align: center; }
.bu-search-overlay__hint kbd { background: rgba(255,255,255,.12); padding: 1px 6px; border-radius: 3px; } .bu-mega { display: none; position: fixed; inset: 0; background: var(--white); z-index: 490; overflow-y: auto; padding-top: 0; }
body.admin-bar .bu-mega { padding-top: 32px; }
.bu-mega.is-open { display: block; }
.bu-mega[hidden] { display: none !important; }
.bu-mega__overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 489; }
.bu-mega__overlay.is-open { display: block; }
.bu-mega__header { display: none; }
.bu-mega__cols { max-width: var(--max); margin: 0 auto; padding: 32px 40px; display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 28px 20px; }
.bu-mega__col-title { font-size: var(--f-sm); font-weight: 700; letter-spacing: .8px; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; padding-bottom: 8px; border-bottom: 2px solid var(--accent); }
.bu-mega__col-title a { color: inherit; }
.bu-mega__col a { padding-left: 0 !important; margin-left: 0 !important; }
.bu-mega__col ul, .bu-mega__col li { padding: 0 !important; margin: 0 !important; list-style: none !important; }
.bu-mega__col-links li { border-bottom: 1px solid var(--g1); }
.bu-mega__col-links a { display: block; font-size: var(--f-sm2); color: var(--g5); padding: 7px 0; transition: color var(--tr), padding var(--tr); }
.bu-mega__col-links a:hover { color: var(--accent); padding-left: 4px; }
#bu-mega-close { position: fixed; top: 92px; right: 24px; z-index: 9999; width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; background: var(--white); border: 1px solid var(--g2); font-size: 16px; color: var(--g5); cursor: pointer; transition: color var(--tr); }
body.admin-bar #bu-mega-close { top: 124px; }
#bu-mega-close:hover { color: var(--black); } .bu-sidebar-widget__title { font-size: var(--f-xs); font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; color: var(--black); padding-bottom: 10px; border-bottom: 2px solid var(--black); margin-bottom: 16px; }
.bu-top-item { display: flex; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--g1); align-items: flex-start; }
.bu-top-item:last-child { border-bottom: none; }
.bu-top-item__num { font-size: var(--f-disp); font-weight: 800; color: var(--g2); line-height: 1; flex-shrink: 0; min-width: 28px; }
.bu-top-item__title { font-size: var(--f-sm2); font-weight: 600; line-height: 1.4; color: var(--black); }
.bu-top-item__title a { color: inherit; }
.bu-top-item__title a:hover { color: var(--accent); }
.bu-top-item__date { font-size: var(--f-sm); color: var(--g4); margin-top: 4px; display: block; }
.bu-related-item { display: flex; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--g1); align-items: flex-start; }
.bu-related-item:last-child { border-bottom: none; }
.bu-related-item__img { flex-shrink: 0; width: 72px; height: 52px; overflow: hidden; }
.bu-related-item__img img { width: 100%; height: 100%; object-fit: cover; }
.bu-related-item__cat { display: block; font-size: var(--f-xs); font-weight: 700; letter-spacing: .5px; text-transform: uppercase; color: var(--accent); margin-bottom: 3px; }
.bu-related-item__title { font-size: var(--f-sm2); font-weight: 600; line-height: 1.4; color: var(--black); }
.bu-related-item__title a { color: inherit; }
.bu-related-item__title a:hover { color: var(--accent); }
.bu-related-item__date { font-size: var(--f-sm); color: var(--g4); margin-top: 3px; display: block; }
.bu-sidebar-subscribe { background: var(--black); padding: 18px; }
.bu-sidebar-subscribe__label { display: block; font-size: var(--f-xs); font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: rgba(255,255,255,.35); margin-bottom: 8px; }
.bu-sidebar-subscribe__title { font-size: var(--f-base); font-weight: 700; color: var(--white); line-height: 1.4; margin-bottom: 6px; }
.bu-sidebar-subscribe__offer { font-size: var(--f-sm); color: rgba(255,255,255,.45); margin-bottom: 14px; }
.bu-sidebar-subscribe__btn { display: block; background: var(--accent); color: var(--white); text-align: center; padding: 10px; font-size: var(--f-sm2); font-weight: 700; letter-spacing: .4px; transition: background var(--tr); }
.bu-sidebar-subscribe__btn:hover { background: var(--accent-dark); color: var(--white); } .bu-label { display: inline-block; font-size: var(--f-xs); font-weight: 800; letter-spacing: .8px; text-transform: uppercase; color: var(--accent); }
.bu-label:hover { color: var(--accent-dark); }
.bu-label--plain { font-size: var(--f-xs); font-weight: 700; letter-spacing: .5px; text-transform: uppercase; color: var(--accent); }
.bu-time { display: inline-block; font-size: var(--f-sm); color: var(--g4); }
.bu-hp-meta { display: flex; align-items: center; gap: 6px; font-size: var(--f-sm2); color: var(--g4); margin-top: 6px; }
.bu-hp-meta a { color: var(--g5); font-weight: 600; }
.bu-hp-meta a:hover { color: var(--accent); }
.bu-hp-time { font-size: var(--f-sm); color: var(--g4); display: block; margin-top: 4px; }
.bu-hp-label { display: inline-block; font-size: var(--f-xs); font-weight: 800; letter-spacing: .8px; text-transform: uppercase; color: var(--accent); margin-bottom: 6px; }
.bu-hp-sec__hdr { display: flex; align-items: baseline; justify-content: space-between; border-bottom: 2px solid var(--black); padding-bottom: 8px; margin-bottom: 18px; }
.bu-hp-sec__title { font-size: var(--f-base); font-weight: 800; color: var(--black); border-left: 3px solid var(--accent); padding-left: 9px; line-height: 1; }
.bu-hp-sec__more { font-size: var(--f-xs); font-weight: 700; letter-spacing: .8px; text-transform: uppercase; color: var(--g4); transition: color var(--tr); }
.bu-hp-sec__more:hover { color: var(--accent); }
.bu-prem-badge { display: inline-block; font-size: var(--f-xs); font-weight: 700; letter-spacing: .5px; text-transform: uppercase; background: var(--black); color: var(--white); padding: 2px 7px; } .bu-pager { margin: 32px 0; display: flex; gap: 4px; align-items: center; justify-content: center; flex-wrap: wrap; }
.bu-pager .page-numbers { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border: 1px solid var(--g2); font-size: var(--f-sm2); font-weight: 600; color: var(--g5); transition: all var(--tr); }
.bu-pager .page-numbers:hover, .bu-pager .page-numbers.current { background: var(--accent); border-color: var(--accent); color: var(--white); }
.bu-pager .prev, .bu-pager .next { width: auto; padding: 0 14px; } .bu-archive__filters { max-width: var(--max); margin: 0 auto; padding: 0 20px; }
.bu-filter-tabs { display: flex; border-bottom: 1px solid var(--g2); overflow-x: auto; scrollbar-width: none; }
.bu-filter-tabs::-webkit-scrollbar { display: none; }
.bu-filter-tab { display: inline-flex; align-items: center; padding: 10px 14px; font-size: var(--f-sm); font-weight: 700; letter-spacing: .5px; text-transform: uppercase; color: var(--g4); border-bottom: 2px solid transparent; margin-bottom: -1px; white-space: nowrap; transition: all var(--tr); background: none; border-top: none; border-left: none; border-right: none; font-family: var(--font); cursor: pointer; }
.bu-filter-tab:hover { color: var(--black); }
.bu-filter-tab.active { color: var(--accent); border-bottom-color: var(--accent); }
.bu-filter-more { position: relative; }
.bu-filter-more__menu { display: none; position: absolute; top: 100%; left: 0; background: var(--white); border: 1px solid var(--g2); box-shadow: 0 8px 24px rgba(0,0,0,.1); min-width: 160px; z-index: 100; }
.bu-filter-more.is-open .bu-filter-more__menu { display: block; }
.bu-filter-more__item { display: block; padding: 9px 14px; font-size: var(--f-sm2); color: var(--g5); transition: background var(--tr); }
.bu-filter-more__item:hover { background: var(--g1); }
.bu-filter-more__item.active { color: var(--accent); } .bu-reading-progress { position: sticky; top: 0; height: 3px; background: var(--g2); z-index: 199; }
.bu-reading-progress__bar { height: 100%; width: 0%; background: var(--accent); transition: width .1s linear; } #buVoiceOverlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.88); z-index: 99999; align-items: center; justify-content: center; flex-direction: column; }
#buVoiceOverlay.active { display: flex; }
#buVoiceMic { width: 80px; height: 80px; border-radius: 50%; background: var(--accent); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 28px; }
#buVoiceCancel { margin-top: 24px; background: rgba(255,255,255,.12); color: var(--white); border: 1px solid rgba(255,255,255,.25); padding: 10px 28px; cursor: pointer; font-family: var(--font); font-size: var(--f-sm2); } .bu-cookie { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%) translateY(120px); width: calc(100% - 40px); max-width: 600px; background: var(--black); color: var(--white); padding: 18px 20px; z-index: 9990; display: flex; align-items: center; gap: 16px; box-shadow: 0 8px 32px rgba(0,0,0,.25); transition: transform .4s ease; flex-wrap: wrap; }
.bu-cookie.is-visible { transform: translateX(-50%) translateY(0); }
.bu-cookie__text { flex: 1; font-size: var(--f-sm2); line-height: 1.55; min-width: 200px; color: rgba(255,255,255,.75); }
.bu-cookie__text a { color: var(--accent); text-decoration: underline; }
.bu-cookie__btns { display: flex; gap: 8px; flex-shrink: 0; }
.bu-btn { display: inline-flex; align-items: center; padding: 7px 16px; font-size: var(--f-sm); font-weight: 700; letter-spacing: .4px; cursor: pointer; font-family: var(--font); transition: all var(--tr); }
.bu-btn--accept { background: var(--accent); color: var(--white); border: 1px solid var(--accent); }
.bu-btn--accept:hover { background: var(--accent-dark); }
.bu-btn--decline { background: none; color: rgba(255,255,255,.6); border: 1px solid rgba(255,255,255,.2); }
.bu-btn--decline:hover { color: var(--white); border-color: rgba(255,255,255,.5); } .bu-liveblog { border-left: 2px solid var(--accent); padding-left: 20px; margin: 24px 0; }
.bu-liveblog__entry { padding: 14px 0; border-bottom: 1px solid var(--g2); position: relative; }
.bu-liveblog__entry::before { content: ''; position: absolute; left: calc(-20px - 4px); top: 18px; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); border: 2px solid var(--white); outline: 2px solid var(--accent); }
.bu-liveblog__time { font-size: var(--f-xs); font-weight: 700; color: var(--accent); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 6px; } .wp-caption { max-width: 100%; }
.wp-caption-text { font-size: var(--f-sm); color: var(--g4); margin-top: 6px; }
.alignleft { float: left; margin: 0 20px 16px 0; }
.alignright { float: right; margin: 0 0 16px 20px; }
.aligncenter { margin-inline: auto; } body.bu-reading-mode { background: #F5F0E8; } .bu-ftr { background: #0d0d0d; color: var(--white); margin-top: 48px; }
.bu-ftr__inner { max-width: var(--max); margin: 0 auto; padding: 0; }
.bu-ftr__top { border-bottom: 1px solid rgba(255,255,255,.07); padding: 16px 0; }
.bu-ftr__top .bu-ftr__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.bu-ftr__brand { display: flex; flex-direction: column; gap: 4px; }
.bu-ftr__logo-text { font-size: 20px; font-weight: 800; color: var(--white); letter-spacing: -.3px; }
.bu-ftr__logo-text b { color: var(--accent); }
.bu-ftr__logo img { height: 44px; width: auto; filter: brightness(0) invert(1); }
.bu-ftr__tagline { display: none; }
.bu-ftr__social { display: flex; gap: 8px; }
.bu-ftr__social-link { width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.6); font-size: 13px; transition: background var(--tr), color var(--tr); }
.bu-ftr__social-link:hover { background: var(--accent); color: var(--white); }
.bu-social-icon { display: inline-block; width: 14px; height: 14px; background-size: contain; background-repeat: no-repeat; background-position: center; }
.bu-social-icon--facebook { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z'/%3E%3C/svg%3E"); }
.bu-social-icon--twitter { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E"); }
.bu-social-icon--linkedin { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-4 0v7h-4v-7a6 6 0 0 1 6-6zM2 9h4v12H2z'/%3E%3Ccircle cx='4' cy='4' r='2'/%3E%3C/svg%3E"); }
.bu-social-icon--youtube { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M22.54 6.42a2.78 2.78 0 0 0-1.95-1.96C18.88 4 12 4 12 4s-6.88 0-8.59.46a2.78 2.78 0 0 0-1.95 1.96A29 29 0 0 0 1 12a29 29 0 0 0 .46 5.58A2.78 2.78 0 0 0 3.41 19.6C5.12 20 12 20 12 20s6.88 0 8.59-.46a2.78 2.78 0 0 0 1.95-1.95A29 29 0 0 0 23 12a29 29 0 0 0-.46-5.58z'/%3E%3Cpolygon points='9.75 15.02 15.5 12 9.75 8.98 9.75 15.02' fill='%230d0d0d'/%3E%3C/svg%3E"); }
.bu-social-icon--instagram { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Crect x='2' y='2' width='20' height='20' rx='5' ry='5'/%3E%3Cpath d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z' fill='%230d0d0d'/%3E%3Cline x1='17.5' y1='6.5' x2='17.51' y2='6.5' stroke='%230d0d0d' stroke-width='2'/%3E%3C/svg%3E"); }
.bu-ftr__main { padding: 28px 0; }
.bu-ftr__main .bu-ftr__inner { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1.4fr; gap: 32px; }
.bu-ftr__col-title { font-size: var(--f-xs); font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: rgba(255,255,255,.45); margin-bottom: 14px; }
.bu-ftr__col a { display: block; font-size: var(--f-sm2); color: rgba(255,255,255,.6); padding: 4px 0; transition: color var(--tr); }
.bu-ftr__col a:hover { color: var(--white); }
.bu-ftr__cta { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); padding: 14px; margin-bottom: 10px; }
.bu-ftr__cta strong { display: block; font-size: var(--f-sm2); color: var(--white); margin-bottom: 5px; }
.bu-ftr__cta p { font-size: var(--f-sm); color: rgba(255,255,255,.45); margin-bottom: 10px; line-height: 1.5; }
.bu-ftr__cta a { display: inline-block; border: 1px solid rgba(255,255,255,.25); color: var(--white); font-size: var(--f-sm); font-weight: 700; letter-spacing: .4px; padding: 6px 14px; text-transform: uppercase; transition: all var(--tr); }
.bu-ftr__cta a:hover { background: var(--white); color: var(--black); }
.bu-ftr__legal { border-top: 1px solid rgba(255,255,255,.06); padding: 16px 0; }
.bu-ftr__policy { display: flex; flex-wrap: wrap; gap: 4px; align-items: center; margin-bottom: 10px; }
.bu-ftr__policy a { font-size: var(--f-sm); color: rgba(255,255,255,.4); transition: color var(--tr); }
.bu-ftr__policy a:hover { color: var(--white); }
.bu-ftr__sep { color: rgba(255,255,255,.15); font-size: var(--f-xs); }
.bu-ftr__copy { font-size: var(--f-sm); color: rgba(255,255,255,.25); margin-bottom: 6px; }
.bu-ftr__disc { font-size: var(--f-sm); color: rgba(255,255,255,.2); line-height: 1.6; } @media (max-width: 1024px) {
.bu-ftr__main .bu-ftr__inner { grid-template-columns: 1fr 1fr 1fr; }
}
@media (max-width: 768px) {
.bu-hdr__inner { padding: 0 16px; }
.bu-ftr__inner { padding: 0 16px; }
.bu-hdr__search, .bu-hdr__voice, .bu-hdr__sub, .bu-hdr__search-toggle { display: none; }
.bu-hdr__search-icon { display: flex; }
.bu-ftr__main .bu-ftr__inner { grid-template-columns: 1fr 1fr; }
.bu-ftr__top .bu-ftr__inner { flex-direction: column; align-items: flex-start; gap: 12px; }
.bu-mega__cols { padding: 20px; }
}
@media (max-width: 480px) {
.bu-ftr__main .bu-ftr__inner { grid-template-columns: 1fr 1fr; }
} .cookie-consent {
position: fixed;
bottom: 20px;
left: 50%;
transform: translateX(-50%) translateY(120px);
width: calc(100% - 40px);
max-width: 600px;
background: var(--black);
color: var(--white);
padding: 16px 20px;
z-index: 9990;
box-shadow: 0 8px 32px rgba(0,0,0,.25);
transition: transform .4s ease;
opacity: 0;
pointer-events: none;
}
.cookie-consent.active {
transform: translateX(-50%) translateY(0);
opacity: 1;
pointer-events: all;
}
.cookie-consent-container {
display: flex;
align-items: center;
gap: 16px;
flex-wrap: wrap;
}
.cookie-consent-content {
flex: 1;
min-width: 200px;
}
.cookie-consent-content p {
font-size: var(--f-sm2);
line-height: 1.55;
color: rgba(255,255,255,.75);
margin: 0;
}
.cookie-consent-content a {
color: var(--accent);
text-decoration: underline;
}
.cookie-consent-btn {
flex-shrink: 0;
padding: 7px 18px;
font-size: var(--f-sm);
font-weight: 700;
letter-spacing: .4px;
cursor: pointer;
font-family: var(--font);
border: none;
}
.cookie-consent-btn.accept {
background: var(--accent);
color: var(--white);
transition: background var(--tr);
}
.cookie-consent-btn.accept:hover { background: var(--accent-dark); }
.cookie-consent-btn.decline {
background: none;
color: rgba(255,255,255,.6);
border: 1px solid rgba(255,255,255,.2);
} .voice-overlay {
display: none;
position: fixed;
inset: 0;
background: rgba(0,0,0,.88);
z-index: 99999;
align-items: center;
justify-content: center;
flex-direction: column;
}
.voice-overlay.active { display: flex; }
.voice-overlay-content {
text-align: center;
color: var(--white);
padding: 40px 20px;
}
.voice-mic-btn {
width: 80px;
height: 80px;
border-radius: 50%;
background: var(--accent);
border: none;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px;
font-size: 28px;
cursor: pointer;
color: var(--white);
}
.voice-mic-btn.listening {
animation: bu-pulse 1s ease infinite;
background: #e00;
}
.voice-title {
font-size: var(--f-h2);
font-weight: 700;
color: var(--white);
margin-bottom: 10px;
}
.voice-subtitle {
font-size: var(--f-sm2);
color: rgba(255,255,255,.6);
margin-bottom: 6px;
}
.voice-result {
font-size: var(--f-h4);
font-weight: 600;
color: var(--white);
margin: 10px 0;
min-height: 28px;
}
.voice-cancel-btn {
margin-top: 24px;
background: rgba(255,255,255,.12);
color: var(--white);
border: 1px solid rgba(255,255,255,.25);
padding: 10px 28px;
cursor: pointer;
font-family: var(--font);
font-size: var(--f-sm2);
transition: background var(--tr);
}
.voice-cancel-btn:hover { background: rgba(255,255,255,.22); }
@media (max-width: 768px) {
.bu-hdr__main { flex-direction: row; }
#bu-hamburger { margin-left: 0 !important; order: -1; }
.bu-hdr__logo { margin: 0; }
}
@media (max-width: 768px) {
.bu-ftr__col:last-child { grid-column: 1 / -1; }
} .bu-liveblog { overflow: hidden; }
.bu-liveblog__entry { overflow-wrap: break-word; word-break: break-word; }
.bu-liveblog__entry p { max-width: 100%; overflow-wrap: break-word; } @media (max-width: 768px) {
.reader-tools { flex-direction: column; align-items: stretch !important; gap: 8px !important; }
.btn-toggle { width: 100%; justify-content: center; }
.tts-speed-control { width: 100%; justify-content: center; box-sizing: border-box; }
.tts-speed-control input[type="range"] { flex: 1; }
} .liveblog { margin: 24px 0; }
.live-blog-header { display: flex; align-items: center; gap: 10px; background: var(--accent); color: #fff; padding: 10px 16px; margin-bottom: 0; }
.live-pulse { width: 10px; height: 10px; border-radius: 50%; background: #fff; flex-shrink: 0; animation: livepulse 1.2s ease-in-out infinite; }
@keyframes livepulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(1.3)} }
.live-badge-text { font-size: 13px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.live-updated-text { font-size: 12px; margin-left: auto; opacity: .85; }
.liveblog-sort { display: flex; align-items: center; gap: 10px; padding: 10px 16px; background: var(--g1); border-bottom: 1px solid var(--g2); font-size: 13px; font-weight: 600; }
.liveblog-sort select { font-size: 13px; padding: 4px 8px; border: 1px solid var(--g2); background: #fff; }
.liveblog-feed { list-style: none; margin: 0; padding: 0; }
.live-entry { border-bottom: 1px solid var(--g2); }
.live-entry-header { display: flex; align-items: center; gap: 10px; padding: 10px 16px; background: var(--g1); }
.live-entry-header.old { background: #f8f8f8; }
.live-time { font-size: 12px; font-weight: 700; color: var(--g4); display: flex; align-items: center; gap: 6px; }
.live-time i { color: var(--accent); font-size: 8px; }
.live-badge-latest { margin-left: auto; background: var(--accent); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; padding: 2px 8px; border-radius: 2px; }
.live-entry-content { padding: 16px; }
.live-headline { font-size: 18px; font-weight: 800; line-height: 1.35; margin-bottom: 10px; color: var(--black); }
.live-body { font-size: 15px; line-height: 1.7; color: #333; }
.live-body p { margin-bottom: 10px; }
.live-media { margin: 12px 0; }
.live-media img { width: 100%; height: auto; display: block; }
.live-entry-actions { display: flex; gap: 14px; margin-top: 12px; padding-top: 10px; border-top: 1px solid var(--g1); }
.live-entry-actions a { color: var(--g4); font-size: 16px; transition: color var(--tr); }
.live-entry-actions a:hover { color: var(--accent); }
@media (max-width: 768px) {
.live-headline { font-size: 16px; }
.live-entry-content { padding: 12px; }
.live-entry-header { padding: 8px 12px; }
} .liveblog { margin: 28px 0; border: 1px solid var(--g2); border-radius: 4px; overflow: hidden; }
.live-blog-header { display: flex; align-items: center; gap: 10px; background: #c00; color: #fff; padding: 12px 20px; }
.live-pulse { width: 10px; height: 10px; border-radius: 50%; background: #fff; flex-shrink: 0; box-shadow: 0 0 0 0 rgba(255,255,255,.7); animation: livepulse2 1.5s infinite; }
@keyframes livepulse2 { 0%{box-shadow:0 0 0 0 rgba(255,255,255,.7)} 70%{box-shadow:0 0 0 8px rgba(255,255,255,0)} 100%{box-shadow:0 0 0 0 rgba(255,255,255,0)} }
.live-badge-text { font-size: 12px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; }
.live-updated-text { font-size: 12px; margin-left: auto; opacity: .8; font-weight: 500; }
.liveblog-sort { display: flex; align-items: center; gap: 10px; padding: 10px 20px; background: #fafafa; border-bottom: 1px solid var(--g2); font-size: 13px; font-weight: 600; color: var(--g5); }
.liveblog-sort select { font-size: 13px; padding: 3px 8px; border: 1px solid var(--g2); border-radius: 3px; background: #fff; color: var(--black); }
.liveblog-feed { list-style: none; margin: 0; padding: 0; position: relative; }
.liveblog-feed::before { content: ''; position: absolute; left: 28px; top: 0; bottom: 0; width: 2px; background: var(--g2); }
.live-entry { position: relative; padding: 0 0 0 60px; border-bottom: 1px solid var(--g2); }
.live-entry:last-child { border-bottom: none; }
.live-entry-header { display: flex; align-items: center; gap: 10px; padding: 14px 20px 8px 0; position: relative; }
.live-entry-header::before { content: ''; position: absolute; left: -38px; top: 50%; transform: translateY(-50%); width: 12px; height: 12px; border-radius: 50%; background: var(--g3); border: 2px solid #fff; outline: 2px solid var(--g3); z-index: 1; }
.live-entry:first-child .live-entry-header::before { background: var(--accent); outline-color: var(--accent); }
.live-time { font-size: 12px; font-weight: 700; color: var(--accent); display: flex; align-items: center; gap: 6px; }
.live-time i { font-size: 7px; }
.live-badge-latest { background: var(--accent); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; padding: 2px 8px; border-radius: 2px; margin-left: auto; }
.live-entry-content { padding: 4px 20px 16px 0; }
.live-headline { font-size: 17px; font-weight: 800; line-height: 1.4; margin-bottom: 10px; color: var(--black); }
.live-body { font-size: 15px; line-height: 1.75; color: #333; }
.live-body p { margin-bottom: 10px; }
.live-body p:last-child { margin-bottom: 0; }
.live-media { margin: 12px 0; }
.live-media img { width: 100%; height: auto; display: block; border-radius: 3px; }
.live-entry-actions { display: flex; gap: 12px; margin-top: 12px; }
.live-entry-actions a { color: var(--g3); font-size: 15px; transition: color var(--tr); }
.live-entry-actions a:hover { color: var(--accent); }
@media (max-width: 768px) {
.liveblog-feed::before { left: 20px; }
.live-entry { padding-left: 44px; }
.live-entry-header::before { left: -30px; width: 10px; height: 10px; }
.live-headline { font-size: 15px; }
.live-body { font-size: 14px; }
.live-entry-content { padding-right: 12px; }
.live-entry-header { padding-right: 12px; }
} .liveblog-feed { counter-reset: unset !important; }
.liveblog-feed li { counter-increment: unset !important; }
.liveblog-feed li::marker { display: none !important; font-size: 0 !important; content: '' !important; }
.live-time i { display: none !important; }
.live-entry { padding-left: 20px !important; }
.liveblog-feed::before { display: none !important; }
.live-entry-header::before { display: none !important; }
.live-entry { border-left: 3px solid var(--g2) !important; margin-left: 0 !important; padding: 0 0 0 16px !important; }
.live-entry:first-child { border-left-color: var(--accent) !important; }
.live-entry-header { padding: 12px 16px 6px 0 !important; }
.live-entry-content { padding: 4px 16px 16px 0 !important; } .liveblog-feed li::marker { content: '' !important; font-size: 0 !important; }
.liveblog-feed { list-style: none !important; padding-left: 0 !important; } .liveblog-feed li::marker { content: '' !important; font-size: 0 !important; }
.liveblog-feed { list-style: none !important; padding-left: 0 !important; } .liveblog-feed { position: relative !important; padding-left: 28px !important; }
.liveblog-feed::before { content: '' !important; display: block !important; position: absolute !important; left: 7px !important; top: 0 !important; bottom: 0 !important; width: 2px !important; background: var(--g2) !important; }
.live-entry { position: relative !important; border-left: none !important; padding-left: 24px !important; }
.live-entry::before { content: '' !important; display: block !important; position: absolute !important; left: -7px !important; top: 18px !important; width: 12px !important; height: 12px !important; border-radius: 50% !important; background: var(--g3) !important; border: 2px solid #fff !important; outline: 2px solid var(--g3) !important; z-index: 1 !important; }
.live-entry:first-child::before { background: var(--accent) !important; outline-color: var(--accent) !important; } .live-entry::before { z-index: 2 !important; background: var(--g3) !important; }
.live-entry:first-child::before { background: var(--accent) !important; }
.liveblog-feed::before { z-index: 1 !important; } .live-entry::before { background: #fff !important; outline: 3px solid var(--g3) !important; border: none !important; width: 12px !important; height: 12px !important; }
.live-entry:first-child::before { outline-color: var(--accent) !important; } .liveblog-feed { padding-left: 36px !important; }
.liveblog-feed::before { left: 15px !important; }
.live-entry::before { left: -27px !important; top: 16px !important; width: 14px !important; height: 14px !important; } .liveblog { margin: 28px 0 !important; border: none !important; border-radius: 0 !important; overflow: visible !important; }
.live-blog-header { border-radius: 3px !important; }
.liveblog-sort { border: 1px solid var(--g2) !important; border-top: none !important; margin-bottom: 8px !important; }
.liveblog-feed { padding-left: 20px !important; margin-top: 8px !important; }
.liveblog-feed::before { left: 5px !important; top: 8px !important; bottom: 8px !important; width: 2px !important; background: var(--g2) !important; }
.live-entry { border-bottom: none !important; border-left: none !important; padding: 0 0 24px 24px !important; margin: 0 !important; }
.live-entry::before { left: -10px !important; top: 14px !important; width: 12px !important; height: 12px !important; outline: 2px solid var(--g3) !important; background: #fff !important; z-index: 2 !important; }
.live-entry:first-child::before { outline-color: var(--accent) !important; }
.live-entry-header { padding: 0 0 6px 0 !important; background: none !important; border: none !important; }
.live-entry-content { padding: 0 !important; }
.live-time { font-size: 12px !important; font-weight: 700 !important; color: var(--accent) !important; }
.live-headline { font-size: 17px !important; margin-top: 6px !important; } .liveblog-feed { padding-left: 32px !important; }
.liveblog-feed::before { left: 7px !important; }
.live-entry::before { left: -26px !important; } .live-entry-actions a { display: inline-flex !important; align-items: center !important; justify-content: center !important; width: 30px !important; height: 30px !important; border: 1px solid var(--g2) !important; border-radius: 3px !important; color: var(--g4) !important; font-size: 13px !important; }
.live-entry-actions a:hover { background: var(--accent) !important; border-color: var(--accent) !important; color: #fff !important; } .liveblog-feed { padding-left: 40px !important; }
.liveblog-feed::before { left: 8px !important; width: 2px !important; }
.live-entry::before { 
left: -32px !important; top: 14px !important;
width: 16px !important; height: 16px !important;
background: #fff !important;
outline: 2px solid var(--g3) !important;
box-shadow: inset 0 0 0 3px var(--g3) !important;
z-index: 2 !important;
}
.live-entry:first-child::before { 
outline-color: var(--accent) !important;
box-shadow: inset 0 0 0 3px var(--accent) !important;
} .liveblog-feed { padding-left: 36px !important; }
.liveblog-feed::before { left: 8px !important; width: 2px !important; }
.live-entry::before { 
width: 14px !important; height: 14px !important;
left: -34px !important; top: 15px !important;
background: #fff !important;
outline: 2px solid var(--g3) !important;
box-shadow: inset 0 0 0 4px var(--g3) !important;
border: none !important;
z-index: 2 !important;
}
.live-entry:first-child::before { 
outline-color: var(--accent) !important;
box-shadow: inset 0 0 0 4px var(--accent) !important;
} .bu-top-item { align-items: flex-start !important; gap: 10px !important; }
.bu-top-item__thumb { flex-shrink: 0 !important; width: 60px !important; height: 60px !important; overflow: hidden !important; display: block !important; }
.bu-top-item__thumb img { width: 100% !important; height: 100% !important; object-fit: cover !important; }
.bu-top-item__body { flex: 1 !important; min-width: 0 !important; }
.bu-top-item__premium { display: inline-block !important; font-size: 9px !important; font-weight: 800 !important; letter-spacing: 1px !important; text-transform: uppercase !important; color: #fff !important; background: var(--accent) !important; padding: 1px 5px !important; border-radius: 2px !important; margin-bottom: 3px !important; }
.bu-top-item__num { display: none !important; } .bu-single__premium { display: inline-flex; align-items: center; gap: 5px; background: #b8860b; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; padding: 4px 10px; border-radius: 3px; margin-bottom: 12px; } .cookie-consent a, .bu-ftr__col a { padding: 6px 0 !important; display: inline-block !important; min-height: 44px; display: flex; align-items: center; } .bu-ftr__cta { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 4px; padding: 16px; margin-bottom: 12px; }
.bu-ftr__cta strong { display: block; font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.bu-ftr__cta p { font-size: 12px; color: rgba(255,255,255,.6); margin-bottom: 12px; }
.bu-ftr__cta a { display: inline-block; padding: 8px 16px; border: 1px solid rgba(255,255,255,.4); border-radius: 3px; font-size: 12px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; color: #fff; transition: all .2s; }
.bu-ftr__cta a:hover { background: var(--accent); border-color: var(--accent); } .bu-ftr__cta a { padding: 8px 16px !important; display: inline-flex !important; align-items: center !important; min-height: 36px !important; } .bu-ftr__cta a:hover { color: #fff !important; } .bu-single__gnews { margin: 20px 0 10px; }
.bu-single__gnews-btn { display: inline-flex; align-items: center; gap: 8px; padding: 9px 18px; background: #fff; border: 1px solid #dadce0; border-radius: 4px; font-size: 13px; font-weight: 600; color: #3c4043; transition: box-shadow .2s; }
.bu-single__gnews-btn:hover { box-shadow: 0 1px 6px rgba(0,0,0,.15); color: #3c4043; }
.bu-single__gnews-btn i { color: #4285f4; font-size: 15px; } .bu-ftr__col-title { color: rgba(255,255,255,.7) !important; }
.bu-ftr__col a { color: rgba(255,255,255,.8) !important; }
.bu-ftr__cta p { color: rgba(255,255,255,.7) !important; }
.bu-ftr__policy a { color: rgba(255,255,255,.7) !important; }
.bu-ftr__sep { color: rgba(255,255,255,.4) !important; }
.bu-ftr__copy { color: rgba(255,255,255,.6) !important; }
.bu-ftr__disc { color: rgba(255,255,255,.5) !important; }
.bu-ftr__social-link { color: rgba(255,255,255,.85) !important; } .bu-ftr__col a { display: block !important; } .bu-social-login__buttons { display: flex; flex-direction: column; gap: 10px; margin-top: 12px; }
.bu-social-btn { display: flex; align-items: center; gap: 10px; padding: 10px 16px; border: 1px solid #dadce0; border-radius: 4px; font-size: 14px; font-weight: 500; color: #3c4043; background: #fff; cursor: pointer; transition: box-shadow .2s; text-decoration: none; }
.bu-social-btn:hover { box-shadow: 0 1px 6px rgba(0,0,0,.15); color: #3c4043; }
.bu-social-btn__icon { width: 20px !important; height: 20px !important; flex-shrink: 0; }
.bu-social-login__divider { display: flex; align-items: center; gap: 10px; margin: 16px 0 0; color: #999; font-size: 13px; }
.bu-social-login__divider::before, .bu-social-login__divider::after { content: ''; flex: 1; height: 1px; background: #e0e0e0; }
.bu-social-login__disclaimer { font-size: 12px; color: #666; margin-top: 10px; }
.bu-social-login__disclaimer a { color: var(--accent); } :root { --global-max-width: 1260px; --global-width-percent: 95%; } .bu-ticker { background: var(--black) !important; }
.bu-ticker__tag { background: var(--accent) !important; color: var(--white) !important; } .bu-hdr__nav-inner li a { border-bottom-width: 4px !important; } .bu-ticker__item { color: #fff !important; font-weight: 600 !important; }
.bu-ticker__item a { color: #fff !important; }
.bu-hdr__logo img { height: 52px !important; width: auto; }
.bu-hdr__main { height: 75px; display: flex; align-items: center; }
.bu-hdr__nav { height: 44px !important; padding: 0 !important; margin: 0 !important; display: flex; align-items: center; border-top: 1px solid #d0d0d0 !important; border-bottom: none !important; }
.bu-hdr__nav-inner { height: 44px !important; width: 100% !important; }
.bu-hdr__nav-inner li a { height: 44px !important; padding: 0 13px !important; display: flex; align-items: center; font-size: 13px !important; }
.bu-hdr__nav-inner li a:hover,
.bu-hdr__nav-inner li.current-menu-item > a,
.bu-hdr__nav-inner li.current-menu-ancestor > a { color: var(--accent) !important; border-bottom-color: transparent !important; }
.bu-hdr__hamburger { margin-left: auto !important; order: 99; }
.bu-portal__btn, .bu-user__btn { font-size: 13px !important; }
.bu-ticker { margin-top: 0 !important; } .bu-hdr__logo-wrap { display: flex; align-items: center; gap: 10px; }
.bu-hdr__edition { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: #CC0000; border-left: 2px solid #eee; padding-left: 10px; line-height: 1.2; font-family: 'Inter', sans-serif; white-space: nowrap; } .bu-ftr__logo-wrap { display: inline-flex; align-items: center; gap: 10px; }
.bu-ftr__edition { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,0.5); border-left: 1px solid rgba(255,255,255,0.2); padding-left: 10px; line-height: 1.2; font-family: 'Inter', sans-serif; white-space: nowrap; } @media (max-width: 768px) {
.bu-portal { display: none !important; }
.bu-hdr__main { height: auto; padding: 4px 0; }
.bu-hdr__logo { padding: 0; }
.bu-hdr__logo a { display: inline-flex; }
.bu-hdr__logo-wrap { flex-direction: column; align-items: center; gap: 1px; }
.bu-hdr__edition { border-left: none; padding-left: 0; font-size: 9px; margin-bottom: 3px; }
}.bu-hdr__inner { max-width: var(--max); margin: 0 auto; padding: 0; } @media (max-width: 768px) {
.bu-portal { display: none !important; }
}.bu-page { padding-bottom: 48px; }
.bu-page__header { background: var(--g1); border-bottom: 1px solid var(--g2); padding: 24px 0; }
.bu-page__header-inner { max-width: var(--max); margin: 0 auto; padding: 0 16px; }
.bu-page__breadcrumb { display: flex; gap: 6px; align-items: center; font-size: var(--f-sm); color: var(--g4); margin-bottom: 8px; }
.bu-page__breadcrumb a { color: var(--accent); }
.bu-page__breadcrumb span { color: var(--g3); }
.bu-page__title { font-size: var(--f-h1); font-weight: 800; letter-spacing: -.5px; color: var(--black); }
.bu-page__inner { max-width: var(--max); margin: 32px auto; padding: 0; display: grid; grid-template-columns: 1fr 300px; gap: 40px; align-items: start; }
.bu-page__content { min-width: 0; }
.bu-page__content img { max-width: 100%; height: auto; }
.bu-page__content p { font-size: var(--f-body); line-height: 1.75; margin-bottom: 16px; color: var(--g5); }
.bu-page__content h2 { font-size: var(--f-h2); font-weight: 800; margin: 28px 0 12px; color: var(--black); }
.bu-page__content h3 { font-size: var(--f-h3); font-weight: 700; margin: 24px 0 10px; color: var(--black); }
.bu-page__sidebar { position: sticky; top: 20px; } @media (max-width: 900px) {
.bu-page__inner { grid-template-columns: 1fr; }
.bu-page__sidebar { display: none; }
}
@media (max-width: 600px) {
.bu-page__header-inner { padding: 0 16px; }
.bu-page__title { font-size: 22px; }
.bu-page__inner { padding: 0 16px; margin: 20px auto; }
.bu-page__content p { font-size: 15px; }
}