﻿#header{min-height:6rem;display:flex;align-items:center;position:relative;padding:0 1rem;z-index:10;background:#fff}#header .logo-wrapper{min-width:20%}#header .logo-wrapper__link{width:fit-content;display:block}#header .hamburger{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;margin-left:auto;width:80px;height:50px}@media(min-width: 768px){#header .hamburger{display:none}}#header .hamburger__icon{width:1.5rem;height:.125rem;background-color:#4b5563;position:relative;transition:background-color .3s}#header .hamburger__icon::before,#header .hamburger__icon::after{content:"";position:absolute;width:1.5rem;height:.125rem;background-color:#4b5563;transition:transform .3s}#header .hamburger__icon::before{top:-0.5rem}#header .hamburger__icon::after{top:.5rem}#header .hamburger[aria-expanded=true] .hamburger__icon{background-color:rgba(0,0,0,0)}#header .hamburger[aria-expanded=true] .hamburger__icon::before{transform:translateY(0.5rem) rotate(45deg)}#header .hamburger[aria-expanded=true] .hamburger__icon::after{transform:translateY(-0.5rem) rotate(-45deg)}#header .menu-wrapper{min-width:50%;position:absolute;top:6rem;left:0;right:0;background:#fff;padding:1rem;transform:translateY(-200%);transition:transform .3s ease-in-out;z-index:999}@media(min-width: 768px){#header .menu-wrapper{position:static;transform:none;background:rgba(0,0,0,0);padding:0;min-width:auto}}#header .menu-wrapper.is-open{transform:translateY(0)}#header .menu-wrapper__container ul.menu{display:flex;flex-direction:column;gap:1rem;margin:0}@media(min-width: 768px){#header .menu-wrapper__container ul.menu{flex-direction:row}}#header .menu-wrapper__container ul.menu li{list-style:none;margin:0}#header .menu-wrapper__container ul.menu li a:not(:hover){color:#4b5563}@media(min-width: 768px){#header .menu-wrapper__container ul.menu li a{padding:.5rem 1.25rem}}#header .menu-wrapper__container ul.menu li.current-menu-item a{border-radius:.75rem;font-weight:500}@media(min-width: 768px){#header .menu-wrapper__container ul.menu li.current-menu-item a{background:#e5e7eb}}#header .menu-wrapper__container ul.menu li.current-menu-item a:not(:hover){color:#111827}#header .cta-wrapper{min-width:30%;margin-left:auto;display:flex;align-items:center;justify-content:flex-end;gap:1rem}@media(min-width: 768px){#header .cta-wrapper{gap:2rem}}#header .cta-wrapper .search-toggle{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer}@media(min-width: 768px){#header .cta-wrapper .search-toggle{display:none}}#header .cta-wrapper .search-toggle .search-toggle__icon{width:1.25rem;height:1.25rem}#header .cta-wrapper .search-form{position:relative;display:none;align-items:center;gap:1rem}@media(min-width: 768px){#header .cta-wrapper .search-form{display:block}}#header .cta-wrapper .search-form.is-active{display:flex;position:absolute;top:100%;width:100%;background:#fff;left:0;padding:0 1rem 1rem 1rem}#header .cta-wrapper .search-form input[type=search]{flex:1;border:2px solid #e5e7eb;border-radius:9999px;padding:.75rem 2.5rem .75rem 1.25rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s;background-color:#fff}#header .cta-wrapper .search-form input[type=search]:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.15)}#header .cta-wrapper .search-form input[type=search]::placeholder{color:#aaa}#header .cta-wrapper .search-form button{display:inline-flex;align-items:center;justify-content:center;background:#4f46e5;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:9999px;cursor:pointer;font-size:.95rem;font-weight:500;transition:background .3s ease-in-out;box-shadow:0 4px 12px rgba(0,0,0,.1)}#header .cta-wrapper .search-form button:hover{background:rgb(57.7298578199,47.6421800948,225.8578199052)}#header .cta-wrapper .search-form button:focus{outline:none;box-shadow:0 0 0 3px rgba(79,70,229,.15)}#header .cta-wrapper .search-form button .search-btn-icon{display:inline-flex;width:1rem;height:1rem;margin-right:.5rem}#header .cta-wrapper .search-form button .search-btn-icon svg{fill:currentColor;width:100%;height:100%}body.menu-open{overflow:hidden}.menu-overlay.active{content:"";width:100vw;height:100vh;background:rgba(0,0,0,.5);position:absolute;z-index:9}#footer{padding:3rem 2rem;background:linear-gradient(135deg, #f9fafb, white);display:flex;flex-direction:column;align-items:center}#footer .footer-container{display:grid;gap:2rem;width:100%;max-width:1200px;grid-template-columns:1fr}@media(min-width: 768px){#footer .footer-container{grid-template-columns:repeat(4, 1fr)}}#footer .footer-container .footer-col{display:flex;flex-direction:column;gap:1rem}#footer .footer-container .footer-col .footer-col-title{font-weight:600;font-size:1rem;color:#111827;margin-bottom:.5rem}#footer .footer-container .footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin:0}#footer .footer-container .footer-col ul li a{text-decoration:none;color:#4b5563;transition:color .3s;font-size:.9rem}#footer .footer-container .footer-col ul li a:hover{color:#4f46e5}#footer .footer-container .footer-col .footer-col-logo svg{height:auto;opacity:.3}#footer .footer-container .footer-col .footer-col-text{font-size:.9rem;color:#9ca3af;line-height:1.4}#footer .footer-container .footer-col .newsletter-input{display:flex;flex-direction:row;gap:.5rem;margin-bottom:.5rem}#footer .footer-container .footer-col .newsletter-input p{margin:0;line-height:1}#footer .footer-container .footer-col .newsletter-input input[type=email]{flex:1;border:1px solid #e5e7eb;border-radius:.25rem;padding:.5rem .75rem;font-size:.9rem;height:40px;width:100%}#footer .footer-container .footer-col .newsletter-input input[type=email]:focus{outline:none;border-color:#4f46e5}#footer .footer-container .footer-col .newsletter-input input[type=submit]{background:#4f46e5;color:#fff;border:none;padding:.5rem 1rem;border-radius:.25rem;cursor:pointer;font-size:.9rem;font-weight:500;transition:background .3s;height:40px}#footer .footer-container .footer-col .newsletter-input input[type=submit]:hover{background:rgb(57.7298578199,47.6421800948,225.8578199052)}#footer .footer-container .footer-col .newsletter-input input[type=checkbox]{margin-right:.25rem}#footer .footer-container .footer-col .newsletter-input br{display:none}#footer .footer-container .footer-col .newsletter-input .wpcf7-list-item-label{font-size:.85rem}#footer .footer-container .footer-col .wpcf7-list-item{margin:0}#footer .footer-container .footer-col .wpcf7-spinner{display:none}#footer .footer-bottom{margin-top:2rem;font-size:.85rem;color:#9ca3af;text-align:center}.footer-col-socials a{display:flex;align-items:center;gap:8px}.footer-col-socials a span{color:#4b5563}.footer-col-socials a span,.footer-col-socials a span svg{transition:all .3s}.footer-col-socials a:hover span{color:#4f46e5}.footer-col-socials a:hover svg path{stroke:#4f46e5}.footer-col-socials a svg{width:18px;height:18px}.search-page{padding:2rem 1rem}.search-page .search-header{margin-bottom:2rem;text-align:center}.search-page .search-header .search-title{font-family:"Poppins",sans-serif;color:#111827;font-size:1.5rem;font-weight:500;margin-bottom:.5rem}@media(min-width: 768px){.search-page .search-header .search-title{font-size:1.875rem}}.search-page .search-header .search-title .search-query{color:#4f46e5;font-weight:600}.search-page .search-filters{display:flex;justify-content:center;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.search-page .search-filters .filter-btn{background:#fff;border:1px solid #e5e7eb;color:#4b5563;padding:.25rem .5rem;border-radius:30px;font-size:.875rem;cursor:pointer;transition:all .2s}.search-page .search-filters .filter-btn:hover,.search-page .search-filters .filter-btn.active{background:#4f46e5;color:#fff;border-color:#4f46e5}.search-page .search-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width: 768px){.search-page .search-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.search-page .search-grid{grid-template-columns:repeat(3, 1fr)}}.search-page .search-grid .big-post.post-home{background:#fff;border-radius:1rem;border:1px solid #e5e7eb;overflow:hidden;transition:transform .3s,box-shadow .3s;height:100%;display:flex;flex-direction:column}.search-page .search-grid .big-post.post-home:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.05)}.search-page .search-grid .big-post.post-home .big-post__image{position:relative}.search-page .search-grid .big-post.post-home .big-post__image img{width:100%;height:180px;object-fit:cover;display:block}.search-page .search-grid .big-post.post-home .big-post__image .post-type-badge{position:absolute;top:.5rem;left:.5rem;background:rgba(79,70,229,.9);color:#fff;font-size:.875rem;padding:.25rem .5rem;border-radius:20px;font-weight:500}.search-page .search-grid .big-post.post-home .big-post__content{padding:1rem;display:flex;flex-direction:column;gap:.5rem;flex-grow:1}.search-page .search-grid .big-post.post-home .big-post__content .tags{display:flex;gap:.5rem;flex-wrap:wrap}.search-page .search-grid .big-post.post-home .big-post__content .tags .tag{background:#4f46e5;color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem}.search-page .search-grid .big-post.post-home .big-post__content .tags .tag.tag-continent{background:rgb(36.9075829384,27.4170616114,195.0829383886)}.search-page .search-grid .big-post.post-home .big-post__content .big-post__title{margin:0;font-size:1.125rem;line-height:1.3;color:#111827;text-decoration:none}.search-page .search-grid .big-post.post-home .big-post__content .big-post__title:hover{color:#4f46e5}.search-page .search-grid .big-post.post-home .big-post__content .big-post__meta{display:flex;align-items:center;gap:.75rem;margin-top:auto}.search-page .search-grid .big-post.post-home .big-post__content .big-post__meta .author-avatar{width:40px;height:40px;border-radius:9999px;object-fit:cover}.search-page .search-grid .big-post.post-home .big-post__content .big-post__meta .author-info{display:flex;flex-direction:column}.search-page .search-grid .big-post.post-home .big-post__content .big-post__meta .author-info .author-name{font-weight:600;font-size:.875rem}.search-page .search-grid .big-post.post-home .big-post__content .big-post__meta .author-info .author-date{font-size:.875rem;color:#9ca3af}.search-page .search-grid .big-post.post-home .big-post__content .big-post__meta .kraje-meta{width:100%}.search-page .search-grid .big-post.post-home .big-post__content .big-post__meta .kraje-meta .info-item{display:flex;justify-content:space-between;padding:.25rem 0;border-bottom:1px dashed #e5e7eb}.search-page .search-grid .big-post.post-home .big-post__content .big-post__meta .kraje-meta .info-item .info-label{color:#4b5563;font-size:.875rem}.search-page .search-grid .big-post.post-home .big-post__content .big-post__meta .kraje-meta .info-item .info-value{font-weight:500;font-size:.875rem}.search-page .search-grid .big-post.post-home .big-post__content .big-post__action{background-color:rgba(79,70,229,.05);border-radius:6px;padding:.25rem;text-align:center;margin-top:.5rem;transition:all .3s}.search-page .search-grid .big-post.post-home .big-post__content .big-post__action .view-details{display:flex;align-items:center;justify-content:center;color:#4f46e5;font-weight:500;font-size:.875rem}.search-page .search-grid .big-post.post-home .big-post__content .big-post__action .view-details::after{content:"";display:inline-block;width:16px;height:16px;margin-left:.25rem;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>');background-size:contain;background-repeat:no-repeat;transition:transform .3s}.search-page .search-grid .big-post.post-home .big-post__content .big-post__action:hover{background-color:#4f46e5}.search-page .search-grid .big-post.post-home .big-post__content .big-post__action:hover .view-details{color:#fff}.search-page .search-grid .big-post.post-home .big-post__content .big-post__action:hover .view-details::after{filter:brightness(0) invert(1);transform:translateX(3px)}.search-page .search-grid .big-post.post-home.post-type-slownik .big-post__image{display:none}.search-page .search-grid .big-post.post-home.post-type-slownik .big-post__content .dictionary-icon{font-size:2rem;color:#4f46e5;margin-bottom:.5rem;opacity:.8}.search-page .search-grid .big-post.post-home.post-type-slownik .big-post__content .dictionary-term{font-weight:600;margin-bottom:.25rem}.search-page .search-grid .big-post.post-home.post-type-slownik .big-post__content .dictionary-excerpt{font-size:.875rem;color:#4b5563;margin-bottom:1rem;border-bottom:1px dashed #e5e7eb;padding-bottom:.5rem}.search-page .search-pagination{margin-top:1.5rem;display:flex;justify-content:center}.search-page .search-pagination .page-numbers{display:inline-block;margin:0 .25rem;padding:.5rem .75rem;border-radius:.25rem;color:#4b5563;background:#fff;border:1px solid #e5e7eb;text-decoration:none}.search-page .search-pagination .page-numbers.current{background:#4f46e5;color:#fff;border-color:#4f46e5}.search-page .search-pagination .page-numbers:hover{background:hsl(0,0%,97%)}.search-page .search-no-results{text-align:center;margin:3rem auto;max-width:600px;padding:1.5rem;background:#fff;border-radius:12px;border:1px solid #e5e7eb}.search-page .search-no-results h2{font-family:"Poppins",sans-serif;color:#111827;font-size:1.25rem;font-weight:500;margin-bottom:1rem}@media(min-width: 768px){.search-page .search-no-results h2{font-size:1.5rem}}.search-page .search-no-results h2 strong{color:#4f46e5}.search-page .search-no-results p{font-family:"Poppins",sans-serif;color:#1f2937;font-size:.875rem;color:#9ca3af;margin-bottom:1.5rem}.search-page .search-no-results form.searchform{display:flex;max-width:400px;margin:0 auto}.search-page .search-no-results form.searchform .search-input-wrapper{position:relative;flex-grow:1}.search-page .search-no-results form.searchform .search-input-wrapper::before{content:"";position:absolute;left:.5rem;top:50%;transform:translateY(-50%);width:16px;height:16px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%239ca3af" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg>');background-size:contain}.search-page .search-no-results form.searchform input[type=text]{flex-grow:1;border:1px solid #e5e7eb;border-radius:8px 0 0 8px;padding:.5rem .5rem .5rem 3rem;font-size:1rem}.search-page .search-no-results form.searchform input[type=text]:focus{border-color:#4f46e5;outline:none;box-shadow:0 0 0 3px rgba(79,70,229,.1)}.search-page .search-no-results form.searchform input[type=submit]{background:#4f46e5;color:#fff;border:none;border-radius:0 8px 8px 0;padding:.5rem 1rem;cursor:pointer;font-size:1rem;font-weight:500;transition:background .3s}.search-page .search-no-results form.searchform input[type=submit]:hover{background:rgb(57.7298578199,47.6421800948,225.8578199052)}:root{--scrollbar-width: 0px}body.mega-menu-open{overflow-y:hidden;height:100vh;padding-right:var(--scrollbar-width)}body.mega-menu-open #header,body.mega-menu-open .hamburger,body.mega-menu-open .menu-overlay,body.mega-menu-open .mobile-mega-menu{padding-right:var(--scrollbar-width)}#header,.hamburger,.menu-overlay,.mobile-mega-menu{transition:padding-right .3s}.mega-menu-container{position:relative;width:100%;z-index:100}.mega-menu-container .mega-menu-items{display:none}@media(min-width: 768px){.mega-menu-container .mega-menu-items{display:flex;list-style:none;margin:0;padding:0;justify-content:flex-start;gap:1rem}}@media(min-width: 1024px){.mega-menu-container .mega-menu-items{gap:1.5rem}}.mega-menu-container .mega-menu-items .mega-menu-item{position:relative;margin:0}.mega-menu-container .mega-menu-items .mega-menu-item:hover .mega-submenu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.mega-menu-container .mega-menu-items .mega-menu-item .mega-menu-link{display:flex;align-items:center;font-weight:500;font-size:1rem;color:#4b5563;padding:.5rem 1rem;border-radius:.5rem;transition:all .2s ease-in-out;text-decoration:none;white-space:nowrap;gap:.25rem}.mega-menu-container .mega-menu-items .mega-menu-item .mega-menu-link:hover{color:#4f46e5;background-color:rgba(79,70,229,.05)}.mega-menu-container .mega-menu-items .mega-menu-item .mega-menu-link .submenu-arrow{transition:transform .2s ease}.mega-menu-container .mega-menu-items .mega-menu-item.has-submenu::after{content:"";position:absolute;left:0;right:0;top:100%;height:30px;background-color:rgba(0,0,0,0);z-index:11}.mega-menu-container .mega-menu-items .mega-menu-item.has-submenu:hover .mega-menu-link{color:#4f46e5;background-color:rgba(79,70,229,.05)}.mega-menu-container .mega-menu-items .mega-menu-item.has-submenu:hover .mega-menu-link .submenu-arrow{transform:rotate(180deg)}.mega-menu-container .mega-menu-items .mega-menu-item.active .mega-menu-link{color:#4f46e5;font-weight:600;position:relative}.mega-menu-container .mega-menu-items .mega-menu-item.active .mega-menu-link::after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background-color:#4f46e5;border-radius:2px}.mega-menu-container .mega-submenu{position:fixed;left:0;right:0;top:96px;width:100%;padding:1.5rem 0;background-color:#fff;z-index:10;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease-in-out;pointer-events:none;border-bottom:6px solid #4f46e5}.mega-menu-container .mega-submenu::before{content:"";position:fixed;top:100%;height:100vh;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:-1;touch-action:none;pointer-events:none}.mega-menu-container .mega-submenu .mega-submenu-content{padding:1.5rem 0;display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 768px){.mega-menu-container .mega-submenu .mega-submenu-content{grid-template-columns:1fr 1fr}}@media(min-width: 1024px){.mega-menu-container .mega-submenu .mega-submenu-content{grid-template-columns:repeat(auto-fit, minmax(300px, 1fr))}}.mega-menu-container .mega-submenu .mega-submenu-content p.submenu-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:1rem;position:relative}.mega-menu-container .mega-submenu .mega-submenu-content p.submenu-title::after{content:"";position:absolute;bottom:-8px;left:0;width:40px;height:3px;background-color:#4f46e5;border-radius:3px}.mega-menu-container .countries-grid{min-height:auto;display:grid;grid-template-columns:repeat(auto-fill, minmax(120px, 1fr));gap:1rem}@media(min-width: 1024px){.mega-menu-container .countries-grid{grid-template-columns:repeat(auto-fill, minmax(160px, 1fr))}}.mega-menu-container .countries-grid .country-item{display:flex;flex-direction:column;align-items:center;padding:.5rem;border-radius:.5rem;transition:all .2s ease;text-decoration:none}.mega-menu-container .countries-grid .country-item:hover{background-color:rgba(79,70,229,.05);transform:translateY(-2px)}.mega-menu-container .countries-grid .country-item:hover .country-name{color:#4f46e5}.mega-menu-container .countries-grid .country-item .country-flag{width:48px;height:48px;border-radius:50%;overflow:hidden;margin-bottom:.25rem;border:1px solid #e5e7eb}.mega-menu-container .countries-grid .country-item .country-flag img{width:100%;height:100%;object-fit:cover}.mega-menu-container .countries-grid .country-item .country-flag-placeholder{display:flex;align-items:center;justify-content:center;background-color:#4f46e5;color:#fff;font-weight:700;font-size:1rem;text-transform:uppercase;width:48px;height:48px;border-radius:50%}.mega-menu-container .countries-grid .country-item .country-name{font-size:.875rem;text-align:center;color:#1f2937;font-weight:500;transition:color .2s ease}.mega-menu-container .categories-submenu{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 768px){.mega-menu-container .categories-submenu{grid-template-columns:1fr 1fr}}.mega-menu-container .categories-submenu .subcategories-column .subcategories-list{display:grid;grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));gap:1rem;margin:0}.mega-menu-container .categories-submenu .subcategories-column .subcategories-list li{list-style:none;margin-bottom:.25rem}.mega-menu-container .categories-submenu .subcategories-column .subcategories-list li a{display:inline-block;color:#4b5563;font-size:.875rem;transition:all .2s ease;position:relative;padding:.25rem 0;padding-left:1rem}.mega-menu-container .categories-submenu .subcategories-column .subcategories-list li a::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;border-radius:50%;background-color:#4f46e5;opacity:.7;transition:all .2s ease}.mega-menu-container .categories-submenu .subcategories-column .subcategories-list li a:hover{color:#4f46e5;transform:translateX(3px)}.mega-menu-container .categories-submenu .subcategories-column .subcategories-list li a:hover::before{opacity:1;width:8px;height:8px}.mega-menu-container .categories-submenu .featured-post-column .featured-post{border-radius:.75rem;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 10px rgba(0,0,0,.05);display:flex;flex-direction:column;background-color:#fff;border:1px solid #e5e7eb}.mega-menu-container .categories-submenu .featured-post-column .featured-post:hover{box-shadow:0 8px 20px rgba(0,0,0,.1)}.mega-menu-container .categories-submenu .featured-post-column .featured-post:hover .featured-post-title a{color:#4f46e5}.mega-menu-container .categories-submenu .featured-post-column .featured-post .featured-post-image{width:100%;height:180px;overflow:hidden}.mega-menu-container .categories-submenu .featured-post-column .featured-post .featured-post-image img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.mega-menu-container .categories-submenu .featured-post-column .featured-post .featured-post-image:hover img{transform:scale(1.05)}.mega-menu-container .categories-submenu .featured-post-column .featured-post .featured-post-title{padding:1rem 1rem .25rem;margin:0;font-weight:600}.mega-menu-container .categories-submenu .featured-post-column .featured-post .featured-post-title a{color:#111827;font-size:1rem;transition:color .2s ease;text-decoration:none}.mega-menu-container .categories-submenu .featured-post-column .featured-post .featured-post-excerpt{padding:0 1rem 1rem;font-size:.875rem;color:#4b5563;margin:0;flex:1}.mega-menu-container .locations-submenu{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 768px){.mega-menu-container .locations-submenu{grid-template-columns:1fr 1fr}}.mega-menu-container .locations-submenu .regions-column ul,.mega-menu-container .locations-submenu .cities-column ul{display:grid;grid-template-columns:repeat(auto-fill, minmax(150px, 1fr));gap:.25rem 1rem;margin:0;list-style:none}.mega-menu-container .locations-submenu .regions-column ul li,.mega-menu-container .locations-submenu .cities-column ul li{margin-bottom:.25rem}.mega-menu-container .locations-submenu .regions-column ul li a,.mega-menu-container .locations-submenu .cities-column ul li a{display:inline-block;color:#4b5563;font-size:.875rem;transition:all .2s ease;position:relative;padding-left:1rem}.mega-menu-container .locations-submenu .regions-column ul li a::before,.mega-menu-container .locations-submenu .cities-column ul li a::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;border-radius:50%;background-color:#4f46e5;opacity:.7;transition:all .2s ease}.mega-menu-container .locations-submenu .regions-column ul li a:hover,.mega-menu-container .locations-submenu .cities-column ul li a:hover{color:#4f46e5;transform:translateX(3px)}.mega-menu-container .locations-submenu .regions-column ul li a:hover::before,.mega-menu-container .locations-submenu .cities-column ul li a:hover::before{opacity:1;background-color:#4f46e5}.mega-menu-container .dictionary-submenu{display:grid;grid-template-columns:1fr;gap:2rem}.mega-menu-container .dictionary-submenu .dictionary-column ul{display:grid;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));gap:.25rem 1rem;margin:0;list-style:none}.mega-menu-container .dictionary-submenu .dictionary-column ul li{margin-bottom:.25rem}.mega-menu-container .dictionary-submenu .dictionary-column ul li a{display:inline-block;color:#4b5563;font-size:.875rem;transition:all .2s ease;position:relative;padding-left:1rem}.mega-menu-container .dictionary-submenu .dictionary-column ul li a::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;border-radius:50%;background-color:#4f46e5;opacity:.7;transition:all .2s ease}.mega-menu-container .dictionary-submenu .dictionary-column ul li a:hover{color:#4f46e5;transform:translateX(3px)}.mega-menu-container .dictionary-submenu .dictionary-column ul li a:hover::before{opacity:1;background-color:#4f46e5}.mega-menu-container .mobile-mega-menu{display:block;width:100%}@media(min-width: 768px){.mega-menu-container .mobile-mega-menu{display:none}}.mega-menu-container .mobile-mega-menu .mobile-menu-back{padding:.5rem 0;border-bottom:1px solid #e5e7eb}.mega-menu-container .mobile-mega-menu .mobile-menu-back.hidden{display:none}.mega-menu-container .mobile-mega-menu .mobile-menu-back .mobile-menu-back-button{display:flex;align-items:center;gap:.25rem;background:none;border:none;color:#4b5563;font-weight:500;font-size:1rem;cursor:pointer;padding:.25rem 0}.mega-menu-container .mobile-mega-menu .mobile-menu-back .mobile-menu-back-button svg{transition:transform .2s ease}.mega-menu-container .mobile-mega-menu .mobile-menu-back .mobile-menu-back-button:hover{color:#4f46e5}.mega-menu-container .mobile-mega-menu .mobile-menu-back .mobile-menu-back-button:hover svg{transform:translateX(-3px)}.mega-menu-container .mobile-mega-menu .mobile-menu-items{list-style:none;margin:0;padding:0}.mega-menu-container .mobile-mega-menu .mobile-menu-items .mobile-menu-item{display:none;margin:0;border-bottom:1px solid #e5e7eb}.mega-menu-container .mobile-mega-menu .mobile-menu-items .mobile-menu-item.active{display:block}.mega-menu-container .mobile-mega-menu .mobile-menu-items .mobile-menu-item .mobile-menu-link{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;color:#4b5563;font-weight:500;text-decoration:none;cursor:pointer}.mega-menu-container .mobile-mega-menu .mobile-menu-items .mobile-menu-item .mobile-menu-link .mobile-menu-arrow{transition:transform .2s ease}.mega-menu-container .mobile-mega-menu .mobile-menu-items .mobile-menu-item .mobile-menu-link:hover{color:#4f46e5}.mega-menu-container .mobile-mega-menu .mobile-menu-items .mobile-menu-item .mobile-submenu{display:none;list-style:none;margin:0;padding:0}.mega-menu-container .mobile-mega-menu .mobile-menu-items .mobile-menu-item .mobile-submenu.active{display:block}.mega-menu-container .mobile-mega-menu .mobile-menu-items .mobile-menu-item .mobile-submenu .mobile-submenu-item{margin:0}.mega-menu-container .mobile-mega-menu .mobile-menu-items .mobile-menu-item .mobile-submenu .mobile-submenu-item .mobile-submenu-link{display:block;padding:.5rem 1rem;color:#4b5563;font-size:.875rem;text-decoration:none;border-top:1px solid rgba(229,231,235,.5)}.mega-menu-container .mobile-mega-menu .mobile-menu-items .mobile-menu-item .mobile-submenu .mobile-submenu-item .mobile-submenu-link:hover{color:#4f46e5;background-color:rgba(79,70,229,.05)}.mega-menu-container .mobile-mega-menu .mobile-menu-items .mobile-menu-item .mobile-submenu .mobile-submenu-item .mobile-submenu-link.view-all{font-weight:500;color:#4f46e5;background-color:rgba(79,70,229,.05)}.mega-menu-container .mobile-mega-menu .mobile-menu-items .mobile-menu-item .mobile-submenu .mobile-submenu-item .mobile-submenu-link.view-all:hover{background-color:rgba(79,70,229,.1)}.mega-menu-container .mobile-mega-menu .mobile-menu-items .mobile-menu-item .mobile-submenu .mobile-submenu-item .mobile-submenu-link.with-flag{display:flex;align-items:center;gap:.5rem}.mega-menu-container .mobile-mega-menu .mobile-menu-items .mobile-menu-item .mobile-submenu .mobile-submenu-item .mobile-submenu-link.with-flag .mobile-submenu-icon{width:24px;height:24px;border-radius:50%;object-fit:cover;border:1px solid #e5e7eb}.mega-menu-container .mobile-mega-menu .mobile-menu-items .mobile-menu-item .mobile-submenu .mobile-submenu-item .mobile-submenu-link.with-flag .mobile-submenu-icon-placeholder{display:flex;align-items:center;justify-content:center;background-color:#4f46e5;color:#fff;font-weight:700;font-size:.875rem;text-transform:uppercase;width:24px;height:24px;border-radius:50%}#header{position:relative;z-index:1000}#header .menu-wrapper{max-height:calc(100vh - 6rem);overflow:scroll}#header .menu-wrapper::-webkit-scrollbar{width:8px}#header .menu-wrapper::-webkit-scrollbar-thumb{background-color:#4f46e5}@media(min-width: 768px){#header .menu-wrapper{flex:1;margin-left:2rem;position:static;transform:none;background:rgba(0,0,0,0);padding:0;max-height:unset;overflow:visible}#header .menu-wrapper::-webkit-scrollbar{width:0}#header .menu-wrapper::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0)}}.hamburger{z-index:1001}.hamburger[aria-expanded=true] .hamburger__icon{background-color:rgba(0,0,0,0)}.hamburger[aria-expanded=true] .hamburger__icon::before{transform:translateY(0.5rem) rotate(45deg)}.hamburger[aria-expanded=true] .hamburger__icon::after{transform:translateY(-0.5rem) rotate(-45deg)}.menu-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:99;opacity:0;transition:opacity .3s ease}.menu-overlay.active{display:block;opacity:1}@keyframes fadeInDown{from{opacity:0;transform:translateY(-100px)}to{opacity:1;transform:translateY(0px)}}@keyframes fadeInUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(79,70,229,.4)}70%{box-shadow:0 0 0 10px rgba(79,70,229,0)}100%{box-shadow:0 0 0 0 rgba(79,70,229,0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.mega-menu-item.has-submenu:hover .mega-submenu{animation:fadeInDown .3s ease-out forwards}.mega-menu-item.has-submenu:hover .mega-submenu::before{animation:fadeIn .2s ease-out forwards}.country-item:hover .country-flag{animation:pulse 1.5s infinite}.search-modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1050;display:flex;align-items:flex-start;justify-content:center;padding:1rem;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.search-modal.active{opacity:1;visibility:visible}.search-modal-content{background-color:#fff;border-radius:.75rem;width:100%;max-width:500px;margin-top:4rem;box-shadow:0 10px 25px rgba(0,0,0,.15);transform:translateY(-20px);transition:transform .3s ease;overflow:hidden}.search-modal.active .search-modal-content{transform:translateY(0)}.search-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.1)}.search-modal-title{margin:0;font-size:1.25rem;font-weight:600;color:#312e81}.search-modal-close{background:none;border:none;cursor:pointer;color:#6b7280;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:.375rem;transition:background-color .2s,color .2s}.search-modal-close:hover{background-color:#f3f4f6;color:#111827}.search-modal-form{padding:1.5rem;display:flex !important;flex-direction:column;gap:1rem}.search-modal-form input[type=search]{width:100%;border:2px solid #e5e7eb;border-radius:.5rem;padding:.875rem 1.25rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.search-modal-form input[type=search]:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.15)}.search-modal-form button{width:100%;background-color:#4f46e5;color:#fff;border:none;border-radius:.5rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.search-modal-form button:hover{background-color:#4338ca}body.search-modal-open{overflow:hidden}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.search-modal.active{animation:fadeIn .3s ease forwards}.search-modal.active .search-modal-content{animation:fadeInUp .3s ease forwards}@media(min-width: 768px){.search-modal-content{margin-top:6rem}}.search-modal-form button svg{width:1.25rem;height:1.25rem}.search-modal-form button::before{content:"";display:inline-block;width:1.25rem;height:1.25rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cpath d='M21 21l-4.35-4.35'%3E%3C/path%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;margin-right:.5rem}.photo-month{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:1rem;min-height:auto}.photo-month__image{width:100%;position:static;z-index:2}.photo-month__image img{display:block;width:100%;height:auto;object-fit:cover;border-radius:1rem}.photo-month__card{position:static;min-width:40%;margin-top:1rem;background:hsla(0,0%,100%,.15);backdrop-filter:blur(12px);box-shadow:0 4px 20px rgba(0,0,0,.1);border-radius:1rem;padding:2rem;color:#1f2937;display:flex;flex-direction:column;gap:1rem;border:2px solid #fff;z-index:5}.photo-month__card .card-tags{display:flex;gap:.5rem}.photo-month__card .card-tags .tag{background:#4f46e5;color:#fff;font-size:.75rem;padding:.25rem .75rem;border-radius:9999px;font-weight:500}.photo-month__card h2{font-family:"Poppins",sans-serif;color:#111827;font-size:1.25rem;font-weight:500;margin-bottom:.25rem}@media(min-width: 768px){.photo-month__card h2{font-size:1.5rem}}.photo-month__card .card-author{display:flex;align-items:center;gap:.5rem}.photo-month__card .card-author .author-name{font-size:.9rem;font-weight:500;color:#111827}.photo-month__card .card-author .author-date{font-size:.8rem;color:#9ca3af}.photo-month__card .card-location{font-size:.85rem;color:#9ca3af}.photo-month__card .card-socials{display:flex;gap:1rem;flex-wrap:wrap}.photo-month__card .card-socials .social-item{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .8rem;border-radius:9999px;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.08);transition:background .3s}.photo-month__card .card-socials .social-item:hover{background:hsla(0,0%,100%,.7)}.photo-month__card .card-socials .social-item .social-icon{width:1rem;height:1rem;fill:#4b5563;transition:fill .3s}.photo-month__card .card-socials .social-item .social-handle{color:#4b5563;font-weight:500;font-size:.85rem;transition:color .3s}.photo-month__card .card-socials .social-item .social-handle:hover{color:#4f46e5}.photo-month__card .card-extra-info{display:flex;align-items:start;gap:.5rem;padding:.75rem;background:hsla(0,0%,100%,.2);border-radius:.5rem;border:1px solid hsla(0,0%,100%,.3)}.photo-month__card .card-extra-info .extra-info-icon{width:1.125rem;height:1.125rem;flex-shrink:0}.photo-month__card .card-extra-info .extra-info-icon svg{display:block;width:100%;height:100%}.photo-month__card .card-extra-info .extra-info-icon svg circle{fill:#4f46e5}.photo-month__card .card-extra-info .extra-info-text{font-size:.85rem;line-height:1.4;color:#4b5563;font-weight:400}.photo-month .shape{display:block;position:absolute;left:2%;top:10%;min-width:70%;min-height:400px;border-radius:50px;background:#2e7573;opacity:.2;filter:blur(57px)}@media(min-width: 768px){.photo-month{min-height:500px;flex-direction:row;align-items:center;justify-content:end}.photo-month__image{width:70%;position:relative}.photo-month .shape{display:block;position:absolute;left:2%;top:5%;min-width:30%;min-height:400px;border-radius:50px;background:#2e7573;opacity:.2;filter:blur(57px)}.photo-month__card{position:absolute;left:0;top:20%;max-width:40%;min-width:40%;margin-top:0}}.trending-posts{display:flex;flex-direction:column;gap:2rem;padding:2rem 0}.trending-posts__top{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width: 768px){.trending-posts__top{grid-template-columns:50% 50%}}.trending-posts__top .top-left .big-post{display:flex;border-radius:1rem;overflow:hidden;background:#fff;border:1px solid #e5e7eb;flex-direction:column}.trending-posts__top .top-left .big-post__image img{width:100%;height:100%;object-fit:cover}.trending-posts__top .top-left .big-post__content{flex:1;padding:1.5rem;display:flex;flex-direction:column;justify-content:center;gap:.75rem}.trending-posts__top .top-left .big-post__content .tags{display:flex;gap:.5rem}.trending-posts__top .top-left .big-post__content .tags .tag{background:#4f46e5;color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem}.trending-posts__top .top-left .big-post__content .big-post__title{font-family:"Poppins",sans-serif;color:#111827;font-size:1.5rem;font-weight:500;margin-bottom:.5rem}@media(min-width: 768px){.trending-posts__top .top-left .big-post__content .big-post__title{font-size:1.875rem}}.trending-posts__top .top-left .big-post__content__stats{display:flex;gap:1rem;margin-top:.5rem}.trending-posts__top .top-left .big-post__meta{display:flex;align-items:center;gap:.5rem}.trending-posts__top .top-left .big-post__meta .author-avatar{width:40px;height:40px;border-radius:9999px;object-fit:cover}.trending-posts__top .top-left .big-post__meta .author-info{display:flex;flex-direction:column}.trending-posts__top .top-left .big-post__meta .author-info .author-name{font-weight:500}.trending-posts__top .top-left .big-post__meta .author-info .author-date{font-size:.8rem;color:#9ca3af}.trending-posts__top .top-right{display:flex;flex-direction:column;gap:1rem}.trending-posts__top .top-right .side-post{display:flex;background:#fff;border-radius:1rem;overflow:hidden;border:1px solid #e5e7eb}.trending-posts__top .top-right .side-post__image{flex:0 0 220px}.trending-posts__top .top-right .side-post__image img{width:220px;height:100%;object-fit:cover}.trending-posts__top .top-right .side-post__content{flex:1;padding:.75rem;display:flex;flex-direction:column;gap:.25rem;justify-content:space-between}.trending-posts__top .top-right .side-post__content .tags .tag{background:#4f46e5;color:#fff;font-size:.75rem;padding:.25rem .75rem;border-radius:9999px}.trending-posts__top .top-right .side-post__content .side-post__title{font-size:1rem;font-weight:600}.trending-posts__top .top-right .side-post__content .side-post__meta{display:flex;align-items:center;gap:.5rem}.trending-posts__top .top-right .side-post__content .side-post__meta .author-avatar{width:24px;height:24px;border-radius:9999px;object-fit:cover}.trending-posts__top .top-right .side-post__content .side-post__meta .author-info{display:flex;flex-direction:column}.trending-posts__top .top-right .side-post__content .side-post__meta .author-info .author-name{font-size:.85rem;font-weight:500}.trending-posts__top .top-right .side-post__content .side-post__meta .author-info .author-date{font-size:.75rem;color:#9ca3af}.trending-posts__grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width: 640px){.trending-posts__grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.trending-posts__grid{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 1024px){.trending-posts__grid{grid-template-columns:repeat(4, 1fr)}}.trending-posts__grid .grid-post{background:#fff;border-radius:1rem;overflow:hidden;display:flex;flex-direction:column;border:1px solid #e5e7eb}.trending-posts__grid .grid-post__image img{width:100%;height:auto;object-fit:cover}.trending-posts__grid .grid-post__content{padding:1rem}.trending-posts__grid .grid-post__content .tags{display:flex;gap:.5rem;margin-bottom:.5rem}.trending-posts__grid .grid-post__content .tags .tag{background:#4f46e5;color:#fff;font-size:.75rem;padding:.25rem .75rem;border-radius:9999px}.trending-posts__grid .grid-post__content .grid-post__title{font-size:1rem;font-weight:600;margin-bottom:.5rem}.trending-posts__grid .grid-post__content .grid-post__meta{display:flex;align-items:center;gap:.5rem}.trending-posts__grid .grid-post__content .grid-post__meta .author-avatar{width:24px;height:24px;border-radius:9999px;object-fit:cover}.trending-posts__grid .grid-post__content .grid-post__meta .author-info{display:flex;flex-direction:column}.trending-posts__grid .grid-post__content .grid-post__meta .author-info .author-name{font-size:.85rem;font-weight:500}.trending-posts__grid .grid-post__content .grid-post__meta .author-info .author-date{font-size:.75rem;color:#9ca3af}.trending-posts .post-home{transition:all .3s;cursor:pointer}.trending-posts .post-home:hover{box-shadow:0 8px 20px rgba(0,0,0,.05);transform:translateY(-3px)}.tags{gap:.5rem;display:flex}@media(max-width: 767px){.side-post,.grid-post{display:flex;border-radius:1rem;overflow:hidden;background:#fff;border:1px solid #e5e7eb;flex-direction:column}.side-post__image img,.grid-post__image img{width:100% !important;height:100%;object-fit:cover}.side-post .side-post__content,.grid-post .side-post__content{flex:1;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;justify-content:center}.side-post .side-post__content .tags,.grid-post .side-post__content .tags{display:flex;gap:.5rem}.side-post .side-post__content .tags .tag,.grid-post .side-post__content .tags .tag{background:#4f46e5;color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem}.side-post .side-post__content .side-post__title,.side-post .side-post__content .grid-post__title,.grid-post .side-post__content .side-post__title,.grid-post .side-post__content .grid-post__title{font-family:"Poppins",sans-serif;color:#111827;font-size:1.5rem;font-weight:500;margin-bottom:.5rem}}@media(max-width: 767px)and (min-width: 768px){.side-post .side-post__content .side-post__title,.side-post .side-post__content .grid-post__title,.grid-post .side-post__content .side-post__title,.grid-post .side-post__content .grid-post__title{font-size:1.875rem}}@media(max-width: 767px){.side-post .side-post__content__stats,.grid-post .side-post__content__stats{display:flex;gap:1rem;margin-top:.5rem}.side-post__meta,.grid-post__meta{display:flex;align-items:center;gap:.5rem}.side-post__meta .author-avatar,.grid-post__meta .author-avatar{width:40px;height:40px;border-radius:9999px;object-fit:cover}.side-post__meta .author-info,.grid-post__meta .author-info{display:flex;flex-direction:column}.side-post__meta .author-info .author-name,.grid-post__meta .author-info .author-name{font-weight:500}.side-post__meta .author-info .author-date,.grid-post__meta .author-info .author-date{font-size:.8rem;color:#9ca3af}}.discover-categories{padding:2rem 0;margin-top:2rem;margin-bottom:2rem;background-color:#f9fafb}@media(min-width: 768px){.discover-categories{margin-top:3rem;margin-bottom:3rem}}.discover-categories__heading{text-align:center;margin-bottom:2rem}.discover-categories__heading h2{font-family:"Poppins",sans-serif;color:#111827;font-size:1.875rem;font-weight:500;margin-bottom:.5rem}@media(min-width: 768px){.discover-categories__heading h2{font-size:2.25rem}}.discover-categories__heading p{font-family:"Poppins",sans-serif;color:#1f2937;font-size:.875rem;color:#9ca3af}.discover-categories .categories-grid{display:grid;gap:1rem}@media(min-width: 768px){.discover-categories .categories-grid{grid-template-columns:repeat(auto-fit, minmax(180px, 1fr))}}.discover-categories .categories-grid .category-item{background-color:#fff;border:1px solid #e5e7eb;border-radius:10px;text-align:center;padding:1rem;transition:box-shadow .3s ease,transform .3s ease}.discover-categories .categories-grid .category-item:hover{box-shadow:0 8px 20px rgba(0,0,0,.05);transform:translateY(-3px)}.discover-categories .categories-grid .category-item .post-home{cursor:pointer;display:flex;text-decoration:none;color:inherit;flex-direction:column;align-items:center}.discover-categories .categories-grid .category-item img{width:64px;height:64px;object-fit:cover;border-radius:50%;margin-bottom:.5rem}.discover-categories .categories-grid .category-item h3{font-family:"Poppins",sans-serif;color:#111827;font-size:1rem;font-weight:600;margin-bottom:.25rem}@media(min-width: 768px){.discover-categories .categories-grid .category-item h3{font-size:1.125rem}}.discover-categories .categories-grid .category-item p{font-family:"Poppins",sans-serif;color:#1f2937;font-size:.875rem;color:#9ca3af}.authors-section{padding:2rem 1rem;background:#f9fafb}.authors-section h2{font-family:"Poppins",sans-serif;color:#111827;font-size:1.5rem;font-weight:500;text-align:center;margin-bottom:2rem}@media(min-width: 768px){.authors-section h2{font-size:1.875rem}}.authors-section .authors-container{display:flex;flex-direction:column;gap:2rem}@media(min-width: 768px){.authors-section .authors-container{flex-direction:row;justify-content:center;align-items:flex-start;gap:4rem}}.authors-section .authors-container .author-item{display:flex;flex-direction:column;align-items:center;text-align:center;border:1px solid #e5e7eb;border-radius:1.25rem;padding:1.25rem;background:#fff}.authors-section .authors-container .author-item .author-avatar{width:150px;height:150px;margin-bottom:1rem;border-radius:9999px;overflow:hidden}.authors-section .authors-container .author-item .author-avatar img{width:100%;height:100%;object-fit:cover}.authors-section .authors-container .author-item .author-info{max-width:400px}.authors-section .authors-container .author-item .author-info h3 a{font-family:"Poppins",sans-serif;color:#111827;font-size:1.125rem;font-weight:500;margin-bottom:.5rem}@media(min-width: 768px){.authors-section .authors-container .author-item .author-info h3 a{font-size:1.25rem}}.authors-section .authors-container .author-item .author-info .author-bio{font-family:"Poppins",sans-serif;color:#1f2937;font-size:.875rem;font-size:.9rem;color:#9ca3af}.popular-posts__header{margin-bottom:1rem}.popular-posts__header h2{font-family:"Poppins",sans-serif;color:#111827;font-size:1.5rem;font-weight:500;margin-bottom:.25rem}@media(min-width: 768px){.popular-posts__header h2{font-size:1.875rem}}.popular-posts__header p{font-family:"Poppins",sans-serif;color:#1f2937;font-size:.875rem;color:#9ca3af;font-size:.9rem}.popular-posts__list{display:flex;flex-direction:column;gap:1rem}@media(min-width: 768px){.popular-posts__list{gap:1.5rem}}.popular-posts .post-item{cursor:pointer;display:flex;flex-direction:column;gap:1rem;background:#fff;border-radius:1rem;padding:1rem;border:1px solid #e5e7eb;transition:all .3s}@media(min-width: 768px){.popular-posts .post-item{flex-direction:row;align-items:center}}.popular-posts .post-item:hover{box-shadow:0 8px 20px rgba(0,0,0,.05);transform:translateY(-3px)}.popular-posts .post-item__thumb{width:100%;max-height:220px;border-radius:.5rem;overflow:hidden;order:0}.popular-posts .post-item__thumb img{width:100%;height:100%;object-fit:cover}@media(min-width: 768px){.popular-posts .post-item__thumb{flex:0 0 220px;max-height:none;order:1}}.popular-posts .post-item__content{display:flex;flex-direction:column;justify-content:center;flex:1;order:1;gap:.5rem}@media(min-width: 768px){.popular-posts .post-item__content{order:0}}.popular-posts .post-item__content .post-meta{display:flex;align-items:center;gap:.75rem}.popular-posts .post-item__content .post-meta__avatar{width:48px;height:48px;border-radius:9999px;object-fit:cover}.popular-posts .post-item__content .post-meta__info{display:flex;flex-direction:column}.popular-posts .post-item__content .post-meta__info .post-meta__author{font-weight:600}.popular-posts .post-item__content .post-meta__info .post-meta__date{font-size:.8rem;color:#9ca3af}.popular-posts .post-item__content__title{margin-bottom:.5rem}.popular-posts .post-item__content__title a{font-family:"Poppins",sans-serif;color:#111827;font-size:1.125rem;font-weight:500;color:#111827;text-decoration:none}@media(min-width: 768px){.popular-posts .post-item__content__title a{font-size:1.25rem}}.popular-posts .post-item__content__title a:hover{color:#4f46e5}.popular-posts .post-item__content__stats{display:flex;align-items:center;gap:1rem}.popular-posts .post-item__content__stats span{display:inline-flex;align-items:center;gap:.25rem;font-size:.85rem;color:#9ca3af}.popular-posts .post-item__content__stats span::before{content:"";display:block;width:1rem;height:1rem;background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0i...") no-repeat center/contain}.home-description{padding:2rem 1rem}.home-description__inner{display:flex;flex-direction:column;gap:1rem}@media(min-width: 768px){.home-description__inner{flex-direction:row;align-items:center;justify-content:center;gap:2rem}}.home-description__img{flex:0 0 40%;border-radius:1rem;overflow:hidden}.home-description__img img{width:100%;height:auto;object-fit:cover;display:block}.home-description h2{font-family:"Poppins",sans-serif;color:#111827;font-size:1.5rem;font-weight:500;margin-bottom:.5rem}@media(min-width: 768px){.home-description h2{font-size:1.875rem}}.home-description__text{overflow:hidden;max-height:200px;transition:max-height .3s ease;margin-bottom:1rem;font-family:"Poppins",sans-serif;color:#1f2937;font-size:.875rem}.home-description__text p{margin-bottom:.5rem}.home-description__toggle{background:#4f46e5;color:#fff;border:none;border-radius:9999px;padding:.5rem 1.5rem;cursor:pointer;font-weight:500;transition:background .3s ease,transform .3s ease}.home-description__toggle:hover{background:rgb(41.1374407583,30.5592417062,217.4407582938);transform:translateY(-2px)}.home-description__toggle:active{transform:scale(0.98)}.countries-guides{padding:2rem 0}.countries-guides__heading{text-align:center;margin-bottom:1.5rem;padding:0 1rem}.countries-guides__heading h2{font-family:"Poppins",sans-serif;color:#111827;font-size:1.875rem;font-weight:500;color:#4f46e5;margin-bottom:.25rem}@media(min-width: 768px){.countries-guides__heading h2{font-size:2.25rem}}.countries-guides__heading p{color:#4b5563;font-size:1rem}@media(min-width: 768px){.countries-guides__heading p{font-size:1.125rem}}.countries-guides__footer{text-align:center;margin-top:1.5rem}.countries-guides__footer .view-all-countries{display:inline-flex;align-items:center;justify-content:center;padding:.25rem 1rem;font-size:.875rem;background-color:#4f46e5;color:#fff;border-radius:50px;text-decoration:none;font-weight:500;box-shadow:0 4px 15px rgba(79,70,229,.3);transition:all .3s ease}@media(min-width: 768px){.countries-guides__footer .view-all-countries{padding:.5rem 1.5rem;font-size:inherit}}.countries-guides__footer .view-all-countries svg{margin-left:.25rem;transition:transform .3s ease}.countries-guides__footer .view-all-countries:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(79,70,229,.4)}.countries-guides__footer .view-all-countries:hover svg{transform:translateX(3px)}.countries-swiper{padding:5px 0 25px !important;overflow:visible}.countries-swiper .swiper-button-prev,.countries-swiper .swiper-button-next{width:32px;height:32px;background-color:#fff;border-radius:50%;box-shadow:0 4px 12px rgba(0,0,0,.1);color:#4f46e5}.countries-swiper .swiper-button-prev::after,.countries-swiper .swiper-button-next::after{font-size:14px;font-weight:bold}@media(min-width: 768px){.countries-swiper .swiper-button-prev,.countries-swiper .swiper-button-next{width:38px;height:38px}.countries-swiper .swiper-button-prev::after,.countries-swiper .swiper-button-next::after{font-size:16px}}@media(min-width: 1024px){.countries-swiper .swiper-button-prev,.countries-swiper .swiper-button-next{width:44px;height:44px}.countries-swiper .swiper-button-prev::after,.countries-swiper .swiper-button-next::after{font-size:18px}}.countries-swiper .swiper-button-prev:hover,.countries-swiper .swiper-button-next:hover{background-color:#4f46e5;color:#fff;box-shadow:0 6px 15px rgba(79,70,229,.3)}.countries-swiper .swiper-button-disabled{opacity:0;cursor:auto;pointer-events:none}.swiper-slide{height:auto}.swiper-slide .country-slide{display:flex;flex-direction:column;background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.05);transition:all .3s ease;height:100%;cursor:pointer}.swiper-slide .country-slide:hover{transform:translateY(-5px);box-shadow:0 12px 25px rgba(79,70,229,.15)}@media(min-width: 768px){.swiper-slide .country-slide:hover{transform:translateY(-8px)}}.swiper-slide .country-slide:hover .country-slide__image img{transform:scale(1.1)}.swiper-slide .country-slide:hover .country-slide__action{background-color:#4f46e5;color:#fff}.swiper-slide .country-slide:hover .country-slide__action .view-details{color:#fff}.swiper-slide .country-slide__image{height:180px;overflow:hidden;position:relative}@media(min-width: 768px){.swiper-slide .country-slide__image{height:240px}}.swiper-slide .country-slide__image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s ease}.swiper-slide .country-slide__content{padding:20px 10px;flex-grow:1;display:flex;flex-direction:column}.swiper-slide .country-slide__title{font-size:1rem;color:#1f2937;margin-top:0;margin-bottom:.25rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media(min-width: 768px){.swiper-slide .country-slide__title{font-size:1.125rem}}.swiper-slide .country-slide__continent{display:flex;align-items:center;font-size:.875rem;color:#4b5563;margin-bottom:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.swiper-slide .country-slide__continent .continent-icon{margin-right:.25rem;flex-shrink:0;display:flex;align-items:center;color:#4f46e5}.swiper-slide .country-slide__info{margin-top:auto;margin-bottom:.5rem}@media(min-width: 768px){.swiper-slide .country-slide__info{margin-bottom:1rem}}.swiper-slide .country-slide__info .info-item{display:flex;justify-content:space-between;align-items:center;padding:.25rem 0;border-bottom:1px dashed #e5e7eb}.swiper-slide .country-slide__info .info-item:last-child{border-bottom:none}.swiper-slide .country-slide__info .info-item .info-label{color:#4b5563;font-size:.875rem}.swiper-slide .country-slide__info .info-item .info-value{font-weight:500;font-size:.875rem}.swiper-slide .country-slide__action{display:flex;align-items:center;justify-content:center;padding:.25rem;background-color:rgba(79,70,229,.05);border-radius:6px;transition:all .3s ease}@media(min-width: 768px){.swiper-slide .country-slide__action{padding:.5rem}}.swiper-slide .country-slide__action .view-details{display:flex;align-items:center;justify-content:center;color:#4f46e5;font-weight:500;font-size:.875rem;transition:all .3s}.swiper-slide .country-slide__action .view-details::after{content:"";display:inline-block;width:14px;height:14px;margin-left:.25rem;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>');background-size:contain;background-repeat:no-repeat;transition:transform .3s ease}@media(min-width: 768px){.swiper-slide .country-slide__action .view-details::after{width:16px;height:16px}}.swiper-slide .country-slide__action:hover .view-details::after{transform:translateX(3px)}.photo-month-landing{padding:2rem 0;background-color:#f9fafb;margin:0}.photo-month-landing__title{font-family:"Poppins",sans-serif;color:#111827;font-size:1.875rem;font-weight:500;margin-bottom:1rem;text-align:center}@media(min-width: 768px){.photo-month-landing__title{font-size:2.25rem}}.photo-month-landing__intro,.photo-month-landing__rules,.photo-month-landing__disclaimer,.photo-month-landing__thanks{font-family:"Poppins",sans-serif;color:#1f2937;font-size:.875rem;color:#4b5563;margin-bottom:1rem;line-height:1.6;max-width:800px;margin-left:auto;margin-right:auto}.photo-month-landing__form{max-width:600px;margin:0 auto 1.5rem}.photo-month-landing__form .wpcf7 form{display:flex;flex-direction:column;gap:1rem}.photo-month-landing__form .form-control{width:100%;padding:.75rem;border:1px solid #e5e7eb;border-radius:.25rem}.photo-month-landing__form .form-control:focus{outline:none;border-color:#4f46e5}.photo-month-landing__form input[type=submit]{background:#4f46e5;color:#fff;border:none;border-radius:9999px;padding:.75rem 1.5rem;cursor:pointer;font-size:.95rem;font-weight:500;transition:background .3s}.photo-month-landing__form input[type=submit]:hover{background:rgb(57.7298578199,47.6421800948,225.8578199052)}.photo-month-landing__form .form-checkbox{margin-right:.5rem}.page-404{padding:3rem 1rem;display:flex;align-items:center;justify-content:center;min-height:70vh}.page-404__content{text-align:center;max-width:600px;margin:0 auto}.page-404__title{font-family:"Poppins",sans-serif;color:#111827;font-size:2.25rem;font-weight:700;font-size:6rem;margin-bottom:1rem;color:#4f46e5}@media(min-width: 768px){.page-404__title{font-size:3rem}}.page-404__subtitle{font-family:"Poppins",sans-serif;color:#111827;font-size:1.25rem;font-weight:500;margin-bottom:.5rem}@media(min-width: 768px){.page-404__subtitle{font-size:1.5rem}}.page-404__text{font-family:"Poppins",sans-serif;color:#1f2937;font-size:.875rem;color:#4b5563;font-size:1rem;margin-bottom:1rem}.page-404__actions{display:flex;flex-direction:column;gap:.5rem;align-items:center}@media(min-width: 768px){.page-404__actions{flex-direction:row;justify-content:center}}.page-404__actions .page-404__home-btn{background:#4f46e5;color:#fff;border:none;border-radius:9999px;padding:.75rem 1.5rem;cursor:pointer;font-size:1rem;font-weight:500;text-decoration:none;transition:background .3s}.page-404__actions .page-404__home-btn:hover{background:rgb(57.7298578199,47.6421800948,225.8578199052)}.page-404__actions .page-404__search-form{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}@media(min-width: 768px){.page-404__actions .page-404__search-form{margin-top:0}}.page-404__actions .page-404__search-form input[type=search]{border:1px solid #e5e7eb;border-radius:9999px;padding:.5rem 1rem;font-size:1rem}.page-404__actions .page-404__search-form input[type=search]:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 2px rgba(79,70,229,.15)}.page-404__actions .page-404__search-form button{background:#4f46e5;color:#fff;border:none;border-radius:9999px;padding:.5rem 1rem;cursor:pointer;font-size:1rem;font-weight:500;transition:background .3s}.page-404__actions .page-404__search-form button:hover{background:rgb(57.7298578199,47.6421800948,225.8578199052)}.single-post-page{display:flex;gap:1.5rem;padding:2rem 1rem}@media(min-width: 768px){.single-post-page{gap:3rem}}.single-post-page__sidebar{flex:0 0 30%;display:flex;flex-direction:column;gap:1.5rem}@media(min-width: 768px){.single-post-page__sidebar{position:sticky;top:1rem;align-self:flex-start}}.single-post-page__sidebar>div{background:#f9fafb;border:1px solid #e5e7eb;border-radius:1rem;padding:1rem}.single-post-page__sidebar .table-of-contents h3{font-family:"Poppins",sans-serif;color:#111827;font-size:1.125rem;font-weight:500;margin-bottom:.5rem}@media(min-width: 768px){.single-post-page__sidebar .table-of-contents h3{font-size:1.25rem}}.single-post-page__sidebar .table-of-contents div.lwptoc_i{padding:0;background:rgba(0,0,0,0)}.single-post-page__sidebar .table-of-contents div.lwptoc_i ul.lwptoc_itemWrap{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.single-post-page__sidebar .table-of-contents div.lwptoc_i ul.lwptoc_itemWrap li.lwptoc_item a{font-family:"Poppins",sans-serif;color:#1f2937;font-size:.875rem;color:#4b5563;text-decoration:none;transition:color .2s}.single-post-page__sidebar .table-of-contents div.lwptoc_i ul.lwptoc_itemWrap li.lwptoc_item a:hover span{color:#4f46e5}.single-post-page__sidebar .buy-coffee{display:flex;flex-direction:column;align-items:center;gap:.5rem}.single-post-page__sidebar .buy-coffee img{width:80px;height:80px;object-fit:contain;display:block}.single-post-page__sidebar .buy-coffee .coffee-title{font-family:"Poppins",sans-serif;color:#111827;font-size:1.125rem;font-weight:500}@media(min-width: 768px){.single-post-page__sidebar .buy-coffee .coffee-title{font-size:1.25rem}}.single-post-page__sidebar .buy-coffee .coffee-desc{font-family:"Poppins",sans-serif;color:#1f2937;font-size:.875rem;font-size:.9rem;color:#9ca3af;text-align:center}.single-post-page__sidebar .buy-coffee .coffee-btn{background:#4f46e5;color:#fff;border:none;border-radius:9999px;padding:.5rem 1rem;cursor:pointer;font-size:.9rem;font-weight:500;transition:background .3s}.single-post-page__sidebar .buy-coffee .coffee-btn:hover{background:rgb(57.7298578199,47.6421800948,225.8578199052)}.single-post-page__sidebar .author-box{display:flex;flex-direction:column;align-items:center;gap:.5rem}.single-post-page__sidebar .author-box .author-avatar{width:80px;height:80px;border-radius:9999px;object-fit:cover;display:block}.single-post-page__sidebar .author-box .author-name{font-family:"Poppins",sans-serif;color:#111827;font-size:1.125rem;font-weight:500}@media(min-width: 768px){.single-post-page__sidebar .author-box .author-name{font-size:1.25rem}}.single-post-page__sidebar .author-box .author-bio{font-family:"Poppins",sans-serif;color:#1f2937;font-size:.875rem;font-size:.9rem;color:#9ca3af;text-align:center}.single-post-page__content{flex:1;background:#fff;border-radius:1rem;border:1px solid #e5e7eb;padding:1rem;display:flex;flex-direction:column;gap:1rem}.single-post-page__content .post-title{font-family:"Poppins",sans-serif;color:#111827;font-size:1.875rem;font-weight:500;margin-bottom:.25rem}@media(min-width: 768px){.single-post-page__content .post-title{font-size:2.25rem}}.single-post-page__content .post-featured-image{margin-bottom:1rem}.single-post-page__content .post-featured-image .featured-image{width:100%;height:auto;object-fit:cover;border-radius:.5rem;display:block}.single-post-page__content .post-meta-top{display:flex;align-items:center;gap:.25rem;margin-bottom:.5rem}.single-post-page__content .post-meta-top .post-date{font-size:.9rem;color:#9ca3af}.single-post-page__content .post-meta-top .reading-time{font-size:.9rem;color:#9ca3af}.single-post-page__content .post-meta-top .post-categories{font-size:.9rem;color:#9ca3af}.single-post-page__content .post-meta-top .post-categories .post-category-link{color:#4f46e5;text-decoration:underline;font-size:.9rem}.single-post-page__content .post-meta-top .post-categories .post-category-link:hover{color:rgb(57.7298578199,47.6421800948,225.8578199052)}.single-post-page__content .entry-content{font-family:"Poppins",sans-serif;color:#1f2937;font-size:.875rem;color:#4b5563;line-height:1.7}.single-post-page__content .entry-content h2,.single-post-page__content .entry-content h3,.single-post-page__content .entry-content h4,.single-post-page__content .entry-content h5,.single-post-page__content .entry-content h6{margin-top:1rem;margin-bottom:.25rem}.single-post-page__content .entry-content h2,.single-post-page__content .entry-content h2 span{font-family:"Poppins",sans-serif;color:#111827;font-size:1.25rem;font-weight:500}@media(min-width: 768px){.single-post-page__content .entry-content h2,.single-post-page__content .entry-content h2 span{font-size:1.5rem}}.single-post-page__content .entry-content h3,.single-post-page__content .entry-content h3 span{font-family:"Poppins",sans-serif;color:#111827;font-size:1.125rem;font-weight:500}@media(min-width: 768px){.single-post-page__content .entry-content h3,.single-post-page__content .entry-content h3 span{font-size:1.25rem}}.single-post-page__content .entry-content h4,.single-post-page__content .entry-content h4 span{font-family:"Poppins",sans-serif;color:#111827;font-size:1rem;font-weight:600}@media(min-width: 768px){.single-post-page__content .entry-content h4,.single-post-page__content .entry-content h4 span{font-size:1.125rem}}.single-post-page__content .entry-content blockquote{border-left:4px solid #4f46e5;padding-left:1rem;margin:1rem 0;font-style:italic;color:#4b5563}.single-post-page__content .entry-content a{color:#4f46e5;text-decoration:underline;transition:color .3s}.single-post-page__content .entry-content a:hover{color:rgb(57.7298578199,47.6421800948,225.8578199052)}.single-post-page__content .entry-content img{max-width:100%;height:auto;display:block;margin:1rem auto}.single-post-page__content .entry-content p{margin-bottom:.5rem}.single-post-page__content .share-post{margin-top:1rem}.single-post-page__content .share-post__title{font-family:"Poppins",sans-serif;color:#111827;font-size:1.125rem;font-weight:500;margin-bottom:.25rem}@media(min-width: 768px){.single-post-page__content .share-post__title{font-size:1.25rem}}.single-post-page__content .share-post__actions{display:flex;align-items:center;gap:.5rem}.single-post-page__content .share-post__copy{background:#4f46e5;color:#fff;border:none;border-radius:9999px;padding:.5rem 1rem;cursor:pointer;font-size:.9rem;font-weight:500;transition:background .3s}.single-post-page__content .share-post__copy:hover{background:rgb(57.7298578199,47.6421800948,225.8578199052)}.single-post-page__content .share-post__icon{display:inline-flex;width:2rem;height:2rem;background:#fff;border-radius:9999px;box-shadow:0 2px 6px rgba(0,0,0,.1);align-items:center;justify-content:center;transition:transform .2s}.single-post-page__content .share-post__icon svg path{transition:all .3s}.single-post-page__content .share-post__icon:hover svg path{fill:#4f46e5}.single-post-page__content .share-post__icon img{width:1rem;height:1rem;object-fit:contain}@media(max-width: 767px){.single-post-page{flex-direction:column}.single-post-page__sidebar{flex:0 0 auto;position:static;top:auto;order:2}.single-post-page__content{order:1}}.comments-fullwidth{margin-top:1.5rem;padding:1rem 1rem;background:#f9fafb;margin-bottom:0}.comments-fullwidth .comments-wrapper .comments-title{font-family:"Poppins",sans-serif;color:#111827;font-size:1.125rem;font-weight:500;margin-bottom:.5rem}@media(min-width: 768px){.comments-fullwidth .comments-wrapper .comments-title{font-size:1.25rem}}.comments-fullwidth .comments-wrapper ol.commentlist,.comments-fullwidth .comments-wrapper ul.commentlist{list-style:none;margin:0;padding:0}.comments-fullwidth .comments-wrapper ol.commentlist li.comment,.comments-fullwidth .comments-wrapper ul.commentlist li.comment{margin-bottom:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem}.comments-fullwidth .comments-wrapper ol.commentlist li.comment .comment-author,.comments-fullwidth .comments-wrapper ul.commentlist li.comment .comment-author{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.comments-fullwidth .comments-wrapper ol.commentlist li.comment .comment-author img.avatar,.comments-fullwidth .comments-wrapper ul.commentlist li.comment .comment-author img.avatar{width:40px;height:40px;border-radius:9999px;object-fit:cover}.comments-fullwidth .comments-wrapper ol.commentlist li.comment .comment-author .fn,.comments-fullwidth .comments-wrapper ul.commentlist li.comment .comment-author .fn{font-weight:600;color:#111827}.comments-fullwidth .comments-wrapper ol.commentlist li.comment .comment-metadata,.comments-fullwidth .comments-wrapper ul.commentlist li.comment .comment-metadata{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.25rem}.comments-fullwidth .comments-wrapper ol.commentlist li.comment .comment-metadata .comment-date,.comments-fullwidth .comments-wrapper ul.commentlist li.comment .comment-metadata .comment-date{font-size:.8rem;color:#9ca3af}.comments-fullwidth .comments-wrapper ol.commentlist li.comment .comment-metadata .comment-reply-link,.comments-fullwidth .comments-wrapper ul.commentlist li.comment .comment-metadata .comment-reply-link{font-family:"Poppins",sans-serif;color:#1f2937;font-size:.875rem;color:#4f46e5;text-decoration:underline;font-size:.8rem}.comments-fullwidth .comments-wrapper ol.commentlist li.comment .comment-metadata .comment-reply-link:hover,.comments-fullwidth .comments-wrapper ul.commentlist li.comment .comment-metadata .comment-reply-link:hover{color:rgb(57.7298578199,47.6421800948,225.8578199052)}.comments-fullwidth .comments-wrapper ol.commentlist li.comment .comment-content,.comments-fullwidth .comments-wrapper ul.commentlist li.comment .comment-content{font-family:"Poppins",sans-serif;color:#1f2937;font-size:.875rem;color:#4b5563;margin-bottom:.5rem}.comments-fullwidth .comments-wrapper ol.commentlist li.comment .comment-content p,.comments-fullwidth .comments-wrapper ul.commentlist li.comment .comment-content p{margin-bottom:.25rem}.comments-fullwidth .comments-wrapper ol.commentlist li.comment .children,.comments-fullwidth .comments-wrapper ul.commentlist li.comment .children{margin-top:.5rem;margin-left:1rem;padding-left:1rem;border-left:2px solid #e5e7eb}.comments-fullwidth .comments-wrapper form.comment-form{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem}.comments-fullwidth .comments-wrapper form.comment-form .comment-form-field{display:flex;flex-direction:column;gap:.25rem}.comments-fullwidth .comments-wrapper form.comment-form .comment-form-field label{font-weight:600;color:#111827;font-size:.9rem}.comments-fullwidth .comments-wrapper form.comment-form .comment-form-field input,.comments-fullwidth .comments-wrapper form.comment-form .comment-form-field textarea{border:1px solid #e5e7eb;border-radius:.25rem;padding:.5rem;font-size:.9rem}.comments-fullwidth .comments-wrapper form.comment-form .comment-form-field input:focus,.comments-fullwidth .comments-wrapper form.comment-form .comment-form-field textarea:focus{outline:none;border-color:#4f46e5}.comments-fullwidth .comments-wrapper form.comment-form .form-submit{margin-top:.5rem}.comments-fullwidth .comments-wrapper form.comment-form .form-submit button[type=submit],.comments-fullwidth .comments-wrapper form.comment-form .form-submit #submit{background:#4f46e5;color:#fff;border:none;border-radius:9999px;padding:.5rem 1rem;cursor:pointer;font-size:.9rem;font-weight:500;transition:background .3s}.comments-fullwidth .comments-wrapper form.comment-form .form-submit button[type=submit]:hover,.comments-fullwidth .comments-wrapper form.comment-form .form-submit #submit:hover{background:rgb(57.7298578199,47.6421800948,225.8578199052)}.lwptoc{margin:8px 0 !important}.related-posts{padding:1rem 0;margin:0;background-color:#f9fafb}.related-posts__title{font-family:"Poppins",sans-serif;color:#111827;font-size:1.125rem;font-weight:500;margin-bottom:.5rem}@media(min-width: 768px){.related-posts__title{font-size:1.25rem}}.related-posts__list{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width: 768px){.related-posts__list{grid-template-columns:repeat(3, 1fr)}}.related-posts .related-post-item{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s,box-shadow .3s;cursor:pointer}.related-posts .related-post-item:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.05)}.related-posts .related-post-item__thumb{width:100%;height:auto}.related-posts .related-post-item__thumb .related-post-thumb{width:100%;height:auto;object-fit:cover;display:block}.related-posts .related-post-item__content{padding:.5rem;display:flex;flex-direction:column;gap:.25rem}.related-posts .related-post-item__content__title{margin:0}.related-posts .related-post-item__content__title a{font-family:"Poppins",sans-serif;color:#111827;font-size:1rem;font-weight:600;color:#111827;text-decoration:none;transition:color .3s}@media(min-width: 768px){.related-posts .related-post-item__content__title a{font-size:1.125rem}}.related-posts .related-post-item__content__title a:hover{color:#4f46e5}.related-posts .related-post-item__content__date{font-size:.8rem;color:#9ca3af}.archive-page{padding:2rem 1rem}.archive-page .archive-header{margin-bottom:1rem}.archive-page .archive-header .archive-title{font-family:"Poppins",sans-serif;color:#111827;font-size:1.5rem;font-weight:500;margin-bottom:.25rem}@media(min-width: 768px){.archive-page .archive-header .archive-title{font-size:1.875rem}}.archive-page .archive-header .archive-description{font-family:"Poppins",sans-serif;color:#1f2937;font-size:.875rem;color:#9ca3af;font-size:.9rem}.archive-page .archive-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width: 768px){.archive-page .archive-grid{grid-template-columns:repeat(3, 1fr)}}.archive-page .big-post.post-home{background:#fff;border-radius:1rem;border:1px solid #e5e7eb;overflow:hidden;transition:transform .3s,box-shadow .3s}.archive-page .big-post.post-home:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.05)}.archive-page .big-post.post-home .big-post__image img{width:100%;height:auto;object-fit:cover;display:block}.archive-page .big-post.post-home .big-post__content{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.archive-page .big-post.post-home .big-post__content .tags{display:flex;gap:.5rem}.archive-page .big-post.post-home .big-post__content .tags .tag{background:#4f46e5;color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem}.archive-page .big-post.post-home .big-post__content .big-post__title{margin:0}.archive-page .big-post.post-home .big-post__content .big-post__title a{font-family:"Poppins",sans-serif;color:#111827;font-size:1.125rem;font-weight:500;color:#111827;text-decoration:none}@media(min-width: 768px){.archive-page .big-post.post-home .big-post__content .big-post__title a{font-size:1.25rem}}.archive-page .big-post.post-home .big-post__content .big-post__title a:hover{color:#4f46e5}.archive-page .big-post.post-home .big-post__content .big-post__meta{display:flex;align-items:center;gap:.75rem}.archive-page .big-post.post-home .big-post__content .big-post__meta .author-avatar{width:48px;height:48px;border-radius:9999px;object-fit:cover}.archive-page .big-post.post-home .big-post__content .big-post__meta .author-info{display:flex;flex-direction:column}.archive-page .big-post.post-home .big-post__content .big-post__meta .author-info .author-name{font-weight:600}.archive-page .big-post.post-home .big-post__content .big-post__meta .author-info .author-date{font-size:.8rem;color:#9ca3af}.archive-page .big-post.post-home .big-post__content .big-post__stats{margin-top:.5rem}.archive-page .archive-pagination{margin-top:1.5rem;display:flex;justify-content:center}.archive-page .archive-pagination .page-numbers{display:inline-block;margin:0 .25rem;padding:.5rem .75rem;border-radius:.25rem;color:#4b5563;background:#fff;border:1px solid #e5e7eb;text-decoration:none}.archive-page .archive-pagination .page-numbers.current{background:#4f46e5;color:#fff;border-color:#4f46e5}.archive-page .archive-pagination .page-numbers:hover{background:hsl(0,0%,97%)}.subcategories-list{margin-top:.5rem}.subcategories-list p{font-family:"Poppins",sans-serif;color:#1f2937;font-size:.875rem;font-weight:600;margin-bottom:.25rem}.subcategories-list .subcat-link{display:inline-block;margin-right:.25rem;background:#fff;padding:.25rem .75rem;border-radius:9999px;text-decoration:none;color:#4f46e5;border:1px solid #e5e7eb}.subcategories-list .subcat-link:hover{background:#4f46e5;color:#fff}.contact-page{padding:3rem 1rem;display:flex;flex-direction:column;align-items:center;text-align:center}.contact-page__title{font-family:"Poppins",sans-serif;color:#111827;font-size:1.5rem;font-weight:500;margin-bottom:.5rem}@media(min-width: 768px){.contact-page__title{font-size:1.875rem}}.contact-page__info{font-family:"Poppins",sans-serif;color:#1f2937;font-size:.875rem;font-size:1rem;margin-bottom:1rem}.contact-page__info a{color:#4f46e5;text-decoration:underline}.contact-page__info a:hover{color:rgb(57.7298578199,47.6421800948,225.8578199052)}.contact-page__content{font-family:"Poppins",sans-serif;color:#1f2937;font-size:.875rem;max-width:700px;margin:0 auto 1.5rem auto}.contact-form-wrapper{width:100%;max-width:600px;margin:0 auto}.contact-form-wrapper .wpcf7{display:flex;flex-direction:column;align-items:center}.contact-form-wrapper .wpcf7 .wpcf7-form{width:100%;display:flex;flex-direction:column;gap:1rem}.contact-form-wrapper .wpcf7 .wpcf7-form p{margin:0}.contact-form-wrapper .wpcf7 .wpcf7-form label{display:block;text-align:left;font-weight:600;color:#111827;margin-bottom:.25rem;font-size:.9rem}.contact-form-wrapper .wpcf7 .wpcf7-form input[type=text],.contact-form-wrapper .wpcf7 .wpcf7-form input[type=email],.contact-form-wrapper .wpcf7 .wpcf7-form input[type=url],.contact-form-wrapper .wpcf7 .wpcf7-form input[type=tel],.contact-form-wrapper .wpcf7 .wpcf7-form textarea{width:100%;border:1px solid #e5e7eb;border-radius:.25rem;padding:.75rem;font-size:.95rem}.contact-form-wrapper .wpcf7 .wpcf7-form input[type=text]:focus,.contact-form-wrapper .wpcf7 .wpcf7-form input[type=email]:focus,.contact-form-wrapper .wpcf7 .wpcf7-form input[type=url]:focus,.contact-form-wrapper .wpcf7 .wpcf7-form input[type=tel]:focus,.contact-form-wrapper .wpcf7 .wpcf7-form textarea:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.15)}.contact-form-wrapper .wpcf7 .wpcf7-form input[type=submit]{background:#4f46e5;color:#fff;border:none;border-radius:9999px;padding:.75rem 1.5rem;cursor:pointer;font-size:1rem;font-weight:500;transition:background .3s}.contact-form-wrapper .wpcf7 .wpcf7-form input[type=submit]:hover{background:rgb(57.7298578199,47.6421800948,225.8578199052)}.contact-form-wrapper .wpcf7 .wpcf7-form .wpcf7-response-output{margin-top:.5rem;padding:.5rem;border:1px solid rgba(0,0,0,0);border-radius:.25rem}.contact-form-wrapper .wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors{border-color:#ef4444;color:#ef4444}.contact-form-wrapper .wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok{border-color:#10b981;color:#10b981}.dictionary-container{max-width:1200px;margin:0 auto;padding:2rem 0;background-color:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.05)}.dictionary-header{text-align:center;margin-bottom:2rem;padding:0 2rem}@media(min-width: 768px){.dictionary-header{margin-bottom:3rem}}.dictionary-title{font-family:"Poppins",sans-serif;color:#111827;font-size:2.25rem;font-weight:700;margin-bottom:1rem}@media(min-width: 768px){.dictionary-title{font-size:3rem}}.dictionary-subtitle{color:#4b5563;font-size:1.125rem;text-align:center;max-width:600px;margin:1rem auto 0}@media(min-width: 768px){.dictionary-subtitle{font-size:1.25rem}}.dictionary-search-wrapper{margin:2rem auto;max-width:600px;position:relative;padding:0 2rem}.dictionary-search-wrapper::before{content:"";position:absolute;top:50%;left:3rem;transform:translateY(-50%);width:20px;height:20px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") no-repeat center center;background-size:contain}.dictionary-search{width:100%;padding:1rem 1rem 1rem 3rem;border:1px solid #e5e7eb;border-radius:8px;background-color:#f9fafb;font-size:1rem;transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.05)}.dictionary-search:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.2)}.dictionary-search::placeholder{color:#9ca3af}.dictionary-alphabet-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:.25rem;margin:0 2rem 2rem;padding:1rem;background-color:#f9fafb;border-radius:8px}.dictionary-alphabet-nav .alphabet-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;font-weight:500;color:#4b5563;transition:all .3s ease;text-decoration:none}.dictionary-alphabet-nav .alphabet-link:hover{background-color:rgba(79,70,229,.1);color:#4f46e5}.dictionary-alphabet-nav .alphabet-link.active{background-color:#4f46e5;color:#fff}.dictionary-section{margin:0 2rem 3rem;padding-top:1rem;border-top:1px solid #e5e7eb;scroll-margin-top:100px}.dictionary-section:first-of-type{border-top:none}.dictionary-letter{display:inline-block;color:#4f46e5;margin-bottom:1.5rem;position:relative}.dictionary-letter::after{content:"";position:absolute;bottom:-8px;left:0;width:40px;height:3px;background-color:#4f46e5;border-radius:3px}.dictionary-cards{display:flex;gap:1rem;flex-wrap:wrap}.dictionary-card{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.04);width:100%}@media(min-width: 768px){.dictionary-card{width:fit-content}}.dictionary-card:hover{transform:translateY(-3px);box-shadow:0 8px 16px rgba(0,0,0,.08);border-color:rgba(79,70,229,.5)}.dictionary-card a{text-decoration:none;display:block;height:100%}.dictionary-term{font-size:1.125rem;color:#1f2937;transition:color .3s ease;margin:0;margin-bottom:.25rem}.dictionary-card:hover .dictionary-term{color:#4f46e5}.dictionary-excerpt{font-size:.875rem;color:#4b5563;margin:0;line-height:1.5}.dictionary-archive{background-color:#f9fafb;padding:2rem 0}.dictionary-single{background-color:#f9fafb;padding:2rem 0}.dictionary-single .entry-content{margin:0 2rem 3rem;background-color:#f9fafb;padding:2rem;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.05);border:1px solid #e5e7eb}.dictionary-single .entry-content .entry-header{margin-bottom:2rem;border-bottom:1px solid #e5e7eb;padding-bottom:1.5rem}.dictionary-single .entry-content .entry-header h1{margin-bottom:.5rem}.dictionary-single .entry-content .entry-meta{color:#9ca3af;font-style:italic}.dictionary-single .entry-content .entry-body{color:#4b5563;font-size:1rem;line-height:1.7}.dictionary-single .entry-content .entry-body p{margin-bottom:1rem;font-size:1rem}.dictionary-single .entry-content .entry-body h2,.dictionary-single .entry-content .entry-body h3,.dictionary-single .entry-content .entry-body h4{margin-top:2rem;margin-bottom:1rem}.dictionary-single .entry-content .entry-body img{border-radius:8px;margin:1.5rem 0}.no-results-message{background-color:rgba(79,70,229,.05);border-left:3px solid #4f46e5;padding:1rem;margin-bottom:1.5rem;border-radius:0 8px 8px 0}.no-results-message p{color:#4b5563;margin:0}.no-results-message p strong{color:#4f46e5}.back-to-top{display:block;text-align:center;margin:3rem auto 1.5rem}.back-to-top .back-link{display:inline-flex;align-items:center;padding:.5rem 1rem;color:#4f46e5;font-weight:500;border:1px solid #4f46e5;border-radius:6px;transition:all .3s ease}.back-to-top .back-link:hover{background-color:#4f46e5;color:#fff}.back-to-top .back-link::before{content:"↑";margin-right:.25rem}.kraje-single{background-color:#f9fafb;padding:2rem 0;font-family:"Poppins",sans-serif}@media(min-width: 768px){.kraje-single{padding:3rem 0}}.kraje-single .quick-nav{top:1rem;margin-bottom:2rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);z-index:100;overflow:hidden}.kraje-single .quick-nav-container{display:flex;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.kraje-single .quick-nav-container::-webkit-scrollbar{display:none}.kraje-single .quick-nav-item{padding:1rem;white-space:nowrap;color:#4b5563;text-decoration:none;font-weight:500;transition:all .3s ease;position:relative;display:flex;align-items:center}.kraje-single .quick-nav-item::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:0;height:3px;background-color:#4f46e5;transition:width .3s ease}.kraje-single .quick-nav-item svg,.kraje-single .quick-nav-item .icon{margin-right:.25rem;width:16px;height:16px}.kraje-single .quick-nav-item:hover,.kraje-single .quick-nav-item.active{color:#4f46e5}.kraje-single .quick-nav-item:hover::after,.kraje-single .quick-nav-item.active::after{width:80%}.kraje-single .quick-nav-item.active{font-weight:600}.kraje-container{max-width:1200px;margin:0 auto;padding:2rem 1rem;background-color:#fff;border-radius:16px;box-shadow:0 10px 30px rgba(79,70,229,.1);overflow:hidden}@media(min-width: 768px){.kraje-container{padding:2rem 2rem}}.kraje-header{position:relative;margin-bottom:3rem;padding:0;text-align:center}.kraje-header::after{content:"";position:absolute;bottom:-1.5rem;left:50%;transform:translateX(-50%);width:100px;height:4px;background:linear-gradient(90deg, #4f46e5, rgb(164.0805687204, 159.4312796209, 241.5687203791));border-radius:4px}.kraje-title{font-family:"Poppins",sans-serif;color:#111827;font-size:2.25rem;font-weight:700;color:#4f46e5;margin-bottom:1rem;position:relative;display:inline-block}@media(min-width: 768px){.kraje-title{font-size:3rem}}.kraje-featured-image{border-radius:16px;overflow:hidden;box-shadow:0 15px 30px rgba(0,0,0,.15);position:relative;width:100%}.kraje-featured-image::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom, rgba(79, 70, 229, 0.1), rgba(79, 70, 229, 0));z-index:1;pointer-events:none}.kraje-featured-image img{width:100%;height:auto;display:block;transition:transform .5s ease}.kraje-featured-image img:hover{transform:scale(1.03)}.kraje-content{padding:0 0 2rem;color:#4b5563;font-size:1rem;line-height:1.8}.kraje-content p{margin-bottom:1rem}.kraje-content h2,.kraje-content h3,.kraje-content h4{color:#4f46e5;margin-top:2rem;margin-bottom:1rem}.kraje-info{padding:0}.kraje-info h2{font-family:"Poppins",sans-serif;color:#111827;font-size:1.5rem;font-weight:500;color:#4f46e5;margin-bottom:1.5rem;position:relative;padding-bottom:.5rem;display:flex;align-items:center}@media(min-width: 768px){.kraje-info h2{font-size:1.875rem}}.kraje-info h2::before{content:"";display:inline-block;width:24px;height:24px;min-width:24px;min-height:24px;margin-right:.75rem;background-size:contain;background-repeat:no-repeat;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%234f46e5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><path d="M8 12h8"></path><path d="M12 8v8"></path></svg>')}.kraje-info h2::after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background-color:#4f46e5;border-radius:3px}.kraje-info h3{font-family:"Poppins",sans-serif;color:#111827;font-size:1.125rem;font-weight:500;color:#4f46e5;margin-top:1.5rem;margin-bottom:0;position:relative;padding-bottom:.5rem;display:flex;align-items:center}@media(min-width: 768px){.kraje-info h3{font-size:1.25rem}}.kraje-info .kraje-section{margin-bottom:3rem;animation:fadeIn .5s ease-out;animation-fill-mode:both}.kraje-info .kraje-section:nth-child(1){animation-delay:0.1s}.kraje-info .kraje-section:nth-child(2){animation-delay:0.2s}.kraje-info .kraje-section:nth-child(3){animation-delay:0.3s}.kraje-info .kraje-section:nth-child(4){animation-delay:0.4s}.kraje-info .kraje-section:nth-child(5){animation-delay:0.5s}.kraje-info .kraje-section:nth-child(6){animation-delay:0.6s}.kraje-info .kraje-section:nth-child(7){animation-delay:0.7s}.kraje-info .kraje-section:nth-child(8){animation-delay:0.8s}.kraje-general-info{margin:0 0 2rem}.kraje-general-info .general-info-wrapper{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width: 768px){.kraje-general-info .general-info-wrapper{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.kraje-general-info .general-info-wrapper{grid-template-columns:repeat(3, 1fr)}}.kraje-general-info .info-card{background-color:#f9fafb;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.06);overflow:hidden;transition:all .3s ease;height:100%;display:flex;flex-direction:column}.kraje-general-info .info-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(79,70,229,.15)}.kraje-general-info .info-card .info-card-header{background-color:#4f46e5;color:#fff;padding:1rem;font-weight:600;font-size:1rem;display:flex;align-items:center}.kraje-general-info .info-card .info-card-header svg,.kraje-general-info .info-card .info-card-header .icon{margin-right:.5rem;width:20px;height:20px}.kraje-general-info .info-card .info-card-body{padding:1rem;flex-grow:1}.kraje-general-info .info-card .info-card-body ul{list-style:none;padding:0;margin:0}.kraje-general-info .info-card .info-card-body ul li{padding:.5rem 0;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.kraje-general-info .info-card .info-card-body ul li:last-child{border-bottom:none;padding-bottom:0}.kraje-general-info .info-card .info-card-body ul li strong{color:#1f2937;font-weight:500}.kraje-general-info .info-card .info-card-body ul li span{color:#4b5563;font-weight:400}.kraje-general-info .info-card .info-card-body ul li span.value-yes{color:#10b981;font-weight:600}.kraje-general-info .info-card .info-card-body ul li span.value-no{color:#ef4444;font-weight:600}.kraje-general-info .app-links{margin-top:.5rem;display:grid;grid-template-columns:repeat(auto-fit, minmax(80px, 1fr));gap:.25rem}.kraje-general-info .app-links a{display:flex;flex-direction:column;align-items:center;text-align:center;color:#4f46e5;text-decoration:none;background-color:rgba(79,70,229,.05);padding:.25rem;border-radius:8px;font-size:.875rem;transition:all .3s ease}.kraje-general-info .app-links a svg,.kraje-general-info .app-links a .icon{font-size:1.25rem;margin-bottom:.25rem}.kraje-general-info .app-links a svg path,.kraje-general-info .app-links a .icon path{fill:#4f46e5;transition:all .3s}.kraje-general-info .app-links a:hover{background-color:#4f46e5;color:#fff;transform:translateY(-3px)}.kraje-general-info .app-links a:hover svg path{fill:#fff}.kraje-pre-arrival,.kraje-registration,.kraje-costs,.kraje-additional{background-color:#f9fafb;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 20px rgba(0,0,0,.05);position:relative;overflow:hidden}.kraje-pre-arrival::before,.kraje-registration::before,.kraje-costs::before,.kraje-additional::before{content:"";position:absolute;top:0;left:0;width:6px;height:100%}.kraje-pre-arrival h2,.kraje-registration h2,.kraje-costs h2,.kraje-additional h2{margin-top:0;padding-left:.5rem;display:flex;align-items:center}.kraje-pre-arrival h2::before,.kraje-registration h2::before,.kraje-costs h2::before,.kraje-additional h2::before{margin-right:.5rem;content:"";display:inline-block;width:24px;height:24px;min-width:24px;min-height:24px;background-size:contain;background-repeat:no-repeat}.kraje-pre-arrival div,.kraje-registration div,.kraje-costs div,.kraje-additional div{padding-left:.5rem;font-size:14px}.kraje-pre-arrival div p,.kraje-registration div p,.kraje-costs div p,.kraje-additional div p{margin-bottom:1rem;line-height:1.7}.kraje-pre-arrival div ul,.kraje-registration div ul,.kraje-costs div ul,.kraje-additional div ul{padding-left:1.5rem;margin-bottom:1rem}.kraje-pre-arrival div ul li,.kraje-registration div ul li,.kraje-costs div ul li,.kraje-additional div ul li{margin-bottom:.5rem;position:relative}.kraje-pre-arrival div ul li::marker,.kraje-registration div ul li::marker,.kraje-costs div ul li::marker,.kraje-additional div ul li::marker{color:#4f46e5}.kraje-pre-arrival h2{color:#4f46e5}.kraje-pre-arrival h2:after{background-color:#4f46e5}.kraje-pre-arrival::before{background-color:#4f46e5}.kraje-pre-arrival h2::before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%234f46e5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg>');min-width:24px;min-height:24px}.kraje-registration h2{color:#10b981}.kraje-registration h2:after{background-color:#10b981}.kraje-registration::before{background-color:#10b981}.kraje-registration h2::before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%2310b981" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"></path><rect x="8" y="2" width="8" height="4" rx="1" ry="1"></rect><path d="M9 12h6"></path><path d="M9 16h6"></path></svg>');min-width:24px;min-height:24px}.kraje-costs h2{color:#f59e0b}.kraje-costs h2:after{background-color:#f59e0b}.kraje-costs::before{background-color:#f59e0b}.kraje-costs h2::before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23f59e0b" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="16"></line><line x1="8" y1="12" x2="16" y2="12"></line></svg>');min-width:24px;min-height:24px}.kraje-additional h2{color:#4b5563}.kraje-additional h2:after{background-color:#4b5563}.kraje-additional::before{background-color:#4b5563}.kraje-additional h2::before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%234B5563" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="16" x2="12" y2="12"></line><line x1="12" y1="8" x2="12.01" y2="8"></line></svg>');min-width:24px;min-height:24px}.kraje-gov-links{margin-bottom:2rem}.kraje-gov-links h2::before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%234f46e5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 10 0v4"></path></svg>');min-width:24px;min-height:24px}.kraje-gov-links ul{list-style:none;padding:0;display:grid;grid-template-columns:1fr;gap:1rem;margin-left:0}@media(min-width: 768px){.kraje-gov-links ul{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.kraje-gov-links ul{grid-template-columns:repeat(3, 1fr)}}.kraje-gov-links ul li a{display:flex;align-items:center;text-decoration:none;color:#1f2937;background-color:#f9fafb;padding:1rem;border-radius:8px;border:1px solid #e5e7eb;transition:all .3s ease;height:100%;font-weight:500;box-shadow:0 4px 10px rgba(0,0,0,.05)}.kraje-gov-links ul li a:hover{background-color:#4f46e5;color:#fff;transform:translateY(-3px);box-shadow:0 8px 20px rgba(79,70,229,.2);border-color:#4f46e5}.kraje-gov-links ul li a svg,.kraje-gov-links ul li a .icon{margin-right:.5rem;min-width:24px}.kraje-gov-links ul li a::before{content:"";display:inline-block;width:24px;height:24px;min-width:24px;min-height:24px;margin-right:.5rem;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path><polyline points="15 3 21 3 21 9"></polyline><line x1="10" y1="14" x2="21" y2="3"></line></svg>');background-size:contain;background-repeat:no-repeat;flex-shrink:0}.kraje-air-zones{margin-bottom:2rem}.kraje-air-zones h2::before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%234f46e5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polygon points="12 2 2 7 12 12 22 7 12 2"></polygon><polyline points="2 17 12 22 22 17"></polyline><polyline points="2 12 12 17 22 12"></polyline></svg>');min-width:24px;min-height:24px}.kraje-air-zones .kraje-zones-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width: 768px){.kraje-air-zones .kraje-zones-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1280px){.kraje-air-zones .kraje-zones-grid{grid-template-columns:repeat(3, 1fr)}}.kraje-air-zones .kraje-zone{background-color:#f9fafb;border-radius:12px;padding:1.5rem;box-shadow:0 4px 15px rgba(0,0,0,.05);transition:all .3s ease;display:flex;flex-direction:column;border-top:5px solid;border-color:var(--zone-color, #4f46e5)}.kraje-air-zones .kraje-zone:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.kraje-air-zones .kraje-zone h3{font-family:"Poppins",sans-serif;color:#111827;font-size:1.125rem;font-weight:500;margin-top:0;margin-bottom:1rem;display:flex;align-items:center}@media(min-width: 768px){.kraje-air-zones .kraje-zone h3{font-size:1.25rem}}.kraje-air-zones .kraje-zone h3::before{content:"";display:inline-block;width:16px;height:16px;min-width:16px;min-height:16px;border-radius:50%;margin-right:.5rem;background-color:var(--zone-color, #4f46e5)}.kraje-air-zones .kraje-zone p{margin:0;color:#4b5563;font-size:.875rem;line-height:1.6}.kraje-banned-zones{margin-bottom:2rem}.kraje-banned-zones h2{color:#ef4444}.kraje-banned-zones h2:after{background-color:#ef4444}.kraje-banned-zones h2::before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23ef4444" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="4.93" y1="4.93" x2="19.07" y2="19.07"></line></svg>');min-width:24px;min-height:24px}.kraje-banned-zones ul{list-style:none;padding:0;display:grid;grid-template-columns:1fr;gap:1.5rem;margin-left:0}@media(min-width: 768px){.kraje-banned-zones ul{grid-template-columns:repeat(2, 1fr)}}.kraje-banned-zones ul li{background-color:#f9fafb;border-radius:12px;padding:1.5rem;position:relative;box-shadow:0 4px 15px rgba(239,68,68,.1);border-left:5px solid #ef4444;transition:all .3s ease}.kraje-banned-zones ul li:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(239,68,68,.15)}.kraje-banned-zones ul li strong{display:block;margin-bottom:.5rem;color:#ef4444;font-weight:600;font-family:"Poppins",sans-serif;color:#111827;font-size:1rem;font-weight:600;display:flex;align-items:center}@media(min-width: 768px){.kraje-banned-zones ul li strong{font-size:1.125rem}}.kraje-banned-zones ul li strong::before{content:"";display:inline-block;width:20px;height:20px;min-width:20px;min-height:20px;margin-right:.5rem;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23ef4444" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"></path><line x1="12" y1="9" x2="12" y2="13"></line><line x1="12" y1="17" x2="12.01" y2="17"></line></svg>');background-size:contain;background-repeat:no-repeat}.kraje-banned-zones ul li p{margin:0;color:#4b5563;line-height:1.6}.kraje-action-buttons{display:grid;grid-template-columns:1fr;gap:1rem;margin:3rem 0 1.5rem}@media(min-width: 768px){.kraje-action-buttons{grid-template-columns:repeat(2, 1fr)}}.kraje-action-buttons .action-button{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;background-color:#f9fafb;border-radius:12px;box-shadow:0 8px 25px rgba(0,0,0,.08);transition:all .3s ease;text-decoration:none;text-align:center;border:2px solid rgba(0,0,0,0)}.kraje-action-buttons .action-button:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(79,70,229,.2)}.kraje-action-buttons .action-button-primary{background-color:#4f46e5;color:#fff}.kraje-action-buttons .action-button-primary .icon{background-color:hsla(0,0%,100%,.2)}.kraje-action-buttons .action-button-primary:hover{background-color:rgb(57.7298578199,47.6421800948,225.8578199052)}.kraje-action-buttons .action-button-primary span{color:#fff}.kraje-action-buttons .action-button-secondary{border:2px solid #4f46e5;color:#4f46e5}.kraje-action-buttons .action-button-secondary .icon{background-color:rgba(79,70,229,.1);color:#4f46e5}.kraje-action-buttons .action-button-secondary:hover{background-color:rgba(79,70,229,.05)}.kraje-action-buttons .action-button .icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;margin-bottom:1rem}.kraje-action-buttons .action-button .icon svg{width:30px;height:30px}.kraje-action-buttons .action-button .button-title{font-weight:600;font-size:1.125rem;margin-bottom:.25rem}.kraje-action-buttons .action-button .button-desc{font-size:.875rem;opacity:.8}@media(max-width: 768px){.kraje .kraje-container{padding:1.5rem 1rem;border-radius:12px}.kraje .kraje-hero-title{font-size:10px}.kraje .kraje-featured-image{margin:1.5rem auto 0}.kraje .kraje-general-info .general-info-wrapper{grid-template-columns:1fr}.kraje .kraje-banned-zones ul,.kraje .kraje-gov-links ul{grid-template-columns:1fr}.kraje .kraje-air-zones .kraje-zones-grid{grid-template-columns:1fr}.kraje .kraje .quick-nav{margin:0 -1rem 1.5rem;border-radius:0}.kraje .kraje-hero-title{font-size:10px}}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.kraje .back-to-top{display:block;text-align:center;margin:2rem auto}.kraje .back-to-top .back-link{display:inline-flex;align-items:center;padding:.5rem 1.5rem;color:#fff;font-weight:500;background-color:#4f46e5;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 15px rgba(79,70,229,.3)}.kraje .back-to-top .back-link:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(79,70,229,.4)}.kraje .back-to-top .back-link::before{content:"";display:inline-block;width:20px;height:20px;min-width:20px;min-height:20px;margin-right:.5rem;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="12" y1="19" x2="12" y2="5"></line><polyline points="5 12 12 5 19 12"></polyline></svg>');background-size:contain;background-repeat:no-repeat}.kraje-weather{background:linear-gradient(135deg, #4f46e5, #332dad);color:#fff;border-radius:12px;padding:30px;margin-bottom:32px;box-shadow:0 10px 30px rgba(79,70,229,.25);position:relative;overflow:hidden}.kraje-weather::before{content:"";position:absolute;right:-20px;top:-20px;width:150px;height:150px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z"></path></svg>');background-size:contain;background-repeat:no-repeat;opacity:.3;transform:rotate(10deg);z-index:0}.kraje-weather h2{color:#fff;margin-top:0;margin-bottom:16px;position:relative;z-index:1}.weather-widget{background:linear-gradient(135deg, #4f46e5, #332dad);color:#fff;border-radius:12px;padding:30px;margin-bottom:32px;box-shadow:0 10px 30px rgba(79,70,229,.25);position:relative;overflow:hidden;font-family:"Poppins",sans-serif}.weather-widget::before{content:"";position:absolute;right:-20px;top:-20px;width:150px;height:150px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z"></path></svg>');background-size:contain;background-repeat:no-repeat;opacity:.3;transform:rotate(10deg);z-index:0;pointer-events:none}.weather-main-title{color:#fff;margin-top:0;margin-bottom:20px;font-size:28px;font-weight:700;position:relative;z-index:1}.weather-header{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;background-color:rgba(0,0,0,.2);border-radius:10px;margin-bottom:25px;position:relative;z-index:1}.weather-location-info{display:flex;align-items:baseline;gap:8px}.weather-location-title{font-size:15px;opacity:.9;color:#fff}.weather-location-name{font-size:18px;font-weight:600;letter-spacing:.02em;color:#fff}.weather-update{font-size:13px;opacity:.7}.weather-content{display:flex;align-items:center;gap:30px;position:relative;z-index:1}.weather-main{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding-right:30px;border-right:1px solid hsla(0,0%,100%,.2);min-width:150px}.weather-icon{width:100px;height:100px;filter:drop-shadow(0 0 8px rgba(255, 255, 255, 0.3))}.weather-temp{font-size:48px;font-weight:700;line-height:1;margin:5px 0;text-shadow:0 2px 10px rgba(0,0,0,.2)}.weather-description{font-size:16px;font-weight:500;text-transform:capitalize;opacity:.9}.weather-details-container{flex:1;width:100%}.weather-details-table{width:100%;border-collapse:collapse;border-spacing:0}.weather-details-table tr{border-bottom:1px solid hsla(0,0%,100%,.1)}.weather-details-table tr:last-child{border-bottom:none}.weather-details-table td{padding:12px 4px}.weather-details-table td:nth-child(odd){width:20%}.weather-details-table td:nth-child(even){width:30%}.weather-info-label{color:hsla(0,0%,100%,.8);font-size:15px;font-weight:400;text-align:left}.weather-info-value{color:#fff;font-size:15px;font-weight:600;text-align:left}@media(max-width: 768px){.weather-widget{padding:20px}.weather-header{flex-direction:column;align-items:flex-start}.weather-update{margin-top:8px}.weather-content{flex-direction:column;gap:20px}.weather-main{padding-right:0;padding-bottom:20px;border-right:none;border-bottom:1px solid hsla(0,0%,100%,.2);width:100%}.weather-details-table{display:block}.weather-details-table tbody,.weather-details-table tr{display:block;width:100%}.weather-details-table tr{display:grid;grid-template-columns:auto auto;gap:10px;margin-bottom:15px}.weather-details-table td{display:block;width:auto}.weather-details-table td:nth-child(odd),.weather-details-table td:nth-child(even){width:auto}.weather-info-label{padding-bottom:2px}.weather-info-value{font-size:16px}}@media(max-width: 480px){.weather-details-table tr{grid-template-columns:1fr}.weather-info-label{padding-bottom:0}.weather-info-value{margin-bottom:10px}}.weather-night-alert{display:flex;align-items:flex-start;background-color:rgba(45,55,72,.9);border-radius:8px;padding:16px;margin-top:16px;border-left:4px solid #6366f1;box-shadow:0 4px 12px rgba(0,0,0,.15)}.weather-night-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;margin-right:12px;color:#6366f1;background-color:rgba(99,102,241,.2);border-radius:50%;padding:6px}.weather-night-text{flex:1}.weather-night-text p{color:#fff;margin:0;font-size:14px;line-height:1.5}.weather-info-text{position:relative;z-index:1;margin-top:20px;padding-top:16px;font-style:italic;opacity:.9;font-size:14px;text-align:center;border-top:1px solid hsla(0,0%,100%,.2)}.weather-info-text p{margin:0;color:#fff}.weather-fly-indicator{margin-top:20px;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.1);background:hsla(0,0%,100%,.1);backdrop-filter:blur(4px)}.weather-fly-indicator-header{display:flex;align-items:center;padding:18px 20px;border-radius:12px 12px 0 0}.weather-fly-indicator-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;margin-right:16px;flex-shrink:0;transition:all .3s ease;position:relative;overflow:hidden}.weather-fly-indicator-icon::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;box-shadow:inset 0 0 10px rgba(0,0,0,.1);z-index:1}.weather-fly-indicator-icon svg{position:relative;z-index:2;filter:drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));transition:transform .3s ease}.weather-fly-indicator:hover .weather-fly-indicator-icon svg{transform:scale(1.15)}.weather-fly-indicator-icon.safe{background:linear-gradient(135deg, rgba(52, 211, 153, 0.2), rgba(52, 211, 153, 0.1));color:#34d399;border:2px solid #34d399}.weather-fly-indicator-icon.warning{background:linear-gradient(135deg, rgba(251, 191, 36, 0.2), rgba(251, 191, 36, 0.1));color:#fbbf24;border:2px solid #fbbf24;animation:pulseWarning 2s infinite}.weather-fly-indicator-icon.danger{background:linear-gradient(135deg, rgba(239, 68, 68, 0.2), rgba(239, 68, 68, 0.1));color:#ef4444;border:2px solid #ef4444;animation:pulseDanger 1.5s infinite}@keyframes pulseWarning{0%{box-shadow:0 0 0 0 rgba(251,191,36,.7)}70%{box-shadow:0 0 0 10px rgba(251,191,36,0)}100%{box-shadow:0 0 0 0 rgba(251,191,36,0)}}@keyframes pulseDanger{0%{box-shadow:0 0 0 0 rgba(239,68,68,.7)}70%{box-shadow:0 0 0 10px rgba(239,68,68,0)}100%{box-shadow:0 0 0 0 rgba(239,68,68,0)}}.weather-fly-indicator-title{flex:1}.weather-fly-indicator-status{font-size:18px;font-weight:700;margin-bottom:4px;letter-spacing:.02em;line-height:1.3;position:relative;display:inline-block;transition:all .3s ease}.safe .weather-fly-indicator-status{color:#34d399;text-shadow:0 0 15px rgba(52,211,153,.3)}.warning .weather-fly-indicator-status{color:#fbbf24;text-shadow:0 0 15px rgba(251,191,36,.3)}.danger .weather-fly-indicator-status{color:#ef4444;text-shadow:0 0 15px rgba(239,68,68,.3)}.weather-fly-indicator-title::after{content:"Status lotów dronem";display:block;font-size:13px;color:hsla(0,0%,100%,.7);font-weight:normal;margin-top:2px}.weather-fly-indicator:hover .weather-fly-indicator-header{background:hsla(0,0%,100%,.15)}.weather-fly-indicator.safe:hover .weather-fly-indicator-icon{box-shadow:0 0 15px rgba(52,211,153,.4)}.weather-fly-indicator.warning:hover .weather-fly-indicator-icon{box-shadow:0 0 15px rgba(251,191,36,.4)}.weather-fly-indicator.danger:hover .weather-fly-indicator-icon{box-shadow:0 0 15px rgba(239,68,68,.4)}.weather-fly-indicator-content{padding:16px 20px;background-color:hsla(0,0%,100%,.08);border-radius:0 0 12px 12px;font-family:"Poppins",sans-serif;transition:all .3s ease}.weather-fly-indicator-details{margin-bottom:16px;line-height:1.6;font-size:15px;color:hsla(0,0%,100%,.9);font-weight:400}.safe .weather-fly-indicator-details{color:rgba(52,211,153,.9)}.warning .weather-fly-indicator-details{color:rgba(251,191,36,.9)}.danger .weather-fly-indicator-details{color:rgba(239,68,68,.9)}.weather-fly-indicator-issues{margin:16px 0 0 0;padding-left:24px;list-style-type:none}.weather-fly-indicator-issues li{margin-bottom:10px;padding-left:8px;position:relative;line-height:1.5;color:hsla(0,0%,100%,.85);font-size:14px}.weather-fly-indicator-issues li:last-child{margin-bottom:0}.weather-fly-indicator-issues li::before{content:"";position:absolute;left:-16px;top:6px;width:6px;height:6px;min-width:6px;min-height:6px;border-radius:50%;background-color:hsla(0,0%,100%,.6)}.safe .weather-fly-indicator-issues li::before{background-color:rgba(52,211,153,.8)}.warning .weather-fly-indicator-issues li::before{background-color:rgba(251,191,36,.8)}.danger .weather-fly-indicator-issues li::before{background-color:rgba(239,68,68,.8)}.weather-fly-indicator:hover .weather-fly-indicator-content{background-color:hsla(0,0%,100%,.12)}.weather-fly-indicator-issues li{opacity:0;transform:translateY(5px);animation:fadeInIssue .5s ease forwards}@keyframes fadeInIssue{to{opacity:1;transform:translateY(0)}}.weather-fly-indicator-issues li:nth-child(1){animation-delay:.2s}.weather-fly-indicator-issues li:nth-child(2){animation-delay:.3s}.weather-fly-indicator-issues li:nth-child(3){animation-delay:.4s}.weather-fly-indicator-issues li:nth-child(4){animation-delay:.5s}.weather-fly-indicator-issues li:nth-child(5){animation-delay:.6s}@media(max-width: 768px){.weather-fly-indicator-header{padding:14px 16px}.weather-fly-indicator-icon{width:40px;height:40px;margin-right:12px}.weather-fly-indicator-status{font-size:16px}.weather-fly-indicator-title::after{font-size:12px}.weather-fly-indicator-content{padding:14px 16px}.weather-fly-indicator-details{font-size:14px}.weather-fly-indicator-issues li{font-size:13px}}.kraje-hero-title{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#fff;font-size:3.5rem;font-weight:700;text-shadow:0 4px 8px rgba(0,0,0,.4),0 2px 4px rgba(0,0,0,.6);z-index:10;text-align:center;background:rgba(0,0,0,.15);padding:10px 30px;border-radius:8px;backdrop-filter:blur(2px)}.kraje-single .breadcrumbs{position:absolute;bottom:20px;left:0;width:100%;text-align:center;z-index:10;padding:8px 15px;background-color:rgba(0,0,0,.1);backdrop-filter:blur(4px)}.kraje-single .rank-math-breadcrumb{color:#fff;font-size:14px}.kraje-single .rank-math-breadcrumb p{margin:0}.kraje-single .rank-math-breadcrumb a{color:#fff;text-decoration:none;transition:color .2s ease}.kraje-single .rank-math-breadcrumb a:hover{color:hsla(0,0%,100%,.8);text-decoration:underline}.kraje-single .rank-math-breadcrumb .separator{margin:0 8px;color:#fff}.kraje-single .rank-math-breadcrumb .last{font-weight:600;color:#4f46e5}.kraje-featured-image{position:relative;margin-top:0}.kraje-featured-image::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);z-index:1}.kraje-featured-image img{display:block;width:100%;height:auto}.weather-night-alert{display:flex;align-items:flex-start;background-color:rgba(45,55,72,.9);border-radius:8px;padding:16px;margin-top:16px;border-left:4px solid #6366f1;box-shadow:0 4px 12px rgba(0,0,0,.15)}.weather-night-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;margin-right:12px;color:#6366f1;background-color:rgba(99,102,241,.2);border-radius:50%;padding:6px}.weather-night-text{flex:1}.weather-night-text p{color:#fff;margin:0;font-size:14px;line-height:1.5}.weather-widget .weather-info:last-of-type{margin-bottom:0}.weather-details{display:grid;grid-template-columns:1fr 1fr;gap:8px}@media(max-width: 480px){.weather-details{grid-template-columns:1fr}}@media(max-width: 768px){.kraje-header .kraje-hero-title{font-size:22px;width:100%}.kraje-header .breadcrumbs{margin:0;bottom:0}.kraje-header .breadcrumbs p,.kraje-header .breadcrumbs a,.kraje-header .breadcrumbs span{font-size:.75rem}}.kraje-single .quick-nav-container{display:flex;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#4f46e5 rgba(79,70,229,.1);-ms-overflow-style:auto}.kraje-single .quick-nav-container::-webkit-scrollbar{height:6px}.kraje-single .quick-nav-container::-webkit-scrollbar-track{background:rgba(79,70,229,.1);border-radius:6px}.kraje-single .quick-nav-container::-webkit-scrollbar-thumb{background:#4f46e5;border-radius:6px;transition:background .3s ease}.kraje-single .quick-nav-container::-webkit-scrollbar-thumb:hover{background:#3730a3}.weather-location-switcher{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding:12px 15px;background:hsla(0,0%,100%,.1);border-radius:10px;backdrop-filter:blur(4px)}.weather-location-switcher label{font-weight:500;color:hsla(0,0%,100%,.9);font-size:15px;margin:0}.location-select{background-color:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.2);border-radius:6px;color:#fff;padding:8px 12px;font-size:15px;cursor:pointer;min-width:180px;appearance:none;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');background-repeat:no-repeat;background-position:right 10px center;background-size:16px;padding-right:30px;transition:all .3s ease;flex-grow:1}.location-select:hover,.location-select:focus{background-color:rgba(0,0,0,.3);border-color:hsla(0,0%,100%,.3);outline:none;box-shadow:0 0 0 2px hsla(0,0%,100%,.1)}.location-select option{background-color:#4f46e5;color:#fff}.refresh-weather-button{display:inline-flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.2);border-radius:6px;color:#fff;padding:8px;cursor:pointer;transition:all .3s ease;flex-shrink:0}.refresh-weather-button:hover{background-color:rgba(0,0,0,.3);border-color:hsla(0,0%,100%,.3);transform:rotate(15deg)}.refresh-weather-button:active{transform:scale(0.95) rotate(15deg)}.refresh-weather-button svg{width:18px;height:18px}.refresh-weather-button.loading svg{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.weather-display-wrapper{transition:opacity .3s ease,transform .3s ease}.weather-display-wrapper.fade-out{opacity:0;transform:translateY(10px)}.weather-display-wrapper.fade-in{opacity:1;transform:translateY(0)}.night-warning{margin-top:20px;background:linear-gradient(135deg, rgba(67, 56, 202, 0.7), rgba(79, 70, 229, 0.4));border-radius:12px;padding:16px;box-shadow:0 4px 15px rgba(0,0,0,.1);backdrop-filter:blur(4px);border-left:4px solid #818cf8;animation:nightPulse 4s infinite alternate}@keyframes nightPulse{0%{box-shadow:0 4px 15px rgba(0,0,0,.1)}100%{box-shadow:0 4px 20px rgba(129,140,248,.4)}}.night-warning-header{display:flex;align-items:center;margin-bottom:12px}.night-warning-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;margin-right:12px;color:#818cf8;background-color:rgba(129,140,248,.2);border-radius:50%;padding:6px}.night-warning-title{font-size:16px;font-weight:600;color:#fff}.night-warning-content{padding-left:48px}.night-warning-text{color:hsla(0,0%,100%,.9);margin:0;font-size:15px;line-height:1.5}.admin-page-title{display:flex;align-items:center;gap:10px;margin-bottom:20px}.admin-page-title svg{width:24px;height:24px;color:#4f46e5}.api-stats-summary{background:#fff;border-radius:8px;padding:20px;margin-bottom:30px;border-left:4px solid #4f46e5;box-shadow:0 2px 10px rgba(0,0,0,.05)}.api-stats-summary h2{margin-top:0;color:#1f2937;font-size:18px}.api-stats-card{display:grid;grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));gap:20px;margin-bottom:20px}.api-stat-box{background:#fff;border-radius:8px;padding:20px;text-align:center;box-shadow:0 2px 10px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease}.api-stat-box:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.api-stat-number{font-size:32px;font-weight:700;color:#4f46e5;margin:10px 0}.api-stat-label{color:#6b7280;font-size:14px}.api-recent-updates{background:#fff;border-radius:8px;padding:20px;margin-top:20px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.api-recent-updates h3{margin-top:0;color:#1f2937;font-size:16px;padding-bottom:10px;border-bottom:1px solid #e5e7eb}.api-update-item{display:flex;align-items:center;padding:10px 0;border-bottom:1px solid #f3f4f6}.api-update-item:last-child{border-bottom:none}.api-update-icon{width:32px;height:32px;border-radius:50%;background-color:rgba(79,70,229,.1);display:flex;align-items:center;justify-content:center;margin-right:12px;flex-shrink:0}.api-update-icon svg{width:16px;height:16px;color:#4f46e5}.api-update-content{flex-grow:1}.api-update-title{font-weight:500;color:#1f2937;margin-bottom:2px}.api-update-meta{font-size:12px;color:#6b7280}#api_usage_stats .inside{padding:0;margin:0}.api-usage-stats{padding:12px}.api-usage-stats p{margin:0 0 8px;font-size:13px}.api-usage-stats ul{margin:0;padding:0 0 0 12px;list-style-type:disc}.api-usage-stats li{font-size:12px;margin-bottom:4px}.api-chart-container{height:300px;margin:20px 0;padding:15px;background:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.weather-update-control{display:flex;align-items:center;margin-bottom:8px}.weather-update-control .button{flex-grow:1;text-align:center}.weather-update-control .spinner{margin-left:8px}.update-all-weather-button{margin-top:8px !important}.acf-field-repeater[data-name=additional_locations] .acf-row-handle.order{background-color:#4f46e5;color:#fff}.acf-field-repeater[data-name=additional_locations] .acf-row{border-left:3px solid #4f46e5}@media(max-width: 768px){.weather-location-switcher{flex-direction:column;align-items:stretch;gap:8px}.location-select{width:100%}.refresh-weather-button{align-self:flex-end}.api-stats-card{grid-template-columns:1fr}.night-warning-content{padding-left:0}}.weather-location-name::before{content:"";display:inline-block;width:8px;height:8px;background-color:#10b981;border-radius:50%;margin-right:8px;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(16,185,129,.7)}70%{box-shadow:0 0 0 6px rgba(16,185,129,0)}100%{box-shadow:0 0 0 0 rgba(16,185,129,0)}}.weather-container.loading::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.3);backdrop-filter:blur(2px);border-radius:12px;z-index:10;display:flex;align-items:center;justify-content:center}.weather-container.loading::before{content:"";position:absolute;width:40px;height:40px;top:50%;left:50%;margin-top:-20px;margin-left:-20px;border-radius:50%;border:3px solid hsla(0,0%,100%,.3);border-top-color:#fff;animation:spin 1s linear infinite;z-index:11}.vlos-info{margin-top:15px;padding:10px 15px;background-color:#f1f5fe;border-left:3px solid #4f46e5;border-radius:6px;font-size:14px}.vlos-info-icon{display:inline-block;width:18px;height:18px;margin-right:8px;vertical-align:middle}.vlos-info-text{font-weight:500;color:#4f46e5}.kraje-regions{margin-bottom:3rem;padding:2rem;background-color:#f9fafb;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.05);position:relative;overflow:hidden;animation:fadeIn .5s ease-out}.kraje-regions::before{content:"";position:absolute;top:0;left:0;width:6px;height:100%;background-color:#4f46e5}.kraje-regions h2{color:#4f46e5;margin-top:0;padding-left:.5rem;display:flex;align-items:center;position:relative;padding-bottom:.5rem}.kraje-regions h2::before{content:"";display:inline-block;width:24px;height:24px;min-width:24px;min-height:24px;margin-right:.5rem;background-size:contain;background-repeat:no-repeat;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%234f46e5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path><polyline points="9 22 9 12 15 12 15 22"></polyline></svg>')}.kraje-regions h2::after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background-color:#4f46e5;border-radius:3px}.kraje-regions .regions-description{padding-left:.5rem;margin-bottom:1.5rem;color:#4b5563;font-size:1rem;line-height:1.7}.kraje-regions .regions-grid{display:grid;gap:1.5rem;margin-top:1rem;grid-template-columns:1fr}@media(min-width: 768px){.kraje-regions .regions-grid{grid-template-columns:repeat(auto-fill, minmax(220px, 1fr))}}@media(min-width: 640px){.kraje-regions .regions-grid{grid-template-columns:repeat(auto-fill, minmax(280px, 1fr))}}.kraje-regions .region-card{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s ease;height:100%;position:relative;border:1px solid rgba(79,70,229,.1)}.kraje-regions .region-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(79,70,229,.15);border-color:rgba(79,70,229,.3)}.kraje-regions .region-card:hover .region-image{transform:scale(1.05)}.kraje-regions .region-card:hover .region-title{color:#4f46e5}.kraje-regions .region-link{display:block;height:100%;text-decoration:none;color:#1f2937}.kraje-regions .region-image{height:180px;background-position:center;background-size:cover;background-repeat:no-repeat;position:relative;transition:transform .5s ease}.kraje-regions .region-image::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:50%;background:linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));z-index:1;opacity:.7;transition:opacity .3s ease}.kraje-regions .region-title{padding:1rem;margin:0;font-size:1.125rem;font-weight:600;text-align:center;transition:color .3s ease}.region-country-info{margin:1rem 0 2rem;padding:1.5rem;background-color:rgba(79,70,229,.05);border-radius:12px;border-left:5px solid #4f46e5;box-shadow:0 4px 15px rgba(0,0,0,.05);position:relative;overflow:hidden;animation:fadeIn .5s ease-out}.region-country-info::before{content:"";position:absolute;top:-15px;right:-15px;width:80px;height:80px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%234f46e5" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" opacity="0.1"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/></svg>');background-size:contain;background-repeat:no-repeat;opacity:.1;transform:rotate(10deg);z-index:0}.region-country-info .region-country-notice{position:relative;z-index:1}.region-country-info .region-country-notice p{margin:0;color:#4b5563;font-size:1rem;line-height:1.6}.region-country-info .region-country-notice a{color:#4f46e5;text-decoration:none;font-weight:600;transition:all .3s ease}.region-country-info .region-country-notice a:hover{color:rgb(41.1374407583,30.5592417062,217.4407582938);text-decoration:underline}.region-parent-link{margin:3rem 0 2rem;text-align:center}.region-parent-link .action-button{display:inline-flex;align-items:center;padding:1rem 1.5rem;background-color:#f9fafb;color:#4f46e5;border:2px solid #4f46e5;border-radius:50px;font-weight:500;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px rgba(79,70,229,.1)}.region-parent-link .action-button .icon{display:flex;align-items:center;margin-right:.5rem;transition:transform .3s ease}.region-parent-link .action-button .button-title{font-size:1rem}.region-parent-link .action-button:hover{background-color:#4f46e5;color:#fff;transform:translateY(-3px);box-shadow:0 8px 25px rgba(79,70,229,.25)}.region-parent-link .action-button:hover .icon{transform:translateX(-3px)}@media(max-width: 768px){.kraje-regions .regions-grid{grid-template-columns:repeat(auto-fill, minmax(200px, 1fr))}.region-parent-link{margin:2rem 0}.region-parent-link .action-button{width:100%;justify-content:center;padding:1rem}.region-country-info{padding:1rem}}@media(max-width: 480px){.kraje-regions .regions-grid{grid-template-columns:1fr}.region-country-info .region-country-notice p{font-size:.875rem}}.regions-grid .region-card{opacity:0;animation:fadeInUp .5s ease forwards}.regions-grid .region-card:nth-child(1){animation-delay:0.1s}.regions-grid .region-card:nth-child(2){animation-delay:0.2s}.regions-grid .region-card:nth-child(3){animation-delay:0.3s}.regions-grid .region-card:nth-child(4){animation-delay:0.4s}.regions-grid .region-card:nth-child(5){animation-delay:0.5s}.regions-grid .region-card:nth-child(6){animation-delay:0.6s}.regions-grid .region-card:nth-child(7){animation-delay:0.7s}.regions-grid .region-card:nth-child(8){animation-delay:0.8s}.regions-grid .region-card:nth-child(9){animation-delay:0.9s}.regions-grid .region-card:nth-child(10){animation-delay:1s}.regions-grid .region-card:nth-child(11){animation-delay:1.1s}.regions-grid .region-card:nth-child(12){animation-delay:1.2s}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.kraje-archive{background-color:#f9fafb;padding:2rem 0;font-family:"Poppins",sans-serif}@media(min-width: 768px){.kraje-archive{padding:3rem 0}}.kraje-archive-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}@media(min-width: 768px){.kraje-archive-container{padding:2rem}}.kraje-archive-header{text-align:center;margin-bottom:2rem}.kraje-archive-header::after{content:"";display:block;margin:1rem auto 0;width:80px;height:4px;background:linear-gradient(90deg, #4f46e5, rgb(164.0805687204, 159.4312796209, 241.5687203791));border-radius:4px}.kraje-archive-title{font-family:"Poppins",sans-serif;color:#111827;font-size:2.25rem;font-weight:700;color:#4f46e5;margin-bottom:1rem}@media(min-width: 768px){.kraje-archive-title{font-size:3rem}}.kraje-archive-subtitle{color:#4b5563;max-width:700px;margin:0 auto;font-size:1.125rem;line-height:1.6}@media(min-width: 768px){.kraje-archive-subtitle{font-size:1.25rem}}.kraje-search-wrapper{margin:2rem auto;max-width:600px;position:relative}.kraje-search-wrapper::before{content:"";position:absolute;top:50%;left:1rem;transform:translateY(-50%);width:24px;height:24px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%234f46e5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg>');background-size:contain;background-repeat:no-repeat;opacity:.7}.kraje-search-wrapper #kraje-search{width:100%;padding:1rem 1rem 1rem 3rem;border:2px solid rgba(79,70,229,.2);border-radius:50px;background-color:#fff;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 10px rgba(0,0,0,.05)}.kraje-search-wrapper #kraje-search:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.2)}.kraje-search-wrapper #kraje-search::placeholder{color:#9ca3af}.continent-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:.25rem;margin-bottom:2rem;padding:1rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.05)}.continent-filters .continent-filter{padding:.5rem 1rem;background:none;border:2px solid rgba(0,0,0,0);border-radius:25px;color:#4b5563;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .3s ease}.continent-filters .continent-filter:hover{background-color:rgba(79,70,229,.05);color:#4f46e5}.continent-filters .continent-filter.active{background-color:#4f46e5;color:#fff;border-color:#4f46e5;box-shadow:0 4px 10px rgba(79,70,229,.3)}.all-countries{margin-bottom:3rem}.countries-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;position:relative;min-height:200px}@media(min-width: 768px){.countries-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.countries-grid{grid-template-columns:repeat(3, 1fr)}}.countries-grid .country-card{display:flex;flex-direction:column;background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.05);transition:all .3s ease;text-decoration:none;height:100%}.countries-grid .country-card:hover{transform:translateY(-8px);box-shadow:0 12px 25px rgba(79,70,229,.15)}.countries-grid .country-card:hover .country-image img{transform:scale(1.1)}.countries-grid .country-card:hover .country-action{background-color:#4f46e5;color:#fff}.countries-grid .country-card:hover .country-action .view-details{color:#fff}.countries-grid .country-card .country-image{height:160px;overflow:hidden;position:relative}.countries-grid .country-card .country-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s ease}.countries-grid .country-card .country-content{padding:1rem;flex-grow:1;display:flex;flex-direction:column}.countries-grid .country-card .country-name{font-size:1.125rem;color:#1f2937;margin-top:0;margin-bottom:.25rem;font-weight:600}.countries-grid .country-card .country-continent{display:flex;align-items:center;font-size:.875rem;color:#4b5563;margin-bottom:.5rem}.countries-grid .country-card .country-continent .continent-icon{margin-right:.25rem;display:flex;align-items:center;color:#4f46e5}.countries-grid .country-card .country-info{margin-top:auto;margin-bottom:1rem}.countries-grid .country-card .country-info .info-item{display:flex;justify-content:space-between;align-items:center;padding:.25rem 0;border-bottom:1px dashed #e5e7eb}.countries-grid .country-card .country-info .info-item:last-child{border-bottom:none}.countries-grid .country-card .country-info .info-item .info-label{color:#4b5563;font-size:.875rem}.countries-grid .country-card .country-info .info-item .info-value{font-weight:500;font-size:.875rem}.countries-grid .country-card .country-info .info-item .info-value.value-yes{color:#10b981}.countries-grid .country-card .country-info .info-item .info-value.value-no{color:#ef4444}.countries-grid .country-card .country-action{display:flex;align-items:center;justify-content:center;padding:.5rem;background-color:rgba(79,70,229,.05);border-radius:6px;transition:all .3s ease}.countries-grid .country-card .country-action .view-details{display:flex;align-items:center;justify-content:center;color:#4f46e5;font-weight:500;font-size:.875rem;transition:all .3s}.countries-grid .country-card .country-action .view-details::after{content:"";display:inline-block;width:16px;height:16px;margin-left:.25rem;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>');background-size:contain;background-repeat:no-repeat;transition:transform .3s ease}.countries-grid .country-card .country-action:hover .view-details::after{transform:translateX(3px)}.continents-showcase{margin-top:4rem;margin-bottom:3rem}.continents-showcase .section-title{text-align:center;font-family:"Poppins",sans-serif;color:#111827;font-size:1.875rem;font-weight:500;color:#4f46e5;margin-bottom:2rem;position:relative}@media(min-width: 768px){.continents-showcase .section-title{font-size:2.25rem}}.continents-showcase .section-title::after{content:"";display:block;margin:.5rem auto 0;width:60px;height:3px;background-color:#4f46e5;border-radius:3px}.continents-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width: 768px){.continents-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.continents-grid{grid-template-columns:repeat(3, 1fr)}}.continents-grid .continent-card{display:block;border-radius:12px;overflow:hidden;box-shadow:0 8px 20px rgba(0,0,0,.1);transition:all .3s ease;position:relative;height:0;padding-bottom:65%;cursor:pointer}.continents-grid .continent-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgba(79,70,229,.2)}.continents-grid .continent-card:hover .continent-image{transform:scale(1.05)}.continents-grid .continent-card:hover .continent-overlay{opacity:.6}.continents-grid .continent-card:hover .continent-name{transform:translateY(-5px)}.continents-grid .continent-card:hover .continent-count{opacity:1;transform:translateY(-5px)}.continents-grid .continent-card .continent-image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;transition:transform .5s ease}.continents-grid .continent-card .continent-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));opacity:.5;transition:opacity .3s ease}.continents-grid .continent-card .continent-name{position:absolute;bottom:1.5rem;left:1.5rem;color:#fff;font-size:1.5rem;font-weight:700;margin:0;text-shadow:0 2px 10px rgba(0,0,0,.3);transition:transform .3s ease;z-index:1}.continents-grid .continent-card .continent-count{position:absolute;bottom:1rem;left:1.5rem;color:hsla(0,0%,100%,.8);font-size:1rem;opacity:.8;transition:all .3s ease;z-index:1}.no-countries-message,.no-search-results{grid-column:1/-1;background-color:rgba(79,70,229,.05);border-left:4px solid #4f46e5;padding:1rem;border-radius:0 8px 8px 0;margin:1rem 0}.no-countries-message p,.no-search-results p{color:#4b5563;margin:0}.no-countries-message p strong,.no-search-results p strong{color:#4f46e5}.no-countries-message p a,.no-search-results p a{color:#4f46e5;text-decoration:none;font-weight:500}.no-countries-message p a:hover,.no-search-results p a:hover{text-decoration:underline}.back-to-top{display:block;text-align:center;margin:2rem auto}.back-to-top .back-link{display:inline-flex;align-items:center;padding:.5rem 1.5rem;color:#fff;font-weight:500;background-color:#4f46e5;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 15px rgba(79,70,229,.3);text-decoration:none}.back-to-top .back-link:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(79,70,229,.4)}.back-to-top .back-link::before{content:"";display:inline-block;width:20px;height:20px;margin-right:.5rem;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="12" y1="19" x2="12" y2="5"></line><polyline points="5 12 12 5 19 12"></polyline></svg>');background-size:contain;background-repeat:no-repeat}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.country-card,.continent-card{animation:fadeIn .5s ease-out;animation-fill-mode:both}.country-card:nth-child(1),.continent-card:nth-child(1){animation-delay:0.05s}.country-card:nth-child(2),.continent-card:nth-child(2){animation-delay:0.1s}.country-card:nth-child(3),.continent-card:nth-child(3){animation-delay:0.15s}.country-card:nth-child(4),.continent-card:nth-child(4){animation-delay:0.2s}.country-card:nth-child(5),.continent-card:nth-child(5){animation-delay:0.25s}.country-card:nth-child(6),.continent-card:nth-child(6){animation-delay:0.3s}.country-card:nth-child(7),.continent-card:nth-child(7){animation-delay:0.35s}.country-card:nth-child(8),.continent-card:nth-child(8){animation-delay:0.4s}.country-card:nth-child(9),.continent-card:nth-child(9){animation-delay:0.45s}.country-card:nth-child(10),.continent-card:nth-child(10){animation-delay:0.5s}.country-card:nth-child(11),.continent-card:nth-child(11){animation-delay:0.55s}.country-card:nth-child(12),.continent-card:nth-child(12){animation-delay:0.6s}.country-card:nth-child(13),.continent-card:nth-child(13){animation-delay:0.65s}.country-card:nth-child(14),.continent-card:nth-child(14){animation-delay:0.7s}.country-card:nth-child(15),.continent-card:nth-child(15){animation-delay:0.75s}.country-card:nth-child(16),.continent-card:nth-child(16){animation-delay:0.8s}.country-card:nth-child(17),.continent-card:nth-child(17){animation-delay:0.85s}.country-card:nth-child(18),.continent-card:nth-child(18){animation-delay:0.9s}.country-card:nth-child(19),.continent-card:nth-child(19){animation-delay:0.95s}.country-card:nth-child(20),.continent-card:nth-child(20){animation-delay:1s}@media(max-width: 768px){.continent-filters{justify-content:flex-start;overflow-x:auto;padding:.5rem;flex-wrap:nowrap}.continent-filters::-webkit-scrollbar{height:4px}.continent-filters::-webkit-scrollbar-track{background:rgba(79,70,229,.1);border-radius:4px}.continent-filters::-webkit-scrollbar-thumb{background:#4f46e5;border-radius:4px}.continent-filters .continent-filter{white-space:nowrap}}.author-page{display:grid;grid-template-columns:1fr;gap:2rem;padding:2rem 0}@media(min-width: 1024px){.author-page{grid-template-columns:300px 1fr}}.author-page__sidebar .author-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;text-align:center;position:sticky;top:1.5rem}.author-page__sidebar .author-card__avatar{width:150px;height:150px;border-radius:50%;overflow:hidden;margin:0 auto 1rem;border:4px solid #fff;box-shadow:0 5px 15px rgba(0,0,0,.1)}.author-page__sidebar .author-card__avatar img{width:100%;height:100%;object-fit:cover}.author-page__sidebar .author-card__name{font-family:"Poppins",sans-serif;color:#111827;font-size:1.5rem;font-weight:500;margin-bottom:.25rem}@media(min-width: 768px){.author-page__sidebar .author-card__name{font-size:1.875rem}}.author-page__sidebar .author-card__stats{color:#9ca3af;margin-bottom:1.5rem}.author-page__sidebar .author-card__stats .stat-item{display:inline-flex;align-items:center;gap:.25rem}.author-page__sidebar .author-card__socials{display:flex;justify-content:center;gap:1rem}.author-page__sidebar .author-card__socials a{color:#9ca3af;transition:color .3s,transform .3s}.author-page__sidebar .author-card__socials a:hover{color:#4f46e5;transform:scale(1.1)}.author-page__content .author-section-title{font-family:"Poppins",sans-serif;color:#111827;font-size:1.875rem;font-weight:500;padding-bottom:.5rem;margin-bottom:1.5rem;border-bottom:2px solid #4f46e5}@media(min-width: 768px){.author-page__content .author-section-title{font-size:2.25rem}}.author-page__content .author-bio{background:#fff;padding:1.5rem;border-radius:12px;border:1px solid #e5e7eb;margin-bottom:3rem}.author-page__content .author-bio__content{line-height:1.7;color:#4b5563}.author-page__content .author-bio__content p{margin-bottom:1rem}.author-page__content .author-posts__list{display:flex;flex-direction:column;gap:1.5rem}.author-page__content .post-item{display:flex;flex-direction:column;gap:1rem;background:#fff;border-radius:1rem;padding:1rem;border:1px solid #e5e7eb;transition:all .3s;cursor:pointer}@media(min-width: 768px){.author-page__content .post-item{flex-direction:row;align-items:center}}.author-page__content .post-item:hover{box-shadow:0 8px 20px rgba(0,0,0,.05);transform:translateY(-3px)}.author-page__content .post-item__thumb{width:100%;max-height:220px;border-radius:.5rem;overflow:hidden}.author-page__content .post-item__thumb img{width:100%;height:100%;object-fit:cover}@media(min-width: 768px){.author-page__content .post-item__thumb{flex:0 0 220px;max-height:none}}.author-page__content .post-item__content{display:flex;flex-direction:column;justify-content:center;flex:1;gap:.5rem}.author-page__content .post-item__content .post-item__title{margin-bottom:.5rem;color:#111827;text-decoration:none}.author-page__content .post-item__content .post-item__title:hover{color:#4f46e5}.author-page__content .post-item__content .post-item__excerpt{font-size:.9rem;color:#4b5563;line-height:1.5}.author-page__content .post-item__content .post-meta{margin-top:auto}.author-page__content .post-item__content .post-meta .post-meta__date{font-size:.8rem;color:#9ca3af}@tailwind base;@tailwind components;@tailwind utilities;*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:"Poppins",sans-serif;line-height:1.5}img,picture,video,canvas,svg{display:block;max-width:100%}button,input,select,textarea{font:inherit;line-height:inherit}.container{width:100%;margin:0 auto;padding-left:1rem;padding-right:1rem}@media(min-width: 640px){.container{max-width:640px}}@media(min-width: 768px){.container{max-width:768px}}@media(min-width: 1024px){.container{max-width:1024px}}@media(min-width: 1280px){.container{max-width:1280px}}@media(min-width: 1536px){.container{max-width:1536px}}@media(min-width: 1880px){.container{max-width:1800px}}h1,.h1{font-family:"Poppins",sans-serif;color:#111827;font-size:2.25rem;font-weight:700}@media(min-width: 768px){h1,.h1{font-size:3rem}}h2,.h2,h2 span{font-family:"Poppins",sans-serif;color:#111827;font-size:1.875rem;font-weight:500}@media(min-width: 768px){h2,.h2,h2 span{font-size:2.25rem}}h3,.h3,h3 span{font-family:"Poppins",sans-serif;color:#111827;font-size:1.5rem;font-weight:500}@media(min-width: 768px){h3,.h3,h3 span{font-size:1.875rem}}h4,.h4,h4 span{font-family:"Poppins",sans-serif;color:#111827;font-size:1.25rem;font-weight:500}@media(min-width: 768px){h4,.h4,h4 span{font-size:1.5rem}}h5,.h5,h5 span{font-family:"Poppins",sans-serif;color:#111827;font-size:1.125rem;font-weight:500}@media(min-width: 768px){h5,.h5,h5 span{font-size:1.25rem}}h6,.h6,h6 span{font-family:"Poppins",sans-serif;color:#111827;font-size:1rem;font-weight:600}@media(min-width: 768px){h6,.h6,h6 span{font-size:1.125rem}}p,span,a{font-family:"Poppins",sans-serif;color:#1f2937;font-size:.875rem}b,strong{font-weight:500}a{font-family:"Poppins",sans-serif;color:#1f2937;font-size:.875rem;text-decoration:none}a:hover{color:#4f46e5;transition:.3s}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-col{display:flex;flex-direction:column}section{margin-top:2rem;margin-bottom:2rem}@media(min-width: 768px){section{margin-top:3rem;margin-bottom:3rem}}ul,ol{margin-bottom:1rem;margin-left:1.5rem;padding-left:0}ul{list-style:disc}ol{list-style:decimal}li{margin-bottom:.5rem;line-height:1.6;color:#4b5563;font-family:"Poppins",sans-serif;color:#1f2937;font-size:.875rem}ul li::marker{color:#4f46e5}ol li::marker{color:#4f46e5}.breadcrumbs{margin:0 2rem 1.5rem;color:#9ca3af;font-size:.875rem}.breadcrumbs a{color:#4b5563;text-decoration:none;transition:color .3s ease}.breadcrumbs a:hover{color:#4f46e5}.breadcrumbs span{color:#9ca3af}.single-post .breadcrumbs,.archive .breadcrumbs{margin:0}
