:root{--bg:#FAF7F2;--surface:#FFFFFF;--surface2:#F5F0E8;--border:#E8DDD4;--border2:#DDD4C8;--cream:#1A1612;--text:#1A1612;--muted:#8C7B6E;--muted2:#A89B90;--accent:#C4614A;--gold:#B8956A;--gold-dim:rgba(184,149,106,0.35);--gold-bg:rgba(184,149,106,0.08);--green:#4E8A38;--red:#C4614A}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bg);color:var(--text);font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit;color:var(--text);background:transparent;border:none;border-bottom:1px solid var(--border);border-radius:0;outline:none}button{border-radius:6px}input::placeholder,textarea::placeholder{color:var(--muted)}select option{background:var(--surface);color:var(--text)}body:before{content:"";position:fixed;inset:0;background:radial-gradient(ellipse at 20% 0,rgba(196,97,74,.06) 0,transparent 50%);pointer-events:none;z-index:0}