:root{--ink:#0f172a;--text:#111827;--text-sub:#475569;--text-mute:#64748b;--line:#cbd5e1;--line-strong:#94a3b8;--bg:#f1f5f9;--bg-card:#ffffff;--accent:#4f46e5;--accent-hover:#4338ca;--accent-soft:#eef2ff;--danger:#dc2626;--danger-soft:#fef2f2;--shadow-card:0 1px 3px rgba(15,23,42,0.06),0 1px 2px rgba(15,23,42,0.04);--shadow-input:inset 0 1px 2px rgba(15,23,42,0.05)}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Hiragino Sans,Noto Sans JP,system-ui,sans-serif;font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit}button{font-family:inherit}input,select,textarea{font-family:inherit;font-size:14px}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--accent)}