@import"https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800;900&family=Space+Mono:wght@700&display=swap";.nav{position:fixed;top:0;left:0;right:0;z-index:100;height:69px;background:#1c1f26ad;backdrop-filter:blur(18px) saturate(160%);-webkit-backdrop-filter:blur(18px) saturate(160%);border-bottom:1px solid rgba(255,255,255,.12);box-shadow:0 10px 34px #00000047}.nav-inner{max-width:1200px;margin:0 auto;padding:0 32px;height:100%;display:flex;align-items:center;gap:40px}.nav-brand{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}.nav-logo{width:28px;height:24px;object-fit:contain}.nav-wordmark{font-family:Archivo,sans-serif;font-weight:800;font-size:20px;letter-spacing:-.02em;color:#fff}.nav-links{display:flex;align-items:center;gap:32px;flex:1;justify-content:center}.nav-links a{font-family:Archivo,sans-serif;font-weight:500;font-size:15px;color:#b8c5d6;text-decoration:none;transition:color .2s}.nav-links a:hover{color:#fff}.nav-download-btn{flex-shrink:0;background:linear-gradient(160deg,#818cf8,#6366f1);color:#fff;font-family:Archivo,sans-serif;font-size:15px;font-weight:600;padding:10px 20px;border-radius:10px;text-decoration:none;transition:opacity .2s}.nav-download-btn:hover{opacity:.88}.nav-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.nav-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:38px;height:38px;background:#ffffff1a;border:none;border-radius:8px;cursor:pointer;padding:0}.nav-hamburger span{display:block;width:18px;height:2px;background:#fff;border-radius:2px;transition:transform .2s ease,opacity .2s ease}.nav-hamburger--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-hamburger--open span:nth-child(2){opacity:0}.nav-hamburger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-mobile-menu{display:flex;flex-direction:column;background:#14161ff7;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-top:1px solid rgba(255,255,255,.08);padding:16px 24px 24px;gap:4px}.nav-mobile-menu a{font-family:Archivo,sans-serif;font-size:16px;font-weight:500;color:#b8c5d6;text-decoration:none;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.07);transition:color .2s}.nav-mobile-menu a:last-child{border-bottom:none}.nav-mobile-menu a:hover{color:#fff}.nav-mobile-download{margin-top:12px;background:linear-gradient(160deg,#818cf8,#6366f1)!important;color:#fff!important;font-weight:600!important;padding:14px 0!important;border-radius:10px;text-align:center;border-bottom:none!important}@media (max-width: 768px){.nav-hamburger{display:flex}.nav-download-btn{display:none}}.page{width:100%;overflow:clip}.section{width:100%}.section--white{background:#fff}.section--lavender{background:#f4f3fe}.section--dark{background:#1c1f26}.section--cta{background:linear-gradient(180deg,#818cf8,#6366f1);position:relative;overflow:hidden}.section--cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 15% 85%,rgba(255,255,255,.1),transparent 50%);pointer-events:none}.section-inner{max-width:1200px;margin:0 auto;padding:96px 32px}.section-inner--centered{display:flex;flex-direction:column;align-items:center;text-align:center}.section-header{text-align:center;margin-bottom:64px}.eyebrow-label{display:inline-block;font-family:Space Mono,monospace;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.16em;color:#6366f1;margin-bottom:18px}.eyebrow-label--light{color:#818cf8}.section-h2{font-family:Archivo,sans-serif;font-weight:800;font-size:46px;line-height:1.1;letter-spacing:-.03em;color:#1c1f26;margin-bottom:20px}.section-h2--white{color:#fff}.section-body{font-size:20px;line-height:1.55;color:#4a5568;margin:0 auto}.section-body--muted{color:#fff9;font-size:19px}.hero{min-height:100dvh;padding-top:69px;background:linear-gradient(180deg,#818cf8,#6d74f2);position:relative;overflow:clip;display:flex;flex-direction:column}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 78% 30%,rgba(255,255,255,.14),transparent 45%);pointer-events:none}.hero-inner{max-width:1200px;width:100%;margin:auto;padding:48px 32px;display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;flex:1;position:relative;z-index:1}.hero-copy{display:flex;flex-direction:column;align-items:flex-start}.eyebrow-pill{display:inline-flex;align-items:center;gap:8px;font-family:Space Mono,monospace;font-weight:700;font-size:12.5px;text-transform:uppercase;letter-spacing:.16em;color:#fff;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);border-radius:100px;padding:8px 14px;margin-bottom:28px}.eyebrow-dot{width:7px;height:7px;border-radius:50%;background:#f05560;flex-shrink:0}.hero-h1{font-family:Archivo,sans-serif;font-weight:900;font-size:76px;line-height:.98;letter-spacing:-.035em;color:#fff;margin-bottom:28px}.hero-sub{font-family:Archivo,sans-serif;font-weight:400;font-size:20px;line-height:1.5;color:#ffffffe6;max-width:500px;margin-bottom:40px}.hero-visual{display:flex;justify-content:center;align-items:center}.scroll-cue{position:absolute;bottom:32px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:6px;color:#ffffffb3;text-decoration:none;z-index:1}.scroll-cue-label{font-family:Space Mono,monospace;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.scroll-cue-chevron{animation:chevronBounce 1.6s ease-in-out infinite}@keyframes chevronBounce{0%,to{transform:translateY(0)}50%{transform:translateY(7px)}}.why-row{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}.why-today-card{flex:1;min-width:320px;max-width:480px;background:#fff;border:1px dashed rgba(28,31,38,.2);border-radius:20px;padding:28px}.why-card-label{font-family:Space Mono,monospace;font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#8a94a6;margin-bottom:16px}.why-chips{display:flex;flex-wrap:wrap;gap:8px}.why-chip{background:#fff;border:1px solid rgba(28,31,38,.15);color:#6b7280;font-size:14px;font-weight:500;padding:8px 14px;border-radius:100px}.why-arrow{flex-shrink:0;display:flex;align-items:center}.why-arrow-down{display:none}.why-smplr-card{flex:1;min-width:260px;max-width:340px;background:linear-gradient(160deg,#818cf8,#6366f1);border-radius:20px;padding:32px 28px;text-align:center;box-shadow:0 24px 50px -24px #6366f199;display:flex;flex-direction:column;align-items:center}.why-smplr-logo{width:46px;height:39px;object-fit:contain;margin-bottom:12px}.why-smplr-name{font-family:Archivo,sans-serif;font-weight:800;font-size:22px;color:#fff;margin-bottom:8px}.why-smplr-sub{font-size:15px;color:#ffffffe6}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.how-card{background:#fff;border-radius:20px;padding:36px 30px;border:1px solid rgba(28,31,38,.06)}.how-num{display:block;font-family:Space Mono,monospace;font-weight:700;font-size:15px;color:#6366f1;letter-spacing:.04em;margin-bottom:20px}.how-icon-tile{width:52px;height:52px;background:#edecfd;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.how-card-h3{font-family:Archivo,sans-serif;font-weight:700;font-size:22px;letter-spacing:-.02em;color:#1c1f26;margin-bottom:12px}.how-card-body{font-size:16px;line-height:1.55;color:#4a5568}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;margin-top:96px}.feature-row--reverse{direction:rtl}.feature-row--reverse>*{direction:ltr}.feature-num{display:block;font-family:Space Mono,monospace;font-weight:700;font-size:14px;color:#6366f1;letter-spacing:.04em;margin-bottom:20px}.feature-h3{font-family:Archivo,sans-serif;font-weight:800;font-size:38px;line-height:1.1;letter-spacing:-.025em;color:#1c1f26;margin-bottom:16px}.feature-body{font-size:18px;line-height:1.55;color:#4a5568;margin-bottom:28px}.feature-checks{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.check-item{display:flex;align-items:center;gap:12px;font-size:16px;font-weight:500;color:#1c1f26}.check-circle{width:22px;height:22px;border-radius:50%;background:#edecfd;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-phone-col{display:flex;justify-content:center}.phone-mockup{width:270px;background:#0c0c10;border:9px solid #17171D;border-radius:42px;overflow:hidden;box-shadow:0 30px 60px -20px #1c1f2666}.phone-screen{width:100%;height:538px;object-fit:cover;display:block}.founder-card{max-width:820px;margin:0 auto;background:#fff;border:1px solid rgba(28,31,38,.08);border-radius:24px;padding:48px;box-shadow:0 24px 60px -30px #1c1f2640}.founder-logo{width:52px;height:44px;object-fit:contain;margin-bottom:24px}.founder-lead{font-family:Archivo,sans-serif;font-weight:600;font-size:22px;line-height:1.4;color:#1c1f26;margin-bottom:20px}.founder-body{font-size:18px;line-height:1.65;color:#4a5568;margin-bottom:16px}.founder-sig{font-size:16px;font-weight:700;color:#1c1f26;margin-top:24px;margin-bottom:4px}.founder-subtitle{font-size:14px;font-weight:400;color:#1c1f2680}.cta-content{max-width:800px;display:flex;flex-direction:column;align-items:center;gap:0;position:relative;z-index:1}.cta-h2{font-family:Archivo,sans-serif;font-weight:900;font-size:54px;line-height:1.05;letter-spacing:-.035em;color:#fff;margin-bottom:24px;text-align:center}.cta-sub{font-size:20px;line-height:1.55;color:#ffffffe6;text-align:center;margin-bottom:40px;max-width:620px}@media (max-width: 960px){.nav-links{display:none}.nav-right{margin-left:auto}.hero-inner{grid-template-columns:1fr;padding:100px 24px 60px;text-align:center}.hero-copy{align-items:center}.hero-sub{max-width:100%}.hero-h1{font-size:54px}.how-grid{grid-template-columns:1fr}.feature-row{grid-template-columns:1fr;gap:40px;margin-top:64px}.feature-row--reverse{direction:ltr}.feature-phone-col{order:-1}.feature-h3{font-size:28px}.section-h2{font-size:34px}.cta-h2{font-size:38px}}@media (max-width: 600px){.hero-h1{font-size:42px}.section-inner{padding:64px 20px}.why-row{flex-direction:column;align-items:stretch}.why-today-card,.why-smplr-card{flex:none;min-width:unset;width:100%;max-width:100%}.why-arrow{display:flex;justify-content:center}.why-arrow-right{display:none}.why-arrow-down{display:block}.founder-card{padding:32px 24px}.cta-h2{font-size:30px}}.download-buttons{display:flex;gap:14px;flex-wrap:wrap}.download-btn{display:flex;align-items:center;gap:12px;background:#1c1f26;border-radius:13px;padding:13px 22px;flex:1;min-width:175px;box-shadow:0 10px 30px #1c1f264d;text-decoration:none;color:#fff;transition:transform .2s ease,box-shadow .2s ease;white-space:nowrap}.download-btn:hover{transform:translateY(-2px);box-shadow:0 14px 36px #1c1f2666}.btn-icon{width:24px;height:24px;flex-shrink:0}.btn-text{display:flex;flex-direction:column}.btn-subtitle{font-size:10px;opacity:.75;font-weight:500;line-height:1.2;letter-spacing:.02em}.btn-title{font-size:18px;font-weight:700;line-height:1.2;letter-spacing:-.01em}.download-buttons--large .download-btn{padding:15px 26px}@media (max-width: 480px){.download-buttons{flex-direction:column;align-items:stretch}.download-btn{min-width:unset;justify-content:center}.btn-title{font-size:16px}}.coverflow-wrapper{width:100%;padding:40px 0 20px;display:flex;flex-direction:column;align-items:center;gap:32px}.coverflow-scene{position:relative;width:100%;height:580px;display:flex;align-items:center;justify-content:center;perspective:1000px;transform-style:preserve-3d}.coverflow-card{position:absolute;width:260px;transition:transform .5s cubic-bezier(.25,.46,.45,.94),opacity .5s ease;transform-style:preserve-3d;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #00000080}.coverflow-card img{width:100%;height:auto;display:block;border-radius:24px}.coverflow-card--active{box-shadow:0 30px 80px #000000b3,0 0 40px #818cf84d}.coverflow-controls{display:flex;align-items:center;gap:20px}.coverflow-arrow{background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease;flex-shrink:0}.coverflow-arrow:hover{background:#ffffff40}.coverflow-arrow svg{width:20px;height:20px}.coverflow-dots{display:flex;gap:8px}.coverflow-dot{width:8px;height:8px;border-radius:50%;border:none;background:#ffffff4d;cursor:pointer;padding:0;transition:background .2s ease,transform .2s ease}.coverflow-dot--active{background:#fff;transform:scale(1.3)}@media (max-width: 768px){.coverflow-scene{height:460px}.coverflow-card{width:200px}}@media (max-width: 480px){.coverflow-scene{height:380px}.coverflow-card{width:160px}}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch}.ptier-card{background:#14161f;border:1px solid rgba(255,255,255,.09);border-radius:22px;padding:36px 30px;position:relative;display:flex;flex-direction:column}.ptier-card--pro{background:#191b28;border:1.5px solid #6366F1;box-shadow:0 24px 60px -24px #6366f180}.ptier-badge{position:absolute;top:20px;right:20px;background:#6366f1;color:#fff;font-family:Space Mono,monospace;font-size:11px;font-weight:700;letter-spacing:.05em;padding:5px 12px;border-radius:100px}.ptier-name{font-family:Archivo,sans-serif;font-weight:800;font-size:24px;color:#fff;margin-bottom:12px}.ptier-price-row{display:flex;align-items:baseline;gap:6px;margin-bottom:8px}.ptier-price{font-family:Archivo,sans-serif;font-weight:900;font-size:48px;line-height:1;color:#818cf8}.ptier-period{font-size:15px;color:#ffffff8c}.ptier-desc{font-size:15px;color:#ffffff80;margin-bottom:28px}.ptier-features{list-style:none;padding:0;margin:0;flex:1}.ptier-feature{display:flex;align-items:center;gap:12px;font-size:15px;color:#ffffffd9;padding:12px 0;border-top:1px solid rgba(255,255,255,.07)}.ptier-check{width:20px;height:20px;border-radius:50%;background:#22c55e;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media (max-width: 860px){.pricing-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}}.footer{background:#1c1f26}.footer-inner{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px;padding:72px 32px 40px;max-width:1200px;margin:0 auto}.footer-brand{display:flex;flex-direction:column;gap:16px}.footer-logo-row{display:flex;align-items:center;gap:10px}.footer-logo{width:32px;height:32px;object-fit:contain}.footer-wordmark{font-family:Archivo,sans-serif;font-weight:800;font-size:20px;color:#fff}.footer-tagline{font-size:15px;color:#ffffff8c;line-height:1.5;max-width:220px;margin:0}.footer-social{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:#ffffff14;color:#ffffffbf;text-decoration:none;transition:background .2s ease,color .2s ease;align-self:flex-start}.footer-social:hover{background:#6366f1;color:#fff}.footer-col{display:flex;flex-direction:column;gap:14px;padding-top:4px}.footer-col-heading{font-family:Space Mono,monospace;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffff73;margin:0 0 4px}.footer-col a{font-size:15px;color:#b8c5d6;text-decoration:none;transition:color .2s ease}.footer-col a:hover{color:#fff}.footer-sub{border-top:1px solid rgba(255,255,255,.08);padding:24px 32px;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box}.footer-sub p{font-size:13px;color:#fff6;margin:0;text-align:center}@media (max-width: 960px){.footer-inner{grid-template-columns:1fr 1fr;gap:40px 32px;padding:56px 24px 40px}.footer-brand{grid-column:1 / -1}.footer-sub{padding:24px}}@media (max-width: 600px){.footer-inner{grid-template-columns:1fr;padding:48px 20px 32px}.footer-sub{padding:20px}}.legal-page{min-height:100vh;background:#f4f3fe;padding:48px 20px 80px}.legal-header{max-width:800px;margin:0 auto 40px}.legal-header a{display:inline-flex;align-items:center;gap:10px;text-decoration:none}.legal-header img{width:28px;height:28px;object-fit:contain}.legal-header span{font-family:Archivo,sans-serif;font-weight:800;font-size:18px;color:#1c1f26}.legal-container{max-width:800px;margin:0 auto;background:#fff;border-radius:20px;padding:56px 52px;border:1px solid rgba(28,31,38,.06)}.legal-container h1{font-family:Archivo,sans-serif;font-size:2.2rem;font-weight:800;color:#1c1f26;margin-bottom:.5rem;letter-spacing:-.03em}.last-updated{font-family:Space Mono,monospace;font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#8a94a6;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(28,31,38,.08)}.legal-container h2{font-family:Archivo,sans-serif;font-size:1.15rem;font-weight:700;color:#6366f1;margin-top:2.5rem;margin-bottom:.75rem;letter-spacing:-.01em}.legal-container h3{font-family:Archivo,sans-serif;font-size:1rem;font-weight:700;color:#1c1f26;margin-top:1.5rem;margin-bottom:.5rem}.legal-container p{font-size:15px;line-height:1.7;margin-bottom:1rem;color:#4a5568}.legal-container ul{margin:.75rem 0 1.25rem 1.25rem;line-height:1.7}.legal-container li{font-size:15px;margin-bottom:.5rem;color:#4a5568}.legal-container strong{color:#1c1f26;font-weight:600}.legal-container a{color:#6366f1;text-decoration:none;transition:color .2s ease}.legal-container a:hover{color:#818cf8;text-decoration:underline}@media (max-width: 768px){.legal-page{padding:32px 16px 60px}.legal-container{padding:36px 24px}.legal-container h1{font-size:1.75rem}}.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}}.stats-gate{min-height:100vh;background:linear-gradient(135deg,#818cf8,#6366f1);display:flex;align-items:center;justify-content:center;padding:24px}.stats-gate-card{background:#1c1f26;border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:48px 40px;width:100%;max-width:400px;text-align:center;box-shadow:0 24px 64px #0006}.stats-gate-logo{font-size:1.2rem;font-weight:800;letter-spacing:2px;color:#818cf8;text-transform:uppercase;margin-bottom:24px}.stats-gate-title{font-size:1.8rem;font-weight:700;color:#111827;margin-bottom:8px}.stats-gate-subtitle{font-size:.95rem;color:#6b7280;margin-bottom:32px}.stats-gate-form{display:flex;flex-direction:column;gap:12px}.stats-gate-field{display:flex;align-items:center;gap:12px}.stats-gate-input{flex:1;padding:14px 16px;background:#ffffff0d;border:1.5px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:1rem;outline:none;box-sizing:border-box;transition:border-color .2s ease}.stats-gate-input:focus{border-color:#818cf8}.stats-gate-error{font-size:.875rem;color:#ef4444;margin:0;text-align:left}.stats-gate-btn{width:48px;height:48px;flex-shrink:0;background:linear-gradient(135deg,#818cf8,#6366f1);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s ease,transform .2s ease}.stats-gate-btn svg{width:20px;height:20px}.stats-gate-btn:hover:not(:disabled){transform:scale(1.08)}.stats-gate-btn:disabled{opacity:.4;cursor:default}.stats-dashboard{min-height:100vh;width:100%;background:#f3f4f8;padding:40px 48px 80px;box-sizing:border-box}.stats-header{display:flex;align-items:center;justify-content:flex-end;margin-bottom:32px;gap:16px}.stats-updated{font-size:.8rem;color:#9ca3af;margin:0}.stats-refresh-btn{background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;color:#6b7280;font-size:.875rem;font-weight:600;padding:10px 20px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0000000f}.stats-refresh-btn:hover{border-color:#818cf8;color:#818cf8}.stats-refresh-btn:disabled{opacity:.4;cursor:default}.stats-grid{display:grid;gap:16px;margin-bottom:16px}.stats-grid--5{grid-template-columns:repeat(5,1fr)}.stats-grid--6{grid-template-columns:repeat(6,1fr)}.stats-grid--3{grid-template-columns:repeat(3,1fr)}.stats-grid--4{grid-template-columns:repeat(4,1fr)}.stats-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000000f,0 4px 16px #0000000a;border-top:3px solid transparent}.stats-card-label{font-size:.7rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin:0 0 12px;color:#9ca3af}.stats-card-value{font-size:2.8rem;font-weight:800;margin:0;line-height:1;color:#111827}.stats-card--blue{border-top-color:#3b82f6}.stats-card--blue .stats-card-value{color:#1d4ed8}.stats-card--slate{border-top-color:#94a3b8}.stats-card--slate .stats-card-value{color:#475569}.stats-card--purple{border-top-color:#818cf8}.stats-card--purple .stats-card-value{color:#6366f1}.stats-card--violet{border-top-color:#a78bfa}.stats-card--violet .stats-card-value{color:#7c3aed}.stats-card--green{border-top-color:#22c55e}.stats-card--green .stats-card-value{color:#16a34a}.stats-card--emerald{border-top-color:#10b981}.stats-card--emerald .stats-card-value{color:#059669}.stats-card--orange{border-top-color:#f97316}.stats-card--orange .stats-card-value{color:#ea580c}.stats-card--amber{border-top-color:#f59e0b}.stats-card--amber .stats-card-value{color:#d97706}.stats-card--teal{border-top-color:#14b8a6}.stats-card--teal .stats-card-value{color:#0f766e}.stats-card--indigo{border-top-color:#6366f1}.stats-card--rose{border-top-color:#f43f5e}.stats-chart-card{margin-bottom:16px}.stats-chart-card .stats-card-label{margin-bottom:24px}.stats-platform-list{display:flex;flex-direction:column;gap:14px}.stats-platform-row{display:flex;justify-content:space-between;align-items:center}.stats-platform-label{font-size:.875rem;color:#6b7280}.stats-platform-value{font-size:1.1rem;font-weight:700;color:#111827}@media (max-width: 1200px){.stats-grid--6,.stats-grid--5{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.stats-dashboard{padding:32px 24px 60px}.stats-grid--6,.stats-grid--5,.stats-grid--3,.stats-grid--4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.stats-dashboard{padding:24px 16px 60px}.stats-grid--6,.stats-grid--5,.stats-grid--3,.stats-grid--4{grid-template-columns:1fr}.stats-card-value{font-size:2.2rem}}.notfound-wrapper{min-height:100vh;background:linear-gradient(135deg,#818cf8,#818cf8,#6366f1);display:flex;flex-direction:column}.notfound{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;padding:24px;position:relative;overflow:hidden}.notfound:before{content:"";position:absolute;width:500px;height:500px;background:#a5b4fc40;border-radius:50%;top:-150px;right:-150px;filter:blur(80px);pointer-events:none}.notfound:after{content:"";position:absolute;width:400px;height:400px;background:#6366f14d;border-radius:50%;bottom:-100px;left:-100px;filter:blur(80px);pointer-events:none}.notfound-logo{width:180px;height:auto;filter:drop-shadow(0 10px 30px rgba(0,0,0,.3)) drop-shadow(0 0 50px rgba(99,102,241,.8));animation:float 6s ease-in-out infinite;margin-bottom:32px;position:relative;z-index:1}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.notfound-code{font-size:9rem;font-weight:800;color:#ffffff1f;letter-spacing:-4px;line-height:1;margin:0 0 20px;position:relative;z-index:1;-webkit-user-select:none;user-select:none}.notfound-text{font-size:2rem;font-weight:700;color:#fff;text-shadow:0 2px 16px rgba(0,0,0,.2);margin:0 0 12px;position:relative;z-index:1}.notfound-subtext{font-size:1.1rem;color:#ffffffa6;margin:0 0 48px;position:relative;z-index:1}.notfound-btn{padding:16px 48px;background:#ffffff26;border:1.5px solid rgba(255,255,255,.35);border-radius:100px;color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:background .2s ease,transform .2s ease,box-shadow .2s ease;position:relative;z-index:1}.notfound-btn:hover{background:#ffffff40;transform:translateY(-3px);box-shadow:0 12px 32px #0003}*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:clip;width:100%;scroll-behavior:smooth;background-color:#1c1f26;overscroll-behavior-y:none}body{font-family:Archivo,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;color:#1c1f26;background-color:#fff;overscroll-behavior-y:none}#root{width:100%}
