:root{--bg:#f5f0f6;--bg-alt:#ede8ef;--text:#235789;--subtle-text:#235789cc;--accent:#3fa8e0;--accent-secondary:#8e44ad;--accent-gradient:linear-gradient(135deg,#8e44ad,#3fa8e0);--card-bg:#fff;--shadow:0 8px 30px #00000014;--shadow-lg:0 20px 60px #0000001f}@media (prefers-color-scheme:dark){:root{--bg:#1a1e24;--bg-alt:#14171c;--text:#fff;--subtle-text:#ffffffbf;--accent:#5cc8ff;--accent-secondary:#b07ed5;--card-bg:#223043;--shadow:0 6px 20px #0006;--shadow-lg:0 20px 60px #00000080}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:-apple-system,SF Pro Display,SF Pro Text,sans-serif;line-height:1.6;overflow-x:hidden}.container{max-width:1100px;margin:0 auto;padding:0 2rem}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}.hero{background:var(--bg);padding:5rem 0 2rem}.hero-container{text-align:center;flex-direction:column;align-items:center;display:flex}.hero-content{flex-direction:column;align-items:center;max-width:640px;animation:.8s both fade-up;display:flex}.logo{object-fit:cover;width:80px;height:80px;box-shadow:var(--shadow);border-radius:20px;margin-bottom:2rem;transition:transform .3s}.logo:hover{transform:scale(1.05)}.hero-title{letter-spacing:-.02em;margin:0 0 1.5rem;font-size:clamp(2.75rem,6vw,4rem);font-weight:700;line-height:1.08}.accent{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--subtle-text);max-width:520px;margin:0 0 2.5rem;font-size:1.2rem;line-height:1.7}.hero-cta{align-items:center;gap:1rem;display:flex}.app-store-button img{width:auto;height:54px;transition:transform .2s}.app-store-button:hover img{transform:scale(1.05)}.hero-mockup{margin-top:4rem;animation:.8s .2s both fade-up}.hero-phone{animation:6s ease-in-out infinite float}.iphone-frame{aspect-ratio:280/580;background:var(--card-bg);width:min(280px,70vw);box-shadow:var(--shadow-lg);border-radius:44px;flex-shrink:0;justify-content:center;align-items:center;padding:12px;transition:transform .3s;display:flex;overflow:hidden}.iphone-frame img{object-fit:cover;border-radius:34px;width:100%;height:100%}.features{background:var(--bg-alt);padding:7rem 0}.section-title{text-align:center;letter-spacing:-.01em;margin:0 0 1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700}.section-subtitle{color:var(--subtle-text);text-align:center;max-width:560px;margin:0 auto 3.5rem;font-size:1.1rem;line-height:1.7}.features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:800px;margin:0 auto;display:grid}.feature-card{background:var(--card-bg);box-shadow:var(--shadow);text-align:left;border-radius:16px;padding:2.25rem 2rem;transition:transform .25s,box-shadow .25s;animation:.6s both fade-up}.feature-card:first-child{animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.feature-card:nth-child(4){animation-delay:.4s}.feature-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.feature-icon{background:var(--bg-alt);width:48px;height:48px;color:var(--accent);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.feature-card h3{margin:0 0 .5rem;font-size:1.15rem;font-weight:600}.feature-card p{color:var(--subtle-text);margin:0;font-size:.95rem;line-height:1.6}.screenshots{background:var(--bg);padding:7rem 0 6rem;overflow:hidden}.screenshot-gallery{justify-content:center;align-items:center;gap:1.5rem;margin-top:3rem;padding:2rem 2rem 3rem;display:flex}.gallery-phone{aspect-ratio:280/580;border-radius:36px;width:200px;padding:8px;transition:transform .4s,box-shadow .4s}.gallery-phone img{border-radius:28px}.gallery-phone:first-child{transform:translateY(32px)scale(.92)}.gallery-phone:nth-child(2){transform:translateY(12px)scale(.96)}.gallery-phone:nth-child(3){transform:translateY(0)scale(1)}.gallery-phone:nth-child(4){transform:translateY(12px)scale(.96)}.gallery-phone:nth-child(5){transform:translateY(32px)scale(.92)}.gallery-phone:nth-child(6){transform:translateY(48px)scale(.88)}.gallery-phone:hover{box-shadow:0 24px 48px #0000002e;transform:translateY(-4px)scale(1.02)!important}.cta{background:var(--accent-gradient);color:#fff;text-align:center;padding:6rem 2rem;position:relative;overflow:hidden}.cta:before{content:"";pointer-events:none;background:radial-gradient(at 20%,#ffffff14 0%,#0000 60%),radial-gradient(at 80%,#ffffff0d 0%,#0000 60%);position:absolute;inset:0}.cta h2{letter-spacing:-.01em;margin:0 0 2.5rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2;position:relative}.cta-buttons{flex-direction:column;align-items:center;gap:1.5rem;display:flex;position:relative}.cta .app-store-button img{height:64px}.cta .app-store-button:hover img{opacity:.9}.footer{text-align:center;background:var(--bg-alt);color:var(--subtle-text);padding:3.5rem 2rem 2.5rem;font-size:.9rem}.footer .container{flex-direction:column;align-items:center;gap:1.25rem;display:flex}.footer-logo{object-fit:cover;border-radius:10px;width:40px;height:40px}.ph-badge{transition:opacity .2s}.ph-badge:hover{opacity:.8}.footer-nav{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.footer-nav a{color:var(--subtle-text);text-decoration:none;transition:color .2s}.footer-nav a:hover{color:var(--text)}.footer-copy{opacity:.7;margin:0;font-size:.8rem}@media (max-width:1024px){.gallery-phone{width:170px}}@media (max-width:768px){.container{padding:0 1.25rem}.hero{padding:3.5rem 0 1rem}.hero-title{font-size:clamp(2.25rem,8vw,3rem)}.hero-subtitle{font-size:1.05rem}.hero-mockup{margin-top:3rem}.iphone-frame{width:min(240px,65vw)}.features{padding:5rem 0}.features-grid{grid-template-columns:1fr;max-width:440px}.screenshots{padding:5rem 0 4rem}.screenshot-gallery{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;justify-content:flex-start;gap:1rem;padding:1.5rem 1.25rem 2rem;overflow-x:auto}.screenshot-gallery::-webkit-scrollbar{display:none}.gallery-phone{scroll-snap-align:center;width:200px;transform:none!important}.gallery-phone:hover{box-shadow:var(--shadow-lg);transform:none!important}.cta{padding:4.5rem 1.5rem}.cta .app-store-button img{height:54px}.footer-nav{gap:1.5rem}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.section-title{font-size:1.5rem}.gallery-phone{width:180px}}.privacy-header{text-align:center;padding:3rem 1rem 2rem}.privacy-header h1{margin:0 0 .5rem;font-size:2.5rem}.last-updated{color:var(--subtle-text);font-size:.95rem}.privacy-content{padding:3rem 1rem 4rem;line-height:1.7}.privacy-section{max-width:800px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto}.privacy-section h2{margin-bottom:.75rem;font-size:1.5rem}.privacy-section p,.privacy-section li{color:var(--subtle-text)}.privacy-section ul{margin-top:.75rem;padding-left:1.5rem}.privacy-section a{color:var(--text)}.transparency-box{background:var(--card-bg);box-shadow:var(--shadow);border-radius:12px;max-width:720px;margin:2rem auto;padding:1.5rem}.transparency-box p{color:var(--text);margin:0;font-weight:500}.book-page{flex-direction:column;min-height:100vh;display:flex}.book-nav{border-bottom:1px solid var(--bg-alt);padding:1rem 0}.book-nav .container{justify-content:space-between;align-items:center;display:flex}.book-nav .back-link{color:var(--text);background:var(--bg-alt);border-radius:100px;align-items:center;gap:.5rem;padding:.4rem .85rem .4rem .5rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .2s,box-shadow .2s;display:inline-flex}.book-nav .back-link:hover{box-shadow:var(--shadow)}.back-link-logo{object-fit:cover;border-radius:7px;width:28px;height:28px}.book-nav .app-store-button img{height:40px}.book-content{flex:1;padding:3rem 0}.fade-up{animation:.8s both fade-up}.book-header{grid-template-columns:220px 1fr;gap:2.5rem;margin-bottom:3rem;display:grid}.book-cover{aspect-ratio:2/3;width:220px;box-shadow:var(--shadow-lg);background:var(--card-bg);border-radius:8px;transition:transform .3s,box-shadow .3s;overflow:hidden}.book-cover:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.book-cover img{object-fit:cover;width:100%;height:100%}.book-cover-placeholder{background:var(--bg-alt);width:100%;height:100%;color:var(--subtle-text);justify-content:center;align-items:center;font-size:.9rem;display:flex}.book-info{flex-direction:column;justify-content:center;display:flex}.book-title{letter-spacing:-.01em;margin:0 0 .5rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2}.book-authors{color:var(--subtle-text);margin:0 0 1.5rem;font-size:1.15rem}.book-meta{flex-wrap:wrap;gap:.5rem;display:flex}.meta-pill{background:var(--bg-alt);color:var(--subtle-text);border-radius:100px;padding:.3rem .75rem;font-size:.85rem;display:inline-block}.book-synopsis{max-width:720px;margin-bottom:3rem}.book-synopsis h2{margin:0 0 1rem;font-size:1.25rem}.synopsis-content{color:var(--subtle-text);line-height:1.8;transition:max-height .4s}.book-synopsis .synopsis-content.collapsed{max-height:120px;position:relative;overflow:hidden}.book-synopsis .synopsis-content.collapsed:after{content:"";background:linear-gradient(to bottom,transparent,var(--bg));pointer-events:none;height:60px;position:absolute;bottom:0;left:0;right:0}.book-synopsis .synopsis-content.expanded{max-height:2000px;overflow:visible}.book-synopsis .synopsis-content.expanded:after{display:none}.synopsis-content p{margin:0 0 1rem}.synopsis-content p:last-child{margin-bottom:0}.synopsis-content b,.synopsis-content strong{color:var(--text);font-weight:600}.synopsis-content i,.synopsis-content em{font-style:italic}.synopsis-toggle{color:var(--accent);cursor:pointer;background:0 0;border:none;margin-top:.5rem;padding:.5rem 0;font-size:.95rem;font-weight:500;transition:opacity .2s}.synopsis-toggle:hover{opacity:.8}.amazon-button{color:#fff;background:#232f3e;border-radius:12px;align-items:center;gap:.5rem;margin-bottom:2.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.amazon-button:hover{background:#37475a;transform:translateY(-1px)}.amazon-button svg{opacity:.7}.book-cta{background:var(--accent-gradient);text-align:center;border-radius:16px;max-width:600px;padding:3rem 2.5rem;position:relative;overflow:hidden}.book-cta:before{content:"";pointer-events:none;background:radial-gradient(at 20%,#ffffff14 0%,#0000 60%),radial-gradient(at 80%,#ffffff0d 0%,#0000 60%);position:absolute;inset:0}.book-cta-content{position:relative}.book-cta h2{color:#fff;margin:0 0 .75rem;font-size:1.5rem}.book-cta p{color:#ffffffd9;margin:0 0 1.5rem}.book-cta .app-store-button img{height:54px}.book-cta .app-store-button:hover img{opacity:.9}.book-not-found{text-align:center;padding:4rem 0}.not-found-logo{object-fit:cover;width:64px;height:64px;box-shadow:var(--shadow);border-radius:16px;margin-bottom:1.5rem}.book-not-found h1{margin:0 0 1rem;font-size:2rem}.book-not-found p{color:var(--subtle-text);margin:0 0 2rem}.book-not-found .back-home{background:var(--accent-gradient);color:#fff;border-radius:12px;padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block}.book-not-found .back-home:hover{transform:scale(1.05);box-shadow:0 8px 24px #8e44ad4d}@media (max-width:768px){.book-nav{padding:.75rem 0}.book-nav .app-store-button img{height:32px}.book-content{padding:2rem 0}.book-header{text-align:center;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.book-cover{width:140px;margin:0 auto}.book-title{font-size:1.5rem}.book-authors{margin-bottom:1rem;font-size:1rem}.book-meta{justify-content:center}.meta-pill{padding:.25rem .6rem;font-size:.8rem}.book-synopsis{text-align:left;margin-bottom:2rem}.book-synopsis h2{font-size:1.1rem}.synopsis-content{font-size:.95rem;line-height:1.7}.book-cta{padding:2rem 1.5rem}.book-cta h2{font-size:1.2rem}.book-cta p{font-size:.9rem}.book-cta .app-store-button img{height:48px}}@media (max-width:480px){.book-cover{width:120px}.book-title{font-size:1.35rem}.book-meta{gap:.35rem}}.roadmap-page{flex-direction:column;min-height:100vh;display:flex}.roadmap-content{flex:1;padding:3rem 0 4rem}.roadmap-header{max-width:720px;margin-bottom:2rem}.roadmap-header h1{letter-spacing:-.01em;margin:0 0 .75rem;font-size:clamp(1.9rem,4vw,2.6rem)}.roadmap-subtitle{color:var(--subtle-text);margin:0 0 .75rem}.roadmap-meta{color:var(--subtle-text);margin:0;font-size:.95rem}.roadmap-meta a{color:var(--text)}.roadmap-list{gap:1rem;max-width:860px;display:grid}.roadmap-card{background:var(--card-bg);box-shadow:var(--shadow);border-radius:14px;padding:1.25rem 1.25rem 1.1rem}.roadmap-card-header{justify-content:space-between;align-items:center;gap:.8rem;margin-bottom:.75rem;display:flex}.roadmap-badges{align-items:center;gap:.45rem;display:inline-flex}.roadmap-id{color:var(--subtle-text);margin:0;font-size:.85rem}.roadmap-vote-count{background:var(--bg-alt);color:var(--subtle-text);border-radius:999px;align-items:center;padding:.24rem .7rem;font-size:.78rem;font-weight:600;display:inline-flex}.roadmap-status{border-radius:999px;align-items:center;padding:.24rem .7rem;font-size:.78rem;font-weight:600;display:inline-flex}.roadmap-status.planned{color:#714594;background:#8f6cb529}.roadmap-status.in-progress{color:#1f6f98;background:#3fa8e02e}.roadmap-status.completed{color:#1d7048;background:#38a7702e}@media (prefers-color-scheme:dark){.roadmap-status.planned{color:#e1c5f8;background:#b07ed53d}.roadmap-status.in-progress{color:#bdeeff;background:#5cc8ff3d}.roadmap-status.completed{color:#b8f0ce;background:#52ca8c38}}.roadmap-card h2{margin:0 0 .5rem;font-size:1.2rem}.roadmap-card p{color:var(--subtle-text);margin:0}.roadmap-empty{background:var(--card-bg);box-shadow:var(--shadow);border-radius:14px;max-width:680px;padding:1.25rem}.roadmap-empty h2{margin:0 0 .35rem;font-size:1.2rem}.roadmap-empty p{color:var(--subtle-text);margin:0}.roadmap-json{background:var(--card-bg);max-width:860px;box-shadow:var(--shadow);border-radius:12px;margin-top:1.4rem;overflow:hidden}.roadmap-json summary{cursor:pointer;padding:.95rem 1.2rem;font-weight:600}.roadmap-json pre{color:var(--subtle-text);margin:0;padding:1.1rem 1.2rem 1.3rem;font-size:.84rem;line-height:1.55;overflow-x:auto}@media (max-width:768px){.roadmap-content{padding:2rem 0 3rem}.roadmap-card{padding:1rem}.roadmap-card-header{flex-direction:column;align-items:flex-start}.roadmap-card h2{font-size:1.08rem}}
