.header{width:100%;padding:1.5rem 2rem;background-color:#fff;border-bottom:1px solid rgba(0,0,0,.05);position:sticky;top:0;z-index:100;transition:padding .3s ease,box-shadow .3s ease}.header-scrolled{padding:.75rem 2rem;box-shadow:0 2px 10px #0000000d}.header-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header-left{display:flex;align-items:center;gap:3rem;transition:gap .3s ease}.header-scrolled .header-left{gap:2rem}.logo{display:flex;align-items:center}.logo-image{height:2.5rem;width:auto;object-fit:contain;transition:height .3s ease}.header-scrolled .logo-image{height:1.75rem}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{text-decoration:none;color:#6b7280;font-size:.95rem;font-weight:500;transition:color .2s ease,font-size .3s ease}.header-scrolled .nav-links a{font-size:.875rem}.nav-links a:hover{color:#1a1a1a}.header-right{display:flex;align-items:center;gap:1rem}.btn-signin,.btn-signin-link{background:none;border:none;color:#1a1a1a;font-size:.95rem;font-weight:500;cursor:pointer;padding:.5rem 1rem;transition:opacity .2s ease,font-size .3s ease;text-decoration:none;display:inline-block}.header-scrolled .btn-signin,.header-scrolled .btn-signin-link{font-size:.875rem}.btn-signin:hover,.btn-signin-link:hover{opacity:.7}.btn-primary{background-color:#1a1a1a;color:#fff;border:none;padding:.625rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .1s ease,padding .3s ease,font-size .3s ease}.header-scrolled .btn-primary{padding:.5rem 1.25rem;font-size:.875rem}.btn-primary:hover{background-color:#2d2d2d;transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}@media(max-width:1024px){.nav-links{display:none}}@media(max-width:768px){.header{padding:1rem 1.5rem}.logo-image{height:1.75rem}.header-right{gap:.5rem}.btn-signin{display:none}.btn-primary{padding:.5rem 1rem;font-size:.875rem}}.hero-section{width:100%;padding:4rem 2rem;background-color:#fff}.hero-container{max-width:1400px;margin:0 auto}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text{display:flex;flex-direction:column;gap:1.5rem}.eyebrow{font-size:.875rem;font-weight:600;color:#3b82f6;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.hero-heading{font-size:3.5rem;font-weight:800;line-height:1.1;color:#1a1a1a;letter-spacing:-1.5px;margin:0}.btn-hero{align-self:flex-start;margin-top:.5rem}.hero-description{font-size:1.125rem;line-height:1.6;color:#6b7280;max-width:500px;margin-top:.5rem}.hero-illustration{position:relative;height:500px;display:flex;align-items:center;justify-content:center}.illustration-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.gradient-circle{position:absolute;width:400px;height:400px;border-radius:50%;background:linear-gradient(135deg,#8b5cf6,#3b82f6);opacity:.15;filter:blur(40px);z-index:1}.airplane-main{position:relative;z-index:2;transform:rotate(-15deg);animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:rotate(-15deg) translateY(0)}50%{transform:rotate(-15deg) translateY(-20px)}}.airplane-body{width:120px;height:30px;background:linear-gradient(135deg,#1e3a8a,#3b82f6);border-radius:20px;box-shadow:0 8px 24px #1e3a8a4d}.airplane-wing-left{position:absolute;top:-20px;left:20px;width:0;height:0;border-left:30px solid transparent;border-right:30px solid transparent;border-bottom:50px solid #1e40af;transform:rotate(-20deg)}.airplane-wing-right{position:absolute;bottom:-20px;left:20px;width:0;height:0;border-left:30px solid transparent;border-right:30px solid transparent;border-top:50px solid #1e40af;transform:rotate(20deg)}.airplane-tail{position:absolute;top:50%;right:-15px;transform:translateY(-50%);width:0;height:0;border-top:15px solid transparent;border-bottom:15px solid transparent;border-left:25px solid #1e3a8a}.floating-card{position:absolute;width:80px;height:80px;background:#fff;border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #0000001a;z-index:3;animation:floatCard 4s ease-in-out infinite}.card-icon{font-size:2rem}.card-1{top:10%;left:10%;animation-delay:0s}.card-2{top:60%;left:5%;animation-delay:1s}.card-3{top:30%;right:15%;animation-delay:2s}.card-4{bottom:15%;right:10%;animation-delay:1.5s}@keyframes floatCard{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(5deg)}}.gradient-bar{position:absolute;bottom:20%;left:0;width:200px;height:8px;background:linear-gradient(90deg,#3b82f6,#06b6d4);border-radius:4px;z-index:2;animation:slide 3s ease-in-out infinite}@keyframes slide{0%,to{transform:translate(0)}50%{transform:translate(30px)}}@media(max-width:1024px){.hero-content{grid-template-columns:1fr;gap:3rem}.hero-illustration{height:400px}.hero-heading{font-size:2.5rem}}@media(max-width:768px){.hero-section{padding:2rem 1.5rem}.hero-heading{font-size:2rem}.hero-description{font-size:1rem}.hero-illustration{height:300px}.gradient-circle{width:300px;height:300px}}.feature-highlights{width:100%;padding:3rem 2rem;background-color:#fff}.feature-highlights-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;border-radius:12px;transition:background-color .2s ease,transform .2s ease;cursor:pointer}.feature-item:hover{background-color:#f9fafb;transform:translateY(-2px)}.feature-icon-wrapper{width:50px;height:50px;border-radius:50%;background-color:#1a1a1a;border:2px solid #ffffff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px #0000001a}.feature-icon{font-size:1.5rem}.feature-text{flex:1;font-size:1rem;font-weight:500;color:#1a1a1a;margin:0}.feature-arrow{font-size:1.25rem;color:#1a1a1a;font-weight:600;opacity:.6;transition:opacity .2s ease,transform .2s ease}.feature-item:hover .feature-arrow{opacity:1;transform:translate(4px)}@media(max-width:1024px){.feature-highlights-container{grid-template-columns:1fr;gap:1rem}}@media(max-width:768px){.feature-highlights{padding:2rem 1.5rem}.feature-item{padding:1rem}.feature-text{font-size:.95rem}}.feature-section{width:100%;padding:6rem 2rem;background-color:#fff}.feature-section-container{max-width:1400px;margin:0 auto}.feature-section-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem;align-items:start}.feature-section-text{display:flex;flex-direction:column;gap:1rem}.feature-section-heading{font-size:2.5rem;font-weight:800;line-height:1.2;color:#1a1a1a;letter-spacing:-1px;margin:0}.feature-section-description{display:flex;align-items:center}.feature-section-description p{font-size:1.125rem;line-height:1.7;color:#6b7280;margin:0}.feature-section-illustration{width:100%;position:relative}.illustration-wrapper{position:relative;width:100%;height:500px;display:flex;align-items:center;justify-content:center;gap:2rem}.gradient-background{position:absolute;inset:0;background:linear-gradient(135deg,#8b5cf6,#3b82f6);opacity:.1;border-radius:24px;filter:blur(20px);z-index:1}.device-left,.device-right{position:relative;z-index:2;width:280px;height:500px;background:linear-gradient(135deg,#1e3a8a,#3b82f6);border-radius:32px;padding:20px;box-shadow:0 12px 40px #1e3a8a4d;animation:floatDevice 5s ease-in-out infinite}.device-right{animation-delay:1s}@keyframes floatDevice{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.device-screen{width:100%;height:100%;background:#fff;border-radius:24px;padding:2rem;display:flex;flex-direction:column;gap:1rem}.device-left .screen-content{display:flex;flex-direction:column;gap:1.5rem;height:100%;justify-content:center}.progress-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border-radius:12px}.progress-icon{font-size:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000d}.progress-label{font-size:.95rem;font-weight:600;color:#1a1a1a}.chart-container{flex:1;display:flex;align-items:flex-end;justify-content:space-around;gap:1rem;padding:1rem 0}.chart-bar{width:40px;background:linear-gradient(180deg,#3b82f6,#8b5cf6);border-radius:8px 8px 0 0;animation:growBar 1.5s ease-out}.bar-1{height:40%;animation-delay:.2s}.bar-2{height:70%;animation-delay:.4s}.bar-3{height:50%;animation-delay:.6s}.bar-4{height:85%;animation-delay:.8s}@keyframes growBar{0%{height:0}}.chart-label{text-align:center;font-size:.875rem;font-weight:600;color:#6b7280;margin-top:1rem}.floating-icon{position:absolute;top:-20px;right:-20px;z-index:3}.icon-circle{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#06b6d4);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;box-shadow:0 4px 16px #3b82f666;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media(max-width:1024px){.feature-section-content{grid-template-columns:1fr;gap:2rem}.feature-section-heading{font-size:2rem}.illustration-wrapper{flex-direction:column;height:auto;gap:2rem}.device-left,.device-right{width:240px;height:400px}}@media(max-width:768px){.feature-section{padding:4rem 1.5rem}.feature-section-heading{font-size:1.75rem}.feature-section-description p{font-size:1rem}.device-left,.device-right{width:200px;height:350px}}.merch-section{width:100%;padding:6rem 2rem;background-color:#fff}.merch-container{max-width:1400px;margin:0 auto}.merch-header{text-align:center;margin-bottom:4rem}.merch-heading{font-size:2.5rem;font-weight:800;line-height:1.2;color:#1a1a1a;letter-spacing:-1px;margin:1rem 0}.merch-description{font-size:1.125rem;line-height:1.7;color:#6b7280;max-width:600px;margin:0 auto}.merch-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.merch-item{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden;cursor:pointer;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.merch-item:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.merch-image-wrapper{width:100%;height:100%;position:relative;overflow:hidden}.merch-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.merch-item:hover .merch-image{transform:scale(1.1)}.merch-overlay{position:absolute;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.merch-item:hover .merch-overlay{opacity:1}.instagram-icon-small{width:40px;height:40px;color:#fff}.merch-loading,.merch-error,.merch-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.loading-spinner{width:50px;height:50px;border:4px solid #f3f4f6;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.merch-loading p,.merch-error p{color:#6b7280;font-size:1rem;margin:0}.merch-placeholder{background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-radius:16px;padding:4rem 2rem}.placeholder-content{max-width:500px}.instagram-icon-wrapper{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #833ab44d}.instagram-icon{width:40px;height:40px;color:#fff}.placeholder-content h3{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 .75rem}.placeholder-content p{font-size:1rem;color:#6b7280;margin:0 0 2rem;line-height:1.6}.instagram-link-btn{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);color:#fff;text-decoration:none;padding:.875rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;transition:transform .2s ease,box-shadow .2s ease}.instagram-link-btn:hover{transform:translateY(-2px);box-shadow:0 8px 16px #833ab466}.merch-error{color:#ef4444}.merch-error p{color:#ef4444;margin-bottom:1rem}@media(max-width:1024px){.merch-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}}@media(max-width:768px){.merch-section{padding:4rem 1.5rem}.merch-header{margin-bottom:3rem}.merch-heading{font-size:2rem}.merch-description{font-size:1rem}.merch-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.placeholder-content h3{font-size:1.25rem}}.footer{width:100%;background-color:#1a1a1a;color:#fff;padding:4rem 2rem 2rem;margin-top:6rem}.footer-container{max-width:1400px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column;gap:1.5rem}.footer-logo-image{height:60px;width:auto;object-fit:contain;filter:brightness(0) invert(1)}.footer-description{font-size:.95rem;line-height:1.6;color:#d1d5db;margin:0}.footer-heading{font-size:1.125rem;font-weight:700;color:#fff;margin:0 0 1rem}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:#d1d5db;text-decoration:none;font-size:.95rem;transition:color .2s ease}.footer-links a:hover{color:#fff}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;align-items:flex-start;gap:1rem}.contact-icon{font-size:1.5rem;flex-shrink:0}.contact-label{font-size:.875rem;color:#9ca3af;margin:0 0 .25rem;font-weight:500}.contact-value{font-size:.95rem;color:#d1d5db;margin:0}.social-links{display:flex;flex-direction:column;gap:1rem}.social-link{display:flex;align-items:center;gap:.75rem;color:#d1d5db;text-decoration:none;font-size:.95rem;transition:color .2s ease,transform .2s ease;padding:.5rem 0}.social-link:hover{color:#fff;transform:translate(4px)}.social-icon{width:24px;height:24px;flex-shrink:0;transition:transform .2s ease}.social-link:hover .social-icon{transform:scale(1.1)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center}.footer-copyright{font-size:.875rem;color:#9ca3af;margin:0}@media(max-width:1024px){.footer-content{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media(max-width:768px){.footer{padding:3rem 1.5rem 1.5rem;margin-top:4rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-logo-image{height:50px}}.login-page{min-height:100vh;width:100%;background:linear-gradient(135deg,#f9fafb,#f3f4f6);display:flex;align-items:center;justify-content:center;padding:2rem}.login-container{width:100%;max-width:1200px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.login-card{background:#fff;border-radius:24px;padding:3rem;box-shadow:0 20px 60px #0000001a;max-width:480px;width:100%}.login-header{text-align:center;margin-bottom:2.5rem}.login-logo-link{display:flex;justify-content:center;text-decoration:none;transition:transform .2s ease}.login-logo-link:hover{transform:scale(1.05)}.login-logo{display:flex;justify-content:center;margin-bottom:1.5rem}.login-logo-image{height:3rem;width:auto;object-fit:contain}.login-title{font-size:2rem;font-weight:800;color:#1a1a1a;margin:0 0 .5rem;letter-spacing:-.5px}.login-subtitle{font-size:1rem;color:#6b7280;margin:0}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-error{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.875rem}.error-icon{font-size:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.875rem;font-weight:600;color:#1a1a1a}.form-input{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;color:#1a1a1a;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-input:disabled{background:#f9fafb;cursor:not-allowed;opacity:.6}.form-input::placeholder{color:#9ca3af}.form-options{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;color:#6b7280;cursor:pointer}.checkbox-input{width:16px;height:16px;cursor:pointer;accent-color:#3b82f6}.forgot-password-link{color:#3b82f6;text-decoration:none;font-weight:500;transition:color .2s ease}.forgot-password-link:hover{color:#2563eb;text-decoration:underline}.login-button{width:100%;padding:.875rem 1.5rem;background:#1a1a1a;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .1s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem}.login-button:hover:not(:disabled){background:#2d2d2d;transform:translateY(-1px)}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{opacity:.7;cursor:not-allowed}.button-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid #ffffff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-footer{margin-top:2rem;text-align:center;padding-top:2rem;border-top:1px solid #e5e7eb}.signup-text{font-size:.875rem;color:#6b7280;margin:0}.signup-link{color:#3b82f6;text-decoration:none;font-weight:600;transition:color .2s ease}.signup-link:hover{color:#2563eb;text-decoration:underline}.login-illustration{display:flex;align-items:center;justify-content:center;position:relative;height:100%;min-height:500px}.illustration-content{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.airplane-illustration{position:relative;z-index:2;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}.airplane-svg{width:300px;height:300px;filter:drop-shadow(0 10px 30px rgba(59,130,246,.2))}.floating-shapes{position:absolute;inset:0;z-index:1}.shape{position:absolute;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);opacity:.1;animation:floatShape 8s ease-in-out infinite}.shape-1{width:120px;height:120px;top:10%;left:10%;animation-delay:0s}.shape-2{width:80px;height:80px;bottom:20%;right:15%;animation-delay:2s}.shape-3{width:100px;height:100px;top:60%;left:5%;animation-delay:4s}@keyframes floatShape{0%,to{transform:translate(0) scale(1)}33%{transform:translate(20px,-20px) scale(1.1)}66%{transform:translate(-15px,15px) scale(.9)}}@media(max-width:1024px){.login-container{grid-template-columns:1fr;gap:2rem}.login-illustration{display:none}.login-card{max-width:100%;margin:0 auto}}@media(max-width:768px){.login-page{padding:1rem}.login-card{padding:2rem 1.5rem;border-radius:16px}.login-title{font-size:1.75rem}.login-logo-image{height:1.75rem}.form-options{flex-direction:column;align-items:flex-start;gap:.75rem}}.app{width:100%;min-height:100vh;background-color:#fff}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#1a1a1a}#root{width:100%;min-height:100vh}
