.header{background-color:#1976d2;color:#fff;padding:.7rem 0;box-shadow:0 2px 4px rgba(0,0,0,.1);position:sticky;top:0;z-index:1002}.header-container{max-width:1200px;margin:0 auto;padding:0 15px;justify-content:space-between;min-height:70px}.auth-section,.header-container{display:flex;align-items:center;gap:1rem}.auth-section{position:relative}.auth-loading{display:flex;align-items:center;padding:.5rem}.loading-spinner{width:20px;height:20px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.login-button{display:flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:6px;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);transition:all .3s ease;font-weight:500;font-size:.9rem}.login-button:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.3);transform:translateY(-1px)}.login-icon{width:18px;height:18px;fill:currentColor}.login-text{white-space:nowrap}.user-menu-container{position:relative}.user-menu-button{display:flex;align-items:center;gap:.5rem;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);color:#fff;padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:all .3s ease;font-size:.9rem}.user-menu-button:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.3)}.user-avatar{width:24px;height:24px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.2)}.avatar-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.avatar-icon{width:16px;height:16px;fill:currentColor}.user-name{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.dropdown-arrow{width:16px;height:16px;fill:currentColor;transition:transform .3s ease}.user-menu-button:hover .dropdown-arrow{transform:rotate(180deg)}.user-dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.15);border:1px solid rgba(0,0,0,.1);min-width:200px;z-index:1000;overflow:hidden}.user-info{padding:1rem;background:#f8f9fa;border-bottom:1px solid #e9ecef}.user-email{font-size:.85rem;color:#6c757d;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-divider{height:1px;background:#e9ecef;margin:0}.dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:#333;text-decoration:none;background:none;border:none;width:100%;text-align:left;font-size:.9rem;cursor:pointer;transition:background-color .2s ease}.dropdown-item:hover{background:#f8f9fa}.dropdown-icon{width:16px;height:16px;fill:currentColor;flex-shrink:0}.logout-button{color:#dc3545}.logout-button:hover{background:#fff5f5}.logo h1{margin:0;font-size:1.6rem;font-weight:900;color:#ffb347;letter-spacing:0;text-align:left;line-height:1.1;white-space:normal;display:flex;flex-direction:column;gap:.15rem;transition:font-size .3s ease}.logo-line-1,.logo-line-2{display:block;line-height:1.1}.logo-line-2{font-size:1.4rem}.logo a{color:#fff;text-decoration:none;display:block;width:100%}.logo{flex-shrink:0;max-width:400px}.logo-content{display:flex;align-items:center;gap:1rem}.logo-image{width:50px;height:50px;-o-object-fit:contain;object-fit:contain;flex-shrink:0}.nav-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:1.2rem}.nav-list a{color:#fff;text-decoration:none;font-weight:500;padding:.4rem .8rem;border-radius:4px;transition:background-color .3s;border:none;outline:none;font-size:.95rem}.nav-list a.active,.nav-list a:hover{background-color:hsla(0,0%,100%,.1)}.nav-list a:focus{outline:none;border:none;box-shadow:none}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger{display:block;position:relative}.hamburger,.hamburger:after,.hamburger:before{width:25px;height:3px;background-color:#fff;transition:all .3s ease;border-radius:2px}.hamburger:after,.hamburger:before{content:"";position:absolute}.hamburger:before{top:-8px}.hamburger:after{bottom:-8px}.hamburger.open{background-color:transparent}.hamburger.open:before{transform:rotate(45deg);top:0}.hamburger.open:after{transform:rotate(-45deg);bottom:0}@media (max-width:900px){.user-name{display:none}.user-menu-button{padding:.4rem .8rem;font-size:.85rem}}@media (max-width:1199px){.nav{position:fixed;top:70px;left:0;right:0;background-color:#1976d2;transform:translateY(-100%);transition:transform .3s ease-in-out;box-shadow:0 2px 4px rgba(0,0,0,.1);z-index:1000;height:calc(100vh - 70px);overflow-y:auto}.nav-open{transform:translateY(0)}.nav-list{flex-direction:column;padding:1rem 0;gap:0}.nav-list li{border-bottom:1px solid hsla(0,0%,100%,.1)}.nav-list a{display:block;padding:1rem 2rem;border-radius:0;border:none;outline:none;transition:background-color .3s}.nav-list a.active,.nav-list a:hover{background-color:hsla(0,0%,100%,.2)}.mobile-menu-toggle{display:block;z-index:1003}.mobile-menu-backdrop{position:fixed;top:70px;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:999}.logo h1{font-size:1.5rem;line-height:1.1;gap:.1rem}.logo-line-2{font-size:1.4rem}.logo{flex-shrink:0;max-width:350px;min-width:250px;z-index:1002}.logo-image{width:40px;height:40px}.logo-content{gap:.75rem}.header-container{padding:0 10px;gap:.5rem;z-index:1002}.auth-section{gap:.5rem}.login-button{padding:.4rem .8rem;font-size:.85rem}.login-text{display:none}.user-menu-button{padding:.4rem .8rem;font-size:.85rem}.user-dropdown{right:-10px;min-width:180px}}.hero{position:relative;height:80vh;min-height:500px;color:#fff;overflow:hidden;display:flex;align-items:center;width:100vw;margin:0 0 0 calc(-50vw + 50%);max-width:none!important;padding:0!important;z-index:1}.hero-backgrounds{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;z-index:1}.hero-background-left,.hero-background-right{flex:1;background-size:cover;background-repeat:no-repeat;transition:background-image 1s ease-in-out;background-color:#f5f5f5}.hero-background-left{background-position:100%}.hero-background-right{background-position:0}.hero-background-mobile{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-repeat:no-repeat;background-position:50%;transition:background-image 1s ease-in-out;background-color:#f5f5f5;z-index:1}.hero-background-mobile:after{background:rgba(0,0,0,.3)}.hero-background-mobile:after,.hero-backgrounds:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:2}.hero-backgrounds:after{background:rgba(0,0,0,.2)}.hero-progress{position:absolute;bottom:2rem;left:2rem;z-index:4;display:flex;flex-direction:column;gap:.5rem}.progress-bar{width:200px;height:6px;background:hsla(0,0%,100%,.3);border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:#fff;border-radius:3px;transition:width .3s ease}.image-counter{display:flex;align-items:center;gap:.75rem;color:#fff}.counter-text,.image-counter{font-size:.9rem;font-weight:500;text-shadow:1px 1px 2px rgba(0,0,0,.8)}.counter-text{min-width:50px;text-align:center}.nav-arrow{background:hsla(0,0%,100%,.2);border:1px solid hsla(0,0%,100%,.3);border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#fff;backdrop-filter:blur(10px)}.nav-arrow:hover{background:hsla(0,0%,100%,.3);border-color:hsla(0,0%,100%,.5);transform:scale(1.1)}.nav-arrow:active{transform:scale(.95)}.nav-arrow svg{width:18px;height:18px;fill:currentColor}.nav-arrow-left:hover{transform:scale(1.1) translateX(-2px)}.nav-arrow-right:hover{transform:scale(1.1) translateX(2px)}.hero-content{position:absolute;z-index:4;width:50%;max-width:50%;right:3rem;top:50%;transform:translateY(-50%);padding:4rem 2rem;text-align:left}.hero-content h1,.hero-content>p{background:rgba(0,0,0,.4);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;backdrop-filter:blur(15px);border:1px solid hsla(0,0%,100%,.3)}.hero-content h1{font-size:2.5rem;margin-bottom:1rem;color:#ff6b35;text-shadow:3px 3px 6px rgba(0,0,0,.8);font-weight:800}.hero-content>p{font-size:1.2rem;margin-bottom:2rem;color:hsla(0,0%,100%,.95);text-shadow:2px 2px 4px rgba(0,255,255,.8);font-weight:500}.hero-buttons{display:flex;gap:1rem;margin-bottom:2rem}.hero-buttons .btn{padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block}.hero-buttons .btn-primary{background:#ff6b35;color:#fff;border:2px solid #ff6b35}.hero-buttons .btn-primary:hover{background:#e55a2b;border-color:#e55a2b;transform:translateY(-2px)}.hero-buttons .btn-secondary{background:transparent;color:#fff;border:2px solid #fff}.hero-buttons .btn-secondary:hover{background:#fff;color:#1976d2;transform:translateY(-2px)}.hero-location{background:rgba(0,0,0,.4);border-radius:12px;padding:1.5rem;margin:1.5rem 0;backdrop-filter:blur(15px);border:1px solid hsla(0,0%,100%,.3);position:absolute;bottom:2rem;right:3rem;max-width:300px}.hero-location h3{margin:0 0 1rem;color:#fff;font-size:1.3rem}.hero-location h3,.hero-location p{text-shadow:1px 1px 2px rgba(0,0,0,.5)}.hero-location p{margin:.5rem 0;color:hsla(0,0%,100%,.9)}@media (max-width:1199px){.hero{height:70vh;min-height:400px}.hero-backgrounds{display:none}.hero-background-mobile{display:block}.hero-buttons,.hero-content h1{display:none}.hero-content{width:100%;max-width:50%;right:2rem;top:50%;transform:translateY(-50%);padding:2rem 1rem;text-align:right}.hero-content>p{font-size:1rem}.hero-location{position:relative;bottom:auto;left:auto;right:2rem;margin-top:2rem;text-align:right;align-self:flex-end}.hero-progress{bottom:1rem;left:1rem;right:1rem}.progress-bar{width:150px;height:4px}.image-counter{font-size:.8rem}}@media (max-width:480px){.hero{height:60vh;min-height:350px}.hero-content h1{font-size:1.5rem;padding:1rem}.hero-content{padding:1.5rem .5rem;right:1rem}.hero-buttons .btn{padding:.875rem 1.25rem;font-size:.9rem}.hero-location{padding:1rem;margin-top:1.5rem;right:1rem}.hero-location h3{font-size:1.1rem}.hero-progress{bottom:.5rem;left:.5rem}.progress-bar{width:120px;height:4px}.logo h1{font-size:1.1rem;line-height:1.1;gap:.08rem}.logo-line-2{font-size:1rem}.logo{min-width:200px;max-width:280px}.logo-image{width:32px;height:32px}.logo-content{gap:.5rem}.header-container{padding:0 5px;gap:.5rem}}@media (min-width:1200px){.hero-background-mobile{display:none}.hero-backgrounds{display:flex}}.footer{background-color:#333;color:#fff;padding:2rem 0 1rem;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:0 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{color:#ff6b35;margin-bottom:1rem;font-weight:700}.footer-section p{margin:.5rem 0;color:#ccc;font-size:.9rem}.footer-section a{color:#ff6b35;text-decoration:none;transition:color .2s ease}.footer-section a:hover{color:#ff8c42;text-decoration:underline}.footer-bottom{border-top:1px solid #555;padding-top:1rem;text-align:center}.footer-bottom p{margin:0;color:#999;font-size:.8rem}@media (max-width:768px){.footer-content{grid-template-columns:1fr;gap:1.5rem}.footer{padding:1.5rem 0 1rem}}