/* assets/css/style.css */
:root{--bg:#f4f7fb;--surface:#fff;--surface-2:#eef4ff;--text:#0f172a;--muted:#64748b;--primary:#0b5cff;--primary-dark:#083ea8;--border:#dbe5f1;--shadow:0 18px 40px rgba(15,23,42,.08);--radius:24px;--radius-sm:16px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}body.dark{--bg:#081120;--surface:#0f172a;--surface-2:#122038;--text:#e2e8f0;--muted:#94a3b8;--primary:#60a5fa;--primary-dark:#3b82f6;--border:#243244;--shadow:0 20px 50px rgba(0,0,0,.26)}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button,input,textarea{font:inherit}.container{width:min(1200px,calc(100% - 32px));margin:auto}.topbar{background:#0f172a;color:#e2e8f0;font-size:13px}.topbar-wrap{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:9px 0}.social-mini{display:flex;gap:12px}.social-mini a{color:#cbd5e1}.header{background:rgba(255,255,255,.9);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:30}.dark .header{background:rgba(8,17,32,.85)}.brand-row{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:10px 0}.brand-block{display:flex;align-items:center;gap:12px;min-width:0}.site-logo{width:54px;height:54px;object-fit:contain;border-radius:14px;flex-shrink:0;box-shadow:var(--shadow)}.brand-copy{display:grid;gap:2px;min-width:0}.brand-block strong{font-size:24px;line-height:1.05;font-weight:800}.brand-block small,.brand-kicker{color:var(--muted)}.brand-block small{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:360px}.brand-kicker{font-size:11px;letter-spacing:.14em}.header-banner{min-width:260px;max-width:44%}.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:9px 0}.navbar{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.navbar a{font-weight:600;color:var(--muted);padding:7px 11px;border-radius:999px}.navbar a:hover,.navbar a.active-link{background:var(--surface-2);color:var(--primary)}.nav-actions{display:flex;align-items:center;gap:10px}.header-search,.search-widget-form,.contact-form,.comment-form{display:flex;gap:10px;flex-wrap:wrap}.header-search{position:relative;align-items:center}.header-search input,.search-widget-form input,.newsletter input,.contact-form input,.contact-form textarea,.comment-form input,.comment-form textarea{width:100%;padding:14px 16px;border:1px solid var(--border);border-radius:16px;background:var(--surface);color:var(--text)}.header-search input{width:250px;padding-left:42px}.header-search .search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:16px;color:var(--muted);pointer-events:none}.search-widget-form button,.newsletter button,.btn-primary,.contact-form button,.comment-form button,.small-btn.primary{background:var(--primary);color:#fff;border:none;padding:13px 18px;border-radius:14px;font-weight:700;cursor:pointer;box-shadow:var(--shadow)}.search-widget-form button:hover,.newsletter button:hover,.btn-primary:hover,.contact-form button:hover,.comment-form button:hover{background:var(--primary-dark)}.btn-secondary,.small-btn.secondary,.share-btn{background:var(--surface);border:1px solid var(--border);color:var(--text);padding:13px 18px;border-radius:14px;font-weight:700}.icon-btn{width:42px;height:42px;border-radius:14px;border:1px solid var(--border);background:var(--surface);cursor:pointer}.mobile-only{display:none}.main-content{padding-bottom:60px}.ticker-section{padding:18px 0 0}.ticker-wrap{display:flex;gap:14px;align-items:center;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:20px;padding:14px 18px;overflow:hidden}.ticker-wrap>span{background:#ef4444;color:#fff;padding:7px 12px;border-radius:999px;font-weight:700;font-size:13px}.ticker-track{display:flex;gap:28px;white-space:nowrap;overflow:auto;scrollbar-width:none}.hero-section{padding:26px 0 10px}.hero-layout,.category-hero-grid,.static-grid,.content-grid{display:grid;gap:24px}.hero-layout{grid-template-columns:minmax(0,1.65fr) minmax(300px,.95fr)}.hero-main-card,.widget,.post-card,.category-card,.mini-hero-card,.post-body-card,.comment-card,.static-content,.category-hero-copy,.category-hero-feature{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:var(--radius);overflow:hidden}.hero-main-card{display:grid;grid-template-columns:1.2fr 1fr;min-height:430px}.hero-image img,.post-card-image img,.category-hero-feature img,.post-hero-media img{width:100%;height:100%;object-fit:cover}.hero-content,.category-hero-copy,.static-content{padding:28px}.hero-meta-row,.post-meta,.post-card-top,.post-hero-meta,.section-head,.comment-head,.hero-actions,.share-row,.post-nav-links{display:flex;justify-content:space-between;gap:12px;align-items:center;flex-wrap:wrap}.hero-content h1,.post-main-article h1{font-size:clamp(30px,4vw,50px);line-height:1.08;margin:0}.hero-content p,.post-intro,.static-content p{color:var(--muted)}.hero-sidebar-cards{display:grid;gap:16px}.mini-hero-card{display:grid;grid-template-columns:120px 1fr;align-items:center}.mini-hero-card img{height:100%;min-height:108px;object-fit:cover}.mini-hero-card div{padding:16px}.mini-hero-card span,.section-label,.badge{display:inline-flex;align-items:center;gap:8px;background:var(--surface-2);color:var(--primary);padding:8px 13px;border-radius:999px;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.05em}.mini-hero-card h3{margin:8px 0 0;font-size:16px}.home-section{padding:22px 0}.category-grid,.post-grid,.split-post-grid{display:grid;gap:18px}.category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.category-card{padding:22px}.category-card.premium{min-height:190px}.category-icon{font-size:34px;margin-bottom:12px}.category-card h3{margin:0 0 8px}.category-card p{margin:0;color:var(--muted)}.content-grid.upgraded-grid{grid-template-columns:minmax(0,1fr) 330px;align-items:start}.main-column{min-width:0}.section-head{margin-bottom:18px}.section-head h2{margin:6px 0 0;font-size:32px}.section-head-spaced{margin-top:34px}.view-all-link{font-weight:700;color:var(--primary)}.post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.post-grid.three-col{grid-template-columns:repeat(3,minmax(0,1fr))}.split-post-grid{grid-template-columns:1.25fr 1fr 1fr 1fr}.post-card{display:flex;flex-direction:column}.post-card.compact .post-card-image img{height:180px}.post-card-image img{height:220px;object-fit:cover}.post-content{padding:18px}.post-content h3{margin:10px 0 8px;font-size:22px;line-height:1.28}.post-content p{margin:0 0 14px;color:var(--muted)}.read-btn{font-weight:700;color:var(--primary)}.sticky-sidebar{position:sticky;top:110px}.widget{padding:20px}.widget h3{margin:0 0 14px;font-size:22px}.sidebar-post{display:grid;grid-template-columns:88px 1fr;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid var(--border)}.sidebar-post:last-child{border-bottom:none;padding-bottom:0}.sidebar-post img{width:88px;height:72px;object-fit:cover;border-radius:14px}.sidebar-post h4{margin:0 0 4px;font-size:15px;line-height:1.35}.sidebar-post small{color:var(--muted)}.category-list-links{display:flex;flex-wrap:wrap;gap:10px}.category-list-links a{padding:10px 14px;border-radius:999px;background:var(--surface-2);color:var(--primary);font-weight:700}.footer{background:#0f172a;color:#dbe5f1;padding-top:54px}.footer-grid{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:24px}.footer h3,.footer h4{margin-top:0;color:#fff}.footer ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}.footer a{color:#cbd5e1}.footer-social{display:flex;gap:12px;flex-wrap:wrap}.footer-social img{width:38px;height:38px;object-fit:contain;background:transparent;padding:0;border-radius:0}.footer-bottom{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:18px 0;margin-top:32px;border-top:1px solid rgba(255,255,255,.12)}.frontend-alert{padding:14px 16px;border-radius:16px;margin-bottom:18px;font-weight:600}.frontend-alert.success{background:#dcfce7;color:#166534}.frontend-alert.error{background:#fee2e2;color:#991b1b}.ad-box{border:1px dashed var(--border);border-radius:20px;padding:18px;min-height:110px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--surface),var(--surface-2));color:var(--muted);text-align:center}.ad-box>*{max-width:100%}.breadcrumb{padding:18px 0 0;color:var(--muted)}.breadcrumb .container{display:flex;gap:8px;flex-wrap:wrap}.category-hero-grid,.post-hero-grid,.static-grid{grid-template-columns:1.15fr 1fr}.category-hero-feature{display:block;position:relative;min-height:340px}.category-hero-feature div{position:absolute;left:20px;right:20px;bottom:20px;background:rgba(15,23,42,.7);color:#fff;padding:18px;border-radius:18px}.static-page{padding:24px 0}.static-content h1{margin:10px 0 18px;font-size:40px}.static-content.full-width{max-width:900px;margin:auto}.contact-form textarea{resize:vertical;min-height:170px}.post-hero{padding:26px 0 10px}.post-hero-grid{grid-template-columns:1.1fr .9fr;align-items:center}.post-main-article,.post-hero-media{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:26px;overflow:hidden}.post-hero-media{padding:0;min-height:410px}.post-body-card{padding:26px}.post-content-block p{font-size:18px;line-height:1.85;margin:0 0 18px}.toc-widget ul{margin:0;padding-left:18px;display:grid;gap:10px}.toc-widget a{color:var(--primary);font-weight:600}.post-nav-links a{flex:1;min-width:240px;background:var(--surface);border:1px solid var(--border);padding:16px 18px;border-radius:18px;box-shadow:var(--shadow);font-weight:700}.comments-wrap .comment-tree{display:grid;gap:18px;margin-top:20px}.comment-card{padding:18px}.comment-replies{margin-left:24px;margin-top:16px;display:grid;gap:16px}.comment-actions{display:flex;gap:10px;flex-wrap:wrap}.vote-btn{border:1px solid var(--border);background:var(--surface-2);border-radius:999px;padding:8px 12px;cursor:pointer}.hidden{display:none}.reading-progress{position:sticky;top:0;z-index:40;height:4px;background:transparent}.reading-progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,#2563eb,#06b6d4)}.pagination-wrap{margin-top:26px}.pagination{display:flex;gap:10px;flex-wrap:wrap}.small-btn{display:inline-flex;align-items:center;justify-content:center;min-width:44px}.comment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%}@media (max-width:1100px){.hero-layout,.content-grid.upgraded-grid,.post-hero-grid,.category-hero-grid,.static-grid,.hero-main-card{grid-template-columns:1fr}.post-grid.three-col,.category-grid,.split-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sticky-sidebar{position:static}.header-banner{max-width:100%}}@media (max-width:760px){.container{width:min(100% - 24px,1200px)}.mobile-only{display:inline-flex}.nav-wrap{align-items:flex-start}.navbar{display:none;position:absolute;left:12px;right:12px;top:102px;background:var(--surface);padding:16px;border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow)}.navbar.active{display:grid}.header-search{display:none}.brand-row{grid-template-columns:1fr;display:grid}.brand-block small{max-width:none;white-space:normal}.site-logo{width:48px;height:48px}.post-grid,.post-grid.three-col,.category-grid,.split-post-grid,.comment-grid{grid-template-columns:1fr}.mini-hero-card{grid-template-columns:100px 1fr}.footer-grid,.footer-bottom,.topbar-wrap,.hero-main-card{grid-template-columns:1fr;display:grid}.hero-content h1,.post-main-article h1,.static-content h1{font-size:30px}.post-content h3{font-size:20px}.comment-replies{margin-left:12px}}.compact-topbar{padding:6px 0}.compact-header{border-bottom:1px solid var(--border)}.compact-nav-wrap{padding:10px 0;gap:18px}.compact-brand{gap:10px;min-width:220px}.compact-brand .site-logo{width:44px;height:44px;border-radius:12px;box-shadow:none}.compact-brand .brand-copy{gap:1px}.compact-brand strong{font-size:22px;line-height:1.02;text-transform:none}.compact-brand small{font-size:12px;color:var(--muted);white-space:nowrap}.compact-search input{width:220px;height:42px;padding:10px 14px 10px 40px;border-radius:999px}.navbar{justify-content:center;flex:1;min-width:0}.navbar a{padding:8px 12px;font-size:15px}.nav-actions{gap:8px;position:relative}.notification-badge{position:absolute;top:-5px;right:-5px;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#ef4444;color:#fff;display:grid;place-items:center;font-size:11px;font-weight:800}.notification-menu{position:absolute;right:0;top:calc(100%+10px);width:min(360px,92vw);background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);padding:12px;z-index:60}.notification-menu-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 4px 12px;border-bottom:1px solid var(--border);margin-bottom:8px}.notification-menu-head span{font-size:12px;color:var(--muted)}.notification-list{display:grid;gap:10px;max-height:420px;overflow:auto}.notification-item-top{display:flex;justify-content:space-between;align-items:center;gap:10px}.notification-item p{margin:6px 0;color:var(--muted);font-size:14px;line-height:1.5}.notification-dot{width:9px;height:9px;border-radius:999px;background:#3b82f6;display:inline-block;flex-shrink:0}.notification-empty{padding:18px 10px;text-align:center;color:var(--muted)}.brand-row{display:none}.header-search input::placeholder{color:var(--muted)}@media (max-width:1100px){.compact-nav-wrap{flex-wrap:wrap}.navbar{order:3;flex-basis:100%;justify-content:flex-start}}@media (max-width:760px){.compact-nav-wrap{padding:10px 0}.compact-brand{min-width:0}.compact-brand strong{font-size:20px}.compact-brand small{font-size:11px}.compact-search{display:none}.navbar{top:74px}.nav-actions{margin-left:auto}.topbar{display:none}}.compact-nav-wrap{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(180px,240px) auto;align-items:center;gap:12px;padding:8px 0}.compact-brand .site-logo{width:38px;height:38px;border-radius:10px}.compact-brand strong{font-size:18px;font-weight:800;letter-spacing:.01em}.compact-brand small{font-size:10px;line-height:1.2}.single-row-nav{display:flex;gap:6px;align-items:center;justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;padding-bottom:2px}.single-row-nav::-webkit-scrollbar{display:none}.single-row-nav a{white-space:nowrap;font-size:14px;padding:7px 10px}.header-ad-box{min-width:180px;max-width:240px}.header-ad-box .ad-box{min-height:42px;padding:8px 10px;border-radius:14px;font-size:12px}.nav-actions{justify-self:end}.search-toggle-wrap{position:relative}.search-toggle-wrap .icon-btn{font-size:15px}.compact-search{position:absolute;right:0;top:calc(100%+10px);width:min(320px,82vw);z-index:70}.compact-search input{width:100%;height:44px}.notification-menu{top:calc(100%+8px)}.hero-section{padding-top:20px}.topbar-wrap p{margin:0}.content-grid.upgraded-grid{grid-template-columns:minmax(0,1fr) 320px}.sidebar{display:grid;gap:18px}.footer-grid{align-items:start}.footer-bottom p{margin:0}.footer-brand h3{margin-bottom:8px}@media (max-width:1100px){.compact-nav-wrap{grid-template-columns:auto 1fr auto}.header-ad-box-bottom{display:block}.content-grid.upgraded-grid{grid-template-columns:1fr}.sidebar{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}}@media (max-width:760px){.header{position:sticky}.compact-nav-wrap{grid-template-columns:auto 1fr auto;gap:10px}.single-row-nav{grid-column:1/-1;order:3;padding-top:4px;padding-bottom:4px}.single-row-nav a{font-size:13px;padding:6px 9px}.nav-actions{gap:6px}.compact-brand .site-logo{width:34px;height:34px}.compact-brand strong{font-size:16px}.compact-brand small{font-size:9px}.icon-btn{width:38px;height:38px;border-radius:12px}.search-toggle-wrap .compact-search{position:fixed;left:12px;right:12px;top:70px;width:auto}.sidebar{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:18px}.footer-grid>*{min-width:0}.footer-bottom{display:grid;gap:10px;white-space:normal}}.menu-toggle{display:none}.header-ad-box .ad-box{display:flex;align-items:center;justify-content:center;min-height:56px;padding:8px 12px;border-radius:16px}.section-ad-break .ad-box{min-height:110px;margin:8px 0 6px}.live-search-box{position:absolute;left:0;right:0;top:calc(100%+8px);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:16px;overflow:hidden;z-index:90;display:none}.live-search-item,.live-search-empty{display:block;padding:12px 14px;border-bottom:1px solid var(--border)}.live-search-item:last-child,.live-search-empty:last-child{border-bottom:none}.live-search-item:hover{background:var(--surface-2);color:var(--primary)}.search-widget-form{position:relative}.search-widget-form input{padding-right:16px}.search-widget-form button{margin:0}.compact-nav-wrap{grid-template-columns:auto minmax(0,1fr) minmax(220px,320px) auto}.header-ad-box{min-width:220px;max-width:320px;width:100%}.compact-brand{min-width:170px}.compact-brand strong{font-size:16px}.compact-brand small{font-size:9px}.single-row-nav{justify-content:center}.single-row-nav a{font-size:13px;padding:7px 9px}.compact-search{width:min(340px,86vw)}.footer-grid-stacked-mobile{grid-template-columns:1.2fr .9fr .9fr}.footer-bottom-responsive{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}@media (max-width:1100px){.compact-nav-wrap{grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"brand actions menu" "nav nav nav"}.compact-brand{grid-area:brand}.nav-actions{grid-area:actions}.menu-toggle{grid-area:menu}.single-row-nav{grid-area:nav;justify-content:flex-start}.header-ad-box-bottom{display:block}.footer-grid-stacked-mobile{grid-template-columns:1fr 1fr 1fr}.sidebar{grid-template-columns:1fr 1fr}}@media (max-width:760px){.menu-toggle{display:inline-flex}.compact-nav-wrap{grid-template-columns:auto auto 1fr auto;grid-template-areas:"brand menu . actions"}.single-row-nav{display:none;grid-column:1/-1;order:4;margin-top:6px;padding:12px;background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);overflow:visible;white-space:normal}.single-row-nav.active{display:flex;flex-wrap:wrap}.single-row-nav a{font-size:13px}.search-toggle-wrap .compact-search{position:absolute;right:0;top:0;width:0}.content-grid.upgraded-grid{grid-template-columns:1fr}.sidebar{grid-template-columns:1fr}.footer-grid-stacked-mobile{grid-template-columns:1fr;gap:18px}.footer-bottom-responsive{flex-direction:column;align-items:flex-start}.topbar{display:none}}.compact-topbar{padding:6px 0}.compact-topbar p{font-size:12px}.compact-header{box-shadow:0 8px 24px rgba(15,23,42,.06)}.compact-nav-wrap{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:8px 0 6px}.compact-brand{min-width:150px;max-width:190px}.compact-brand .site-logo{width:34px;height:34px;border-radius:9px;box-shadow:none}.compact-brand .brand-copy{gap:0}.compact-brand strong{font-size:15px;line-height:1.05;text-transform:lowercase}.compact-brand small{font-size:9px;line-height:1.1;letter-spacing:.02em}.single-row-nav{display:flex;align-items:center;justify-content:flex-start;gap:4px;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;padding:0 4px}.single-row-nav::-webkit-scrollbar{display:none}.single-row-nav a{white-space:nowrap;font-size:12.5px;padding:6px 8px;border-radius:999px}.nav-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.search-toggle-wrap{position:relative}.search-toggle-wrap .compact-search{position:absolute;right:0;top:0;width:0;min-width:0;opacity:0;pointer-events:none;transform:translateY(0);transition:width .2s ease,opacity .18s ease;padding:0;overflow:hidden;flex-wrap:nowrap}.search-toggle-wrap .compact-search.search-open{width:min(270px,72vw);opacity:1;pointer-events:auto}.search-toggle-wrap .compact-search input{height:40px;padding-top:10px;padding-bottom:10px}.search-toggle-wrap .compact-search .search-icon{left:12px}.header-ad-row{padding:0 0 8px}.header-ad-box-bottom{max-width:none;width:100%}.header-ad-box-bottom .ad-box{min-height:64px;border-radius:16px;padding:10px 14px}.clean-social a{display:inline-flex;align-items:center;justify-content:center}.clean-social img{background:transparent !important;padding:0 !important;border-radius:0 !important;box-shadow:none !important}.footer-grid-stacked-mobile{grid-template-columns:1.2fr .9fr .9fr;align-items:start}.footer-bottom-responsive{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;text-align:center}.footer-bottom-responsive p:first-child{text-align:left}.footer-bottom-responsive p:last-child{text-align:right}.footer-handle{justify-self:center;font-weight:700;color:#fff;opacity:.95;margin:0}@media (max-width:1100px){.compact-nav-wrap{grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"brand nav actions"}.compact-brand{grid-area:brand}.single-row-nav{grid-area:nav}.nav-actions{grid-area:actions}}@media (max-width:760px){.compact-topbar{display:none}.compact-nav-wrap{grid-template-columns:auto auto 1fr auto;grid-template-areas:"brand menu . actions";padding:8px 0}.compact-brand{grid-area:brand;max-width:170px}.menu-toggle{grid-area:menu;display:inline-flex}.nav-actions{grid-area:actions}.single-row-nav{display:none;grid-column:1/-1;order:4;margin-top:8px;padding:12px;background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);overflow:visible;white-space:normal}.single-row-nav.active{display:flex;flex-direction:column;align-items:stretch;gap:4px}.single-row-nav a{font-size:13px;padding:10px 12px;border-radius:12px}.search-toggle-wrap .compact-search{position:absolute;right:0;top:0;width:0}.search-toggle-wrap .compact-search.search-open{width:min(220px,68vw)}.header-ad-row{padding:0 0 10px}.header-ad-box-bottom .ad-box{min-height:58px;font-size:12px}.footer-grid-stacked-mobile{grid-template-columns:1fr;gap:18px;text-align:center}.footer-social{justify-content:center}.footer-bottom-responsive{grid-template-columns:1fr;gap:10px;text-align:center}.footer-bottom-responsive p:first-child,.footer-bottom-responsive p:last-child{text-align:center}}.compact-brand strong{font-size:16px;font-weight:800}.compact-brand small{font-size:10px;font-weight:700;color:var(--muted)}.navbar a,.single-row-nav a{font-size:14px !important;font-weight:800 !important;letter-spacing:.01em}.compact-brand .site-logo{width:36px;height:36px;border-radius:10px;object-fit:cover;background:var(--surface-2);padding:2px}.nav-actions{gap:8px;position:relative;justify-self:end}.notification-wrap,.search-toggle-wrap{position:relative}.search-toggle-wrap{display:flex;align-items:center;justify-content:flex-end;min-width:42px}.search-toggle-wrap .compact-search{position:absolute;right:0;top:50%;transform:translateY(-50%);width:0;min-width:0;max-width:0;opacity:0;pointer-events:none;overflow:hidden;transition:width .2s ease,max-width .2s ease,opacity .18s ease;padding:0;border:none;box-shadow:none;background:transparent;z-index:35}.search-toggle-wrap .compact-search.search-open{width:190px;max-width:190px;opacity:1;pointer-events:auto}.search-toggle-wrap .compact-search input{width:190px;height:38px;padding:9px 12px 9px 36px;border-radius:12px;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow)}.search-toggle-wrap .compact-search .search-icon{left:11px;font-size:14px}.footer-bottom-responsive{display:flex !important;justify-content:center !important;align-items:center !important;text-align:center !important}.footer-bottom-responsive .footer-copyright{width:100%;margin:0 auto;text-align:center !important}@media (min-width:761px){.footer-bottom-responsive{justify-content:center !important}.footer-bottom-responsive .footer-copyright{text-align:center !important}}@media (max-width:760px){.compact-nav-wrap{grid-template-columns:42px 1fr auto;grid-template-areas:"menu brand actions";align-items:center}.menu-toggle{grid-area:menu;justify-self:start;display:inline-flex}.compact-brand{grid-area:brand;justify-self:center;margin:0 auto;text-align:center;max-width:unset;display:flex;align-items:center;justify-content:center}.compact-brand .brand-copy{justify-items:center;text-align:center}.nav-actions{grid-area:actions;justify-self:end}.search-toggle-wrap .compact-search{right:0;top:50%;transform:translateY(-50%)}.search-toggle-wrap .compact-search.search-open{width:150px;max-width:150px}.search-toggle-wrap .compact-search input{width:150px}.footer-bottom-responsive,.footer-bottom-responsive .footer-copyright{text-align:center !important;justify-content:center !important}}.icon-btn,.notification-btn,#themeToggle,#searchToggle,#menuToggle{border:none !important;box-shadow:none !important;background:transparent !important;outline:none !important}.icon-btn:hover,.notification-btn:hover,#themeToggle:hover,#searchToggle:hover,#menuToggle:hover{background:transparent !important}.compact-brand .site-logo,.site-logo{border:none !important;box-shadow:none !important;background:transparent !important;padding:0 !important;border-radius:10px !important;object-fit:cover !important}.nav-actions{display:flex;align-items:center;gap:10px;flex-wrap:nowrap}.search-toggle-wrap{order:1;position:relative;display:flex;align-items:center;justify-content:flex-end;width:38px;min-width:38px;height:38px;overflow:visible}.nav-actions>#themeToggle{order:3}.search-toggle-wrap .compact-search{position:absolute !important;right:0 !important;top:50% !important;left:auto !important;transform:translateY(-50%) !important;width:0 !important;max-width:0 !important;min-width:0 !important;opacity:0 !important;pointer-events:none !important;overflow:hidden !important;padding:0 !important;border:none !important;box-shadow:none !important;background:transparent !important;transition:width .2s ease,max-width .2s ease,opacity .18s ease !important;z-index:80 !important;display:flex !important;align-items:center !important;flex-wrap:nowrap !important}.search-toggle-wrap .compact-search.search-open{width:190px !important;max-width:190px !important;opacity:1 !important;pointer-events:auto !important}.search-toggle-wrap .compact-search input{width:190px !important;height:38px !important;padding:9px 12px 9px 34px !important;border-radius:999px !important;border:1px solid var(--border) !important;background:var(--surface) !important;box-shadow:none !important}.search-toggle-wrap .compact-search .search-icon{left:11px !important;top:50% !important;transform:translateY(-50%) !important;font-size:14px !important}.navbar a,.single-row-nav a{font-size:15px !important;font-weight:800 !important}.footer-bottom-responsive,.footer-bottom-responsive .footer-copyright{display:flex !important;justify-content:center !important;align-items:center !important;text-align:center !important;width:100% !important;margin:0 auto !important}@media (max-width:760px){.compact-nav-wrap{grid-template-columns:auto 1fr auto !important;grid-template-areas:"menu brand actions" "nav nav nav" !important;align-items:center !important}.menu-toggle{grid-area:menu !important;display:inline-flex !important;justify-self:start !important}.compact-brand{grid-area:brand !important;justify-self:center !important;text-align:center !important;margin:0 auto !important}.compact-brand .brand-copy{justify-items:center !important;text-align:center !important}.nav-actions{grid-area:actions !important;justify-self:end !important;gap:6px !important}.single-row-nav.active{display:flex !important;flex-direction:column !important;align-items:stretch !important;gap:4px !important}.search-toggle-wrap{width:34px !important;min-width:34px !important;height:34px !important}.search-toggle-wrap .compact-search{right:0 !important;top:50% !important;transform:translateY(-50%) !important}.search-toggle-wrap .compact-search.search-open{width:170px !important;max-width:170px !important}.search-toggle-wrap .compact-search input{width:170px !important;height:36px !important}.footer-bottom-responsive,.footer-bottom-responsive .footer-copyright{justify-content:center !important;text-align:center !important}}.nav-actions{display:flex;align-items:center;gap:10px;flex-wrap:nowrap}.search-toggle-wrap{order:1}.notification-wrap{order:2}.nav-actions>#themeToggle{order:3}.topbar.topbar-ticker{display:block !important;background:#0f172a;color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}.ticker-shell{display:flex !important;align-items:center;gap:14px;padding:8px 0 !important}.top-ticker-pro{display:flex !important;align-items:center;gap:10px;min-width:0;flex:1 1 auto;overflow:hidden;visibility:visible;opacity:1}.breaking-label{flex:0 0 auto;background:#ef4444;color:#fff;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.ticker-message{display:block;min-width:0;flex:1 1 auto;color:#fff;text-decoration:none;overflow:hidden}#tickerText{display:inline-block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px;font-weight:600;opacity:1;transform:translateY(0);transition:opacity .28s ease,transform .28s ease}#tickerText.fade-out{opacity:0;transform:translateY(-7px)}#tickerText.fade-in{opacity:1;transform:translateY(0)}.ticker-social{flex:0 0 auto}.topbar .ticker-social a{color:#cbd5e1;font-weight:700}@media (max-width:760px){.topbar.topbar-ticker{display:block !important}.ticker-shell{display:flex !important;padding:8px 0 !important;gap:8px}.ticker-social{display:none}.top-ticker-pro{display:flex !important;width:100%;min-width:0}.breaking-label{padding:5px 8px;font-size:10px}#tickerText{font-size:12px}}.topbar.topbar-ticker{position:relative;z-index:90}.topbar.topbar-ticker .container{max-width:var(--max-width);margin:0 auto}.top-ticker-pro{min-height:20px}.ticker-message,#tickerLink{display:block;width:100%}@media (max-width:768px){.ticker-shell{padding:10px 0 !important}.top-ticker-pro{display:flex !important;visibility:visible !important;opacity:1 !important;min-height:22px}.ticker-message,#tickerLink{display:block !important;width:100%}#tickerText{display:block !important;max-width:100%;overflow:hidden;text-overflow:ellipsis}}.post-like-btn{display:inline-flex;align-items:center;gap:8px;border:none;background:#fee2e2;color:#b91c1c;padding:10px 14px;border-radius:999px;font-weight:700;cursor:pointer}.post-like-btn:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(185,28,28,.15)}.footer-ad-row{padding:10px 0 0}.footer-ad-row .ad-box{margin:0 auto 14px;max-width:900px}.post-like-row{margin:12px 0 4px}.post-like-btn,.post-like-inline{border:1px solid rgba(148,163,184,.25);background:#fff;padding:8px 12px;border-radius:999px;cursor:pointer;font-weight:600}.dark .post-like-btn,.dark .post-like-inline{background:#0f172a;color:#fff;border-color:rgba(255,255,255,.12)}.card-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.mobile-sticky-ad{display:none}@media (max-width:768px){.mobile-sticky-ad{display:block;position:fixed;left:0;right:0;bottom:0;z-index:9999;background:#fff;padding:6px;text-align:center;box-shadow:0 -2px 10px rgba(0,0,0,.12)}body{padding-bottom:90px}}.post-engagement-card{margin:18px 0 0;padding:18px;border:1px solid var(--border);border-radius:22px;background:linear-gradient(180deg,var(--surface),var(--surface-2));box-shadow:var(--shadow)}.post-stats-row{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:14px}.stat-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;border:1px solid var(--border);background:rgba(255,255,255,.72);color:var(--text);font-weight:700}.dark .stat-pill{background:rgba(15,23,42,.88)}.like-pill{cursor:pointer}.like-pill.is-liked,.like-pill.liked{background:#fee2e2;color:#b91c1c;border-color:#fecaca}.dark .like-pill.is-liked,.dark .like-pill.liked{background:rgba(185,28,28,.18);color:#fecaca;border-color:rgba(254,202,202,.28)}.comments-pill{cursor:pointer}.post-comment-inline-form{display:grid;gap:12px}.post-comment-inline-form textarea{min-height:120px;resize:vertical}#ajaxCommentMessage{margin:0 0 10px}@media (max-width:768px){.post-engagement-card{padding:16px}.post-stats-row{gap:10px}.stat-pill{width:100%;justify-content:center}}.smart-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.02em;white-space:nowrap}.smart-badge.trending{background:#fff7ed;color:#c2410c;border:1px solid #fdba74}.smart-badge.must-read{background:#eff6ff;color:#1d4ed8;border:1px solid #93c5fd}.post-card-top{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:space-between}.post-card-top .badge{margin-right:auto}.category-trending-grid .post-card.compact .post-content h3,.recommended-grid .post-card.compact .post-content h3{font-size:1.02rem}.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.sticky-sidebar .ad-widget,.sticky-sidebar .widget.ad-widget{position:sticky;top:92px}@media (max-width:900px){.two-col{grid-template-columns:1fr}}.compact-brand{max-width:none !important;min-width:180px !important;gap:12px !important;}.compact-brand .site-logo,.site-logo{width:64px !important;height:64px !important;border-radius:14px !important;object-fit:contain !important;}.compact-brand .brand-copy strong{font-size:22px !important;line-height:1.05 !important;text-transform:none !important;}.compact-brand .brand-copy small{font-size:11px !important;line-height:1.2 !important;white-space:normal !important;}@media (max-width:760px){.compact-brand .site-logo,.site-logo{width:48px !important;height:48px !important;}.compact-brand .brand-copy strong{font-size:18px !important;}.compact-brand .brand-copy small{font-size:10px !important;}}.post-engagement-card #ajaxCommentMessage{margin:10px 0 0;}.notification-item{display:block;}.logo-only-brand{display:flex;align-items:center;justify-content:flex-start;min-width:0}.site-logo-wide{width:340px !important;height:auto !important;max-width:min(42vw,340px);border-radius:0 !important;object-fit:contain !important}.logo-only-brand .brand-copy{display:none !important}.footer-eq .footer-brand-title{margin:0;font-size:54px;line-height:1;font-weight:900;letter-spacing:-0.03em}.footer-eq .footer-brand-title .eq-dark{color:#0f172a}.footer-eq .footer-brand-title .eq-pink{color:#ff1267}.footer-eq .footer-brand-tagline{margin:6px 0 0;font-size:18px;letter-spacing:0;color:#dbe5f1}.footer-eq .footer-brand-lockup{display:grid;gap:4px}.footer-eq .footer-copyright{font-size:18px;font-weight:500;letter-spacing:0}.footer-bottom-responsive{justify-content:center !important}@media (max-width:760px){.site-logo-wide{width:220px !important;max-width:58vw}.footer-eq .footer-brand-title{font-size:36px}.footer-eq .footer-brand-tagline{font-size:15px}.footer-eq .footer-copyright{font-size:15px}}.site-logo-wide-lg{height:96px !important;width:auto !important;max-width:min(560px,76vw) !important;object-fit:contain;box-shadow:none !important;border-radius:0 !important}.logo-only-brand{padding:6px 0}.footer-brand-title-compact{font-size:40px !important;line-height:1;margin:0 0 6px}.footer-brand-title-compact .eq-dark{color:#10233f}.footer-brand-title-compact .eq-pink{color:#ff0f6d}.footer-brand-tagline-tight{letter-spacing:.01em;margin:0 0 4px;font-size:17px}.footer-copyright-hero{font-size:16px;color:#ffffff;letter-spacing:.01em}.footer-eq .footer-grid{align-items:center}.footer-brand-lockup{display:grid;gap:4px}.admin-title-wrap{display:grid;gap:6px}@media (max-width:768px){.site-logo-wide-lg{height:74px !important;max-width:84vw !important}.footer-brand-title-compact{font-size:30px !important}.footer-brand-tagline-tight{font-size:15px}}.header-search{display:none}.header-search.open{display:flex}.navbar.open{display:flex !important}@media (max-width:900px){.navbar{display:none;position:absolute;top:100%;left:16px;right:16px;z-index:40;background:var(--surface);border:1px solid var(--border);padding:14px;border-radius:18px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}.mobile-only{display:inline-flex}.nav-wrap{position:relative}}.notification-menu{position:absolute;right:0;top:calc(100%+12px);width:min(360px,calc(100vw - 32px));background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);padding:14px;z-index:45}.notification-wrap{position:relative}.post-stats-row .stat-pill{min-width:auto;justify-content:center}.post-hero-meta{margin-bottom:12px}.comment-form .comment-grid+textarea{margin-top:10px}.logo-only-brand{max-width:none !important}.site-logo-wide-xl{height:118px !important;width:auto !important;max-width:min(680px,82vw) !important;object-fit:contain !important}.header-search.open,.header-search.search-open{display:flex !important}.search-toggle-wrap .compact-search.open,.search-toggle-wrap .compact-search.search-open{width:240px !important;max-width:240px !important;opacity:1 !important;pointer-events:auto !important;display:flex !important}.search-toggle-wrap .compact-search.open input,.search-toggle-wrap .compact-search.search-open input{width:240px !important}.footer-brand-title-bluepink{font-size:34px !important;line-height:1.02 !important;letter-spacing:-0.02em !important}.footer-brand-title-bluepink .eq-dark{color:#0b2f6b !important}.footer-brand-title-bluepink .eq-pink{color:#ff1f7a !important}.footer-brand-tagline-tight{font-size:15px !important;letter-spacing:0 !important;color:#d8e2f2 !important}.footer-copyright-hero{font-size:15px !important}body.dark .footer-brand-title-bluepink .eq-dark{color:#8ab4ff !important}body.dark .footer-brand-title-bluepink .eq-pink{color:#ff5a9f !important}@media (max-width:768px){.site-logo-wide-xl{height:82px !important;max-width:88vw !important}.search-toggle-wrap .compact-search.open,.search-toggle-wrap .compact-search.search-open{width:190px !important;max-width:190px !important}.search-toggle-wrap .compact-search.open input,.search-toggle-wrap .compact-search.search-open input{width:190px !important}.footer-brand-title-bluepink{font-size:28px !important}}.site-logo-wide-xxl{height:148px !important;width:auto !important;max-width:min(860px,88vw) !important;object-fit:contain !important}.logo-only-brand{flex:0 0 auto !important}.nav-wrap.compact-nav-wrap{align-items:center !important}.search-toggle-wrap{width:auto !important;min-width:42px !important}.search-toggle-wrap .compact-search.desktop-search-open{position:relative !important;right:auto !important;top:auto !important;transform:none !important;width:280px !important;max-width:280px !important;opacity:1 !important;pointer-events:auto !important;display:flex !important;overflow:visible !important}.search-toggle-wrap .compact-search.desktop-search-open input{width:280px !important}.notification-menu{display:none;z-index:200 !important}@media (max-width:768px){.site-logo-wide-xxl{height:96px !important;max-width:92vw !important}.search-toggle-wrap .compact-search.desktop-search-open{width:0 !important;max-width:0 !important;opacity:0 !important;pointer-events:none !important;overflow:hidden !important}.search-toggle-wrap .compact-search.open,.search-toggle-wrap .compact-search.search-open{width:210px !important;max-width:210px !important;opacity:1 !important;pointer-events:auto !important;display:flex !important}.search-toggle-wrap .compact-search.open input,.search-toggle-wrap .compact-search.search-open input{width:210px !important}}.text-logo-brand{display:flex;align-items:center;justify-content:flex-start;min-width:0;flex:0 0 auto}.brand-wordmark{display:inline-flex;align-items:baseline;gap:2px;font-size:44px;font-weight:900;line-height:1;letter-spacing:-0.04em;white-space:nowrap}.brand-wordmark-dark{color:#111827}.brand-wordmark-pink{color:#ff1f7a}body.dark .brand-wordmark-dark{color:#f8fafc}body.dark .brand-wordmark-pink{color:#ff5a9f}.improved-nav-wrap{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:10px 0}.navbar.single-row-nav{display:flex !important;align-items:center;gap:10px;flex-wrap:wrap;min-width:0}.navbar.single-row-nav a{font-size:14px;font-weight:800;padding:8px 12px;border-radius:999px}.nav-actions-proper{display:flex;align-items:center;gap:10px;justify-self:end;flex-wrap:nowrap}.search-wrap-proper{position:relative;display:flex;align-items:center;gap:8px;width:auto !important;min-width:0 !important;height:auto !important}.header-search.compact-search.desktop-search-open{position:relative !important;top:auto !important;right:auto !important;left:auto !important;transform:none !important;display:flex !important;align-items:center !important;gap:8px !important;width:320px !important;max-width:320px !important;min-width:320px !important;opacity:1 !important;pointer-events:auto !important;overflow:visible !important;padding:0 !important;border:none !important;background:transparent !important;box-shadow:none !important}.header-search.compact-search.desktop-search-open input{width:100% !important;height:42px !important;padding:0 14px !important;border-radius:999px !important;border:1px solid var(--border) !important;background:var(--surface) !important;color:var(--text) !important;box-shadow:none !important}.header-search-submit{height:42px;border:none;border-radius:999px;padding:0 16px;background:var(--primary);color:#fff;font-weight:800;cursor:pointer;white-space:nowrap}.header-search-submit:hover{background:var(--primary-dark)}.header-search .search-icon{display:none !important}.notification-wrap{position:relative;display:flex;align-items:center}.notification-menu{position:absolute;right:0;top:calc(100%+12px);width:min(360px,calc(100vw - 32px));background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);padding:14px;z-index:300;display:none}.notification-menu.menu-open{display:block !important}.notification-menu.hidden{display:none !important}.notification-list{display:grid;gap:10px;max-height:380px;overflow:auto}.notification-item{display:block;padding:12px;border:1px solid var(--border);border-radius:14px;background:var(--surface-2)}.notification-item:hover{border-color:var(--primary)}.notification-item-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.notification-item p{margin:0 0 6px;color:var(--muted);font-size:14px;line-height:1.45}.notification-item small{color:var(--muted)}.notification-dot{width:9px;height:9px;border-radius:50%;background:#ff1f7a;flex:0 0 auto}.notification-empty{padding:14px 6px;color:var(--muted);text-align:center}#themeToggle{display:inline-flex;align-items:center;justify-content:center}@media (max-width:900px){.improved-nav-wrap{grid-template-columns:auto 1fr auto;grid-template-areas:'menu brand actions' 'nav nav nav'}.menu-toggle{grid-area:menu;display:inline-flex !important}.text-logo-brand{grid-area:brand;justify-self:center}.nav-actions-proper{grid-area:actions}.navbar.single-row-nav{grid-area:nav;display:none !important;position:absolute;top:100%;left:16px;right:16px;z-index:250;background:var(--surface);border:1px solid var(--border);padding:14px;border-radius:18px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}.navbar.single-row-nav.open,.navbar.single-row-nav.active{display:flex !important}.brand-wordmark{font-size:34px}.header-search.compact-search.desktop-search-open{width:0 !important;max-width:0 !important;min-width:0 !important;opacity:0 !important;pointer-events:none !important;overflow:hidden !important}.header-search.compact-search.open,.header-search.compact-search.search-open{display:flex !important;position:absolute !important;right:0 !important;top:calc(100%+10px) !important;width:min(86vw,280px) !important;max-width:min(86vw,280px) !important;min-width:min(86vw,280px) !important;opacity:1 !important;pointer-events:auto !important;background:var(--surface) !important;border:1px solid var(--border) !important;border-radius:16px !important;padding:10px !important;box-shadow:var(--shadow) !important;z-index:260 !important}.header-search.compact-search.open input,.header-search.compact-search.search-open input{width:100% !important}}.image-brand-block{display:flex !important;align-items:center !important;justify-content:flex-start !important;min-width:0;}.header-brand-image{display:block;width:min(520px,42vw);max-width:100%;height:auto;object-fit:contain;}.improved-nav-wrap{display:grid !important;grid-template-columns:auto 1fr auto !important;align-items:center !important;gap:18px !important;flex-wrap:nowrap !important;}.single-row-nav{display:flex !important;align-items:center !important;gap:18px !important;flex-wrap:nowrap !important;overflow:hidden !important;min-width:0 !important;}.single-row-nav a{white-space:nowrap !important;}.nav-actions-proper{display:flex !important;align-items:center !important;gap:10px !important;justify-content:flex-end !important;flex-shrink:0 !important;}.search-wrap-proper{position:relative !important;width:auto !important;min-width:auto !important;height:auto !important;overflow:visible !important;}.search-wrap-proper .compact-search{position:absolute !important;right:0 !important;top:calc(100%+10px) !important;transform:none !important;width:0 !important;max-width:0 !important;min-width:0 !important;opacity:0 !important;pointer-events:none !important;overflow:hidden !important;padding:0 !important;border:1px solid transparent !important;border-radius:16px !important;background:var(--surface) !important;box-shadow:0 18px 36px rgba(15,23,42,.12) !important;transition:width .24s ease,max-width .24s ease,opacity .18s ease,padding .18s ease !important;z-index:120 !important;display:flex !important;align-items:center !important;gap:10px !important;flex-wrap:nowrap !important;}.search-wrap-proper .compact-search.search-open,.search-wrap-proper .compact-search.open{width:min(420px,calc(100vw - 40px)) !important;max-width:min(420px,calc(100vw - 40px)) !important;opacity:1 !important;pointer-events:auto !important;padding:10px !important;border-color:var(--border) !important;}.search-wrap-proper .compact-search input{width:100% !important;height:44px !important;padding:0 14px !important;border-radius:12px !important;border:1px solid var(--border) !important;background:var(--surface) !important;}.search-wrap-proper .compact-search .header-search-submit{height:44px !important;padding:0 16px !important;border-radius:12px !important;border:none !important;background:#ff2d7a !important;color:#fff !important;font-weight:700 !important;}.notification-wrap{position:relative !important;}.notification-menu{position:absolute !important;right:0 !important;top:calc(100%+10px) !important;min-width:320px !important;z-index:120 !important;}@media (max-width:1100px){.header-brand-image{width:min(430px,38vw);}.single-row-nav{gap:14px !important;}}@media (max-width:900px){.improved-nav-wrap{grid-template-columns:1fr auto !important;grid-template-areas:"brand actions" "nav nav" !important;gap:12px !important;}.image-brand-block{grid-area:brand !important;justify-content:flex-start !important;}.nav-actions-proper{grid-area:actions !important;}.single-row-nav{grid-area:nav !important;overflow-x:auto !important;padding-bottom:4px !important;justify-content:flex-start !important;}.header-brand-image{width:min(460px,92vw) !important;}#menuToggle{display:none !important;}}@media (max-width:640px){.header-brand-image{width:min(380px,92vw) !important;}.search-wrap-proper .compact-search.search-open,.search-wrap-proper .compact-search.open{width:min(92vw,360px) !important;max-width:min(92vw,360px) !important;}.single-row-nav{gap:12px !important;}}.premium-header{background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:60}.dark .premium-header{background:rgba(8,17,32,.92)}.premium-header-inner{padding:12px 0 14px}.premium-header-main{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:nowrap}.premium-logo{flex:0 0 auto;display:flex;align-items:center}.premium-logo img{height:64px;width:auto;display:block}.premium-nav{flex:1 1 auto;min-width:0;display:flex;justify-content:center}.premium-nav ul{display:flex;align-items:center;gap:22px;list-style:none;margin:0;padding:0;white-space:nowrap}.premium-nav a{font-weight:700;color:#13233a;padding:10px 2px;border-radius:0;font-size:15px}.premium-nav a:hover,.premium-nav a.active-link{color:#ff2d7a}.premium-actions{flex:0 0 auto;display:flex;align-items:center;gap:10px}.premium-icon-btn{transition:transform .18s ease,background-color .18s ease}.premium-icon-btn:hover,.premium-icon-btn.is-active{transform:translateY(-1px);background:var(--surface-2)}.premium-search-panel{padding-top:12px;animation:slideDown .22s ease}.premium-search-form{display:flex;align-items:center;gap:10px;max-width:420px;margin-left:auto}.premium-search-form input{flex:1;padding:13px 16px;border:1px solid var(--border);border-radius:14px;background:var(--surface);color:var(--text);box-shadow:var(--shadow)}.premium-search-form button{background:#d9407a;color:#fff;border:none;padding:13px 18px;border-radius:14px;font-weight:800;cursor:pointer}.notif-badge{position:absolute;top:-6px;right:-5px;background:#ef4444;color:#fff;border-radius:999px;font-size:11px;line-height:1;padding:4px 6px;min-width:20px;text-align:center}.notification-dropdown{position:absolute;right:0;top:calc(100%+10px);width:330px;background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);display:none;overflow:hidden}.premium-notification-wrap.open .notification-dropdown{display:block;animation:fadeDrop .18s ease}.notification-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--border)}.notif-pill{font-size:12px;font-weight:700;color:#ff2d7a;background:rgba(255,45,122,.1);padding:5px 8px;border-radius:999px}.notification-list{max-height:360px;overflow:auto}.notification-item{display:block;padding:14px 16px;border-bottom:1px solid var(--border)}.notification-item:hover{background:var(--surface-2)}.notification-item.is-read{opacity:.82}.notification-title{display:block;font-weight:800;color:var(--text);margin-bottom:4px}.notification-text{display:block;font-size:13px;color:var(--muted)}.notification-empty{padding:18px 16px;color:var(--muted)}.footer{margin-top:40px}@keyframes slideDown{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeDrop{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1100px){.premium-logo img{height:56px}.premium-nav ul{gap:16px}}@media (max-width:991px){.premium-header-inner{padding:10px 0 12px}.premium-header-main{flex-wrap:wrap;gap:12px}.premium-logo img{height:52px}.premium-nav{order:3;width:100%;justify-content:flex-start;overflow-x:auto;padding-bottom:2px}.premium-nav ul{gap:16px;min-width:max-content}.premium-search-form{max-width:none;width:100%;margin-left:0}.premium-search-panel{padding-top:10px}}@media (max-width:575px){.premium-logo img{height:46px}.premium-nav a{font-size:14px}.premium-search-form{flex-direction:column;align-items:stretch}.premium-search-form button{width:100%}.notification-dropdown{width:min(92vw,330px)}}.premium-header{background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:80}.dark .premium-header{background:rgba(8,17,32,.94)}.premium-header-inner{padding:12px 0}.premium-header-main{display:flex;align-items:center;gap:18px;flex-wrap:nowrap}.premium-logo{display:flex;align-items:center;flex:0 0 auto}.premium-logo img{height:74px;width:auto;display:block}.premium-menu-toggle{display:none;border:1px solid var(--border);background:var(--surface);color:var(--text);width:42px;height:42px;border-radius:12px;font-size:20px;cursor:pointer}.premium-nav{flex:1 1 auto;min-width:0;display:flex;justify-content:center}.premium-nav ul{display:flex;align-items:center;gap:22px;list-style:none;margin:0;padding:0;white-space:nowrap}.premium-nav a{font-weight:700;color:#13233a;padding:10px 2px;border-radius:0;font-size:15px}.dark .premium-nav a{color:#e2e8f0}.premium-nav a:hover,.premium-nav a.active-link{color:#ff2d7a}.premium-actions{flex:0 0 auto;display:flex;align-items:center;gap:10px;position:relative}.premium-inline-search{position:relative}.premium-search-panel-inline{position:absolute;right:0;top:calc(100%+10px);width:360px;max-width:min(92vw,360px);background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);padding:10px;z-index:90}.premium-search-form{display:flex;align-items:center;gap:10px}.premium-search-form input{flex:1;min-width:0;padding:13px 16px;border:1px solid var(--border);border-radius:14px;background:var(--surface);color:var(--text)}.premium-search-form button{background:#d9407a;color:#fff;border:none;padding:13px 18px;border-radius:14px;font-weight:800;cursor:pointer}.ticker-wrap{overflow:hidden}.ticker-track{display:flex;gap:28px;align-items:center;white-space:nowrap;animation:tickerSlide 18s linear infinite}.ticker-track:hover{animation-play-state:paused}@keyframes tickerSlide{0%{transform:translateX(0)}100%{transform:translateX(-35%)}}@media (max-width:1199px){.premium-logo img{height:66px}.premium-nav ul{gap:16px}}@media (max-width:991px){.premium-header-main{flex-wrap:wrap;gap:12px}.premium-logo img{height:60px}.premium-menu-toggle{display:inline-flex;align-items:center;justify-content:center;order:2}.premium-actions{margin-left:auto;order:3}.premium-nav{order:4;width:100%;display:none;justify-content:flex-start}.premium-nav.open{display:block}.premium-nav ul{display:flex;flex-direction:column;align-items:flex-start;gap:0;width:100%;padding:8px 0;border-top:1px solid var(--border)}.premium-nav li{width:100%}.premium-nav a{display:block;width:100%;padding:12px 0}.premium-search-panel-inline{right:0;left:auto;top:calc(100%+8px);width:min(92vw,340px)}}@media (max-width:575px){.premium-header-inner{padding:10px 0}.premium-logo img{height:54px}.premium-search-panel-inline{width:min(92vw,300px)}.premium-search-form{flex-direction:column;align-items:stretch}.premium-search-form button{width:100%}}.premium-inline-search{display:flex;align-items:center;gap:10px}.premium-search-panel-inline{display:grid;grid-template-columns:1fr;max-width:0;overflow:hidden;opacity:0;pointer-events:none;transition:max-width .28s ease,opacity .18s ease,padding .18s ease,margin .18s ease;padding:0;margin:0;background:transparent;border:none;box-shadow:none}.premium-inline-search.open .premium-search-panel-inline{max-width:380px;opacity:1;pointer-events:auto;margin-left:2px}.premium-search-form{display:flex;align-items:center;gap:10px;min-width:360px;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:8px;box-shadow:var(--shadow)}.premium-search-form input{flex:1;min-width:0}.premium-search-form button{white-space:nowrap}.ticker-section{padding:18px 0 0}.ticker-wrap{display:flex;align-items:center;gap:14px;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:20px;padding:12px 16px;overflow:hidden}.ticker-badge{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ef4444,#ec4899);color:#fff;font-weight:800;padding:10px 16px;border-radius:999px;position:relative;z-index:2}.ticker-track{min-width:0;flex:1;display:flex;align-items:center;gap:28px;white-space:nowrap;animation:tickerSlide 20s linear infinite}.ticker-track a{flex:0 0 auto;color:var(--text);font-weight:600}.ticker-track a:hover{color:#ff2d7a}@keyframes tickerSlide{0%{transform:translateX(0)}100%{transform:translateX(-35%)}}.inline-actions{display:flex;align-items:center;gap:8px}.danger-btn{background:#ef4444 !important;color:#fff !important;border-color:#ef4444 !important}@media (max-width:991px){.premium-inline-search.open .premium-search-panel-inline{max-width:min(92vw,340px)}.premium-search-form{min-width:300px}}@media (max-width:575px){.premium-inline-search.open .premium-search-panel-inline{max-width:min(88vw,280px)}.premium-search-form{min-width:260px;flex-direction:column;align-items:stretch}.premium-search-form button{width:100%}.ticker-wrap{padding:10px 12px;gap:10px}.ticker-badge{padding:8px 12px;font-size:13px}.ticker-track{gap:20px;font-size:14px}}.topbar{background:#0f172a;color:#e2e8f0;font-size:13px;overflow:hidden}.topbar-wrap{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:8px 0}.topbar-ticker{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.topbar-badge{display:inline-flex;align-items:center;background:#d9407a;color:#fff;padding:6px 12px;border-radius:999px;font-weight:800;flex:0 0 auto}.topbar-ticker-track{display:flex;align-items:center;gap:28px;white-space:nowrap;overflow:hidden;min-width:0;animation:topTickerMove 18s linear infinite}.topbar-ticker-track a,.topbar-ticker-track span{color:#e2e8f0}.topbar-ticker-track:hover{animation-play-state:paused}@keyframes topTickerMove{0%{transform:translateX(0)}100%{transform:translateX(-25%)}}.premium-header{background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:80}.dark .premium-header{background:rgba(8,17,32,.96)}.premium-header-inner{padding:12px 0}.premium-header-main{display:flex;align-items:center;gap:18px;flex-wrap:nowrap}.premium-logo{display:flex;align-items:center;flex:0 0 auto}.premium-logo img{height:62px;width:auto;display:block}.premium-menu-toggle{display:none;border:1px solid var(--border);background:var(--surface);color:var(--text);width:42px;height:42px;border-radius:12px;font-size:20px;cursor:pointer}.premium-nav{flex:1 1 auto;min-width:0;display:flex;justify-content:center}.premium-nav ul{display:flex;align-items:center;gap:22px;list-style:none;margin:0;padding:0;white-space:nowrap}.premium-nav a{font-weight:700;color:#13233a;padding:10px 2px;font-size:15px}.dark .premium-nav a{color:#e2e8f0}.premium-nav a:hover,.premium-nav a.active-link{color:#ff2d7a}.premium-actions{flex:0 0 auto;display:flex;align-items:center;gap:10px;position:relative}.premium-inline-search{display:flex;align-items:center;gap:8px}.premium-search-panel-inline{display:block}.premium-search-panel-inline[hidden]{display:none!important}.premium-search-form{display:flex;align-items:center;gap:10px}.premium-search-form input{width:250px;min-width:250px;padding:12px 16px;border:1px solid var(--border);border-radius:14px;background:var(--surface);color:var(--text)}.premium-search-form button{background:#d9407a;color:#fff;border:none;padding:12px 16px;border-radius:14px;font-weight:800;cursor:pointer}.notification-dropdown{position:absolute;right:0;top:calc(100%+10px);width:330px;background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);display:none;overflow:hidden;z-index:95}.ticker-section .ticker-wrap{display:flex;align-items:center;gap:14px;background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:10px 14px;overflow:hidden}.ticker-section .ticker-badge{display:inline-flex;align-items:center;background:#d9407a;color:#fff;padding:7px 14px;border-radius:999px;font-weight:800;flex:0 0 auto}.ticker-section .ticker-track{display:flex;align-items:center;gap:28px;white-space:nowrap;min-width:0;animation:bottomTickerMove 20s linear infinite}.ticker-section .ticker-track a{color:var(--text)}.ticker-section .ticker-track:hover{animation-play-state:paused}@keyframes bottomTickerMove{0%{transform:translateX(0)}100%{transform:translateX(-35%)}}@media (max-width:1199px){.premium-logo img{height:58px}.premium-nav ul{gap:16px}.premium-search-form input{width:220px;min-width:220px}}@media (max-width:991px){.premium-header-main{flex-wrap:wrap;gap:12px}.premium-logo img{height:54px}.premium-menu-toggle{display:inline-flex;align-items:center;justify-content:center;order:2}.premium-actions{margin-left:auto;order:3}.premium-nav{order:4;width:100%;display:none;justify-content:flex-start}.premium-nav.open{display:block}.premium-nav ul{display:flex;flex-direction:column;align-items:flex-start;gap:0;width:100%;padding:8px 0;border-top:1px solid var(--border)}.premium-nav li{width:100%}.premium-nav a{display:block;width:100%;padding:12px 0}.premium-actions{width:100%;justify-content:flex-end}}@media (max-width:575px){.topbar-wrap{gap:10px}.social-mini{display:none}.premium-logo img{height:48px}.premium-actions{flex-wrap:wrap}.premium-inline-search{width:100%;justify-content:flex-end}.premium-search-form input{width:180px;min-width:180px}}.topbar{background:#0f172a;color:#e2e8f0;font-size:13px;overflow:hidden}.topbar-wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:8px 0}.topbar-ticker-wrap{display:flex;align-items:center;gap:12px;min-width:0;flex:1;overflow:hidden}.topbar-badge{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;background:#d9407a;color:#fff;font-weight:800;flex:0 0 auto}.topbar-ticker-track{display:flex;gap:28px;align-items:center;white-space:nowrap;min-width:0;animation:topTickerMove 18s linear infinite}.topbar-ticker-track a,.topbar-ticker-track span{color:#e2e8f0}.topbar-ticker-track:hover{animation-play-state:paused}@keyframes topTickerMove{0%{transform:translateX(0)}100%{transform:translateX(-25%)}}.premium-header{background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:80}.dark .premium-header{background:rgba(8,17,32,.96)}.premium-header-inner{padding:12px 0}.premium-header-main{display:flex;align-items:center;gap:18px;flex-wrap:nowrap}.premium-logo{display:flex;align-items:center;flex:0 0 auto}.premium-logo img{height:64px;width:auto;display:block}.premium-menu-toggle{display:none;border:1px solid var(--border);background:var(--surface);color:var(--text);width:42px;height:42px;border-radius:12px;font-size:20px;cursor:pointer}.premium-nav{flex:1 1 auto;min-width:0;display:flex;justify-content:center}.premium-nav ul{display:flex;align-items:center;gap:22px;list-style:none;margin:0;padding:0;white-space:nowrap}.premium-nav a{font-weight:700;color:#13233a;padding:10px 2px;font-size:15px}.dark .premium-nav a{color:#e2e8f0}.premium-nav a:hover,.premium-nav a.active-link{color:#ff2d7a}.premium-actions{flex:0 0 auto;display:flex;align-items:center;gap:10px;position:relative}.premium-search-inline{display:flex;align-items:center;gap:10px;flex-wrap:nowrap;margin:0}.search-focus-btn{flex:0 0 auto}.premium-search-input-wrap{position:relative;flex:0 0 auto}.premium-search-inline input{width:250px;min-width:250px;padding:12px 14px;border:1px solid var(--border);border-radius:14px;background:var(--surface);color:var(--text)}.premium-search-inline button[type="submit"]{background:#d9407a;color:#fff;border:none;padding:12px 16px;border-radius:14px;font-weight:800;cursor:pointer}.notification-dropdown{position:absolute;right:48px;top:calc(100%+10px);width:330px;background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);display:none;overflow:hidden;z-index:95}.live-search-box{position:absolute;left:0;right:0;top:calc(100%+8px);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:16px;overflow:hidden;z-index:90;display:none}.live-search-item,.live-search-empty{display:block;padding:12px 14px;border-bottom:1px solid var(--border)}.live-search-item:last-child,.live-search-empty:last-child{border-bottom:none}.live-search-item:hover{background:var(--surface-2);color:var(--primary)}.ticker-section .ticker-wrap{display:flex;align-items:center;gap:14px;background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:10px 14px;overflow:hidden}.ticker-section .ticker-badge{display:inline-flex;align-items:center;background:#d9407a;color:#fff;padding:7px 14px;border-radius:999px;font-weight:800;flex:0 0 auto}.ticker-section .ticker-track{display:flex;align-items:center;gap:28px;white-space:nowrap;min-width:0;animation:bottomTickerMove 20s linear infinite}.ticker-section .ticker-track a{color:var(--text)}.ticker-section .ticker-track:hover{animation-play-state:paused}@keyframes bottomTickerMove{0%{transform:translateX(0)}100%{transform:translateX(-35%)}}@media (max-width:1199px){.premium-logo img{height:58px}.premium-nav ul{gap:16px}.premium-search-inline input{width:220px;min-width:220px}}@media (max-width:991px){.premium-header-main{flex-wrap:wrap;gap:12px}.premium-logo img{height:54px}.premium-menu-toggle{display:inline-flex;align-items:center;justify-content:center;order:2}.premium-actions{margin-left:auto;order:3}.premium-nav{order:4;width:100%;display:none;justify-content:flex-start}.premium-nav.open{display:block}.premium-nav ul{display:flex;flex-direction:column;align-items:flex-start;gap:0;width:100%;padding:8px 0;border-top:1px solid var(--border)}.premium-nav li{width:100%}.premium-nav a{display:block;width:100%;padding:12px 0}.premium-actions{width:100%;justify-content:space-between}.premium-search-inline{flex:1 1 auto;min-width:0}.premium-search-input-wrap{flex:1 1 auto;min-width:0}.premium-search-inline input{width:100%;min-width:0}}@media (max-width:575px){.social-mini{display:none}.premium-logo img{height:48px}.premium-actions{flex-wrap:wrap;align-items:stretch}.premium-search-inline{width:100%}.premium-search-inline button[type="submit"]{padding:12px 14px}}.topbar{overflow:hidden}.topbar-wrap{gap:14px}.topbar-ticker-wrap{position:relative;overflow:hidden;min-width:0;flex:1 1 auto}.topbar-badge{position:relative;z-index:2;box-shadow:0 0 0 6px #0f172a}.topbar-ticker-track{display:flex;align-items:center;gap:36px;min-width:max-content;padding-left:8px;padding-right:48px;will-change:transform}.topbar-ticker-track a,.topbar-ticker-track span{display:inline-flex;align-items:center;flex:0 0 auto}.premium-header-inner{padding:10px 0}.premium-header-main{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px}.premium-logo{min-width:0;max-width:100%}.premium-logo img{height:58px;max-width:100%;object-fit:contain}.premium-nav{min-width:0;overflow:hidden}.premium-nav ul{gap:18px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.premium-nav ul::-webkit-scrollbar{display:none}.premium-actions{display:flex;align-items:center;gap:10px;min-width:0}.premium-search-inline{display:flex;align-items:center;gap:10px;min-width:0;flex:0 1 420px;max-width:420px;width:100%}.premium-search-input-wrap{position:relative;min-width:0;flex:1 1 auto}.premium-search-inline input{display:block;width:100%;min-width:0;height:44px;padding:0 14px;border-radius:14px}.premium-search-inline button[type="submit"]{height:44px;padding:0 16px;flex:0 0 auto}.premium-action-icons{display:flex;align-items:center;gap:10px;flex:0 0 auto}@media (max-width:1199px){.premium-header-main{grid-template-columns:auto minmax(0,1fr) auto}.premium-logo img{height:54px}.premium-search-inline{flex-basis:340px;max-width:340px}}@media (max-width:991px){.premium-header-main{grid-template-columns:1fr auto 1fr;grid-template-areas:"logo spacer toggle" "search search search" "icons icons icons" "nav nav nav";gap:12px}.premium-logo{grid-area:logo;grid-column:2;justify-self:center}.premium-menu-toggle{grid-area:toggle;grid-column:3;display:inline-flex;align-items:center;justify-content:center;justify-self:end}.premium-nav{grid-area:nav;display:none;width:100%}.premium-nav.open{display:block}.premium-nav ul{display:flex;flex-direction:column;align-items:flex-start;gap:0;width:100%;padding:8px 0;border-top:1px solid var(--border);overflow:visible}.premium-nav li{width:100%}.premium-nav a{display:block;width:100%;padding:12px 0}.premium-actions{grid-area:search;display:grid;grid-template-columns:minmax(0,1fr);gap:10px;width:100%}.premium-search-inline{max-width:none;flex:none;width:100%}.premium-action-icons{grid-area:icons;justify-content:flex-end;width:100%}}@media (max-width:575px){.social-mini{display:none}.topbar-wrap{padding:8px 0}.topbar-badge{padding:5px 10px;font-size:12px}.topbar-ticker-track{gap:24px;padding-right:28px}.premium-logo img{height:46px}.premium-search-inline{display:grid;grid-template-columns:minmax(0,1fr) 96px;gap:8px}.premium-search-inline button[type="submit"]{width:100%}.premium-action-icons{justify-content:flex-end}}html,body{overflow-x:hidden}.topbar,.premium-header{isolation:isolate}.topbar-wrap{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px}.topbar-ticker-wrap{display:flex;align-items:center;min-width:0;overflow:hidden}.topbar-badge{margin-right:12px;box-shadow:0 0 0 8px #0f172a}.topbar-ticker-track{display:flex;align-items:center;gap:34px;min-width:max-content;padding-right:40px;animation:topTickerMoveFinal 22s linear infinite}.topbar-ticker-track a,.topbar-ticker-track span{flex:0 0 auto}@keyframes topTickerMoveFinal{0%{transform:translateX(0)}100%{transform:translateX(-32%)}}.premium-header-inner{padding:10px 0}.premium-header-main{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px}.premium-logo{min-width:0;max-width:200px}.premium-logo img{display:block;height:56px;max-width:100%;width:auto;object-fit:contain}.premium-nav{min-width:0;overflow:hidden}.premium-nav ul{display:flex;align-items:center;justify-content:center;gap:16px;min-width:0;overflow-x:auto;overflow-y:hidden;padding-bottom:2px;scrollbar-width:none}.premium-nav ul::-webkit-scrollbar{display:none}.premium-nav a{display:block;font-size:14px;line-height:1.2;padding:10px 0}.premium-actions{display:flex;align-items:center;gap:10px;min-width:0}.premium-search-inline{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;flex:0 1 360px;max-width:360px;width:100%;min-width:0}.premium-search-input-wrap{position:relative;min-width:0}.premium-search-inline input{width:100%;min-width:0;height:42px;padding:0 14px !important;background-image:none !important;box-shadow:none;}.premium-search-inline input::-webkit-search-decoration,.premium-search-inline input::-webkit-search-cancel-button,.premium-search-inline input::-webkit-search-results-button,.premium-search-inline input::-webkit-search-results-decoration{display:none}.premium-search-inline button[type="submit"]{height:42px;padding:0 15px;font-size:14px}.premium-action-icons{display:flex;align-items:center;gap:10px;flex:0 0 auto}.live-search-box{left:0;right:0;top:calc(100%+8px)}.notification-dropdown{right:0;top:calc(100%+10px)}@media (max-width:1199px){.premium-logo{max-width:180px}.premium-logo img{height:52px}.premium-nav ul{gap:14px}.premium-search-inline{flex-basis:320px;max-width:320px}}@media (max-width:991px){.topbar-wrap{grid-template-columns:minmax(0,1fr)}.social-mini{display:none}.premium-header-main{grid-template-columns:1fr auto 1fr;grid-template-areas:"left logo toggle" "search search search" "icons icons icons" "nav nav nav";gap:12px}.premium-logo{grid-area:logo;justify-self:center;max-width:190px}.premium-logo img{height:50px}.premium-menu-toggle{grid-area:toggle;display:inline-flex;align-items:center;justify-content:center;justify-self:end}.premium-actions{grid-area:search;display:grid;grid-template-columns:minmax(0,1fr);gap:10px;width:100%}.premium-search-inline{max-width:none;flex:none;width:100%}.premium-action-icons{grid-area:icons;justify-content:flex-end;width:100%}.premium-nav{grid-area:nav;display:none;width:100%}.premium-nav.open{display:block}.premium-nav ul{display:flex;flex-direction:column;align-items:flex-start;gap:0;width:100%;overflow:visible;border-top:1px solid var(--border);padding-top:8px}.premium-nav li{width:100%}.premium-nav a{width:100%;padding:12px 0}}@media (max-width:575px){.topbar-badge{margin-right:10px;padding:5px 10px;font-size:12px}.topbar-ticker-track{gap:22px;padding-right:20px}.premium-logo{max-width:170px}.premium-logo img{height:46px}.premium-search-inline{grid-template-columns:minmax(0,1fr) 92px;gap:8px}.premium-search-inline button[type="submit"]{width:100%}}.premium-header{position:sticky;top:0;z-index:90}.premium-header-ad-wrap{padding:12px 0 4px}.header-strip-ad{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-height:90px;border:1px dashed rgba(217,64,122,.35);border-radius:18px;background:linear-gradient(180deg,rgba(255,245,249,.98),rgba(255,255,255,.96));color:#c03068;text-align:center}.dark .header-strip-ad{background:linear-gradient(180deg,rgba(28,20,36,.98),rgba(15,23,42,.98));color:#ff7eb0;border-color:rgba(255,126,176,.28)}.header-strip-ad-label{font-size:28px;font-weight:800;line-height:1.1;letter-spacing:.02em}.header-strip-ad-size{font-size:14px;font-weight:700;opacity:.85}.mobile-ad-size{display:none}.premium-header-inner{padding:10px 0 12px}.premium-header-main{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;position:relative}.premium-logo{max-width:170px}.premium-logo img{height:52px;width:auto;object-fit:contain}.premium-menu-toggle{display:none;border:1px solid var(--border);background:var(--surface);color:var(--text);width:42px;height:42px;border-radius:12px;font-size:20px;cursor:pointer;box-shadow:none}.premium-nav{min-width:0;overflow:visible}.premium-nav ul{display:flex;align-items:center;justify-content:center;gap:16px;list-style:none;margin:0;padding:0;white-space:nowrap;overflow-x:auto;scrollbar-width:none}.premium-nav ul::-webkit-scrollbar{display:none}.premium-nav a{display:block;font-size:14px;line-height:1.2;padding:10px 0;font-weight:700}.premium-actions{display:flex;align-items:center;gap:10px;min-width:0}.premium-search-inline{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;flex:0 1 300px;max-width:300px;width:100%;min-width:0}.premium-search-input-wrap{min-width:0;position:relative}.premium-search-inline input{width:100%;height:40px;padding:0 13px !important;border-radius:12px;font-size:14px;background-image:none !important;box-shadow:none}.premium-search-inline button[type="submit"]{height:40px;padding:0 12px;min-width:74px;border-radius:12px;font-size:13px;font-weight:800;white-space:nowrap}.premium-action-icons{display:flex;align-items:center;gap:8px;flex:0 0 auto}.premium-icon-btn,.notification-btn,#themeToggle{width:38px;height:38px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center}.notif-badge{top:-5px;right:-4px}.notification-dropdown{right:0;top:calc(100%+10px);width:330px;z-index:110}.live-search-box{top:calc(100%+8px);z-index:105}@media (max-width:1199px){.premium-search-inline{flex-basis:270px;max-width:270px}}@media (max-width:991px){.premium-header-ad-wrap{padding:10px 0 2px}.header-strip-ad{min-height:64px;border-radius:16px}.header-strip-ad-label{font-size:22px}.desktop-ad-size{display:none}.mobile-ad-size{display:inline}.premium-header-main{grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"toggle logo actions" "nav nav nav";gap:12px}.premium-menu-toggle{grid-area:toggle;display:inline-flex;align-items:center;justify-content:center;justify-self:start;order:0}.premium-logo{grid-area:logo;justify-self:center;align-self:center;max-width:180px}.premium-logo img{height:48px}.premium-actions{grid-area:actions;justify-self:end;display:flex;align-items:center;gap:8px;flex-wrap:nowrap;min-width:0}.premium-search-inline{flex:0 1 190px;max-width:190px;grid-template-columns:minmax(0,1fr) auto;gap:7px}.premium-search-inline input{height:38px;padding:0 12px !important;font-size:13px}.premium-search-inline button[type="submit"]{height:38px;min-width:64px;padding:0 10px;font-size:12px}.premium-action-icons{gap:6px}.premium-icon-btn,.notification-btn,#themeToggle{width:34px;height:34px;border-radius:10px;font-size:16px}.premium-nav{grid-area:nav;display:none;width:100%;overflow:visible}.premium-nav.open{display:block}.premium-nav ul{display:flex;flex-direction:column;align-items:flex-start;gap:0;width:min(320px,92vw);padding:10px 14px;border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);background:var(--surface);overflow:visible;margin-top:2px}.premium-nav li{width:100%}.premium-nav a{width:100%;padding:12px 0;border-bottom:1px solid rgba(148,163,184,.16)}.premium-nav li:last-child a{border-bottom:none}}@media (max-width:575px){.header-strip-ad{min-height:56px;padding:8px 10px}.header-strip-ad-label{font-size:18px}.header-strip-ad-size{font-size:12px}.premium-header-main{gap:10px}.premium-logo{max-width:150px}.premium-logo img{height:42px}.premium-actions{gap:6px}.premium-search-inline{flex-basis:160px;max-width:160px}.premium-search-inline input{height:36px;padding:0 10px !important}.premium-search-inline button[type="submit"]{height:36px;min-width:58px;padding:0 8px;font-size:12px}.premium-action-icons{gap:4px}.premium-icon-btn,.notification-btn,#themeToggle{width:32px;height:32px;font-size:15px}.notification-dropdown{width:min(92vw,320px)}}@media (max-width:420px){.premium-header-inner{padding:8px 0 10px}.premium-header-main{grid-template-columns:36px minmax(110px,1fr) minmax(190px,auto);gap:8px}.premium-logo{max-width:130px}.premium-logo img{height:38px}.premium-actions{gap:5px}.premium-search-inline{flex-basis:128px;max-width:128px;gap:5px}.premium-search-inline button[type="submit"]{min-width:50px;font-size:11px}.premium-icon-btn,.notification-btn,#themeToggle{width:30px;height:30px;font-size:14px}.premium-nav ul{width:min(300px,94vw)}}.premium-search-form{max-width:320px;}.premium-search-form button{min-width:88px}@media (max-width:768px){.premium-header-ad-wrap{padding-top:10px;padding-bottom:8px}.premium-header-main{display:grid !important;grid-template-columns:44px 1fr auto !important;align-items:center !important;column-gap:10px !important;row-gap:10px !important}.premium-menu-toggle{display:inline-flex !important;align-items:center;justify-content:center;order:1 !important;margin:0 !important}.premium-logo{order:2 !important;justify-content:center !important;width:100% !important}.premium-logo img{height:40px !important;max-width:140px !important}.premium-actions{order:3 !important;margin-left:0 !important;display:flex !important;align-items:center !important;justify-content:flex-end !important;gap:8px !important;min-width:0 !important}.premium-search-form{display:flex !important;flex-direction:row !important;align-items:center !important;gap:6px !important;min-width:0 !important;width:auto !important;max-width:190px !important;background:transparent !important;border:none !important;box-shadow:none !important;padding:0 !important;margin:0 !important}.premium-search-input-wrap{min-width:0 !important;flex:1 1 auto !important}.premium-search-form input{width:100% !important;min-width:0 !important;height:38px !important;padding:9px 12px !important;border-radius:12px !important;font-size:13px !important}.premium-search-form button{width:auto !important;min-width:72px !important;height:38px !important;padding:0 12px !important;border-radius:12px !important;font-size:13px !important;flex:0 0 auto !important}.premium-action-icons{display:flex !important;align-items:center !important;gap:6px !important;flex:0 0 auto !important}.premium-icon-btn{width:36px !important;height:36px !important;border-radius:10px !important;font-size:16px !important}.premium-nav{order:4 !important;grid-column:1 / -1 !important;position:relative !important;display:none !important;width:100% !important}.premium-nav.open{display:block !important}.premium-nav ul{border-top:1px solid var(--border) !important;padding-top:8px !important}}@media (max-width:560px){.container{width:min(100%,calc(100% - 18px)) !important}.premium-header-main{grid-template-columns:40px 1fr auto !important;column-gap:8px !important}.premium-actions{gap:6px !important}.premium-search-form{max-width:158px !important;gap:5px !important}.premium-search-form input{height:36px !important;padding:8px 10px !important;font-size:12px !important}.premium-search-form button{min-width:62px !important;height:36px !important;padding:0 10px !important;font-size:12px !important}.premium-icon-btn{width:34px !important;height:34px !important;font-size:15px !important}.premium-logo img{height:36px !important;max-width:120px !important}}@media (max-width:420px){.premium-search-form{max-width:146px !important}.premium-search-form button{min-width:58px !important;padding:0 8px !important}}@media (max-width:768px){.premium-header-inner{padding:8px 0 10px !important}.premium-header-main{display:grid !important;grid-template-columns:44px 1fr auto !important;align-items:center !important;column-gap:10px !important;row-gap:10px !important}.premium-menu-toggle{grid-column:1 !important;grid-row:1 !important;justify-self:start !important;display:inline-flex !important}.premium-logo{grid-column:2 !important;grid-row:1 !important;justify-self:center !important;align-self:center !important;max-width:150px !important;width:auto !important}.premium-logo img{height:40px !important;max-width:140px !important;width:auto !important}.premium-actions{grid-column:3 !important;grid-row:1 / span 2 !important;justify-self:end !important;display:grid !important;grid-template-columns:auto !important;grid-template-rows:auto auto !important;align-items:start !important;justify-items:end !important;gap:10px !important;min-width:0 !important;width:auto !important}.premium-action-icons{order:1 !important;display:flex !important;align-items:center !important;justify-content:flex-end !important;gap:6px !important;width:auto !important}.premium-search-inline,.premium-search-form{order:2 !important;display:grid !important;grid-template-columns:minmax(140px,1fr) 78px !important;align-items:center !important;gap:7px !important;width:min(260px,62vw) !important;max-width:min(260px,62vw) !important;min-width:0 !important;background:transparent !important;border:none !important;box-shadow:none !important;padding:0 !important;margin:0 !important}.premium-search-input-wrap{min-width:0 !important;width:100% !important}.premium-search-inline input,.premium-search-form input{width:100% !important;min-width:0 !important;height:38px !important;padding:0 12px !important;border-radius:12px !important;font-size:13px !important;background:var(--surface) !important;border:1px solid var(--border) !important;box-shadow:none !important}.premium-search-inline button[type="submit"],.premium-search-form button{width:78px !important;min-width:78px !important;height:38px !important;padding:0 10px !important;border-radius:12px !important;font-size:13px !important;white-space:nowrap !important}.premium-icon-btn,.notification-btn,#themeToggle{width:34px !important;height:34px !important;border-radius:10px !important;font-size:15px !important}.premium-nav{grid-column:1 / -1 !important;grid-row:3 !important;display:none !important;width:100% !important}.premium-nav.open{display:block !important}.premium-nav ul{width:min(320px,92vw) !important;margin-top:2px !important}.notification-dropdown{right:0 !important;left:auto !important;width:min(320px,calc(100vw - 20px)) !important}}@media (max-width:560px){.container{width:min(100%,calc(100% - 16px)) !important}.premium-header-main{grid-template-columns:40px 1fr auto !important;column-gap:8px !important}.premium-logo{max-width:124px !important}.premium-logo img{height:36px !important;max-width:118px !important}.premium-actions{gap:8px !important}.premium-search-inline,.premium-search-form{grid-template-columns:minmax(118px,1fr) 72px !important;width:min(220px,60vw) !important;max-width:min(220px,60vw) !important;gap:6px !important}.premium-search-inline input,.premium-search-form input{height:36px !important;padding:0 10px !important;font-size:12px !important}.premium-search-inline button[type="submit"],.premium-search-form button{width:72px !important;min-width:72px !important;height:36px !important;font-size:12px !important}.premium-icon-btn,.notification-btn,#themeToggle{width:32px !important;height:32px !important;font-size:14px !important}}@media (max-width:420px){.premium-header-main{grid-template-columns:38px 1fr auto !important}.premium-search-inline,.premium-search-form{grid-template-columns:minmax(106px,1fr) 68px !important;width:min(198px,58vw) !important;max-width:min(198px,58vw) !important;gap:5px !important}.premium-search-inline button[type="submit"],.premium-search-form button{width:68px !important;min-width:68px !important}}.premium-header-ad-wrap{padding:12px 0 10px}.header-strip-ad{min-height:92px;border:1px dashed #f2b6c8;border-radius:20px;background:#fff8fb;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#c83e68;text-align:center}.header-strip-ad-label{font-size:15px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.header-strip-ad-size{font-size:14px;font-weight:700;color:#d06b88}.mobile-ad-size{display:none}.premium-header-inner{padding:10px 0 14px}.premium-header-main{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px}.premium-logo{display:flex;align-items:center;min-width:0}.premium-logo img{height:50px;width:auto;max-width:190px;object-fit:contain}.premium-nav{min-width:0;justify-content:flex-start}.premium-nav ul{gap:24px}.premium-actions{display:flex;align-items:center;gap:12px;min-width:0}.premium-search-inline{display:flex;align-items:center;gap:10px}.premium-search-input-wrap{position:relative;min-width:0}.premium-search-form input{width:230px;min-width:230px;height:46px;padding:11px 14px;border-radius:15px;border:1px solid var(--border);box-shadow:none;background:var(--surface)}.premium-search-form button{height:46px;padding:0 18px;border-radius:15px;background:#cf3d6c;box-shadow:none}.premium-action-icons{display:flex;align-items:center;gap:10px;flex-shrink:0}.premium-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;border:1px solid transparent;background:transparent;font-size:22px;box-shadow:none}.premium-icon-btn:hover{background:var(--surface-2);border-color:var(--border)}.notification-dropdown{right:0;left:auto;top:calc(100%+10px)}.notif-badge{top:-3px;right:-2px}@media (max-width:1100px){.premium-header-main{grid-template-columns:auto auto 1fr}.premium-menu-toggle{display:inline-flex;align-items:center;justify-content:center;order:1}.premium-logo{order:2;justify-content:center}.premium-actions{order:3;margin-left:auto}.premium-nav{order:4;grid-column:1 / -1;display:none;width:100%;justify-content:flex-start;background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:8px 18px;box-shadow:var(--shadow)}.premium-nav.open{display:flex}.premium-nav ul{display:flex;flex-direction:column;align-items:flex-start;gap:0;width:100%}.premium-nav li{width:100%}.premium-nav a{display:block;width:100%;padding:13px 0;font-size:15px}}@media (max-width:768px){.topbar .social-mini{display:none}.topbar-wrap{padding:8px 0}.topbar-ticker-wrap{width:100%;min-width:0}.premium-header-ad-wrap{padding:10px 0 8px}.header-strip-ad{min-height:74px;border-radius:16px}.desktop-ad-size{display:none}.mobile-ad-size{display:block}.premium-header-inner{padding:8px 0 12px}.premium-header-main{grid-template-columns:44px 1fr auto;gap:10px}.premium-menu-toggle{display:inline-flex !important;align-items:center;justify-content:center;order:1;width:44px;height:44px;border-radius:14px;font-size:22px}.premium-logo{order:2;justify-content:center}.premium-logo img{height:42px;max-width:150px;margin:0 auto}.premium-actions{order:3;display:grid;grid-template-columns:minmax(150px,1fr) auto;grid-template-areas:"search icons";align-items:center;gap:8px;min-width:0;width:auto;max-width:100%}.premium-search-inline{grid-area:search;min-width:0;width:100%}.premium-search-form{display:flex;align-items:center;gap:8px;min-width:0;width:100%}.premium-search-input-wrap{min-width:0;flex:1 1 auto;width:100%}.premium-search-form input{width:100% !important;min-width:0 !important;height:42px;padding:10px 12px;border-radius:14px;font-size:14px}.premium-search-form button{height:42px;padding:0 14px;border-radius:14px;font-size:14px;white-space:nowrap;flex:0 0 auto}.premium-action-icons{grid-area:icons;display:flex;align-items:center;gap:4px}.premium-icon-btn{width:36px;height:36px;font-size:20px;border-radius:12px}.notif-badge{font-size:10px;min-width:18px;height:18px;padding:0 4px;display:inline-flex;align-items:center;justify-content:center}.notification-dropdown{position:fixed;right:16px;left:16px;top:78px;width:auto;max-width:none}.premium-nav{margin-top:10px;padding:10px 16px;position:absolute;left:0;right:0;top:100%;z-index:90}}@media (max-width:640px){.container{width:min(100% - 20px,1200px)}.premium-header-main{grid-template-columns:42px 1fr auto;gap:8px}.premium-logo img{height:38px;max-width:128px}.premium-actions{grid-template-columns:minmax(120px,1fr) auto;gap:6px}.premium-search-form input{height:40px;padding:10px 10px;font-size:13px}.premium-search-form button{height:40px;padding:0 12px;font-size:13px}.premium-action-icons{gap:2px}.premium-icon-btn{width:34px;height:34px;font-size:18px}}@media (max-width:520px){.premium-actions{grid-template-columns:minmax(105px,1fr) auto}.premium-search-form button{padding:0 10px}}@media (max-width:1100px){.premium-nav{justify-content:flex-start;text-align:left}}.logo-mobile{display:none}.mobile-search-toggle-btn,.mobile-header-search-bar{display:none}@media (min-width:769px){.logo-desktop{display:block}.logo-mobile{display:none}}@media (max-width:768px){.logo-desktop{display:none !important}.logo-mobile{display:block !important}.premium-header-inner{padding:8px 0 12px !important}.premium-header-main{grid-template-columns:44px minmax(0,1fr) auto !important;grid-template-areas:"toggle logo actions" "nav nav nav" "msearch msearch msearch" !important;align-items:center !important;row-gap:10px !important;column-gap:10px !important;}.premium-menu-toggle{grid-area:toggle !important;justify-self:start !important;width:44px !important;height:44px !important;}.premium-logo{grid-area:logo !important;justify-self:center !important;align-self:center !important;max-width:none !important;width:auto !important;text-align:center !important;}.premium-logo img.logo-mobile{height:42px !important;width:42px !important;max-width:42px !important;object-fit:contain !important;margin:0 auto !important;}.desktop-search-form,.premium-search-inline.desktop-search-form{display:none !important;}.premium-actions{grid-area:actions !important;justify-self:end !important;display:flex !important;align-items:center !important;gap:6px !important;width:auto !important;max-width:none !important;}.mobile-search-toggle-btn{display:inline-flex !important;align-items:center !important;justify-content:center !important;height:38px !important;padding:0 14px !important;border:none !important;border-radius:12px !important;background:#cf3d6c !important;color:#fff !important;font-size:13px !important;font-weight:800 !important;white-space:nowrap !important;box-shadow:none !important;cursor:pointer !important;}.premium-action-icons{gap:4px !important;}.premium-icon-btn,.notification-btn,#themeToggle{width:34px !important;height:34px !important;font-size:18px !important;}.mobile-header-search-bar{grid-area:msearch !important;display:block !important;width:100% !important;}.mobile-header-search-bar[hidden]{display:none !important}.mobile-header-search-inner{display:grid !important;grid-template-columns:minmax(0,1fr) 84px !important;gap:8px !important;width:100% !important;}.mobile-header-search-inner input{width:100% !important;height:40px !important;border:1px solid var(--border) !important;border-radius:13px !important;background:var(--surface) !important;color:var(--text) !important;padding:0 12px !important;box-shadow:none !important;}.mobile-header-search-inner button{height:40px !important;border:none !important;border-radius:13px !important;background:#cf3d6c !important;color:#fff !important;font-size:13px !important;font-weight:800 !important;white-space:nowrap !important;padding:0 12px !important;}.premium-nav{grid-area:nav !important;margin-top:4px !important;position:relative !important;left:auto !important;right:auto !important;top:auto !important;}.premium-nav ul{width:min(320px,92vw) !important;margin-top:0 !important;}}@media (max-width:480px){.premium-header-main{grid-template-columns:40px minmax(0,1fr) auto !important;column-gap:8px !important;}.premium-logo img.logo-mobile{height:38px !important;width:38px !important;max-width:38px !important;}.mobile-search-toggle-btn{height:36px !important;padding:0 12px !important;font-size:12px !important;}.premium-icon-btn,.notification-btn,#themeToggle{width:32px !important;height:32px !important;font-size:16px !important;}.mobile-header-search-inner{grid-template-columns:minmax(0,1fr) 76px !important;gap:6px !important;}.mobile-header-search-inner input,.mobile-header-search-inner button{height:38px !important;font-size:12px !important;}}.premium-logo{display:flex;align-items:center;justify-content:center;min-width:0;line-height:0}.header-logo-mark{display:block;height:48px;width:auto;max-width:160px;object-fit:contain}.logo-desktop,.logo-mobile{display:none !important}.search-input-only,.mobile-search-input-only{background:transparent !important;border:none !important;box-shadow:none !important;padding:0 !important;margin:0 !important}.search-input-only button,.mobile-search-input-only button,.mobile-search-toggle-btn{display:none !important}.search-input-only .premium-search-input-wrap,.mobile-search-input-only .mobile-header-search-inner{width:100%}.search-input-only input{width:260px !important;min-width:260px !important;height:44px !important;padding:0 16px !important;border-radius:14px !important;border:1px solid var(--border) !important;background:var(--surface) !important;box-shadow:none !important}.search-input-only .live-search-box{top:calc(100%+8px)}.premium-header-main{align-items:center}.premium-actions{display:flex;align-items:center;gap:12px;min-width:0}.premium-action-icons{display:flex;align-items:center;gap:8px}@media (min-width:769px){.premium-header-main{grid-template-columns:auto minmax(0,1fr) auto !important;grid-template-areas:"logo nav actions" !important;column-gap:18px !important}.premium-logo{grid-area:logo !important;justify-self:start !important}.premium-nav{grid-area:nav !important;min-width:0 !important}.premium-actions{grid-area:actions !important;justify-self:end !important;flex-wrap:nowrap !important}.desktop-search-form{display:flex !important;max-width:none !important;width:auto !important}.mobile-header-search-bar{display:none !important}}@media (max-width:768px){.premium-header-inner{padding:10px 0 12px !important}.premium-header-main{grid-template-columns:44px minmax(0,1fr) auto !important;grid-template-areas:"toggle logo actions" "msearch msearch msearch" "nav nav nav" !important;row-gap:10px !important;column-gap:10px !important}.premium-menu-toggle{grid-area:toggle !important;justify-self:start !important;width:44px !important;height:44px !important}.premium-logo{grid-area:logo !important;justify-self:center !important}.header-logo-mark{height:40px !important;max-width:40px !important}.premium-actions{grid-area:actions !important;justify-self:end !important;gap:8px !important}.desktop-search-form{display:none !important}.mobile-header-search-bar{grid-area:msearch !important;display:block !important;width:100% !important}.mobile-search-input-only .mobile-header-search-inner{display:flex !important;justify-content:center !important;align-items:center !important;width:100% !important}.mobile-search-input-only input{display:block !important;width:min(100%,420px) !important;min-width:0 !important;height:42px !important;padding:0 14px !important;border-radius:14px !important;border:1px solid var(--border) !important;background:var(--surface) !important;box-shadow:none !important;margin:0 auto !important}.premium-icon-btn,.notification-btn,#themeToggle{width:34px !important;height:34px !important;font-size:18px !important}.premium-nav{grid-area:nav !important;margin-top:2px !important}.premium-nav ul{width:min(320px,92vw) !important}}@media (max-width:480px){.premium-header-main{grid-template-columns:42px minmax(0,1fr) auto !important;column-gap:8px !important}.header-logo-mark{height:36px !important;max-width:36px !important}.mobile-search-input-only input{height:40px !important;width:min(100%,360px) !important;font-size:14px !important}.premium-icon-btn,.notification-btn,#themeToggle{width:32px !important;height:32px !important;font-size:16px !important}}.premium-header-desktop{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 0}.premium-logo{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.header-logo-mark{width:auto;height:46px;max-width:160px;object-fit:contain}.premium-nav{min-width:0;flex:1 1 auto}.premium-nav ul{display:flex;align-items:center;gap:6px;list-style:none;margin:0;padding:0;flex-wrap:wrap}.premium-nav a{display:inline-flex;align-items:center;padding:10px 12px;border-radius:999px;color:var(--text);font-weight:700}.premium-nav a:hover,.premium-nav a.active-link{background:var(--surface-2);color:var(--primary)}.premium-actions{display:flex;align-items:center;gap:12px;flex:0 0 auto}.premium-search-form{margin:0}.premium-search-input-wrap{position:relative}.premium-search-form input,.mobile-header-search-bar input{width:100%;height:46px;padding:0 16px;border:1px solid var(--border);border-radius:16px;background:var(--surface);color:var(--text);outline:none}.desktop-search-form{width:min(300px,30vw)}.premium-action-icons,.mobile-header-actions{display:flex;align-items:center;gap:8px}.premium-icon-btn{display:inline-flex;align-items:center;justify-content:center;position:relative}.notif-badge{position:absolute;top:-6px;right:-4px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#e11d48;color:#fff;font-size:10px;line-height:18px;text-align:center;font-weight:800}.mobile-header-stack{display:none}.premium-nav-mobile{display:none}.notification-dropdown{position:absolute;top:calc(100%+10px);right:0;width:min(360px,calc(100vw - 24px));max-height:420px;overflow:auto;background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);padding:10px;z-index:60}.premium-notification-wrap{position:relative}.premium-notification-wrap .notification-dropdown{display:none}.notification-head{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:6px 8px 12px;border-bottom:1px solid var(--border);margin-bottom:8px}.notif-pill{padding:6px 10px;border-radius:999px;background:var(--surface-2);color:var(--primary);font-size:12px;font-weight:800}.notification-list{display:grid;gap:8px}.notification-item{display:grid;gap:4px;padding:10px 12px;border-radius:14px;background:var(--surface-2);border:1px solid transparent}.notification-item:hover{border-color:var(--border)}.notification-title{font-size:13px;font-weight:800}.notification-text{font-size:12px;color:var(--muted)}.notification-empty{padding:10px 12px;color:var(--muted)}.topbar-ticker-track a,.ticker-track a{display:inline-flex;align-items:center;color:inherit;font-weight:600}.topbar-ticker-track a:hover,.ticker-track a:hover{color:#f97316}@media (min-width:769px){.mobile-header-stack{display:none!important}}@media (max-width:768px){.premium-header-desktop{display:none!important}.mobile-header-stack{display:block;padding:12px 0 14px}.mobile-header-top{display:flex;justify-content:center;align-items:center;padding:4px 0 12px}.mobile-logo-center .header-logo-mark{height:52px;max-width:140px}.mobile-header-bottom{display:flex;align-items:center;gap:10px}.premium-menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;border:1px solid var(--border);background:var(--surface);font-size:22px;flex:0 0 44px}.mobile-header-actions{flex:1 1 auto;min-width:0}.mobile-header-search-bar{display:block;flex:1 1 auto;min-width:0}.mobile-header-search-inner{min-width:0}.mobile-header-search-bar input{width:100%;min-width:0;font-size:14px}.mobile-header-actions .premium-icon-btn{width:42px;height:42px;flex:0 0 42px}.mobile-notification-dropdown{right:0;left:auto;width:min(340px,calc(100vw - 24px))}.premium-nav-mobile{display:none;position:absolute;left:16px;right:16px;top:100%;margin-top:12px;background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);padding:12px}.premium-nav-mobile.open{display:block}.premium-nav-mobile ul{display:grid;gap:6px}.premium-nav-mobile a{padding:12px 14px;border-radius:14px}.topbar-wrap{flex-wrap:wrap}.social-mini{display:none}.header-strip-ad{min-height:86px}.desktop-ad-size{display:none!important}.mobile-ad-size{display:inline!important}}@media (min-width:769px){.mobile-ad-size{display:none!important}.desktop-ad-size{display:inline!important}}.premium-header{position:sticky;top:0;z-index:120}.premium-header-ad-wrap{padding:12px 0 8px}.premium-header-desktop{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;padding:14px 0}.premium-logo{min-width:0}.header-logo-mark{display:block;height:46px;max-width:160px;width:auto;object-fit:contain}.premium-nav{min-width:0}.premium-nav ul{display:flex;align-items:center;gap:6px;flex-wrap:wrap;min-width:0}.premium-nav li{min-width:0}.premium-nav a{white-space:nowrap}.premium-actions{display:flex;align-items:center;gap:12px;min-width:0}.desktop-search-form{width:min(320px,30vw)}.premium-search-input-wrap,.desktop-search-form,.mobile-header-search-bar,.mobile-header-search-inner{min-width:0}.premium-search-form input,.mobile-header-search-bar input{box-sizing:border-box}.mobile-header-stack{display:none}.notification-dropdown{display:none}.premium-notification-wrap.open .notification-dropdown{display:block}@media (max-width:768px){.premium-header-ad-wrap{padding:10px 0 8px}.premium-header-inner{padding:0}.premium-header-desktop{display:none!important}.mobile-header-stack{display:block;padding:10px 0 12px}.mobile-header-top{display:flex;justify-content:center;align-items:center;padding:4px 0 10px}.mobile-logo-center .header-logo-mark{height:50px;max-width:150px}.mobile-header-bottom{display:flex;justify-content:flex-end;align-items:center}.mobile-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;width:100%;min-width:0}.mobile-header-search-bar{flex:1 1 132px;max-width:220px;min-width:110px}.mobile-header-search-bar input{height:40px;padding:0 14px;border-radius:14px;font-size:14px}.mobile-header-actions .premium-icon-btn,.mobile-header-actions .premium-menu-toggle{width:40px;height:40px;flex:0 0 40px;border-radius:12px}.mobile-header-actions .premium-menu-toggle{display:inline-flex;align-items:center;justify-content:center;order:4;margin-left:0}.mobile-notification-dropdown{right:0;left:auto;width:min(340px,calc(100vw - 20px));max-width:340px}.premium-nav-mobile{display:none;position:absolute;right:16px;left:auto;top:100%;width:min(300px,calc(100vw - 32px));margin-top:10px;background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);padding:12px}.premium-nav-mobile.open{display:block}.premium-nav-mobile ul{display:grid;gap:6px}}@media (max-width:480px){.mobile-header-actions{gap:6px}.mobile-header-search-bar{max-width:170px;min-width:96px}.mobile-header-actions .premium-icon-btn,.mobile-header-actions .premium-menu-toggle{width:38px;height:38px;flex-basis:38px}.mobile-logo-center .header-logo-mark{height:46px;max-width:136px}}.header-strip-ad .ad-box{width:100%;min-height:inherit;border:none;background:transparent;padding:0;box-shadow:none}.header-strip-ad .ad-placeholder{min-height:90px;border:1px dashed rgba(217,64,122,.35);background:transparent}.global-mobile-sticky-ad{display:none}.global-mobile-sticky-ad .container{padding-bottom:12px}.global-mobile-sticky-ad .ad-box{min-height:60px;border-radius:16px}@media (max-width:768px){.global-mobile-sticky-ad{display:block;position:sticky;bottom:0;z-index:80;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.95) 22%,rgba(255,255,255,.98));padding-top:8px}.dark .global-mobile-sticky-ad{background:linear-gradient(180deg,rgba(8,17,32,0),rgba(8,17,32,.92) 22%,rgba(8,17,32,.97))}.header-strip-ad .ad-placeholder{min-height:60px}}@media (max-width:768px){.mobile-header-stack{position:relative !important;}.mobile-header-bottom{display:flex !important;align-items:center !important;width:100% !important;}.mobile-header-actions{display:flex !important;align-items:center !important;gap:8px !important;width:100% !important;min-width:0 !important;}.mobile-header-search-bar{order:1 !important;flex:1 1 auto !important;min-width:0 !important;max-width:none !important;}.mobile-header-search-bar input{height:40px !important;border-radius:14px !important;font-size:14px !important;}.mobile-notification-wrap{order:2 !important;flex:0 0 auto !important;}#mobileThemeToggle{order:3 !important;flex:0 0 40px !important;width:40px !important;height:40px !important;}#mobileNavToggle{order:4 !important;flex:0 0 42px !important;width:42px !important;height:42px !important;margin-left:0 !important;}.premium-nav-mobile{left:auto !important;right:0 !important;top:calc(100%+8px) !important;width:min(320px,92vw) !important;max-width:calc(100vw - 20px) !important;text-align:left !important;z-index:120 !important;}.premium-nav-mobile ul{width:100% !important;margin:0 !important;padding:0 !important;list-style:none !important;}.premium-nav-mobile a{display:block !important;width:100% !important;}.mobile-notification-dropdown{right:0 !important;left:auto !important;top:calc(100%+10px) !important;}}@media (max-width:420px){.mobile-header-actions{gap:6px !important;}#mobileThemeToggle{flex-basis:36px !important;width:36px !important;height:36px !important;}#mobileNavToggle{flex-basis:38px !important;width:38px !important;height:38px !important;}.mobile-header-actions .premium-icon-btn{width:36px !important;height:36px !important;}.mobile-header-search-bar input{height:38px !important;font-size:13px !important;padding:0 10px !important;}}.premium-notification-wrap{position:relative;display:inline-flex;align-items:center;z-index:9999}.notif-pill{display:inline-flex;align-items:center;justify-content:center;margin-left:8px;background:#ffe4e6;color:#be123c;font-size:11px;font-weight:800;padding:4px 8px;border-radius:999px}.notification-dropdown{display:none;position:absolute;top:calc(100%+10px);right:0;width:min(360px,calc(100vw - 24px));max-height:420px;overflow:auto;background:var(--surface,#fff);border:1px solid var(--border,#e5e7eb);border-radius:18px;box-shadow:0 18px 45px rgba(15,23,42,.18);padding:10px;z-index:99999}.premium-notification-wrap.open .notification-dropdown{display:block!important}.notification-item,.notif-item{display:grid;gap:4px;padding:10px 12px;border-radius:14px;background:var(--surface-2,#f8fafc);border:1px solid transparent;color:var(--text,#111827);text-decoration:none;transition:.2s ease}@keyframes notifSlideIn{from{transform:translateX(110%);opacity:0}to{transform:translateX(0);opacity:1}}@media(max-width:768px){.mobile-header-stack{position:relative!important}.mobile-header-actions{display:flex!important;align-items:center!important;gap:8px!important;width:100%!important;min-width:0!important}#mobileNavToggle{order:0!important;flex:0 0 42px!important;width:42px!important;height:42px!important;margin:0!important}.mobile-header-search-bar{order:1!important;flex:1 1 auto!important;min-width:0!important;max-width:none!important}.mobile-notification-wrap{order:2!important;flex:0 0 auto!important}#mobileThemeToggle{order:3!important;flex:0 0 40px!important;width:40px!important;height:40px!important}.premium-nav-mobile{display:none;position:absolute!important;left:0!important;right:auto!important;top:calc(100%+8px)!important;width:min(320px,92vw)!important;max-width:calc(100vw - 20px)!important;text-align:left!important;z-index:120!important;background:var(--surface,#fff)!important;border:1px solid var(--border,#e5e7eb)!important;border-radius:18px!important;box-shadow:var(--shadow,0 18px 45px rgba(15,23,42,.18))!important;padding:12px!important}.premium-nav-mobile.open{display:block!important}.premium-nav-mobile ul{width:100%!important;margin:0!important;padding:0!important;list-style:none!important;display:grid!important;gap:6px!important}.premium-nav-mobile a{display:block!important;width:100%!important;padding:12px 14px!important;border-radius:14px!important}.mobile-notification-dropdown{position:fixed!important;top:92px!important;left:10px!important;right:10px!important;width:auto!important;max-width:none!important;border-radius:16px!important}}.premium-header{position:sticky;top:0;z-index:120;background:var(--surface,#fff);border-bottom:1px solid var(--border,#e5e7eb)}.premium-header-inner{overflow:visible}.premium-header-desktop{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;padding:14px 0}.premium-logo{display:inline-flex;align-items:center;justify-content:center;min-width:0}.header-logo-mark.site-logo-img{display:block;height:46px;max-width:160px;width:auto;object-fit:contain}.premium-nav{min-width:0}.premium-nav ul{display:flex;align-items:center;gap:6px;flex-wrap:wrap;list-style:none;margin:0;padding:0}.premium-nav a{display:inline-flex;align-items:center;white-space:nowrap;padding:10px 12px;border-radius:999px;color:var(--text,#111827);font-weight:700;text-decoration:none}.premium-nav a:hover,.premium-nav a.active-link{background:var(--surface-2,#f8fafc);color:var(--primary,#2563eb)}.premium-actions,.premium-action-icons{display:flex;align-items:center;gap:10px;min-width:0}.desktop-search-form{width:min(320px,30vw);margin:0}.premium-search-input-wrap{position:relative;min-width:0}.premium-search-form input,.mobile-header-search-bar input{box-sizing:border-box;width:100%;height:44px;padding:0 14px;border:1px solid var(--border,#e5e7eb);border-radius:14px;background:var(--surface,#fff);color:var(--text,#111827);outline:none}.mobile-header-stack,.premium-nav-mobile{display:none}.premium-notification-wrap{position:relative;display:inline-flex;align-items:center;z-index:90}.notification-btn{position:relative}.bell-icon{display:inline-flex;align-items:center;justify-content:center;font-size:18px;line-height:1}.notif-badge{position:absolute;top:-7px;right:-7px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#e11d48;color:#fff;font-size:10px;font-weight:800;line-height:18px;text-align:center;box-shadow:0 0 0 2px var(--surface,#fff)}.notification-dropdown{display:block!important;position:absolute;top:calc(100%+10px);right:0;width:min(360px,calc(100vw - 24px));max-height:420px;overflow:auto;background:var(--surface,#fff);border:1px solid var(--border,#e5e7eb);border-radius:18px;box-shadow:0 18px 45px rgba(15,23,42,.18);padding:10px;z-index:99999;opacity:0;visibility:hidden;transform:translateY(10px);pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.premium-notification-wrap.open .notification-dropdown,.notification-dropdown.show,.notification-dropdown.active{opacity:1!important;visibility:visible!important;transform:translateY(0)!important;pointer-events:auto!important}.notification-head{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:6px 8px 12px;border-bottom:1px solid var(--border,#e5e7eb);margin-bottom:8px}.notif-pill{display:inline-flex;align-items:center;justify-content:center;background:#ffe4e6;color:#be123c;font-size:11px;font-weight:800;padding:4px 8px;border-radius:999px}.notification-list{display:grid;gap:8px;max-height:360px;overflow-y:auto}.notification-item,.notif-item{display:grid;gap:4px;padding:10px 12px;border-radius:14px;background:var(--surface-2,#f8fafc);border:1px solid transparent;color:var(--text,#111827);text-decoration:none}.notification-item:hover,.notif-item:hover{border-color:var(--border,#e5e7eb);background:var(--surface,#fff)}.notification-title,.notification-item strong,.notif-item strong{font-size:13px;font-weight:800;color:inherit}.notification-text,.notification-item small,.notif-item small{font-size:12px;color:var(--muted,#6b7280);line-height:1.45}.notification-empty,.notif-empty{padding:12px;color:var(--muted,#6b7280);text-align:center}#notifToastContainer{position:fixed;top:20px;right:15px;z-index:100000;display:flex;flex-direction:column;gap:10px;pointer-events:none}.notif-toast{pointer-events:auto;display:block;background:#111827;color:#fff;text-decoration:none;padding:13px 16px;border-radius:14px;min-width:240px;max-width:340px;box-shadow:0 14px 35px rgba(0,0,0,.28);animation:notifSlideIn .28s ease}.notif-toast strong{display:block;font-size:14px;margin-bottom:4px}.notif-toast div{color:#e5e7eb;line-height:1.45;font-size:13px}@keyframes notifSlideIn{from{transform:translateX(110%);opacity:0}to{transform:translateX(0);opacity:1}}@media (min-width:769px){.premium-header-desktop{margin-left:clamp(18px,3vw,46px);margin-right:clamp(10px,2vw,24px)}}@media (max-width:768px){.premium-header-desktop{display:none!important}.mobile-header-stack{display:block;position:relative;padding:10px 0 12px}.mobile-header-top{display:flex;justify-content:center;align-items:center;padding:2px 0 10px}.mobile-logo-center .header-logo-mark{height:50px;max-width:150px}.mobile-header-bottom,.mobile-header-actions{display:flex;align-items:center;width:100%;min-width:0}.mobile-header-actions{gap:8px}.mobile-header-search-bar{display:block;order:1;flex:1 1 auto;min-width:0;max-width:none}.mobile-header-search-bar input{height:40px;border-radius:14px;font-size:14px}.mobile-notification-wrap{order:2;flex:0 0 auto}#mobileThemeToggle{order:3;flex:0 0 40px;width:40px;height:40px}#mobileNavToggle{order:4;display:inline-flex;align-items:center;justify-content:center;flex:0 0 42px;width:42px;height:42px;margin:0;border-radius:12px}.mobile-header-actions .premium-icon-btn{width:40px;height:40px;flex:0 0 40px;border-radius:12px}.premium-nav-mobile{display:none;position:absolute!important;left:auto!important;right:0!important;top:calc(100%+8px)!important;width:min(320px,92vw)!important;max-width:calc(100vw - 20px)!important;text-align:left!important;z-index:120!important;background:var(--surface,#fff)!important;border:1px solid var(--border,#e5e7eb)!important;border-radius:18px!important;box-shadow:0 18px 45px rgba(15,23,42,.18)!important;padding:12px!important}.premium-nav-mobile.open{display:block!important}.premium-nav-mobile ul{width:100%!important;margin:0!important;padding:0!important;list-style:none!important;display:grid!important;gap:6px!important}.premium-nav-mobile a{display:block!important;width:100%!important;padding:12px 14px!important;border-radius:14px!important}.mobile-notification-dropdown,.notification-dropdown{position:fixed!important;top:110px!important;left:10px!important;right:10px!important;width:auto!important;min-width:0!important;max-width:none!important}.premium-notification-wrap{position:static}#notifToastContainer{top:12px;right:10px;left:10px}.notif-toast{min-width:0;max-width:none;width:100%}}@media (max-width:420px){.mobile-header-actions{gap:6px}.mobile-header-actions .premium-icon-btn,#mobileThemeToggle{width:36px;height:36px;flex-basis:36px}.mobile-header-actions .premium-menu-toggle,#mobileNavToggle{width:38px;height:38px;flex-basis:38px}.mobile-header-search-bar input{height:38px;font-size:13px;padding:0 10px}.mobile-logo-center .header-logo-mark{height:46px}}html.dark .premium-header,body.dark .premium-header{background:rgba(15,23,42,.92);border-bottom-color:rgba(255,255,255,.08)}html.dark .premium-nav a,body.dark .premium-nav a{color:#e5e7eb}html.dark .premium-search-input-wrap input,body.dark .premium-search-input-wrap input{background:#111827;color:#fff;border-color:rgba(255,255,255,.12)}html.dark .notification-dropdown,body.dark .notification-dropdown{background:#111827;color:#e5e7eb;border-color:rgba(255,255,255,.12)}.eq-coded-hero-section{padding:28px 0 26px;background:radial-gradient(circle at 80% 16%,rgba(236,72,153,.20),transparent 32%),radial-gradient(circle at 78% 90%,rgba(14,165,233,.18),transparent 36%),linear-gradient(135deg,#ffffff 0%,#f7fbff 45%,#fdf2f8 100%);}.eq-coded-hero{display:grid;grid-template-columns:minmax(0,.86fr) minmax(460px,1.14fr);align-items:center;gap:28px;padding:30px;border:1px solid rgba(219,229,241,.95);border-radius:30px;background:rgba(255,255,255,.76);box-shadow:0 26px 70px rgba(15,23,42,.10);overflow:hidden;}.eq-coded-hero-copy{position:relative;z-index:2}.eq-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border-radius:999px;background:#fff;color:#0b5cff;border:1px solid #dbeafe;font-size:12px;line-height:1;font-weight:900;letter-spacing:.07em;text-transform:uppercase;box-shadow:0 12px 26px rgba(15,23,42,.06);}.eq-coded-hero h1{margin:22px 0 16px;font-size:clamp(42px,5.4vw,76px);line-height:.96;letter-spacing:-.06em;font-weight:950;color:#070b17;}.eq-coded-hero h1 span{display:block;margin-top:8px;color:#ec1f73;}.eq-coded-hero p{max-width:520px;margin:0 0 24px;color:#475569;font-size:18px;line-height:1.7;}.eq-hero-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 26px;}.eq-hero-features span{min-height:58px;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;border:1px solid #e2e8f0;border-radius:18px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.05);font-weight:850;text-align:center;}.eq-hero-cta{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 30px;border-radius:999px;color:#fff!important;background:linear-gradient(135deg,#ec1f73,#ff4f94);box-shadow:0 18px 34px rgba(236,31,115,.25);font-weight:950;transition:transform .2s ease,box-shadow .2s ease;}.eq-hero-cta:hover{transform:translateY(-2px);box-shadow:0 24px 46px rgba(236,31,115,.30)}.eq-coded-hero-visual{display:block;position:relative;border-radius:26px;overflow:hidden;box-shadow:0 20px 50px rgba(15,23,42,.12);background:#fff;}.eq-coded-hero-visual img{width:100%;height:auto;display:block;}body.dark .eq-coded-hero-section{background:radial-gradient(circle at 82% 20%,rgba(236,72,153,.22),transparent 34%),radial-gradient(circle at 78% 86%,rgba(37,99,235,.20),transparent 36%),linear-gradient(135deg,#081120 0%,#0f172a 50%,#1f1230 100%);}body.dark .eq-coded-hero{background:rgba(15,23,42,.76);border-color:rgba(148,163,184,.18);}body.dark .eq-coded-hero h1{color:#f8fafc}body.dark .eq-coded-hero p{color:#cbd5e1}body.dark .eq-hero-features span,body.dark .eq-hero-badge{background:#111827;border-color:#243244}@media (max-width:900px){.eq-coded-hero{grid-template-columns:1fr;padding:22px;gap:22px}.eq-coded-hero-copy{text-align:center}.eq-coded-hero p{margin-left:auto;margin-right:auto}.eq-hero-features{grid-template-columns:1fr 1fr}}@media (max-width:560px){.eq-coded-hero-section{padding:16px 0 18px}.eq-coded-hero{border-radius:22px;padding:18px}.eq-coded-hero h1{font-size:42px;letter-spacing:-.045em}.eq-coded-hero p{font-size:15.5px}.eq-hero-features{grid-template-columns:1fr;gap:10px}.eq-hero-features span{justify-content:flex-start;text-align:left}.eq-hero-cta{width:100%}}.hero-section.hero-upgraded+.eq-photo-hero-wrap{display:none!important}@media (max-width:768px){.eq-photo-hero-box img{width:100%!important;height:auto!important;min-height:0!important;object-fit:contain!important;object-position:center!important;}.eq-photo-hero-card img,.eq-visual-hero-card img,.eq-coded-hero-visual img{height:auto!important;min-height:0!important;object-fit:contain!important;}}.premium-header-ad-wrap{display:none!important}.premium-header-bottom-ad-wrap{padding:10px 0 12px;}.header-bottom-ad:empty,.header-strip-ad:empty,.ad-box:empty,.ads-box:empty,.ad-placeholder:empty{display:none!important;}.header-strip-ad,.header-bottom-ad,.ad-box,.ads-box,.ad-placeholder,.ad-widget,.section-ad-break{border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;}.ad-box,.ads-box,.ad-placeholder{border-style:none!important;min-height:0!important;padding:0!important;}body:not(.ads-enabled) .premium-header-bottom-ad-wrap,body:not(.ads-enabled) .header-strip-ad,body:not(.ads-enabled) .header-bottom-ad,body:not(.ads-enabled) .ad-box,body:not(.ads-enabled) .ads-box,body:not(.ads-enabled) .ad-placeholder,body:not(.ads-enabled) .ad-widget,body:not(.ads-enabled) .section-ad-break{display:none!important;}.post-hero-media{display:flex;align-items:center;justify-content:center;background:var(--surface-2)}.post-hero-media img{width:100%;height:auto;max-height:520px;object-fit:contain;display:block}.post-rendered-content{font-size:18px;line-height:1.85;color:var(--text)}.post-rendered-content h1,.post-rendered-content h2,.post-rendered-content h3,.post-rendered-content h4{line-height:1.35;margin:26px 0 12px;color:var(--text)}.post-rendered-content h2{font-size:1.65rem}.post-rendered-content h3{font-size:1.35rem}.post-rendered-content p{margin:0 0 18px}.post-rendered-content ul,.post-rendered-content ol{margin:0 0 20px 24px;padding:0}.post-rendered-content li{margin:8px 0}.post-rendered-content img,.post-body-card img{max-width:100%;height:auto;display:block;margin:18px auto;border-radius:18px;box-shadow:var(--shadow)}.post-rendered-content iframe,.post-rendered-content video{max-width:100%;border:0;border-radius:18px}.post-rendered-content table{width:100%;border-collapse:collapse;display:block;overflow-x:auto}.post-rendered-content th,.post-rendered-content td{border:1px solid var(--border);padding:10px}.post-rendered-content .ad-box{margin:24px 0}@media (max-width:760px){.post-rendered-content{font-size:16px;line-height:1.75}.post-hero-media{min-height:auto}.post-hero-media img{max-height:none}.post-body-card{padding:18px}}.post-card,.blog-card,.recent-post-card,.category-card,.sidebar-post,.post-body-card,.post-hero-media{overflow:hidden;}.post-card-image,.blog-card-image,.recent-post-card .post-card-image,.post-thumb,.card-image{width:100% !important;display:flex !important;align-items:center !important;justify-content:center !important;overflow:hidden !important;background:#eef3f8 !important;border-radius:18px 18px 0 0;aspect-ratio:16 / 9 !important;height:auto !important;min-height:0 !important;}.post-card-image img,.blog-card-image img,.recent-post-card img,.post-card img,.blog-card img,.card img,.post-thumb img{width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;object-fit:contain !important;object-position:center center !important;display:block !important;margin:0 auto !important;border-radius:0 !important;background:#eef3f8 !important;box-shadow:none !important;}.sidebar-post{overflow:hidden !important;}.sidebar-post img{width:88px !important;height:72px !important;object-fit:contain !important;object-position:center !important;background:#eef3f8 !important;}.post-hero-media{min-height:0 !important;aspect-ratio:auto !important;background:#eef3f8 !important;}.post-hero-media img{width:100% !important;height:auto !important;max-height:none !important;object-fit:contain !important;object-position:center !important;background:#eef3f8 !important;}.post-rendered-content img,.post-body-card img,.article-content img{width:auto !important;max-width:100% !important;height:auto !important;object-fit:contain !important;object-position:center !important;display:block !important;clear:both !important;margin:18px auto !important;}.post-rendered-content::after,.post-body-card::after,.main-column::after{content:"";display:block;clear:both;}@media (max-width:768px){.post-card-image,.blog-card-image,.recent-post-card .post-card-image,.post-thumb,.card-image{aspect-ratio:16 / 9 !important;}.post-card-image img,.post-card img,.blog-card img,.recent-post-card img{object-fit:contain !important;}}:root{--eq-green:#00c853;--eq-green-dark:#008f3a;--eq-yellow:#ffd600;--eq-black:#0d0f12;--eq-card:#111827;--eq-soft:#f8fafc}.eq-text-logo{gap:10px!important;text-decoration:none!important;line-height:1!important;max-width:none!important}.eq-logo-mark{width:42px;height:42px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--eq-green),var(--eq-yellow));color:#07120c;font-weight:900;font-size:15px;box-shadow:0 12px 24px rgba(0,200,83,.22);letter-spacing:-.03em;flex:0 0 auto}.eq-logo-word{font-size:24px;font-weight:900;letter-spacing:-.045em;color:var(--text);white-space:nowrap;line-height:1}.eq-logo-word span{color:var(--eq-green)}.dark .eq-logo-word{color:#fff}.premium-logo.eq-text-logo img{display:none!important}.eq-real-hero-wrap{padding:26px 0 20px;background:radial-gradient(circle at 15% 20%,rgba(0,200,83,.14),transparent 28%),radial-gradient(circle at 84% 14%,rgba(255,214,0,.16),transparent 30%),linear-gradient(135deg,#f8fafc 0%,#ffffff 45%,#ecfdf5 100%)}.dark .eq-real-hero-wrap{background:radial-gradient(circle at 15% 20%,rgba(0,200,83,.18),transparent 28%),radial-gradient(circle at 84% 14%,rgba(255,214,0,.12),transparent 30%),linear-gradient(135deg,#07120c 0%,#0d0f12 50%,#10221a 100%)}.eq-real-hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:26px;align-items:center;border:1px solid rgba(0,200,83,.16);border-radius:30px;padding:34px;background:rgba(255,255,255,.82);box-shadow:0 28px 80px rgba(15,23,42,.12);overflow:hidden;position:relative}.dark .eq-real-hero{background:rgba(15,23,42,.78);border-color:rgba(255,255,255,.1);box-shadow:0 28px 80px rgba(0,0,0,.35)}.eq-real-hero:before{content:"";position:absolute;inset:auto -90px -90px auto;width:230px;height:230px;border-radius:999px;background:rgba(0,200,83,.12);filter:blur(2px)}.eq-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border-radius:999px;background:#07120c;color:var(--eq-yellow);font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px}.eq-real-hero h1{margin:0;font-size:clamp(34px,5vw,64px);line-height:1.02;letter-spacing:-.06em;color:#0f172a;max-width:760px}.dark .eq-real-hero h1{color:#fff}.eq-real-hero p{margin:18px 0 0;color:var(--muted);font-size:clamp(16px,2vw,19px);max-width:620px}.eq-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.eq-hero-primary,.eq-hero-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:999px;font-weight:900}.eq-hero-primary{background:linear-gradient(135deg,var(--eq-yellow),#ffb300);color:#111;box-shadow:0 14px 30px rgba(255,214,0,.25)}.eq-hero-secondary{border:1px solid var(--border);background:var(--surface);color:var(--text)}.eq-hero-trust{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.eq-hero-trust span{font-size:13px;font-weight:800;color:#0f5132;background:rgba(0,200,83,.1);padding:8px 10px;border-radius:999px}.dark .eq-hero-trust span{color:#bbf7d0;background:rgba(0,200,83,.14)}.eq-real-hero-visual{position:relative;min-height:360px;display:grid;place-items:center}.eq-income-card{width:min(420px,100%);padding:26px;border-radius:28px;background:linear-gradient(145deg,#0d0f12,#16251d);color:#fff;box-shadow:0 26px 70px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.08)}.eq-card-main strong{display:block;font-size:34px;letter-spacing:-.04em}.eq-card-main span{display:block;color:#cbd5e1;margin-top:4px}.eq-progress{height:12px;border-radius:999px;background:rgba(255,255,255,.12);overflow:hidden;margin-top:24px}.eq-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--eq-green),var(--eq-yellow))}.eq-income-grid{position:absolute;left:0;right:0;bottom:8px;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.eq-income-grid div{padding:14px 10px;border-radius:18px;background:rgba(255,255,255,.92);box-shadow:0 14px 34px rgba(15,23,42,.12);display:grid;gap:4px;text-align:center;font-weight:900}.dark .eq-income-grid div{background:rgba(15,23,42,.9);border:1px solid rgba(255,255,255,.08)}.eq-income-grid b{font-size:24px}.eq-income-grid span{font-size:12px;color:var(--text)}.ticker-wrap{border-color:rgba(0,200,83,.22)!important}.ticker-wrap>span,.ticker-badge{background:linear-gradient(135deg,var(--eq-green),var(--eq-green-dark))!important;color:#fff!important}.category-card.premium{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.category-card.premium:hover{transform:translateY(-5px);border-color:rgba(0,200,83,.35);box-shadow:0 24px 60px rgba(0,200,83,.12)}.category-icon{width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,rgba(0,200,83,.14),rgba(255,214,0,.18));display:flex;align-items:center;justify-content:center}.ad-box,.ad-placeholder,.ads,.section-ad-break:empty,.ad-widget:empty{display:none!important}@media(max-width:900px){.eq-real-hero{grid-template-columns:1fr;padding:24px;border-radius:24px}.eq-real-hero-visual{min-height:280px}.eq-income-grid{position:relative;margin-top:-34px}.eq-logo-word{font-size:21px}.eq-logo-mark{width:38px;height:38px;border-radius:13px}}@media(max-width:560px){.eq-real-hero-wrap{padding:14px 0}.eq-real-hero{padding:20px;width:calc(100% - 24px)}.eq-hero-actions a{width:100%}.eq-income-grid{grid-template-columns:repeat(2,1fr)}.eq-real-hero-visual{min-height:auto}.eq-income-card{padding:22px}.eq-card-main strong{font-size:28px}.eq-logo-word{font-size:18px}.eq-logo-mark{width:34px;height:34px;font-size:13px}.mobile-logo-center.eq-text-logo{justify-content:center!important}}.comment-empty-note{padding:18px;border-radius:14px;background:rgba(15,23,42,.06);color:#64748b;font-weight:600;text-align:center}.comment-card{position:relative}.reply-toggle-btn{cursor:pointer}.comments-wrap.comments-open{display:block}@media (min-width:992px){.premium-header-main,.premium-header-desktop{display:flex !important;align-items:center !important;flex-wrap:nowrap !important;gap:18px !important;}.premium-logo{flex:0 0 auto !important;}.premium-nav{flex:1 1 auto !important;min-width:0 !important;width:auto !important;display:flex !important;justify-content:center !important;}.premium-nav ul{display:flex !important;align-items:center !important;justify-content:center !important;flex-wrap:nowrap !important;gap:12px !important;margin:0 !important;padding:0 !important;white-space:nowrap !important;}.premium-nav li{flex:0 0 auto !important;list-style:none !important;}.premium-nav a{white-space:nowrap !important;padding:8px 10px !important;}.premium-actions{flex:0 0 auto !important;display:flex !important;align-items:center !important;flex-wrap:nowrap !important;gap:8px !important;width:auto !important;}.desktop-search-form,.premium-search-inline{width:150px !important;max-width:150px !important;min-width:150px !important;flex:0 0 150px !important;display:flex !important;}.desktop-search-form .premium-search-input-wrap,.premium-search-inline .premium-search-input-wrap{width:150px !important;max-width:150px !important;min-width:0 !important;flex:0 0 150px !important;}.desktop-search-form input,.premium-search-inline input,#headerSearchInput{width:150px !important;max-width:150px !important;min-width:0 !important;height:38px !important;padding:0 10px !important;font-size:13px !important;}}.post-card img,.sidebar-post img,.popular-post img,.trending-post img,.thumbnail-img,.post-thumb img{image-rendering:auto !important;filter:none !important;transform:none;backface-visibility:hidden;}.post-card .post-image,.post-card img,.thumbnail-img{aspect-ratio:16 / 9;object-fit:contain !important;object-position:center !important;background:#f8fafc;}.post-hero-media,.featured-image-fixed{aspect-ratio:16 / 9 !important;overflow:hidden !important;background:#f8fafc !important;}.post-hero-media img,.featured-image-fixed img,.post-hero img{width:100% !important;height:100% !important;object-fit:contain !important;object-position:center !important;image-rendering:auto !important;filter:none !important;}.post-body-card .telegram-box{margin:20px 0;padding:14px 16px;border-radius:18px;background:linear-gradient(135deg,#0f172a,#e91e63);text-align:center;color:#fff;box-shadow:0 8px 25px rgba(233,30,99,.18);}.post-body-card .telegram-box b{display:block;font-size:18px;margin-bottom:8px;color:#fff;font-weight:700;}.post-body-card .telegram-box p{font-size:14px;color:#f3f4f6;margin:0 auto 12px;line-height:1.5;max-width:600px;}.post-body-card .telegram-box a{display:inline-block;padding:9px 16px;border-radius:40px;background:#229ED9;color:#fff !important;text-decoration:none !important;font-size:14px;font-weight:600;box-shadow:0 4px 15px rgba(34,158,217,.35);}@media(max-width:768px){.post-body-card .telegram-box{margin:18px 0;padding:13px 14px;border-radius:16px;}.post-body-card .telegram-box b{font-size:16px;}.post-body-card .telegram-box p{font-size:13px;margin-bottom:10px;}.post-body-card .telegram-box a{padding:8px 14px;font-size:13px;}}.contact-socials{display:flex;gap:14px;flex-wrap:wrap;margin-top:18px;}.contact-socials a{width:54px;height:54px;border-radius:18px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.12);transition:.3s ease;}.contact-socials a:hover{transform:translateY(-3px);}.contact-socials img{width:26px;height:26px;object-fit:contain;}@media (min-width:901px){.premium-header-inner{max-width:100%!important;padding-left:16px!important;padding-right:16px!important}.premium-header-desktop{display:grid!important;grid-template-columns:minmax(170px,190px) minmax(0,1fr) minmax(168px,205px)!important;gap:8px!important;align-items:center!important}.premium-logo.eq-text-logo{gap:7px!important}.premium-logo .eq-logo-mark{width:36px!important;height:36px!important;border-radius:12px!important;font-size:14px!important;flex:0 0 36px!important}.premium-logo .eq-logo-word{font-size:21px!important;line-height:1!important;white-space:nowrap!important}.premium-nav{min-width:0!important;overflow:visible!important}.premium-nav ul{display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap!important;gap:2px!important;overflow:visible!important;white-space:nowrap!important;margin:0!important;padding:0!important}.premium-nav a{font-size:12px!important;line-height:1!important;font-weight:850!important;padding:8px 5px!important;border-radius:999px!important;letter-spacing:-.015em!important;white-space:nowrap!important}.premium-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:6px!important;min-width:0!important}.desktop-search-form{width:118px!important;min-width:118px!important;max-width:118px!important;flex:0 0 118px!important}.desktop-search-form .premium-search-input-wrap{width:118px!important;max-width:118px!important}.desktop-search-form input,#headerSearchInput{width:118px!important;max-width:118px!important;height:36px!important;padding:0 9px!important;font-size:12px!important}.premium-action-icons{display:flex!important;align-items:center!important;gap:5px!important;flex:0 0 auto!important}.premium-icon-btn{width:36px!important;height:36px!important;min-width:36px!important;border-radius:13px!important}}@media (min-width:1200px){.premium-header-desktop{grid-template-columns:minmax(190px,220px) minmax(0,1fr) minmax(190px,230px)!important;gap:10px!important}.premium-nav a{font-size:13px!important;padding:8px 7px!important}.desktop-search-form,.desktop-search-form .premium-search-input-wrap,.desktop-search-form input,#headerSearchInput{width:140px!important;max-width:140px!important;min-width:0!important}}@media (max-width:900px){.premium-nav-mobile{padding:10px 14px!important;border-radius:20px!important;max-height:72vh!important;overflow-y:auto!important}.premium-nav-mobile ul{gap:2px!important;margin:0!important;padding:0!important}.premium-nav-mobile li{margin:0!important;padding:0!important}.premium-nav-mobile a{min-height:36px!important;padding:7px 10px!important;font-size:15px!important;line-height:1.1!important;border-radius:12px!important}}@media (max-width:520px){.mobile-header-top{padding-bottom:6px!important}.mobile-header-actions{gap:7px!important}.premium-nav-mobile{top:calc(100%+6px)!important;left:10px!important;right:10px!important;padding:8px 12px!important}.premium-nav-mobile a{min-height:34px!important;padding:6px 8px!important;font-size:14px!important}}.eq-footer-category-columns{grid-template-columns:repeat(2,minmax(0,1fr))!important;column-gap:26px!important;row-gap:12px!important;align-items:start!important}.eq-footer-category-columns a{font-size:15px!important;white-space:nowrap!important}.eq-social-btn img,.social-widget .footer-social img,.contact-socials img{background:transparent!important;border-radius:0!important;padding:0!important;box-shadow:none!important}@media (min-width:901px){.premium-header-inner,.header .container{max-width:100%!important;width:100%!important;padding-left:10px!important;padding-right:10px!important;overflow:visible!important;}.premium-header-desktop{display:grid!important;grid-template-columns:150px minmax(0,1fr) 168px!important;gap:5px!important;align-items:center!important;width:100%!important;min-width:0!important;}.premium-logo.eq-text-logo{gap:6px!important;min-width:0!important;max-width:150px!important;overflow:hidden!important;}.premium-logo .eq-logo-mark{width:32px!important;height:32px!important;min-width:32px!important;flex:0 0 32px!important;border-radius:10px!important;font-size:13px!important;}.premium-logo .eq-logo-word{font-size:18px!important;line-height:1!important;font-weight:760!important;letter-spacing:-.05em!important;white-space:nowrap!important;}.premium-nav{min-width:0!important;width:100%!important;overflow:visible!important;}.premium-nav ul{display:flex!important;align-items:center!important;justify-content:flex-start!important;flex-wrap:nowrap!important;gap:0!important;width:100%!important;min-width:0!important;margin:0!important;padding:0!important;overflow:visible!important;white-space:nowrap!important;}.premium-nav li{flex:0 1 auto!important;min-width:0!important;}.premium-nav a{display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:11px!important;line-height:1!important;font-weight:650!important;padding:7px 4px!important;border-radius:999px!important;letter-spacing:-.025em!important;white-space:nowrap!important;max-width:none!important;}.premium-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:4px!important;min-width:0!important;max-width:168px!important;overflow:visible!important;}.desktop-search-form{width:88px!important;min-width:88px!important;max-width:88px!important;flex:0 0 88px!important;margin:0!important;}.desktop-search-form .premium-search-input-wrap{width:88px!important;max-width:88px!important;min-width:0!important;}.desktop-search-form input,#headerSearchInput{width:88px!important;max-width:88px!important;min-width:0!important;height:32px!important;padding:0 7px!important;font-size:11px!important;border-radius:12px!important;}.premium-action-icons{display:flex!important;align-items:center!important;gap:3px!important;flex:0 0 auto!important;min-width:0!important;}.premium-icon-btn{width:32px!important;height:32px!important;min-width:32px!important;flex:0 0 32px!important;border-radius:11px!important;padding:0!important;}.notif-badge{right:-5px!important;top:-7px!important;font-size:10px!important;min-width:18px!important;height:18px!important;padding:0 4px!important;}}@media (min-width:1200px){.premium-header-inner,.header .container{padding-left:14px!important;padding-right:14px!important;}.premium-header-desktop{grid-template-columns:170px minmax(0,1fr) 185px!important;gap:7px!important;}.premium-logo.eq-text-logo{max-width:170px!important}.premium-logo .eq-logo-word{font-size:20px!important}.premium-logo .eq-logo-mark{width:34px!important;height:34px!important;min-width:34px!important;flex-basis:34px!important;}.premium-nav a{font-size:11.5px!important;padding:7px 5px!important;font-weight:670!important;}.premium-actions{max-width:185px!important;gap:5px!important}.desktop-search-form,.desktop-search-form .premium-search-input-wrap,.desktop-search-form input,#headerSearchInput{width:104px!important;max-width:104px!important;min-width:0!important;}.premium-icon-btn{width:33px!important;height:33px!important;min-width:33px!important;flex-basis:33px!important;}}@media (min-width:1400px){.premium-header-desktop{grid-template-columns:190px minmax(0,1fr) 215px!important;gap:10px!important;}.premium-logo .eq-logo-word{font-size:22px!important}.premium-nav a{font-size:12.5px!important;padding:8px 7px!important;font-weight:700!important;}.premium-actions{max-width:215px!important;gap:6px!important}.desktop-search-form,.desktop-search-form .premium-search-input-wrap,.desktop-search-form input,#headerSearchInput{width:132px!important;max-width:132px!important;}.premium-icon-btn{width:35px!important;height:35px!important;min-width:35px!important;flex-basis:35px!important;}}.eq-footer-social,.social-widget .footer-social,.contact-socials,.sidebar-social-icons{display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap!important;gap:10px!important;white-space:nowrap!important;overflow:visible!important;}.eq-social-btn,.social-widget .footer-social a,.contact-socials a,.sidebar-social-icons a{width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;padding:0!important;margin:0!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important;}.eq-social-btn img,.social-widget .footer-social img,.contact-socials img,.sidebar-social-icons img{width:32px!important;height:32px!important;max-width:32px!important;max-height:32px!important;object-fit:contain!important;display:block!important;background:transparent!important;box-shadow:none!important;padding:0!important;}.eq-social-x,.contact-socials a[aria-label="X"],.sidebar-social-icons a[aria-label="X"],.social-widget .footer-social a[aria-label="X"]{background:#000!important;border-radius:50%!important;overflow:hidden!important;}.eq-social-x img,.contact-socials a[aria-label="X"] img,.sidebar-social-icons a[aria-label="X"] img,.social-widget .footer-social a[aria-label="X"] img{width:22px!important;height:22px!important;max-width:22px!important;max-height:22px!important;border-radius:0!important;background:#000!important;}.contact-socials{justify-content:flex-start!important;gap:11px!important;}@media(max-width:520px){.contact-socials,.social-widget .footer-social,.sidebar-social-icons{gap:8px!important}.eq-social-btn,.social-widget .footer-social a,.contact-socials a,.sidebar-social-icons a{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important}.eq-social-btn img,.social-widget .footer-social img,.contact-socials img,.sidebar-social-icons img{width:30px!important;height:30px!important;max-width:30px!important;max-height:30px!important}.eq-social-x img,.contact-socials a[aria-label="X"] img,.sidebar-social-icons a[aria-label="X"] img,.social-widget .footer-social a[aria-label="X"] img{width:20px!important;height:20px!important;max-width:20px!important;max-height:20px!important}.contact-socials{justify-content:flex-start!important}}:root{--eq-ui-font:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;}body,.premium-header,.premium-nav a,.premium-search-form input{font-family:var(--eq-ui-font)!important;}@media (min-width:901px){.premium-header-inner{width:100%!important;max-width:100%!important;padding:0 18px!important;margin:0 auto!important;}.premium-header-desktop{display:grid!important;grid-template-columns:170px minmax(0,1fr) 245px!important;align-items:center!important;gap:10px!important;width:100%!important;min-width:0!important;}.premium-logo.eq-text-logo{max-width:170px!important;gap:7px!important;overflow:hidden!important;}.premium-logo .eq-logo-mark{width:34px!important;height:34px!important;min-width:34px!important;border-radius:12px!important;font-size:13px!important;}.premium-logo .eq-logo-word{font-size:19px!important;font-weight:760!important;letter-spacing:-.045em!important;white-space:nowrap!important;}.premium-nav{min-width:0!important;width:100%!important;overflow:hidden!important;}.premium-nav ul{display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap!important;gap:1px!important;white-space:nowrap!important;overflow:visible!important;}.premium-nav li{flex:0 0 auto!important;}.premium-nav a{font-size:12px!important;font-weight:650!important;letter-spacing:-.03em!important;line-height:1!important;padding:7px 5px!important;border-radius:999px!important;}.premium-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;width:245px!important;max-width:245px!important;min-width:245px!important;overflow:visible!important;}.desktop-search-form{width:155px!important;min-width:155px!important;max-width:155px!important;flex:0 0 155px!important;margin:0!important;}.desktop-search-form .premium-search-input-wrap,.desktop-search-form input,#headerSearchInput{width:155px!important;max-width:155px!important;min-width:0!important;}.desktop-search-form input,#headerSearchInput{height:34px!important;padding:0 10px!important;font-size:12px!important;border-radius:13px!important;}.premium-action-icons{display:flex!important;align-items:center!important;gap:7px!important;flex:0 0 auto!important;min-width:74px!important;}.premium-icon-btn{width:34px!important;height:34px!important;min-width:34px!important;flex:0 0 34px!important;border-radius:12px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}#themeToggle{display:inline-flex!important;visibility:visible!important;opacity:1!important;}}@media (min-width:1200px){.premium-header-desktop{grid-template-columns:178px minmax(0,1fr) 265px!important;gap:12px!important;}.premium-actions{width:265px!important;max-width:265px!important;min-width:265px!important;}.desktop-search-form,.desktop-search-form .premium-search-input-wrap,.desktop-search-form input,#headerSearchInput{width:170px!important;max-width:170px!important;min-width:0!important;}.premium-nav a{font-size:12.5px!important;padding:7px 6px!important;}}@media (max-width:1100px) and (min-width:901px){.premium-header-desktop{grid-template-columns:150px minmax(0,1fr) 220px!important;gap:7px!important;}.premium-logo.eq-text-logo{max-width:150px!important;}.premium-logo .eq-logo-word{font-size:17px!important;}.premium-nav a{font-size:11px!important;padding:6px 3px!important;}.premium-actions{width:220px!important;max-width:220px!important;min-width:220px!important;gap:5px!important;}.desktop-search-form,.desktop-search-form .premium-search-input-wrap,.desktop-search-form input,#headerSearchInput{width:135px!important;max-width:135px!important;}}@media (max-width:768px){.premium-nav-mobile ul{gap:4px!important;}.premium-nav-mobile a{min-height:38px!important;padding:7px 12px!important;font-size:15px!important;font-weight:760!important;}#mobileThemeToggle{display:inline-flex!important;visibility:visible!important;opacity:1!important;}}.eq-footer-social,.social-widget .footer-social,.contact-socials,.sidebar-social-icons,.social-mini-icons{display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap!important;gap:10px!important;white-space:nowrap!important;overflow:visible!important;}.eq-social-btn,.social-widget .footer-social a,.contact-socials a,.sidebar-social-icons a{width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;padding:0!important;margin:0!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}.eq-social-btn:hover,.social-widget .footer-social a:hover,.contact-socials a:hover,.sidebar-social-icons a:hover{transform:translateY(-1px) scale(1.04)!important;box-shadow:none!important;border:0!important;filter:drop-shadow(0 5px 8px rgba(0,0,0,.18))!important;}.eq-social-btn img,.social-widget .footer-social img,.contact-socials img,.sidebar-social-icons img{width:30px!important;height:30px!important;max-width:30px!important;max-height:30px!important;object-fit:contain!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;padding:0!important;display:block!important;}.eq-social-x img,.contact-socials a[aria-label="X"] img,.sidebar-social-icons a[aria-label="X"] img{border-radius:50%!important;background:#000!important;}.contact-socials{justify-content:flex-start!important;gap:12px!important;}.social-widget .footer-social{gap:12px!important;}@media(max-width:520px){.eq-footer-social,.social-widget .footer-social,.contact-socials,.sidebar-social-icons{gap:8px!important}.eq-social-btn img,.social-widget .footer-social img,.contact-socials img,.sidebar-social-icons img{width:27px!important;height:27px!important;max-width:27px!important;max-height:27px!important}.contact-socials{justify-content:center!important}}.category-grid.premium-cats{gap:16px!important;}.premium-cats .category-card,.category-card.premium{padding:16px!important;border-radius:18px!important;min-height:150px!important;box-shadow:0 10px 28px rgba(15,23,42,.07)!important;}.premium-cats .category-card:hover{transform:translateY(-2px)!important;box-shadow:0 16px 36px rgba(15,23,42,.10)!important;}.category-card .category-icon,.category-icon{width:42px!important;height:42px!important;border-radius:14px!important;font-size:25px!important;margin-bottom:10px!important;}.category-card h3{font-size:17px!important;margin:8px 0 6px!important;line-height:1.25!important;font-weight:760!important;}.category-card p{font-size:14px!important;line-height:1.55!important;margin:0!important;}@media(max-width:768px){.category-grid.premium-cats{gap:12px!important}.premium-cats .category-card,.category-card.premium{padding:14px!important;min-height:132px!important}.category-card .category-icon,.category-icon{width:38px!important;height:38px!important;font-size:22px!important}.category-card h3{font-size:16px!important}.category-card p{font-size:13.5px!important}}@media (min-width:901px){.premium-header-inner{max-width:100%!important;width:100%!important;padding-left:14px!important;padding-right:14px!important;overflow:visible!important;}.premium-header-desktop{display:grid!important;grid-template-columns:180px minmax(0,1fr) 220px!important;gap:8px!important;align-items:center!important;width:100%!important;overflow:visible!important;}.premium-logo.eq-text-logo{max-width:180px!important;min-width:0!important;}.premium-nav{min-width:0!important;overflow:hidden!important;}.premium-nav ul{justify-content:center!important;gap:0!important;overflow:hidden!important;}.premium-nav a{font-size:12px!important;font-weight:650!important;padding:7px 4px!important;letter-spacing:-.035em!important;}.premium-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;width:220px!important;min-width:220px!important;max-width:220px!important;gap:6px!important;overflow:visible!important;flex-wrap:nowrap!important;}.desktop-search-form{display:block!important;width:120px!important;min-width:120px!important;max-width:120px!important;flex:0 0 120px!important;margin:0!important;}.desktop-search-form .premium-search-input-wrap,.desktop-search-form input,#headerSearchInput{width:120px!important;min-width:0!important;max-width:120px!important;}.desktop-search-form input,#headerSearchInput{height:34px!important;padding:0 9px!important;font-size:12px!important;border-radius:13px!important;}.premium-action-icons{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:6px!important;flex:0 0 auto!important;min-width:76px!important;width:76px!important;overflow:visible!important;}.premium-notification-wrap{display:inline-flex!important;align-items:center!important;position:relative!important;flex:0 0 34px!important;min-width:34px!important;overflow:visible!important;}#notificationToggle,.notification-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:34px!important;height:34px!important;min-width:34px!important;flex:0 0 34px!important;overflow:visible!important;}#themeToggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:34px!important;height:34px!important;min-width:34px!important;flex:0 0 34px!important;visibility:visible!important;opacity:1!important;overflow:visible!important;position:relative!important;z-index:9999!important;font-size:18px!important;line-height:1!important;color:#111827!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;}#themeToggle span{display:inline-flex!important;visibility:visible!important;opacity:1!important;font-size:18px!important;line-height:1!important;}body.dark #themeToggle,.dark #themeToggle{color:#facc15!important;}}@media (min-width:1200px){.premium-header-desktop{grid-template-columns:190px minmax(0,1fr) 230px!important;gap:10px!important;}.premium-actions{width:230px!important;min-width:230px!important;max-width:230px!important;}.desktop-search-form,.desktop-search-form .premium-search-input-wrap,.desktop-search-form input,#headerSearchInput{width:130px!important;max-width:130px!important;}.premium-nav a{font-size:12.2px!important;padding:7px 5px!important;}}@media (max-width:1100px) and (min-width:901px){.premium-header-desktop{grid-template-columns:155px minmax(0,1fr) 205px!important;gap:6px!important;}.premium-logo.eq-text-logo{max-width:155px!important;}.premium-logo .eq-logo-word{font-size:17px!important;}.premium-actions{width:205px!important;min-width:205px!important;max-width:205px!important;gap:5px!important;}.desktop-search-form,.desktop-search-form .premium-search-input-wrap,.desktop-search-form input,#headerSearchInput{width:112px!important;max-width:112px!important;}.premium-nav a{font-size:10.8px!important;padding:6px 3px!important;}}.top-category-tags{display:none!important;}.seo-keyword-pills.seo-category-tags-row a{display:inline-flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;}
/* assets/css/production-premium-upgrades.css */
:root{--eq-skeleton:#eef2f7;--eq-skeleton-hi:#f8fafc}html.dark,body.dark{--eq-skeleton:#111827;--eq-skeleton-hi:#1f2937}aside.sidebar .widget a.sidebar-post,.sidebar .widget a.sidebar-post,.sticky-sidebar .widget a.sidebar-post,.eq-sidebar-post-shell a.sidebar-post,a.sidebar-post{grid-template-columns:128px minmax(0,1fr)!important;gap:14px!important;align-items:center!important;min-height:82px!important;padding:12px 0!important;overflow:visible!important}aside.sidebar .widget a.sidebar-post>img,.sidebar .widget a.sidebar-post>img,.sticky-sidebar .widget a.sidebar-post>img,.eq-sidebar-post-shell a.sidebar-post>img,a.sidebar-post>img,.sidebar-post img{width:128px!important;height:72px!important;min-width:128px!important;max-width:128px!important;min-height:72px!important;max-height:72px!important;aspect-ratio:16/9!important;object-fit:contain!important;object-position:center center!important;background:#f8fafc!important;border-radius:18px 18px 12px 12px!important;box-shadow:0 8px 20px rgba(15,23,42,.07)!important;image-rendering:auto!important;filter:none!important;transform:translateZ(0)!important}html.dark .sidebar-post img,body.dark .sidebar-post img{background:#111827!important}@media(max-width:760px){aside.sidebar .widget a.sidebar-post,.sidebar .widget a.sidebar-post,.sticky-sidebar .widget a.sidebar-post,.eq-sidebar-post-shell a.sidebar-post,a.sidebar-post{grid-template-columns:116px minmax(0,1fr)!important;min-height:76px!important;gap:12px!important}aside.sidebar .widget a.sidebar-post>img,.sidebar .widget a.sidebar-post>img,.sticky-sidebar .widget a.sidebar-post>img,.eq-sidebar-post-shell a.sidebar-post>img,a.sidebar-post>img,.sidebar-post img{width:116px!important;height:65px!important;min-width:116px!important;max-width:116px!important;min-height:65px!important;max-height:65px!important;object-fit:contain!important}}.eq-img-loading{background:linear-gradient(90deg,var(--eq-skeleton),var(--eq-skeleton-hi),var(--eq-skeleton));background-size:220% 100%;animation:eqSkeleton 1.25s ease-in-out infinite}@keyframes eqSkeleton{0%{background-position:180% 0}100%{background-position:-180% 0}}#eq-reading-progress{position:fixed;left:0;top:0;width:0;height:3px;z-index:99999;background:linear-gradient(90deg,#e91e63,#2563eb);box-shadow:0 2px 10px rgba(37,99,235,.35)}.eq-toast{position:fixed;left:50%;bottom:24px;transform:translateX(-50%) translateY(20px);background:#0f172a;color:#fff;padding:10px 14px;border-radius:999px;font-weight:800;font-size:13px;opacity:0;pointer-events:none;z-index:99999;transition:.25s}.eq-toast.show{opacity:1;transform:translateX(-50%) translateY(0)}.copy-link-btn{cursor:pointer}.post-rendered-content img,.post-body-card img{content-visibility:auto;max-width:100%;height:auto}
/* assets/css/post.css */
 .comment-hp-field{position:absolute!important;left:-9999px!important;opacity:0!important;height:0!important;width:0!important;pointer-events:none!important}.comment-card{transition:background .25s ease,box-shadow .25s ease,border-color .25s ease}.comment-card.highlight-comment{background:#fff7ed!important;border-color:#fb923c!important;box-shadow:0 0 0 3px rgba(251,146,60,.20)!important}.comment-card.pinned-comment{border-left:4px solid #e11d48;background:#fff1f2}.comment-card.trending-comment{box-shadow:0 10px 24px rgba(225,29,72,.08)}.pin-badge{display:inline-flex;align-items:center;gap:4px;margin-left:8px;background:#ffe4e6;color:#be123c;border-radius:999px;padding:2px 7px;font-size:11px;font-weight:700}.comment-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:10px}.comment-actions button{border:1px solid #e5e7eb;background:#fff;border-radius:999px;padding:7px 10px;cursor:pointer;font-weight:600;color:#111827;transition:.2s ease}.comment-actions button:hover:not(:disabled){background:#f9fafb;transform:translateY(-1px)}.comment-actions button:disabled{opacity:.55;cursor:not-allowed}.reaction-btn.active,.vote-btn.active{background:#fff1f2;border-color:#fb7185;color:#be123c}.comment-replies{margin-left:22px;margin-top:14px;padding-left:16px;border-left:2px solid #f1f5f9}.trending-comments-box{background:#fff;border:1px solid #eef2f7;border-radius:16px;padding:18px;box-shadow:0 8px 24px rgba(15,23,42,.06)}.trending-comments-box h3{margin:0 0 12px}.trending-comment-link{display:block;text-decoration:none;color:#111827;background:#f8fafc;border-radius:12px;padding:10px 12px;margin-bottom:8px}.trending-comment-link:hover{background:#fff1f2;color:#be123c}.pending-preview{opacity:.82;border-style:dashed}@media(max-width:768px){.comment-replies{margin-left:10px;padding-left:10px}.comment-actions{gap:6px}.comment-actions button{font-size:12px;padding:6px 8px}}#commentsSection{display:none;}#commentsSection.comments-open{display:block;}.comments-wrap .section-head{display:none;}.comment-tree,.comments-list{display:flex;flex-direction:column;gap:12px;}.comment-card{background:#fff;border:1px solid #eef2f7;border-radius:18px;padding:14px 16px;box-shadow:0 8px 24px rgba(15,23,42,.06);}.comment-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px;}.comment-head strong{font-size:15px;font-weight:800;color:#111827;}.comment-head span{font-size:12px;color:#6b7280;}.comment-card p{margin:8px 0 10px;color:#374151;line-height:1.6;}.comment-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;}.comment-actions button{border:0;background:#f3f4f6;color:#111827;border-radius:999px;padding:8px 12px;cursor:pointer;font-size:14px;font-weight:700;}.comment-actions button:hover{background:#e5e7eb;}.reply-form{margin-top:12px;background:#f9fafb;border-radius:14px;padding:12px;}.reply-form.hidden{display:none;}.comment-replies{margin-top:12px;margin-left:24px;padding-left:14px;border-left:3px solid #e5e7eb;display:flex;flex-direction:column;gap:10px;}.pinned-comment{border-color:#f59e0b;}.pin-badge{font-size:11px;background:#fef3c7;color:#92400e;border-radius:999px;padding:3px 7px;}.highlight-comment{animation:commentFlash 3s ease;}@keyframes commentFlash{0%{background:#fff7ed;}100%{background:#fff;}}@media(max-width:768px){.comment-card{border-radius:16px;padding:13px;}.comment-replies{margin-left:10px;padding-left:10px;}.comment-actions{gap:6px;}.comment-actions button{padding:7px 10px;font-size:13px;}}.post-engagement-card{position:sticky;top:80px;background:#fff;border-radius:18px;padding:14px;box-shadow:0 10px 30px rgba(0,0,0,.06)}.post-stats-row{display:flex;gap:10px;flex-wrap:wrap}.stat-pill,.share-btn{border:1px solid #e5e7eb;background:#fff;border-radius:999px;padding:10px 16px;font-weight:700;cursor:pointer;text-decoration:none;color:#111827}.comments-wrap{margin-top:18px}.comment-tree:empty{display:none}.comment-card{background:#fff;border:1px solid #eef2f7;border-radius:18px;padding:14px 16px;margin-bottom:12px;box-shadow:0 8px 24px rgba(15,23,42,.06)}.comment-actions{display:flex;gap:8px;flex-wrap:wrap}.comment-actions button{border:0;background:#f3f4f6;border-radius:999px;padding:8px 12px;font-weight:700;cursor:pointer}.reply-form.hidden{display:none}.comment-replies{margin-top:12px;margin-left:22px;padding-left:12px;border-left:3px solid #e5e7eb}@media(max-width:768px){.post-engagement-card{position:static}.stat-pill,.share-btn{padding:9px 12px;font-size:13px}.comment-replies{margin-left:10px}}.comments-wrap .section-head{display:none!important}.comment-tree:empty,.comments-list:empty{display:none!important}.fb-post-bottom-actions{display:flex;gap:10px;flex-wrap:wrap;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:12px;box-shadow:0 8px 24px rgba(15,23,42,.06);align-items:center;justify-content:space-between}.fb-action-btn{flex:1;min-width:130px;display:inline-flex;gap:8px;align-items:center;justify-content:center;border:0;background:#f3f4f6;color:#111827;border-radius:999px;padding:12px 14px;font-weight:800;text-decoration:none;cursor:pointer;transition:.18s ease}.fb-action-btn:hover{background:#e5e7eb;transform:translateY(-1px)}.comment-form.post-comment-inline-form{background:#fff;border:1px solid #eef2f7;border-radius:18px;padding:14px;box-shadow:0 10px 28px rgba(15,23,42,.06)}.comment-form input,.comment-form textarea{border-radius:14px!important;background:#f8fafc!important;border:1px solid #e5e7eb!important;padding:13px 14px!important}.comment-form textarea{min-height:92px;resize:vertical}.comment-form button[type="submit"]{border:0;border-radius:999px;background:#1877f2;color:#fff;padding:12px 18px;font-weight:800;cursor:pointer;width:100%}.comment-card{background:#fff;border:1px solid #eef2f7;border-radius:18px;padding:14px 16px;margin-bottom:12px;box-shadow:0 8px 24px rgba(15,23,42,.06)}.comment-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.comment-head strong{font-size:15px;font-weight:900;color:#111827}.comment-head span{font-size:12px;color:#64748b}.comment-card p{margin:8px 0 10px;color:#334155;line-height:1.6}.comment-actions,.fb-comment-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.comment-actions button{border:0;background:#f3f4f6;color:#111827;border-radius:999px;padding:8px 12px;font-weight:800;cursor:pointer}.comment-actions button:hover{background:#e5e7eb}.reply-form.hidden{display:none!important}.reply-form{margin-top:12px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:12px}.comment-replies{margin-top:12px;margin-left:24px;padding-left:14px;border-left:3px solid #e5e7eb;display:flex;flex-direction:column;gap:10px}.highlight-comment{animation:commentFlash 3s ease}.pinned-comment{border-color:#f59e0b}.pin-badge{font-size:11px;background:#fef3c7;color:#92400e;border-radius:999px;padding:3px 7px}@keyframes commentFlash{0%{background:#fff7ed}100%{background:#fff}}@media(max-width:768px){.fb-post-bottom-actions{position:sticky;bottom:8px;z-index:30;margin:12px 0;border-radius:16px}.fb-action-btn{min-width:0;font-size:13px;padding:10px 8px}.comment-card{border-radius:16px;padding:13px}.comment-replies{margin-left:10px;padding-left:10px}.comment-actions button{padding:7px 10px;font-size:13px}.comment-form.post-comment-inline-form{border-radius:16px}}.comment-actions button,.stat-pill{font-family:Arial,sans-serif;}.comments-sheet-close{display:none;position:absolute;right:14px;top:10px;width:38px;height:38px;border:0;border-radius:50%;background:#111827;color:#fff;font-size:26px;line-height:1;z-index:5}@media (max-width:767px){body.comments-modal-open{overflow:hidden}#commentsSection.comments-bottom-sheet{position:fixed;left:0;right:0;bottom:0;top:auto;z-index:9999;max-height:82vh;overflow:auto;margin:0!important;padding:22px 16px 90px!important;background:var(--card-bg,#fff);border-radius:24px 24px 0 0;box-shadow:0 -20px 50px rgba(15,23,42,.28);transform:translateY(0);animation:eqSheetUp .24s ease-out}#commentsSection.comments-bottom-sheet .comments-sheet-close{display:block}#commentsSection:not(.comments-open) .comment-tree{display:block}}@keyframes eqSheetUp{from{transform:translateY(100%)}to{transform:translateY(0)}}.comment-card.pending-comment{opacity:.72;border-style:dashed}.highlight-comment{outline:3px solid rgba(236,72,153,.35);border-radius:18px}.fb-post-bottom-actions{display:none!important}.comments-wrap{display:block!important;margin-top:22px}.comments-list,.comment-tree{display:flex!important;flex-direction:column;gap:14px}.comment-card{position:relative;background:#fff;border:1px solid #e8eef7;border-radius:18px;padding:14px 16px;margin:0;box-shadow:0 8px 24px rgba(15,23,42,.07)}.comment-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.comment-head strong{font-size:15px;font-weight:900;color:#111827}.comment-head span{font-size:12px;color:#64748b}.comment-card p{margin:7px 0 10px;color:#263244;line-height:1.65}.comment-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.comment-actions button,.reaction-btn,.reply-toggle-btn{border:0;background:#f1f5f9;color:#111827;border-radius:999px;padding:8px 12px;font-weight:800;cursor:pointer}.comment-actions button:hover,.reaction-btn:hover,.reply-toggle-btn:hover{background:#e2e8f0}.reply-form.hidden{display:none!important}.reply-form{margin-top:12px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:12px}.comment-replies{margin-top:12px;margin-left:24px;padding-left:14px;border-left:3px solid #e5e7eb;display:flex;flex-direction:column;gap:12px}.comment-empty-note{background:#fff;border:1px dashed #cbd5e1;border-radius:16px;padding:14px;color:#64748b;font-weight:700}.pending-comment{opacity:.75;border-style:dashed}.pin-badge{font-size:11px;background:#fef3c7;color:#92400e;border-radius:999px;padding:3px 7px}@media(max-width:768px){.comment-replies{margin-left:10px;padding-left:10px}.comment-actions button,.reaction-btn,.reply-toggle-btn{padding:7px 10px;font-size:13px}.comment-card{border-radius:16px;padding:13px}}.post-body-card .telegram-box{margin:20px 0;padding:14px 16px;border-radius:18px;background:linear-gradient(135deg,#0f172a,#e91e63);text-align:center;color:#fff;box-shadow:0 8px 25px rgba(233,30,99,.18);}.post-body-card .telegram-box b{display:block;font-size:18px;margin-bottom:8px;color:#fff;font-weight:700;}.post-body-card .telegram-box p{font-size:14px;color:#f3f4f6;margin:0 auto 12px;line-height:1.5;max-width:600px;}.post-body-card .telegram-box a{display:inline-block;padding:9px 16px;border-radius:40px;background:#229ED9;color:#fff !important;text-decoration:none !important;font-size:14px;font-weight:600;box-shadow:0 4px 15px rgba(34,158,217,.35);}@media(max-width:768px){.post-body-card .telegram-box{margin:18px 0;padding:13px 14px;border-radius:16px;}.post-body-card .telegram-box b{font-size:16px;}.post-body-card .telegram-box p{font-size:13px;margin-bottom:10px;}.post-body-card .telegram-box a{padding:8px 14px;font-size:13px;}}
/* assets/css/layout-fix.css */
 html{min-height:100%;scroll-behavior:smooth}body{min-height:100vh!important;display:flex!important;flex-direction:column!important;overflow-x:hidden!important}body>.main-content,main.main-content{flex:1 0 auto!important;width:100%!important;display:block!important;clear:both!important;position:relative!important;z-index:1!important}.footer,footer.footer{flex-shrink:0!important;position:relative!important;inset:auto!important;z-index:2!important;clear:both!important;width:100%!important;margin-top:auto!important}.post-body-card,.post-rendered-content,.article-content,.post-content-block{display:block!important;width:100%!important;max-width:100%!important;overflow:visible!important;clear:both!important}.post-body-card::after,.post-rendered-content::after,.article-content::after,.main-column::after,.home-section::after,.content-grid::after{content:"";display:block;clear:both}.post-rendered-content>*:first-child{margin-top:0!important}.post-rendered-content>*:last-child{margin-bottom:0!important}.post-rendered-content p,.post-rendered-content li{overflow-wrap:anywhere;word-break:normal}.post-rendered-content img,.post-body-card img,.article-content img,.post-content-block img{max-width:100%!important;width:auto!important;height:auto!important;display:block!important;float:none!important;clear:both!important;margin:20px auto!important;object-fit:contain!important;object-position:center!important;border-radius:14px}.post-rendered-content figure,.post-body-card figure,.article-content figure{max-width:100%!important;margin:22px auto!important;clear:both!important}.post-rendered-content iframe,.post-rendered-content video,.post-rendered-content table,.post-body-card iframe,.post-body-card video,.post-body-card table{max-width:100%!important}.post-rendered-content table,.post-body-card table{display:block;overflow-x:auto;border-collapse:collapse}.post-hero-media{aspect-ratio:16/9!important;min-height:auto!important;overflow:hidden!important;background:#eef3f8!important}.post-hero-media img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important}.post-card-image,.card-image,.post-thumb{aspect-ratio:16/9!important;height:auto!important;overflow:hidden!important;background:#eef3f8!important}.post-card-image img,.post-card img,.blog-card img,.card-image img,.post-thumb img,.sidebar-post img{max-width:100%!important;object-position:center!important}.post-card-image img,.card-image img,.post-thumb img{width:100%!important;height:100%!important;object-fit:contain!important}@media(max-width:768px){.content-grid.upgraded-grid,.post-hero-grid,.category-hero-grid,.static-grid{grid-template-columns:1fr!important}.sticky-sidebar{position:static!important;top:auto!important}.post-main-article,.post-body-card{padding:18px!important;border-radius:18px!important}.post-rendered-content img,.post-body-card img{margin:16px auto!important}.post-hero-media{aspect-ratio:16/9!important}body{padding-bottom:0!important}}html,body{width:100%;min-height:100%;overflow-x:hidden;}body{display:flex;flex-direction:column;min-height:100vh;}.main-content,main,.site-main{flex:1 0 auto;min-width:0;}footer,.site-footer{flex-shrink:0;position:relative !important;bottom:auto !important;clear:both;z-index:1;}.post-content,.article-content,.content-area{overflow-wrap:anywhere;word-break:normal;max-width:100%;}.post-content img,.article-content img,.content-area img{max-width:100% !important;height:auto !important;display:block !important;margin:18px auto !important;object-fit:contain !important;}.post-card img,.blog-card img,.recent-post-card img,.sidebar-post img{max-width:100%;object-position:center;}iframe,video,embed,object{max-width:100%;}pre,code{white-space:pre-wrap;overflow-wrap:anywhere;}.post-card img,.sidebar-post img,.post-hero-media img{filter:none!important;image-rendering:auto!important;}.post-card img{object-fit:contain!important;background:#f8fafc!important;}.post-hero-media img{object-fit:contain!important;background:#f8fafc!important;}@media (min-width:901px){.premium-header-inner{width:100%!important;max-width:100%!important;padding:0 18px!important}.premium-header-desktop{display:grid!important;grid-template-columns:170px minmax(0,1fr) 245px!important;align-items:center!important;gap:10px!important;width:100%!important}.premium-logo.eq-text-logo{max-width:170px!important;overflow:hidden!important}.premium-logo .eq-logo-mark{width:34px!important;height:34px!important;min-width:34px!important}.premium-logo .eq-logo-word{font-size:19px!important;font-weight:760!important;white-space:nowrap!important}.premium-nav{min-width:0!important;overflow:hidden!important}.premium-nav ul{display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap!important;gap:1px!important;white-space:nowrap!important}.premium-nav a{font-size:12px!important;font-weight:650!important;padding:7px 5px!important;letter-spacing:-.03em!important}.premium-actions{display:flex!important;justify-content:flex-end!important;align-items:center!important;gap:8px!important;width:245px!important;min-width:245px!important;max-width:245px!important}.desktop-search-form,.desktop-search-form .premium-search-input-wrap,.desktop-search-form input,#headerSearchInput{width:155px!important;max-width:155px!important;min-width:0!important}.desktop-search-form{flex:0 0 155px!important}.desktop-search-form input,#headerSearchInput{height:34px!important;font-size:12px!important;padding:0 10px!important}.premium-action-icons{display:flex!important;gap:7px!important;min-width:74px!important}.premium-icon-btn{width:34px!important;height:34px!important;min-width:34px!important;display:inline-flex!important}#themeToggle{display:inline-flex!important;visibility:visible!important;opacity:1!important}}@media (min-width:1200px){.premium-header-desktop{grid-template-columns:178px minmax(0,1fr) 265px!important}.premium-actions{width:265px!important;min-width:265px!important;max-width:265px!important}.desktop-search-form,.desktop-search-form .premium-search-input-wrap,.desktop-search-form input,#headerSearchInput{width:170px!important;max-width:170px!important}.premium-nav a{font-size:12.5px!important;padding:7px 6px!important}}.eq-footer-social,.social-widget .footer-social,.contact-socials,.sidebar-social-icons{display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap!important;gap:10px!important}.eq-social-btn,.social-widget .footer-social a,.contact-socials a,.sidebar-social-icons a{width:auto!important;height:auto!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important}.eq-social-btn img,.social-widget .footer-social img,.contact-socials img,.sidebar-social-icons img{width:30px!important;height:30px!important;max-width:30px!important;max-height:30px!important;object-fit:contain!important;background:transparent!important;border-radius:0!important;box-shadow:none!important}.eq-social-x img,.contact-socials a[aria-label="X"] img,.sidebar-social-icons a[aria-label="X"] img{border-radius:50%!important;background:#000!important}.premium-cats .category-card,.category-card.premium{padding:16px!important;border-radius:18px!important;min-height:150px!important}.category-card .category-icon,.category-icon{width:42px!important;height:42px!important;border-radius:14px!important;font-size:25px!important}.category-card h3{font-size:17px!important;margin:8px 0 6px!important}.category-card p{font-size:14px!important;line-height:1.55!important}@media (min-width:901px){.premium-header{overflow:visible!important;}.premium-header-inner{width:100%!important;max-width:100%!important;padding-left:18px!important;padding-right:18px!important;overflow:visible!important;}.premium-header-desktop{display:grid!important;grid-template-columns:170px minmax(0,1fr) 214px!important;align-items:center!important;gap:10px!important;width:100%!important;min-width:0!important;overflow:visible!important;}.premium-logo.eq-text-logo{max-width:170px!important;min-width:0!important;overflow:hidden!important;gap:8px!important;}.premium-logo .eq-logo-mark{width:34px!important;height:34px!important;min-width:34px!important;flex:0 0 34px!important;border-radius:12px!important;font-size:13px!important;}.premium-logo .eq-logo-word{font-size:20px!important;font-weight:700!important;line-height:1!important;white-space:nowrap!important;letter-spacing:-.045em!important;}.premium-nav{min-width:0!important;max-width:100%!important;overflow:hidden!important;display:flex!important;justify-content:center!important;}.premium-nav ul{display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap!important;gap:0!important;white-space:nowrap!important;width:100%!important;min-width:0!important;margin:0!important;padding:0!important;overflow:hidden!important;}.premium-nav li{flex:0 0 auto!important;min-width:0!important;margin:0!important;padding:0!important;}.premium-nav a{display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;font-size:11.4px!important;font-weight:600!important;line-height:1!important;padding:7px 4.5px!important;letter-spacing:-.02em!important;border-radius:999px!important;}.premium-actions{display:grid!important;grid-template-columns:128px 76px!important;align-items:center!important;justify-content:end!important;gap:8px!important;width:214px!important;min-width:214px!important;max-width:214px!important;overflow:visible!important;margin:0!important;}.desktop-search-form{grid-column:1!important;width:128px!important;min-width:128px!important;max-width:128px!important;flex:0 0 128px!important;margin:0!important;display:block!important;position:relative!important;z-index:1!important;}.desktop-search-form .premium-search-input-wrap{width:128px!important;min-width:0!important;max-width:128px!important;display:block!important;}.desktop-search-form input,#headerSearchInput{width:128px!important;max-width:128px!important;min-width:0!important;height:32px!important;padding:0 10px!important;font-size:11px!important;font-weight:400!important;border-radius:13px!important;box-sizing:border-box!important;}.premium-action-icons{grid-column:2!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:6px!important;width:76px!important;min-width:76px!important;max-width:76px!important;overflow:visible!important;position:relative!important;z-index:2!important;}.premium-notification-wrap{position:relative!important;display:inline-flex!important;width:34px!important;min-width:34px!important;}.premium-icon-btn,.notification-btn,#themeToggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:34px!important;height:34px!important;min-width:34px!important;max-width:34px!important;flex:0 0 34px!important;padding:0!important;border-radius:12px!important;font-size:16px!important;visibility:visible!important;opacity:1!important;position:relative!important;}#themeToggle{grid-column:auto!important;}.notification-dropdown{right:0!important;left:auto!important;}}@media (min-width:1200px){.premium-header-desktop{grid-template-columns:180px minmax(0,1fr) 228px!important;gap:12px!important;}.premium-logo.eq-text-logo{max-width:180px!important;}.premium-logo .eq-logo-word{font-size:21px!important;}.premium-nav a{font-size:12px!important;padding:7px 5.5px!important;font-weight:600!important;}.premium-actions{grid-template-columns:140px 78px!important;width:228px!important;min-width:228px!important;max-width:228px!important;}.desktop-search-form,.desktop-search-form .premium-search-input-wrap,.desktop-search-form input,#headerSearchInput{width:140px!important;max-width:140px!important;}.premium-action-icons{width:78px!important;min-width:78px!important;max-width:78px!important;}}@media (max-width:1100px) and (min-width:901px){.premium-header-inner{padding-left:12px!important;padding-right:12px!important;}.premium-header-desktop{grid-template-columns:145px minmax(0,1fr) 188px!important;gap:6px!important;}.premium-logo.eq-text-logo{max-width:145px!important;gap:6px!important;}.premium-logo .eq-logo-mark{width:30px!important;height:30px!important;min-width:30px!important;flex-basis:30px!important;}.premium-logo .eq-logo-word{font-size:17px!important;}.premium-nav a{font-size:10.2px!important;padding:6px 3.2px!important;font-weight:600!important;letter-spacing:-.035em!important;}.premium-actions{grid-template-columns:108px 72px!important;width:188px!important;min-width:188px!important;max-width:188px!important;gap:6px!important;}.desktop-search-form,.desktop-search-form .premium-search-input-wrap,.desktop-search-form input,#headerSearchInput{width:108px!important;max-width:108px!important;}.premium-action-icons{width:72px!important;min-width:72px!important;max-width:72px!important;gap:5px!important;}.premium-icon-btn,.notification-btn,#themeToggle,.premium-notification-wrap{width:32px!important;height:32px!important;min-width:32px!important;max-width:32px!important;flex-basis:32px!important;}}.eq-footer-social,.social-widget .footer-social,.contact-socials,.sidebar-social-icons{display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap!important;white-space:nowrap!important;overflow:visible!important;gap:10px!important;}.eq-social-btn,.social-widget .footer-social a,.contact-socials a,.sidebar-social-icons a{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;padding:0!important;margin:0!important;background:transparent!important;background-image:none!important;border:0!important;outline:0!important;box-shadow:none!important;border-radius:0!important;overflow:visible!important;}.eq-social-btn::before,.eq-social-btn::after,.social-widget .footer-social a::before,.social-widget .footer-social a::after,.contact-socials a::before,.contact-socials a::after,.sidebar-social-icons a::before,.sidebar-social-icons a::after{display:none!important;content:none!important;}.eq-social-btn:hover,.social-widget .footer-social a:hover,.contact-socials a:hover,.sidebar-social-icons a:hover{box-shadow:none!important;border:0!important;filter:none!important;transform:translateY(-1px) scale(1.03)!important;}.eq-social-btn img,.social-widget .footer-social img,.contact-socials img,.sidebar-social-icons img{display:block!important;object-fit:contain!important;background:transparent!important;background-image:none!important;border:0!important;outline:0!important;box-shadow:none!important;filter:none!important;padding:0!important;margin:0!important;border-radius:0!important;}.eq-footer-social img,.eq-social-btn img{width:32px!important;height:32px!important;max-width:32px!important;max-height:32px!important;}.contact-socials img,.social-widget .footer-social img{width:30px!important;height:30px!important;max-width:30px!important;max-height:30px!important;}.sidebar-social-icons{gap:6px!important;}.sidebar-social-icons img{width:23px!important;height:23px!important;max-width:23px!important;max-height:23px!important;}.contact-socials{justify-content:flex-start!important;gap:9px!important;}@media(max-width:520px){.contact-socials,.social-widget .footer-social{gap:8px!important;justify-content:center!important}.contact-socials img,.social-widget .footer-social img{width:26px!important;height:26px!important;max-width:26px!important;max-height:26px!important}.sidebar-social-icons{gap:5px!important}.sidebar-social-icons img{width:20px!important;height:20px!important;max-width:20px!important;max-height:20px!important}}.category-grid.premium-cats{gap:12px!important;grid-template-columns:repeat(auto-fit,minmax(210px,1fr))!important;}.premium-cats .category-card,.category-card.premium{padding:14px!important;min-height:122px!important;border-radius:16px!important;box-shadow:0 8px 22px rgba(15,23,42,.06)!important;}.category-card .category-icon,.category-icon{width:34px!important;height:34px!important;min-width:34px!important;border-radius:11px!important;font-size:20px!important;margin-bottom:8px!important;}.category-card h3{font-size:15.5px!important;margin:6px 0 5px!important;line-height:1.2!important;}.category-card p{font-size:13px!important;line-height:1.45!important;margin:0!important;}@media(max-width:768px){.category-grid.premium-cats{gap:10px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}.premium-cats .category-card,.category-card.premium{padding:12px!important;min-height:110px!important}.category-card p{font-size:12.5px!important}}@media(max-width:480px){.category-grid.premium-cats{grid-template-columns:1fr!important}.premium-cats .category-card,.category-card.premium{min-height:auto!important}}@media (min-width:901px){.premium-header-inner{width:100%!important;max-width:100%!important;overflow:visible!important;padding-left:16px!important;padding-right:16px!important;}.premium-header-desktop{display:grid!important;grid-template-columns:168px minmax(0,1fr) 242px!important;gap:10px!important;align-items:center!important;overflow:visible!important;}.premium-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;width:242px!important;min-width:242px!important;max-width:242px!important;overflow:visible!important;flex-wrap:nowrap!important;}.desktop-search-form,.desktop-search-form .premium-search-input-wrap,.desktop-search-form input,#headerSearchInput{width:150px!important;min-width:150px!important;max-width:150px!important;}.desktop-search-form{flex:0 0 150px!important;margin:0!important;display:block!important;}.desktop-search-form input,#headerSearchInput{height:34px!important;padding:0 10px!important;font-size:12px!important;border-radius:14px!important;}.premium-action-icons{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:6px!important;flex:0 0 78px!important;width:78px!important;min-width:78px!important;max-width:78px!important;overflow:visible!important;}.premium-notification-wrap,#notificationToggle,.notification-btn,#themeToggle{width:34px!important;min-width:34px!important;max-width:34px!important;height:34px!important;flex:0 0 34px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important;visibility:visible!important;opacity:1!important;}#themeToggle{position:relative!important;z-index:99999!important;pointer-events:auto!important;background:#fff7d6!important;color:#b45309!important;border:1px solid rgba(245,158,11,.28)!important;border-radius:12px!important;box-shadow:0 6px 14px rgba(15,23,42,.08)!important;font-size:17px!important;padding:0!important;margin:0!important;}#themeToggle span{display:inline-flex!important;visibility:visible!important;opacity:1!important;font-size:17px!important;}}.post-hero-media.featured-image-fixed{display:flex!important;align-items:center!important;justify-content:center!important;aspect-ratio:16/9!important;min-height:auto!important;background:#f8fafc!important;overflow:hidden!important;padding:0!important;}.post-hero-media.featured-image-fixed img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;background:#f8fafc!important;border-radius:inherit!important;margin:0!important;}#articleContent a,.post-body-card a,.post-rendered-content a,.post-content-block a{color:#0b63f6!important;font-weight:700!important;text-decoration:underline!important;text-underline-offset:3px!important;}#articleContent a:hover,.post-body-card a:hover,.post-rendered-content a:hover,.post-content-block a:hover{color:#084cc5!important;}.auto-internal-links-box a{color:#0b63f6!important;text-decoration:none!important;}.seo-mini-bar{width:92px;height:8px;background:#e5e7eb;border-radius:99px;overflow:hidden;margin-top:5px}.seo-mini-bar span{display:block;height:100%;border-radius:99px}
/* assets/css/production-security-seo-upgrades.css */
 .hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important;overflow:hidden!important;}.eq-safe-ad,.ad-box{clear:both;max-width:100%;margin:28px auto!important;padding:0!important;text-align:center;overflow:hidden;min-height:auto;}.post-body-card>.eq-safe-ad:first-child{margin-top:0!important;margin-bottom:26px!important;}.section-ad-break{margin:34px 0!important;}.mobile-sticky-ad{padding-bottom:env(safe-area-inset-bottom);}.post-rendered-content p+.eq-safe-ad,.post-rendered-content .eq-safe-ad+p{margin-top:26px!important;}.sitemap-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:22px}.html-sitemap-posts{columns:2;column-gap:28px}.html-sitemap-posts li{break-inside:avoid;margin:0 0 10px}@media(max-width:700px){.sitemap-grid{grid-template-columns:1fr}.html-sitemap-posts{columns:1}.eq-safe-ad,.ad-box{margin:22px auto!important}}
/* assets/css/site-upgrades.css */
 .eq-reading-progress{position:fixed;top:0;left:0;height:4px;width:0;background:linear-gradient(90deg,#e91e63,#ff7a00);z-index:999999;transition:width .08s linear}.eq-dark-toggle{display:none!important}.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.skip-link{position:absolute;left:-999px;top:8px;background:#111827;color:#fff;padding:10px 14px;border-radius:10px;z-index:100000}.skip-link:focus{left:8px}.dark body{background:#0b1020;color:#e5e7eb}.dark .static-content,.dark .widget,.dark .post-card{background:#111827;color:#e5e7eb;border-color:rgba(255,255,255,.10)}.footer-social-text{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.footer-social-text a{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);font-size:13px;font-weight:800;text-decoration:none}.footer-social-text a:hover{transform:translateY(-1px)}.dark .footer-social-text a{background:rgba(15,23,42,.8)}.seo-home-summary{background:linear-gradient(135deg,rgba(15,23,42,.04),rgba(233,30,99,.05));border:1px solid rgba(15,23,42,.08);border-radius:24px;padding:22px;margin-top:24px}.seo-home-summary h2{margin-top:0}.seo-home-summary p{line-height:1.75}.seo-keyword-pills{display:flex;flex-wrap:wrap;gap:9px;margin-top:12px}.seo-keyword-pills span{padding:8px 11px;border-radius:999px;background:#fff;border:1px solid #dbe7f3;font-weight:800;font-size:13px}.dark .seo-home-summary{background:rgba(15,23,42,.7);border-color:rgba(255,255,255,.12)}.dark .seo-keyword-pills span{background:#111827;border-color:rgba(255,255,255,.15)}
/* assets/css/compliance-upgrades.css */
.eq-cookie-banner{position:fixed;left:16px;right:16px;bottom:18px;z-index:999999;display:flex;gap:16px;align-items:center;justify-content:space-between;background:#0f172a;color:#fff;border-radius:20px;padding:16px 18px;box-shadow:0 20px 60px rgba(0,0,0,.3)}.eq-cookie-banner p{margin:5px 0 0;color:#cbd5e1}.eq-cookie-actions{display:flex;gap:10px;flex-wrap:wrap}.eq-cookie-actions button{border:0;border-radius:999px;padding:10px 14px;font-weight:800;cursor:pointer}.eq-cookie-actions button:last-child{background:#2563eb;color:#fff}.eq-disclosure{margin:16px 0;padding:14px 16px;border-radius:16px;background:#fff7ed;border:1px solid #fed7aa;color:#7c2d12}.eq-sponsored-label{display:inline-flex;margin-left:8px;padding:4px 9px;border-radius:999px;background:#fef3c7;color:#92400e;font-size:12px;font-weight:900;text-transform:uppercase}.eq-reading-progress{position:fixed;top:0;left:0;height:4px;background:#2563eb;z-index:999999;width:0}.eq-newsletter-box{padding:22px;border-radius:22px;background:linear-gradient(135deg,#eff6ff,#fff);border:1px solid #dbeafe}.eq-newsletter-box input{width:100%;padding:12px 14px;border:1px solid #dbe3ef;border-radius:12px;margin:8px 0}.eq-newsletter-box button{padding:12px 16px;border:0;border-radius:12px;background:#2563eb;color:#fff;font-weight:900}.eq-breadcrumb{font-size:14px;margin:12px 0 18px;color:#64748b}.eq-breadcrumb a{text-decoration:none;color:#2563eb}@media(max-width:640px){.eq-cookie-banner{display:block}.eq-cookie-actions{margin-top:12px}.eq-cookie-actions button{flex:1}}
/* assets/css/enterprise-v8.css */
 html,body{min-height:100%;overflow-x:hidden}body{display:flex;flex-direction:column}.main-content,main{flex:1 0 auto}footer{flex-shrink:0;margin-top:auto}.post-content{overflow-wrap:anywhere;word-break:normal}.post-content img,.article-body img{max-width:100%!important;height:auto!important;display:block;margin:18px auto;border-radius:14px}.post-card img,.blog-card img,.featured-image img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.sticky-mobile-ad{position:fixed;left:0;right:0;bottom:0;z-index:999;background:#fff;border-top:1px solid #e5e7eb;padding:6px;text-align:center;box-shadow:0 -8px 30px rgba(15,23,42,.12)}@media(min-width:769px){.sticky-mobile-ad{display:none!important}}@media(max-width:768px){body{padding-bottom:58px}.post-content{font-size:16px;line-height:1.75}.admin-shell{max-width:100vw;overflow-x:hidden}}.post-hero .post-hero-grid{align-items:stretch !important;}.post-hero .post-hero-media,.post-hero-media.featured-image-fixed{width:100% !important;min-height:0 !important;height:auto !important;aspect-ratio:16 / 9 !important;padding:0 !important;margin:0 !important;overflow:hidden !important;display:block !important;background:transparent !important;border-radius:var(--radius,24px) !important;box-shadow:var(--shadow) !important;}.post-hero .post-hero-media>img,.post-hero-media.featured-image-fixed>img{width:100% !important;max-width:none !important;height:100% !important;max-height:none !important;min-height:100% !important;display:block !important;object-fit:cover !important;object-position:center center !important;margin:0 !important;padding:0 !important;border-radius:inherit !important;background:transparent !important;box-shadow:none !important;}@media (max-width:768px){.post-hero .post-hero-media,.post-hero-media.featured-image-fixed{aspect-ratio:16 / 9 !important;border-radius:18px !important;}}
/* assets/css/featured-image-fix.css */
 .post-hero .post-hero-grid{align-items:stretch !important;}.post-hero .post-hero-media,.post-hero-media.featured-image-fixed{width:100% !important;min-height:0 !important;height:auto !important;aspect-ratio:16 / 9 !important;padding:0 !important;margin:0 !important;overflow:hidden !important;display:block !important;background:transparent !important;border-radius:var(--radius,24px) !important;box-shadow:var(--shadow) !important;}.post-hero .post-hero-media>img,.post-hero-media.featured-image-fixed>img{width:100% !important;max-width:none !important;height:100% !important;max-height:none !important;min-height:100% !important;display:block !important;object-fit:cover !important;object-position:center center !important;margin:0 !important;padding:0 !important;border-radius:inherit !important;background:transparent !important;box-shadow:none !important;}@media (max-width:768px){.post-hero .post-hero-media,.post-hero-media.featured-image-fixed{aspect-ratio:16 / 9 !important;border-radius:18px !important;}}
/* assets/css/final-thumbnail-featured-fit.css */
 .post-card,.blog-card,.recent-post-card,.latest-post,.post-item{overflow:hidden !important;}.post-card-image,.blog-card-image,.recent-post-card .post-card-image,.latest-post .post-card-image,.post-item .post-card-image,.post-thumb,.card-image{width:100% !important;aspect-ratio:16 / 9 !important;height:auto !important;min-height:0 !important;max-height:none !important;overflow:hidden !important;display:block !important;padding:0 !important;margin:0 !important;background:transparent !important;border-radius:18px 18px 0 0 !important;}.post-card-image>img,.blog-card-image>img,.recent-post-card .post-card-image>img,.latest-post .post-card-image>img,.post-item .post-card-image>img,.post-thumb>img,.card-image>img,.post-card>a.post-card-image img,.blog-card>a.post-card-image img{width:100% !important;height:100% !important;max-width:none !important;max-height:none !important;display:block !important;object-fit:cover !important;object-position:center center !important;margin:0 !important;padding:0 !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important;}.post-hero .post-hero-grid{align-items:stretch !important;}.post-hero-media,.post-hero-media.featured-image-fixed,.featured-image,.post-featured,.single-featured-image{width:100% !important;aspect-ratio:16 / 9 !important;height:auto !important;min-height:0 !important;max-height:none !important;overflow:hidden !important;padding:0 !important;margin:0 !important;display:block !important;background:transparent !important;border-radius:var(--radius,24px) !important;}.post-hero-media>img,.post-hero-media.featured-image-fixed>img,.featured-image>img,.post-featured>img,.single-featured-image>img{width:100% !important;height:100% !important;max-width:none !important;max-height:none !important;min-height:100% !important;object-fit:cover !important;object-position:center center !important;display:block !important;margin:0 !important;padding:0 !important;border-radius:inherit !important;background:transparent !important;box-shadow:none !important;}.post-rendered-content img,.post-body-card img,.article-content img{width:auto !important;max-width:100% !important;height:auto !important;object-fit:contain !important;margin:18px auto !important;}@media (max-width:768px){.post-card-image,.blog-card-image,.recent-post-card .post-card-image,.latest-post .post-card-image,.post-item .post-card-image,.post-thumb,.card-image,.post-hero-media,.post-hero-media.featured-image-fixed,.featured-image,.post-featured,.single-featured-image{aspect-ratio:16 / 9 !important;border-radius:16px !important;}.post-card-image,.blog-card-image,.recent-post-card .post-card-image,.latest-post .post-card-image,.post-item .post-card-image,.post-thumb,.card-image{border-radius:16px 16px 0 0 !important;}}.category-hero-feature,.post-card-image,.blog-card-image,.recent-post-card .post-card-image,.latest-post .post-card-image,.post-item .post-card-image,.post-thumb,.card-image,.post-hero-media,.post-hero-media.featured-image-fixed,.featured-image,.post-featured,.single-featured-image{position:relative !important;width:100% !important;aspect-ratio:16 / 9 !important;height:auto !important;min-height:0 !important;max-height:none !important;padding:0 !important;margin:0 !important;overflow:hidden !important;display:block !important;background:transparent !important;}.category-hero-feature>img,.post-card-image>img,.blog-card-image>img,.recent-post-card .post-card-image>img,.latest-post .post-card-image>img,.post-item .post-card-image>img,.post-thumb>img,.card-image>img,.post-hero-media>img,.post-hero-media.featured-image-fixed>img,.featured-image>img,.post-featured>img,.single-featured-image>img{width:100% !important;height:100% !important;max-width:none !important;max-height:none !important;min-height:0 !important;object-fit:cover !important;object-position:center center !important;display:block !important;margin:0 !important;padding:0 !important;border-radius:inherit !important;background:transparent !important;box-shadow:none !important;}.category-hero-feature>div{position:absolute !important;left:20px !important;right:20px !important;bottom:20px !important;z-index:2 !important;}.post-hero-media,.post-hero-media.featured-image-fixed{border-radius:var(--radius,24px) !important;}.post-card-image,.blog-card-image,.recent-post-card .post-card-image,.latest-post .post-card-image,.post-item .post-card-image,.post-thumb,.card-image{border-radius:18px 18px 0 0 !important;}@media (max-width:768px){.category-hero-feature,.post-hero-media,.post-hero-media.featured-image-fixed,.featured-image,.post-featured,.single-featured-image,.post-card-image,.blog-card-image,.recent-post-card .post-card-image,.latest-post .post-card-image,.post-item .post-card-image,.post-thumb,.card-image{aspect-ratio:16 / 9 !important;min-height:0 !important;}.category-hero-feature>div{left:14px !important;right:14px !important;bottom:14px !important;}}.post-card-image,.blog-card-image,.recent-post-card .post-card-image,.latest-post .post-card-image,.post-item .post-card-image,.post-thumb,.card-image,.sidebar-post img,.category-hero-feature,.post-hero-media,.post-hero-media.featured-image-fixed,.featured-image,.post-featured,.single-featured-image{background:#f8fafc !important;overflow:hidden !important;}.post-card-image>img,.blog-card-image>img,.recent-post-card .post-card-image>img,.latest-post .post-card-image>img,.post-item .post-card-image>img,.post-thumb>img,.card-image>img,.category-hero-feature>img,.post-hero-media>img,.post-hero-media.featured-image-fixed>img,.featured-image>img,.post-featured>img,.single-featured-image>img{object-fit:contain !important;object-position:center center !important;background:#f8fafc !important;}.sidebar-post img{object-fit:contain !important;background:#f8fafc !important;}.dark .post-card-image,.dark .blog-card-image,.dark .recent-post-card .post-card-image,.dark .latest-post .post-card-image,.dark .post-item .post-card-image,.dark .post-thumb,.dark .card-image,.dark .sidebar-post img,.dark .category-hero-feature,.dark .post-hero-media,.dark .post-hero-media.featured-image-fixed,.dark .featured-image,.dark .post-featured,.dark .single-featured-image,.dark .post-card-image>img,.dark .blog-card-image>img,.dark .category-hero-feature>img,.dark .post-hero-media>img,.dark .post-hero-media.featured-image-fixed>img{background:#0f172a !important;}.sidebar-post{display:grid!important;grid-template-columns:minmax(118px,34%) minmax(0,1fr)!important;gap:16px!important;align-items:center!important;padding:12px 0!important;overflow:visible!important;}.sidebar-post>img{width:100%!important;height:auto!important;aspect-ratio:16/9!important;max-width:210px!important;min-width:118px!important;object-fit:cover!important;object-position:center center!important;display:block!important;margin:0!important;padding:0!important;border-radius:14px!important;background:#f3f7fd!important;box-shadow:none!important;}.sidebar-post>div{min-width:0!important}.sidebar-post h4{margin:8px 0 6px!important;line-height:1.25!important}.sidebar-post small{display:block!important;line-height:1.35!important}@media(max-width:520px){.sidebar-post{grid-template-columns:38% 1fr!important;gap:14px!important;padding:14px 0!important}.sidebar-post>img{max-width:none!important;min-width:0!important;border-radius:12px!important}}.auto-internal-links-box{margin:28px 0!important;padding:20px 22px!important;border:1px solid rgba(37,99,235,.18)!important;border-left:5px solid #2563eb!important;border-radius:18px!important;background:linear-gradient(135deg,#eff6ff,#ffffff)!important;box-shadow:0 14px 34px rgba(15,23,42,.08)!important;}.auto-internal-links-box strong{display:inline-flex!important;align-items:center!important;gap:8px!important;color:#0b63d1!important;font-size:1.05rem!important;margin-bottom:10px!important}.auto-internal-links-box strong:before{content:'🔗'}.auto-internal-links-box ul{margin:8px 0 0 20px!important}.auto-internal-links-box a{color:#0b63d1!important;font-weight:800!important;text-decoration:none!important}.auto-internal-links-box a:hover{text-decoration:underline!important}.dark .auto-internal-links-box{background:linear-gradient(135deg,rgba(37,99,235,.16),rgba(15,23,42,.92))!important;border-color:rgba(96,165,250,.24)!important;border-left-color:#60a5fa!important}.dark .auto-internal-links-box strong,.dark .auto-internal-links-box a{color:#93c5fd!important}.sidebar-post>img,.widget .sidebar-post>img,.sticky-sidebar .sidebar-post>img{border-radius:22px 22px 6px 6px!important;overflow:hidden!important;aspect-ratio:16/9!important;object-fit:cover!important;object-position:center center!important;background:#f3f7fd!important;}@media(max-width:520px){.sidebar-post>img,.widget .sidebar-post>img,.sticky-sidebar .sidebar-post>img{border-radius:20px 20px 6px 6px!important;}}.sidebar-post,.widget .sidebar-post,.sticky-sidebar .sidebar-post{display:grid!important;grid-template-columns:minmax(150px,42%) minmax(0,1fr)!important;gap:16px!important;align-items:center!important;padding:14px 0!important;}.sidebar-post>img,.widget .sidebar-post>img,.sticky-sidebar .sidebar-post>img,.eq-sidebar-post-shell .sidebar-post>img{width:100%!important;height:auto!important;max-width:220px!important;min-width:150px!important;aspect-ratio:16/9!important;object-fit:contain!important;object-position:center center!important;border-radius:22px 22px 8px 8px!important;background:#f6f8fc!important;image-rendering:auto!important;filter:none!important;transform:none!important;}.sidebar-post h4{font-size:18px!important;line-height:1.28!important;}@media(max-width:1100px){.sidebar-post,.widget .sidebar-post,.sticky-sidebar .sidebar-post{grid-template-columns:minmax(130px,40%) minmax(0,1fr)!important;}.sidebar-post>img,.widget .sidebar-post>img,.sticky-sidebar .sidebar-post>img,.eq-sidebar-post-shell .sidebar-post>img{min-width:130px!important;max-width:200px!important;}}@media(max-width:560px){.sidebar-post,.widget .sidebar-post,.sticky-sidebar .sidebar-post{grid-template-columns:38% 1fr!important;gap:14px!important;}.sidebar-post>img,.widget .sidebar-post>img,.sticky-sidebar .sidebar-post>img,.eq-sidebar-post-shell .sidebar-post>img{min-width:0!important;max-width:none!important;border-radius:20px 20px 8px 8px!important;}}.category-hero-feature,.post-hero-media,.post-hero-media.featured-image-fixed,.featured-image,.post-featured,.single-featured-image{width:100%!important;aspect-ratio:16/9!important;height:auto!important;min-height:0!important;max-height:none!important;padding:0!important;overflow:hidden!important;background:#f8fafc!important;border-radius:24px!important;}.category-hero-feature>img,.post-hero-media>img,.post-hero-media.featured-image-fixed>img,.featured-image>img,.post-featured>img,.single-featured-image>img{width:100%!important;height:100%!important;min-width:0!important;max-width:100%!important;min-height:0!important;max-height:none!important;object-fit:contain!important;object-position:center center!important;background:#f8fafc!important;border-radius:inherit!important;display:block!important;transform:none!important;filter:none!important;image-rendering:auto!important;}.category-hero-feature>div{left:18px!important;right:18px!important;bottom:18px!important;max-width:calc(100% - 36px)!important;background:linear-gradient(180deg,rgba(15,23,42,.76),rgba(15,23,42,.58))!important;backdrop-filter:blur(6px)!important;}.dark .category-hero-feature,.dark .post-hero-media,.dark .featured-image,.dark .post-featured,.dark .single-featured-image,.dark .category-hero-feature>img,.dark .post-hero-media>img,.dark .featured-image>img,.dark .post-featured>img,.dark .single-featured-image>img{background:#0f172a!important;}@media(max-width:768px){.category-hero-feature,.post-hero-media,.post-hero-media.featured-image-fixed,.featured-image,.post-featured,.single-featured-image{aspect-ratio:16/9!important;border-radius:22px!important;min-height:0!important;}.category-hero-feature>div{left:12px!important;right:12px!important;bottom:12px!important;max-width:calc(100% - 24px)!important;padding:12px 14px!important;border-radius:16px!important;}.category-hero-feature>div h3{font-size:clamp(20px,5.5vw,30px)!important;line-height:1.15!important;margin:.25rem 0 0!important;}}
/* assets/css/eq-final-clean.css */
 .eq-final-hero-wrap{padding:22px 0 22px!important;background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%)!important;overflow:hidden!important;}.eq-final-hero{max-width:1280px!important;margin:0 auto!important;padding:0 16px!important;box-sizing:border-box!important;display:grid!important;grid-template-columns:minmax(420px,.95fr) minmax(0,1.15fr)!important;align-items:stretch!important;gap:0!important;border:1px solid rgba(226,232,240,.95)!important;border-radius:26px!important;background:#fff!important;box-shadow:0 22px 60px rgba(15,23,42,.09)!important;overflow:hidden!important;}.eq-final-hero-copy{position:relative!important;z-index:2!important;padding:34px 28px 28px 34px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;min-width:0!important;background:linear-gradient(90deg,#ffffff 0%,rgba(255,255,255,.96) 76%,rgba(255,255,255,.86) 100%)!important;}.eq-final-hero-badge{width:max-content!important;max-width:100%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:8px 16px!important;border-radius:999px!important;background:#eaf2ff!important;color:#075bd8!important;font-size:12px!important;line-height:1!important;font-weight:900!important;letter-spacing:.08em!important;white-space:normal!important;}.eq-final-hero-copy h1{margin:22px 0 14px!important;color:#0a2450!important;font-size:clamp(30px,2.65vw,42px)!important;line-height:1.12!important;letter-spacing:-.045em!important;font-weight:950!important;}.eq-final-hero-copy p{max-width:560px!important;margin:0 0 24px!important;color:#1f2937!important;font-size:17px!important;line-height:1.75!important;font-weight:500!important;}.eq-final-hero-actions{display:flex!important;align-items:center!important;gap:18px!important;flex-wrap:wrap!important;margin:0 0 24px!important;}.eq-final-btn{min-height:46px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 24px!important;border-radius:17px!important;font-weight:900!important;text-decoration:none!important;transition:transform .2s ease,box-shadow .2s ease,background .2s ease!important;}.eq-final-btn:hover{transform:translateY(-2px)!important;}.eq-final-btn-primary{color:#fff!important;background:linear-gradient(135deg,#ff1972,#ff4f94)!important;box-shadow:0 14px 28px rgba(236,31,115,.24)!important;}.eq-final-btn-light{color:#111827!important;background:#fff!important;border:1px solid #dbe2ec!important;box-shadow:0 10px 22px rgba(15,23,42,.05)!important;}.eq-final-hero-trust{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;}.eq-final-hero-trust span{min-height:40px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:8px 12px!important;border:1px solid #e2e8f0!important;border-radius:12px!important;background:#fff!important;color:#0f172a!important;font-size:13px!important;line-height:1.25!important;font-weight:850!important;text-align:center!important;white-space:nowrap!important;}.eq-final-hero-visual{min-width:0!important;min-height:360px!important;display:flex!important;align-items:stretch!important;justify-content:center!important;background:#fff!important;overflow:hidden!important;}.eq-final-hero-visual img{width:100%!important;height:100%!important;display:block!important;object-fit:contain!important;object-position:center center!important;background:#fff!important;border:0!important;box-shadow:none!important;}.eq-real-hero-wrap,.eq-pro-home,.eq-coded-hero-section,.hero-section.hero-upgraded{display:none!important;}.category-grid.premium-cats{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:14px!important;}.category-grid.premium-cats .category-card:nth-child(n+11){display:none!important;}.eq-marquee-viewport,.ticker-marquee-viewport,.topbar-ticker-track{overflow:hidden!important;white-space:nowrap!important;min-width:0!important;}.eq-marquee-track,.ticker-track{display:flex!important;align-items:center!important;gap:34px!important;width:max-content!important;white-space:nowrap!important;animation:eqTicker 48s linear infinite!important;will-change:transform!important;}.eq-marquee-track a,.eq-marquee-track span,.ticker-track a,.ticker-track span{flex:0 0 auto!important;}.ticker-wrap .eq-marquee-track{animation-duration:48s!important;}.topbar .eq-marquee-track{animation-duration:52s!important;}.main-column .eq-four-card-row{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;align-items:stretch!important;}.main-column .eq-four-card-row .post-card{height:100%!important;}.main-column .eq-four-card-row .post-card-image img{height:150px!important;object-fit:cover!important;}.main-column .eq-four-card-row .post-content{padding:14px!important;}.main-column .eq-four-card-row .post-content h3{font-size:17px!important;line-height:1.28!important;}.main-column .eq-four-card-row .post-content p{font-size:13px!important;line-height:1.5!important;}.sidebar .eq-view-more-wrap{display:none!important;}@media(max-width:1100px){.main-column .eq-four-card-row{grid-template-columns:repeat(2,minmax(0,1fr))!important;}.eq-final-hero{grid-template-columns:1fr!important;max-width:860px!important;}.eq-final-hero-copy{padding:30px 26px 22px!important;text-align:left!important;}.eq-final-hero-visual{min-height:0!important;}.eq-final-hero-visual img{height:auto!important;object-fit:contain!important;}.category-grid.premium-cats{grid-template-columns:repeat(3,minmax(0,1fr))!important;}}@media(max-width:768px){.main-column .eq-four-card-row{grid-template-columns:1fr!important;}.eq-final-hero-wrap{padding:14px 0 16px!important;}.eq-final-hero{padding:0!important;border-radius:20px!important;box-shadow:0 14px 34px rgba(15,23,42,.10)!important;}.eq-final-hero-copy{padding:24px 18px 18px!important;text-align:center!important;align-items:center!important;}.eq-final-hero-copy h1{font-size:clamp(30px,7.7vw,42px)!important;line-height:1.13!important;}.eq-final-hero-copy p{font-size:15.5px!important;line-height:1.65!important;}.eq-final-hero-actions{justify-content:center!important;gap:12px!important;}.eq-final-btn{min-height:44px!important;padding:0 18px!important;border-radius:15px!important;}.eq-final-hero-trust{grid-template-columns:1fr!important;width:100%!important;gap:9px!important;}.eq-final-hero-trust span{white-space:normal!important;}.category-grid.premium-cats{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}@media(max-width:460px){.eq-final-hero{border-radius:16px!important;}.eq-final-hero-copy{padding:20px 14px 16px!important;}.eq-final-hero-badge{font-size:10.5px!important;padding:7px 11px!important;letter-spacing:.055em!important;}.eq-final-hero-actions{width:100%!important;}.eq-final-btn{width:100%!important;}.category-grid.premium-cats{grid-template-columns:1fr!important;}}@media(max-width:768px){.premium-header .mobile-header-actions{display:flex!important;align-items:center!important;gap:6px!important;width:100%!important;max-width:100%!important;padding-right:18px!important;box-sizing:border-box!important;transform:translateX(-8px)!important;overflow:visible!important;}.premium-header .mobile-header-search-bar{flex:1 1 auto!important;min-width:0!important;max-width:calc(100% - 130px)!important;}.premium-header .mobile-header-search-inner,.premium-header .mobile-header-search-inner input{width:100%!important;min-width:0!important;box-sizing:border-box!important;}.premium-header .mobile-notification-wrap,.premium-header #mobileThemeToggle,.premium-header .mobile-menu-toggle-right{flex:0 0 34px!important;width:34px!important;min-width:34px!important;max-width:34px!important;height:34px!important;}.topbar{display:block!important;overflow:hidden!important;}.topbar-wrap{display:flex!important;align-items:center!important;width:100%!important;min-width:0!important;gap:8px!important;}.topbar .social-mini{display:none!important;}.topbar-ticker-wrap{display:flex!important;align-items:center!important;min-width:0!important;width:100%!important;overflow:hidden!important;gap:8px!important;}.topbar-badge,.ticker-badge{flex:0 0 auto!important;white-space:nowrap!important;}.topbar .topbar-ticker-track.eq-marquee-viewport,.ticker-marquee-viewport.eq-marquee-viewport{display:block!important;flex:1 1 auto!important;min-width:0!important;width:100%!important;overflow:hidden!important;white-space:nowrap!important;animation:none!important;}.topbar .eq-marquee-track,.ticker-section .eq-marquee-track{display:flex!important;align-items:center!important;gap:28px!important;width:max-content!important;min-width:max-content!important;white-space:nowrap!important;animation:eqTickerMobile 42s linear infinite!important;will-change:transform!important;}.topbar .eq-marquee-track a,.topbar .eq-marquee-track span,.ticker-section .eq-marquee-track a,.ticker-section .eq-marquee-track span{flex:0 0 auto!important;white-space:nowrap!important;}.ticker-section{display:block!important;overflow:hidden!important;}.ticker-section .container{width:100%!important;max-width:100%!important;padding-left:12px!important;padding-right:12px!important;box-sizing:border-box!important;}.ticker-wrap{display:flex!important;align-items:center!important;gap:8px!important;overflow:hidden!important;width:100%!important;min-width:0!important;}.eq-final-hero{display:flex!important;flex-direction:column!important;gap:0!important;}.eq-final-hero-visual{order:1!important;width:100%!important;min-height:0!important;overflow:hidden!important;background:#fff!important;}.eq-final-hero-visual img{width:100%!important;height:auto!important;object-fit:contain!important;object-position:center center!important;display:block!important;}.eq-final-hero-copy{order:2!important;width:100%!important;box-sizing:border-box!important;}}@media(max-width:420px){.premium-header .mobile-header-actions{padding-right:22px!important;transform:translateX(-10px)!important;gap:5px!important;}.premium-header .mobile-header-search-bar{max-width:calc(100% - 122px)!important;}.premium-header .mobile-notification-wrap,.premium-header #mobileThemeToggle,.premium-header .mobile-menu-toggle-right{flex-basis:32px!important;width:32px!important;min-width:32px!important;max-width:32px!important;height:32px!important;}}@keyframes eqTickerMobile{from{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:768px){.premium-header .mobile-header-actions{transform:translateX(6px)!important;padding-right:8px!important;}}@media (max-width:420px){.premium-header .mobile-header-actions{transform:translateX(5px)!important;padding-right:8px!important;}}@media (min-width:901px){.premium-header-inner{padding-right:110px!important;}.premium-actions{transform:translateX(-34px)!important;margin-right:0!important;overflow:visible!important;}#themeToggle,#themeToggle.desktop-theme-toggle{display:inline-flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;}}@media (min-width:1200px){.premium-header-inner{padding-right:122px!important;}.premium-actions{transform:translateX(-46px)!important;}}@media (max-width:1100px) and (min-width:901px){.premium-header-inner{padding-right:96px!important;}.premium-actions{transform:translateX(-30px)!important;}}.main-column .eq-recent-posts .post-card-image{aspect-ratio:16/9!important;height:auto!important;background:#f1f5f9!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;}.main-column .eq-recent-posts .post-card-image img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;background:#f1f5f9!important;}body.dark .eq-final-hero-wrap,html.dark .eq-final-hero-wrap{background:linear-gradient(180deg,#07101f 0%,#020617 100%)!important;}body.dark .eq-final-hero,html.dark .eq-final-hero{background:#0f172a!important;border-color:rgba(148,163,184,.20)!important;box-shadow:0 22px 60px rgba(0,0,0,.34)!important;}body.dark .eq-final-hero-copy,html.dark .eq-final-hero-copy{background:linear-gradient(90deg,#0f172a 0%,rgba(15,23,42,.96) 78%,rgba(15,23,42,.88) 100%)!important;}body.dark .eq-final-hero-copy h1,html.dark .eq-final-hero-copy h1{color:#f8fafc!important;}body.dark .eq-final-hero-copy p,html.dark .eq-final-hero-copy p{color:#cbd5e1!important;}body.dark .eq-final-hero-visual,body.dark .eq-final-hero-visual img,html.dark .eq-final-hero-visual,html.dark .eq-final-hero-visual img{background:#0f172a!important;}body.dark .eq-final-btn-light,html.dark .eq-final-btn-light{background:#111827!important;color:#f8fafc!important;border-color:rgba(148,163,184,.28)!important;}body.dark .eq-final-hero-trust span,html.dark .eq-final-hero-trust span{background:#111827!important;color:#f8fafc!important;border-color:rgba(148,163,184,.24)!important;}.eq-premium-footer-v3,body.dark .eq-premium-footer-v3,html.dark .eq-premium-footer-v3,html[data-theme="light"] .eq-premium-footer-v3,body.light .eq-premium-footer-v3,body.light-mode .eq-premium-footer-v3,.light-theme .eq-premium-footer-v3{--eq-footer-text:#ffffff!important;--eq-footer-muted:rgba(226,232,240,.84)!important;--eq-footer-line:rgba(148,163,184,.24)!important;background:radial-gradient(circle at 9% 28%,rgba(14,165,233,.22),transparent 28%),radial-gradient(circle at 91% 18%,rgba(168,85,247,.24),transparent 30%),linear-gradient(135deg,#020617 0%,#07101f 52%,#090b18 100%)!important;color:#ffffff!important;border-top:1px solid rgba(148,163,184,.18)!important;}.eq-premium-footer-v3 h3,.eq-premium-footer-v3 h4,.eq-premium-footer-v3 a,.eq-premium-footer-v3 p,.eq-footer-logo,.eq-footer-logo span,.eq-footer-follow h4,.eq-footer-links a,.eq-footer-bottom p{color:#ffffff!important;-webkit-text-fill-color:#ffffff!important;}.eq-footer-tagline{color:rgba(226,232,240,.84)!important;-webkit-text-fill-color:rgba(226,232,240,.84)!important;}.eq-final-hero-copy h1 .eq-title-line-1,.eq-final-hero-copy h1 .eq-title-line-2{display:block!important;}.seo-keyword-pills.seo-category-tags-row,.seo-home-summary .seo-category-tags-row{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:12px 18px!important;}.seo-keyword-pills.seo-category-tags-row a,.seo-home-summary .seo-category-tags-row a{color:#075bd8!important;-webkit-text-fill-color:#075bd8!important;text-decoration:none!important;font-weight:800!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important;}body:not(.dark) .eq-premium-footer-v3,html:not(.dark) .eq-premium-footer-v3,html[data-theme="light"] .eq-premium-footer-v3,body.light .eq-premium-footer-v3,body.light-mode .eq-premium-footer-v3,.light-theme .eq-premium-footer-v3{--eq-footer-text:#0f172a!important;--eq-footer-muted:#475569!important;--eq-footer-line:#e5e7eb!important;background:#ffffff!important;color:#0f172a!important;border-top:1px solid #e5e7eb!important;}body:not(.dark) .eq-premium-footer-v3 h3,body:not(.dark) .eq-premium-footer-v3 h4,body:not(.dark) .eq-premium-footer-v3 a,body:not(.dark) .eq-premium-footer-v3 p,html:not(.dark) .eq-premium-footer-v3 h3,html:not(.dark) .eq-premium-footer-v3 h4,html:not(.dark) .eq-premium-footer-v3 a,html:not(.dark) .eq-premium-footer-v3 p,html[data-theme="light"] .eq-premium-footer-v3 h3,html[data-theme="light"] .eq-premium-footer-v3 h4,html[data-theme="light"] .eq-premium-footer-v3 a,html[data-theme="light"] .eq-premium-footer-v3 p{color:#0f172a!important;-webkit-text-fill-color:#0f172a!important;}body:not(.dark) .eq-footer-tagline,html:not(.dark) .eq-footer-tagline,html[data-theme="light"] .eq-footer-tagline{color:#475569!important;-webkit-text-fill-color:#475569!important;}@media (min-width:901px){.topbar{display:block!important;}}@media (max-width:768px){.skip-link,a[href="#main-content"].skip-link,.topbar,.ticker-section{display:none!important;}.premium-header{min-height:auto!important;}.premium-header-inner{padding-top:6px!important;padding-bottom:6px!important;}.mobile-header-stack{padding:6px 0!important;}.mobile-header-actions{min-height:38px!important;}.premium-header .mobile-header-search-inner,.premium-header .mobile-header-search-inner input{height:36px!important;min-height:36px!important;font-size:14px!important;}.premium-header .mobile-notification-wrap,.premium-header #mobileThemeToggle,.premium-header .mobile-menu-toggle-right{height:32px!important;width:32px!important;min-width:32px!important;max-width:32px!important;flex-basis:32px!important;}.premium-header .mobile-header-actions{transform:translateX(8px)!important;padding-right:12px!important;gap:5px!important;}.eq-final-hero-copy h1{font-size:clamp(26px,7.1vw,34px)!important;line-height:1.18!important;margin:16px 0 12px!important;letter-spacing:-.045em!important;text-align:center!important;}.eq-final-hero-copy h1 .eq-title-line-1,.eq-final-hero-copy h1 .eq-title-line-2{display:block!important;}.eq-final-hero-actions{width:100%!important;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;justify-content:center!important;gap:10px!important;margin-bottom:18px!important;}.eq-final-btn{width:auto!important;flex:1 1 0!important;min-width:0!important;min-height:46px!important;padding:0 8px!important;border-radius:16px!important;font-size:14px!important;white-space:nowrap!important;}.eq-final-hero-trust{width:100%!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;}.eq-final-hero-trust span{min-height:auto!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;font-size:11.5px!important;line-height:1.25!important;white-space:normal!important;color:#0f172a!important;}body.dark .eq-final-hero-trust span,html.dark .eq-final-hero-trust span{background:transparent!important;border:0!important;color:#f8fafc!important;}.seo-home-summary .seo-category-tags-row,.seo-keyword-pills.seo-category-tags-row{display:flex!important;flex-wrap:wrap!important;justify-content:flex-start!important;gap:16px 18px!important;margin-top:20px!important;}.seo-home-summary .seo-category-tags-row a,.seo-keyword-pills.seo-category-tags-row a{color:#075bd8!important;-webkit-text-fill-color:#075bd8!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;border-radius:0!important;font-size:15px!important;line-height:1.35!important;font-weight:800!important;}body:not(.dark) .eq-premium-footer-v3,html:not(.dark) .eq-premium-footer-v3{background:#fff!important;color:#0f172a!important;}}@media (max-width:420px){.premium-header .mobile-header-actions{transform:translateX(6px)!important;padding-right:10px!important;}.eq-final-hero-copy h1{font-size:clamp(25px,7vw,31px)!important;}.eq-final-btn{font-size:13px!important;padding:0 6px!important;}.eq-final-hero-trust span{font-size:10.8px!important;}.seo-home-summary .seo-category-tags-row a,.seo-keyword-pills.seo-category-tags-row a{font-size:14px!important;}}.eq-premium-footer-v3,body.dark .eq-premium-footer-v3,html.dark .eq-premium-footer-v3,body:not(.dark) .eq-premium-footer-v3,html:not(.dark) .eq-premium-footer-v3,html[data-theme="dark"] .eq-premium-footer-v3,html[data-theme="light"] .eq-premium-footer-v3{background:#ffffff!important;background-image:none!important;color:#0f172a!important;border-top:1px solid #e5e7eb!important;}.eq-premium-footer-v3 h1,.eq-premium-footer-v3 h2,.eq-premium-footer-v3 h3,.eq-premium-footer-v3 h4,.eq-premium-footer-v3 p,.eq-premium-footer-v3 a,.eq-premium-footer-v3 span,.eq-footer-logo,.eq-footer-logo span,.eq-footer-tagline,.eq-footer-links a,.eq-footer-bottom p,.eq-footer-follow h4{color:#0f172a!important;-webkit-text-fill-color:#0f172a!important;}.eq-premium-footer-v3 .eq-footer-tagline,.eq-premium-footer-v3 small{color:#475569!important;-webkit-text-fill-color:#475569!important;}.seo-keyword-pills.seo-category-tags-row,.seo-home-summary .seo-category-tags-row{display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:flex-start!important;gap:16px 18px!important;}.seo-keyword-pills.seo-category-tags-row a,.seo-home-summary .seo-category-tags-row a,.seo-keyword-pills.seo-category-tags-row span,.seo-home-summary .seo-category-tags-row span{display:inline!important;color:#075bd8!important;-webkit-text-fill-color:#075bd8!important;background:transparent!important;border:0!important;box-shadow:none!important;outline:0!important;border-radius:0!important;padding:0!important;margin:0!important;font-weight:800!important;text-decoration:none!important;}@media (max-width:768px){.skip-link,a.skip-link,a[href="#main-content"],.topbar,.ticker-section,.ticker-wrap,.topbar-ticker-wrap{display:none!important;height:0!important;min-height:0!important;padding:0!important;margin:0!important;overflow:hidden!important;}.premium-header{min-height:0!important;}.premium-header-inner{padding-top:4px!important;padding-bottom:4px!important;}.mobile-header-stack{padding-top:4px!important;padding-bottom:4px!important;gap:4px!important;}.premium-header .mobile-header-actions{min-height:34px!important;height:34px!important;transform:translateX(8px)!important;padding-right:10px!important;gap:5px!important;}.premium-header .mobile-header-search-inner,.premium-header .mobile-header-search-inner input{height:34px!important;min-height:34px!important;font-size:13px!important;}.premium-header .mobile-notification-wrap,.premium-header #mobileThemeToggle,.premium-header .mobile-menu-toggle-right,.premium-header .mobile-notification-btn{height:30px!important;width:30px!important;min-width:30px!important;max-width:30px!important;flex:0 0 30px!important;}.eq-final-hero-copy h1{display:block!important;width:100%!important;max-width:100%!important;font-size:clamp(20px,5.6vw,25px)!important;line-height:1.22!important;letter-spacing:-.06em!important;text-align:center!important;margin:14px 0 12px!important;}.eq-final-hero-copy h1 .eq-title-line-1,.eq-final-hero-copy h1 .eq-title-line-2{display:block!important;white-space:nowrap!important;width:100%!important;max-width:100%!important;}.eq-final-hero-actions{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:center!important;gap:8px!important;width:100%!important;}.eq-final-hero-actions .eq-final-btn,.eq-final-btn{width:auto!important;flex:1 1 0!important;min-width:0!important;max-width:none!important;height:44px!important;min-height:44px!important;padding:0 6px!important;font-size:12.5px!important;line-height:1.1!important;white-space:nowrap!important;border-radius:15px!important;}.eq-final-hero-trust{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:space-between!important;gap:5px!important;width:100%!important;}.eq-final-hero-trust span{flex:1 1 0!important;min-width:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important;border:0!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;color:#0f172a!important;-webkit-text-fill-color:#0f172a!important;font-size:9.8px!important;font-weight:800!important;line-height:1.2!important;white-space:nowrap!important;}.seo-keyword-pills.seo-category-tags-row,.seo-home-summary .seo-category-tags-row{display:flex!important;flex-wrap:wrap!important;justify-content:flex-start!important;gap:14px 16px!important;}.seo-keyword-pills.seo-category-tags-row a,.seo-home-summary .seo-category-tags-row a{display:inline!important;color:#075bd8!important;-webkit-text-fill-color:#075bd8!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;border-radius:0!important;font-size:15px!important;font-weight:800!important;line-height:1.35!important;}}@media (max-width:420px){.eq-final-hero-copy h1{font-size:clamp(19px,5.2vw,22px)!important;letter-spacing:-.065em!important;}.eq-final-hero-actions .eq-final-btn{font-size:11.5px!important;padding:0 4px!important;}.eq-final-hero-trust span{font-size:8.9px!important;letter-spacing:-.03em!important;}}@media (max-width:768px){.skip-link,a.skip-link,.topbar,.topbar-ticker-wrap{display:none!important;height:0!important;min-height:0!important;padding:0!important;margin:0!important;overflow:hidden!important;}.ticker-section,.ticker-section .container,.ticker-wrap{display:block!important;height:auto!important;min-height:0!important;margin:0!important;overflow:visible!important;}.ticker-section{padding:8px 0!important;background:var(--bg,#f8fafc)!important;}.ticker-wrap{display:flex!important;align-items:center!important;gap:10px!important;padding:7px 10px!important;border-radius:14px!important;}.ticker-marquee-viewport,.eq-marquee-viewport{display:block!important;overflow:hidden!important;white-space:nowrap!important;min-width:0!important;flex:1 1 auto!important;}.eq-marquee-track,.ticker-track{display:flex!important;align-items:center!important;width:max-content!important;gap:28px!important;animation:eqTicker 42s linear infinite!important;white-space:nowrap!important;}.eq-final-hero-actions a[href="#main-content"],.eq-final-hero-actions .eq-final-btn-light,.eq-final-hero-actions .eq-final-btn-primary{display:inline-flex!important;visibility:visible!important;opacity:1!important;}.eq-final-hero-actions{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:8px!important;width:100%!important;margin:0 0 18px!important;}.eq-final-hero-actions .eq-final-btn{flex:1 1 0!important;width:auto!important;min-width:0!important;max-width:none!important;height:44px!important;min-height:44px!important;font-size:12px!important;padding:0 5px!important;white-space:nowrap!important;}.eq-final-hero-copy h1{font-size:clamp(19px,5.25vw,24px)!important;line-height:1.22!important;letter-spacing:-.055em!important;}.eq-final-hero-copy h1 .eq-title-line-1,.eq-final-hero-copy h1 .eq-title-line-2{display:block!important;white-space:nowrap!important;}.eq-final-hero-trust{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:5px!important;width:100%!important;align-items:center!important;justify-content:space-between!important;}.eq-final-hero-trust span{border:0!important;background:transparent!important;box-shadow:none!important;padding:0!important;margin:0!important;flex:1 1 0!important;min-width:0!important;white-space:nowrap!important;font-size:9.4px!important;line-height:1.2!important;color:#0f172a!important;-webkit-text-fill-color:#0f172a!important;}body.dark .eq-final-hero-trust span,html.dark .eq-final-hero-trust span,html[data-theme="dark"] .eq-final-hero-trust span{color:#f8fafc!important;-webkit-text-fill-color:#f8fafc!important;background:transparent!important;border:0!important;}}@media (max-width:380px){.eq-final-hero-actions .eq-final-btn{font-size:11px!important;padding:0 3px!important}.eq-final-hero-trust span{font-size:8.4px!important}.eq-final-hero-copy h1{font-size:18px!important}}body:not(.dark) .eq-premium-footer-v3,html:not(.dark) .eq-premium-footer-v3,html[data-theme="light"] .eq-premium-footer-v3{background:#ffffff!important;background-image:none!important;color:#0f172a!important;border-top:1px solid #e5e7eb!important;}body:not(.dark) .eq-premium-footer-v3 h1,body:not(.dark) .eq-premium-footer-v3 h2,body:not(.dark) .eq-premium-footer-v3 h3,body:not(.dark) .eq-premium-footer-v3 h4,body:not(.dark) .eq-premium-footer-v3 p,body:not(.dark) .eq-premium-footer-v3 a,body:not(.dark) .eq-premium-footer-v3 span,html[data-theme="light"] .eq-premium-footer-v3 h1,html[data-theme="light"] .eq-premium-footer-v3 h2,html[data-theme="light"] .eq-premium-footer-v3 h3,html[data-theme="light"] .eq-premium-footer-v3 h4,html[data-theme="light"] .eq-premium-footer-v3 p,html[data-theme="light"] .eq-premium-footer-v3 a,html[data-theme="light"] .eq-premium-footer-v3 span{color:#0f172a!important;-webkit-text-fill-color:#0f172a!important;}body.dark .eq-premium-footer-v3,html.dark .eq-premium-footer-v3,html[data-theme="dark"] .eq-premium-footer-v3{--eq-footer-text:#ffffff!important;--eq-footer-muted:rgba(226,232,240,.84)!important;--eq-footer-line:rgba(148,163,184,.24)!important;background:linear-gradient(135deg,#020617 0%,#07101f 52%,#090b18 100%)!important;color:#ffffff!important;border-top:1px solid rgba(148,163,184,.18)!important;}body.dark .eq-premium-footer-v3 h1,body.dark .eq-premium-footer-v3 h2,body.dark .eq-premium-footer-v3 h3,body.dark .eq-premium-footer-v3 h4,body.dark .eq-premium-footer-v3 p,body.dark .eq-premium-footer-v3 a,body.dark .eq-premium-footer-v3 span,html.dark .eq-premium-footer-v3 h1,html.dark .eq-premium-footer-v3 h2,html.dark .eq-premium-footer-v3 h3,html.dark .eq-premium-footer-v3 h4,html.dark .eq-premium-footer-v3 p,html.dark .eq-premium-footer-v3 a,html.dark .eq-premium-footer-v3 span,html[data-theme="dark"] .eq-premium-footer-v3 h1,html[data-theme="dark"] .eq-premium-footer-v3 h2,html[data-theme="dark"] .eq-premium-footer-v3 h3,html[data-theme="dark"] .eq-premium-footer-v3 h4,html[data-theme="dark"] .eq-premium-footer-v3 p,html[data-theme="dark"] .eq-premium-footer-v3 a,html[data-theme="dark"] .eq-premium-footer-v3 span{color:#ffffff!important;-webkit-text-fill-color:#ffffff!important;}@media (max-width:768px){.skip-link,a.skip-link,.topbar,.topbar-ticker-wrap{display:none!important;height:0!important;min-height:0!important;padding:0!important;margin:0!important;overflow:hidden!important;}.ticker-section,.ticker-section .container,.ticker-wrap,.ticker-marquee-viewport,.ticker-section .eq-marquee-viewport{display:flex!important;visibility:visible!important;opacity:1!important;height:auto!important;max-height:none!important;min-height:0!important;overflow:hidden!important;}.ticker-section{padding:7px 0!important;background:var(--bg,#f8fafc)!important;}.ticker-section .container{width:100%!important;max-width:100%!important;padding-left:12px!important;padding-right:12px!important;box-sizing:border-box!important;}.ticker-wrap{width:100%!important;align-items:center!important;gap:8px!important;padding:8px 10px!important;border-radius:14px!important;}.ticker-badge{display:inline-flex!important;flex:0 0 auto!important;align-items:center!important;white-space:nowrap!important;}.ticker-marquee-viewport,.ticker-section .eq-marquee-viewport{flex:1 1 auto!important;min-width:0!important;white-space:nowrap!important;}.ticker-section .eq-marquee-track,.ticker-section .ticker-track{display:flex!important;width:max-content!important;min-width:max-content!important;align-items:center!important;gap:28px!important;white-space:nowrap!important;animation:eqTicker 42s linear infinite!important;will-change:transform!important;}.ticker-section .eq-marquee-track a,.ticker-section .eq-marquee-track span{flex:0 0 auto!important;white-space:nowrap!important;}.eq-final-hero{display:flex!important;flex-direction:column!important;gap:0!important;}.eq-final-hero-visual{order:1!important;width:100%!important;background:#fff!important;}.eq-final-hero-visual img{width:100%!important;height:auto!important;object-fit:contain!important;display:block!important;}.eq-final-hero-copy{order:2!important;width:100%!important;text-align:center!important;align-items:center!important;padding:24px 16px 22px!important;box-sizing:border-box!important;}.eq-final-hero-copy h1{display:block!important;width:100%!important;margin:14px 0 14px!important;font-size:clamp(19px,5.2vw,24px)!important;line-height:1.24!important;letter-spacing:-.055em!important;text-align:center!important;color:#0a2450!important;-webkit-text-fill-color:#0a2450!important;}.eq-final-hero-copy h1 .eq-title-line-1,.eq-final-hero-copy h1 .eq-title-line-2{display:block!important;white-space:nowrap!important;width:100%!important;}.eq-final-hero-actions{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:center!important;gap:8px!important;width:100%!important;margin:0 0 18px!important;}.eq-final-hero-actions a,.eq-final-hero-actions .eq-final-btn,.eq-final-hero-actions .eq-final-btn-primary,.eq-final-hero-actions .eq-final-btn-light{display:inline-flex!important;visibility:visible!important;opacity:1!important;flex:1 1 0!important;width:auto!important;min-width:0!important;max-width:none!important;height:44px!important;min-height:44px!important;padding:0 5px!important;border-radius:15px!important;font-size:12px!important;line-height:1.1!important;white-space:nowrap!important;align-items:center!important;justify-content:center!important;}.eq-final-btn-light{background:#fff!important;color:#111827!important;border:1px solid #dbe2ec!important;}.eq-final-hero-trust{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:space-between!important;gap:5px!important;width:100%!important;margin:0!important;}.eq-final-hero-trust span{display:inline-flex!important;flex:1 1 0!important;min-width:0!important;padding:0!important;margin:0!important;border:0!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;color:#0f172a!important;-webkit-text-fill-color:#0f172a!important;font-size:9.4px!important;line-height:1.2!important;font-weight:900!important;white-space:nowrap!important;align-items:center!important;justify-content:center!important;}}@media (max-width:380px){.eq-final-hero-actions a,.eq-final-hero-actions .eq-final-btn{font-size:10.8px!important;padding:0 3px!important;}.eq-final-hero-trust span{font-size:8.3px!important;letter-spacing:-.03em!important;}.eq-final-hero-copy h1{font-size:18px!important;}}html:not(.dark) .eq-final-hero-wrap,body:not(.dark) .eq-final-hero-wrap{background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%)!important;}html:not(.dark) .eq-final-hero,body:not(.dark) .eq-final-hero{background:#ffffff!important;border-color:rgba(226,232,240,.95)!important;}html:not(.dark) .eq-final-hero-copy,body:not(.dark) .eq-final-hero-copy{background:linear-gradient(90deg,#ffffff 0%,rgba(255,255,255,.96) 76%,rgba(255,255,255,.86) 100%)!important;}html:not(.dark) .eq-final-hero-copy h1,body:not(.dark) .eq-final-hero-copy h1{color:#0a2450!important;-webkit-text-fill-color:#0a2450!important;}html:not(.dark) .eq-final-hero-copy p,body:not(.dark) .eq-final-hero-copy p{color:#1f2937!important;-webkit-text-fill-color:#1f2937!important;}html.dark .eq-final-hero-wrap,body.dark .eq-final-hero-wrap{background:linear-gradient(180deg,#07101f 0%,#020617 100%)!important;}html.dark .eq-final-hero,body.dark .eq-final-hero{background:#0f172a!important;border-color:rgba(148,163,184,.22)!important;box-shadow:0 22px 60px rgba(0,0,0,.34)!important;}html.dark .eq-final-hero-copy,body.dark .eq-final-hero-copy{background:linear-gradient(90deg,#0f172a 0%,rgba(15,23,42,.97) 78%,rgba(15,23,42,.90) 100%)!important;}html.dark .eq-final-hero-copy h1,body.dark .eq-final-hero-copy h1{color:#ffffff!important;-webkit-text-fill-color:#ffffff!important;}html.dark .eq-final-hero-copy p,body.dark .eq-final-hero-copy p{color:#dbeafe!important;-webkit-text-fill-color:#dbeafe!important;}html.dark .eq-final-hero-visual,body.dark .eq-final-hero-visual,html.dark .eq-final-hero-visual img,body.dark .eq-final-hero-visual img{background:#0f172a!important;}html.dark .eq-final-btn-light,body.dark .eq-final-btn-light{background:#111827!important;color:#ffffff!important;-webkit-text-fill-color:#ffffff!important;border-color:rgba(148,163,184,.32)!important;}html.dark .eq-final-hero-trust span,body.dark .eq-final-hero-trust span{color:#ffffff!important;-webkit-text-fill-color:#ffffff!important;background:transparent!important;border:0!important;}html:not(.dark) .eq-premium-footer-v3,body:not(.dark) .eq-premium-footer-v3{background:#ffffff!important;background-image:none!important;color:#0f172a!important;border-top:1px solid #e5e7eb!important;}html:not(.dark) .eq-premium-footer-v3 *,body:not(.dark) .eq-premium-footer-v3 *{color:#0f172a!important;-webkit-text-fill-color:#0f172a!important;}html:not(.dark) .eq-premium-footer-v3 .eq-footer-tagline,body:not(.dark) .eq-premium-footer-v3 .eq-footer-tagline{color:#475569!important;-webkit-text-fill-color:#475569!important;}html.dark .eq-premium-footer-v3,body.dark .eq-premium-footer-v3{background:linear-gradient(135deg,#020617 0%,#07101f 52%,#090b18 100%)!important;color:#ffffff!important;border-top:1px solid rgba(148,163,184,.18)!important;}html.dark .eq-premium-footer-v3 *,body.dark .eq-premium-footer-v3 *{color:#ffffff!important;-webkit-text-fill-color:#ffffff!important;}html.dark .eq-premium-footer-v3 .eq-footer-tagline,body.dark .eq-premium-footer-v3 .eq-footer-tagline{color:rgba(226,232,240,.86)!important;-webkit-text-fill-color:rgba(226,232,240,.86)!important;}.skip-link,a.skip-link,a[href="#main-content"].skip-link{display:none!important;visibility:hidden!important;opacity:0!important;width:0!important;height:0!important;overflow:hidden!important;pointer-events:none!important;}body:not(.ads-enabled) .ad-box,body:not(.ads-enabled) .ads-box,body:not(.ads-enabled) .ad-slot,body:not(.ads-enabled) .ad-widget,body:not(.ads-enabled) .header-bottom-ad,body:not(.ads-enabled) .premium-header-bottom-ad-wrap,body:not(.ads-enabled) .global-mobile-sticky-ad{display:none!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important;}body.ads-enabled .ad-box{display:block!important;min-height:0!important;border:0!important;background:transparent!important;padding:0!important;box-shadow:none!important;}@media (min-width:901px){.premium-header .premium-header-inner{padding-right:118px!important;overflow:visible!important;}.premium-header .premium-header-desktop{overflow:visible!important;grid-template-columns:175px minmax(0,1fr) 250px!important;gap:8px!important;}.premium-header .premium-actions{transform:translateX(-40px)!important;width:250px!important;min-width:250px!important;max-width:250px!important;display:flex!important;justify-content:flex-end!important;overflow:visible!important;}.premium-header .desktop-search-form,.premium-header .desktop-search-form .premium-search-input-wrap,.premium-header #headerSearchInput{width:145px!important;max-width:145px!important;min-width:0!important;}.premium-header .premium-action-icons{display:flex!important;gap:6px!important;min-width:78px!important;width:78px!important;overflow:visible!important;}.premium-header #themeToggle,.premium-header .desktop-theme-toggle{display:inline-flex!important;visibility:visible!important;opacity:1!important;flex:0 0 34px!important;width:34px!important;min-width:34px!important;height:34px!important;position:relative!important;z-index:1000!important;}}@media (min-width:1200px){.premium-header .premium-actions{transform:translateX(-52px)!important}.premium-header .premium-header-inner{padding-right:130px!important}}@media (max-width:768px){.premium-header{min-height:0!important;}.premium-header .mobile-header-top{display:none!important;height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;}.premium-header .premium-header-inner{padding-top:5px!important;padding-bottom:5px!important;}.premium-header .mobile-header-bottom{padding:0!important;}.premium-header .mobile-header-actions{height:44px!important;min-height:44px!important;display:flex!important;align-items:center!important;gap:6px!important;transform:none!important;padding-left:0!important;padding-right:10px!important;}.premium-header .mobile-header-search-bar{flex:1 1 auto!important;max-width:none!important;min-width:0!important;}.premium-header .mobile-header-search-inner,.premium-header #mobileHeaderSearchInput{height:36px!important;min-height:36px!important;border-radius:15px!important;font-size:14px!important;}.premium-header .mobile-notification-wrap,.premium-header #mobileThemeToggle{flex:0 0 34px!important;width:34px!important;min-width:34px!important;height:34px!important;}.premium-header .mobile-menu-toggle-right{flex:0 0 34px!important;width:34px!important;min-width:34px!important;height:34px!important;transform:translateX(-8px)!important;margin-left:-4px!important;}}.topbar-wrap{padding-top:6px!important;padding-bottom:6px!important;}.topbar-badge,.ticker-badge{font-size:11px!important;padding:5px 9px!important;border-radius:10px!important;line-height:1!important;}.ticker-section{padding-top:10px!important;}.ticker-wrap{padding:8px 11px!important;border-radius:14px!important;gap:9px!important;}.ticker-wrap>span{font-size:11px!important;padding:5px 9px!important;}.eq-marquee-track{animation-duration:48s!important;}@media (max-width:768px){.topbar{display:none!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;}.ticker-section{display:block!important;visibility:visible!important;opacity:1!important;padding:6px 0!important;margin:0!important;background:var(--bg,#f8fafc)!important;overflow:hidden!important;}.ticker-section .container{width:100%!important;max-width:100%!important;padding-left:10px!important;padding-right:10px!important;}.ticker-wrap{display:flex!important;align-items:center!important;width:100%!important;min-width:0!important;gap:7px!important;padding:6px 8px!important;border-radius:12px!important;overflow:hidden!important;}.ticker-badge{display:inline-flex!important;flex:0 0 auto!important;font-size:10.5px!important;padding:5px 7px!important;}.ticker-marquee-viewport,.ticker-section .eq-marquee-viewport{display:block!important;flex:1 1 auto!important;min-width:0!important;overflow:hidden!important;white-space:nowrap!important;}.ticker-section .eq-marquee-track{display:flex!important;width:max-content!important;min-width:max-content!important;gap:24px!important;white-space:nowrap!important;animation:eqTickerMobile 42s linear infinite!important;}.ticker-section .eq-marquee-track a,.ticker-section .eq-marquee-track span{flex:0 0 auto!important;white-space:nowrap!important;font-size:12px!important;}}.sidebar .sidebar-post,.widget .sidebar-post,.eq-sidebar-post-shell .sidebar-post{grid-template-columns:96px minmax(0,1fr)!important;gap:12px!important;align-items:center!important;overflow:hidden!important;}.sidebar .sidebar-post img,.widget .sidebar-post img,.eq-sidebar-post-shell .sidebar-post img,.sidebar .popular-post img,.sidebar .trending-post img,.sidebar .must-read-post img{width:96px!important;height:76px!important;max-width:96px!important;max-height:76px!important;object-fit:contain!important;object-position:center center!important;background:#eef3f8!important;border-radius:14px!important;box-shadow:none!important;}@media (max-width:768px){.sidebar .sidebar-post,.widget .sidebar-post,.eq-sidebar-post-shell .sidebar-post{grid-template-columns:92px minmax(0,1fr)!important;}.sidebar .sidebar-post img,.widget .sidebar-post img,.eq-sidebar-post-shell .sidebar-post img{width:92px!important;height:72px!important;max-width:92px!important;max-height:72px!important;object-fit:contain!important;}}.eq-cookie-banner{position:fixed!important;left:50%!important;right:auto!important;bottom:18px!important;transform:translateX(-50%)!important;width:min(720px,calc(100% - 28px))!important;z-index:999999!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;padding:16px 18px!important;border-radius:22px!important;background:rgba(255,255,255,.96)!important;color:#0f172a!important;border:1px solid rgba(15,23,42,.10)!important;box-shadow:0 22px 70px rgba(15,23,42,.22)!important;backdrop-filter:blur(16px)!important;}.eq-cookie-banner strong{display:block!important;font-size:17px!important;line-height:1.2!important;margin:0 0 4px!important;color:#0f172a!important;}.eq-cookie-banner p{margin:0!important;color:#475569!important;font-size:13.5px!important;line-height:1.55!important;}.eq-cookie-actions{display:flex!important;align-items:center!important;gap:10px!important;flex:0 0 auto!important;}.eq-cookie-actions button{border:1px solid #dbe3ef!important;border-radius:999px!important;padding:10px 14px!important;font-size:13px!important;font-weight:900!important;background:#fff!important;color:#0f172a!important;cursor:pointer!important;box-shadow:0 8px 18px rgba(15,23,42,.08)!important;}.eq-cookie-actions button:last-child{border-color:#0b63d1!important;background:linear-gradient(135deg,#0b63d1,#2384ff)!important;color:#fff!important;}html.dark .eq-cookie-banner,body.dark .eq-cookie-banner{background:rgba(15,23,42,.96)!important;color:#fff!important;border-color:rgba(255,255,255,.14)!important;box-shadow:0 24px 80px rgba(0,0,0,.42)!important;}html.dark .eq-cookie-banner strong,body.dark .eq-cookie-banner strong{color:#fff!important;}html.dark .eq-cookie-banner p,body.dark .eq-cookie-banner p{color:#cbd5e1!important;}html.dark .eq-cookie-actions button,body.dark .eq-cookie-actions button{background:#111827!important;color:#fff!important;border-color:rgba(255,255,255,.16)!important;}@media(max-width:640px){.eq-cookie-banner{display:block!important;bottom:12px!important;padding:14px!important;border-radius:18px!important}.eq-cookie-actions{margin-top:12px!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}.eq-cookie-actions button{width:100%!important;padding:10px 8px!important;font-size:12.5px!important}.eq-cookie-banner p{font-size:12.5px!important}}@media (min-width:901px){.premium-header .premium-header-inner{padding-right:18px!important;overflow:visible!important;}.premium-header .premium-header-desktop{grid-template-columns:175px minmax(0,1fr) 292px!important;gap:10px!important;overflow:visible!important;}.premium-header .premium-nav{min-width:0!important;overflow:visible!important;}.premium-header .premium-nav ul{gap:13px!important;flex-wrap:nowrap!important;}.premium-header .premium-nav a{font-size:14px!important;white-space:nowrap!important;}.premium-header .premium-actions{transform:translateX(16px)!important;margin-left:auto!important;width:292px!important;min-width:292px!important;max-width:292px!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;overflow:visible!important;position:relative!important;z-index:20!important;}.premium-header .desktop-search-form,.premium-header .desktop-search-form .premium-search-input-wrap{width:165px!important;max-width:165px!important;min-width:165px!important;}.premium-header #headerSearchInput{width:165px!important;max-width:165px!important;min-width:0!important;}.premium-header .premium-action-icons{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;min-width:86px!important;width:86px!important;overflow:visible!important;}.premium-header #notificationToggle,.premium-header #themeToggle,.premium-header .desktop-theme-toggle{display:inline-flex!important;visibility:visible!important;opacity:1!important;flex:0 0 34px!important;width:34px!important;min-width:34px!important;height:34px!important;position:relative!important;z-index:30!important;}}@media (min-width:1200px){.premium-header .premium-actions{transform:translateX(20px)!important;}.premium-header .premium-header-inner{padding-right:22px!important;}}.eq-must-read-row .post-card-image,.eq-best-guides-row .post-card-image,.eq-must-read-row .post-card-image img,.eq-best-guides-row .post-card-image img{height:auto!important;min-height:0!important;max-height:none!important;}.eq-must-read-row .post-card-image,.eq-best-guides-row .post-card-image{aspect-ratio:16/9!important;background:#f3f6fb!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;border-radius:18px 18px 0 0!important;}.eq-must-read-row .post-card-image img,.eq-best-guides-row .post-card-image img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;background:#f3f6fb!important;}html.dark .eq-must-read-row .post-card-image,html.dark .eq-best-guides-row .post-card-image,html.dark .eq-must-read-row .post-card-image img,html.dark .eq-best-guides-row .post-card-image img,body.dark .eq-must-read-row .post-card-image,body.dark .eq-best-guides-row .post-card-image,body.dark .eq-must-read-row .post-card-image img,body.dark .eq-best-guides-row .post-card-image img{background:#111827!important;}.sidebar .eq-sidebar-more-list .sidebar-post img,.sidebar .widget .sidebar-post img,.sidebar .sidebar-guide-widget .sidebar-post img{object-fit:contain!important;object-position:center center!important;background:#f3f6fb!important;border-radius:14px!important;}html.dark .sidebar .eq-sidebar-more-list .sidebar-post img,html.dark .sidebar .widget .sidebar-post img,html.dark .sidebar .sidebar-guide-widget .sidebar-post img,body.dark .sidebar .eq-sidebar-more-list .sidebar-post img,body.dark .sidebar .widget .sidebar-post img,body.dark .sidebar .sidebar-guide-widget .sidebar-post img{background:#111827!important;}.eq-footer-social a,.footer-social a,.sidebar-social-icons a,.contact-socials a,.social-widget .footer-social a{border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;padding:0!important;}.eq-footer-social img,.footer-social img,.sidebar-social-icons img,.contact-socials img,.social-widget .footer-social img{border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;padding:0!important;object-fit:contain!important;}a[aria-label="Instagram"] img,.eq-social-instagram img,img[alt="Instagram"]{border-radius:50%!important;clip-path:circle(50%)!important;background:transparent!important;border:0!important;box-shadow:none!important;}@media (min-width:901px){.premium-header .premium-header-inner{padding-left:14px!important;padding-right:14px!important;overflow:visible!important;}.premium-header .premium-header-desktop{grid-template-columns:170px minmax(0,1fr) 212px!important;gap:6px!important;align-items:center!important;overflow:visible!important;}.premium-header .premium-logo.eq-text-logo{max-width:170px!important;min-width:0!important;}.premium-header .premium-nav{min-width:0!important;overflow:hidden!important;justify-content:center!important;}.premium-header .premium-nav ul{display:flex!important;flex-wrap:nowrap!important;gap:2px!important;justify-content:center!important;align-items:center!important;overflow:hidden!important;white-space:nowrap!important;}.premium-header .premium-nav li{flex:0 0 auto!important;margin:0!important;padding:0!important;}.premium-header .premium-nav a{font-size:12px!important;font-weight:700!important;line-height:1!important;padding:7px 4px!important;letter-spacing:-.035em!important;white-space:nowrap!important;}.premium-header .premium-actions{transform:translateX(-8px)!important;margin-left:auto!important;display:grid!important;grid-template-columns:120px 78px!important;gap:6px!important;width:204px!important;min-width:204px!important;max-width:204px!important;align-items:center!important;justify-content:end!important;overflow:visible!important;position:relative!important;z-index:50!important;}.premium-header .desktop-search-form,.premium-header .desktop-search-form .premium-search-input-wrap,.premium-header .desktop-search-form input,.premium-header #headerSearchInput{width:120px!important;min-width:0!important;max-width:120px!important;}.premium-header .desktop-search-form{grid-column:1!important;display:block!important;flex:0 0 120px!important;margin:0!important;}.premium-header #headerSearchInput{height:32px!important;font-size:11px!important;padding:0 10px!important;border-radius:13px!important;box-sizing:border-box!important;}.premium-header .premium-action-icons{grid-column:2!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:6px!important;width:78px!important;min-width:78px!important;max-width:78px!important;overflow:visible!important;}.premium-header #notificationToggle,.premium-header #themeToggle,.premium-header .desktop-theme-toggle,.premium-header .premium-icon-btn,.premium-header .notification-btn{display:inline-flex!important;visibility:visible!important;opacity:1!important;width:34px!important;min-width:34px!important;max-width:34px!important;height:34px!important;flex:0 0 34px!important;padding:0!important;}}@media (min-width:1200px){.premium-header .premium-header-desktop{grid-template-columns:180px minmax(0,1fr) 212px!important;gap:6px!important;}.premium-header .premium-nav ul{gap:3px!important;}.premium-header .premium-nav a{font-size:12.4px!important;padding:7px 4.5px!important;}.premium-header .premium-actions{transform:translateX(-10px)!important;width:204px!important;min-width:204px!important;max-width:204px!important;grid-template-columns:120px 78px!important;}}@media (max-width:1120px) and (min-width:901px){.premium-header .premium-header-desktop{grid-template-columns:142px minmax(0,1fr) 198px!important;gap:4px!important;}.premium-header .premium-logo.eq-text-logo{max-width:142px!important;}.premium-header .premium-logo .eq-logo-word{font-size:16px!important;}.premium-header .premium-nav ul{gap:0!important;}.premium-header .premium-nav a{font-size:10.2px!important;padding:6px 2.8px!important;letter-spacing:-.05em!important;}.premium-header .premium-actions{transform:translateX(-6px)!important;grid-template-columns:112px 76px!important;width:194px!important;min-width:194px!important;max-width:194px!important;gap:6px!important;}.premium-header .desktop-search-form,.premium-header .desktop-search-form .premium-search-input-wrap,.premium-header .desktop-search-form input,.premium-header #headerSearchInput{width:112px!important;max-width:112px!important;}.premium-header .premium-action-icons{width:76px!important;min-width:76px!important;max-width:76px!important;gap:4px!important;}.premium-header #notificationToggle,.premium-header #themeToggle,.premium-header .desktop-theme-toggle,.premium-header .premium-icon-btn,.premium-header .notification-btn{width:33px!important;min-width:33px!important;max-width:33px!important;height:33px!important;flex-basis:33px!important;}}.eq-must-read-row .post-card-image,.eq-best-guides-row .post-card-image,.main-column .eq-four-card-row .post-card-image,.post-grid .post-card-image{height:auto!important;aspect-ratio:16/9!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#f6f8fc!important;border-radius:18px 18px 0 0!important;}.eq-must-read-row .post-card-image img,.eq-best-guides-row .post-card-image img,.main-column .eq-four-card-row .post-card-image img,.post-grid .post-card-image img,.post-card .post-card-image img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center center!important;image-rendering:auto!important;filter:none!important;background:#f6f8fc!important;}.sidebar .sidebar-post,.widget .sidebar-post,.eq-sidebar-post-shell .sidebar-post{grid-template-columns:96px minmax(0,1fr)!important;gap:12px!important;align-items:center!important;}.sidebar .sidebar-post img,.widget .sidebar-post img,.eq-sidebar-post-shell .sidebar-post img,.sidebar-post img{width:96px!important;height:72px!important;min-width:96px!important;max-width:96px!important;max-height:72px!important;object-fit:contain!important;object-position:center center!important;background:#f6f8fc!important;border-radius:14px!important;image-rendering:auto!important;filter:none!important;}@media (max-width:760px){.sidebar .sidebar-post,.widget .sidebar-post,.eq-sidebar-post-shell .sidebar-post{grid-template-columns:92px minmax(0,1fr)!important;}.sidebar .sidebar-post img,.widget .sidebar-post img,.eq-sidebar-post-shell .sidebar-post img,.sidebar-post img{width:92px!important;height:70px!important;min-width:92px!important;max-width:92px!important;max-height:70px!important;object-fit:contain!important;}}html.dark .post-card-image,body.dark .post-card-image,html.dark .post-card-image img,body.dark .post-card-image img,html.dark .sidebar-post img,body.dark .sidebar-post img{background:#111827!important;}.eq-footer-social a,.footer-social a,.sidebar-social-icons a,.contact-socials a,.social-widget .footer-social a,.eq-social-btn{border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;background-image:none!important;padding:0!important;border-radius:0!important;}.eq-footer-social img,.footer-social img,.sidebar-social-icons img,.contact-socials img,.social-widget .footer-social img,.eq-social-btn img{border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;background-image:none!important;padding:0!important;object-fit:contain!important;filter:none!important;}a[aria-label*="Instagram" i] img,.eq-social-instagram img,img[alt*="Instagram" i]{border-radius:50%!important;clip-path:circle(50%)!important;}@media (min-width:901px){.premium-header,.premium-header-main,.premium-header-inner{overflow:visible!important;}.premium-header .premium-header-inner{width:100%!important;max-width:100%!important;padding-left:14px!important;padding-right:72px!important;box-sizing:border-box!important;}.premium-header .premium-header-desktop{display:grid!important;grid-template-columns:188px minmax(0,1fr) 206px!important;align-items:center!important;gap:8px!important;width:100%!important;overflow:visible!important;}.premium-header .premium-logo.eq-text-logo{max-width:188px!important;min-width:0!important;overflow:hidden!important;}.premium-header .premium-logo .eq-logo-word{font-size:20px!important;font-weight:850!important;white-space:nowrap!important;letter-spacing:-.035em!important;}.premium-header .premium-nav{min-width:0!important;overflow:hidden!important;display:flex!important;justify-content:center!important;}.premium-header .premium-nav ul{display:flex!important;flex-wrap:nowrap!important;justify-content:center!important;align-items:center!important;gap:5px!important;white-space:nowrap!important;overflow:hidden!important;margin:0!important;padding:0!important;}.premium-header .premium-nav li{flex:0 0 auto!important;margin:0!important;padding:0!important;}.premium-header .premium-nav a{font-size:13.4px!important;font-weight:850!important;line-height:1!important;padding:8px 5.5px!important;letter-spacing:-.03em!important;white-space:nowrap!important;}.premium-header .premium-actions{margin-left:auto!important;transform:translateX(-24px)!important;display:grid!important;grid-template-columns:120px 78px!important;gap:6px!important;width:204px!important;min-width:204px!important;max-width:204px!important;align-items:center!important;justify-content:end!important;overflow:visible!important;position:relative!important;z-index:999!important;}.premium-header .desktop-search-form,.premium-header .desktop-search-form .premium-search-input-wrap,.premium-header .desktop-search-form input,.premium-header #headerSearchInput{width:120px!important;max-width:120px!important;min-width:0!important;box-sizing:border-box!important;}.premium-header .desktop-search-form{display:block!important;grid-column:1!important;flex:0 0 120px!important;margin:0!important;}.premium-header #headerSearchInput{height:32px!important;padding:0 10px!important;border-radius:14px!important;font-size:11.5px!important;}.premium-header .premium-action-icons{grid-column:2!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:6px!important;width:78px!important;min-width:78px!important;max-width:78px!important;overflow:visible!important;}.premium-header #themeToggle,.premium-header .desktop-theme-toggle{position:relative!important;z-index:100000!important;}}@media (min-width:1200px){.premium-header .premium-header-inner{padding-right:82px!important;}.premium-header .premium-header-desktop{grid-template-columns:196px minmax(0,1fr) 206px!important;gap:10px!important;}.premium-header .premium-nav ul{gap:6px!important;}.premium-header .premium-nav a{font-size:13.8px!important;padding:8px 6px!important;}.premium-header .premium-actions{transform:translateX(-28px)!important;}}@media (max-width:1120px) and (min-width:901px){.premium-header .premium-header-inner{padding-right:64px!important;}.premium-header .premium-header-desktop{grid-template-columns:150px minmax(0,1fr) 198px!important;gap:5px!important;}.premium-header .premium-logo.eq-text-logo{max-width:150px!important;}.premium-header .premium-logo .eq-logo-word{font-size:17px!important;}.premium-header .premium-nav ul{gap:1px!important;}.premium-header .premium-nav a{font-size:11.2px!important;padding:7px 3px!important;letter-spacing:-.05em!important;}.premium-header .premium-actions{grid-template-columns:112px 76px!important;width:194px!important;min-width:194px!important;max-width:194px!important;transform:translateX(-18px)!important;}.premium-header .desktop-search-form,.premium-header .desktop-search-form .premium-search-input-wrap,.premium-header .desktop-search-form input,.premium-header #headerSearchInput{width:112px!important;max-width:112px!important;}.premium-header .premium-action-icons{width:76px!important;min-width:76px!important;max-width:76px!important;gap:4px!important;}.premium-header .premium-notification-wrap,.premium-header #notificationToggle,.premium-header .notification-btn,.premium-header #themeToggle,.premium-header .desktop-theme-toggle,.premium-header .premium-icon-btn{width:33px!important;min-width:33px!important;max-width:33px!important;height:33px!important;flex-basis:33px!important;}}.sidebar .sidebar-post,.sticky-sidebar .sidebar-post,.widget .sidebar-post,.eq-sidebar-post-shell .sidebar-post{display:grid!important;grid-template-columns:112px minmax(0,1fr)!important;gap:12px!important;align-items:center!important;min-height:86px!important;overflow:hidden!important;}.sidebar .sidebar-post img,.sticky-sidebar .sidebar-post img,.widget .sidebar-post img,.eq-sidebar-post-shell .sidebar-post img,aside.sidebar .widget a.sidebar-post img{width:112px!important;height:82px!important;min-width:112px!important;max-width:112px!important;max-height:82px!important;object-fit:contain!important;object-position:center center!important;background:#f6f8fc!important;border-radius:14px!important;image-rendering:auto!important;filter:none!important;transform:none!important;}@media (max-width:760px){.sidebar .sidebar-post,.sticky-sidebar .sidebar-post,.widget .sidebar-post,.eq-sidebar-post-shell .sidebar-post{grid-template-columns:104px minmax(0,1fr)!important;min-height:80px!important;}.sidebar .sidebar-post img,.sticky-sidebar .sidebar-post img,.widget .sidebar-post img,.eq-sidebar-post-shell .sidebar-post img,aside.sidebar .widget a.sidebar-post img{width:104px!important;height:76px!important;min-width:104px!important;max-width:104px!important;max-height:76px!important;object-fit:contain!important;}}html.dark .sidebar .sidebar-post img,body.dark .sidebar .sidebar-post img,html.dark .widget .sidebar-post img,body.dark .widget .sidebar-post img{background:#111827!important;}@media (min-width:901px){.premium-header,.premium-header-main,.premium-header-inner{overflow:visible!important;}.premium-header .premium-header-inner{padding-left:14px!important;padding-right:84px!important;box-sizing:border-box!important;}.premium-header .premium-header-desktop{display:grid!important;grid-template-columns:190px minmax(0,1fr) 206px!important;align-items:center!important;gap:8px!important;width:100%!important;overflow:visible!important;}.premium-header .premium-nav{min-width:0!important;width:100%!important;overflow:visible!important;display:flex!important;justify-content:center!important;}.premium-header .premium-nav ul{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:center!important;gap:3px!important;margin:0!important;padding:0!important;white-space:nowrap!important;overflow:visible!important;}.premium-header .premium-nav li{flex:0 0 auto!important;margin:0!important;padding:0!important;}.premium-header .premium-nav a{display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;font-size:13px!important;font-weight:850!important;line-height:1!important;letter-spacing:-.045em!important;padding:8px 4.5px!important;margin:0!important;}.premium-header .premium-actions{margin-left:auto!important;transform:translateX(-22px)!important;display:grid!important;grid-template-columns:120px 78px!important;gap:6px!important;width:204px!important;min-width:204px!important;max-width:204px!important;align-items:center!important;justify-content:end!important;overflow:visible!important;position:relative!important;z-index:999!important;}.premium-header .desktop-search-form,.premium-header .desktop-search-form .premium-search-input-wrap,.premium-header .desktop-search-form input,.premium-header #headerSearchInput{width:120px!important;max-width:120px!important;min-width:120px!important;box-sizing:border-box!important;}.premium-header #headerSearchInput{height:32px!important;font-size:11.5px!important;padding:0 10px!important;}.premium-header .premium-action-icons{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:6px!important;width:78px!important;min-width:78px!important;max-width:78px!important;overflow:visible!important;}.premium-header .premium-notification-wrap,.premium-header #notificationToggle,.premium-header .notification-btn,.premium-header #themeToggle,.premium-header .desktop-theme-toggle,.premium-header .premium-icon-btn{display:inline-flex!important;visibility:visible!important;opacity:1!important;width:34px!important;min-width:34px!important;max-width:34px!important;height:34px!important;flex:0 0 34px!important;align-items:center!important;justify-content:center!important;overflow:visible!important;padding:0!important;margin:0!important;}}@media (min-width:1200px){.premium-header .premium-header-inner{padding-right:86px!important;}.premium-header .premium-header-desktop{grid-template-columns:198px minmax(0,1fr) 206px!important;gap:8px!important;}.premium-header .premium-nav ul{gap:4px!important;}.premium-header .premium-nav a{font-size:13.1px!important;padding:8px 5px!important;letter-spacing:-.045em!important;}.premium-header .premium-actions{transform:translateX(-26px)!important;}}@media (max-width:1120px) and (min-width:901px){.premium-header .premium-header-inner{padding-right:66px!important;}.premium-header .premium-header-desktop{grid-template-columns:148px minmax(0,1fr) 198px!important;gap:4px!important;}.premium-header .premium-logo.eq-text-logo{max-width:148px!important;}.premium-header .premium-logo .eq-logo-word{font-size:16.5px!important;}.premium-header .premium-nav ul{gap:0!important;}.premium-header .premium-nav a{font-size:10.8px!important;padding:7px 2.6px!important;letter-spacing:-.06em!important;}.premium-header .premium-actions{grid-template-columns:112px 76px!important;width:194px!important;min-width:194px!important;max-width:194px!important;transform:translateX(-16px)!important;}.premium-header .desktop-search-form,.premium-header .desktop-search-form .premium-search-input-wrap,.premium-header .desktop-search-form input,.premium-header #headerSearchInput{width:112px!important;max-width:112px!important;min-width:112px!important;}}.sidebar-post,.sidebar .sidebar-post,.sticky-sidebar .sidebar-post,.widget .sidebar-post,.eq-sidebar-post-shell .sidebar-post,aside .sidebar-post{display:grid!important;grid-template-columns:118px minmax(0,1fr)!important;gap:12px!important;align-items:center!important;overflow:visible!important;min-height:78px!important;}.sidebar-post>img,.sidebar .sidebar-post>img,.sticky-sidebar .sidebar-post>img,.widget .sidebar-post>img,.eq-sidebar-post-shell .sidebar-post>img,aside .sidebar-post>img,.sidebar-post img{width:118px!important;min-width:118px!important;max-width:118px!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center center!important;background:#f6f8fc!important;border-radius:14px!important;filter:none!important;transform:none!important;image-rendering:auto!important;}@media (max-width:760px){.sidebar-post,.sidebar .sidebar-post,.sticky-sidebar .sidebar-post,.widget .sidebar-post,.eq-sidebar-post-shell .sidebar-post,aside .sidebar-post{grid-template-columns:108px minmax(0,1fr)!important;min-height:74px!important;}.sidebar-post>img,.sidebar .sidebar-post>img,.sticky-sidebar .sidebar-post>img,.widget .sidebar-post>img,.eq-sidebar-post-shell .sidebar-post>img,aside .sidebar-post>img,.sidebar-post img{width:108px!important;min-width:108px!important;max-width:108px!important;height:auto!important;max-height:none!important;object-fit:contain!important;}}html.dark .sidebar-post img,body.dark .sidebar-post img{background:#111827!important;}.sidebar-post,.sidebar .sidebar-post,.sticky-sidebar .sidebar-post,.widget .sidebar-post,aside .sidebar-post{grid-template-columns:118px minmax(0,1fr)!important;align-items:center!important;gap:14px!important;}.sidebar-post>img,.sidebar .sidebar-post>img,.sticky-sidebar .sidebar-post>img,.widget .sidebar-post>img,aside .sidebar-post>img,.sidebar-post img{width:118px!important;height:66px!important;min-width:118px!important;max-width:118px!important;min-height:66px!important;max-height:66px!important;aspect-ratio:16/9!important;object-fit:cover!important;object-position:center center!important;background:transparent!important;border-radius:12px!important;padding:0!important;margin:0!important;display:block!important;}@media(max-width:760px){.sidebar-post,.sidebar .sidebar-post,.sticky-sidebar .sidebar-post,.widget .sidebar-post,aside .sidebar-post{grid-template-columns:110px minmax(0,1fr)!important;gap:14px!important;min-height:70px!important;}.sidebar-post>img,.sidebar .sidebar-post>img,.sticky-sidebar .sidebar-post>img,.widget .sidebar-post>img,aside .sidebar-post>img,.sidebar-post img{width:110px!important;height:62px!important;min-width:110px!important;max-width:110px!important;min-height:62px!important;max-height:62px!important;object-fit:cover!important;background:transparent!important;}}.auto-internal-links-box{margin:28px 0!important;padding:20px 22px!important;border-radius:20px!important;background:linear-gradient(135deg,#eff6ff,#f8fbff)!important;border:1px solid #bfdbfe!important;box-shadow:0 10px 26px rgba(37,99,235,.08)!important;clear:both!important;}.auto-internal-links-box strong{display:inline-flex!important;align-items:center!important;gap:8px!important;margin:0 0 12px!important;padding:7px 13px!important;border-radius:999px!important;background:#2563eb!important;color:#fff!important;font-size:15px!important;font-weight:900!important;line-height:1.2!important;}.auto-internal-links-box ul{margin:0!important;padding-left:22px!important;display:grid!important;gap:8px!important;}.auto-internal-links-box li{color:#1d4ed8!important;}.auto-internal-links-box a{color:#1d4ed8!important;font-weight:750!important;text-decoration:none!important;}.auto-internal-links-box a:hover{text-decoration:underline!important;}html.dark .auto-internal-links-box,body.dark .auto-internal-links-box{background:linear-gradient(135deg,#0f172a,#111827)!important;border-color:#334155!important;box-shadow:none!important;}html.dark .auto-internal-links-box a,body.dark .auto-internal-links-box a,html.dark .auto-internal-links-box li,body.dark .auto-internal-links-box li{color:#93c5fd!important;}aside.sidebar .widget a.sidebar-post,.sidebar .widget a.sidebar-post,.sticky-sidebar .widget a.sidebar-post,.eq-sidebar-post-shell a.sidebar-post,a.sidebar-post{display:grid!important;grid-template-columns:122px minmax(0,1fr)!important;gap:14px!important;align-items:center!important;overflow:visible!important;padding:14px 0!important;}aside.sidebar .widget a.sidebar-post>img,.sidebar .widget a.sidebar-post>img,.sticky-sidebar .widget a.sidebar-post>img,.eq-sidebar-post-shell a.sidebar-post>img,a.sidebar-post>img{width:122px!important;height:69px!important;min-width:122px!important;max-width:122px!important;min-height:69px!important;max-height:69px!important;aspect-ratio:16/9!important;object-fit:cover!important;object-position:center center!important;display:block!important;padding:0!important;margin:0!important;background:#f4f7fb!important;border:0!important;border-radius:18px 18px 10px 10px!important;box-shadow:0 8px 18px rgba(15,23,42,.06)!important;overflow:hidden!important;}@media(max-width:760px){aside.sidebar .widget a.sidebar-post,.sidebar .widget a.sidebar-post,.sticky-sidebar .widget a.sidebar-post,.eq-sidebar-post-shell a.sidebar-post,a.sidebar-post{grid-template-columns:112px minmax(0,1fr)!important;gap:13px!important;}aside.sidebar .widget a.sidebar-post>img,.sidebar .widget a.sidebar-post>img,.sticky-sidebar .widget a.sidebar-post>img,.eq-sidebar-post-shell a.sidebar-post>img,a.sidebar-post>img{width:112px!important;height:63px!important;min-width:112px!important;max-width:112px!important;min-height:63px!important;max-height:63px!important;border-radius:17px 17px 9px 9px!important;}}html.dark aside.sidebar .widget a.sidebar-post>img,body.dark aside.sidebar .widget a.sidebar-post>img,html.dark a.sidebar-post>img,body.dark a.sidebar-post>img{background:#111827!important;}.category-hero-feature,.category-hero .category-hero-feature,.category-hero-grid .category-hero-feature{width:100%!important;aspect-ratio:16/9!important;height:auto!important;min-height:0!important;max-height:none!important;display:block!important;position:relative!important;overflow:hidden!important;border-radius:28px!important;background:#f4f7fb!important;}.category-hero-feature>img,.category-hero .category-hero-feature>img,.category-hero-grid .category-hero-feature>img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center center!important;display:block!important;background:#f4f7fb!important;border-radius:inherit!important;image-rendering:auto!important;filter:none!important;transform:none!important;}.category-hero-feature>div,.category-hero .category-hero-feature>div,.category-hero-grid .category-hero-feature>div{left:24px!important;right:24px!important;bottom:22px!important;max-width:calc(100% - 48px)!important;padding:14px 16px!important;border-radius:18px!important;background:rgba(15,23,42,.72)!important;backdrop-filter:blur(8px)!important;}@media(max-width:760px){.category-hero-feature,.category-hero .category-hero-feature,.category-hero-grid .category-hero-feature{aspect-ratio:16/9!important;border-radius:24px!important;margin-top:8px!important;}.category-hero-feature>div,.category-hero .category-hero-feature>div,.category-hero-grid .category-hero-feature>div{left:14px!important;right:14px!important;bottom:14px!important;max-width:calc(100% - 28px)!important;padding:12px 13px!important;}.category-hero-feature>div h3{font-size:clamp(18px,4.8vw,26px)!important;line-height:1.18!important;}}html.dark .category-hero-feature,body.dark .category-hero-feature,html.dark .category-hero-feature>img,body.dark .category-hero-feature>img{background:#111827!important;}.sidebar-post,aside .sidebar-post,aside.sidebar .widget a.sidebar-post,.sidebar .widget a.sidebar-post,.sticky-sidebar .widget a.sidebar-post,.eq-sidebar-post-shell a.sidebar-post,a.sidebar-post{display:grid!important;grid-template-columns:128px minmax(0,1fr)!important;gap:14px!important;align-items:center!important;overflow:visible!important;padding:14px 0!important;min-height:84px!important;}.sidebar-post>img,aside .sidebar-post>img,aside.sidebar .widget a.sidebar-post>img,.sidebar .widget a.sidebar-post>img,.sticky-sidebar .widget a.sidebar-post>img,.eq-sidebar-post-shell a.sidebar-post>img,a.sidebar-post>img,.sidebar-post img{width:128px!important;height:72px!important;min-width:128px!important;max-width:128px!important;min-height:72px!important;max-height:72px!important;aspect-ratio:16/9!important;object-fit:contain!important;object-position:center center!important;display:block!important;padding:0!important;margin:0!important;background:#f4f7fb!important;border:0!important;border-radius:18px 18px 10px 10px!important;box-shadow:0 8px 18px rgba(15,23,42,.06)!important;overflow:hidden!important;image-rendering:auto!important;filter:none!important;transform:none!important;}@media(max-width:760px){.sidebar-post,aside .sidebar-post,aside.sidebar .widget a.sidebar-post,.sidebar .widget a.sidebar-post,.sticky-sidebar .widget a.sidebar-post,.eq-sidebar-post-shell a.sidebar-post,a.sidebar-post{grid-template-columns:118px minmax(0,1fr)!important;gap:13px!important;min-height:78px!important;}.sidebar-post>img,aside .sidebar-post>img,aside.sidebar .widget a.sidebar-post>img,.sidebar .widget a.sidebar-post>img,.sticky-sidebar .widget a.sidebar-post>img,.eq-sidebar-post-shell a.sidebar-post>img,a.sidebar-post>img,.sidebar-post img{width:118px!important;height:66px!important;min-width:118px!important;max-width:118px!important;min-height:66px!important;max-height:66px!important;object-fit:contain!important;border-radius:17px 17px 9px 9px!important;}}html.dark .sidebar-post img,body.dark .sidebar-post img,html.dark aside.sidebar .widget a.sidebar-post>img,body.dark aside.sidebar .widget a.sidebar-post>img,html.dark a.sidebar-post>img,body.dark a.sidebar-post>img{background:#111827!important;}@media (max-width:900px){.premium-header .premium-header-desktop{display:none!important;}.premium-header .mobile-header-stack{display:block!important;position:relative!important;z-index:100!important;padding:14px 0 16px!important;}.premium-header .mobile-header-top{display:flex!important;height:auto!important;margin:0!important;padding:0 0 12px!important;overflow:visible!important;align-items:center!important;justify-content:center!important;}.premium-header .mobile-logo-center.eq-text-logo{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;margin:0 auto!important;text-decoration:none!important;visibility:visible!important;opacity:1!important;}.premium-header .mobile-logo-center .eq-logo-mark{display:grid!important;width:54px!important;height:54px!important;min-width:54px!important;border-radius:18px!important;place-items:center!important;background:linear-gradient(135deg,#0f172a,#e91e63)!important;color:#fff!important;font-size:17px!important;font-weight:900!important;letter-spacing:-.08em!important;box-shadow:0 14px 28px rgba(15,23,42,.16)!important;}.premium-header .mobile-logo-center .eq-logo-word{display:inline-block!important;font-size:26px!important;line-height:1!important;font-weight:1000!important;letter-spacing:-.045em!important;color:#0f172a!important;white-space:nowrap!important;}.dark .premium-header .mobile-logo-center .eq-logo-word{color:#fff!important;}.premium-header .mobile-logo-center .eq-logo-word span{color:#e91e63!important;}.premium-header .mobile-header-bottom{display:flex!important;width:100%!important;padding:0!important;}.premium-header .mobile-header-actions{display:flex!important;align-items:center!important;width:100%!important;gap:10px!important;min-width:0!important;}.premium-header #mobileNavToggle{order:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 58px!important;width:58px!important;height:58px!important;border-radius:18px!important;background:var(--surface,#fff)!important;border:1px solid var(--border,#e5e7eb)!important;box-shadow:none!important;font-size:28px!important;}.premium-header .mobile-header-search-bar{order:1!important;flex:1 1 auto!important;min-width:0!important;max-width:none!important;display:block!important;}.premium-header .mobile-header-search-bar input{height:58px!important;border-radius:20px!important;font-size:18px!important;padding:0 18px!important;}.premium-header .mobile-notification-wrap{order:2!important;position:relative!important;flex:0 0 48px!important;}.premium-header #mobileNotificationToggle{width:48px!important;height:48px!important;min-width:48px!important;border-radius:16px!important;}.premium-header #mobileThemeToggle{order:3!important;width:48px!important;height:48px!important;flex:0 0 48px!important;border-radius:16px!important;}.premium-header .premium-nav-mobile{top:calc(100%+8px)!important;left:12px!important;right:12px!important;width:auto!important;max-width:none!important;}}@media (max-width:430px){.premium-header .mobile-logo-center .eq-logo-mark{width:48px!important;height:48px!important;min-width:48px!important;border-radius:16px!important;font-size:16px!important;}.premium-header .mobile-logo-center .eq-logo-word{font-size:23px!important;}.premium-header .mobile-header-actions{gap:8px!important;}.premium-header #mobileNavToggle{flex-basis:50px!important;width:50px!important;height:50px!important;border-radius:16px!important;font-size:25px!important;}.premium-header .mobile-header-search-bar input{height:50px!important;border-radius:17px!important;font-size:16px!important;padding:0 14px!important;}.premium-header .mobile-notification-wrap{flex-basis:42px!important;}.premium-header #mobileNotificationToggle,.premium-header #mobileThemeToggle{width:42px!important;height:42px!important;min-width:42px!important;flex-basis:42px!important;}}.sidebar-post,.sidebar .sidebar-post,.sticky-sidebar .sidebar-post,.widget .sidebar-post,.eq-sidebar-post-shell .sidebar-post,aside .sidebar-post,aside.sidebar .widget a.sidebar-post,.sidebar .widget a.sidebar-post,.sticky-sidebar .widget a.sidebar-post,.eq-sidebar-post-shell a.sidebar-post,a.sidebar-post{grid-template-columns:124px minmax(0,1fr)!important;gap:14px!important;align-items:center!important;min-height:76px!important;overflow:visible!important;}.sidebar-post>img,.sidebar .sidebar-post>img,.sticky-sidebar .sidebar-post>img,.widget .sidebar-post>img,.eq-sidebar-post-shell .sidebar-post>img,aside .sidebar-post>img,aside.sidebar .widget a.sidebar-post>img,.sidebar .widget a.sidebar-post>img,.sticky-sidebar .widget a.sidebar-post>img,.eq-sidebar-post-shell a.sidebar-post>img,a.sidebar-post>img,.sidebar-post img{width:124px!important;height:70px!important;min-width:124px!important;max-width:124px!important;min-height:70px!important;max-height:70px!important;aspect-ratio:16/9!important;object-fit:contain!important;object-position:center center!important;background:#f6f8fc!important;border-radius:9px!important;padding:0!important;margin:0!important;display:block!important;box-shadow:none!important;filter:none!important;transform:none!important;image-rendering:auto!important;}@media(max-width:760px){.sidebar-post,.sidebar .sidebar-post,.sticky-sidebar .sidebar-post,.widget .sidebar-post,.eq-sidebar-post-shell .sidebar-post,aside .sidebar-post,aside.sidebar .widget a.sidebar-post,.sidebar .widget a.sidebar-post,.sticky-sidebar .widget a.sidebar-post,.eq-sidebar-post-shell a.sidebar-post,a.sidebar-post{grid-template-columns:118px minmax(0,1fr)!important;gap:13px!important;min-height:70px!important;}.sidebar-post>img,.sidebar .sidebar-post>img,.sticky-sidebar .sidebar-post>img,.widget .sidebar-post>img,.eq-sidebar-post-shell .sidebar-post>img,aside .sidebar-post>img,aside.sidebar .widget a.sidebar-post>img,.sidebar .widget a.sidebar-post>img,.sticky-sidebar .widget a.sidebar-post>img,.eq-sidebar-post-shell a.sidebar-post>img,a.sidebar-post>img,.sidebar-post img{width:118px!important;height:66px!important;min-width:118px!important;max-width:118px!important;min-height:66px!important;max-height:66px!important;object-fit:contain!important;border-radius:8px!important;}}html.dark .sidebar-post img,body.dark .sidebar-post img,html.dark aside.sidebar .widget a.sidebar-post>img,body.dark aside.sidebar .widget a.sidebar-post>img,html.dark a.sidebar-post>img,body.dark a.sidebar-post>img{background:#111827!important;}.comment-hp-field,.hp-field{position:absolute!important;left:-9999px!important;top:auto!important;width:1px!important;height:1px!important;opacity:0!important;overflow:hidden!important;pointer-events:none!important;margin:0!important;padding:0!important;border:0!important;}.post-content-comment-box.section-head-spaced{margin-top:28px!important;}.post-content-comment-box .section-head{margin-bottom:10px!important;}.post-content-comment-box .section-label{font-size:12px!important;padding:7px 12px!important;}.post-content-comment-box h2{font-size:clamp(28px,5.8vw,44px)!important;line-height:1.12!important;margin:6px 0 0!important;}.comment-form.post-comment-inline-form{padding:12px!important;border-radius:18px!important;gap:10px!important;box-shadow:0 8px 24px rgba(15,23,42,.05)!important;}.comment-form.post-comment-inline-form input{min-height:50px!important;padding:11px 14px!important;border-radius:14px!important;}.comment-form.post-comment-inline-form textarea{min-height:110px!important;max-height:220px!important;padding:12px 14px!important;border-radius:14px!important;}.comment-form.post-comment-inline-form button[type="submit"]{min-height:52px!important;padding:11px 16px!important;border-radius:16px!important;}.sidebar .widget.newsletter form,.widget.newsletter form{display:flex!important;gap:10px!important;align-items:center!important;flex-wrap:wrap!important;}.sidebar .widget.newsletter input,.widget.newsletter input{flex:1 1 210px!important;min-height:50px!important;}.sidebar .widget.newsletter button,.widget.newsletter button{width:auto!important;min-width:128px!important;max-width:170px!important;min-height:48px!important;padding:10px 18px!important;border-radius:16px!important;box-shadow:none!important;}@media(max-width:768px){.post-content-comment-box.section-head-spaced{margin-top:24px!important;}.post-content-comment-box .section-head{margin-bottom:8px!important;}.post-content-comment-box h2{font-size:36px!important;}.comment-form.post-comment-inline-form{padding:10px!important;gap:9px!important;}.comment-form.post-comment-inline-form .comment-grid{grid-template-columns:1fr!important;gap:9px!important;}.comment-form.post-comment-inline-form input{min-height:48px!important;padding:10px 13px!important;}.comment-form.post-comment-inline-form textarea{min-height:96px!important;}.comment-form.post-comment-inline-form button[type="submit"]{min-height:50px!important;}.post-engagement-card{padding:10px!important;border-radius:18px!important;margin:12px 0!important;}.post-stats-row{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:7px!important;margin:0!important;}.post-stats-row .stat-pill{width:100%!important;min-width:0!important;justify-content:center!important;padding:9px 5px!important;font-size:12px!important;line-height:1.15!important;white-space:nowrap!important;gap:4px!important;}.post-stats-row .stat-pill span{white-space:nowrap!important;}.share-row{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;margin-top:10px!important;align-items:stretch!important;}.share-row .share-btn{width:100%!important;min-width:0!important;text-align:center!important;justify-content:center!important;padding:10px 4px!important;border-radius:14px!important;font-size:12px!important;line-height:1.1!important;white-space:nowrap!important;}.sidebar .widget.newsletter,.widget.newsletter{padding:18px!important;}.sidebar .widget.newsletter h3,.widget.newsletter h3{font-size:30px!important;line-height:1.15!important;margin-bottom:10px!important;}.sidebar .widget.newsletter p,.widget.newsletter p{font-size:18px!important;line-height:1.55!important;margin-bottom:12px!important;}.sidebar .widget.newsletter form,.widget.newsletter form{gap:9px!important;}.sidebar .widget.newsletter input,.widget.newsletter input{flex:1 1 100%!important;min-height:52px!important;padding:12px 14px!important;border-radius:16px!important;}.sidebar .widget.newsletter button,.widget.newsletter button{width:auto!important;min-width:120px!important;max-width:150px!important;min-height:48px!important;padding:10px 16px!important;border-radius:16px!important;font-size:16px!important;}}@media(max-width:420px){.post-stats-row .stat-pill{font-size:11px!important;padding:8px 3px!important;gap:3px!important;}.share-row{gap:6px!important;}.share-row .share-btn{font-size:11px!important;padding:9px 2px!important;}.post-content-comment-box h2{font-size:32px!important;}}@media (max-width:768px){.post-engagement-card{overflow:hidden!important;padding:8px!important;}.post-stats-row{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:5px!important;width:100%!important;align-items:stretch!important;}.post-stats-row .stat-pill{box-sizing:border-box!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:3px!important;padding:8px 3px!important;border-radius:999px!important;font-size:11px!important;line-height:1!important;white-space:nowrap!important;}.post-stats-row .stat-pill span{min-width:0!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;display:inline-block!important;}.post-stats-row .stat-pill span:first-child{flex:0 0 auto!important;}.post-stats-row #viewCount,.post-stats-row #commentCount{font-size:10.5px!important;}}@media (max-width:390px){.post-engagement-card{padding:7px 6px!important;}.post-stats-row{gap:4px!important;}.post-stats-row .stat-pill{font-size:10px!important;padding:7px 2px!important;gap:2px!important;}.post-stats-row #viewCount,.post-stats-row #commentCount{font-size:9.5px!important;}}.post-hero-media.featured-image-fixed{display:flex!important;align-items:center!important;justify-content:center!important;aspect-ratio:16/9!important;min-height:0!important;height:auto!important;background:#f8fafc!important;overflow:hidden!important;padding:0!important;}.post-hero-media.featured-image-fixed img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;display:block!important;margin:0!important;background:#f8fafc!important;border-radius:inherit!important;}@media(max-width:700px){.post-engagement-card{padding:10px!important;border-radius:18px!important;overflow:visible!important;}.post-stats-row{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important;width:100%!important;overflow:visible!important;align-items:stretch!important;}.post-stats-row .stat-pill{min-width:0!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;overflow:visible!important;padding:8px 4px!important;border-radius:999px!important;font-size:11px!important;line-height:1.05!important;gap:3px!important;display:flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;}.post-stats-row .stat-pill span{display:inline-flex!important;min-width:0!important;max-width:none!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important;line-height:1!important;}.post-stats-row #viewCount,.post-stats-row #commentCount{font-size:10px!important;letter-spacing:-.04em!important;}.post-stats-row .comments-pill #commentCount::after{content:"";}.share-row{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;width:100%!important;overflow:visible!important;margin-top:10px!important;}.share-row .share-btn{min-width:0!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;padding:10px 3px!important;border-radius:14px!important;font-size:11px!important;line-height:1!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;text-align:center!important;justify-content:center!important;}}@media(max-width:380px){.post-stats-row{gap:4px!important;}.post-stats-row .stat-pill{font-size:10px!important;padding:7px 2px!important;gap:2px!important;}.post-stats-row #viewCount,.post-stats-row #commentCount{font-size:9px!important;}.share-row{gap:5px!important;}.share-row .share-btn{font-size:10px!important;padding:9px 2px!important;}}.category-hero-feature,.category-hero .category-hero-feature,.category-hero-grid .category-hero-feature{position:relative!important;overflow:hidden!important;}.category-hero-feature>div,.category-hero .category-hero-feature>div,.category-hero-grid .category-hero-feature>div{position:absolute!important;left:18px!important;right:18px!important;bottom:18px!important;width:auto!important;max-width:calc(100% - 36px)!important;padding:16px 20px!important;border-radius:20px!important;background:linear-gradient(180deg,rgba(6,10,24,.34),rgba(6,10,24,.68))!important;-webkit-backdrop-filter:blur(8px) saturate(130%)!important;backdrop-filter:blur(8px) saturate(130%)!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:0 12px 34px rgba(0,0,0,.26)!important;color:#fff!important;z-index:5!important;}.category-hero-feature>div span,.category-hero .category-hero-feature>div span,.category-hero-grid .category-hero-feature>div span{display:block!important;color:#fff!important;opacity:.96!important;font-size:clamp(13px,1.6vw,16px)!important;font-weight:600!important;line-height:1.25!important;margin:0 0 8px!important;text-shadow:0 2px 10px rgba(0,0,0,.45)!important;}.category-hero-feature>div h3,.category-hero .category-hero-feature>div h3,.category-hero-grid .category-hero-feature>div h3{color:#fff!important;font-size:clamp(22px,2.5vw,34px)!important;line-height:1.18!important;font-weight:800!important;margin:0!important;text-shadow:0 3px 16px rgba(0,0,0,.55)!important;}@media(min-width:901px){.category-hero-feature>div,.category-hero .category-hero-feature>div,.category-hero-grid .category-hero-feature>div{right:auto!important;width:72%!important;max-width:560px!important;background:linear-gradient(90deg,rgba(6,10,24,.72),rgba(6,10,24,.34))!important;}}@media(max-width:900px){.category-hero-feature>div,.category-hero .category-hero-feature>div,.category-hero-grid .category-hero-feature>div{left:12px!important;right:12px!important;bottom:12px!important;max-width:calc(100% - 24px)!important;padding:12px 14px!important;border-radius:16px!important;background:linear-gradient(180deg,rgba(6,10,24,.24),rgba(6,10,24,.66))!important;-webkit-backdrop-filter:blur(6px) saturate(125%)!important;backdrop-filter:blur(6px) saturate(125%)!important;}.category-hero-feature>div span,.category-hero .category-hero-feature>div span,.category-hero-grid .category-hero-feature>div span{font-size:14px!important;margin-bottom:6px!important;}.category-hero-feature>div h3,.category-hero .category-hero-feature>div h3,.category-hero-grid .category-hero-feature>div h3{font-size:clamp(19px,5vw,28px)!important;line-height:1.16!important;}}@media(max-width:430px){.category-hero-feature>div,.category-hero .category-hero-feature>div,.category-hero-grid .category-hero-feature>div{padding:10px 12px!important;border-radius:14px!important;}.category-hero-feature>div h3,.category-hero .category-hero-feature>div h3,.category-hero-grid .category-hero-feature>div h3{font-size:clamp(18px,5.2vw,24px)!important;}}

/* PageSpeed/AdSense final polish */
.topbar-badge{background:#ff6b00!important;color:#fff!important;font-weight:800!important;text-shadow:0 1px 1px rgba(0,0,0,.22)!important;border:1px solid rgba(255,255,255,.28)!important;min-height:30px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:6px 12px!important}
button,.btn,.small-btn,.share-btn,.reaction-btn,.notification-btn,#themeToggle,#mobileNavToggle,.mobile-menu-toggle-right,.premium-menu-toggle,.social-mini a,.premium-nav a{min-height:44px;min-width:44px;touch-action:manipulation}
.social-mini a{display:inline-flex;align-items:center;justify-content:center;color:#fff!important;opacity:1!important;font-weight:800!important}
.category-featured-overlay{position:absolute!important;left:18px!important;right:18px!important;bottom:18px!important;max-width:78%!important;padding:18px 22px!important;border-radius:22px!important;background:linear-gradient(to top,rgba(8,12,28,.76),rgba(8,12,28,.38))!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:0 10px 30px rgba(0,0,0,.22)!important;color:#fff!important;z-index:5!important}
.category-featured-overlay .category-name{color:#fff!important;opacity:.96!important;font-size:.95rem!important;font-weight:700!important;margin-bottom:8px!important;display:block!important;text-shadow:0 2px 8px rgba(0,0,0,.35)!important}
.category-featured-overlay h3{color:#fff!important;font-size:2rem!important;line-height:1.25!important;font-weight:850!important;margin:0!important;text-shadow:0 3px 14px rgba(0,0,0,.55)!important}
@media(max-width:768px){.category-featured-overlay{left:12px!important;right:12px!important;bottom:12px!important;max-width:none!important;padding:12px 14px!important;border-radius:18px!important;background:linear-gradient(to top,rgba(8,12,28,.80),rgba(8,12,28,.32))!important}.category-featured-overlay h3{font-size:1.42rem!important;line-height:1.28!important}.category-featured-overlay .category-name{font-size:.88rem!important;margin-bottom:5px!important}.topbar-badge{min-width:92px!important}}
@media(max-width:560px){.post-action-row,.share-row{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important}.reaction-btn,.share-btn{min-width:0!important;width:100%!important;padding:0 6px!important;font-size:13px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.reaction-btn span,.share-btn span{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}}
img{max-width:100%;height:auto}.post-card img,.sidebar-post img,.category-featured-card img,.post-hero-media img{image-rendering:auto}
/* EQ PageSpeed final cleanup */.topbar,.social-mini{display:none!important}.topbar-badge{background:#f97316!important;color:#fff!important;font-weight:800!important}.premium-nav a,.premium-icon-btn,.share-btn,.post-action-btn,.notification-btn,button{min-height:44px}.eq-marquee-track,.ticker-track{animation-duration:45s!important}@media(max-width:768px){.hero-card,.post-card,.category-card,.mini-hero-card,.widget,.category-featured-overlay,.glass-overlay{animation:none!important;transition:none!important}.category-featured-overlay,.glass-overlay{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.ticker-track,.eq-marquee-track{animation:none!important}.post-card:hover,.category-card:hover{transform:none!important}}

/* final pagespeed patch */.topbar-badge,.ticker-badge{background:#0f172a!important;color:#fff!important;border-color:#0f172a!important;font-weight:900!important}a,button,.icon-btn,.premium-icon-btn,.premium-menu-toggle,.eq-social-btn{min-width:44px;min-height:44px}@media(max-width:768px){*,*:before,*:after{scroll-behavior:auto!important}.ticker-track,.eq-marquee-track,.topbar-ticker-track{animation:none!important;transform:none!important}.post-card,.category-card,.widget,.hero-card,.glass-overlay,.category-featured-overlay{transition:none!important;animation:none!important}.category-featured-overlay{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

/* PageSpeed final: reduce mobile work, composited effects only */
@media(max-width:768px){*,*::before,*::after{animation-duration:.001s!important;animation-iteration-count:1!important;transition-property:opacity,transform!important;scroll-behavior:auto!important}.hero-card,.post-card,.category-card,.widget,.category-featured-overlay{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.topbar,.topbar-ticker,.ticker,.breaking-ticker{display:none!important}.post-card:hover,.category-card:hover,.widget:hover{transform:none!important}}
img{content-visibility:auto}

/* === EQ single clean notification dropdown rules 2026-05-15 === */
.premium-header,.premium-header-inner,.premium-header-desktop,.premium-actions,.premium-action-icons,.premium-notification-wrap{overflow:visible!important;}
.premium-notification-wrap{position:relative!important;z-index:1000000!important;}
.notification-btn{touch-action:manipulation!important;user-select:none!important;-webkit-user-select:none!important;-webkit-tap-highlight-color:transparent!important;cursor:pointer!important;position:relative!important;z-index:1000002!important;}
.notification-dropdown,#notificationDropdown,#mobileNotificationDropdown{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;background:var(--surface,#fff)!important;color:var(--text,#0f172a)!important;border:1px solid var(--border,#dbe7f3)!important;border-radius:18px!important;box-shadow:0 24px 70px rgba(15,23,42,.28)!important;padding:10px!important;max-height:min(72vh,520px)!important;overflow:auto!important;z-index:2147483000!important;}
.premium-notification-wrap.eq-open>.notification-dropdown,.premium-notification-wrap.open>.notification-dropdown,#notificationWrap.eq-open>#notificationDropdown,#notificationWrap.open>#notificationDropdown,#mobileNotificationWrap.eq-open>#mobileNotificationDropdown,#mobileNotificationWrap.open>#mobileNotificationDropdown{display:block!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;}
@media(min-width:901px){#notificationDropdown.notification-dropdown{position:fixed!important;top:72px!important;right:76px!important;left:auto!important;width:340px!important;max-width:calc(100vw - 32px)!important;}}
@media(max-width:900px){#mobileNotificationDropdown.mobile-notification-dropdown,#mobileNotificationDropdown.notification-dropdown{position:fixed!important;top:132px!important;left:12px!important;right:12px!important;width:auto!important;max-width:none!important;}}
.onesignal-bell-launcher,.onesignal-bell-launcher-button,.onesignal-bell-container,.onesignal-customlink-container{display:block!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;z-index:2147483600!important;}
#eqOneSignalFallbackBell{display:none!important;}
/* EQ notification final single-owner CSS 2026-05-15 */
.premium-header,.premium-header-inner,.premium-actions,.premium-action-icons,.premium-notification-wrap{overflow:visible!important;}
.premium-notification-wrap{position:relative!important;display:inline-flex!important;align-items:center!important;z-index:1000000!important;}
.notification-btn{position:relative!important;touch-action:manipulation!important;user-select:none!important;-webkit-user-select:none!important;}
.notif-badge{position:absolute!important;top:-6px!important;right:-4px!important;min-width:18px!important;height:18px!important;padding:0 4px!important;border-radius:999px!important;background:#e11d48!important;color:#fff!important;font-size:10px!important;line-height:18px!important;text-align:center!important;font-weight:800!important;}
.notification-dropdown,#notificationDropdown,#mobileNotificationDropdown,.mobile-notification-dropdown{display:none!important;position:absolute!important;top:calc(100% + 10px)!important;right:0!important;left:auto!important;width:min(380px,calc(100vw - 24px))!important;max-height:min(72vh,560px)!important;overflow:auto!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;background:var(--surface,#fff)!important;color:var(--text,#0f172a)!important;border:1px solid var(--border,#dbe7f3)!important;border-radius:18px!important;box-shadow:0 24px 70px rgba(15,23,42,.28)!important;padding:10px!important;z-index:2147483000!important;}
.premium-notification-wrap.eq-open>.notification-dropdown,.premium-notification-wrap.open>.notification-dropdown,#notificationWrap.eq-open>#notificationDropdown,#notificationWrap.open>#notificationDropdown,#mobileNotificationWrap.eq-open>#mobileNotificationDropdown,#mobileNotificationWrap.open>#mobileNotificationDropdown{display:block!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;}
.notification-head{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:10px!important;padding:6px 8px 12px!important;border-bottom:1px solid var(--border,#e5e7eb)!important;margin-bottom:8px!important;}
.notif-pill{padding:6px 10px!important;border-radius:999px!important;background:var(--surface-2,#f1f5f9)!important;color:var(--primary,#2563eb)!important;font-size:12px!important;font-weight:800!important;}
.notification-list{display:grid!important;gap:8px!important;}
.notification-item{display:grid!important;gap:4px!important;padding:10px 12px!important;border-radius:14px!important;background:var(--surface-2,#f8fafc)!important;border:1px solid transparent!important;text-decoration:none!important;color:inherit!important;}
.notification-item:hover{border-color:var(--border,#e5e7eb)!important;}
.notification-item.is-read{opacity:.78!important;}
.notification-title{display:block!important;font-size:13px!important;font-weight:800!important;color:var(--text,#0f172a)!important;}
.notification-text{display:block!important;font-size:12px!important;color:var(--muted,#64748b)!important;}
.notification-empty{padding:12px!important;color:var(--muted,#64748b)!important;}
@media(max-width:768px){.notification-dropdown,#notificationDropdown,#mobileNotificationDropdown,.mobile-notification-dropdown{position:fixed!important;right:12px!important;left:12px!important;top:74px!important;width:auto!important;max-width:none!important;}}
.onesignal-bell-launcher,.onesignal-bell-launcher-button,.onesignal-bell-container,.onesignal-customlink-container{display:block!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;z-index:2147483600!important;}
#eqOneSignalFallbackBell{display:none!important;}
