.layout{min-height:100vh;display:flex;flex-direction:column}.header{background-color:#fff;border-bottom:1px solid #e5e5e5;padding:1rem 0}.header .container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:#007aff;display:inline-flex;align-items:center;gap:.6rem}.logo-icon-wrap{flex:0 0 auto}.logo-icon{width:100%;height:100%;object-fit:cover}.nav{display:flex;gap:2rem}.nav a{color:#333;font-weight:500}.nav a:hover{color:#007aff}.main{flex:1;padding:2rem 0}.footer{background-color:#f5f5f5;border-top:1px solid #e5e5e5;padding:2rem 0;margin-top:auto}.footer .container{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center;color:#666}@media (max-width: 768px){.header .container{flex-direction:column;gap:1rem}.nav{gap:1rem}}.home-page{min-height:60vh}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero{text-align:center;padding:4rem 0}.hero-icon-wrap{margin:0 auto 1.25rem}.hero-icon{width:100%;height:100%;object-fit:cover;display:block}.hero h1{font-size:3.5rem;margin-bottom:1rem;color:#007aff}.tagline{font-size:1.5rem;color:#666;margin-bottom:2rem}.description{font-size:1.2rem;color:#333;max-width:600px;margin:0 auto 3rem;line-height:1.8}.cta-section{margin:3rem 0}.app-store-button{display:inline-block;transition:opacity .2s}.app-store-button:hover{opacity:.8}.app-store-badge{height:60px;width:auto}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:4rem;padding-top:4rem;border-top:1px solid #e5e5e5}.feature{text-align:center}.feature h3{font-size:1.5rem;margin-bottom:1rem;color:#333}.feature p{color:#666;line-height:1.6}@media (max-width: 768px){.hero h1{font-size:2.5rem}.tagline{font-size:1.2rem}.description{font-size:1rem}.app-store-badge{height:50px}}.legal-page{min-height:60vh;padding:2rem 0}.legal-page .container{max-width:800px;margin:0 auto;padding:0 2rem}.legal-page h1{font-size:2.5rem;margin-bottom:1rem;color:#333}.legal-page h2{font-size:1.8rem;margin-top:2rem;margin-bottom:1rem;color:#333}.legal-page h3{font-size:1.4rem;margin-top:1.5rem;margin-bottom:.75rem;color:#333}.legal-page p{margin-bottom:1rem;line-height:1.8;color:#666}.legal-page ul,.legal-page ol{margin-bottom:1rem;padding-left:2rem}.legal-page li{margin-bottom:.5rem;line-height:1.6;color:#666}.legal-page code{background-color:#f5f5f5;padding:.2rem .4rem;border-radius:3px;font-size:.9em}.legal-page pre{background-color:#f5f5f5;padding:1rem;border-radius:5px;overflow-x:auto;margin-bottom:1rem}.legal-page pre code{background-color:transparent;padding:0}@media (max-width: 768px){.legal-page h1{font-size:2rem}.legal-page h2{font-size:1.5rem}.legal-page h3{font-size:1.2rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333;background-color:#fff}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:#007aff;text-decoration:none}a:hover{text-decoration:underline}.app-icon{--app-icon-size: 64px;--app-icon-radius: 22%;width:var(--app-icon-size);height:var(--app-icon-size);border-radius:var(--app-icon-radius);overflow:hidden;display:inline-flex;align-items:center;justify-content:center;position:relative;background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 10px 25px #0000001f,0 1px #ffffffb3 inset}.app-icon:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,#ffffff47,#ffffff0f,#fff0 70%)}.app-icon img{width:100%;height:100%;object-fit:cover;display:block}.app-icon--sm{--app-icon-size: 32px}.app-icon--lg{--app-icon-size: 96px}
