: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-homepage { padding-bottom: 40px; } .bu-hp-hero { padding: 24px 0 20px; }
.bu-hp-hero__inner { max-width: var(--max); margin: 0 auto; padding: 0; display: grid; grid-template-columns: 1.75fr 1.75fr 1.5fr; gap: 24px; }
.bu-hp-hero__lead-img { display: block; overflow: hidden; margin-bottom: 12px; }
.bu-hp-hero__lead-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; transition: transform .3s; }
.bu-hp-hero__lead-img:hover img { transform: scale(1.02); }
.bu-hp-hero__lead .bu-hp-label { margin-bottom: 8px; display: block; }
.bu-hp-hero__lead-title { font-size: var(--f-h1s); font-weight: 800; line-height: 1.25; letter-spacing: -.5px; margin-bottom: 10px; }
.bu-hp-hero__lead-title a { color: var(--black); }
.bu-hp-hero__lead-title a:hover { color: var(--accent); }
.bu-hp-hero__list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.bu-hp-hero__list-item { display: flex; flex-direction: column; gap: 8px; padding: 0; border-bottom: none; align-items: flex-start; }
.bu-hp-hero__list-item:last-child { border-bottom: none; }
.bu-hp-hero__list-img { width: 100%; height: auto; flex-shrink: unset; }
.bu-hp-hero__list-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; height: auto; }
.bu-hp-hero__list-body .bu-hp-label { margin-bottom: 4px; display: block; }
.bu-hp-hero__list-title { font-size: var(--f-sm2); font-weight: 700; line-height: 1.4; margin-bottom: 4px; }
.bu-hp-hero__list-title a { color: var(--black); }
.bu-hp-hero__list-title a:hover { color: var(--accent); } .bu-hp-live { background: var(--g1); padding: 14px; margin-bottom: 20px; }
.bu-hp-live__tag { display: flex; align-items: center; gap: 6px; font-size: var(--f-xs); font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; }
.bu-live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); animation: bu-pulse 1.2s ease infinite; }
@keyframes bu-pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .6; transform: scale(.85); } }
.bu-hp-live__img { display: block; overflow: hidden; margin-bottom: 8px; }
.bu-hp-live__img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.bu-hp-live__title { font-size: var(--f-body); font-weight: 700; line-height: 1.4; margin-bottom: 4px; }
.bu-hp-live__title a { color: var(--black); }
.bu-hp-live__title a:hover { color: var(--accent); }
.bu-hp-live__updates { font-size: var(--f-sm); color: var(--g4); } .bu-hp-sec { padding: 28px 0; }
.bu-hp-sec__inner { max-width: var(--max); margin: 0 auto; padding: 0; display: grid; grid-template-columns: 1fr 280px; gap: 32px; }
.bu-hp-sec__inner--full { max-width: var(--max); margin: 0 auto; padding: 0; display: block; width: 100%; } .bu-hp-latest__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 0; }
.bu-hp-latest__lead { grid-column: 1; padding-right: 20px; border-right: 1px solid var(--g2); }
.bu-hp-latest__lead-img { display: block; overflow: hidden; margin-bottom: 10px; }
.bu-hp-latest__lead-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.bu-hp-latest__lead .bu-hp-label { margin-bottom: 6px; display: block; }
.bu-hp-latest__lead-title { font-size: var(--f-h2); font-weight: 800; line-height: 1.3; letter-spacing: -.3px; margin-bottom: 8px; }
.bu-hp-latest__lead-title a { color: var(--black); }
.bu-hp-latest__lead-title a:hover { color: var(--accent); }
.bu-hp-latest__card { padding: 0 0 0 16px; border-right: 1px solid var(--g2); }
.bu-hp-latest__card:last-child { border-right: none; }
.bu-hp-latest__card-img { display: block; overflow: hidden; margin-bottom: 8px; }
.bu-hp-latest__card-img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.bu-hp-latest__card .bu-hp-label { margin-bottom: 5px; display: block; }
.bu-hp-latest__card-title { font-size: var(--f-body); font-weight: 700; line-height: 1.4; margin-bottom: 5px; }
.bu-hp-latest__card-title a { color: var(--black); }
.bu-hp-latest__card-title a:hover { color: var(--accent); } .bu-hp-trending { background: var(--g1); }
.bu-hp-trending__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--g2); }
.bu-hp-trending__item { background: var(--g1); padding: 20px; display: flex; gap: 14px; align-items: flex-start; }
.bu-hp-trending__num { font-size: var(--f-disp); font-weight: 800; color: var(--g2); line-height: 1; flex-shrink: 0; }
.bu-hp-trending__body .bu-hp-label { margin-bottom: 5px; display: block; }
.bu-hp-trending__title { font-size: var(--f-body); font-weight: 700; line-height: 1.4; margin-bottom: 4px; }
.bu-hp-trending__title a { color: var(--black); }
.bu-hp-trending__title a:hover { color: var(--accent); } .bu-hp-catfull__grid { display: grid; grid-template-columns: 2fr 1fr; gap: 24px; margin-bottom: 16px; }
.bu-hp-catfull__lead-img { display: block; overflow: hidden; margin-bottom: 10px; }
.bu-hp-catfull__lead-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.bu-hp-catfull__lead .bu-hp-label { margin-bottom: 6px; display: block; }
.bu-hp-catfull__lead-title { font-size: var(--f-h2); font-weight: 800; line-height: 1.3; letter-spacing: -.3px; margin-bottom: 6px; }
.bu-hp-catfull__lead-title a { color: var(--black); }
.bu-hp-catfull__lead-title a:hover { color: var(--accent); }
.bu-hp-catfull__cards { display: flex; flex-direction: column; gap: 12px; }
.bu-hp-catfull__card-img { display: block; overflow: hidden; margin-bottom: 6px; }
.bu-hp-catfull__card-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.bu-hp-catfull__card .bu-hp-label { margin-bottom: 4px; display: block; }
.bu-hp-catfull__card-title { font-size: var(--f-sm2); font-weight: 700; line-height: 1.4; margin-bottom: 4px; }
.bu-hp-catfull__card-title a { color: var(--black); }
.bu-hp-catfull__card-title a:hover { color: var(--accent); }
.bu-hp-catfull__extra { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding-top: 16px; border-top: 1px solid var(--g2); }
.bu-hp-catfull__extra-item { display: flex; gap: 10px; }
.bu-hp-catfull__extra-img { flex-shrink: 0; width: 80px; height: 56px; overflow: hidden; }
.bu-hp-catfull__extra-img img { width: 100%; height: 100%; object-fit: cover; }
.bu-hp-catfull__extra-body .bu-hp-label { margin-bottom: 3px; display: block; }
.bu-hp-catfull__extra-title { font-size: var(--f-sm2); font-weight: 700; line-height: 1.4; }
.bu-hp-catfull__extra-title a { color: var(--black); }
.bu-hp-catfull__extra-title a:hover { color: var(--accent); } .bu-hp-paired { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.bu-hp-cathalf__top { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 14px; }
.bu-hp-cathalf__img { display: block; overflow: hidden; margin-bottom: 6px; }
.bu-hp-cathalf__img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.bu-hp-cathalf__card .bu-hp-label { margin-bottom: 4px; display: block; }
.bu-hp-cathalf__title { font-size: var(--f-sm2); font-weight: 700; line-height: 1.4; margin-bottom: 4px; }
.bu-hp-cathalf__title a { color: var(--black); }
.bu-hp-cathalf__title a:hover { color: var(--accent); }
.bu-hp-cathalf__list { display: flex; gap: 10px; padding: 10px 0; border-top: 1px solid var(--g1); }
.bu-hp-cathalf__list-img { flex-shrink: 0; width: 80px; height: 56px; overflow: hidden; }
.bu-hp-cathalf__list-img img { width: 100%; height: 100%; object-fit: cover; }
.bu-hp-cathalf__list .bu-hp-label { margin-bottom: 3px; display: block; }
.bu-hp-cathalf__list-title { font-size: var(--f-sm2); font-weight: 700; line-height: 1.4; }
.bu-hp-cathalf__list-title a { color: var(--black); }
.bu-hp-cathalf__list-title a:hover { color: var(--accent); } @media (max-width: 1024px) {
.bu-hp-hero__inner { grid-template-columns: 1fr 240px; }
.bu-hp-hero__sidebar { display: none; }
.bu-hp-latest__grid { grid-template-columns: 2fr 1fr 1fr 1fr; }
.bu-hp-latest__lead { grid-column: 1; }
.bu-hp-trending__grid { grid-template-columns: repeat(2, 1fr); }
.bu-hp-sec__inner { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
.bu-hp-hero__inner { grid-template-columns: 1fr; }
.bu-hp-hero__list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.bu-hp-latest__grid { grid-template-columns: 1fr 1fr; }
.bu-hp-latest__lead { grid-column: 1 / 3; border-right: none; padding-right: 0; border-bottom: 1px solid var(--g2); padding-bottom: 16px; margin-bottom: 16px; }
.bu-hp-catfull__grid { grid-template-columns: 1fr; }
.bu-hp-catfull__extra { grid-template-columns: 1fr 1fr; }
.bu-hp-paired { grid-template-columns: 1fr; }
.bu-hp-cathalf__top { grid-template-columns: 1fr 1fr; }
.bu-hp-trending__grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
.bu-hp-hero__list { grid-template-columns: 1fr; }
.bu-hp-latest__grid { grid-template-columns: 1fr; }
.bu-hp-latest__lead { grid-column: 1; }
.bu-hp-catfull__extra { grid-template-columns: 1fr; }
.bu-hp-cathalf__top { grid-template-columns: 1fr; }
} .bu-hp-hero__sidebar {
display: flex;
flex-direction: column;
} .bu-hp-live {
background: none;
padding: 0;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid var(--g2);
}
.bu-hp-live__tag {
display: flex;
align-items: center;
gap: 7px;
font-size: var(--f-xs);
font-weight: 800;
letter-spacing: 1.5px;
text-transform: uppercase;
color: var(--black);
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 2px solid var(--black);
}
.bu-live-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--accent);
animation: bu-pulse 1.2s ease infinite;
flex-shrink: 0;
}
.bu-hp-live__img {
display: block;
overflow: hidden;
margin-bottom: 10px;
}
.bu-hp-live__img img {
width: 100%;
aspect-ratio: 16/9;
object-fit: cover;
}
.bu-hp-live__title {
font-size: var(--f-base);
font-weight: 800;
line-height: 1.35;
color: var(--black);
margin-bottom: 8px;
}
.bu-hp-live__title a { color: inherit; }
.bu-hp-live__title a:hover { color: var(--accent); }
.bu-hp-live__updates {
display: flex;
align-items: center;
gap: 6px;
font-size: var(--f-sm2);
font-weight: 600;
color: var(--accent);
}
.bu-hp-live__updates::before {
content: '';
display: inline-block;
width: 7px;
height: 7px;
border-radius: 50%;
background: var(--accent);
} .bu-hp-top-stories {}
.bu-hp-top-stories__hdr {
font-size: var(--f-xs);
font-weight: 800;
letter-spacing: 1.5px;
text-transform: uppercase;
color: var(--black);
padding-bottom: 10px;
border-bottom: 2px solid var(--black);
margin-bottom: 4px;
}
.bu-top-item {
display: flex;
gap: 10px;
padding: 11px 0;
border-bottom: 1px solid var(--g2);
align-items: flex-start;
}
.bu-top-item:last-child { border-bottom: none; }
.bu-top-item__num {
font-size: 28px;
font-weight: 800;
color: var(--g2);
line-height: 1;
flex-shrink: 0;
min-width: 32px;
margin-top: 2px;
}
.bu-top-item__title {
font-size: var(--f-sm2);
font-weight: 700;
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-hp-hero__sidebar .bu-sidebar-widget {
margin-top: 0 !important;
}
.bu-hp-hero__sidebar .bu-sidebar-widget__title {
font-size: var(--f-xs);
font-weight: 800;
letter-spacing: 1.5px;
text-transform: uppercase;
color: var(--black);
padding-bottom: 10px;
border-bottom: 2px solid var(--black);
margin-bottom: 4px;
} .bu-hp-live__updates {
display: flex;
align-items: center;
gap: 6px;
font-size: var(--f-sm2);
font-weight: 600;
color: var(--accent);
} .bu-hp-live__img img {
aspect-ratio: 16/5 !important;
} .bu-hp-hero__list-body .bu-hp-label {
display: none !important;
} .bu-hp-hero__lead-title,
.bu-hp-hero__list-title,
.bu-hp-live__title {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
} .bu-hp-live__updates,
.bu-hp-live .bu-hp-time {
display: none !important;
} .bu-top-item__title {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
} .bu-hp-catfull { width: 100%; }
.bu-hp-catfull__grid { width: 100%; } .bu-hp-stocks { display: grid; grid-template-columns: 1.2fr 1fr; gap: 0; }
.bu-hp-stocks__lead { padding-right: 28px; border-right: 1px solid var(--g2); }
.bu-hp-stocks__lead-img { display: block; overflow: hidden; margin-bottom: 12px; }
.bu-hp-stocks__lead-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.bu-hp-stocks__lead-title { font-size: var(--f-h3); font-weight: 800; line-height: 1.35; letter-spacing: -.3px; margin-bottom: 8px; }
.bu-hp-stocks__lead-title a { color: var(--black); }
.bu-hp-stocks__lead-title a:hover { color: var(--accent); }
.bu-hp-stocks__list { padding-left: 28px; display: flex; flex-direction: column; }
.bu-hp-stocks__item { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--g1); align-items: flex-start; }
.bu-hp-stocks__item:first-child { padding-top: 0; }
.bu-hp-stocks__item:last-child { border-bottom: none; }
.bu-hp-stocks__num { font-size: 22px; font-weight: 800; color: var(--g2); line-height: 1; flex-shrink: 0; width: 28px; }
.bu-hp-stocks__item-title { font-size: var(--f-sm2); font-weight: 700; line-height: 1.4; }
.bu-hp-stocks__item-title a { color: var(--black); }
.bu-hp-stocks__item-title a:hover { color: var(--accent); } .bu-hp-bizgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.bu-hp-bizgrid__item { }
.bu-hp-bizgrid__img { display: block; overflow: hidden; margin-bottom: 10px; }
.bu-hp-bizgrid__img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.bu-hp-bizgrid__title { font-size: var(--f-sm2); font-weight: 700; line-height: 1.4; margin-bottom: 5px; }
.bu-hp-bizgrid__title a { color: var(--black); }
.bu-hp-bizgrid__title a:hover { color: var(--accent); }
.bu-hp-bizgrid__item:first-child .bu-hp-bizgrid__title { font-size: var(--f-base); font-weight: 800; } .bu-hp-finance { }
.bu-hp-finance__top { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--g2); }
.bu-hp-finance__lead-img { display: block; overflow: hidden; margin-bottom: 10px; }
.bu-hp-finance__lead-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.bu-hp-finance__lead-title { font-size: var(--f-h3); font-weight: 800; line-height: 1.35; }
.bu-hp-finance__lead-title a { color: var(--black); }
.bu-hp-finance__lead-title a:hover { color: var(--accent); }
.bu-hp-finance__side { display: flex; flex-direction: column; gap: 12px; justify-content: center; }
.bu-hp-finance__side-item { display: flex; gap: 12px; align-items: flex-start; padding-bottom: 12px; border-bottom: 1px solid var(--g1); }
.bu-hp-finance__side-item:last-child { border-bottom: none; padding-bottom: 0; }
.bu-hp-finance__side-img { flex-shrink: 0; width: 80px; height: 56px; overflow: hidden; }
.bu-hp-finance__side-img img { width: 100%; height: 100%; object-fit: cover; }
.bu-hp-finance__side-title { font-size: var(--f-sm2); font-weight: 700; line-height: 1.4; }
.bu-hp-finance__side-title a { color: var(--black); }
.bu-hp-finance__side-title a:hover { color: var(--accent); }
.bu-hp-finance__bottom { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.bu-hp-finance__mini { display: flex; gap: 10px; }
.bu-hp-finance__mini-img { flex-shrink: 0; width: 72px; height: 52px; overflow: hidden; }
.bu-hp-finance__mini-img img { width: 100%; height: 100%; object-fit: cover; }
.bu-hp-finance__mini-title { font-size: var(--f-sm); font-weight: 700; line-height: 1.4; }
.bu-hp-finance__mini-title a { color: var(--black); }
.bu-hp-finance__mini-title a:hover { color: var(--accent); } .bu-hp-ent { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: auto auto; gap: 16px; }
.bu-hp-ent__lead { grid-row: 1 / 3; }
.bu-hp-ent__lead-img { display: block; overflow: hidden; margin-bottom: 10px; }
.bu-hp-ent__lead-img img { width: 100%; aspect-ratio: 3/4; object-fit: cover; }
.bu-hp-ent__lead-title { font-size: var(--f-h2); font-weight: 800; line-height: 1.3; }
.bu-hp-ent__lead-title a { color: var(--black); }
.bu-hp-ent__lead-title a:hover { color: var(--accent); }
.bu-hp-ent__card { }
.bu-hp-ent__card-img { display: block; overflow: hidden; margin-bottom: 8px; }
.bu-hp-ent__card-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.bu-hp-ent__card-title { font-size: var(--f-sm2); font-weight: 700; line-height: 1.4; }
.bu-hp-ent__card-title a { color: var(--black); }
.bu-hp-ent__card-title a:hover { color: var(--accent); } .bu-hp-tech { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 20px; }
.bu-hp-tech__lead { grid-row: 1/3; }
.bu-hp-tech__lead-img { display: block; overflow: hidden; margin-bottom: 10px; }
.bu-hp-tech__lead-img img { width: 100%; aspect-ratio: 3/4; object-fit: cover; }
.bu-hp-tech__lead-title { font-size: var(--f-h3); font-weight: 800; line-height: 1.35; }
.bu-hp-tech__lead-title a { color: var(--black); }
.bu-hp-tech__lead-title a:hover { color: var(--accent); }
.bu-hp-tech__card-img { display: block; overflow: hidden; margin-bottom: 8px; }
.bu-hp-tech__card-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.bu-hp-tech__card-title { font-size: var(--f-sm2); font-weight: 700; line-height: 1.4; }
.bu-hp-tech__card-title a { color: var(--black); }
.bu-hp-tech__card-title a:hover { color: var(--accent); } .bu-hp-life { display: grid; grid-template-columns: 1.5fr 1fr; gap: 24px; }
.bu-hp-life__lead { position: relative; }
.bu-hp-life__lead-img { display: block; overflow: hidden; }
.bu-hp-life__lead-img img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.bu-hp-life__lead-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px; background: linear-gradient(to top, rgba(0,0,0,.85) 0%, transparent 100%); }
.bu-hp-life__lead-overlay .bu-hp-label { color: #fff; border-color: rgba(255,255,255,.4); margin-bottom: 6px; display: block; }
.bu-hp-life__lead-title { font-size: var(--f-h3); font-weight: 800; line-height: 1.3; color: #fff; }
.bu-hp-life__lead-title a { color: #fff; }
.bu-hp-life__list { display: flex; flex-direction: column; gap: 0; }
.bu-hp-life__item { display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--g2); align-items: flex-start; }
.bu-hp-life__item:first-child { padding-top: 0; }
.bu-hp-life__item:last-child { border-bottom: none; }
.bu-hp-life__item-img { flex-shrink: 0; width: 90px; height: 64px; overflow: hidden; }
.bu-hp-life__item-img img { width: 100%; height: 100%; object-fit: cover; }
.bu-hp-life__item-title { font-size: var(--f-sm2); font-weight: 700; line-height: 1.4; }
.bu-hp-life__item-title a { color: var(--black); }
.bu-hp-life__item-title a:hover { color: var(--accent); } .bu-hp-stocks { display: grid; grid-template-columns: 1.4fr 1fr; gap: 0; }
.bu-hp-stocks__lead { padding-right: 28px; border-right: 1px solid var(--g2); }
.bu-hp-stocks__lead-img { display: block; overflow: hidden; margin-bottom: 12px; }
.bu-hp-stocks__lead-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.bu-hp-stocks__lead-title { font-size: var(--f-h3); font-weight: 800; line-height: 1.35; letter-spacing: -.3px; margin-bottom: 8px; }
.bu-hp-stocks__lead-title a { color: var(--black); }
.bu-hp-stocks__lead-title a:hover { color: var(--accent); }
.bu-hp-stocks__list { padding-left: 28px; display: flex; flex-direction: column; }
.bu-hp-stocks__item { display: flex; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--g1); align-items: flex-start; }
.bu-hp-stocks__item:first-child { padding-top: 0; }
.bu-hp-stocks__item:last-child { border-bottom: none; }
.bu-hp-stocks__num { font-size: 24px; font-weight: 800; color: var(--g2); line-height: 1; flex-shrink: 0; width: 32px; padding-top: 2px; }
.bu-hp-stocks__item-title { font-size: var(--f-sm2); font-weight: 700; line-height: 1.4; }
.bu-hp-stocks__item-title a { color: var(--black); }
.bu-hp-stocks__item-title a:hover { color: var(--accent); } .bu-hp-bizpaper { display: grid; grid-template-columns: 1.8fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr; gap: 0; }
.bu-hp-bizpaper__divider { background: var(--g2); margin: 0 20px; }
.bu-hp-bizpaper__lead { padding-right: 20px; }
.bu-hp-bizpaper__lead-img { display: block; overflow: hidden; margin-bottom: 10px; }
.bu-hp-bizpaper__lead-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.bu-hp-bizpaper__lead-title { font-size: var(--f-h3); font-weight: 800; line-height: 1.3; margin-bottom: 8px; }
.bu-hp-bizpaper__lead-title a { color: var(--black); }
.bu-hp-bizpaper__lead-title a:hover { color: var(--accent); }
.bu-hp-bizpaper__lead-excerpt { font-size: var(--f-sm2); color: var(--g4); line-height: 1.6; margin-bottom: 8px; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.bu-hp-bizcol { padding: 0 16px; }
.bu-hp-bizcol__img { display: block; overflow: hidden; margin-bottom: 8px; }
.bu-hp-bizcol__img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.bu-hp-bizcol__title { font-size: var(--f-sm2); font-weight: 700; line-height: 1.4; margin-bottom: 5px; }
.bu-hp-bizcol__title a { color: var(--black); }
.bu-hp-bizcol__title a:hover { color: var(--accent); } .bu-hp-finmag { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-template-rows: auto auto; gap: 20px; }
.bu-hp-finmag__hero { grid-column: 1 / 3; grid-row: 1 / 3; }
.bu-hp-finmag__hero-img { display: block; overflow: hidden; margin-bottom: 12px; }
.bu-hp-finmag__hero-img img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.bu-hp-finmag__hero-title { font-size: var(--f-h2); font-weight: 800; line-height: 1.3; letter-spacing: -.3px; }
.bu-hp-finmag__hero-title a { color: var(--black); }
.bu-hp-finmag__hero-title a:hover { color: var(--accent); }
.bu-hp-finmag__card { border-left: 1px solid var(--g2); padding-left: 20px; }
.bu-hp-finmag__card-img { display: block; overflow: hidden; margin-bottom: 8px; }
.bu-hp-finmag__card-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.bu-hp-finmag__card-title { font-size: var(--f-sm2); font-weight: 700; line-height: 1.4; }
.bu-hp-finmag__card-title a { color: var(--black); }
.bu-hp-finmag__card-title a:hover { color: var(--accent); } .bu-hp-sec--dark { background: #0f0f0f; border-bottom-color: #222; }
.bu-hp-sec--dark .bu-hp-sec__hdr { border-bottom-color: var(--accent); }
.bu-hp-sec--dark .bu-hp-sec__title { color: #fff; }
.bu-hp-sec--dark .bu-hp-sec__more { color: var(--accent); }
.bu-hp-entmosaic { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: auto auto; gap: 2px; }
.bu-hp-entmosaic__lead { grid-row: 1 / 3; position: relative; overflow: hidden; }
.bu-hp-entmosaic__lead-img { display: block; height: 100%; }
.bu-hp-entmosaic__lead-img img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; display: block; }
.bu-hp-entmosaic__lead-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 24px; background: linear-gradient(to top, rgba(0,0,0,.9) 0%, transparent 100%); }
.bu-hp-entmosaic__lead-title { font-size: var(--f-h2); font-weight: 800; line-height: 1.3; color: #fff; margin-bottom: 6px; }
.bu-hp-entmosaic__lead-title a { color: #fff; }
.bu-hp-entmosaic__lead-title a:hover { color: var(--accent); }
.bu-hp-entmosaic__card { position: relative; overflow: hidden; }
.bu-hp-entmosaic__card-img { display: block; }
.bu-hp-entmosaic__card-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.bu-hp-entmosaic__card-body { padding: 12px 0 0; }
.bu-hp-entmosaic__card-title { font-size: var(--f-sm2); font-weight: 700; line-height: 1.4; color: #ddd; }
.bu-hp-entmosaic__card-title a { color: #ddd; }
.bu-hp-entmosaic__card-title a:hover { color: var(--accent); }
.bu-hp-entmosaic .bu-hp-label { color: var(--accent) !important; }
.bu-hp-entmosaic .bu-hp-time { color: #666; } .bu-hp-techgrid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 24px; }
.bu-hp-techgrid__lead { grid-row: 1 / 3; }
.bu-hp-techgrid__lead-img { display: block; overflow: hidden; margin-bottom: 12px; }
.bu-hp-techgrid__lead-img img { width: 100%; aspect-ratio: 2/3; object-fit: cover; }
.bu-hp-techgrid__lead-title { font-size: var(--f-h3); font-weight: 800; line-height: 1.35; }
.bu-hp-techgrid__lead-title a { color: var(--black); }
.bu-hp-techgrid__lead-title a:hover { color: var(--accent); }
.bu-hp-techgrid__card { display: flex; gap: 12px; align-items: flex-start; padding-bottom: 16px; border-bottom: 1px solid var(--g1); }
.bu-hp-techgrid__card:last-child { border-bottom: none; padding-bottom: 0; }
.bu-hp-techgrid__card-img { flex-shrink: 0; width: 90px; height: 64px; overflow: hidden; }
.bu-hp-techgrid__card-img img { width: 100%; height: 100%; object-fit: cover; }
.bu-hp-techgrid__card-title { font-size: var(--f-sm2); font-weight: 700; line-height: 1.4; }
.bu-hp-techgrid__card-title a { color: var(--black); }
.bu-hp-techgrid__card-title a:hover { color: var(--accent); } .bu-hp-lifedark { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.bu-hp-lifedark__lead { position: relative; overflow: hidden; }
.bu-hp-lifedark__lead-img { display: block; }
.bu-hp-lifedark__lead-img img { width: 100%; aspect-ratio: 3/4; object-fit: cover; }
.bu-hp-lifedark__lead-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 28px; background: linear-gradient(to top, rgba(0,0,0,.92) 0%, transparent 100%); }
.bu-hp-lifedark__lead-title { font-size: var(--f-h2); font-weight: 800; line-height: 1.3; color: #fff; margin-bottom: 6px; }
.bu-hp-lifedark__lead-title a { color: #fff; }
.bu-hp-lifedark__lead-title a:hover { color: var(--accent); }
.bu-hp-lifedark__list { display: flex; flex-direction: column; justify-content: center; }
.bu-hp-lifedark__item { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid #222; align-items: flex-start; }
.bu-hp-lifedark__item:first-child { padding-top: 0; }
.bu-hp-lifedark__item:last-child { border-bottom: none; }
.bu-hp-lifedark__item-img { flex-shrink: 0; width: 100px; height: 68px; overflow: hidden; }
.bu-hp-lifedark__item-img img { width: 100%; height: 100%; object-fit: cover; }
.bu-hp-lifedark__item-title { font-size: var(--f-sm2); font-weight: 700; line-height: 1.4; color: #ddd; }
.bu-hp-lifedark__item-title a { color: #ddd; }
.bu-hp-lifedark__item-title a:hover { color: var(--accent); }
.bu-hp-sec--dark .bu-hp-lifedark .bu-hp-time { color: #555; } .bu-hp-worldrows { display: flex; flex-direction: column; gap: 0; }
.bu-hp-worldrow { display: grid; grid-template-columns: 120px 1fr; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--g2); align-items: flex-start; }
.bu-hp-worldrow:first-child { padding-top: 0; }
.bu-hp-worldrow:last-child { border-bottom: none; }
.bu-hp-worldrow__img { display: block; overflow: hidden; }
.bu-hp-worldrow__img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.bu-hp-worldrow__title { font-size: var(--f-base); font-weight: 700; line-height: 1.4; margin-bottom: 5px; }
.bu-hp-worldrow__title a { color: var(--black); }
.bu-hp-worldrow__title a:hover { color: var(--accent); }
.bu-hp-worldrow__excerpt { font-size: var(--f-sm2); color: var(--g4); line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.bu-hp-worldrow:first-child { grid-template-columns: 1fr; }
.bu-hp-worldrow:first-child .bu-hp-worldrow__img img { aspect-ratio: 16/9; }
.bu-hp-worldrow:first-child .bu-hp-worldrow__title { font-size: var(--f-h3); font-weight: 800; } .bu-hp-multicol3 { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 0; }
.bu-hp-multicol3__col { padding: 0 24px; border-right: 1px solid var(--g2); }
.bu-hp-multicol3__col:first-child { padding-left: 0; }
.bu-hp-multicol3__col:last-child { border-right: none; padding-right: 0; }
.bu-hp-multicol3__hdr { font-size: var(--f-xs); font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; color: var(--accent); padding-bottom: 10px; border-bottom: 2px solid var(--accent); margin-bottom: 14px; }
.bu-hp-multicol3__hdr a { color: inherit; }
.bu-hp-multicol3__lead-img { display: block; overflow: hidden; margin-bottom: 8px; }
.bu-hp-multicol3__lead-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.bu-hp-multicol3__lead-title { font-size: var(--f-base); font-weight: 800; line-height: 1.4; margin-bottom: 4px; }
.bu-hp-multicol3__lead-title a { color: var(--black); }
.bu-hp-multicol3__lead-title a:hover { color: var(--accent); }
.bu-hp-multicol3__item { display: flex; gap: 10px; padding: 10px 0; border-top: 1px solid var(--g1); align-items: flex-start; }
.bu-hp-multicol3__item-img { flex-shrink: 0; width: 64px; height: 46px; overflow: hidden; }
.bu-hp-multicol3__item-img img { width: 100%; height: 100%; object-fit: cover; }
.bu-hp-multicol3__item-title { font-size: var(--f-sm2); font-weight: 600; line-height: 1.4; }
.bu-hp-multicol3__item-title a { color: var(--black); }
.bu-hp-multicol3__item-title a:hover { color: var(--accent); } .bu-hp-biztabs { display: grid; grid-template-columns: 1fr 1.4fr; gap: 32px; }
.bu-hp-biztabs__lead-img { display: block; overflow: hidden; margin-bottom: 10px; }
.bu-hp-biztabs__lead-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.bu-hp-biztabs__lead-title { font-size: var(--f-h3); font-weight: 800; line-height: 1.35; margin-bottom: 8px; }
.bu-hp-biztabs__lead-title a { color: var(--black); }
.bu-hp-biztabs__lead-title a:hover { color: var(--accent); }
.bu-hp-biztabs__lead-excerpt { font-size: var(--f-sm2); color: var(--g4); line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.bu-hp-biztabs__tabs { display: flex; gap: 0; flex-wrap: wrap; border-bottom: 2px solid var(--g2); margin-bottom: 16px; }
.bu-hp-biztabs__tab { background: none; border: none; padding: 8px 14px; font-size: var(--f-sm2); font-weight: 700; color: var(--g4); cursor: pointer; font-family: var(--font); border-bottom: 2px solid transparent; margin-bottom: -2px; transition: all var(--tr); }
.bu-hp-biztabs__tab:hover { color: var(--black); }
.bu-hp-biztabs__tab.is-active { color: var(--accent); border-bottom-color: var(--accent); }
.bu-hp-biztabs__panel { display: none; }
.bu-hp-biztabs__panel.is-active { display: flex; flex-direction: column; gap: 0; }
.bu-hp-biztabs__item { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--g1); align-items: flex-start; }
.bu-hp-biztabs__item:last-child { border-bottom: none; }
.bu-hp-biztabs__item-img { flex-shrink: 0; width: 80px; height: 56px; overflow: hidden; }
.bu-hp-biztabs__item-img img { width: 100%; height: 100%; object-fit: cover; }
.bu-hp-biztabs__item-title { font-size: var(--f-sm2); font-weight: 700; line-height: 1.4; }
.bu-hp-biztabs__item-title a { color: var(--black); }
.bu-hp-biztabs__item-title a:hover { color: var(--accent); } .bu-hp-sm2col { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.bu-hp-sm2col__hero-img { display: block; overflow: hidden; margin-bottom: 10px; }
.bu-hp-sm2col__hero-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.bu-hp-sm2col__hero-title { font-size: var(--f-base); font-weight: 800; line-height: 1.4; margin-bottom: 5px; }
.bu-hp-sm2col__hero-title a { color: var(--black); }
.bu-hp-sm2col__hero-title a:hover { color: var(--accent); }
.bu-hp-sm2col__list { display: flex; flex-direction: column; } .bu-hp-sm2col__hero-title,
.bu-hp-multicol3__lead-title,
.bu-hp-multicol3__item-title {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
} .bu-hp-sm2col__hero-img img { aspect-ratio: 1/1 !important; } .bu-hp-multicol3__hdr {
font-size: var(--f-sm);
font-weight: 800;
letter-spacing: 1px;
text-transform: uppercase;
color: var(--black);
padding: 0 0 10px 10px;
border-left: 3px solid var(--accent);
border-bottom: 2px solid var(--black);
margin-bottom: 14px;
}
.bu-hp-multicol3__hdr a { color: inherit; }
.bu-hp-multicol3__hdr a:hover { color: var(--accent); } .bu-hp-sec__hdr {
display: flex;
align-items: flex-end;
justify-content: space-between;
margin-bottom: 20px;
border-bottom: 2px solid var(--g2);
padding-bottom: 0;
position: relative;
}
.bu-hp-sec__title {
font-size: var(--f-base);
font-weight: 800;
letter-spacing: .3px;
text-transform: uppercase;
padding-bottom: 10px;
position: relative;
margin-bottom: -2px;
border-bottom: 3px solid var(--accent);
}
.bu-hp-sec__more {
font-size: var(--f-sm);
font-weight: 600;
color: var(--g4);
padding-bottom: 10px;
letter-spacing: .5px;
}
.bu-hp-sec__more:hover { color: var(--accent); } .bu-hp-multicol3__hdr {
font-size: var(--f-base);
font-weight: 800;
letter-spacing: .3px;
text-transform: uppercase;
padding-bottom: 10px;
border-bottom: 3px solid var(--accent);
margin-bottom: 14px;
border-left: none;
color: var(--black);
}
.bu-hp-multicol3__hdr a { color: inherit; }
.bu-hp-multicol3__hdr a:hover { color: var(--accent); } .bu-hp-biztabs__tabs {
border-bottom: 2px solid var(--g2);
}
.bu-hp-biztabs__tab.is-active {
border-bottom: 3px solid var(--accent);
color: var(--black);
margin-bottom: -2px;
} .bu-hp-sec__hdr,
.bu-hp-sec__hdr * { border-left: none !important; padding-left: 0 !important; }
.bu-hp-sec__hdr {
display: flex !important;
align-items: flex-end !important;
justify-content: space-between !important;
border-left: none !important;
border-top: none !important;
border-right: none !important;
border-bottom: 2px solid var(--g2) !important;
padding-bottom: 0 !important;
margin-bottom: 20px !important;
background: none !important;
}
.bu-hp-sec__title {
font-size: var(--f-sm) !important;
font-weight: 800 !important;
text-transform: uppercase !important;
letter-spacing: .5px !important;
color: var(--black) !important;
padding: 0 0 10px 0 !important;
margin-bottom: -2px !important;
border-bottom: 3px solid var(--accent) !important;
border-left: none !important;
background: none !important;
}
.bu-hp-sec__more {
font-size: var(--f-sm) !important;
font-weight: 500 !important;
color: var(--g3) !important;
padding-bottom: 10px !important;
letter-spacing: 0 !important;
text-transform: none !important;
}
.bu-hp-sec__more:hover { color: var(--accent) !important; } .bu-hp-multicol3__hdr {
font-size: var(--f-sm) !important;
font-weight: 800 !important;
text-transform: uppercase !important;
letter-spacing: .5px !important;
color: var(--black) !important;
padding: 0 0 10px 0 !important;
border-left: none !important;
border-bottom: 3px solid var(--accent) !important;
margin-bottom: 14px !important;
background: none !important;
display: block !important;
} .bu-sidebar-widget__title,
.bu-hp-hero__sidebar .bu-sidebar-widget__title {
font-size: var(--f-sm) !important;
font-weight: 800 !important;
text-transform: uppercase !important;
letter-spacing: .5px !important;
color: var(--black) !important;
padding: 0 0 10px 0 !important;
margin-bottom: 14px !important;
border-left: none !important;
border-top: none !important;
border-right: none !important;
border-bottom: 3px solid var(--accent) !important;
background: none !important;
display: block !important;
width: 100% !important;
} .bu-hp-multicol3__col {
border-bottom: 2px solid var(--g2);
padding-bottom: 0;
}
.bu-hp-multicol3__hdr {
display: flex !important;
align-items: flex-end !important;
font-size: var(--f-sm) !important;
font-weight: 800 !important;
text-transform: uppercase !important;
letter-spacing: .5px !important;
color: var(--black) !important;
padding: 0 0 10px 0 !important;
border-left: none !important;
border-top: none !important;
border-right: none !important;
border-bottom: 3px solid var(--accent) !important;
margin-bottom: 14px !important;
width: 100% !important;
background: none !important;
}
.bu-hp-multicol3__hdr a { color: var(--black) !important; }
.bu-hp-multicol3__hdr a:hover { color: var(--accent) !important; } .bu-hp-sec__hdr,
.bu-sidebar-widget,
.bu-hp-multicol3__col {
border-bottom: 2px solid var(--g2) !important;
}
.bu-hp-sec__title,
.bu-sidebar-widget__title,
.bu-hp-multicol3__hdr {
display: inline-block !important;
font-size: var(--f-sm) !important;
font-weight: 800 !important;
text-transform: uppercase !important;
letter-spacing: .5px !important;
color: var(--black) !important;
padding: 0 0 10px 0 !important;
margin-bottom: 14px !important;
margin-top: 0 !important;
border: none !important;
border-bottom: 3px solid var(--accent) !important;
border-radius: 0 !important;
background: none !important;
width: auto !important;
position: relative !important;
top: 2px !important;
}
.bu-sidebar-widget__title a,
.bu-hp-multicol3__hdr a { color: var(--black) !important; }
.bu-sidebar-widget__title a:hover,
.bu-hp-multicol3__hdr a:hover { color: var(--accent) !important; } .bu-hp-sec--dark .bu-hp-sec__title { color: #fff !important; }
.bu-hp-sec--dark .bu-hp-sec__hdr { border-bottom-color: #333 !important; } .bu-hp-sec__title {
display: inline-block !important;
font-size: 12px !important;
font-weight: 800 !important;
text-transform: uppercase !important;
letter-spacing: .8px !important;
color: var(--black) !important;
padding: 0 0 10px 0 !important;
margin: 0 0 -2px 0 !important;
border: none !important;
border-bottom: 3px solid var(--accent) !important;
background: none !important;
width: auto !important;
}
.bu-hp-sec__title a { color: var(--black) !important; text-decoration: none !important; }
.bu-hp-sec__title a:hover { color: var(--accent) !important; }
.bu-hp-sec--dark .bu-hp-sec__title { color: #fff !important; } .bu-hp-sec__hdr,
.bu-sidebar-widget,
.bu-hp-multicol3__col {
border-bottom: 2px solid var(--g2) !important;
border-top: none !important; border-left: none !important; border-right: none !important;
padding-bottom: 0 !important;
margin-bottom: 20px !important;
}
.bu-hp-sec__hdr { display: flex !important; align-items: flex-end !important; justify-content: space-between !important; background: none !important; }
.bu-hp-sec--dark .bu-hp-sec__hdr { border-bottom-color: #333 !important; } .bu-hp-sec__title {
display: inline-block !important;
font-size: 12px !important;
font-weight: 800 !important;
text-transform: uppercase !important;
letter-spacing: .8px !important;
color: var(--black) !important;
padding: 0 0 10px 0 !important;
margin: 0 0 -2px 0 !important;
border: none !important;
border-bottom: 3px solid var(--accent) !important;
background: none !important;
width: auto !important;
}
.bu-hp-sec__title a { color: var(--black) !important; text-decoration: none !important; }
.bu-hp-sec__title a:hover { color: var(--accent) !important; }
.bu-hp-sec--dark .bu-hp-sec__title { color: #fff !important; }
.bu-hp-sec__hdr,
.bu-sidebar-widget,
.bu-hp-multicol3__col {
border-top: none !important;
border-left: none !important;
border-right: none !important;
border-bottom: 2px solid var(--g2) !important;
padding-bottom: 0 !important;
margin-bottom: 20px !important;
}
.bu-hp-sec__hdr {
display: flex !important;
align-items: flex-end !important;
justify-content: space-between !important;
background: none !important;
}
.bu-hp-sec--dark .bu-hp-sec__hdr { border-bottom-color: #333 !important; } .bu-hp-sec__title {
display: inline-block !important;
font-size: 12px !important;
font-weight: 800 !important;
text-transform: uppercase !important;
letter-spacing: .8px !important;
color: var(--black) !important;
padding: 0 0 10px 0 !important;
margin: 0 0 -2px 0 !important;
border: none !important;
border-bottom: 3px solid var(--accent) !important;
background: none !important;
width: auto !important;
}
.bu-hp-sec__title a { color: var(--black) !important; text-decoration: none !important; }
.bu-hp-sec__title a:hover { color: var(--accent) !important; }
.bu-hp-sec--dark .bu-hp-sec__title { color: #fff !important; }
.bu-hp-sec__hdr, .bu-sidebar-widget, .bu-hp-multicol3__col {
border-top: none !important; border-left: none !important; border-right: none !important;
border-bottom: 2px solid var(--g2) !important;
padding-bottom: 0 !important; margin-bottom: 20px !important;
}
.bu-hp-sec__hdr { display: flex !important; align-items: flex-end !important; justify-content: space-between !important; background: none !important; }
.bu-hp-sec--dark .bu-hp-sec__hdr { border-bottom-color: #333 !important; }
.bu-hp-hero__lead-excerpt { font-size: var(--f-sm2); color: var(--g4); line-height: 1.6; margin-bottom: 10px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.bu-hp-hero__lead-excerpt { font-size: var(--f-sm2); color: var(--g4); line-height: 1.6; margin-bottom: 10px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.bu-hp-hero__list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.bu-hp-hero__list-item { flex-direction: column; padding: 0; border-bottom: none; }
.bu-hp-hero__list-img { width: 100%; height: auto; }
.bu-hp-hero__list-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; } .bu-hp-hero__list { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 16px !important; flex-direction: unset !important; }
.bu-hp-hero__list-item { display: flex !important; flex-direction: column !important; gap: 8px !important; padding: 0 !important; border-bottom: none !important; }
.bu-hp-hero__list-img { width: 100% !important; height: auto !important; flex-shrink: unset !important; }
.bu-hp-hero__list-img img { width: 100% !important; aspect-ratio: 16/9 !important; object-fit: cover !important; height: auto !important; } .bu-hp-hero__inner { grid-template-columns: 1.8fr 1fr 1fr; gap: 28px; } .bu-hp-hero__lead-img img { aspect-ratio: 16/9; }
.bu-hp-hero__lead-title { font-size: var(--f-h2); font-weight: 800; line-height: 1.3; margin-bottom: 8px; }
.bu-hp-hero__lead-excerpt { font-size: var(--f-sm2); color: var(--g4); line-height: 1.6; margin-bottom: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }  .bu-hp-live__img { display: block; overflow: hidden; margin-bottom: 8px; }
.bu-hp-live__img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.bu-hp-live__title { font-size: var(--f-sm2); font-weight: 800; line-height: 1.4; margin-bottom: 0; }
.bu-hp-live { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--g1); }
.bu-top-item { display: flex; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--g1); }
.bu-top-item:last-child { border-bottom: none; }
.bu-top-item__num { font-size: 22px; font-weight: 800; color: var(--g2); line-height: 1; min-width: 28px; }
.bu-top-item__title { font-size: var(--f-sm2); font-weight: 700; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.bu-top-item__title a { color: var(--black); }
.bu-top-item__title a:hover { color: var(--accent); }
.bu-top-item__date { font-size: var(--f-sm); color: var(--g4); margin-top: 3px; } .bu-hp-hero__inner { grid-template-columns: 1.8fr 1fr 1fr !important; gap: 28px !important; }
.bu-hp-hero__lead-img img { aspect-ratio: 16/9; }
.bu-hp-hero__lead-title { font-size: var(--f-h2); font-weight: 800; line-height: 1.3; margin-bottom: 8px; }
.bu-hp-hero__lead-excerpt { font-size: var(--f-sm2); color: var(--g4); line-height: 1.6; margin-bottom: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.bu-hp-hero__list { display: flex !important; flex-direction: column !important; grid-template-columns: unset !important; gap: 0 !important; }
.bu-hp-hero__list-item { display: flex !important; flex-direction: row !important; gap: 10px !important; padding: 12px 0 !important; border-bottom: 1px solid var(--g1) !important; }
.bu-hp-hero__list-item:first-child { padding-top: 0 !important; }
.bu-hp-hero__list-item:last-child { border-bottom: none !important; }
.bu-hp-hero__list-img { flex-shrink: 0 !important; width: 90px !important; height: 64px !important; overflow: hidden; }
.bu-hp-hero__list-img img { width: 100% !important; height: 100% !important; aspect-ratio: unset !important; object-fit: cover; }
.bu-hp-hero__list-title { font-size: var(--f-sm2) !important; font-weight: 700 !important; line-height: 1.4 !important; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.bu-hp-live__img { display: block; overflow: hidden; margin-bottom: 8px; }
.bu-hp-live__img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.bu-hp-live__title { font-size: var(--f-sm2); font-weight: 800; line-height: 1.4; }
.bu-hp-live { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--g1); }
.bu-top-item { display: flex; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--g1); }
.bu-top-item:last-child { border-bottom: none; }
.bu-top-item__num { font-size: 22px; font-weight: 800; color: var(--g2); line-height: 1; min-width: 28px; }
.bu-top-item__title { font-size: var(--f-sm2); font-weight: 700; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.bu-top-item__title a { color: var(--black); }
.bu-top-item__title a:hover { color: var(--accent); }
.bu-top-item__date { font-size: var(--f-sm); color: var(--g4); margin-top: 3px; }
.bu-hp-hero__inner { grid-template-columns: 2fr 1fr 1fr !important; }
.bu-hp-hero__inner { grid-template-columns: 53fr 25fr 22fr !important; gap: 24px !important; }  .bu-hp-live {
background: #fff5f5;
border: 1px solid #f5c6c6;
border-radius: 4px;
}
.bu-hp-live__tag {
font-size: 11px;
font-weight: 800;
letter-spacing: 1px;
color: var(--accent);
margin-bottom: 10px;
display: flex;
align-items: center;
gap: 6px;
} .bu-hp-hero__lead-title { font-size: 28px !important; line-height: 1.3 !important; } .bu-hp-live {
background: #fff5f5;
border: 1px solid #f5c6c6;
border-radius: 4px;
padding: 14px !important;
margin-bottom: 20px !important;
}
.bu-hp-live__tag {
font-size: 11px;
font-weight: 800;
letter-spacing: 1px;
color: var(--accent);
margin-bottom: 10px;
display: flex;
align-items: center;
gap: 6px;
}
.bu-hp-hero__lead-title { display: -webkit-box !important; -webkit-line-clamp: 2 !important; -webkit-box-orient: vertical !important; overflow: hidden !important; }
.bu-top-item:last-child { border-bottom: none !important; }
.bu-top-item:last-child { border-bottom: none !important; }
.bu-sidebar-widget { border-bottom: none !important; }
h3.bu-hp-sec__title { font-size: 12px !important; font-weight: 800 !important; text-transform: uppercase !important; border-bottom: 3px solid var(--accent) !important; display: inline-block !important; margin-bottom: -2px !important; letter-spacing: .8px !important; } .bu-sidebar-widget { border-bottom: none !important; }
.bu-sidebar-widget > h2.bu-hp-sec__title,
.bu-sidebar-widget > h3.bu-hp-sec__title {
display: block !important;
border-bottom: none !important;
padding-bottom: 0 !important;
margin-bottom: 16px !important;
}
.bu-sidebar-widget > h2.bu-hp-sec__title::after,
.bu-sidebar-widget > h3.bu-hp-sec__title::after {
content: '';
display: block;
height: 2px;
background: var(--g2);
margin-top: 10px;
position: relative;
}
.bu-sidebar-widget > h2.bu-hp-sec__title span,
.bu-hp-sec__hdr { border-bottom: 2px solid var(--g2); margin-bottom: 16px; }
.bu-sidebar-widget .bu-hp-sec__hdr {
display: flex;
align-items: flex-end;
border-bottom: 2px solid var(--g2);
margin-bottom: 16px;
padding-bottom: 0;
}
.bu-sidebar-widget .bu-hp-sec__title {
display: inline-block !important;
font-size: 12px !important;
font-weight: 800 !important;
text-transform: uppercase !important;
letter-spacing: .8px !important;
border-bottom: 3px solid var(--accent) !important;
margin-bottom: -2px !important;
padding-bottom: 10px !important;
color: var(--black) !important;
}
.bu-hp-multicol3__col { border-bottom: none !important; }
.bu-hp-catfull { border-bottom: none !important; }
.bu-hp-multicol3 { border-bottom: none !important; }
.bu-hp-sec__inner { gap: 24px !important; }
.bu-hp-multicol3 { gap: 24px !important; }
.bu-hp-multicol3 { gap: 24px !important; }
.bu-hp-sec__inner--full { gap: 0 !important; }
.bu-hp-multicol3__col { padding: 0 !important; }
.bu-hp-multicol3__col--sm { padding: 0 !important; }
.bu-hp-multicol3 { gap: 24px !important; }
.bu-hp-hero__list-title { font-size: 14px !important; }
.bu-top-item__title { font-size: 14px !important; }
.bu-top-item__title { display: -webkit-box !important; -webkit-line-clamp: 3 !important; -webkit-box-orient: vertical !important; overflow: hidden !important; }
.bu-hp-live__title { display: -webkit-box !important; -webkit-line-clamp: 2 !important; -webkit-box-orient: vertical !important; overflow: hidden !important; }
.bu-hp-multicol3__item-title { font-size: 14px !important; }
.bu-hp-multicol3__lead-title { font-size: 14px !important; }
.bu-hp-sm2col__hero-title { font-size: 14px !important; }
.bu-hp-sm2col__hero-title { font-size: 18px !important; font-weight: 800 !important; line-height: 1.3 !important; margin-bottom: 6px !important; }
.bu-hp-sm2col__hero-img img { aspect-ratio: 16/9 !important; object-fit: cover !important; }
.bu-hp-sm2col__hero-excerpt { font-size: 13px !important; color: var(--g4) !important; line-height: 1.5 !important; display: -webkit-box !important; -webkit-line-clamp: 2 !important; -webkit-box-orient: vertical !important; overflow: hidden !important; margin-bottom: 6px !important; } .bu-hp-biz3 { display: grid; grid-template-columns: 1fr 2fr; gap: 24px; }
.bu-hp-biz3__hero-col { min-width: 0; }
.bu-hp-biz3__hero-img { display: block; overflow: hidden; margin-bottom: 12px; }
.bu-hp-biz3__hero-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.bu-hp-biz3__hero-title { font-size: 20px; font-weight: 800; line-height: 1.3; margin-bottom: 8px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.bu-hp-biz3__hero-title a { color: var(--black); }
.bu-hp-biz3__hero-title a:hover { color: var(--accent); }
.bu-hp-biz3__hero-excerpt { font-size: 13px; color: var(--g4); line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 8px; } .bu-hp-biz3__right { min-width: 0; }
.bu-hp-biz3__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
.bu-hp-biz3__item { display: flex; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--g1); align-items: flex-start; }
.bu-hp-biz3__item:last-child { border-bottom: none; }
.bu-hp-biz3__item-img { flex-shrink: 0; width: 80px; height: 56px; overflow: hidden; display: block; }
.bu-hp-biz3__item-img img { width: 100%; height: 100%; object-fit: cover; }
.bu-hp-biz3__item-body { flex: 1; min-width: 0; }
.bu-hp-biz3__item-title { font-size: 13px; font-weight: 700; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 4px; }
.bu-hp-biz3__item-title a { color: var(--black); }
.bu-hp-biz3__item-title a:hover { color: var(--accent); }
.bu-hp-biz3__subcats { display: flex; gap: 6px; align-items: center; margin-left: 16px; flex-wrap: wrap; padding-bottom: 10px; }
.bu-hp-biz3__subcat { font-size: 11px; font-weight: 600; color: var(--g4); text-decoration: none; white-space: nowrap; }
.bu-hp-biz3__subcat:hover { color: var(--accent); }
.bu-hp-sec__hdr { justify-content: flex-start; align-items: flex-end; }
.bu-hp-biz3__hero-title { font-size: 20px !important; -webkit-line-clamp: 3 !important; }
.bu-hp-biz3__item-title { font-size: 14px !important; -webkit-line-clamp: 2 !important; }
.bu-hp-cathalf__title { font-size: 14px !important; font-weight: 700 !important; display: -webkit-box !important; -webkit-line-clamp: 2 !important; -webkit-box-orient: vertical !important; overflow: hidden !important; }
.bu-hp-cathalf__list-title { font-size: 14px !important; font-weight: 700 !important; display: -webkit-box !important; -webkit-line-clamp: 2 !important; -webkit-box-orient: vertical !important; overflow: hidden !important; }
.bu-hp-cathalf__list-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; } .bu-hp-fin6 { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; margin-bottom: 24px; }
.bu-hp-fin6__img { display: block; overflow: hidden; margin-bottom: 8px; }
.bu-hp-fin6__img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.bu-hp-fin6__title { font-size: 13px; font-weight: 700; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 4px; }
.bu-hp-fin6__title a { color: var(--black); }
.bu-hp-fin6__title a:hover { color: var(--accent); } .bu-hp-fin8 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
.bu-hp-fin8__item { display: flex; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--g1); align-items: flex-start; }
.bu-hp-fin8__item:last-child { border-bottom: none; }
.bu-hp-fin8__img { flex-shrink: 0; width: 80px; height: 56px; overflow: hidden; display: block; }
.bu-hp-fin8__img img { width: 100%; height: 100%; object-fit: cover; }
.bu-hp-fin8__title { font-size: 14px; font-weight: 700; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 4px; }
.bu-hp-fin8__title a { color: var(--black); }
.bu-hp-fin8__title a:hover { color: var(--accent); }
.bu-hp-fin8__item:nth-last-child(-n+2) { border-bottom: none; }
.bu-hp-fin8 { display: grid; grid-template-columns: repeat(4, 1fr) !important; gap: 0 24px; }
.bu-hp-fin8__item:nth-last-child(-n+2) { border-bottom: 1px solid var(--g1) !important; }
.bu-hp-fin8__item:nth-last-child(-n+4) { border-bottom: none !important; }
.bu-hp-biz3__subcats { gap: 4px 2px !important; margin-left: 20px !important; }
.bu-hp-biz3__subcat { font-size: 12px !important; padding: 2px 8px !important; border: 1px solid var(--g2) !important; border-radius: 3px !important; color: var(--g5) !important; background: var(--g1) !important; }
.bu-hp-biz3__subcat:hover { background: var(--accent) !important; color: #fff !important; border-color: var(--accent) !important; }
.bu-hp-multicol3__lead-title { font-size: 17px !important; font-weight: 800 !important; line-height: 1.3 !important; } .bu-hp-ent__top { display: grid; grid-template-columns: 1fr 2fr; gap: 24px; margin-bottom: 24px; }
.bu-hp-ent__hero-img { display: block; overflow: hidden; margin-bottom: 10px; }
.bu-hp-ent__hero-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.bu-hp-ent__hero-title { font-size: 20px; font-weight: 800; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 6px; }
.bu-hp-ent__hero-title a { color: var(--black); }
.bu-hp-ent__hero-title a:hover { color: var(--accent); }
.bu-hp-ent__thumbs { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.bu-hp-ent__thumb-img { display: block; overflow: hidden; margin-bottom: 8px; }
.bu-hp-ent__thumb-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.bu-hp-ent__thumb-title { font-size: 14px; font-weight: 700; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 4px; }
.bu-hp-ent__thumb-title a { color: var(--black); }
.bu-hp-ent__thumb-title a:hover { color: var(--accent); }
.bu-hp-ent__list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0 24px; }
.bu-hp-ent__item { display: flex; flex-direction: column; gap: 8px; padding: 12px 0; border-bottom: 1px solid var(--g1); }
.bu-hp-ent__item:nth-last-child(-n+4) { border-bottom: none; }
.bu-hp-ent__item-img { display: block; overflow: hidden; }
.bu-hp-ent__item-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.bu-hp-ent__item-title { font-size: 14px; font-weight: 700; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.bu-hp-ent__item-title a { color: var(--black); }
.bu-hp-ent__item-title a:hover { color: var(--accent); }
.bu-hp-ent { display: grid; grid-template-columns: 1fr 2fr; gap: 24px; align-items: start; }
.bu-hp-ent__hero-img { display: block; overflow: hidden; margin-bottom: 10px; }
.bu-hp-ent__hero-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.bu-hp-ent__hero-title { font-size: 20px !important; font-weight: 800; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 6px; }
.bu-hp-ent__hero-title a { color: var(--black); }
.bu-hp-ent__hero-title a:hover { color: var(--accent); }
.bu-hp-ent__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px 20px; }
.bu-hp-ent__card-img { display: block; overflow: hidden; margin-bottom: 8px; }
.bu-hp-ent__card-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.bu-hp-ent__card-title { font-size: 14px; font-weight: 700; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 4px; }
.bu-hp-ent__card-title a { color: var(--black); }
.bu-hp-ent__card-title a:hover { color: var(--accent); }
.bu-hp-ent__hero-excerpt { font-size: 13px; color: var(--g4); line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 8px; }
.bu-hp-multicol3__item-img { width: 100px !important; height: 70px !important; flex-shrink: 0 !important; }
.bu-hp-multicol3__item-img img { width: 100% !important; height: 100% !important; object-fit: cover !important; aspect-ratio: unset !important; }
.bu-hp-multicol3__item-title { -webkit-line-clamp: 3 !important; }
.bu-hp-multicol3__lead-title { -webkit-line-clamp: 3 !important; display: -webkit-box !important; -webkit-box-orient: vertical !important; overflow: hidden !important; }
.bu-hp-sm2col__hero-title { -webkit-line-clamp: 3 !important; display: -webkit-box !important; -webkit-box-orient: vertical !important; overflow: hidden !important; }
.bu-hp-fin6 { grid-template-columns: repeat(4, 1fr) !important; }
.bu-hp-fin8__img { width: 100px !important; height: 70px !important; }
.bu-hp-fin8__img img { width: 100% !important; height: 100% !important; object-fit: cover !important; aspect-ratio: unset !important; }
.bu-hp-fin6__title { font-size: 14px !important; -webkit-line-clamp: 3 !important; display: -webkit-box !important; -webkit-box-orient: vertical !important; overflow: hidden !important; }
.bu-hp-fin8__title { -webkit-line-clamp: 3 !important; display: -webkit-box !important; -webkit-box-orient: vertical !important; overflow: hidden !important; } .bu-hp-tech__row1 { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 4px; margin-bottom: 4px; }
.bu-hp-tech__hero { position: relative; overflow: hidden; }
.bu-hp-tech__hero-img { display: block; }
.bu-hp-tech__hero-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.bu-hp-tech__hero-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px 16px 14px; background: linear-gradient(to top, rgba(0,0,0,.85) 0%, transparent 100%); }
.bu-hp-tech__hero-title { font-size: 18px; font-weight: 800; color: #fff; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 4px; }
.bu-hp-tech__hero-title a { color: #fff; }
.bu-hp-tech__card { position: relative; overflow: hidden; }
.bu-hp-tech__card-img { display: block; }
.bu-hp-tech__card-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.bu-hp-tech__card-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 16px 12px 10px; background: linear-gradient(to top, rgba(0,0,0,.85) 0%, transparent 100%); }
.bu-hp-tech__card-title { font-size: 14px; font-weight: 700; color: #fff; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 4px; }
.bu-hp-tech__card-title a { color: #fff; } .bu-hp-tech__row2 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; }
.bu-hp-tech__thumb { position: relative; overflow: hidden; }
.bu-hp-tech__thumb-img { display: block; }
.bu-hp-tech__thumb-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.bu-hp-tech__thumb-title { font-size: 13px; font-weight: 700; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-top: 8px; }
.bu-hp-tech__thumb-title a { color: var(--black); }
.bu-hp-tech__thumb-title a:hover { color: var(--accent); }
.bu-hp-time { font-size: var(--f-sm); color: var(--g4); }
.bu-hp-tech__hero-title { font-size: 22px !important; }
.bu-hp-tech__card-title { font-size: 15px !important; }
.bu-hp-tech__thumb-title { font-size: 14px !important; }
.bu-hp-tech__row1 { align-items: stretch !important; }
.bu-hp-tech__hero { position: relative !important; }
.bu-hp-tech__hero-img { position: relative !important; padding-top: 56.25% !important; display: block !important; overflow: hidden !important; }
.bu-hp-tech__hero-img img { position: absolute !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; object-fit: cover !important; aspect-ratio: unset !important; }
.bu-hp-tech__card { position: relative !important; }
.bu-hp-tech__card-img { position: relative !important; padding-top: 56.25% !important; display: block !important; overflow: hidden !important; }
.bu-hp-tech__card-img img { position: absolute !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; object-fit: cover !important; aspect-ratio: unset !important; }
.bu-hp-tech__row1 { grid-template-rows: 1fr; }
.bu-hp-tech__card { display: flex; flex-direction: column; }
.bu-hp-tech__card-img { flex: 1; padding-top: 0 !important; height: 100% !important; }
.bu-hp-tech__card-img img { position: relative !important; height: 100% !important; min-height: 160px; }
.bu-hp-tech__row1 { gap: 8px !important; }
.bu-hp-tech__row2 { gap: 8px !important; margin-top: 8px !important; }
.bu-hp-tech__row1 { gap: 8px !important; }
.bu-hp-tech__row2 { gap: 8px !important; margin-top: 8px !important; }
.bu-hp-tech__hero-overlay { background: linear-gradient(to top, rgba(0,0,0,.9) 0%, rgba(0,0,0,.4) 50%, transparent 100%) !important; }
.bu-hp-tech__card-overlay { background: linear-gradient(to top, rgba(0,0,0,.9) 0%, rgba(0,0,0,.4) 50%, transparent 100%) !important; }
.bu-hp-tech__hero-overlay { background: linear-gradient(to top, rgba(0,0,0,.9) 0%, rgba(0,0,0,.4) 50%, transparent 100%) !important; }
.bu-hp-tech__card-overlay { background: linear-gradient(to top, rgba(0,0,0,.9) 0%, rgba(0,0,0,.4) 50%, transparent 100%) !important; }
.bu-hp-tech__hero-overlay { background: linear-gradient(to top, rgba(0,0,0,.9) 0%, rgba(0,0,0,.4) 50%, transparent 100%) !important; }
.bu-hp-tech__card-overlay { background: linear-gradient(to top, rgba(0,0,0,.9) 0%, rgba(0,0,0,.4) 50%, transparent 100%) !important; }
.bu-hp-tech__hero-overlay { position: absolute !important; bottom: 0 !important; left: 0 !important; right: 0 !important; z-index: 2 !important; padding: 40px 16px 14px !important; background: linear-gradient(to top, rgba(0,0,0,.9) 0%, rgba(0,0,0,.4) 60%, transparent 100%) !important; }
.bu-hp-tech__card-overlay { position: absolute !important; bottom: 0 !important; left: 0 !important; right: 0 !important; z-index: 2 !important; padding: 30px 12px 10px !important; background: linear-gradient(to top, rgba(0,0,0,.9) 0%, rgba(0,0,0,.4) 60%, transparent 100%) !important; }
.bu-hp-tech__hero-img img { z-index: 1 !important; }
.bu-hp-tech__card-img img { z-index: 1 !important; }
.bu-hp-tech__card { display: flex !important; flex-direction: column !important; }
.bu-hp-tech__card-img { flex: 1 !important; padding-top: 0 !important; min-height: 0 !important; }
.bu-hp-tech__card-img img { position: relative !important; width: 100% !important; height: 100% !important; min-height: 200px !important; object-fit: cover !important; display: block !important; }
.bu-hp-tech__card-overlay { position: relative !important; z-index: auto !important; }
.bu-hp-tech__hero-overlay { background: linear-gradient(to top, rgba(0,0,0,.95) 0%, rgba(0,0,0,.6) 50%, rgba(0,0,0,.1) 100%) !important; }
.bu-hp-tech__card-overlay { background: linear-gradient(to top, rgba(0,0,0,.95) 0%, rgba(0,0,0,.6) 50%, rgba(0,0,0,.1) 100%) !important; }
.bu-hp-cathalf-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.bu-hp-latest { display: none !important; }
.bu-hp-tech__row1 { grid-template-rows: 1fr !important; }
.bu-hp-tech__card { height: 100% !important; }
.bu-hp-tech__card-img { height: calc(100% - 80px) !important; padding-top: 0 !important; }
.bu-hp-tech__card-img img { position: relative !important; width: 100% !important; height: 100% !important; min-height: 180px !important; object-fit: cover !important; aspect-ratio: unset !important; }
.bu-hp-tech__card { height: 100% !important; }
.bu-hp-tech__card-wrap { position: relative !important; width: 100% !important; height: 100% !important; overflow: hidden !important; }
.bu-hp-tech__card-img { display: block !important; width: 100% !important; height: 100% !important; padding-top: 0 !important; position: static !important; }
.bu-hp-tech__card-img img { width: 100% !important; height: 100% !important; object-fit: cover !important; aspect-ratio: unset !important; position: absolute !important; top: 0 !important; left: 0 !important; }
.bu-hp-tech__card-overlay { position: absolute !important; bottom: 0 !important; left: 0 !important; right: 0 !important; z-index: 2 !important; }
.bu-sbar { display: none !important; } @media (max-width: 768px) {
.bu-hp-hero__inner { grid-template-columns: 1fr !important; gap: 0 !important; }
.bu-hp-hero__lead { margin-bottom: 16px; }
.bu-hp-hero__lead-title { font-size: 22px !important; }
.bu-hp-hero__list { display: flex !important; flex-direction: column !important; gap: 0 !important; }
.bu-hp-hero__list-item { flex-direction: row !important; gap: 10px !important; padding: 10px 0 !important; border-bottom: 1px solid var(--g1) !important; }
.bu-hp-hero__list-img { width: 80px !important; height: 56px !important; flex-shrink: 0 !important; }
.bu-hp-hero__sidebar { border-top: 2px solid var(--g2); padding-top: 16px; }
.bu-hp-sec__inner { flex-direction: column !important; gap: 16px !important; }
.bu-hp-sec__sidebar { display: none !important; }
.bu-hp-latest__grid { display: flex !important; flex-direction: column !important; gap: 16px !important; }
.bu-hp-stocks { grid-template-columns: 1fr !important; }
.bu-hp-stocks__lead { padding-right: 0 !important; border-right: none !important; border-bottom: 1px solid var(--g2); padding-bottom: 16px; margin-bottom: 16px; }
.bu-hp-stocks__list { padding-left: 0 !important; }
.bu-hp-sm2col { grid-template-columns: 1fr !important; }
.bu-hp-bizgrid { grid-template-columns: 1fr 1fr !important; gap: 14px !important; }
.bu-hp-bizpaper { grid-template-columns: 1fr !important; }
.bu-hp-bizpaper__divider { display: none; }
.bu-hp-bizcol { padding: 0 !important; border-bottom: 1px solid var(--g1); padding-bottom: 12px !important; margin-bottom: 12px; }
.bu-hp-biz3 { grid-template-columns: 1fr !important; }
.bu-hp-biz3__grid { grid-template-columns: 1fr !important; }
.bu-hp-biztabs { grid-template-columns: 1fr !important; }
.bu-hp-finance__top { grid-template-columns: 1fr !important; }
.bu-hp-finance__bottom { grid-template-columns: 1fr 1fr !important; }
.bu-hp-finmag { grid-template-columns: 1fr !important; }
.bu-hp-finmag__hero { grid-column: 1 !important; grid-row: auto !important; }
.bu-hp-finmag__card { border-left: none !important; padding-left: 0 !important; border-top: 1px solid var(--g2); padding-top: 16px; }
.bu-hp-fin6 { grid-template-columns: 1fr 1fr !important; gap: 14px !important; }
.bu-hp-fin8 { grid-template-columns: 1fr !important; }
.bu-hp-multicol3 { grid-template-columns: 1fr !important; gap: 0 !important; }
.bu-hp-multicol3__col { padding: 0 !important; border-right: none !important; border-bottom: 1px solid var(--g2); padding-bottom: 16px !important; margin-bottom: 20px; }
.bu-hp-multicol3__col:last-child { border-bottom: none; margin-bottom: 0; }
.bu-hp-ent { grid-template-columns: 1fr !important; }
.bu-hp-ent__top { grid-template-columns: 1fr !important; }
.bu-hp-ent__thumbs { grid-template-columns: 1fr 1fr !important; }
.bu-hp-ent__grid { grid-template-columns: 1fr 1fr !important; gap: 14px !important; }
.bu-hp-ent__list { grid-template-columns: 1fr 1fr !important; gap: 0 12px !important; }
.bu-hp-entmosaic { grid-template-columns: 1fr !important; }
.bu-hp-entmosaic__lead { grid-row: auto !important; }
.bu-hp-tech__row1 { grid-template-columns: 1fr !important; }
.bu-hp-tech__row2 { grid-template-columns: 1fr 1fr !important; }
.bu-hp-techgrid { grid-template-columns: 1fr !important; }
.bu-hp-techgrid__lead { grid-row: auto !important; }
.bu-hp-life { grid-template-columns: 1fr !important; }
.bu-hp-lifedark { grid-template-columns: 1fr !important; }
.bu-hp-cathalf-wrap { grid-template-columns: 1fr !important; }
.bu-hp-cathalf__list-grid { grid-template-columns: 1fr !important; }
.bu-hp-worldrow { grid-template-columns: 90px 1fr !important; }
}
@media (max-width: 480px) {
.bu-hp-bizgrid { grid-template-columns: 1fr !important; }
.bu-hp-finance__bottom { grid-template-columns: 1fr !important; }
.bu-hp-fin6 { grid-template-columns: 1fr 1fr !important; }
.bu-hp-ent__grid { grid-template-columns: 1fr !important; }
.bu-hp-ent__list { grid-template-columns: 1fr !important; }
.bu-hp-tech__row2 { grid-template-columns: 1fr 1fr !important; }
.bu-hp-hero__lead-title { font-size: 20px !important; }
} @media (max-width: 768px) {
.bu-hp-biz3__subcats { flex-wrap: nowrap !important; overflow-x: auto !important; scrollbar-width: none !important; -webkit-overflow-scrolling: touch; padding-bottom: 4px !important; }
.bu-hp-biz3__subcats::-webkit-scrollbar { display: none; }
.bu-hp-biz3__subcat { flex-shrink: 0 !important; }
} @media (max-width: 900px) { .bu-hp-sec__inner { grid-template-columns: 1fr !important; }
.bu-hp-sec__sidebar { display: none !important; }
.bu-hp-sec { padding: 20px 0; }
}
@media (max-width: 768px) { .bu-hp-hero { padding: 16px 0; }
.bu-hp-hero__inner { padding: 0 16px; } .bu-hp-sec__inner { padding: 0 16px !important; }
.bu-hp-sec__inner--full { padding: 0 16px !important; } .bu-hp-latest__grid { grid-template-columns: 1fr !important; gap: 16px !important; }
.bu-hp-latest__lead { padding-right: 0 !important; border-right: none !important; border-bottom: 1px solid var(--g2); padding-bottom: 16px; }
.bu-hp-latest__card { padding: 0 !important; border-right: none !important; border-bottom: 1px solid var(--g1); padding-bottom: 12px; } .bu-hp-trending__grid { grid-template-columns: 1fr 1fr !important; } .bu-hp-latest__lead-title { font-size: 18px !important; }
}
@media (max-width: 480px) { .bu-hp-trending__grid { grid-template-columns: 1fr !important; }
.bu-hp-latest__lead-title { font-size: 16px !important; }
}