@import "https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;500;700&display=swap";:root{--bg:#f7f2e8;--surface:#efe8d5;--border:#c8b896;--gold:#c23b22;--gold-dim:#a0876a;--text:#2c1810;--text-dim:#8b7355;--red:#b5341a;--green:#2e7a58;--blue:#5a7fa0}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);height:100dvh;font-family:Noto Serif SC,SimSun,serif;overflow:hidden}#root{flex-direction:column;height:100dvh;display:flex}button{cursor:pointer;font-family:inherit}input,textarea,select{outline:none;font-family:inherit}
