@import"https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Instrument Sans,-apple-system,BlinkMacSystemFont,sans-serif;background-color:#0a0a0a;color:#fafafa;line-height:1.5}a{color:inherit;text-decoration:none}img{display:block}.container{min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2.5rem;padding:1rem}.main{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:1.25rem;width:100%;max-width:500px}.logo img{width:75px;height:75px;border-radius:16px}.tagline-section{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;text-align:center}.tagline{font-family:Instrument Sans,sans-serif;font-size:1.25rem;font-weight:500;color:#fafafa}.subtitle{font-family:Instrument Sans,sans-serif;font-size:1rem;color:#a1a1aa}.app-card{display:block;width:100%}.app-card-inner{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem;background:#18181b;border:1px solid #27272a;border-radius:1.5rem;transition:border-color .2s ease}.app-card:hover .app-card-inner{border-color:#3f3f46}.app-card-left{display:flex;align-items:center;gap:.75rem;min-width:0}.app-icon{width:55px;height:55px;border-radius:12px;border:1px solid #27272a;flex-shrink:0}.app-info{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.25rem;min-width:0;letter-spacing:-.025em}.app-name{font-size:.875rem;font-weight:600;color:#fafafa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.app-description{font-size:.75rem;color:#71717a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.rating-row{display:flex;align-items:center;gap:.25rem}.stars{display:flex;align-items:center;gap:0}.star{width:12px;height:12px;fill:#27272a}.star.filled{fill:#a1a1aa}.rating-count{font-family:Instrument Sans,sans-serif;font-size:.75rem;font-weight:600;color:#71717a;letter-spacing:-.025em}.get-btn{font-family:Instrument Sans,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:-.025em;color:#3b82f6;background:#27272a;padding:.25rem 1.25rem;border-radius:9999px;margin-left:.25rem;flex-shrink:0}.faq-link{display:flex;align-items:center;gap:.5rem;font-family:Instrument Sans,sans-serif;font-size:.875rem;font-weight:500;color:#fafafa;transition:color .2s ease}.faq-link:hover{color:#a1a1aa}.faq-link svg{width:1.25rem;height:1.25rem}.community-section{display:flex;flex-direction:column;align-items:center;gap:.75rem}.community-text{font-family:Instrument Sans,sans-serif;font-size:.875rem;color:#71717a}.social-links{display:flex;gap:.75rem}.social-links a{color:#fafafa;transition:color .2s ease}.social-links a:hover{color:#a1a1aa}.social-links svg{width:1.5rem;height:1.5rem}.video-section{width:95vw;max-width:350px;padding:1.25rem}.video-section video,.video-section img{width:100%;height:auto;border-radius:2rem}footer{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.footer-contact{font-family:Instrument Sans,sans-serif;font-size:.875rem;color:#71717a}.footer-contact a{text-decoration:underline;transition:color .2s ease}.footer-contact a:hover{color:#a1a1aa}.footer-links{display:flex;gap:.75rem}.footer-links a{font-family:Instrument Sans,sans-serif;font-size:.875rem;color:#71717a;text-decoration:underline;transition:color .2s ease}.footer-links a:hover{color:#a1a1aa}@media(min-width:768px){.main{flex-direction:row}.content{width:450px;padding:2.5rem}.video-section{order:-1;width:350px}}.page-container{min-height:100vh;padding:6rem 2rem 12rem;max-width:800px;margin:0 auto}.page-container h1{font-size:2.5rem;margin-bottom:2rem;font-weight:600}.page-container h2{font-size:1.5rem;margin:2rem 0 1rem;font-weight:600}.page-container p{font-size:1rem;line-height:1.6;margin-bottom:1rem;color:#a1a1aa}.page-container ul{margin-bottom:1rem;padding-left:1.5rem}.page-container li{font-size:1rem;line-height:1.6;margin-bottom:.5rem;color:#a1a1aa}.page-container a{text-decoration:underline;color:#a1a1aa}.page-container a:hover{color:#fafafa}.page-footer{position:relative;border-top:1px solid #27272a}.faq-page{display:flex;width:100%;flex-direction:column;align-items:center;padding:1.25rem 2rem 5rem}@media(min-width:640px){.faq-page{padding-top:5rem}}.faq-container{display:flex;width:100%;max-width:700px;flex-direction:column;align-items:center;justify-content:flex-start;gap:2.5rem}.faq-header{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:flex-start}.faq-header .logo{padding:1.25rem}.faq-header h1{font-size:1.5rem;font-weight:500;color:#fafafa;margin-top:1rem}.accordion{width:100%}.accordion-item{border-bottom:1px solid #27272a}.accordion-item:last-child{border-bottom:none}.accordion-trigger{display:flex;flex:1;width:100%;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.15rem 0;text-align:left;font-family:Instrument Sans,sans-serif;font-size:1rem;font-weight:500;color:#fafafa;background:none;border:none;cursor:pointer;transition:all .2s ease;outline:none}.accordion-trigger:hover{text-decoration:underline}.accordion-trigger svg{width:1rem;height:1rem;color:#71717a;flex-shrink:0;margin-top:.125rem;transition:transform .2s ease}.accordion-item.open .accordion-trigger svg{transform:rotate(180deg)}.accordion-content{display:none;overflow:hidden}.accordion-item.open .accordion-content{display:block}.accordion-content p{font-size:1rem;line-height:1.6;color:#a1a1aa;padding-bottom:1rem}.faq-footer{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.faq-footer>p{font-size:.875rem;color:#71717a}.faq-footer>p a{text-decoration:underline;transition:color .2s ease}.faq-footer>p a:hover{color:#a1a1aa}.legal-page{display:flex;width:100%;flex-direction:column;align-items:center;padding:1.25rem 2rem 5rem}@media(min-width:640px){.legal-page{padding-top:5rem}}.legal-container{display:flex;width:100%;max-width:700px;flex-direction:column;align-items:center;justify-content:flex-start;gap:2.5rem}.legal-header{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:flex-start}.legal-header .logo{padding:1.25rem}.legal-header h1{font-size:1.5rem;font-weight:500;color:#fafafa;margin-top:1rem;margin-bottom:.75rem}.legal-header .last-updated{font-size:.875rem;color:#71717a}.legal-content{width:100%}.legal-content p{font-size:1rem;line-height:1.7;color:#fafafa;margin-bottom:1rem}.legal-content h2{font-size:1.125rem;font-weight:600;color:#fafafa;margin-top:2rem;margin-bottom:.75rem}.legal-content ul{margin-bottom:1rem;padding-left:1.5rem;list-style-type:disc}.legal-content li{font-size:1rem;line-height:1.7;color:#fafafa;margin-bottom:.5rem}.legal-content a{color:#3b82f6;text-decoration:underline;transition:color .2s ease}.legal-content a:hover{color:#60a5fa}.legal-content strong{font-weight:600}.legal-footer{display:flex;flex-direction:column;align-items:center;gap:1.25rem;width:100%;padding-top:2rem;border-top:1px solid #27272a}.legal-footer>p{font-size:.875rem;color:#71717a}.legal-footer>p a{text-decoration:underline;transition:color .2s ease}.legal-footer>p a:hover{color:#a1a1aa}
