:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--hp-blue: #2563eb;--hp-navy: #0f172a;--hp-muted: #6b7280;--hp-border: #e5e7eb;--hp-light: #f3f4f6;--hp-radius: 8px}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}:root{--bg: #f6f8fa;--surface: #ffffff;--surface-2: #f8fafc;--surface-3: #f1f5f9;--text: #0f172a;--text-muted: #6b7280;--text-subtle: #94a3b8;--heading: #0f172a;--border: #e2e8f0;--border-strong:#cbd5e1;--input-bg: #ffffff;--input-border: #d1d5db;--code-bg: #f6f8fa;--accent: #2563eb;--accent-hover: #1d4ed8;--success: #16a34a;--warning: #d97706;--danger: #dc2626;--stripe-tint: #eff6ff;--stripe-gray: #f8fafc;--shadow: rgba(0, 0, 0, .07);--shadow-strong:rgba(0, 0, 0, .12);--hp-blue: #2563eb;--hp-navy: #0f172a;--hp-muted: #6b7280;--hp-border: #e5e7eb;--hp-light: #f3f4f6;--hp-radius: 8px}@media (prefers-color-scheme: dark){:root{--bg: #0b0f14;--surface: #151b23;--surface-2: #1a2130;--surface-3: #1e2837;--text: #f1f5f9;--text-muted: #94a3b8;--text-subtle: #64748b;--heading: #f1f5f9;--border: #273244;--border-strong:#344563;--input-bg: #1a2130;--input-border: #344563;--code-bg: #1a2130;--accent: #3b82f6;--accent-hover: #2563eb;--success: #4ade80;--warning: #fbbf24;--danger: #f87171;--stripe-tint: #0d1829;--stripe-gray: #0f1520;--shadow: rgba(0, 0, 0, .35);--shadow-strong:rgba(0, 0, 0, .5);--hp-blue: #3b82f6;--hp-navy: #f1f5f9;--hp-muted: #94a3b8;--hp-border: #273244;--hp-light: #1a2130}}html,body,#root{width:100vw;min-height:100vh;margin:0;padding:0;box-sizing:border-box;font-family:Inter,Segoe UI,Arial,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden}#root{display:flex;flex-direction:column}.app-layout{display:flex;flex-direction:column;min-height:100vh}.app-content{flex:1;display:flex;flex-direction:column}@media (prefers-color-scheme: dark){html,body,#root{background:var(--bg);color:var(--text)}.page-card,.markdown-body,.diff-card,.compare-texts-card,.file-compare-section,.upload-section.unified{background:var(--surface);color:var(--text);box-shadow:0 4px 24px var(--shadow)}.upload-pane{background:var(--surface-2);color:var(--text)}.upload-pane h2{color:var(--heading)}.file-indicator{color:#90caf9}.next-btn{background:#1976d2;color:#fff}.next-btn:hover{background:#1565c0}.success{color:#56d364}.error{color:#f85149}.notfound-container{background:#161b22;color:#f0f6fc}.notfound-actions a{color:#58a6ff}}*,*:before,*:after{transition:background-color .2s ease,border-color .2s ease,color .2s ease}#root{max-width:none;margin:0;padding:0;text-align:left}.container{width:100%;min-height:100vh;display:flex;flex-direction:column;padding:0;margin:0}.md-table-container{overflow-x:auto;margin:1rem 0;border-radius:8px;background:transparent;padding:.25rem}.md-table{width:100%;border-collapse:collapse;min-width:560px;background:var(--md-table-bg, #ffffff)}.md-table th,.md-table td{padding:.75rem 1rem;border-bottom:1px solid rgba(0,0,0,.06);text-align:left}.md-thead th{background:linear-gradient(180deg,#f6f8fae6,#eceff1e6);font-weight:700;color:#111827}.md-table tr:nth-child(odd) td{background:#00000003}.md-table tr:hover td{background:#2563eb08}@media (prefers-color-scheme: dark){.md-table{--md-table-bg: #0b0b0b}.md-table th,.md-table td{border-bottom:1px solid rgba(255,255,255,.04);color:#e5e7eb}.md-thead th{background:#ffffff05}}.upload-section{display:flex;gap:2rem;margin-bottom:2rem}.upload-section.unified{display:flex;gap:2rem;justify-content:center;margin-bottom:2rem}.upload-pane{background:var(--surface-2);border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px var(--shadow);min-width:260px;flex:1}.dropzone{border:2px dashed var(--border-strong);border-radius:8px;padding:1.5rem;background:var(--input-bg);cursor:pointer;margin-bottom:1rem;color:var(--text-muted);transition:border-color .15s,background .15s}.dropzone:hover{border-color:var(--accent);background:var(--stripe-tint)}.progress-bar{width:100%;background:var(--surface-3);border-radius:4px;height:8px;margin:.5rem 0;overflow:hidden}.progress{width:100%;height:100%;background:#4caf50;animation:progress-anim 1s linear infinite alternate}@keyframes progress-anim{0%{width:10%}to{width:100%}}.error{color:#d32f2f;font-weight:700}.success{color:#388e3c;font-weight:700}.trees{display:flex;gap:2rem;width:100%;justify-content:center}.trees.compare-mode{display:flex;gap:2vw;width:100%;justify-content:center;align-items:flex-start;flex-wrap:wrap}.tree{flex:1 1 350px;min-width:280px;max-width:420px;background:#f8fafd;border-radius:12px;box-shadow:0 2px 12px #0000000a;padding:1.2rem .7rem;margin-bottom:2rem}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.react-diff-viewer{margin:2rem 0;max-width:none;font-family:Fira Mono,Consolas,monospace;font-size:.95rem;text-align:left!important;margin-left:0!important;margin-right:0!important;color:#0f172a}@media (prefers-color-scheme: dark){.react-diff-viewer{color:#e6edf3;--diff-text-color: #e6edf3}}.inline-diff-flex,.diff-card{text-align:left!important;display:flex;flex-wrap:wrap;overflow-x:auto}.summary{background:#f5f5f5;border-radius:8px;padding:1rem 2rem;margin:1rem auto;max-width:600px;box-shadow:0 2px 8px #0000000a;text-align:left}.summary h3{margin-top:0}.summary ul{list-style:none;padding:0}.summary li{margin-bottom:.5rem}.summary button{margin-right:1rem;margin-top:1rem;padding:.5rem 1.2rem;border:none;border-radius:4px;background:#1976d2;color:#fff;cursor:pointer;font-weight:600}.summary button:hover{background:#1565c0}.welcome{margin-bottom:2rem;text-align:center}.welcome h1{font-size:2.5rem;margin-bottom:.5rem}.welcome p{color:#555;font-size:1.1rem}.next-btn{margin:2rem auto 0;display:block;padding:.8rem 2.2rem;font-size:1.1rem;background:#1976d2;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600;box-shadow:0 2px 8px #0000000a;transition:background .2s}.next-btn:hover{background:#1565c0}.compare-header{display:flex;align-items:center;margin-bottom:1rem}.back-btn{background:none;border:none;color:#1976d2;font-size:1.1rem;cursor:pointer;font-weight:600;margin-right:1rem}.summary-btn{background:#eee;border:none;border-radius:4px;color:#1976d2;font-weight:600;padding:.5rem 1.2rem;cursor:pointer;margin-left:1rem}.summary-btn:hover{background:#e3e3e3}.modal-overlay{position:fixed;inset:0;background:#00000040;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;border-radius:10px;padding:2rem;min-width:60vw;max-width:90vw;max-height:90vh;overflow:auto;box-shadow:0 4px 32px #0000002e;position:relative}.close-modal{background:none;border:none;color:#e53935;font-size:1.3rem;cursor:pointer;padding:0 .5rem;border-radius:4px;transition:background .13s}.close-modal:hover{background:#ffeaea}.file-indicator{margin:.5rem 0 1rem;color:#1976d2;font-size:1rem;font-weight:500;word-break:break-all}.inline-diff{margin:2rem 0;max-width:none;background:#fff;border-radius:10px;box-shadow:0 2px 16px #00000014;padding:2rem 1rem 1rem;position:relative}.inline-diff .close-modal{position:absolute;top:1rem;right:1rem}.donate-cta{position:fixed;bottom:100px;right:32px;z-index:1000;margin:0;text-align:right}@media (max-width: 600px){.donate-cta{right:12px;bottom:80px}}.navbar{width:100vw;left:0;right:0;margin:0;padding:0 2vw;background:#fff;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 12px #0000000a;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100;min-height:64px}.navbar-left,.navbar-right{display:flex;align-items:center}.navbar-title{font-size:1.4rem;font-weight:700;color:#1a237e;text-decoration:none;margin-right:2rem;letter-spacing:.5px}.navbar-link{color:#232323;text-decoration:none;margin:0 .7rem;font-size:1.08rem;font-weight:500;padding:.5rem 1rem;border-radius:6px;transition:background .15s,color .15s;position:relative}.navbar-link:hover,.navbar-dropdown-toggle:hover,.navbar-link:focus{background:#e3eafc;color:#1a237e}.navbar-dropdown{position:relative;display:inline-block}.navbar-dropdown-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center}.navbar-dropdown-menu{position:absolute;top:110%;right:0;background:#fff;border:1px solid #e0e0e0;border-radius:8px;min-width:220px;box-shadow:0 8px 32px #0000001a;z-index:1000;padding:.5rem 0;animation:fadeIn .18s}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.navbar-dropdown-item{display:block;padding:.7rem 1.5rem;color:#232323;text-decoration:none;font-size:1.05rem;border:none;background:none;width:100%;text-align:left;cursor:pointer;transition:background .13s}.navbar-dropdown-item:hover,.navbar-dropdown-item:focus{background:#e3eafc;color:#1a237e}@media (max-width: 900px){.navbar{flex-direction:column;align-items:flex-start;min-height:56px;padding:0 1vw;width:100vw;position:relative}.navbar-left{width:100vw;justify-content:space-between;display:flex;align-items:center}.navbar-mobile-toggle{display:block;margin-left:auto}.navbar-right{flex-direction:column;align-items:flex-start;width:100vw;background:#fff;position:absolute;top:100%;left:0;box-shadow:0 8px 32px #0000001a;border-bottom-left-radius:8px;border-bottom-right-radius:8px;z-index:1001;display:none}.navbar-right[style*=flex]{display:flex!important}.navbar-link,.navbar-dropdown-toggle{width:100vw;margin:.2rem 0;padding:.7rem 1rem;color:#232323;background:#fff;border-bottom:1px solid #eee}.navbar-link:hover,.navbar-link:focus{background:#e3eafc;color:#1a237e}.navbar-dropdown-menu{left:0;right:auto;min-width:180px}}.page-card,.markdown-body,.diff-card,.compare-texts-card{max-width:none;margin:2.5rem clamp(16px,4vw,48px);padding:2.5rem 2rem 2rem;background:var(--surface);border-radius:16px;box-shadow:0 4px 24px var(--shadow);text-align:left;font-size:1.13rem;line-height:1.7;color:var(--text);width:auto;box-sizing:border-box}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{color:var(--heading)}.markdown-body p{color:var(--text)}.markdown-body a{color:var(--accent)}.markdown-body a:hover{text-decoration:underline}.markdown-body code{background:var(--code-bg);border:1px solid var(--border);border-radius:4px;padding:.1em .4em;font-size:.88em;color:var(--text)}.markdown-body pre{background:var(--code-bg);border:1px solid var(--border);border-radius:8px;padding:1rem;overflow-x:auto}.markdown-body pre code{background:transparent;border:none;padding:0;font-size:.875em;color:var(--text)}.markdown-body blockquote{border-left:3px solid var(--border-strong);padding-left:1rem;color:var(--text-muted);margin-left:0}.markdown-body hr{border:none;border-top:1px solid var(--border);margin:1.5rem 0}@media (max-width: 900px){.page-card,.markdown-body,.diff-card,.compare-texts-card{margin:1.2rem .5rem;padding:1.2rem .5rem}}.file-compare-section,.upload-section.unified{width:auto;max-width:none;margin:2.5rem clamp(16px,4vw,48px);display:flex;flex-direction:column;background:var(--surface);border-radius:16px;box-shadow:0 4px 24px var(--shadow);padding:2.5rem 2rem 2rem;box-sizing:border-box}@media (max-width: 900px){.file-compare-section,.upload-section.unified{margin:1.2rem .5rem;padding:1.2rem .5rem}}.file-compare-upload-row{display:flex;gap:2vw;width:100%;justify-content:center;align-items:flex-start;flex-wrap:wrap}.file-compare-upload-pane{flex:1 1 350px;min-width:220px;max-width:420px;background:#f8fafd;border-radius:12px;box-shadow:0 2px 12px #0000000a;padding:1.2rem .7rem;margin-bottom:2rem}.upload-section.unified{flex-direction:row;flex-wrap:wrap;gap:2rem;justify-content:center;align-items:flex-start}.diff-card pre,.inline-diff-flex pre{background:#fff;border:1px solid #eee;border-radius:4px;padding:8px;overflow-x:auto;word-break:break-word;white-space:pre-wrap;color:#0f172a}@media (prefers-color-scheme: dark){.diff-card pre,.inline-diff-flex pre{background:#0d1117;border-color:#30363d;color:#e6edf3}}.report-modal-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem}.report-modal{background:#fff;border-radius:12px;padding:2rem 1.75rem 1.75rem;width:100%;max-width:440px;box-shadow:0 8px 40px #0000002e;position:relative}.report-modal h3{margin:0 0 1.25rem;font-size:1.1rem;color:#1a237e}.report-modal label{display:block;font-size:.875rem;font-weight:600;margin:.75rem 0 .25rem;color:#374151}.report-modal input,.report-modal textarea{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.95rem;font-family:inherit;box-sizing:border-box;transition:border-color .15s}.report-modal input:focus,.report-modal textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.report-modal textarea{min-height:110px;resize:vertical}.report-modal button[type=submit]{margin-top:1.25rem;width:100%;padding:.65rem 1rem;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s,opacity .15s}.report-modal button[type=submit]:disabled{opacity:.55;cursor:not-allowed}.report-modal button[type=submit]:not(:disabled):hover{background:#1d4ed8}.report-success{text-align:center;padding:1rem 0}.report-success-icon{font-size:2rem;margin-bottom:.75rem}.report-success p{color:#374151;margin:0 0 1.25rem}.report-done-btn{padding:.5rem 1.5rem;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;font-size:.95rem;cursor:pointer}.report-done-btn:hover{background:#e5e7eb}.report-sending{display:flex;align-items:center;justify-content:center;gap:.5rem}.report-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.related-tools{max-width:none;margin:60px clamp(16px,4vw,48px) 0;padding:40px 0;border-top:1px solid var(--border)}.related-tools h2,.related-tools h3{font-size:20px;font-weight:600;margin-bottom:24px;color:var(--heading)}.related-tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.related-tool-card{display:block;padding:16px;border:1px solid var(--border);border-radius:8px;background:var(--surface);text-decoration:none;transition:all .2s ease}.related-tool-card:hover{border-color:var(--accent);box-shadow:0 3px 16px #2563eb26;transform:translateY(-2px)}.related-tool-card h3,.related-tool-card h4{font-size:16px;font-weight:600;margin:0 0 8px;color:var(--accent)}.related-tool-card p{font-size:14px;margin:0 0 8px;color:var(--text-muted);line-height:1.5}.related-tool-card a{font-size:.88rem;font-weight:600;color:var(--accent);text-decoration:none}.related-tool-card a:hover{text-decoration:underline}@media (prefers-color-scheme: dark){.related-tool-card:hover{border-color:#58a6ff;box-shadow:0 3px 16px #58a6ff26}}.compare-workspace{display:flex;flex-direction:row;align-items:flex-start;padding:0;width:100%;box-sizing:border-box}.compare-left-panel{flex:0 0 268px;width:268px;position:sticky;top:64px;height:calc(100vh - 64px);display:flex;flex-direction:column;background:#f9fafb;border-right:1px solid #e2e8f0;overflow:hidden}.compare-left-header{display:flex;align-items:center;justify-content:space-between;padding:.6rem .75rem .5rem;border-bottom:1px solid #e2e8f0;background:#f1f5f9;flex-shrink:0}.compare-left-title{font-size:.7rem;font-weight:800;letter-spacing:.1em;color:#64748b;text-transform:uppercase}.compare-left-actions{display:flex;gap:.25rem}.ux-explorer{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.ux-search-row{display:flex;align-items:center;gap:.4rem;padding:.5rem .6rem;border-bottom:1px solid #e2e8f0;flex-shrink:0}.ux-search-icon{font-size:.95rem;color:#94a3b8;flex-shrink:0}.ux-search-input{flex:1;border:none;background:transparent;font-size:.82rem;color:#0f172a;outline:none;font-family:inherit}.ux-search-clear{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:.75rem;padding:0 2px;line-height:1}.ux-filter-row{display:flex;gap:3px;padding:.4rem .5rem;border-bottom:1px solid #e2e8f0;flex-shrink:0;flex-wrap:wrap}.ux-filter-btn{padding:.2rem .45rem;border:1px solid #e2e8f0;border-radius:4px;background:transparent;font-size:.73rem;font-weight:600;cursor:pointer;color:#64748b;transition:background .12s,color .12s;white-space:nowrap}.ux-filter-btn.ux-filter-active{background:#1e293b;color:#f8fafc;border-color:#1e293b}.ux-filter-btn.ux-filter-modified{color:#b45309}.ux-filter-btn.ux-filter-added{color:#15803d}.ux-filter-btn.ux-filter-removed{color:#b91c1c}.ux-filter-btn.ux-filter-same{color:#64748b}.ux-filter-btn.ux-filter-modified.ux-filter-active{background:#92400e;border-color:#92400e;color:#fef3c7}.ux-filter-btn.ux-filter-added.ux-filter-active{background:#14532d;border-color:#14532d;color:#dcfce7}.ux-filter-btn.ux-filter-removed.ux-filter-active{background:#991b1b;border-color:#991b1b;color:#fee2e2}.ux-filter-btn.ux-filter-same.ux-filter-active{background:#334155;border-color:#334155;color:#f1f5f9}.ux-tree-scroll{flex:1;overflow-y:auto;padding:.4rem 0}.ux-folder-row{display:flex;align-items:center;gap:.25rem;padding:3px 8px;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.82rem;font-weight:600;color:#334155;border-radius:4px;margin:0 4px}.ux-folder-row:hover{background:#e2e8f0}.ux-chevron{font-size:.65rem;color:#94a3b8;flex-shrink:0;width:10px;text-align:center}.ux-folder-icon{font-size:.85rem;flex-shrink:0}.ux-folder-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ux-file-row{display:flex;align-items:center;padding:3px 8px;cursor:pointer;font-size:.8rem;color:#475569;border-radius:4px;margin:0 4px;gap:.25rem}.ux-file-row:hover{background:#e8eef6}.ux-file-row.ux-file-selected{background:#dbeafe;color:#1d4ed8;font-weight:600}.ux-file-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ux-status-icon{flex-shrink:0;font-size:.72rem;font-weight:700;width:14px;text-align:center}.ux-s-modified{color:#d97706}.ux-s-added{color:#16a34a}.ux-s-removed{color:#dc2626}.ux-s-same{color:#94a3b8}.ux-summary-bar{display:flex;gap:.6rem;flex-wrap:wrap;padding:.45rem .75rem;border-top:1px solid #e2e8f0;background:#f1f5f9;flex-shrink:0}.ux-sum{font-size:.72rem;font-weight:700}.ux-sum-modified{color:#d97706}.ux-sum-added{color:#16a34a}.ux-sum-removed{color:#dc2626}.ux-sum-same{color:#94a3b8}.compare-diff-panel{flex:1;min-width:0}.diff-header.sticky-diff-header{display:flex;align-items:center;gap:.75rem;padding:.6rem 1rem;background:#f8fafd;border-bottom:1px solid #e2e8f0;position:sticky;top:64px;z-index:9;flex-wrap:wrap}.diff-path{font-family:ui-monospace,Fira Mono,monospace;font-size:.82rem;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.diff-file-status{font-size:.75rem;font-weight:700;padding:.15rem .5rem;border-radius:4px;white-space:nowrap;flex-shrink:0}.diff-file-status.ux-s-modified{background:#fef3c7}.diff-file-status.ux-s-added{background:#dcfce7}.diff-file-status.ux-s-removed{background:#fee2e2}.diff-file-status.ux-s-same{background:#f1f5f9}.diff-file-status.ux-s-unchanged{background:#f1f5f9;color:#64748b}.diff-nav{display:flex;align-items:center;gap:.4rem;flex-shrink:0}.diff-nav-btn{padding:.25rem .6rem;border:1px solid var(--border);border-radius:5px;background:var(--surface);font-size:.78rem;font-weight:600;cursor:pointer;color:var(--text);transition:background .12s}.diff-nav-btn:hover:not(:disabled){background:var(--surface-2)}.diff-nav-btn:disabled{opacity:.4;cursor:not-allowed}.diff-nav-count{font-size:.78rem;color:#6b7280;white-space:nowrap}.compare-diff-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;color:#9ca3af;gap:.75rem}.compare-diff-placeholder-icon{font-size:2.5rem;opacity:.4}.compare-diff-placeholder p{font-size:1rem;margin:0}.compare-controls{display:flex;gap:.5rem;padding:.75rem clamp(16px,4vw,48px) .5rem}.expand-btn{padding:.3rem .6rem;border:1px solid var(--border);border-radius:5px;background:var(--surface-2);color:var(--text-muted);font-size:.85rem;cursor:pointer;transition:background .12s;line-height:1}.expand-btn:hover{background:var(--surface-3);border-color:var(--border-strong);color:var(--text)}@media (max-width: 768px){.compare-workspace{flex-direction:column}.compare-left-panel{position:static;height:auto;max-height:50vh;width:100%;flex:none;border-right:none;border-bottom:1px solid #e2e8f0}}@media (prefers-color-scheme: dark){.compare-left-panel{background:#0d1117;border-right-color:#21262d}.compare-left-header{background:#161b22;border-bottom-color:#21262d}.compare-left-title{color:#6e7681}.ux-search-row{border-bottom-color:#21262d}.ux-search-input{color:#e6edf3}.ux-filter-row{border-bottom-color:#21262d}.ux-filter-btn{border-color:#30363d;color:#8b949e}.ux-filter-btn.ux-filter-active{background:#f0f6fc;color:#0d1117;border-color:#f0f6fc}.ux-folder-row{color:#c9d1d9}.ux-folder-row:hover{background:#21262d}.ux-file-row{color:#8b949e}.ux-file-row:hover{background:#1c2128}.ux-file-row.ux-file-selected{background:#1d3557;color:#79c0ff}.ux-summary-bar{background:#161b22;border-top-color:#21262d}.diff-header.sticky-diff-header{background:#161b22;border-bottom-color:#21262d}.diff-path{color:#e6edf3}.diff-nav-btn{background:var(--surface-2);border-color:var(--border);color:var(--text)}.diff-nav-btn:hover:not(:disabled){background:var(--surface-3)}.diff-file-status.ux-s-modified{background:#341a00;color:#fbbf24}.diff-file-status.ux-s-added{background:#0f2a1a;color:#4ade80}.diff-file-status.ux-s-removed{background:#2a0f0f;color:#f87171}.diff-file-status.ux-s-same{background:#1c2128;color:#6e7681}.compare-diff-placeholder{color:#6e7681}}.ab-workspace{background:var(--surface);border-radius:12px;box-shadow:0 2px 16px var(--shadow);overflow:hidden;box-sizing:border-box}.ab-panes{display:flex;min-height:220px}.ab-pane{flex:1;display:flex;flex-direction:column;min-width:0;border-right:1px solid var(--border)}.ab-pane:last-child{border-right:none}.ab-pane-header{padding:.4rem 1rem;font-size:.72rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:var(--text-muted);background:var(--surface-2);border-bottom:1px solid var(--border);flex-shrink:0}.ab-pane-body{flex:1;display:flex;flex-direction:column}.ab-dropzone{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;padding:2.5rem 1.5rem;cursor:pointer;text-align:center;transition:background .15s;-webkit-user-select:none;user-select:none;min-height:180px}.ab-dropzone:hover,.ab-dropzone.dragging{background:#eff6ff}.ab-drop-icon{font-size:2rem;opacity:.45}.ab-drop-text{margin:0;font-size:.9rem;color:var(--text-muted)}.ab-drop-or{font-size:.78rem;color:var(--text-subtle)}.ab-choose-btn{padding:.35rem 1.1rem;border:1px solid var(--input-border);border-radius:6px;background:var(--input-bg);font-size:.85rem;font-weight:500;color:var(--text);pointer-events:none}.ab-file-chosen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem;cursor:pointer;text-align:center;transition:background .15s;min-height:180px}.ab-file-chosen:hover,.ab-file-chosen.dragging{background:#f0fdf4}.ab-file-icon{font-size:2rem;opacity:.7}.ab-file-meta{display:flex;flex-direction:column;align-items:center;gap:.1rem}.ab-file-name{font-size:.9rem;font-weight:600;color:var(--text);word-break:break-all;max-width:220px;text-align:center}.ab-file-size{font-size:.78rem;color:var(--text-muted)}.ab-drop-hint{margin:0;font-size:.72rem;color:var(--text-subtle)}.ab-textarea{flex:1;resize:none;border:none;padding:.875rem 1rem;font-family:ui-monospace,Fira Mono,monospace;font-size:.875rem;line-height:1.6;background:transparent;outline:none;color:var(--text);min-height:280px;width:100%;box-sizing:border-box}.ab-textarea::placeholder{color:var(--text-subtle)}.ab-action-bar{display:flex;align-items:center;justify-content:center;padding:1rem 1.5rem;background:var(--surface-2);border-top:1px solid var(--border);gap:1rem}.ab-compare-btn{padding:.65rem 2.5rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s,opacity .15s}.ab-compare-btn:hover:not(:disabled){background:#1d4ed8}.ab-compare-btn:disabled{opacity:.45;cursor:not-allowed}.ab-error{padding:.5rem 1rem;font-size:.875rem}@media (max-width: 640px){.ab-panes{flex-direction:column}.ab-pane{border-right:none;border-bottom:1px solid var(--border)}.ab-pane:last-child{border-bottom:none}}@media (prefers-color-scheme: dark){.ab-dropzone:hover,.ab-dropzone.dragging,.ab-file-chosen:hover,.ab-file-chosen.dragging{background:var(--surface-3)}}.compare-view-tabs{display:flex;align-items:center;gap:.5rem;padding:.75rem clamp(16px,4vw,48px) 0;border-bottom:1px solid #e2e8f0;background:#f9fafb}.view-tab{padding:.4rem 1rem;border:1px solid #d1d5db;border-radius:6px 6px 0 0;border-bottom:none;background:#f1f5f9;color:#64748b;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .12s,color .12s;position:relative;bottom:-1px}.view-tab:hover{background:#e2e8f0;color:#1e293b}.view-tab.active{background:#fff;color:#1e293b;border-color:#e2e8f0;border-bottom-color:#fff}.compare-view-hint{margin-left:auto;font-size:.78rem;color:#94a3b8;font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:40%}.compare-structure-left{flex:0 0 400px;width:400px;position:sticky;top:64px;height:calc(100vh - 64px);display:flex;flex-direction:column;background:#f9fafb;border-right:1px solid #e2e8f0;overflow:hidden}.structure-view-controls{display:flex;align-items:center;justify-content:space-between;padding:.55rem .75rem;border-bottom:1px solid #e2e8f0;background:#f1f5f9;flex-shrink:0}.structure-trees-row{flex:1;display:flex;overflow:hidden;min-height:0}.structure-tree-col{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0;border-right:1px solid #e2e8f0}.structure-tree-col:last-child{border-right:none}.structure-tree-header{padding:.35rem .6rem;font-size:.68rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:#64748b;background:#f1f5f9;border-bottom:1px solid #e2e8f0;flex-shrink:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.structure-tree-scroll{flex:1;overflow-y:auto;padding:.3rem 0}.dv-outer{width:100%;box-sizing:border-box}.dv-header{position:sticky;top:64px;z-index:9;background:#f8fafd;border-bottom:1px solid #e2e8f0}.dv-header-top{display:flex;align-items:center;gap:.75rem;padding:.6rem 1rem;flex-wrap:wrap}.dv-title{font-family:ui-monospace,Fira Mono,monospace;font-size:.82rem;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.dv-col-labels{display:flex;background:#f0f4f8;border-top:1px solid #e2e8f0}.dv-col-label{flex:1;padding:.35rem 1rem;font-size:.75rem;font-weight:700;color:#374151;text-transform:uppercase;letter-spacing:.06em}.dv-col-label+.dv-col-label{border-left:1px solid #e2e8f0}.dv-identical-row{display:flex;width:100%;box-sizing:border-box}.dv-file-pane{flex:1 1 0;min-width:0;overflow-x:auto;border-right:1px solid #e2e8f0}.dv-file-pane:last-child{border-right:none}.fd-wrapper{width:100%;box-sizing:border-box}.fd-col-headers{display:flex;border-bottom:1px solid #e2e8f0;background:#f0f4f8}.fd-col-label{flex:1;padding:.4rem 1rem;font-size:.8rem;font-weight:700;color:#374151;text-transform:uppercase;letter-spacing:.06em}.fd-col-label+.fd-col-label{border-left:1px solid #e2e8f0}.fd-identical-row{display:flex;width:100%;box-sizing:border-box}.fd-file-pane{flex:1 1 0;min-width:0;overflow-x:auto;border-right:1px solid #e2e8f0}.fd-file-pane:last-child{border-right:none}.fd-pre{margin:0;padding:.75rem 1rem;font-family:ui-monospace,Fira Mono,monospace;font-size:.85rem;line-height:1.55;white-space:pre;word-break:normal;color:#0f172a;background:transparent;min-width:max-content}.fd-empty{color:#9ca3af;font-style:italic}.fd-message{padding:1.5rem;color:#6b7280;font-size:.95rem}.fd-error{color:#dc2626}.diff-scroll-wrapper{width:100%;overflow-x:auto;box-sizing:border-box}.diff-scroll-wrapper .diff{min-width:100%}.diff-scroll-wrapper .diff-code-content{white-space:pre;word-break:normal}.cf-page{padding:0 0 3rem}.cf-hero{text-align:center;padding:2.5rem clamp(16px,4vw,48px) 2rem;max-width:800px;margin:0 auto}.cf-hero h1{font-size:2rem;font-weight:800;color:#0f172a;margin-bottom:.75rem}.cf-hero p{font-size:1rem;color:#374151;line-height:1.7;margin:0 0 .5rem}.cf-trust{font-size:.875rem!important;color:#6b7280!important}.cf-faq{padding:2.5rem clamp(16px,4vw,48px) 0;border-top:1px solid var(--border);margin-top:2rem}.cf-faq h2{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--heading)}.cf-faq-item{margin-bottom:1.5rem}.cf-faq-item h3{font-size:1rem;font-weight:600;color:var(--heading);margin:0 0 .4rem}.cf-faq-item p{color:var(--text-muted);margin:0;line-height:1.6}.cf-faq-item code{background:var(--code-bg);border:1px solid var(--border);border-radius:4px;padding:.1em .4em;font-size:.88em;color:var(--text)}.cf-faq-item a{color:var(--accent);text-decoration:none;font-weight:500}.cf-faq-item a:hover{text-decoration:underline}.tool-page-cta-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:1rem clamp(16px,4vw,48px);background:var(--stripe-tint);border-bottom:1px solid var(--border)}.tool-page-cta-desc{margin:0;font-size:.92rem;color:var(--text-muted);max-width:70ch;line-height:1.5}.tool-page-cta-btn{flex-shrink:0;white-space:nowrap}.json-mode-bar{display:flex;align-items:center;gap:.75rem;padding:.6rem 1rem;border-bottom:1px solid var(--border);background:var(--surface-2)}.json-mode-label{font-size:.78rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.json-mode-tabs{display:flex;gap:4px}.json-mode-tab{padding:.25rem .75rem;border:1px solid var(--border);border-radius:6px;background:transparent;color:var(--text-muted);font-size:.82rem;font-weight:600;cursor:pointer;transition:background .12s,color .12s,border-color .12s;white-space:nowrap}.json-mode-tab.active{background:var(--accent);border-color:var(--accent);color:#fff}.json-mode-tab:not(.active):hover{background:var(--surface-3);color:var(--text)}.tool-hero{padding:2.5rem clamp(16px,4vw,48px) 0;display:flex;flex-direction:column;gap:1.5rem}.tool-hero-text{text-align:center}.tool-hero-text h1{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;color:var(--heading);margin:0 0 .5rem;line-height:1.15}.tool-hero-desc{font-size:1.05rem;color:var(--text-muted);margin:0;max-width:60ch;margin-inline:auto;line-height:1.6}.tool-hero-preview{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:0 4px 24px var(--shadow);max-height:320px;overflow-y:auto}.tool-hero-cta-row{display:flex;flex-direction:column;align-items:center;gap:.6rem}.tool-hero-cta-btn{font-size:1rem;padding:.75rem 2rem}.tool-hero-trust{font-size:.82rem;color:var(--text-muted)}@media (prefers-color-scheme: dark){.fd-col-headers{background:#161b22;border-bottom-color:#21262d}.fd-col-label{color:#8b949e}.fd-col-label+.fd-col-label{border-left-color:#21262d}.fd-file-pane{border-right-color:#21262d}.fd-pre{color:#e6edf3}.fd-empty{color:#6e7681}.fd-message{color:#8b949e}.fd-error{color:#f85149}.dv-header{background:#161b22;border-bottom-color:#21262d}.dv-title{color:#e6edf3}.dv-col-labels{background:#161b22;border-top-color:#21262d}.dv-col-label{color:#8b949e}.dv-col-label+.dv-col-label{border-left-color:#21262d}.dv-file-pane{border-right-color:#21262d}.compare-view-tabs{background:#0d1117;border-bottom-color:#21262d}.view-tab{background:#161b22;border-color:#30363d;color:#8b949e}.view-tab:hover{background:#21262d;color:#e6edf3}.view-tab.active{background:#0d1117;color:#e6edf3;border-color:#21262d;border-bottom-color:#0d1117}.compare-view-hint{color:#6e7681}.compare-structure-left{background:#0d1117;border-right-color:#21262d}.structure-view-controls{background:#161b22;border-bottom-color:#21262d}.structure-tree-col{border-right-color:#21262d}.structure-tree-header{background:#161b22;border-bottom-color:#21262d;color:#6e7681}.cf-hero h1{color:var(--heading)}.cf-hero p{color:var(--text-muted)}.diff-scroll-wrapper{--diff-background-color: #151b23;--diff-text-color: #e6edf3;--diff-gutter-insert-background-color: #0f2a1a;--diff-gutter-insert-text-color: #56d364;--diff-gutter-delete-background-color: #2a0f0f;--diff-gutter-delete-text-color: #f85149;--diff-code-insert-background-color: #0d1f12;--diff-code-insert-text-color: #e6edf3;--diff-code-insert-edit-background-color: #1a4d2a;--diff-code-delete-background-color: #1f0d0d;--diff-code-delete-text-color: #e6edf3;--diff-code-delete-edit-background-color: #4d1a1a;--diff-gutter-selected-background-color: #2d2a00;--diff-code-selected-background-color: #2d2a00;--diff-selection-background-color: #1c3a6e}}:root{--diff-background-color:initial;--diff-text-color:initial;--diff-font-family:Consolas,Courier,monospace;--diff-selection-background-color:#b3d7ff;--diff-selection-text-color:var(--diff-text-color);--diff-gutter-insert-background-color:#d6fedb;--diff-gutter-insert-text-color:var(--diff-text-color);--diff-gutter-delete-background-color:#fadde0;--diff-gutter-delete-text-color:var(--diff-text-color);--diff-gutter-selected-background-color:#fffce0;--diff-gutter-selected-text-color:var(--diff-text-color);--diff-code-insert-background-color:#eaffee;--diff-code-insert-text-color:var(--diff-text-color);--diff-code-delete-background-color:#fdeff0;--diff-code-delete-text-color:var(--diff-text-color);--diff-code-insert-edit-background-color:#c0dc91;--diff-code-insert-edit-text-color:var(--diff-text-color);--diff-code-delete-edit-background-color:#f39ea2;--diff-code-delete-edit-text-color:var(--diff-text-color);--diff-code-selected-background-color:#fffce0;--diff-code-selected-text-color:var(--diff-text-color);--diff-omit-gutter-line-color:#cb2a1d}.diff{background-color:var(--diff-background-color);border-collapse:collapse;color:var(--diff-text-color);table-layout:fixed;width:100%}.diff::-moz-selection{background-color:#b3d7ff;background-color:var(--diff-selection-background-color);color:var(--diff-text-color);color:var(--diff-selection-text-color)}.diff::selection{background-color:#b3d7ff;background-color:var(--diff-selection-background-color);color:var(--diff-text-color);color:var(--diff-selection-text-color)}.diff td{padding-bottom:0;padding-top:0;vertical-align:top}.diff-line{font-family:Consolas,Courier,monospace;font-family:var(--diff-font-family);line-height:1.5}.diff-gutter>a{color:inherit;display:block}.diff-gutter{cursor:pointer;padding:0 1ch;text-align:right;-webkit-user-select:none;-moz-user-select:none;user-select:none}.diff-gutter-insert{background-color:#d6fedb;background-color:var(--diff-gutter-insert-background-color);color:var(--diff-text-color);color:var(--diff-gutter-insert-text-color)}.diff-gutter-delete{background-color:#fadde0;background-color:var(--diff-gutter-delete-background-color);color:var(--diff-text-color);color:var(--diff-gutter-delete-text-color)}.diff-gutter-omit{cursor:default}.diff-gutter-selected{background-color:#fffce0;background-color:var(--diff-gutter-selected-background-color);color:var(--diff-text-color);color:var(--diff-gutter-selected-text-color)}.diff-code{word-wrap:break-word;padding:0 0 0 .5em;white-space:pre-wrap;word-break:break-all}.diff-code-edit{color:inherit}.diff-code-insert{background-color:#eaffee;background-color:var(--diff-code-insert-background-color);color:var(--diff-text-color);color:var(--diff-code-insert-text-color)}.diff-code-insert .diff-code-edit{background-color:#c0dc91;background-color:var(--diff-code-insert-edit-background-color);color:var(--diff-text-color);color:var(--diff-code-insert-edit-text-color)}.diff-code-delete{background-color:#fdeff0;background-color:var(--diff-code-delete-background-color);color:var(--diff-text-color);color:var(--diff-code-delete-text-color)}.diff-code-delete .diff-code-edit{background-color:#f39ea2;background-color:var(--diff-code-delete-edit-background-color);color:var(--diff-text-color);color:var(--diff-code-delete-edit-text-color)}.diff-code-selected{background-color:#fffce0;background-color:var(--diff-code-selected-background-color);color:var(--diff-text-color);color:var(--diff-code-selected-text-color)}.diff-widget-content{vertical-align:top}.diff-gutter-col{width:7ch}.diff-gutter-omit{height:0}.diff-gutter-omit:before{background-color:#cb2a1d;background-color:var(--diff-omit-gutter-line-color);content:" ";display:block;height:100%;margin-left:4.6ch;overflow:hidden;white-space:pre;width:2px}.diff-decoration{line-height:1.5;-webkit-user-select:none;-moz-user-select:none;user-select:none}.diff-decoration-content{font-family:Consolas,Courier,monospace;font-family:var(--diff-font-family);padding:0}:root{--nav-bg: #0d1117;--nav-border: #21262d;--nav-text: #8b949e;--nav-text-hover: #f0f6fc;--nav-hover-bg: #21262d;--nav-accent: #58a6ff}.navbar{background-color:var(--nav-bg);border-bottom:1px solid var(--nav-border);box-shadow:0 1px #f0f6fc0f;position:sticky;top:0;z-index:1000;width:100%}.navbar-container{max-width:min(1500px,calc(100% - 48px));margin:0 auto;padding:0 12px;display:flex;align-items:center;justify-content:space-between;height:60px}.navbar-brand{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:var(--nav-text-hover)}.navbar-logo{height:32px;width:auto}.navbar-title{font-family:ui-monospace,Cascadia Code,Fira Code,monospace;font-size:1.08rem;font-weight:700;color:var(--nav-accent)}.navbar-toggle{display:none;font-size:1.4rem;background:none;border:1px solid var(--nav-border);border-radius:6px;cursor:pointer;color:var(--nav-text);padding:4px 8px}.navbar-links{display:flex;gap:2px;align-items:center}.navbar-links a{text-decoration:none;color:var(--nav-text);font-weight:500;font-size:.88rem;padding:.42rem .9rem;border-radius:6px;transition:background-color .15s,color .15s;white-space:nowrap}.navbar-links a:hover{background-color:var(--nav-hover-bg);color:var(--nav-text-hover)}.navbar-report-link{font-size:.84rem;color:#6e7681!important}.navbar-report-link:hover{color:var(--nav-text-hover)!important}.navbar-compare-btn{display:inline-flex;align-items:center;background:#238636;color:#fff!important;padding:.42rem 1rem;border-radius:6px;font-weight:600;font-size:.86rem;text-decoration:none;border:1px solid rgba(240,246,252,.1);margin-left:8px;transition:background .15s;white-space:nowrap}.navbar-compare-btn:hover{background:#2ea043!important;color:#fff!important}@media (max-width: 768px){.navbar-toggle{display:block}.navbar-links{width:100%;flex-direction:column;align-items:flex-start;padding:8px 0 12px;display:none;background:var(--nav-bg);border-top:1px solid var(--nav-border)}.navbar-links.open{display:flex}.navbar-links a{width:100%;padding:.65rem 1rem}.navbar-compare-btn{width:100%;margin-left:0;justify-content:center}.navbar-container{flex-wrap:wrap;height:auto;padding:.6rem 0}}@media (min-width: 1600px){.navbar-title{font-size:1.15rem}}} .navbar-links a{font-size:1.1rem}} .site-footer{background:#0d1117;border-top:1px solid #21262d;color:#8b949e;width:100%;margin-top:auto}.footer-inner{width:min(1440px,calc(100% - 64px));margin-inline:auto;padding:52px 0 28px}.footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}.footer-logo{display:flex;align-items:center;gap:8px;font-family:ui-monospace,Cascadia Code,Fira Code,monospace;font-size:1.1rem;font-weight:700;color:#f0f6fc;margin-bottom:12px}.footer-logo-icon{color:#58a6ff;font-size:1.15rem;letter-spacing:-1px}.footer-tagline{color:#8b949e;font-size:.86rem;line-height:1.65;margin:0 0 18px}.footer-social{display:flex;gap:8px}.footer-social a{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #30363d;border-radius:6px;color:#8b949e;text-decoration:none;font-size:.88rem;font-weight:700;transition:border-color .15s,color .15s,background .15s}.footer-social a:hover{border-color:#58a6ff;color:#58a6ff;background:#58a6ff12}.footer-col{display:flex;flex-direction:column;gap:9px}.footer-col-title{font-weight:700;font-size:.74rem;color:#f0f6fc;text-transform:uppercase;letter-spacing:.1em;margin-bottom:4px}.footer-col a{color:#8b949e;text-decoration:none;font-size:.86rem;transition:color .15s}.footer-col a:hover{color:#58a6ff}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:22px;border-top:1px solid #21262d;font-size:.8rem;flex-wrap:wrap;gap:8px}.footer-bottom-right{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.footer-stack{font-family:ui-monospace,monospace;font-size:.76rem;color:#484f58;background:#161b22;padding:2px 8px;border-radius:4px;border:1px solid #30363d}@media (max-width: 960px){.footer-top{grid-template-columns:1fr 1fr}}@media (max-width: 600px){.footer-inner{width:calc(100% - 32px);padding:36px 0 20px}.footer-top{grid-template-columns:1fr;gap:28px}.footer-bottom{flex-direction:column;align-items:flex-start}}.notfound-container{background-color:#fff;display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;padding:2rem;color:#fff;text-align:center}.notfound-box{background:#fff;padding:2.5rem;border-radius:12px;max-width:700px;width:100%;box-shadow:0 8px 20px #0006}.notfound-title{font-size:1.9rem;font-weight:700;margin-bottom:1rem;color:#334155}.notfound-text{font-size:1.1rem;margin:.6rem 0;line-height:1.5;color:#55585c}.highlight{color:#7895a0;font-weight:600}.spinning{animation:spin-pulse 1s ease-in-out infinite alternate;font-size:1.2rem;color:#334155}@keyframes spin-pulse{0%{transform:rotate(-2deg) scale(1)}to{transform:rotate(2deg) scale(1.02)}}.notfound-actions{margin-top:2rem;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.notfound-actions a{background-color:#334155;color:#f8fafc;text-decoration:none;padding:.7rem 1.4rem;border-radius:8px;font-weight:500;transition:background-color .2s ease}.notfound-actions a:hover{background-color:#475569}.nf-divider{height:1px;background-color:#374151;margin:2rem 0 1.5rem}.nf-chat-button{background-color:#000;color:#f9fafb;border:none;padding:.6rem 1.4rem;border-radius:6px;font-size:.95rem;cursor:pointer;transition:background-color .2s ease;font-family:Fira Code,Courier New,monospace}.nf-chat-button:hover{background-color:#1d4ed8}.nf-chat{background-color:#0f172a;border:1px solid #334155;border-radius:6px;padding:1rem;margin-top:1rem;font-size:.95rem;font-family:Fira Code,Courier New,monospace;line-height:1.5}.nf-msg{padding:.4rem .8rem;border-radius:4px;margin-bottom:.6rem;word-wrap:break-word;max-width:100%}.nf-msg.user{background-color:#1e293b;color:#e0f2fe;text-align:right;border-left:3px solid #38bdf8}.nf-msg.bot{background-color:#2d3748;color:#fbcfe8;text-align:left;border-left:3px solid #f472b6}.fade-in{animation:fadeIn .5s ease-in forwards;opacity:0}@keyframes fadeIn{to{opacity:1}}:root{--clr-bg: #ffffff;--clr-text: #1f2937;--clr-muted: #6b7280;--clr-link: #2563eb;--clr-border: #e5e7eb;--clr-hover: #f3f4f6;--transition: .16s ease;--radius: 8px}.blog-index-container{max-width:none;margin:3rem clamp(16px,4vw,48px);padding-inline:0;font-family:Inter,sans-serif;color:var(--clr-text)}.blog-index-header{text-align:center;margin-bottom:2.5rem}.blog-index-header h1{font-size:2rem;font-weight:800}.subtitle{font-size:1rem;color:var(--clr-muted);margin-top:.5rem}.blog-search{margin-top:1.5rem;padding:.65rem 1rem;border:1px solid var(--clr-border);border-radius:var(--radius);font-size:1rem;width:100%;max-width:400px;margin-inline:auto;display:block}.blog-search:focus{outline:none;border-color:var(--clr-link)}.blog-card-list{display:flex;flex-direction:column}.blog-row-card{display:grid;grid-template-columns:40px 1fr 2fr;align-items:start;padding:1rem;border:1px solid var(--clr-border);border-radius:var(--radius);text-decoration:none;text-align:left;color:var(--clr-text);background:var(--clr-bg);transition:background-color var(--transition),box-shadow var(--transition)}.blog-row-card:hover,.blog-row-card:focus-visible{background-color:var(--clr-hover);text-decoration:underline;box-shadow:0 2px 8px #0000000a}.blog-col{padding-right:1rem;font-size:.95rem;line-height:1.4}.index-col{font-weight:600;color:var(--clr-muted)}.title-col{font-weight:600;color:var(--clr-link)}.desc-col{color:var(--clr-muted)}.no-results{text-align:left;color:var(--clr-muted);font-style:italic;margin-top:2rem}@media (prefers-color-scheme: dark){:root{--clr-bg: #151b23;--clr-text: #f1f5f9;--clr-muted: #94a3b8;--clr-link: #58a6ff;--clr-border: #273244;--clr-hover: #1a2130}.blog-index-header h1{color:#f1f5f9}.blog-search{background-color:#1a2130;color:#f1f5f9;border-color:#273244}.blog-search::placeholder{color:#64748b}.blog-row-card{background-color:#151b23;border-color:#273244}.blog-row-card:hover{background-color:#1a2130}}.qc-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px;max-width:none;margin:0;box-shadow:0 2px 12px #0f172a0d}.qc-inputs{display:flex;gap:12px}.qc-col{flex:1;display:flex;flex-direction:column;gap:6px}.qc-col-label{font-size:.82rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.qc-textarea{width:100%;min-height:180px;padding:10px;border-radius:8px;border:1px solid #e2e8f0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Courier New,monospace;font-size:.87rem;resize:vertical;box-sizing:border-box;background:#f9fafb;color:#0f172a;line-height:1.55}.qc-textarea:focus{outline:none;border-color:#2563eb;background:#fff;box-shadow:0 0 0 2px #2563eb1a}.qc-actions{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:14px;flex-wrap:wrap}.qc-full-tool-link{font-size:.88rem;font-weight:600;color:var(--accent);text-decoration:none}.qc-full-tool-link:hover{text-decoration:underline}.qc-diff{margin-top:16px;border-top:1px solid #e2e8f0;padding-top:12px;text-align:left}@media (max-width: 600px){.qc-inputs{flex-direction:column}}@media (prefers-color-scheme: dark){.qc-container{background:#161b22;border-color:#21262d;box-shadow:0 2px 12px #00000059}.qc-col-label{color:#6e7681}.qc-textarea{background:#0d1117;border-color:#30363d;color:#f0f6fc}.qc-textarea:focus{border-color:#58a6ff;background:#0d1117;box-shadow:0 0 0 2px #58a6ff26}.qc-actions .hp-cta-primary{background:#238636}.qc-actions .hp-cta-primary:hover{background:#2ea043}.qc-diff{border-top-color:#21262d;color:#f0f6fc}.qc-full-tool-link{color:#58a6ff}.qc-diff pre{background:#0d1117;border-color:#30363d;color:#e6edf3}.qc-diff h3,.qc-diff h4{color:#58a6ff}}.hp-root{width:100%;overflow-x:hidden}.hp-stripe.hp-hero-stripe{background:radial-gradient(ellipse 80% 50% at 60% 40%,rgba(37,99,235,.07) 0%,transparent 70%),linear-gradient(180deg,#0d1117,#0f172a 55%,#fff)}.hp-inner{width:min(1440px,calc(100% - 64px));margin-inline:auto;padding:80px 0}.hp-hero-inner{padding:52px 0 72px}.hp-stripe{width:100%}.hp-stripe-blue{background:#eff6ff}.hp-stripe-gray{background:#f8fafc}.hp-stripe-navy{background:linear-gradient(135deg,#0f172a,#1e3a8a 55%,#1d4ed8)}.hp-section-heading{font-size:clamp(1.6rem,2.6vw,2.25rem);font-weight:800;color:#0f172a;margin:0 0 8px}.hp-section-sub{color:#6b7280;font-size:1.05rem;margin:0 0 40px;line-height:1.55}.hp-cta-primary,.home-cta{display:inline-block;padding:.72rem 1.3rem;border-radius:10px;background:var(--hp-blue);color:#fff;text-decoration:none;font-weight:700;font-size:.97rem;border:none;cursor:pointer;transition:background .15s;text-align:left}.hp-cta-primary:hover,.home-cta:hover{background:#1d4ed8}.hp-cta-secondary,.home-cta.secondary{display:inline-block;padding:.72rem 1.3rem;border-radius:10px;background:transparent;color:var(--hp-blue);text-decoration:none;font-weight:700;font-size:.97rem;border:2px solid rgba(37,99,235,.25);cursor:pointer;text-align:left}.hp-cta-outline{display:inline-block;padding:.72rem 1.3rem;border-radius:10px;background:transparent;color:#fff;text-decoration:none;font-weight:700;font-size:.97rem;border:2px solid rgba(255,255,255,.45)}.hp-container{width:min(1440px,calc(100% - 64px));margin-inline:auto}.hp-section{margin-top:clamp(56px,7vw,88px)}.hp-center{text-align:center}.hp-section h2{font-size:clamp(1.35rem,2.4vw,1.85rem);color:#0f172a;margin:0 0 6px;font-weight:800}.hp-muted{color:#6b7280;margin:0 0 24px;font-size:1rem}.hp-hero{display:grid;grid-template-columns:45fr 55fr;gap:56px;align-items:start;min-height:600px}.hp-hero-left{display:flex;flex-direction:column;padding-top:8px}.hp-hero-eyebrow{font-family:ui-monospace,Cascadia Code,Fira Code,monospace;font-size:.76rem;font-weight:600;color:#4ade80;text-transform:uppercase;letter-spacing:.18em;margin-bottom:20px}.hp-hero-left h1{font-size:clamp(2.6rem,4.4vw,4rem);font-weight:900;color:#f0f6fc;line-height:1.05;margin:0 0 20px}.hp-blue{color:#58a6ff}.hp-subtitle{color:#8b949e;font-size:clamp(1rem,1.5vw,1.12rem);margin:0 0 32px;max-width:50ch;line-height:1.7}.hp-hero-ctas{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:32px}.hp-trust-badges{display:grid;grid-template-columns:1fr 1fr;gap:10px 24px}.hp-badge{display:flex;align-items:center;gap:8px}.hp-badge-icon{font-size:.95rem}.hp-badge-label{font-weight:600;font-size:.84rem;color:#8b949e}.hero-diff-preview{background:#fff;border-radius:14px;box-shadow:0 16px 64px #0f172a24,0 2px 10px #0f172a0f;border:1px solid #e2e8f0;display:flex;flex-direction:column;min-height:500px;overflow:hidden}.hero-diff-header{display:flex;justify-content:space-between;align-items:center;padding:12px 18px;background:#f9fafb;border-bottom:1px solid #e2e8f0;flex-shrink:0}.hero-diff-title{font-weight:600;font-size:.9rem;color:#0f172a}.hero-diff-badge{background:#eff6ff;color:#2563eb;font-size:.75rem;padding:3px 10px;border-radius:20px;font-weight:700}.hero-diff-body{flex:1;overflow:auto;min-height:0}.hero-diff-footer{padding:11px 18px;border-top:1px solid #e2e8f0;background:#f9fafb;flex-shrink:0}.hero-diff-stats{font-size:.8rem;color:#6b7280}.hp-tools-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:40px;text-align:left}.hp-tool-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:28px 24px;box-shadow:0 2px 10px #0f172a0a;transition:box-shadow .15s,transform .15s;text-decoration:none;color:inherit;display:block}.hp-tool-card:hover{box-shadow:0 8px 36px #0f172a1a;transform:translateY(-3px)}.hp-tool-icon{font-size:2.2rem;margin-bottom:14px}.hp-tool-card h3{margin:0 0 8px;font-size:1.1rem;color:#0f172a;font-weight:700}.hp-tool-card p{margin:0 0 16px;color:#6b7280;font-size:.92rem;line-height:1.6}.hp-link{color:#2563eb;text-decoration:none;font-weight:600;font-size:.9rem}.hp-link:hover{text-decoration:underline}.hp-steps{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:28px;flex-wrap:wrap}.hp-step{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:32px 28px;flex:1;max-width:340px;text-align:center}.hp-step-num{width:32px;height:32px;background:var(--hp-blue);color:#fff;border-radius:50%;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 10px;font-size:.88rem}.hp-step-icon{font-size:1.4rem;margin-bottom:8px}.hp-step-title{font-weight:700;color:var(--hp-navy);margin-bottom:4px;font-size:.97rem}.hp-step-desc{color:var(--hp-muted);font-size:.85rem;line-height:1.45}.hp-step-arrow{font-size:1.3rem;color:var(--hp-muted);flex-shrink:0}.hp-action-container{display:grid;grid-template-columns:200px 1fr;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;margin-top:40px;background:#fff;box-shadow:0 4px 32px #0f172a12;min-height:520px;text-align:left}.hp-action-tree{border-right:1px solid var(--hp-border);background:var(--hp-light);padding:12px 0}.hp-action-tree-title{font-weight:700;font-size:.75rem;color:var(--hp-muted);padding:0 12px 8px;text-transform:uppercase;letter-spacing:.06em}.hp-tree-item{font-size:.78rem;padding:3px 12px;color:var(--hp-navy);font-family:ui-monospace,monospace;white-space:nowrap;cursor:default}.hp-tree-item.indent{padding-left:22px}.hp-tree-item.indent2{padding-left:34px}.hp-tree-item.indent3{padding-left:46px}.hp-tree-item.active{background:#eff6ff;color:var(--hp-blue);font-weight:600;border-left:3px solid var(--hp-blue)}.hp-action-diff{display:flex;flex-direction:column;min-width:0}.hp-action-diff-header{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;border-bottom:1px solid var(--hp-border);font-weight:600;font-size:.86rem;background:#f9fafb;flex-wrap:wrap;gap:6px}.hp-action-diff-body{overflow:auto;max-height:340px}.hp-action-meta{margin-top:14px;color:var(--hp-muted);font-size:.88rem}.hp-stat-badge{display:inline-block;padding:2px 8px;border-radius:20px;font-size:.75rem;font-weight:600;margin-left:4px}.hp-stat-badge.modified{background:#fef3c7;color:#92400e}.hp-stat-badge.added{background:#dcfce7;color:#166534}.hp-stat-badge.removed{background:#fee2e2;color:#991b1b}.hp-features-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin-top:40px;text-align:left}.hp-feature{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:24px 20px}.hp-feature-icon{font-size:1.6rem;margin-bottom:10px;display:block}.hp-feature-title{font-weight:700;color:#0f172a;margin-bottom:6px;font-size:.97rem}.hp-feature-desc{color:#6b7280;font-size:.87rem;line-height:1.5}.hp-usecases-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;margin-top:40px;text-align:left}.hp-usecase{background:#fff;border:1px solid var(--hp-border);border-radius:var(--hp-radius);padding:16px}.hp-usecase-icon{font-size:1.3rem;margin-bottom:6px}.hp-usecase-title{font-weight:700;color:var(--hp-navy);margin-bottom:4px;font-size:.92rem}.hp-usecase-desc{color:var(--hp-muted);font-size:.83rem;line-height:1.4}.hp-tech-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.hp-tech-left h2{font-size:clamp(1.2rem,2vw,1.6rem);color:var(--hp-navy);margin:0 0 16px;font-weight:800}.hp-tech-badges{display:flex;flex-wrap:wrap;gap:8px}.hp-tech-badge{padding:4px 10px;border-radius:6px;font-size:.79rem;font-weight:600;background:#f1f5f9;color:var(--hp-navy)}.hp-tech-badge.java{background:#fff7ed;color:#c2410c}.hp-tech-badge.spring{background:#f0fdf4;color:#15803d}.hp-tech-badge.js{background:#fefce8;color:#854d0e}.hp-tech-badge.ts{background:#eff6ff;color:#1d4ed8}.hp-tech-badge.react{background:#f0f9ff;color:#0369a1}.hp-tech-badge.angular{background:#fef2f2;color:#b91c1c}.hp-tech-badge.vue{background:#f0fdf4;color:#166534}.hp-tech-badge.node{background:#f0fdf4;color:#14532d}.hp-tech-badge.python{background:#eff6ff;color:#1e40af}.hp-tech-badge.django{background:#ecfdf5;color:#065f46}.hp-tech-badge.dotnet{background:#f5f3ff;color:#7c3aed}.hp-tech-badge.php{background:#faf5ff;color:#7e22ce}.hp-tech-badge.css{background:#eff6ff;color:#1d4ed8}.hp-tech-badge.more{background:#f8fafc;color:var(--hp-muted)}.hp-tech-right h3{font-size:1.05rem;color:var(--hp-navy);margin:0 0 14px;font-weight:700}.hp-tech-links-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px 12px}.hp-tech-link{color:var(--hp-blue);text-decoration:none;font-size:.9rem;font-weight:600;padding:7px 10px;border-radius:6px;transition:background .12s;display:flex;align-items:center;justify-content:space-between}.hp-tech-link:hover{background:#eff6ff;text-decoration:none}.hp-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:36px auto 0;max-width:1100px;text-align:left}.hp-faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;overflow:hidden;transition:border-color .12s}.hp-faq-item:hover{border-color:#93c5fd}.hp-faq-item.open{border-color:#2563eb}.hp-faq-q{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;font-weight:600;font-size:.9rem;color:#0f172a;gap:8px}.hp-faq-item.open .hp-faq-q{color:#2563eb}.hp-faq-icon{color:#2563eb;font-size:1rem;flex-shrink:0}.hp-faq-a{padding:0 18px 14px;color:#6b7280;font-size:.87rem;line-height:1.6}.hp-final-cta-inner{width:min(1440px,calc(100% - 64px));margin-inline:auto;padding:clamp(56px,6vw,88px) 0;text-align:center;color:#fff}.hp-final-cta-inner h2{font-size:clamp(1.9rem,3.5vw,2.9rem);margin:0 0 10px;color:#fff;font-weight:900}.hp-final-cta-inner>p{color:#ffffffbf;margin:0 0 32px;font-size:1.1rem}.hp-final-cta-buttons{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:20px}.hp-final-trust{color:#ffffff8c;font-size:.9rem}.hp-cta-white{display:inline-flex;align-items:center;padding:.82rem 1.5rem;border-radius:10px;background:#fff;color:#1e3a8a;text-decoration:none;font-weight:700;font-size:1rem}.hp-footer-inner{width:min(1440px,calc(100% - 64px));margin-inline:auto;padding:48px 0 32px}.hp-footer-top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px;margin-bottom:36px}.hp-footer-logo{font-size:1.1rem;font-weight:800;color:#0f172a;margin-bottom:10px}.hp-footer-brand p{color:#6b7280;font-size:.87rem;line-height:1.55;margin:0 0 14px}.hp-footer-social a{color:#9ca3af;text-decoration:none;font-size:1rem;margin-right:12px}.hp-footer-social a:hover{color:#2563eb}.hp-footer-col-title{font-weight:700;font-size:.78rem;color:#0f172a;margin-bottom:12px;text-transform:uppercase;letter-spacing:.08em}.hp-footer-col{display:flex;flex-direction:column;gap:9px}.hp-footer-col a{color:#6b7280;text-decoration:none;font-size:.87rem}.hp-footer-col a:hover{color:#2563eb}.hp-footer-bottom{display:flex;justify-content:space-between;padding-top:24px;border-top:1px solid #e2e8f0;font-size:.82rem;color:#9ca3af;flex-wrap:wrap;gap:8px}.home-container{max-width:1440px;margin:0 auto;padding:clamp(16px,4vw,48px)}.home-section{margin-top:48px}@media (max-width: 1200px){.hp-usecases-grid,.hp-features-grid{grid-template-columns:repeat(3,1fr)}.hp-tools-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 1024px){.hp-hero{grid-template-columns:1fr;min-height:auto;gap:40px}.hero-diff-preview{min-height:400px}.hp-tech-layout{grid-template-columns:1fr;gap:32px}.hp-footer-top{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.hp-inner{padding:56px 0}.hp-faq-grid{grid-template-columns:1fr}.hp-steps{flex-direction:column;align-items:stretch}.hp-step-arrow{transform:rotate(90deg);align-self:center}.hp-features-grid,.hp-usecases-grid{grid-template-columns:repeat(2,1fr)}.hp-action-container{grid-template-columns:1fr}.hp-action-tree{display:none}.hp-tech-links-grid{grid-template-columns:1fr}}@media (max-width: 600px){.hp-inner{width:calc(100% - 32px);padding:48px 0}.hp-final-cta-inner,.hp-footer-inner{width:calc(100% - 32px)}.hp-tools-grid,.hp-features-grid,.hp-usecases-grid,.hp-footer-top{grid-template-columns:1fr}.hp-hero-left h1{font-size:2.4rem}}@media (prefers-color-scheme: dark){.hp-stripe{background:#0d1117}.hp-stripe-blue{background:#0d1a2e}.hp-stripe-gray{background:#161b22}.hp-section-heading{color:#f0f6fc}.hp-section-sub{color:#8b949e}.hp-tool-card{background:#161b22;border-color:#21262d}.hp-tool-card h3{color:#f0f6fc}.hp-tool-card p{color:#8b949e}.hp-link{color:#58a6ff}.hp-step{background:#161b22;border-color:#21262d}.hp-step-title{color:#f0f6fc}.hp-step-desc{color:#8b949e}.hp-step-arrow{color:#30363d}.hp-action-container{background:#161b22;border-color:#21262d}.hp-action-tree{background:#0d1117;border-right-color:#21262d}.hp-action-tree-title{color:#484f58}.hp-tree-item{color:#c9d1d9}.hp-tree-item.active{background:#0d1a2e;color:#58a6ff;border-left-color:#58a6ff}.hp-action-diff-header{background:#161b22;border-bottom-color:#21262d;color:#f0f6fc}.hp-action-diff-body{color:#c9d1d9}.hp-action-meta{color:#8b949e}.hp-stat-badge.modified{background:#3a2f0b;color:#ffd57e}.hp-stat-badge.added{background:#0d2119;color:#56d364}.hp-stat-badge.removed{background:#2b0f0d;color:#f85149}.hero-diff-preview{background:#161b22;border-color:#21262d}.hero-diff-header{background:#0d1117;border-bottom-color:#21262d}.hero-diff-title{color:#f0f6fc}.hero-diff-footer{background:#0d1117;border-top-color:#21262d}.hero-diff-stats{color:#8b949e}.hp-feature{background:#161b22;border-color:#21262d}.hp-feature-title{color:#f0f6fc}.hp-feature-desc{color:#8b949e}.hp-usecase{background:#161b22;border-color:#21262d}.hp-usecase-title{color:#f0f6fc}.hp-usecase-desc{color:#8b949e}.hp-tech-left h2,.hp-tech-right h3{color:#f0f6fc}.hp-tech-badge{background:#21262d;color:#c9d1d9}.hp-tech-badge.java{background:#2a1a0e;color:#ffa657}.hp-tech-badge.spring{background:#0d2119;color:#56d364}.hp-tech-badge.js{background:#2b220a;color:#ffd57e}.hp-tech-badge.ts{background:#0d1a2e;color:#79c0ff}.hp-tech-badge.react{background:#0d1f2e;color:#79c0ff}.hp-tech-badge.angular{background:#2b0f0d;color:#f85149}.hp-tech-badge.vue{background:#0d2119;color:#56d364}.hp-tech-badge.node{background:#0a1f10;color:#56d364}.hp-tech-badge.python{background:#0d1a2e;color:#79c0ff}.hp-tech-badge.django{background:#0d1f18;color:#3fb950}.hp-tech-badge.dotnet,.hp-tech-badge.php{background:#1e1229;color:#bc8cff}.hp-tech-badge.css{background:#0d1a2e;color:#79c0ff}.hp-tech-badge.more{background:#161b22;color:#484f58}.hp-tech-link{color:#58a6ff}.hp-tech-link:hover{background:#21262d}.hp-cta-primary,.home-cta{background:#238636;color:#fff}.hp-cta-primary:hover,.home-cta:hover{background:#2ea043}.hp-cta-secondary,.home-cta.secondary{color:#58a6ff;border-color:#58a6ff4d}.hp-cta-secondary:hover,.home-cta.secondary:hover{border-color:#58a6ff;background:#58a6ff1a}.hp-faq-item{background:#161b22;border-color:#21262d}.hp-faq-item:hover{border-color:#388bfd}.hp-faq-item.open{border-color:#58a6ff}.hp-faq-q{color:#f0f6fc}.hp-faq-item.open .hp-faq-q{color:#58a6ff}.hp-faq-a{color:#8b949e}.hp-faq-icon{color:#58a6ff}}
