:root{
  --bg:#fafaf8; --surface:#ffffff; --surface-2:#f4f4ef; --surface-3:#ececE6;
  --text:#1a1a1a; --text-2:#56564f; --text-3:#6e6e67;
  --border:#e8e8e3; --border-2:#00000012;
  --accent:#2e7d4f; --accent-ink:#1f5837; --accent-soft:#e7f2ec; --accent-ring:#2e7d4f33; --on-accent:#ffffff;
  --danger:#c0392b; --warn:#9a6209; --ok:#2e7d4f; --info:#1f6f8b;
  --r-s:10px; --r-m:14px; --r-l:20px; --r-xl:26px; --r-pill:999px;
  --sh-1:0 1px 2px #0000000d,0 1px 3px #0000000a;
  --sh-2:0 6px 18px #00000016,0 2px 6px #0000000d;
  --sh-pop:0 -8px 28px #0000001a;
  --sh-float:0 8px 24px #0000001f;
  --f:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,system-ui,sans-serif;
  --topbar-h:54px; --tabbar-h:62px;
  --safe-t:env(safe-area-inset-top,0px); --safe-b:env(safe-area-inset-bottom,0px);
  --z-map:1; --z-sheet:20; --z-topbar:30; --z-tabbar:30; --z-overlay:50; --z-splash:100;
}
*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
html,body{margin:0;height:100%;overscroll-behavior:none}
body{font-family:var(--f);background:var(--bg);color:var(--text);font-size:15px;line-height:1.5;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
  -webkit-user-select:none;user-select:none;touch-action:manipulation}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:0;background:none;color:inherit;font-size:inherit}
input,select,textarea{font-family:inherit;font-size:16px}
img{display:block;max-width:100%}
[data-lucide]{width:22px;height:22px;stroke-width:2;flex:0 0 auto}
h1,h2,h3,h4,p{margin:0}
