@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;800&display=swap";:root{--bg-color:#f7f7f7;--text-color:#0a0a0a;--accent-color:#0a0a0a;--white:#fff;--gray-200:#e5e5e5;--gray-400:#a3a3a3}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--white);color:var(--text-color);overscroll-behavior:none;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}html{overscroll-behavior:none}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-weight:800;line-height:1.2}.fade-in-up{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeInUp;transform:translateY(20px)}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.container{max-width:1200px;margin:0 auto;padding:0 40px}@media (width<=768px){.container{padding:0 20px}}@media (width<=480px){.container{padding:0 15px}}.btn{cursor:pointer;border:none;border-radius:9999px;padding:.75rem 1.5rem;font-weight:500;transition:all .3s;display:inline-block}.btn-primary{background-color:var(--accent-color);color:var(--white);box-shadow:0 4px 14px #0000001a}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.btn-secondary{color:var(--text-color);border:1px solid var(--gray-400);background-color:#0000}.btn-secondary:hover{background-color:var(--gray-200)}.App{background-color:var(--bg-color);flex-direction:column;min-height:100vh;display:flex}main{flex:1}.navbar{z-index:1000;-webkit-backdrop-filter:blur();background-color:#0000;width:100%;padding:1.2rem 0;transition:padding .3s,background-color .3s,box-shadow .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;position:fixed;top:0;left:0}@media (width>=769px){.navbar .container{max-width:100%;padding:0 40px;position:relative}}.nav-links{display:none}@media (width>=769px){.nav-links{display:none}}.nav-actions{align-items:center;gap:1rem;display:flex}.lang-toggle{border:1px solid var(--gray-400);cursor:pointer;color:var(--text-color);background:0 0;border-radius:6px;padding:.4rem .8rem;font-weight:600;transition:all .2s}.lang-toggle:hover{background:var(--gray-200)}.navbar.scrolled{-webkit-backdrop-filter:blur(10px);background-color:#ffffffe6;box-shadow:0 4px 30px #0000000d}@media (width<=768px){.navbar{padding:1rem 0}.nav-actions{gap:.5rem}.nav-actions .btn-primary{padding:.5rem 1rem;font-size:.9rem}.lang-toggle{padding:.3rem .6rem}}.nav-content{justify-content:space-between;align-items:center;display:flex}.logo{letter-spacing:-.5px;font-size:1.5rem;font-weight:800}.logo-dot{color:#555}.nav-cta{padding:.6rem 1.25rem;font-size:.9rem}.logo-img{object-fit:contain;height:32px;transition:height .3s}@media (width>=769px){.logo-img{height:48px}}.hero{align-items:center;min-height:90vh;padding-top:150px;padding-bottom:100px;display:flex;position:relative}.hero:before{content:"";z-index:-1;background:radial-gradient(circle,#fffc 0%,#f3f3f300 70%);width:80vw;height:80vw;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero:after{content:"";z-index:0;pointer-events:none;background:linear-gradient(#fff0 0%,#fff 100%);width:100%;height:60px;position:absolute;bottom:0;left:0}.hero-content-vertical{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}.badge{color:#666;text-transform:uppercase;letter-spacing:1px;white-space:nowrap;margin-bottom:1.5rem;font-size:.85rem;font-weight:600;display:inline-block}.hero h1{letter-spacing:-2px;margin-bottom:1.5rem;font-size:4.5rem}.hero h1 span{background:linear-gradient(90deg,#0a0a0a 0%,#666 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero p{color:#555;max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.2rem}.hero-actions-center{justify-content:center;gap:1rem;display:flex}.hero-btn{padding:1rem 2rem;font-size:1.1rem}.hero-devices-container{transform-origin:top;justify-content:center;align-items:center;width:100%;margin-top:50px;display:flex;transform:scale(.85)}.device-frame-small{cursor:pointer;background:#000;border:1px solid #ffffff1a;border-radius:8px;flex-shrink:0;width:260px;height:578px;margin-left:-100px;transition:all .5s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;box-shadow:0 0 0 6px #1a1a1a,0 0 0 7px #333,0 20px 40px -10px #0003}.device-frame-small:first-child{margin-left:0}.device-hole-punch{z-index:10;background:#050505;border-radius:50%;width:14px;height:14px;position:absolute;top:10px;left:50%;transform:translate(-50%);box-shadow:inset 0 0 4px #ffffff1a}.device-1{z-index:1;opacity:.6;transform:scale(.85)}.device-2{z-index:2;opacity:.8;transform:scale(.92)}.device-3{z-index:3;opacity:1;transform:scale(1);box-shadow:0 0 0 8px #1a1a1a,0 30px 60px #0000004d}.device-4{z-index:2;opacity:.8;transform:scale(.92)}.device-5{z-index:1;opacity:.6;transform:scale(.85)}.hero-devices-container:hover .device-frame-small{opacity:.4}.hero-devices-container .device-frame-small:hover{z-index:10!important;opacity:1!important;transform:translateY(-20px)scale(1.05)!important;box-shadow:0 0 0 8px #1a1a1a,0 40px 80px #0006!important}.app-screenshot-static{object-fit:cover;object-position:top center;width:100%;height:100%;display:block}@media (width<=1024px){.hero-devices-container{transform:scale(.8)}}@media (width<=768px){.hero{padding-top:70px;padding-bottom:20px}.badge{letter-spacing:0;font-size:clamp(.55rem,1.8vw,.7rem)}.hero h1{font-size:2.8rem}.hero p{margin-bottom:1.5rem;font-size:.95rem}.hero-actions-center{flex-direction:row;gap:10px;width:100%;max-width:400px;margin:0 auto;padding:0 10px}.hero-btn{white-space:nowrap;flex:1;padding:.8rem .5rem;font-size:.95rem}.hero-devices-container{scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;justify-content:flex-start;gap:15px;width:100vw;margin:25px calc(50% - 50vw) 0;padding:10px calc(50vw - 70px);overflow:auto visible;transform:none}.hero-devices-container::-webkit-scrollbar{display:none}.device-frame-small{scroll-snap-align:center;border:1px solid #e0e0e0;flex:none;width:140px;height:311px;opacity:1!important;z-index:1!important;box-shadow:none!important;background:#fff!important;margin-left:0!important;transform:none!important}.hero-devices-container .device-frame-small:hover{box-shadow:none!important;transform:translateY(-5px)!important}}@media (width<=480px){.badge{letter-spacing:0;font-size:clamp(.45rem,2.3vw,.65rem)}.hero h1{font-size:2.2rem}.hero p{font-size:.85rem}.hero-btn{padding:.7rem .2rem;font-size:.85rem}}.fullscreen-overlay{z-index:9999;cursor:pointer;background:#000000e6;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s ease-out fadeIn;display:flex;position:fixed;top:0;left:0}.fullscreen-image{object-fit:contain;border-radius:12px;max-width:90%;max-height:90%;box-shadow:0 10px 40px #00000080}.close-btn{color:#fff;cursor:pointer;z-index:10000;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:background .2s;display:flex;position:absolute;top:30px;right:30px}.close-btn:hover{background:#ffffff4d}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.chat-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;overscroll-behavior:none;background:#0006;justify-content:center;align-items:center;animation:.2s ease-out chatFadeIn;display:flex;position:fixed;inset:0}.chat-modal-container{background:#fff;border-radius:12px;flex-direction:column;width:90%;max-width:600px;height:80vh;max-height:700px;animation:.3s cubic-bezier(.175,.885,.32,1.275) chatSlideUp;display:flex;overflow:hidden;box-shadow:0 10px 40px #0003}.chat-header{background:#fff;justify-content:space-between;align-items:center;padding:15px 20px;display:flex}.chat-header-info{align-items:center;gap:6px;display:flex}.chat-sora-logo{object-fit:contain;width:auto;height:24px}.chat-header-title{color:#555;letter-spacing:.5px;font-size:.9rem;font-weight:500;transform:translateY(4px)}.chat-messages{background:#fff;flex-direction:column;flex:1;gap:20px;padding:20px;display:flex;overflow-y:auto}.chat-bubble-wrapper{align-items:flex-end;gap:12px;display:flex}.chat-bubble-wrapper.user{justify-content:flex-end}.bubble-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.bubble-avatar.ai-bg{background:#333}.bubble-avatar.user-bg{color:#555;background:#e0e0e0}.chat-bubble{white-space:pre-wrap;border-radius:16px;max-width:80%;padding:12px 16px;font-size:.95rem;line-height:1.5;position:relative}.chat-bubble.user{color:#fff;background:#0a0a0a;border-bottom-right-radius:4px}.chat-bubble.ai{color:#333;background:#f1f1f1;border-bottom-left-radius:4px;padding-bottom:30px}.chat-bubble.image-bubble{background:0 0!important;padding:0!important}.chat-bubble.image-bubble img{border-radius:12px!important}.copy-btn{cursor:pointer;color:#999;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex;position:absolute;bottom:4px;right:6px}.copy-btn:hover{color:#333;background:#0000000d}.typing{gap:4px;display:flex;padding:16px 20px!important}.dot{background:#888;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both bounce}.dot:first-child{animation-delay:-.32s}.dot:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chat-input-area{background:#fff;padding:15px 20px;position:relative}.chat-input-area input{box-sizing:border-box;background:#fcfcfc;border:1px solid #00000014;border-radius:24px;outline:none;width:100%;padding:12px 55px 12px 20px;font-size:.95rem;transition:all .2s}.chat-input-area input:focus{background:#fff;border-color:#0003;box-shadow:0 2px 8px #0000000d}.chat-input-area button{color:#fff;cursor:pointer;background:#000;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:50%;right:25px;transform:translateY(-50%)}.chat-input-area button:disabled{opacity:.3;color:#fff;cursor:not-allowed;background:#000}.chat-input-area button:not(:disabled):hover{background:#333;transform:translateY(-50%)scale(1.05)}@keyframes chatFadeIn{0%{opacity:0}to{opacity:1}}@keyframes chatSlideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=600px){.chat-modal-container{border-radius:0;width:100%;height:100%;max-height:100%}.chat-sora-logo{height:18px}}.audio-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;overscroll-behavior:none;background:#0006;justify-content:center;align-items:center;animation:.2s ease-out chatFadeIn;display:flex;position:fixed;inset:0}.audio-modal-container{background:#fff;border-radius:12px;flex-direction:column;width:90%;max-width:500px;animation:.3s cubic-bezier(.175,.885,.32,1.275) chatSlideUp;display:flex;overflow:hidden;box-shadow:0 10px 40px #0003}.audio-header{background:#fff;justify-content:space-between;align-items:center;padding:15px 20px;display:flex}.audio-header h3{color:#333;margin:0;font-size:1.1rem;font-weight:600}.audio-close-btn{cursor:pointer;color:#999;background:0 0;border:none;font-size:1.5rem;line-height:1;transition:color .2s}.audio-close-btn:hover{color:#333}.audio-body{flex-direction:column;flex:1;gap:15px;padding:20px;display:flex;overflow-y:auto}.audio-textarea{box-sizing:border-box;resize:vertical;color:#333;background:#fff;border:1px solid #0000001a;border-radius:8px;outline:none;width:100%;min-height:120px;padding:15px;font-family:inherit;font-size:.95rem;line-height:1.5;transition:border-color .2s}.audio-textarea:focus{border-color:#333}.audio-textarea:disabled{color:#888;background:#f5f5f5}.audio-controls{flex-wrap:wrap;gap:10px;display:flex}.audio-voice-select{appearance:none;cursor:pointer;color:#333;background-color:#f9f9f9;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 15px center;background-repeat:no-repeat;background-size:14px;border:1px solid #0000001a;border-radius:8px;outline:none;flex:1;min-width:150px;padding:10px 35px 10px 12px;font-family:inherit;font-size:.9rem}.audio-voice-select:disabled{opacity:.7;cursor:not-allowed}.audio-btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.audio-btn.play{color:#fff;background:#000;flex:1}.audio-btn.play:hover:not(:disabled){background:#333}.audio-btn.download{color:#fff;background:#22c55e;width:100%}.audio-btn.download:hover{background:#16a34a}.audio-btn:disabled{opacity:.5;cursor:not-allowed}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:1s linear infinite spin}.audio-result-area{border-top:1px solid #0000000d;flex-direction:column;gap:15px;margin-top:5px;padding-top:15px;display:flex}.audio-player{width:100%;height:40px}.fade-in{animation:.3s ease-out chatFadeIn}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=600px){.audio-modal-container{border-radius:0;justify-content:flex-start;width:100%;height:100%;max-height:100%}}.clear-text-btn-header{cursor:pointer;color:#ef4444;background:0 0;border:none;padding:4px 8px;font-size:.9rem;font-weight:600;transition:all .2s}.clear-text-btn-header:hover:not(:disabled){opacity:.7}.clear-text-btn-header:disabled{opacity:.5;cursor:not-allowed}.features{background-color:var(--white);padding:65px 0 30px}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{margin-bottom:1rem;font-size:1.9rem}.section-header p{color:var(--gray-400);max-width:600px;margin-left:auto;margin-right:auto;font-size:1rem}.features-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.feature-card{background:var(--bg-color);opacity:0;border:1px solid var(--gray-200);border-radius:9px;padding:30px;transition:all .4s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.feature-card.visible{opacity:1;transform:translateY(0)}.feature-card.delay-1{transition-delay:.15s}.feature-card.delay-2{transition-delay:.3s}.feature-card.clickable-card{cursor:pointer}.feature-card.clickable-card:hover{border-color:#0a0a0a;transform:translateY(-8px);box-shadow:0 15px 35px #00000014}@media (hover:hover){.feature-card:hover{border-color:#0a0a0a0d;box-shadow:0 15px 30px #0000000d}}.feature-title-row{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.feature-icon{margin-bottom:0;font-size:2rem;line-height:1}.feature-card h3{margin-bottom:0;font-size:1.5rem}.feature-card p{color:#666;line-height:1.6}@media (width<=900px){.features-grid{grid-template-columns:1fr}}@media (width<=768px){.features{padding:25px 0 30px;background-color:#fff!important}.section-header{margin-bottom:1.5rem}.section-header h2{font-size:1.2rem}.section-header p{font-size:.85rem}.feature-title-row{flex-direction:column-reverse;align-items:flex-start;gap:15px}.feature-icon{font-size:2.5rem}.feature-card{padding:20px}.feature-card h3{font-size:1.25rem}.feature-card p{font-size:.9rem}.features-grid{gap:10px}.feature-title-row{margin-bottom:4px}}.new-design-card{text-align:left;background:#fff;border:1px solid #f0f0f0;border-radius:16px;flex-direction:column;padding:35px 25px;transition:all .3s;display:flex;box-shadow:0 10px 40px #00000008}.new-design-card:hover{border-color:#e5e5e5;transform:translateY(-5px);box-shadow:0 15px 50px #0000000f}.new-feature-icon{border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:20px;display:flex}.icon-blue{color:#3b82f6;background:#eff6ff}.icon-green{color:#10b981;background:#ecfdf5}.icon-purple{color:#8b5cf6;background:#f5f3ff}.icon-lightblue{color:#0ea5e9;background:#f0f9ff}.new-feature-title{color:#111;margin:0 0 10px;font-size:1.15rem;font-weight:700}.new-feature-desc{color:#666;min-height:60px;margin:0 0 20px;font-size:.85rem;line-height:1.6}.new-feature-divider{border:none;border-top:1px solid #f4f4f4;margin:0 0 20px}.new-feature-list{flex-grow:1;margin:0 0 20px;padding:0;list-style:none}.new-feature-list li{color:#555;align-items:flex-start;gap:10px;margin-bottom:12px;font-size:.8rem;line-height:1.4;display:flex}.new-feature-list li:last-child{margin-bottom:0}.icon-check{flex-shrink:0;margin-top:2px}.check-blue{color:#3b82f6}.check-green{color:#10b981}.check-purple{color:#8b5cf6}.check-lightblue{color:#0ea5e9}.new-feature-link{justify-content:space-between;align-items:center;margin-top:auto;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:flex}.new-feature-link:hover{opacity:.8}.link-blue{color:#3b82f6}.link-green{color:#10b981}.link-purple{color:#8b5cf6}.link-lightblue{color:#0ea5e9}@media (width<=1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.features-grid{scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;gap:15px;padding-bottom:15px;display:flex;overflow-x:auto}.features-grid::-webkit-scrollbar{display:none}.new-design-card{scroll-snap-align:center;border:1px solid #e0e0e0;border-radius:8px;min-width:60vw;min-height:290px;padding:12px;box-shadow:none!important}.new-feature-icon{border-radius:12px;width:48px;height:48px;margin-bottom:auto}.new-feature-icon svg{width:24px;height:24px}.new-feature-title{margin-bottom:5px;font-size:.75rem}.new-feature-desc{-webkit-text-size-adjust:none;-webkit-line-clamp:3;-webkit-box-orient:vertical;height:4.05em;margin-bottom:8px;line-height:1.35;display:-webkit-box;overflow:hidden;font-size:11px!important}.new-feature-divider{margin:0 0 8px}.new-feature-list{flex-grow:0;margin:0 0 8px}.new-feature-list li{-webkit-text-size-adjust:none;gap:6px;margin-bottom:4px;font-size:11px!important}.new-feature-link{-webkit-text-size-adjust:none;margin-top:4px;font-size:.75rem}}.credit-info-container{text-align:left;background-color:#f9f9f9;border:1px solid #eaeaea;border-radius:12px;max-width:800px;margin:40px auto 0;padding:25px}.credit-info-title{color:#111;margin-bottom:15px;font-size:1.2rem}.credit-info-list{color:#555;margin-bottom:15px;padding-left:20px;font-size:.85rem;line-height:1.6}.credit-info-list li{margin-bottom:8px}.credit-info-list li:last-child{margin-bottom:0}@media (width<=768px){.credit-info-container{margin-top:20px;padding:15px}.credit-info-title{margin-bottom:10px;font-size:.95rem}.credit-info-list{margin-bottom:10px;padding-left:15px;line-height:1.4;font-size:.7rem!important}.credit-info-list li{-webkit-text-size-adjust:none;margin-bottom:4px}}.pricing-cards-section{background-color:#fff;border-top:1px solid #eaeaea;padding:60px 0}@media (width<=768px){.pricing-cards-section{padding:25px 0 30px}}.showcase{background-color:var(--white);border-top:1px solid var(--gray-200);padding:45px 0}@media (width>=769px){.showcase .container{max-width:100%;padding:0 40px}}.showcase .section-header{text-align:left;margin-bottom:1.5rem}.showcase .section-header p{margin-left:0;margin-right:0}.showcase-grid{grid-template-columns:repeat(4,1fr);gap:30px;margin-top:20px;display:grid}.track-card{background:#fff;border:1px solid #eaeaea;border-radius:16px;flex-direction:row;align-items:stretch;height:170px;padding:0;transition:all .3s;display:flex;overflow:hidden}.track-card:hover{transform:translateY(-2px)}.track-cover{background-color:var(--gray-200);border-radius:0 12px 12px 0;flex-shrink:0;width:120px;height:100%;position:relative;overflow:hidden}.track-cover img{object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%;transition:transform .5s}.track-card:hover .track-cover img{transform:scale(1.05)}.view-counter{color:#fff;-webkit-backdrop-filter:blur(4px);z-index:3;background:#0009;border-radius:10px;align-items:center;gap:4px;padding:3px 6px;font-size:.7rem;font-weight:400;display:flex;position:absolute;top:8px;left:8px}.track-details{flex-direction:column;flex:1;justify-content:center;min-width:0;padding:8px 14px 8px 15px;display:flex}.track-details-top{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.genre-badge{color:#0a0a0a;white-space:nowrap;text-overflow:ellipsis;background-color:#fff;border:1px solid #eaeaea;border-radius:12px;max-width:150px;padding:2px 8px;font-size:.55rem;font-weight:600;overflow:hidden}.menu-btn{color:#333;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.track-details-middle{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.track-title-group{flex-direction:column;flex:1;min-width:0;padding-right:15px;display:flex}.track-title-right{color:#111;white-space:nowrap;text-overflow:ellipsis;margin:0 0 5px;font-size:.85rem;font-weight:700;overflow:hidden}.track-duration-wave{align-items:center;gap:10px;display:flex}.track-duration{color:#777;font-size:.65rem}.audio-wave{align-items:center;gap:2px;height:10px;display:flex}.audio-wave .bar{background-color:#0a0a0a;border-radius:2px;width:2px}.audio-wave .bar:first-child{height:4px}.audio-wave .bar:nth-child(2){height:8px}.audio-wave .bar:nth-child(3){height:6px}.audio-wave .bar:nth-child(4){height:7px}.audio-wave .bar:nth-child(5){height:3px}.audio-wave .bar:nth-child(6){height:6px}.audio-wave .bar:nth-child(7){height:4px}.play-btn-right{cursor:pointer;color:#111;background:#fff;border:1px solid #e0e0e0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;box-shadow:0 2px 5px #0000000d}.play-btn-right:hover{background:#f8f9fa;transform:scale(1.05)}.play-btn-right .icon-play{width:12px;height:12px;margin-left:2px}.play-btn-right .icon-pause{width:12px;height:12px}.track-prompt{color:#555;-webkit-line-clamp:2;background:#f4f5f7;border-radius:8px;-webkit-box-orient:vertical;margin:0;padding:6px 10px;font-size:.6rem;font-style:normal;display:-webkit-box;overflow:hidden}.desktop-prompt{margin-top:8px;margin-bottom:8px}.track-prompt em{color:#333;font-style:italic;font-weight:600}.track-header,.track-info,.desktop-play-btn{display:none!important}.mobile-card-inner{display:none}.desktop-card-inner{flex-direction:row;width:100%;height:100%;display:flex}.desktop-cover{border-radius:0;flex-shrink:0;width:170px;height:100%;overflow:hidden}.desktop-cover img{object-fit:cover;width:100%;height:100%}.desktop-details{flex-direction:column;flex:1;min-width:0;padding:12px 16px;display:flex}.desktop-header{justify-content:space-between;align-items:flex-start;margin-bottom:2px;display:flex}.desktop-title{color:#111;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1rem;font-weight:700;overflow:hidden}.desktop-menu-btn{color:#888}.desktop-genre{color:#777;margin-bottom:4px;font-size:.75rem}.desktop-duration-wave{align-items:center;gap:10px;margin-bottom:4px;display:flex}.desktop-duration{color:#777;font-size:.75rem}.desktop-footer{justify-content:space-between;align-items:flex-end;margin-top:auto;display:flex}.desktop-stats{align-items:center;gap:12px;display:flex}.stat-item{color:#666;align-items:center;gap:4px;font-size:.75rem;display:flex}.desktop-play-btn-new{cursor:pointer;color:#111;background:#fff;border:1px solid #e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;box-shadow:0 2px 5px #0000000d}.desktop-play-btn-new .icon-play{width:12px;height:12px;margin-left:2px}.desktop-play-btn-new .icon-pause{width:12px;height:12px}@media (width<=1200px){.showcase-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.mobile-card-inner{flex-direction:row;width:100%;height:100%;display:flex}.desktop-card-inner{display:none}.showcase{background-color:#fff;padding-top:20px;padding-bottom:20px}.showcase .section-header{margin-bottom:1rem;padding:0 15px}.showcase-grid{scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;grid-template-rows:repeat(3,auto);grid-template-columns:none;grid-auto-columns:90vw;grid-auto-flow:column;gap:15px;margin-top:10px;padding:5px 15px 20px;display:grid;overflow:auto hidden}.showcase-grid::-webkit-scrollbar{display:none}.track-card{scroll-snap-align:center;border-radius:8px;height:120px}.track-cover{border-radius:0 8px 8px 0}}.desktop-only-player{display:block}@media (width<=768px){.desktop-only-player{display:none!important}}.mini-player-container{z-index:1000;pointer-events:none;width:100%;padding:12px 24px;position:fixed;bottom:0;left:0}.mini-player{color:#fff;pointer-events:auto;background-color:#1a1a1a;border-radius:16px;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:12px 24px;display:flex;box-shadow:0 10px 30px #00000080}.player-track-info{align-items:center;gap:16px;width:25%;min-width:200px;display:flex}.player-cover{object-fit:cover;border-radius:8px;width:56px;height:56px}.player-text{flex-direction:column;justify-content:center;display:flex;overflow:hidden}.player-title{white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-size:1rem;font-weight:600;overflow:hidden}.player-artist{color:#aaa;font-size:.8rem}.player-controls-wrapper{flex-direction:column;flex:1;align-items:center;max-width:600px;display:flex}.player-controls{align-items:center;gap:24px;margin-bottom:8px;display:flex}.control-btn{color:#aaa;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .2s;display:flex}.control-btn:hover{color:#fff}.control-btn.active{color:#1db954}.play-pause-btn{color:#000;background-color:#fff;border-radius:50%;width:36px;height:36px}.play-pause-btn:hover{color:#000;background-color:#eee;transform:scale(1.05)}.play-pause-btn .icon-play{margin-left:2px}.player-progress-container{align-items:center;gap:12px;width:100%;display:flex}.time{color:#aaa;min-width:40px;font-size:.75rem}.current-time{text-align:right}.progress-bar{-webkit-appearance:none;cursor:pointer;background:#fff3;border-radius:2px;outline:none;width:100%;height:4px;position:relative}.progress-bar::-webkit-slider-thumb{appearance:none;cursor:pointer;opacity:0;background:#fff;border-radius:50%;width:12px;height:12px;transition:opacity .2s}.progress-bar:hover::-webkit-slider-thumb{opacity:1}.progress-bar:before{content:"";height:100%;width:var(--progress);pointer-events:none;background-color:#fff;border-radius:2px;position:absolute;top:0;left:0}.player-extras{justify-content:flex-end;align-items:center;gap:12px;width:25%;min-width:150px;display:flex}.volume-icon{color:#aaa}.volume-slider{-webkit-appearance:none;cursor:pointer;background:#fff3;border-radius:2px;outline:none;width:80px;height:4px;position:relative}.volume-slider::-webkit-slider-thumb{appearance:none;cursor:pointer;opacity:0;background:#fff;border-radius:50%;width:12px;height:12px;transition:opacity .2s}.player-extras:hover .volume-slider::-webkit-slider-thumb{opacity:1}.volume-slider:before{content:"";height:100%;width:var(--progress);pointer-events:none;background-color:#fff;border-radius:2px;position:absolute;top:0;left:0}.footer{background-color:var(--white);border-top:1px solid var(--gray-200);padding:10px 0 20px}@media (width>=769px){.footer .container{max-width:100%;padding:0 40px}}.footer-content{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:30px;margin-bottom:30px;display:flex}.footer-brand{max-width:300px}.footer-brand h2{letter-spacing:-.5px;margin-bottom:5px;font-size:1.8rem;font-weight:800}.footer-brand p{color:var(--gray-400);line-height:1.6}.footer-links{flex-wrap:wrap;gap:60px;display:flex}.link-group{flex-direction:column;gap:12px;display:flex}.link-group h4{color:var(--text-color);margin-top:0;margin-bottom:10px;font-size:1.1rem;font-weight:700}.footer-links a{color:#666;font-weight:500;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--accent-color)}.footer-contact-info{flex-direction:column;gap:6px;display:flex}.contact-item{color:#888;align-items:flex-start;gap:8px;font-size:.75rem;line-height:1.4;display:flex}.contact-item svg{width:14px;min-width:14px;height:14px;color:var(--accent-color,#646cff);margin-top:2px}.footer-links .contact-item a{color:#888;font-size:inherit;font-weight:inherit;text-decoration:none;transition:color .2s}.footer-links .contact-item a:hover{color:var(--accent-color,#646cff)}.footer-bottom{text-align:center;padding-top:30px}.footer-legal-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:15px;margin-bottom:15px;display:flex}.footer-legal-links .separator{color:#ccc;font-size:.8rem}.footer-legal-links a{color:#666;font-size:.8rem;font-weight:500;text-decoration:none;transition:color .2s}.footer-legal-links a:hover{color:var(--accent-color)}.footer-bottom p{color:#999;font-size:.9rem}@media (width<=768px){.footer{padding:10px 0}.footer-content{text-align:left;flex-direction:column;align-items:flex-start;margin-bottom:20px}.footer-brand{margin-bottom:15px}.footer-brand h2{margin-bottom:0;font-size:1.4rem}.footer-brand p{font-size:.85rem;line-height:1.5}.footer-links{grid-template-columns:repeat(2,1fr);gap:20px 15px;width:100%;display:grid}.link-group{align-items:flex-start;gap:8px}.link-group:last-child{grid-column:1/-1;margin-top:10px}.link-group h4{margin-bottom:5px;font-size:.95rem}.footer-links a{font-size:.85rem}.footer-legal-links{gap:8px;margin-bottom:10px}.footer-legal-links .separator,.footer-legal-links a{font-size:.65rem}.footer-bottom p{font-size:.75rem}}
