:root{--bg: #f7f8fa;--surface: #ffffff;--surface-alt: #f1f3f6;--border: #d8dde5;--border-strong: #b6bfcc;--text: #1b2430;--text-muted: #5a6675;--accent: #1f5f8b;--accent-dark: #17496b;--accent-soft: #e8f1f8;--ok: #1d6b3f;--ok-soft: #e7f3ec;--warn: #8a5a00;--warn-soft: #fdf3e0;--stop: #9b2226;--stop-soft: #fbeaea;--info: #2f4858;--info-soft: #eaeef1;--demo: #6b3fa0;--demo-soft: #f2ecfa;--radius: 10px;--radius-sm: 6px;--shadow: 0 1px 2px rgba(27, 36, 48, .06), 0 4px 12px rgba(27, 36, 48, .05);--maxw: 1080px;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", Roboto, Helvetica, Arial, sans-serif;--mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;overflow-wrap:break-word;font-family:var(--font);font-size:16px;line-height:1.65;color:var(--text);background:var(--bg)}h1,h2,h3,h4{line-height:1.3;margin:0 0 .5em;font-weight:650}h1{font-size:1.75rem}h2{font-size:1.35rem;margin-top:1.8em}h3{font-size:1.1rem;margin-top:1.4em}p{margin:0 0 1em}ul,ol{margin:0 0 1em;padding-left:1.3em}li{margin-bottom:.35em}a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}a:hover{color:var(--accent-dark)}:focus-visible{outline:3px solid var(--accent);outline-offset:2px;border-radius:3px}.skip-link{position:absolute;left:-9999px;top:0;background:var(--accent);color:#fff;padding:.6rem 1rem;z-index:100}.skip-link:focus{left:0}.shell{min-height:100vh;display:flex;flex-direction:column}.wrap{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 16px}main{flex:1;padding:1.5rem 0 3rem}.topbar{background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:20}.topbar-inner{display:flex;align-items:center;gap:.75rem;min-height:56px;flex-wrap:wrap}.brand{font-weight:700;font-size:1.15rem;color:var(--text);text-decoration:none;letter-spacing:-.01em;display:flex;align-items:baseline;gap:.4rem}.brand span{font-size:.75rem;color:var(--text-muted);font-weight:500}.nav{display:flex;gap:.25rem;flex-wrap:wrap;flex:1}.nav a{padding:.35rem .6rem;border-radius:var(--radius-sm);text-decoration:none;color:var(--text-muted);font-size:.92rem;white-space:nowrap}.nav a:hover{background:var(--surface-alt);color:var(--text)}.nav a[aria-current=page]{background:var(--accent-soft);color:var(--accent-dark);font-weight:600}.nav-toggle{display:none;background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.4rem .7rem;font:inherit;font-size:.9rem;cursor:pointer}.locale-switch{display:flex;gap:.2rem;align-items:center}.locale-switch button{border:1px solid var(--border);background:var(--surface);border-radius:var(--radius-sm);padding:.3rem .6rem;font:inherit;font-size:.85rem;cursor:pointer;color:var(--text-muted)}.locale-switch button[aria-pressed=true]{background:var(--accent);border-color:var(--accent);color:#fff;font-weight:600}.locale-switch .planned{opacity:.55;cursor:not-allowed}@media(max-width:860px){.nav-toggle{display:block;order:3;margin-left:auto}.nav{order:4;flex-basis:100%;flex-direction:column;gap:0;border-top:1px solid var(--border);padding-top:.5rem;margin-top:.25rem}.nav[data-open=false]{display:none}.nav a{padding:.6rem .5rem;font-size:1rem}}.demo-banner{background:var(--demo-soft);border-bottom:1px solid #d9c9ee;color:#43276b;font-size:.9rem}.demo-banner .wrap{padding-top:.5rem;padding-bottom:.5rem}.demo-banner strong{font-weight:700}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem 1.15rem;margin-bottom:1rem;box-shadow:var(--shadow)}.card>:first-child{margin-top:0}.card>:last-child{margin-bottom:0}.card-tight{padding:.85rem .9rem}.grid{display:grid;gap:1rem}@media(min-width:720px){.grid-2{grid-template-columns:1fr 1fr}.grid-3{grid-template-columns:repeat(3,1fr)}}.muted{color:var(--text-muted)}.small{font-size:.88rem}.tiny{font-size:.8rem}.mono{font-family:var(--mono);font-size:.9em}.nowrap{white-space:nowrap}.badge{display:inline-flex;align-items:center;gap:.3rem;padding:.12rem .5rem;border-radius:999px;font-size:.8rem;font-weight:600;border:1px solid;line-height:1.5}.badge-ok{background:var(--ok-soft);color:var(--ok);border-color:#b8ddc6}.badge-warn{background:var(--warn-soft);color:var(--warn);border-color:#e8cf9a}.badge-stop{background:var(--stop-soft);color:var(--stop);border-color:#e7b7b8}.badge-info{background:var(--info-soft);color:var(--info);border-color:#ccd5db}.badge-demo{background:var(--demo-soft);color:var(--demo);border-color:#d9c9ee}.badge-glyph{font-weight:700}.note{border-left:4px solid var(--info);background:var(--info-soft);padding:.75rem .9rem;border-radius:0 var(--radius-sm) var(--radius-sm) 0;margin:0 0 1rem;font-size:.93rem}.note-warn{border-left-color:var(--warn);background:var(--warn-soft)}.note-stop{border-left-color:var(--stop);background:var(--stop-soft)}.note-ok{border-left-color:var(--ok);background:var(--ok-soft)}.note-demo{border-left-color:var(--demo);background:var(--demo-soft)}.note>:last-child{margin-bottom:0}.note-title{font-weight:700;display:block;margin-bottom:.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;font:inherit;font-weight:600;padding:.6rem 1.1rem;min-height:44px;border-radius:var(--radius-sm);border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer;text-decoration:none;text-align:center}.btn:hover{background:var(--accent-dark);border-color:var(--accent-dark);color:#fff}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:var(--surface);color:var(--accent-dark)}.btn-secondary:hover{background:var(--accent-soft);color:var(--accent-dark)}.btn-quiet{background:var(--surface);color:var(--text-muted);border-color:var(--border-strong)}.btn-quiet:hover{background:var(--surface-alt);color:var(--text)}.btn-danger{background:var(--surface);color:var(--stop);border-color:#e7b7b8}.btn-danger:hover{background:var(--stop-soft);color:var(--stop)}.btn-sm{min-height:36px;padding:.35rem .75rem;font-size:.88rem}.btn-block{width:100%}.btn-row{display:flex;gap:.6rem;flex-wrap:wrap}.field{margin-bottom:.9rem}.field label,.field-label{display:block;font-weight:600;font-size:.92rem;margin-bottom:.3rem}.field .hint{font-size:.84rem;color:var(--text-muted);margin:.2rem 0 .35rem}input[type=text],input[type=date],input[type=month],input[type=number],select,textarea{width:100%;font:inherit;padding:.55rem .7rem;min-height:44px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--text)}textarea{min-height:96px;resize:vertical;line-height:1.55}input:disabled,select:disabled,textarea:disabled{background:var(--surface-alt);color:var(--text-muted)}.radio-row{display:flex;gap:.5rem;flex-wrap:wrap}.radio-row label{display:inline-flex;align-items:center;gap:.4rem;border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:.5rem .8rem;min-height:44px;cursor:pointer;font-weight:500;background:var(--surface)}.radio-row label:has(input:checked){border-color:var(--accent);background:var(--accent-soft);font-weight:650}.radio-row input{margin:0}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:1rem}table.data{width:100%;border-collapse:collapse;font-size:.92rem;background:var(--surface)}table.data th,table.data td{border:1px solid var(--border);padding:.5rem .6rem;text-align:left;vertical-align:top}table.data th{background:var(--surface-alt);font-weight:650}table.data td.num,table.data th.num{text-align:right;font-variant-numeric:tabular-nums}@media(max-width:640px){table.responsive,table.responsive tbody,table.responsive tr,table.responsive td{display:block;width:100%}table.responsive thead{display:none}table.responsive tr{border:1px solid var(--border);border-radius:var(--radius-sm);margin-bottom:.7rem;background:var(--surface);padding:.2rem 0}table.responsive td{border:none;border-bottom:1px dashed var(--border);padding:.45rem .7rem;display:flex;justify-content:space-between;gap:.8rem}table.responsive td:last-child{border-bottom:none}table.responsive td:before{content:attr(data-label);font-weight:650;color:var(--text-muted);flex-shrink:0}table.responsive td.num{text-align:right}}.steps{list-style:none;padding:0;margin:0 0 1.25rem;display:flex;flex-wrap:wrap;gap:.35rem}.steps li{flex:1 1 auto;min-width:0}.steps .step{display:flex;align-items:center;gap:.4rem;padding:.45rem .6rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);font-size:.85rem;color:var(--text-muted);width:100%;text-align:left;font-family:inherit;cursor:pointer;min-height:44px}.steps .step:disabled{cursor:not-allowed;opacity:.6}.steps .step[aria-current=step]{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-dark);font-weight:650}.steps .step .n{flex-shrink:0;width:22px;height:22px;border-radius:50%;background:var(--surface-alt);border:1px solid var(--border-strong);display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.steps .step[aria-current=step] .n{background:var(--accent);border-color:var(--accent);color:#fff}.steps .step.done .n{background:var(--ok);border-color:var(--ok);color:#fff}.steps .step .txt{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.check{border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.9rem;overflow:hidden}.check-head{display:flex;align-items:center;gap:.6rem;padding:.7rem .9rem;background:var(--surface-alt);flex-wrap:wrap}.check-head h3{margin:0;font-size:1rem}.check-body{padding:.85rem .9rem;background:var(--surface)}.check-body>:last-child{margin-bottom:0}.evidence{list-style:none;padding:0;margin:.6rem 0 0}.evidence li{border-top:1px solid var(--border);padding:.55rem 0;font-size:.9rem}.evidence li:first-child{border-top:none}.evidence .lbl{font-weight:650;display:block}.evidence .val{color:var(--text-muted)}.dropzone{border:2px dashed var(--border-strong);border-radius:var(--radius);background:var(--surface);padding:1.6rem 1rem;text-align:center;cursor:pointer;font:inherit;width:100%;color:var(--text);min-height:120px}.dropzone:hover,.dropzone[data-drag=true]{border-color:var(--accent);background:var(--accent-soft)}.file-preview{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-alt);overflow:hidden}.file-preview iframe,.file-preview img{width:100%;height:460px;border:0;display:block;background:#fff;object-fit:contain}@media(max-width:640px){.file-preview iframe,.file-preview img{height:300px}}.split{display:grid;gap:1rem}@media(min-width:980px){.split{grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);align-items:start}.split .sticky{position:sticky;top:72px}}.split>.pane{min-width:0}@media(max-width:979px){.split>.pane[data-active=false]{display:none}}.tabs{display:flex;gap:.3rem;margin-bottom:.8rem}.tabs button{flex:1;font:inherit;font-weight:600;padding:.5rem;min-height:44px;border:1px solid var(--border-strong);background:var(--surface);color:var(--text-muted);border-radius:var(--radius-sm);cursor:pointer}.tabs button[aria-pressed=true]{background:var(--accent);border-color:var(--accent);color:#fff}@media(min-width:980px){.tabs{display:none}}.tool-card{display:flex;flex-direction:column;height:100%}.tool-card .status-row{display:flex;gap:.4rem;align-items:center;margin-bottom:.5rem;flex-wrap:wrap}.tool-card .spacer{flex:1}.tool-card.planned{background:var(--surface-alt)}footer.site{border-top:1px solid var(--border);background:var(--surface);padding:1.5rem 0 2rem;font-size:.88rem;color:var(--text-muted)}footer.site a{color:var(--accent)}footer.site .links{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin-bottom:.8rem}.report-meta{display:grid;gap:.3rem 1rem;grid-template-columns:minmax(0,max-content) minmax(0,1fr);font-size:.9rem}.report-meta dt{font-weight:650;color:var(--text-muted);overflow-wrap:anywhere}.report-meta dd{margin:0;overflow-wrap:anywhere}@media(max-width:640px){.report-meta{grid-template-columns:1fr;gap:0 0}.report-meta dt{margin-top:.6rem}.report-meta dt:first-child{margin-top:0}.report-meta dd{margin-bottom:.2rem}}pre.letter{background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.9rem;white-space:pre-wrap;word-wrap:break-word;font-family:var(--mono);font-size:.86rem;line-height:1.6;margin:0 0 .7rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media print{@page{size:A4;margin:14mm 12mm}:root{--bg: #fff;--surface: #fff;--surface-alt: #fff}body{background:#fff;font-size:11pt;line-height:1.5}.topbar,.demo-banner,footer.site,.no-print,.btn,.btn-row,.tabs,.steps,.skip-link,.locale-switch,.nav-toggle{display:none!important}main{padding:0}.wrap{max-width:none;padding:0}.card{border:1px solid #999;box-shadow:none;margin-bottom:8pt;padding:8pt 10pt;break-inside:avoid}.check,.evidence li,.differential-block,pre.letter,table.data tr{break-inside:avoid}.check{border-color:#999}.check-head{background:#f0f0f0!important;border-bottom:1px solid #999}h1,h2,h3{break-after:avoid}h2{margin-top:12pt}table.responsive,table.responsive tbody,table.responsive tr,table.responsive td{display:revert}table.responsive thead{display:table-header-group}table.responsive td:before{content:none}table.data{font-size:9.5pt;page-break-inside:auto}table.data thead{display:table-header-group}table.data th,table.data td{border-color:#999;padding:3pt 5pt}.note{border-left-width:3pt;break-inside:avoid}.badge{border-width:1pt}pre.letter{background:#fafafa!important;border-color:#999;font-size:9pt}a{color:#000;text-decoration:none}.print-url a:after{content:" (" attr(href) ")";font-size:8.5pt;color:#444;word-break:break-all}.print-only{display:block!important}}.print-only{display:none}.choice-list{display:flex;flex-direction:column;gap:.55rem}.choice,.field label.choice{display:flex;gap:.65rem;align-items:flex-start;border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:.75rem .9rem;background:var(--surface);cursor:pointer;line-height:1.5}.choice:hover{border-color:var(--accent)}.field label.choice{font-weight:400;font-size:inherit;margin-bottom:0}.choice input{margin:.25rem 0 0;flex:none}.choice>span{display:flex;flex-direction:column;gap:.25rem;min-width:0}.choice strong{font-weight:650}.choice-desc{font-size:.88rem;color:var(--text)}.choice-note{font-size:.82rem;color:var(--text-muted)}.choice-on{border-color:var(--accent);background:var(--accent-soft)}.callout{margin-top:.9rem;border-left:3px solid var(--info);background:var(--info-soft);border-radius:var(--radius-sm);padding:.75rem .9rem}.callout p{margin:0 0 .5rem;line-height:1.6}.callout p:last-child{margin-bottom:0}.callout-stop{border-left-color:var(--stop);background:var(--stop-soft)}.callout-note{border-left-color:var(--warn);background:var(--warn-soft)}.kv .val,.evidence .val{white-space:pre-line}
