.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}.desktop-menu .menu-item{position:relative;display:flex;align-items:center}.desktop-menu .menu-link{display:block;padding:12px 20px;text-decoration:none;color:#333;white-space:nowrap;transition:background-color .2s ease}.desktop-menu .menu-link:hover{background-color:#f5f5f5}.desktop-menu .submenu{position:absolute;top:100%;left:0;display:none;list-style:none;padding:0;margin:0;background:white;border-radius:4px;box-shadow:0 2px 10px #0000001a;z-index:1000}.desktop-menu .submenu .submenu{top:0;left:100%;margin-left:1px}.desktop-menu .menu-item:hover>.submenu{display:flex;flex-direction:column}.desktop-menu .submenu .menu-item{width:100%}.desktop-menu .submenu .menu-link{padding:10px 20px;position:relative}.desktop-menu .submenu .has-submenu>.menu-item-content>.menu-link:after{content:" ▸";font-size:12px;margin-left:8px;display:inline-block;transition:transform .3s ease}.desktop-menu .submenu .has-submenu:hover>.menu-item-content>.menu-link:after{transform:translate(3px)}.desktop-menu .submenu .menu-link:last-child{border-bottom: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{display:none;list-style:none;padding:0;margin:0;background:white;border-radius:4px;box-shadow:0 2px 10px #0000001a}.mobile-menu.open{display:block;position:absolute;top:100%;right:0;width:100%;z-index:1000}.mobile-menu .menu-item{position:relative;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}.mobile-menu .menu-link{display:block;flex:1;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{display:none;list-style:none;padding:0;margin:0;background:#f9f9f9;border-top:1px solid #eee}.mobile-menu .submenu.open{display:block}.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{display:none}.mobile-menu.open,.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}.posts-reel{width:100%;margin:0 0 10px;padding:0}.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.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-list .list-layout{width:100%;display:flex;flex-direction:column;gap:24px}.posts-reel.layout-list .list-item{display:grid;grid-template-columns:2fr 1fr;gap:20px;padding:20px;background-color:#fff;border:1px solid #e0e0e0;cursor:pointer;transition:box-shadow .3s ease,transform .2s ease}.posts-reel.layout-list .list-item:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.posts-reel.layout-list .list-layout.image-end .list-item{grid-template-columns:2fr 1fr}.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:1fr 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 h3{margin:0 0 12px;font-size:22px;font-weight:700;line-height:1.3;color:#333}.posts-reel.layout-list .list-item-content h3 a{color:#333;text-decoration:none}.posts-reel.layout-list .list-item-content h3 a:hover{color:#06c}.posts-reel.layout-list .list-item-excerpt{margin:0 0 12px;font-size:15px;line-height:1.5;color:#666;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:100%;height:200px;overflow:hidden;border-radius:4px}.posts-reel.layout-list .list-item-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.posts-reel.layout-list .list-item:hover .list-item-image img{transform:scale(1.05)}.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:16px;padding:16px}.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 h3{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:12px}.posts-reel.layout-list .list-item-content h3{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:hover{box-shadow:0 4px 12px #00000026}.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 .grid-item:hover .grid-item-image img{transform:scale(1.05)}.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}.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-widget:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.weather-left{text-align:left;flex:1}.location-name{font-size:18px;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:36px;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}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{font-size:14px;color:#666;font-weight:500}.weather-error{display:flex;flex-direction:column;align-items:center;gap:12px;padding:40px 20px;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-left{text-align:center}.weather-right{flex-direction:column;gap:12px}.current-temperature{font-size:32px}.weather-icon{width:36px;height:36px}.high-low-temps{font-size:11px}}@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:grid;grid-template-columns:200px 1fr;gap:24px;background:white;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000001a;width:100%}.weather-row-image{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{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{grid-template-columns:150px 1fr;gap:16px;padding:20px}.weather-row-image{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{grid-template-columns:1fr;gap:16px;padding:16px}.weather-row-image{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-tabs-container{width:100%;background:white;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000001a}.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-x:auto}.weather-table{width:100%;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: 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 12px}}@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 10px}.today-day-column h4,.today-night-column h4{font-size:18px}.today-detail .label{font-size:13px}.today-detail .value{font-size:14px}}.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}.ads-container{display:flex;justify-content:center;align-items:center;margin:0 0 10px;width:100%}.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;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:4px;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}.ad-slot{max-width:100%}}@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}}.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}}.dynamic-story-content{width:100%;max-width:1200px;margin:0 auto;padding:20px}.story-article{background:white;border-radius:8px;overflow:hidden;margin-bottom:40px}.story-featured-image{width:100%;max-height:500px;overflow:hidden;margin-bottom:30px}.story-header{padding:30px;border-bottom:1px solid #e0e0e0}.story-title{font-size:32px;font-weight:700;line-height:1.2;margin-bottom:15px;color:#1a1a1a}.story-subtitle{font-size:25px;color:#333;line-height:31px;margin-bottom:20px}.story-meta{display:flex;flex-direction:column;flex-wrap:wrap;font-size:.9rem;color:#515151}.story-meta span{display:flex;align-items:center}.story-meta i{color:#06c}.story-excerpt{font-size:1.1rem;line-height:1.8;color:#444;padding:20px;background:#f8f9fa;margin-top:20px;border-radius:4px}.story-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}.story-category-badge:hover{opacity:.8}.story-content{padding:40px 30px;font-size:1.1rem;line-height:1.8;color:#333}.story-content h1,.story-content h2,.story-content h3,.story-content h4,.story-content h5,.story-content h6{margin-top:30px;margin-bottom:15px;font-weight:600;color:#1a1a1a}.story-content h2{font-size:2rem}.story-content h3{font-size:1.5rem}.story-content p{margin-bottom:20px}.story-content img{max-width:100%;height:auto;border-radius:8px;margin:20px 0}.story-content blockquote{margin:30px 0;padding:20px 30px;border-left:4px solid #0066cc;background:#f8f9fa;font-style:italic;border-radius:4px}.story-content ul,.story-content ol{margin:20px 0;padding-left:30px}.story-content li{margin-bottom:10px}.story-content a{color:#06c;text-decoration:none;border-bottom:1px solid #0066cc}.story-content a:hover{color:#004999;border-bottom-color:#004999}.story-tags{padding:20px 30px;border-top:1px solid #e0e0e0;display:flex;align-items:center;flex-wrap:wrap;gap:10px}.story-tags i{color:#06c;font-size:1.1rem}.tags-label{font-weight:600;margin-right:10px;color:#666}.story-tag{display:inline-block;padding:4px 12px;background:#e3f2fd;color:#06c;border-radius:12px;font-size:.85rem;font-weight:500}.related-stories{margin-top:60px;padding:40px 0;border-top:2px solid #e0e0e0}.related-stories h2{font-size:2rem;font-weight:700;margin-bottom:30px;color:#1a1a1a}.related-stories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px}.related-story-card{background:white;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .2s,box-shadow .2s}.related-story-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.related-story-image{width:100%;height:200px;overflow:hidden}.related-story-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.related-story-category{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;display:inline-block}.related-story-title{font-size:1.25rem;font-weight:600;margin-bottom:10px;color:#1a1a1a;line-height:1.4}.related-story-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}.related-story-date{font-size:.85rem;color:#999}.story-content-error{padding:40px;text-align:center;color:#999;font-size:1.1rem}@media (max-width: 768px){.dynamic-story-content{padding:10px}.story-header{padding:20px}.story-subtitle{font-size:1rem}.story-content{padding:30px 20px;font-size:1rem}.related-stories-grid{grid-template-columns:1fr;gap:20px}.story-meta{flex-direction:column;gap:10px}}@media (max-width: 480px){.story-content{padding:20px 15px}.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}}.page-container{min-height:100vh;display:flex;flex-direction:column}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fff;box-shadow:0 2px 10px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);padding:20px 0;min-height:80px}.site-header.scrolled{padding:10px 0;min-height:60px;box-shadow:0 2px 20px #00000026}.page-container main{margin-top:180px;transition:margin-top .3s cubic-bezier(.4,0,.2,1)}.page-container .site-header.scrolled+main{margin-top:80px}@media (max-width: 768px){.site-header{padding:15px 0;min-height:70px}.site-header.scrolled{padding:8px 0;min-height:50px}.page-container main{margin-top:200px}.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)}.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.scrolled .col-8{flex-wrap:wrap;gap:15px}.site-header.scrolled .col-8 .grid-12{flex:1 1 auto}}.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}.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}}*,*: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}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{width:100vw;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{width:100%;max-width:1440px;margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px}@media (min-width: 768px){.container{width:100%;max-width:1440px}}@media (min-width: 992px){.container{width:100%;max-width:1440px}}@media (min-width: 1200px){.container{width:100%;max-width:1440px}}
