html:has(#xmlformatter-app),html:has(#xmlformatter-app) body{margin:0;min-height:100%;overflow:auto;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#f8fafc;color:#0f172a}html[data-theme=dark],html[data-theme=dark] body,html[data-theme=dark]:has(#xmlformatter-app) body{background:#0f172a;color:#f1f5f9}#xmlformatter-app{min-height:100dvh;height:100dvh;display:flex;flex-direction:column;background:var(--bg);color:var(--text)}#xmlformatter-app .toolbar{align-items:center}#xmlformatter-app .header{overflow:visible}#xmlformatter-app .jf-mode-toggle{display:inline-flex;align-items:center;padding:.15rem;border:1px solid var(--border);border-radius:8px;background:color-mix(in srgb,var(--border) 30%,var(--surface));gap:.1rem;margin-right:0}#xmlformatter-app .jf-mode-toggle__btn{border:0;background:transparent;color:var(--muted);font-size:.72rem;font-weight:700;letter-spacing:.03em;padding:.3rem .6rem;border-radius:6px;cursor:pointer}#xmlformatter-app .jf-mode-toggle__btn.is-active{background:var(--primary);color:#fff}#xmlformatter-app[data-theme=dark] .jf-mode-toggle__btn.is-active{color:#0f172a}#xmlformatter-app .jf-run-btn{display:inline-flex;align-items:center;gap:.4rem;margin-right:0;padding:.4rem .85rem;border:1px solid transparent;border-radius:7px;background:var(--success);color:#fff;font-size:.82rem;font-weight:700;letter-spacing:.01em;box-shadow:0 1px 2px color-mix(in srgb,var(--success) 35%,transparent)}#xmlformatter-app .jf-run-btn svg{width:1rem;height:1rem;display:block;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}#xmlformatter-app .jf-run-btn:hover{border-color:transparent;background:color-mix(in srgb,var(--success) 88%,#000);color:#fff}#xmlformatter-app .jf-run-btn:focus-visible{outline:2px solid color-mix(in srgb,var(--success) 55%,#fff);outline-offset:2px}#xmlformatter-app[data-theme=dark] .jf-run-btn{background:#34d399;color:#064e3b;box-shadow:none}#xmlformatter-app[data-theme=dark] .jf-run-btn:hover{background:#6ee7b7;color:#064e3b}#xmlformatter-app .jf-panels{--split-col:50%;grid-template-columns:var(--split-col) 6px 1fr}#xmlformatter-app .jf-panel-title{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem .75rem;min-width:0}#xmlformatter-app .jf-inline-field{display:inline-flex;align-items:center;gap:.3rem;font-size:.68rem;font-weight:650;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}#xmlformatter-app .jf-inline-field select{height:1.75rem;max-width:9.5rem;font:inherit;font-size:.78rem;font-weight:550;text-transform:none;letter-spacing:0}#xmlformatter-app .jf-inline-field select:disabled{color:var(--muted)}#xmlformatter-app .jf-textarea{width:100%;height:100%;min-height:0;resize:none;border:0;padding:.85rem 1rem;background:transparent;color:var(--text);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.84rem;line-height:1.55;outline:none}#xmlformatter-app .editor-shell{flex:1 1;min-height:0;overflow:hidden;background:var(--surface)}#xmlformatter-app .editor-shell[hidden]{display:none!important}#xmlformatter-app .editor{flex:1 1;min-height:0;width:100%;height:100%}#xmlformatter-app .jf-result-tabs{display:inline-flex;align-items:center;padding:.12rem;border:1px solid var(--border);border-radius:999px;background:color-mix(in srgb,var(--border) 25%,var(--surface));gap:.1rem}#xmlformatter-app .jf-result-tabs__btn{border:0;background:transparent;color:var(--muted);font-size:.7rem;font-weight:700;padding:.22rem .55rem;border-radius:999px;cursor:pointer}#xmlformatter-app .jf-result-tabs__btn.is-active{background:var(--primary);color:#fff}#xmlformatter-app[data-theme=dark] .jf-result-tabs__btn.is-active{color:#0f172a}#xmlformatter-app .jf-status-chip{display:inline-flex;align-items:center;gap:.3rem;max-width:min(28rem,50vw);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;font-weight:600}#xmlformatter-app .jf-status-chip.is-ok{color:var(--success)}#xmlformatter-app .jf-status-chip.is-bad{color:var(--error)}#xmlformatter-app .jf-size-pane{padding:1rem 1.1rem}#xmlformatter-app .jf-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem 1.25rem;margin:0;max-width:28rem}#xmlformatter-app .jf-stats div{display:flex;flex-direction:column;gap:.15rem}#xmlformatter-app .jf-stats dt{font-size:.68rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}#xmlformatter-app .jf-stats dd{margin:0;font-size:1.05rem;font-weight:700}#xmlformatter-app .jf-muted{margin:0;color:var(--muted);font-size:.88rem}#xmlformatter-app .jf-diff-pane,#xmlformatter-app .jf-tree-pane{padding:.65rem .75rem;overflow:auto}#xmlformatter-app .jf-tree-wrap{display:flex;flex-direction:column;gap:.45rem;min-height:100%}#xmlformatter-app .jf-tree-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;position:sticky;top:0;z-index:1;padding-bottom:.35rem;background:color-mix(in srgb,var(--surface) 92%,transparent);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}#xmlformatter-app .jf-diff-view{display:flex;flex-direction:column;gap:.75rem;min-height:100%}#xmlformatter-app .jf-diff-summary{font-size:.82rem;font-weight:700;padding:.45rem .65rem;border-radius:8px;border:1px solid var(--border)}#xmlformatter-app .jf-diff-summary.is-equal{color:#15803d;background:color-mix(in srgb,#22c55e 16%,var(--surface));border-color:color-mix(in srgb,#22c55e 40%,var(--border))}#xmlformatter-app .jf-diff-summary.is-diff{color:#b45309;background:color-mix(in srgb,#f59e0b 16%,var(--surface));border-color:color-mix(in srgb,#f59e0b 40%,var(--border))}#xmlformatter-app[data-theme=dark] .jf-diff-summary.is-equal{color:#86efac}#xmlformatter-app[data-theme=dark] .jf-diff-summary.is-diff{color:#fcd34d}#xmlformatter-app .jf-diff-changes{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem;max-height:11rem;overflow:auto}#xmlformatter-app .jf-diff-change{display:flex;gap:.5rem;align-items:flex-start;padding:.4rem .55rem;border-radius:8px;border:1px solid var(--border);font-size:.78rem}#xmlformatter-app .jf-diff-change__badge{flex:0 0 auto;width:1.25rem;height:1.25rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:800;font-size:.85rem;line-height:1}#xmlformatter-app .jf-diff-change--added{background:color-mix(in srgb,#22c55e 14%,var(--surface));border-color:color-mix(in srgb,#22c55e 35%,var(--border))}#xmlformatter-app .jf-diff-change--added .jf-diff-change__badge{color:#14532d;background:color-mix(in srgb,#22c55e 35%,transparent)}#xmlformatter-app .jf-diff-change--removed{background:color-mix(in srgb,#ef4444 14%,var(--surface));border-color:color-mix(in srgb,#ef4444 35%,var(--border))}#xmlformatter-app .jf-diff-change--removed .jf-diff-change__badge{color:#7f1d1d;background:color-mix(in srgb,#ef4444 35%,transparent)}#xmlformatter-app .jf-diff-change--changed{background:color-mix(in srgb,#f59e0b 14%,var(--surface));border-color:color-mix(in srgb,#f59e0b 35%,var(--border))}#xmlformatter-app .jf-diff-change--changed .jf-diff-change__badge{color:#78350f;background:color-mix(in srgb,#f59e0b 35%,transparent)}#xmlformatter-app[data-theme=dark] .jf-diff-change--added .jf-diff-change__badge{color:#bbf7d0}#xmlformatter-app[data-theme=dark] .jf-diff-change--removed .jf-diff-change__badge{color:#fecaca}#xmlformatter-app[data-theme=dark] .jf-diff-change--changed .jf-diff-change__badge{color:#fde68a}#xmlformatter-app .jf-diff-change__body{min-width:0;flex:1 1}#xmlformatter-app .jf-diff-change__path{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-weight:650;color:var(--text)}#xmlformatter-app .jf-diff-change__values{display:flex;flex-wrap:wrap;gap:.35rem .5rem;margin-top:.2rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;word-break:break-word}#xmlformatter-app .jf-diff-change__left{color:#b91c1c;text-decoration:line-through;text-decoration-thickness:1px}#xmlformatter-app .jf-diff-change__right{color:#15803d;font-weight:600}#xmlformatter-app[data-theme=dark] .jf-diff-change__left{color:#fca5a5}#xmlformatter-app[data-theme=dark] .jf-diff-change__right{color:#86efac}#xmlformatter-app .jf-diff-change__arrow{color:var(--muted)}#xmlformatter-app .jf-diff-split{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;min-height:14rem;flex:1 1}#xmlformatter-app .jf-diff-col{border:1px solid var(--border);border-radius:10px;overflow:hidden;background:var(--surface);min-width:0;display:flex;flex-direction:column}#xmlformatter-app .jf-diff-col__head{padding:.35rem .6rem;font-size:.7rem;font-weight:750;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--border) 35%,var(--surface))}#xmlformatter-app .jf-diff-col__body{overflow:auto;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.74rem;line-height:1.45;flex:1 1}#xmlformatter-app .jf-diff-line{display:grid;grid-template-columns:2.4rem 1rem minmax(0,1fr);gap:.15rem;padding:0 .35rem;white-space:pre-wrap;word-break:break-word}#xmlformatter-app .jf-diff-line.is-empty{min-height:1.3em;opacity:.35}#xmlformatter-app .jf-diff-line__no{text-align:right;color:var(--muted);-webkit-user-select:none;user-select:none}#xmlformatter-app .jf-diff-line__mark{text-align:center;font-weight:800;-webkit-user-select:none;user-select:none}#xmlformatter-app .jf-diff-line__text{font-family:inherit;font-size:inherit}#xmlformatter-app .jf-diff-line--removed{background:color-mix(in srgb,#ef4444 22%,transparent)}#xmlformatter-app .jf-diff-line--removed .jf-diff-line__mark{color:#b91c1c}#xmlformatter-app .jf-diff-line--added{background:color-mix(in srgb,#22c55e 22%,transparent)}#xmlformatter-app .jf-diff-line--added .jf-diff-line__mark{color:#15803d}#xmlformatter-app[data-theme=dark] .jf-diff-line--removed{background:color-mix(in srgb,#ef4444 28%,transparent)}#xmlformatter-app[data-theme=dark] .jf-diff-line--removed .jf-diff-line__mark{color:#fca5a5}#xmlformatter-app[data-theme=dark] .jf-diff-line--added{background:color-mix(in srgb,#22c55e 28%,transparent)}#xmlformatter-app[data-theme=dark] .jf-diff-line--added .jf-diff-line__mark{color:#86efac}@media (max-width:900px){#xmlformatter-app .jf-diff-split{grid-template-columns:1fr}}#xmlformatter-app .jf-tree__list{list-style:none;margin:0;padding:0}#xmlformatter-app .jf-tree__list--root{min-height:100%}#xmlformatter-app .jf-tree__row{display:flex;align-items:baseline;gap:.45rem;padding:.18rem .2rem;border-radius:4px;font-size:.82rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}#xmlformatter-app .jf-tree__row:hover{background:color-mix(in srgb,var(--border) 45%,transparent)}#xmlformatter-app .jf-tree__toggle{border:0;background:transparent;color:var(--muted);width:1.1rem;padding:0;cursor:pointer;font-size:.75rem;line-height:1}#xmlformatter-app .jf-tree__spacer{display:inline-block;width:1.1rem}#xmlformatter-app .jf-tree__key{font-weight:650;color:var(--text)}#xmlformatter-app .jf-tree__row--element .jf-tree__key{color:#0369a1}#xmlformatter-app[data-theme=dark] .jf-tree__row--element .jf-tree__key{color:#7dd3fc}#xmlformatter-app .jf-tree__attr-name{font-weight:600;color:#a16207}#xmlformatter-app[data-theme=dark] .jf-tree__attr-name{color:#fbbf24}#xmlformatter-app .jf-tree__punct{color:var(--muted);font-weight:500}#xmlformatter-app .jf-tree__type{color:var(--muted);font-size:.72rem}#xmlformatter-app .jf-tree__type:before{content:"· "}#xmlformatter-app .jf-tree__preview{color:#16a34a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}#xmlformatter-app[data-theme=dark] .jf-tree__preview{color:#4ade80}#xmlformatter-app .jf-tree__row--declaration .jf-tree__key{color:#7c3aed}#xmlformatter-app[data-theme=dark] .jf-tree__row--declaration .jf-tree__key{color:#c4b5fd}#xmlformatter-app .jf-tree__row--comment .jf-tree__key,#xmlformatter-app .jf-tree__row--comment .jf-tree__preview{color:var(--muted);font-style:italic}#xmlformatter-app .jf-popover{position:absolute;top:.55rem;right:.75rem;z-index:20;width:min(22rem,calc(100% - 1.5rem));max-height:min(70vh,28rem);overflow:auto;border:1px solid var(--border);border-radius:10px;background:var(--surface);box-shadow:0 12px 40px rgba(15,23,42,.18)}#xmlformatter-app .main-col{position:relative}#xmlformatter-app .jf-popover__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.65rem .75rem;border-bottom:1px solid var(--border)}#xmlformatter-app .jf-popover__head strong{font-size:.85rem}#xmlformatter-app .btn-icon{display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:var(--muted);font-size:1.1rem;line-height:1;cursor:pointer;padding:.15rem .35rem}#xmlformatter-app .jf-toast-region .toast{position:static;display:inline-flex;align-items:center;gap:.5rem}#xmlformatter-app .jf-sample-list{list-style:none;margin:0;padding:.35rem}#xmlformatter-app .jf-sample-list li+li{margin-top:.2rem}#xmlformatter-app .jf-sample-list button{width:100%;text-align:left;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--text);padding:.55rem .65rem;cursor:pointer;display:flex;flex-direction:column;gap:.15rem}#xmlformatter-app .jf-sample-list button:hover{border-color:var(--border);background:color-mix(in srgb,var(--primary) 8%,var(--surface))}#xmlformatter-app .jf-sample-list__name{font-size:.84rem;font-weight:650}#xmlformatter-app .jf-sample-list__desc{font-size:.72rem;color:var(--muted)}#xmlformatter-app .jf-url-form{display:flex;gap:.45rem;padding:.75rem}#xmlformatter-app .jf-url-form input{flex:1 1;min-width:0;height:2rem;padding:0 .55rem;border:1px solid var(--border);border-radius:7px;background:var(--bg);color:var(--text);font:inherit;font-size:.84rem}#xmlformatter-app .jf-toast-region{position:fixed;right:1rem;bottom:1rem;z-index:50;display:flex;flex-direction:column;gap:.4rem}.jf-seo{border-top:1px solid var(--border,#e2e8f0);background:var(--bg,#f8fafc);color:#0f172a}html[data-theme=dark] .jf-seo{background:#0f172a;color:#f1f5f9;border-top-color:#334155}.jf-seo__inner{max-width:56rem;margin:0 auto;padding:2.75rem 1.25rem 3.5rem}.jf-seo__intro{display:grid;gap:2rem;margin-bottom:2.75rem}.jf-seo__title{margin:0 0 .65rem;font-size:var(--type-h2);font-weight:700;letter-spacing:-.03em;line-height:1.25}.jf-seo__lead,.jf-seo__text{margin:0 0 .9rem;font-size:var(--type-body);line-height:1.7;color:#64748b}.jf-seo__copy .jf-seo__lead:last-child,.jf-seo__copy .jf-seo__text:last-child{margin-bottom:0}html[data-theme=dark] .jf-seo__lead,html[data-theme=dark] .jf-seo__text{color:#94a3b8}.jf-seo__lead strong,.jf-seo__text strong{color:inherit;font-weight:650}.jf-seo__facts{margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:1.15rem 1.5rem;align-content:start}.jf-seo__facts>div{padding-top:.85rem;border-top:1px solid #e2e8f0}html[data-theme=dark] .jf-seo__facts>div{border-top-color:#334155}.jf-seo__facts dt{margin:0 0 .2rem;font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.jf-seo__facts dd{margin:0;font-size:.95rem;font-weight:600;letter-spacing:-.01em;color:#0f172a}html[data-theme=dark] .jf-seo__facts dd{color:#f1f5f9}.jf-seo__cases,.jf-seo__flow{margin:0 0 2.75rem;padding-top:2.25rem;border-top:1px solid #e2e8f0}html[data-theme=dark] .jf-seo__cases,html[data-theme=dark] .jf-seo__flow{border-top-color:#334155}.jf-seo__block-head{margin:0 0 1.35rem}.jf-seo__block-head h3,.jf-seo__subtitle{margin:0 0 .45rem;font-size:var(--type-h3);font-weight:700;letter-spacing:-.02em}.jf-seo__subtitle{margin:1.75rem 0 .65rem}.jf-seo__block-head p{margin:0;font-size:.95rem;line-height:1.6;color:#64748b}html[data-theme=dark] .jf-seo__block-head p{color:#94a3b8}.jf-seo__steps{list-style:none;margin:0;padding:0;display:grid;gap:0}.jf-seo__steps>li{display:grid;grid-template-columns:2.75rem 1fr;gap:1rem;align-items:start;padding:1.25rem 0;border-top:1px solid #e2e8f0}.jf-seo__steps>li:last-child{border-bottom:1px solid #e2e8f0}html[data-theme=dark] .jf-seo__steps>li,html[data-theme=dark] .jf-seo__steps>li:last-child{border-color:#334155}.jf-seo__step-num{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:999px;border:1px solid #e2e8f0;background:#f8fafc;box-shadow:0 0 0 3px #f8fafc;font-size:.78rem;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:.04em;color:#0f172a}html[data-theme=dark] .jf-seo__step-num{border-color:#334155;background:#0f172a;box-shadow:0 0 0 3px #0f172a;color:#f1f5f9}.jf-seo__case-list h4,.jf-seo__steps h4{margin:0 0 .35rem;font-size:1rem;font-weight:650;letter-spacing:-.02em}.jf-seo__case-list p,.jf-seo__steps p{margin:0;font-size:.92rem;line-height:1.6;color:#64748b}html[data-theme=dark] .jf-seo__case-list p,html[data-theme=dark] .jf-seo__steps p{color:#94a3b8}.jf-seo__case-list{list-style:none;margin:0;padding:0;display:grid;gap:1.35rem}.jf-seo__case-list li{padding:0 0 0 1.15rem;border-left:2px solid #e2e8f0}html[data-theme=dark] .jf-seo__case-list li{border-left-color:#334155}.jf-seo__text--after{margin-top:1.5rem}.jf-seo a{color:#1d4ed8;font-weight:600;text-decoration:none}.jf-seo a:hover{text-decoration:underline}html[data-theme=dark] .jf-seo a{color:#93c5fd}.jf-seo__links,.jf-seo__list{margin:0 0 1.25rem;padding-left:1.2rem;font-size:.95rem;line-height:1.55;color:#64748b}html[data-theme=dark] .jf-seo__links,html[data-theme=dark] .jf-seo__list{color:#94a3b8}.jf-seo__links li,.jf-seo__list li{margin-bottom:.4rem}.jf-seo__case-list code,.jf-seo__list code,.jf-seo__steps code{font-size:.88em}.jf-seo__faq{display:flex;flex-direction:column;gap:.5rem;margin-top:2rem}.jf-seo__faq-item{border:1px solid #e2e8f0;border-radius:10px;background:#fff;padding:.65rem .9rem}html[data-theme=dark] .jf-seo__faq-item{border-color:#334155;background:#1e293b}.jf-seo__faq-item summary{cursor:pointer;font-weight:600;font-size:.92rem;line-height:1.4}.jf-seo__faq-item p{margin:.55rem 0 .15rem;font-size:.9rem;line-height:1.55;color:#64748b}html[data-theme=dark] .jf-seo__faq-item p{color:#94a3b8}@media (min-width:768px){.jf-seo__intro{grid-template-columns:minmax(0,1.35fr) minmax(0,.85fr);gap:2.5rem;align-items:start}.jf-seo__steps{grid-template-columns:repeat(3,1fr)}.jf-seo__steps>li{grid-template-columns:1fr;gap:.75rem;padding:0 1.5rem;border-top:0;border-bottom:0;border-right:1px solid #e2e8f0}.jf-seo__steps>li:last-child{border-right:0;border-bottom:0;padding-right:0}.jf-seo__steps>li:first-child{padding-left:0}html[data-theme=dark] .jf-seo__steps>li{border-right-color:#334155}.jf-seo__case-list{grid-template-columns:repeat(3,1fr);gap:1.75rem}}@media (max-width:900px){#xmlformatter-app .jf-panels{display:flex;flex-direction:column;grid-template-columns:none;grid-template-rows:none;flex:1 1 auto;min-height:0;height:100%}#xmlformatter-app .jf-panels>.panel--editor,#xmlformatter-app .jf-panels>.panel--preview{flex:1 1;min-height:var(--mobile-pane-min,7rem);grid-column:auto;grid-row:auto}#xmlformatter-app .jf-panels>.panels__col-handle{display:none}}#xmlformatter-app .jf-ns-pane,#xmlformatter-app .jf-xpath-pane{padding:.85rem 1rem;overflow:auto}#xmlformatter-app .jf-xpath-form{display:flex;gap:.5rem;margin-bottom:.85rem}#xmlformatter-app .jf-xpath-ns{margin:0 0 .85rem;padding:.55rem .65rem;border:1px solid var(--border);border-radius:8px;background:color-mix(in srgb,var(--border) 18%,var(--surface))}#xmlformatter-app .jf-xpath-ns__label{display:block;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin-bottom:.35rem}#xmlformatter-app .jf-xpath-ns__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.28rem}#xmlformatter-app .jf-xpath-ns__list li{display:grid;grid-template-columns:minmax(4.5rem,6rem) minmax(0,1fr);gap:.5rem;align-items:baseline;font-size:.78rem}#xmlformatter-app .jf-xpath-ns__list code{font-weight:700;font-size:.78rem}#xmlformatter-app .jf-xpath-ns__list span{color:var(--muted);word-break:break-all;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.74rem}#xmlformatter-app .jf-xpath-ns__hint{margin:.45rem 0 0;font-size:.76rem}#xmlformatter-app .jf-xpath-ns__hint code{font-size:.74rem}#xmlformatter-app .jf-xpath-form input{flex:1 1;min-width:0;height:2rem;padding:0 .55rem;border:1px solid var(--border);border-radius:7px;background:var(--bg);color:var(--text);font:inherit;font-size:.84rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}#xmlformatter-app .jf-xpath-results{min-height:0}#xmlformatter-app .jf-xpath-error{color:var(--error)}#xmlformatter-app .jf-xpath-list{list-style:decimal;margin:0;padding-left:1.25rem;display:flex;flex-direction:column;gap:.65rem}#xmlformatter-app .jf-xpath-list pre{margin:.25rem 0 0;padding:.55rem .65rem;border-radius:8px;border:1px solid var(--border);background:color-mix(in srgb,var(--border) 25%,var(--surface));font-size:.78rem;line-height:1.45;white-space:pre-wrap;word-break:break-word;overflow-x:auto}#xmlformatter-app .jf-ns-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem;max-width:42rem}#xmlformatter-app .jf-ns-list li{display:grid;grid-template-columns:minmax(4rem,6rem) minmax(0,1fr) auto;gap:.65rem;align-items:baseline;padding:.55rem .65rem;border:1px solid var(--border);border-radius:8px;font-size:.82rem}#xmlformatter-app .jf-ns-list__prefix{font-weight:700;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}#xmlformatter-app .jf-ns-list__uri{color:var(--muted);word-break:break-all;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.78rem}#xmlformatter-app .jf-ns-list__count{font-weight:700;color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}#xmlformatter-app .jf-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}