.bl-root{ --brand:rgb(31,135,164); --brand-lt:rgb(80,180,210); --brand-dk:rgb(20,95,118); --brand-dim:rgba(31,135,164,0.09); --accent:#5fd1cc; --ink:#0a1520; --ink-2:#080f18; --text:#1a2636; --sub:#4a6070; --muted:#8aa0b0; --bl-light:#8aa0b0; --bg:#f4f8fb; --bg-2:#eaf2f7; --white:#fff; --edge:rgba(31,135,164,0.12); --edge-dk:rgba(10,21,32,0.08); --gold:#d97706; --green:#059669; --ease:cubic-bezier(0.25,0.46,0.45,0.94); --r:12px; --r-lg:18px; --shadow-sm:0 2px 12px rgba(10,21,32,0.06); --shadow-md:0 8px 32px rgba(10,21,32,0.1); --shadow-lg:0 24px 60px rgba(10,21,32,0.14); background:var(--bg); color:var(--text); font-family:var(--ff-body); -webkit-font-smoothing:antialiased; overflow-x:hidden; } .bl-root a{ text-decoration:none; color:inherit; } .bl-root svg{ stroke-width:2; } .bl-progress{ position:fixed; top:0; left:0; height:3px; width:0; background:linear-gradient(90deg,var(--brand),var(--brand-lt)); z-index:9999; transition:width .1s linear; } .bl-search-bar{ max-height:0; overflow:hidden; background:var(--ink-2); transition:max-height .35s var(--ease); } .bl-search-bar.open{ max-height:120px; } .bl-search-inner{ max-width:1240px; margin:0 auto; padding:22px 40px; display:flex; gap:12px; } .bl-search-input{ flex:1; background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.12); border-radius:11px; padding:14px 18px; font-family:var(--ff-body); font-size:15px; color:#fff; outline:none; transition:border-color .25s, background .25s; } .bl-search-input::placeholder{ color:rgba(255,255,255,0.4); } .bl-search-input:focus{ border-color:var(--brand); background:rgba(31,135,164,0.1); } .bl-search-btn{ background:var(--brand); color:#fff; border:none; padding:0 30px; border-radius:11px; font-family:var(--ff-head); font-size:14px; font-weight:700; cursor:pointer; transition:background .25s; } .bl-search-btn:hover{ background:var(--brand-lt); } .bl-masthead{ background:var(--ink-2); position:relative; overflow:hidden; padding:70px 40px 0; } .bl-masthead::before{ content:""; position:absolute; inset:0; background-image:linear-gradient(rgba(31,135,164,0.06) 1px,transparent 1px),linear-gradient(90deg,rgba(31,135,164,0.06) 1px,transparent 1px); background-size:60px 60px; pointer-events:none; } .bl-masthead::after{ content:""; position:absolute; width:600px; height:600px; border-radius:50%; background:radial-gradient(circle,rgba(31,135,164,0.18) 0%,transparent 65%); top:-260px; right:-140px; pointer-events:none; } .bl-masthead-inner{ max-width:1240px; margin:0 auto; position:relative; z-index:2; } .bl-masthead-top{ display:flex; justify-content:space-between; align-items:flex-end; gap:30px; flex-wrap:wrap; padding-bottom:40px; } .bl-eyebrow{ font-family:var(--ff-head); font-size:12px; font-weight:700; letter-spacing:0.16em; text-transform:uppercase; color:var(--brand-lt); margin-bottom:14px; } .bl-title{ font-family:var(--ff-head); font-size:clamp(42px,5vw,68px); font-weight:800; color:#fff; letter-spacing:-0.03em; line-height:1.0; } .bl-title em{ font-style:normal; color:var(--brand-lt); } .bl-masthead-meta{ display:flex; gap:18px; flex-wrap:wrap; justify-content:flex-end; } .bl-masthead-meta span{ display:inline-flex; align-items:center; gap:7px; font-size:13px; font-weight:500; color:rgba(255,255,255,0.55); } .bl-masthead-meta svg{ width:15px; height:15px; stroke:var(--brand-lt); fill:none; } .bl-search-toggle{ display:inline-flex; align-items:center; gap:8px; background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.14); color:rgba(255,255,255,0.8); padding:10px 20px; border-radius:50px; font-family:var(--ff-head); font-size:13px; font-weight:700; cursor:pointer; transition:border-color .25s, background .25s; } .bl-search-toggle svg{ width:15px; height:15px; stroke:currentColor; fill:none; } .bl-search-toggle:hover{ border-color:var(--brand); background:rgba(31,135,164,0.12); } .bl-cat-tabs{ display:flex; gap:6px; overflow-x:auto; padding-bottom:2px; scrollbar-width:none; } .bl-cat-tabs::-webkit-scrollbar{ display:none; } .bl-cat-tab{ flex-shrink:0; background:none; border:none; padding:16px 4px; margin-right:20px; font-family:var(--ff-head); font-size:14.5px; font-weight:700; color:rgba(255,255,255,0.5); cursor:pointer; position:relative; transition:color .25s; white-space:nowrap; } .bl-cat-tab::after{ content:""; position:absolute; bottom:0; left:0; right:0; height:3px; background:var(--brand-lt); border-radius:3px 3px 0 0; transform:scaleX(0); transition:transform .25s var(--ease); } .bl-cat-tab:hover{ color:rgba(255,255,255,0.85); } .bl-cat-tab.active{ color:#fff; } .bl-cat-tab.active::after{ transform:scaleX(1); } .bl-layout{ max-width:1240px; margin:0 auto; padding:56px 40px 90px; display:grid; grid-template-columns:1fr 340px; gap:52px; align-items:start; }.bl-sect-label{ font-family:var(--ff-head); font-size:13px; font-weight:800; letter-spacing:0.08em; text-transform:uppercase; color:var(--brand); margin-bottom:22px; display:flex; align-items:center; gap:10px; }.bl-sect-label::after{ content:""; flex:1; height:1px; background:var(--edge-dk); }.bl-featured{ margin-bottom:48px; }.bl-featured-card{ display:grid; grid-template-columns:1.1fr 1fr; background:var(--white); border:1px solid var(--edge-dk); border-radius:var(--r-lg); overflow:hidden; transition:transform .35s, box-shadow .35s, border-color .35s; }.bl-featured-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow-lg); border-color:rgba(31,135,164,0.2); }.bl-featured-img{ position:relative; overflow:hidden; min-height:340px; }.bl-featured-img img{ width:100%; height:100%; object-fit:cover; display:block; transition:transform .5s var(--ease); }.bl-featured-card:hover .bl-featured-img img{ transform:scale(1.04); }.bl-img-placeholder, .bl-card-placeholder{ width:100%; height:100%; min-height:200px; background:linear-gradient(135deg,var(--ink),var(--brand-dk)); display:flex; align-items:center; justify-content:center; font-family:var(--ff-head); font-size:44px; font-weight:800; color:rgba(255,255,255,0.25); letter-spacing:0.05em; }.bl-featured-overlay{ position:absolute; inset:0; background:linear-gradient(to top, rgba(8,15,24,0.15), transparent 40%); }.bl-featured-body{ padding:40px; display:flex; flex-direction:column; justify-content:center; }.bl-cat-chip{ display:inline-flex; align-self:flex-start; align-items:center; font-family:var(--ff-head); font-size:11px; font-weight:700; letter-spacing:0.06em; text-transform:uppercase; color:var(--brand); background:var(--brand-dim); border:1px solid rgba(31,135,164,0.2); padding:5px 12px; border-radius:50px; margin-bottom:16px; }.bl-featured-title{ font-family:var(--ff-head); font-size:clamp(26px,2.6vw,36px); font-weight:800; color:var(--ink); letter-spacing:-0.02em; line-height:1.12; margin-bottom:16px; }.bl-post-meta{ display:flex; align-items:center; gap:9px; flex-wrap:wrap; font-size:13px; color:var(--muted); font-weight:500; margin-bottom:18px; }.bl-post-meta span{ display:inline-flex; align-items:center; gap:6px; }.bl-post-meta svg{ width:14px; height:14px; stroke:var(--muted); fill:none; }.bl-featured-excerpt{ font-size:15.5px; color:var(--sub); font-weight:400; line-height:1.65; margin-bottom:22px; }.bl-read-more{ display:inline-flex; align-items:center; gap:8px; font-family:var(--ff-head); font-size:14px; font-weight:700; color:var(--brand); transition:gap .25s; }.bl-read-more svg{ width:16px; height:16px; stroke:var(--brand); fill:none; } .bl-featured-card:hover .bl-read-more{ gap:12px; } .bl-ad{ position:relative; background:var(--bg-2); border:1px solid var(--edge-dk); border-radius:var(--r-lg); padding:24px 26px; margin:36px 0; } .bl-ad-label{ position:absolute; top:10px; right:14px; font-family:var(--ff-head); font-size:9.5px; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; color:var(--muted); } .bl-ad-body{ font-size:15px; color:var(--sub); font-weight:400; line-height:1.6; } .bl-ad-body strong{ display:block; font-family:var(--ff-head); font-size:17px; font-weight:800; color:var(--ink); margin-bottom:4px; letter-spacing:-0.01em; } .bl-ad-body a{ display:inline-block; margin-top:8px; font-family:var(--ff-head); font-size:14px; font-weight:700; color:var(--brand); } .bl-ad-body a:hover{ color:var(--brand-dk); } .bl-grid{ display:grid; grid-template-columns:1fr 1fr; gap:24px; } .bl-card{ background:var(--white); border:1px solid var(--edge-dk); border-radius:var(--r-lg); overflow:hidden; display:flex; flex-direction:column; transition:transform .35s, box-shadow .35s, border-color .35s; } .bl-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow-lg); border-color:rgba(31,135,164,0.2); } .bl-card.wide{ grid-column:span 2; flex-direction:row; } .bl-card.wide .bl-card-img{ width:44%; flex-shrink:0; height:auto; } .bl-card.wide .bl-card-body{ padding:30px 32px; } .bl-card-img{ position:relative; overflow:hidden; height:200px; } .bl-card-img img{ width:100%; height:100%; object-fit:cover; display:block; transition:transform .5s var(--ease); }.bl-card:hover .bl-card-img img{ transform:scale(1.05); }.bl-card-body{ padding:22px 22px 20px; flex:1; display:flex; flex-direction:column; }.bl-card-title{ font-family:var(--ff-head); font-size:18px; font-weight:800; color:var(--ink); letter-spacing:-0.01em; line-height:1.3; margin:0 0 10px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; transition:color .2s; }.bl-card.wide .bl-card-title{ font-size:24px; }.bl-card:hover .bl-card-title{ color:var(--brand-dk); }.bl-card-excerpt{ font-size:14px; color:var(--sub); font-weight:400; line-height:1.6; flex:1; margin-bottom:16px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }.bl-card-footer{ display:flex; align-items:center; justify-content:space-between; gap:10px; font-size:12.5px; color:var(--muted); font-weight:500; padding-top:14px; border-top:1px solid rgba(0,0,0,0.06); }.bl-card-footer span{ display:inline-flex; align-items:center; gap:6px; }.bl-card-footer svg{ width:13px; height:13px; stroke:var(--muted); fill:none; }.bl-list{ display:flex; flex-direction:column; gap:2px; background:var(--edge-dk); border-radius:var(--r-lg); overflow:hidden; }.bl-list-item{ display:flex; gap:18px; background:var(--white); padding:18px 20px; transition:background .25s; }.bl-list-item:hover{ background:var(--bg); }.bl-list-thumb{ width:96px; height:72px; border-radius:10px; overflow:hidden; flex-shrink:0; }.bl-list-thumb img{ width:100%; height:100%; object-fit:cover; display:block; }.bl-list-title{ font-family:var(--ff-head); font-size:16px; font-weight:800; color:var(--ink); letter-spacing:-0.01em; line-height:1.3; margin:8px 0 6px; transition:color .2s; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }.bl-list-item:hover .bl-list-title{ color:var(--brand-dk); }.bl-list-meta{ font-size:12.5px; color:var(--muted); font-weight:500; }.bl-empty{ text-align:center; padding:70px 30px; }.bl-empty svg{ width:60px; height:60px; stroke:var(--muted); stroke-width:1; fill:none; margin:0 auto 18px; display:block; }.bl-empty h3{ font-family:var(--ff-head); font-size:22px; font-weight:800; color:var(--sub); margin-bottom:10px; }.bl-empty p{ font-size:15px; color:var(--muted); font-weight:400; }.bl-empty a{ display:inline-block; margin-top:18px; background:var(--brand); color:#fff; padding:12px 26px; border-radius:10px; font-family:var(--ff-head); font-size:14px; font-weight:700; } .bl-empty a:hover{ background:var(--brand-lt); } .bl-pagination{ display:flex; align-items:center; justify-content:center; gap:6px; flex-wrap:wrap; margin-top:48px; } .bl-pg-btn{ display:flex; align-items:center; justify-content:center; min-width:42px; height:42px; padding:0 12px; border-radius:10px; border:1px solid var(--edge-dk); background:var(--white); color:var(--sub); font-family:var(--ff-head); font-size:14px; font-weight:700; transition:border-color .25s, background .25s, color .25s; } .bl-pg-btn:hover{ border-color:var(--brand); background:var(--brand-dim); color:var(--brand); } .bl-pg-btn.active{ background:var(--brand); border-color:var(--brand); color:#fff; } .bl-pg-btn.disabled{ opacity:0.4; pointer-events:none; } .bl-pg-info{ font-size:13px; color:var(--muted); font-weight:500; padding:0 10px; } .bl-sidebar-sticky{ position:sticky; top:24px; } .bl-sidebar{ display:flex; flex-direction:column; gap:22px; } .bl-widget{ background:var(--white); border:1px solid var(--edge-dk); border-radius:var(--r-lg); overflow:hidden; } .bl-widget-header{ font-family:var(--ff-head); font-size:12.5px; font-weight:800; letter-spacing:0.08em; text-transform:uppercase; color:var(--ink); padding:18px 22px; border-bottom:1px solid var(--edge-dk); display:flex; align-items:center; gap:8px; } .bl-widget-header svg{ width:16px; height:16px; fill:none; } .bl-widget-body{ padding:22px; } .bl-nl-widget{ background:var(--ink); border-color:rgba(31,135,164,0.3); } .bl-nl-widget .bl-widget-header{ color:#fff; border-bottom-color:rgba(255,255,255,0.08); } .bl-nl-heading{ font-family:var(--ff-head); font-size:22px; font-weight:800; color:#fff; letter-spacing:-0.01em; line-height:1.2; margin-bottom:10px; } .bl-nl-heading span{ color:var(--brand-lt); } .bl-nl-desc{ font-size:13.5px; color:rgba(255,255,255,0.55); font-weight:400; line-height:1.6; margin-bottom:18px; } .bl-nl-input{ width:100%; background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.12); border-radius:10px; padding:13px 15px; font-family:var(--ff-body); font-size:14.5px; color:#fff; outline:none; margin-bottom:10px; transition:border-color .25s, background .25s; } .bl-nl-input::placeholder{ color:rgba(255,255,255,0.4); } .bl-nl-input:focus{ border-color:var(--brand); background:rgba(31,135,164,0.1); }.bl-nl-btn{ width:100%; background:var(--brand); color:#fff; border:none; padding:14px; border-radius:10px; font-family:var(--ff-head); font-size:14.5px; font-weight:700; cursor:pointer; transition:background .25s, transform .2s; }.bl-nl-btn:hover{ background:var(--brand-lt); transform:translateY(-1px); }.bl-nl-btn:disabled{ opacity:0.7; cursor:not-allowed; transform:none; }.bl-nl-note{ font-size:11.5px; color:rgba(255,255,255,0.4); font-weight:400; text-align:center; margin-top:12px; }.bl-trending-list{ display:flex; flex-direction:column; gap:4px; }.bl-trending-item{ display:flex; gap:14px; align-items:flex-start; padding:12px 8px; border-radius:10px; transition:background .25s; }.bl-trending-item:hover{ background:var(--bg); }.bl-trending-num{ font-family:var(--ff-head); font-size:22px; font-weight:800; color:var(--brand-lt); line-height:1; flex-shrink:0; width:28px; }.bl-trending-title{ font-family:var(--ff-head); font-size:14px; font-weight:700; color:var(--ink); line-height:1.35; margin-bottom:5px; transition:color .2s; }.bl-trending-item:hover .bl-trending-title{ color:var(--brand-dk); }.bl-trending-meta{ font-size:12px; color:var(--muted); font-weight:500; }.bl-sidebar-cta{ position:relative; background:var(--bg-2); border:1px solid var(--edge-dk); border-radius:var(--r-lg); padding:24px 22px; } .bl-sidebar-cta-label{ position:absolute; top:10px; right:14px; font-family:var(--ff-head); font-size:9.5px; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; color:var(--muted); } .bl-sidebar-cta h4{ font-family:var(--ff-head); font-size:18px; font-weight:800; color:var(--ink); letter-spacing:-0.01em; margin-bottom:8px; } .bl-sidebar-cta p{ font-size:13.5px; color:var(--sub); font-weight:400; line-height:1.55; margin-bottom:14px; } .bl-sidebar-cta a{ display:inline-block; background:var(--brand); color:#fff; padding:11px 20px; border-radius:9px; font-family:var(--ff-head); font-size:13.5px; font-weight:700; transition:background .25s; } .bl-sidebar-cta a:hover{ background:var(--brand-dk); } .bl-topics{ display:flex; flex-wrap:wrap; gap:8px; } .bl-topic{ font-family:var(--ff-head); font-size:12.5px; font-weight:600; color:var(--sub); background:var(--bg); border:1px solid var(--edge-dk); padding:7px 13px; border-radius:50px; cursor:pointer; transition:all .2s; } .bl-topic:hover{ border-color:var(--brand); color:var(--brand); } .bl-topic.active{ background:var(--brand); border-color:var(--brand); color:#fff; } .bl-author{ text-align:center; } .bl-author-avatar{ width:72px; height:72px; border-radius:50%; overflow:hidden; margin:0 auto 14px; background:linear-gradient(135deg,var(--brand),var(--brand-lt)); display:flex; align-items:center; justify-content:center; font-family:var(--ff-head); font-size:22px; font-weight:800; color:#fff; border:3px solid var(--brand-dim); } .bl-author-avatar img{ width:100%; height:100%; object-fit:cover; } .bl-author-name{ font-family:var(--ff-head); font-size:18px; font-weight:800; color:var(--ink); margin-bottom:3px; } .bl-author-role{ font-size:12.5px; color:var(--brand); font-weight:600; margin-bottom:12px; } .bl-author-bio{ font-size:13px; color:var(--sub); font-weight:400; line-height:1.6; margin-bottom:16px; } .bl-author-links{ display:flex; justify-content:center; gap:8px; } .bl-author-links a{ width:36px; height:36px; border-radius:50%; border:1px solid var(--edge-dk); background:var(--bg); display:flex; align-items:center; justify-content:center; transition:all .25s; } .bl-author-links svg{ width:16px; height:16px; fill:var(--sub); transition:fill .25s; } .bl-author-links a:hover{ border-color:var(--brand); background:var(--brand-dim); } .bl-author-links a:hover svg{ fill:var(--brand); } @media (prefers-reduced-motion: reduce){ .bl-root *{ transition:none !important; } } @media (max-width:980px){ .bl-layout{ grid-template-columns:1fr; gap:40px; } .bl-sidebar-sticky{ position:static; } .bl-sidebar{ display:grid; grid-template-columns:1fr 1fr; gap:22px; } .bl-nl-widget{ grid-column:span 2; } } @media (max-width:800px){ .bl-featured-card{ grid-template-columns:1fr; } .bl-featured-img{ min-height:220px; } .bl-card.wide{ grid-column:span 2; flex-direction:column; } .bl-card.wide .bl-card-img{ width:100%; height:200px; } } @media (max-width:680px){ .bl-masthead{ padding:54px 22px 0; } .bl-search-inner{ padding:18px 22px; } .bl-masthead-top{ flex-direction:column; align-items:flex-start; } .bl-masthead-meta{ justify-content:flex-start; } .bl-layout{ padding:40px 22px 70px; } .bl-grid{ grid-template-columns:1fr; } .bl-card.wide{ grid-column:span 1; } .bl-sidebar{ grid-template-columns:1fr; } .bl-nl-widget{ grid-column:span 1; } .bl-featured-body{ padding:28px 24px; }}