/* Memoroam — Variables & Reset */
:root{color-scheme:light;--bg:#F0EBE3;--card:#FDFAF7;--text:#1C1713;--muted:#8A7D72;--border:rgba(0,0,0,0.09);--shadow:0 2px 20px rgba(0,0,0,0.09);}
:root[data-theme="dark"]{color-scheme:dark;--bg:#1A1714;--card:#242019;--text:#E8E0D4;--muted:#8A7D72;--border:rgba(255,255,255,0.08);--shadow:0 2px 20px rgba(0,0,0,0.3);}
*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent;}
body{font-family:'DM Sans',sans-serif;background:var(--bg);min-height:100vh;display:flex;justify-content:center;}
