/* Apogea — base variables, reset, body, light theme */

*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}
:root{
  --sat: env(safe-area-inset-top, 0px);
  --sab: env(safe-area-inset-bottom, 0px);
  --sal: env(safe-area-inset-left, 0px);
  --sar: env(safe-area-inset-right, 0px);
  --bg:#3d0c1f;--bg-card:#521428;--bg-card2:#621830;--bg-input:#460f22;--bg-sheet:#4a1025;
  --gold:#e8b84b;--gold-dim:#c49030;--gold-pale:#f5d070;
  --t1:#fdf0e0;--t2:#e8c8a8;--t3:#b89080;
  --b1:rgba(232,184,75,.25);--b2:rgba(253,240,224,.12);--b3:rgba(253,240,224,.06);
  --green:#34d399;--orange:#fb923c;--red:#f87171;--grey:#9ca3af;
  --shadow:0 2px 20px rgba(0,0,0,.5),0 1px 0 rgba(255,255,255,.05) inset;
}
.light{
  --bg:#f5f0e8;--bg-card:#faf7f2;--bg-card2:#f0ebe0;--bg-input:#ede8de;--bg-sheet:#faf7f2;
  --gold:#b8860b;--gold-dim:#8a6408;--gold-pale:#d4a84b;
  --t1:#1a1208;--t2:#5a4a30;--t3:#9a8a70;
  --b1:rgba(184,134,11,.2);--b2:rgba(26,18,8,.08);--b3:rgba(26,18,8,.04);
  --green:#16a34a;--orange:#d97706;--red:#dc2626;--grey:#6b7280;
  --shadow:0 2px 20px rgba(0,0,0,.08),0 1px 0 rgba(255,255,255,.8) inset;
}
.light body,.light html{background:var(--bg)}
.light .hdr{background:linear-gradient(180deg,rgba(245,240,232,.98),rgba(245,240,232,.85))!important;border-bottom:1px solid var(--b2)}
.light .bottom-nav{background:rgba(245,240,232,.95)!important}
.light .auth-wrap{background:var(--bg)}
.light .loading{background:var(--bg)}
html{height:100%;background:var(--bg)}
body{background:var(--bg);color:var(--t1);font-family:'DM Sans',system-ui,sans-serif;font-weight:300;max-width:480px;margin:0 auto;min-height:100vh;overflow-x:hidden;padding-bottom:calc(80px + env(safe-area-inset-bottom, 34px))}
.serif{font-family:'Cormorant Garamond',Georgia,serif}
