:root{--blush: #ffdce8;--blush-deep: #ff9dbe;--leaf: #5bbe94;--leaf-light: #74cda8;--body: #79c9a3;--leaf-dark: #48ac82;--ink: #3e3a4a;--card: #ffffff;--bg: #fff5f8;font-family:ui-rounded,SF Pro Rounded,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--ink);background:var(--bg)}*{box-sizing:border-box}body{margin:0;min-height:100dvh}a{color:var(--leaf-dark);text-decoration:none}button{font:inherit;cursor:pointer;border:none;border-radius:999px;padding:.6rem 1.1rem;background:var(--body);color:#fff;font-weight:600;transition:filter .15s ease,transform .05s ease}button:hover{filter:brightness(1.05)}button:active{transform:scale(.98)}button.ghost{background:transparent;color:var(--ink);border:1.5px solid #00000014}button:disabled{opacity:.5;cursor:default}input{font:inherit;padding:.6rem .8rem;border-radius:12px;border:1.5px solid #00000014;background:#fff;color:var(--ink);width:100%}.app-header{display:flex;align-items:center;gap:.6rem;padding:1rem 1.25rem;padding-top:max(1rem,env(safe-area-inset-top))}.app-header img{width:40px;height:40px}.app-header h1{font-size:1.4rem;margin:0;flex:1}.container{max-width:760px;margin:0 auto;padding:0 1.25rem 3rem}.shelf{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.plant-card{background:var(--card);border-radius:20px;padding:.9rem;display:flex;flex-direction:column;gap:.5rem;box-shadow:0 2px 10px #ff9dbe1f;cursor:pointer}.plant-photo{aspect-ratio:1;border-radius:16px;background:var(--blush);display:flex;align-items:center;justify-content:center;overflow:hidden}.plant-photo img{width:100%;height:100%;object-fit:cover}.plant-photo .placeholder{width:56px;height:56px;opacity:.85}.plant-card .plant-photo{background:linear-gradient(150deg,var(--blush-deep),var(--leaf));padding:4px}.plant-card .plant-photo img{border-radius:12px}.badge{display:inline-block;font-size:.72rem;font-weight:700;padding:.15rem .55rem;border-radius:999px}.status-dot{width:10px;height:10px;border-radius:50%;display:inline-block}.card{background:var(--card);border-radius:20px;padding:1.1rem 1.25rem;box-shadow:0 2px 10px #ff9dbe1f;margin-bottom:1rem}.field-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;font-weight:700;color:var(--leaf-dark);margin-bottom:.15rem}.muted{color:#00000080}.banner{background:#fff3cd;border:1.5px solid #f5d98a;color:#6b5300;border-radius:16px;padding:.9rem 1.1rem;margin:0 0 1rem;font-size:.92rem;line-height:1.45}.banner code{background:#00000010;padding:0 .25rem;border-radius:4px}.center-screen{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:1.5rem;text-align:center}.auth-card{width:100%;max-width:360px;display:flex;flex-direction:column;gap:.75rem;text-align:left}.lp{max-width:1040px;margin:0 auto;padding:0 1.25rem 2rem}.lp-nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;padding-top:max(1rem,env(safe-area-inset-top))}.lp-brand{display:flex;align-items:center;gap:.55rem;color:var(--ink);font-weight:700;font-size:1.2rem}.lp-nav-cta{font-weight:600;background:#fffc;border:1.5px solid #00000014;border-radius:999px;padding:.45rem 1rem;color:var(--ink)}.lp-hero{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center;padding:2rem 0 1rem}.lp-hero-copy h1{font-size:clamp(2rem,5vw,3rem);line-height:1.1;margin:0 0 .75rem}.lp-sub{font-size:1.15rem;line-height:1.5;margin:0 0 1.5rem;max-width:34ch}.lp-hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.lp-btn{display:inline-block;background:var(--body);color:#fff;font-weight:700;border-radius:999px;padding:.75rem 1.4rem;transition:filter .15s ease,transform .05s ease}.lp-btn:hover{filter:brightness(1.05)}.lp-btn:active{transform:scale(.98)}.lp-btn-ghost{background:#fffc;color:var(--ink);border:1.5px solid #00000014}.lp-fineprint{font-size:.85rem}.lp-hero-art{display:flex;justify-content:center}.lp-hero-img{width:100%;max-width:420px;height:auto;border-radius:24px}.lp-slot{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;text-align:center;background:repeating-linear-gradient(45deg,#ffffff,#ffffff 12px,var(--blush) 12px,var(--blush) 24px);border:2px dashed var(--blush-deep);border-radius:24px;color:#00000080;font-weight:600;padding:1rem;min-height:160px}.lp-slot code{font-size:.72rem;font-weight:500;background:#00000010;padding:.1rem .4rem;border-radius:6px}.lp-shots{display:flex;gap:1.25rem;overflow-x:auto;padding:1.5rem .25rem;scroll-snap-type:x mandatory}.lp-phone{flex:0 0 200px;margin:0;scroll-snap-align:center;text-align:center}.lp-shot-img,.lp-phone .lp-slot{width:200px;aspect-ratio:9 / 19;object-fit:cover;border-radius:28px;border:6px solid var(--ink);background:var(--card);box-shadow:0 8px 24px #ff9dbe33}.lp-phone figcaption{margin-top:.6rem;font-size:.85rem}.lp-features{padding:2rem 0;text-align:center}.lp-features h2{font-size:1.6rem;margin:0 0 1.5rem}.lp-features ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;text-align:left}.lp-feature{background:var(--card);border-radius:20px;padding:1.25rem;box-shadow:0 2px 10px #ff9dbe1f}.lp-feature .emoji{font-size:1.8rem}.lp-feature strong{display:block;margin:.5rem 0 .25rem;font-size:1.05rem}.lp-feature p{margin:0;font-size:.92rem;line-height:1.45}.lp-cta{text-align:center;background:var(--card);border-radius:28px;padding:2.5rem 1.5rem;margin:1rem 0 2rem;box-shadow:0 2px 14px #ff9dbe26}.lp-cta h2{font-size:1.6rem;margin:0 0 .4rem}.lp-signin{display:flex;justify-content:center;margin-top:1.5rem}.lp-footer{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#0006;font-size:.85rem;padding:1rem 0 2rem}@media(max-width:720px){.lp-hero{grid-template-columns:1fr;text-align:center;gap:1.5rem}.lp-sub{max-width:none}.lp-hero-actions{justify-content:center}}.error{color:#b5491b;font-size:.88rem}
