.navbar{position:fixed;top:0;width:100%;padding:1.25rem 3rem;display:flex;justify-content:center;align-items:center;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;transition:all .3s ease;border-bottom:1px solid var(--border-color)}.navbar.scrolled{padding:1rem 3rem;background:#fffffffa;border-bottom:1px solid var(--border-color);box-shadow:0 2px 10px #0000000d}.nav-logo{position:absolute;left:3rem;font-size:1.1rem;font-weight:700;letter-spacing:.1em;color:var(--light-text);cursor:pointer;text-transform:uppercase}.nav-menu{display:flex;gap:4rem;align-items:center}.nav-link{color:var(--light-text);text-decoration:none;font-size:1.1rem;font-weight:600;transition:all .3s ease;position:relative;text-transform:uppercase;letter-spacing:.05em}.nav-link:hover{color:var(--primary-color)}.nav-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;z-index:1001}.nav-toggle span{width:24px;height:2px;background:var(--light-text);transition:all .3s ease;border-radius:2px}.nav-toggle.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (max-width: 1024px){.navbar{padding:1.5rem 2rem}.navbar.scrolled{padding:1.2rem 2rem}.nav-logo{left:2rem}}@media (max-width: 768px){.navbar{padding:1rem 1.5rem;justify-content:space-between}.nav-logo{position:relative;left:0}.nav-menu{position:fixed;top:0;left:-100%;width:100%;height:100vh;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;transition:left .3s ease}.nav-menu.active{left:0}.nav-toggle{display:flex}.nav-link{font-size:1.5rem}}.hero{position:relative;height:100vh;overflow:hidden;background:#000}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%}.hero-slide-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-slide-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#000000b3,#0000004d,#000000b3);z-index:2}.hero-slide-content{position:absolute;left:5%;bottom:8%;display:flex;align-items:flex-end;gap:3rem;z-index:10;max-width:1000px}.slide-text{text-align:left;color:#fff;flex:0 0 auto}.album-cover{width:220px;height:220px;flex-shrink:0;box-shadow:0 10px 40px #0009}.album-cover img{width:100%;height:100%;object-fit:cover}.slide-artist{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:.5rem;letter-spacing:.15em;text-transform:uppercase}.slide-title{font-size:3rem;font-weight:800;color:#fff;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.02em;line-height:1;text-shadow:0 4px 20px rgba(0,0,0,.7)}.slide-subtitle{font-size:1.1rem;color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.15em;text-shadow:0 2px 10px rgba(0,0,0,.5)}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:20;background:transparent;border:none;color:#fff;font-size:4rem;width:80px;height:80px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;opacity:.6;font-weight:300}.hero-arrow:hover{opacity:1;transform:translateY(-50%) scale(1.1)}.hero-arrow-left{left:1rem}.hero-arrow-right{right:1rem}.hero-dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.6rem;z-index:20}.hero-dot{width:10px;height:10px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;transition:all .3s ease;padding:0}.hero-dot.active{background:#fff}.hero-dot:hover{background:#fffc}.scroll-indicator{position:absolute;bottom:6rem;left:50%;transform:translate(-50%);opacity:.5;z-index:20}.scroll-arrow{width:24px;height:40px;border:2px solid #fff;border-radius:12px;position:relative}.scroll-dot{position:absolute;top:8px;left:50%;transform:translate(-50%);width:4px;height:4px;background:#fff;border-radius:50%}@media (max-width: 768px){.hero-slide-content{left:5%;right:5%;bottom:12%;flex-direction:column;align-items:flex-start;gap:1.5rem}.album-cover{width:160px;height:160px}.slide-artist{font-size:.85rem}.slide-title{font-size:1.8rem}.slide-subtitle{font-size:.85rem}.hero-arrow{width:60px;height:60px;font-size:3rem}.hero-arrow-left{left:.5rem}.hero-arrow-right{right:.5rem}.hero-dots{bottom:1.5rem;gap:.5rem}.hero-dot{width:8px;height:8px}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.releases{padding:6rem 0;background:var(--dark-bg)}.releases-container{max-width:100%;margin:0 auto;width:100%}.section-header-releases{text-align:center!important;margin-bottom:3rem;padding:0 2rem;width:100%}.section-header-releases .section-title{font-size:3rem;font-weight:800;letter-spacing:.02em;margin-bottom:0;color:var(--light-text);text-align:center!important;width:100%;display:block}.releases-carousel-wrapper{position:relative;padding:0 5rem;width:100%}.releases-carousel{display:flex;gap:1.5rem;overflow-x:auto;scroll-behavior:smooth;padding:1rem 3rem;scrollbar-width:none;-ms-overflow-style:none;justify-content:flex-start}.releases-carousel::-webkit-scrollbar{display:none}.release-card{cursor:pointer;position:relative;overflow:hidden;border-radius:8px;flex-shrink:0;width:350px;height:350px}.release-artwork{position:relative;width:100%;height:100%;overflow:hidden}.release-artwork img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.release-card:hover .release-artwork img{transform:scale(1.1)}.release-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000d9;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;padding:2rem}.release-card:hover .release-overlay{opacity:1}.overlay-content{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.overlay-artist{font-size:.9rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.1em;margin:0}.overlay-title{font-size:1.5rem;font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:.02em;margin:0 0 1rem;line-height:1.2}.play-icon{width:60px;height:60px;background:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;padding-left:4px;transition:transform .3s ease}.release-card:hover .play-icon{transform:scale(1.1)}.listen-overlay-btn{padding:.875rem 2.5rem;background:#fff;color:#1a1a1a;border:none;border-radius:8px;font-weight:700;font-size:.95rem;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .3s ease}.listen-overlay-btn:hover{background:var(--primary-color);color:#fff;transform:scale(1.05)}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:#00000080;border:none;color:#fff;font-size:3rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;border-radius:50%;font-weight:300}.carousel-arrow:hover{background:#000000b3}.carousel-arrow-left{left:1rem}.carousel-arrow-right{right:1rem}.release-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem}.release-modal{position:relative;background:#fff;border-radius:16px;padding:3rem;max-width:500px;width:100%;text-align:center}.modal-close{position:absolute;top:1rem;right:1rem;width:40px;height:40px;border:none;background:#0000001a;border-radius:50%;font-size:2rem;color:#1a1a1a;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;transition:all .3s ease}.modal-close:hover{background:#0003;transform:rotate(90deg)}.modal-artwork{width:100%;aspect-ratio:1;object-fit:cover;border-radius:12px;margin-bottom:2rem;box-shadow:0 10px 40px #0003}.modal-info{text-align:center}.modal-artist{font-size:1rem;color:#666;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.1em;font-weight:600}.modal-title{font-size:2rem;color:#1a1a1a;margin-bottom:2rem;font-weight:800}.listen-btn{display:inline-block;padding:1rem 3rem;background:var(--primary-color);color:#fff;text-decoration:none;border-radius:8px;font-weight:700;font-size:1rem;letter-spacing:.1em;text-transform:uppercase;transition:all .3s ease;box-shadow:0 4px 16px #ff6b354d}.listen-btn:hover{background:var(--secondary-color);transform:translateY(-2px);box-shadow:0 6px 24px #ff6b3566}@media (max-width: 768px){.releases{padding:3rem 0}.section-header-releases{padding:0 1.5rem}.releases-carousel-wrapper{padding:0 3rem}.releases-carousel{padding:1rem 1.5rem;gap:1rem}.release-card{width:200px;height:200px}.overlay-artist{font-size:.75rem}.overlay-title{font-size:1rem;margin-bottom:.75rem}.listen-overlay-btn{padding:.75rem 2rem;font-size:.85rem}.carousel-arrow{width:50px;height:50px;font-size:2rem}.carousel-arrow-left{left:.5rem}.carousel-arrow-right{right:.5rem}.release-modal{padding:2rem}.modal-title{font-size:1.5rem}.listen-btn{padding:.875rem 2.5rem;font-size:.9rem}}.artists{background:var(--darker-bg);border-top:1px solid var(--border-color);padding:6rem 0;display:flex;justify-content:center;width:100%}.artists .container{max-width:1400px!important;margin:0 auto!important;width:100%}.artists .section-header{text-align:center;margin-bottom:4rem;width:100%}.artists .section-title,.artists .section-subtitle{text-align:center;width:100%;display:block}.artists-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.artist-card{background:var(--card-bg);border-radius:16px;overflow:hidden;cursor:pointer;border:1px solid var(--border-color);transition:all .3s ease;height:100%;display:flex;flex-direction:column;box-shadow:0 2px 8px #0000000d}.artist-card:hover{border-color:var(--primary-color);transform:translateY(-8px);box-shadow:0 12px 24px #0000001a}.artist-image{width:100%;height:260px;background:linear-gradient(135deg,#2a2a2a,#1a1a1a);display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;flex-shrink:0}.artist-image img{width:100%;height:100%;object-fit:cover;object-position:center}.artist-icon{font-size:3rem;opacity:.3}.artist-info{padding:1.75rem;flex:1;display:flex;flex-direction:column}.artist-number{font-size:.7rem;color:var(--primary-color);margin-bottom:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em}.artist-name{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:var(--light-text);letter-spacing:-.02em}.artist-genre{font-size:.85rem;color:var(--gray-text);margin-bottom:1rem;font-weight:500;opacity:.8}.artist-description{font-size:.95rem;color:var(--gray-text);line-height:1.65;flex:1}@media (max-width: 1024px){.artists-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem}}@media (max-width: 768px){.artists-grid{grid-template-columns:1fr;gap:1.5rem}.artist-image{height:220px}.artist-info{padding:1.5rem}.artist-name{font-size:1.3rem}}.contact{text-align:center;background:var(--dark-bg);position:relative;padding:6rem 0;border-top:1px solid var(--border-color);display:flex;justify-content:center;width:100%}.contact .container{max-width:900px!important;margin:0 auto!important;width:100%}.contact .section-title{text-align:center;margin-bottom:1.5rem;width:100%;display:block}.contact-text{font-size:1.2rem;color:var(--gray-text);margin:1.5rem auto 1rem;font-weight:400;max-width:700px;line-height:1.8}.contact-subtext{font-size:1.05rem;color:var(--gray-text);margin-bottom:3.5rem;font-weight:400;opacity:.85}.social-links{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:3rem}.social-link{color:var(--light-text);text-decoration:none;padding:1rem;border:1px solid var(--border-color);border-radius:12px;transition:all .3s ease;background:var(--card-bg);width:60px;height:60px;display:flex;align-items:center;justify-content:center}.social-icon{width:32px;height:32px;object-fit:contain;transition:filter .3s ease}.social-link:hover{background:var(--primary-color);border-color:var(--primary-color);transform:translateY(-5px);box-shadow:0 10px 25px #ff6b3566}.social-link:hover .social-icon{filter:brightness(0) invert(1)}.social-link:hover{background:var(--primary-color);border-color:var(--primary-color);transform:translateY(-3px);box-shadow:0 8px 20px #ff6b354d}.contact-cta{margin-top:2.5rem}.cta-button{display:inline-block;padding:1.25rem 3.5rem;font-size:1rem;font-weight:600;color:var(--light-text);background:var(--primary-color);border:none;border-radius:10px;cursor:pointer;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;box-shadow:0 8px 24px #ff6b3566;transition:all .3s ease}.cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 32px #ff6b3580}@media (max-width: 768px){.contact{padding:4rem 0}.contact-text{font-size:1rem}.social-links{flex-direction:column;align-items:center;gap:.75rem}.social-link{width:100%;max-width:300px}.cta-button{padding:1rem 2.5rem;font-size:.95rem}}.footer{background:var(--darker-bg);padding:2rem 0;text-align:center;border-top:1px solid var(--border-color)}.footer-content{max-width:900px;margin:0 auto}.footer-copyright{color:var(--gray-text);font-size:.9rem;font-weight:400;opacity:.7}@media (max-width: 768px){.footer{padding:1.5rem 0}.footer-copyright{font-size:.85rem}}.admin-container{display:flex;min-height:100vh;background:#f8f9fa}.admin-sidebar{width:260px;background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;position:fixed;height:100vh;left:0;top:0;box-shadow:2px 0 10px #0000000d}.admin-logo{padding:2rem 1.5rem;font-size:1.3rem;font-weight:800;letter-spacing:.05em;color:#1a1a1a;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.admin-nav{flex:1;padding:1.5rem 0}.nav-item{width:100%;padding:1rem 1.5rem;background:none;border:none;color:#6b7280;font-size:.95rem;font-weight:600;text-align:left;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.75rem;border-left:3px solid transparent;position:relative}.nav-icon{flex-shrink:0}.nav-item:hover{background:#f9fafb;color:#1a1a1a}.nav-item.active{background:linear-gradient(90deg,rgba(255,107,53,.1),transparent);color:var(--primary-color);border-left-color:var(--primary-color)}.admin-footer{padding:1.5rem;border-top:1px solid var(--border-color)}.logout-button{width:100%;padding:.875rem 1rem;background:linear-gradient(135deg,#fee,#fdd);color:#c33;border:1px solid #fcc;border-radius:8px;cursor:pointer;font-weight:600;font-size:.95rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease}.logout-button:hover{background:linear-gradient(135deg,#fdd,#fcc);transform:translateY(-1px)}.back-to-site{color:#6b7280;text-decoration:none;font-size:.95rem;font-weight:600;transition:color .3s ease;display:flex;align-items:center}.back-to-site:hover{color:var(--primary-color)}.admin-main{flex:1;margin-left:260px;padding:2.5rem;background:#f8f9fa}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem}.admin-title{font-size:2.25rem;font-weight:800;color:#1a1a1a;letter-spacing:-.02em}.btn-primary{padding:.875rem 1.75rem;background:var(--primary-color);color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #ff6b3540}.btn-primary:hover{background:var(--secondary-color);transform:translateY(-2px);box-shadow:0 6px 20px #ff6b3559}.btn-secondary{padding:.75rem 1.5rem;background:var(--card-bg);color:var(--light-text);border:1px solid var(--border-color);border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background:#ffffff1a}.admin-content{max-width:1200px}.artists-table{background:var(--card-bg);border-radius:12px;overflow:hidden;border:1px solid var(--border-color)}table{width:100%;border-collapse:collapse}thead{background:#ffffff0d}th{padding:1rem;text-align:left;font-weight:600;color:var(--light-text);font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}td{padding:1rem;color:var(--gray-text);border-top:1px solid var(--border-color)}.artist-name{color:var(--light-text);font-weight:600}.artist-desc{max-width:300px}.actions{display:flex;gap:.5rem}.btn-edit,.btn-delete{padding:.5rem 1rem;border:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-edit{background:#3b82f633;color:#60a5fa}.btn-edit:hover{background:#3b82f64d}.btn-delete{background:#ef444433;color:#f87171}.btn-delete:hover{background:#ef44444d}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#000c;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:var(--card-bg);border-radius:12px;padding:2rem;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;border:1px solid var(--border-color)}.modal-content h2{color:var(--light-text);margin-bottom:1.5rem;font-size:1.5rem}.form-group label{display:block;color:var(--light-text);font-size:.9rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.75rem;background:var(--darker-bg);border:1px solid var(--border-color);border-radius:8px;color:var(--light-text);font-size:.95rem;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color)}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.content-section,.settings-section{display:flex;flex-direction:column;gap:1.5rem}.card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;padding:2rem}.card h3{color:var(--light-text);font-size:1.3rem;margin-bottom:1.5rem}@media (max-width: 768px){.admin-sidebar{width:200px}.admin-main{margin-left:200px;padding:1rem}.admin-header{flex-direction:column;align-items:flex-start;gap:1rem}.artists-table{overflow-x:auto}table{min-width:800px}}.slides-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.slide-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0000000f;transition:all .3s ease;border:1px solid #e5e7eb}.slide-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #0000001f}.slide-preview{position:relative;width:100%;height:200px;background-size:cover;background-position:center}.slide-overlay{position:absolute;bottom:1rem;left:1rem;display:flex;align-items:flex-end;gap:1rem}.slide-cover{width:80px;height:80px;object-fit:cover;box-shadow:0 4px 12px #0000004d}.slide-info{padding:1.5rem}.slide-info h3{font-size:.9rem;color:#666;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.05em}.slide-info h4{font-size:1.2rem;color:#1a1a1a;margin-bottom:.5rem;font-weight:700}.slide-info p{font-size:.9rem;color:#666;margin-bottom:1rem;font-weight:600}.slide-actions{display:flex;gap:.75rem}.form-group small{display:block;margin-top:.5rem;color:#666;font-size:.85rem;font-style:italic}.release-url{font-size:.8rem!important;color:var(--primary-color)!important;word-break:break-all;margin-bottom:1rem!important}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#1a1a1a,#2d2d2d)}.login-background{position:absolute;top:0;left:0;width:100%;height:100%;background:url(https://images.unsplash.com/photo-1511379938547-c1f69419868d?w=1920&q=80) center/cover;opacity:.15;z-index:0}.login-content{position:relative;z-index:1;display:flex;max-width:1100px;width:90%;background:#fffffffa;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0000004d}.login-left{flex:1;padding:4rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;display:flex;flex-direction:column;justify-content:center}.login-brand h1{font-size:3rem;font-weight:800;letter-spacing:.05em;margin:0;line-height:1}.login-brand h2{font-size:2.5rem;font-weight:800;letter-spacing:.1em;margin:0;line-height:1}.login-tagline{font-size:1.5rem;font-weight:600;margin:2rem 0 1rem;line-height:1.4}.login-description{font-size:1rem;opacity:.9;line-height:1.6}.login-right{flex:1;padding:4rem;display:flex;align-items:center;justify-content:center}.login-card{width:100%;max-width:400px}.login-header{text-align:center;margin-bottom:2rem}.login-header svg{color:var(--primary-color);margin-bottom:1rem}.login-header h3{font-size:1.8rem;font-weight:700;color:#1a1a1a;margin:0}.login-error{background:#fee;color:#c33;padding:.75rem 1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.9rem;text-align:center}.login-card .form-group{margin-bottom:1.5rem}.login-card .form-group label{display:block;font-weight:600;color:#333;margin-bottom:.5rem;font-size:.95rem}.login-card .form-group input{width:100%;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease;background:#f8f9fa}.login-card .form-group input:focus{outline:none;border-color:var(--primary-color);background:#fff}.login-button{width:100%;padding:1rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:700;letter-spacing:.1em;cursor:pointer;transition:all .3s ease;margin-top:1rem}.login-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ff6b3566}.login-footer{text-align:center;margin-top:2rem}.login-footer a{color:#666;text-decoration:none;font-size:.9rem;transition:color .3s ease}.login-footer a:hover{color:var(--primary-color)}@media (max-width: 768px){.login-content{flex-direction:column}.login-left{padding:2rem}.login-brand h1{font-size:2rem}.login-brand h2{font-size:1.5rem}.login-tagline{font-size:1.2rem}.login-right{padding:2rem}}.submit-page{min-height:100vh;background:#fff;padding:6rem 2rem 4rem}.submit-container{max-width:900px;margin:0 auto}.submit-header{text-align:center;margin-bottom:3rem}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--gray-text);text-decoration:none;font-size:.95rem;margin-bottom:2rem;transition:color .3s ease}.back-link:hover{color:var(--primary-color)}.submit-title{font-size:3rem;font-weight:700;color:var(--light-text);margin-bottom:1rem;background:linear-gradient(135deg,var(--primary-color),#ff8c5a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.submit-subtitle{font-size:1.1rem;color:var(--gray-text);max-width:600px;margin:0 auto;line-height:1.6}.submit-form{background:#fff;border:1px solid var(--border-color);border-radius:16px;padding:2.5rem;box-shadow:0 2px 8px #0000000d}.form-section{margin-bottom:3rem;padding-bottom:2.5rem;border-bottom:1px solid var(--border-color)}.form-section:last-of-type{border-bottom:none;margin-bottom:2rem}.section-title{display:flex;align-items:center;gap:.75rem;font-size:1.4rem;font-weight:600;color:var(--light-text);margin-bottom:1.5rem}.section-title svg{color:var(--primary-color)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.95rem;font-weight:500;color:var(--light-text);margin-bottom:.5rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.875rem 1rem;background:#f5f5f5;border:1px solid var(--border-color);border-radius:8px;color:var(--light-text);font-size:.95rem;font-family:inherit;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #ff6b351a}.form-group textarea{resize:vertical;min-height:100px}.form-group small{display:block;margin-top:.5rem;font-size:.85rem;color:var(--gray-text)}.form-actions{display:flex;justify-content:center;padding-top:1rem}.btn-submit{padding:1rem 3rem;font-size:1rem;font-weight:600;color:var(--light-text);background:var(--primary-color);border:none;border-radius:10px;cursor:pointer;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 8px 24px #ff6b3566;transition:all .3s ease}.btn-submit:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 12px 32px #ff6b3580}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.success-message{text-align:center;padding:4rem 2rem;background:#fff;border:1px solid var(--border-color);border-radius:16px;box-shadow:0 2px 8px #0000000d}.success-icon{width:80px;height:80px;margin:0 auto 2rem;background:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#fff;font-weight:700}.success-message h2{font-size:2rem;color:var(--light-text);margin-bottom:1rem}.success-message p{font-size:1.1rem;color:var(--gray-text);margin-bottom:2rem;line-height:1.6}.btn-primary{display:inline-block;padding:1rem 2.5rem;background:var(--primary-color);color:var(--light-text);text-decoration:none;border-radius:10px;font-weight:600;transition:all .3s ease}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 20px #ff6b3566}@media (max-width: 768px){.submit-page{padding:5rem 1rem 3rem}.submit-title{font-size:2rem}.submit-subtitle{font-size:1rem}.submit-form{padding:1.5rem}.form-row{grid-template-columns:1fr;gap:0}.section-title{font-size:1.2rem}.btn-submit{width:100%;padding:1rem 2rem}}.error-message{padding:1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#ef4444;margin-bottom:1.5rem;font-size:.95rem}.not-found-page{min-height:100vh;background:#fff;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;overflow:hidden}.not-found-container{max-width:800px;width:100%;text-align:center;position:relative;z-index:1}.not-found-content{padding:3rem 2rem}.error-code{display:flex;align-items:center;justify-content:center;gap:2rem;margin-bottom:2rem}.error-code .four{font-size:10rem;font-weight:900;background:linear-gradient(135deg,var(--primary-color),#ff8c5a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.vinyl{width:120px;height:120px;background:linear-gradient(135deg,var(--primary-color),#ff8c5a);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 10px 40px #ff6b3566}.vinyl:before{content:"";position:absolute;width:40px;height:40px;background:#fff;border-radius:50%;border:3px solid #f5f5f5}.vinyl svg{color:#fff;position:relative;z-index:1}.error-title{font-size:3rem;font-weight:700;color:var(--light-text);margin-bottom:1.5rem;letter-spacing:-.02em}.error-message{font-size:1.2rem;color:var(--gray-text);line-height:1.8;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.error-actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.btn-home,.btn-submit-link{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1rem;font-weight:600;text-decoration:none;border-radius:10px;transition:all .3s ease;letter-spacing:.02em}.btn-home{background:var(--primary-color);color:var(--light-text);box-shadow:0 8px 24px #ff6b3566}.btn-home:hover{transform:translateY(-3px);box-shadow:0 12px 32px #ff6b3580}.btn-submit-link{background:transparent;color:var(--light-text);border:2px solid var(--border-color)}.btn-submit-link:hover{border-color:var(--primary-color);background:#ff6b351a;transform:translateY(-3px)}.error-links{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap}.error-link{color:var(--gray-text);text-decoration:none;font-size:.95rem;transition:color .3s ease}.error-link:hover{color:var(--primary-color)}.separator{color:var(--border-color);font-size:.8rem}.floating-notes{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden}.note{position:absolute;font-size:4rem;color:var(--primary-color);animation:float 15s infinite ease-in-out}.note-1{top:10%;left:10%;animation-delay:0s}.note-2{top:20%;right:15%;animation-delay:2s}.note-3{bottom:15%;left:20%;animation-delay:4s}.note-4{bottom:25%;right:10%;animation-delay:6s}.note-5{top:50%;left:5%;animation-delay:8s}@keyframes float{0%,to{transform:translateY(0) rotate(0);opacity:.1}50%{transform:translateY(-30px) rotate(10deg);opacity:.2}}@media (max-width: 768px){.not-found-page{padding:1rem}.error-code{gap:1rem}.error-code .four{font-size:6rem}.vinyl{width:80px;height:80px}.vinyl:before{width:30px;height:30px}.vinyl svg{width:32px;height:32px}.error-title{font-size:2rem}.error-message{font-size:1rem}.error-actions{flex-direction:column;gap:1rem}.btn-home,.btn-submit-link{width:100%;max-width:300px;justify-content:center}.note{font-size:2.5rem}}@media (max-width: 480px){.error-code .four{font-size:4rem}.vinyl{width:60px;height:60px}.vinyl:before{width:20px;height:20px}.vinyl svg{width:24px;height:24px}.error-title{font-size:1.5rem}}.app{width:100%;overflow-x:hidden;background-color:#fff;min-height:100vh}.container{max-width:1400px;margin:0 auto;padding:0 3rem}section{padding:6rem 0}.section-header{text-align:center;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto}.section-title{font-size:3.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1.25rem;color:var(--light-text);text-align:center}.section-subtitle{font-size:1.15rem;color:var(--gray-text);font-weight:400;line-height:1.7;max-width:650px;margin:0 auto}@media (max-width: 1024px){.container{padding:0 2rem}}@media (max-width: 768px){section{padding:4rem 0}.section-title{font-size:2.5rem}.section-subtitle{font-size:1rem}.container{padding:0 1.5rem}.section-header{margin-bottom:3rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #ff6b35;--secondary-color: #f7931e;--accent-color: #ffa726;--dark-bg: #ffffff;--darker-bg: #f5f5f5;--card-bg: #ffffff;--light-text: #1a1a1a;--gray-text: #666666;--border-color: rgba(0, 0, 0, .1)}html{background-color:#fff}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff!important;color:#1a1a1a;overflow-x:hidden;line-height:1.6}#root{min-height:100vh;background-color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--darker-bg)}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--secondary-color)}
