.driver-popover{all:unset;font-family:var(--driver-popover-font-family,"Helvetica Neue", Inter, ui-sans-serif, "Apple Color Emoji", Helvetica, Arial, sans-serif);box-sizing:border-box;color:#2d2d2d;z-index:1000000000;background-color:#fff;border-radius:5px;min-width:250px;max-width:300px;margin:0;padding:15px;position:fixed;top:0;right:0;box-shadow:0 1px 10px #0006}.driver-popover-title{zoom:1;margin:0;font-size:19px;font-weight:700;line-height:1.5;display:block;position:relative}.driver-popover-close-btn{all:unset;cursor:pointer;color:#d2d2d2;z-index:1;text-align:center;width:32px;height:28px;font-size:18px;font-weight:500;transition:color .2s;position:absolute;top:0;right:0}.driver-popover-close-btn:hover,.driver-popover-close-btn:focus{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{zoom:1;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.5}.driver-popover-footer{text-align:right;zoom:1;justify-content:space-between;align-items:center;margin-top:15px;display:flex}.driver-popover-progress-text{color:#727272;zoom:1;font-size:13px;font-weight:400}.driver-popover-footer-btn{all:unset;box-sizing:border-box;color:#2d2d2d;cursor:pointer;zoom:1;background-color:#fff;border:1px solid #ccc;border-radius:3px;outline:0;padding:3px 7px;font-size:12px;line-height:1.3;text-decoration:none;display:inline-block}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}.driver-popover-footer-btn:hover,.driver-popover-footer-btn:focus{background-color:#f7f7f7}.driver-popover-navigation-btns{flex-grow:1;justify-content:flex-end;display:flex}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";border:5px solid #fff;position:absolute}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{border-top-color:#0000;border-bottom-color:#0000;border-right-color:#0000;left:100%}.driver-popover-arrow-side-right{border-top-color:#0000;border-bottom-color:#0000;border-left-color:#0000;right:100%}.driver-popover-arrow-side-top{border-bottom-color:#0000;border-left-color:#0000;border-right-color:#0000;top:100%}.driver-popover-arrow-side-bottom{border-top-color:#0000;border-left-color:#0000;border-right-color:#0000;bottom:100%}.driver-popover-arrow-side-center,.driver-popover-arrow-none{display:none}.driver-active .driver-overlay{pointer-events:none}.driver-active.driver-no-scroll{overflow:hidden}.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:animate-fade-in var(--driver-animation-duration,.4s) ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in var(--driver-animation-duration,.4s)}.driver-active-element-parent-no-scroll{overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}
:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#081018;--surface:#0e1822;--surface-2:#142331;--border:#243747;--text:#f0f5f7;--muted:#93a7b5;--accent:#3dd7b2;--accent-dark:#092f2a;--added:#4cc38a;--removed:#ff727b;--changed:#ffc766;--type:#b99aff;--danger:#ff8c93;--page-glow:#153149;--workspace-bg:#0a141de6;--workspace-shadow:#00000038;--editor-bg:#09131c;--editor-text:#dcebf0;--panel-tint:#14233199;--input-bg:#09131c;--code-strong:#f0f6f8;--code-muted:#bed0d8;--tree-key:#78b8e8;--success:#8ee6c8;--privacy-border:#295a54;--privacy-bg:#103f388c;--privacy-text:#a7f3df;--primary-text:#06231e;--primary-hover:#70e8ca;--control-hover-border:#3b5b70;--overlay-bg:#00060ac2;--modal-border:#375164;--modal-shadow:#000}[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f4f7f8;--surface:#fff;--surface-2:#edf3f5;--border:#c9d7dd;--text:#16303b;--muted:#5b7280;--accent:#087f6b;--accent-dark:#dff5ef;--added:#087947;--removed:#b52f3b;--changed:#8a5b00;--type:#6845a8;--danger:#b52f3b;--page-glow:#cfe9e3;--workspace-bg:#fffffff5;--workspace-shadow:#23414e21;--editor-bg:#f7fafb;--editor-text:#1c3540;--panel-tint:#f2f6f7;--input-bg:#fbfcfd;--code-strong:#16303b;--code-muted:#526c78;--tree-key:#0b6695;--success:#087947;--privacy-border:#9dcec3;--privacy-bg:#e4f4f0;--privacy-text:#176454;--primary-text:#fff;--primary-hover:#076f5f;--control-hover-border:#78919d;--overlay-bg:#11222a7a;--modal-border:#b9cbd3;--modal-shadow:#1b34403d}*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{background:radial-gradient(circle at 15% -10%, var(--page-glow) 0, transparent 35rem), var(--bg);color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea{font:inherit;color:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid color-mix(in srgb, var(--accent) 70%, white);outline-offset:2px}button:disabled{cursor:not-allowed;opacity:.45}main{width:min(1500px,100%);margin:0 auto;padding:42px clamp(18px,4vw,64px) 24px}.fatal-error{text-align:center;max-width:640px;padding-top:20vh}
.author-byline{border:1px solid color-mix(in srgb, var(--accent) 44%, var(--border));background:linear-gradient(120deg, color-mix(in srgb, var(--accent-dark) 86%, var(--surface)) 0%, color-mix(in srgb, var(--type) 11%, var(--surface-2)) 100%);min-width:178px;max-width:min(290px,100%);box-shadow:inset 0 1px 0 #ffffff1a, 0 10px 28px color-mix(in srgb, var(--accent) 10%, transparent);color:var(--text);border-radius:13px;flex:0 auto;align-items:center;gap:9px;margin-top:3px;padding:6px 10px 6px 7px;display:inline-flex;position:relative;overflow:hidden}.author-byline:after{content:"";pointer-events:none;background:linear-gradient(105deg,#0000 45%,#ffffff12);position:absolute;inset:0}.author-avatar{z-index:1;border:1px solid color-mix(in srgb, var(--accent) 65%, white);background:linear-gradient(145deg, var(--accent), color-mix(in srgb, var(--type) 75%, black));width:30px;height:30px;box-shadow:0 5px 15px color-mix(in srgb, var(--accent) 22%, transparent);color:#061612;letter-spacing:.04em;border-radius:10px;flex:none;place-items:center;font-size:.66rem;font-weight:900;display:grid;position:relative}.author-identity{z-index:1;gap:1px;min-width:0;display:grid;position:relative}.author-identity span{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;font-size:.62rem;font-weight:800}.author-identity strong{letter-spacing:.01em;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:750;overflow:hidden}.author-spark{z-index:1;color:var(--changed);text-shadow:0 0 12px color-mix(in srgb, var(--changed) 55%, transparent);margin-left:auto;font-size:.76rem;position:relative}[data-theme=light] .author-byline{box-shadow:inset 0 1px 0 #ffffffe6, 0 8px 22px color-mix(in srgb, var(--accent) 12%, transparent);background:linear-gradient(120deg,#effaf7 0%,#f7f3ff 100%)}[data-theme=light] .author-avatar{border-color:color-mix(in srgb, var(--accent) 72%, white);color:#fff;background:linear-gradient(145deg,#0d927b,#5f43a0)}
.ignore-path-selector{min-width:0;position:relative}.ignore-path-input-shell{border:1px solid var(--border);background:var(--input-bg);border-radius:9px;flex-wrap:wrap;align-items:center;gap:6px;min-height:42px;padding:5px 7px;transition:border-color .15s,box-shadow .15s;display:flex}.ignore-path-selector.is-open .ignore-path-input-shell,.ignore-path-input-shell:focus-within{border-color:var(--accent);box-shadow:0 0 0 2px color-mix(in srgb, var(--accent) 18%, transparent)}.ignore-path-input-shell>input{min-width:120px;color:var(--text);background:0 0;border:0;outline:0;flex:190px;padding:5px}.ignore-path-chip{border:1px solid color-mix(in srgb, var(--accent) 42%, var(--border));background:color-mix(in srgb, var(--accent) 11%, var(--surface-2));max-width:min(100%,340px);min-height:27px;color:var(--text);border-radius:999px;align-items:center;gap:5px;padding:2px 3px 2px 9px;font:.72rem/1.2 ui-monospace,monospace;display:inline-flex}.ignore-path-chip-label{min-width:0;color:inherit;cursor:text;font:inherit;background:0 0;border:0;align-items:center;gap:5px;padding:2px 0;display:inline-flex}.ignore-path-chip-label>span:first-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ignore-path-edit-icon{color:var(--muted);flex:none;font-family:sans-serif;font-size:.8rem}.ignore-path-chip-label:hover .ignore-path-edit-icon,.ignore-path-chip-label:focus-visible .ignore-path-edit-icon{color:var(--accent)}.ignore-path-chip.is-editing{width:min(100%,390px);max-width:100%;padding-left:5px}.ignore-path-chip-editor{min-width:80px;color:var(--text);font:inherit;background:0 0;border:0;outline:0;flex:210px;padding:2px 4px}.ignore-path-chip-action{width:21px;height:21px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;place-items:center;padding:0;font-size:1rem;line-height:1;display:grid}.ignore-path-chip-action.remove:hover,.ignore-path-chip-action.remove:focus-visible{background:color-mix(in srgb, var(--danger) 18%, transparent);color:var(--danger)}.ignore-path-chip-action.save:hover,.ignore-path-chip-action.save:focus-visible{background:color-mix(in srgb, var(--accent) 18%, transparent);color:var(--accent)}.ignore-path-chip-action.cancel:hover,.ignore-path-chip-action.cancel:focus-visible{background:color-mix(in srgb, var(--muted) 16%, transparent);color:var(--text)}.ignore-path-dropdown{z-index:30;border:1px solid color-mix(in srgb, var(--accent) 30%, var(--border));background:color-mix(in srgb, var(--surface-2) 97%, black);border-radius:10px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden;box-shadow:0 18px 48px #0000006b}.ignore-path-options{max-height:230px;padding:5px;display:grid;overflow-y:auto}.ignore-path-options>button,.ignore-path-custom-option{width:100%;color:var(--text);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:7px;justify-content:space-between;align-items:center;gap:12px;padding:9px 10px;font:.74rem/1.35 ui-monospace,monospace;display:flex}.ignore-path-options>button:hover,.ignore-path-options>button.is-active,.ignore-path-custom-option:hover,.ignore-path-custom-option:focus-visible{background:color-mix(in srgb, var(--accent) 13%, var(--surface))}.ignore-path-options>button small{color:var(--accent);font-family:inherit;font-weight:800}.ignore-path-options>p{color:var(--muted);margin:0;padding:14px 10px;font-size:.74rem}.ignore-path-custom-option{border-top:1px solid var(--border);color:var(--muted);border-radius:0}.ignore-path-custom-option strong{color:var(--accent);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}[data-theme=light] .ignore-path-input-shell{background:var(--input-bg)}[data-theme=light] .ignore-path-dropdown{background:var(--surface)}
.panel-line-toolbar{border-bottom:1px solid var(--border);color:var(--muted);justify-content:space-between;align-items:center;gap:12px;padding:6px 14px;font-size:.72rem;display:flex}.panel-line-toolbar button{flex-shrink:0}.editor-with-gutter.has-line-actions{grid-template-columns:76px minmax(0,1fr) 16px}.has-line-actions .line-gutter button{grid-template-columns:minmax(0,1fr) 24px;align-items:center;gap:4px;padding:0 4px;display:grid}.line-action-icon{border:1px solid var(--border);height:18px;color:var(--muted);background:var(--surface-2);border-radius:4px;place-items:center;font:700 17px/1 ui-sans-serif,sans-serif;display:grid}.line-gutter .line-action-trigger:hover,.line-gutter .line-action-trigger.is-hovered,.line-gutter .line-action-trigger:focus-visible{background:var(--accent-dark)}.line-action-trigger:hover .line-action-icon,.line-action-trigger.is-hovered .line-action-icon,.line-action-trigger.is-active .line-action-icon,.line-action-trigger:focus-visible .line-action-icon{color:var(--accent);border-color:var(--accent)}.line-gutter .line-action-trigger:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.full-line-highlight.line-action-hover{background:color-mix(in srgb, var(--accent) 7%, transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--accent) 45%, transparent);z-index:1}.full-line-highlight.line-context{background:color-mix(in srgb, var(--accent) 12%, transparent);border-block:1px solid var(--accent);z-index:1}.panel-actions-dialog{overscroll-behavior:contain;border:1px solid var(--border);background:var(--surface);width:min(370px,100vw - 24px);max-width:calc(100vw - 24px);max-height:calc(100dvh - 24px);color:var(--text);border-radius:14px;margin:0;padding:0;position:fixed;overflow:auto;box-shadow:0 18px 65px #0006}.panel-actions-dialog::backdrop{background:#0003}.panel-actions-content{padding:16px}.panel-actions-heading{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.panel-actions-heading h2{margin:0 0 6px;font-size:.95rem}.panel-actions-heading code{color:var(--accent);overflow-wrap:anywhere;max-height:70px;font-size:.78rem;display:block;overflow:auto}.panel-actions-heading small{color:var(--muted);margin-top:5px;display:block}.panel-copy-actions{gap:8px;margin-bottom:4px;display:flex}.panel-copy-actions button{flex:1}.panel-action{background:var(--surface-2);border:1px solid var(--border);width:100%;color:var(--text);text-align:left;cursor:pointer;border-radius:7px;margin-top:4px;padding:10px;font-size:.83rem;display:block}.panel-action:hover:not(:disabled){background:var(--accent-dark);border-color:var(--accent)}.panel-action-group,.panel-action-more{border-top:1px solid var(--border);margin-top:6px;padding-top:6px}.panel-action-help{color:var(--muted);overflow-wrap:anywhere;margin:4px 10px 8px;font-size:.73rem;line-height:1.5}.panel-action-help:empty{display:none}.panel-difference-context{border-left:3px solid var(--border);background:var(--bg);border-radius:4px;margin-bottom:14px;padding:10px;position:relative}.panel-difference-heading{justify-content:space-between;align-items:center;gap:8px;display:flex}.panel-difference-heading h3{color:var(--muted);margin:0;font-size:.75rem;font-weight:600}.panel-difference-info{width:24px;height:24px;color:var(--muted);cursor:help;background:0 0;border:0;flex:0 0 24px;place-items:center;padding:0;display:grid}.panel-difference-info span{border:1px solid;border-radius:50%;width:16px;height:16px;font:700 12px/15px ui-serif,serif}.panel-difference-info:hover,.panel-difference-info:focus-visible{color:var(--accent)}.panel-difference-tooltip{top:36px;z-index:3;border:1px solid var(--border);background:var(--surface);color:var(--text);overflow-wrap:anywhere;border-radius:8px;max-height:min(230px,40dvh);padding:10px 12px;font-size:.75rem;line-height:1.5;position:absolute;inset-inline:0;overflow:auto;box-shadow:0 8px 24px #0005}.panel-difference-tooltip p{margin:0}.panel-difference-tooltip p+p{margin-top:8px}.panel-difference-summary{overflow-wrap:anywhere;margin:4px 0 0;font-size:.78rem;line-height:1.5}.panel-actions-section-title{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-size:.7rem;font-weight:700}.panel-finding-choice{margin-top:6px;font-size:.75rem}.panel-difference-context .panel-finding-choice,.panel-copy-fallback textarea{background:var(--surface-2);border:1px solid var(--border);width:100%;min-width:0;color:var(--text);border-radius:6px;padding:8px;font-family:inherit}.panel-copy-fallback textarea{font-size:inherit;resize:vertical;min-height:80px}.panel-action-more summary{color:var(--muted);cursor:pointer;padding:10px;font-size:.8rem}.panel-actions-dialog .note-editor{min-width:0;padding:8px 0}.panel-actions-dialog .review-status-options{flex-wrap:wrap}.panel-actions-dialog :focus-visible,.results tr:focus-visible,.json-tree summary:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.results tr:focus{background:var(--accent-dark)}.path-filter-block{align-items:end;gap:8px;min-width:0;display:flex}.path-filter-block .path-filter{flex:1;min-width:0}@media (max-width:520px){.panel-line-toolbar{align-items:flex-start}.panel-actions-content{padding:12px}}
.result-section-menu{flex:none;display:inline-flex}.result-section-menu-button{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:9px;place-items:center;padding:0;transition:background .14s,border-color .14s,color .14s;display:inline-grid}.result-section-menu-button svg{fill:currentColor;width:18px;height:18px;display:block}.result-section-menu-button:hover,.result-section-menu-button[aria-expanded=true]{border-color:color-mix(in srgb, var(--accent) 32%, var(--border));background:color-mix(in srgb, var(--accent) 12%, transparent);color:var(--accent)}.result-section-menu-list{z-index:30;border:1px solid var(--modal-border);background:var(--surface);min-width:244px;box-shadow:0 18px 44px var(--workspace-shadow);border-radius:12px;flex-direction:column;gap:2px;padding:6px;display:flex;position:fixed;overflow-y:auto}.result-section-menu-item{color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:9px 11px;font-size:.84rem;font-weight:600}.result-section-menu-item:hover:not(:disabled){background:var(--surface-2)}.result-section-menu-item:disabled{color:var(--muted);cursor:not-allowed;opacity:.55}@media (prefers-reduced-motion:reduce){.result-section-menu-button{transition:none}}
.select-column,.row-actions-column{width:36px}.select-cell,.row-actions-cell{text-align:center;padding:8px 6px!important}.select-cell input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent);cursor:pointer;margin:10px 0 0}.row-action-menu{display:inline-flex}.row-action-menu-button{border:1.5px solid color-mix(in srgb, var(--accent) 55%, transparent);background:color-mix(in srgb, var(--accent) 16%, var(--surface-2));width:24px;height:24px;color:var(--accent);cursor:pointer;border-radius:7px;place-items:center;margin:6px 0 0;padding:0;font-size:1.05rem;line-height:1;transition:background .14s,border-color .14s,color .14s,transform .14s,box-shadow .14s;display:inline-grid}.row-action-menu-button:hover,.row-action-menu-button:focus-visible,.row-action-menu-button[aria-expanded=true]{border-color:var(--accent);background:var(--accent);color:var(--surface);box-shadow:0 2px 10px color-mix(in srgb, var(--accent) 45%, transparent);transform:scale(1.15)}.row-action-menu-button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (prefers-reduced-motion:reduce){.row-action-menu-button{transition:none}.row-action-menu-button:hover,.row-action-menu-button:focus-visible,.row-action-menu-button[aria-expanded=true]{transform:none}}
.tree-branch,.tree-leaf.has-field-actions{position:relative}.tree-branch.has-field-actions>.tree-node>summary,.tree-leaf.has-field-actions{padding-block:4px;overflow-wrap:anywhere;min-height:30px;padding-right:38px}.tree-field-actions{border:1px solid var(--border);background:var(--surface-2);width:28px;height:26px;color:var(--muted);cursor:pointer;border-radius:5px;padding:0;font:700 18px/1 ui-sans-serif,sans-serif;position:absolute;top:2px;right:2px}.tree-field-actions:hover,.tree-field-actions:focus-visible{border-color:var(--accent);color:var(--accent)}.tree-branch.has-field-actions>.tree-node>summary:hover,.tree-leaf.has-field-actions:hover{outline:1px solid var(--border);outline-offset:-1px}.json-tree .tree-field-selected{outline:1px solid var(--accent);outline-offset:-1px;border-radius:5px}.tree-navigation-status{border:1px solid var(--border);color:var(--muted);overflow-wrap:anywhere;border-radius:6px;margin:0 0 8px;padding:8px 10px;font-size:.75rem}.tree-with-navigation>.error-stepper{width:fit-content;margin:8px 0 0 auto;display:flex;position:static;transform:none}
.tour-button{align-items:center;gap:7px;display:inline-flex}.tour-button>span{border:1px solid;border-radius:50%;place-items:center;width:18px;height:18px;font-size:.7rem;line-height:1;display:grid}.driver-popover.json-comparer-tour{border:1px solid var(--modal-border);background:var(--surface);min-width:min(320px,100vw - 32px);max-width:min(380px,100vw - 32px);color:var(--text);box-shadow:0 20px 65px color-mix(in srgb, var(--modal-shadow) 78%, transparent);border-radius:14px;padding:19px}.driver-popover.json-comparer-tour .driver-popover-title{color:var(--text);padding-right:30px;font-size:1.05rem;line-height:1.35}.driver-popover.json-comparer-tour .driver-popover-description{color:var(--muted);margin-top:8px;font-size:.86rem;line-height:1.6}.driver-popover.json-comparer-tour .tour-example{border:1px solid var(--border);background:var(--editor-bg);border-radius:9px;gap:6px;margin-top:13px;padding:10px 11px;display:grid}.driver-popover.json-comparer-tour .tour-example strong{color:var(--accent);letter-spacing:.1em;text-transform:uppercase;font-size:.68rem}.driver-popover.json-comparer-tour .tour-example code{color:var(--code-strong);overflow-wrap:anywhere;white-space:pre-wrap;font:.74rem/1.55 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.driver-popover.json-comparer-tour .driver-popover-progress-text{color:var(--muted);font-size:.74rem;font-weight:700}.driver-popover.json-comparer-tour .driver-popover-close-btn{color:var(--muted);border-radius:7px}.driver-popover.json-comparer-tour .driver-popover-close-btn:hover,.driver-popover.json-comparer-tour .driver-popover-close-btn:focus-visible{color:var(--text);background:var(--surface-2)}.driver-popover.json-comparer-tour .driver-popover-footer-btn{border:1px solid var(--border);background:var(--surface-2);color:var(--text);border-radius:8px;padding:7px 11px;font-size:.76rem;font-weight:800}.driver-popover.json-comparer-tour .driver-popover-footer-btn:hover,.driver-popover.json-comparer-tour .driver-popover-footer-btn:focus-visible{border-color:var(--control-hover-border);background:var(--surface-2)}.driver-popover.json-comparer-tour .driver-popover-next-btn{border-color:var(--accent);background:var(--accent);color:var(--primary-text)}.driver-popover.json-comparer-tour .driver-popover-next-btn:hover,.driver-popover.json-comparer-tour .driver-popover-next-btn:focus-visible{border-color:var(--primary-hover);background:var(--primary-hover)}.driver-popover.json-comparer-tour .driver-popover-footer-btn:focus-visible,.driver-popover.json-comparer-tour .driver-popover-close-btn:focus-visible{outline:3px solid color-mix(in srgb, var(--accent) 70%, white);outline-offset:2px}.driver-popover.json-comparer-tour .driver-popover-arrow-side-left{border-left-color:var(--surface)}.driver-popover.json-comparer-tour .driver-popover-arrow-side-right{border-right-color:var(--surface)}.driver-popover.json-comparer-tour .driver-popover-arrow-side-top{border-top-color:var(--surface)}.driver-popover.json-comparer-tour .driver-popover-arrow-side-bottom{border-bottom-color:var(--surface)}
.hero{justify-content:space-between;align-items:flex-start;gap:32px;margin-bottom:30px;display:flex}.hero>div:first-child{max-width:820px;padding-left:62px;position:relative}.brand-mark{border:1px solid color-mix(in srgb, var(--accent) 46%, var(--border));background:var(--accent-dark);width:45px;height:45px;color:var(--accent);border-radius:12px;place-items:center;font-family:ui-monospace,monospace;font-weight:800;display:grid;position:absolute;top:5px;left:0}.hero h1{letter-spacing:-.045em;margin:2px 0 0;font-size:clamp(2rem,4vw,3.5rem);line-height:1}.hero-title-row{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:10px;display:flex}.hero p:not(.eyebrow){max-width:680px;color:var(--muted);margin:0;font-size:1.02rem;line-height:1.6}.eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.14em;margin:0 0 8px;font-size:.72rem;font-weight:800}.privacy-badge{border:1px solid var(--privacy-border);background:var(--privacy-bg);color:var(--privacy-text);border-radius:999px;flex:none;padding:9px 13px;font-size:.8rem;font-weight:700}.privacy-badge span{color:var(--accent);margin-right:6px}.hero-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.workspace,.results{border:1px solid var(--border);background:var(--workspace-bg);box-shadow:0 24px 80px var(--workspace-shadow);border-radius:18px;overflow:hidden}.panel-layout-toolbar{border-bottom:1px solid var(--border);background:color-mix(in srgb, var(--surface-2) 72%, transparent);justify-content:space-between;align-items:center;gap:12px;padding:12px 22px;display:flex}.panel-layout-toolbar>span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:800}.input-grid{--json-panel-height:360px;--json-line-height:22.4px;--json-editor-padding:15px;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.input-grid.panels-expanded{--json-panel-height:min(86vh, 980px)}.input-panel{min-width:0;padding:22px;position:relative}.input-panel.has-json-error{background:linear-gradient(145deg, color-mix(in srgb, var(--danger) 10%, transparent), transparent 48%);box-shadow:inset 0 0 0 2px color-mix(in srgb, var(--danger) 72%, transparent)}.input-panel.has-json-error .editor-with-gutter,.input-panel.has-json-error .json-tree{border-color:var(--danger);box-shadow:0 0 0 2px color-mix(in srgb, var(--danger) 16%, transparent)}.input-panel+.input-panel{border-left:1px solid var(--border)}.panel-heading,.results-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:15px;display:flex}.panel-heading{align-items:flex-start;min-height:74px}.panel-heading h2,.results-heading h2{margin:0;font-size:1.12rem}.json-error-badge{border:1px solid color-mix(in srgb, var(--danger) 70%, var(--border));background:color-mix(in srgb, var(--danger) 14%, var(--surface));color:var(--danger);text-transform:uppercase;letter-spacing:.06em;border-radius:999px;margin-top:8px;padding:3px 7px;font-size:.67rem;font-weight:850;display:inline-flex}.compact-actions,.export-actions{flex-wrap:wrap;gap:7px;display:flex}.text-button{color:var(--muted);cursor:pointer;background:0 0;border:0;padding:6px 8px;font-size:.8rem;font-weight:700}.text-button:hover{color:var(--accent)}.input-panel textarea{width:100%;height:var(--json-panel-height);resize:vertical;border:1px solid var(--border);padding:var(--json-editor-padding);background:var(--editor-bg);color:var(--editor-text);tab-size:2;border-radius:11px;font:13px/1.6 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.editor-with-gutter{height:var(--json-panel-height);border:1px solid var(--border);background:var(--editor-bg);border-radius:11px;grid-template-columns:48px minmax(0,1fr) 18px;display:grid;overflow:hidden}.editor-with-gutter .input-panel textarea,.editor-with-gutter textarea{resize:none;border:0;border-radius:0;height:100%}.editor-main{min-width:0;height:100%;position:relative;overflow:hidden}.editor-main textarea{z-index:2;font:13px/var(--json-line-height) ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;display:block;position:relative;background:0 0!important}.line-highlight-layer{z-index:1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.full-line-highlight{border-left:3px solid #0000;position:absolute;left:0;right:0}.full-line-highlight.is-active{box-shadow:inset 0 1px color-mix(in srgb, currentColor 78%, white), inset 0 -1px color-mix(in srgb, currentColor 78%, white);filter:saturate(1.25)brightness(1.12)}.full-line-highlight.is-ignored{opacity:.55}.line-text-dim-layer{z-index:3;pointer-events:none;position:absolute;inset:0;overflow:hidden}.line-text-dim{background:var(--editor-bg);opacity:.55;position:absolute;left:0;right:0}.input-panel[data-side=A] .full-line-highlight.line-missing{border-left-color:var(--removed);color:var(--removed);background:linear-gradient(90deg, color-mix(in srgb, var(--removed) 30%, transparent), #ff4da61a 72%, transparent)}.input-panel[data-side=B] .full-line-highlight.line-missing{border-left-color:var(--added);color:var(--added);background:linear-gradient(90deg, color-mix(in srgb, var(--added) 30%, transparent), #1dd8ff1a 72%, transparent)}.full-line-highlight.line-structure{border-left-color:var(--type);color:var(--type);background:linear-gradient(90deg, color-mix(in srgb, var(--type) 30%, transparent), #5578ff1a 72%, transparent)}.full-line-highlight.line-differences{border-left-color:var(--changed);color:var(--changed);background:linear-gradient(90deg, color-mix(in srgb, var(--changed) 32%, transparent), #ff8a4c1c 72%, transparent)}.full-line-highlight.line-invalid{border-left-color:var(--danger);color:var(--danger);background:linear-gradient(90deg, color-mix(in srgb, var(--danger) 36%, transparent), #ff3b6b21 72%, transparent)}.line-gutter{border-right:1px solid var(--border);background:var(--surface);overflow:hidden}.line-gutter>div{padding-top:var(--json-editor-padding);will-change:transform}.line-gutter button{width:100%;height:var(--json-line-height);color:var(--muted);text-align:right;font:11px/var(--json-line-height) ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;cursor:pointer;background:0 0;border:0;border-left:4px solid #0000;padding:0 7px 0 3px;display:block}.line-gutter button.is-active{font-weight:900;box-shadow:inset 0 0 0 1px}.line-gutter button.is-ignored{opacity:.55}.input-panel[data-side=A] .line-gutter .line-missing{border-left-color:var(--removed);background:color-mix(in srgb, var(--removed) 15%, transparent);color:var(--removed)}.input-panel[data-side=B] .line-gutter .line-missing{border-left-color:var(--added);background:color-mix(in srgb, var(--added) 15%, transparent);color:var(--added)}.line-gutter .line-structure{border-left-color:var(--type);background:color-mix(in srgb, var(--type) 15%, transparent);color:var(--type)}.line-gutter .line-differences{border-left-color:var(--changed);background:color-mix(in srgb, var(--changed) 15%, transparent);color:var(--changed)}.line-gutter .line-invalid{border-left-color:var(--danger);background:color-mix(in srgb, var(--danger) 20%, transparent);color:var(--danger)}.json-minimap{border-left:1px solid var(--border);background:color-mix(in srgb, var(--surface) 86%, transparent);position:relative}.minimap-marker{cursor:pointer;border:0;border-radius:2px;width:11px;height:4px;min-height:4px;padding:0;transition:width .12s,left .12s;position:absolute;left:3px;transform:translateY(-2px)}.minimap-marker:hover,.minimap-marker:focus-visible,.minimap-marker.is-active{outline:2px solid var(--text);z-index:2;width:15px;left:1px}.minimap-marker.is-ignored{opacity:.55}.minimap-marker.line-missing{background:var(--removed)}.input-panel[data-side=B] .minimap-marker.line-missing{background:var(--added)}.minimap-marker.line-structure{background:var(--type)}.minimap-marker.line-differences{background:var(--changed)}.minimap-marker.line-invalid{background:var(--danger)}.offscreen-chip{z-index:4;border:1px solid var(--border);background:color-mix(in srgb, var(--surface-2) 92%, transparent);min-height:28px;color:var(--text);opacity:.86;cursor:pointer;white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:5px 9px;font-size:.7rem;font-weight:800;line-height:1;transition:opacity .12s,transform .12s;display:inline-flex;position:absolute;right:10px;box-shadow:0 5px 16px #00000047}.offscreen-chip:hover,.offscreen-chip:focus-visible{opacity:1;transform:scale(1.03)}.chip-above{top:9px}.chip-below{bottom:9px}.chip-dots{align-items:center;gap:3px;padding-right:2px;display:inline-flex}.chip-dots i{width:7px;height:7px;box-shadow:0 0 0 1px color-mix(in srgb, var(--text) 24%, transparent);border-radius:50%}.chip-dots .dot-missing{background:var(--removed)}.input-panel[data-side=B] .chip-dots .dot-missing{background:var(--added)}.chip-dots .dot-structure{background:var(--type)}.chip-dots .dot-differences{background:var(--changed)}.chip-dots .dot-invalid{background:var(--danger)}.error-stepper{z-index:5;border:1px solid var(--border);background:color-mix(in srgb, var(--surface-2) 94%, transparent);min-height:28px;color:var(--muted);opacity:.82;border-radius:999px;align-items:center;gap:4px;padding:3px 5px 3px 8px;font-size:.68rem;font-weight:800;transition:opacity .12s;display:inline-flex;position:absolute;top:50%;right:9px;transform:translateY(-50%);box-shadow:0 5px 16px #00000042}.error-stepper:hover,.error-stepper:focus-within{opacity:1}.error-stepper button{width:23px;height:23px;color:var(--text);cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;padding:0;display:grid}.error-stepper button:hover{background:var(--accent-dark);color:var(--accent)}[data-theme=light] .input-panel textarea,[data-theme=light] input,[data-theme=light] select,[data-theme=light] .export-preview textarea{background:var(--input-bg);color:var(--text)}.panel-tabs{gap:4px;margin-bottom:8px;display:flex}.panel-tabs button{border:1px solid var(--border);background:var(--surface);color:var(--muted);cursor:pointer;padding:6px 12px}.panel-tabs button[aria-selected=true]{background:var(--accent-dark);color:var(--accent)}.find-bar{border:1px solid var(--border);background:var(--surface-2);border-radius:8px;align-items:center;gap:7px;margin-bottom:8px;padding:7px;display:flex}.find-bar label{flex:1}.find-bar input{border:1px solid var(--border);background:var(--bg);border-radius:6px;width:100%;padding:7px}.json-tree{height:var(--json-panel-height);border:1px solid var(--border);background:var(--editor-bg);border-radius:11px;padding:14px;font:12px/1.65 ui-monospace,monospace;overflow:auto}.tree-with-navigation{position:relative}[data-theme=light] .json-tree{background:var(--editor-bg)}.tree-node{border-left:1px solid var(--border);margin-left:14px;padding-left:9px}.tree-node>summary{cursor:pointer}.tree-leaf{margin-left:24px}.tree-highlight{--tree-highlight-color:var(--changed);background:linear-gradient(90deg, color-mix(in srgb, var(--tree-highlight-color) 24%, transparent), color-mix(in srgb, var(--tree-highlight-color) 8%, transparent) 72%, transparent);box-shadow:inset 3px 0 var(--tree-highlight-color);border-radius:5px;margin-block:2px;padding:2px 6px}.input-panel[data-side=A] .tree-highlight-missing{--tree-highlight-color:var(--removed)}.input-panel[data-side=B] .tree-highlight-missing{--tree-highlight-color:var(--added)}.tree-highlight-structure{--tree-highlight-color:var(--type)}.tree-highlight-differences{--tree-highlight-color:var(--changed)}.tree-highlight-invalid{--tree-highlight-color:var(--danger)}.tree-highlight.is-active{outline:1px solid color-mix(in srgb, var(--tree-highlight-color) 82%, white);outline-offset:1px;filter:saturate(1.2)brightness(1.12)}.tree-highlight.is-ignored{opacity:.55}.tree-highlight-badge{border:1px solid color-mix(in srgb, var(--tree-highlight-color) 68%, transparent);background:color-mix(in srgb, var(--tree-highlight-color) 14%, var(--surface));color:color-mix(in srgb, var(--tree-highlight-color) 82%, white);text-transform:uppercase;letter-spacing:.04em;border-radius:999px;align-items:center;margin-left:8px;padding:0 6px;font-size:.62rem;font-weight:800;line-height:1.45;display:inline-flex}.tree-key{color:var(--tree-key)}.value-string{color:var(--added)}.value-number{color:var(--changed)}.value-boolean,.value-null{color:var(--type)}.input-meta{color:var(--muted);justify-content:space-between;gap:12px;margin-top:9px;font-size:.72rem;display:flex}.input-validity.error{color:var(--danger);font-weight:800}.options-bar{border-top:1px solid var(--border);background:var(--panel-tint);grid-template-columns:auto minmax(280px,1fr);align-items:end;gap:28px;padding:18px 22px;display:grid}.highlight-controls{border:0;border-top:1px solid var(--border);background:var(--surface);flex-wrap:wrap;align-items:center;gap:9px;margin:0;padding:12px 22px;display:flex}.highlight-controls legend{float:left;margin-right:12px;font-size:.77rem;font-weight:800}.highlight-controls i{border-radius:50%;width:9px;height:9px;display:inline-block}.legend-pair{color:inherit;align-items:center;gap:4px;display:inline-flex}.legend-a{background:var(--removed)}.legend-b{background:var(--added)}.legend-structure{background:var(--type)}.legend-difference{background:var(--changed)}.select-chip{border:1px solid var(--border);background:color-mix(in srgb, var(--surface-2) 78%, transparent);min-height:34px;color:var(--muted);cursor:pointer;white-space:nowrap;border-radius:999px;align-items:center;gap:7px;padding:7px 11px;font-size:.75rem;font-weight:800;transition:border-color .15s,background .15s,color .15s,transform .15s;display:inline-flex}.select-chip:hover{color:var(--text);transform:translateY(-1px)}.select-chip[aria-pressed=true]{color:var(--text);box-shadow:inset 0 0 0 1px color-mix(in srgb, currentColor 30%, transparent), 0 5px 18px #00000029}.missing-chip[aria-pressed=true]{border-color:color-mix(in srgb, var(--removed) 55%, var(--added));background:linear-gradient(110deg, color-mix(in srgb, var(--removed) 18%, var(--surface)), color-mix(in srgb, var(--added) 18%, var(--surface)))}.structure-chip[aria-pressed=true]{border-color:var(--type);background:color-mix(in srgb, var(--type) 18%, var(--surface))}.difference-chip[aria-pressed=true]{border-color:var(--changed);background:color-mix(in srgb, var(--changed) 18%, var(--surface))}.segmented{border:1px solid var(--border);background:var(--editor-bg);border-radius:9px;margin:0;padding:3px;display:inline-flex}.segmented label{color:var(--muted);cursor:pointer;border-radius:6px;padding:7px 11px;font-size:.78rem;font-weight:700;position:relative}.segmented label:has(input:checked){background:var(--accent-dark);color:var(--accent)}.segmented input{opacity:0;position:absolute}.segmented label:has(input:focus-visible){outline:3px solid var(--accent)}.ignore-field{gap:7px;display:grid}.ignore-field>label,.results-toolbar label>span{font-size:.77rem;font-weight:750}.ignore-field small{color:var(--muted);margin-left:8px;font-weight:500}.ignore-field-controls{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px;display:grid}.ignore-field-note{color:var(--muted);margin:0;font-size:.76rem;font-weight:500}.results-toolbar input[type=search]{border:1px solid var(--border);background:var(--input-bg);border-radius:9px;width:100%;padding:10px 12px}.ignore-field-controls .secondary-button{min-width:74px;min-height:42px}.primary-actions{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:10px;padding:17px 22px;display:flex}.primary-button,.secondary-button{cursor:pointer;border-radius:9px;padding:10px 14px;font-size:.82rem;font-weight:800}.primary-button{border:1px solid var(--accent);background:var(--accent);color:var(--primary-text)}.primary-button:hover{background:var(--primary-hover)}.secondary-button{border:1px solid var(--border);background:var(--surface-2);color:var(--text)}.secondary-button:hover{border-color:var(--control-hover-border)}.status{color:var(--muted);margin:0 0 0 auto;font-size:.8rem}.status.error{color:var(--danger)}.status.success{color:var(--success)}.results{margin-top:22px;padding:22px}.summary-row{flex-wrap:wrap;gap:9px;margin-bottom:18px;display:flex}.comparison-outcome{color:var(--muted);margin:-4px 0 18px;font-size:.84rem}.comparison-outcome strong{color:var(--text);font-size:.94rem}.summary-chip{border:1px solid var(--border);background:var(--surface);cursor:pointer;color:var(--muted);border-radius:999px;padding:7px 11px;font-size:.75rem;font-weight:750}.summary-chip span{margin-right:3px;font-size:.9rem}.summary-chip.added span{color:var(--added)}.summary-chip.removed span{color:var(--removed)}.summary-chip.changed span{color:var(--changed)}.summary-chip.type-changed span{color:var(--type)}.summary-chip.active{background:var(--surface-2);color:var(--text);border-color:currentColor}.ignored-summary{color:var(--muted);align-self:center;font-size:.75rem}.results-toolbar{border:1px solid var(--border);background:var(--surface);border-radius:11px;grid-template-columns:minmax(260px,420px) minmax(0,1fr);align-items:end;gap:18px;margin-bottom:12px;padding:15px;display:grid}.path-filter{gap:7px;display:grid}.filter-chip-row{justify-content:space-between;align-items:center;gap:14px;min-width:0;display:flex}.filter-chip-group{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.filter-chip-group .select-chip i{background:currentColor;border-radius:50%;width:8px;height:8px}.only-a-chip[aria-pressed=true]{border-color:var(--removed);background:color-mix(in srgb, var(--removed) 17%, var(--surface));color:var(--removed)}.only-b-chip[aria-pressed=true]{border-color:var(--added);background:color-mix(in srgb, var(--added) 17%, var(--surface));color:var(--added)}.ignored-chip[aria-pressed=true]{border-color:var(--type);background:color-mix(in srgb, var(--type) 17%, var(--surface));color:var(--type)}.shown-count{color:var(--muted);white-space:nowrap;flex:none;font-size:.76rem}.table-scroll{border:1px solid var(--border);border-radius:11px;overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:900px;font-size:.78rem}th{background:var(--surface-2);color:var(--muted);text-align:left;text-transform:uppercase;letter-spacing:.08em;padding:10px 12px;font-size:.66rem}.finding-group th{border-top:1px solid var(--border);background:color-mix(in srgb, var(--surface-2) 78%, var(--accent) 22%);color:var(--text)}.finding-group small{color:var(--muted);margin-left:6px}td{border-top:1px solid var(--border);vertical-align:top;max-width:340px;padding:12px}td strong{color:var(--code-strong);overflow-wrap:anywhere;margin-bottom:5px;display:block}td code{color:var(--muted);overflow-wrap:anywhere;font-size:.7rem;display:inline-block}td pre{white-space:pre-wrap;overflow-wrap:anywhere;max-height:140px;color:var(--code-muted);margin:0;font:11.5px/1.5 ui-monospace,monospace;overflow:auto}.value-cell .text-button{color:var(--accent);padding-left:0}.note-editor{gap:7px;min-width:230px;display:grid}.note-editor>label>input[type=text]{border:1px solid var(--border);background:var(--input-bg);border-radius:7px;width:100%;padding:7px 8px;font-size:.72rem}.review-status-group{border:0;min-width:0;margin:0;padding:0}.review-status-options{flex-wrap:wrap;gap:5px 10px;display:flex}.review-status-option{color:var(--muted);cursor:pointer;white-space:nowrap;align-items:center;gap:5px;font-size:.69rem;font-weight:700;display:inline-flex}.review-status-option input{width:14px;height:14px;accent-color:var(--accent);cursor:pointer;margin:0;padding:0}.review-status-option:has(input:checked){color:var(--text)}.result-section{border:1px solid var(--border);border-radius:11px;margin-top:14px;overflow:hidden}.result-section>summary{background:var(--surface-2);cursor:pointer;justify-content:space-between;align-items:center;gap:15px;padding:14px 16px;font-weight:800;display:flex}.result-section>summary::marker{content:"";display:none}.result-section>summary::-webkit-details-marker{content:"";display:none}.result-section>summary:focus-visible{outline:3px solid color-mix(in srgb, var(--accent) 70%, white);outline-offset:-3px}.result-section-title{align-items:center;gap:9px;display:inline-flex}.result-section-arrow{border:1px solid color-mix(in srgb, var(--accent) 34%, var(--border));background:color-mix(in srgb, var(--accent) 10%, transparent);width:22px;height:22px;color:var(--accent);transform-origin:50%;border-radius:50%;flex:none;place-items:center;transition:transform .16s;display:inline-grid;transform:rotate(0)}.result-section-arrow svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.25px;width:12px;height:12px;display:block;overflow:visible}.result-section[open] .result-section-arrow{transform:rotate(90deg)}.result-section>summary small{color:var(--muted);font-weight:600}.result-section-meta{flex:none;align-items:center;gap:10px;display:inline-flex}.result-section .table-scroll{border:0;border-top:1px solid var(--border);border-radius:0}.export-preview{border:1px solid var(--border);background:var(--surface);border-radius:18px;margin-top:22px;padding:22px}.export-preview textarea{resize:vertical;border:1px solid var(--border);background:var(--editor-bg);border-radius:10px;width:100%;min-height:420px;padding:16px;font:12px/1.6 ui-monospace,monospace}.kind-pill,.ignored-pill{text-transform:uppercase;border-radius:5px;padding:3px 6px;font-size:.65rem;font-weight:800;display:inline-block}.kind-pill.added{color:var(--added);background:color-mix(in srgb, var(--added) 12%, var(--surface))}.kind-pill.removed{color:var(--removed);background:color-mix(in srgb, var(--removed) 12%, var(--surface))}.kind-pill.changed{color:var(--changed);background:color-mix(in srgb, var(--changed) 12%, var(--surface))}.kind-pill.type-changed{color:var(--type);background:color-mix(in srgb, var(--type) 12%, var(--surface))}.ignored-pill{background:var(--surface-2);color:var(--muted);margin-left:8px}.ignored-row{opacity:.55}.selected-row{background:color-mix(in srgb, var(--accent) 10%, transparent)}.empty-state{border:1px dashed var(--border);text-align:center;color:var(--muted);border-radius:11px;padding:50px 20px}.empty-state h3{color:var(--text)}.warning{color:var(--changed)}footer{color:var(--muted);text-align:center;padding:24px 4px 0;font-size:.76rem}.scroll-top{z-index:20;border:1px solid var(--accent);background:var(--accent-dark);color:var(--accent);cursor:pointer;border-radius:999px;padding:10px 14px;font-weight:800;position:fixed;bottom:22px;right:22px}.inline-curl{border:1px solid var(--border);background:var(--surface);border-radius:10px;margin-top:14px;padding:12px}.inline-curl>label{color:var(--muted);margin-bottom:7px;font-size:.72rem;font-weight:750;display:block}.inline-curl>div{grid-template-columns:1fr auto auto;align-items:start;gap:8px;display:grid}.inline-curl textarea{resize:vertical;height:72px;min-height:72px;padding:9px}.modal-backdrop{z-index:100;background:var(--overlay-bg);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);place-items:center;padding:20px;display:grid;position:fixed;inset:0}.add-modal{border:1px solid var(--modal-border);background:var(--surface);width:min(680px,100%);max-height:calc(100vh - 40px);box-shadow:0 30px 100px var(--modal-shadow);border-radius:16px;padding:24px;overflow:auto}.add-modal h2,.add-modal h3{margin:0}.add-modal>p{color:var(--muted);line-height:1.5}.modal-close{font-size:1.5rem}.modal-leg{border:1px solid var(--border);background:var(--editor-bg);border-radius:11px;gap:10px;padding:16px;display:grid}.modal-leg textarea{resize:vertical;border:1px solid var(--border);background:var(--bg);border-radius:9px;width:100%;min-height:130px;padding:12px;font:12px/1.55 ui-monospace,monospace}.modal-separator{color:var(--muted);text-align:center;text-transform:uppercase;letter-spacing:.12em;padding:10px;font-size:.68rem;font-weight:800}.security-note{color:var(--muted);margin:0;font-size:.74rem;line-height:1.5}.visually-hidden{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}@media (max-width:850px){main{padding-top:24px}.hero{display:block}.privacy-badge{margin:20px 0 0 62px;display:inline-block}.input-grid{grid-template-columns:1fr}.input-panel+.input-panel{border-left:0;border-top:1px solid var(--border)}.options-bar{grid-template-columns:1fr}.results-toolbar{grid-template-columns:1fr;align-items:start}.filter-chip-row{align-items:flex-start}.status{width:100%;margin:4px 0 0}.inline-curl>div{grid-template-columns:1fr auto}.inline-curl textarea{grid-column:1/-1}.hero-actions{margin-top:18px}.highlight-controls legend{width:100%;margin:0 0 4px}.results-heading{flex-direction:column;align-items:flex-start}.export-actions{width:100%}.export-actions .secondary-button{flex:180px}}@media (max-width:520px){.filter-chip-row{flex-direction:column}.filter-chip-group{width:100%}.filter-chip-group .select-chip{flex:auto;justify-content:center}.input-panel{padding:15px}.panel-heading{flex-direction:column;align-items:flex-start}.editor-with-gutter{grid-template-columns:42px minmax(0,1fr) 16px}.find-bar{flex-wrap:wrap}.find-bar label{flex-basis:calc(100% - 46px)}.offscreen-chip{right:7px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.result-section-arrow{transition:none}}
