@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");:root{--warm:#E8623A;--warm-hover:#d45528;--warm-light:#FDF0EB;--warm-muted:#F5C4B3;--warm-text:#993C1D;--green:#3B6D11;--green-light:#EAF3DE;--green-text:#27500A;--bg:#FAFAF8;--surface:#FFFFFF;--surface2:#F5F4F0;--border:rgba(0,0,0,0.1);--border-hover:rgba(0,0,0,0.2);--text:#1A1A18;--text-muted:#6B6B66;--text-hint:#9B9B96;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px}*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:Zen Kaku Gothic New,-apple-system,sans-serif;font-size:16px;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100dvh;touch-action:manipulation}a{color:inherit;text-decoration:none}button{cursor:pointer}button,input{font-family:inherit}