﻿:root{--pressgpt-color-bg-primary: #0f0f0f;--pressgpt-color-bg-surface: #121212;--pressgpt-color-bg-elevated: #151515;--pressgpt-color-bg-muted: #1d1d1d;--pressgpt-color-border: #2a2a2a;--pressgpt-color-border-subtle: rgba(255, 255, 255, 0.1);--pressgpt-color-text-primary: #ffffff;--pressgpt-color-text-secondary: #cfcfcf;--pressgpt-color-text-muted: rgba(255, 255, 255, 0.6);--pressgpt-color-accent: #00d4ff;--pressgpt-color-accent-strong: #007acc;--pressgpt-color-accent-warm: #ff6b6b;--pressgpt-color-accent-warning: #ffd700;--pressgpt-color-neutral-100: #111111;--pressgpt-color-neutral-200: #141414;--pressgpt-color-neutral-300: #1a1a1a;--pressgpt-color-neutral-400: #2d2d2d;--pressgpt-color-neutral-500: #3a3a3a;--pressgpt-color-neutral-600: #4a4a4a;--pressgpt-color-neutral-700: #666666;--pressgpt-color-neutral-800: #888888;--pressgpt-color-neutral-900: #b8c5d1;--pressgpt-color-light: #f5f5f5;--pressgpt-color-white: #ffffff;--pressgpt-color-black: #000000}*{margin:0px;padding:0px;box-sizing:border-box}a,a:visited{text-decoration:none;color:inherit}a:hover,a:focus{text-decoration:none}body{--pressgpt-logo-dark-display: inline-block;--pressgpt-logo-light-display: none;--pressgpt-logo-text-color: var(--pressgpt-color-text-primary, #ffffff);--pressgpt-header-bg: var(--pressgpt-color-bg-surface, #121212);--pressgpt-header-border: var(--pressgpt-color-border, #2a2a2a);--pressgpt-header-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);--pressgpt-header-bg-scrolled: rgba(26, 26, 26, 0.95);--pressgpt-header-border-scrolled: rgba(51, 51, 51, 0.5);--pressgpt-header-menu-color: var(--pressgpt-color-text-primary, #ffffff);--pressgpt-header-menu-hover-bg: #333333;--pressgpt-header-menu-hover-color: var(--pressgpt-color-accent, #00d4ff);--pressgpt-header-icon-color: var(--pressgpt-color-text-primary, #ffffff);--pressgpt-header-icon-hover-bg: #333333;--pressgpt-header-icon-hover-color: var(--pressgpt-header-menu-hover-color, var(--pressgpt-color-accent, #00d4ff));--pressgpt-meta-text-color: #cccccc;--pressgpt-mobile-divider-color: var(--pressgpt-color-border, #2a2a2a);--pressgpt-panel-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);--pressgpt-panel-heading-color: var(--pressgpt-color-accent, #00d4ff);--pressgpt-panel-heading-border: #333333;--pressgpt-panel-link-color: #cccccc;--pressgpt-panel-link-hover-bg: rgba(0, 212, 255, 0.1);--pressgpt-panel-social-icon-color: #cfcfcf;--pressgpt-panel-social-border: #3a3a3a;--pressgpt-panel-social-border-hover: #4a4a4a;font-family:"Arial", sans-serif;background:var(--pressgpt-color-bg-primary);color:var(--pressgpt-color-text-primary, #ffffff);line-height:1.6;padding-top:100px;transition:padding-top .3s ease}body.top-bar-hidden{padding-top:70px}body.light-mode{background:#e9e9e9;color:#111;--pressgpt-color-bg-primary: #f5f5f5;--pressgpt-color-bg-surface: #ffffff;--pressgpt-color-bg-elevated: #f8f8f8;--pressgpt-color-bg-muted: #f0f0f0;--pressgpt-color-border: rgba(0, 0, 0, 0.12);--pressgpt-color-border-subtle: rgba(0, 0, 0, 0.08);--pressgpt-color-text-primary: #111111;--pressgpt-color-text-secondary: #383838;--pressgpt-color-text-muted: rgba(0, 0, 0, 0.6);--pressgpt-logo-dark-display: none;--pressgpt-logo-light-display: inline-block;--pressgpt-logo-text-color: var(--pressgpt-header-menu-hover-color, #007acc);--pressgpt-header-bg: #ffffff;--pressgpt-header-border: #e0e0e0;--pressgpt-header-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);--pressgpt-header-bg-scrolled: rgba(255, 255, 255, 0.95);--pressgpt-header-border-scrolled: rgba(0, 0, 0, 0.05);--pressgpt-header-menu-color: #333333;--pressgpt-header-menu-hover-color: #007acc;--pressgpt-header-menu-hover-bg: #f0f0f0;--pressgpt-header-icon-color: #333333;--pressgpt-header-icon-hover-bg: #f0f0f0;--pressgpt-header-icon-hover-color: var(--pressgpt-header-menu-hover-color, #007acc);--pressgpt-meta-text-color: #666666;--pressgpt-mobile-divider-color: #e0e0e0;--pressgpt-panel-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);--pressgpt-panel-heading-color: var(--pressgpt-header-menu-hover-color, #007acc);--pressgpt-panel-heading-border: #e0e0e0;--pressgpt-panel-link-color: #666666;--pressgpt-panel-link-hover-bg: rgba(0, 122, 204, 0.1);--pressgpt-panel-social-icon-color: #888888;--pressgpt-panel-social-border: #e6e6e6;--pressgpt-panel-social-border-hover: #e0e0e0}.header{background-color:var(--pressgpt-header-bg, var(--pressgpt-color-bg-surface, #121212));border-bottom:1px solid var(--pressgpt-header-border, var(--pressgpt-color-border, #2a2a2a));transition:color .3s ease,opacity .3s ease,transform .3s ease;position:fixed;top:30px;left:0;right:0;z-index:1000;box-shadow:var(--pressgpt-header-shadow, 0 2px 10px rgba(0, 0, 0, 0.3));transition:all .3s ease}.header.top-bar-hidden{top:0}.header.scrolled{height:50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--pressgpt-header-border-scrolled, rgba(51, 51, 51, 0.5));box-shadow:0 4px 20px rgba(0,0,0,.4)}.header.scrolled .header-container{height:50px;padding:0 1rem;align-items:center}.header.scrolled .logo,.header.scrolled .desktop-right,.header.scrolled .mobile-right{align-items:center}.header.scrolled .logo h1{font-size:1.4rem}.header.scrolled .desktop-right{gap:1rem}.header.scrolled .desktop-right .date,.header.scrolled .desktop-right .weather{display:none}.header.scrolled .desktop-right .toggle-menu-icon,.header.scrolled .desktop-right .search-icon,.header.scrolled .desktop-right .dark-mode-toggle{font-size:1rem;padding:.4rem;transform:translateX(0)}.header.scrolled .mobile-right{gap:.8rem}.header.scrolled .mobile-right .date,.header.scrolled .mobile-right .weather{display:none}.header.scrolled .mobile-right .search-icon,.header.scrolled .mobile-right .mobile-toggle,.header.scrolled .mobile-right .mobile-dark-toggle{font-size:1rem;padding:.4rem}.header-container{display:flex;justify-content:space-between;align-items:center;padding:0;height:70px;max-width:1170px;margin:0 auto}.logo{display:flex}li.menu-item-has-children>.logo::before{content:"\\f140";font-family:"Font Awesome 6 Free";font-weight:900;font-size:1rem}.logo .site-logo{display:inline-flex;align-items:center;gap:8px;text-decoration:none}.logo .site-logo--text span{color:var(--pressgpt-color-accent, #00d4ff);font-size:1.4rem;font-weight:800}.logo .site-logo-img{height:25px;width:auto !important;max-width:none;flex:0 0 auto;display:none;object-fit:contain;transition:height .2s ease,max-height .2s ease}.logo .site-logo-dark{display:var(--pressgpt-logo-dark-display, inline-block)}.logo .site-logo-light{display:var(--pressgpt-logo-light-display, none)}.logo .logo h1{color:var(--pressgpt-logo-text-color, var(--pressgpt-color-text-primary, #ffffff));transition:color .3s ease}.logo .header .logo img,.logo .header .site-logo img{transition:height .2s ease,max-height .2s ease}@media(max-width: 640px){.site-logo-img{height:15px;margin-top:0}}.desktop-menu{display:flex}.desktop-menu ul{display:flex;list-style:none;gap:.5rem}.desktop-menu a{color:var(--pressgpt-header-menu-color, var(--pressgpt-color-text-primary, #ffffff));text-decoration:none;padding:.3rem .3rem;border-radius:5px;position:relative;transition:all .1s ease;font-weight:600}.desktop-menu a::before{content:"";position:absolute;bottom:-5px;left:50%;width:0;height:2px;background-color:var(--pressgpt-header-menu-hover-color, var(--pressgpt-color-accent, #00d4ff));transition:width .3s ease,transform .3s ease,background-color .3s ease;transform:translateX(-50%)}.desktop-menu a:hover::before{width:100%}.desktop-right{display:flex;align-items:center;gap:1.5rem}.desktop-right .toggle-menu-icon,.desktop-right .search-icon,.desktop-right .dark-mode-toggle{color:var(--pressgpt-header-icon-color, var(--pressgpt-color-text-primary, #ffffff));font-size:1.2rem;cursor:pointer;padding:.2rem;border-radius:5px;transition:all .3s ease}.desktop-right .toggle-menu-icon:hover,.desktop-right .search-icon:hover,.desktop-right .dark-mode-toggle:hover{background-color:var(--pressgpt-header-icon-hover-bg, #333);color:var(--pressgpt-header-icon-hover-color, var(--pressgpt-header-menu-hover-color, var(--pressgpt-color-accent, #00d4ff)))}.date{color:var(--pressgpt-meta-text-color, #cccccc);font-size:.9rem;padding:.2rem}.weather{display:flex;align-items:center;gap:.5rem;color:var(--pressgpt-meta-text-color, #cccccc);font-size:.9rem;padding:.2rem}.weather i{color:var(--pressgpt-color-accent-warning, #ffd700)}.mobile-right{display:none;align-items:center;gap:1rem}.mobile-right .search-icon,.mobile-right .mobile-toggle,.mobile-right .mobile-dark-toggle{color:var(--pressgpt-header-icon-color, var(--pressgpt-color-text-primary, #ffffff));font-size:1.2rem;cursor:pointer;padding:.5rem;border-radius:5px;transition:all .3s ease}.mobile-right .search-icon:hover,.mobile-right .mobile-toggle:hover,.mobile-right .mobile-dark-toggle:hover{background-color:var(--pressgpt-header-icon-hover-bg, #333);color:var(--pressgpt-header-icon-hover-color, var(--pressgpt-header-menu-hover-color, var(--pressgpt-color-accent, #00d4ff)))}.mobile-right .date,.mobile-right .weather{font-size:.8rem;padding:.3rem .6rem}.mobile-menu{display:none;background-color:var(--pressgpt-header-bg, var(--pressgpt-color-bg-surface, #121212));border-top:1px solid var(--pressgpt-header-border, var(--pressgpt-color-border, #2a2a2a))}.mobile-menu.active{display:block;animation:slideDown .3s ease}.mobile-menu ul{list-style:none;padding:10px 0}.mobile-menu ul ul{padding:.25rem 0 .25rem 0;margin:0}.mobile-menu a i{display:none !important}.mobile-menu li{border-bottom:1px solid var(--pressgpt-mobile-divider-color, var(--pressgpt-color-border, #2a2a2a));position:relative}.mobile-menu li:last-child{border-bottom:none}.mobile-menu a{display:block;color:var(--pressgpt-header-menu-color, var(--pressgpt-color-text-primary, #ffffff));text-decoration:none;padding:10px 1rem 10px 3rem;transition:all .3s ease;position:relative;transform:translateX(0)}.mobile-menu a::before{content:"";font-family:"Font Awesome 6 Free";font-weight:900;position:absolute;left:1.5rem;top:50%;transform:translateY(-50%);font-size:1rem;color:var(--pressgpt-header-icon-color, var(--pressgpt-color-text-primary, #ffffff));opacity:.8;transition:color .3s ease,opacity .3s ease,transform .3s ease}li.menu-item-has-children>.mobile-menu a::before{content:""}.mobile-menu a:hover,.mobile-menu a:focus,.mobile-menu a:active{background-color:var(--pressgpt-header-menu-hover-bg, #333333);color:var(--pressgpt-header-menu-hover-color, var(--pressgpt-color-accent, #00d4ff));transform:translateX(-0.25rem)}.mobile-menu a:hover::before,.mobile-menu a:focus::before,.mobile-menu a:active::before{color:var(--pressgpt-header-menu-hover-color, var(--pressgpt-color-accent, #00d4ff));opacity:1;transform:translateY(-50%)}.mobile-menu .menu-item-has-children>a{font-weight:600}.mobile-menu .menu-item-has-children>ul{display:block;padding-left:.5rem;margin:0}.mobile-menu li li{border-color:hsla(0,0%,100%,.06)}.mobile-menu li li a{padding-left:3.5rem;transform:translateX(0)}.mobile-menu li li a::before{left:2rem;font-size:.9rem;opacity:.7}.mobile-menu li li a:hover,.mobile-menu li li a:focus,.mobile-menu li li a:active{transform:translateX(-0.2rem)}.mobile-menu li li a:hover::before,.mobile-menu li li a:focus::before,.mobile-menu li li a:active::before{transform:translateY(-50%)}.desktop-panel-menu{position:absolute;top:100%;left:0;right:0;background-color:#fff;border-top:1px solid var(--pressgpt-header-border, var(--pressgpt-color-border, #2a2a2a));box-shadow:var(--pressgpt-panel-shadow, 0 4px 20px rgba(0, 0, 0, 0.3));opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:999;max-width:1170px;margin:0 auto;display:grid;grid-template-columns:repeat(3, 1fr) auto;gap:2rem;padding:2rem}.desktop-panel-menu.active{opacity:1;visibility:visible;transform:translateY(0)}.panel-section h3{color:var(--pressgpt-panel-heading-color, var(--pressgpt-color-accent, #00d4ff));font-size:1.1rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--pressgpt-panel-heading-border, #333333);font-weight:600}.panel-section ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:.25rem}.panel-section li{margin-bottom:.5rem;display:block}.panel-section a{color:var(--pressgpt-panel-link-color, var(--pressgpt-header-menu-color, #cccccc));text-decoration:none;padding:.5rem 0;display:flex;align-items:center;gap:.8rem;font-size:.9rem;transition:all .3s ease;border-radius:4px;padding-left:.5rem;text-transform:none;letter-spacing:normal;white-space:normal}.panel-section a:hover{color:var(--brand-color, var(--pressgpt-color-accent, #00d4ff));background-color:var(--pressgpt-panel-link-hover-bg, rgba(0, 212, 255, 0.1));padding-left:1rem}.desktop-panel-menu .panel-section a::before,.desktop-panel-menu .panel-section li::before{content:none !important}.panel-section a i{width:16px;text-align:center;font-size:.9rem}.panel-social{display:flex;flex-direction:column;justify-content:center;align-items:center;border-left:2px solid #333;padding-left:2rem}.social-icons{display:flex;flex-direction:column;gap:1rem}.social-icons a{color:#fff;font-size:1rem;border-radius:50%;line-height:0;background-color:#1f2530;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 0 0 1px hsla(0,0%,100%,.08)}.social-icons a i{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.social-icons a:hover,.social-icons a:focus{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 6px 14px rgba(0,0,0,.25)}.social-icons .social-facebook{background-color:#1877f2}.social-icons .social-twitter{background-color:#000}.social-icons .social-twitter i::before{content:"";display:block;width:1em;height:1em;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'/%3E%3C/svg%3E") no-repeat center;background-size:contain}.social-icons .social-instagram{background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%)}.social-icons .social-youtube{background-color:red}.social-icons .social-linkedin{background-color:#0a66c2}.social-icons .social-tiktok{background:linear-gradient(135deg, #25f4ee 0%, #fe2c55 100%)}.social-icons .social-rss{background-color:#f26522}.social-icons .social-email{background-color:#6c757d}.panel-social .social-icons a{box-shadow:0 0 0 1px var(--pressgpt-panel-social-border, #3a3a3a);transform:none}.panel-social .social-icons a:hover,.panel-social .social-icons a:focus{box-shadow:0 0 0 1px var(--pressgpt-panel-social-border-hover, #4a4a4a),0 8px 18px rgba(0,0,0,.25);transform:translateY(-2px)}:is(body.dark,html.dark,[data-theme=dark]) .desktop-menu a{color:hsla(0,0%,100%,.9) !important}:is(body.dark,html.dark,[data-theme=dark]) .desktop-menu a:hover,:is(body.dark,html.dark,[data-theme=dark]) .desktop-menu a:focus{color:#fff !important}:is(body.dark,html.dark,[data-theme=dark]) .desktop-right .toggle-menu-icon,:is(body.dark,html.dark,[data-theme=dark]) .desktop-right .search-icon,:is(body.dark,html.dark,[data-theme=dark]) .desktop-right .dark-mode-toggle{color:hsla(0,0%,100%,.9) !important}:is(body.dark,html.dark,[data-theme=dark]) .desktop-right .toggle-menu-icon:hover,:is(body.dark,html.dark,[data-theme=dark]) .desktop-right .search-icon:hover,:is(body.dark,html.dark,[data-theme=dark]) .desktop-right .dark-mode-toggle:hover{color:#fff !important;background-color:hsla(0,0%,100%,.1)}:is(body.dark,html.dark,[data-theme=dark]) .desktop-panel-menu{background-color:#1a1a1a;border-top-color:#333}:is(body.dark,html.dark,[data-theme=dark]) .panel-section h3{color:#00d4ff;border-bottom-color:#333}:is(body.dark,html.dark,[data-theme=dark]) .panel-section a{color:hsla(0,0%,100%,.85)}:is(body.dark,html.dark,[data-theme=dark]) .panel-section a:hover{color:var(--brand-color, #00d4ff);background-color:color-mix(in srgb, var(--brand-color, #00d4ff) 12%, transparent)}:is(body.dark,html.dark,[data-theme=dark]) .panel-social{border-left-color:#333}@media(max-width: 1024px){.desktop-menu,.desktop-right{display:none}.mobile-right{display:flex}.desktop-panel-menu{display:none !important}}@media(max-width: 768px){.header-container{padding:0 1rem;height:60px}.header.scrolled{height:40px}.header.scrolled .header-container{height:40px}.logo h1{font-size:1.4rem}}@media(max-width: 480px){.header-container{padding:0 .5rem}.logo h1{font-size:1.2rem}.mobile-right{gap:.5rem}.mobile-right .date,.mobile-right .weather{font-size:.7rem;padding:.2rem .4rem}.mobile-right .search-icon,.mobile-right .mobile-toggle{font-size:1rem;padding:.3rem}}.toggle-menu-icon,.search-icon,.dark-mode-toggle{position:relative;overflow:hidden}.toggle-menu-icon::before,.search-icon::before,.dark-mode-toggle::before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background-color:rgba(0,212,255,.1);border-radius:50%;transition:all .3s ease;transform:translate(-50%, -50%)}.toggle-menu-icon:hover::before,.search-icon:hover::before,.dark-mode-toggle:hover::before{width:40px;height:40px}@keyframes slideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.footer{background:linear-gradient(135deg, #0f1419 0%, #1a1f29 25%, #252b3a 50%, #1e2329 75%, #12181f 100%);color:var(--pressgpt-color-text-primary, #ffffff);position:relative;overflow:hidden}.footer::before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg, transparent 0%, #ff6b6b 15%, #4ecdc4 30%, #45b7d1 45%, #96ceb4 60%, #ffeaa7 75%, #fd79a8 90%, transparent 100%);animation:shimmer 15s ease-in-out infinite}.footer .footer-container{max-width:1170px;margin:0 auto;padding:0 2rem}.footer .footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding:3rem 0}.footer .footer-section{position:relative}.footer .footer-about{max-width:350px}.footer .footer-description{color:#b8c5d1;line-height:1.6;margin-bottom:2rem;font-size:.9rem;text-shadow:0 1px 2px rgba(0,0,0,.3)}.footer .footer-social{display:flex;gap:8px;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #3a3a52;flex-wrap:wrap}.footer .footer-social a{display:inline-flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:4px;color:#fff;text-decoration:none;transition:all .3s ease;font-size:16px;opacity:.9;line-height:1}.footer .footer-social a i,.footer .footer-social a svg{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.footer .footer-social .social-link{border:none;color:#fff;background-color:hsla(0,0%,100%,.08)}.footer .footer-social .social-facebook{background-color:#1877f2}.footer .footer-social .social-twitter{background-color:#000}.footer .footer-social .social-twitter i::before{content:"";display:block;width:1em;height:1em;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'/%3E%3C/svg%3E") no-repeat center;background-size:contain}.footer .footer-social .social-instagram{background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%)}.footer .footer-social .social-youtube{background-color:red}.footer .footer-social .social-linkedin{background-color:#0a66c2}.footer .footer-social .social-tiktok{background:linear-gradient(135deg, #25f4ee 0%, #fe2c55 100%)}.footer .footer-social .social-rss{background-color:#f26522}.footer .footer-social .social-email{background-color:#6c757d}.footer .footer-social a:hover{opacity:1;transform:translateY(-2px) scale(1.1);box-shadow:0 8px 25px rgba(0,212,255,.4);filter:brightness(1.2) saturate(1.3)}.footer .footer-links-list{display:grid;grid-template-columns:1fr 1fr;gap:.5rem 2rem;margin-top:1rem}.footer .footer-links-list a{color:#a8b5c2;text-decoration:none;font-size:.85rem;padding:.3rem 0;border-bottom:1px solid rgba(0,0,0,0);transition:all .3s ease;display:block;text-shadow:0 1px 2px rgba(0,0,0,.2)}.footer .footer-links-list a:hover{color:#4ecdc4;border-bottom-color:#4ecdc4;text-shadow:0 0 12px rgba(78,205,196,.8);transform:translateX(3px)}.footer .footer-gallery{display:flex;flex-direction:column}.footer .footer-gallery-item{display:flex;align-items:center;gap:.8rem;padding:.8rem 0;border-bottom:1px solid #3a3a52;transition:all .3s ease}.footer .footer-gallery-item:last-child{border-bottom:none}.footer .footer-gallery-item:hover{background:linear-gradient(90deg, rgba(255, 107, 107, 0.15) 0%, rgba(78, 205, 196, 0.15) 30%, rgba(69, 183, 209, 0.15) 60%, rgba(253, 121, 168, 0.15) 100%);padding-left:.5rem;border-radius:4px;border-left:3px solid #4ecdc4}.footer .footer-gallery-item i{color:#4ecdc4;width:20px;font-size:1rem;text-align:center;text-shadow:0 0 8px rgba(78,205,196,.6);transition:all .3s ease}.footer .footer-gallery-item:nth-child(1) i{color:#ff6b6b;text-shadow:0 0 8px rgba(255,107,107,.6)}.footer .footer-gallery-item:nth-child(2) i{color:#4ecdc4;text-shadow:0 0 8px rgba(78,205,196,.6)}.footer .footer-gallery-item:nth-child(3) i{color:#45b7d1;text-shadow:0 0 8px rgba(69,183,209,.6)}.footer .footer-gallery-item:nth-child(4) i{color:#96ceb4;text-shadow:0 0 8px rgba(150,206,180,.6)}.footer .footer-gallery-item:nth-child(5) i{color:#ffeaa7;text-shadow:0 0 8px rgba(255,234,167,.6)}.footer .footer-gallery-item a{color:#a8b5c2;text-decoration:none;font-size:.9rem;transition:all .3s ease;flex:1}.footer .footer-gallery-item a:hover{color:#fff;text-shadow:0 1px 4px hsla(0,0%,100%,.3)}.footer .footer-topics h3,.footer .footer-services h3{background:linear-gradient(45deg, #ffd700, #ffed4e, #daa520);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;font-size:1.1rem;margin-bottom:1.5rem;font-weight:600;text-shadow:0 2px 4px rgba(255,215,0,.3);position:relative}.footer .footer-topics h3::after,.footer .footer-services h3::after{content:"";position:absolute;bottom:-5px;left:0;width:30px;height:2px;background:linear-gradient(90deg, #ffd700, #ffed4e);border-radius:2px}.footer .footer-topics ul,.footer .footer-services ul,.footer .footer-services ol,.footer .topics-grid,.footer .services-grid{list-style:none;margin:0;padding-left:0}.footer .topics-grid,.footer .services-grid{display:flex;gap:2rem}.footer .topic-column,.footer .service-column{display:flex;flex-direction:column;gap:.5rem}.footer .service-column li{display:flex;align-items:center;gap:.5rem;list-style:none !important}.footer .service-column li i{color:#4ecdc4;width:16px;font-size:.9rem;text-align:center;text-shadow:0 0 8px rgba(78,205,196,.6);transition:all .3s ease;display:inline-block !important}.footer .service-column li:nth-child(1) i{color:#ff6b6b;text-shadow:0 0 8px rgba(255,107,107,.6)}.footer .service-column li:nth-child(2) i{color:#4ecdc4;text-shadow:0 0 8px rgba(78,205,196,.6)}.footer .service-column li:nth-child(3) i{color:#45b7d1;text-shadow:0 0 8px rgba(69,183,209,.6)}.footer .service-column li:nth-child(4) i{color:#96ceb4;text-shadow:0 0 8px rgba(150,206,180,.6)}.footer .service-column li:nth-child(5) i{color:#ffeaa7;text-shadow:0 0 8px rgba(255,234,167,.6)}.footer .topic-column a,.footer .service-column a{color:#a8b5c2;text-decoration:none;font-size:.85rem;transition:all .3s ease;padding:2px 0;position:relative}.footer .topic-column a:hover,.footer .service-column a:hover{color:#ff6b6b;padding-left:5px;text-shadow:0 0 8px rgba(255,107,107,.6)}.footer .topic-column a:hover::before,.footer .service-column a:hover::before{content:"▸";position:absolute;left:-10px;color:#ff6b6b;animation:pulse 1s infinite}.footer .footer-bottom{padding:1.5rem 0;background:linear-gradient(135deg, #0a0e13 0%, #141922 25%, #1e242e 50%, #141922 75%, #0a0e13 100%);border-top:1px solid #3a3a52;width:100%;position:relative;overflow:hidden}.footer .footer-bottom::before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg, transparent 0%, #ff6b6b 20%, #4ecdc4 40%, #45b7d1 60%, #fd79a8 80%, transparent 100%)}.footer .footer-bottom-content{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;max-width:1170px;margin:0 auto;padding:0 2rem;color:#a8b5c2}.footer .footer-bottom-links{display:flex;gap:1rem}.footer .footer-bottom-links a{background:linear-gradient(45deg, #45b7d1, #4ecdc4);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-decoration:none;transition:all .3s ease;text-shadow:0 1px 2px rgba(69,183,209,.3)}.footer .footer-bottom-links a:hover{background:linear-gradient(45deg, #ff6b6b, #fd79a8);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-shadow:0 0 8px rgba(255,107,107,.8);transform:translateY(-1px)}.footer .footer-software{color:#7a8494;text-shadow:0 1px 2px rgba(0,0,0,.3);display:flex;align-items:center;gap:.5rem}.footer .footer-software a{color:#a8b5c2;text-decoration:none;transition:color .2s ease;display:inline-flex;align-items:center;gap:.5rem}.footer .footer-software a:hover{color:#c4d1de;text-decoration:underline}.footer .footer-mobile-only{display:none}.footer .footer-mobile-description{color:#b8c5d1;font-size:.9rem;line-height:1.5;margin-bottom:1.5rem;padding:0 1rem}.footer .footer-software-text{display:none;margin-top:6px;color:hsla(0,0%,100%,.75);font-size:.8rem}.footer .footer-software img{height:10px;width:auto;vertical-align:middle;margin-left:4px;display:inline-block}@media(max-width: 1024px){.footer .footer-top{grid-template-columns:repeat(2, minmax(0, 1fr));gap:2rem}}@media(max-width: 768px){.footer .footer-top{display:block;padding:2rem 0;text-align:center}.footer .footer-about,.footer .footer-topics{display:none}.footer .footer-gallery{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;gap:.5rem;padding:1.5rem 0;border-bottom:1px solid #3a3a52}.footer .footer-gallery-item{display:flex;align-items:center;gap:.4rem;padding:.5rem .8rem;border:1px solid #3a3a52;border-radius:8px;background:rgba(58,58,82,.3);transition:all .3s ease;border-bottom:1px solid #3a3a52}.footer .footer-gallery-item:hover{background:rgba(78,205,196,.15);border-color:#4ecdc4;transform:translateY(-2px);border-left:1px solid #4ecdc4}.footer .footer-gallery-item i{font-size:.9rem}.footer .footer-gallery-item a{font-size:.85rem}.footer .footer-services{display:block;padding:1.5rem 0}.footer .footer-services h3{margin-bottom:1rem;font-size:1rem}.footer .footer-services h3::after{display:none}.footer .services-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem}.footer .service-column{width:100%}.footer .service-column ul{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0;padding:0}.footer .service-column li{display:flex;align-items:center;gap:.4rem;padding:.5rem .8rem;border:1px solid #3a3a52;border-radius:8px;background:rgba(58,58,82,.3);transition:all .3s ease;margin:0}.footer .service-column li:hover{background:rgba(255,215,0,.15);border-color:gold;transform:translateY(-2px)}.footer .service-column li i{font-size:.9rem;transition:all .3s ease}.footer .service-column li:nth-child(1) i{color:#ff6b6b;text-shadow:0 0 8px rgba(255,107,107,.6)}.footer .service-column li:nth-child(2) i{color:#4ecdc4;text-shadow:0 0 8px rgba(78,205,196,.6)}.footer .service-column li:nth-child(3) i{color:#45b7d1;text-shadow:0 0 8px rgba(69,183,209,.6)}.footer .service-column li:nth-child(4) i{color:#96ceb4;text-shadow:0 0 8px rgba(150,206,180,.6)}.footer .service-column li:nth-child(5) i{color:#ffeaa7;text-shadow:0 0 8px rgba(255,234,167,.6)}.footer .service-column li:nth-child(5){display:none}.footer .service-column a{color:#a8b5c2;text-decoration:none;font-size:.85rem;transition:all .3s ease;white-space:nowrap;padding:0;border:none;background:none;display:inline}.footer .service-column li:hover a{color:#fff;text-shadow:0 0 8px rgba(255,215,0,.6)}.footer .service-column a:hover::before{content:none}.footer .footer-mobile-only{display:block;text-align:center;padding:1.5rem 0}.footer .footer-social{justify-content:center;gap:12px;margin-bottom:1.5rem}.footer .footer-social a{width:40px;height:40px;font-size:16px}.footer .footer-links-list{grid-template-columns:repeat(2, 1fr);gap:.8rem 1.5rem;max-width:350px;margin:0 auto 0;text-align:center}.footer .footer-links-list a{padding:.5rem 0}.footer .footer-bottom-content{flex-direction:column;gap:1rem;text-align:center;padding:0 1rem}.footer .footer-container{padding:0 1rem}}@media(max-width: 640px){.footer .footer-software-text{display:block;text-align:center}.footer .footer-software{flex-direction:column;align-items:center;gap:.25rem}.footer .footer-software img{display:block;margin-inline:auto}}@media(max-width: 480px){.footer .footer-container{padding:0 .5rem}.footer .footer-top{padding:0}.footer .footer-mobile-description{font-size:.85rem;line-height:1.4;margin-bottom:1rem;padding:0 .5rem}.footer .footer-social{gap:10px;margin-bottom:1rem}.footer .footer-social a{width:35px;height:35px;font-size:14px}.footer .footer-links-list{max-width:280px;gap:.6rem}.footer .footer-links-list a{font-size:.8rem;padding:.4rem 0}.footer .footer-bottom{padding:1rem 0}.footer .footer-bottom-content{font-size:.75rem;gap:.8rem}.footer .footer-bottom-links{flex-direction:row;flex-wrap:nowrap;gap:.5rem;align-items:center;justify-content:center;overflow-x:auto;-webkit-overflow-scrolling:touch}.footer .footer-bottom-links a{font-size:.8rem;white-space:nowrap}.footer .footer-software{font-size:.7rem;margin-top:.5rem}}@media(max-width: 360px){.footer .footer-bottom-content{padding:0 .5rem}}@keyframes shimmer{0%,100%{opacity:.6}50%{opacity:1}}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}.posts-grid{position:relative;display:block;margin-bottom:2.5rem;padding:20px;background:rgba(20,20,20,.9);border:1px solid var(--pressgpt-color-border-subtle);border-radius:12px;--latest-filter-bg: rgba(40, 40, 40, 0.92);--latest-filter-border: rgba(255, 255, 255, 0.14);--latest-filter-text: rgba(255, 255, 255, 0.9);--latest-filter-hover-bg: rgba(55, 55, 55, 0.95);--latest-filter-hover-border: rgba(255, 255, 255, 0.2);--latest-filter-active-bg: map.get(tokens.$pressgpt-colors, "accent");--latest-filter-active-border: map.get(tokens.$pressgpt-colors, "accent");--latest-filter-active-text: map.get(tokens.$pressgpt-colors, "black");--latest-head-bg: rgba(32, 32, 32, 0.95);--latest-head-border: rgba(255, 255, 255, 0.12);--latest-head-text: rgba(255, 255, 255, 0.96);--latest-section-desc: rgba(255, 255, 255, 0.68)}.posts-grid .section-head{display:flex;flex-direction:column;align-items:flex-start;gap:14px;margin:0 0 20px;padding:16px 18px;background:var(--latest-head-bg, #151515);border:1px solid var(--latest-head-border, rgba(255, 255, 255, 0.1));border-top:3px solid var(--cat-color, #00d4ff);border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.2)}.posts-grid .section-head h1,.posts-grid .section-head h2{font-size:clamp(1.2rem,1.4vw + .7rem,1.4rem);color:var(--latest-head-text, #ffffff);margin:0;font-weight:700}.posts-grid .section-head h1{display:inline-flex;align-items:center;gap:14px;font-size:clamp(1.65rem,1.9vw + 1.2rem,2.2rem);letter-spacing:.015em;line-height:1.1;position:relative}.posts-grid .section-head h1::before{content:"";display:inline-flex;flex-shrink:0;align-self:stretch;width:5px;min-height:1em;border-radius:4px;background:var(--cat-color, #00d4ff);box-shadow:0 0 16px var(--cat-color, #00d4ff),0 0 6px var(--cat-color, #00d4ff);opacity:.9}.posts-grid .section-head h1::after{content:"";display:block;flex-shrink:0;height:3px;min-width:90px;border-radius:999px;background:linear-gradient(90deg, var(--cat-color, #00d4ff) 0%, transparent 100%);align-self:flex-end;margin-bottom:5px;opacity:.75}.posts-grid .section-head .section-head-row{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;width:100%}.posts-grid .section-head .section-head-title{flex:1;min-width:0}.posts-grid .section-head .section-head-search{flex-shrink:0;max-width:280px;margin:0}.posts-grid .section-head .section-head-search .search-form--inline{min-width:200px;margin:0;padding:0;background:rgba(0,0,0,.25);border:1px solid var(--latest-head-border, rgba(255, 255, 255, 0.12));border-radius:6px;box-shadow:inset 0 1px 2px rgba(0,0,0,.2);transition:border-color .2s ease,box-shadow .2s ease}.posts-grid .section-head .section-head-search .search-form--inline:hover{border-color:hsla(0,0%,100%,.2);box-shadow:inset 0 1px 2px rgba(0,0,0,.25)}.posts-grid .section-head .section-head-search .search-form--inline .search-input-wrapper{margin:0;padding:4px 6px 4px 12px}.posts-grid .section-head .section-head-search .search-form--inline .search-input-wrapper input{padding:10px 48px 10px 0;font-size:.9rem;background:rgba(0,0,0,0);border:none;color:var(--latest-head-text, #ffffff);box-shadow:none}.posts-grid .section-head .section-head-search .search-form--inline .search-input-wrapper input::placeholder{color:hsla(0,0%,100%,.5)}.posts-grid .section-head .section-head-search .search-form--inline .search-input-wrapper input:focus{background:rgba(0,0,0,0);box-shadow:none;outline:none}.posts-grid .section-head .section-head-search .search-form--inline .search-submit{right:6px;width:36px;height:36px;font-size:.9rem;background:rgba(0,0,0,0);color:var(--cat-color, #00d4ff);box-shadow:none}.posts-grid .section-head .section-head-search .search-form--inline .search-submit:hover{background:hsla(0,0%,100%,.08);color:var(--cat-color, #00d4ff);box-shadow:none}.posts-grid .section-head .actions{width:100%;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start}.posts-grid .section-head .actions .btn,.posts-grid .section-head .actions .btn-ghost{min-width:0}.posts-grid .section-head .section-desc{margin:0;color:var(--latest-section-desc, rgba(255, 255, 255, 0.6));line-height:1.6}.posts-grid .section-head .archive-hero{margin-bottom:2rem}.posts-grid .section-head .archive-above-posts{margin:0 0 20px;width:100%}.posts-grid .section-head .archive-above-posts .widgets{display:flex;flex-direction:column;gap:20px}.posts-grid .section-head #archive-grid{margin-top:20px}.posts-grid .grid-list{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:20px}.posts-grid .meta-inline{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:hsla(0,0%,100%,.6);font-size:.8rem;margin:4px 0 8px}.posts-grid .meta-inline .meta-sep{opacity:.4;margin:0 2px}.posts-grid .meta-cat{color:rgba(0,212,255,.8);text-decoration:none;font-weight:500;transition:color .2s ease}.posts-grid .meta-cat:hover{color:#00d4ff;text-decoration:none}.posts-grid .post-tags{display:flex;flex-wrap:wrap;gap:6px;margin:6px 0 8px}.posts-grid .meta-chip{display:inline-block;padding:2px 8px;border:1px solid hsla(0,0%,100%,.15);border-radius:12px;background:hsla(0,0%,100%,.05);color:hsla(0,0%,100%,.7);font-size:.75rem;font-weight:500;text-decoration:none;transition:all .2s ease}.posts-grid .meta-chip:hover{border-color:rgba(0,212,255,.4);background:rgba(0,212,255,.1);color:rgba(0,212,255,.9)}body.light-mode .posts-grid{background:hsla(0,0%,100%,.98);border-color:rgba(0,0,0,.08);--latest-filter-bg: rgba(245, 245, 245, 0.95);--latest-filter-border: rgba(0, 0, 0, 0.12);--latest-filter-text: rgba(10, 15, 25, 0.85);--latest-filter-hover-bg: rgba(230, 233, 243, 0.9);--latest-filter-hover-border: rgba(0, 0, 0, 0.16);--latest-filter-active-bg: map.get(tokens.$pressgpt-colors, "accent-strong");--latest-filter-active-border: map.get(tokens.$pressgpt-colors, "accent-strong");--latest-filter-active-text: map.get(tokens.$pressgpt-colors, "white");--latest-head-bg: rgba(255, 255, 255, 0.98);--latest-head-border: rgba(0, 0, 0, 0.08);--latest-head-text: rgba(18, 24, 38, 0.96);--latest-section-desc: rgba(34, 38, 48, 0.7)}body.light-mode .posts-grid .section-head{border-top:3px solid var(--cat-color, #00d4ff) !important}body.light-mode .posts-grid .section-head h1::before{background:var(--cat-color, #00d4ff) !important;box-shadow:0 0 12px color-mix(in srgb, var(--cat-color, #00d4ff) 50%, transparent),0 0 4px var(--cat-color, #00d4ff)}body.light-mode .posts-grid .meta-inline{color:rgba(0,0,0,.6)}body.light-mode .posts-grid .meta-inline .meta-sep{opacity:.35}body.light-mode .posts-grid .meta-cat{color:var(--pressgpt-header-menu-hover-color, #007acc)}body.light-mode .posts-grid .meta-cat:hover{color:rgba(0,122,204,.85)}body.light-mode .posts-grid .meta-chip{border-color:rgba(0,0,0,.08);background:rgba(0,0,0,.04);color:rgba(0,0,0,.65)}body.light-mode .posts-grid .meta-chip:hover{border-color:rgba(0,122,204,.35);background:rgba(0,122,204,.12);color:rgba(0,82,164,.9)}body.light-mode .posts-grid .section-head{box-shadow:0 12px 32px rgba(11,13,18,.1)}body.light-mode .posts-grid .section-head-search .search-form--inline{background:rgba(0,0,0,.04);border-color:rgba(0,0,0,.08)}body.light-mode .posts-grid .section-head-search .search-form--inline:hover{border-color:rgba(0,0,0,.14)}body.light-mode .posts-grid .section-head-search .search-form--inline .search-input-wrapper input{color:var(--latest-head-text)}body.light-mode .posts-grid .section-head-search .search-form--inline .search-input-wrapper input::placeholder{color:rgba(0,0,0,.45)}body.light-mode .posts-grid .section-head-search .search-form--inline .search-submit{color:var(--pressgpt-header-menu-hover-color, #007acc)}body.light-mode .posts-grid .section-head-search .search-form--inline .search-submit:hover{background:rgba(0,0,0,.06);color:var(--pressgpt-header-menu-hover-color, #007acc)}.meta-cat.has-cat{--cat: var(--cat, #00d4ff);background:var(--cat);border:1px solid var(--cat);color:#000 !important;padding:2px 8px;border-radius:6px;font-size:.75rem;display:inline-flex;align-items:center;gap:6px}.meta-cat.has-cat .dot{width:6px;height:6px;border-radius:50%;background:#000;opacity:.35;display:inline-block}@media(max-width: 560px){.posts-grid{padding:16px}.posts-grid .section-head{padding:14px;gap:12px}.posts-grid .section-head .section-head-row{flex-direction:column;align-items:stretch}.posts-grid .section-head .section-head-search{max-width:100%}.posts-grid .section-head .section-head-search .search-form--inline{min-width:0;width:100%}.posts-grid .section-head h1{font-size:clamp(1.45rem,2vw + 1rem,1.85rem)}.posts-grid .section-head h1::after{min-width:90px;height:2px}.posts-grid .section-head .actions{justify-content:center}.posts-grid .section-head .actions .btn,.posts-grid .section-head .actions .btn-ghost{flex:1 1 calc(50% - 6px);padding:8px 10px;font-size:.85rem}.posts-grid .post-tags{display:none}.posts-grid .meta-inline{font-size:.75rem;margin:2px 0 6px}}@media(max-width: 900px){.posts-grid .grid-list{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(max-width: 640px){.posts-grid .grid-list{grid-template-columns:1fr;gap:18px}.posts-grid .section-head .actions{justify-content:center;gap:6px}.posts-grid .section-head h1{justify-content:center}.posts-grid .section-head h1::after{margin-left:auto;margin-right:auto}}body.light-mode .currency-section{background-color:rgba(0,0,0,0)}.top-info-bar{position:fixed;top:0;left:0;right:0;height:30px;display:flex;align-items:center;margin:0 auto;background:var(--pressgpt-topbar-bg, var(--pressgpt-color-black, #000000));border-bottom:1px solid var(--pressgpt-topbar-border, var(--pressgpt-color-border, #2a2a2a));z-index:1001;overflow:hidden;transition:transform .1s ease-in-out;color:var(--pressgpt-topbar-text, #cccccc)}.top-info-bar.hidden{transform:translateY(-100%)}.top-info-container{display:flex;align-items:stretch;justify-content:space-between;gap:12px;width:100%;max-width:1170px;margin:0 auto;padding:0 .5rem;align-items:center}.top-info-bar a,.top-info-bar .news-badge,.top-info-bar .news-badge span,.top-info-bar .currency-item,.top-info-bar .currency-label,.top-info-bar .currency-value,.top-info-bar .date,.top-info-bar .date span,.top-info-bar .weather,.top-info-bar .weather span,.top-info-bar .weather i{color:inherit}.top-social-section{flex:1;display:flex;align-items:center;gap:12px}.top-social-section .social-link{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;line-height:0;color:var(--pressgpt-topbar-icon, var(--pressgpt-topbar-text, #cccccc));font-size:.95rem;border-radius:5px;border:1px solid hsla(0,0%,100%,.25);background:rgba(0,0,0,0);transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.top-social-section .social-link:hover,.top-social-section .social-link:focus{color:var(--pressgpt-topbar-icon-hover, var(--pressgpt-topbar-icon, var(--pressgpt-topbar-text, #f0f0f0)));background-color:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.35)}.top-social-section .social-link:focus{outline:2px solid hsla(0,0%,100%,.35);outline-offset:2px}.top-social-section .social-link i{display:flex;align-items:center;justify-content:center;width:100%;height:100%;pointer-events:none;color:currentColor}.top-social-section .social-link.social-x i::before{content:"";display:block;width:1em;height:1em;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23cccccc' d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'/%3E%3C/svg%3E") no-repeat center;background-size:contain}.top-social-section .social-link.social-x:hover i::before,.top-social-section .social-link.social-x:focus i::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'/%3E%3C/svg%3E")}body.light-mode .top-social-section .social-link.social-x i::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23666666' d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'/%3E%3C/svg%3E")}body.light-mode .top-social-section .social-link.social-x:hover i::before,body.light-mode .top-social-section .social-link.social-x:focus i::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23222222' d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'/%3E%3C/svg%3E")}.date-weather-group{display:flex;align-items:center;gap:10px;flex:0 0 auto}#current-date-mobile{display:none}.currency-section{flex:1;display:flex;align-items:center;justify-content:flex-end;height:100%;background-color:rgba(0,0,0,0)}.currency-item{display:flex;align-items:center;gap:4px;color:inherit;font-size:12px;padding:0 8px}.currency-item i{color:var(--pressgpt-topbar-icon, var(--pressgpt-topbar-text, #ffd700));font-size:11px}.currency-label{font-weight:600;color:inherit}.currency-value{color:var(--pressgpt-topbar-highlight, #00d4ff);font-weight:bold}body.light-mode .top-info-bar{background:var(--pressgpt-topbar-bg-light, #ffffff);border-bottom:1px solid var(--pressgpt-topbar-border-light, #e2e2e2);color:var(--pressgpt-topbar-text, #333333)}body.light-mode .top-social-section{border-right:0}body.light-mode .top-social-section .social-link{color:var(--pressgpt-topbar-icon, var(--pressgpt-topbar-text, #666666));background:rgba(0,0,0,0)}body.light-mode .top-social-section .social-link:hover,body.light-mode .top-social-section .social-link:focus{color:var(--pressgpt-topbar-icon-hover, var(--pressgpt-topbar-icon, var(--pressgpt-topbar-text, #222222)));background-color:rgba(0,0,0,.06)}body.light-mode .currency-item{color:inherit}body.light-mode .currency-label{color:inherit}body.light-mode .currency-value{color:var(--pressgpt-topbar-highlight, #007acc)}@media(max-width: 640px){#current-date{display:none}#current-date-mobile{display:inline}}@media(max-width: 768px){.top-info-bar.hidden{transform:translateY(0)}.top-info-bar,.top-info-container{height:30px;padding:0 3px}.top-social-section{gap:8px;padding:0}.top-social-section .social-link{width:24px;height:24px;font-size:.85rem}.currency-section{height:25px;justify-content:center;gap:16px;width:100%}.currency-item{font-size:11px;gap:3px}}@media(max-width: 480px){.currency-section{display:none !important;gap:10px}.currency-item{font-size:10px;padding:0 4px}}.latest-posts{position:relative;display:block;padding:5px;border-radius:12px;--latest-bg: rgba(18, 18, 18, 0.94);--latest-border: rgba(255, 255, 255, 0.08);--latest-head-bg: rgba(28, 28, 28, 0.96);--latest-head-border: rgba(255, 255, 255, 0.18);--latest-head-text: #f5f5f5;--latest-head-accent: rgba(0, 212, 255, 0.9);--latest-title-color: #fdfdfd;--latest-title-hover: rgba(0, 212, 255, 0.9);--latest-meta-color: rgba(255, 255, 255, 0.68);--latest-date-color: rgba(255, 255, 255, 0.72);--latest-excerpt-color: rgba(255, 255, 255, 0.74);--latest-card-bg: rgba(21, 21, 21, 0.95);--latest-card-border: rgba(255, 255, 255, 0.16);--latest-body-bg: rgba(21, 21, 21, 0.9);--latest-filter-bg: rgba(50, 50, 50, 0.9);--latest-filter-border: rgba(255, 255, 255, 0.2);--latest-filter-text: #f5f5f5;--latest-filter-hover-bg: rgba(70, 70, 70, 0.95);--latest-filter-hover-border: rgba(255, 255, 255, 0.35);--latest-filter-active-bg: #4caf50;--latest-filter-active-border: #4caf50;--latest-filter-active-text: #ffffff;--latest-category-bg: rgba(0, 212, 255, 0.1);--latest-category-border: rgba(0, 212, 255, 0.3);--latest-category-text: rgba(0, 212, 255, 0.9);--latest-category-hover-bg: rgba(0, 212, 255, 0.15);--latest-category-hover-text: rgba(0, 212, 255, 1);--latest-placeholder-bg: rgba(60, 60, 60, 0.65);background:var(--latest-bg);border:1px solid var(--latest-border)}@media(max-width: 768px){.latest-posts{padding:15px;border-radius:0}}@media(max-width: 560px){.latest-posts{padding:12px}}.latest-posts .section-head{margin:0 0 20px;padding:12px 16px;background:var(--latest-head-bg);border-bottom:2px solid var(--latest-head-border);border-radius:6px;transition:all .3s ease;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px}.latest-posts .section-head h2{font-size:clamp(1.2rem,1.4vw + .7rem,1.4rem);color:var(--latest-head-text);margin:0;font-weight:700}.latest-posts .section-head h2::before{background:var(--latest-head-accent) !important;color:var(--latest-head-accent) !important}@media(max-width: 768px){.latest-posts .section-head{margin:0 0 16px;padding:10px 12px;flex-direction:column;align-items:center;gap:10px}.latest-posts .section-head h2{font-size:clamp(1.1rem,1.2vw + .5rem,1.25rem);text-align:center;text-transform:uppercase}}@media(max-width: 560px){.latest-posts .section-head{margin:0 0 12px;padding:8px 10px;gap:8px}.latest-posts .section-head h2{font-size:1.1rem;text-align:center;text-transform:uppercase}}body.light-mode .latest-posts{--latest-bg: #ffffff;--latest-border: rgba(17, 17, 17, 0.08);--latest-head-bg: #f7f8fb;--latest-head-border: rgba(17, 17, 17, 0.08);--latest-head-text: #121826;--latest-head-accent: #121826;--latest-title-color: #121826;--latest-title-hover: #0061f2;--latest-meta-color: #5b616e;--latest-date-color: #5b616e;--latest-excerpt-color: #2d3038;--latest-card-bg: #ffffff;--latest-card-border: rgba(17, 17, 17, 0.08);--latest-body-bg: #fdfdfd;--latest-filter-bg: #f4f5f9;--latest-filter-border: rgba(17, 17, 17, 0.08);--latest-filter-text: #1a1f2c;--latest-filter-hover-bg: #e7eaf3;--latest-filter-hover-border: rgba(17, 17, 17, 0.14);--latest-filter-active-bg: #1a1f2c;--latest-filter-active-border: #1a1f2c;--latest-filter-active-text: #ffffff;--latest-category-bg: rgba(0, 112, 243, 0.1);--latest-category-border: rgba(0, 112, 243, 0.16);--latest-category-text: #004a99;--latest-category-hover-bg: rgba(0, 112, 243, 0.18);--latest-category-hover-text: #003777;--latest-placeholder-bg: rgba(230, 233, 243, 0.8)}body.light-mode .latest-posts .section-head{background:var(--latest-head-bg);border-bottom-color:var(--latest-head-border)}body.light-mode .latest-posts .section-head h2{color:var(--latest-head-text)}body.light-mode .latest-posts .section-head h2::before{background:var(--latest-head-accent) !important}body:not(.light-mode) .latest-posts{--latest-head-accent: rgba(0, 212, 255, 0.9);--latest-filter-active-bg: #4caf50;--latest-filter-active-border: #4caf50;--latest-filter-active-text: #ffffff}.latest-list{display:grid;grid-template-columns:1fr;gap:12px}.actions.js-ajax-filters{display:flex;flex-wrap:wrap;gap:8px}.actions.js-ajax-filters .btn{display:inline-flex;align-items:center;justify-content:center;padding:5px;border:1px solid var(--latest-filter-border);background:var(--latest-filter-bg);color:var(--latest-filter-text);text-decoration:none;border-radius:6px;font-size:.9rem;font-weight:600;transition:all .3s ease;cursor:pointer;white-space:normal;text-align:center}.actions.js-ajax-filters .btn:hover{background:var(--latest-filter-hover-bg);border-color:var(--latest-filter-hover-border);transform:translateY(-1px)}.actions.js-ajax-filters .btn.btn-primary,.actions.js-ajax-filters .btn[aria-pressed=true]{background:var(--latest-filter-active-bg);color:var(--latest-filter-active-text);border-color:var(--latest-filter-active-border)}.actions.js-ajax-filters .btn.btn-primary:hover,.actions.js-ajax-filters .btn[aria-pressed=true]:hover{background:var(--latest-filter-active-bg);border-color:var(--latest-filter-active-border);box-shadow:0 4px 12px rgba(0,0,0,.2)}@media(max-width: 768px){.actions.js-ajax-filters{gap:6px}.actions.js-ajax-filters .btn{padding:7px 12px;font-size:.85rem}}@media(max-width: 560px){.actions.js-ajax-filters{gap:5px;justify-content:center}.actions.js-ajax-filters .btn{padding:6px 10px;font-size:.8rem}}.latest-item{display:grid;grid-template-columns:84px 1fr;gap:12px;align-items:center;padding:10px;border:1px solid var(--pressgpt-color-border);background:var(--pressgpt-color-bg-surface);border-radius:10px}.latest-thumb{position:relative;display:block}.latest-image,.latest-thumb.placeholder{width:84px;height:64px;object-fit:cover;background:var(--pressgpt-color-bg-muted);border-radius:6px;transition:transform .2s ease}.latest-title{font-size:1.05rem;margin:0 0 4px;font-weight:600;color:var(--latest-title-color)}.latest-title a{color:inherit;text-decoration:none}.latest-title a:hover{color:var(--latest-title-hover)}.latest-meta{color:var(--latest-meta-color);font-size:.85rem}.latest-grid{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:10px}.latest-card{position:relative;background:var(--latest-card-bg);border:1px solid var(--latest-card-border);border-radius:12px;overflow:hidden;transition:all .2s ease}.latest-card:hover{transform:translateY(-2px);border-color:rgba(0,212,255,.3);box-shadow:0 8px 25px rgba(0,0,0,.3)}.latest-media{position:relative;display:block;overflow:hidden;padding-bottom:56.25%;background:var(--latest-placeholder-bg)}.latest-card .latest-image,.latest-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.latest-card:hover .latest-image{transform:scale(1.02)}.latest-body{position:relative;padding:.5rem .5rem .5rem;background:var(--latest-body-bg);border-radius:5px;width:100%;display:flex;flex-direction:column;justify-content:center}.latest-card .latest-title{line-height:1.35;letter-spacing:-0.01em;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s ease}.latest-card .latest-title:hover{color:rgba(0,212,255,.9)}.latest-excerpt{color:var(--latest-excerpt-color);font-size:.85rem;line-height:1.5;margin:0 0 10px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.latest-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:.75rem;color:var(--latest-meta-color);padding-top:8px;border-top:1px solid var(--pressgpt-color-border-subtle)}.latest-date{font-weight:500;color:var(--latest-date-color)}.latest-category{display:inline-flex;align-items:center;padding:2px 6px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;background:var(--latest-category-bg);border:1px solid var(--latest-category-border);border-radius:4px;color:var(--latest-category-text);transition:all .2s ease;text-decoration:none}.latest-card:hover .latest-category{background:var(--latest-category-hover-bg);color:var(--latest-category-hover-text)}@media(max-width: 1170px){.latest-grid{grid-template-columns:repeat(3, 1fr);gap:18px}}@media(max-width: 860px){.latest-posts{padding:5px}.latest-grid{grid-template-columns:repeat(2, 1fr);gap:10px}.latest-body{padding:.9rem 1rem 1.1rem}}@media(max-width: 560px){.latest-posts{padding:5px}.latest-posts .section-head{padding:8px 12px;text-align:center}.latest-grid{grid-template-columns:1fr;gap:10px}.latest-body{padding:.8rem .9rem 1rem;height:auto}.latest-card .latest-image{border-radius:0 !important}.latest-card .latest-title{font-size:1.2rem;display:block;-webkit-line-clamp:initial;line-clamp:initial;-webkit-box-orient:initial;overflow:visible;text-overflow:clip}.latest-excerpt{font-size:.8rem;-webkit-line-clamp:3;line-clamp:3}.latest-meta{flex-direction:row;align-items:center;justify-content:space-between;gap:6px;font-size:.7rem;flex-wrap:nowrap}.latest-date,.latest-category{white-space:nowrap}.latest-meta .latest-category{order:1}.latest-meta .latest-date{order:2}.latest-category{font-size:.65rem;padding:2px 5px}.latest-card{touch-action:manipulation}.latest-card:active{transform:translateY(0px);transition:transform .1s ease}.latest-item{grid-template-columns:1fr}}.latest-excerpt{display:none}body.light-mode .main-content{background-color:#e9e9e9}.pg-container-1200{max-width:1170px;width:100%;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px;padding-top:24px;padding-bottom:28px;min-height:600px}@media(max-width: 768px){.pg-container-1200{padding-top:16px;padding-bottom:20px}}@media(max-width: 480px){.pg-container-1200{padding-left:12px;padding-right:12px}}@media(max-width: 768px){.main-content{margin-top:0;padding-top:0;gap:.8rem}body{padding-top:80px}body.light-mode{padding-top:80px}.header{top:25px}body.light-mode .header{top:30px;padding:0}}.content{max-width:1170px;margin:10px auto;width:100%;display:flex;flex-direction:column;gap:1rem}.content h1,.content h2,.content h3{color:var(--pressgpt-color-text-primary, #ffffff)}.content .section-head{margin-bottom:1.5rem}@media(max-width: 1024px){.content{padding:0 1.75rem}}@media(max-width: 768px){.content{padding:10px 0;gap:10px}.content h1{font-size:2rem}.content p{font-size:1.05rem;line-height:1.65}}@media(max-width: 560px){.content{padding:10px 0;gap:10px}}@media(max-width: 480px){.content{padding:5px 0;gap:5px h1;gap-font-size:1.5rem}.content p{font-size:1rem}}.content-with-ads-wrapper{--sidebar-gap: 20px;position:relative;max-width:1202px;margin:0 auto;padding:0 1rem;overflow:visible;width:100%}.ad-sidebar{--ad-sidebar-width: 300px;display:grid;gap:20px;align-content:start;min-height:0}.ad-sidebar--left,.ad-sidebar-left{position:absolute;top:10px;right:calc(100% - 1rem + var(--sidebar-gap));width:var(--ad-sidebar-width)}.ad-sidebar--right,.ad-sidebar-right{position:absolute;top:10px;left:calc(100% - 1rem + var(--sidebar-gap));width:var(--ad-sidebar-width)}.ad-sidebar--ghost{display:none !important;visibility:hidden;pointer-events:none}.ad-slot{--ad-slot-width: 300px;--ad-slot-height: 600px;inline-size:var(--ad-slot-width);min-inline-size:var(--ad-slot-width);max-inline-size:var(--ad-slot-width);position:relative}.ad-slot__shim{display:block;padding-top:calc(var(--ad-slot-height)/var(--ad-slot-width)*100%)}.ad-slot__content{position:absolute;inset:0;display:grid;align-items:stretch;justify-items:stretch}.ad-slot__content>*{width:100%;max-width:100%}.ad-slot__content iframe,.ad-slot__content ins{width:100%;height:100%;display:block}.ad-slot__content img,.ad-slot__content picture{width:100%;height:auto;display:block}.ad-sidebar .ad-slot__content picture{display:inline-block !important;width:auto !important;max-width:100%;margin:0}.ad-sidebar .ad-slot__content img{width:auto !important;max-width:100%;height:auto !important;margin:0}.ad-sidebar .ad-slot__content .pgpt-reklam{width:auto !important;max-width:100%;display:inline-block}.ad-sidebar--left .ad-slot__content,.ad-sidebar-left .ad-slot__content{justify-items:end}.ad-sidebar--left .ad-slot,.ad-sidebar-left .ad-slot{justify-self:end}.ad-sidebar--left .ad-slot__content picture,.ad-sidebar-left .ad-slot__content picture,.ad-sidebar--left .ad-slot__content img,.ad-sidebar-left .ad-slot__content img,.ad-sidebar--left .ad-slot__content .pgpt-reklam,.ad-sidebar-left .ad-slot__content .pgpt-reklam{justify-self:end;margin-left:auto;margin-right:0}.ad-sidebar--right .ad-slot__content,.ad-sidebar-right .ad-slot__content{justify-items:start}.ad-sidebar--right .ad-slot__content picture,.ad-sidebar-right .ad-slot__content picture,.ad-sidebar--right .ad-slot__content img,.ad-sidebar-right .ad-slot__content img,.ad-sidebar--right .ad-slot__content .pgpt-reklam,.ad-sidebar-right .ad-slot__content .pgpt-reklam{justify-self:start;margin-left:0;margin-right:auto}.ad-slot__content .ad-unit{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.ad-sidebar--left .ad-slot__content .ad-unit,.ad-sidebar-left .ad-slot__content .ad-unit{align-items:flex-end;text-align:right}.ad-sidebar--right .ad-slot__content .ad-unit,.ad-sidebar-right .ad-slot__content .ad-unit{align-items:flex-start;text-align:left}.ad-slot__content .ad-unit.placeholder{background:#fafafa;border:1px solid #e1e1e1;color:#666;font-size:.75rem;padding:10px;overflow:hidden}.ad-slot__content .ad-unit.placeholder span{letter-spacing:.08em;text-transform:uppercase;opacity:.6;display:inline-block;max-width:none;white-space:nowrap;overflow:visible;transform:rotate(270deg);transform-origin:center;-webkit-transform:rotate(270deg);-webkit-transform-origin:center}.ad-slot--placeholder .ad-slot__content{background:rgba(26,26,26,.15)}.ad-slot__content .pgpt-reklam{width:100%;max-width:var(--ad-slot-width);display:block;overflow:hidden}.ad-slot__content .pgpt-reklam picture,.ad-slot__content .pgpt-reklam img{max-width:100%;height:auto;display:block;margin:0 auto}.ad-sidebar-left .ad-unit,.ad-sidebar-right .ad-unit{width:var(--ad-sidebar-width, 300px);display:flex;flex-direction:column;justify-content:flex-start}.content-with-ads-wrapper .main-content{max-width:1170px;width:100%;margin:0 auto}.content-with-ads-wrapper.has-no-ad .main-content{margin:0 auto}@media(max-width: 1841px){.ad-sidebar{display:none}}@media(max-width: 1024px){.content-with-ads-wrapper{padding:0}.content-with-ads-wrapper .content{padding-left:0;padding-right:0}}@media(max-width: 768px){.content-with-ads-wrapper{padding:0 1rem}}@media(max-width: 480px){.content-with-ads-wrapper{padding:0}}.badge-audio{position:absolute;top:0;right:0;left:auto;bottom:auto;z-index:7;width:76px;height:76px;display:flex;align-items:flex-start;justify-content:flex-end;padding:9px 9px 0 0;background:linear-gradient(210deg, #0ea5e9 0%, #075985 100%);clip-path:polygon(0 0, 100% 0, 100% 100%);filter:drop-shadow(-3px 3px 6px rgba(0, 0, 0, 0.38));color:#fff;line-height:1;border:none;border-radius:0;box-shadow:none;min-height:unset;gap:0;font-size:0;pointer-events:none}.badge-audio::before{content:"";position:absolute;inset:0;background:linear-gradient(225deg, rgba(255, 255, 255, 0.22) 20%, transparent 52%);pointer-events:none}.badge-audio i{position:relative;z-index:1;display:block;font-size:1.4rem;color:#fff;line-height:1;width:auto;height:auto;background:none;border-radius:0;box-shadow:none}.badge-audio.badge-sm{width:60px;height:60px;padding:7px 7px 0 0}.badge-audio.badge-sm i{font-size:1.1rem}.badge-audio.badge-hero{top:0;right:0;width:76px;height:76px;padding:9px 9px 0 0}body.light-mode .badge-audio{background:linear-gradient(210deg, #0ea5e9 0%, #075985 100%);filter:drop-shadow(-3px 3px 6px rgba(0, 0, 0, 0.24))}.badge-video{position:absolute;top:0;left:0;right:auto;z-index:7;width:76px;height:76px;display:flex;align-items:flex-start;justify-content:flex-start;padding:9px 0 0 9px;background:linear-gradient(150deg, #ef4444 0%, #b91c1c 100%);clip-path:polygon(0 0, 100% 0, 0 100%);filter:drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.38));color:#fff;line-height:1;border:none;border-radius:0;box-shadow:none;min-height:unset;gap:0;font-size:0;pointer-events:none}.badge-video::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg, rgba(255, 255, 255, 0.22) 20%, transparent 52%);pointer-events:none}.badge-video i{position:relative;z-index:1;display:block;font-size:1.6rem;color:#fff;line-height:1;width:auto;height:auto;background:none;border-radius:0;box-shadow:none}.badge-video.badge-corner{left:0}.badge-video.badge-sm{width:60px;height:60px;padding:7px 0 0 7px}.badge-video.badge-sm i{font-size:1.25rem}body.light-mode .badge-video{background:linear-gradient(150deg, #ef4444 0%, #b91c1c 100%);filter:drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.28))}.post-card{position:relative;background:rgba(21,21,21,.95);border:1px solid var(--pressgpt-color-border-subtle);border-radius:12px;overflow:hidden;transition:all .2s ease}.post-card:hover{transform:translateY(-2px);border-color:rgba(0,212,255,.3);box-shadow:0 8px 25px rgba(0,0,0,.3)}.post-thumb{position:relative;display:block;overflow:hidden}.post-thumb .post-image,.post-thumb.placeholder{width:100%;height:180px;object-fit:cover;background:var(--pressgpt-color-bg-muted);transition:transform .2s ease}.post-card:hover .post-image{transform:scale(1.02)}.posts-grid .post-thumb{aspect-ratio:16/9}.posts-grid .post-image,.posts-grid .post-thumb.placeholder{height:100%}.post-body{position:relative;padding:1.2rem 1.3rem 1.4rem;background:rgba(21,21,21,.9)}.post-title{font-size:1.05rem;line-height:1.35;margin:.1rem 0 .35rem;font-weight:600;letter-spacing:-0.01em;color:var(--pressgpt-color-text-primary);transition:color .3s ease}.post-title a{color:inherit;text-decoration:none;transition:color .3s ease}.post-title a:hover{color:#00d4ff}.posts-grid .post-title{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:clamp(.95rem,.8vw + .6rem,1.1rem);margin:0 0 8px}.posts-grid .post-card:hover .post-title,.posts-grid .post-card:hover .post-title a,.posts-grid .post-card:hover .post-title a:hover{color:#000}.post-meta{font-size:.75rem;margin-bottom:.25rem;display:flex;align-items:center;justify-content:space-between;gap:8px;color:hsla(0,0%,100%,.6);padding-top:8px;border-top:1px solid var(--pressgpt-color-border-subtle)}.post-excerpt{font-size:.85rem;line-height:1.5;color:hsla(0,0%,100%,.7);margin:0 0 12px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow:hidden;text-overflow:ellipsis}body.light-mode .post-card{background:#fff;border-color:rgba(0,0,0,.08)}body.light-mode .post-card:hover{border-color:rgba(0,122,204,.35);box-shadow:0 12px 32px rgba(15,23,42,.12)}body.light-mode .post-body{background:hsla(0,0%,100%,.98)}body.light-mode .post-thumb .post-image,body.light-mode .post-thumb.placeholder{background:#f2f5f9}body.light-mode .post-meta{color:rgba(0,0,0,.6);border-top:1px solid rgba(0,0,0,.08)}body.light-mode .post-excerpt{color:rgba(0,0,0,.72)}.pressgpt-hero-labels{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}.pressgpt-hero-labels.is-empty{display:none}.pressgpt-hero-label-group{display:flex;flex-direction:column;gap:8px;min-width:0}.pressgpt-hero-label-group--left{align-items:flex-start}.pressgpt-hero-label-group--right{align-items:flex-end}.pressgpt-hero-label{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.3px;background:var(--pressgpt-hero-label-bg, rgba(0, 0, 0, 0.55));color:var(--pressgpt-hero-label-color, #ffffff);border:1px solid var(--pressgpt-hero-label-border, rgba(255, 255, 255, 0.35));line-height:1.2;max-width:100%;text-align:left}.pressgpt-hero-label--text-hidden{gap:0;padding:6px}.pressgpt-hero-label--text-hidden .pressgpt-hero-label__text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.pressgpt-hero-label__icon i,.pressgpt-hero-label__icon-text{font-size:.9rem}.pressgpt-hero-label__figure{display:inline-flex;align-items:center;justify-content:center}.pressgpt-hero-label__image{width:28px;height:28px;object-fit:contain;border-radius:50%}.pressgpt-hero-label--icon-image{gap:0;padding:0;background:rgba(0,0,0,0);border:0;border-radius:0}.pressgpt-hero-label--icon-image .pressgpt-hero-label__text{display:none}.pressgpt-hero-label--icon-image .pressgpt-hero-label__image{width:auto;height:auto;max-width:100%;border-radius:0}.pressgpt-hero-label__text{white-space:nowrap}@media(max-width: 960px){.pressgpt-hero-labels{flex-direction:column;align-items:flex-start}.pressgpt-hero-label-group--right{align-items:flex-start}}@media(max-width: 640px){.pressgpt-hero-label-group{gap:6px}.pressgpt-hero-label--icon-image{max-width:140px;width:100%;justify-content:center}.pressgpt-hero-label--icon-image .pressgpt-hero-label__figure{width:100%;max-width:100%}.pressgpt-hero-label--icon-image .pressgpt-hero-label__image{width:100%;height:auto}}.hero-card{position:relative;background:var(--pressgpt-color-bg-elevated);border:1px solid var(--pressgpt-color-border);border-radius:12px;overflow:hidden}.hero-card .hero-media{display:block}.hero-card .hero-image,.hero-card .hero-placeholder{width:100%;height:100%;max-height:420px;object-fit:cover;display:block;background:linear-gradient(135deg, #1d1d1d, #111)}.hero-card .hero-content{position:absolute;inset:auto 0 0 0;padding:1.25rem 1.25rem 1.5rem;background:linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0))}.hero-card .hero-meta{color:#a7a7a7;font-size:.9rem;margin-bottom:.25rem;display:flex;align-items:center;gap:.5rem}.hero-card .hero-title{font-size:1.75rem;line-height:1.2;margin:.25rem 0 .5rem}.hero-card .hero-title a{color:#fff;text-decoration:none}.hero-card .hero-excerpt{color:#cfcfcf;font-size:1rem;max-width:70ch}.hero-card .hero-sep{opacity:.5}.section-head{position:relative;display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;margin:20px 0 16px;padding:16px 20px;background:rgba(20,20,20,.9);border:1px solid var(--pressgpt-color-border-subtle);border-radius:6px}.section-head h1,.section-head h2{position:relative;margin:0;font-size:clamp(1.2rem,1.4vw + .7rem,1.5rem);font-weight:700;letter-spacing:.3px;color:var(--pressgpt-color-text-primary);display:flex;align-items:center;gap:8px;min-width:0;overflow-wrap:anywhere;hyphens:auto;text-wrap:balance}.section-head h1::before,.section-head h2::before{content:"";display:inline-block;width:4px;height:16px;background:rgba(0,212,255,.8);border-radius:2px}body.light-mode .section-head{background:hsla(0,0%,100%,.98);border-color:rgba(0,0,0,.08)}body.light-mode .section-head h1,body.light-mode .section-head h2{color:var(--pressgpt-color-text-primary)}body.light-mode .section-head h1::before,body.light-mode .section-head h2::before{background:linear-gradient(90deg, rgba(0, 122, 204, 0.8), rgba(0, 212, 255, 0.6))}.search-container{position:fixed;inset:0;z-index:1500;opacity:0;visibility:hidden;transition:all .4s ease-in-out}.search-container.active{opacity:1;visibility:visible}.search-container .search-overlay{position:absolute;inset:0;background:rgba(0,0,0,0);backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0);cursor:pointer;transition:backdrop-filter .4s ease-in-out,-webkit-backdrop-filter .4s ease-in-out}.search-container.active .search-overlay{backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);transition-delay:0s}.search-container .search-content{position:absolute;top:25%;left:50%;transform:translate(-50%, -50%) scale(0.9);width:90%;max-width:700px;pointer-events:auto;cursor:auto;opacity:0;transition:all .4s ease-in-out}.search-container.active .search-content{transform:translate(-50%, -50%) scale(1);opacity:1}.search-form{padding:0;background:linear-gradient(145deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);border-radius:16px;border:1px solid hsla(0,0%,100%,.2);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 25px 45px rgba(0,0,0,.4),0 0 0 1px hsla(0,0%,100%,.1),inset 0 1px 0 hsla(0,0%,100%,.2);transition:all .4s ease-in-out}.search-form:hover{transform:translateY(-2px);box-shadow:0 35px 55px rgba(0,0,0,.5),0 0 0 1px hsla(0,0%,100%,.15),inset 0 1px 0 hsla(0,0%,100%,.25)}.search-form .search-input-wrapper{position:relative;margin:0;padding:8px}.search-form .search-input-wrapper input{width:100%;padding:20px 30px;padding-right:80px;font-size:1.2rem;border:none;border-radius:16px;background:linear-gradient(145deg, #1a1a1a 0%, #2d2d2d 50%, #0f0f0f 100%);color:#fff;outline:none;transition:all .4s ease-in-out;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:400;letter-spacing:.5px;box-shadow:inset 0 2px 8px rgba(0,0,0,.3),0 0 0 1px hsla(0,0%,100%,.1),inset 0 1px 0 hsla(0,0%,100%,.05)}.search-form .search-input-wrapper input:focus{background:linear-gradient(145deg, #2d2d2d 0%, #404040 50%, #1a1a1a 100%);box-shadow:inset 0 2px 8px rgba(0,0,0,.4),0 0 0 2px hsla(0,0%,100%,.2),0 0 20px hsla(0,0%,100%,.1),inset 0 1px 0 hsla(0,0%,100%,.1);transform:scale(1.01)}.search-form .search-input-wrapper input::placeholder{color:#666;font-weight:300;opacity:.8}.search-submit{position:absolute;top:50%;right:15px;transform:translateY(-50%);width:50px;height:50px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;border:none;border-radius:50%;background:linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #0f0f0f 100%);color:#fff;cursor:pointer;transition:all .4s ease-in-out;box-shadow:0 8px 25px rgba(0,0,0,.5),0 0 0 1px hsla(0,0%,100%,.15),inset 0 1px 0 hsla(0,0%,100%,.1)}.search-submit:hover{transform:translateY(-50%) scale(1.1);background:linear-gradient(135deg, #2d2d2d 0%, #404040 50%, #1a1a1a 100%);box-shadow:0 12px 35px rgba(0,0,0,.7),0 0 0 2px hsla(0,0%,100%,.25),inset 0 1px 0 hsla(0,0%,100%,.2)}.search-submit:active{transform:translateY(-50%) scale(0.95)}.search-form--inline{display:block;max-width:720px;margin:16px 0 24px}.search-form--inline .search-input-wrapper{padding:6px}.search-form--inline .search-input-wrapper input{padding:16px 26px;padding-right:64px;font-size:1rem}.search-form--inline .search-submit{right:12px;width:44px;height:44px;font-size:1rem}@media(max-width: 768px){.search-container .search-content{width:95%;max-width:500px}.search-container .search-input-wrapper input{padding:18px 25px;padding-right:70px;font-size:1.1rem}.search-container .search-submit{right:12px;width:45px;height:45px}}@media(max-width: 560px){.search-form--inline{max-width:100%;margin:12px 0 18px}.search-form--inline .search-input-wrapper input{padding:14px 22px;padding-right:58px;font-size:.95rem}.search-form--inline .search-submit{width:40px;height:40px;right:10px}}@media(max-width: 480px){.search-container .search-content{width:98%;max-width:400px}.search-container .search-input-wrapper input{padding:16px 20px;padding-right:65px;font-size:1rem}.search-container .search-submit{right:10px;width:40px;height:40px;font-size:1rem}}.pgpt-live-box{position:absolute;top:calc(100% + 8px);left:0;right:0;display:none;background:#121212;border:1px solid #2a2a2a;border-radius:12px;box-shadow:0 16px 40px rgba(0,0,0,.4);z-index:5}.pgpt-live-box.is-open{display:block}.pgpt-live-box .pgpt-live-inner{max-height:420px;overflow-y:auto}.pgpt-live-box .pgpt-live-results{list-style:none;margin:0;padding:0}.pgpt-live-box .pgpt-live-item{border-bottom:1px solid #2a2a2a}.pgpt-live-box .pgpt-live-item:last-child{border-bottom:0}.pgpt-live-box .pgpt-live-link{display:flex;align-items:center;gap:10px;padding:10px 12px;color:hsla(0,0%,100%,.92);text-decoration:none;transition:background-color .2s ease}.pgpt-live-box .pgpt-live-link:hover{background:#151515}.pgpt-live-box .pgpt-live-thumb{width:48px;height:48px;flex-shrink:0;object-fit:cover;border-radius:12px;background:#151515}.pgpt-live-box .pgpt-live-title{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pgpt-live-box .pgpt-live-empty{padding:12px;color:hsla(0,0%,100%,.6)}.pgpt-live-box .pgpt-live-footer{border-top:1px solid #2a2a2a;padding:8px;text-align:center}.pgpt-live-box .pgpt-live-all{display:inline-flex;align-items:center;gap:8px;color:#fff;font-weight:600;padding:6px 10px;text-decoration:none}.pgpt-live-box .pgpt-live-all:hover{text-decoration:underline}body.light-mode .search-container .search-overlay{background:rgba(0,0,0,0);backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0)}body.light-mode .search-container.active .search-overlay{backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}body.light-mode .search-form{background:linear-gradient(145deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.05) 100%);border:1px solid rgba(0,0,0,.1)}body.light-mode .search-input-wrapper input{background:linear-gradient(145deg, #1a1a1a 0%, #2d2d2d 50%, #0f0f0f 100%);color:#fff;box-shadow:inset 0 2px 8px rgba(0,0,0,.3),0 0 0 1px hsla(0,0%,100%,.1),inset 0 1px 0 hsla(0,0%,100%,.05)}body.light-mode .search-input-wrapper input:focus{background:linear-gradient(145deg, #2d2d2d 0%, #404040 50%, #1a1a1a 100%);box-shadow:inset 0 2px 8px rgba(0,0,0,.4),0 0 0 2px hsla(0,0%,100%,.2),0 0 20px hsla(0,0%,100%,.1),inset 0 1px 0 hsla(0,0%,100%,.1)}body.light-mode .search-input-wrapper input::placeholder{color:#666}body.light-mode .search-form--inline{background:linear-gradient(145deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.04) 100%);border:1px solid rgba(0,0,0,.08)}body.light-mode .pgpt-live-box{background:#fff;border-color:#e6e6e6;box-shadow:0 16px 40px rgba(0,0,0,.15)}body.light-mode .pgpt-live-box .pgpt-live-item{border-color:#efefef}body.light-mode .pgpt-live-box .pgpt-live-link{color:#1a1a1a}body.light-mode .pgpt-live-box .pgpt-live-link:hover{background:#f7f7f7}body.light-mode .pgpt-live-box .pgpt-live-empty{color:#666}body.light-mode .pgpt-live-box .pgpt-live-footer{border-color:#efefef}.scroll-to-top{position:fixed;right:24px;bottom:24px;width:48px;height:48px;border-radius:999px;border:1px solid rgba(0,212,255,.35);background:linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);color:var(--pressgpt-color-text-primary, #ffffff);display:inline-flex;align-items:center;justify-content:center;font-size:1rem;cursor:pointer;z-index:1500;opacity:0;pointer-events:none;transform:translateY(12px);transition:transform .25s ease,opacity .25s ease,box-shadow .25s ease,background .25s ease;box-shadow:0 12px 32px rgba(0,0,0,.4),0 1px 0 hsla(0,0%,100%,.08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.scroll-to-top.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.scroll-to-top:hover{background:linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);box-shadow:0 16px 38px rgba(0,0,0,.5),0 1px 0 hsla(0,0%,100%,.1);transform:translateY(-2px)}.scroll-to-top:focus-visible{outline:2px solid rgba(0,212,255,.6);outline-offset:3px}.scroll-to-top:active{transform:translateY(1px) scale(0.98);transition-duration:.12s}.scroll-to-top i{pointer-events:none}body.light-mode .scroll-to-top{background:hsla(0,0%,100%,.7);color:rgba(74,74,74,.8);border-color:rgba(0,0,0,.08);box-shadow:0 12px 24px rgba(0,0,0,.15)}body.light-mode .scroll-to-top:hover{background:hsla(0,0%,100%,.9);color:rgba(74,74,74,.95);box-shadow:0 18px 28px rgba(0,0,0,.18)}body.light-mode .scroll-to-top:focus-visible{outline-color:rgba(74,74,74,.55)}@media(max-width: 768px){.scroll-to-top{width:44px;height:44px;right:20px;bottom:20px;font-size:.95rem}}@media(max-width: 480px){.scroll-to-top{width:40px;height:40px;right:16px;bottom:16px;font-size:.9rem}}@media(prefers-reduced-motion: reduce){.scroll-to-top{transition:none;transform:none}}.pressgpt-breadcrumb{width:100%;padding-bottom:.5rem;border-bottom:1px solid hsla(0,0%,100%,.8);font-size:.875rem;color:var(--pressgpt-color-text-muted, rgba(255, 255, 255, 0.6))}.pressgpt-breadcrumb__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.25rem}.pressgpt-breadcrumb__item{display:inline-flex;align-items:center;color:inherit;gap:.35rem}.pressgpt-breadcrumb__item:not(:last-child)::after{content:"›";display:inline-block;margin:0 .35rem;color:var(--pressgpt-color-border-subtle, rgba(255, 255, 255, 0.1));opacity:.9}.pressgpt-breadcrumb__item.is-current{color:inherit;font-weight:600}.pressgpt-breadcrumb__link{color:var(--pressgpt-color-text-secondary, #cfcfcf);text-decoration:none;transition:color .2s ease,text-decoration-color .2s ease}.pressgpt-breadcrumb__link:hover,.pressgpt-breadcrumb__link:focus-visible{color:var(--pressgpt-color-accent, #00d4ff);text-decoration:underline;text-decoration-color:rgba(0,212,255,.65)}.pressgpt-breadcrumb__label{line-height:1.4}body.light-mode .pressgpt-breadcrumb{border-bottom-color:hsla(0,0%,100%,.35);color:rgba(207,207,207,.9)}body.light-mode .pressgpt-breadcrumb__link{color:rgba(207,207,207,.85)}@media(max-width: 640px){.pressgpt-breadcrumb{font-size:.8rem}}.pgpt-popular-posts{list-style:none;margin:0;padding:0;display:grid;gap:8px}.sidebar-widget{background:#1a1a1a;border-radius:8px;padding:20px;margin-bottom:24px;border:1px solid #333}.widget-title,h2.widgettitle,.widgettitle{display:flex;align-items:center;width:100%;padding:5px;background-color:#15161a;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;margin:0 0 5px;box-sizing:border-box;border-radius:5px;font-size:23px;font-weight:900;color:#f8fafc;letter-spacing:-0.5px;line-height:1;gap:15px}@media(max-width: 600px){.widget-title,h2.widgettitle,.widgettitle{font-size:20px}}.widget-title::before,.widgettitle::before,h2.widgettitle::before{display:none}.widget-title::after,.widgettitle::after,h2.widgettitle::after{content:"";flex-grow:1;height:10px;background-color:var(--brand-color, #0ea5e9);clip-path:polygon(12px 0%, 100% 0%, 100% 100%, 0% 100%)}@media(max-width: 600px){.widget-title::after,.widgettitle::after,h2.widgettitle::after{height:8px;margin-right:10px}}body.light-mode .sidebar-widget{background:#fff;border-color:#e1e5ea}body.light-mode .widget-title,body.light-mode h2.widgettitle,body.light-mode .widgettitle{color:#000;background-color:#f5f5f5}body.light-mode .widget-title::before,body.light-mode h2.widgettitle::before,body.light-mode .widgettitle::before{display:none}body.light-mode .widget-title::after,body.light-mode h2.widgettitle::after,body.light-mode .widgettitle::after{background-color:var(--brand-color, #3b82f6)}:is(body.dark,html.dark,[data-theme=dark]) .widget-title::after,:is(body.dark,html.dark,[data-theme=dark]) h2.widgettitle::after,:is(body.dark,html.dark,[data-theme=dark]) .widgettitle::after{background-color:var(--brand-color, #0ea5e9) !important}.recent-posts-list{list-style:none;padding:0;margin:0;display:grid;gap:16px}.recent-posts-list li{margin:0;padding:0;border:none}.sidebar-card__link{display:block;background:#111;border:1px solid #2a2a2a;border-radius:12px;overflow:hidden;text-decoration:none;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.sidebar-card__link:hover{transform:translateY(-2px);border-color:#4a90e2;box-shadow:0 10px 24px rgba(0,0,0,.35)}.sidebar-card__thumb{position:relative;aspect-ratio:16/8;overflow:hidden;background:#161616}.sidebar-card__thumb--empty{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, #202020, #2a2a2a)}.sidebar-card__thumb-placeholder{width:48px;height:48px;border-radius:50%;background:hsla(0,0%,100%,.08)}.sidebar-card__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.sidebar-card__link:hover .sidebar-card__image{transform:scale(1.05)}.sidebar-card__audio-badge{position:absolute;top:0;right:0;left:auto;z-index:7}.sidebar-card__audio-badge~.sidebar-card__badge{top:12px}.sidebar-card__badge{position:absolute;top:12px;left:12px;background:var(--badge-bg, rgba(0, 0, 0, 0.78));color:var(--badge-text, #ffffff);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:4px 10px 5px;border-radius:999px;border:1px solid var(--badge-bg, rgba(255, 255, 255, 0.2));box-shadow:0 6px 18px rgba(15,23,42,.35)}.sidebar-card__body{padding:10px 12px 12px;display:flex;flex-direction:column;gap:6px}.sidebar-card__title{margin:0;font-size:15px;line-height:1.45;color:#f0f0f0;font-weight:600;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.sidebar-card__link:hover .sidebar-card__title{color:#4a90e2}body.light-mode .sidebar-card__link{background:#fff;border-color:#e1e5ea}body.light-mode .sidebar-card__thumb{background:#f2f5f8}body.light-mode .sidebar-card__thumb--empty{background:linear-gradient(135deg, #f5f7fa, #e8ecf1)}body.light-mode .sidebar-card__thumb-placeholder{background:rgba(0,0,0,.08)}body.light-mode .sidebar-card__title{color:#1f2937}.tags-cloud{line-height:1.6}.tags-cloud a{display:inline-block;background:#333;color:#ccc;padding:4px 8px;margin:2px;border-radius:4px;text-decoration:none;font-size:12px;transition:background .2s ease,color .2s ease}.tags-cloud a:hover{background:#4a90e2;color:#fff}body.light-mode .tags-cloud a{background:#eef2f6;color:#3a4753}body.light-mode .tags-cloud a:hover{background:#4a90e2;color:#fff}.pressgpt-popular-numbered{list-style:none;margin:0;padding:0;display:grid;gap:8px}.popular-numbered__item{display:flex;align-items:flex-start;gap:12px;background:#111;border-radius:12px;padding:10px 12px;border:1px solid hsla(0,0%,100%,.08);transition:transform .2s ease,border-color .2s ease}.popular-numbered__item:hover{transform:translateY(-1px);border-color:rgba(0,212,255,.5)}.popular-numbered__index{width:28px;height:28px;border-radius:999px;background:rgba(0,212,255,.18);color:#00d4ff;font-weight:700;display:flex;align-items:center;justify-content:center;font-size:.9rem}.popular-numbered__title{font-size:.95rem;margin:0;line-height:1.35}.popular-numbered__title a{color:hsla(0,0%,100%,.9);text-decoration:none;display:inline-flex;align-items:center;gap:6px}.popular-numbered__title a:hover{color:#00d4ff}body.light-mode .popular-numbered__item{background:#fff;border-color:rgba(0,0,0,.08)}body.light-mode .popular-numbered__index{background:rgba(74,144,226,.18);color:#4a90e2}body.light-mode .popular-numbered__title a{color:#1f2937}body.light-mode .popular-numbered__title a:hover{color:#4a90e2}.pressgpt-popular-jetpack{list-style:none;margin:0;padding:0;display:grid;gap:12px}.popular-jetpack__item{display:flex;gap:12px;align-items:center;background:#111;border-radius:12px;padding:10px 12px;border:1px solid hsla(0,0%,100%,.08);transition:transform .2s ease,border-color .2s ease}.popular-jetpack__item:hover{transform:translateY(-1px);border-color:rgba(0,212,255,.5)}.popular-jetpack__thumb{width:64px;aspect-ratio:1;border-radius:10px;overflow:hidden;background:#151515;display:flex;align-items:center;justify-content:center}.popular-jetpack__image{width:100%;height:100%;object-fit:cover}.popular-jetpack__title{font-size:.95rem;margin:0;line-height:1.35;color:hsla(0,0%,100%,.9);text-decoration:none}.popular-jetpack__title:hover{color:#00d4ff}body.light-mode .popular-jetpack__item{background:#fff;border-color:rgba(0,0,0,.08)}body.light-mode .popular-jetpack__thumb{background:#f1f3f5}body.light-mode .popular-jetpack__title{color:#1f2937}body.light-mode .popular-jetpack__title:hover{color:#4a90e2}.pressgpt-popular-cards{list-style:none;margin:0;padding:0;display:grid;gap:12px}.popular-cards__item{background:#111;border-radius:12px;overflow:hidden;border:1px solid hsla(0,0%,100%,.08);transition:transform .2s ease,border-color .2s ease}.popular-cards__item:hover{transform:translateY(-2px);border-color:rgba(0,212,255,.5)}.popular-cards__link{display:grid;grid-template-columns:112px 1fr;gap:12px;text-decoration:none}.popular-cards__thumb{position:relative;overflow:hidden;background:#161616}.popular-cards__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.popular-cards__link:hover .popular-cards__image{transform:scale(1.05)}.popular-cards__body{padding:12px 12px 12px 0;display:flex;flex-direction:column;gap:6px}.popular-cards__title{margin:0;font-size:.95rem;line-height:1.35;color:hsla(0,0%,100%,.9)}.popular-cards__meta{display:flex;align-items:center;gap:8px;font-size:.82rem;color:hsla(0,0%,100%,.6)}body.light-mode .popular-cards__item{background:#fff;border-color:rgba(0,0,0,.08)}body.light-mode .popular-cards__thumb{background:#f2f5f8}body.light-mode .popular-cards__title{color:#1f2937}body.light-mode .popular-cards__meta{color:#6c7280}.pgpt-duty-pharmacies{display:grid;gap:16px}.duty-card{background:rgba(0,0,0,.75);border:1px solid hsla(0,0%,100%,.12);border-radius:12px;padding:16px;display:grid;gap:10px}.duty-card__city{font-size:1rem;font-weight:600;margin:0}.duty-card__info{display:flex;flex-direction:column;gap:6px;font-size:.95rem}.duty-card__label{color:hsla(0,0%,100%,.6);font-size:.82rem;letter-spacing:.02em;text-transform:uppercase}.duty-card__name{font-size:1.1rem;color:rgba(0,212,255,.9);font-weight:700}.duty-card__address{color:hsla(0,0%,100%,.8);line-height:1.5}.duty-card__phone{color:#fff;text-decoration:none;display:inline-flex;align-items:center;gap:6px}.duty-card__phone:hover{color:rgba(0,212,255,.95);text-decoration:underline}body.light-mode .duty-card{background:hsla(0,0%,100%,.95);border-color:rgba(0,0,0,.06)}body.light-mode .duty-card__label{color:rgba(0,0,0,.6)}body.light-mode .duty-card__name{color:#4a90e2}body.light-mode .duty-card__address{color:#383f4a}body.light-mode .duty-card__phone{color:#1f2937}body.light-mode .duty-card__phone:hover{color:#4a90e2}.widget_tag_cloud .tagcloud a{background:#1f252f;color:#e0e6ef;padding:6px 10px;border-radius:999px;font-size:13px !important;display:inline-flex;align-items:center;gap:6px;margin:4px}.widget_tag_cloud .tagcloud a:hover{background:#00d4ff;color:#000}body.light-mode .widget_tag_cloud .tagcloud a{background:#eef2f6;color:#3a4753}body.light-mode .widget_tag_cloud .tagcloud a:hover{background:#4a90e2;color:#fff}.widget_audio .mejs-container{border-radius:12px;overflow:hidden}.widget_audio .mejs-controls{background:#10161f;padding:12px}.widget_audio .mejs-time-total,.widget_audio .mejs-time-current{border-radius:999px}body.light-mode .widget_audio .mejs-controls{background:#eff3f9}.widget_calendar table{width:100%;border-collapse:collapse;text-align:center;font-size:14px;color:hsla(0,0%,100%,.88)}.widget_calendar caption{font-weight:700;margin-bottom:12px}.widget_calendar th,.widget_calendar td{padding:8px 4px;border:1px solid hsla(0,0%,100%,.08)}.widget_calendar .pad{opacity:.3}.widget_calendar a{color:#00d4ff;text-decoration:none}body.light-mode .widget_calendar table{color:#2b3a4d}body.light-mode .widget_calendar th,body.light-mode .widget_calendar td{border-color:rgba(0,0,0,.08)}body.light-mode .widget_calendar .pad{opacity:.45}.widget_rss .widget-title a{color:inherit;text-decoration:none}.widget_rss li{margin-bottom:16px}.widget_rss .rsswidget{font-weight:600;color:hsla(0,0%,100%,.9);text-decoration:none}.widget_rss .rsswidget:hover{color:#00d4ff}.widget_rss .rss-date,.widget_rss cite{display:block;font-size:12px;color:hsla(0,0%,100%,.6);margin-top:4px}.widget_rss .rssSummary{font-size:13px;line-height:1.5;color:hsla(0,0%,100%,.65);margin-top:6px}body.light-mode .widget_rss .rsswidget{color:#1f2937}body.light-mode .widget_rss .rsswidget:hover{color:#4a90e2}body.light-mode .widget_rss .rss-date,body.light-mode .widget_rss cite{color:#6b7280}body.light-mode .widget_rss .rssSummary{color:#4b5563}.widget_categories ul,.widget_archive ul,.widget_meta ul,.widget_pages ul,.widget_recent_entries ul,.widget_recent_comments ul,.widget_nav_menu ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}.widget_categories li,.widget_archive li,.widget_meta li,.widget_pages li,.widget_recent_entries li,.widget_recent_comments li,.widget_nav_menu li{display:flex;align-items:center;justify-content:space-between;background:rgba(0,0,0,.35);border-radius:10px;padding:10px 12px}.widget_categories a,.widget_archive a,.widget_meta a,.widget_pages a,.widget_recent_entries a,.widget_recent_comments a,.widget_nav_menu a{color:hsla(0,0%,100%,.85);text-decoration:none;font-weight:600}.widget_categories a:hover,.widget_archive a:hover,.widget_meta a:hover,.widget_pages a:hover,.widget_recent_entries a:hover,.widget_recent_comments a:hover,.widget_nav_menu a:hover{color:#00d4ff}.widget_categories .count,.widget_archive .count,.widget_meta .count,.widget_pages .count,.widget_recent_entries .count,.widget_recent_comments .count,.widget_nav_menu .count{background:rgba(0,0,0,.2);color:hsla(0,0%,100%,.7);padding:4px 8px;border-radius:999px;font-size:12px}body.light-mode .widget_categories li,body.light-mode .widget_archive li,body.light-mode .widget_meta li,body.light-mode .widget_pages li,body.light-mode .widget_recent_entries li,body.light-mode .widget_recent_comments li,body.light-mode .widget_nav_menu li{background:rgba(0,0,0,.05)}body.light-mode .widget_categories a,body.light-mode .widget_archive a,body.light-mode .widget_meta a,body.light-mode .widget_pages a,body.light-mode .widget_recent_entries a,body.light-mode .widget_recent_comments a,body.light-mode .widget_nav_menu a{color:#1f2937}body.light-mode .widget_categories a:hover,body.light-mode .widget_archive a:hover,body.light-mode .widget_meta a:hover,body.light-mode .widget_pages a:hover,body.light-mode .widget_recent_entries a:hover,body.light-mode .widget_recent_comments a:hover,body.light-mode .widget_nav_menu a:hover{color:#4a90e2}body.light-mode .widget_categories .count,body.light-mode .widget_archive .count,body.light-mode .widget_meta .count,body.light-mode .widget_pages .count,body.light-mode .widget_recent_entries .count,body.light-mode .widget_recent_comments .count,body.light-mode .widget_nav_menu .count{background:rgba(0,0,0,.08);color:#4b5563}.widget_search .search-form{display:flex;gap:8px}.widget_search .search-field{flex:1;padding:10px 12px;border-radius:8px;border:1px solid hsla(0,0%,100%,.12);background:rgba(0,0,0,.35);color:hsla(0,0%,100%,.9)}.widget_search .search-submit{padding:10px 16px;border:none;border-radius:8px;background:#00d4ff;color:#000;font-weight:700;cursor:pointer}body.light-mode .widget_search .search-field{border-color:rgba(0,0,0,.12);background:rgba(0,0,0,.04);color:#1f2937}.widget-social-icons{display:flex;flex-wrap:wrap;gap:10px}.widget-social-icons a{width:40px;height:40px;border-radius:8px;background:hsla(0,0%,100%,.08);color:#fff;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .2s ease,background .2s ease}.widget-social-icons a:hover{transform:translateY(-2px);background:#00d4ff;color:#000}body.light-mode .widget-social-icons a{background:rgba(0,0,0,.08);color:#1f2937}body.light-mode .widget-social-icons a:hover{background:#4a90e2;color:#fff}.widget{margin-bottom:20px}#home-hero-widgets .widget,#home-hero-below-widgets .widget,#home-authors-below-widgets .widget,#archive-above-posts-widgets .widget{margin-bottom:0}#home-hero-widgets>.widgets>.widget+.widget,#home-hero-below-widgets>.widgets>.widget+.widget,#home-authors-below-widgets>.widgets>.widget+.widget,#archive-above-posts-widgets>.widgets>.widget+.widget{margin-top:15px}#home-hero-widgets .widget>*:last-child,#home-hero-below-widgets .widget>*:last-child,#home-authors-below-widgets .widget>*:last-child,#archive-above-posts-widgets .widget>*:last-child{margin-bottom:0}.pgpt-breaking-news{display:block;position:relative;background:#3f3f3f;border-radius:16px;overflow:hidden;min-height:320px;box-shadow:0 18px 28px rgba(15,23,42,.22);color:#fff;border:1px solid hsla(0,0%,100%,.06)}.pgpt-breaking-news__body{display:flex;flex-direction:column;position:relative}.pgpt-breaking-news__stage{position:relative;min-height:360px;overflow:hidden}.pgpt-breaking-news__item{position:relative;display:none;box-sizing:border-box}.pgpt-breaking-news__item.is-active{display:block}.pgpt-breaking-news__link{position:relative;display:block;min-height:360px;height:100%;color:inherit;text-decoration:none;position:relative;overflow:hidden}.pgpt-breaking-news__media{position:relative;position:absolute;inset:0;background:radial-gradient(circle at center, rgba(255, 255, 255, 0.08) 0%, rgba(15, 23, 42, 0.75) 100%);z-index:0}.pgpt-breaking-news__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.pgpt-breaking-news__badges{position:absolute;top:16px;right:16px;left:auto;display:flex;flex-direction:column;gap:8px;align-items:flex-end;pointer-events:none;z-index:1}.pgpt-breaking-news__badge{pointer-events:auto;position:relative !important;display:inline-flex;align-items:center;gap:8px;padding:6px 10px;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.4px;border-radius:10px;line-height:1;transition:all .2s ease;top:auto !important;left:auto !important;z-index:auto !important}.pgpt-breaking-news__badge--gallery{background:rgba(156,39,176,.95);border:1px solid rgba(123,31,162,.9);color:#fff}.pgpt-breaking-news__badge--gallery i{font-size:.9rem;color:inherit}.pgpt-breaking-news__placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:15px;color:hsla(0,0%,100%,.7);background:repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08) 10px, rgba(255, 255, 255, 0.02) 10px, rgba(255, 255, 255, 0.02) 20px)}.pgpt-breaking-news__content{position:absolute;left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:flex-end;padding:32px 32px 10px;background:rgba(0,0,0,0);z-index:1}.pgpt-breaking-news__content::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.4) 55%, rgba(15, 23, 42, 0.92) 100%);pointer-events:none;z-index:0}.pgpt-breaking-news__title{position:relative;z-index:1;margin:0;font-size:30px;line-height:1.2;font-weight:700;color:#fff !important;text-shadow:0 8px 18px rgba(0,0,0,.45)}.pgpt-breaking-news__nav{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;padding:20px 24px 24px;background:#2a2a2a;border-top:1px solid hsla(0,0%,100%,.08)}.pgpt-breaking-news__nav-button{width:36px;height:36px;border-radius:50%;border:1px solid hsla(0,0%,100%,.18);background:#3b3b3b;color:hsla(0,0%,100%,.85);font-weight:900;font-size:14px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.5)}.pgpt-breaking-news__nav-button:hover,.pgpt-breaking-news__nav-button:focus{border-color:#ff1f1f;color:#fff;outline:none}.pgpt-breaking-news__nav-button.is-active{background:#ff1f1f;border-color:#ff1f1f;color:#fff;box-shadow:0 12px 18px rgba(255,31,31,.45)}.pgpt-breaking-news__nav-button .screen-reader-text{position:absolute;clip:rect(1px, 1px, 1px, 1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}@media(max-width: 1024px){.pgpt-breaking-news{min-height:260px}.pgpt-breaking-news__content{padding:24px}.pgpt-breaking-news__title{font-size:26px}}@media(max-width: 768px){.pgpt-breaking-news{border-radius:0}.pgpt-breaking-news__badges{top:12px;right:12px;left:auto;gap:6px}.pgpt-breaking-news__badge{padding:4px 8px;font-size:.82rem;gap:6px;border-radius:8px}.pgpt-breaking-news__badge i{font-size:.8rem}.pgpt-breaking-news__rail{position:static;width:100%;min-width:100%;flex-direction:row;padding:12px 18px;border-radius:0;background:#313131;pointer-events:auto}.pgpt-breaking-news__stage{min-height:220px;min-height:220px;padding-top:0}.pgpt-breaking-news__item{position:relative}.pgpt-breaking-news__content{padding:20px}.pgpt-breaking-news__title{font-size:22px}.pgpt-breaking-news__nav{padding:14px 10px 16px;gap:6px}.pgpt-breaking-news__nav-button{width:29px;height:29px;font-size:12px}}@media(max-width: 480px){.pgpt-breaking-news__badges{top:10px;right:10px;left:auto;gap:5px}.pgpt-breaking-news__badge{padding:3px 6px;font-size:.78rem;gap:4px;font-weight:800;border-radius:6px;text-transform:uppercase;align-items:center;display:inline-flex}.pgpt-breaking-news__badge i{font-size:1.2rem}.pgpt-breaking-news__content{padding:16px}.pgpt-breaking-news__title{font-size:20px}}body.light-mode .pgpt-breaking-news__badge--gallery{background:rgba(156,39,176,.95);border-color:rgba(123,31,162,.9);color:#fff}.pgpt-ara-manset,.pgpt-five-ara-manset{padding:0px}.pgpt-ara-manset__grid,.pgpt-five-ara-manset__grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit, minmax(180px, 1fr))}.pgpt-ara-manset--1 .pgpt-ara-manset__grid,.pgpt-ara-manset--1 .pgpt-five-ara-manset__grid{grid-template-columns:1fr}.pgpt-ara-manset--2 .pgpt-ara-manset__grid,.pgpt-ara-manset--2 .pgpt-five-ara-manset__grid{grid-template-columns:repeat(2, 1fr)}.pgpt-ara-manset--3 .pgpt-ara-manset__grid,.pgpt-ara-manset--3 .pgpt-five-ara-manset__grid{grid-template-columns:repeat(3, 1fr)}.pgpt-ara-manset--4 .pgpt-ara-manset__grid,.pgpt-ara-manset--4 .pgpt-five-ara-manset__grid{grid-template-columns:repeat(4, 1fr)}.pgpt-ara-manset--5 .pgpt-ara-manset__grid,.pgpt-ara-manset--5 .pgpt-five-ara-manset__grid,.pgpt-ara-manset--6 .pgpt-ara-manset__grid,.pgpt-ara-manset--6 .pgpt-five-ara-manset__grid,.pgpt-ara-manset--7 .pgpt-ara-manset__grid,.pgpt-ara-manset--7 .pgpt-five-ara-manset__grid,.pgpt-ara-manset--8 .pgpt-ara-manset__grid,.pgpt-ara-manset--8 .pgpt-five-ara-manset__grid,.pgpt-ara-manset--9 .pgpt-ara-manset__grid,.pgpt-ara-manset--9 .pgpt-five-ara-manset__grid,.pgpt-ara-manset--10 .pgpt-ara-manset__grid,.pgpt-ara-manset--10 .pgpt-five-ara-manset__grid{grid-template-columns:repeat(5, 1fr)}@media(max-width: 767px){.pgpt-ara-manset,.pgpt-five-ara-manset{padding:0 5px}.pgpt-ara-manset__grid,.pgpt-five-ara-manset__grid{gap:10px;grid-template-columns:repeat(2, 1fr) !important}.pgpt-ara-manset__item{border-radius:0 !important}.pgpt-ara-manset--mobile-1 .pgpt-ara-manset__item:nth-child(n+2),.pgpt-ara-manset--mobile-2 .pgpt-ara-manset__item:nth-child(n+3),.pgpt-ara-manset--mobile-3 .pgpt-ara-manset__item:nth-child(n+4),.pgpt-ara-manset--mobile-4 .pgpt-ara-manset__item:nth-child(n+5),.pgpt-ara-manset--mobile-5 .pgpt-ara-manset__item:nth-child(n+6),.pgpt-ara-manset--mobile-6 .pgpt-ara-manset__item:nth-child(n+7),.pgpt-ara-manset--mobile-7 .pgpt-ara-manset__item:nth-child(n+8),.pgpt-ara-manset--mobile-8 .pgpt-ara-manset__item:nth-child(n+9),.pgpt-ara-manset--mobile-9 .pgpt-ara-manset__item:nth-child(n+10),.pgpt-ara-manset--mobile-10 .pgpt-ara-manset__item:nth-child(n+11){display:none}}@media(min-width: 768px){.pgpt-ara-manset--1 .pgpt-ara-manset__item:nth-child(n+2),.pgpt-ara-manset--2 .pgpt-ara-manset__item:nth-child(n+3),.pgpt-ara-manset--3 .pgpt-ara-manset__item:nth-child(n+4),.pgpt-ara-manset--4 .pgpt-ara-manset__item:nth-child(n+5),.pgpt-ara-manset--5 .pgpt-ara-manset__item:nth-child(n+6),.pgpt-ara-manset--6 .pgpt-ara-manset__item:nth-child(n+7),.pgpt-ara-manset--7 .pgpt-ara-manset__item:nth-child(n+8),.pgpt-ara-manset--8 .pgpt-ara-manset__item:nth-child(n+9),.pgpt-ara-manset--9 .pgpt-ara-manset__item:nth-child(n+10),.pgpt-ara-manset--10 .pgpt-ara-manset__item:nth-child(n+11){display:none}}@media(min-width: 768px)and (max-width: 1169px){.pgpt-ara-manset--6 .pgpt-ara-manset__grid,.pgpt-ara-manset--6 .pgpt-five-ara-manset__grid,.pgpt-ara-manset--7 .pgpt-ara-manset__grid,.pgpt-ara-manset--7 .pgpt-five-ara-manset__grid,.pgpt-ara-manset--8 .pgpt-ara-manset__grid,.pgpt-ara-manset--8 .pgpt-five-ara-manset__grid,.pgpt-ara-manset--9 .pgpt-ara-manset__grid,.pgpt-ara-manset--9 .pgpt-five-ara-manset__grid,.pgpt-ara-manset--10 .pgpt-ara-manset__grid,.pgpt-ara-manset--10 .pgpt-five-ara-manset__grid{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 1170px){.pgpt-ara-manset--6 .pgpt-ara-manset__grid,.pgpt-ara-manset--6 .pgpt-five-ara-manset__grid,.pgpt-ara-manset--7 .pgpt-ara-manset__grid,.pgpt-ara-manset--7 .pgpt-five-ara-manset__grid,.pgpt-ara-manset--8 .pgpt-ara-manset__grid,.pgpt-ara-manset--8 .pgpt-five-ara-manset__grid,.pgpt-ara-manset--9 .pgpt-ara-manset__grid,.pgpt-ara-manset--9 .pgpt-five-ara-manset__grid,.pgpt-ara-manset--10 .pgpt-ara-manset__grid,.pgpt-ara-manset--10 .pgpt-five-ara-manset__grid{grid-template-columns:repeat(5, 1fr)}}.pgpt-ara-manset__item{background:var(--pressgpt-color-white, #ffffff);border:1px solid rgba(15,23,42,.08);border-radius:var(--pgpt-ara-manset-border-radius, 12px);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}body:not(.light-mode) .pgpt-ara-manset__item{background:var(--pressgpt-color-bg-elevated, #151515);border-color:hsla(0,0%,100%,.06)}.pgpt-ara-manset__link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.pgpt-ara-manset__item:hover{transform:translateY(-4px);box-shadow:0 18px 30px rgba(15,23,42,.15)}body:not(.light-mode) .pgpt-ara-manset__item:hover{box-shadow:0 18px 36px rgba(0,0,0,.4)}.pgpt-ara-manset__media,.pgpt-five-ara-manset__media{position:relative;aspect-ratio:16/8;background:linear-gradient(135deg, rgba(15, 23, 42, 0.2), rgba(15, 23, 42, 0.6));overflow:hidden;margin-bottom:0;display:block}.pgpt-ara-manset__badges{position:absolute;inset:0;display:block;pointer-events:none;z-index:4}.pgpt-ara-manset__badge{pointer-events:auto}.pgpt-ara-manset__image,.pgpt-five-ara-manset__image,.pgpt-ara-manset__placeholder,.pgpt-five-ara-manset__placeholder{width:100%;height:100%;object-fit:cover;display:block}.pgpt-ara-manset__placeholder,.pgpt-five-ara-manset__placeholder{background:linear-gradient(135deg, rgba(148, 163, 184, 0.35), rgba(71, 85, 105, 0.55))}.pgpt-ara-manset__content,.pgpt-five-ara-manset__content{flex:1;padding:14px 16px 18px;display:flex;align-items:flex-start;background-color:var(--pgpt-ara-manset-content-bg, transparent)}body:not(.light-mode) .pgpt-ara-manset__content,body:not(.light-mode) .pgpt-five-ara-manset__content{background-color:rgba(0,0,0,0)}.pgpt-ara-manset__title,.pgpt-five-ara-manset__title{margin:0;font-size:16px;line-height:1.35;color:var(--pgpt-ara-manset-title-color, #0f172a);font-weight:600;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}body:not(.light-mode) .pgpt-ara-manset__title,body:not(.light-mode) .pgpt-five-ara-manset__title{color:hsla(0,0%,100%,.9)}.pgpt-ara-manset__item:hover .pgpt-ara-manset__title,.pgpt-ara-manset__item:hover .pgpt-five-ara-manset__title{color:var(--pgpt-ara-manset-title-hover-color, #0f172a)}body:not(.light-mode) .pgpt-ara-manset__item:hover .pgpt-ara-manset__title,body:not(.light-mode) .pgpt-ara-manset__item:hover .pgpt-five-ara-manset__title{color:var(--pgpt-ara-manset-title-hover-color, var(--pressgpt-color-accent, #00d4ff))}@media(max-width: 767px){.pgpt-ara-manset__content,.pgpt-five-ara-manset__content{padding:6px !important}}.pgpt-ara-manset-2{padding:0}.pgpt-ara-manset-2__grid{display:grid;gap:5px;grid-template-columns:repeat(var(--pgpt-ara-manset-2-columns, 5), 1fr)}.pgpt-ara-manset-2__item{position:relative;overflow:hidden;border-radius:var(--pgpt-ara-manset-2-border-radius, 0px);background:var(--pressgpt-color-bg-elevated, #151515);box-shadow:0 2px 8px rgba(0,0,0,.12);transition:transform .3s ease}.pgpt-ara-manset-2__item:hover{transform:translateY(-3px)}.pgpt-ara-manset-2__link{display:block;text-decoration:none;color:inherit;height:100%}.pgpt-ara-manset-2__media{position:relative;height:310px;margin:0;display:block;overflow:hidden}.pgpt-ara-manset-2__image,.pgpt-ara-manset-2__placeholder{width:100%;height:100%;object-fit:cover;display:block}.pgpt-ara-manset-2__placeholder{background:linear-gradient(135deg, rgba(148, 163, 184, 0.35), rgba(71, 85, 105, 0.55))}.pgpt-ara-manset-2__overlay{position:absolute;left:0;right:0;bottom:0;min-height:70px;padding:35px 12px 12px;display:flex;align-items:flex-end;background:var(--pgpt-ara-manset-2-content-bg, linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 65%, transparent 100%))}.pgpt-ara-manset-2__title{margin:0;color:var(--pgpt-ara-manset-2-title-color, #ffffff);font-size:1.05rem;font-weight:600;line-height:1.2;text-shadow:0 1px 3px rgba(0,0,0,.5);display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.pgpt-ara-manset-2__item:hover .pgpt-ara-manset-2__title{color:var(--pgpt-ara-manset-2-title-hover-color, #ffffff)}.pgpt-ara-manset-2__badges{position:absolute;inset:0;display:block;pointer-events:none;z-index:4}.pgpt-ara-manset-2__badge{pointer-events:auto}.pgpt-ara-manset-2--1 .pgpt-ara-manset-2__grid{grid-template-columns:1fr}.pgpt-ara-manset-2--2 .pgpt-ara-manset-2__grid{grid-template-columns:repeat(2, 1fr)}.pgpt-ara-manset-2--3 .pgpt-ara-manset-2__grid{grid-template-columns:repeat(3, 1fr)}.pgpt-ara-manset-2--4 .pgpt-ara-manset-2__grid{grid-template-columns:repeat(4, 1fr)}.pgpt-ara-manset-2--5 .pgpt-ara-manset-2__grid,.pgpt-ara-manset-2--6 .pgpt-ara-manset-2__grid,.pgpt-ara-manset-2--7 .pgpt-ara-manset-2__grid,.pgpt-ara-manset-2--8 .pgpt-ara-manset-2__grid,.pgpt-ara-manset-2--9 .pgpt-ara-manset-2__grid,.pgpt-ara-manset-2--10 .pgpt-ara-manset-2__grid{grid-template-columns:repeat(5, 1fr)}@media(max-width: 1200px){.pgpt-ara-manset-2__title{font-size:.95rem}}@media(max-width: 1024px){.pgpt-ara-manset-2--1 .pgpt-ara-manset-2__grid{grid-template-columns:1fr !important}.pgpt-ara-manset-2--2 .pgpt-ara-manset-2__grid{grid-template-columns:repeat(2, 1fr) !important}.pgpt-ara-manset-2--3 .pgpt-ara-manset-2__grid{grid-template-columns:repeat(3, 1fr) !important}.pgpt-ara-manset-2--4 .pgpt-ara-manset-2__grid{grid-template-columns:repeat(4, 1fr) !important}.pgpt-ara-manset-2--5 .pgpt-ara-manset-2__grid,.pgpt-ara-manset-2--6 .pgpt-ara-manset-2__grid,.pgpt-ara-manset-2--7 .pgpt-ara-manset-2__grid,.pgpt-ara-manset-2--8 .pgpt-ara-manset-2__grid,.pgpt-ara-manset-2--9 .pgpt-ara-manset-2__grid,.pgpt-ara-manset-2--10 .pgpt-ara-manset-2__grid{grid-template-columns:repeat(3, 1fr) !important}.pgpt-ara-manset-2--5 .pgpt-ara-manset-2__item:nth-child(n+4),.pgpt-ara-manset-2--6 .pgpt-ara-manset-2__item:nth-child(n+4),.pgpt-ara-manset-2--7 .pgpt-ara-manset-2__item:nth-child(n+4),.pgpt-ara-manset-2--8 .pgpt-ara-manset-2__item:nth-child(n+4),.pgpt-ara-manset-2--9 .pgpt-ara-manset-2__item:nth-child(n+4),.pgpt-ara-manset-2--10 .pgpt-ara-manset-2__item:nth-child(n+4){display:none}}@media(max-width: 768px){.pgpt-ara-manset-2{padding:0 5px}.pgpt-ara-manset-2__grid{gap:10px}.pgpt-ara-manset-2--mobile-1 .pgpt-ara-manset-2__grid{grid-template-columns:1fr !important}.pgpt-ara-manset-2--mobile-2 .pgpt-ara-manset-2__grid,.pgpt-ara-manset-2--mobile-3 .pgpt-ara-manset-2__grid,.pgpt-ara-manset-2--mobile-4 .pgpt-ara-manset-2__grid,.pgpt-ara-manset-2--mobile-5 .pgpt-ara-manset-2__grid,.pgpt-ara-manset-2--mobile-6 .pgpt-ara-manset-2__grid,.pgpt-ara-manset-2--mobile-7 .pgpt-ara-manset-2__grid,.pgpt-ara-manset-2--mobile-8 .pgpt-ara-manset-2__grid,.pgpt-ara-manset-2--mobile-9 .pgpt-ara-manset-2__grid,.pgpt-ara-manset-2--mobile-10 .pgpt-ara-manset-2__grid{grid-template-columns:repeat(2, 1fr) !important}.pgpt-ara-manset-2__media{height:260px}.pgpt-ara-manset-2__title{font-size:1.1rem}.pgpt-ara-manset-2--mobile-1 .pgpt-ara-manset-2__item:nth-child(n+2),.pgpt-ara-manset-2--mobile-2 .pgpt-ara-manset-2__item:nth-child(n+3),.pgpt-ara-manset-2--mobile-3 .pgpt-ara-manset-2__item:nth-child(n+4),.pgpt-ara-manset-2--mobile-4 .pgpt-ara-manset-2__item:nth-child(n+5),.pgpt-ara-manset-2--mobile-5 .pgpt-ara-manset-2__item:nth-child(n+6),.pgpt-ara-manset-2--mobile-6 .pgpt-ara-manset-2__item:nth-child(n+7),.pgpt-ara-manset-2--mobile-7 .pgpt-ara-manset-2__item:nth-child(n+8),.pgpt-ara-manset-2--mobile-8 .pgpt-ara-manset-2__item:nth-child(n+9),.pgpt-ara-manset-2--mobile-9 .pgpt-ara-manset-2__item:nth-child(n+10),.pgpt-ara-manset-2--mobile-10 .pgpt-ara-manset-2__item:nth-child(n+11){display:none}}@media(min-width: 769px){.pgpt-ara-manset-2--1 .pgpt-ara-manset-2__item:nth-child(n+2),.pgpt-ara-manset-2--2 .pgpt-ara-manset-2__item:nth-child(n+3),.pgpt-ara-manset-2--3 .pgpt-ara-manset-2__item:nth-child(n+4),.pgpt-ara-manset-2--4 .pgpt-ara-manset-2__item:nth-child(n+5),.pgpt-ara-manset-2--5 .pgpt-ara-manset-2__item:nth-child(n+6),.pgpt-ara-manset-2--6 .pgpt-ara-manset-2__item:nth-child(n+7),.pgpt-ara-manset-2--7 .pgpt-ara-manset-2__item:nth-child(n+8),.pgpt-ara-manset-2--8 .pgpt-ara-manset-2__item:nth-child(n+9),.pgpt-ara-manset-2--9 .pgpt-ara-manset-2__item:nth-child(n+10),.pgpt-ara-manset-2--10 .pgpt-ara-manset-2__item:nth-child(n+11){display:none}}.pgpt-seven-ara-manset__container{--pgpt-seven-ara-accent: var(--pressgpt-color-accent, #00d4ff);--pgpt-seven-ara-header-bg: color-mix(in srgb, var(--pgpt-seven-ara-accent) 12%, var(--pressgpt-color-white, #ffffff) 88%);--pgpt-seven-ara-header-border: rgba(15, 23, 42, 0.12);--pgpt-seven-ara-header-text: #0f172a;--pgpt-seven-ara-cta-bg: var(--pgpt-seven-ara-accent);--pgpt-seven-ara-cta-text: #06131f;--pgpt-seven-ara-cta-label: rgba(6, 19, 31, 0.74);--pgpt-seven-ara-surface: var(--pressgpt-color-white, #ffffff);--pgpt-seven-ara-border: rgba(15, 23, 42, 0.08);--pgpt-seven-ara-shadow: rgba(15, 23, 42, 0.08);--pgpt-seven-ara-card-bg: var(--pressgpt-color-white, #ffffff);--pgpt-seven-ara-card-border: rgba(15, 23, 42, 0.08);--pgpt-seven-ara-card-title: #0f172a;--pgpt-seven-ara-card-title-hover: var(--pgpt-seven-ara-accent, #00d4ff);--pgpt-seven-ara-scrollbar: rgba(15, 23, 42, 0.2);display:flex;flex-direction:column;gap:10px;background-color:var(--pgpt-seven-ara-surface);padding:5px;border-radius:10px;border:1px solid var(--pgpt-seven-ara-border);box-shadow:0 12px 24px var(--pgpt-seven-ara-shadow);color:var(--pgpt-seven-ara-card-title, #0f172a)}.pgpt-seven-ara-manset__header{display:flex;align-items:center;justify-content:space-between;gap:20px;border-radius:10px;padding:10px;position:relative;margin-bottom:0;background-color:var(--pgpt-seven-ara-header-bg);border:1px solid var(--pgpt-seven-ara-header-border);color:var(--pgpt-seven-ara-header-text)}.pgpt-seven-ara-manset__heading{display:flex;align-items:center;gap:16px;flex:1}.pgpt-seven-ara-manset__container .pgpt-seven-ara-manset__section-title{margin:0;font-size:20px;line-height:1.2;font-weight:800;text-transform:uppercase;letter-spacing:.02em;color:inherit;margin-block-start:0;margin-block-end:0;font-family:inherit}.pgpt-seven-ara-manset__section-divider{flex:1;height:2px;background:color-mix(in srgb, var(--pgpt-seven-ara-header-text, #0f172a) 18%, transparent);border-radius:999px}.pgpt-seven-ara-manset__actions{display:flex;align-items:center;gap:12px}.pgpt-seven-ara-manset__actions-dots{display:inline-flex;align-items:center;gap:6px}.pgpt-seven-ara-manset__actions-dots span{width:8px;height:8px;border-radius:999px;background:var(--pgpt-seven-ara-header-text, #000000);display:inline-block}.pgpt-seven-ara-manset__cta{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;border-radius:999px;background:var(--pgpt-seven-ara-cta-bg, var(--pressgpt-color-accent, #00d4ff));color:var(--pgpt-seven-ara-cta-text, #06131f);font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;text-decoration:none;box-shadow:0 8px 18px color-mix(in srgb, var(--pgpt-seven-ara-cta-bg, #00d4ff) 35%, transparent);transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.pgpt-seven-ara-manset__cta:hover,.pgpt-seven-ara-manset__cta:focus-visible{transform:translateY(-2px);background:color-mix(in srgb, var(--pgpt-seven-ara-cta-bg, #00d4ff) 82%, #002c3f 18%);box-shadow:0 12px 28px color-mix(in srgb, var(--pgpt-seven-ara-cta-bg, #00d4ff) 55%, transparent);color:var(--pgpt-seven-ara-cta-text, #06131f)}.pgpt-seven-ara-manset__cta span{font-size:16px;color:var(--pgpt-seven-ara-cta-label, rgba(6, 19, 31, 0.74))}@media(max-width: 640px){.pgpt-seven-ara-manset__header{flex-direction:row;align-items:center;border-radius:0;gap:12px;flex-wrap:nowrap;background-color:var(--pgpt-seven-ara-header-bg)}.pgpt-seven-ara-manset__heading{flex:1 1 auto;min-width:0;gap:10px}.pgpt-seven-ara-manset__section-divider{display:none}.pgpt-seven-ara-manset__actions{margin-left:auto;justify-content:flex-end;gap:10px;flex-shrink:0;white-space:nowrap}.pgpt-seven-ara-manset__cta{padding:5px 10px}.pgpt-seven-ara-manset__section-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}body:not(.light-mode) .pgpt-seven-ara-manset__container{--pgpt-seven-ara-accent: color-mix(in srgb, var(--pressgpt-color-accent, #00d4ff) 82%, #19a7d7 18%);--pgpt-seven-ara-header-bg: color-mix(in srgb, var(--pressgpt-color-bg-elevated, #151515) 65%, rgba(0, 212, 255, 0.18) 35%);--pgpt-seven-ara-header-border: rgba(0, 212, 255, 0.3);--pgpt-seven-ara-header-text: rgba(255, 255, 255, 0.92);--pgpt-seven-ara-cta-bg: color-mix(in srgb, var(--pressgpt-color-accent, #00d4ff) 88%, #0b3749 12%);--pgpt-seven-ara-cta-text: rgba(3, 15, 23, 0.96);--pgpt-seven-ara-cta-label: rgba(3, 15, 23, 0.7);--pgpt-seven-ara-surface: var(--pressgpt-color-bg-elevated, #151515);--pgpt-seven-ara-border: rgba(255, 255, 255, 0.08);--pgpt-seven-ara-shadow: rgba(0, 0, 0, 0.45);--pgpt-seven-ara-card-bg: color-mix(in srgb, var(--pressgpt-color-bg-elevated, #151515) 92%, rgba(12, 20, 32, 0.08) 8%);--pgpt-seven-ara-card-border: rgba(0, 212, 255, 0.22);--pgpt-seven-ara-card-title: rgba(255, 255, 255, 0.92);--pgpt-seven-ara-card-title-hover: var(--pressgpt-color-accent, #00d4ff);--pgpt-seven-ara-scrollbar: rgba(255, 255, 255, 0.28)}.pgpt-seven-ara-manset{display:flex;flex-direction:column;gap:10px}.pgpt-seven-ara-manset__featured{display:grid;gap:10px;grid-template-columns:repeat(1, minmax(0, 1fr))}@media(max-width: 767px){.pgpt-seven-ara-manset__featured{grid-template-columns:repeat(2, minmax(0, 1fr));align-items:stretch}}@media(min-width: 768px){.pgpt-seven-ara-manset__featured{grid-template-columns:repeat(2, minmax(0, 1fr))}}.pgpt-seven-ara-manset__list{display:grid;gap:10px;grid-template-columns:repeat(1, minmax(0, 1fr))}@media(min-width: 600px){.pgpt-seven-ara-manset__list{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(max-width: 767px){.pgpt-seven-ara-manset__list{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(min-width: 992px){.pgpt-seven-ara-manset__list{grid-template-columns:repeat(5, minmax(0, 1fr))}}@media(max-width: 599px){.pgpt-seven-ara-manset__list{display:flex;gap:14px;grid-template-columns:unset;overflow-x:auto;padding:6px 16px 6px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.pgpt-seven-ara-manset__list::-webkit-scrollbar{height:6px}.pgpt-seven-ara-manset__list::-webkit-scrollbar-thumb{background:var(--pgpt-seven-ara-scrollbar, rgba(15, 23, 42, 0.18));border-radius:999px}.pgpt-seven-ara-manset__item{flex:0 0 clamp(220px,72vw,260px);scroll-snap-align:start}}@media(max-width: 520px){.pgpt-seven-ara-manset__list{gap:12px;padding:6px 14px 16px}.pgpt-seven-ara-manset__item{flex-basis:clamp(200px,82vw,240px)}}.pgpt-seven-ara-manset__item{position:relative;border-radius:16px;overflow:hidden;background:var(--pgpt-seven-ara-card-bg, var(--pressgpt-color-white, #ffffff));border:1px solid var(--pgpt-seven-ara-card-border, rgba(15, 23, 42, 0.08));box-shadow:0 8px 20px color-mix(in srgb, var(--pgpt-seven-ara-shadow, rgba(15, 23, 42, 0.12)) 30%, transparent);transition:transform .2s ease,box-shadow .2s ease}body:not(.light-mode) .pgpt-seven-ara-manset__item{background:var(--pgpt-seven-ara-card-bg, var(--pressgpt-color-bg-elevated, #151515));border-color:var(--pgpt-seven-ara-card-border, rgba(255, 255, 255, 0.08))}.pgpt-seven-ara-manset__item--featured{border:none;min-height:280px;background:rgba(0,0,0,0)}.pgpt-seven-ara-manset__item--featured .pgpt-seven-ara-manset__link{display:block;height:100%;color:#fff}.pgpt-seven-ara-manset__item--featured .pgpt-seven-ara-manset__media{height:100%;aspect-ratio:16/9}.pgpt-seven-ara-manset__item--featured .pgpt-seven-ara-manset__content{position:absolute;inset:auto 0 0 0;padding:28px 24px 24px;background:linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.75) 100%)}.pgpt-seven-ara-manset__item--featured .pgpt-seven-ara-manset__card-title{font-size:24px;line-height:1.25;color:#fff}.pgpt-seven-ara-manset__item--compact .pgpt-seven-ara-manset__media{aspect-ratio:4/3}.pgpt-seven-ara-manset__item--compact .pgpt-seven-ara-manset__content{padding:16px 18px 20px}.pgpt-seven-ara-manset__item--compact .pgpt-seven-ara-manset__card-title{font-size:16px;line-height:1.35;color:var(--pgpt-seven-ara-card-title, #0f172a);transition:color .2s ease}.pgpt-seven-ara-manset__item:hover{transform:translateY(-4px);box-shadow:0 18px 32px color-mix(in srgb, var(--pgpt-seven-ara-shadow, rgba(15, 23, 42, 0.16)) 55%, transparent)}body:not(.light-mode) .pgpt-seven-ara-manset__item--compact:hover .pgpt-seven-ara-manset__card-title{color:var(--pressgpt-color-accent, #00d4ff)}.pgpt-seven-ara-manset__link{display:block;text-decoration:none;height:100%}.pgpt-seven-ara-manset__media{position:relative;width:100%;background:linear-gradient(135deg, rgba(15, 23, 42, 0.2), rgba(15, 23, 42, 0.55));overflow:hidden}.pgpt-seven-ara-manset__badges{position:absolute;inset:0;display:block;pointer-events:none;z-index:8}.pgpt-seven-ara-manset__badge{pointer-events:auto}.pgpt-seven-ara-manset__image,.pgpt-seven-ara-manset__placeholder{width:100%;height:100%;object-fit:cover;display:block}.pgpt-seven-ara-manset__placeholder{background:linear-gradient(135deg, rgba(148, 163, 184, 0.35), rgba(71, 85, 105, 0.55))}.pgpt-seven-ara-manset__content{position:relative}.pgpt-seven-ara-manset__card-title{margin:0;font-weight:600;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:3;line-clamp:3}.pgpt-seven-ara-manset__card-title--featured{text-shadow:0 6px 24px rgba(0,0,0,.6)}.pgpt-seven-ara-manset__video-badge{position:absolute;top:12px;left:12px;z-index:2}@media(max-width: 767px){.pgpt-seven-ara-manset__item--featured .pgpt-seven-ara-manset__card-title{font-size:20px}}@media(max-width: 599px){.pgpt-seven-ara-manset__container{gap:10px;border-radius:0px}.pgpt-seven-ara-manset{gap:10px}.pgpt-seven-ara-manset__featured{gap:10px}.pgpt-seven-ara-manset__image,.pgpt-seven-ara-manset__placeholder{border-radius:0px}.pgpt-seven-ara-manset__item--featured{min-height:240px}.pgpt-seven-ara-manset__item--featured .pgpt-seven-ara-manset__media{aspect-ratio:4/3}.pgpt-seven-ara-manset__item--featured .pgpt-seven-ara-manset__content{padding:22px 20px 18px}.pgpt-seven-ara-manset__item--compact .pgpt-seven-ara-manset__media{aspect-ratio:3/2}.pgpt-seven-ara-manset__item--compact .pgpt-seven-ara-manset__content{padding:14px 16px 18px}}.authors-feature{position:relative;max-width:1170px;box-shadow:0 30px 60px -45px rgba(15,23,42,.55)}.authors-feature__outer{position:relative;display:flex;align-items:stretch}.authors-feature__viewport{overflow:hidden;flex:1 1 auto}.authors-feature__track{display:flex;width:100%;transition:transform .25s ease-out}.authors-feature__grid{position:relative;z-index:0;display:grid;grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));gap:10px;padding:10px 0 10px;min-width:100%;background:#fff}.authors-feature__grid::before{content:"";position:absolute;inset:0;background:var(--authors-feature-grid-bg, var(--pressgpt-header-bg, #c90914));opacity:.85;z-index:-1;pointer-events:none;clip-path:polygon(0 0, 100% 0, 100% 35%, 0 100%)}.authors-feature__grid--single{grid-template-columns:minmax(249px, 320px);justify-content:flex-start}.authors-feature__grid--single .authors-feature__card{max-width:249px;margin:0}.authors-feature__grid--double{grid-template-columns:repeat(2, minmax(240px, 1fr));max-width:1027px;justify-content:flex-start;margin:0}.authors-feature__nav{position:relative;z-index:2;width:25px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border:none;background:var(--authors-feature-grid-bg, #c90914);color:var(--authors-feature-nav-color, var(--authors-feature-head-color, #ffffff));cursor:pointer;font-size:50px;transition:background .2s ease,color .2s ease,opacity .2s ease}.authors-feature__nav:hover,.authors-feature__nav:focus-visible{background:var(--authors-feature-grid-bg, #a10710)}.authors-feature__nav.is-disabled{cursor:default;pointer-events:none}.authors-feature__nav--prev{border-radius:10px 0 0 10px}.authors-feature__nav--next{border-radius:0 10px 10px 0}.authors-feature__card{position:relative;z-index:1;display:flex;flex-direction:column;gap:5px;padding:10px;background:#fff;border:1px solid #f1f5f9}.authors-feature__card:hover{background-color:#f8f8f8}.authors-feature__person{display:flex;align-items:center;gap:5px;background-color:var(--authors-feature-person-bg, var(--authors-feature-grid-bg, var(--pressgpt-header-bg, #c90914)));box-shadow:0 10px 18px -14px rgba(15,23,42,.6);padding-right:5px}.authors-feature__avatar{width:auto;height:110px;overflow:visible;flex-shrink:0;position:relative;z-index:2}.authors-feature__avatar img{width:100%;max-width:120px;max-height:120px;object-fit:cover;display:block;position:relative;top:-9%}.authors-feature__avatar-placeholder{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg, #e2e8f0, #cbd5f5)}.authors-feature__meta{display:flex;flex-direction:column}.authors-feature__name{margin:0;font-size:.75rem;font-weight:500;color:var(--authors-feature-author-name-color, var(--authors-feature-name-color, #ffffff))}.authors-feature__name a{color:inherit;text-decoration:none}.authors-feature__name a:hover{text-decoration:underline;color:var(--authors-feature-author-name-hover-color, inherit)}.authors-feature__bio{margin:0;font-size:.9rem;color:#64748b;line-height:1.45;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.authors-feature__post{margin:4px 0 0;font-size:15px;font-weight:600;line-height:1.5;color:#111827;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.authors-feature__post a{color:var(--authors-feature-post-title-color, var(--authors-feature-name-color, #ffffff));text-decoration:none;font-weight:600;transition:color .2s ease,text-decoration-color .2s ease}.authors-feature__post a:hover{color:var(--authors-feature-post-title-hover-color, inherit)}.authors-feature__excerpt{margin:0 !important;font-size:14px !important;line-height:1.5 !important;color:#4b5563;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width: 768px){.authors-feature{padding:0}.authors-feature__outer{flex-direction:column}.authors-feature:not(.authors-feature-2) .authors-feature__viewport{overflow-y:auto;max-height:480px}.authors-feature:not(.authors-feature-2) .authors-feature__track{display:block;transform:none !important}.authors-feature__grid{min-width:100%}.authors-feature__nav{display:none}.authors-feature__post{font-size:19px;line-height:1.3}}@media(max-width: 540px){.authors-feature__grid,.authors-feature__grid--single,.authors-feature__grid--double{grid-template-columns:1fr;gap:10px;padding:0;gap:0;max-width:100%}.authors-feature__grid::before,.authors-feature__grid--single::before,.authors-feature__grid--double::before{display:none}.authors-feature__grid--single .authors-feature__card{max-width:100%}.authors-feature__card{padding:20px 10px 10px 10px;gap:5px;border-radius:5px}.authors-feature__avatar{width:120px;height:100px;border-radius:0;border:0;overflow:visible}.authors-feature__avatar img{max-width:120px;max-height:120px;top:-20%}.authors-feature__person{border-bottom:7px solid #252525;border-radius:10px;border-left:3px solid #000;padding-right:8px}}body:not(.light-mode) .authors-feature{background:#0f172a;box-shadow:0 30px 60px -45px rgba(2,6,23,.8);border:1px solid #15203c}body:not(.light-mode) .authors-feature__card{background:#111d33;border-color:#1f2a44;box-shadow:0 26px 46px -38px rgba(0,0,0,.6)}body:not(.light-mode) .authors-feature__bio,body:not(.light-mode) .authors-feature__excerpt{color:#fcfcfc}body:not(.light-mode) .authors-feature__grid::before{opacity:.4}body:not(.light-mode) .authors-feature__post{color:var(--authors-feature-name-color, #ffffff)}body:not(.light-mode) .authors-feature__post a:hover{color:var(--authors-feature-name-color, #ffffff)}.authors-feature-2{--authors-feature-2-accent: #dc2626;--authors-feature-2-card-bg: #ffffff;--authors-feature-2-post-title-color: #1f2937;--authors-feature-2-post-title-hover-color: #dc2626;--authors-feature-2-author-name-color: #dc2626;--authors-feature-2-author-name-hover-color: #b91c1c;background:#e5e7eb;box-shadow:none;max-width:100%}.authors-feature-2__outer{align-items:stretch}.authors-feature-2__track{display:flex}.authors-feature-2__slide{min-width:100%;padding:2px}.authors-feature-2__grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:24px}.authors-feature-2__card{position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:254px;padding:22px;border:1px solid #d1d5db;background:var(--authors-feature-2-card-bg);transition:box-shadow .2s ease}.authors-feature-2__card:hover{box-shadow:0 8px 18px rgba(15,23,42,.1)}.authors-feature-2__pattern{position:absolute;inset:0;background-image:radial-gradient(#e5e7eb 1px, transparent 1px);background-size:10px 10px;opacity:.3;pointer-events:none;z-index:0}.authors-feature-2__content{position:relative;z-index:2;flex:1;max-width:calc(100% - 92px);display:flex;flex-direction:column}.authors-feature-2__post-title{margin:0 0 12px;font-size:22px;line-height:1.18;font-weight:800;text-transform:none;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.authors-feature-2__post-title a{color:var(--authors-feature-2-post-title-color);text-decoration:none}.authors-feature-2__post-title a:hover{color:var(--authors-feature-2-post-title-hover-color)}.authors-feature-2__date{margin:0;color:#9ca3af;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.authors-feature-2__author{margin-top:auto;padding-top:12px;display:flex;flex-direction:column}.authors-feature-2__first,.authors-feature-2__last{color:var(--authors-feature-2-author-name-color-inline, var(--authors-feature-2-author-name-color));text-decoration:none;font-weight:800;line-height:1.05;transition:color .2s ease}.authors-feature-2__author:hover .authors-feature-2__first,.authors-feature-2__author:hover .authors-feature-2__last{color:var(--authors-feature-2-author-name-hover-color-inline, var(--authors-feature-2-author-name-hover-color)) !important}.authors-feature-2__first{font-size:27px}.authors-feature-2__last{font-size:33px}.authors-feature-2__number{position:absolute;right:110px;bottom:-20px;z-index:1;color:rgba(0,0,0,.05);font-size:160px;font-weight:900;line-height:1;pointer-events:none}.authors-feature-2__avatar{position:absolute;right:0;bottom:0;z-index:3;width:144px;height:200px;display:block;filter:drop-shadow(0 10px 15px rgba(0, 0, 0, 0.12))}.authors-feature-2__avatar img{width:100%;height:100%;object-fit:contain;object-position:bottom center;display:block;filter:grayscale(0);transition:filter .5s ease}.authors-feature-2__avatar:hover img{filter:grayscale(100%)}.authors-feature-2__dots{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:20px}.authors-feature-2__dot{width:10px;height:10px;border-radius:999px;border:none;background:#d1d5db;cursor:pointer;transition:background-color .2s ease}.authors-feature-2__dot.is-active{background:var(--authors-feature-2-accent)}@media(max-width: 1100px){.authors-feature-2__grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(max-width: 768px){.authors-feature-2 .authors-feature__viewport,.authors-feature-2__viewport{overflow:hidden !important;max-height:none !important;width:100%}.authors-feature-2 .authors-feature__track,.authors-feature-2__track{display:flex !important;flex-wrap:nowrap !important;transition:transform .25s ease-out}.authors-feature-2__slide{min-width:100%;width:100%;flex:0 0 100%;flex-shrink:0;padding:0 8px;box-sizing:border-box}.authors-feature-2__grid{grid-template-columns:1fr;gap:12px;max-width:100%}.authors-feature-2__grid--single-card{grid-template-columns:1fr}.authors-feature-2__card{min-height:240px;padding:18px;max-width:100%;box-sizing:border-box}.authors-feature-2__post-title{font-size:24px}.authors-feature-2__date{font-size:11px}.authors-feature-2__first{font-size:23px}.authors-feature-2__last{font-size:30px}.authors-feature-2__number{right:80px;font-size:120px}.authors-feature-2__avatar{width:120px;height:165px}.authors-feature-2__grid--single-card .authors-feature-2__content{max-width:calc(100% - 70px)}}body:not(.light-mode) .authors-feature-2__card{border-color:#1f2937}body:not(.light-mode) .authors-feature-2{background:#0b1220}body:not(.light-mode) .authors-feature-2__number{color:hsla(0,0%,100%,.06)}body:not(.light-mode) .authors-feature-2__dot{background:#475569}body:not(.light-mode) .authors-feature-2__dot.is-active{background:var(--authors-feature-2-accent)}#jp-relatedposts{padding:20px !important;background:#1a1a1a !important;border:1px solid #333 !important;border-radius:8px !important}.entry-content #jp-relatedposts{border:none !important;padding:20px !important}#jp-relatedposts .jp-relatedposts-headline{font-size:20px !important;font-weight:bold !important;margin:20px 0 15px !important}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{margin:20px 0 15px !important}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post-title a{font-size:16px !important;font-weight:normal !important}#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{text-transform:none !important;margin:10px 0 !important;font-family:inherit !important;display:block !important;max-width:100% !important;font-weight:bold !important}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post-excerpt{font-size:14px !important;line-height:1.5 !important}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-thumbs img{border-radius:10px !important;box-shadow:0 0 10px rgba(0,0,0,.1) !important;transition:all .3s ease-in-out !important}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-thumbs a:hover img{opacity:.8 !important;box-shadow:0 0 15px rgba(0,0,0,.3) !important}body.light-mode #jp-relatedposts{background:#f5f5f5 !important;border:1px solid #ddd !important}body.light-mode #jp-relatedposts .jp-relatedposts-headline{color:#333 !important}body.light-mode #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post-title a{margin-top:10px;color:#000 !important;font-weight:800 !important}body.light-mode #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post-excerpt{color:#555 !important}body.light-mode #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-thumbs img{box-shadow:0 0 10px rgba(0,0,0,.05) !important}body.light-mode #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-thumbs a:hover img{box-shadow:0 0 15px rgba(0,0,0,.1) !important}@media(max-width: 768px){#jp-relatedposts{margin:20px 0 !important;padding:15px !important}.entry-content #jp-relatedposts{padding:15px !important}#jp-relatedposts .jp-relatedposts-headline{font-size:18px !important}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post-title a{font-size:15px !important}#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{font-weight:bold !important;font-size:18px !important}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post-excerpt{font-size:13px !important}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post{width:100% !important;margin-bottom:15px !important;padding-right:0 !important}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:0 !important}}.single-content .sd-content{margin:10px 0 24px 0 !important;padding:0 !important}div.sharedaddy h3.sd-title{margin:0 0 .5em 0 !important;display:inline-block !important;line-height:1.2 !important;font-size:9pt !important;font-weight:800 !important;text-transform:uppercase !important}body.light-mode .single-content .sd-content .sd-title,body.light-mode div.sharedaddy h3.sd-title{color:#1a1a1a !important;font-weight:900 !important}.single-content .sd-content .share-customize-link,.single-content .sd-content .sharing-hidden,.single-content .sd-content .inner{display:none !important}.single-content .sd-content ul,.single-content .sd-content .sd-sharing-enabled{display:flex !important;flex-wrap:wrap !important;gap:10px !important;margin:0 !important;padding:0 !important;list-style:none !important}.single-content .sd-content li{margin:0 !important;padding:0 !important;list-style:none !important}.single-content .sd-content li.share-end{display:none !important}.single-content .sd-content a.sd-button{display:inline-flex !important;align-items:center !important;justify-content:center !important;height:42px !important;background:hsla(0,0%,100%,.05) !important;border:1px solid hsla(0,0%,100%,.1) !important;border-radius:10px !important;backdrop-filter:blur(10px) !important;-webkit-backdrop-filter:blur(10px) !important;color:#e5e5e5 !important;font-size:14px !important;font-weight:500 !important;text-decoration:none !important;line-height:1.2 !important;letter-spacing:.01em !important;transition:all .2s cubic-bezier(0.4, 0, 0.2, 1) !important;position:relative !important;overflow:hidden !important;cursor:pointer !important}.single-content .sd-content a.sd-button:hover{background:hsla(0,0%,100%,.1) !important;border-color:hsla(0,0%,100%,.2) !important;transform:translateY(-2px) !important;box-shadow:0 4px 12px rgba(0,0,0,.15) !important}.single-content .sd-content a.sd-button:active{transform:translateY(0) !important;box-shadow:0 2px 4px rgba(0,0,0,.1) !important}.single-content .sd-content a.sd-button:focus-visible{outline:2px solid #4a9eff !important;outline-offset:3px !important}.single-content .sd-content a.sd-button.share-icon{background-repeat:no-repeat !important;background-position:16px center !important;background-size:20px 20px !important}.single-content .sd-content ul li a.sd-button::before{display:inline-block !important;-webkit-font-smoothing:antialiased !important;-moz-osx-font-smoothing:grayscale !important;font:400 23px/1 social-logos !important;vertical-align:top !important;text-align:center !important}body.light-mode .single-content .sd-content a.sd-button{background:rgba(0,0,0,.03) !important;border-color:rgba(0,0,0,.08) !important;color:#1a1a1a !important}body.light-mode .single-content .sd-content a.sd-button:hover{background:rgba(0,0,0,.06) !important;border-color:rgba(0,0,0,.12) !important;box-shadow:0 4px 12px rgba(0,0,0,.08) !important}:is(body.dark,html.dark,[data-theme=dark],body.dark-mode) div.sharedaddy h3.sd-title,:is(body.dark,html.dark,[data-theme=dark],body.dark-mode) .single-content .sd-content .sd-title{color:hsla(0,0%,100%,.82) !important;text-shadow:0 1px 2px rgba(0,0,0,.45) !important}:is(body.dark,html.dark,[data-theme=dark],body.dark-mode) .single-content .sd-content a.sd-button{background:rgba(24,24,24,.92) !important;border:1px solid hsla(0,0%,100%,.12) !important;color:rgba(240,244,247,.92) !important;box-shadow:0 10px 30px rgba(0,0,0,.4) !important}:is(body.dark,html.dark,[data-theme=dark],body.dark-mode) .single-content .sd-content a.sd-button:hover{border-color:rgba(0,212,255,.4) !important;color:rgba(0,212,255,.95) !important;background:rgba(0,212,255,.12) !important;box-shadow:0 12px 32px rgba(0,0,0,.5) !important}:is(body.dark,html.dark,[data-theme=dark],body.dark-mode) .single-content .sd-content a.sd-button:active{transform:translateY(0) !important;box-shadow:0 6px 16px rgba(0,0,0,.4) !important}@media(max-width: 1024px){.single-content .sd-content a.sd-button{min-width:100px !important;height:40px !important;padding:0 14px !important;font-size:13px !important;gap:8px !important}.single-content .sd-content a.sd-button.share-icon{background-position:12px center !important;background-size:18px 18px !important}}@media(max-width: 768px){.single-content .sd-content{margin:24px 0 20px 0 !important}.single-content .sd-content .sd-title{font-size:13px !important;margin-bottom:12px !important}.single-content .sd-content ul,.single-content .sd-content .sd-sharing-enabled{display:flex !important;flex-direction:row !important;flex-wrap:wrap !important;gap:8px !important;justify-content:flex-start !important;align-items:center !important}.single-content .sd-content li{flex:0 0 auto !important;width:auto !important;max-width:none !important}.single-content .sd-content a.sd-button{flex:0 0 48px !important;min-width:48px !important;width:48px !important;max-width:48px !important;height:48px !important;padding:0 !important;gap:0 !important;border-radius:12px !important;justify-content:center !important;align-items:center !important}.single-content .sd-content a.sd-button.share-icon{background-position:center !important;background-size:22px 22px !important;padding-left:0 !important}.single-content .sd-content ul li a.sd-button::before{font-size:24px !important}.single-content .sd-content a.sd-button span{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.single-content .sd-content a.sd-button:hover{transform:scale(1.05) !important}}@media(max-width: 480px){.single-content .sd-content{gap:6px !important}.single-content .sd-content a.sd-button{flex:0 0 44px !important;min-width:44px !important;width:44px !important;max-width:44px !important;height:44px !important}.single-content .sd-content ul li a.sd-button::before{font-size:22px !important}}.pressgpt-magazine{--magazine-title-color: #ffffff;--magazine-accent-color: #c084fc;--magazine-accent-shadow: rgba(192, 132, 252, 0.35);--magazine-text-color: #e2e8f0;--magazine-muted-color: rgba(203, 213, 225, 0.7);--magazine-surface: #0b1120;--magazine-shadow: 0 20px 46px rgba(10, 14, 32, 0.6);--magazine-dot-bg: rgba(255, 255, 255, 0.4);--magazine-dot-active-bg: #ffffff;--magazine-feature-bg: linear-gradient(135deg, rgba(88, 28, 135, 0.32), rgba(15, 23, 42, 0.72));--magazine-feature-placeholder: linear-gradient(135deg, rgba(148, 163, 184, 0.52), rgba(15, 23, 42, 0.78));--magazine-feature-overlay: linear-gradient(0deg, rgba(8, 11, 26, 0.9) 0%, rgba(15, 23, 42, 0.5) 100%);--magazine-list-bg: rgba(15, 23, 42, 0.78);--magazine-list-hover-bg: rgba(30, 41, 59, 0.92);--magazine-thumb-bg: rgba(94, 129, 172, 0.3);--magazine-thumb-placeholder: linear-gradient(135deg, rgba(94, 129, 172, 0.5), rgba(15, 23, 42, 0.75));--magazine-button-text-color: #020617;--magazine-divider: rgba(148, 163, 184, 0.25);--magazine-feature-min-height: 220px;--magazine-feature-min-height-desktop: 260px;border-radius:20px;padding:10px;background:var(--magazine-surface);display:flex;flex-direction:column;gap:1rem;box-shadow:var(--magazine-shadow);width:100%;color:var(--magazine-text-color);transition:background-color .3s ease,box-shadow .3s ease}:is(body.light-mode,html.light,[data-theme=light]) .pressgpt-magazine{--magazine-title-color: #e4118f;--magazine-accent-color: #e4118f;--magazine-accent-shadow: rgba(228, 17, 143, 0.2);--magazine-text-color: #111111;--magazine-muted-color: rgba(17, 17, 17, 0.68);--magazine-surface: #f4f4f7;--magazine-shadow: 0 12px 30px rgba(17, 17, 17, 0.06);--magazine-dot-bg: rgba(0, 0, 0, 0.08);--magazine-dot-active-bg: var(--magazine-accent-color);--magazine-feature-bg: linear-gradient(135deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.15));--magazine-feature-placeholder: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.08));--magazine-feature-overlay: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.15) 100%);--magazine-list-bg: rgba(255, 255, 255, 0.7);--magazine-list-hover-bg: #ffffff;--magazine-thumb-bg: rgba(0, 0, 0, 0.08);--magazine-thumb-placeholder: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(0, 0, 0, 0.12));--magazine-button-text-color: #ffffff;--magazine-divider: rgba(17, 17, 17, 0.08)}.pressgpt-magazine__head{display:flex;align-items:center;gap:1.25rem;flex-wrap:nowrap;padding:0 5px 0 5px}.pressgpt-magazine__head>.pressgpt-magazine__title{flex:0 1 auto;white-space:nowrap}.pressgpt-magazine__head>.pressgpt-magazine__indicators{flex:1 1 auto;justify-content:right}.pressgpt-magazine__head>.pressgpt-magazine__more{flex:0 0 auto;padding:.45rem 1.1rem}.pressgpt-magazine__head .pressgpt-magazine__title{margin:0;text-transform:uppercase;font-weight:800;letter-spacing:.06em;color:var(--magazine-title-color);font-size:1.05rem}:is(body.dark-mode,html.dark,[data-theme=dark]) .pressgpt-magazine__head .pressgpt-magazine__title{color:#fff}.pressgpt-magazine__indicators{display:inline-flex;align-items:center;justify-content:center;gap:.4rem}.pressgpt-magazine__dot{width:10px;height:10px;border-radius:50%;background:var(--magazine-dot-bg);transition:background-color .3s ease,transform .3s ease}.pressgpt-magazine__dot:first-child{background:var(--magazine-dot-active-bg);transform:scale(1.1)}.pressgpt-magazine__more,.pressgpt-magazine__more:visited{justify-self:flex-end;display:inline-flex;align-items:center;gap:.35rem;padding:.45rem 1.1rem;border-radius:999px;font-weight:600;color:var(--magazine-button-text-color);background:var(--magazine-accent-color);text-decoration:none;font-size:.85rem;transition:transform .25s ease,box-shadow .25s ease}.pressgpt-magazine__more:hover,.pressgpt-magazine__more:focus{transform:translateY(-2px);box-shadow:0 12px 20px var(--magazine-accent-shadow)}.pressgpt-magazine__content{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));align-items:stretch}.pressgpt-magazine__feature{position:relative;overflow:hidden;border-radius:12px;min-height:var(--magazine-feature-min-height, 220px);aspect-ratio:16/9;background:var(--magazine-feature-bg);display:flex;width:100%;max-width:100%;border:1px solid rgba(0,0,0,0);border-color:var(--magazine-divider)}.pressgpt-magazine__feature-link{display:flex;flex-direction:column;justify-content:flex-end;height:100%;width:100%;max-width:100%;color:inherit;text-decoration:none}.pressgpt-magazine__feature-img,.pressgpt-magazine__feature-placeholder{display:block;width:100%;height:100%;object-fit:cover;max-width:100%}.pressgpt-magazine__feature-placeholder{background:var(--magazine-feature-placeholder)}.pressgpt-magazine__feature-title{position:absolute;inset-inline:0;bottom:0;padding:1.2rem 1.4rem;color:#fff;font-weight:700;font-size:1.05rem;line-height:1.4;background:var(--magazine-feature-overlay)}.pressgpt-magazine__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:5px}.pressgpt-magazine__list-item{border-radius:14px;background:var(--magazine-list-bg);padding:.65rem .7rem;transition:background-color .3s ease,transform .3s ease,border-color .3s ease;border:1px solid rgba(0,0,0,0);border-color:var(--magazine-divider)}.pressgpt-magazine__list-link{display:flex;align-items:flex-start;gap:.8rem;text-decoration:none;color:inherit;width:100%}.pressgpt-magazine__thumb{position:relative;width:120px;border-radius:5px;aspect-ratio:5/3;overflow:hidden;background:var(--magazine-thumb-bg);flex-shrink:0}.pressgpt-magazine__thumb-img,.pressgpt-magazine__thumb-placeholder{display:block;width:100%;height:100%;object-fit:cover}.pressgpt-magazine__thumb-placeholder{background:var(--magazine-thumb-placeholder)}.pressgpt-magazine__list-title{font-size:.95rem;font-weight:600;line-height:1.35;color:var(--magazine-text-color);flex:1;min-width:0;writing-mode:horizontal-tb;overflow-wrap:anywhere}.pressgpt-magazine__list-item:hover,.pressgpt-magazine__list-item:focus-within{background:var(--magazine-list-hover-bg);transform:translateY(-2px);border-color:var(--magazine-accent-color)}@media(max-width: 640px){.pressgpt-magazine{padding:10px 5px 0 5px;border-radius:0}.pressgpt-magazine__head{grid-template-columns:1fr;grid-template-areas:"title" "dots" "more"}.pressgpt-magazine__indicators{justify-content:flex-start}.pressgpt-magazine__more{justify-self:flex-start}.pressgpt-magazine__feature{min-height:0;aspect-ratio:16/9}.pressgpt-magazine__list{gap:.5rem}}@media(min-width: 768px){.pressgpt-magazine__feature{min-height:var(--magazine-feature-min-height-desktop, var(--magazine-feature-min-height, 260px))}}.pressgpt-evds-market{--pressgpt-market-positive: #16a34a;--pressgpt-market-negative: #dc2626;--pressgpt-market-border: var(--pressgpt-color-border, rgba(255, 255, 255, 0.08));--pressgpt-evds-header-bg: linear-gradient(135deg, #0052d4, #2563eb);--pressgpt-evds-header-title-color: #ffffff;display:flex;flex-wrap:wrap;border-radius:14px;overflow:hidden;border:1px solid var(--pressgpt-market-border);background:linear-gradient(135deg, rgba(37, 99, 235, 0.18), rgba(37, 99, 235, 0.04));color:#f8fafc}.pressgpt-evds-market__header{display:flex;align-items:center;justify-content:space-between;gap:12px;row-gap:6px;flex-wrap:wrap;padding:16px 22px;background:var(--pressgpt-evds-header-bg, linear-gradient(135deg, #0052d4, #2563eb));min-width:170px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;justify-content:flex-start}.pressgpt-evds-market__header-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px}.pressgpt-evds-market__header-icon::before{content:"";width:14px;height:14px;border-width:2px;border-style:solid;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff;transform:rotate(226deg) translate(2px, -1px)}.pressgpt-evds-market__header-title{margin:0;white-space:nowrap;color:var(--pressgpt-evds-header-title-color, #ffffff)}.pressgpt-evds-market__items{display:flex;flex:1;flex-wrap:wrap;background:rgba(15,23,42,.35)}.pressgpt-evds-market__item{flex:1 1 160px;min-width:150px;padding:16px 18px;display:flex;flex-direction:column;gap:6px;border-left:1px solid hsla(0,0%,100%,.08);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.pressgpt-evds-market__item:first-child{border-left:0}.pressgpt-evds-market__item-metrics{display:flex;align-items:flex-end;gap:10px;margin-top:2px}.pressgpt-evds-market__item-header{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;position:relative;padding-right:14px}.pressgpt-evds-market__item-icon{width:22px;height:22px;border-radius:6px;border:1px solid hsla(0,0%,100%,.22);display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:inherit}.pressgpt-evds-market__item-icon--usd{background:rgba(59,130,246,.24)}.pressgpt-evds-market__item-icon--eur{background:rgba(16,185,129,.2)}.pressgpt-evds-market__item-icon--chf{background:rgba(244,114,182,.22)}.pressgpt-evds-market__item-icon--gbp{background:rgba(249,115,22,.22)}.pressgpt-evds-market__item-icon--jpy{background:rgba(190,242,100,.25)}.pressgpt-evds-market__item-value{font-size:20px;font-weight:700;font-variant-numeric:tabular-nums}.pressgpt-evds-market__item-value.is-empty,.pressgpt-evds-market__item-change.is-empty{color:rgba(248,250,252,.6);font-style:italic}.pressgpt-evds-market__item-change{font-size:12px;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.pressgpt-evds-market__item--up .pressgpt-evds-market__item-change{color:var(--pressgpt-market-positive)}.pressgpt-evds-market__item--up .pressgpt-evds-market__item-header::after{content:"";position:absolute;right:0;width:0;height:0;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-bottom:7px solid var(--pressgpt-market-positive)}.pressgpt-evds-market__item--down .pressgpt-evds-market__item-change{color:var(--pressgpt-market-negative)}.pressgpt-evds-market__item--down .pressgpt-evds-market__item-header::after{content:"";position:absolute;right:0;width:0;height:0;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-top:7px solid var(--pressgpt-market-negative)}.pressgpt-evds-market__item--neutral .pressgpt-evds-market__item-change{color:rgba(248,250,252,.6)}.pressgpt-evds-market__item--neutral .pressgpt-evds-market__item-header::after{content:"";position:absolute;right:3px;top:50%;width:6px;height:6px;border-radius:50%;background:rgba(248,250,252,.4);transform:translateY(-50%)}.pressgpt-evds-market__empty{flex:1;padding:18px;font-size:14px}body.light-mode .pressgpt-evds-market{--pressgpt-market-border: var(--pressgpt-color-border-subtle, rgba(15, 23, 42, 0.12));background:#fff;color:#0f172a}body.light-mode .pressgpt-evds-market__items{background:rgba(15,23,42,.03)}body.light-mode .pressgpt-evds-market__item{border-left-color:rgba(15,23,42,.08)}body.light-mode .pressgpt-evds-market__item-icon{border-color:rgba(15,23,42,.14);background:rgba(15,23,42,.02)}body.light-mode .pressgpt-evds-market__item-value.is-empty,body.light-mode .pressgpt-evds-market__item-change.is-empty{color:rgba(15,23,42,.45)}body.light-mode .pressgpt-evds-market__item-icon--usd{background:rgba(59,130,246,.12)}body.light-mode .pressgpt-evds-market__item-icon--eur{background:rgba(16,185,129,.12)}body.light-mode .pressgpt-evds-market__item-icon--chf{background:rgba(236,72,153,.12)}body.light-mode .pressgpt-evds-market__item-icon--gbp{background:rgba(234,179,8,.12)}body.light-mode .pressgpt-evds-market__item-icon--jpy{background:rgba(74,222,128,.14)}body.light-mode .pressgpt-evds-market__item--neutral .pressgpt-evds-market__item-change{color:rgba(15,23,42,.55)}@media(max-width: 640px){.pressgpt-evds-market{border-radius:0}.pressgpt-evds-market__header{width:100%;justify-content:left;text-align:center;font-weight:800;padding:16px 9px}.pressgpt-evds-market__item-metrics{justify-content:center}.pressgpt-evds-market__item{flex:1 1 50%;border-left:0;border-top:1px solid hsla(0,0%,100%,.1)}.pressgpt-evds-market__item:nth-child(odd){border-right:1px solid hsla(0,0%,100%,.1)}.pressgpt-evds-market__item:nth-child(-n+2){border-top:0}.pressgpt-evds-market__item:last-child{border-right:0}body.light-mode .pressgpt-evds-market__item{border-top-color:rgba(15,23,42,.08)}body.light-mode .pressgpt-evds-market__item:nth-child(odd){border-right-color:rgba(15,23,42,.08)}body.light-mode .pressgpt-evds-market__item:last-child{border-right-color:rgba(0,0,0,0)}}.pressgpt-tv-tickers{--tv-header-bg: linear-gradient(135deg, #0f172a, #1e3a5f);--tv-header-title-color: #f8fafc;--tv-tickers-border: rgba(255, 255, 255, 0.08);--tv-tickers-radius: 6px;overflow:hidden;border-radius:var(--tv-tickers-radius);border:1px solid var(--tv-tickers-border)}@media(max-width: 767px){.pressgpt-tv-tickers{--tv-tickers-radius: 0}}.pressgpt-tv-tickers--dark{background:#131722;border-bottom-left-radius:var(--tv-tickers-radius);border-bottom-right-radius:var(--tv-tickers-radius)}.pressgpt-tv-tickers--dark .pressgpt-tv-tickers__embed .tradingview-widget-container:empty{background:linear-gradient(90deg, rgba(255, 255, 255, 0.04) 25%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0.04) 75%)}.pressgpt-tv-tickers--light{background:#fff;--tv-tickers-border: rgba(0, 0, 0, 0.1);--tv-header-bg: linear-gradient(135deg, #e2e8f0, #cbd5e1);--tv-header-title-color: #0f172a}.pressgpt-tv-tickers--light .pressgpt-tv-tickers__embed .tradingview-widget-container:empty{background:linear-gradient(90deg, rgba(0, 0, 0, 0.04) 25%, rgba(0, 0, 0, 0.08) 50%, rgba(0, 0, 0, 0.04) 75%)}.pressgpt-tv-tickers__header{display:flex;align-items:center;gap:10px;padding:13px 18px;background:var(--tv-header-bg);border-bottom:1px solid var(--tv-tickers-border)}.pressgpt-tv-tickers__icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:6px;background-color:rgba(15,23,42,.35);flex-shrink:0;background-image:linear-gradient(#34d399, #34d399),linear-gradient(#34d399, #34d399),linear-gradient(#f87171, #f87171),linear-gradient(#f87171, #f87171),linear-gradient(#38bdf8, #38bdf8),linear-gradient(#38bdf8, #38bdf8);background-size:4px 11px,1px 18px,4px 9px,1px 16px,4px 8px,1px 15px;background-position:3px 7px,5px 3px,11px 5px,12px 4px,19px 10px,20px 5px;background-repeat:no-repeat}.pressgpt-tv-tickers__title{margin:0;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--tv-header-title-color);white-space:nowrap}.pressgpt-tv-tickers__embed{width:100%;overflow:hidden}.pressgpt-tv-tickers__embed .tradingview-widget-container{width:100%;min-height:56px}.pressgpt-tv-tickers__embed .tradingview-widget-container__widget{width:100%}@media(max-width: 359px){.pressgpt-tv-tickers__embed .tradingview-widget-container{width:440px;min-width:440px;zoom:.73}}@media(min-width: 360px)and (max-width: 767px){.pressgpt-tv-tickers__embed .tradingview-widget-container{width:440px;min-width:440px;zoom:.82}}.pressgpt-tv-tickers__embed .tradingview-widget-container:empty{min-height:56px;background-size:200% 100%;animation:pressgpt-tv-shimmer 1.6s infinite}@keyframes pressgpt-tv-shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}.pressgpt-bik-adv{display:block;width:100%}.pressgpt-bik-adv__embed{display:block;width:100%;overflow:hidden}.pressgpt-bik-adv__embed iframe{display:block;width:100%;border:0}:root{--wa-green: #25D366;--wa-dark-green: #128C7E;--wa-white: #ffffff;--radar-color: rgba(37, 211, 102, 0.4)}.wa-container{position:fixed;bottom:90px;right:24px;left:auto;z-index:9999;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif;display:flex;align-items:center;gap:12px;animation:slideInBounce 1s cubic-bezier(0.68, -0.55, 0.265, 1.55)}@media(prefers-reduced-motion: reduce){.wa-container{animation:none}}@keyframes slideInBounce{0%{opacity:0;transform:translateX(100px) scale(0.8)}70%{transform:translateX(-5px) scale(1.05)}100%{opacity:1;transform:translateX(0) scale(1)}}.wa-button-wrapper{position:relative;display:flex;align-items:center;justify-content:center;animation:attention-seeker 8s ease-in-out infinite}@keyframes attention-seeker{0%,94%,100%{transform:scale(1)}95%,97%{transform:scale(1.08)}96%,98%{transform:scale(1.04)}}.wa-button{min-width:66px;height:66px;background:linear-gradient(145deg, var(--wa-green) 0%, var(--wa-green-2, #20b858) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;gap:12px;padding:0 22px;box-shadow:0 8px 28px rgba(37,211,102,.5),0 4px 12px rgba(0,0,0,.18),inset 0 -3px 10px rgba(0,0,0,.12),inset 0 2px 4px hsla(0,0%,100%,.2);cursor:pointer;position:relative;z-index:2;transition:all .45s cubic-bezier(0.34, 1.56, 0.64, 1);text-decoration:none;overflow:hidden;border:2px solid hsla(0,0%,100%,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.wa-button::before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.25) 50%, transparent 70%);transform:translateX(-100%);transition:transform .7s cubic-bezier(0.34, 1.56, 0.64, 1)}.wa-button::after{content:"";position:absolute;inset:-4px;background:radial-gradient(circle, var(--wa-green) 0%, transparent 70%);opacity:0;border-radius:50%;z-index:-1;transition:opacity .4s ease;animation:ambientPulse 3s ease-in-out infinite}.wa-button:hover{transform:translateY(-3px) scale(1.03);background:linear-gradient(145deg, var(--wa-dark-green) 0%, var(--wa-dark-green-2, #0d6f5e) 100%);box-shadow:0 10px 30px rgba(37,211,102,.55),0 5px 15px rgba(0,0,0,.2),inset 0 -2px 8px rgba(0,0,0,.15),inset 0 1px 4px hsla(0,0%,100%,.25);border-color:hsla(0,0%,100%,.25)}.wa-button:hover::before{transform:translateX(100%)}.wa-button:hover::after{opacity:.5}.wa-button:hover .wa-icon-wrap{animation:shake-subtle .5s ease-in-out}.wa-button:active{transform:translateY(-1px) scale(1.02);box-shadow:0 6px 20px rgba(37,211,102,.5),0 3px 10px rgba(0,0,0,.18)}@keyframes shake-subtle{0%,100%{transform:rotate(0deg) scale(1)}25%{transform:rotate(-8deg) scale(1.05)}50%{transform:rotate(8deg) scale(1.05)}75%{transform:rotate(-5deg) scale(1.03)}}@keyframes ambientPulse{0%,100%{opacity:.3}50%{opacity:.6}}.wa-text{color:var(--wa-text-color, #ffffff);font-size:15px;font-weight:700;line-height:1.3;white-space:normal;letter-spacing:.3px;text-shadow:0 2px 4px rgba(0,0,0,.2),0 1px 2px rgba(0,0,0,.1);text-align:center;max-width:140px;transition:transform .3s ease}.wa-button:hover .wa-text{transform:scale(1.02)}.wa-icon-wrap{width:42px;height:42px;border-radius:50%;background:linear-gradient(145deg, #ffffff 0%, #f5f5f5 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 5px 16px rgba(0,0,0,.2),inset 0 2px 4px hsla(0,0%,100%,.9),inset 0 -2px 4px rgba(0,0,0,.05);transition:all .45s cubic-bezier(0.34, 1.56, 0.64, 1);position:relative;border:1px solid hsla(0,0%,100%,.5);padding:0}.wa-icon-wrap::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;background:radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, transparent 70%);opacity:0;transform:scale(0.8);transition:all .4s ease}.wa-button:hover .wa-icon-wrap{transform:scale(1.08) rotate(8deg);box-shadow:0 6px 18px rgba(0,0,0,.25),inset 0 2px 4px hsla(0,0%,100%,.95),inset 0 -2px 4px rgba(0,0,0,.06);border-color:hsla(0,0%,100%,.7);background:linear-gradient(145deg, #ffffff 0%, #fafafa 100%)}.wa-button:hover .wa-icon-wrap::after{opacity:.85;transform:scale(1.2)}.wa-icon{width:28px;height:28px;fill:var(--wa-icon-color, var(--wa-green));display:block;margin:0 auto;flex-shrink:0;transition:all .35s cubic-bezier(0.4, 0, 0.2, 1);filter:drop-shadow(0 2px 4px rgba(0, 0, 0, 0.12))}.wa-button:hover .wa-icon{fill:var(--wa-dark-green);transform:scale(1.1);filter:drop-shadow(0 2px 6px rgba(0, 0, 0, 0.18))}.wa-radar{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;height:100%;border-radius:50%;background:radial-gradient(circle, var(--radar-color) 0%, transparent 68%);opacity:0;z-index:1;pointer-events:none;border:1.5px solid var(--radar-color);filter:blur(0.5px)}.wa-radar-1{animation:pulse-radar-balanced 3.5s infinite ease-out}.wa-radar-2{animation:pulse-radar-balanced 3.5s infinite ease-out 1.2s}.wa-radar-3{animation:pulse-radar-balanced 3.5s infinite ease-out 2.4s}@keyframes pulse-radar-balanced{0%{transform:translate(-50%, -50%) scale(0.94);opacity:.65}35%{opacity:.45}100%{transform:translate(-50%, -50%) scale(1.55);opacity:0}}.wa-tooltip{position:absolute;left:80px;background:linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);color:#2c3e50;padding:10px 18px;border-radius:24px;box-shadow:0 6px 20px rgba(0,0,0,.15),0 2px 6px rgba(0,0,0,.1),inset 0 1px 2px hsla(0,0%,100%,.8);font-size:14px;font-weight:600;white-space:nowrap;opacity:0;transform:translateX(-15px) scale(0.95);transition:all .4s cubic-bezier(0.34, 1.56, 0.64, 1);pointer-events:none;display:flex;align-items:center;gap:6px;border:1px solid rgba(37,211,102,.2)}.wa-tooltip::before{content:"";position:absolute;left:-8px;top:50%;transform:translateY(-50%);width:0;height:0;border-top:8px solid rgba(0,0,0,0);border-bottom:8px solid rgba(0,0,0,0);border-right:8px solid #fff;filter:drop-shadow(-2px 0 3px rgba(0, 0, 0, 0.08))}.wa-tooltip.show{opacity:1;transform:translateX(0) scale(1)}.wa-close-tooltip{margin-left:10px;cursor:pointer;color:#95a5a6;font-size:16px;pointer-events:auto;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.wa-close-tooltip:hover{color:#e74c3c;background-color:rgba(231,76,60,.1);transform:rotate(90deg)}.wa-close-btn{position:absolute;top:-8px;right:-8px;width:28px;height:28px;background:linear-gradient(145deg, #ffffff 0%, #f5f5f5 100%);border:2px solid rgba(231,76,60,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;box-shadow:0 4px 12px rgba(0,0,0,.15),inset 0 1px 2px hsla(0,0%,100%,.8);transition:all .3s cubic-bezier(0.34, 1.56, 0.64, 1);opacity:0;transform:scale(0.8) rotate(-90deg)}.wa-container:hover .wa-close-btn{opacity:1;transform:scale(1) rotate(0deg)}.wa-close-btn svg{width:14px;height:14px;fill:#95a5a6;transition:all .3s ease}.wa-close-btn:hover{background:linear-gradient(145deg, #fee 0%, #fdd 100%);border-color:rgba(231,76,60,.4);transform:scale(1.1) rotate(90deg);box-shadow:0 5px 15px rgba(231,76,60,.3),inset 0 1px 2px hsla(0,0%,100%,.9)}.wa-close-btn:hover svg{fill:#e74c3c}.wa-close-btn:active{transform:scale(1) rotate(90deg);box-shadow:0 2px 8px rgba(231,76,60,.25),inset 0 1px 3px rgba(0,0,0,.1)}@media(max-width: 768px){.wa-container{bottom:60px;right:12px;gap:8px}.wa-button{min-width:52px;height:52px;padding:0 14px;box-shadow:0 6px 20px rgba(37,211,102,.4),0 3px 8px rgba(0,0,0,.15),inset 0 -2px 8px rgba(0,0,0,.1),inset 0 1px 3px hsla(0,0%,100%,.2)}.wa-button:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 22px rgba(37,211,102,.45),0 4px 10px rgba(0,0,0,.18),inset 0 -2px 6px rgba(0,0,0,.12),inset 0 1px 3px hsla(0,0%,100%,.25)}.wa-icon-wrap{width:34px;height:34px;box-shadow:0 3px 10px rgba(0,0,0,.18),inset 0 1px 3px hsla(0,0%,100%,.9),inset 0 -1px 3px rgba(0,0,0,.05)}.wa-button:hover .wa-icon-wrap{transform:scale(1.06) rotate(6deg)}.wa-icon{width:22px;height:22px}.wa-button:hover .wa-icon{transform:scale(1.08)}.wa-text{font-size:13px;max-width:100px;letter-spacing:.2px}.wa-tooltip{left:60px;padding:7px 12px;font-size:12px;border-radius:18px}.wa-radar{border-width:1px}.wa-button-wrapper{animation:attention-seeker-mobile 8s ease-in-out infinite}.wa-close-btn{width:24px;height:24px;top:-6px;right:-6px;opacity:1;transform:scale(1) rotate(0deg)}.wa-close-btn svg{width:12px;height:12px}.wa-close-btn:hover{transform:scale(1.08) rotate(90deg)}}@keyframes attention-seeker-mobile{0%,96%,100%{transform:scale(1)}97%,98%{transform:scale(1.05)}}.wa-container{gap:8px;animation:none;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.wa-container.wa-is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.wa-button-wrapper{animation:none}.wa-radar{display:none}.wa-button{min-width:56px;width:56px;height:56px;gap:0;padding:0;border-radius:50%;background:var(--wa-green);border:1px solid rgba(0,0,0,.08);box-shadow:0 6px 16px rgba(0,0,0,.16);transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease;-webkit-backdrop-filter:none;backdrop-filter:none}.wa-button::before,.wa-button::after{display:none}.wa-button:hover{transform:translateY(-1px);background:var(--wa-dark-green);border-color:rgba(0,0,0,.12);box-shadow:0 8px 18px rgba(0,0,0,.18)}.wa-button:hover .wa-icon-wrap{animation:none}.wa-button:active{transform:translateY(0);box-shadow:0 4px 12px rgba(0,0,0,.16)}.wa-text{display:none !important}.wa-icon-wrap{width:40px;height:40px;background:#fff;border:none;box-shadow:none;transition:transform .2s ease}.wa-icon-wrap::after{display:none}.wa-button:hover .wa-icon-wrap{transform:scale(1.03);box-shadow:none;background:#fff;border:none}.wa-icon{width:28px;height:28px;filter:none;transition:fill .2s ease}.wa-button:hover .wa-icon{fill:var(--wa-dark-green);transform:none;filter:none}.wa-close-btn{width:24px;height:24px;top:-6px;right:-6px;opacity:0;visibility:hidden;pointer-events:none;transform:none;background:#fff;border:1px solid rgba(0,0,0,.12);box-shadow:0 4px 10px rgba(0,0,0,.14);transition:background-color .2s ease,border-color .2s ease}.wa-close-btn svg{fill:#6b7280}.wa-close-btn:hover{transform:none;background:#f8f8f8;border-color:rgba(0,0,0,.18);box-shadow:0 4px 10px rgba(0,0,0,.14)}.wa-close-btn:hover svg{fill:#4b5563}.wa-close-btn:active{transform:none}.wa-container:hover .wa-close-btn{opacity:1;visibility:visible;pointer-events:auto}@media(max-width: 768px){.wa-container{bottom:56px}.wa-button{min-width:52px;width:52px;height:52px;padding:0;box-shadow:0 4px 12px rgba(0,0,0,.14)}.wa-button:hover{transform:none;box-shadow:0 4px 12px rgba(0,0,0,.14)}.wa-icon-wrap{width:38px;height:38px}.wa-button:hover .wa-icon-wrap{transform:none}.wa-icon{width:25px;height:25px}.wa-button:hover .wa-icon{transform:none}.wa-close-btn{opacity:1;visibility:visible;pointer-events:auto}}.home-section.home-sports{margin-bottom:0}.home-sports .sports-inner{position:relative;padding:5px;border-radius:12px;background:rgba(0,0,0,.02);border:1px solid hsla(0,0%,100%,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.home-sports .sports-inner::before{display:none !important}@media(max-width: 768px){.home-sports .sports-inner{padding:5px;border-radius:0}}@media(max-width: 768px){.home-sports .sports-inner{padding:5px !important}}.home-sports .sports-inner:hover{border-color:rgba(76,175,80,.2);box-shadow:0 8px 32px rgba(0,0,0,.1)}.home-sports .section-head{display:flex;align-items:center;justify-content:space-between;margin-top:0 !important;margin-bottom:18px;padding:14px 16px;border-bottom:none;border-radius:10px;background:#11592c;color:#fff;position:relative}.home-sports .section-head::after{content:"";position:absolute;left:10px;bottom:-10px;width:360px;height:16px;background:#11823b;transform:skewX(-20deg);border-radius:3px;box-shadow:0 6px 14px rgba(0,0,0,.18);pointer-events:none}@media(max-width: 1024px){.home-sports .section-head::after{width:300px;bottom:-8px}}@media(max-width: 640px){.home-sports .section-head::after{width:200px;height:12px;bottom:-6px}}@media(max-width: 768px){.home-sports .section-head{flex-direction:column;align-items:flex-start;gap:1rem}}@media(max-width: 768px){.home-sports .section-head{flex-direction:row !important;align-items:center !important;justify-content:space-between !important;gap:.5rem !important}}.home-sports .section-title{display:flex;align-items:center;gap:.75rem;margin:0;text-transform:uppercase;font-size:1.1rem;font-weight:700;color:#fff}@media(max-width: 768px){.home-sports .section-title{font-size:1.5rem}}.home-sports .sports-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:rgba(0,0,0,0);color:#fff;font-size:1rem}.home-sports .sports-icon i{display:block;line-height:1;font-size:1.25rem}.home-sports .sports-more{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1rem;border-radius:6px;font-size:.9rem;font-weight:700;text-decoration:none;color:#fff;background:#0b6e2c;border:1px solid #0b6e2c;transition:all .2s ease}.home-sports .sports-more:hover{background:#095a24;border-color:#095a24;transform:translateY(-1px)}@media(max-width: 768px){.home-sports .sports-more{white-space:nowrap;flex-shrink:0}}.home-sports .sports-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem}@media(max-width: 768px){.home-sports .sports-grid{grid-template-columns:1fr;gap:1rem}}.home-sports .sports-card{position:relative;background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.08);border-radius:8px;overflow:hidden;transition:all .3s ease}.home-sports .sports-card:hover{transform:translateY(-4px);border-color:rgba(76,175,80,.3);box-shadow:0 12px 24px rgba(0,0,0,.15)}.home-sports .sports-media{position:relative;display:block;aspect-ratio:16/9;overflow:hidden}.home-sports .sports-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.home-sports .sports-card:hover .sports-image{transform:scale(1.02)}.home-sports .sports-content{padding:1.25rem}.home-sports .sports-meta{display:flex;align-items:center;justify-content:flex-start;margin-top:.75rem}.home-sports .sports-tags{display:flex;flex-wrap:wrap;gap:.5rem}.home-sports .sports-tag{display:inline-block;padding:.125rem .5rem;border-radius:3px;background:rgba(76,175,80,.1);color:#4caf50;font-size:.65rem;font-weight:500;text-transform:uppercase;letter-spacing:.03em;text-decoration:none;transition:all .2s ease}.home-sports .sports-tag:hover{background:rgba(76,175,80,.2);color:#66bb6a}.home-sports .sports-title{margin:0 0 .75rem 0;font-size:1.1rem;font-weight:600;line-height:1.4;text-align:left}.home-sports .sports-title a{color:#fff;text-decoration:none;transition:color .2s ease}.home-sports .sports-title a:hover{color:#4caf50}.home-sports .sports-excerpt{margin:0;font-size:.9rem;line-height:1.5;color:hsla(0,0%,100%,.8);text-align:left}.home-sports .sports-layout{display:grid;grid-template-columns:2fr 1.4fr 1.2fr;gap:15px;align-items:stretch}@media(max-width: 1024px){.home-sports .sports-layout{grid-template-columns:1.6fr 1fr}}@media(max-width: 768px){.home-sports .sports-layout{grid-template-columns:1fr !important;gap:10px !important}}.home-sports .sports-col{min-width:0;display:flex;flex-direction:column;min-height:0}.home-sports .sports-col.sports-left{gap:0px}.home-sports .sports-col.sports-mid .sports-list{display:flex;flex-direction:column;height:100%;justify-content:space-between}.home-sports .sports-featured-card{position:relative;border-radius:10px;overflow:hidden;background:#111;border:1px solid hsla(0,0%,100%,.08)}.home-sports .featured-media{display:block;position:relative}.home-sports .featured-image,.home-sports .featured-placeholder{width:100%;height:260px;object-fit:cover;display:block;background:linear-gradient(135deg, #1d1d1d, #111)}@media(min-width: 1025px){.home-sports .featured-image,.home-sports .featured-placeholder{height:280px}}@media(max-width: 768px){.home-sports .featured-image,.home-sports .featured-placeholder{height:220px}}.home-sports .featured-overlay{position:absolute;inset:0;background:linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));top:auto !important;left:0;right:0;bottom:0;height:50%;pointer-events:none}.home-sports .featured-content{position:absolute;left:0;right:0;bottom:0;padding:16px}.home-sports .featured-title{margin:0;font-size:1.25rem;line-height:1.25;color:#fff;text-align:left}.home-sports .sports-list{margin-top:16px;display:flex;flex-direction:column;gap:13px}@media(max-width: 768px){.home-sports .sports-list{gap:3px !important}}.home-sports .sports-list.sports-list-mid{flex-direction:column;margin-top:0 !important;gap:7px;height:100%;justify-content:space-between}.home-sports .sports-list.sports-list-mid .latest-card{display:flex;flex-direction:row-reverse;padding:10px;background:#0f0f0f;border:1px solid hsla(0,0%,100%,.1);border-radius:8px;gap:12px;align-items:center;transition:all .3s ease}.home-sports .sports-list.sports-list-mid .latest-card:hover{border-color:rgba(76,175,80,.3);background:#141414;box-shadow:0 4px 12px rgba(0,0,0,.2)}.home-sports .sports-list.sports-list-mid .latest-media{flex:0 0 130px;border-radius:6px;overflow:hidden;padding-bottom:0;height:84px}.home-sports .sports-list.sports-list-mid .latest-image,.home-sports .sports-list.sports-list-mid .latest-placeholder{width:130px;height:84px;object-fit:cover;display:block;position:static}.home-sports .sports-list.sports-list-mid .latest-body{display:flex;flex-direction:column;justify-content:space-between;flex:1;min-width:0;padding:0;background:rgba(0,0,0,0);border-radius:0}.home-sports .sports-list.sports-list-mid .latest-title{margin:0 0 6px 0;font-size:.85rem;font-weight:600;line-height:1.3;color:#fff;text-align:left;overflow:hidden !important;text-overflow:ellipsis !important;display:-webkit-box !important;-webkit-line-clamp:2 !important;line-clamp:2 !important;-webkit-box-orient:vertical !important}.home-sports .sports-list.sports-list-mid .latest-title a{color:#fff;text-decoration:none;transition:color .2s ease}.home-sports .sports-list.sports-list-mid .latest-title a:hover{color:var(--pressgpt-color-accent, #00d4ff)}.home-sports .sports-list.sports-list-mid .latest-meta{font-size:.75rem;color:hsla(0,0%,100%,.6);display:flex;gap:8px;align-items:center}@media(max-width: 1024px){.home-sports .sports-list.sports-list-mid{gap:8px}.home-sports .sports-list.sports-list-mid .latest-card{padding:8px;gap:10px}.home-sports .sports-list.sports-list-mid .latest-media{flex:0 0 110px}.home-sports .sports-list.sports-list-mid .latest-image,.home-sports .sports-list.sports-list-mid .latest-placeholder{width:110px;height:74px}.home-sports .sports-list.sports-list-mid .latest-title{font-size:.9rem;-webkit-line-clamp:2;line-clamp:2}}@media(max-width: 768px){.home-sports .sports-list.sports-list-mid{display:none !important}}@media(max-width: 600px){.home-sports .sports-list.sports-list-mid{display:none !important}}.home-sports .sports-list.sports-list-left{height:auto !important;justify-content:flex-start !important}.home-sports .sports-list.sports-list-left .latest-title{display:-webkit-box !important;-webkit-line-clamp:2 !important;line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important;text-overflow:ellipsis !important}.home-sports .sports-list.sports-list-left .latest-card{height:auto !important;flex-grow:0 !important}.home-sports .sports-list.sports-list-left .latest-media{flex:0 0 140px;height:88px}@media(max-width: 1024px){.home-sports .sports-list.sports-list-left .latest-media{flex:0 0 110px;height:74px}}.home-sports .sports-list.sports-list-left .latest-image,.home-sports .sports-list.sports-list-left .latest-placeholder{width:140px;height:88px;position:static}@media(max-width: 1024px){.home-sports .sports-list.sports-list-left .latest-image,.home-sports .sports-list.sports-list-left .latest-placeholder{width:110px;height:74px}}.home-sports .sports-list .latest-card{display:flex;padding:10px;background:#0f0f0f;border:1px solid hsla(0,0%,100%,.1);border-radius:8px;gap:12px;align-items:center;transition:all .3s ease !important}.home-sports .sports-list .latest-card:hover{border-color:rgba(76,175,80,.3) !important;background:#141414 !important;box-shadow:0 4px 12px rgba(0,0,0,.2) !important}@media(max-width: 768px){.home-sports .sports-list .latest-card{padding:0 5px 0 0 !important}}.home-sports .sports-list .latest-media{flex:0 0 110px;display:block;overflow:hidden;border-radius:6px;padding-bottom:0;height:74px}.home-sports .sports-list .latest-image,.home-sports .sports-list .latest-placeholder{width:110px;height:74px;object-fit:cover;display:block;background:#1d1d1d;position:static}.home-sports .sports-list .latest-body{padding:0;background:rgba(0,0,0,0);border-radius:0;min-width:0}.home-sports .sports-list .latest-title{font-size:1.05rem;line-height:1.2;text-align:left !important;white-space:normal !important;overflow:visible !important;text-overflow:clip !important;display:block !important;-webkit-line-clamp:unset !important;line-clamp:unset !important;-webkit-box-orient:initial !important;max-height:none !important}.home-sports .sports-list .latest-title a{color:#fff;text-decoration:none;transition:color .2s ease}.home-sports .sports-list .latest-title a:hover{color:#4caf50}.home-sports .sports-list .latest-excerpt{display:none}.home-sports .sports-list .latest-meta{display:none !important}.home-sports .sports-list .latest-date{color:hsla(0,0%,100%,.8);font-size:.8rem}.home-sports .sports-list .latest-category{background:#11823b;border:1px solid #11823b;color:#fff !important;border-radius:4px;padding:2px 8px;font-size:.72rem;text-transform:uppercase}@media(max-width: 1024px){.home-sports .sports-right{grid-column:1/-1}}.home-sports .standings-card{background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.08);border-radius:10px;overflow:hidden}.home-sports .standings-head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:#11823b;color:#fff;font-weight:700}.home-sports .standings-title{font-size:1rem;letter-spacing:.02em}.home-sports .standings-table{width:100%;border-collapse:collapse;table-layout:fixed}.home-sports .standings-table thead{display:table;width:100%;table-layout:fixed}.home-sports .standings-table tbody{display:block;max-height:610px;overflow-y:auto;width:100%;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.35) rgba(0,0,0,0)}.home-sports .standings-table tbody::-webkit-scrollbar{width:6px;height:6px}.home-sports .standings-table tbody::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.home-sports .standings-table tbody::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.35);border-radius:8px}.home-sports .standings-table tbody::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.5)}.home-sports .standings-table tr{display:table;width:100%;table-layout:fixed}.home-sports .standings-table th,.home-sports .standings-table td{padding:10px 8px;border-bottom:1px solid hsla(0,0%,100%,.06);text-align:center;font-size:.92rem;word-wrap:break-word;overflow-wrap:break-word}.home-sports .standings-table th:first-child,.home-sports .standings-table td:first-child{text-align:left !important;width:60%}.home-sports .standings-table th:nth-child(2),.home-sports .standings-table th:nth-child(3),.home-sports .standings-table th:nth-child(4),.home-sports .standings-table td:nth-child(2),.home-sports .standings-table td:nth-child(3),.home-sports .standings-table td:nth-child(4){width:13.33%;text-align:center}.home-sports .standings-table th{background:rgba(17,130,59,.15);font-weight:600}.home-sports .standings-table th:first-child{width:60%}.home-sports .standings-table th:nth-child(2),.home-sports .standings-table th:nth-child(3),.home-sports .standings-table th:nth-child(4){width:13.33%}.home-sports .standings-table td.team{text-align:left;width:60%;display:flex;align-items:center;gap:8px;overflow:visible}.home-sports .standings-table td.pts{font-weight:700;color:#4caf50;width:13.33%}.home-sports .standings-table tbody tr:nth-child(odd){background:hsla(0,0%,100%,.02)}.home-sports .standings-table tbody tr:hover{background:hsla(0,0%,100%,.05)}.home-sports .standings-table tbody td{font-size:.65rem;padding:7px 10px}.home-sports .standings-table td.team{width:100% !important}.home-sports .standings-empty{padding:16px;font-size:.95rem;color:hsla(0,0%,100%,.75)}.home-sports .standings-more{display:flex;align-items:center;justify-content:center;gap:8px;margin:12px;padding:10px 12px;border-radius:6px;background:#1b5e20;color:#fff;font-weight:600;text-decoration:none}.home-sports .standings-more:hover{background:#2e7d32}@media(max-width: 768px){.home-sports .sports-list-mid .latest-card{flex-direction:row !important}}@media(max-width: 768px){.home-sports .section-title{flex:1 1 auto}}body.light-mode .home-sports .sports-inner{background:hsla(0,0%,100%,.8);border-color:rgba(0,0,0,.05)}body.light-mode .home-sports .sports-inner:hover{border-color:rgba(76,175,80,.2);box-shadow:0 8px 32px rgba(0,0,0,.05)}body.light-mode .home-sports .section-title{color:#fff}body.light-mode .home-sports .section-head{border-bottom-color:rgba(0,0,0,.05);background:#11823b}body.light-mode .home-sports .section-head h1::before,body.light-mode .home-sports .section-head h2::before{background:#fff}body.light-mode .home-sports .sports-card{background:hsla(0,0%,100%,.9);border-color:rgba(0,0,0,.05)}body.light-mode .home-sports .sports-card:hover{border-color:rgba(76,175,80,.3);box-shadow:0 12px 24px rgba(0,0,0,.08)}body.light-mode .home-sports .sports-title a{color:#1a1a1a}body.light-mode .home-sports .sports-excerpt{color:rgba(0,0,0,.7)}body.light-mode .home-sports .sports-more{color:#fff;border-color:rgba(46,125,50,.3);background:#000}body.light-mode .home-sports .sports-more:hover{background:rgba(46,125,50,.1);border-color:rgba(46,125,50,.5)}body.light-mode .home-sports .sports-list .latest-card{background:#11592c;border-color:#eaeaea}body.light-mode .home-sports .sports-list .latest-title,body.light-mode .home-sports .sports-list .latest-title a{color:#fff}body.light-mode .home-sports .sports-list .latest-excerpt{color:#555}body.light-mode .home-sports .sports-list .latest-date{color:#666}body.light-mode .home-sports .standings-card{background:#fff;border-color:#eaeaea}body.light-mode .home-sports .standings-table th{background:#f7f7f7;color:#222}body.light-mode .home-sports .standings-table td{border-bottom:1px solid #eee;color:#222}body.light-mode .home-sports .standings-table tbody tr:nth-child(odd){background:#fafbfc}body.light-mode .home-sports .standings-table td.pts{color:#2e7d32}body.light-mode .home-sports .standings-table tbody{scrollbar-color:rgba(0,0,0,.3) rgba(0,0,0,0)}body.light-mode .home-sports .standings-table tbody::-webkit-scrollbar-thumb{background:rgba(0,0,0,.28)}body.light-mode .home-sports .standings-table tbody::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.4)}body.light-mode .home-sports .standings-more{background:#2e7d32}body.light-mode .home-sports .standings-more:hover{background:#1b5e20}body.dark-mode .home-sports .sports-more{background:#000;color:#fff;border-color:#000}body.dark-mode .home-sports .sports-more:hover{background:#111;border-color:#111}body.dark-mode .home-sports .sports-list .latest-card{background:#0f0f0f;border-color:hsla(0,0%,100%,.1)}body.dark-mode .home-sports .standings-card{background:hsla(0,0%,100%,.02);border-color:hsla(0,0%,100%,.08)}body.dark-mode .home-sports .standings-table th{background:rgba(17,130,59,.15)}body:not(.light-mode) .home-sports .section-head::after{background:#fff !important}body.light-mode .home-sports .section-head::after{background:#000 !important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);clip-path:inset(50%);border:0;white-space:nowrap}:where(.wp-block-columns.is-layout-flex){gap:10px !important}:where(.wp-block-columns){margin-bottom:0px !important}.m-0{margin:0 !important}.p-0{padding:0 !important}.mx-0{margin-left:0 !important;margin-right:0 !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.px-0{padding-left:0 !important;padding-right:0 !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.mt-0{margin-top:0 !important}.pt-0{padding-top:0 !important}.mb-0{margin-bottom:0 !important}.pb-0{padding-bottom:0 !important}.ml-0{margin-left:0 !important}.pl-0{padding-left:0 !important}.mr-0{margin-right:0 !important}.pr-0{padding-right:0 !important}.m-xs{margin:.25rem !important}.p-xs{padding:.25rem !important}.mx-xs{margin-left:.25rem !important;margin-right:.25rem !important}.my-xs{margin-top:.25rem !important;margin-bottom:.25rem !important}.px-xs{padding-left:.25rem !important;padding-right:.25rem !important}.py-xs{padding-top:.25rem !important;padding-bottom:.25rem !important}.mt-xs{margin-top:.25rem !important}.pt-xs{padding-top:.25rem !important}.mb-xs{margin-bottom:.25rem !important}.pb-xs{padding-bottom:.25rem !important}.ml-xs{margin-left:.25rem !important}.pl-xs{padding-left:.25rem !important}.mr-xs{margin-right:.25rem !important}.pr-xs{padding-right:.25rem !important}.m-sm{margin:.5rem !important}.p-sm{padding:.5rem !important}.mx-sm{margin-left:.5rem !important;margin-right:.5rem !important}.my-sm{margin-top:.5rem !important;margin-bottom:.5rem !important}.px-sm{padding-left:.5rem !important;padding-right:.5rem !important}.py-sm{padding-top:.5rem !important;padding-bottom:.5rem !important}.mt-sm{margin-top:.5rem !important}.pt-sm{padding-top:.5rem !important}.mb-sm{margin-bottom:.5rem !important}.pb-sm{padding-bottom:.5rem !important}.ml-sm{margin-left:.5rem !important}.pl-sm{padding-left:.5rem !important}.mr-sm{margin-right:.5rem !important}.pr-sm{padding-right:.5rem !important}.m-md{margin:.75rem !important}.p-md{padding:.75rem !important}.mx-md{margin-left:.75rem !important;margin-right:.75rem !important}.my-md{margin-top:.75rem !important;margin-bottom:.75rem !important}.px-md{padding-left:.75rem !important;padding-right:.75rem !important}.py-md{padding-top:.75rem !important;padding-bottom:.75rem !important}.mt-md{margin-top:.75rem !important}.pt-md{padding-top:.75rem !important}.mb-md{margin-bottom:.75rem !important}.pb-md{padding-bottom:.75rem !important}.ml-md{margin-left:.75rem !important}.pl-md{padding-left:.75rem !important}.mr-md{margin-right:.75rem !important}.pr-md{padding-right:.75rem !important}.m-lg{margin:1rem !important}.p-lg{padding:1rem !important}.mx-lg{margin-left:1rem !important;margin-right:1rem !important}.my-lg{margin-top:1rem !important;margin-bottom:1rem !important}.px-lg{padding-left:1rem !important;padding-right:1rem !important}.py-lg{padding-top:1rem !important;padding-bottom:1rem !important}.mt-lg{margin-top:1rem !important}.pt-lg{padding-top:1rem !important}.mb-lg{margin-bottom:1rem !important}.pb-lg{padding-bottom:1rem !important}.ml-lg{margin-left:1rem !important}.pl-lg{padding-left:1rem !important}.mr-lg{margin-right:1rem !important}.pr-lg{padding-right:1rem !important}.m-xl{margin:1.5rem !important}.p-xl{padding:1.5rem !important}.mx-xl{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-xl{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.px-xl{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-xl{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.mt-xl{margin-top:1.5rem !important}.pt-xl{padding-top:1.5rem !important}.mb-xl{margin-bottom:1.5rem !important}.pb-xl{padding-bottom:1.5rem !important}.ml-xl{margin-left:1.5rem !important}.pl-xl{padding-left:1.5rem !important}.mr-xl{margin-right:1.5rem !important}.pr-xl{padding-right:1.5rem !important}.m-2xl{margin:2rem !important}.p-2xl{padding:2rem !important}.mx-2xl{margin-left:2rem !important;margin-right:2rem !important}.my-2xl{margin-top:2rem !important;margin-bottom:2rem !important}.px-2xl{padding-left:2rem !important;padding-right:2rem !important}.py-2xl{padding-top:2rem !important;padding-bottom:2rem !important}.mt-2xl{margin-top:2rem !important}.pt-2xl{padding-top:2rem !important}.mb-2xl{margin-bottom:2rem !important}.pb-2xl{padding-bottom:2rem !important}.ml-2xl{margin-left:2rem !important}.pl-2xl{padding-left:2rem !important}.mr-2xl{margin-right:2rem !important}.pr-2xl{padding-right:2rem !important}.mx-auto{margin-left:auto !important;margin-right:auto !important}.ml-auto{margin-left:auto !important}.mr-auto{margin-right:auto !important}.mt-auto{margin-top:auto !important}.mb-auto{margin-bottom:auto !important}.gap-0{gap:0 !important}.gap-x-0{column-gap:0 !important}.gap-y-0{row-gap:0 !important}.gap-xs{gap:.25rem !important}.gap-x-xs{column-gap:.25rem !important}.gap-y-xs{row-gap:.25rem !important}.gap-sm{gap:.5rem !important}.gap-x-sm{column-gap:.5rem !important}.gap-y-sm{row-gap:.5rem !important}.gap-md{gap:.75rem !important}.gap-x-md{column-gap:.75rem !important}.gap-y-md{row-gap:.75rem !important}.gap-lg{gap:1rem !important}.gap-x-lg{column-gap:1rem !important}.gap-y-lg{row-gap:1rem !important}.gap-xl{gap:1.5rem !important}.gap-x-xl{column-gap:1.5rem !important}.gap-y-xl{row-gap:1.5rem !important}.gap-2xl{gap:2rem !important}.gap-x-2xl{column-gap:2rem !important}.gap-y-2xl{row-gap:2rem !important}.text-bg-primary{color:#0f0f0f !important}.bg-bg-primary{background-color:#0f0f0f !important}.border-bg-primary{border-color:#0f0f0f !important}.text-bg-surface{color:#121212 !important}.bg-bg-surface{background-color:#121212 !important}.border-bg-surface{border-color:#121212 !important}.text-bg-elevated{color:#151515 !important}.bg-bg-elevated{background-color:#151515 !important}.border-bg-elevated{border-color:#151515 !important}.text-bg-muted{color:#1d1d1d !important}.bg-bg-muted{background-color:#1d1d1d !important}.border-bg-muted{border-color:#1d1d1d !important}.text-border{color:#2a2a2a !important}.bg-border{background-color:#2a2a2a !important}.border-border{border-color:#2a2a2a !important}.text-border-subtle{color:hsla(0,0%,100%,.1) !important}.bg-border-subtle{background-color:hsla(0,0%,100%,.1) !important}.border-border-subtle{border-color:hsla(0,0%,100%,.1) !important}.text-text-primary{color:#fff !important}.bg-text-primary{background-color:#fff !important}.border-text-primary{border-color:#fff !important}.text-text-secondary{color:#cfcfcf !important}.bg-text-secondary{background-color:#cfcfcf !important}.border-text-secondary{border-color:#cfcfcf !important}.text-text-muted{color:hsla(0,0%,100%,.6) !important}.bg-text-muted{background-color:hsla(0,0%,100%,.6) !important}.border-text-muted{border-color:hsla(0,0%,100%,.6) !important}.text-accent{color:#00d4ff !important}.bg-accent{background-color:#00d4ff !important}.border-accent{border-color:#00d4ff !important}.text-accent-strong{color:#007acc !important}.bg-accent-strong{background-color:#007acc !important}.border-accent-strong{border-color:#007acc !important}.text-accent-warm{color:#ff6b6b !important}.bg-accent-warm{background-color:#ff6b6b !important}.border-accent-warm{border-color:#ff6b6b !important}.text-accent-warning{color:gold !important}.bg-accent-warning{background-color:gold !important}.border-accent-warning{border-color:gold !important}.text-neutral-100{color:#111 !important}.bg-neutral-100{background-color:#111 !important}.border-neutral-100{border-color:#111 !important}.text-neutral-200{color:#141414 !important}.bg-neutral-200{background-color:#141414 !important}.border-neutral-200{border-color:#141414 !important}.text-neutral-300{color:#1a1a1a !important}.bg-neutral-300{background-color:#1a1a1a !important}.border-neutral-300{border-color:#1a1a1a !important}.text-neutral-400{color:#2d2d2d !important}.bg-neutral-400{background-color:#2d2d2d !important}.border-neutral-400{border-color:#2d2d2d !important}.text-neutral-500{color:#3a3a3a !important}.bg-neutral-500{background-color:#3a3a3a !important}.border-neutral-500{border-color:#3a3a3a !important}.text-neutral-600{color:#4a4a4a !important}.bg-neutral-600{background-color:#4a4a4a !important}.border-neutral-600{border-color:#4a4a4a !important}.text-neutral-700{color:#666 !important}.bg-neutral-700{background-color:#666 !important}.border-neutral-700{border-color:#666 !important}.text-neutral-800{color:#888 !important}.bg-neutral-800{background-color:#888 !important}.border-neutral-800{border-color:#888 !important}.text-neutral-900{color:#b8c5d1 !important}.bg-neutral-900{background-color:#b8c5d1 !important}.border-neutral-900{border-color:#b8c5d1 !important}.text-light{color:#f5f5f5 !important}.bg-light{background-color:#f5f5f5 !important}.border-light{border-color:#f5f5f5 !important}.text-white{color:#fff !important}.bg-white{background-color:#fff !important}.border-white{border-color:#fff !important}.text-black{color:#000 !important}.bg-black{background-color:#000 !important}.border-black{border-color:#000 !important}.text-muted-50{color:hsla(0,0%,100%,.5) !important}.text-muted-70{color:hsla(0,0%,100%,.7) !important}.bg-transparent{background-color:rgba(0,0,0,0) !important}.text-inherit{color:inherit !important}.text-xs{font-size:.75rem !important}.text-sm{font-size:.875rem !important}.text-md{font-size:1rem !important}.text-lg{font-size:1.25rem !important}.text-xl{font-size:1.5rem !important}.text-2xl{font-size:1.75rem !important}.text-3xl{font-size:2rem !important}.font-normal{font-weight:400 !important}.font-medium{font-weight:500 !important}.font-semibold{font-weight:600 !important}.font-bold{font-weight:700 !important}.font-black{font-weight:900 !important}.leading-none{line-height:1 !important}.leading-tight{line-height:1.2 !important}.leading-snug{line-height:1.375 !important}.leading-normal{line-height:1.5 !important}.leading-relaxed{line-height:1.625 !important}.text-left{text-align:left !important}.text-center{text-align:center !important}.text-right{text-align:right !important}.uppercase{text-transform:uppercase !important}.lowercase{text-transform:lowercase !important}.capitalize{text-transform:capitalize !important}.normal-case{text-transform:none !important}.truncate{overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important}.line-clamp-2{display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important}.line-clamp-3{display:-webkit-box !important;-webkit-line-clamp:3 !important;-webkit-box-orient:vertical !important;overflow:hidden !important}.no-underline{text-decoration:none !important}.underline{text-decoration:underline !important}.italic{font-style:italic !important}.not-italic{font-style:normal !important}.whitespace-nowrap{white-space:nowrap !important}.whitespace-normal{white-space:normal !important}.block{display:block !important}.inline-block{display:inline-block !important}.inline{display:inline !important}.flex{display:flex !important}.inline-flex{display:inline-flex !important}.grid{display:grid !important}.hidden{display:none !important}.flex-row{flex-direction:row !important}.flex-col{flex-direction:column !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-1{flex:1 1 0% !important}.flex-auto{flex:1 1 auto !important}.flex-none{flex:none !important}.flex-shrink-0{flex-shrink:0 !important}.flex-grow{flex-grow:1 !important}.items-start{align-items:flex-start !important}.items-center{align-items:center !important}.items-end{align-items:flex-end !important}.items-stretch{align-items:stretch !important}.items-baseline{align-items:baseline !important}.justify-start{justify-content:flex-start !important}.justify-center{justify-content:center !important}.justify-end{justify-content:flex-end !important}.justify-between{justify-content:space-between !important}.justify-around{justify-content:space-around !important}.justify-evenly{justify-content:space-evenly !important}.self-auto{align-self:auto !important}.self-start{align-self:flex-start !important}.self-center{align-self:center !important}.self-end{align-self:flex-end !important}.self-stretch{align-self:stretch !important}.grid-cols-1{grid-template-columns:repeat(1, minmax(0, 1fr)) !important}.grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr)) !important}.grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr)) !important}.grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr)) !important}.col-span-2{grid-column:span 2/span 2 !important}.col-span-full{grid-column:1/-1 !important}.static{position:static !important}.relative{position:relative !important}.absolute{position:absolute !important}.fixed{position:fixed !important}.sticky{position:sticky !important}.inset-0{top:0 !important;right:0 !important;bottom:0 !important;left:0 !important}.top-0{top:0 !important}.bottom-0{bottom:0 !important}.left-0{left:0 !important}.right-0{right:0 !important}.w-full{width:100% !important}.w-auto{width:auto !important}.h-full{height:100% !important}.h-auto{height:auto !important}.min-w-0{min-width:0 !important}.max-w-full{max-width:100% !important}.overflow-hidden{overflow:hidden !important}.overflow-auto{overflow:auto !important}.overflow-visible{overflow:visible !important}.z-0{z-index:0 !important}.z-10{z-index:10 !important}.z-20{z-index:20 !important}.z-50{z-index:50 !important}.invisible{visibility:hidden !important}.visible{visibility:visible !important}.opacity-0{opacity:0 !important}.opacity-50{opacity:.5 !important}.opacity-100{opacity:1 !important}.cursor-pointer{cursor:pointer !important}.cursor-default{cursor:default !important}.rounded-none{border-radius:0 !important}.rounded-sm{border-radius:6px !important}.rounded{border-radius:12px !important}.rounded-lg{border-radius:16px !important}.rounded-full{border-radius:999px !important}.object-cover{object-fit:cover !important}.object-contain{object-fit:contain !important}.object-center{object-position:center !important}/*# sourceMappingURL=core.css.map */
