:root{--fg:#1a1a1a;--bg:#fafafa;--border:#ddd;--link:#06c;--muted:#888;--code-bg:#f0f0f0}*{box-sizing:border-box;margin:0;padding:0}[hidden]{display:none!important}html,body{height:100%}body{color:var(--fg);background:var(--bg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Hiragino Kaku Gothic ProN,Noto Sans CJK JP,sans-serif;font-size:16px;line-height:1.6}a{color:var(--link)}header{background:var(--bg);z-index:10;border-bottom:1px solid color-mix(in srgb, var(--border) 60%, transparent);justify-content:space-between;align-items:center;max-width:760px;min-height:56px;margin:0 auto;padding:.85rem 1.5rem;display:flex;position:sticky;top:0}.site-brand{color:var(--fg);flex-direction:column;gap:.1rem;line-height:1.25;text-decoration:none;display:flex}.site-name{font-weight:600}.site-tagline{color:var(--muted);letter-spacing:.01em;font-size:.78rem;font-weight:400}header nav{align-items:center;gap:.75rem;display:flex}header nav a{color:var(--muted);font-size:.875rem;text-decoration:none}header nav a:hover{color:var(--fg)}main{max-width:760px;margin:0 auto;padding:2rem 1.5rem 4rem}h1.page-title{margin-bottom:1.5rem;font-size:1.75rem;font-weight:700}.view-body{font-size:1rem}.view-body h1,.view-body h2,.view-body h3{margin:1.5rem 0 .5rem;font-weight:700;line-height:1.3}.view-body h1{font-size:1.5rem}.view-body h2{font-size:1.25rem}.view-body h3{font-size:1.1rem}.view-body p{margin-bottom:1rem}.view-body ul,.view-body ol{margin:0 0 1rem 1.5rem}.view-body li{margin-bottom:.25rem}.view-body code{background:var(--code-bg);border-radius:3px;padding:.1em .3em;font-family:SFMono-Regular,Consolas,monospace;font-size:.85em}.view-body pre{background:var(--code-bg);border-radius:4px;margin-bottom:1rem;padding:1rem;overflow-x:auto}.view-body pre code{background:0 0;padding:0}.view-body blockquote{border-left:3px solid var(--border);color:var(--muted);margin-bottom:1rem;padding-left:1rem}.view-body a{color:var(--link)}.view-body img{max-width:100%;height:auto}.public-list{border-top:1px solid var(--border);margin-top:2.5rem;padding-top:1.25rem}.public-list h2{margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.public-list ul{padding-left:0;list-style:none}.public-list li{margin-bottom:.25rem;padding-left:1.1rem;position:relative}.public-list li:before{content:"→";color:var(--muted);position:absolute;left:0}.public-list a{color:var(--link);text-decoration:none}.public-list a:hover{text-decoration:underline}footer{border-top:1px solid var(--border);color:var(--muted);flex-direction:column;gap:.25rem;margin-top:2rem;padding-top:1rem;font-size:.8rem;display:flex}footer a{color:inherit;text-decoration:underline}footer .powered-by{font-size:inherit}.state-loading,.state-empty,.state-error{color:var(--muted);text-align:center;padding:2rem 0}.state-error{color:#b00020}.state-error details{text-align:left;margin-top:.75rem;font-size:.85rem}.state-error summary{color:var(--muted);cursor:pointer;-webkit-user-select:none;user-select:none}.state-error summary:hover{color:var(--fg)}.state-error pre{text-align:left;white-space:pre-wrap;background:var(--code-bg);border-radius:4px;margin-top:.5rem;padding:.5rem .75rem;font-size:.8rem}.verified-badge{border:1px solid var(--border);color:var(--muted);vertical-align:middle;border-radius:3px;margin-left:.5rem;padding:.05rem .4rem;font-size:.7rem;display:inline-block}.verified-badge[data-verified=true]{color:#0a7d2c;border-color:#0a7d2c}.verified-badge[data-verified=false]{color:#b00020;border-color:#b00020}.noscript-notice{color:var(--muted);border:1px solid var(--border);border-radius:4px;margin-bottom:1.5rem;padding:.5rem .75rem;font-size:.8rem}.nav-progress{background:var(--link);z-index:100;opacity:0;pointer-events:none;width:0;height:3px;transition:opacity .22s ease-in,width 0s linear .22s;position:fixed;top:0;left:0}.nav-progress[data-phase="1"]{opacity:1;width:60%;transition:width .28s linear,opacity 80ms ease-out}.nav-progress[data-phase="2"]{opacity:1;width:100%;transition:width .14s cubic-bezier(.4,0,1,1),opacity 80ms ease-out}
