@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Space+Mono:wght@400;700&display=swap");:root{--bg:#fbf6e9;--surface:#fff;--surface2:#f6efdd;--border:#e7dcc4;--accent:#5da63e;--accent2:#2ba6c4;--warn:#e8941f;--danger:#d9534f;--text:#3d3a34;--muted:#948b79}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Noto Sans JP,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}button{cursor:pointer}button,input,select,textarea{font-family:inherit}