:root{--color-bg:#f8fafc;--color-bg-alt:#f8fafc;--color-surface:#f8fafc;--color-surface-dark:#05244f;--color-surface-muted:#0f172a;--color-text:#0f172a;--color-text-secondary:#1e293b;--color-text-muted:#475569;--color-text-subtle:#64748b;--color-text-faint:#94a3b8;--color-text-inverse:#f8fafc;--color-border:#e2e8f0;--color-border-light:#e2e8f0;--color-border-medium:#e2e8f0;--color-border-dark:#e2e8f0;--color-border-subtle:#e2e8f0;--color-border-muted:#e2e8f0;--color-accent:#ff8c00;--color-accent-hover:#05244f;--color-accent-light:#ff8c00;--color-hover:#05244f;--color-focus:#64748b;--space-xs:4px;--space-sm:8px;--space-md:14px;--space-lg:20px;--space-xl:28px;--space-2xl:36px;--space-3xl:52px;--space-4xl:68px;--space-5xl:88px;--text-xs:11px;--text-sm:12px;--text-base:14px;--text-md:15px;--text-lg:16px;--text-xl:17px;--text-2xl:18px;--text-3xl:24px;--text-4xl:32px;--text-5xl:42px;--text-6xl:48px;--text-7xl:72px;--font-normal:400;--font-medium:500;--font-semibold:600;--font-bold:700;--leading-tight:1.25;--leading-snug:1.4;--leading-normal:1.7;--leading-relaxed:1.8;--leading-loose:1.9;--tracking-tight:-.03em;--tracking-normal:0;--tracking-wide:.02em;--tracking-wider:.03em;--tracking-widest:.08em;--radius-none:0;--radius-sm:4px;--radius-md:8px;--radius-full:999px;--shadow-sm:0 2px 8px #0000000a;--shadow-md:0 8px 24px #00000014;--shadow-lg:0 16px 48px #0000001f;--transition-fast:.15s ease;--transition-base:.2s ease;--transition-slow:.3s ease;--max-width-content:1100px;--max-width-container:1280px;--header-height:64px;--header-height-mobile:64px;--z-header:1000;--z-modal:2000;--z-tooltip:3000}@media (max-width:768px){:root{--space-xs:4px;--space-sm:6px;--space-md:12px;--space-lg:16px;--space-xl:24px;--space-2xl:32px;--space-3xl:40px;--space-4xl:52px;--space-5xl:64px;--text-xs:13px;--text-sm:14px;--text-base:15px;--text-md:16px;--text-lg:17px;--text-xl:18px;--text-2xl:20px;--text-3xl:24px;--text-4xl:30px;--text-5xl:36px;--text-6xl:42px;--text-7xl:54px}}@media (max-width:480px){:root{--space-xl:20px;--space-2xl:28px;--space-3xl:36px;--space-4xl:44px;--space-5xl:52px;--text-xs:14px;--text-sm:15px;--text-base:16px;--text-3xl:22px;--text-4xl:26px;--text-5xl:32px;--text-6xl:36px;--text-7xl:44px}}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body{max-width:100vw;overflow-x:hidden}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-serif),"Hiragino Mincho ProN","Yu Mincho","Noto Serif JP",serif;line-height:var(--leading-relaxed);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:var(--font-normal);padding-top:var(--header-height);font-size:var(--text-base)}@media (max-width:768px){body{padding-top:var(--header-height-mobile);font-size:var(--text-sm)}}@media (max-width:480px){body{font-size:var(--text-sm)}}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{line-height:var(--leading-snug);font-weight:var(--font-bold)}button{font-family:inherit}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
