.app-page{min-height:100vh;padding-bottom:4rem}.app-header{width:100%;height:50vh;min-height:300px;max-height:500px;position:relative;overflow:hidden}.app-header-image{object-fit:cover;width:100%;height:100%}.app-header-overlay{background:linear-gradient(to bottom, transparent 50%, var(--bg) 100%);position:absolute;inset:0}.app-container{z-index:1;max-width:800px;margin:-3rem auto 0;padding:0 2rem;position:relative}.app-back{color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;text-decoration:none;transition:color .2s;display:inline-flex}.app-back:hover{color:var(--text)}.app-title{letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.1}.app-short-desc{color:var(--text-muted);margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.app-play-button{color:#000;border-radius:var(--radius);background:#10b981;align-items:center;gap:.75rem;margin-bottom:3rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.app-play-button:hover{background:#059669;transform:translateY(-2px)}.app-play-button svg{width:20px;height:20px}.app-long-desc{margin-bottom:3rem}.rich-text p{margin-bottom:1.25rem;line-height:1.7}.app-screenshots{margin-bottom:3rem}.app-screenshots-title{margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.app-screenshots-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.app-screenshot-item{border-radius:var(--radius);border:1px solid var(--border);overflow:hidden}.app-screenshot{width:100%;height:auto;display:block}.app-privacy{border-top:1px solid var(--border);padding-top:2rem}.app-privacy-link{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.875rem;text-decoration:none;transition:color .2s;display:inline-flex}.app-privacy-link:hover{color:var(--text)}.app-footer{background:var(--bg-secondary);margin-top:4rem;padding:2rem}.app-footer-inner{max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.footer-logo{font-weight:700}.footer-copy{color:var(--text-muted);font-size:.875rem}.lightbox-overlay{z-index:1000;cursor:pointer;background:#000000e6;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.lightbox-close{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s;display:flex;position:absolute;top:1rem;right:1rem}.lightbox-close:hover{background:#fff3}.lightbox-image{object-fit:contain;cursor:default;max-width:100%;max-height:90vh}.app-screenshot-item{cursor:pointer}.app-screenshot-item:hover{opacity:.9}@media (max-width:768px){.app-header{height:40vh;min-height:250px}.app-container{margin-top:-2rem;padding:0 1.25rem}.app-title{font-size:2rem}.app-screenshots-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.app-footer-inner{text-align:center;flex-direction:column;gap:.5rem}}
