:root{--bg:#fdf6ee;--card:#fff;--ink:#2b2320;--muted:#726459;--accent:#b5451b;--accent-soft:#fff3e9;--line:#e8ddd0;--teal:#3f6b64;--teal-soft:#e8f1ef;--ochre:#8f6415;--ochre-soft:#faf1de;--radius:14px;--nav-h:60px;color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{background:var(--bg);-webkit-font-smoothing:antialiased;overscroll-behavior-y:none;margin:0}#root{max-width:640px;padding:max(12px, env(safe-area-inset-top)) 16px calc(var(--nav-h) + 40px + env(safe-area-inset-bottom));min-height:100vh;margin:0 auto}h1,h2,h3{letter-spacing:-.01em;font-family:Fraunces,Georgia,Times New Roman,serif;font-weight:600}h1{margin:14px 0 16px;font-size:1.55rem}h2{margin:22px 0 10px;font-size:1.1rem}button{font:inherit;border:1px solid var(--line);background:var(--card);min-height:44px;color:var(--ink);cursor:pointer;border-radius:10px;padding:0 16px;transition:transform 80ms,background .15s,opacity .15s}button:active{transform:scale(.97)}button:disabled{opacity:.5}button.primary{background:var(--accent);color:#fff;border-color:var(--accent);font-weight:500}button.link{color:var(--accent);background:0 0;border:none;min-height:36px;padding:4px 2px;font-weight:500}input,select,textarea{font:inherit;border:1px solid var(--line);background:var(--card);width:100%;min-height:46px;color:var(--ink);border-radius:10px;padding:10px 12px}input:focus,select:focus,textarea:focus{outline:2px solid var(--accent);outline-offset:-1px;border-color:#0000}textarea{resize:vertical;min-height:76px}input[type=checkbox]{flex-shrink:0;width:auto;min-height:0}label{color:var(--muted);margin:12px 0 4px;font-size:.82rem;font-weight:500;display:block}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);margin-bottom:10px;padding:14px 16px;box-shadow:0 1px 2px #2b23200a}a.card{color:var(--ink);text-decoration:none;display:block}a.row,a.notif-row{color:var(--ink);text-decoration:none;display:flex}.row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.spacer{flex:1}.muted{color:var(--muted);font-size:.88rem}mark{background:var(--accent-soft);color:var(--ink);border-radius:4px;padding:0 2px;font-weight:600}.badge{background:var(--bg);border:1px solid var(--line);white-space:nowrap;border-radius:999px;padding:3px 9px;font-size:.72rem;font-weight:500}.banner{background:var(--accent-soft);border-radius:var(--radius);border:1px solid #f0c9ab;margin-bottom:16px;padding:14px 16px}.demarrage-etape{text-align:left;background:var(--accent-soft);border:1px solid #f0c9ab;border-radius:12px;width:100%;padding:12px 14px;display:block}.demarrage-etape+.demarrage-etape{margin-top:8px}.demarrage-etape .row{width:100%}.demarrage-etape .demarrage-detail{margin-top:4px;display:block}.subnav{scrollbar-width:none;gap:8px;margin:4px -16px 16px;padding:0 16px 2px;display:flex;overflow-x:auto}.subnav::-webkit-scrollbar{display:none}.subnav a,.subnav button{font:inherit;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;flex:none;align-items:center;gap:5px;min-height:0;padding:7px 13px;font-size:.9rem;text-decoration:none;display:inline-flex}.subnav a.active,.subnav button.active{background:var(--accent);color:#fff}.subnav a:not(.active),.subnav button:not(.active){border-color:var(--line)}.subnav a svg,.subnav button svg{flex-shrink:0}.tabbar{z-index:20;background:var(--card);border-top:1px solid var(--line);padding-bottom:env(safe-area-inset-bottom);justify-content:space-around;display:flex;position:fixed;bottom:0;left:0;right:0}.tabbar a{color:var(--muted);flex-direction:column;flex:1;align-items:center;gap:3px;padding:9px 0 8px;font-size:.68rem;font-weight:500;text-decoration:none;display:flex}.tabbar a.active{color:var(--accent)}.tabbar a svg{width:22px;height:22px}.fab{right:16px;bottom:calc(var(--nav-h) + 16px + env(safe-area-inset-bottom));z-index:21;background:var(--accent);color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;min-height:0;padding:0;display:flex;position:fixed;box-shadow:0 6px 16px #b5451b66}.notif-row{border-bottom:1px solid var(--line);gap:12px;padding:14px 0;display:flex}.notif-row:first-of-type{padding-top:0}.notif-icon{background:var(--accent-soft);width:42px;height:42px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.notif-body{flex:1;min-width:0}.notif-dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:8px;height:8px;display:inline-block}.bell-fab{right:16px;top:max(12px, env(safe-area-inset-top));z-index:22;background:var(--card);width:40px;height:40px;min-height:0;color:var(--ink);border:1px solid var(--line);border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex;position:fixed;box-shadow:0 2px 8px #2b232014}.bell-badge{background:var(--accent);color:#fff;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.65rem;font-weight:600;line-height:1;display:flex;position:absolute;top:-4px;right:-4px}.skeleton{background:linear-gradient(90deg, var(--line) 25%, #f2e9dd 37%, var(--line) 63%);background-size:400% 100%;border-radius:6px;height:14px;margin:8px 0;animation:1.4s infinite shimmer}@keyframes shimmer{0%{background-position:100%}to{background-position:0}}@media (prefers-reduced-motion:reduce){.skeleton{animation:none}button:active{transform:none}}.chat-input{bottom:calc(var(--nav-h) + env(safe-area-inset-bottom));background:var(--bg);margin-top:12px;padding:10px 0;position:sticky}.empty{text-align:center;color:var(--muted);padding:28px 16px}.empty svg{opacity:.4;margin-bottom:8px}.install-hint{background:var(--card);border:1px dashed var(--line);border-radius:var(--radius);margin-bottom:14px;padding:12px 14px;font-size:.88rem}.cal-grid{grid-template-columns:repeat(7,1fr);gap:4px;margin-top:8px;display:grid}.cal-head span{text-align:center;padding:4px 0;font-size:.72rem}.cal-day{aspect-ratio:1;background:var(--bg);border:1px solid #0000;border-radius:9px;flex-direction:column;align-items:center;gap:3px;min-height:0;padding:4px 0 0;font-size:.85rem;display:flex}.cal-day.is-today{border-color:var(--line);font-weight:700}.cal-day.is-sel{background:var(--accent);color:#fff}.cal-dots{gap:2px;min-height:6px;display:flex}.cal-dots i{border-radius:999px;width:6px;height:6px;display:block}.cal-legend{flex-wrap:wrap;gap:10px;margin-top:12px}.cal-dot{vertical-align:middle;border-radius:999px;width:8px;height:8px;margin-right:2px;display:inline-block}form.stack{display:block}.field-half{flex:1;min-width:120px}.idea-toggle{text-align:left;width:100%;min-height:0;font:inherit;cursor:pointer;color:var(--ink);background:0 0;border:none;align-items:center;gap:6px;padding:0;display:flex}.idea-toggle svg{color:var(--muted);flex-shrink:0;transition:transform .15s}.idea-toggle.is-open svg{transform:rotate(180deg)}.idea-detail{color:var(--muted);margin:8px 0 0;font-size:.9rem}.suggestion-tile{background:var(--card);border:1px solid var(--line);border-radius:16px;gap:10px;margin-bottom:12px;padding:13px 14px;display:flex}.suggestion-tile--idee{--tint:var(--accent);--tint-soft:var(--accent-soft)}.suggestion-tile--relance{--tint:var(--teal);--tint-soft:var(--teal-soft)}.suggestion-tile--stock{--tint:var(--ochre);--tint-soft:var(--ochre-soft)}.suggestion-tile--observation{--tint:var(--muted);--tint-soft:#f2ede7}.suggestion-tile.is-done{opacity:.55}.suggestion-chip{background:var(--tint-soft);width:26px;height:26px;color:var(--tint);border-radius:8px;flex:none;justify-content:center;align-items:center;display:flex}.suggestion-kicker{letter-spacing:.05em;text-transform:uppercase;color:var(--tint);margin-bottom:3px;font-size:.75rem;font-weight:600;display:block}.suggestion-col{flex:1;min-width:0}.import-row{cursor:pointer;align-items:flex-start;gap:10px}.import-row input[type=checkbox]{flex-shrink:0;margin-top:3px}.signature-pad{border:1px dashed var(--line);border-radius:var(--radius);touch-action:none;cursor:crosshair;background:#fff;width:100%;display:block}.depot-item{border-bottom:1px solid var(--line);padding:8px 0}.depot-item:first-of-type{padding-top:0}.depot-item-detail{gap:6px;margin-top:4px}.depot-item-detail input{text-align:right;width:58px;min-height:34px;padding:4px 8px}.depot-item .del{min-width:32px;min-height:32px;color:var(--muted);background:0 0;border:none;padding:0;font-size:1.25rem;line-height:1}.depot-total{border-top:1px solid var(--line);justify-content:space-between;margin-top:8px;padding-top:8px;font-weight:600;display:flex}.settings-row{color:var(--ink);padding:14px 16px;text-decoration:none}.settings-row:active{background:var(--bg)}.settings-row svg{color:var(--muted);flex-shrink:0}
