:root{--md-sys-color-surface: #ffffff;--md-sys-color-surface-container: #f5f5f5;--md-sys-color-surface-container-high: #f0f0f0;--md-sys-color-on-surface: #0a0a0a;--md-sys-color-on-surface-variant: #666666;--md-sys-color-outline: #e8e8e8;--md-sys-color-outline-variant: #e8e8e8;--md-sys-color-primary: #0a0a0a;--md-sys-color-on-primary: #ffffff;--md-sys-color-secondary-container: #f5f5f5;--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: none;--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);--text-secondary: #444444;--text-label: #999999;--header-h: 3rem;--sheet-border: #e8e8e8;--sheet-head-bg: #f5f5f5;--sheet-corner-bg: #f0f0f0;--sheet-header-accent: #e8e8e8;--sheet-header-text: #0a0a0a;--sheet-cell-bg: #ffffff;--sheet-cell-alt: #fafafa;--sheet-hover: #f5f5f5;--sheet-empty-bg: #f5f5f5;--font-sans: "Inter", "Noto Sans JP", sans-serif;--font-display: "Inter", "Noto Sans JP", sans-serif;--font-jp: "Noto Sans JP", sans-serif;--content: 48rem;--wide: 48rem;font-family:var(--font-sans);color:var(--ink);background:var(--bg);line-height:1.65;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html{font-size:16px;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh;font-family:var(--font-sans);font-size:.9375rem;letter-spacing:-.01em;line-height:1.65;color:var(--ink);background:var(--md-sys-color-surface);-webkit-font-smoothing:antialiased}#app.has-site-chrome{width:100%;max-width:none;margin:0;padding:0 0 3rem}#app.has-site-chrome>.panel{width:100%;max-width:var(--wide);margin-left:auto;margin-right:auto;box-sizing:border-box;padding-left:1.25rem;padding-right:1.25rem}#app.is-landing.has-site-chrome>.panel{width:100%;max-width:var(--wide)}#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:.65rem;width:100%;max-width:var(--wide);margin:0 auto;padding:0 1.25rem;height:var(--header-h, 3rem);min-height:var(--header-h, 3rem);box-sizing:border-box}.site-header-actions{display:flex;align-items:center;gap:.45rem;flex-shrink:0;margin-left:auto}html[lang=en] .is-reading,html.locale-en .is-reading,html[lang=en] [data-lang=ja],html.locale-en [data-lang=ja],html[lang=ja] [data-lang=en],html.locale-ja [data-lang=en]{display:none!important}.lang-switch{display:inline-flex;align-items:center;margin:0}.lang-toggle{appearance:none;-webkit-appearance:none;min-height:2rem;min-width:2.25rem;margin:0;padding:.25rem .45rem;border:0;border-radius:0;background:transparent;color:var(--text-label, #999999);font:inherit;font-size:.7rem;font-weight:500;letter-spacing:.12em;line-height:1.2;cursor:pointer}.lang-toggle:hover{color:var(--ink)}.lang-toggle:focus-visible{outline:2px solid var(--md-sys-color-primary);outline-offset:2px}.brand{display:flex;flex-direction:column;gap:.05rem;text-decoration:none;color:var(--md-sys-color-on-surface);line-height:1.2;flex-shrink:0}.brand:hover{color:var(--md-sys-color-on-surface)}.brand-name{font-family:var(--font-display, var(--font-sans));font-size:.875rem;font-weight:500;letter-spacing:.01em}.brand-period{color:var(--md-sys-color-primary);font-weight:500}.brand-domain{font-size:.625rem;color:var(--text-label, #999999);letter-spacing:.08em}.site-header-menu-btn{-webkit-appearance:none;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;top:0;right:0;bottom:0;left:0;z-index:80;pointer-events:none}.site-menu[hidden]{display:none!important}.site-menu.is-open{pointer-events:auto}.site-menu-backdrop{-webkit-appearance:none;appearance:none;position:absolute;top:0;right:0;bottom:0;left: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:.9375rem;font-weight:500}.site-menu-close{-webkit-appearance:none;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 0 1.75rem}.kicker{margin:0 0 .75rem;font-size:.6875rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-label, #999999);font-weight:400}.panel>h1{margin:0 0 .75rem;font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:300;line-height:1.2;letter-spacing:-.03em;color:var(--md-sys-color-on-surface)}.lead{margin:0 0 1.5rem;color:var(--text-secondary, #444444);font-size:.9375rem;font-weight:300;line-height:1.75;font-family:var(--font-jp, "Noto Sans JP", sans-serif);max-width:36em}.landing{padding-top:2rem}.landing-hero{margin-bottom:2.5rem;text-align:center}.landing-title{margin:0 0 1rem;font-size:clamp(2rem,6vw,2.75rem);font-weight:300;line-height:1.2;letter-spacing:-.02em;color:var(--md-sys-color-on-surface);max-width:100%;overflow-wrap:break-word;word-break:break-word}.landing-title-sub{display:block;font-size:.8em;max-width:100%}.landing-lead{margin:0 auto 1.5rem;max-width:36em;color:var(--text-secondary, #444444);font-size:.9375rem;font-weight:300;line-height:1.75;font-family:var(--font-jp, "Noto Sans JP", sans-serif)}.landing-actions{margin:0}.landing-actions-bottom{margin-top:2rem;text-align:center}.tool-about{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--md-sys-color-outline-variant)}.tool-about>summary{cursor:pointer;list-style:none;font-size:.95rem;font-weight:300;line-height:1.5;font-family:var(--font-jp, "Noto Sans JP", sans-serif);color:var(--muted)}.tool-about>summary::-webkit-details-marker{display:none}.tool-about>summary:before{content:"▸ ";color:var(--muted)}.tool-about[open]>summary:before{content:"▾ "}.tool-about-body{margin-top:.85rem}.tool-about-body p{margin:0 0 .75rem;font-size:.9rem;font-weight:300;line-height:1.75;font-family:var(--font-jp, "Noto Sans JP", sans-serif);color:var(--muted)}.tool-about-body p:last-child{margin-bottom:0}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)}.landing-cta-bar{display:none}@media(max-width:639px){#app.is-landing.has-site-chrome{padding-bottom:calc(5.25rem + env(safe-area-inset-bottom,0px))}.landing-cta-bar{display:flex;justify-content:center;align-items:center;position:fixed;left:0;right:0;bottom:0;z-index:35;padding:.65rem 1rem calc(.65rem + env(safe-area-inset-bottom,0px));background:color-mix(in srgb,var(--md-sys-color-surface) 92%,transparent);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid var(--md-sys-color-outline-variant);box-shadow:0 -4px 16px #0000000f}.landing-cta-bar.is-docked-hidden,.landing-cta-bar[hidden]{display:none}.landing-cta-bar .landing-cta{display:inline-flex;justify-content:center;align-items:center;width:100%;max-width:28rem;min-width:0;margin:0;text-align:center}}.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:.875rem;font-weight:500;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:.625rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--text-label, #999999)}.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:.9375rem;font-weight:500}.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:.8125rem;font-weight:500;letter-spacing:.02em;color:var(--text-secondary, #444444)}.input-tabs{display:grid;grid-template-columns:1fr 1fr;gap:0;margin:0 0 .85rem;border:1px solid var(--md-sys-color-outline-variant)}.input-tab{-webkit-appearance:none;appearance:none;margin:0;border:0;border-radius:0;min-height:44px;padding:.65rem 1rem;font:inherit;font-size:.875rem;font-weight:500;color:var(--muted);background:var(--md-sys-color-surface);cursor:pointer;transition:background-color .15s ease,color .15s ease,opacity .15s ease}.input-tab+.input-tab{border-left:1px solid var(--md-sys-color-outline-variant)}.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{opacity:.75}.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{-webkit-appearance:none;appearance:none;margin:0;border:0;border-radius:0;min-height:2rem;min-width:0;padding:.3rem .7rem;font:inherit;font-size:.75rem;font-weight:500;letter-spacing:.02em;color:var(--muted);background:transparent;cursor:pointer;white-space:nowrap;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease,opacity .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{opacity:.75}.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:.875rem;font-weight:400;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:#0a0a0a;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:.9375rem;font-weight:500;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.4rem;padding:.55rem 1.25rem;border:0;background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary);font-size:.8125rem;font-weight:500;letter-spacing:.02em;transition:opacity .15s ease}.file-drop:hover .file-drop-browse,.file-drop-browse:hover{opacity:.75}.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:.875rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-drop-meta{margin:.15rem 0 0;font-size:.8rem;color:var(--muted)}.file-drop-change{-webkit-appearance:none;appearance:none;border:1px solid var(--md-sys-color-on-surface);background:var(--md-sys-color-surface);color:var(--md-sys-color-on-surface);font:inherit;font-size:.8125rem;font-weight:500;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 .5rem;font-size:.6875rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--text-label, #999999)}.history-note{margin:0;font-size:.8125rem;color:var(--text-secondary, #444444);font-weight:300;line-height:1.65;font-family:var(--font-jp, "Noto Sans JP", sans-serif)}.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:.75rem;color:var(--muted);font-weight:400}.history-item-meta{font-size:.875rem;font-weight:500;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{-webkit-appearance:none;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:.75rem;font-weight:500;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{-webkit-appearance:none;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{-webkit-appearance:none;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:.875rem;font-weight:500;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:.8125rem;font-weight:500;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{-webkit-appearance:none;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;top:0;right:0;bottom:0;left: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.125rem;font-weight:300;letter-spacing:-.02em}.diff-overlay-summary{margin:.25rem 0 0;font-size:.8125rem;color:var(--muted);font-weight:400}.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:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--text-label, #999999);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:500;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;top:0;right:0;bottom:0;left: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.125rem;font-weight:300;letter-spacing:-.02em}.modal-body{margin:0;font-size:.9375rem;color:var(--text-secondary, #444444);font-weight:300;line-height:1.65;font-family:var(--font-jp, "Noto Sans JP", sans-serif)}.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{-webkit-appearance:none;appearance:none;border-radius:0;border:1px solid transparent;padding:.75rem 1.35rem;min-height:2.5rem;font:inherit;font-size:.875rem;font-weight:500;letter-spacing:.02em;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease,opacity .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{opacity:.75}.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-on-surface);color:var(--md-sys-color-on-surface)}.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:500}.output-section.is-hidden{display:none}.sheet-overlay{position:fixed;top:0;right:0;bottom:0;left: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.125rem;font-weight:300;line-height:1.3;letter-spacing:-.02em}.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{-webkit-appearance:none;appearance:none;margin:0;border:0;border-radius:0;min-height:2rem;padding:.35rem .85rem;font:inherit;font-size:.75rem;font-weight:500;letter-spacing:.02em;color:var(--muted);background:transparent;cursor:pointer;white-space:nowrap;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease,opacity .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{opacity:.75}.sheet-mode-btn:focus-visible{outline:2px solid var(--md-sys-color-primary);outline-offset:2px;z-index:1}.sheet-overlay-close{-webkit-appearance:none;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:500;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{-webkit-appearance:none;appearance:none;margin:0;border:0;border-radius:0;min-height:2rem;min-width:3.6rem;padding:.3rem .7rem;font:inherit;font-size:.75rem;font-weight:500;letter-spacing:.02em;color:var(--muted);background:transparent;cursor:pointer;white-space:nowrap;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease,opacity .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{opacity:.75}.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{-webkit-appearance:none;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:500;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:500;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:500;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:500;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:500;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:500}.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:2.5rem 1.25rem;text-align:left}.site-footer-inner{max-width:var(--wide);margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.footer-brand{font-family:var(--font-display, var(--font-sans));font-weight:500;color:var(--md-sys-color-on-surface);text-decoration:none;font-size:.875rem;letter-spacing:.01em}.footer-brand .brand-period{color:var(--md-sys-color-primary)}.footer-nav{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem}.footer-nav a{color:var(--text-label, #999999);text-decoration:none;font-size:.75rem;min-height:auto;display:inline-flex;align-items:center}.footer-nav a:hover{color:var(--md-sys-color-on-surface)}.footer-meta{margin:0;font-size:.6875rem;color:var(--text-label, #999999);display:flex;flex-wrap:wrap;gap:.5rem 1rem}.qrcode-tool .label{display:block;margin:0 0 8px;font-size:.875rem;font-weight:500}.qrcode-tool textarea{width:100%;min-height:200px;margin:0;padding:12px 14px;border:1px solid var(--line);border-radius:0;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.8125rem;line-height:1.55;background:var(--md-sys-color-surface-container);color:var(--ink);resize:vertical;box-sizing:border-box}.qrcode-tool textarea:focus{outline:2px solid var(--ink);outline-offset:1px}.qrcode-tool textarea.is-error{border-color:#b3261e;background:#fceeee}.qrcode-tool textarea.is-valid{border-color:#1a7f37}.qrcode-tool .actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.qrcode-tool .message{margin-top:8px;padding:8px 10px;font-size:.8125rem}.qrcode-tool .message.is-hidden{display:none}.qrcode-tool .message-ok{color:#1a7f37;background:#e8f5e9}.qrcode-tool .message-error{color:#b3261e;background:#fceeee}.qrcode-tool .message-info{color:#3b4a5a;background:#eef2f6}.qrcode-tool .output-section{margin-top:24px;padding-top:20px;border-top:1px solid var(--line)}.qrcode-tool .output-section.is-hidden{display:none}.qrcode-tool .output-header{display:flex;align-items:center;margin-bottom:12px}.qrcode-tool .output-label{margin:0}.qrcode-tool .output-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:8px 12px;margin-top:14px}.qrcode-tool .output-footer .message{margin-top:0}.qrcode-tool .tool-note{margin:.35rem 0 0;color:var(--md-sys-color-on-surface-variant, #5c5c5c);font-size:.9rem;line-height:1.55}.qrcode-tool .field-row{display:grid;gap:.45rem;margin:1rem 0 .85rem}.qrcode-tool .field-row>.label{margin:0}.qrcode-tool .select-input{display:block;width:100%;margin:0;padding:.65rem 2.25rem .65rem .85rem;border:1px solid var(--line);border-radius:6px;min-height:2.5rem;font-size:.875rem;font-family:inherit;font-weight:400;line-height:1.4;color:var(--ink);appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235c5c5c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 15 5 5 5-5'/%3E%3Cpath d='m7 9 5-5 5 5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .7rem center;background-size:1rem;box-shadow:none;transition:border-color .15s ease}.qrcode-tool .select-input:hover{border-color:color-mix(in srgb,var(--ink) 28%,var(--line))}.qrcode-tool .select-input:focus{outline:none;border-width:1px;border-color:var(--ink);padding:.65rem 2.25rem .65rem .85rem;box-shadow:none}.qrcode-tool .select-input::-ms-expand{display:none}.qrcode-list{display:flex;flex-direction:column;gap:16px}.qrcode-item{position:relative;padding:16px;border:1px solid var(--line);border-radius:6px;background:#fff;overflow-x:auto}.qrcode-item.is-error{border-color:#b3261e;background:#fceeee}.qrcode-item-name{margin:12px 0 0;font-size:.875rem;font-weight:500;color:var(--ink);text-align:center;word-break:break-word}.qrcode-item-body{display:flex;justify-content:center;align-items:center}.qrcode-item-body svg{max-width:100%;height:auto}.qrcode-item-error{font-size:.875rem;color:#b3261e;text-align:left}.boku-apps{position:relative;display:inline-flex;align-items:center}.boku-apps-trigger{color:inherit;text-decoration:none}.boku-apps-panel{display:none;position:absolute;top:100%;left:0;z-index:60;min-width:17.5rem;margin:0;padding:.85rem 1.25rem 1.25rem;background:#fff;border:0;border-top:1px solid #0c0c0c;box-sizing:border-box;box-shadow:0 24px 48px #0000000f}.boku-apps:hover .boku-apps-panel,.boku-apps:focus-within .boku-apps-panel{display:grid;gap:0;animation:boku-apps-in .22s ease}@keyframes boku-apps-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.boku-apps-link{display:block;margin:0;padding:.7rem 0;border:0;color:#0c0c0c!important;text-decoration:none;background:transparent;transition:opacity .15s ease,transform .15s ease}.boku-apps-panel>.boku-apps-link:last-child,.boku-apps-group .boku-apps-link:last-child{border-bottom:0}.boku-apps-group{display:grid;gap:0;margin:0;padding:.55rem 0 .15rem;border-top:1px solid #e8e8e8}.boku-apps-group:first-of-type{margin-top:.15rem}.boku-apps-group-title{margin:0 0 .15rem;padding:.35rem 0 .1rem;font-family:var(--font-jp, "Noto Sans JP", sans-serif);font-size:.6875rem;font-weight:500;letter-spacing:.06em;line-height:1.3;color:#999}.boku-apps-group .boku-apps-link:last-child{border-bottom:0;padding-bottom:.35rem}.boku-apps-panel>.boku-apps-link:first-child{border-bottom:0;padding-top:.15rem;padding-bottom:.55rem}.boku-apps-name{font-family:var(--font-jp, "Noto Sans JP", sans-serif);font-size:.875rem;font-weight:400;letter-spacing:-.02em;line-height:1.35;color:#0c0c0c}.boku-apps-link:hover,.boku-apps-link[aria-current=page]{background:transparent;transform:translate(3px);color:#0c0c0c!important}.boku-apps-link:hover .boku-apps-name,.boku-apps-link[aria-current=page] .boku-apps-name{font-weight:500}.boku-apps--footer .boku-apps-panel{top:auto;bottom:100%;padding:1.15rem 1.25rem .85rem;border-top:0;border-bottom:1px solid #0c0c0c;box-shadow:0 -18px 40px #0000000d}.site-menu-apps{display:grid;gap:0;padding:.15rem 1.15rem 1rem;border-bottom:1px solid #e8e8e8}.site-menu-apps .boku-apps-link{padding:.85rem 0;border-bottom:0}.nav-desktop{display:none}@media(min-width:1024px){:root{--md-sys-color-on-surface: #0c0c0c;--md-sys-color-primary: #0c0c0c;--md-sys-color-on-surface-variant: #666666;--text-label: #888888;--header-h: 3.5rem;--content: 68.75rem;--wide: 68.75rem}.site-header-inner{max-width:1100px;padding:0 40px;height:56px;min-height:56px}.brand-name{font-size:.875rem;font-weight:500;letter-spacing:-.02em}.brand-domain{font-size:.6875rem;color:#888;letter-spacing:.06em}.nav-desktop{display:flex;align-items:center;gap:1.75rem;margin-left:auto;margin-right:1rem}.nav-desktop a{font-size:.75rem;color:#888;text-decoration:none;letter-spacing:.02em;transition:color .15s ease}.nav-desktop a:hover{color:#0c0c0c}.site-header-menu-btn,.site-menu{display:none!important}#app.has-site-chrome>.panel,#app.is-landing.has-site-chrome>.panel{max-width:1100px;padding-left:40px;padding-right:40px}.landing{padding-top:0}.landing-hero{text-align:left;margin-bottom:0;padding:120px 0 96px}.landing-title{font-size:clamp(2.25rem,4.5vw,3.75rem);font-weight:300;letter-spacing:-.04em;line-height:1.15;margin:0 0 1.5rem;max-width:100%}.landing-title-sub{white-space:nowrap;display:block;font-size:.8em;font-weight:300}.landing-lead{white-space:nowrap;margin:0 0 3rem;max-width:none;font-size:1rem;font-weight:300;color:#444;line-height:1.75}.landing-hero .landing-actions{margin:0;text-align:left}.landing-cta,a.primary.landing-cta{min-width:0;padding:.875rem 2rem;font-size:.8125rem;font-weight:500;letter-spacing:.02em;background:#0c0c0c;color:#fff;transition:opacity .15s ease}.landing-cta:hover,a.primary.landing-cta:hover{opacity:.75;background:#0c0c0c;color:#fff}.landing-cta-bar{display:none!important}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:0;border-top:1px solid #e8e8e8}.trust-item{background:transparent;padding:3.5rem 3rem 3.5rem 0;border-right:1px solid #e8e8e8}.trust-item:last-child{border-right:0;padding-right:0}.trust-item:not(:first-child){padding-left:3rem}.trust-item h2{font-size:.8125rem;font-weight:500;letter-spacing:-.01em;margin:0 0 .75rem}.trust-item p{font-size:.8125rem;font-weight:300;line-height:1.7}.landing-steps{margin:0;padding:80px 0 96px;border-top:1px solid #e8e8e8}.landing-steps>h2{font-size:.6875rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:#888;margin:0 0 3rem}.landing-steps-list{gap:0}.landing-steps-list li{grid-template-columns:80px 1fr;gap:0;align-items:start;padding:1.75rem 1rem;margin:0 -1rem;border-bottom:1px solid #e8e8e8;border-top:0;transition:background .15s ease}.landing-steps-list li:first-child{border-top:1px solid #e8e8e8}.landing-steps-list li:hover{background:#f7f7f7}.landing-step-num{width:auto;height:auto;background:transparent;color:#aaa;font-size:.6875rem;font-weight:400;letter-spacing:.08em;justify-content:flex-start;padding-top:.15rem}.landing-steps-list h3{font-size:.9375rem;font-weight:500;letter-spacing:-.02em;margin:0 0 .35rem}.landing-steps-list p{font-size:.8125rem;font-weight:300}.landing-actions-bottom{margin-top:3.5rem;text-align:left}.tool-about{margin-top:0;padding:2rem 0;border-top:1px solid #e8e8e8}.tool-about>summary{font-size:.8125rem;font-weight:300;color:#888}.tool-about-body p{font-size:.8125rem;font-weight:300;color:#888;max-width:none}.site-footer{padding:1.75rem 40px}.site-footer-inner{max-width:1100px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-brand{font-size:.8125rem;font-weight:500;letter-spacing:-.02em}.footer-nav{gap:1.75rem}.footer-nav a{font-size:.75rem;color:#888;min-height:auto;transition:color .15s ease}.footer-nav a:hover{color:#0c0c0c}.footer-meta{font-size:.6875rem;color:#bbb;font-weight:300}}
