*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;background:var(--bg);color:var(--text);font-family:var(--font-body, system-ui, sans-serif)}.screen{position:fixed;top:0;right:0;bottom:0;left:0;overflow-y:auto}.hidden{display:none!important}#home-screen{display:flex;flex-direction:column;justify-content:center;justify-content:safe center;gap:1.5rem;text-align:center;background:var(--bg);overflow-x:hidden;padding:calc(env(safe-area-inset-top,0px) + 3.6rem) 2rem calc(env(safe-area-inset-bottom,0px) + 4.4rem)}@media (min-width: 768px){#home-screen{padding:calc(52px + 2rem) 2rem 2rem}}.hero-logo{width:min(64vw,270px);margin:0 auto -.6rem}.hero-logo svg{width:100%;height:auto;display:block;filter:drop-shadow(0 6px 12px rgba(34,24,16,.12))}#home-screen h1{font-family:var(--font-display, Georgia, serif);font-size:2rem;font-weight:300;color:var(--text);letter-spacing:-.01em}.lead{font-size:1rem;line-height:1.6;color:var(--muted);max-width:32rem;margin:0 auto}.home-cards{display:grid;grid-template-columns:1fr;gap:.9rem;width:100%;max-width:40rem;margin:0 auto}@media (min-width: 600px){.home-cards{grid-template-columns:repeat(3,1fr)}}.home-card{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:1.3rem 1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:14px;text-decoration:none;color:var(--text);box-shadow:0 8px 22px #3223140f;transition:transform .15s,box-shadow .15s}.home-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px #3223141a}.home-card-ic{font-size:1.8rem}.home-card-title{font-family:var(--font-display, Georgia, serif);font-size:1.15rem}.home-card-desc{font-size:.82rem;color:var(--muted);line-height:1.4}.home-tools{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.9rem;font-size:.85rem}.home-tools-label{color:var(--muted)}.home-tools a{color:var(--accent);text-decoration:none;font-weight:600}.home-tools a:hover{text-decoration:underline}.install-panel{display:flex;flex-direction:column;align-items:center;gap:.45rem;max-width:24rem;margin:-.4rem auto 0}.btn-install{border:none;border-radius:999px;padding:.7rem 1rem;font-size:.9rem;font-weight:600;cursor:pointer;touch-action:manipulation;color:var(--accent);background:var(--bg-card);border:1px solid var(--border);box-shadow:0 8px 22px #32231414}.btn-install:disabled{cursor:default;color:var(--accent2);opacity:.75}.install-hint{max-width:22rem;color:var(--muted);font-size:.78rem;line-height:1.35}
