body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.header-container,.logo{align-items:center;display:flex}.logo{color:#fff;font-size:1.5rem;font-weight:700;gap:.5rem;text-decoration:none;transition:transform .2s}.logo:hover{transform:scale(1.05)}.logo-icon{font-size:2rem}.logo-text{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.nav{align-items:center;display:flex;gap:2rem}.nav-link{border-radius:8px;color:#ffffffe6;font-size:1rem;font-weight:500;padding:.5rem 1rem;position:relative;text-decoration:none;transition:all .3s ease}.nav-link:hover{background-color:#ffffff1a;color:#fff}.nav-link.active{background-color:#fff3;color:#fff}.nav-link.active:after{background-color:#fff;bottom:-4px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);width:60%}.upgrade-btn{background:linear-gradient(135deg,#f093fb,#f5576c);border:none;border-radius:25px;box-shadow:0 4px 15px #f5576c4d;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:.6rem 1.5rem;transition:all .3s ease}.upgrade-btn:hover{box-shadow:0 6px 20px #f5576c66;transform:translateY(-2px)}@media (max-width:768px){.header-container{padding:.875rem 1.25rem}.logo{font-size:1.25rem}.logo-text{font-size:1.15rem}.nav{gap:.75rem}.nav-link{font-size:.875rem;padding:.5rem .75rem}.upgrade-btn{font-size:.875rem;padding:.5rem 1.2rem}}@media (max-width:480px){.header-container{padding:.75rem 1rem}.logo{font-size:1.125rem}.logo-icon{font-size:1.5rem}.logo-text{font-size:1rem}.nav{gap:.5rem}.nav-link{font-size:.8rem;padding:.4rem .6rem}.nav-link.active:after{width:80%}.upgrade-btn{font-size:.8rem;padding:.4rem .875rem}}.footer{background:linear-gradient(135deg,#2d3748,#1a202c);color:#fff;margin-top:auto;padding:2.5rem 2rem 1.5rem}.footer-container{margin:0 auto;max-width:1200px;text-align:center}.footer-content{margin-bottom:2rem}.footer-title{align-items:center;display:inline-flex;font-size:1.5rem;font-weight:700;gap:.5rem;margin-bottom:1rem}.footer-logo-icon{font-size:2rem}.footer-description{color:#fffc;font-size:.95rem;line-height:1.6;margin:0 auto;max-width:600px}.footer-bottom{align-items:center;border-top:1px solid #ffffff1a;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding-top:1.5rem}.footer-copyright,.footer-tech{color:#fff9;font-size:.9rem;margin:0}@media (max-width:768px){.footer{padding:2rem 1.5rem 1rem}.footer-bottom{flex-direction:column;text-align:center}}@media (max-width:480px){.footer{padding:1.75rem 1rem .875rem}.footer-content{margin-bottom:1.5rem}.footer-title{font-size:1.25rem;margin-bottom:.75rem}.footer-logo-icon{font-size:1.75rem}.footer-description{font-size:.875rem;line-height:1.5}.footer-bottom{padding-top:1.25rem}.footer-copyright,.footer-tech{font-size:.8rem}}.hero-section{background:linear-gradient(135deg,#667eea,#764ba2);display:flex;min-height:600px;overflow:hidden;padding:4rem 2rem}.hero-container,.hero-section{align-items:center;position:relative}.hero-container{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;z-index:1}.hero-content{color:#fff}.hero-title{animation:fadeInUp .8s ease-out;font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-title .highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f093fb,#f5576c);-webkit-background-clip:text;background-clip:text;display:inline-block}.hero-subtitle{animation:fadeInUp .8s ease-out .2s backwards;color:#ffffffe6;font-size:1.25rem;line-height:1.6;margin-bottom:2rem}.cta-button{align-items:center;animation:fadeInUp .8s ease-out .4s backwards;background:linear-gradient(135deg,#f093fb,#f5576c);border-radius:50px;box-shadow:0 10px 30px #f5576c66;color:#fff;display:inline-flex;font-size:1.2rem;font-weight:700;gap:.75rem;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.cta-button:hover{box-shadow:0 15px 40px #f5576c80;transform:translateY(-3px)}.mic-icon{animation:pulse 2s ease-in-out infinite;font-size:1.5rem}.free-notice{animation:fadeInUp .8s ease-out .6s backwards;color:#fffc;font-size:.95rem;margin-top:1.5rem}.hero-visual{height:400px;justify-content:center;position:relative}.hero-visual,.music-waves{align-items:center;display:flex}.music-waves{gap:10px;height:200px}.wave{animation:waveAnimation 1.2s ease-in-out infinite;background:linear-gradient(135deg,#f093fb,#f5576c);border-radius:10px;width:8px}.wave-1{animation-delay:0s;height:40%}.wave-2{animation-delay:.1s;height:70%}.wave-3{animation-delay:.2s;height:100%}.wave-4{animation-delay:.3s;height:60%}.wave-5{animation-delay:.4s;height:45%}.music-note{animation:float 3s ease-in-out infinite;font-size:3rem;opacity:.6;position:absolute}.note-1{animation-delay:0s;right:20%;top:10%}.note-2{animation-delay:1s;bottom:20%;left:10%}.note-3{animation-delay:2s;right:5%;top:50%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes waveAnimation{0%,to{transform:scaleY(1)}50%{transform:scaleY(.5)}}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(10deg)}}@media (max-width:768px){.hero-section{min-height:500px;padding:3rem 1.5rem}.hero-container{gap:2rem;grid-template-columns:1fr}.hero-title{font-size:2.5rem}.cta-button,.hero-subtitle{font-size:1.1rem}.cta-button{padding:.9rem 2rem}.hero-visual{height:200px}.music-waves{height:150px}.music-note{font-size:2rem}}@media (max-width:480px){.hero-section{min-height:450px;padding:2.5rem 1rem}.hero-container{gap:1.5rem}.hero-title{font-size:2rem;margin-bottom:1rem}.hero-subtitle{font-size:1rem;margin-bottom:1.5rem}.cta-button{font-size:1rem;gap:.5rem;padding:.8rem 1.75rem}.mic-icon{font-size:1.25rem}.free-notice{font-size:.875rem;margin-top:1rem}.hero-visual{height:180px}.music-waves{gap:8px;height:120px}.wave{width:6px}.music-note{font-size:1.75rem}}.what-is-section{background:#fff;padding:5rem 2rem}.what-is-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.what-is-content{padding-right:2rem}.what-is-title{color:#2d3748;display:inline-block;font-size:2.5rem;font-weight:800;margin-bottom:1.5rem;position:relative}.what-is-title:after{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;bottom:-10px;content:"";height:4px;left:0;position:absolute;width:60px}.what-is-description{color:#4a5568;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin-top:3rem}.stat-item{background:linear-gradient(135deg,#f8f9ff,#fff);border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease}.stat-item:hover{border-color:#667eea;box-shadow:0 5px 20px #667eea26;transform:translateY(-5px)}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.stat-label{color:#718096;font-size:.9rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.what-is-visual{position:relative}.tech-stack{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.tech-item{background:#fff;border:2px solid #0000;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem 1.5rem;text-align:center;transition:all .3s ease}.tech-item:hover{border-color:#667eea;box-shadow:0 10px 30px #667eea33;transform:translateY(-8px)}.tech-icon{display:block;font-size:3rem;margin-bottom:1rem}.tech-item h4{color:#2d3748;font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.tech-item p{color:#718096;font-size:.95rem;line-height:1.5}@media (max-width:768px){.what-is-section{padding:3rem 1.5rem}.what-is-container{gap:3rem;grid-template-columns:1fr}.what-is-content{padding-right:0}.what-is-title{font-size:2rem}.what-is-description{font-size:1rem}.stats-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.stat-item{padding:1rem}.stat-number{font-size:2rem}.stat-label{font-size:.8rem}.tech-stack{gap:1rem;grid-template-columns:1fr}.tech-item{padding:1.5rem 1rem}.tech-icon{font-size:2.5rem}.tech-item h4{font-size:1.1rem}.tech-item p{font-size:.9rem}}@media (max-width:480px){.what-is-section{padding:2.5rem 1rem}.what-is-container{gap:2.5rem}.what-is-title{font-size:1.75rem;margin-bottom:1.25rem}.what-is-title:after{bottom:-8px;height:3px;width:50px}.what-is-description{font-size:.95rem;line-height:1.7;margin-bottom:1.25rem}.stats-grid{gap:.875rem;grid-template-columns:1fr;margin-top:2rem}.stat-item{padding:.875rem}.stat-number{font-size:1.875rem;margin-bottom:.375rem}.stat-label{font-size:.75rem}.tech-stack{gap:.875rem}.tech-item{padding:1.25rem .875rem}.tech-icon{font-size:2.25rem;margin-bottom:.75rem}.tech-item h4{font-size:1rem;margin-bottom:.375rem}.tech-item p{font-size:.85rem}}.how-to-section{background:linear-gradient(180deg,#f8f9ff,#fff);padding:5rem 2rem}.how-to-container{margin:0 auto;max-width:1200px}.section-header{margin-bottom:4rem;text-align:center}.section-title{color:#2d3748;font-size:2.5rem;font-weight:800;margin-bottom:1rem}.section-subtitle{color:#718096;font-size:1.2rem}.steps-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:4rem;position:relative}.step-item{background:#fff;border:2px solid #0000;border-radius:20px;box-shadow:0 4px 20px #00000014;padding:2.5rem 2rem;position:relative;transition:all .3s ease}.step-item:hover{border-color:#667eea;box-shadow:0 10px 40px #00000026;transform:translateY(-10px)}.step-number{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 4px 15px #667eea66;color:#fff;display:flex;font-size:1.2rem;font-weight:800;height:50px;justify-content:center;left:2rem;position:absolute;top:-15px;width:50px}.step-icon{display:block;font-size:4rem;margin:1rem 0}.step-title{color:#2d3748;font-size:1.4rem;font-weight:700;margin-bottom:1rem}.step-description{color:#4a5568;font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.step-tip{align-items:flex-start;background:linear-gradient(135deg,#f8f9ff,#fff);border-left:3px solid #667eea;border-radius:10px;display:flex;gap:.5rem;padding:1rem}.tip-icon{flex-shrink:0;font-size:1.2rem}.tip-text{color:#718096;font-size:.9rem;line-height:1.5}.step-connector{color:#cbd5e0;display:none;font-size:2rem;font-weight:700;position:absolute;right:-2rem;top:50%;transform:translateY(-50%)}.cta-section{border-radius:20px;margin-top:3rem;padding:3rem 2rem}.cta-title{font-size:2rem;font-weight:800;margin-bottom:1rem}.cta-text{color:#ffffffe6;font-size:1.2rem;margin-bottom:2rem}.cta-button-large{align-items:center;background:#fff;border-radius:50px;box-shadow:0 10px 30px #0003;color:#667eea;display:inline-flex;font-size:1.3rem;font-weight:700;gap:1rem;padding:1.2rem 3rem;text-decoration:none;transition:all .3s ease}.cta-button-large:hover{box-shadow:0 15px 40px #0000004d;transform:translateY(-3px) scale(1.05)}.cta-icon{font-size:1.8rem}@media (min-width:1024px){.steps-container{grid-template-columns:repeat(4,1fr)}.step-connector{display:block}}@media (max-width:768px){.how-to-section{padding:3rem 1.5rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.steps-container{gap:3rem;grid-template-columns:1fr}.step-item{padding:2rem 1.5rem}.step-icon{font-size:3rem}.step-title{font-size:1.2rem}.step-description{font-size:.95rem}.cta-section{padding:2rem 1.5rem}.cta-title{font-size:1.5rem}.cta-text{font-size:1rem}.cta-button-large{font-size:1.1rem;padding:1rem 2rem}.cta-icon{font-size:1.5rem}}@media (max-width:480px){.how-to-section{padding:2.5rem 1rem}.section-header{margin-bottom:2.5rem}.section-title{font-size:1.75rem;margin-bottom:.75rem}.section-subtitle{font-size:.95rem}.steps-container{gap:2.5rem;margin-bottom:2.5rem}.step-item{padding:1.75rem 1.25rem}.step-number{font-size:1.1rem;height:45px;left:1.25rem;top:-12px;width:45px}.step-icon{font-size:2.75rem;margin:.75rem 0}.step-title{font-size:1.15rem;margin-bottom:.75rem}.step-description{font-size:.9rem;margin-bottom:1.25rem}.step-tip{padding:.875rem}.tip-text{font-size:.85rem}.cta-section{margin-top:2.5rem;padding:2rem 1.25rem}.cta-title{font-size:1.4rem;margin-bottom:.875rem}.cta-text{font-size:.95rem;margin-bottom:1.5rem}.cta-button-large{font-size:1rem;gap:.75rem;padding:1rem 2rem}.cta-icon{font-size:1.4rem}}.home-page{min-height:100vh}.audio-recorder{margin:0 auto;max-width:500px;padding:20px;width:100%}.recorder-container{align-items:center;display:flex;flex-direction:column;gap:20px}.mic-button{-webkit-tap-highlight-color:transparent;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:4px solid #667eea;border-radius:50%;box-shadow:0 4px 15px #667eea66;cursor:pointer;display:flex;height:120px;justify-content:center;touch-action:manipulation;transition:all .3s ease;width:120px}.mic-button:hover:not(:disabled){box-shadow:0 6px 20px #667eea99;transform:scale(1.05)}.mic-button:disabled{cursor:not-allowed;opacity:.5}.mic-button.recording{animation:pulse 1.5s infinite;background:linear-gradient(135deg,#f093fb,#f5576c);border-color:#f5576c}.mic-icon{font-size:48px}.recording-info{min-height:60px;text-align:center}.recording-indicator{align-items:center;color:#f5576c;display:flex;font-weight:700;gap:10px;justify-content:center;margin-bottom:10px}.pulse{animation:pulse 1.5s infinite;background-color:#f5576c;border-radius:50%;height:12px;width:12px}.timer{color:#333;font-family:Courier New,monospace;font-size:24px;font-weight:700}.playback-section{margin-top:20px}.playback-section audio{width:100%}.permission-message{background:#fff3cd;border:1px solid #ffc107;border-radius:8px;color:#856404;margin-top:20px;padding:15px;text-align:center}@keyframes pulse{0%{box-shadow:0 0 0 0 #f5576cb3}70%{box-shadow:0 0 0 15px #f5576c00}to{box-shadow:0 0 0 0 #f5576c00}}@media (max-width:768px){.audio-recorder{max-width:100%;padding:1.25rem}.recorder-container{gap:1.25rem}.mic-button{height:110px;width:110px}.mic-icon{font-size:42px}.timer{font-size:22px}.permission-message{font-size:.9rem;padding:1rem}}@media (max-width:480px){.audio-recorder{padding:1rem}.recorder-container{gap:1rem}.mic-button{border:3px solid #667eea;height:100px;width:100px}.mic-button:active:not(:disabled){transform:scale(.95)}.mic-icon{font-size:36px}.timer{font-size:20px}.recording-info{min-height:50px}.playback-section{margin-top:1rem}.permission-message{font-size:.85rem;padding:.875rem}}.search-page{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:calc(100vh - 80px);padding:40px 20px}.search-container{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0003;max-width:600px;padding:40px 30px;width:100%}.search-header{margin-bottom:30px;text-align:center}.search-header h1{color:#333;font-size:28px;font-weight:600;margin-bottom:10px}.search-tip{color:#666;font-size:14px;margin-bottom:30px;text-align:center}.recorder-section{margin:2rem 0}.search-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:30px;box-shadow:0 4px 15px #667eea66;color:#fff;cursor:pointer;display:block;font-size:18px;font-weight:700;margin:30px auto 0;max-width:300px;padding:15px 30px;transition:all .3s;width:100%}.search-button:hover:not(:disabled){box-shadow:0 6px 20px #667eea99;transform:translateY(-2px)}.search-button:disabled{cursor:not-allowed;opacity:.6}.error-message{align-items:center;background:#ffe6e6;border-left:4px solid #f44;border-radius:8px;display:flex;gap:.75rem;margin-top:1.5rem;padding:1rem}.error-icon{font-size:1.5rem}.error-message p{color:#c00;font-weight:500;margin:0}.tips-section{background:#f8f9fa;border-left:4px solid #667eea;border-radius:12px;margin-top:30px;padding:20px}.tips-section h3{color:#333;font-size:16px;font-weight:600;margin-bottom:12px}.tips-section ul{list-style:none;margin:0;padding:0}.tips-section li{align-items:flex-start;color:#666;display:flex;font-size:14px;gap:8px;padding:6px 0}.tips-section li:before{color:#667eea;content:"✓";flex-shrink:0;font-size:16px;font-weight:700}@media (max-width:768px){.search-page{padding:20px}.search-container{padding:30px 20px}.search-header h1{font-size:24px}.search-tip{font-size:13px}.search-button{font-size:16px;padding:12px 24px}.tips-section{padding:15px}.tips-section h3{font-size:14px}.tips-section li{font-size:13px}}@media (max-width:480px){.search-page{padding:15px}.search-container{border-radius:16px;padding:25px 15px}.search-header{margin-bottom:25px}.search-header h1{font-size:20px;margin-bottom:8px}.search-tip{font-size:12px;margin-bottom:25px}.recorder-section{margin:1.5rem 0}.search-button{font-size:15px;margin-top:25px;max-width:100%;padding:12px 20px}.error-message{gap:.5rem;margin-top:1.25rem;padding:.875rem}.error-icon{font-size:1.25rem}.error-message p{font-size:.9rem}.tips-section{border-radius:10px;margin-top:25px;padding:15px}.tips-section h3{font-size:13px;margin-bottom:10px}.tips-section li{font-size:12px;padding:5px 0}.tips-section li:before{font-size:14px}}.about-page{background:linear-gradient(180deg,#f8f9fa,#e9ecef);min-height:calc(100vh - 80px)}.about-container{margin:0 auto;max-width:900px;padding:2rem}.about-hero{background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000001a;margin-bottom:2rem;padding:3rem 0;text-align:center}.about-hero h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#333;font-size:3rem;margin-bottom:1rem}.about-subtitle{color:#666;font-size:1.5rem;margin-top:.5rem}.about-section{background:#fff;border-radius:16px;box-shadow:0 2px 10px #0000001a;margin-bottom:2rem;padding:2.5rem}.about-section h2{border-bottom:3px solid #667eea;color:#333;font-size:2rem;margin-bottom:1.5rem;padding-bottom:.5rem}.about-section p{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:1rem}.how-it-works{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.work-step{background:#f8f9fa;border-radius:12px;padding:1.5rem;text-align:center;transition:transform .3s ease}.work-step:hover{transform:translateY(-5px)}.work-step-icon{display:block;font-size:4rem;margin-bottom:1rem}.work-step h3{color:#333;font-size:1.25rem;margin-bottom:.5rem}.work-step p{color:#666;font-size:1rem;margin:0}.tech-list{list-style:none;margin-top:1.5rem;padding:0}.tech-list li{background:#f8f9fa;border-left:4px solid #667eea;border-radius:8px;color:#555;font-size:1.1rem;margin-bottom:.75rem;padding:1rem}.tech-list li strong{color:#333}.features-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:2rem}.feature-item{background:linear-gradient(180deg,#f8f9ff,#fff);border:1px solid #e0e0e0;border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease}.feature-item:hover{border-color:#667eea;box-shadow:0 4px 15px #0000001a;transform:translateY(-3px)}.feature-emoji{display:block;font-size:3rem;margin-bottom:1rem}.feature-item h3{color:#333;font-size:1.25rem;margin-bottom:.5rem}.feature-item p{color:#666;font-size:1rem;margin:0}.cta-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.cta-section h2{border-bottom:3px solid #ffffff4d;color:#fff}.cta-section p{color:#fffffff2;font-size:1.2rem}.cta-button-about{background:#fff;border-radius:50px;box-shadow:0 4px 15px #0003;color:#667eea;display:inline-block;font-size:1.2rem;font-weight:700;margin-top:1rem;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.cta-button-about:hover{box-shadow:0 6px 20px #0000004d;transform:translateY(-2px)}.footer-section{background:#0000;box-shadow:none;padding:2rem;text-align:center}.powered-by{color:#999;font-size:1rem}@media (max-width:768px){.about-container{padding:1rem}.about-hero{padding:2rem 1rem}.about-hero h1{font-size:2rem}.about-subtitle{font-size:1.2rem}.about-section{padding:1.5rem}.about-section h2{font-size:1.5rem}.features-grid,.how-it-works{grid-template-columns:1fr}}@media (max-width:480px){.about-page{min-height:calc(100vh - 70px)}.about-container{padding:.875rem}.about-hero{border-radius:16px;margin-bottom:1.5rem;padding:2rem 1rem}.about-hero h1{font-size:1.75rem;margin-bottom:.75rem}.about-subtitle{font-size:1.1rem;margin-top:.375rem}.about-section{border-radius:12px;margin-bottom:1.5rem;padding:1.25rem}.about-section h2{border-bottom-width:2px;font-size:1.375rem;margin-bottom:1.25rem;padding-bottom:.375rem}.about-section p{font-size:1rem;line-height:1.7;margin-bottom:.875rem}.how-it-works{gap:1.25rem;margin-top:1.5rem}.work-step{padding:1.25rem}.work-step-icon{font-size:3rem;margin-bottom:.75rem}.work-step h3{font-size:1.125rem;margin-bottom:.375rem}.work-step p{font-size:.95rem}.tech-list{margin-top:1.25rem}.tech-list li{border-left-width:3px;font-size:1rem;margin-bottom:.625rem;padding:.875rem}.features-grid{gap:1.25rem;margin-top:1.5rem}.feature-item{padding:1.25rem}.feature-emoji{font-size:2.5rem;margin-bottom:.75rem}.feature-item h3{font-size:1.125rem;margin-bottom:.375rem}.feature-item p{font-size:.95rem}.cta-section{padding:2rem 1.25rem}.cta-section h2{font-size:1.5rem;margin-bottom:1.25rem}.cta-section p{font-size:1.1rem}.cta-button-about{font-size:1.1rem;margin-top:.875rem;padding:.875rem 2rem}.footer-section{padding:1.5rem}.powered-by{font-size:.9rem}}.results-page{background:linear-gradient(180deg,#f8f9fa,#e9ecef);min-height:calc(100vh - 80px);padding:2rem}.results-container{margin:0 auto;max-width:900px}.results-header{margin-bottom:2rem}.back-button{color:#667eea;display:inline-block;font-weight:500;margin-bottom:1rem;text-decoration:none;transition:color .2s}.back-button:hover{color:#764ba2}.results-header h1{align-items:center;color:#333;display:flex;font-size:2.5rem;gap:.5rem}.results-header h1:before{content:"🎉";font-size:2.5rem}.results-list{display:flex;flex-direction:column;gap:1.5rem}.result-card{background:#fff;border-radius:16px;box-shadow:0 2px 10px #0000001a;padding:2rem;position:relative;transition:transform .3s ease,box-shadow .3s ease}.result-card:hover{box-shadow:0 4px 20px #00000026;transform:translateY(-2px)}.result-card.top-match{background:linear-gradient(180deg,#f8f9ff,#fff);border:2px solid #667eea}.top-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;font-size:.9rem;font-weight:700;padding:.5rem 1rem;position:absolute;right:1rem;top:1rem}.result-content{display:flex;gap:1.5rem;margin-bottom:1.5rem}.album-art-container{flex-shrink:0}.album-art{border-radius:12px;box-shadow:0 4px 10px #0003;height:150px;object-fit:cover;width:150px}.track-info{display:flex;flex:1 1;flex-direction:column;justify-content:center}.track-name{color:#333;font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.artist-name{color:#666;font-size:1.25rem;margin-bottom:.25rem}.album-name{color:#999;font-size:1rem;margin-bottom:.5rem}.similarity{margin-top:.5rem}.similarity-badge{background:#e8f5e9;border-radius:12px;color:#2e7d32;font-size:.9rem;font-weight:700;padding:.25rem .75rem}.audio-player{background:#f8f9fa;border-radius:12px;margin:1.5rem 0;padding:1rem}.audio-controls{height:40px;outline:none;width:100%}.audio-controls::-webkit-media-controls-panel{background:#fff}.external-links{display:flex;flex-wrap:wrap;gap:1rem}.external-link{align-items:center;border-radius:12px;display:flex;flex:1 1;font-weight:600;gap:.5rem;justify-content:center;min-width:200px;padding:1rem 1.5rem;text-decoration:none;transition:all .3s ease}.spotify-link{background:#1db954;color:#fff}.spotify-link:hover{background:#1ed760;box-shadow:0 4px 12px #1db95466;transform:translateY(-2px)}.apple-link{background:linear-gradient(135deg,#fa243c,#fa5c42);color:#fff}.apple-link:hover{box-shadow:0 4px 12px #fa243c66;transform:translateY(-2px)}.link-icon{font-size:1.25rem}.action-buttons{margin-top:2rem;text-align:center}.search-again-button{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50px;box-shadow:0 4px 15px #667eea66;color:#fff;display:inline-block;font-size:1.1rem;font-weight:700;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.search-again-button:hover{box-shadow:0 6px 20px #667eea99;transform:translateY(-2px)}.no-results{background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000001a;padding:4rem 2rem;text-align:center}.no-results-icon{display:block;font-size:5rem;margin-bottom:1rem}.no-results h2{color:#333;font-size:2rem;margin-bottom:1rem}.no-results p{color:#666;font-size:1.1rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:500px}@media (max-width:768px){.results-page{padding:1rem}.results-header h1{font-size:2rem}.result-card{padding:1.5rem}.result-content{align-items:center;flex-direction:column;text-align:center}.album-art{height:120px;width:120px}.track-name{font-size:1.5rem}.artist-name{font-size:1.1rem}.external-links{flex-direction:column}.external-link{min-width:100%}.top-badge{display:inline-block;margin-bottom:1rem;position:static}}@media (max-width:480px){.results-page{padding:.875rem}.results-container{max-width:100%}.results-header{margin-bottom:1.5rem}.back-button{font-size:.9rem;margin-bottom:.75rem}.results-header h1{font-size:1.75rem}.results-header h1:before{font-size:2rem}.results-list{gap:1.25rem}.result-card{border-radius:12px;padding:1.25rem}.result-content{gap:1rem;margin-bottom:1.25rem}.album-art{border-radius:10px;height:100px;width:100px}.track-name{font-size:1.375rem;margin-bottom:.375rem}.artist-name{font-size:1rem;margin-bottom:.25rem}.album-name{font-size:.9rem}.similarity-badge{font-size:.85rem;padding:.2rem .625rem}.audio-player{margin:1.25rem 0;padding:.875rem}.audio-controls{height:36px}.external-links{gap:.875rem}.external-link{font-size:.9rem;padding:.875rem 1.25rem}.link-icon{font-size:1.125rem}.action-buttons{margin-top:1.5rem}.search-again-button{font-size:1rem;padding:.875rem 2rem}.no-results{border-radius:16px;padding:3rem 1.5rem}.no-results-icon{font-size:4rem;margin-bottom:.75rem}.no-results h2{font-size:1.75rem;margin-bottom:.75rem}.no-results p{font-size:1rem;margin-bottom:1.5rem}.top-badge{font-size:.8rem;padding:.375rem .875rem}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-overflow-scrolling:touch;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App{display:flex;flex-direction:column;min-height:100vh}:root{--primary-color:#667eea;--secondary-color:#764ba2;--gradient-primary:linear-gradient(135deg,#667eea,#764ba2);--gradient-accent:linear-gradient(135deg,#f093fb,#f5576c);--text-primary:#2d3748;--text-secondary:#718096;--border-radius:12px;--box-shadow:0 4px 20px #00000014}[role=button],a,button{-webkit-tap-highlight-color:transparent;touch-action:manipulation}img{height:auto;max-width:100%}
/*# sourceMappingURL=main.c8e86250.css.map*/