.menu-component{position:relative;width:100%;display:flex;justify-content:end}.desktop-menu{display:flex;justify-content:flex-end;list-style:none;padding:0;margin:0;gap:0}.menu-measurement{position:absolute;visibility:hidden;top:-9999px;left:-9999px}.menu-vertical .desktop-menu{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:auto;min-width:200px}.menu-vertical .menu-component{justify-content:flex-start;width:auto}.desktop-menu .menu-item{position:relative;display:flex;align-items:center}.menu-vertical .desktop-menu .menu-item{width:100%;display:flex;align-items:stretch}.desktop-menu .menu-link{display:block;padding:12px 20px;text-decoration:none;color:#333;white-space:nowrap;transition:background-color .2s ease}.menu-vertical .desktop-menu .menu-link{width:100%;white-space:normal}.desktop-menu .menu-link:hover{background-color:#f5f5f5}.desktop-menu .submenu{position:absolute;top:100%;left:0;display:none;list-style:none;padding:8px 0;margin:0;background:white;border-radius:4px;box-shadow:0 4px 16px #0000001f;z-index:1000;min-width:200px;max-height:400px;overflow-y:auto;overflow-x:hidden}.desktop-menu .submenu .submenu{top:0;left:100%;margin-left:2px;margin-top:-8px;z-index:1001}.desktop-menu .submenu:has(.has-submenu){overflow:visible;max-height:none}.desktop-menu .submenu.expand-left{left:auto;right:100%;margin-left:0;margin-right:2px}.menu-vertical .desktop-menu .submenu{top:0;left:100%;margin-left:2px;min-width:200px}.desktop-menu .menu-item:hover>.submenu{display:flex;flex-direction:column}.desktop-menu .submenu .menu-item:hover>.submenu{display:flex;flex-direction:column}.desktop-menu .submenu .menu-item{width:100%;position:relative}.menu-vertical .desktop-menu .submenu .menu-item{width:100%}.desktop-menu .submenu .menu-link{padding:12px 16px!important;position:relative;display:flex;align-items:center;justify-content:space-between}.desktop-menu .submenu .has-submenu>.menu-item-content>.menu-link:after{content:"▸";font-size:10px;margin-left:12px;opacity:.6;transition:transform .2s ease,opacity .2s ease}.desktop-menu .submenu.expand-left .has-submenu>.menu-item-content>.menu-link:after{content:"◂"}.desktop-menu .submenu .has-submenu:hover>.menu-item-content>.menu-link:after{transform:translate(2px);opacity:1}.desktop-menu .submenu.expand-left .has-submenu:hover>.menu-item-content>.menu-link:after{transform:translate(-2px)}.desktop-menu .submenu .menu-link:last-child{border-bottom:none}.desktop-menu .submenu{scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}.desktop-menu .submenu::-webkit-scrollbar{width:6px}.desktop-menu .submenu::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.desktop-menu .submenu::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.desktop-menu .submenu::-webkit-scrollbar-thumb:hover{background:#555}.mobile-menu.open{scrollbar-width:none;-ms-overflow-style:none}.mobile-menu.open::-webkit-scrollbar,.mobile-menu .submenu.open::-webkit-scrollbar{display:none;width:0;height:0}.mobile-menu .submenu.open{scrollbar-width:none;-ms-overflow-style:none}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;width:30px;height:30px;background:none;border:none;cursor:pointer;padding:0;margin:10px 0;position:relative}.mobile-menu-toggle .hamburger-line{width:100%;height:3px;background-color:#333;border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;transform-origin:center}.mobile-menu-toggle .hamburger-line:nth-child(1){transform:translateY(-8px)}.mobile-menu-toggle .hamburger-line:nth-child(2){transform:translateY(0)}.mobile-menu-toggle .hamburger-line:nth-child(3){transform:translateY(8px)}.mobile-menu-toggle.active .hamburger-line:nth-child(1){transform:translateY(0) rotate(45deg)}.mobile-menu-toggle.active .hamburger-line:nth-child(2){opacity:0;transform:translateY(0) scale(0)}.mobile-menu-toggle.active .hamburger-line:nth-child(3){transform:translateY(0) rotate(-45deg)}.mobile-menu-toggle:hover .hamburger-line{background-color:#666}.mobile-submenu-toggle{display:none;background:none;border:none;cursor:pointer;padding:15px 20px;font-size:14px;color:#666;min-width:50px;transition:background-color .2s ease;flex-shrink:0}.mobile-submenu-toggle:hover{background-color:#f0f0f0}.mobile-submenu-toggle .arrow{display:inline-block;transition:transform .3s ease}.mobile-submenu-toggle .arrow.down{transform:rotate(0)}.mobile-submenu-toggle .arrow.up{transform:rotate(180deg)}.mobile-menu{list-style:none;padding:0;margin:0;background:white;width:100%;max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease-out,opacity .3s ease-out}.mobile-menu.open{max-height:calc(100vh - 100px);overflow-y:auto;overflow-x:hidden;opacity:1;transition:max-height .4s ease-in,opacity .3s ease-in;-webkit-overflow-scrolling:touch}.mobile-menu .menu-item{position:relative;width:100%;border-bottom:1px solid #eee}.mobile-menu .menu-item:last-child{border-bottom:none}.mobile-menu .menu-item-content{display:flex;align-items:center;justify-content:space-between;position:relative;width:100%;min-height:52px}.mobile-menu .menu-link{display:block;flex:1;width:100%;padding:15px 20px;text-decoration:none;color:#333;transition:background-color .2s ease}.mobile-menu .has-submenu .menu-link{padding-right:10px}.mobile-menu .menu-link:hover{background-color:#f5f5f5}.mobile-menu .submenu{list-style:none;padding:0;margin:0;background:#f9f9f9;border-top:1px solid #eee;max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease-out,opacity .3s ease-out}.mobile-menu .submenu.open{max-height:1000px;overflow:visible;opacity:1;transition:max-height .4s ease-in,opacity .3s ease-in}.mobile-menu .submenu .menu-link{padding-left:40px;font-size:.95em}.mobile-menu .submenu .submenu .menu-link{padding-left:60px;font-size:.9em}@media (max-width: 768px){.desktop-menu{display:none}.mobile-menu-toggle{display:flex}.mobile-menu{max-height:0;opacity:0}.mobile-menu.open{max-height:calc(100vh - 100px);overflow-y:auto;overflow-x:hidden;opacity:1;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.mobile-menu.open::-webkit-scrollbar{display:none;width:0;height:0}.mobile-submenu-toggle{display:block}.mobile-menu .menu-item-content{display:flex}}@media (min-width: 769px){.mobile-menu-toggle{display:none}.mobile-menu{display:none!important}.desktop-menu{display:flex}.mobile-submenu-toggle{display:none!important}}.menu-item{position:relative}.menu-link{text-decoration:none;color:inherit}.submenu{list-style:none;padding:0;margin:0}.menu-dropdown{position:relative;display:inline-block;width:auto}.menu-dropdown .dropdown-toggle{display:flex;align-items:center;gap:8px;padding:12px 20px;background-color:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:16px;color:#333;transition:all .2s ease;white-space:nowrap}.menu-dropdown .dropdown-toggle:hover{background-color:#f5f5f5;border-color:#bbb}.menu-dropdown .dropdown-arrow{font-size:15px;display:inline-block;transition:transform .3s ease}.menu-dropdown .chevron-icon{width:12px;height:12px;display:inline-block;transition:transform .3s ease}.menu-dropdown:hover .chevron-icon{transform:rotate(90deg)!important}.menu-dropdown:hover .dropdown-arrow{transform:rotate(90deg)}.menu-dropdown .dropdown-menu{position:absolute;top:100%;left:0;display:none;flex-direction:column;list-style:none;margin:0;padding:4px 0 0;background:white;border-radius:4px;box-shadow:0 4px 12px #00000026;z-index:9999;min-width:200px;max-width:300px}.menu-dropdown:hover .dropdown-menu{display:flex}.menu-dropdown .dropdown-menu:before{content:"";position:absolute;top:-4px;left:0;right:0;height:4px;background:transparent}.menu-dropdown .dropdown-menu>.menu-item:first-child{margin-top:0}.menu-dropdown .dropdown-menu>.menu-item:first-child>.menu-item-content>.menu-link{border-radius:4px 4px 0 0}.menu-dropdown .dropdown-menu>.menu-item:last-child>.menu-item-content>.menu-link{border-radius:0 0 4px 4px}.menu-dropdown .dropdown-menu .menu-item{width:100%;position:relative}.menu-dropdown .dropdown-menu .menu-item-content{height:auto!important}.menu-dropdown .dropdown-menu .menu-link{display:block;padding:10px 20px;text-decoration:none;color:#333;white-space:normal;transition:background-color .2s ease;width:100%}.menu-dropdown .dropdown-menu .menu-link:hover{background-color:#f5f5f5}.menu-dropdown .dropdown-menu .submenu{position:absolute;top:0;left:100%;display:none;flex-direction:column;list-style:none;padding:8px 0;margin:0;background:white;border-radius:4px;box-shadow:0 4px 12px #00000026;z-index:10000;min-width:200px}.menu-dropdown .dropdown-menu .menu-item:hover>.submenu{display:flex}.menu-dropdown .dropdown-menu .submenu .menu-item{width:100%}.menu-dropdown .dropdown-menu .submenu .menu-link{padding:10px 20px;position:relative}@media (max-width: 768px){.menu-dropdown .dropdown-toggle{display:none}.menu-dropdown .dropdown-menu{display:none!important}.menu-dropdown .mobile-menu-toggle{display:flex}}@media (min-width: 769px){.menu-dropdown .mobile-menu-toggle{display:none}.menu-dropdown .mobile-menu{display:none!important}}@media (max-width: 768px){.menu-component.mobile-hide{display:none!important}}@media (max-width: 768px){.menu-component.mobile-merge{display:none!important}}@media (max-width: 768px){.menu-component[data-mobile-relocate-id] .mobile-menu{display:none!important}}.menu-separator{border-top:1px solid #e0e0e0;margin:8px 0;padding:0;list-style:none}@media (max-width: 768px){.menu-component.hide-on-mobile,.menu-component.group-on-mobile .desktop-menu,.menu-component.group-on-mobile .dropdown-menu,.menu-component.group-on-mobile .mobile-menu-toggle,.menu-component.group-on-mobile .mobile-menu,.site-header .menu-component.group-on-mobile{display:none!important}}.desktop-menu .drawer-item{position:relative}.desktop-menu .drawer-link{display:flex;align-items:center;justify-content:center;padding:12px 16px;min-width:44px}.desktop-menu .drawer-link svg{display:block}.desktop-menu .drawer-item:hover>.submenu{display:flex;flex-direction:column;right:0;left:auto}.desktop-menu .drawer-item .submenu{right:0;left:auto}.desktop-menu .drawer-item .submenu .submenu{right:100%;left:auto;margin-right:2px;margin-left:0;top:0}.desktop-menu .drawer-item .submenu .has-submenu>.menu-item-content>.menu-link:after{content:"◂"}.desktop-menu .drawer-item .submenu .has-submenu:hover>.menu-item-content>.menu-link:after{transform:translate(-2px)}.posts-reel{width:100%;margin:0 0 10px;padding:0;contain:layout style}.posts-reel.loading{min-height:200px;display:flex;align-items:center;justify-content:center;background-color:#f9f9f9;border-radius:8px}.posts-reel.error{background-color:#fff5f5;border:1px solid #fed7d7;border-radius:8px;padding:20px;text-align:center;color:#c53030}.posts-reel.no-posts{background-color:#f9f9f9;border:1px dashed #ddd;padding:20px;text-align:center;color:#999}.posts-reel.no-posts .no-posts-info{margin-top:10px;font-size:14px}.posts-reel .hero-story-description,.posts-reel .hero-grid-story-description,.posts-reel .hero-plus-2-description,.posts-reel .hero-plus-2-side-description,.posts-reel .hero-list-description,.posts-reel .hero-list-item-description,.posts-reel .horizontal-description,.posts-reel .vertical-description,.posts-reel .slider-item-description,.posts-reel .list-item-description,.posts-reel .tabbed-item-description,.posts-reel .grid-item-description{margin:6px 0 0;font-size:14px;line-height:1.5;color:#666;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.posts-reel .hero-story-description,.posts-reel.layout-hero\+2 .inner-details .hero-plus-2-description,.posts-reel.layout-hero\+2 .inner-details .hero-plus-2-side-description,.posts-reel.layout-grid .inner-details .grid-item-description{color:#ffffffe6;text-shadow:0 1px 2px rgba(0,0,0,.5)}.posts-reel.layout-hero .hero-layout{width:100%}.posts-reel.layout-hero\+2 .hero-plus-2-layout{display:grid;grid-template-columns:2fr 1fr;gap:10px;width:100%}.posts-reel.layout-hero\+2 .hero-plus-2-main{position:relative;overflow:hidden;height:490px;cursor:pointer;grid-row:span 2}.posts-reel.layout-hero\+2 .hero-plus-2-main img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.posts-reel.layout-hero\+2 .hero-plus-2-main:hover img{transform:scale(1.05)}.posts-reel.layout-hero\+2 .hero-plus-2-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.8));padding:40px 30px 30px;color:#fff}.posts-reel.layout-hero\+2 .hero-plus-2-overlay h2{margin:0 0 12px;font-size:32px;font-weight:700;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.5);color:#fff}.posts-reel.layout-hero\+2 .hero-plus-2-overlay h2 a{color:#fff;text-decoration:none}.posts-reel.layout-hero\+2 .hero-plus-2-overlay h2 a:hover{text-decoration:underline}.posts-reel.layout-hero\+2 .hero-plus-2-excerpt{margin:0 0 12px;font-size:16px;line-height:1.5;color:#e0e0e0;text-shadow:0 1px 2px rgba(0,0,0,.5)}.posts-reel.layout-hero\+2 .hero-plus-2-date{color:#e0e0e0;font-size:14px;text-shadow:0 1px 2px rgba(0,0,0,.5)}.posts-reel.layout-hero\+2 .hero-plus-2-side{display:flex;flex-direction:column;gap:10px}.posts-reel.layout-hero\+2 .hero-plus-2-side-story{position:relative;overflow:hidden;cursor:pointer;transition:box-shadow .3s ease;height:240px}.posts-reel.layout-hero\+2 .hero-plus-2-side-story:hover{box-shadow:0 4px 12px #0000001a}.posts-reel.layout-hero\+2 .hero-plus-2-side-image{width:100%;height:100%;overflow:hidden}.posts-reel.layout-hero\+2 .hero-plus-2-side-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.posts-reel.layout-hero\+2 .hero-plus-2-side-story:hover .hero-plus-2-side-image img{transform:scale(1.05)}.posts-reel.layout-hero\+2 .hero-plus-2-side-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.8));padding:30px 20px 20px;color:#fff}.posts-reel.layout-hero\+2 .hero-plus-2-side-overlay h4{margin:0 0 8px;font-size:16px;font-weight:600;line-height:1.3;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5)}.posts-reel.layout-hero\+2 .hero-plus-2-side-overlay h4 a{color:#fff;text-decoration:none}.posts-reel.layout-hero\+2 .hero-plus-2-side-overlay h4 a:hover{text-decoration:underline}.posts-reel.layout-hero\+2 .hero-plus-2-side-overlay .hero-plus-2-side-excerpt{margin:0 0 8px;font-size:13px;line-height:1.4;color:#e0e0e0;text-shadow:0 1px 2px rgba(0,0,0,.5);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.posts-reel.layout-hero\+2 .hero-plus-2-side-overlay .hero-plus-2-side-date{color:#e0e0e0;font-size:12px;text-shadow:0 1px 2px rgba(0,0,0,.5)}.posts-reel.layout-hero\+2 .outer-details .hero-plus-2-side-story{height:auto}.posts-reel.layout-hero\+2 .outer-details .hero-plus-2-side-image{height:180px}.posts-reel.layout-hero\+2 .hero-plus-2-side-content-below{padding:16px;background-color:#fff}.posts-reel.layout-hero\+2 .hero-plus-2-side-content-below h4{margin:0 0 8px;font-size:16px;font-weight:600;line-height:1.3;color:#333}.posts-reel.layout-hero\+2 .hero-plus-2-side-content-below h4 a{color:#333;text-decoration:none}.posts-reel.layout-hero\+2 .hero-plus-2-side-content-below h4 a:hover{color:#06c}.posts-reel.layout-hero\+2 .hero-plus-2-side-content-below .hero-plus-2-side-excerpt{margin:0 0 8px;font-size:13px;line-height:1.4;color:#666;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.posts-reel.layout-hero\+2 .hero-plus-2-side-content-below .hero-plus-2-side-date{color:#999;font-size:12px}.posts-reel.layout-hero\+2 .outer-details .hero-plus-2-main{height:auto}.posts-reel.layout-hero\+2 .outer-details .hero-plus-2-main img{height:400px}.posts-reel.layout-hero\+2 .hero-plus-2-content-below{padding:20px 0;background-color:#fff}.posts-reel.layout-hero\+2 .hero-plus-2-content-below h2{margin:0 0 12px;font-size:28px;font-weight:700;line-height:1.2;color:#333}.posts-reel.layout-hero\+2 .hero-plus-2-content-below h2 a{color:#333;text-decoration:none}.posts-reel.layout-hero\+2 .hero-plus-2-content-below h2 a:hover{color:#06c}.posts-reel.layout-hero\+2 .hero-plus-2-content-below .hero-plus-2-excerpt{margin:0 0 12px;font-size:16px;line-height:1.5;color:#666;text-shadow:none}.posts-reel.layout-hero\+2 .hero-plus-2-content-below .hero-plus-2-date{color:#999;font-size:14px;text-shadow:none}.posts-reel.layout-hero .hero-story{position:relative;margin-bottom:20px;overflow:hidden;height:400px;cursor:pointer}.posts-reel.layout-hero .hero-story img{width:100%;height:100%;object-fit:cover}.posts-reel.layout-hero .hero-story h2{margin:0 0 12px;font-size:28px;font-weight:700;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.5);color:#fff}.posts-reel.layout-hero .hero-story h2 a{color:#fff;text-decoration:none}.posts-reel.layout-hero .hero-story h2 a:hover{text-decoration:underline}.posts-reel.layout-hero .hero-story-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.7));padding:40px 30px 30px;color:#fff}.posts-reel.layout-hero .hero-story-date{color:#e0e0e0;font-size:14px;text-shadow:0 1px 2px rgba(0,0,0,.5)}.posts-reel.layout-hero .hero-grid-story-content{padding:16px}.posts-reel.layout-hero .hero-grid-story-date{color:#666;font-size:12px}.posts-reel.layout-hero .hero-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.posts-reel.layout-hero .hero-grid-story{overflow:hidden;background-color:#fff;cursor:pointer}.posts-reel.layout-hero .hero-grid-story img{width:100%;height:180px;object-fit:cover}.posts-reel.layout-hero .hero-grid-story h4{margin:0 0 8px;font-size:16px;font-weight:600;line-height:1.3;color:#333}.posts-reel.layout-hero .hero-grid-story h4 a{color:#333;text-decoration:none}.posts-reel.layout-hero .hero-grid-story h4 a:hover{text-decoration:underline}.posts-reel.layout-horizontal{width:100%}.posts-reel.layout-horizontal .horizontal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;padding:20px 0}.posts-reel.layout-horizontal .horizontal-image{margin-bottom:12px}.posts-reel.layout-horizontal .horizontal-image img{width:100%;height:200px;object-fit:cover}.posts-reel.layout-horizontal .horizontal-excerpt{margin:0;color:#666;font-size:14px;line-height:1.4}.posts-reel.layout-horizontal .horizontal-date{color:#999;margin-top:8px;display:block}.posts-reel.layout-horizontal article{padding:16px;background-color:#fff}.posts-reel.layout-horizontal article h4{margin:0 0 8px;font-size:18px;line-height:1.3}.posts-reel.layout-horizontal article h4 a{color:#333;text-decoration:none}.posts-reel.layout-horizontal article h4 a:hover{text-decoration:underline}.posts-reel.layout-vertical,.posts-reel.layout-vertical .posts-vertical{width:100%}.posts-reel.layout-vertical article{margin-bottom:16px;padding:16px;border:1px solid #eee;background-color:#fafafa}.posts-reel.layout-vertical article h4{margin:0 0 8px;font-size:16px;line-height:1.3}.posts-reel.layout-vertical article h4 a{color:#333;text-decoration:none}.posts-reel.layout-vertical article h4 a:hover{text-decoration:underline}.posts-reel.layout-vertical .vertical-article-content{display:flex;gap:16px;align-items:flex-start}.posts-reel.layout-vertical .vertical-image{flex-shrink:0}.posts-reel.layout-vertical .vertical-image img{width:80px;height:80px;object-fit:cover}.posts-reel.layout-vertical .vertical-text-content{flex:1}.posts-reel.layout-vertical .vertical-excerpt{margin:0 0 8px;font-size:14px;color:#666;line-height:1.4}.posts-reel.layout-vertical .vertical-date{color:#999}.posts-reel small{color:#999;font-size:12px}.posts-reel p{margin:0;line-height:1.5}.posts-reel .posts-title{margin-bottom:20px;margin-top:40px}@media (max-width: 768px){.posts-reel.layout-hero\+2 .hero-plus-2-layout{grid-template-columns:1fr;gap:16px}.posts-reel.layout-hero\+2 .hero-plus-2-main{height:350px;grid-row:span 1}.posts-reel.layout-hero\+2 .outer-details .hero-plus-2-main{height:auto}.posts-reel.layout-hero\+2 .outer-details .hero-plus-2-main img{height:300px}.posts-reel.layout-hero\+2 .hero-plus-2-overlay h2{font-size:24px}.posts-reel.layout-hero\+2 .hero-plus-2-content-below h2{font-size:22px}.posts-reel.layout-hero\+2 .hero-plus-2-content-below{padding:16px 0}.posts-reel.layout-hero\+2 .hero-plus-2-side{gap:16px}.posts-reel.layout-hero\+2 .hero-plus-2-side-story{height:auto}.posts-reel.layout-hero .hero-story{height:300px;margin-bottom:16px}.posts-reel.layout-hero .hero-story h2{font-size:22px}.posts-reel.layout-hero .hero-grid{grid-template-columns:1fr;gap:16px}.posts-reel.layout-hero .hero-grid-story img{height:150px}.posts-reel.layout-horizontal{grid-template-columns:1fr;gap:16px}.posts-reel.layout-vertical article{padding:12px}}@media (max-width: 480px){.posts-reel.layout-hero\+2 .hero-plus-2-main{height:280px}.posts-reel.layout-hero\+2 .outer-details .hero-plus-2-main img{height:250px}.posts-reel.layout-hero\+2 .hero-plus-2-overlay{padding:20px 16px}.posts-reel.layout-hero\+2 .hero-plus-2-overlay h2{font-size:20px}.posts-reel.layout-hero\+2 .hero-plus-2-content-below h2{font-size:18px}.posts-reel.layout-hero\+2 .hero-plus-2-content-below{padding:12px 0}.posts-reel.layout-hero\+2 .hero-plus-2-excerpt{font-size:14px}.posts-reel.layout-hero\+2 .hero-plus-2-side-image{height:180px}.posts-reel.layout-hero\+2 .hero-plus-2-side-content,.posts-reel.layout-hero .hero-story{padding:12px}.posts-reel.layout-hero .hero-story img{height:150px!important}.posts-reel.layout-hero .hero-grid-story{padding:12px}.posts-reel.layout-horizontal article{padding:12px}.posts-reel.layout-vertical article{padding:12px}.posts-reel.layout-vertical article img{width:60px!important;height:60px!important}}.posts-reel.layout-hero\+list .hero-list-layout{width:100%}.posts-reel.layout-hero\+list .hero-list-main{margin-bottom:20px;padding-bottom:20px;border-bottom:2px solid #e0e0e0}.posts-reel.layout-hero\+list .hero-list-image{width:100%;height:300px;overflow:hidden;margin-bottom:16px;cursor:pointer}.posts-reel.layout-hero\+list .hero-list-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.posts-reel.layout-hero\+list .hero-list-image:hover img{transform:scale(1.05)}.posts-reel.layout-hero\+list .hero-list-content h3{margin:0 0 8px;font-size:24px;font-weight:700;line-height:1.3;color:#333}.posts-reel.layout-hero\+list .hero-list-content h3 a{color:#333;text-decoration:none}.posts-reel.layout-hero\+list .hero-list-content h3 a:hover{color:#06c}.posts-reel.layout-hero\+list .hero-list-date{color:#999;font-size:14px}.posts-reel.layout-hero\+list .hero-list-items{display:flex;flex-direction:column;gap:16px}.posts-reel.layout-hero\+list .hero-list-item{padding:16px 0;border-bottom:1px solid #e0e0e0;cursor:pointer;transition:background-color .2s ease}.posts-reel.layout-hero\+list .hero-list-item:hover{background-color:#f9f9f9;padding-left:8px;padding-right:8px}.posts-reel.layout-hero\+list .hero-list-item:last-child{border-bottom:none}.posts-reel.layout-hero\+list .hero-list-item h4{margin:0 0 6px;font-size:18px;font-weight:600;line-height:1.3;color:#333}.posts-reel.layout-hero\+list .hero-list-item h4 a{color:#333;text-decoration:none}.posts-reel.layout-hero\+list .hero-list-item h4 a:hover{color:#06c}.posts-reel.layout-hero\+list .hero-list-item-date{color:#999;font-size:13px}@media (max-width: 768px){.posts-reel.layout-hero\+list .hero-list-image{height:250px}.posts-reel.layout-hero\+list .hero-list-content h3{font-size:20px}.posts-reel.layout-hero\+list .hero-list-item h4{font-size:16px}.posts-reel.layout-hero\+list .hero-list-item{padding:12px 0}}@media (max-width: 480px){.posts-reel.layout-hero\+list .hero-list-image{height:200px}.posts-reel.layout-hero\+list .hero-list-content h3{font-size:18px}.posts-reel.layout-hero\+list .hero-list-item h4{font-size:15px}.posts-reel.layout-hero\+list .hero-list-main{margin-bottom:16px;padding-bottom:16px}}.posts-reel.layout-hero\+text .hero-text-layout{display:grid;grid-template-columns:3fr 2fr;gap:24px;width:100%;align-items:start}.posts-reel.layout-hero\+text .hero-text-image-container{position:relative;overflow:hidden;border-radius:4px;cursor:pointer}.posts-reel.layout-hero\+text .hero-text-image-container a{display:block;text-decoration:none}.posts-reel.layout-hero\+text .hero-text-image{width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover;display:block;transition:transform .3s ease}.posts-reel.layout-hero\+text .hero-text-image-container:hover .hero-text-image{transform:scale(1.02)}.posts-reel.layout-hero\+text .hero-text-play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;transition:transform .3s ease,opacity .3s ease;opacity:.9}.posts-reel.layout-hero\+text .hero-text-image-container:hover .hero-text-play-button{transform:translate(-50%,-50%) scale(1.1);opacity:1}.posts-reel.layout-hero\+text .hero-text-play-button svg{filter:drop-shadow(0 2px 8px rgba(0,0,0,.4))}.posts-reel.layout-hero\+text .hero-text-content{display:flex;flex-direction:column;gap:12px;padding-top:8px}.posts-reel.layout-hero\+text .hero-text-title{margin:0;font-size:25px;font-weight:700;line-height:1.25;color:#1a1a1a}.posts-reel.layout-hero\+text .hero-text-title a{color:inherit;text-decoration:none;transition:color .2s ease}.posts-reel.layout-hero\+text .hero-text-title a:hover{color:#06c}.posts-reel.layout-hero\+text .hero-text-excerpt,.posts-reel.layout-hero\+text .hero-text-description{margin:8px 0 0;font-size:16px;line-height:1.6;color:#4a4a4a}.posts-reel.layout-hero\+text .hero-text-date{font-size:14px;color:#888;margin-top:4px}@media (max-width: 992px){.posts-reel.layout-hero\+text .hero-text-layout{grid-template-columns:1fr 1fr;gap:20px}.posts-reel.layout-hero\+text .hero-text-title{font-size:22px}.posts-reel.layout-hero\+text .hero-text-excerpt,.posts-reel.layout-hero\+text .hero-text-description{font-size:15px}}@media (max-width: 768px){.posts-reel.layout-hero\+text .hero-text-layout{grid-template-columns:1fr;gap:16px}.posts-reel.layout-hero\+text .hero-text-image{aspect-ratio:16 / 9}.posts-reel.layout-hero\+text .hero-text-content{padding-top:0}.posts-reel.layout-hero\+text .hero-text-title{font-size:20px}.posts-reel.layout-hero\+text .hero-text-excerpt{font-size:15px}}@media (max-width: 480px){.posts-reel.layout-hero\+text .hero-text-title{font-size:18px}.posts-reel.layout-hero\+text .hero-text-excerpt{font-size:14px;line-height:1.5}.posts-reel.layout-hero\+text .hero-text-play-button svg{width:40px;height:40px}}.posts-reel.layout-slider{position:relative;overflow:hidden;padding:0 40px}.posts-reel.layout-slider .slider-container{display:flex;gap:16px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:4px 0}.posts-reel.layout-slider .slider-container::-webkit-scrollbar{display:none}.posts-reel.layout-slider .slider-container.no-scroll{overflow:hidden;justify-content:flex-start}.posts-reel.layout-slider:has(.slider-container.no-scroll){padding:0}.posts-reel.layout-slider .slider-item{flex:0 0 calc((100% - (var(--visible-items, 4) - 1) * 16px) / var(--visible-items, 4));min-width:200px;max-width:320px;background:#fff;border-radius:4px;overflow:hidden}.posts-reel.layout-slider .slider-item-image-container{position:relative;overflow:hidden;cursor:pointer}.posts-reel.layout-slider .slider-item-image-container a{display:block;text-decoration:none}.posts-reel.layout-slider .slider-item-image{width:100%;height:auto;aspect-ratio:16 / 10;object-fit:cover;display:block}.posts-reel.layout-slider .slider-play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.posts-reel.layout-slider .slider-play-button svg{filter:drop-shadow(0 2px 6px rgba(0,0,0,.4))}.posts-reel.layout-slider .slider-item-content{padding:12px 0 0}.posts-reel.layout-slider .slider-item-title{margin:0 0 6px;font-size:16px;font-weight:600;line-height:1.35;color:#333;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}.posts-reel.layout-slider .slider-item-title a{color:inherit;text-decoration:none;transition:color .2s ease}.posts-reel.layout-slider .slider-item-title a:hover{color:#06c}.posts-reel.layout-slider .slider-item-excerpt{margin:0 0 8px;font-size:14px;line-height:1.5;color:#666;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.posts-reel.layout-slider .slider-item-date{font-size:12px;color:#999}.posts-reel.layout-slider .slider-nav-button{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.95);border:1px solid #ddd;font-size:24px;font-weight:700;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;padding-bottom:2px;box-shadow:0 2px 6px #00000026;transition:all .3s ease}.posts-reel.layout-slider .slider-nav-button:hover{background:#fff;box-shadow:0 4px 10px #0003;transform:translateY(-50%) scale(1.1)}.posts-reel.layout-slider .slider-nav-button:active{transform:translateY(-50%) scale(.95)}.posts-reel.layout-slider .slider-nav-left{left:0}.posts-reel.layout-slider .slider-nav-right{right:0}@media (max-width: 992px){.posts-reel.layout-slider{padding:0 36px}.posts-reel.layout-slider .slider-item{flex:0 0 calc((100% - 2 * 16px) / 3);min-width:180px}.posts-reel.layout-slider .slider-item-title{font-size:15px}}@media (max-width: 768px){.posts-reel.layout-slider{padding:0 32px}.posts-reel.layout-slider .slider-item{flex:0 0 calc((100% - 16px)/2);min-width:160px}.posts-reel.layout-slider .slider-nav-button{width:32px;height:32px;font-size:20px}.posts-reel.layout-slider .slider-item-title{font-size:14px}.posts-reel.layout-slider .slider-item-excerpt{font-size:13px}}@media (max-width: 480px){.posts-reel.layout-slider{padding:0}.posts-reel.layout-slider .slider-container{flex-direction:column;overflow-x:visible;gap:16px}.posts-reel.layout-slider .slider-item{flex:none;width:100%;min-width:100%;max-width:100%}.posts-reel.layout-slider .slider-nav-button{display:none}.posts-reel.layout-slider .slider-item-title{font-size:14px}.posts-reel.layout-slider .slider-play-button svg{width:30px;height:30px}}.posts-reel.layout-list .list-layout{width:100%;display:flex;flex-direction:column}.posts-reel.layout-list .list-item{display:grid;grid-template-columns:2fr auto;gap:12px;padding:6px;background-color:#fff;cursor:pointer;transition:box-shadow .3s ease,transform .2s ease}.posts-reel.layout-list .list-layout.image-end .list-item{grid-template-columns:2fr auto}.posts-reel.layout-list .list-layout.image-end .list-item-content{order:1}.posts-reel.layout-list .list-layout.image-end .list-item-image{order:2}.posts-reel.layout-list .list-layout.image-start .list-item{grid-template-columns:auto 2fr}.posts-reel.layout-list .list-layout.image-start .list-item-content{order:2}.posts-reel.layout-list .list-layout.image-start .list-item-image{order:1}.posts-reel.layout-list .list-item-content{display:flex;flex-direction:column;justify-content:center}.posts-reel.layout-list .list-item-content h4{margin:0 0 6px;font-weight:700;line-height:normal;color:#333}.posts-reel.layout-list .list-item-content h4 a{color:#333;text-decoration:none}.posts-reel.layout-list .list-item-excerpt{margin:0 0 6px;font-size:16px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}.posts-reel.layout-list .list-item-date{color:#999;font-size:13px}.posts-reel.layout-list .list-item-image{width:180px;min-height:106px;overflow:hidden}.posts-reel.layout-list .list-item-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.posts-reel.layout-list .list-layout.scrolleable{max-height:380px;overflow-y:auto;overflow-x:hidden;padding:0;gap:0;scrollbar-width:thin;scrollbar-color:#ccc #f5f5f5}.posts-reel.layout-list .list-layout.scrolleable::-webkit-scrollbar{width:6px}.posts-reel.layout-list .list-layout.scrolleable::-webkit-scrollbar-track{background:#f5f5f5}.posts-reel.layout-list .list-layout.scrolleable::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.posts-reel.layout-list .list-layout.scrolleable::-webkit-scrollbar-thumb:hover{background:#999}.posts-reel.layout-list .list-layout.scrolleable .list-item{height:76px;padding:0;margin:0;gap:12px;border-bottom:1px solid #e0e0e0;background:white;transition:background-color .2s ease}.posts-reel.layout-list .list-layout.scrolleable .list-item:last-child{border-bottom:none}.posts-reel.layout-list .list-layout.scrolleable .list-item:hover{background-color:#f8f9fa}.posts-reel.layout-list .list-layout.scrolleable .list-item-content{padding:8px 12px;justify-content:center}.posts-reel.layout-list .list-layout.scrolleable .list-item-content h3{margin:0 0 4px;font-size:14px;font-weight:600;line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.posts-reel.layout-list .list-layout.scrolleable .list-item-date{font-size:11px;color:#999;margin:0}.posts-reel.layout-list .list-layout.scrolleable .list-item-image{width:92px;height:76px;flex-shrink:0;border-radius:0}.posts-reel.layout-list .list-layout.scrolleable .list-item-image img{width:100%;height:100%;object-fit:cover}.posts-reel.layout-list .list-layout.scrolleable.image-start .list-item{flex-direction:row}.posts-reel.layout-list .list-layout.scrolleable.image-end .list-item{flex-direction:row-reverse}@media (max-width: 768px){.posts-reel.layout-list .list-item{grid-template-columns:1fr!important;gap:12px;padding:6px}.posts-reel.layout-list .list-layout.image-end .list-item-content,.posts-reel.layout-list .list-layout.image-start .list-item-content{order:1}.posts-reel.layout-list .list-layout.image-end .list-item-image,.posts-reel.layout-list .list-layout.image-start .list-item-image{order:2}.posts-reel.layout-list .list-item-content h4{font-size:20px}.posts-reel.layout-list .list-item-image{height:180px}.posts-reel.layout-list .list-layout{gap:16px}}@media (max-width: 480px){.posts-reel.layout-list .list-item{padding:6px}.posts-reel.layout-list .list-item-content h4{font-size:18px}.posts-reel.layout-list .list-item-excerpt{font-size:14px;-webkit-line-clamp:2;line-clamp:2}.posts-reel.layout-list .list-item-image{height:150px}.posts-reel.layout-list .list-layout{gap:12px}}.posts-reel.layout-tabbed .tabbed-layout{width:100%}.posts-reel.layout-tabbed .tabbed-tabs{display:flex;gap:8px;margin-bottom:20px;border-bottom:2px solid #e0e0e0;padding-bottom:0;flex-wrap:wrap}.posts-reel.layout-tabbed .tabbed-tab{background:none;border:none;padding:12px 20px;font-size:15px;font-weight:600;color:#666;cursor:pointer;transition:all .3s ease;border-bottom:3px solid transparent;margin-bottom:-2px;position:relative}.posts-reel.layout-tabbed .tabbed-tab:hover{color:#333;background-color:#f5f5f5}.posts-reel.layout-tabbed .tabbed-tab.active{color:#06c;border-bottom-color:#06c;background-color:transparent}.posts-reel.layout-tabbed .tabbed-content{display:flex;flex-direction:column;gap:0}.posts-reel.layout-tabbed .tabbed-item{padding:16px 0;border-bottom:1px solid #e0e0e0;cursor:pointer;transition:background-color .2s ease,padding .2s ease}.posts-reel.layout-tabbed .tabbed-item:hover{background-color:#f9f9f9;padding-left:12px;padding-right:12px}.posts-reel.layout-tabbed .tabbed-item:last-child{border-bottom:none}.posts-reel.layout-tabbed .tabbed-item h4{margin:0 0 6px;font-size:17px;font-weight:600;line-height:1.4;color:#333}.posts-reel.layout-tabbed .tabbed-item h4 a{color:#333;text-decoration:none}.posts-reel.layout-tabbed .tabbed-item h4 a:hover{color:#06c}.posts-reel.layout-tabbed .tabbed-item-date{color:#999;font-size:13px}.posts-reel.layout-tabbed .tabbed-no-posts{padding:40px 20px;text-align:center;color:#999;font-size:15px;background-color:#f9f9f9;border-radius:4px}@media (max-width: 768px){.posts-reel.layout-tabbed .tabbed-tabs{gap:6px;margin-bottom:16px}.posts-reel.layout-tabbed .tabbed-tab{padding:10px 16px;font-size:14px}.posts-reel.layout-tabbed .tabbed-item{padding:14px 0}.posts-reel.layout-tabbed .tabbed-item h4{font-size:16px}}@media (max-width: 480px){.posts-reel.layout-tabbed .tabbed-tabs{gap:4px}.posts-reel.layout-tabbed .tabbed-tab{padding:8px 12px;font-size:13px}.posts-reel.layout-tabbed .tabbed-item{padding:12px 0}.posts-reel.layout-tabbed .tabbed-item h4{font-size:15px}.posts-reel.layout-tabbed .tabbed-item-date{font-size:12px}.posts-reel.layout-tabbed .tabbed-no-posts{padding:30px 16px;font-size:14px}}.posts-reel.layout-grid .grid-layout{display:grid;gap:10px;width:100%}.posts-reel.layout-grid .grid-item{position:relative;overflow:hidden;cursor:pointer;transition:box-shadow .3s ease;min-height:250px;background-color:#fff}.posts-reel.layout-grid .grid-item-image{width:100%;height:100%;overflow:hidden;position:absolute;top:0;left:0}.posts-reel.layout-grid .grid-item-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.posts-reel.layout-grid .inner-details .grid-item-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.85));padding:40px 20px 20px;color:#fff;z-index:1}.posts-reel.layout-grid .inner-details .grid-item-overlay h4{margin:0 0 8px;font-size:18px;font-weight:600;line-height:1.3;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5)}.posts-reel.layout-grid .inner-details .grid-item-overlay h4 a{color:#fff;text-decoration:none}.posts-reel.layout-grid .inner-details .grid-item-overlay h4 a:hover{text-decoration:underline}.posts-reel.layout-grid .inner-details .grid-item-overlay .grid-item-excerpt{margin:0 0 8px;font-size:14px;line-height:1.4;color:#e0e0e0;text-shadow:0 1px 2px rgba(0,0,0,.5);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.posts-reel.layout-grid .inner-details .grid-item-overlay .grid-item-date{color:#e0e0e0;font-size:12px;text-shadow:0 1px 2px rgba(0,0,0,.5)}.posts-reel.layout-grid .outer-details .grid-item{min-height:auto;display:flex;flex-direction:column}.posts-reel.layout-grid .outer-details .grid-item-image{position:relative;height:200px;width:100%}.posts-reel.layout-grid .grid-item-content-below{padding:16px;background-color:#fff;flex:1}.posts-reel.layout-grid .grid-item-content-below h4{margin:0 0 8px;font-size:18px;font-weight:600;line-height:1.3;color:#333}.posts-reel.layout-grid .grid-item-content-below h4 a{color:#333;text-decoration:none}.posts-reel.layout-grid .grid-item-content-below h4 a:hover{color:#06c}.posts-reel.layout-grid .grid-item-content-below .grid-item-excerpt{margin:0 0 8px;font-size:14px;line-height:1.4;color:#666;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.posts-reel.layout-grid .grid-item-content-below .grid-item-date{color:#999;font-size:12px}@media (max-width: 768px){.posts-reel.layout-grid .grid-layout{grid-template-columns:repeat(2,1fr)!important;gap:15px}.posts-reel.layout-grid .grid-item{min-height:200px}.posts-reel.layout-grid .inner-details .grid-item-overlay h4,.posts-reel.layout-grid .grid-item-content-below h4{font-size:16px}.posts-reel.layout-grid .outer-details .grid-item-image{height:150px}}@media (max-width: 480px){.posts-reel.layout-grid .grid-layout{grid-template-columns:1fr!important;gap:10px}.posts-reel.layout-grid .grid-item{min-height:180px}.posts-reel.layout-grid .inner-details .grid-item-overlay{padding:30px 15px 15px}.posts-reel.layout-grid .inner-details .grid-item-overlay h4{font-size:14px}.posts-reel.layout-grid .grid-item-content-below{padding:12px}.posts-reel.layout-grid .grid-item-content-below h4{font-size:14px}.posts-reel.layout-grid .outer-details .grid-item-image{height:120px}}.posts-reel.loading:after{content:"";display:inline-block;width:20px;height:20px;border:3px solid #f3f3f3;border-top:3px solid #1890ff;border-radius:50%;animation:spin 1s linear infinite;margin-left:10px}.posts-reel.layout-video-carousel{position:relative;overflow:hidden}.posts-reel.layout-video-carousel .no-videos{text-align:center;padding:40px;color:#666}.posts-reel.layout-video-carousel .carousel-nav-button{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:50px;height:50px;border-radius:50%;background:rgba(255,255,255,.9);border:none;font-size:32px;font-weight:700;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;padding-bottom:4px;box-shadow:0 2px 8px #0003;transition:all .3s ease}.posts-reel.layout-video-carousel .carousel-nav-button:hover{background:rgba(255,255,255,1);box-shadow:0 4px 12px #0000004d;transform:translateY(-50%) scale(1.1)}.posts-reel.layout-video-carousel .carousel-nav-button:active{transform:translateY(-50%) scale(.95)}.posts-reel.layout-video-carousel .carousel-nav-left{left:10px}.posts-reel.layout-video-carousel .carousel-nav-right{right:10px}.posts-reel.layout-video-carousel .video-carousel-grid{display:flex;gap:20px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.posts-reel.layout-video-carousel .video-carousel-grid::-webkit-scrollbar{display:none}.posts-reel.layout-video-carousel .video-grid-item{flex:0 0 auto;width:350px;background:#f5f5f5;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.posts-reel.layout-video-carousel.view-portrait .video-grid-item{width:220px}.posts-reel.layout-video-carousel .video-grid-item:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0003}.posts-reel.layout-video-carousel .video-player-wrapper{position:relative;width:100%;background:#000;aspect-ratio:16 / 9}.posts-reel.layout-video-carousel.view-portrait .video-player-wrapper{aspect-ratio:9 / 16}.posts-reel.layout-video-carousel .video-player-wrapper iframe{display:block}.posts-reel.layout-video-carousel .video-item-title{padding:15px;background:#fff}.posts-reel.layout-video-carousel .video-item-title h4{margin:0;font-size:16px;font-weight:600;line-height:1.4;color:#333}.posts-reel.layout-video-carousel .video-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.9);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.posts-reel.layout-video-carousel .video-modal-content{position:relative;width:100%;max-width:1200px;padding-top:30px}.posts-reel.layout-video-carousel .modal-close-btn{position:absolute;top:0;right:0;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.9);border:none;font-size:28px;font-weight:700;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;padding-bottom:4px;transition:all .3s ease;z-index:10000}.posts-reel.layout-video-carousel .modal-close-btn:hover{background:rgba(255,255,255,1);transform:scale(1.1)}.posts-reel.layout-video-carousel .modal-video-wrapper{width:100%;background:#000;border-radius:8px;overflow:hidden}.posts-reel.layout-video-carousel .modal-video-title{margin-top:20px;text-align:center}.posts-reel.layout-video-carousel .modal-video-title h3{margin:0;color:#fff;font-size:24px;font-weight:600}@media (max-width: 768px){.posts-reel.layout-video-carousel{padding:10px}.posts-reel.layout-video-carousel .carousel-nav-button{width:40px;height:40px;font-size:24px}.posts-reel.layout-video-carousel .video-grid-item{width:280px}.posts-reel.layout-video-carousel.view-portrait .video-grid-item{width:180px}.posts-reel.layout-video-carousel .modal-video-title h3{font-size:20px}}@media (max-width: 480px){.posts-reel.layout-video-carousel .video-grid-item{width:240px}.posts-reel.layout-video-carousel.view-portrait .video-grid-item{width:160px}.posts-reel.layout-video-carousel .video-item-title{padding:12px}.posts-reel.layout-video-carousel .video-item-title h4{font-size:14px}.posts-reel.layout-video-carousel .modal-video-title h3{font-size:18px}}.posts-reel .posts-reel-more-button-container{display:flex;justify-content:center;margin-top:20px;padding-top:16px}.posts-reel .posts-reel-more-button{width:100%;height:100%;line-height:44px;min-width:170px;padding:0 24px;display:block;color:inherit;text-decoration:none;border-radius:inherit;text-align:center;background-color:#eee}@media (max-width: 768px){.posts-reel .posts-reel-more-button-container{margin-top:16px;padding-top:12px}.posts-reel .posts-reel-more-button{padding:10px 24px;font-size:13px}}@media (max-width: 480px){.posts-reel .posts-reel-more-button-container{margin-top:12px;padding-top:10px}.posts-reel .posts-reel-more-button{padding:8px 20px;font-size:12px;width:100%;text-align:center}}.grid-12{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem;width:100%;margin-bottom:10px}[class^=col-]{min-width:0}.col-1{grid-column:span 1 / span 1}.col-2{grid-column:span 2 / span 2}.col-3{grid-column:span 3 / span 3}.col-4{grid-column:span 4 / span 4}.col-5{grid-column:span 5 / span 5}.col-6{grid-column:span 6 / span 6}.col-7{grid-column:span 7 / span 7}.col-8{grid-column:span 8 / span 8}.col-9{grid-column:span 9 / span 9}.col-10{grid-column:span 10 / span 10}.col-11{grid-column:span 11 / span 11}.col-12{grid-column:span 12 / span 12}.weather-block{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;width:100%;text-align:left;background:transparent;border-radius:8px;padding:0;box-shadow:none;display:flex;justify-content:end}.weather-widget{display:flex;justify-content:space-between;align-items:center;background:white;border-radius:8px;transition:all .3s ease;max-width:300px;gap:40px}@media screen and (max-width: 768px){.weather-widget{flex-direction:row}}.weather-left{text-align:left;flex:1}.location-name{font-size:16px;font-weight:600;color:#333;margin-bottom:4px;line-height:1.2}.weather-condition{font-size:14px;color:#666;line-height:1.2}.weather-right{display:flex;align-items:center;gap:16px}.current-temperature{font-size:30px;font-weight:700;color:#333;line-height:1}.weather-icon-section{display:flex;align-items:center;gap:12px}.weather-icon{width:40px;height:40px;object-fit:contain;border-radius:4px}.high-low-temps{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#666;line-height:1.2}.temp-high,.temp-low{white-space:nowrap;font-weight:500}.weather-loading{display:flex;flex-direction:column;align-items:center;color:#fff}.loading-spinner{width:32px;height:32px;border:3px solid #f3f3f3;border-top:3px solid #1890ff;border-radius:50%;animation:spin 1s linear infinite}.loading-text{font-size:14px;color:#666;font-weight:500}.weather-error{display:flex;flex-direction:column;align-items:center;color:#d32f2f;background:white;border-radius:8px;border:1px solid #ffcdd2;box-shadow:0 2px 8px #0000001a}.error-icon{font-size:24px}.error-message{font-size:14px;color:#d32f2f;font-weight:500}.weather-no-data{display:flex;flex-direction:column;align-items:center;gap:12px;padding:40px 20px;color:#666;background:white;border-radius:8px;border:1px solid #e8e8e8;box-shadow:0 2px 8px #0000001a}.no-data-icon{font-size:24px}.no-data-text{font-size:14px;color:#666;font-weight:500}.no-locations{text-align:center;padding:40px 20px;color:#666;background:white;border-radius:8px;border:1px solid #e8e8e8;box-shadow:0 2px 8px #0000001a;font-size:14px}@media (max-width: 768px){.weather-widget{padding:8px 12px;min-width:auto}.weather-left{display:none}.weather-right{flex-direction:row;gap:8px;align-items:center}.current-temperature{font-size:24px}.weather-icon{width:32px;height:32px}.high-low-temps{display:none}.weather-icon-section{display:flex;align-items:center}}@media (max-width: 480px){.weather-widget{padding:12px}.current-temperature{font-size:28px}.location-name{font-size:16px}.weather-condition{font-size:13px}.weather-loading,.weather-error,.weather-no-data,.no-locations{padding:20px 16px}}.weather-widget-row{display:flex;gap:24px;background:white;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000001a;width:100%}.weather-row-image{flex-shrink:0;width:200px;display:flex;align-items:center;justify-content:center;background:#e8e8e8;border-radius:8px;height:200px;position:relative;overflow:hidden}.weather-video-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(135deg,#d0d0d0 0%,#e8e8e8 100%);position:relative;cursor:pointer;transition:all .3s ease}.weather-video-placeholder:hover{background:linear-gradient(135deg,#c0c0c0 0%,#d8d8d8 100%)}.weather-video-placeholder:hover .play-icon{transform:scale(1.1)}.play-icon{font-size:64px;color:#0009;text-shadow:0 4px 8px rgba(0,0,0,.2);transition:all .3s ease}.weather-image-placeholder{font-size:64px;opacity:.5}.weather-row-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:16px}.weather-row-city{border-bottom:2px solid #e0e0e0;padding-bottom:12px;display:flex;justify-content:space-between;align-items:center}.weather-row-city h3{margin:0;font-size:28px;font-weight:700;color:#333}.temperature-unit-switcher{display:flex;background:#f0f0f0;border-radius:20px;padding:4px;gap:4px}.unit-button{padding:6px 16px;border:none;background:transparent;border-radius:16px;font-size:14px;font-weight:600;color:#666;cursor:pointer;transition:all .3s ease}.unit-button:hover{color:#333}.unit-button.active{background:white;color:#667eea;box-shadow:0 2px 4px #0000001a}.weather-row-data{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:20px;align-items:start}.weather-col-divider{width:1px;background:linear-gradient(to bottom,transparent,#e0e0e0 10%,#e0e0e0 90%,transparent);align-self:stretch}.weather-row-col{display:flex;flex-direction:column;gap:12px}.weather-current-main{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:8px}.weather-icon-large{width:64px;height:64px}.weather-current-temp{font-size:48px;font-weight:700;color:#333}.weather-current-details-row{display:flex;gap:16px;justify-content:center;align-items:center}.weather-detail-item{display:flex;flex-direction:column;align-items:center;gap:4px}.weather-detail-item .label{font-size:16px;font-weight:600;color:#666}.weather-detail-item .value{font-size:18px;font-weight:700;color:#333}.weather-current-details{display:flex;flex-direction:column;gap:8px}.weather-detail-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f0f0f0}.weather-detail-row:last-child{border-bottom:none}.weather-detail-row .label{font-size:14px;font-weight:500;color:#666}.weather-detail-row .value{font-size:16px;font-weight:600;color:#333}.astronomy-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.astronomy-col{display:flex;flex-direction:column;gap:12px;align-items:center}.astronomy-col .weather-detail-row{display:flex;flex-direction:column;align-items:center;padding:8px 0;gap:4px}.astronomy-icon{font-size:32px;font-weight:700;margin-bottom:4px}.astronomy-icon.sun-rise,.astronomy-icon.sun-set{color:#ff8c42;text-shadow:0 2px 4px rgba(255,140,66,.3)}.astronomy-icon.moon-rise,.astronomy-icon.moon-set{color:#764ba2;text-shadow:0 2px 4px rgba(118,75,162,.3)}.astronomy-col .weather-detail-row .label{font-size:12px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.astronomy-col .weather-detail-row .value{font-size:16px;font-weight:700;color:#333}@media (max-width: 1024px){.weather-widget-row{gap:16px;padding:20px}.weather-row-image{width:150px;height:150px}.weather-row-city h3{font-size:24px}.weather-current-temp{font-size:36px}.weather-icon-large{width:48px;height:48px}.weather-row-data{grid-template-columns:1fr;gap:16px}.weather-col-divider{display:none}}@media (max-width: 768px){.weather-widget-row{flex-direction:column;gap:16px;padding:16px}.weather-row-image{width:100%;height:120px}.weather-row-data{grid-template-columns:1fr;gap:16px}.weather-col-divider{display:none}.weather-row-city h3{font-size:22px}.weather-current-temp{font-size:32px}}@media (max-width: 480px){.weather-widget-row{padding:12px}.weather-row-image{height:100px}.weather-image-placeholder{font-size:48px}.weather-row-city h3{font-size:20px}.weather-current-temp{font-size:28px}.weather-icon-large{width:40px;height:40px}.weather-detail-row .label{font-size:13px}.weather-detail-row .value{font-size:14px}}.weather-row-main{display:flex;gap:16px;align-items:flex-start}.weather-video-thumbnail{flex-shrink:0;width:280px;aspect-ratio:16 / 9;border-radius:8px;overflow:hidden;background-color:#000}.weather-video-thumbnail video{width:100%;height:100%;object-fit:cover}@media (max-width: 1024px){.weather-row-main{gap:12px}.weather-video-thumbnail{width:220px}}@media (max-width: 768px){.weather-row-main{flex-direction:column;gap:16px}.weather-video-thumbnail{width:100%;max-width:400px}.weather-row-data{width:100%;grid-template-columns:1fr!important;gap:20px}.weather-row-col{width:100%;padding:16px;background:#f9f9f9;border-radius:8px}.weather-col-divider{display:none}}@media (max-width: 480px){.weather-video-thumbnail{max-width:100%}.weather-row-city{flex-direction:column;align-items:flex-start;gap:12px}.weather-row-city h3{font-size:18px}.temperature-unit-switcher{align-self:flex-start}}.weather-tabs-container{width:100%;background:white;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000001a;overflow:visible}.weather-tabs-header{display:flex;gap:8px;border-bottom:2px solid #e0e0e0;margin-bottom:24px}.tab-button{padding:12px;border:none;background:transparent;font-size:18px;font-weight:700;color:#222;text-transform:uppercase;cursor:pointer;position:relative;transition:all .3s ease;border-bottom:3px solid transparent;margin-bottom:-2px}.tab-button:hover{color:#333}.tab-button.active{color:#667eea;border-bottom-color:#667eea}.weather-table-container{overflow:visible}.weather-table{width:100%;table-layout:fixed;border-collapse:collapse;font-size:14px}.weather-table thead{background:#f5f5f5}.weather-table th{padding:12px 16px;text-align:left;font-weight:600;color:#666;text-transform:uppercase;font-size:12px;letter-spacing:.5px}.weather-table td{padding:14px 16px;border-bottom:1px solid #f0f0f0;color:#333;height:78px;vertical-align:middle}.weather-table tbody tr:hover{background:#fafafa}.weather-table tbody tr:last-child td{border-bottom:none}.weather-table .expandable-row{cursor:pointer;transition:background .2s ease}.weather-table .expandable-row:hover{background:#f0f0f0}.weather-table .expand-icon{text-align:center;width:40px;font-size:12px;color:#667eea;transition:transform .2s ease}.weather-table .expanded-content td{padding:0;background:transparent;border-bottom:1px solid #f0f0f0;position:relative}.weather-table .expanded-content .weather-today-grid,.weather-table .expanded-content .weather-expanded-grid{margin:16px}.close-expanded{position:absolute;top:16px;right:16px;width:32px;height:32px;border:none;background:rgba(255,255,255,.9);border-radius:50%;font-size:20px;line-height:1;cursor:pointer;color:#666;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 2px 8px #0000001a;z-index:10}.close-expanded:hover{background:#fff;color:#333;transform:scale(1.1);box-shadow:0 4px 12px #00000026}.weather-expanded-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding:24px;background:white}.weather-day-column,.weather-night-column{display:flex;flex-direction:column;gap:20px;padding:20px;border-radius:12px}.weather-night-column[style*=gridColumn]{max-width:600px;margin:0 auto}.day-header{padding-bottom:12px;display:flex;align-items:center;gap:30px;text-transform:uppercase}.day-header h3{margin:0;font-size:24px;font-weight:700;color:#333}.day-date{margin:4px 0 0;font-size:14px;color:#6c757d;font-weight:500}.weather-icon-temp{display:flex;align-items:center;gap:16px;padding:16px 0}.weather-icon-large{font-size:64px;line-height:1;max-width:64px;max-height:64px;object-fit:contain}.weather-icon-small{width:24px;height:24px;margin-right:8px;object-fit:contain;vertical-align:middle}.description-column{display:flex;align-items:center;gap:8px}.description-column span{text-transform:uppercase}.temperature-cell{font-weight:700;font-size:22px}.time-date-cell{padding:8px 16px!important}.time-date-content{display:flex;flex-direction:column;gap:4px}.time-or-day{font-size:16px;font-weight:600;color:#333}.date-mmdd{font-size:14px;font-weight:400;color:#6c757d}.temp-display{display:flex;flex-direction:column;gap:4px}.temp-large{font-size:48px;font-weight:700;color:#333;line-height:1}.sky-description{font-size:14px;color:#6c757d;font-weight:500}.weather-data-rows{display:flex;flex-direction:column;gap:12px}.data-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.data-item{display:flex;flex-direction:column;gap:4px;padding:8px;background:transparent;border-radius:0;text-align:center;border:none;transition:all .2s ease}.data-item:hover{transform:translateY(-2px)}.data-item .label{font-size:11px;font-weight:600;color:#6c757d;letter-spacing:.5px;text-transform:uppercase}.data-item .label:first-letter{font-size:16px;line-height:1}.weather-day-column .data-item .label{color:#6c757d}.weather-day-column .data-row:first-child .data-item:nth-child(1) .label,.weather-day-column .data-row:first-child .data-item:nth-child(2) .label{color:#6c757d}.weather-day-column .data-row:first-child .data-item:nth-child(1) .label:first-letter,.weather-day-column .data-row:first-child .data-item:nth-child(2) .label:first-letter{color:#f97316;font-weight:700}.weather-night-column .data-row:first-child .data-item:nth-child(1) .label,.weather-night-column .data-row:first-child .data-item:nth-child(2) .label{color:#6c757d}.weather-night-column .data-row:first-child .data-item:nth-child(1) .label:first-letter,.weather-night-column .data-row:first-child .data-item:nth-child(2) .label:first-letter{color:#8b5cf6;font-weight:700}.data-item .value{font-size:16px;font-weight:700;color:#333}@media (max-width: 768px){.weather-expanded-grid{grid-template-columns:1fr;gap:20px;padding:16px}.data-row{grid-template-columns:repeat(2,1fr);gap:10px}.weather-icon-large{font-size:48px}.temp-large{font-size:36px}}@media (max-width: 480px){.data-row{grid-template-columns:1fr;gap:8px}.data-item{padding:10px}.day-header h3{font-size:20px}.weather-icon-large{font-size:40px}.temp-large{font-size:32px}}.weather-today-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px;padding:20px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;color:#fff}.today-day-column,.today-night-column{display:flex;flex-direction:column;gap:12px}.today-day-column h4,.today-night-column h4{margin:0 0 12px;font-size:20px;font-weight:700;border-bottom:2px solid rgba(255,255,255,.3);padding-bottom:8px}.today-detail{display:flex;justify-content:space-between;align-items:center;padding:6px 0}.today-detail .label{font-size:14px;font-weight:500;opacity:.9}.today-detail .value{font-size:16px;font-weight:700}@media (max-width: 1024px){.weather-table th:nth-child(5),.weather-table td:nth-child(5){display:none}}@media (max-width: 768px){.weather-tabs-container{padding:16px}.weather-tabs-header{overflow-x:auto;-webkit-overflow-scrolling:touch}.tab-button{padding:10px 16px;font-size:14px;white-space:nowrap}.weather-today-grid{grid-template-columns:1fr;gap:20px}.weather-table{font-size:12px}.weather-table th,.weather-table td{padding:10px 8px}.weather-table th:nth-child(4),.weather-table td:nth-child(4){display:none}.weather-table th:nth-child(6),.weather-table td:nth-child(6){display:none}.weather-expanded-grid{grid-template-columns:1fr!important;gap:16px}.weather-day-column,.weather-night-column{padding:16px}}@media (max-width: 480px){.weather-tabs-container{padding:12px}.tab-button{padding:8px 12px;font-size:13px}.weather-table{font-size:11px}.weather-table th,.weather-table td{padding:8px 6px}.weather-table th:nth-child(3),.weather-table td:nth-child(3){max-width:100px;overflow:hidden;text-overflow:ellipsis}.weather-table .description-column span{display:none}.today-day-column h4,.today-night-column h4{font-size:18px}.today-detail .label{font-size:13px}.today-detail .value{font-size:14px}.weather-data-rows .data-row{flex-wrap:wrap;gap:8px}.weather-data-rows .data-item{flex:1 1 45%;min-width:80px}}.weather-table .expanded-header{cursor:pointer;background:#f8f9fa;border-top:2px solid #667eea;transition:background .2s ease}.weather-table .expanded-header:hover{background:#e9ecef}.weather-table .expanded-header td{padding:12px 16px}.weather-table .expanded-header strong{font-size:16px;color:#333;font-weight:600}.weather-block:has(.weather-alerts-banner){display:block;justify-content:initial;width:100%;padding:0;background:transparent;border-radius:0;box-shadow:none}.weather-alerts-banner{position:relative;background-color:#fa9d00;color:#fff;padding:0 20px;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);width:100vw;height:60px;box-shadow:0 2px 4px #0000001a;font-size:18px;font-weight:700;text-align:center;display:flex;align-items:center;justify-content:center;gap:8px}@media (max-width: 768px){.weather-alerts-banner{height:50px;padding:0 15px;font-size:13px}}@media (max-width: 480px){.weather-alerts-banner{height:50px;padding:0 10px;font-size:12px}}.weather-alerts-banner-info{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.weather-alerts-banner-link{background:rgba(0,0,0,.1);color:#fff;padding:6px 12px;border-radius:4px;text-decoration:none;font-size:16px;font-weight:600;transition:background .2s;white-space:nowrap;flex-shrink:0}.ads-container{display:flex;justify-content:center;align-items:center;margin:0 0 10px;width:100%;contain:layout style;contain-intrinsic-size:auto 250px}.ads-position-top{margin-bottom:20px}.ads-position-middle{margin:20px 0}.ads-position-bottom{margin-top:20px}.ads-position-sidebar{margin:0}.ad-slot{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden}.ad-placeholder{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#f5f5f5 0%,#e8e8e8 100%)}.ad-placeholder-content{display:flex;flex-direction:column;align-items:center;gap:12px;padding:20px;text-align:center}.ad-placeholder-icon{font-size:48px;opacity:.5}.ad-placeholder-text{display:flex;flex-direction:column;gap:4px}.ad-placeholder-text strong{font-size:14px;font-weight:700;color:#666;text-transform:uppercase;letter-spacing:1px}.ad-placeholder-text span{font-size:12px;color:#999}@media (max-width: 768px){.ads-container{margin:16px 0;overflow-x:auto}.ad-slot{max-width:100%}.ad-slot>div,.ad-slot>iframe{max-width:100vw}}@media (max-width: 480px){.ads-container{margin:12px 0}.ad-placeholder-icon{font-size:36px}.ad-placeholder-text strong{font-size:12px}.ad-placeholder-text span{font-size:11px}}.ads-sticky-footer{position:fixed;bottom:0;left:50%;transform:translate(-50%);z-index:9999;background:#fff;box-shadow:0 -2px 10px #00000026;padding:0;margin:0;width:auto;contain:none!important;content-visibility:visible!important;transition:all .2s ease}.ads-sticky-footer:before{content:" ";position:absolute;background:#FFF;width:100%;height:6px;top:-6px;border-radius:8px 8px 0 0;box-shadow:0 -2px 6px #0000001a}.ads-sticky-footer .ad-slot{margin:0;transition:max-height .25s ease,opacity .2s ease;overflow:hidden}.ads-sticky-collapsed{transform:translate(-50%,100%)}.ads-sticky-toggle{position:absolute;top:-30px;left:50%;transform:translate(-50%);width:48px;height:24px;border-radius:8px 8px 0 0;background:#fff;border:1px solid #d9d9d9;border-bottom:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;color:#666;box-shadow:0 -2px 6px #0000001a;transition:all .2s ease;padding:0;line-height:1}.ads-sticky-toggle:hover{background:#f5f5f5;color:#333}@media (max-width: 768px){.ads-sticky-desktop-only{display:none!important}}@media (min-width: 769px){.ads-sticky-mobile-only{display:none!important}}.tabbed-categories-block{margin-bottom:24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.tabbed-categories-block .block-title{font-size:24px;font-weight:700;margin-bottom:16px;color:#333;text-transform:uppercase;letter-spacing:.5px}.tabbed-categories-tabs{width:100%}.tabs-header{display:flex;gap:8px;margin-bottom:16px;border-bottom:1px solid #e8e8e8}.tab-button{background:none;border:none;padding:8px 16px;font-size:14px;font-weight:700;color:#333;cursor:pointer;border-radius:4px 4px 0 0;transition:all .3s ease;position:relative}.tab-button:hover{color:#1890ff;background-color:#f0f8ff}.tab-button.active{color:#1890ff;background-color:#e6f7ff;border-bottom:2px solid #1890ff}.tab-content{padding-top:16px}.stories-list{display:flex;flex-direction:column;gap:16px}.story-item{padding:12px 0;border-bottom:1px solid #f0f0f0}.story-item:last-child{border-bottom:none}.story-link{text-decoration:none;color:inherit;display:block}.story-link:hover{text-decoration:none}.story-title{font-size:16px;font-weight:700;margin:0 0 8px;color:#333;line-height:1.4;transition:color .3s ease}.story-link:hover .story-title{color:#1890ff}.story-date{color:#999;font-size:12px}.no-tabs-message,.no-stories-message,.loading-message{text-align:center;padding:32px;color:#999;background-color:#fafafa;border-radius:6px;border:1px dashed #d9d9d9}.loading-message{color:#1890ff;background-color:#f0f8ff;border-color:#d1ecf1}@media (max-width: 768px){.tabbed-categories-block .block-title{font-size:20px}.tabs-header{flex-wrap:wrap;gap:4px}.tab-button{padding:6px 12px;font-size:13px}.story-title{font-size:14px}.stories-list{gap:12px}.story-item{padding:10px 0}}@media (max-width: 480px){.tabs-header{flex-direction:column;gap:2px}.tab-button{border-radius:4px;text-align:left}.tab-button.active{border-bottom:2px solid #1890ff}}.sc-wrapper{width:100%;max-width:1200px;margin:0 auto;padding:20px}.sc-article{background:white;border-radius:8px;overflow:hidden;margin-bottom:40px}.sc-featured-image{width:100%;max-height:240px;overflow:hidden;margin:30px 0}.sc-featured-image img{width:100%;height:100%;object-fit:cover;display:block}.sc-featured-video-carousel{width:100%;margin-bottom:30px}.sc-video-carousel-container{position:relative;width:100%}.sc-video-carousel-container iframe{display:block}.sc-carousel-control{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.6);color:#fff;border:none;font-size:40px;width:50px;height:50px;border-radius:50%;cursor:pointer;transition:background .3s ease;z-index:10;display:flex;align-items:center;justify-content:center;line-height:0;padding:0 0 6px;margin:0;font-family:Arial,sans-serif}.sc-carousel-control:hover{background:rgba(0,0,0,.8)}.sc-carousel-control.prev{left:20px}.sc-carousel-control.next{right:20px}.sc-carousel-indicators{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:10}.sc-carousel-indicators .sc-indicator{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.5);border:2px solid rgba(255,255,255,.8);cursor:pointer;transition:all .3s ease;padding:0}.sc-carousel-indicators .sc-indicator:hover{background:rgba(255,255,255,.8);transform:scale(1.2)}.sc-carousel-indicators .sc-indicator.active{background:white;transform:scale(1.3)}.sc-carousel-info{position:absolute;top:20px;left:20px;right:20px;display:flex;justify-content:space-between;align-items:center;z-index:10;pointer-events:none}.sc-video-counter{background:rgba(0,0,0,.7);color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600}.sc-video-title{background:rgba(0,0,0,.7);color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;max-width:60%;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 768px){.sc-carousel-control{width:40px;height:40px;font-size:30px}.sc-carousel-control.prev{left:10px}.sc-carousel-control.next{right:10px}.sc-carousel-indicators{bottom:10px}.sc-carousel-indicators .sc-indicator{width:10px;height:10px}.sc-carousel-info{top:10px;left:10px;right:10px;flex-direction:column;align-items:flex-start;gap:8px}.sc-video-title{max-width:100%;text-align:left}}.sc-title{color:#1a1a1a;font-size:32px;letter-spacing:-.63px;line-height:normal;margin:8px 0;color:inherit;font-weight:700}.sc-subtitle{color:#313131;line-height:normal;font-weight:300;letter-spacing:-.18px;font-size:25px}.sc-meta{display:flex;flex-direction:column;flex-wrap:wrap;font-size:.9rem;color:#515151}.sc-meta span{display:flex;align-items:center}.sc-meta i{color:#06c}.sc-author{margin-top:6px;display:flex;align-items:center;gap:8px}.sc-author-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid #e0e0e0;flex-shrink:0}.sc-author .sc-author-name{font-weight:700}.sc-views{display:inline-flex;align-items:center;gap:6px;color:#6c757d;font-size:.9rem;margin-top:6px}.sc-views svg{flex-shrink:0}.sc-excerpt{font-size:1.1rem;line-height:1.8;color:#444;padding:20px;background:#f8f9fa;margin-top:20px;border-radius:4px}.sc-category{display:flex;flex-wrap:wrap;gap:10px}.sc-category-badge{display:inline-block;padding:8px 16px;border-radius:20px;text-decoration:none;color:#fff;font-size:.9rem;font-weight:600;transition:opacity .2s}.sc-category-badge:hover{opacity:.8}.sc-content{margin-top:60px;font-size:1.1rem;line-height:1.8;color:#333}.sc-content h1,.sc-content h2,.sc-content h3,.sc-content h4,.sc-content h5,.sc-content h6{margin-top:30px;margin-bottom:15px;font-weight:600;color:#1a1a1a}.sc-content h2{font-size:2rem}.sc-content h3{font-size:1.5rem}.sc-content p{margin-bottom:20px}.sc-content img{max-width:100%;height:auto;border-radius:8px;margin:20px 0}.sc-content blockquote{margin:30px 0;padding:20px 30px;border-left:4px solid #0066cc;background:#f8f9fa;font-style:italic;border-radius:4px}.sc-content ul,.sc-content ol{margin:20px 0;padding-left:30px}.sc-content li{margin-bottom:10px}.sc-content a{color:#06c;text-decoration:none;border-bottom:1px solid #0066cc}.sc-content a:hover{color:#004999;border-bottom-color:#004999}.sc-tags{padding:20px 30px;border-top:1px solid #e0e0e0;display:flex;align-items:center;flex-wrap:wrap;gap:10px}.sc-tags i{color:#06c;font-size:1.1rem}.sc-tags-label{font-weight:600;margin-right:10px;color:#666}.sc-tag{display:inline-block;padding:4px 12px;background:#e3f2fd;color:#06c;border-radius:12px;font-size:.85rem;font-weight:500}.sc-related-stories{margin-top:60px;padding:40px 0;border-top:2px solid #e0e0e0}.sc-related-stories h2{font-size:2rem;font-weight:700;margin-bottom:30px;color:#1a1a1a}.sc-related-stories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem}.sc-related-story-card{background:white;overflow:hidden;display:flex}.sc-related-story-card a{text-decoration:none;color:inherit;display:flex;flex-direction:column}.sc-related-story-image{width:100%;height:200px;overflow:hidden}.sc-related-story-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.sc-related-story-content{padding:20px;display:flex;flex-direction:column;flex:1}.sc-related-story-category{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;display:inline-block}.sc-related-story-title{font-size:1.25rem;font-weight:600;margin-bottom:10px;color:#1a1a1a;line-height:1.4;flex:1}.sc-related-story-date{font-size:.85rem;color:#999}.sc-error{padding:40px;text-align:center;color:#999;font-size:1.1rem}@media (max-width: 768px){.sc-wrapper{padding:10px}.sc-header{padding:20px}.sc-subtitle{font-size:1rem}.sc-content{padding:30px 20px;font-size:1rem}.sc-related-stories-grid{grid-template-columns:1fr;gap:20px}.sc-meta{flex-direction:column;gap:10px}}@media screen and (min-width: 640px){.sc-featured-image{max-height:500px}}@media (max-width: 480px){.sc-content{padding:20px 15px}.sc-related-stories h2{font-size:1.5rem}}.search-content{width:100%;background:#f5f5f5;min-height:100vh;padding:40px 20px}.search-content-container{max-width:1200px;margin:0 auto}.search-header{background:white;padding:30px;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:30px}.search-form{margin-bottom:20px}.search-input-wrapper{display:flex;align-items:center;gap:15px;position:relative}.search-icon{position:absolute;left:20px;color:#666;font-size:1.1rem;pointer-events:none}.search-input{flex:1;padding:15px 20px 15px 50px;font-size:1rem;border:2px solid #e0e0e0;border-radius:8px;outline:none;transition:border-color .3s}.search-input:focus{border-color:#06c}.search-button{padding:15px 30px;background:#0066cc;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s;white-space:nowrap}.search-button:hover{background:#004999}.search-filters{display:flex;align-items:center;gap:15px;flex-wrap:wrap}.filter-group{display:flex;align-items:center;gap:10px;flex:1}.filter-label{display:flex;align-items:center;gap:8px;font-size:.95rem;font-weight:600;color:#333;white-space:nowrap}.filter-label i{color:#06c}.category-filter{flex:1;padding:12px 15px;font-size:.95rem;border:2px solid #e0e0e0;border-radius:8px;outline:none;cursor:pointer;transition:border-color .3s;background:white}.category-filter:focus{border-color:#06c}.clear-filters-button{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#f44336;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background-color .3s;white-space:nowrap}.clear-filters-button:hover{background:#d32f2f}.search-results-info{margin-bottom:30px}.search-results-info h2{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:10px}.search-query-highlight{color:#06c}.results-count{font-size:1rem;color:#666}.search-results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:25px}.search-result-card{background:white;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s,box-shadow .3s}.search-result-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.search-result-card a{text-decoration:none;color:inherit;display:block}.search-result-image{width:100%;height:220px;overflow:hidden;background:#f0f0f0}.search-result-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.search-result-card:hover .search-result-image img{transform:scale(1.05)}.search-result-image-placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.search-result-image-placeholder i{font-size:4rem;color:#ffffff80}.search-result-content{padding:20px}.search-result-categories{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.search-result-category-badge{display:inline-block;padding:4px 12px;border-radius:12px;color:#fff;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.search-result-title{font-size:1.3rem;font-weight:600;margin-bottom:12px;color:#1a1a1a;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.search-result-excerpt{font-size:.95rem;color:#666;margin-bottom:15px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.search-result-meta{display:flex;align-items:center;gap:15px;font-size:.85rem;color:#999;padding-top:15px;border-top:1px solid #e0e0e0}.search-result-meta span,.search-result-meta time{display:flex;align-items:center;gap:6px}.search-result-meta i{color:#06c}.search-no-results{text-align:center;padding:80px 20px;background:white;border-radius:12px;box-shadow:0 2px 8px #0000001a}.no-results-icon{font-size:5rem;color:#ccc;margin-bottom:20px}.search-no-results h3{font-size:1.75rem;font-weight:700;color:#333;margin-bottom:15px}.search-no-results p{font-size:1.1rem;color:#666;margin-bottom:25px}.search-content-error{padding:60px 20px;text-align:center;color:#999;font-size:1.1rem;background:white;border-radius:12px;box-shadow:0 2px 8px #0000001a}@media (max-width: 768px){.search-content{padding:20px 10px}.search-header{padding:20px}.search-input-wrapper{flex-direction:column}.search-button{width:100%}.search-filters,.filter-group{flex-direction:column;align-items:stretch}.filter-label{margin-bottom:8px}.search-results-info h2{font-size:1.5rem}.search-results-grid{grid-template-columns:1fr;gap:20px}.search-result-image{height:200px}}@media (max-width: 480px){.search-results-info h2{font-size:1.25rem}.search-result-title{font-size:1.1rem}.search-result-excerpt{font-size:.9rem}.no-results-icon{font-size:3.5rem}.search-no-results h3{font-size:1.4rem}}.social-links-container{display:flex;flex-direction:column;gap:20px;padding:32px;background:white;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin:20px 0}.social-links-container.alignment-left{align-items:flex-start}.social-links-container.alignment-center{align-items:center}.social-links-container.alignment-right{align-items:flex-end}.social-links-title{text-align:center}.social-links-title h3{margin:0;font-size:24px;font-weight:700;color:#333;text-transform:uppercase;letter-spacing:.5px}.social-links-icons{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.social-link{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#f5f5f5;color:#333;transition:all .3s ease;text-decoration:none;cursor:pointer}.social-link:hover{transform:translateY(-3px);box-shadow:0 4px 12px #00000026}.social-links-icons.size-small .social-link{width:36px;height:36px}.social-links-icons.size-medium .social-link{width:48px;height:48px}.social-links-icons.size-large .social-link{width:60px;height:60px}.social-icon{width:60%;height:60%}.social-link-facebook{background:#1877f2;color:#fff}.social-link-facebook:hover{background:#145dbf}.social-link-twitter{background:#1da1f2;color:#fff}.social-link-twitter:hover{background:#0d8bd9}.social-link-instagram{background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);color:#fff}.social-link-instagram:hover{opacity:.9}.social-link-youtube{background:#ff0000;color:#fff}.social-link-youtube:hover{background:#cc0000}.social-link-linkedin{background:#0077b5;color:#fff}.social-link-linkedin:hover{background:#005582}.social-link-tiktok{background:#000000;color:#fff}.social-link-tiktok:hover{background:#333333}@media (max-width: 768px){.social-links-container{padding:24px}.social-links-title h3{font-size:20px}.social-links-icons{gap:12px}.social-link{width:44px;height:44px}.social-links-icons.size-small .social-link{width:32px;height:32px}.social-links-icons.size-large .social-link{width:52px;height:52px}}@media (max-width: 480px){.social-links-container{padding:20px}.social-links-title h3{font-size:18px}.social-links-icons{gap:10px}.social-link{width:40px;height:40px}.social-links-icons.size-small .social-link{width:30px;height:30px}.social-links-icons.size-large .social-link{width:48px;height:48px}}.video-carousel-block{width:100%;margin:0 auto;padding:20px;position:relative;overflow:hidden}.video-carousel-block.no-videos{text-align:center;padding:40px;color:#666}.carousel-nav-button{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:50px;height:50px;border-radius:50%;background:rgba(255,255,255,.9);border:none;font-size:32px;font-weight:700;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;padding-bottom:4px;box-shadow:0 2px 8px #0003;transition:all .3s ease}.carousel-nav-button:hover{background:rgba(255,255,255,1);box-shadow:0 4px 12px #0000004d;transform:translateY(-50%) scale(1.1)}.carousel-nav-button:active{transform:translateY(-50%) scale(.95)}.carousel-nav-left{left:10px}.carousel-nav-right{right:10px}.video-carousel-grid{display:flex;gap:20px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.video-carousel-grid::-webkit-scrollbar{display:none}.video-grid-item{flex:0 0 auto;width:350px;background:#f5f5f5;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.video-carousel-block.view-portrait .video-grid-item{width:220px}.video-grid-item:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0003}.video-player-wrapper{position:relative;width:100%;background:#000;aspect-ratio:16 / 9}.video-carousel-block.view-portrait .video-player-wrapper{aspect-ratio:9 / 16}.video-player-wrapper iframe{display:block}.video-poster-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background-color:#000;border-radius:8px}.video-poster-overlay img{display:block}.video-poster{position:relative;width:100%;background:#000}.video-poster img{display:block}.play-button-overlay{position:absolute;inset:0;background:rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;transition:background .3s ease}.video-grid-item:hover .play-button-overlay{background:rgba(0,0,0,.5)}.play-button{font-size:64px;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.8);opacity:.9;transition:all .3s ease}.video-grid-item:hover .play-button{transform:scale(1.2);opacity:1}.click-overlay{position:absolute;inset:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;pointer-events:none}.video-grid-item:hover .click-overlay{opacity:1}.expand-icon{font-size:48px;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.5);animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.video-item-title{padding:15px;background:white}.video-item-title h4{font-size:16px;font-weight:600;color:#1a1a1a;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.video-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.video-modal-content{position:relative;width:100%;max-width:1200px;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close-btn{position:absolute;top:-50px;right:0;background:rgba(255,255,255,.2);color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:32px;line-height:0;cursor:pointer;transition:all .3s ease;z-index:10000;display:flex;align-items:center;justify-content:center;padding:0 0 4px}.modal-close-btn:hover{background:rgba(255,255,255,.3);transform:rotate(90deg)}.modal-video-wrapper{width:100%;background:#000;border-radius:8px;overflow:hidden}.modal-video-wrapper iframe{display:block}.modal-video-title{margin-top:20px;text-align:center}.modal-video-title h3{font-size:24px;font-weight:600;color:#fff;margin:0;line-height:1.3}@media (max-width: 768px){.video-carousel-block{padding:15px}.video-carousel-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:15px}.video-carousel-block.view-portrait .video-carousel-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.video-item-title h4{font-size:14px}.expand-icon{font-size:36px}.modal-close-btn{top:-40px;width:35px;height:35px;font-size:28px}.modal-video-title h3{font-size:20px}}@media (max-width: 480px){.video-carousel-grid{grid-template-columns:repeat(2,1fr);gap:10px}.video-carousel-block.view-portrait .video-carousel-grid{grid-template-columns:repeat(3,1fr)}.video-item-title{padding:10px}.video-item-title h4{font-size:12px;-webkit-line-clamp:2}.video-modal-overlay{padding:10px}.modal-close-btn{top:10px;right:10px}.modal-video-title{margin-top:15px}.modal-video-title h3{font-size:18px}}.html-block{width:100%;display:block}.html-block iframe,.html-block embed,.html-block object,.html-block video{max-width:100%;display:block}.html-block img{max-width:100%;height:auto;aspect-ratio:attr(width) / attr(height)}.html-block-placeholder{padding:40px;text-align:center;border:2px dashed #d9d9d9;border-radius:4px;background-color:#fafafa}.html-block-placeholder p{color:#999;margin:0}.simple-banner{position:relative;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);height:60px;padding:0 20px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:18px;font-weight:700;box-shadow:0 2px 4px #0000001a}.simple-banner-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:center}.simple-banner-text{display:inline-block}.simple-banner-link{text-decoration:none;transition:opacity .2s ease}.simple-banner-link:hover{opacity:.85;text-decoration:underline}@media (max-width: 768px){.simple-banner{height:50px;padding:0 15px;font-size:13px}}@media (max-width: 480px){.simple-banner{height:50px;padding:0 10px;font-size:12px}}.poll-widget{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:1rem 0;max-width:100%}.poll-widget.poll-loading{display:flex;justify-content:center;padding:2rem}.poll-loading-spinner{width:20px;height:20px;border:2px solid #e0e0e0;border-top-color:#333;border-radius:50%;animation:poll-spin .8s linear infinite}@keyframes poll-spin{to{transform:rotate(360deg)}}.poll-title{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin:0 0 .25rem;line-height:1.4}.poll-description{font-size:.875rem;color:#666;margin:0 0 1rem;line-height:1.5}.poll-status{font-size:.75rem;color:#888;margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.5px}.poll-status.poll-ended{color:#c00}.poll-options{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.poll-option{display:flex;align-items:center;gap:.75rem;width:100%;padding:.625rem 0;background:transparent;border:none;cursor:pointer;font-size:.9375rem;color:#333;text-align:left;transition:opacity .15s ease}.poll-option:hover:not(:disabled){opacity:.8}.poll-option:disabled{cursor:default}.poll-option-radio{width:20px;height:20px;min-width:20px;border:2px solid #999;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.poll-option-radio:after{content:"";width:10px;height:10px;border-radius:50%;background:transparent;transition:background .2s ease}.poll-option.selected .poll-option-radio{border-color:#1a1a1a}.poll-option.selected .poll-option-radio:after{background:#1a1a1a}.poll-option.multiple .poll-option-radio{border-radius:3px}.poll-option.multiple .poll-option-radio:after{width:10px;height:10px;border-radius:2px}.poll-option-text{flex:1;line-height:1.4}.poll-results{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.poll-result-item{display:flex;flex-direction:column;gap:.25rem}.poll-result-header{display:flex;justify-content:space-between;align-items:baseline;font-size:.875rem}.poll-result-label{color:#333;font-weight:500}.poll-result-label.voted{font-weight:600}.poll-result-pct{color:#666;font-size:.8125rem;font-weight:600}.poll-result-bar-container{height:8px;background:#e8e8e8;overflow:hidden}.poll-result-bar{height:100%;background:#333;width:0;transition:width .6s cubic-bezier(.4,0,.2,1)}.poll-result-item.voted .poll-result-bar{background:#1a1a1a}.poll-submit{display:inline-block;padding:.625rem 1.5rem;background:#1a1a1a;color:#fff;border:none;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .15s ease}.poll-submit:hover:not(:disabled){background:#333}.poll-submit:disabled{background:#ccc;cursor:not-allowed}.poll-total{font-size:.8125rem;color:#888;margin:.75rem 0 0}@media (max-width: 480px){.poll-title{font-size:1rem}.poll-option{font-size:.875rem}.poll-option-radio{width:18px;height:18px;min-width:18px}.poll-option-radio:after{width:8px;height:8px}}.page-container{min-height:100vh;display:flex;flex-direction:column}.page-container main{flex:1;contain:layout style;min-height:800px}.page-container main>.container{contain:layout style}.site-header{background:#fff;box-shadow:0 2px 10px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000;padding:20px 0;min-height:80px}.site-header.scrolled{position:fixed;top:0;left:0;right:0;padding:10px 0;min-height:60px;box-shadow:0 2px 20px #00000026}@media (min-width: 768px){.site-header.scrolled *:not(.submenu):not(.submenu *){animation:fadeInScrolled .3s ease-in-out forwards}.site-header:not(.scrolled) *:not(.submenu):not(.submenu *){animation:fadeInNormal .3s ease-in-out forwards}.site-header.scrolled .simple-banner,.site-header.scrolled .weather-alerts-banner{display:none!important}}@keyframes fadeInScrolled{0%{opacity:0}to{opacity:1}}@keyframes fadeInNormal{0%{opacity:0}to{opacity:1}}.page-container .site-header.scrolled+main{margin-top:80px}body.has-weather-alerts-banner .page-container .site-header.scrolled+main{margin-top:124px}body.has-simple-banner .page-container .site-header.scrolled+main{margin-top:140px}body.has-weather-alerts-banner.has-simple-banner .page-container .site-header.scrolled+main{margin-top:184px}body.has-simple-banner .mobile-menu.open{max-height:calc(100vh - 140px)}body.has-weather-alerts-banner.has-simple-banner .mobile-menu.open{max-height:calc(100vh - 184px)}@media (max-width: 768px){.site-header{padding:15px 0;min-height:70px}.site-header.scrolled{padding:8px 0;min-height:50px}.page-container .site-header.scrolled+main{margin-top:70px}}.site-header *{transition:all .3s cubic-bezier(.4,0,.2,1)}.site-header .logo,.site-header .brand{transition:transform .3s cubic-bezier(.4,0,.2,1)}.site-header.scrolled .logo,.site-header.scrolled .brand{transform:scale(.9)}.site-header .nav,.site-header .menu,.site-header .weather,.site-header .utilities{transition:all .3s cubic-bezier(.4,0,.2,1)}.site-header{padding:0;min-height:70px}.site-header.scrolled{padding:10px 0;min-height:50px}.site-header .col-8{transition:all .3s cubic-bezier(.4,0,.2,1)}.site-header.scrolled .col-8{display:flex;flex-direction:row-reverse;align-items:center;justify-content:flex-start;gap:60px;width:100%}.site-header .col-8 .grid-12{transition:all .3s cubic-bezier(.4,0,.2,1)}.site-header.scrolled .col-8 .grid-12:first-child{flex:1;margin:0;padding:0}.site-header.scrolled .col-8 .grid-12:last-child{flex:0 0 auto;margin:0;padding:0;white-space:nowrap}.site-header.scrolled .weather-block{display:flex;align-items:center;justify-content:flex-end}.site-header img{transition:all .3s cubic-bezier(.4,0,.2,1);max-width:200px}.site-header.scrolled img{transform:scale(.8)}.site-header .col-4 img,.site-header [data-block-type=image] img{transition:all .3s cubic-bezier(.4,0,.2,1)}.site-header.scrolled .col-4 img,.site-header.scrolled [data-block-type=image] img{transform:scale(.8)}@media (max-width: 768px){.site-header{min-height:auto;padding:10px 0}.site-header .col-4 img,.site-header [data-block-type=image] img{max-height:50px;width:auto;object-fit:contain}.site-header.scrolled{padding:8px 0}.site-header.scrolled .col-4 img,.site-header.scrolled [data-block-type=image] img{transform:scale(.9);max-height:45px}.site-header.scrolled .col-8{flex-wrap:wrap;gap:10px}.site-header.scrolled .col-8 .grid-12{flex:1 1 auto}.site-header .col-4{overflow:visible;display:flex;align-items:center}}.page-container footer{margin-top:auto;padding:20px 0}.footer-powered-by{text-align:center;font-size:10px;color:#fff;padding:10px 0;margin-top:20px}.footer-powered-by a{color:#fff;text-decoration:none;font-weight:500}.footer-powered-by a:hover{text-decoration:underline}.story-page{max-width:1366px;margin:0 auto;padding:40px 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.story-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#6c757d}.spinner{width:50px;height:50px;border:4px solid rgba(0,0,0,.1);border-left-color:#007bff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{to{transform:rotate(360deg)}}.story-error,.story-not-found{text-align:center;padding:60px 20px;color:#6c757d}.story-error h1,.story-not-found h1{font-size:2rem;margin-bottom:20px;color:#dc3545}.story-error p,.story-not-found p{font-size:1.1rem;margin-bottom:30px}.btn-back{display:inline-block;padding:12px 30px;background-color:#007bff;color:#fff;text-decoration:none;border-radius:5px;transition:background-color .3s ease}.btn-back:hover{background-color:#0056b3}.story-article{background:white;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;margin-bottom:40px}.story-featured-image{width:100%;max-height:500px;overflow:hidden;background-color:#f8f9fa}.story-featured-image img{width:100%;height:100%;object-fit:cover;display:block}.story-header{flex-direction:column}.story-header-content{display:flex;flex-direction:column;margin-bottom:10px}.story-category{display:flex;flex-wrap:wrap;gap:10px}.category-badge{display:inline-block;padding:6px 16px;border-radius:20px;font-size:.85rem;font-weight:600;color:#fff;text-decoration:none;text-transform:uppercase;letter-spacing:.5px;transition:opacity .3s ease}.category-badge:hover{opacity:.85}.story-title{font-weight:700;line-height:1.2;margin:0 0 15px;color:#212529}.story-subtitle{font-size:1.3rem;font-weight:400;line-height:1.5;color:#6c757d;margin:0 0 25px}.story-meta{display:flex;flex-wrap:wrap;font-size:.9rem;color:#6c757d}.story-meta span{display:flex;align-items:center;gap:8px}.story-meta i{color:#007bff}.story-excerpt{font-size:1.15rem;line-height:1.7;color:#495057;font-style:italic;padding:25px;background-color:#f8f9fa;margin:25px 0 0;border-radius:4px}.story-content{padding:40px;font-size:1.1rem;line-height:1.8;color:#212529}.story-content p{margin-bottom:1.5rem}.story-content h2{font-size:1.8rem;font-weight:600;margin:40px 0 20px;color:#212529}.story-content h3{font-size:1.5rem;font-weight:600;margin:30px 0 15px;color:#212529}.story-content img{max-width:100%;height:auto;border-radius:8px;margin:30px 0}.story-content blockquote{border-left:4px solid #007bff;padding-left:20px;margin:30px 0;font-style:italic;color:#6c757d}.story-tags{padding:20px 40px 40px;display:flex;flex-wrap:wrap;align-items:center;gap:10px;font-size:.9rem}.story-tags i{color:#007bff;font-size:1rem}.tags-label{font-weight:600;color:#495057}.story-tags .tag{display:inline-block;padding:5px 12px;background-color:#e9ecef;color:#495057;border-radius:15px;font-size:.85rem}.related-stories{margin-top:60px;padding:40px;background-color:#f8f9fa;border-radius:8px}.related-stories h2{font-size:1.8rem;font-weight:700;margin:0 0 30px;color:#212529}.related-stories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:25px}.related-story-card{background:white;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:transform .3s ease,box-shadow .3s ease}.related-story-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #00000026}.related-story-card a{text-decoration:none;color:inherit;display:block}.related-story-image{width:100%;height:180px;overflow:hidden;background-color:#e9ecef}.related-story-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.related-story-card:hover .related-story-image img{transform:scale(1.05)}.related-story-content{padding:20px}.related-story-category{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.related-story-title{font-size:1.1rem;font-weight:600;line-height:1.3;margin:0 0 10px;color:#212529}.related-story-excerpt{font-size:.9rem;line-height:1.5;color:#6c757d;margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.related-story-date{font-size:.85rem;color:#adb5bd}@media (max-width: 768px){.story-page{padding:20px 15px}.story-header{padding:30px 20px 20px}.story-title{font-size:1.8rem}.story-subtitle{font-size:1.1rem}.story-content{padding:30px 20px;font-size:1rem}.story-tags{padding:15px 20px 30px}.story-meta{flex-direction:column;gap:10px}.related-stories{padding:30px 20px}.related-stories h2{font-size:1.5rem;margin-bottom:20px}.related-stories-grid{grid-template-columns:1fr;gap:20px}}@media (max-width: 480px){.story-title{font-size:1.5rem}.story-excerpt{font-size:1rem;padding:20px}.story-content{font-size:.95rem}}.push-subscription-overlay{position:fixed;bottom:20px;right:20px;z-index:10000;animation:slideUp .4s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.push-subscription-modal{background:#ffffff;border-radius:16px;padding:24px;width:340px;max-width:calc(100vw - 40px);box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #0000000d;position:relative;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.push-modal-close{position:absolute;top:12px;right:12px;width:32px;height:32px;border:none;background:#f3f4f6;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s,transform .2s;padding:0}.push-modal-close:hover{background:#e5e7eb;transform:scale(1.05)}.push-modal-close svg{width:18px;height:18px;color:#6b7280}.push-modal-icon{width:64px;height:64px;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;animation:ring 2s ease-in-out infinite}@keyframes ring{0%,to{transform:rotate(0)}10%,30%{transform:rotate(10deg)}20%,40%{transform:rotate(-10deg)}50%{transform:rotate(0)}}.push-modal-icon svg{width:32px;height:32px;color:#fff}.push-modal-title{font-size:1.25rem;font-weight:700;color:#111827;text-align:center;margin:0 0 8px}.push-modal-description{font-size:.9rem;color:#6b7280;text-align:center;margin:0 0 20px;line-height:1.5}.push-modal-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px;border-radius:8px;font-size:.85rem;margin-bottom:16px;text-align:center}.push-modal-actions{display:flex;gap:12px}.push-btn{flex:1;padding:12px 16px;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;display:flex;align-items:center;justify-content:center;gap:8px}.push-btn:disabled{opacity:.7;cursor:not-allowed}.push-btn-secondary{background:#f3f4f6;color:#374151}.push-btn-secondary:hover:not(:disabled){background:#e5e7eb}.push-btn-primary{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);color:#fff;box-shadow:0 4px 14px #6366f159}.push-btn-loading svg{width:20px;height:20px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 480px){.push-subscription-overlay{bottom:16px;right:16px;left:16px}.push-subscription-modal{width:100%;padding:20px}.push-modal-icon{width:56px;height:56px}.push-modal-icon svg{width:28px;height:28px}.push-modal-title{font-size:1.125rem}.push-modal-description{font-size:.85rem}}.push-subscription-ios{width:360px}.push-modal-icon-ios{background:linear-gradient(135deg,#007aff 0%,#5856d6 100%);animation:none}.push-modal-icon-warning{background:linear-gradient(135deg,#ff9500 0%,#ff3b30 100%);animation:none}.push-ios-steps{background:#f9fafb;border-radius:12px;padding:16px;margin-bottom:20px}.push-ios-step{display:flex;align-items:center;gap:12px;padding:10px 0;font-size:.9rem;color:#374151}.push-ios-step:not(:last-child){border-bottom:1px solid #e5e7eb}.push-ios-step-icon{flex-shrink:0;width:32px;height:32px;background:#007aff;border-radius:8px;display:flex;align-items:center;justify-content:center}.push-ios-step-icon svg{width:18px;height:18px;color:#fff}[dir=rtl] .push-modal-close{right:auto;left:12px}[dir=rtl] .push-subscription-overlay{right:auto;left:20px}[dir=rtl] .push-ios-step{flex-direction:row-reverse;text-align:right}@media (max-width: 480px){[dir=rtl] .push-subscription-overlay{left:16px;right:16px}}@media (prefers-color-scheme: dark){.push-subscription-modal{background:#1f2937;box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #ffffff1a}.push-modal-close{background:#374151}.push-modal-close:hover{background:#4b5563}.push-modal-close svg{color:#9ca3af}.push-modal-title{color:#f9fafb}.push-modal-description{color:#9ca3af}.push-btn-secondary{background:#374151;color:#e5e7eb}.push-btn-secondary:hover:not(:disabled){background:#4b5563}.push-modal-error{background:rgba(220,38,38,.1);border-color:#dc26264d}.push-ios-steps{background:#374151}.push-ios-step{color:#e5e7eb}.push-ios-step:not(:last-child){border-bottom-color:#4b5563}.push-notification-bell{background:#374151;box-shadow:0 4px 20px #0006}.push-notification-bell:hover{background:#4b5563}.push-notification-bell svg{color:#e5e7eb}}.push-notification-bell{position:fixed;bottom:24px;right:24px;z-index:9999;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #6366f166,0 0 #6366f166;transition:all .3s ease;animation:bellPulse 2s ease-in-out infinite}@keyframes bellPulse{0%,to{box-shadow:0 4px 20px #6366f166,0 0 #6366f166}50%{box-shadow:0 4px 20px #6366f166,0 0 0 10px #6366f100}}.push-notification-bell:hover{transform:scale(1.1);box-shadow:var(--primary-shadow-hover, 0 6px 25px rgba(99, 102, 241, .5)),0 0 0 0 transparent;animation:none}.push-notification-bell:active{transform:scale(.95)}.push-notification-bell svg{width:26px;height:26px;color:#fff;animation:bellSwing 2s ease-in-out infinite}@keyframes bellSwing{0%,to{transform:rotate(0)}10%,30%{transform:rotate(15deg)}20%,40%{transform:rotate(-15deg)}50%{transform:rotate(0)}}.push-notification-bell:hover svg{animation:none}.push-bell-badge{position:absolute;top:8px;right:8px;width:12px;height:12px;background:#ef4444;border-radius:50%;border:2px solid #ffffff;animation:badgePulse 1.5s ease-in-out infinite}@keyframes badgePulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}}[dir=rtl] .push-notification-bell{right:auto;left:24px}@media (max-width: 480px){.push-notification-bell{bottom:16px;right:auto;left:16px;width:50px;height:50px}.push-notification-bell svg{width:22px;height:22px}[dir=rtl] .push-notification-bell{left:auto;right:16px}}.push-subscription-subscribed .push-modal-icon{animation:none}.push-modal-icon-subscribed{background:linear-gradient(135deg,#10b981 0%,#059669 100%);animation:none!important}.push-notification-bell-subscribed{background:linear-gradient(135deg,#10b981 0%,#059669 100%);box-shadow:0 4px 20px #10b98166,0 0 #10b98100;animation:none}.push-notification-bell-subscribed:hover{box-shadow:0 6px 25px #10b98180,0 0 #10b98100}.push-notification-bell-subscribed svg{animation:none}.push-btn-danger{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);color:#fff;box-shadow:0 4px 14px #ef444459}@media (prefers-color-scheme: dark){.push-btn-danger{background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%)}.push-modal-icon-subscribed{background:linear-gradient(135deg,#059669 0%,#047857 100%)}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;min-height:100vh;overflow-x:hidden}h1,h2,h3,h4,h5,h6,p,blockquote,pre,dl,dd,ol,ul,figure,hr,fieldset,legend{margin:0;padding:0}ol,ul{list-style:none}button{background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;outline:none}input,textarea,select{font:inherit;border:none;outline:none;background:none}a{color:inherit;text-decoration:none}table{border-collapse:collapse;border-spacing:0}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}fieldset{border:none}hr{border:none;height:1px;background:currentColor}[hidden]{display:none!important}:focus:not(:focus-visible){outline:none}:focus-visible{outline:2px solid currentColor;outline-offset:2px}header.site-header{margin-left:calc(-50vw + 50%);padding-top:15px;border-bottom:1px solid rgb(237,237,237);padding-inline:0;display:flex;justify-content:center;box-shadow:0 2px 4px #0000001a}header.site-header .grid-12{max-width:1440px;width:100%;padding-left:15px;padding-right:15px}header.site-header .grid-12 .col-4{display:flex;align-items:flex-start}nav.menu-component .menu-list.desktop-menu li a{font-size:14px;text-transform:uppercase;padding:21px 16px;color:#4c4e4d;font-weight:700;cursor:pointer}.container{margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px}@media (min-width: 768px){.container{width:750px}}@media (min-width: 992px){.container{width:970px}}@media (min-width: 1200px){.container{width:1170px}}@media (min-width: 1470px){.container{width:1440px}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.block-skeleton{width:100%}.ads-container{contain:layout style paint;min-height:90px;content-visibility:auto;contain-intrinsic-size:auto 250px}.page-container main{contain:layout style}.ads-container[data-ad-unit*="300x250"],.ads-container[data-ad-unit*="728x90"]{min-height:90px}.ads-container[data-ad-unit*="320x50"]{min-height:50px}.grid-12{min-height:100px;contain:layout style}[data-block-type=row],[data-block-type=column]{contain:layout style}.block-skeleton{contain:strict}
