:root{--bg: #f5f4ec;--bg-elev: #fbfaf5;--surface: #ffffff;--surface-2: #f1efe5;--surface-3: #e7e4d6;--line: #e2dfd0;--line-soft: #1f261a12;--text: #242a1e;--text-2: #68705d;--text-3: #98a08b;--acento: #3f7d2e;--acento-ink: #ffffff;--acento-2: #55963f;--agua: #2e7fa3;--aviso: #a8790f;--critico: #c04f3b;--r-s: 10px;--r-m: 16px;--r-l: 22px;--sombra: 0 12px 34px #2c351f24;--sombra-s: 0 1px 3px #2c351f14, 0 4px 14px #2c351f0e;--tap: #3f7d2e14}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased}#root{min-height:100dvh}.app{max-width:780px;margin:0 auto;padding:14px 14px 96px}h1{font-size:1.5rem;font-weight:750;letter-spacing:-.02em;margin:10px 2px 14px}h2{font-size:1.06rem;font-weight:680;margin:22px 2px 10px;letter-spacing:-.01em}h3{font-size:.98rem;font-weight:650;margin:12px 0 6px}p{margin:8px 0}.suave{color:var(--text-2);font-size:.86rem}.error{color:var(--critico);font-size:.9rem}code{background:var(--surface-2);padding:1px 6px;border-radius:6px;font-size:.82em}a{color:var(--acento)}:focus-visible{outline:2px solid var(--acento);outline-offset:2px;border-radius:6px}.nav{position:fixed;bottom:0;left:0;right:0;z-index:40;display:flex;justify-content:center;gap:4px;background:#fbfaf5d9;border-top:1px solid var(--line-soft);padding:8px 8px calc(8px + env(safe-area-inset-bottom));backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.nav button{background:none;border:none;color:var(--text-3);font-size:.66rem;font-weight:570;display:flex;flex-direction:column;align-items:center;gap:3px;padding:6px 18px;border-radius:14px;cursor:pointer;transition:color .18s,background .18s}.nav button .ico{font-size:1.3rem;line-height:1}.nav button.activo{color:var(--acento);background:var(--tap)}.card{background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--r-m);padding:14px 16px;margin-bottom:12px;box-shadow:var(--sombra-s)}.card.plano{box-shadow:none;border:none;background:var(--bg-elev)}.fila{display:flex;align-items:center;gap:10px}.fila .crece,.crece{flex:1;min-width:0}.lista-item{display:flex;align-items:center;gap:12px;padding:11px 2px;border-bottom:1px solid var(--line-soft)}.lista-item:last-child{border-bottom:none}button.btn,a.btn{background:var(--acento);color:var(--acento-ink);border:none;border-radius:12px;font-weight:620;padding:11px 16px;font-size:.92rem;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:7px;box-shadow:0 1px 2px #2c351f2e;transition:filter .15s,transform .05s}button.btn:active,a.btn:active{transform:scale(.97);filter:brightness(1.06)}button.btn.sec,a.btn.sec{background:var(--surface-3);color:var(--text);box-shadow:none}button.btn.peligro{background:transparent;color:var(--critico);box-shadow:inset 0 0 0 1px #c04f3b55}button.btn.mini{padding:7px 12px;font-size:.82rem;border-radius:10px}button:disabled{opacity:.4;cursor:default}.icon-btn{background:var(--surface-2);color:var(--text-2);border:none;width:34px;height:34px;border-radius:50%;font-size:.9rem;cursor:pointer;display:grid;place-items:center;flex-shrink:0;transition:background .15s,color .15s}.icon-btn:active{background:var(--surface-3)}.fab{position:fixed;right:18px;bottom:calc(84px + env(safe-area-inset-bottom));z-index:35;width:56px;height:56px;border-radius:18px;background:var(--acento);color:var(--acento-ink);border:none;font-size:1.6rem;cursor:pointer;box-shadow:var(--sombra);display:grid;place-items:center;transition:transform .1s}.fab:active{transform:scale(.93)}input,select,textarea{background:var(--surface);color:var(--text);border:1px solid var(--line);border-radius:11px;padding:11px 12px;font-size:.95rem;width:100%;font-family:inherit;transition:border-color .15s,box-shadow .15s}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--acento-2);box-shadow:0 0 0 3px #3f7d2e22}textarea{min-height:78px;resize:vertical}label{display:block;font-size:.76rem;color:var(--text-2);margin:12px 0 5px;font-weight:570}.form-fila{display:flex;gap:10px}.form-fila>*{flex:1}.seg{display:inline-flex;background:var(--surface-2);border-radius:13px;padding:4px;gap:3px;margin:4px 0}.seg button{background:none;border:none;color:var(--text-2);padding:8px 15px;border-radius:10px;font-size:.86rem;font-weight:570;cursor:pointer;white-space:nowrap;transition:background .18s,color .18s}.seg button.activo{background:var(--surface);color:var(--text);box-shadow:var(--sombra-s)}.stepper{display:inline-flex;align-items:center;gap:0;background:var(--surface);border:1px solid var(--line);border-radius:11px;overflow:hidden}.stepper button{background:none;border:none;color:var(--acento);font-size:1.2rem;width:42px;height:42px;cursor:pointer}.stepper button:active{background:var(--surface-2)}.stepper .val{min-width:46px;text-align:center;font-weight:620;font-variant-numeric:tabular-nums}.stepper.ancho{display:flex;width:100%}.stepper.ancho .val{flex:1}.chip{display:inline-flex;align-items:center;gap:5px;background:var(--surface-2);border-radius:999px;padding:5px 12px;font-size:.8rem;margin:3px 5px 3px 0}.badge{border-radius:7px;padding:2px 8px;font-size:.74rem;font-weight:650;white-space:nowrap}.b-buena{background:#e2f0d5;color:#2f6420}.b-regular{background:#f6ecce;color:#8a6410}.b-mala{background:#f9e1da;color:#a53f2e}.b-info{background:#dcedf5;color:#1f6987}.progreso{height:6px;background:var(--surface-3);border-radius:4px;overflow:hidden}.progreso>div{height:100%;background:var(--acento-2);border-radius:4px;transition:width .3s}.tabs{display:flex;gap:6px;margin:12px 0;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tabs button{background:var(--surface);border:1px solid var(--line-soft);color:var(--text-2);border-radius:999px;padding:9px 16px;font-size:.86rem;font-weight:570;white-space:nowrap;cursor:pointer;transition:background .18s,color .18s}.tabs button.activo{background:var(--acento);border-color:var(--acento);color:var(--acento-ink)}.plano-svg{width:100%;border-radius:var(--r-m);background:radial-gradient(120% 100% at 50% 0%,#eff3e3,#e4ead4);display:block;box-shadow:inset 0 0 0 1px var(--line-soft)}.plano-controles{display:flex;gap:8px;margin:10px 0;flex-wrap:wrap;align-items:center}.toolbar{display:flex;gap:8px;align-items:center;flex-wrap:wrap;background:var(--surface);border-radius:14px;padding:10px 12px;margin-bottom:10px;box-shadow:var(--sombra-s);border:1px solid var(--line-soft)}.sheet-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60}.sheet-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#2b331f59;opacity:0;transition:opacity .26s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.sheet-panel{position:absolute;left:0;right:0;bottom:0;max-width:780px;margin:0 auto;background:var(--bg-elev);border-radius:var(--r-l) var(--r-l) 0 0;box-shadow:var(--sombra);max-height:90dvh;display:flex;flex-direction:column;transform:translateY(101%);transition:transform .28s cubic-bezier(.32,.72,0,1);will-change:transform}.sheet-root.abierta .sheet-backdrop{opacity:1}.sheet-root.abierta .sheet-panel{transform:translateY(0)}.sheet-handle-zona{padding:10px 0 4px;display:grid;place-items:center;cursor:grab;touch-action:none}.sheet-handle{width:42px;height:5px;border-radius:3px;background:var(--surface-3)}.sheet-head{display:flex;align-items:center;gap:12px;padding:4px 18px 12px;border-bottom:1px solid var(--line-soft)}.sheet-titulo{flex:1;min-width:0;font-size:1.12rem;font-weight:700;letter-spacing:-.01em}.sheet-titulo .sub{display:block;font-size:.8rem;font-weight:400;color:var(--text-2);margin-top:2px}.sheet-body{overflow-y:auto;padding:14px 18px;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.sheet-acciones{display:flex;gap:10px;padding:12px 18px calc(14px + env(safe-area-inset-bottom));border-top:1px solid var(--line-soft);background:var(--bg-elev)}.sheet-acciones .btn{flex:1;justify-content:center}.bloque{background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--r-m);margin:10px 0;overflow:hidden;box-shadow:var(--sombra-s)}.bloque>summary{padding:13px 15px;cursor:pointer;font-weight:620;font-size:.92rem;list-style:none;display:flex;align-items:center;gap:8px}.bloque>summary::-webkit-details-marker{display:none}.bloque>summary:after{content:"⌄";margin-left:auto;color:var(--text-3);font-size:1.1rem;transition:transform .2s}.bloque[open]>summary:after{transform:rotate(180deg)}.bloque>.bloque-cont{padding:0 15px 14px}.diag-md{line-height:1.55;font-size:.92rem}.diag-md strong{color:var(--acento);font-weight:680}.meteo-card{background:linear-gradient(160deg,#e9f2f5,#f2f5e8)}.meteo-actual{display:flex;align-items:center;gap:14px}.meteo-ico{font-size:2.4rem;line-height:1}.meteo-ico-s{font-size:1.3rem}.meteo-temp{font-size:1.9rem;font-weight:750;letter-spacing:-.02em}.meteo-luna{margin-left:auto;display:flex;align-items:center;gap:8px;text-align:right}.meteo-luna .meteo-ico{font-size:1.9rem}.meteo-dias{display:flex;gap:6px;margin-top:14px;overflow-x:auto;scrollbar-width:none}.meteo-dias::-webkit-scrollbar{display:none}.meteo-dia{flex:1;min-width:52px;display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 4px;border-radius:12px;background:#ffffff8c;font-size:.8rem}.meteo-dia.helada{background:#ddeef8;box-shadow:inset 0 0 0 1px #2e7fa355}.meteo-dia.calor{background:#fae5d8;box-shadow:inset 0 0 0 1px #c04f3b55}.meteo-lluvia{font-size:.68rem;color:var(--agua)}.lunario{margin-top:12px;padding-top:12px;border-top:1px solid var(--line-soft)}.lunario-cinta{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.td-badge{border-radius:999px;padding:4px 11px;font-size:.8rem;font-weight:620}.td-raiz{background:#f0e4cd;color:#8a5f26}.td-hoja{background:#e2f0d5;color:#3c6b2c}.td-flor{background:#f4e2f0;color:#9c4a8e}.td-fruto{background:#f9e5d7;color:#ad5a30}.td-nodo{background:#f9e1da;color:var(--critico)}.td-savia{background:var(--surface-3);color:var(--text-2)}.cal-lunar{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.cal-dia{aspect-ratio:1;border-radius:10px;background:var(--surface-2);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;font-size:.7rem;position:relative}.cal-dia .n{font-weight:620;font-size:.8rem}.cal-dia.hoy{box-shadow:inset 0 0 0 2px var(--acento)}.cal-dia.td-nodo-bg{opacity:.55}.gantt-meses{display:flex;font-size:.68rem;color:var(--text-3);padding:0 12px 3px 36px;text-transform:capitalize}.gantt-track{position:relative;height:28px;background:var(--surface-2);border-radius:8px;overflow:hidden}.gantt-bar{position:absolute;top:3px;bottom:3px;background:var(--acento-2);border-radius:6px;font-size:.68rem;color:#fff;font-weight:620;padding:4px 5px;white-space:nowrap;overflow:hidden;cursor:pointer}.gantt-libre{position:absolute;top:3px;bottom:3px;border:1px dashed #55963f88;border-radius:6px;font-size:.64rem;color:var(--acento);padding:5px;white-space:nowrap;overflow:hidden}.gantt-hoy{position:absolute;top:0;bottom:0;width:2px;background:var(--aviso);z-index:2}.evento{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--line-soft)}.evento .ico{font-size:1.2rem;width:30px;height:30px;border-radius:10px;background:var(--surface-2);display:grid;place-items:center;flex-shrink:0}.evento .cuerpo{flex:1;min-width:0}.evento .fotos{display:flex;gap:7px;margin-top:8px;flex-wrap:wrap}.evento .fotos img{width:88px;height:88px;object-fit:cover;border-radius:12px}.vacio{text-align:center;padding:34px 14px;color:var(--text-2)}.vacio .ico{font-size:2.4rem;display:block;margin-bottom:10px}details summary{cursor:pointer}.gota{animation:gota-cae 1.3s ease-in infinite}@keyframes gota-cae{0%{opacity:0;transform:translateY(0)}20%{opacity:.9}to{opacity:0;transform:translateY(.55px)}}@media (prefers-reduced-motion: reduce){.gota{animation:none;opacity:.7}}
