:root{--palette-white:#ffffff;--palette-sky-navy:#101326;--palette-slate:#5a5f73;--palette-silver:#b8babc;--palette-light-gray:#d9d9d9;--palette-gray:#f5f5f5;--palette-accent-green:#88d39b;--palette-accent-green-soft:rgba(136,211,155,0.4);--palette-red:#e60012;--palette-green-dark:#1f7a3d;--palette-amber-dark:#8a5a00;--color-bg:var(--palette-white);--color-bg-subtle:var(--palette-gray);--color-surface:var(--palette-white);--color-text:var(--palette-sky-navy);--color-text-muted:var(--palette-slate);--color-border:var(--palette-light-gray);--color-border-subtle:var(--palette-gray);--color-link:var(--palette-sky-navy);--color-danger:var(--palette-red);--color-focus:var(--palette-sky-navy);--color-success:var(--palette-green-dark);--color-warning:var(--palette-amber-dark);--color-accent:var(--palette-accent-green);--color-accent-soft:var(--palette-accent-green-soft);--color-inverse-bg:var(--palette-sky-navy);--color-inverse-text:var(--palette-white);--color-inverse-text-muted:var(--palette-silver);--font-family-latin:var(--font-lexend);--font-family-jp:var(--font-zen-kaku-gothic-new);--font-family-base:var(--font-family-latin),var(--font-family-jp),system-ui,sans-serif;--font-family-mono:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;--font-weight-regular:400;--font-weight-medium:500;--font-weight-bold:700;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-md:1rem;--font-size-lg:1.125rem;--font-size-xl:1.375rem;--font-size-2xl:1.75rem;--font-size-3xl:2.25rem;--line-height-tight:1.3;--line-height-base:1.7;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4rem;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-full:9999px;--border-width:1px;--border-width-thick:3px;--shadow-sm:0 1px 2px rgba(16,19,38,0.08);--shadow-md:0 4px 16px rgba(16,19,38,0.1);--layout-max-width:1280px;--layout-reading-width:680px;--layout-gutter:var(--space-4);--z-base:0;--z-sticky:100;--z-header:200;--z-overlay:300;--z-modal:400;--transition-base:0.2s ease}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body,html{margin:0;padding:0}body{min-height:100dvh;background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-family-base);font-size:var(--font-size-md);font-weight:var(--font-weight-regular);line-height:var(--line-height-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin:0;font-size:inherit;font-weight:var(--font-weight-bold);line-height:var(--line-height-tight)}blockquote,dd,dl,figure,ol,p,ul{margin:0}ol,ul{padding:0;list-style:none}a{color:var(--color-link);text-decoration-thickness:1px;text-underline-offset:.2em}canvas,img,svg,video{display:block;max-width:100%;height:auto}button,input,select,textarea{font:inherit;color:inherit}table{border-collapse:collapse}:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}