.app{min-height:100vh;background:linear-gradient(135deg,#a5b4fc,#818cf8,#6366f1);position:relative;overflow-x:hidden}.content{position:relative;z-index:10;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between}.hero{max-width:1200px;margin:0 auto;padding:60px 24px;text-align:center;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.logo{width:180px;height:auto;margin-bottom:24px;filter:drop-shadow(0 10px 30px rgba(0,0,0,.3)) drop-shadow(0 0 40px rgba(99,102,241,.9)) drop-shadow(0 0 60px rgba(99,102,241,.7)) drop-shadow(0 0 100px rgba(99,102,241,.5));animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.title{font-size:3.5rem;font-weight:700;color:#fff;margin-bottom:16px;letter-spacing:-.5px;text-shadow:0 4px 20px rgba(0,0,0,.3)}.tagline{font-size:1.8rem;font-weight:500;color:#a5b4fc;margin-bottom:24px;letter-spacing:.5px}.description{font-size:1.25rem;color:#cbd5e1;line-height:1.8;max-width:700px;margin:0 auto 48px}.highlight{color:#818cf8;font-weight:600}.download-section{margin-bottom:80px}.coming-soon{font-size:.95rem;font-weight:600;color:#818cf8;text-transform:uppercase;letter-spacing:2px;margin-bottom:24px}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:32px;max-width:900px;margin:0 auto;width:100%}.feature{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:32px 24px;border:1px solid rgba(255,255,255,.1);transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.feature:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000004d;background:#ffffff14}.feature-icon{font-size:3rem;margin-bottom:16px}.feature h3{font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:12px}.feature p{font-size:1rem;color:#cbd5e1;line-height:1.6}@media (max-width: 768px){.hero{padding:40px 20px}.logo{width:140px}.title{font-size:2.5rem}.tagline{font-size:1.4rem}.description{font-size:1.1rem}.features{grid-template-columns:1fr;gap:24px}}@media (max-width: 480px){.hero{padding:30px 16px}.logo{width:120px}.title{font-size:2rem}.tagline{font-size:1.2rem}.description{font-size:1rem;margin-bottom:32px}.download-section{margin-bottom:60px}.feature{padding:24px 20px}.feature-icon{font-size:2.5rem}.feature h3{font-size:1.2rem}.feature p{font-size:.95rem}}.download-buttons{display:flex;gap:20px;justify-content:center;align-items:center;flex-wrap:wrap}.download-btn{display:flex;align-items:center;gap:12px;padding:14px 28px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;text-decoration:none;transition:all .3s ease;cursor:pointer;min-width:180px}.download-btn:hover{background:#ffffff26;border-color:#fff6;transform:translateY(-2px);box-shadow:0 10px 30px #0000004d}.download-btn:active{transform:translateY(0)}.btn-icon{width:32px;height:32px;flex-shrink:0}.btn-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}.btn-subtitle{font-size:.7rem;font-weight:400;opacity:.9;text-transform:uppercase;letter-spacing:.5px}.btn-title{font-size:1.1rem;font-weight:600}@media (max-width: 480px){.download-buttons{flex-direction:column;gap:16px;width:100%;max-width:280px;margin:0 auto}.download-btn{width:100%;justify-content:center;min-width:unset}}.footer{padding:40px 24px;background:#0f1115;border-top:1px solid rgba(255,255,255,.1)}.footer-content{max-width:1200px;margin:0 auto;text-align:center}.footer-links{display:flex;justify-content:center;align-items:center;gap:16px;margin-bottom:16px;flex-wrap:wrap}.footer-link{color:#cbd5e1;text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer-link:hover{color:#818cf8}.footer-divider{color:#ffffff4d;font-size:.95rem}.footer-copyright{color:#94a3b8;font-size:.9rem;margin:0}@media (max-width: 480px){.footer{padding:32px 16px}.footer-links{font-size:.9rem}.footer-copyright{font-size:.85rem}}.legal-page{min-height:100vh;background:linear-gradient(180deg,#1c1f26,#0f1115);padding:60px 20px}.legal-container{max-width:800px;margin:0 auto;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;padding:60px 40px;border:1px solid rgba(255,255,255,.1);color:#e2e8f0}.legal-container h1{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:.5rem;letter-spacing:-.5px}.last-updated{color:#94a3b8;font-size:.9rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.legal-container h2{font-size:1.5rem;font-weight:600;color:#a5b4fc;margin-top:2.5rem;margin-bottom:1rem}.legal-container h3{font-size:1.2rem;font-weight:600;color:#cbd5e1;margin-top:1.5rem;margin-bottom:.75rem}.legal-container p{line-height:1.7;margin-bottom:1rem;color:#cbd5e1}.legal-container ul{margin:1rem 0 1.5rem 1.5rem;line-height:1.7}.legal-container li{margin-bottom:.5rem;color:#cbd5e1}.legal-container strong{color:#fff;font-weight:600}.legal-container a{color:#818cf8;text-decoration:none;transition:color .3s ease}.legal-container a:hover{color:#a5b4fc;text-decoration:underline}.back-link{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.back-link a{display:inline-block;padding:12px 24px;background:#818cf833;border:2px solid rgba(129,140,248,.4);border-radius:12px;color:#fff;font-weight:600;transition:all .3s ease}.back-link a:hover{background:#818cf84d;border-color:#818cf899;transform:translateY(-2px);text-decoration:none}@media (max-width: 768px){.legal-page{padding:40px 16px}.legal-container{padding:40px 24px}.legal-container h1{font-size:2rem}.legal-container h2{font-size:1.3rem}.legal-container h3{font-size:1.1rem}}.post-page{min-height:100vh;width:100%;background:linear-gradient(180deg,#1c1f26,#0f1115);color:#fff;display:flex;justify-content:center;overflow-x:hidden}.post-page *{box-sizing:border-box}.post-container{width:100%;max-width:800px;padding:20px;box-sizing:border-box}.post-page.loading .post-container,.post-page.error .post-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.post-header{display:flex;justify-content:flex-end;align-items:center;margin-bottom:32px;gap:16px}.back-button,.open-app-button{padding:12px 24px;border-radius:12px;border:none;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.back-button{background:#818cf81a;color:#818cf8}.back-button:hover{background:#818cf833}.open-app-button{background:#818cf8;color:#fff}.post-content{background:#0f1115;border-radius:24px;padding:40px;box-shadow:0 10px 40px #0000004d}.post-page .creator-info{display:flex;align-items:center;gap:16px;margin-bottom:32px;text-decoration:none;color:inherit}.post-page .avatar{width:64px;height:64px;border-radius:50%;overflow:hidden;background:#1c1f26}.post-page .avatar img{width:100%;height:100%;object-fit:cover}.post-page .avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#818cf8}.post-page .creator-details{flex:1}.post-page .display-name{font-size:20px;font-weight:700;margin:0 0 4px;color:#fff}.post-page .username{font-size:14px;color:#b8c5d6;margin:0}.post-title{font-size:28px;font-weight:700;margin:0 0 16px;color:#fff;line-height:1.3}.post-description{font-size:16px;color:#b8c5d6;line-height:1.6;margin:0 0 16px}.post-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:32px}.tag-chip{padding:6px 12px;background:#818cf826;border-radius:20px;font-size:12px;font-weight:500;color:#b8c5d6}.audio-player{background:#1c1f26;border-radius:12px;padding:16px;margin-bottom:24px;display:flex;align-items:center;gap:12px;width:100%;max-width:100%;box-sizing:border-box}.play-button{width:56px;height:56px;border-radius:50%;background:#818cf8;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.play-button:hover{background:#6366f1;transform:scale(1.05)}.play-button svg{width:24px;height:24px;color:#fff}.player-info{flex:1;min-width:0;width:100%}.slider-container{position:relative;width:100%;height:12px;margin-bottom:12px;display:flex;align-items:center}.progress-slider{position:relative;width:100%;height:3px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:2px;outline:none;cursor:pointer;margin:0}.progress-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;background:#818cf8;cursor:pointer;transition:all .2s;margin-top:-4.5px}.progress-slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.progress-slider::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:#818cf8;cursor:pointer;border:none;transition:all .2s}.progress-slider::-moz-range-thumb:hover{transform:scale(1.2)}.progress-slider::-webkit-slider-runnable-track{width:100%;height:3px;border-radius:2px}.progress-slider::-moz-range-track{width:100%;height:3px;border-radius:2px}.time-info{display:flex;justify-content:space-between;font-size:12px;font-weight:600;color:#b8c5d6}.post-stats{display:flex;gap:32px;padding-top:24px}.stat{display:flex;align-items:center;gap:8px;color:#b8c5d6}.stat svg{width:20px;height:20px;opacity:.6}.stat span{font-size:14px;font-weight:600}.post-footer{margin-top:40px}.app-cta{background:linear-gradient(135deg,#818cf8,#6366f1);border-radius:20px;padding:40px;text-align:center}.app-cta h3{font-size:24px;margin:0 0 12px;color:#fff}.app-cta p{font-size:16px;color:#ffffffe6;margin:0 0 24px}.download-button{background:#fff;color:#6366f1;padding:16px 40px;border-radius:12px;border:none;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s}.download-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}@media (max-width: 768px){.post-container{padding:12px}.post-content{padding:16px}.post-header{flex-direction:column;margin-bottom:20px}.back-button,.open-app-button{padding:10px 20px;font-size:13px}.back-button,.open-app-button{width:100%}.post-title{font-size:24px}.audio-player{padding:8px;gap:8px}.app-cta{padding:32px 24px}.app-cta h3{font-size:20px}}.profile-page{min-height:100vh;width:100%;background:linear-gradient(180deg,#1c1f26,#0f1115);color:#fff;display:flex;justify-content:center;overflow-x:hidden}.profile-page *{box-sizing:border-box}.profile-container{width:100%;max-width:800px;padding:20px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.profile-page.loading .profile-container,.profile-page.error .profile-container{flex-direction:column;text-align:center}.spinner{width:50px;height:50px;border:4px solid rgba(129,140,248,.1);border-top-color:#818cf8;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{to{transform:rotate(360deg)}}.profile-loading,.profile-error{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px}.profile-error h2{font-size:24px;margin-bottom:12px;color:#fff}.profile-error p{color:#b8c5d6;margin-bottom:24px}.profile-back-link{padding:12px 24px;background:#818cf8;color:#fff;text-decoration:none;border-radius:12px;font-weight:600;transition:all .2s}.profile-back-link:hover{background:#6366f1;transform:translateY(-2px)}.profile-content{width:100%;max-width:100%}.profile-header{display:flex;justify-content:flex-end;align-items:center;margin-bottom:32px;gap:16px}.open-app-button{padding:12px 24px;border-radius:12px;border:none;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;background:#818cf8;color:#fff}.open-app-button:hover{background:#6366f1;transform:translateY(-2px)}.profile-info{margin-bottom:24px;background:#0f1115;padding:24px;border-radius:16px;box-shadow:0 4px 12px #0003;width:100%;max-width:100%;box-sizing:border-box}.profile-header-row{display:flex;align-items:flex-start;gap:16px;margin-bottom:12px}.profile-avatar-container{flex-shrink:0}.profile-avatar{width:72px;height:72px;border-radius:50%;object-fit:cover}.profile-avatar-placeholder{width:72px;height:72px;border-radius:50%;background:#1c1f26;display:flex;align-items:center;justify-content:center;color:#818cf8}.profile-details{flex:1}.profile-display-name{font-size:18px;font-weight:600;margin:0 0 8px;color:#fff}.profile-bio{font-size:14px;color:#cbd5e1;line-height:1.5;margin-bottom:12px;text-align:left;word-wrap:break-word;overflow-wrap:break-word}.profile-stats{display:flex;gap:24px}.profile-stat{display:flex;flex-direction:column;align-items:center;gap:4px;padding:4px 8px}.profile-stats .profile-stat-value{font-size:24px;font-weight:800;color:#fff}.profile-stats .profile-stat-label{font-size:13px;color:#b8c5d6;font-weight:500}.profile-social-links{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.profile-social-link{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#1c1f26;border-radius:20px;color:#fff;text-decoration:none;font-size:12px;font-weight:600;transition:all .2s}.profile-social-link:hover{background:#2a2d35;transform:translateY(-1px)}.profile-soundcloud-link svg{color:#f70}.profile-bandcamp-link svg{color:#6ab6d9}.profile-public-section{margin-top:16px;width:100%;max-width:100%}.profile-section-header{padding:8px 0;margin-bottom:16px;text-align:center}.profile-section-title{font-size:14px;font-weight:600;margin:0 0 8px;color:#fff}.profile-section-divider{height:2px;background:#818cf8;margin:0 auto;width:20%}.profile-posts-list{display:flex;flex-direction:column;gap:16px;width:100%;max-width:100%}.profile-post-card{background:#0f1115;padding:24px;text-decoration:none;color:inherit;transition:all .2s;border-radius:16px;display:block;box-shadow:0 4px 12px #0003;width:100%;max-width:100%;box-sizing:border-box}.profile-post-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000004d}.profile-post-card .audio-player{background:#1c1f26;border-radius:12px;padding:16px;margin-bottom:20px;display:flex;align-items:center;gap:12px;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.profile-post-card .play-button{width:56px;height:56px;border-radius:50%;background:#818cf8;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.profile-post-card .play-button:hover{background:#6366f1;transform:scale(1.05)}.profile-post-card .play-button svg{width:24px;height:24px;color:#fff}.profile-post-card .player-info{flex:1;min-width:0}.profile-post-card .slider-container{position:relative;width:100%;height:12px;margin-bottom:12px;display:flex;align-items:center;min-width:0}.profile-post-card .progress-slider{position:relative;width:100%;max-width:100%;height:3px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:2px;outline:none;cursor:pointer;margin:0;box-sizing:border-box}.profile-post-card .progress-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;background:#818cf8;cursor:pointer;transition:all .2s;margin-top:-4.5px}.profile-post-card .progress-slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.profile-post-card .progress-slider::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:#818cf8;cursor:pointer;border:none;transition:all .2s}.profile-post-card .progress-slider::-moz-range-thumb:hover{transform:scale(1.2)}.profile-post-card .progress-slider::-webkit-slider-runnable-track{width:100%;height:3px;border-radius:2px}.profile-post-card .progress-slider::-moz-range-track{width:100%;height:3px;border-radius:2px}.profile-post-card .time-info{display:flex;justify-content:space-between;font-size:12px;font-weight:600;color:#b8c5d6}.profile-post-details{margin-bottom:12px;text-decoration:none;color:inherit;display:block}.profile-post-title{font-size:20px;font-weight:700;margin:0 0 8px;color:#fff;line-height:1.3;word-wrap:break-word;overflow-wrap:break-word}.profile-post-description{font-size:15px;color:#b8c5d6;line-height:1.6;margin:0 0 12px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;overflow-wrap:break-word}.profile-post-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.profile-tag-chip{padding:6px 12px;background:#818cf826;border-radius:20px;font-size:12px;font-weight:500;color:#b8c5d6}.profile-post-stats{display:flex;align-items:center;gap:24px;padding-top:8px}.profile-post-stats .profile-stat{display:flex;flex-direction:row;align-items:center;gap:8px;color:#b8c5d6;padding:0}.profile-post-stats .profile-stat svg{width:20px;height:20px;opacity:.6}.profile-post-stats .profile-stat span{font-size:14px;font-weight:600}.profile-post-date{font-size:13px;color:#94a3b8;margin-left:auto}.load-more-container{display:flex;justify-content:center;padding:32px 0}.load-more-button{padding:12px 32px;background:#818cf81a;color:#818cf8;border:2px solid rgba(129,140,248,.3);border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.load-more-button:hover:not(:disabled){background:#818cf833;border-color:#818cf8;transform:translateY(-2px)}.load-more-button:disabled{opacity:.5;cursor:not-allowed}.profile-no-posts{text-align:center;padding:60px 20px}.profile-no-posts-icon{width:120px;height:120px;margin:0 auto 24px;border-radius:50%;background:#818cf81a;display:flex;align-items:center;justify-content:center}.profile-no-posts-logo{width:128px;height:128px;filter:brightness(0) saturate(100%) invert(64%) sepia(19%) saturate(1463%) hue-rotate(205deg) brightness(103%) contrast(97%)}.profile-no-posts-title{font-size:22px;font-weight:600;margin:0 0 8px;color:#fff}.profile-no-posts-subtitle{font-size:15px;color:#b8c5d6;margin:0;font-weight:400}.page-footer{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:32px 20px;margin-top:40px}.footer-links{display:flex;align-items:center;gap:12px}.footer-link{color:#b8c5d6;text-decoration:none;font-size:14px;font-weight:500;transition:color .2s}.footer-link:hover{color:#fff}.footer-separator{color:#b8c5d6;font-size:14px}.footer-copyright{color:#94a3b8;font-size:12px;text-align:center}@media (max-width: 768px){.profile-container{padding:12px}.profile-content{width:100%}.profile-header{margin-bottom:20px;padding:0}.open-app-button{padding:10px 20px;font-size:13px}.profile-info{padding:16px;width:100%;max-width:100%;margin:0 0 24px}.profile-avatar,.profile-avatar-placeholder{width:56px;height:56px}.profile-display-name{font-size:16px}.profile-bio{font-size:13px}.profile-stats .profile-stat-value{font-size:20px}.profile-stats .profile-stat-label{font-size:12px}.profile-stats{gap:12px}.profile-posts-grid{grid-template-columns:1fr}.profile-app-cta{padding:24px 16px}.profile-app-cta h3{font-size:18px}.profile-post-card{padding:16px;width:100%;max-width:100%}.profile-posts-list{padding:0}.profile-public-section{margin:0}.profile-post-card .audio-player{padding:12px}.profile-post-card .play-button{width:48px;height:48px}.profile-post-title{font-size:17px}.profile-post-description{font-size:14px}.profile-post-stats{gap:16px;flex-wrap:wrap}.page-footer{padding:24px 12px}}*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden;width:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;width:100%;max-width:100%}#root{min-height:100vh;overflow-x:hidden;width:100%;max-width:100%}
