@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.block{display:block}.flex{display:flex}.h-full{height:100%}.min-h-full{min-height:100%}.flex-col{flex-direction:column}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--background:#fff;--foreground:#1c1c1e;--muted:#6b7280;--line:#e5e7eb;--accent:#1d4ed8;--notice-bg:#f6f7f9}@media (prefers-color-scheme:dark){:root{--background:#0f1115;--foreground:#e8e8ea;--muted:#9aa1ab;--line:#2a2e37;--accent:#93b4ff;--notice-bg:#191c22}}body{background:var(--background);color:var(--foreground);font-family:Hiragino Sans,Hiragino Kaku Gothic ProN,Noto Sans JP,Meiryo,system-ui,sans-serif;line-height:1.85}a{color:var(--accent)}.site-header,.site-main,.site-footer{width:100%;max-width:44rem;margin:0 auto;padding:0 1.25rem}.site-header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.75rem;padding-top:1.5rem;padding-bottom:1.5rem;display:flex}.site-title{color:var(--foreground);font-size:1.125rem;font-weight:700;text-decoration:none}.site-nav{flex-wrap:wrap;gap:1rem;font-size:.875rem;display:flex}.site-main{flex:1;padding-bottom:4rem}.site-footer{border-top:1px solid var(--line);color:var(--muted);padding-top:1.5rem;padding-bottom:3rem;font-size:.875rem}.site-footer-note,.site-footer-copy{margin-top:1rem}.hero{border-bottom:1px solid var(--line);padding:1.5rem 0 2.5rem}.hero h1{font-size:1.75rem;font-weight:700}.hero p{color:var(--muted);margin-top:.75rem}.empty{color:var(--muted);padding:2.5rem 0}.post-list{margin-top:1rem;list-style:none}.post-list li{border-bottom:1px solid var(--line)}.post-list a{color:inherit;padding:1.5rem 0;text-decoration:none;display:block}.post-list a:hover .post-title{text-decoration:underline}.post-meta{color:var(--muted);align-items:center;gap:.75rem;font-size:.8125rem;display:flex}.post-type{border:1px solid var(--line);border-radius:999px;padding:.0625rem .625rem}.post-draft{color:#fff;background:#b45309;border-radius:999px;padding:.0625rem .625rem}.post-title{margin-top:.5rem;font-size:1.125rem;font-weight:700;display:block}.post-description{color:var(--muted);margin-top:.375rem;font-size:.9375rem;display:block}.post,.page{padding-top:2rem}.post>h1,.page>h1{font-size:1.625rem;font-weight:700;line-height:1.5}.ad-disclosure{background:var(--notice-bg);border:1px solid var(--line);color:var(--muted);border-radius:.375rem;margin-top:.875rem;padding:.5rem .875rem;font-size:.8125rem}.post-date{color:var(--muted);margin-top:.875rem;font-size:.8125rem}.post-body,.page{font-size:1rem}.post-body h2,.page h2{border-bottom:1px solid var(--line);margin-top:2.5rem;padding-bottom:.375rem;font-size:1.25rem;font-weight:700}.post-body h3,.page h3{margin-top:1.75rem;font-size:1.0625rem;font-weight:700}.post-body p,.page p{margin-top:1rem}.post-body ul,.post-body ol,.page ul,.page ol{margin-top:1rem;padding-left:1.5rem}.post-body ul,.page ul{list-style:outside}.post-body ol,.page ol{list-style:decimal}.post-body li,.page li{margin-top:.375rem}.post-body table{border-collapse:collapse;margin-top:1.25rem;font-size:.9375rem;display:block;overflow-x:auto}.post-body th,.post-body td{border:1px solid var(--line);text-align:left;padding:.5rem .75rem}.post-body th{background:var(--notice-bg)}.post-body blockquote{border-left:3px solid var(--line);color:var(--muted);margin-top:1.25rem;padding-left:1rem}.post-body pre{background:var(--notice-bg);border:1px solid var(--line);border-radius:.375rem;margin-top:1.25rem;padding:1rem;font-size:.875rem;overflow-x:auto}.post-body img{border-radius:.375rem;max-width:100%;height:auto;margin-top:1.25rem}
