: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}.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}.error{color:#b5491b;font-size:.88rem}
