:root{--font-main:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--clr-bg:#0b0f17;--clr-surface:#131b2a;--clr-surface-border:#1e293b;--clr-text-main:#f8fafc;--clr-text-muted:#94a3b8;--clr-primary:#38bdf8;--clr-primary-hover:#0284c7;--clr-accent-gradient:linear-gradient(135deg, #38bdf8 0%, #818cf8 100%);--max-width:1100px;--radius:12px;--transition:all .25s ease-in-out}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-main);background-color:var(--clr-bg);color:var(--clr-text-main);flex-direction:column;min-height:100vh;line-height:1.6;display:flex}.container{width:90%;max-width:var(--max-width);margin:0 auto}.site-header{backdrop-filter:blur(12px);border-bottom:1px solid var(--clr-surface-border);z-index:100;background-color:#0b0f17d9;position:sticky;top:0}.header-container{justify-content:space-between;align-items:center;height:75px;display:flex}.brand-logo{color:var(--clr-text-main);letter-spacing:-.02em;font-size:1.35rem;font-weight:700;text-decoration:none}.logo-accent{color:var(--clr-primary)}.nav-list{align-items:center;gap:2rem;list-style:none;display:flex}.nav-link{color:var(--clr-text-muted);transition:var(--transition);font-size:.95rem;font-weight:500;text-decoration:none}.nav-link:hover,.nav-link.active{color:var(--clr-primary)}.nav-cta{background:var(--clr-surface-border);border-radius:var(--radius);border:1px solid #ffffff1a;padding:.5rem 1.25rem;color:var(--clr-text-main)!important}.nav-cta:hover{background:var(--clr-primary);color:#000!important}.nav-toggle{cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.hamburger,.hamburger:before,.hamburger:after{background-color:var(--clr-text-main);width:24px;height:2px;transition:var(--transition);display:block}.hamburger{position:relative}.hamburger:before,.hamburger:after{content:"";position:absolute;left:0}.hamburger:before{top:-7px}.hamburger:after{bottom:-7px}@media (width<=768px){.nav-toggle{display:block}.main-nav{background-color:var(--clr-bg);border-bottom:1px solid var(--clr-surface-border);width:100%;max-height:0;transition:max-height .3s ease-out;position:absolute;top:75px;left:0;overflow:hidden}.main-nav.nav-open{max-height:300px}.nav-list{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.5rem}}.hero-section{text-align:center;max-width:850px;padding:5rem 1rem 4rem}.badge{color:var(--clr-primary);background:#38bdf81a;border:1px solid #38bdf833;border-radius:50px;margin-bottom:1.5rem;padding:.35rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.hero-section h1{letter-spacing:-.03em;margin-bottom:1.25rem;font-size:3rem;font-weight:800;line-height:1.15}.gradient-text{background:var(--clr-accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-section p{color:var(--clr-text-muted);margin-bottom:2rem;font-size:1.2rem}.cta-group{justify-content:center;gap:1rem;display:flex}.btn{border-radius:var(--radius);transition:var(--transition);align-items:center;gap:.5rem;padding:.8rem 1.6rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:var(--clr-primary);color:#0b0f17}.btn-primary:hover{background:var(--clr-primary-hover);color:#fff}.btn-secondary{background:var(--clr-surface);color:var(--clr-text-main);border:1px solid var(--clr-surface-border)}.btn-secondary:hover{background:var(--clr-surface-border)}.projects-section{padding:4rem 0}.section-header{margin-bottom:2.5rem}.section-header h2{margin-bottom:.5rem;font-size:2rem}.section-header p{color:var(--clr-text-muted)}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.project-card{background:var(--clr-surface);border:1px solid var(--clr-surface-border);border-radius:var(--radius);transition:var(--transition);flex-direction:column;justify-content:space-between;padding:2rem;display:flex;position:relative}.project-card:hover{border-color:#38bdf866;transform:translateY(-4px)}.card-badge{color:var(--clr-text-muted);background:#ffffff0d;border-radius:4px;padding:.25rem .6rem;font-size:.75rem;position:absolute;top:1.5rem;right:1.5rem}.project-header-group h3{margin-bottom:.25rem;font-size:1.5rem}.tagline{color:var(--clr-primary);margin-bottom:1rem;font-size:.9rem;font-weight:500}.project-description{color:var(--clr-text-muted);margin-bottom:1.5rem;font-size:.95rem}.tech-stack{gap:.5rem;margin-bottom:1.5rem;display:flex}.tech-stack span{color:var(--clr-text-muted);background:#ffffff0d;border-radius:4px;padding:.2rem .6rem;font-size:.8rem}.project-actions{flex-wrap:wrap;gap:.75rem;display:flex}.btn-store{color:#fff;border:1px solid var(--clr-surface-border);background:#000;flex:1;justify-content:center;min-width:130px;padding:.65rem 1rem;font-size:.85rem}.btn-store:hover{border-color:var(--clr-primary);color:#fff;background:#1a1a1a}.placeholder-card{opacity:.6;background:0 0;border-style:dashed}.status-tag{color:var(--clr-primary);margin-bottom:.5rem;font-size:.8rem;display:inline-block}.about-section{padding:2rem 0 5rem}.about-card{background:var(--clr-surface);border:1px solid var(--clr-surface-border);border-radius:var(--radius);padding:2.5rem}.about-card h2{margin-bottom:1rem}.about-card p{color:var(--clr-text-muted);max-width:800px}.site-footer{border-top:1px solid var(--clr-surface-border);background:var(--clr-surface);margin-top:auto;padding:3rem 0}.footer-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.footer-brand{font-weight:700}.footer-tagline{color:var(--clr-text-muted);font-size:.85rem;font-weight:400}.footer-meta{color:var(--clr-text-muted);font-size:.85rem}.footer-links{gap:1rem;margin-top:.5rem;list-style:none;display:flex}.footer-links a{color:var(--clr-text-muted);text-decoration:none}.footer-links a:hover{color:var(--clr-text-main)}.breadcrumb{margin-top:2rem;margin-bottom:1rem}.breadcrumb a{color:var(--clr-primary);transition:var(--transition);font-size:.9rem;font-weight:500;text-decoration:none}.breadcrumb a:hover{color:var(--clr-primary-hover)}.app-hero{border-bottom:1px solid var(--clr-surface-border);margin-bottom:3rem;padding:2rem 0 3rem}.app-hero-header h1{margin:.5rem 0;font-size:2.8rem}.hero-tagline{color:var(--clr-text-muted);max-width:650px;margin-bottom:2rem;font-size:1.2rem}.hero-store-actions{max-width:360px}.app-details-grid{grid-template-columns:2fr 1fr;gap:2.5rem;margin-bottom:4rem;display:grid}@media (width<=768px){.app-details-grid{grid-template-columns:1fr}}.app-description-card{background:var(--clr-surface);border:1px solid var(--clr-surface-border);border-radius:var(--radius);padding:2.5rem}.app-description-card h2{margin-bottom:1rem;font-size:1.6rem}.app-description-card p{color:var(--clr-text-muted);margin-bottom:1.25rem}.subsection-title{margin:2rem 0 1rem;font-size:1.25rem}.feature-list{flex-direction:column;gap:.8rem;list-style:none;display:flex}.feature-list li{color:var(--clr-text-muted);padding-left:1.5rem;position:relative}.feature-list li:before{content:"✓";color:var(--clr-primary);font-weight:700;position:absolute;left:0}.app-specs-card{background:var(--clr-surface);border:1px solid var(--clr-surface-border);border-radius:var(--radius);height:fit-content;padding:2rem}.app-specs-card h3{border-bottom:1px solid var(--clr-surface-border);margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.2rem}.spec-item{flex-direction:column;gap:.25rem;margin-bottom:1.25rem;display:flex}.spec-label{color:var(--clr-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.spec-value{font-weight:500}.spec-tags{margin-top:.25rem}.project-title-link{color:var(--clr-text-main);transition:var(--transition);text-decoration:none}.project-title-link:hover{color:var(--clr-primary)}.btn-details{flex:2;justify-content:center;font-size:.85rem}.btn-store{min-width:unset;flex:0 0 45px;padding:.65rem}.hero-store-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;margin-top:2rem;display:flex}.badge-link{transition:transform .2s,filter .2s;display:inline-block}.badge-link:hover{filter:brightness(1.1);transform:translateY(-2px)}.store-badge-img{width:auto;height:48px;display:block}.google-badge{height:64px;margin:-8px 0}.privacy-container{max-width:800px;margin:2rem auto 4rem;padding:0 1.5rem}.document-header h1{margin-bottom:.5rem;font-size:2.25rem}.legal-section h2{color:#fff;margin-bottom:1rem;padding-left:.75rem;font-size:1.4rem}.legal-section h3{color:#f3f4f6;margin:1.25rem 0 .5rem;font-size:1.1rem}.inline-code{background:#ffffff1a;border-radius:4px;padding:.2rem .4rem;font-family:monospace;font-size:.9em}.legal-container{max-width:800px;margin:2rem auto 4rem;padding:0 1.5rem}.legal-document{line-height:1.7}.document-header{border-bottom:1px solid #ffffff1a;margin-bottom:2rem;padding-bottom:1.5rem}.document-header h1{color:#fff;margin-bottom:.5rem;font-size:2.25rem}.effective-date{opacity:.7;font-size:.9rem}.legal-section{margin-bottom:2.5rem}.legal-section h2{color:#fff;border-left:3px solid #3b82f6;margin-bottom:1rem;padding-left:.75rem;font-size:1.35rem}.legal-section p,.legal-section ul{margin-bottom:1rem}.legal-section ul{padding-left:1.5rem}.legal-section li{margin-bottom:.5rem}.address-box{background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;margin:1rem 0;padding:1.25rem}.address-box p{margin-bottom:.25rem}
