.navbar{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 20px #0000001a;position:sticky;top:0;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:1rem;text-decoration:none;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.logo img{width:50px;height:50px;border-radius:12px;object-fit:cover;box-shadow:0 4px 15px #0003}.logo h1{color:#fff;font-size:1.8rem;font-weight:700;margin:0;letter-spacing:-.5px}.nav-links{display:flex;gap:2.5rem;align-items:center;list-style:none}.nav-links a{color:#ffffffe6;text-decoration:none;font-size:1.1rem;font-weight:500;padding:.5rem 1.2rem;border-radius:25px;transition:all .3s ease;position:relative}.nav-links a:before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;transition:width .3s ease}.nav-links a:hover{color:#fff;background:#ffffff26;transform:translateY(-2px)}.nav-links a.active{color:#fff;background:#ffffff40;font-weight:600}.nav-links a.active:before{width:70%}@media (max-width: 768px){.navbar-container{padding:1rem 1.5rem;flex-direction:column;gap:1rem}.logo h1{font-size:1.5rem}.nav-links{gap:1.5rem}.nav-links a{font-size:1rem;padding:.4rem 1rem}}@media (max-width: 480px){.logo img{width:40px;height:40px}.logo h1{font-size:1.3rem}.nav-links{gap:1rem}.nav-links a{font-size:.9rem;padding:.3rem .8rem}}.mood-element{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:3rem 2rem;background:#fff;border-radius:25px;box-shadow:0 10px 40px #0000001a;max-width:800px;margin:0 auto}.user-video-feed{width:100%;max-width:600px;aspect-ratio:16/9;object-fit:cover;border-radius:20px;box-shadow:0 10px 40px #00000026;border:4px solid #667eea;transform:rotateY(180deg)}.mood-element button{padding:1.2rem 3rem;border-radius:50px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1.2rem;font-weight:700;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #667eea4d;text-transform:uppercase;letter-spacing:1px}.mood-element button:hover{transform:translateY(-3px);box-shadow:0 15px 40px #667eea80}.mood-element button:active{transform:translateY(-1px)}.mood-element button:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width: 768px){.mood-element{padding:2rem 1.5rem}.user-video-feed{max-width:100%}.mood-element button{padding:1rem 2rem;font-size:1rem}}.music-player-bar{position:fixed;bottom:0;left:0;right:0;width:100%;padding:1.25rem;z-index:100}.music-player-bar-inner{max-width:100%;margin:0;background:var(--surface-color, #1E252E);border-radius:1rem;box-shadow:0 4px 24px #00000040;padding:1rem 2rem;display:flex;align-items:center;gap:1rem;min-height:5.5rem;box-sizing:border-box}.music-player-bar .album-art{width:5rem;height:5rem;border-radius:.5rem;object-fit:cover}.mood-icon-wrapper{width:5rem;height:5rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;background:#667eea1a;flex-shrink:0}.mood-icon-wrapper svg{width:100%;height:100%}.music-player-bar .song-info{flex:1 1 auto;min-width:0}.music-player-bar .song-title{font-weight:700;font-size:1.25rem;color:var(--text-primary, #fff)}.music-player-bar .song-artist{font-size:1rem;color:var(--text-secondary, #9BA9BB)}.music-player-bar .controls{display:flex;align-items:center;gap:1rem}.music-player-bar .controls button{background:transparent;border:none;color:var(--text-primary, #fff);cursor:pointer;padding:.25rem}.music-player-bar .progress{display:none}.minimal-player .music-player-bar-inner{display:grid;grid-template-columns:auto 1fr auto 2fr;gap:1.5rem;align-items:center;padding:1rem 1.5rem;width:100%;max-width:100%;box-sizing:border-box}.minimal-player .mood-icon-wrapper{width:4rem;height:4rem;flex-shrink:0}.minimal-player .song-info{flex:none;min-width:120px;max-width:200px;overflow:hidden}.minimal-player .song-title{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.minimal-player .song-artist{font-size:.85rem;color:#9ba9bb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.minimal-player .controls{display:flex;align-items:center;justify-content:center}.minimal-player .controls .play-pause-btn{background:transparent;border:none;cursor:pointer;transition:all .3s ease;padding:0;display:flex;align-items:center;justify-content:center}.minimal-player .controls .play-pause-btn:hover{transform:scale(1.1)}.minimal-player .controls .play-pause-btn:active{transform:scale(.95)}.minimal-player .progress-section{display:flex;align-items:center;gap:.75rem;flex:1;-webkit-user-select:none;user-select:none}.minimal-player .time-label{font-size:.75rem;color:#9ba9bb;font-weight:500;min-width:35px;text-align:center}.minimal-player .progress-bar{flex:1;height:6px;background:#ffffff1a;border-radius:10px;position:relative;cursor:pointer;overflow:visible;transition:height .2s ease}.minimal-player .progress-bar:hover{height:8px}.minimal-player .progress-bar:active{cursor:grabbing}.minimal-player .progress-bar-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:10px;position:relative;transition:width .1s linear;box-shadow:0 0 10px #667eea80}.minimal-player .progress-handle{position:absolute;right:-6px;top:50%;transform:translateY(-50%);width:14px;height:14px;background:#fff;border-radius:50%;box-shadow:0 2px 8px #0000004d;opacity:0;transition:opacity .2s ease,transform .2s ease;cursor:grab}.minimal-player .progress-bar:hover .progress-handle{opacity:1}.minimal-player .progress-bar:active .progress-handle{transform:translateY(-50%) scale(1.2);cursor:grabbing}@media (max-width: 1024px){.minimal-player .music-player-bar-inner{grid-template-columns:auto 1fr auto;gap:1rem}.minimal-player .song-info{min-width:100px;max-width:150px}.minimal-player .progress-section{grid-column:1 / -1;width:100%}}@media (max-width: 768px){.minimal-player .music-player-bar-inner{grid-template-columns:auto 1fr auto;grid-template-rows:auto auto;gap:1rem;padding:1rem}.minimal-player .mood-icon-wrapper{width:3.5rem;height:3.5rem}.minimal-player .song-info{grid-column:2;grid-row:1;min-width:auto;max-width:none}.minimal-player .song-title{font-size:.95rem}.minimal-player .song-artist{font-size:.8rem}.minimal-player .controls{grid-column:3;grid-row:1}.minimal-player .progress-section{grid-column:1 / -1;grid-row:2;width:100%}.minimal-player .controls .play-pause-btn svg{width:24px;height:24px}}@media (max-width: 480px){.minimal-player .music-player-bar-inner{gap:.75rem;padding:.75rem}.minimal-player .mood-icon-wrapper{width:3rem;height:3rem}.minimal-player .song-title{font-size:.9rem}.minimal-player .song-artist{font-size:.75rem}.minimal-player .time-label{font-size:.7rem;min-width:30px}.minimal-player .progress-bar{height:5px}.minimal-player .controls .play-pause-btn svg{width:22px;height:22px}}.home-page{min-height:100vh;background:linear-gradient(to bottom,#f8f9fa,#e9ecef)}.hero-section{padding:4rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect fill="rgba(255,255,255,0.05)" width="50" height="50"/></svg>');opacity:.1}.hero-content{max-width:900px;margin:0 auto;position:relative;z-index:1}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2;animation:fadeInUp .8s ease-out}.gradient-text{background:linear-gradient(to right,#ffd89b,#19547b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.3rem;margin-bottom:2.5rem;opacity:.95;line-height:1.6;animation:fadeInUp .8s ease-out .2s backwards}.hero-features{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp .8s ease-out .4s backwards}.feature-badge{display:flex;align-items:center;gap:.5rem;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.8rem 1.5rem;border-radius:30px;font-weight:600;transition:all .3s ease;border:1px solid rgba(255,255,255,.3)}.feature-badge:hover{transform:translateY(-3px);background:#ffffff4d;box-shadow:0 10px 25px #0003}.feature-badge svg{width:24px;height:24px}.main-content-section{padding:4rem 2rem;max-width:1600px;margin:0 auto}.two-column-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;width:100%;max-width:100%;box-sizing:border-box}.left-column,.right-column{min-height:500px;width:100%;max-width:100%;overflow:hidden}.left-column .section-header,.right-column .section-header{text-align:center;margin-bottom:2rem}.left-column .section-header h2,.right-column .section-header h2{font-size:2rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}.left-column .section-header p,.right-column .section-header p{font-size:1rem;color:#718096}.songs-list-container{max-height:700px;overflow-y:auto;overflow-x:hidden;padding-right:.5rem;width:100%}.songs-list-container::-webkit-scrollbar{width:8px}.songs-list-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.songs-list-container::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px}.songs-list-container::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5568d3,#663a8b)}.empty-songs-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;min-height:400px;text-align:center}.empty-songs-state svg{margin-bottom:1.5rem;color:#667eea;opacity:.5}.empty-songs-state h3{font-size:1.5rem;color:#2d3748;margin-bottom:.8rem;font-weight:700}.empty-songs-state p{font-size:1rem;color:#718096;line-height:1.6}.mood-detection-section,.songs-section{padding:4rem 2rem;max-width:1400px;margin:0 auto}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;font-weight:700;color:#2d3748;margin-bottom:.8rem}.section-header p{font-size:1.2rem;color:#718096}.empty-state{padding:4rem 2rem;text-align:center}.empty-state-content{max-width:500px;margin:0 auto;padding:3rem;background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014}.empty-state-content svg{margin-bottom:1.5rem;color:#667eea}.empty-state-content h3{font-size:1.8rem;color:#2d3748;margin-bottom:.8rem}.empty-state-content p{font-size:1.1rem;color:#718096}.info-section{padding:4rem 2rem;background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.info-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.info-card{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem;border-radius:20px;text-align:center;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.info-card:hover{transform:translateY(-10px);background:#ffffff40;box-shadow:0 15px 40px #0003}.info-icon{font-size:3rem;margin-bottom:1rem}.info-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.info-card p{font-size:1.1rem;opacity:.9;line-height:1.6}@media (max-width: 1200px){.two-column-layout{grid-template-columns:1fr;gap:2rem}.left-column,.right-column{width:100%;max-width:100%}.songs-list-container{max-height:500px}.main-content-section{padding:3rem 1.5rem}}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}.hero-features{gap:1rem}.feature-badge{padding:.6rem 1.2rem;font-size:.9rem}.main-content-section{padding:2rem 1rem}.two-column-layout{gap:1.5rem}.left-column,.right-column{min-height:300px}.left-column .section-header h2,.right-column .section-header h2{font-size:1.8rem}.section-header h2{font-size:2rem}.section-header p{font-size:1rem}.info-grid{grid-template-columns:1fr;gap:1.5rem}.empty-songs-state{padding:3rem 1.5rem;min-height:300px}.songs-list-container{max-height:400px}}@media (max-width: 480px){.hero-section{padding:3rem 1.5rem}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.section-header h2{font-size:1.8rem}.info-card{padding:2rem}}.about-page{min-height:100vh;background:#fff}.about-hero{background:linear-gradient(135deg,#667eea,#764ba2);padding:5rem 2rem;text-align:center;color:#fff;position:relative;overflow:hidden}.about-hero:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 1px,transparent 1px);background-size:50px 50px;animation:moveBackground 20s linear infinite}@keyframes moveBackground{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.about-hero-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.about-hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;animation:fadeInUp .8s ease-out}.about-tagline{font-size:1.5rem;opacity:.95;font-weight:300;animation:fadeInUp .8s ease-out .2s backwards}.about-content{padding:4rem 2rem}.about-container{max-width:1200px;margin:0 auto}.about-section{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:5rem}.about-text h2{font-size:2.5rem;color:#2d3748;margin-bottom:1.5rem;font-weight:700}.about-text p{font-size:1.15rem;line-height:1.8;color:#4a5568;margin-bottom:1.5rem}.about-image{display:flex;justify-content:center;align-items:center}.image-placeholder{width:300px;height:300px;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:30px;box-shadow:0 20px 60px #00000026;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.about-mission{background:linear-gradient(135deg,#f093fb,#f5576c);padding:3rem;border-radius:20px;color:#fff;text-align:center;margin-bottom:5rem;box-shadow:0 10px 40px #f093fb4d}.about-mission h2{font-size:2.5rem;margin-bottom:1.5rem;font-weight:700}.about-mission p{font-size:1.2rem;line-height:1.8;max-width:900px;margin:0 auto;opacity:.95}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:5rem}.feature-item{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:2px solid transparent}.feature-item:hover{transform:translateY(-10px);box-shadow:0 15px 40px #00000026;border-color:#667eea}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-item h3{font-size:1.5rem;color:#2d3748;margin-bottom:1rem;font-weight:700}.feature-item p{font-size:1rem;line-height:1.6;color:#718096}.about-tech{margin-bottom:5rem}.about-tech h2{font-size:2.5rem;color:#2d3748;text-align:center;margin-bottom:3rem;font-weight:700}.tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.tech-card{background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;border-radius:15px;color:#fff;text-align:center;transition:all .3s ease}.tech-card:hover{transform:scale(1.05);box-shadow:0 15px 40px #667eea66}.tech-card h4{font-size:1.3rem;margin-bottom:.8rem;font-weight:700}.tech-card p{font-size:1rem;opacity:.9;line-height:1.5}.about-cta{background:linear-gradient(135deg,#ffecd2,#fcb69f);padding:4rem 3rem;border-radius:25px;text-align:center;box-shadow:0 10px 40px #fcb69f4d}.about-cta h2{font-size:2.5rem;color:#2d3748;margin-bottom:1rem;font-weight:700}.about-cta p{font-size:1.3rem;color:#4a5568;margin-bottom:2rem}.cta-button{display:inline-block;padding:1rem 3rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:50px;font-size:1.2rem;font-weight:700;transition:all .3s ease;box-shadow:0 10px 30px #667eea66}.cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 40px #667eea80}@media (max-width: 768px){.about-hero h1{font-size:2.5rem}.about-tagline{font-size:1.2rem}.about-section{grid-template-columns:1fr;gap:2rem}.about-text h2,.about-mission h2,.about-tech h2,.about-cta h2{font-size:2rem}.features-grid,.tech-grid{grid-template-columns:1fr;gap:1.5rem}.about-mission{padding:2rem}.about-cta{padding:3rem 2rem}}@media (max-width: 480px){.about-hero{padding:3rem 1.5rem}.about-hero h1{font-size:2rem}.about-tagline{font-size:1rem}.image-placeholder{width:200px;height:200px}.feature-item{padding:2rem}}.contact-page{min-height:100vh;background:#fff}.contact-hero{background:linear-gradient(135deg,#667eea,#764ba2);padding:5rem 2rem;text-align:center;color:#fff;position:relative;overflow:hidden}.contact-hero:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:100px;background:#fff;clip-path:polygon(0 50%,100% 0,100% 100%,0 100%)}.contact-hero-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.contact-hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;animation:fadeInUp .8s ease-out}.contact-hero p{font-size:1.4rem;opacity:.95;animation:fadeInUp .8s ease-out .2s backwards}.contact-content{padding:4rem 2rem;margin-top:-50px}.contact-container{max-width:1200px;margin:0 auto}.contact-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:4rem}.contact-card{background:#fff;padding:2.5rem;border-radius:20px;text-align:center;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:2px solid transparent}.contact-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #00000026;border-color:#667eea}.contact-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.contact-card h3{font-size:1.5rem;color:#2d3748;margin-bottom:1rem;font-weight:700}.contact-card p{font-size:1.05rem;color:#718096;margin-bottom:.5rem;line-height:1.6}.contact-form-section{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:start}.form-wrapper{background:#fff;padding:3rem;border-radius:25px;box-shadow:0 10px 40px #0000001a}.form-wrapper h2{font-size:2.5rem;color:#2d3748;margin-bottom:.8rem;font-weight:700}.form-description{font-size:1.1rem;color:#718096;margin-bottom:2rem;line-height:1.6}.success-message{background:linear-gradient(135deg,#84fab0,#8fd3f4);color:#1a5f3f;padding:1.2rem;border-radius:12px;display:flex;align-items:center;gap:1rem;margin-bottom:2rem;animation:slideInDown .5s ease-out}.success-message svg{flex-shrink:0;stroke:#1a5f3f}.success-message span{font-weight:600}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:1rem;font-weight:600;color:#2d3748}.form-group input,.form-group textarea{padding:1rem 1.2rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#f8f9fa}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical;min-height:150px}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.2rem 2.5rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.8rem;transition:all .3s ease;box-shadow:0 10px 30px #667eea4d}.submit-button:hover{transform:translateY(-3px);box-shadow:0 15px 40px #667eea66}.submit-button:active{transform:translateY(-1px)}.social-section{background:linear-gradient(135deg,#f093fb,#f5576c);padding:2.5rem;border-radius:20px;color:#fff;text-align:center;height:fit-content;position:sticky;top:100px}.social-section h3{font-size:1.8rem;margin-bottom:1rem;font-weight:700}.social-section p{font-size:1rem;margin-bottom:2rem;opacity:.95}.social-links{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.social-link{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;transition:all .3s ease;border:2px solid rgba(255,255,255,.3)}.social-link:hover{transform:translateY(-5px) scale(1.1);background:#ffffff4d;box-shadow:0 10px 25px #0003}.social-link.twitter:hover{background:#1da1f2}.social-link.facebook:hover{background:#4267b2}.social-link.instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.social-link.linkedin:hover{background:#0077b5}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 968px){.contact-form-section{grid-template-columns:1fr;gap:2rem}.social-section{position:static}}@media (max-width: 768px){.contact-hero h1{font-size:2.5rem}.contact-hero p{font-size:1.2rem}.form-wrapper{padding:2rem}.form-row,.contact-info-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 480px){.contact-hero{padding:3rem 1.5rem}.contact-hero h1{font-size:2rem}.contact-hero p{font-size:1rem}.form-wrapper{padding:1.5rem}.form-wrapper h2{font-size:2rem}.contact-card,.social-section{padding:2rem}}.footer{background:linear-gradient(135deg,#2d3748,#1a202c);color:#fff;padding:4rem 2rem 2rem;margin-top:4rem}.footer-container{max-width:1400px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h4{font-size:1.3rem;margin-bottom:1.5rem;font-weight:700;color:#fff}.footer-logo{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.footer-logo img{width:40px;height:40px;border-radius:10px;object-fit:cover}.footer-logo h3{font-size:1.5rem;color:#fff;font-weight:700}.footer-description{font-size:1rem;line-height:1.6;color:#fffc;margin-bottom:1.5rem}.footer-social{display:flex;gap:1rem}.footer-social a{width:45px;height:45px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:#fff}.footer-social a:hover{background:linear-gradient(135deg,#667eea,#764ba2);transform:translateY(-3px);box-shadow:0 10px 25px #667eea66}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.8rem}.footer-section ul li a{color:#fffc;text-decoration:none;transition:all .3s ease;font-size:1rem}.footer-section ul li a:hover{color:#fff;padding-left:5px}.newsletter-text{font-size:.95rem;color:#fffc;margin-bottom:1rem;line-height:1.5}.newsletter-form{display:flex;gap:.5rem}.newsletter-form input{flex:1;padding:.8rem 1rem;border:2px solid rgba(255,255,255,.2);border-radius:10px;background:#ffffff1a;color:#fff;font-size:.95rem;transition:all .3s ease}.newsletter-form input::placeholder{color:#fff9}.newsletter-form input:focus{outline:none;border-color:#667eea;background:#ffffff26}.newsletter-form button{padding:.8rem 1.2rem;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.newsletter-form button:hover{transform:scale(1.05);box-shadow:0 10px 25px #667eea66}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center;display:flex;flex-direction:column;gap:.5rem}.footer-bottom p{color:#ffffffb3;font-size:.95rem}@media (max-width: 768px){.footer{padding:3rem 1.5rem 1.5rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.newsletter-form{flex-direction:column}.newsletter-form button{width:100%}}@media (max-width: 480px){.footer-section h4{font-size:1.1rem}.footer-logo h3{font-size:1.3rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #667eea;--secondary-color: #764ba2;--text-dark: #2d3748;--text-light: #718096;--background: #ffffff;--shadow: 0 4px 20px rgba(0, 0, 0, .08)}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);background-color:#f8f9fa}.app-container{min-height:100vh;display:flex;flex-direction:column;background-color:#fff}html{scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{margin:0;font-weight:700;line-height:1.2}p{margin:0;line-height:1.6}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.section-padding{padding:4rem 2rem}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5568d3,#663a8b)}*{margin:0%;padding:0%;box-sizing:border-box}html,body,#root{height:100%;width:100%;background-color:#201f1e;color:#fff}
