:root{--bg:#fff;--surface:#f8f9fb;--surface-hover:#eef0f3;--border:#dee1e6;--border-strong:#c3c8d0;--text:#1b1f24;--text-muted:#656e79;--accent:#0f6cbd;--accent-hover:#0c5aa0;--accent-text:#fff;--ok:#0e7c4a;--warn:#8a5a00;--err:#b3261e;--radius:10px;--radius-sm:6px;--shadow:0 1px 2px #1018280a, 0 1px 3px #1018280d}@media (prefers-color-scheme:dark){:root{--bg:#16191d;--surface:#1c2025;--surface-hover:#262b31;--border:#30363d;--border-strong:#454c55;--text:#e6e9ed;--text-muted:#98a1ac;--accent:#4aa3e8;--accent-hover:#6bb5ee;--accent-text:#0b1116;--ok:#4cc38a;--warn:#d9a441;--err:#f2777a;--shadow:0 1px 2px #0003, 0 1px 3px #0000003d}}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font:15px/1.55 system-ui,-apple-system,Segoe UI,sans-serif}#app{padding:2.5rem 1.25rem 4rem}.app-main{max-width:66rem;margin:0 auto}header.app-header{margin-bottom:2rem}.app-header-top{justify-content:space-between;align-items:center;gap:1rem;display:flex}.brand{align-items:center;gap:.7rem;min-width:0;display:flex}.brand-mark{flex-shrink:0;display:flex}.brand-mark svg{width:34px;height:34px;display:block}header.app-header h1{letter-spacing:-.01em;margin:0;font-size:1.4rem;font-weight:700}.app-tagline{color:var(--text);margin:1rem 0 0;font-size:1.05rem}.privacy-badge{background:color-mix(in srgb, var(--ok) 12%, transparent);color:var(--ok);border-radius:999px;align-items:center;gap:.45rem;margin:.85rem 0 0;padding:.4rem .7rem;font-size:.82rem;font-weight:500;display:inline-flex}.privacy-icon{display:flex}.privacy-icon svg{width:15px;height:15px;display:block}.lang-switch{flex-shrink:0;gap:.25rem;display:flex}.help-panel{border-top:1px solid var(--border);margin-top:2.5rem;padding-top:.5rem}.help-summary{cursor:pointer;color:var(--text-muted);align-items:center;gap:.5rem;padding:.75rem 0;font-size:.9rem;font-weight:600;list-style:none;display:flex}.help-summary::-webkit-details-marker{display:none}.help-summary:before{content:"›";font-size:1.1rem;line-height:1;transition:transform .15s;display:inline-block}.help-panel[open] .help-summary:before{transform:rotate(90deg)}.help-body{grid-template-columns:1fr 1fr;gap:2rem;padding:.5rem 0 1rem;display:grid}.help-heading{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin:0 0 .5rem;font-size:.78rem;font-weight:700}.faq-entry{border-top:1px solid var(--border);padding:.6rem 0}.faq-entry:first-of-type{border-top:none}.faq-entry summary{cursor:pointer;font-size:.88rem;font-weight:600}.faq-entry p{color:var(--text-muted);margin:.5rem 0 0;font-size:.86rem}.tips-list{color:var(--text-muted);flex-direction:column;gap:.6rem;margin:0;padding-left:1.1rem;font-size:.86rem;display:flex}@media (max-width:640px){.help-body{grid-template-columns:1fr;gap:1.25rem}}.page-nav{align-items:center;gap:.9rem;margin:1.5rem 0 .5rem;display:flex}.page-nav-top{margin:0 0 1.5rem}.nav-continue{padding:.6rem 1.3rem;font-size:.98rem}.nav-back{color:var(--text-muted);background:0 0;border:none;padding:.35rem 0;font-weight:600}.nav-back:hover:not(:disabled){color:var(--accent);background:0 0}.page-nav .status{margin:0}section.panel{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);margin-bottom:1.25rem;padding:1.4rem 1.5rem}.intro{color:var(--text-muted);margin:0 0 .9rem;font-size:.9rem}.section-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.4rem;display:flex}.section-header-left{align-items:center;gap:.6rem;display:flex}.section-icon{color:var(--text-muted);flex-shrink:0;display:flex}.section-icon svg{display:block}.panel-title{letter-spacing:-.005em;font-size:1.05rem;font-weight:600}.panel-summary{color:var(--text-muted);text-align:right;white-space:nowrap;align-items:center;gap:.45rem;font-size:.84rem;font-weight:500;display:inline-flex}.panel-summary:before{content:"";background:var(--border-strong);border-radius:50%;flex-shrink:0;width:.4rem;height:.4rem}.dashboard-section.is-complete .panel-summary:before{background:var(--ok)}.dashboard-section.is-complete .panel-summary{color:var(--ok)}.panel-body{padding-top:1.1rem}p.hint{color:var(--text-muted);margin:.9rem 0 0;font-size:.82rem}.module-grid{grid-template-columns:repeat(auto-fill,minmax(13rem,1fr));gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.module-card-item{display:contents}.module-card{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);cursor:pointer;flex-direction:column;gap:.5rem;height:100%;padding:.85rem .9rem;transition:border-color .12s,box-shadow .12s;display:flex}.module-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow)}.module-card:has(.module-card-check:checked){border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent)}.module-card:has(.module-card-check:focus-visible){outline:2px solid var(--accent);outline-offset:1px}.module-card-item.unavailable .module-card{opacity:.55;cursor:default}.module-card-top{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.module-card-icon{flex-shrink:0;display:flex}.module-card-icon svg{display:block}.module-card-check{width:1.1rem;height:1.1rem;margin:0}.module-card-name{font-size:.92rem;font-weight:600}.module-card-desc{color:var(--text-muted);font-size:.8rem}.badge{border:1px solid var(--border);color:var(--text-muted);white-space:nowrap;border-radius:999px;align-self:center;padding:.1rem .45rem;font-size:.72rem}.subsection-heading{margin:0 0 .6rem;font-size:.92rem;font-weight:600}.panel-divider{border:none;border-top:1px solid var(--border);margin:1.25rem 0}.checking-section{margin-top:.9rem}.checking-label{color:var(--text-muted);margin-bottom:.35rem;font-size:.86rem;display:block}.preflight-list{flex-direction:column;gap:.3rem;margin:.9rem 0 0;padding:0;list-style:none;display:flex}.preflight-row{border-top:1px solid var(--border);justify-content:space-between;align-items:baseline;gap:1rem;padding:.4rem 0;font-size:.88rem;display:flex}.preflight-row:first-child{border-top:none}.preflight-status{color:var(--text-muted);text-align:right}.preflight-status.ok{color:var(--ok)}.date-filter{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.9rem;font-size:.88rem;display:flex}.date-input{font:inherit;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--text);padding:.4rem .6rem}.date-filter label{color:var(--text-muted);font-weight:600}.date-filter-label{margin-right:.3rem;font-weight:600}.scan-modules{grid-template-columns:repeat(auto-fill,minmax(26rem,1fr));align-items:start;gap:.9rem;margin-top:1rem;display:grid}.scan-module{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);overflow:hidden}.scan-module-head{border-bottom:1px solid var(--border);background:var(--surface);align-items:center;gap:.6rem;padding:.6rem .8rem;display:flex}.scan-module-name{font-size:.9rem;font-weight:600}.scan-count{color:var(--text-muted);white-space:nowrap;margin-left:auto;font-size:.82rem}.scan-module-actions{flex-shrink:0;gap:.35rem;display:flex}.scan-all,.scan-open,.scan-delete{padding:.2rem .6rem;font-size:.78rem}.scan-delete{color:var(--err)}.scan-delete:hover:not(:disabled){border-color:var(--err);background:color-mix(in srgb, var(--err) 10%, transparent)}.scan-topbar{flex-wrap:wrap;align-items:center;gap:.5rem 1.2rem;display:flex}.scan-topbar .actions{margin-left:auto}.scan-topbar .status{flex-basis:100%;margin:0}.scan-module-body{max-height:18rem;padding:.4rem .5rem;overflow-y:auto}.zone-date{border-bottom:1px dashed var(--border);margin:.1rem .2rem .4rem;padding-bottom:.4rem;font-size:.8rem}.zone-date .date-input{padding:.25rem .4rem}.scan-progress{margin:.6rem 0 .2rem}.scan-hint,.scan-empty{color:var(--text-muted);margin:.4rem .3rem;font-size:.85rem}.scan-node{border-radius:var(--radius-sm);cursor:pointer;align-items:center;gap:.5rem;padding:.25rem .3rem;font-size:.88rem;display:flex}.scan-node:hover{background:var(--surface-hover)}.scan-check{flex-shrink:0;width:1rem;height:1rem;margin:0}.scan-node-label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.scan-node-hint{color:var(--text-muted);flex-shrink:0;font-size:.78rem}.browse-grid{grid-template-columns:repeat(auto-fill,minmax(28rem,1fr));gap:.3rem 1.5rem;margin:0;padding:0;list-style:none;display:grid}.browse-item{border-top:1px solid var(--border);align-items:center;gap:.7rem;padding:.5rem 0;display:flex}.browse-name{font-size:.9rem;font-weight:600}.browse-count{color:var(--text-muted);flex:auto;font-size:.85rem}.preflight-status.warn{color:var(--warn)}.preflight-status.err{color:var(--err)}.console{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);margin-top:1rem;overflow:hidden}.console-header{border-bottom:1px solid var(--border);flex-direction:column;gap:.3rem;padding:.75rem .9rem;display:flex}.console-stat{justify-content:space-between;gap:1rem;font-size:.84rem;display:flex}.console-stat-label{color:var(--text-muted)}.console-stat-value{font-variant-numeric:tabular-nums;text-align:right;overflow-wrap:anywhere;font-weight:600}.progress-bar{background:var(--border);border-radius:999px;height:5px;margin-top:.35rem;overflow:hidden}.progress-bar-fill{background:var(--accent);width:0%;height:100%;transition:width .2s ease-out}.console-lines{max-height:15rem;padding:.5rem .9rem .75rem;font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:.79rem;line-height:1.5;overflow-y:auto}.console-line{gap:.6rem;display:flex}.console-time{color:var(--text-muted);font-variant-numeric:tabular-nums;flex-shrink:0}.console-msg{overflow-wrap:anywhere}.console-line.ok .console-msg{color:var(--ok)}.console-line.warn .console-msg{color:var(--warn)}.console-line.err .console-msg{color:var(--err)}.lang-button{border-radius:4px;padding:.2rem;line-height:0}.lang-button .flag{border-radius:2px;width:1.5rem;height:1rem;display:block;overflow:hidden}.lang-button .flag svg{width:100%;height:100%;display:block}.lang-button[aria-pressed=false]{opacity:.5}.lang-button[aria-pressed=false]:hover{opacity:1}.lang-button[aria-pressed=true]{outline:2px solid var(--accent);outline-offset:1px}p.notice{border-left:3px solid var(--warn);background:var(--bg);border-radius:0 var(--radius-sm) var(--radius-sm) 0;color:var(--text-muted);margin:.9rem 0 0;padding:.6rem .75rem;font-size:.86rem}.actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}button{font:inherit;border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);cursor:pointer;background:0 0;padding:.5rem .95rem;font-weight:500;transition:background-color .12s,border-color .12s}button:hover:not(:disabled){background:var(--surface-hover);border-color:var(--border-strong)}button:disabled{cursor:not-allowed;opacity:.45}button.primary{background:var(--accent);border-color:var(--accent);color:var(--accent-text);font-weight:600}button.primary:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover)}.status{min-height:1.35rem;margin-top:.75rem;font-size:.9rem}.status.ok{color:var(--ok)}.status.warn{color:var(--warn)}.status.err{color:var(--err)}.status.muted{color:var(--text-muted)}.unsupported{border:1px solid var(--err);border-radius:var(--radius);padding:1.5rem}.unsupported h1{color:var(--err);margin-top:0;font-size:1.2rem}.unsupported ul{color:var(--text-muted);margin:.75rem 0 0;padding-left:1.2rem}code{background:var(--bg);border:1px solid var(--border);border-radius:3px;padding:.05rem .3rem;font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:.86em}body.viewer-open{overflow:hidden}.viewer-overlay{z-index:100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1018288c;padding:clamp(.5rem,3vw,2.5rem);display:flex;position:fixed;inset:0}.viewer-overlay[hidden]{display:none}.viewer-panel{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;width:100%;max-width:72rem;height:100%;max-height:100%;margin:auto;display:flex;overflow:hidden;box-shadow:0 20px 60px #10182859}.viewer-head{border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:.75rem;padding:.9rem 1.1rem;display:flex}.viewer-icon{flex-shrink:0;display:flex}.viewer-icon svg{width:26px;height:26px;display:block}.viewer-titles{flex-direction:column;min-width:0;margin-right:auto;display:flex}.viewer-title{margin:0;font-size:1.05rem;font-weight:600}.viewer-sub{color:var(--text-muted);font-size:.82rem}.viewer-close{border-radius:var(--radius-sm);flex-shrink:0;width:2rem;height:2rem;padding:0;font-size:1rem;line-height:1}.viewer-body{flex:1;min-height:0;display:flex}.viewer-list{border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:22rem;min-height:0;display:flex}.viewer-search{font:inherit;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);margin:.75rem;padding:.5rem .7rem}.viewer-search:focus{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent);outline:none}.viewer-items{flex:1;min-height:0;margin:0;padding:0 0 .5rem;list-style:none;overflow-y:auto}.viewer-item{cursor:pointer;border-left:2px solid #0000;flex-direction:column;gap:.1rem;padding:.55rem .9rem;display:flex}.viewer-item:hover{background:var(--surface-hover)}.viewer-item.is-selected{background:var(--surface-hover);border-left-color:var(--accent)}.viewer-item-primary{white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.viewer-item-secondary{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.viewer-item-empty,.viewer-empty{color:var(--text-muted);text-align:center;padding:1.5rem 1rem;font-size:.88rem}.viewer-detail{flex:1;min-width:0;padding:1.5rem 1.75rem;overflow-y:auto}.viewer-doc{max-width:46rem;line-height:1.55}.viewer-doc img{border-radius:6px;max-width:100%;height:auto}.viewer-doc h1{margin-top:0;font-size:1.3rem}.viewer-doc .msg{border-top:1px solid var(--border);padding:.7rem 0}.viewer-doc .msg:first-child{border-top:none}.viewer-doc .msg header{color:var(--text-muted);justify-content:space-between;gap:1rem;margin-bottom:.25rem;font-size:.8rem;display:flex}.viewer-doc .msg .from{color:var(--text);font-weight:600}.viewer-card{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);padding:1.1rem 1.25rem}.viewer-fields{grid-template-columns:minmax(6rem,auto) 1fr;gap:.4rem 1rem;margin:0;display:grid}.viewer-fields dt{text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);font-size:.78rem;font-weight:600}.viewer-fields dd{overflow-wrap:anywhere;margin:0}.viewer-preview{border-radius:var(--radius-sm);max-width:100%;margin-top:1rem;display:block}.viewer-preview-frame{border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;height:60vh;margin-top:1rem}.viewer-actions{margin-top:1rem}.viewer-download{border-radius:var(--radius-sm);background:var(--accent);color:var(--accent-text);padding:.5rem .95rem;font-weight:600;text-decoration:none;display:inline-block}.viewer-download:hover{background:var(--accent-hover)}@media (max-width:780px){.viewer-body{flex-direction:column}.viewer-list{border-right:none;border-bottom:1px solid var(--border);width:auto;max-height:40%}}
