body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial;background-color:#fdf6e3;color:#3e2a1e}.App{display:flex;flex-direction:column;align-items:center;min-height:100vh}.navbar{width:100%;background-color:#5c3d2e;padding:1rem 2rem;box-sizing:border-box}.nav-content{max-width:1000px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.nav-logo{width:32px;height:32px}.nav-links{display:flex;gap:1.5rem}.nav-links a{color:#fff;text-decoration:none;font-weight:700;font-size:1rem}.nav-links a:hover{text-decoration:underline}.content{width:100%;max-width:800px;padding:2rem 1rem;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.intro{font-size:1.4rem;margin-bottom:2rem;text-align:center}.app-section{display:flex;flex-direction:row;align-items:center;padding:1rem 0;margin-bottom:1.5rem;width:100%;gap:1rem;border:none;background:none;box-shadow:none}.app-icon{width:56px;height:56px;flex-shrink:0;border-radius:12px}.app-details{flex-grow:1;text-align:left;min-width:0}.app-details h2{margin:0;font-size:1.1rem}.app-details p{margin:.2rem 0 0;font-size:.9rem;color:#4d3c2b}.download-btn{background-color:#f3e6d8;padding:.5rem 1rem;border-radius:8px;text-decoration:none;color:#3e2a1e;font-weight:700;border:1px solid #dec5b1;white-space:nowrap;font-size:.9rem}.download-btn:hover{background-color:#e5d6c5}.about-section{margin-top:4rem;width:100%;text-align:center}
