:root{color-scheme:light;--bg-0:#f7f7f7;--bg-1:#eeeeee;--surface:#ffffff;--surface-soft:#f4f4f5;--surface-panel:rgba(255,255,255,0.94);--surface-header:rgba(255,255,255,0.96);--surface-elevated:#ffffff;--ink-900:#111111;--ink-800:#27272a;--ink-700:#3f3f46;--ink-600:#52525b;--ink-500:#71717a;--brand-950:#111111;--brand-900:#27272a;--brand-800:#1f4f9e;--brand-700:#1f4f9e;--brand-500:#5573b8;--brand-solid:#1f4f9e;--brand-solid-hover:#5573b8;--danger-solid:#b91c1c;--line:#dedede;--line-strong:#c7c7c7;--text-on-brand:#ffffff;--shadow-soft:0 12px 28px rgba(24,24,27,0.08)}*{box-sizing:border-box;margin:0;padding:0}body,html{max-width:100vw;overflow-x:clip}body{min-height:100vh;background:var(--bg-0);color:var(--ink-900);font-family:Noto Sans JP,Hiragino Kaku Gothic ProN,Yu Gothic,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{color:inherit}::selection{color:#ffffff;background:var(--brand-solid)}