:root{--bg:#faf9f7;--bg-card:#fff;--bg-muted:#f3f1ee;--text:#1a1917;--text-muted:#6b6760;--text-hint:#9e9b96;--border:rgba(0,0,0,.1);--border-strong:rgba(0,0,0,.2);--green:#1d9e75;--green-light:#e1f5ee;--green-dark:#0f6e56;--radius:10px;--radius-lg:14px}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{font-family:-apple-system,Hiragino Sans,Noto Sans JP,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer}button,input,select,textarea{font-family:inherit}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media ((pointer:coarse) and (max-width:1100px)),(max-width:768px){input,select,textarea{font-size:16px!important}input[type=checkbox],input[type=radio]{width:20px;height:20px}input[type=range]{min-height:28px}}