@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);.about{background:var(--color-bg-variant)}.about-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 2fr;margin-top:3rem}.profile-image{border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg);height:300px;margin:0 auto;overflow:hidden;position:relative;width:300px}.profile-image img{height:100%;object-fit:cover;transition:var(--transition);width:100%}.profile-image:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}.about-text{color:var(--color-text-light);font-size:1.1rem;line-height:1.8}.about-text p{margin-bottom:1rem}@media screen and (max-width:1024px){.about-grid{gap:2rem;grid-template-columns:1fr;text-align:center}.profile-image{height:250px;width:250px}}@media screen and (max-width:768px){.profile-image{height:200px;width:200px}.about-text{font-size:1rem;text-align:left}}.contact{align-items:center;background:var(--gradient-dark);color:#fff;display:flex;min-height:100vh}.contact-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-top:3rem}.contact-info{font-size:1.1rem;line-height:1.8}.contact-info h3{color:#fff;font-size:1.8rem;margin-bottom:1.5rem}.contact-info p{margin-bottom:1rem;opacity:.9}.social-links{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.social-link{align-items:center;background:hsla(0,0%,100%,.1);border-radius:10px;color:#fff;display:inline-flex;gap:.5rem;padding:.75rem;text-decoration:none;transition:var(--transition)}.social-link:hover{background:hsla(0,0%,100%,.2);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.contact-form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.1);border-radius:var(--border-radius);padding:2rem}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{background:hsla(0,0%,100%,.1);border:none;border:1px solid hsla(0,0%,100%,.2);border-radius:var(--border-radius-sm);color:#fff;font-size:1rem;padding:1rem;transition:var(--transition);width:100%}.form-group input::-webkit-input-placeholder,.form-group textarea::-webkit-input-placeholder{color:hsla(0,0%,100%,.7)}.form-group input::placeholder,.form-group textarea::placeholder{color:hsla(0,0%,100%,.7)}.form-group input:focus,.form-group textarea:focus{background:hsla(0,0%,100%,.15);border-color:hsla(0,0%,100%,.4);outline:none}.submit-btn{background:var(--color-primary);border:none;border-radius:var(--border-radius-sm);color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:var(--transition);width:100%}.submit-btn:hover{background:var(--color-secondary);-webkit-transform:translateY(-2px);transform:translateY(-2px)}@media screen and (max-width:1024px){.contact-grid{gap:2rem;grid-template-columns:1fr}.social-links{justify-content:center}}@media screen and (max-width:768px){.contact-form{padding:1.5rem}.contact-info{text-align:center}.social-links{justify-content:center}}.hero{align-items:center;background-color:#2c3e50;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:100vh;overflow:hidden;position:relative}.hero:before{background:linear-gradient(135deg,rgba(44,62,80,.85),rgba(52,73,94,.75));bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.hero-content{color:#fff;position:relative;text-align:center;z-index:2}.hero-title{color:#fff;font-size:4rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.typewriter-cursor{-webkit-animation:blink 1s infinite;animation:blink 1s infinite;color:#fff;font-weight:400;opacity:1}@-webkit-keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-subtitle{font-size:1.5rem;font-weight:300;margin-bottom:1rem}.hero-education{font-size:1.1rem;margin-bottom:1.5rem;opacity:.8}.hero-badges{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}.hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.2);border-radius:25px;font-size:.9rem;padding:.5rem 1rem}.cta-buttons{flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.cta-buttons,.socials{display:flex;justify-content:center}.socials{gap:1.5rem;margin-top:1.5rem}.socials a{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.1);border-radius:50%;color:hsla(0,0%,100%,.8);display:flex;font-size:1.5rem;height:50px;justify-content:center;padding:.5rem;transition:all .3s ease;width:50px}.socials a:hover{background:hsla(0,0%,100%,.2);color:#fff;-webkit-transform:translateY(-3px);transform:translateY(-3px)}@media screen and (max-width:1024px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.3rem}.cta-buttons,.hero-badges{justify-content:center}}@media screen and (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-education{font-size:1rem}.hero-badges{align-items:center;flex-direction:column;gap:.5rem}.hero-badge{font-size:.8rem;padding:.4rem .8rem}.cta-buttons{align-items:center;flex-direction:column;gap:.8rem}.socials{gap:1rem;margin-top:1rem}.socials a{font-size:1.3rem;height:45px;width:45px}}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.95);box-shadow:0 2px 20px rgba(0,0,0,.1);padding:1rem 0;position:fixed;top:0;width:100%;z-index:1000}.nav-container{align-items:center;display:flex;justify-content:space-between}.logo{color:var(--color-primary);font-size:1.5rem;font-weight:700}.nav-links{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-links a{color:var(--color-text-light);font-weight:500;text-decoration:none;transition:var(--transition)}.nav-links a.active,.nav-links a:hover{color:var(--color-primary)}.dropdown{position:relative}.dropdown:after{background:transparent;content:"";height:10px;left:0;position:absolute;right:0;top:100%}.dropdown-content{background:#fff;border-radius:8px;box-shadow:0 8px 16px rgba(0,0,0,.1);display:none;left:0;min-width:180px;padding:.5rem 0;position:absolute;top:calc(100% - 2px);z-index:1001}.dropdown:hover .dropdown-content{display:block}.dropdown-content a{color:var(--color-text-light);display:block;font-size:.9rem;padding:.5rem 1rem;text-decoration:none;transition:var(--transition)}.dropdown-content a:hover{background:var(--color-light);color:var(--color-primary)}.mobile-menu-btn{background:none;border:none;cursor:pointer;display:none;flex-direction:column;height:30px;justify-content:space-around;padding:0;width:30px;z-index:1001}.mobile-menu-btn span{background:var(--color-primary);border-radius:3px;display:block;height:3px;transition:var(--transition);width:100%}.mobile-menu-btn.open span:first-child{-webkit-transform:rotate(45deg) translate(8px,8px);transform:rotate(45deg) translate(8px,8px)}.mobile-menu-btn.open span:nth-child(2){opacity:0}.mobile-menu-btn.open span:nth-child(3){-webkit-transform:rotate(-45deg) translate(7px,-6px);transform:rotate(-45deg) translate(7px,-6px)}@media screen and (max-width:1024px){.nav-links{gap:1.5rem}.nav-links a{font-size:.9rem}}@media screen and (max-width:768px){.mobile-menu-btn{display:flex}.nav-links{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.98);box-shadow:0 5px 20px rgba(0,0,0,.1);flex-direction:column;gap:2rem;height:calc(100vh - 80px);justify-content:flex-start;padding:2rem 0;position:fixed;right:-100%;top:80px;transition:right .3s ease;width:100%;z-index:1000}.nav-links.mobile-open{right:0}.nav-links li{text-align:center;width:100%}.nav-links a{border-radius:8px;display:block;font-size:1.1rem;font-weight:600;padding:1rem;transition:var(--transition);width:100%}.nav-links a.active,.nav-links a:hover{background:var(--color-primary-light);color:var(--color-primary)}.logo{font-size:1.3rem}.dropdown-content{background:transparent;box-shadow:none;display:block;margin:0 0 0 1rem;padding:0;position:static}.dropdown-content a{color:var(--color-text-light);font-size:1rem;padding:.8rem 1rem}body:has(.nav-links.mobile-open){overflow:hidden}}.experience-timeline{width:100%}.experience-title{font-size:1.8rem;font-weight:700;margin-bottom:2rem;text-align:center}.experience-timeline-container{margin:0;position:relative;width:100%}.experience-timeline-line{background:linear-gradient(180deg,#667eea,#764ba2);border-radius:2px;bottom:0;left:20px;position:absolute;top:0;width:3px}.experience-timeline-item{margin-bottom:2.5rem;padding-left:60px;position:relative;width:100%}.experience-timeline-item:before{background:#667eea;border:4px solid #fff;border-radius:50%;box-shadow:0 0 0 3px #667eea;content:"";height:20px;left:11px;position:absolute;top:20px;width:20px;z-index:2}.experience-timeline-item.research:before{background:#ed8936;box-shadow:0 0 0 3px #ed8936}.experience-timeline-item.work:before{background:#38a169;box-shadow:0 0 0 3px #38a169}.experience-timeline-item.teaching:before{background:#9f7aea;box-shadow:0 0 0 3px #9f7aea}.experience-timeline-content{background:#fff;border-left:4px solid #667eea;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);padding:1.5rem;transition:all .3s ease}.experience-timeline-item.research .experience-timeline-content{border-left-color:#ed8936}.experience-timeline-item.work .experience-timeline-content{border-left-color:#38a169}.experience-timeline-item.teaching .experience-timeline-content{border-left-color:#9f7aea}.experience-timeline-content:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.experience-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.experience-date-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;box-shadow:0 2px 4px rgba(102,126,234,.2);color:#fff;font-size:.8rem;font-weight:600;padding:.4rem .8rem;white-space:nowrap}.experience-timeline-item.research .experience-date-badge{background:linear-gradient(135deg,#ed8936,#ff8c42);box-shadow:0 2px 4px rgba(237,137,54,.2)}.experience-timeline-item.work .experience-date-badge{background:linear-gradient(135deg,#38a169,#48bb78);box-shadow:0 2px 4px rgba(56,161,105,.2)}.experience-timeline-item.teaching .experience-date-badge{background:linear-gradient(135deg,#9f7aea,#b794f6);box-shadow:0 2px 4px rgba(159,122,234,.2)}.experience-details{width:100%}.experience-icon{align-items:center;display:flex;font-size:1.5rem}.experience-title{color:#2d3748;font-size:1.2rem;font-weight:600;margin-bottom:.5rem;text-align:left}.experience-org{color:#4a5568;font-size:1rem;font-weight:500;margin-bottom:.25rem}.experience-location{color:#718096;font-size:.9rem;font-style:italic;margin-bottom:.75rem}.experience-description{color:#4a5568;font-size:.95rem;line-height:1.6;margin:0 0 .5rem}.expand-button{align-items:center;background:none;border:none;color:#667eea;cursor:pointer;display:flex;font-size:.85rem;font-weight:500;gap:.25rem;margin-top:.5rem;padding:0;text-decoration:none;transition:all .2s ease}.expand-button:hover{color:#5a67d8;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.expand-button:focus{border-radius:2px;outline:2px solid #667eea;outline-offset:2px}@media (max-width:768px){.experience-timeline-line{left:15px}.experience-timeline-item{padding-left:50px}.experience-timeline-item:before{height:16px;left:6px;top:15px;width:16px}.experience-timeline-content{padding:1rem}.experience-title{font-size:1.1rem}.experience-header{align-items:center;gap:.5rem;justify-content:space-between}.experience-date-badge{font-size:.75rem;padding:.3rem .6rem}}@media (max-width:480px){.experience-timeline-item{padding-left:40px}.experience-timeline-line{left:12px}.experience-timeline-item:before{height:14px;left:4px;width:14px}.experience-timeline-content{padding:.75rem}.experience-header{align-items:center;flex-direction:row;gap:.5rem;justify-content:space-between}.experience-date-badge{font-size:.7rem;padding:.25rem .5rem}}.experience-projects{background:var(--color-bg-variant)}.experience-projects-layout{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:.8fr 1.2fr;margin-top:3rem}.experience-column{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);padding:2rem}.experience-column,.projects-column{min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content}.experience-section-title,.projects-section-title{color:#2d3748;font-size:1.8rem;font-weight:700;margin-bottom:2rem;text-align:center}.project-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-top:0}.project-card{position:relative;text-align:center}.project-icon{font-size:2rem;margin-bottom:1rem}.project-title{color:var(--color-text);font-size:1.2rem;font-weight:600;margin-bottom:1rem}.project-card p{color:var(--color-text-light);line-height:1.6;margin-bottom:1rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:1rem}.tech-tag{background:var(--color-primary-light);border-radius:12px;color:var(--color-primary);font-size:.8rem;font-weight:500;padding:.25rem .75rem}.project-actions{display:flex;justify-content:center;margin-top:1.5rem}.github-btn{align-items:center;background:var(--color-primary-light);border:none;border-radius:12px;color:var(--color-primary);cursor:pointer;display:inline-flex;font-size:.8rem;font-weight:500;gap:.5rem;padding:.25rem .75rem;text-decoration:none;transition:all .3s ease}.github-btn:hover{background:var(--color-primary);color:#fff;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.github-btn svg{height:16px;width:16px}.github-btn-corner{align-items:center;background:var(--color-primary-light);border:none;border-radius:50%;color:var(--color-primary);cursor:pointer;display:inline-flex;height:32px;justify-content:center;position:absolute;right:1rem;text-decoration:none;top:1rem;transition:all .3s ease;width:32px;z-index:1}.github-btn-corner:hover{background:var(--color-primary);box-shadow:0 4px 12px rgba(0,0,0,.15);color:#fff;-webkit-transform:translateY(-2px);transform:translateY(-2px)}.github-btn-corner svg{height:16px;width:16px}@media screen and (max-width:768px){.experience-projects-layout{gap:2rem;grid-template-columns:1fr}.experience-column{padding:1.5rem}.project-grid{gap:1.5rem;grid-template-columns:1fr}.project-tech{justify-content:center}.projects-section-title{font-size:1.5rem;margin-bottom:1.5rem}}.education{background:var(--color-bg)}.education-grid{margin-top:3rem}.education-card{text-align:center}.education-icon{align-items:center;background:var(--gradient-primary);border-radius:12px;color:#fff;display:flex;font-size:1.5rem;height:60px;justify-content:center;margin:0 auto 1rem;width:60px}.education-degree{color:var(--color-text);font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.education-school{color:var(--color-primary);font-weight:500;margin-bottom:.5rem}.education-year{color:var(--color-text-light);font-size:.9rem;margin-bottom:1rem}.education-card p:last-child{color:var(--color-text-light);line-height:1.6}@media screen and (max-width:768px){.education-card{text-align:center}.education-degree{font-size:1.2rem}}.skills{background:var(--color-bg)}.skills-categories{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.skill-category{text-align:center}.skill-category h3{color:var(--color-text);font-size:1.5rem;margin-bottom:1.5rem}.skill-items{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.skill-item{background:var(--color-primary);border-radius:20px;color:#fff;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:var(--transition)}.skill-item:hover{background:var(--color-secondary);-webkit-transform:translateY(-2px);transform:translateY(-2px)}@media screen and (max-width:768px){.skills-categories{gap:2rem;grid-template-columns:1fr}.skill-items{justify-content:center}}.country-gallery-overlay{align-items:center!important;-webkit-backdrop-filter:blur(15px)!important;backdrop-filter:blur(15px)!important;background:rgba(0,0,0,.85)!important;bottom:0!important;display:flex!important;height:100vh!important;justify-content:center!important;left:0!important;padding:1rem;position:fixed!important;right:0!important;top:0!important;width:100vw!important;z-index:999999!important}.country-gallery-modal{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:hsla(0,0%,100%,.95);border:1px solid hsla(0,0%,100%,.2);border-radius:20px;box-shadow:0 25px 80px rgba(0,0,0,.3);display:flex;flex-direction:column;max-height:95vh;max-width:1400px;overflow:hidden;position:relative!important;width:95%}.country-gallery-close{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.2);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:45px;justify-content:center;padding:10px;position:absolute;right:20px;top:20px;transition:all .2s ease;width:45px;z-index:10001}.country-gallery-close:hover{background:hsla(0,0%,100%,.3);-webkit-transform:scale(1.1);transform:scale(1.1)}.country-gallery-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.25rem 2rem;position:relative;text-align:center}.country-gallery-title{font-size:1.75rem;font-weight:700;margin:0 0 .25rem}.country-gallery-counter{font-size:1rem;font-weight:500;opacity:.9}.country-gallery-empty{align-items:center;display:flex;flex:1 1;justify-content:center;min-height:500px;padding:4rem 2rem}.empty-gallery-content{max-width:500px;text-align:center}.empty-gallery-icon{font-size:4rem;margin-bottom:1.5rem;opacity:.6}.empty-gallery-title{color:#333;font-size:1.8rem;font-weight:600;margin-bottom:1rem}.empty-gallery-message{color:#666;font-size:1.1rem;line-height:1.6;margin:0}.country-gallery-content{background:rgba(248,249,250,.5);display:flex;flex:1 1;flex-direction:column;min-height:600px;overflow-y:auto;padding:2rem;position:relative}.country-photos-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));width:100%}.country-photo-item{aspect-ratio:4/3;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.1);cursor:pointer;overflow:hidden;position:relative;transition:all .3s ease}.country-photo-item:hover{box-shadow:0 8px 25px rgba(0,0,0,.15);-webkit-transform:translateY(-5px);transform:translateY(-5px)}.country-photo-thumbnail{height:100%;object-fit:cover;object-position:center;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;width:100%}.country-photo-item:hover .country-photo-thumbnail{-webkit-transform:scale(1.05);transform:scale(1.05)}@media (max-width:768px){.country-gallery-overlay{padding:1rem}.country-gallery-modal{max-height:95vh}.country-gallery-header{padding:1.5rem 1rem}.country-gallery-title{font-size:1.5rem}.country-gallery-nav{font-size:1.5rem;height:50px;padding:12px 15px;width:50px}.country-gallery-prev{left:15px}.country-gallery-next{right:15px}.country-gallery-close{font-size:1.2rem;height:40px;right:15px;top:15px;width:40px}.empty-gallery-content{padding:2rem 1rem}.empty-gallery-icon{font-size:3rem}.empty-gallery-title{font-size:1.5rem}.empty-gallery-message{font-size:1rem}}@media (max-width:480px){.country-gallery-nav{font-size:1.3rem;height:45px;position:fixed;top:50%;width:45px}.country-gallery-prev{left:20px}.country-gallery-next{right:20px}}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{-webkit-filter:inherit;filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1),-webkit-transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:hsla(0,0%,100%,.5);border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px rgba(0,0,0,.65)}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px rgba(0,0,0,.4)}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:hsla(0,0%,100%,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:hsla(0,0%,100%,.8);border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid rgba(0,0,0,.2)}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px rgba(0,0,0,.4);color:#333}.leaflet-container a.leaflet-popup-close-button{background:transparent;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.4);color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:transparent;border:6px solid transparent;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.hiking-content .hiking-hero{background:linear-gradient(135deg,#56ab2f,#a8e6cf);border-radius:1rem;color:#fff;margin-bottom:2rem;padding:2rem;text-align:center}.hiking-content .hero-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.hiking-content .hero-subtitle{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.hiking-content .hero-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin:0 auto}.hiking-content .hero-stat{text-align:center}.hiking-content .hero-stat-number{color:#fff;display:block;font-size:2rem;font-weight:700}.hiking-content .hero-stat-label{font-size:.9rem;opacity:.8}.hiking-gallery{margin-bottom:3rem}.filter-btn{background:transparent;border:2px solid #56ab2f;border-radius:2rem;color:#56ab2f;padding:.5rem 1rem;transition:all .3s ease}.filter-btn.active,.filter-btn:hover{background:#56ab2f;color:#fff}.gallery-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.gallery-item{background:var(--bg-secondary);border-radius:.5rem;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.gallery-item:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px)}.gallery-image{aspect-ratio:4/3}.trails-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.trail-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:.75rem;overflow:hidden;transition:all .3s ease}.trail-card:hover{box-shadow:0 10px 30px rgba(86,171,47,.1);-webkit-transform:translateY(-5px);transform:translateY(-5px)}.trail-image{aspect-ratio:16/9;position:relative}.difficulty-badge{border-radius:1rem;font-size:.8rem;font-weight:600;padding:.25rem .75rem;position:absolute;right:1rem;text-transform:uppercase;top:1rem}.difficulty-badge.easy{background:#4caf50}.difficulty-badge.moderate{background:#ff9800}.difficulty-badge.advanced{background:#f44336}.trail-info{padding:1.5rem}.trail-header{margin-bottom:1rem}.trail-name{color:var(--text-primary);font-size:1.3rem;font-weight:600;margin-bottom:.25rem}.trail-location{color:var(--text-secondary);font-size:.9rem}.trail-description{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.trail-stats{display:flex;gap:1rem;justify-content:space-between}.trail-stat{align-items:center;display:flex;font-size:.9rem;gap:.5rem}.stat-icon{font-size:1rem}.stat-value{color:var(--text-primary)}.stat-label{color:var(--text-secondary)}@media (max-width:768px){.hiking-content .hero-title{font-size:2rem}.hiking-content .hero-subtitle{font-size:1rem}.gallery-grid,.trails-grid{grid-template-columns:1fr}.gallery-filters{gap:.5rem}.filter-btn{font-size:.9rem;padding:.4rem .8rem}}.running-content .running-hero{background:linear-gradient(135deg,#ff6b6b,#ffeaa7);border-radius:1rem;color:#fff;margin-bottom:2rem;padding:2rem;text-align:center}.running-content .hero-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.running-content .hero-subtitle{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.running-content .hero-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin:0 auto}.running-content .hero-stat{text-align:center}.running-content .hero-stat-number{color:#fff;display:block;font-size:2rem;font-weight:700}.running-content .hero-stat-label{font-size:.9rem;opacity:.8}.stats-dashboard{margin-bottom:3rem}.dashboard-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:.75rem;padding:1.5rem;transition:all .3s ease}.dashboard-card:hover{box-shadow:0 10px 30px hsla(0,100%,71%,.1);-webkit-transform:translateY(-3px);transform:translateY(-3px)}.card-icon{display:block;font-size:2rem}.card-content h4{color:var(--text-primary);font-weight:600;margin-bottom:.5rem}.metric-value{color:#ff6b6b;margin-bottom:.25rem}.metric-trend{color:var(--text-secondary)}.routes-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.route-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:.75rem;overflow:hidden;transition:all .3s ease}.route-card:hover{box-shadow:0 10px 30px hsla(0,100%,71%,.1);-webkit-transform:translateY(-5px);transform:translateY(-5px)}.route-image{aspect-ratio:16/9;position:relative}.pace-badge{background:#ff6b6b;border-radius:1rem;color:#fff;font-size:.8rem;font-weight:600;padding:.25rem .75rem;position:absolute;right:1rem;top:1rem}.route-info{padding:1.5rem}.route-header{margin-bottom:1rem}.route-name{color:var(--text-primary);font-size:1.3rem;font-weight:600;margin-bottom:.25rem}.route-location{color:var(--text-secondary);font-size:.9rem}.route-description{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.route-stats{display:flex;gap:1rem;justify-content:space-between}.route-stat{align-items:center;display:flex;font-size:.9rem;gap:.5rem}.achievement-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:.75rem;transition:all .3s ease}.achievement-card:hover{box-shadow:0 10px 30px hsla(0,100%,71%,.1);-webkit-transform:translateY(-3px);transform:translateY(-3px)}.achievement-title{color:var(--text-primary);font-weight:600;margin-bottom:.25rem}.achievement-value{color:#ff6b6b;font-size:1.3rem;font-weight:700}.achievement-date{color:var(--text-secondary);font-size:.9rem}@media (max-width:768px){.running-content .hero-title{font-size:2rem}.running-content .hero-subtitle{font-size:1rem}.achievements-grid,.dashboard-grid,.routes-grid{grid-template-columns:1fr}.achievement-card,.dashboard-card,.route-card{padding:1rem}}.travel-content .travel-hero{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:1rem;color:#fff;margin-bottom:2rem;padding:2rem;text-align:center}.travel-content .hero-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.travel-content .hero-subtitle{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.travel-content .hero-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin:0 auto}.travel-content .hero-stat{text-align:center}.travel-content .hero-stat-number{color:#fff;display:block;font-size:2rem;font-weight:700}.travel-content .hero-stat-label{font-size:.9rem;opacity:.8}.travel-map{text-align:center}.map-container{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:1rem;margin-bottom:1rem;padding:3rem 2rem}.map-placeholder{color:var(--text-secondary);line-height:1.6}.map-container p{color:var(--text-secondary);font-style:italic;margin-top:1rem}.countries-grid{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:3rem}.country-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:.75rem;transition:all .3s ease}.country-card:hover{box-shadow:0 10px 30px rgba(102,126,234,.1);-webkit-transform:translateY(-5px);transform:translateY(-5px)}.country-flag{left:1rem}.country-image{aspect-ratio:16/9}.country-name{color:var(--text-primary);font-size:1.5rem;margin-bottom:.75rem}.country-summary{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.country-stats{gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.country-stat{flex:1 1}.country-stat-value{font-size:1.5rem;font-weight:700}.country-stat-label{color:var(--text-secondary);font-size:.9rem}.country-highlights{margin-bottom:1.5rem}.highlights-title{color:var(--text-primary)}.highlight-tag{background:#667eea;border-radius:1rem}.timeline{margin-bottom:3rem}.timeline-container{margin:0 auto;max-width:100%;padding:1rem}.timeline-svg-container{margin:0 auto;position:relative}.timeline-svg{left:0;position:absolute;top:0;z-index:1}.timeline-card-overlay{position:absolute;z-index:2}.timeline-card{background:linear-gradient(135deg,rgba(102,126,234,.95),rgba(118,75,162,.95));border:1px solid hsla(0,0%,100%,.2);border-radius:.75rem;box-shadow:0 4px 15px rgba(0,0,0,.1);color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;padding:1rem;position:relative;text-align:center;transition:all .3s ease;z-index:3}.timeline-card:hover{box-shadow:0 8px 25px rgba(0,0,0,.15);-webkit-transform:translateY(-5px);transform:translateY(-5px)}.timeline-year{background:#667eea;border-radius:2rem;color:#fff;display:inline-block;font-size:.85rem;padding:.4rem .8rem}.timeline-title,.timeline-year{font-weight:600;margin-bottom:.5rem}.timeline-title{color:var(--text-primary);font-size:.95rem;line-height:1.3}.timeline-desc{color:var(--text-secondary);font-size:.8rem;line-height:1.4;margin:0}.featured-item{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:.5rem;font-weight:500;padding:1.5rem;transition:all .3s ease}.featured-item:hover{background:#667eea;color:#fff;-webkit-transform:translateY(-3px);transform:translateY(-3px)}@media (max-width:768px){.travel-content .hero-title{font-size:2rem}.travel-content .hero-subtitle{font-size:1rem}.countries-grid{grid-template-columns:1fr}.map-container{padding:2rem 1rem}.map-placeholder{font-size:2rem}.timeline-container{padding:1rem}.timeline-row{gap:.5rem;margin-bottom:1.5rem}.timeline-item{max-width:140px}.timeline-card{padding:.6rem}.timeline-title{font-size:.8rem}.timeline-desc,.timeline-year{font-size:.7rem}.timeline-year{padding:.2rem .5rem}.timeline-connection-horizontal{width:.5rem}.timeline-connection-vertical{bottom:-1.5rem;height:3rem}.featured-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}.photo-carousel{height:100%;overflow:hidden;position:relative;width:100%}.photo-carousel-container{cursor:pointer;height:100%;position:relative;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease;width:100%}.photo-carousel-container:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}.photo-carousel-container:hover .photo-overlay{background:linear-gradient(45deg,rgba(0,0,0,.2),rgba(0,0,0,.05) 50%,rgba(0,0,0,.2))}.photo-slide{height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .8s ease-in-out;width:100%}.photo-slide.active{opacity:1}.photo-slide img{height:100%;object-fit:cover;object-position:center;width:100%}.photo-overlay{background:linear-gradient(45deg,rgba(0,0,0,.3),rgba(0,0,0,.1) 50%,rgba(0,0,0,.3));bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.photo-indicators{bottom:15px;display:flex;gap:8px;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:2}.indicator{background:hsla(0,0%,100%,.4);border:none;border-radius:50%;cursor:pointer;height:8px;padding:0;transition:all .3s ease;width:8px}.indicator.active{background:hsla(0,0%,100%,.9);-webkit-transform:scale(1.2);transform:scale(1.2)}.indicator:hover{background:hsla(0,0%,100%,.7)}.photo-carousel-placeholder{align-items:center;color:hsla(0,0%,100%,.7);display:flex;flex-direction:column;font-size:.9rem;height:100%;justify-content:center}.photo-carousel-placeholder .upload-icon{font-size:2rem;margin-bottom:.5rem}.adventures{background:var(--gradient-secondary);color:#fff}.adventures-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:3rem}.adventure-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.2);border-radius:var(--border-radius-lg);cursor:pointer;overflow:hidden;transition:var(--transition)}.adventure-card:hover{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.adventure-image{align-items:center;background:linear-gradient(45deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.05));display:flex;font-size:3rem;height:200px;justify-content:center;margin-bottom:0;overflow:hidden;position:relative;width:100%}.adventure-image:before{background:rgba(0,0,0,.2);bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.adventure-card:hover .adventure-image:before{opacity:.1}.adventure-image.hiking{background:linear-gradient(45deg,#56ab2f,#a8e6cf)}.adventure-image.running{background:linear-gradient(45deg,#ff6b6b,#feca57)}.adventure-image.traveling{background:linear-gradient(45deg,#667eea,#764ba2)}.image-placeholder{align-items:center;color:hsla(0,0%,100%,.8);display:flex;flex-direction:column;font-size:.9rem;height:100%;justify-content:center;padding:1rem;text-align:center;width:100%}.upload-icon{font-size:2rem;margin-bottom:.5rem}.adventure-content{padding:2rem}.adventure-icon{background:hsla(0,0%,100%,.2);border-radius:10px;display:inline-block;font-size:2rem;margin-bottom:1rem;padding:.5rem}.adventure-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.adventure-description{line-height:1.6;margin-bottom:1.5rem;opacity:.9}.adventure-stats{display:flex;gap:1rem;margin-bottom:1.5rem;margin-top:1rem}.adventure-stat{flex:1 1;text-align:center}.adventure-stat-number{display:block;font-size:1.2rem;font-weight:700}.adventure-stat-label{font-size:.8rem;opacity:.8}.view-gallery-btn{background:hsla(0,0%,100%,.2);border:1px solid hsla(0,0%,100%,.3);border-radius:25px;color:#fff;cursor:pointer;display:inline-block;font-size:.9rem;font-weight:500;margin-top:1rem;padding:.75rem 1.5rem;transition:all .3s ease}.view-gallery-btn:hover{background:hsla(0,0%,100%,.3);color:#fff;-webkit-transform:translateY(-2px);transform:translateY(-2px)}.expanded-section{margin-top:3rem;opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:top;transform-origin:top;transition:opacity .3s ease,-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out,opacity .3s ease;transition:transform .5s ease-in-out,opacity .3s ease,-webkit-transform .5s ease-in-out}.expanded-section.active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}.section-content{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:var(--border-radius-lg);padding:2rem;position:relative}.floating-back-button,.section-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff}.floating-back-button{align-items:center;background:rgba(0,0,0,.8);border:2px solid hsla(0,0%,100%,.3);border-radius:25px;box-shadow:0 4px 20px rgba(0,0,0,.3);cursor:pointer;display:flex;font-size:.9rem;font-weight:600;justify-content:center;padding:.75rem 1.5rem;position:fixed;right:max(2rem,calc(25vw - 300px));top:100px;transition:all .3s ease;white-space:nowrap;z-index:1000}.floating-back-button:hover{background:rgba(0,0,0,.9);box-shadow:0 6px 25px rgba(0,0,0,.4);-webkit-transform:scale(1.1);transform:scale(1.1)}.section-content h3{color:#fff;font-size:2rem;margin-bottom:2rem;text-align:center}.content-grid{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 2fr}.stats-overview{display:flex;flex-direction:column;gap:1.5rem}.stat-item{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:hsla(0,0%,100%,.1);border-radius:var(--border-radius);padding:1.5rem;text-align:center}.stat-number{color:#fff;display:block;font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#fff;font-size:.9rem;opacity:.8}.countries-list h4,.routes-list h4,.trails-list h4{color:#fff;font-size:1.3rem;margin-bottom:1.5rem}.country-item,.route-item,.trail-item{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.1);border-radius:var(--border-radius);margin-bottom:1rem;padding:1.5rem}.country-header,.route-header,.trail-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.country-header h5,.route-header h5,.trail-header h5{color:#fff;font-size:1.1rem;font-weight:600;margin:0}.country-meta,.route-meta,.trail-meta{color:#fff;font-size:.9rem;opacity:.8}.route-item p,.trail-item p{color:hsla(0,0%,100%,.9);line-height:1.5;margin-bottom:1rem}.distance,.elevation{background:hsla(0,0%,100%,.2);border-radius:15px;color:#fff;display:inline-block;font-size:.8rem;margin-right:.5rem;margin-top:.5rem;padding:.3rem .8rem}.highlights{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.highlight-tag{background:hsla(0,0%,100%,.2);border-radius:12px;color:#fff;font-size:.8rem;font-weight:500;padding:.25rem .75rem}.hiking-hero,.running-hero,.travel-hero{background:linear-gradient(135deg,rgba(102,126,234,.9),rgba(118,75,162,.9));border-radius:var(--border-radius-lg);color:#fff;margin-bottom:3rem;padding:3rem 2rem;text-align:center}.hero-title{font-size:3rem;font-weight:800;line-height:1.1;margin-bottom:1rem}.hero-subtitle{font-size:1.2rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.hero-stats{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.hero-stat{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.15);border-radius:15px;min-width:120px;padding:1.5rem;text-align:center}.hero-stat-number{display:block;font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.hero-stat-label{font-size:.9rem;opacity:.8}.gallery-filters{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}.filter-btn{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:25px;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:var(--transition)}.filter-btn.active,.filter-btn:hover{background:hsla(0,0%,100%,.3);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.gallery-grid{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:var(--border-radius);display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem;max-height:800px;overflow-y:auto;padding:1rem}.gallery-grid::-webkit-scrollbar{width:8px}.gallery-grid::-webkit-scrollbar-track{background:hsla(0,0%,100%,.1);border-radius:4px}.gallery-grid::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.3);border-radius:4px}.gallery-grid::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.5)}.gallery-empty{align-items:center;color:hsla(0,0%,100%,.7);display:flex;height:200px;justify-content:center;width:100%}.empty-message{font-size:1.2rem;margin:0;text-align:center}.gallery-item{border-radius:var(--border-radius);flex-shrink:0;height:200px;overflow:hidden;transition:var(--transition);width:200px}.gallery-item:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.gallery-image{align-items:center;background:linear-gradient(45deg,#667eea,#764ba2);display:flex;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}.gallery-image img,.gallery-video{height:100%;object-fit:cover;object-position:center;width:100%}.gallery-image:before{background:rgba(0,0,0,.3);bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.gallery-item:hover .gallery-image:before{opacity:.1}.placeholder-icon{font-size:2.5rem;margin-bottom:.5rem;position:relative;z-index:2}.placeholder-text{color:#fff;font-size:.9rem;opacity:.9;position:relative;z-index:2}.routes-grid,.trails-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:2rem}.route-card,.trail-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:var(--border-radius-lg);display:flex;flex-direction:column;overflow:hidden;transition:var(--transition)}.route-card:hover,.trail-card:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px)}.route-image,.trail-image{align-items:center;background:linear-gradient(45deg,#667eea,#764ba2);display:flex;height:300px;justify-content:center;position:relative;width:100%}.difficulty-badge,.pace-badge{background:hsla(0,0%,100%,.9);border-radius:15px;color:#333;font-size:.8rem;font-weight:600;padding:.5rem 1rem;position:absolute;right:1rem;top:1rem}.difficulty-badge.easy{background:rgba(76,175,80,.9);color:#fff}.difficulty-badge.moderate{background:rgba(255,152,0,.9);color:#fff}.difficulty-badge.advanced{background:rgba(244,67,54,.9);color:#fff}.route-info,.trail-info{display:flex;flex:1 1;flex-direction:column;justify-content:space-between;padding:1.5rem}.route-name,.trail-name{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.route-location,.trail-location{color:hsla(0,0%,100%,.7);font-size:.9rem;margin-bottom:1rem}.route-description,.trail-description{color:hsla(0,0%,100%,.9);line-height:1.6;margin-bottom:1rem}.route-stats,.trail-stats{display:flex;gap:1rem}.route-stat,.trail-stat{align-items:center;display:flex;flex-direction:column;text-align:center}.stat-icon{font-size:1.2rem;margin-bottom:.25rem}.stat-value{color:#fff;font-size:1rem;font-weight:600;margin-bottom:.25rem}.stat-label{color:hsla(0,0%,100%,.7);font-size:.8rem}.dashboard-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.dashboard-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:var(--border-radius);padding:2rem;text-align:center;transition:var(--transition)}.dashboard-card:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px)}.card-icon{font-size:2.5rem;margin-bottom:1rem}.card-content h4{color:#fff;font-size:1.1rem;margin-bottom:1rem}.metric-value{color:#fff;font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.metric-trend{color:hsla(0,0%,100%,.7);font-size:.9rem}.achievements-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:2rem}.achievement-card{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:var(--border-radius);display:flex;gap:1rem;padding:1.5rem;transition:var(--transition)}.achievement-card:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px)}.achievement-icon{background:hsla(0,0%,100%,.2);border-radius:50%;font-size:2rem;padding:.75rem}.achievement-title{color:#fff;font-size:1.1rem;margin-bottom:.5rem}.achievement-value{color:gold;font-size:1.2rem;font-weight:600;margin-bottom:.25rem}.achievement-date{color:hsla(0,0%,100%,.7);font-size:.8rem}.travel-map{margin-bottom:3rem}.map-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:var(--border-radius-lg);padding:2rem;text-align:center}.map-placeholder{align-items:center;background:linear-gradient(45deg,#667eea,#764ba2);border-radius:var(--border-radius);color:#fff;display:flex;flex-direction:column;font-size:3rem;height:300px;justify-content:center;margin-bottom:1rem;width:100%}.countries-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-top:2rem}.country-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:var(--border-radius-lg);overflow:hidden;position:relative;transition:var(--transition)}.country-card:hover{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.country-flag{font-size:2rem;position:absolute;right:1rem;top:1rem;z-index:2}.country-image{align-items:center;background:linear-gradient(45deg,#667eea,#764ba2,#f093fb,#f5576c);color:#fff;display:flex;height:200px;justify-content:center;overflow:hidden;position:relative;width:100%}.country-image img{height:100%;object-fit:cover;object-position:center;width:100%}.country-info{padding:1.5rem}.country-name{color:#fff;font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.country-summary{color:hsla(0,0%,100%,.8);line-height:1.5;margin-bottom:1rem}.country-stats{display:flex;justify-content:space-around;margin-bottom:1rem}.country-stat{text-align:center}.country-stat-value{color:#667eea;display:block;font-size:1.2rem;font-weight:600}.country-stat-label{color:hsla(0,0%,100%,.7);font-size:.8rem}.highlights-title{color:#fff;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.highlights-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.timeline-line{background:linear-gradient(180deg,#667eea,#764ba2);bottom:0;left:50%;position:absolute;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:3px}.timeline-item{display:flex;margin-bottom:3rem;position:relative}.timeline-item:nth-child(2n){flex-direction:row-reverse}.timeline-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:var(--border-radius);margin:0 1rem;padding:1.5rem;width:45%}.timeline-date{background:#667eea;border-radius:20px;color:#fff;font-weight:600;left:50%;padding:.5rem 1rem;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);white-space:nowrap;z-index:2}.trip-title{color:#fff;font-size:1.1rem;margin-bottom:.5rem}.trip-location{color:#667eea;font-weight:500;margin-bottom:.5rem}.trip-description{color:hsla(0,0%,100%,.8);line-height:1.5}.featured-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:2rem}.featured-item{align-items:center;aspect-ratio:1;background:linear-gradient(45deg,#667eea,#764ba2,#f093fb,#f5576c);border-radius:var(--border-radius);color:#fff;cursor:pointer;display:flex;font-weight:600;justify-content:center;overflow:hidden;padding:1rem;position:relative;text-align:center;transition:var(--transition)}.featured-item:hover{-webkit-transform:scale(1.05) rotate(2deg);transform:scale(1.05) rotate(2deg)}.featured-item:before{background:rgba(0,0,0,.3);bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.featured-item:hover:before{opacity:.1}.section-title{color:#fff;font-size:2rem;margin-bottom:2rem}@media screen and (max-width:768px){.adventures-grid{gap:1.5rem;grid-template-columns:1fr}.adventure-card{padding:1.5rem}.adventure-icon{font-size:2.5rem}.content-grid{gap:2rem;grid-template-columns:1fr}.stats-overview{flex-direction:row;gap:1rem}.stat-item{padding:1rem}.stat-number{font-size:1.5rem}.section-content{padding:1.5rem}.section-content h3{font-size:1.5rem}.hero-title{font-size:2rem}.hero-stats{gap:1rem;justify-content:center}.hero-stat{min-width:100px;padding:1rem}.hero-stat-number{font-size:1.5rem}.gallery-filters{gap:.5rem}.filter-btn{font-size:.9rem;padding:.5rem 1rem}.gallery-grid{gap:.75rem;max-height:600px;padding:.75rem}.gallery-item{height:150px;width:150px}.routes-grid,.trails-grid{gap:1rem;grid-template-columns:1fr}.dashboard-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.dashboard-card{padding:1.5rem}.card-icon{font-size:2rem}.metric-value{font-size:1.5rem}.achievements-grid,.countries-grid{grid-template-columns:1fr}.timeline-content{margin:0 .5rem;width:80%}.timeline-item:nth-child(2n){flex-direction:row}.timeline-line{left:20px}.timeline-date{left:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.featured-grid{grid-template-columns:repeat(2,1fr)}.map-placeholder{font-size:2rem;height:200px}}.photo-modal-overlay{align-items:center!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:rgba(0,0,0,.95)!important;bottom:0!important;display:flex!important;height:100vh!important;justify-content:center!important;left:0!important;position:fixed!important;right:0!important;top:0!important;width:100vw!important;z-index:999999!important}.photo-modal{flex-direction:column!important;max-height:95vh!important;max-width:95vw!important}.photo-modal,.photo-modal-content{align-items:center!important;display:flex!important;justify-content:center!important;position:relative!important;z-index:999999!important}.photo-modal-content{max-height:80vh!important;max-width:90vw!important}.photo-modal-image{border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.5);max-height:80vh;max-width:100%;object-fit:contain}.photo-modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:2rem;height:50px;justify-content:center;padding:10px;position:absolute;right:0;top:-50px;transition:all .2s ease;width:50px;z-index:10001}.photo-modal-close:hover{background:hsla(0,0%,100%,.1);-webkit-transform:scale(1.1);transform:scale(1.1)}.photo-modal-nav{align-items:center;background:rgba(0,0,0,.5);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:3rem;height:60px;justify-content:center;padding:20px 15px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .2s ease;width:60px;z-index:10001}.photo-modal-nav:hover{background:rgba(0,0,0,.8);-webkit-transform:translateY(-50%) scale(1.1);transform:translateY(-50%) scale(1.1)}.photo-modal-prev{left:-80px}.photo-modal-next{right:-80px}.photo-modal-indicators{display:flex;gap:10px;justify-content:center;margin-top:20px}.photo-modal-indicator{background:transparent;border:2px solid hsla(0,0%,100%,.5);border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.photo-modal-indicator.active{background:#fff;border-color:#fff;-webkit-transform:scale(1.2);transform:scale(1.2)}.photo-modal-indicator:hover{border-color:hsla(0,0%,100%,.8);-webkit-transform:scale(1.1);transform:scale(1.1)}.photo-modal-counter{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:rgba(0,0,0,.5);border-radius:20px;bottom:-50px;color:#fff;font-size:1rem;font-weight:500;left:50%;padding:8px 16px;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media (max-width:768px){.photo-modal-nav{font-size:2rem;height:50px;padding:15px 12px;width:50px}.photo-modal-prev{left:-60px}.photo-modal-next{right:-60px}.photo-modal-close{font-size:1.5rem;height:40px;top:-45px;width:40px}.photo-modal-counter{font-size:.9rem;padding:6px 12px}}@media (max-width:480px){.photo-modal-nav{font-size:1.8rem;height:45px;position:fixed;top:50%;width:45px}.photo-modal-prev{left:20px}.photo-modal-next{right:20px}}.photo-modal-overlay{clip:none!important;border:none!important;margin:0!important;outline:none!important;overflow:visible!important;padding:0!important;pointer-events:auto!important;-webkit-transform:none!important;transform:none!important}*{box-sizing:border-box;margin:0;padding:0}:root{--color-bg:#fff;--color-bg-variant:#f8fafc;--color-primary:#4f46e5;--color-primary-light:#e0e7ff;--color-secondary:#7c3aed;--color-text:#2c3e50;--color-text-light:#64748b;--color-white:#fff;--color-light:#f1f5f9;--color-border:#e2e8f0;--gradient-primary:linear-gradient(135deg,#667eea,#764ba2);--gradient-secondary:linear-gradient(135deg,#f093fb,#f5576c 50%,#4facfe);--gradient-dark:linear-gradient(135deg,#1e293b,#334155);--shadow-sm:0 2px 4px rgba(0,0,0,.1);--shadow-md:0 10px 30px rgba(0,0,0,.08);--shadow-lg:0 20px 40px rgba(0,0,0,.1);--shadow-primary:0 5px 20px rgba(79,70,229,.4);--transition:all 0.3s ease;--transition-fast:all 0.2s ease;--container-width-lg:96%;--container-width-md:96%;--container-width-sm:95%;--border-radius:15px;--border-radius-sm:8px;--border-radius-lg:20px}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9;background:var(--color-light)}::-webkit-scrollbar-thumb{background:#4f46e5;background:var(--color-primary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#7c3aed;background:var(--color-secondary)}body{background:#fff;background:var(--color-bg);color:#2c3e50;color:var(--color-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden}.container{margin:0 auto;max-width:1600px;padding:0 1rem;width:96%;width:var(--container-width-lg)}h1,h2,h3,h4,h5{color:#2c3e50;color:var(--color-text);font-weight:600;line-height:1.2}h1{font-size:4rem;font-weight:800}h2{font-size:2.5rem;font-weight:700}h3{font-size:1.5rem}h3,h4{font-weight:600}h4{font-size:1.25rem}section{padding:6rem 0}.section-title{color:#2c3e50;color:var(--color-text);font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.text-light{color:#64748b;color:var(--color-text-light)}a{color:#4f46e5;color:var(--color-primary);text-decoration:none;transition:all .3s ease;transition:var(--transition)}a:hover{color:#7c3aed;color:var(--color-secondary)}.btn{background:#4f46e5;background:var(--color-primary);border:2px solid transparent;border-radius:50px;color:#fff;color:var(--color-white);cursor:pointer;display:inline-block;font-weight:600;padding:1rem 2rem;text-align:center;transition:all .3s ease;transition:var(--transition)}.btn:hover{box-shadow:0 5px 20px rgba(79,70,229,.4);box-shadow:var(--shadow-primary);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.btn-secondary{background:transparent;border-color:#4f46e5;border-color:var(--color-primary);color:#4f46e5;color:var(--color-primary)}.btn-secondary:hover{background:#4f46e5;background:var(--color-primary);color:#fff;color:var(--color-white)}.btn-outline{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.2);border:2px solid hsla(0,0%,100%,.3);color:#fff}.btn-outline:hover{background:hsla(0,0%,100%,.3)}img{display:block;height:auto;object-fit:cover;width:100%}.card{background:#fff;background:var(--color-white);border:1px solid #f1f5f9;border:1px solid var(--color-light);border-radius:15px;border-radius:var(--border-radius);box-shadow:0 10px 30px rgba(0,0,0,.08);box-shadow:var(--shadow-md);padding:2rem;transition:all .3s ease;transition:var(--transition)}.card:hover{box-shadow:0 20px 40px rgba(0,0,0,.1);box-shadow:var(--shadow-lg);-webkit-transform:translateY(-5px);transform:translateY(-5px)}.grid{grid-gap:2rem;display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.fade-in-up{-webkit-animation:fadeInUp .8s ease forwards;animation:fadeInUp .8s ease forwards}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}@media screen and (max-width:1024px){.container{max-width:none;width:96%;width:var(--container-width-md)}h1{font-size:3rem}h2{font-size:2rem}section{padding:4rem 0}.grid-2{grid-template-columns:1fr}}.fab{align-items:center;background:#4f46e5;background:var(--color-primary);border:none;border-radius:50%;bottom:30px;box-shadow:0 5px 20px rgba(79,70,229,.4);box-shadow:var(--shadow-primary);color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:60px;justify-content:center;position:fixed;right:30px;transition:all .3s ease;transition:var(--transition);width:60px;z-index:1000}.fab:hover{background:#7c3aed;background:var(--color-secondary);-webkit-transform:scale(1.1);transform:scale(1.1)}@media screen and (max-width:768px){.container{max-width:none;width:95%;width:var(--container-width-sm)}h1{font-size:2.5rem}h2{font-size:1.8rem}.section-title{font-size:2rem;margin-bottom:2rem}section{padding:3rem 0}.btn{font-size:.9rem;padding:.8rem 1.5rem}.card{padding:1.5rem}.grid{gap:1.5rem}.fab{bottom:20px;font-size:1.2rem;height:50px;right:20px;width:50px}}
/*# sourceMappingURL=main.24f7d543.css.map*/