:root{--md-sys-color-surface: #ffffff;--md-sys-color-surface-container: #f3f3f3;--md-sys-color-surface-container-high: #ececec;--md-sys-color-on-surface: #1a1a1a;--md-sys-color-on-surface-variant: #5c5c5c;--md-sys-color-outline: #777777;--md-sys-color-outline-variant: #c6c6c6;--md-sys-color-primary: #1a1a1a;--md-sys-color-on-primary: #ffffff;--md-sys-color-secondary-container: #e8e8e8;--md-sys-state-hover: color-mix(in srgb, var(--md-sys-color-on-surface) 8%, transparent);--md-sys-shape-corner-medium: 0;--md-sys-elevation-1: 0 1px 2px rgba(0, 0, 0, .08), 0 1px 3px 1px rgba(0, 0, 0, .04);--bg: var(--md-sys-color-surface);--surface: var(--md-sys-color-surface);--ink: var(--md-sys-color-on-surface);--muted: var(--md-sys-color-on-surface-variant);--line: var(--md-sys-color-outline-variant);--accent: var(--md-sys-color-primary);--sheet-border: #d0d0d0;--sheet-head-bg: #f3f3f3;--sheet-corner-bg: #ececec;--sheet-header-accent: #e8e8e8;--sheet-header-text: #1a1a1a;--sheet-cell-bg: #ffffff;--sheet-cell-alt: #fafafa;--sheet-hover: #f0f0f0;--sheet-empty-bg: #e8e8e8;font-family:Hiragino Sans,Noto Sans JP,Segoe UI,Roboto,sans-serif;color:var(--ink);background:var(--bg);line-height:1.65}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--md-sys-color-surface)}#app.has-site-chrome{width:100%;max-width:none;margin:0;padding:0 0 3rem}#app.has-site-chrome>.panel{width:min(920px,calc(100% - 2rem));margin-left:auto;margin-right:auto}#app.is-landing.has-site-chrome>.panel{width:min(720px,calc(100% - 2rem))}#app.has-site-chrome>.site-footer{width:100%;max-width:none;margin-left:0;margin-right:0}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{position:sticky;top:0;z-index:40;background:var(--md-sys-color-surface);border-bottom:1px solid var(--md-sys-color-outline-variant)}.site-header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;margin:0;padding:.7rem max(.75rem,env(safe-area-inset-right,0px)) .7rem max(.75rem,env(safe-area-inset-left,0px));min-height:56px;box-sizing:border-box}.site-header-actions{display:flex;align-items:center;gap:.45rem;flex-shrink:0}.lang-switch{display:inline-flex;align-items:center;margin:0}.lang-select{appearance:none;min-height:2.25rem;padding:.3rem 1.55rem .3rem .55rem;border:1px solid var(--md-sys-color-outline-variant);border-radius:.55rem;background-color:var(--md-sys-color-surface);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .55rem center;color:inherit;font:inherit;font-size:.82rem;line-height:1.2;cursor:pointer}.lang-select:focus-visible{outline:2px solid var(--md-sys-color-primary);outline-offset:2px}.site-header-brand{display:flex;align-items:center;gap:.65rem;min-width:0;color:inherit;text-decoration:none}.site-header-icon{flex-shrink:0;width:36px;height:36px;display:block}.site-header-text{display:flex;flex-direction:column;gap:.1rem;min-width:0}.site-header-name{font-size:.95rem;font-weight:700;line-height:1.25;letter-spacing:.02em;color:var(--md-sys-color-on-surface);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.site-header-tag{font-size:.72rem;line-height:1.2;color:var(--muted)}.site-header-menu-btn{appearance:none;flex-shrink:0;width:40px;height:40px;margin:0;padding:0;border:none;border-radius:0;background:transparent;color:var(--md-sys-color-on-surface);cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.site-header-menu-btn:hover{background:var(--md-sys-state-hover)}.site-header-menu-btn:focus-visible{outline:2px solid var(--md-sys-color-primary);outline-offset:2px}.site-header-menu-icon,.site-header-menu-icon:before,.site-header-menu-icon:after{display:block;width:18px;height:2px;background:currentColor;transition:transform .15s ease,opacity .15s ease}.site-header-menu-icon{position:relative}.site-header-menu-icon:before,.site-header-menu-icon:after{content:"";position:absolute;left:0}.site-header-menu-icon:before{top:-6px}.site-header-menu-icon:after{top:6px}.site-header-menu-btn.is-open .site-header-menu-icon{background:transparent}.site-header-menu-btn.is-open .site-header-menu-icon:before{top:0;transform:rotate(45deg)}.site-header-menu-btn.is-open .site-header-menu-icon:after{top:0;transform:rotate(-45deg)}.site-menu{position:fixed;inset:0;z-index:80;pointer-events:none}.site-menu[hidden]{display:none}.site-menu.is-open{pointer-events:auto}.site-menu-backdrop{appearance:none;position:absolute;inset:0;margin:0;padding:0;border:none;border-radius:0;background:#0006;opacity:0;cursor:pointer;transition:opacity .22s ease}.site-menu.is-open .site-menu-backdrop{opacity:1}.site-menu-drawer{position:absolute;top:0;right:0;bottom:0;width:min(20rem,86vw);background:var(--md-sys-color-surface);box-shadow:-4px 0 24px #0000001f;display:flex;flex-direction:column;transform:translate(100%);transition:transform .22s ease;padding-top:env(safe-area-inset-top,0px);padding-bottom:env(safe-area-inset-bottom,0px);padding-right:env(safe-area-inset-right,0px)}.site-menu.is-open .site-menu-drawer{transform:translate(0)}.site-menu-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:56px;padding:.5rem .85rem .5rem 1.15rem;border-bottom:1px solid var(--md-sys-color-outline-variant)}.site-menu-title{margin:0;font-size:.95rem;font-weight:600}.site-menu-close{appearance:none;width:40px;height:40px;margin:0;padding:0;border:none;background:transparent;color:var(--md-sys-color-on-surface);font-size:1.6rem;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.site-menu-close:hover{background:var(--md-sys-state-hover)}.site-menu-nav{overflow:auto;flex:1}.site-menu-list{list-style:none;margin:0;padding:.35rem 0}.site-menu-list a{display:block;padding:.95rem 1.15rem;color:var(--md-sys-color-on-surface);text-decoration:none;font-size:.95rem}.site-menu-list a:hover{background:var(--md-sys-state-hover)}html.is-site-menu-open{overflow:hidden}.panel{background:var(--md-sys-color-surface);border:none;padding:1.5rem 1.25rem 1.75rem}.kicker{margin:0 0 .35rem;font-size:.72rem;letter-spacing:.12em;color:var(--muted);font-weight:600}.panel>h1{margin:0 0 .65rem;font-size:clamp(1.45rem,3vw,1.85rem);line-height:1.3;letter-spacing:.01em}.lead{margin:0 0 1.25rem;color:var(--muted);font-size:.98rem}.landing{padding-top:2rem}.landing-hero{margin-bottom:2.5rem;text-align:center}.landing-title{margin:0 0 1rem;font-size:clamp(1.65rem,4.5vw,2.15rem);font-weight:700;line-height:1.35;letter-spacing:.02em;color:var(--md-sys-color-on-surface)}.landing-title-sub{font-size:calc(1em - 2px)}.landing-lead{margin:0 auto 1.5rem;max-width:36em;color:var(--muted);font-size:1rem;line-height:1.75}.landing-actions{margin:0}.landing-actions-bottom{margin-top:2rem;text-align:center}.seo-blurb{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--md-sys-color-outline-variant)}.seo-blurb p{margin:0;font-size:.78rem;line-height:1.75;color:color-mix(in srgb,var(--muted) 88%,transparent)}a.primary{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;box-sizing:border-box}.landing-cta{width:auto;min-width:min(100%,16rem)}.trust-row{display:grid;gap:1rem;margin:0 0 2.75rem}@media(min-width:640px){.trust-row{grid-template-columns:repeat(3,1fr);gap:1.25rem}}.trust-item{padding:1.15rem 1rem;background:var(--md-sys-color-surface-container)}.trust-item h2{margin:0 0 .45rem;font-size:1rem;font-weight:700;color:var(--md-sys-color-on-surface)}.trust-item p{margin:0;font-size:.9rem;color:var(--muted);line-height:1.65}.landing-steps{margin:0 0 .5rem}.landing-steps>h2{margin:0 0 1.25rem;font-size:1.2rem;font-weight:700}.landing-steps-list{list-style:none;margin:0;padding:0;display:grid;gap:1.25rem}.landing-steps-list li{display:grid;grid-template-columns:2rem 1fr;gap:.85rem;align-items:start}.landing-step-num{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary);font-size:.9rem;font-weight:700}.landing-steps-list h3{margin:.15rem 0 .35rem;font-size:1rem;font-weight:700}.landing-steps-list p{margin:0;font-size:.9rem;color:var(--muted);line-height:1.65}.field{display:grid;gap:.4rem;margin-bottom:1rem}.field-label{font-size:.85rem;color:var(--muted)}.input-tabs{display:grid;grid-template-columns:1fr 1fr;gap:0;margin:0 0 .85rem;border:1px solid var(--md-sys-color-outline)}.input-tab{appearance:none;margin:0;border:0;border-radius:0;min-height:44px;padding:.65rem 1rem;font:inherit;font-size:.9rem;font-weight:600;color:var(--muted);background:var(--md-sys-color-surface);cursor:pointer;transition:background-color .15s ease,color .15s ease}.input-tab+.input-tab{border-left:1px solid var(--md-sys-color-outline)}.input-tab:hover{background:var(--md-sys-state-hover);color:var(--md-sys-color-on-surface)}.input-tab.is-selected{background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary)}.input-tab.is-selected:hover{background:color-mix(in srgb,#000 12%,var(--md-sys-color-primary))}.input-tab:focus-visible{outline:2px solid var(--md-sys-color-primary);outline-offset:2px;z-index:1}.tab-panel.is-hidden{display:none}#validation-message{margin:-.35rem 0 .85rem}.checkbox-field{margin-bottom:.85rem}.checkbox-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox-label input{width:16px;height:16px;cursor:pointer}.switch-row{margin:.15rem 0 .85rem}.options-row{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem;margin:.15rem 0 .85rem}.import-encoding-field{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.45rem .65rem}.import-enc-btn{appearance:none;margin:0;border:0;border-radius:0;min-height:2rem;min-width:0;padding:.3rem .7rem;font:inherit;font-size:.76rem;font-weight:600;letter-spacing:.01em;color:var(--muted);background:transparent;cursor:pointer;white-space:nowrap;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease}.import-enc-btn:hover{color:var(--md-sys-color-on-surface);background:color-mix(in srgb,var(--md-sys-color-on-surface) 6%,transparent)}.import-enc-btn.is-selected{color:var(--md-sys-color-on-primary);background:var(--md-sys-color-primary);box-shadow:0 1px 2px #0000001f}.import-enc-btn.is-selected:hover{background:color-mix(in srgb,#000 10%,var(--md-sys-color-primary))}.import-enc-btn:focus-visible{outline:2px solid var(--md-sys-color-primary);outline-offset:2px;z-index:1}.switch{display:inline-flex;align-items:center;gap:.75rem;cursor:pointer;-webkit-user-select:none;user-select:none;min-height:44px}.switch input{position:absolute;opacity:0;width:1px;height:1px;margin:0;pointer-events:none}.switch-ui{position:relative;flex-shrink:0;width:44px;height:26px;border-radius:999px;background:var(--md-sys-color-outline-variant);border:1px solid var(--md-sys-color-outline);transition:background-color .18s ease,border-color .18s ease}.switch-ui:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:var(--md-sys-color-surface);box-shadow:0 1px 2px #0000002e;transition:transform .18s ease}.switch input:checked+.switch-ui{background:var(--md-sys-color-primary);border-color:var(--md-sys-color-primary)}.switch input:checked+.switch-ui:after{transform:translate(18px);background:var(--md-sys-color-on-primary)}.switch input:focus-visible+.switch-ui{outline:2px solid var(--md-sys-color-primary);outline-offset:2px}.switch:hover .switch-ui{background:color-mix(in srgb,var(--md-sys-color-on-surface) 12%,var(--md-sys-color-outline-variant))}.switch:hover input:checked+.switch-ui{background:color-mix(in srgb,#000 12%,var(--md-sys-color-primary))}.switch-text{font-size:.9rem;color:var(--md-sys-color-on-surface);line-height:1.4}textarea,.select-input{width:100%;border:1px solid var(--md-sys-color-outline);border-radius:var(--md-sys-shape-corner-medium);padding:.9rem 1rem;min-height:48px;font:inherit;color:var(--md-sys-color-on-surface);background:var(--md-sys-color-surface)}textarea{resize:vertical;font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,Consolas,monospace;font-size:.85rem;line-height:1.5}textarea:focus,.select-input:focus{outline:none;border-color:var(--md-sys-color-primary);border-width:2px;padding:calc(.9rem - 1px) calc(1rem - 1px)}textarea.is-valid{border-color:#4a4a4a}textarea.is-error{border-color:#1a1a1a;background:#fafafa}.file-drop{position:relative;display:grid;place-items:center;min-height:9.5rem;padding:1.35rem 1.1rem;border:1.5px dashed var(--md-sys-color-outline-variant);background:linear-gradient(180deg,#fafafa,#fff 55%),repeating-linear-gradient(-45deg,transparent,transparent 10px,color-mix(in srgb,var(--md-sys-color-on-surface) 2.5%,transparent) 10px,color-mix(in srgb,var(--md-sys-color-on-surface) 2.5%,transparent) 11px);cursor:pointer;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease,transform .15s ease}.file-drop:hover{border-color:var(--md-sys-color-outline);background-color:color-mix(in srgb,var(--md-sys-color-on-surface) 3%,var(--md-sys-color-surface))}.file-drop:focus-visible{outline:2px solid var(--md-sys-color-primary);outline-offset:2px}.file-drop.is-dragover{border-color:var(--md-sys-color-primary);border-style:solid;background:var(--md-sys-color-surface-container);box-shadow:inset 0 0 0 1px var(--md-sys-color-primary);transform:translateY(-1px)}.file-drop.has-file{border-style:solid;border-color:var(--md-sys-color-outline-variant);background:var(--md-sys-color-surface-container);cursor:default}.file-drop-idle,.file-drop-loaded{display:grid;justify-items:center;gap:.35rem;text-align:center;width:100%}.file-drop-idle.is-hidden,.file-drop-loaded.is-hidden{display:none}.file-drop-icon{color:var(--md-sys-color-on-surface);margin-bottom:.25rem;opacity:.88}.file-drop.is-dragover .file-drop-icon{opacity:1;transform:scale(1.04)}.file-drop-title{margin:0;font-size:.98rem;font-weight:700;letter-spacing:.01em}.file-drop-hint{margin:0;font-size:.82rem;color:var(--muted);line-height:1.5}.file-drop-browse{display:inline-flex;align-items:center;justify-content:center;margin-top:.55rem;min-height:2.1rem;padding:.35rem .95rem;border:1px solid var(--md-sys-color-outline);background:var(--md-sys-color-surface);font-size:.82rem;font-weight:600}.file-drop:hover .file-drop-browse{background:var(--md-sys-color-on-surface);color:var(--md-sys-color-on-primary);border-color:var(--md-sys-color-on-surface)}.file-drop-loaded{grid-template-columns:auto 1fr auto;align-items:center;gap:.85rem 1rem;text-align:left;justify-items:stretch}@media(max-width:560px){.file-drop-loaded{grid-template-columns:1fr;justify-items:center;text-align:center}}.file-drop-fileinfo{min-width:0}.file-drop-name{margin:0;font-size:.95rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-drop-meta{margin:.15rem 0 0;font-size:.8rem;color:var(--muted)}.file-drop-change{appearance:none;border:1px solid var(--md-sys-color-outline);background:var(--md-sys-color-surface);color:var(--md-sys-color-on-surface);font:inherit;font-size:.82rem;font-weight:600;min-height:2.25rem;padding:.4rem .9rem;cursor:pointer}.file-drop-change:hover{background:var(--md-sys-state-hover)}.file-drop-change:focus-visible{outline:2px solid var(--md-sys-color-primary);outline-offset:2px}.select-input{width:auto;min-width:8.5rem;min-height:40px;padding:.45rem .7rem;cursor:pointer}.actions{display:flex;flex-wrap:wrap;gap:.65rem;margin:.25rem 0 1.25rem}.history-section{margin:.5rem 0 0;padding-top:1.25rem;border-top:1px solid var(--md-sys-color-outline-variant)}.history-head{margin-bottom:.85rem}.history-title{margin:0 0 .35rem;font-size:1.05rem;font-weight:700}.history-note{margin:0;font-size:.82rem;color:var(--muted);line-height:1.55}.history-empty{margin:0;font-size:.88rem;color:var(--muted)}.history-list{list-style:none;margin:0;padding:0;display:grid;gap:.55rem}.history-item{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:stretch;border:1px solid var(--md-sys-color-outline-variant);background:var(--md-sys-color-surface)}.history-item-main{min-width:0;padding:.8rem .9rem;display:grid;gap:.2rem;align-content:center}.history-item-time{font-size:.78rem;color:var(--muted);font-weight:600}.history-item-meta{font-size:.92rem;font-weight:700;color:var(--md-sys-color-on-surface)}.history-item-preview{font-size:.8rem;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,Consolas,monospace}.history-item-actions{display:flex;align-items:center;gap:.45rem;padding:.55rem .65rem}.history-item-btn{appearance:none;margin:0;border:1px solid var(--md-sys-color-outline-variant);background:var(--md-sys-color-surface);color:var(--md-sys-color-on-surface);font:inherit;font-size:.78rem;font-weight:600;letter-spacing:.01em;min-height:2.35rem;padding:.45rem .8rem;cursor:pointer;white-space:nowrap}.history-item-btn:hover{background:var(--md-sys-state-hover)}.history-item-btn:focus-visible{outline:2px solid var(--md-sys-color-primary);outline-offset:2px}.history-item-delete{appearance:none;border:0;border-left:1px solid var(--md-sys-color-outline-variant);background:transparent;width:2.75rem;font-size:1.35rem;line-height:1;cursor:pointer;color:var(--md-sys-color-on-surface)}.history-item-delete:hover{background:var(--md-sys-state-hover)}.history-pager{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:.75rem}.history-pager.is-hidden,.history-pager[hidden]{display:none}.history-pager-btn{appearance:none;margin:0;border:1px solid var(--md-sys-color-outline-variant);background:var(--md-sys-color-surface);color:var(--md-sys-color-on-surface);font:inherit;font-size:.9rem;font-weight:600;min-width:2.5rem;min-height:2.5rem;padding:.35rem .65rem;cursor:pointer}.history-pager-btn:hover:not(:disabled){background:var(--md-sys-state-hover)}.history-pager-btn:disabled{opacity:.35;cursor:default}.history-pager-btn:focus-visible{outline:2px solid var(--md-sys-color-primary);outline-offset:2px}.history-pager-status{font-size:.82rem;font-weight:600;color:var(--muted);min-width:7rem;text-align:center}@media(max-width:640px){.history-item{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"main delete" "actions actions"}.history-item-main{grid-area:main}.history-item-actions{grid-area:actions;padding:0 .75rem .75rem;flex-wrap:wrap}.history-item-delete{grid-area:delete;border-left:0;border-bottom:1px solid var(--md-sys-color-outline-variant)}}.modal-card-wide{width:min(44rem,100%)}.modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.modal-head .modal-title{margin:0}.modal-close{appearance:none;flex-shrink:0;width:2.25rem;height:2.25rem;margin:-.35rem -.35rem 0 0;padding:0;border:0;background:transparent;color:var(--md-sys-color-on-surface);font-size:1.5rem;line-height:1;cursor:pointer}.modal-close:hover{background:var(--md-sys-state-hover)}.diff-overlay{position:fixed;inset:0;z-index:95;display:flex;background:var(--md-sys-color-surface);padding:env(safe-area-inset-top,0px) env(safe-area-inset-right,0px) env(safe-area-inset-bottom,0px) env(safe-area-inset-left,0px)}.diff-overlay.is-hidden,.diff-overlay[hidden]{display:none}.diff-overlay-panel{display:grid;grid-template-rows:auto minmax(0,1fr);width:100%;height:100%;min-height:0}.diff-overlay-bar{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.85rem 1rem;border-bottom:1px solid var(--md-sys-color-outline-variant);background:var(--md-sys-color-surface)}.diff-overlay-heading{min-width:0}.diff-overlay-title{margin:0;font-size:1.1rem;font-weight:700}.diff-overlay-summary{margin:.25rem 0 0;font-size:.82rem;color:var(--muted);font-weight:600}.diff-split{display:grid;grid-template-columns:1fr 1fr;min-height:0;height:100%}.diff-pane{display:grid;grid-template-rows:auto minmax(0,1fr);min-width:0;min-height:0;border-right:1px solid var(--md-sys-color-outline-variant);background:var(--sheet-empty-bg, #f3f3f3)}.diff-pane:last-child{border-right:0}.diff-pane-title{margin:0;padding:.65rem .9rem;font-size:.82rem;font-weight:700;letter-spacing:.02em;color:var(--md-sys-color-on-surface);background:var(--md-sys-color-surface);border-bottom:1px solid var(--md-sys-color-outline-variant)}.diff-pane-body{overflow:auto;min-height:0;background:var(--sheet-empty-bg, #f3f3f3);padding:0}.diff-table{border-collapse:separate;border-spacing:0;width:max-content;min-width:100%;background:var(--md-sys-color-surface);font-size:.82rem}.diff-corner,.diff-col-head,.diff-row-head{position:sticky;z-index:2;background:var(--md-sys-color-surface-container);color:var(--muted);font-weight:700;border-right:1px solid var(--md-sys-color-outline-variant);border-bottom:1px solid var(--md-sys-color-outline-variant);text-align:center;padding:.35rem .55rem;white-space:nowrap}.diff-corner{left:0;top:0;z-index:3;min-width:2.4rem}.diff-col-head{top:0}.diff-row-head{left:0;min-width:2.4rem}.diff-cell{border-right:1px solid var(--md-sys-color-outline-variant);border-bottom:1px solid var(--md-sys-color-outline-variant);padding:.4rem .65rem;white-space:pre-wrap;word-break:break-word;min-width:4.5rem;max-width:16rem;vertical-align:top;background:var(--md-sys-color-surface);color:var(--md-sys-color-on-surface)}.diff-cell.is-same{background:var(--md-sys-color-surface)}.diff-cell.is-change{background:#fff3cd;color:#6d4c00;box-shadow:inset 0 0 0 1px #f0c36d}.diff-cell.is-del{background:#ffebee;color:#b71c1c;box-shadow:inset 0 0 0 1px #ef9a9a}.diff-cell.is-add{background:#e8f5e9;color:#1b5e20;box-shadow:inset 0 0 0 1px #81c784}.diff-cell.is-empty{background:color-mix(in srgb,var(--md-sys-color-outline-variant) 28%,var(--md-sys-color-surface));color:transparent}@media(max-width:800px){.diff-split{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) minmax(0,1fr)}.diff-pane{border-right:0;border-bottom:1px solid var(--md-sys-color-outline-variant)}.diff-pane:last-child{border-bottom:0}}html.is-diff-overlay-open{overflow:hidden}.modal-overlay{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:1.25rem;background:#00000073}.modal-overlay.is-hidden,.modal-overlay[hidden]{display:none}.modal-card{width:min(28rem,100%);background:var(--md-sys-color-surface);border:1px solid var(--md-sys-color-outline-variant);padding:1.35rem 1.25rem 1.2rem;display:grid;gap:.85rem;box-shadow:var(--md-sys-elevation-1)}.modal-title{margin:0;font-size:1.1rem;font-weight:700}.modal-body{margin:0;font-size:.92rem;color:var(--muted);line-height:1.65}.modal-check{display:inline-flex;align-items:center;gap:.55rem;font-size:.88rem;cursor:pointer;-webkit-user-select:none;user-select:none}.modal-check input{width:16px;height:16px}.modal-actions{display:flex;flex-wrap:wrap;gap:.55rem;justify-content:flex-end;margin-top:.25rem}html.is-modal-open{overflow:hidden}.primary,.secondary{appearance:none;border-radius:0;border:1px solid transparent;padding:.75rem 1.35rem;min-height:40px;font:inherit;font-weight:600;letter-spacing:.01em;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.action-btn{width:auto;min-width:7.5rem}.action-btn-sm{min-width:0;padding:.55rem 1rem;min-height:36px}.primary{background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary)}.primary:hover{background:color-mix(in srgb,#000 12%,var(--md-sys-color-primary))}.primary:focus-visible,.secondary:focus-visible{outline:2px solid var(--md-sys-color-primary);outline-offset:2px}.secondary{background:var(--md-sys-color-surface);border-color:var(--md-sys-color-outline);color:var(--md-sys-color-primary)}.secondary:hover{background:var(--md-sys-state-hover)}.message{margin-top:.35rem;font-size:.85rem}.message.is-hidden{display:none}.message-ok{color:var(--muted)}.message-error{color:var(--ink);font-weight:600}.output-section.is-hidden{display:none}.sheet-overlay{position:fixed;inset:0;z-index:90;display:flex;background:var(--md-sys-color-surface);padding:env(safe-area-inset-top,0px) env(safe-area-inset-right,0px) env(safe-area-inset-bottom,0px) env(safe-area-inset-left,0px)}.sheet-overlay.is-hidden,.sheet-overlay[hidden]{display:none}.sheet-overlay-panel{display:grid;grid-template-rows:auto minmax(0,1fr) auto;width:100%;height:100%;min-height:0}.sheet-overlay-bar{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.85rem 1rem;border-bottom:1px solid var(--md-sys-color-outline-variant);background:var(--md-sys-color-surface)}.sheet-overlay-heading{min-width:0;display:grid;gap:.2rem}.sheet-overlay-title{margin:0;font-size:1.05rem;font-weight:700;line-height:1.3}.sheet-overlay-title-row{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem .85rem}.sheet-mode-toggle{display:inline-grid;grid-template-columns:1fr 1fr;gap:0;padding:3px;background:var(--md-sys-color-surface-container);border:1px solid var(--md-sys-color-outline-variant)}.sheet-mode-btn{appearance:none;margin:0;border:0;border-radius:0;min-height:2rem;padding:.35rem .85rem;font:inherit;font-size:.78rem;font-weight:600;letter-spacing:.01em;color:var(--muted);background:transparent;cursor:pointer;white-space:nowrap;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease}.sheet-mode-btn:hover{color:var(--md-sys-color-on-surface);background:color-mix(in srgb,var(--md-sys-color-on-surface) 6%,transparent)}.sheet-mode-btn.is-selected{color:var(--md-sys-color-on-primary);background:var(--md-sys-color-primary);box-shadow:0 1px 2px #0000001f}.sheet-mode-btn.is-selected:hover{background:color-mix(in srgb,#000 10%,var(--md-sys-color-primary))}.sheet-mode-btn:focus-visible{outline:2px solid var(--md-sys-color-primary);outline-offset:2px;z-index:1}.sheet-overlay-close{appearance:none;flex-shrink:0;width:44px;height:44px;margin:-.2rem -.35rem 0 0;padding:0;border:none;background:transparent;color:var(--md-sys-color-on-surface);font-size:1.75rem;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.sheet-overlay-close:hover{background:var(--md-sys-state-hover)}.sheet-overlay-close:focus-visible{outline:2px solid var(--md-sys-color-primary);outline-offset:2px}.sheet-overlay .sheet-wrap{min-height:0;max-height:none;height:100%;border:none;border-bottom:1px solid var(--md-sys-color-outline-variant);box-shadow:none;background:var(--sheet-empty-bg)}.sheet-overlay-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem;padding:.85rem 1rem;background:var(--md-sys-color-surface);border-top:1px solid var(--md-sys-color-outline-variant)}.sheet-overlay-footer .message{margin:0;flex:1 1 12rem}.sheet-overlay-footer .download-controls{margin-left:0}.sheet-overlay-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem .75rem;margin-left:auto}.encoding-field{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.45rem .65rem}.encoding-label{font-size:.75rem;font-weight:600;letter-spacing:.02em;color:var(--muted)}.encoding-toggle{display:inline-grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding:3px;background:var(--md-sys-color-surface-container);border:1px solid var(--md-sys-color-outline-variant)}.encoding-toggle.import-encoding-toggle{grid-template-columns:auto auto}.encoding-btn{appearance:none;margin:0;border:0;border-radius:0;min-height:2rem;min-width:3.6rem;padding:.3rem .7rem;font:inherit;font-size:.76rem;font-weight:600;letter-spacing:.01em;color:var(--muted);background:transparent;cursor:pointer;white-space:nowrap;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease}.encoding-btn:hover{color:var(--md-sys-color-on-surface);background:color-mix(in srgb,var(--md-sys-color-on-surface) 6%,transparent)}.encoding-btn.is-selected{color:var(--md-sys-color-on-primary);background:var(--md-sys-color-primary);box-shadow:0 1px 2px #0000001f}.encoding-btn.is-selected:hover{background:color-mix(in srgb,#000 10%,var(--md-sys-color-primary))}.encoding-btn:focus-visible{outline:2px solid var(--md-sys-color-primary);outline-offset:2px;z-index:1}.sheet-context-menu{position:fixed;z-index:120;min-width:12.5rem;padding:.3rem;background:var(--md-sys-color-surface);border:1px solid var(--md-sys-color-outline-variant);box-shadow:0 8px 24px #00000024}.sheet-context-menu.is-hidden,.sheet-context-menu[hidden]{display:none}.sheet-context-sep{height:1px;margin:.25rem .4rem;background:var(--md-sys-color-outline-variant)}.sheet-context-item{appearance:none;width:100%;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;margin:0;border:0;border-radius:0;padding:.65rem .75rem;background:transparent;color:var(--md-sys-color-on-surface);font:inherit;font-size:.88rem;font-weight:600;text-align:left;cursor:pointer}.sheet-context-item:hover,.sheet-context-item:focus-visible{background:var(--md-sys-state-hover);outline:none}.sheet-context-shortcut{font-size:.72rem;font-weight:500;color:var(--muted)}.sheet-select{cursor:pointer;-webkit-user-select:none;user-select:none}.sheet-select:hover{background:color-mix(in srgb,var(--md-sys-color-on-surface) 8%,var(--sheet-head-bg))!important}.sheet-corner.is-selected,.sheet-col-head.is-selected,.sheet-row-head.is-selected{background:#d8d8d8!important;color:var(--md-sys-color-on-surface)}.sheet-data.is-selected,.sheet-table tbody tr:nth-child(2n) td.sheet-data.is-selected,.sheet-table tbody tr:hover td.sheet-data.is-selected,.sheet-header-cell.sheet-data.is-selected{background:#e8f0ff!important;outline:1px solid #7aa2e3;outline-offset:-1px}.sheet-data.is-selected.is-edited,.sheet-table tbody tr:nth-child(2n) td.sheet-data.is-selected.is-edited,.sheet-table tbody tr:hover td.sheet-data.is-selected.is-edited,.sheet-header-cell.sheet-data.is-selected.is-edited{background:#ffe0e8!important;outline-color:#e08a9a}html.is-sheet-overlay-open{overflow:hidden}.output-header{display:flex;flex-direction:column;gap:.65rem;margin-bottom:.75rem}.output-title{margin:0;font-weight:600;color:var(--ink)}.output-header-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem 1rem;justify-content:space-between}.download-controls{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.label-inline{margin:0;font-size:.8125rem;font-weight:600;color:var(--muted);white-space:nowrap}.table-meta{margin:0;font-size:.8125rem;color:var(--muted);font-weight:500}.sheet-wrap{overflow:auto;max-height:480px;border:1px solid var(--sheet-border);background:var(--sheet-empty-bg);box-shadow:inset 0 0 0 1px var(--line)}.sheet-table{width:max-content;min-width:0;table-layout:fixed;border-collapse:collapse;font-size:.8125rem;line-height:1.4}.sheet-table th,.sheet-table td{border:1px solid var(--sheet-border);padding:4px 10px;white-space:nowrap;max-width:none;overflow:visible;text-overflow:clip;vertical-align:middle}.sheet-table thead th{position:sticky;top:0;z-index:2;background:var(--sheet-head-bg);font-weight:600;color:var(--muted);text-align:center}.sheet-table thead tr:nth-child(2) th{top:29px;z-index:2}.sheet-corner{position:sticky;left:0;z-index:4;width:42px;min-width:42px;max-width:42px;background:var(--sheet-corner-bg)}.sheet-col-head{min-width:2.5rem;position:relative}.sheet-row-head{position:sticky;left:0;z-index:1;width:42px;min-width:42px;max-width:42px;background:var(--sheet-corner-bg);font-weight:600;color:var(--muted);text-align:center}.sheet-resize-handle{position:absolute;z-index:5;background:transparent}.sheet-resize-col{top:0;right:-4px;width:8px;height:100%;cursor:col-resize}.sheet-resize-row{left:0;bottom:-4px;width:100%;height:8px;cursor:row-resize}.sheet-resize-col:hover,.sheet-resize-row:hover,.sheet-resize-col:active,.sheet-resize-row:active{background:color-mix(in srgb,var(--md-sys-color-primary) 28%,transparent)}html.is-sheet-resizing{-webkit-user-select:none!important;user-select:none!important;cursor:inherit}html.is-sheet-resizing *{cursor:inherit!important}.sheet-header-cell{background:var(--sheet-header-accent);color:var(--sheet-header-text);text-align:left;font-weight:600}.sheet-table tbody tr:nth-child(2n) td{background:var(--sheet-cell-alt)}.sheet-table tbody tr:hover td{background:var(--sheet-hover)}.sheet-table tbody td{background:var(--sheet-cell-bg);color:var(--ink);font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,Consolas,monospace;font-size:.75rem}.sheet-editable{cursor:default}.sheet-overlay[data-mode=edit] .sheet-editable{cursor:text}.sheet-editable:focus{outline:2px solid var(--accent);outline-offset:-2px;background:var(--surface)!important;white-space:nowrap;overflow:visible;text-overflow:clip;max-width:none}.sheet-editable.is-edited,.sheet-table tbody tr:nth-child(2n) td.sheet-editable.is-edited,.sheet-table tbody tr:hover td.sheet-editable.is-edited,.sheet-header-cell.sheet-editable.is-edited{background:#ffe8e8!important}.sheet-overlay[data-mode=edit] .sheet-editable.is-edited:focus{background:#ffe8e8!important}.site-footer{margin-top:2rem;border-top:1px solid var(--md-sys-color-outline-variant);background:var(--md-sys-color-surface);padding:2rem max(1.25rem,env(safe-area-inset-right,0px)) 2.5rem max(1.25rem,env(safe-area-inset-left,0px));text-align:left}.site-footer-inner{max-width:56rem;margin:0 auto;display:grid;gap:1.25rem}.footer-brand{font-weight:700;color:var(--md-sys-color-on-surface);text-decoration:none;font-size:1rem;letter-spacing:.02em}.footer-nav{display:flex;flex-wrap:wrap;gap:.55rem 1rem}.footer-nav a{color:var(--muted);text-decoration:none;font-size:.82rem;min-height:44px;display:inline-flex;align-items:center}.footer-nav a:hover{color:var(--md-sys-color-on-surface)}.footer-meta{margin:0;font-size:.75rem;color:color-mix(in srgb,var(--muted) 90%,transparent)}
