:root{color-scheme:light dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #f6f7f9;--surface: #ffffff;--surface-subtle: #fbfbfc;--surface-strong: #f0f2f5;--text: #111827;--muted: #667085;--muted-strong: #475467;--border: #d9dde5;--border-strong: #c6ccd8;--accent: #2563eb;--accent-strong: #1d4ed8;--accent-soft: #eef4ff;--green: #16803c;--green-bg: #eaf8f0;--amber: #a15c07;--amber-bg: #fff7e6;--red: #c62828;--red-bg: #fff1f1;--code-bg: #0f172a;--code-text: #d8e2f3;--shadow: 0 18px 42px rgba(16, 24, 40, .08)}*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{margin:0;color:var(--text);background:linear-gradient(180deg,#2563eb0d,#f6f7f900 280px),var(--bg)}button,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}h1,h2,h3,p,ol,ul{margin:0}ol,ul{padding-left:20px}li+li{margin-top:7px}.page-shell{width:min(1480px,calc(100% - 32px));margin:0 auto;padding:20px 0 56px}.product-header{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:54px;margin-bottom:24px}.brand{display:flex;align-items:center;gap:12px}.brand-mark{display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--accent);box-shadow:0 1px 2px #1018280d}.brand-mark svg{width:19px;height:19px}.brand-name,.brand-url{display:block}.brand-name{font-size:14px;font-weight:750;line-height:1.2}.brand-url{margin-top:2px;color:var(--muted);font-size:12px;line-height:1.2}.trust-row{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.trust-item{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 10px;border:1px solid rgba(22,128,60,.2);border-radius:999px;background:var(--green-bg);color:#14532d;font-size:12px;font-weight:700}.trust-item svg{width:14px;height:14px}.hero-copy{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,390px);align-items:end;gap:28px;margin-bottom:22px}.utility-label{color:var(--accent);font-size:13px;font-weight:750;line-height:1.4}h1{max-width:960px;margin-top:8px;font-size:clamp(34px,4.8vw,64px);line-height:.98;letter-spacing:0}.subtitle{max-width:880px;margin-top:14px;color:var(--muted-strong);font-size:clamp(16px,1.5vw,19px);line-height:1.58}.privacy-panel{display:grid;gap:6px;padding:14px 16px;border:1px solid var(--border);border-radius:8px;background:#ffffffb8;color:var(--muted-strong);font-size:13px;line-height:1.5}.privacy-panel strong{color:var(--text);font-size:14px}.tool-shell{border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:var(--shadow);overflow:hidden}.preset-strip{display:grid;grid-template-columns:auto repeat(4,minmax(0,1fr));gap:8px;padding:12px;border-bottom:1px solid var(--border);background:var(--surface-subtle)}.preset-heading{align-self:center;color:var(--muted);font-size:12px;font-weight:750;text-transform:uppercase;letter-spacing:0}.preset-button{display:grid;gap:2px;min-height:54px;padding:9px 10px;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--text);text-align:left;cursor:pointer}.preset-button span{overflow:hidden;font-size:13px;font-weight:750;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.preset-button small{overflow:hidden;color:var(--muted);font-size:11px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.preset-button:hover,.preset-button-active{border-color:#2563eb6b;background:var(--accent-soft)}.toolbar{display:flex;flex-wrap:wrap;gap:8px;padding:10px 12px;border-bottom:1px solid var(--border);background:var(--surface)}.toolbar-spacer{flex:1 1 auto}.action-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:36px;padding:0 11px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);font-size:13px;font-weight:750;cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease}.action-button:hover:not(:disabled){border-color:var(--border-strong);background:var(--surface-strong)}.action-button:disabled{cursor:not-allowed;opacity:.45}.action-button svg{width:16px;height:16px}.action-button-primary{border-color:var(--accent);background:var(--accent);color:#fff}.action-button-primary:hover:not(:disabled){border-color:var(--accent-strong);background:var(--accent-strong)}.workspace-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:560px}.editor-panel{display:flex;min-width:0;flex-direction:column;background:var(--surface)}.editor-panel+.editor-panel{border-left:1px solid var(--border)}.panel-header,.panel-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:42px;padding:0 14px;border-bottom:1px solid var(--border);background:var(--surface-subtle)}.panel-header h2{font-size:13px;line-height:1.2}.panel-header span,.panel-footer{color:var(--muted);font-size:12px;line-height:1.25}.panel-footer{min-height:34px;border-top:1px solid var(--border);border-bottom:0}.textarea-wrap{position:relative;display:flex;flex:1}textarea{position:relative;z-index:1;width:100%;min-height:520px;flex:1;resize:vertical;border:0;outline:0;padding:16px;background:transparent;color:var(--text);font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:13px;line-height:1.62;-moz-tab-size:2;tab-size:2}textarea[readonly]{color:var(--code-text);background:var(--code-bg)}textarea::placeholder{color:transparent}.empty-state{position:absolute;top:16px;right:16px;bottom:16px;left:16px;z-index:0;color:var(--muted);font-size:13px;line-height:1.55;pointer-events:none}.status-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 14px;border-top:1px solid var(--border);background:var(--surface-subtle)}.status{display:inline-flex;align-items:center;gap:8px;font-size:13px}.status svg{width:17px;height:17px}.status-valid{color:var(--green)}.status-repaired{color:var(--amber)}.status-error{color:var(--red)}.char-count{color:var(--muted);font-size:12px}.diagnostic-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;padding:12px;border-top:1px solid var(--border);background:var(--surface)}.diagnostic-card{display:grid;align-content:start;gap:10px;min-height:92px;padding:12px;border:1px solid var(--border);border-radius:7px;background:var(--surface-subtle);color:var(--muted-strong);font-size:13px;line-height:1.5}.diagnostic-title{display:flex;align-items:center;gap:7px;color:var(--text);font-size:13px;font-weight:750}.diagnostic-title svg{width:16px;height:16px}.diagnostic-card ul{padding-left:18px}.diagnostic-error{grid-column:1 / -1;border-color:#c628283d;background:var(--red-bg);color:#7f1d1d}.label-list{display:flex;flex-wrap:wrap;gap:7px}.label-list span{display:inline-flex;min-height:26px;align-items:center;padding:0 9px;border:1px solid rgba(37,99,235,.2);border-radius:999px;background:var(--accent-soft);color:var(--accent-strong);font-size:12px;font-weight:700}.content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:28px}.content-section,.faq-item,.long-tail-section{border:1px solid var(--border);border-radius:8px;background:#ffffffc2;padding:18px}.content-section h2,.long-tail-section h2,.faq-section h2{font-size:20px;line-height:1.25}.content-section p,.content-section li,.faq-item p,.long-tail-grid span{color:var(--muted-strong);font-size:14px;line-height:1.65}.content-section p,.content-section ol,.content-section ul,.before-after{margin-top:12px}.before-after{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.before-after pre{overflow:auto;margin:0;min-height:130px;padding:12px;border-radius:7px;background:var(--code-bg);color:var(--code-text);font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px;line-height:1.55}.long-tail-section{margin-top:16px}.long-tail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:14px}.long-tail-grid a{display:grid;gap:6px;min-height:112px;padding:13px;border:1px solid var(--border);border-radius:7px;background:var(--surface)}.long-tail-grid a:hover{border-color:#2563eb73;background:var(--accent-soft)}.long-tail-grid strong{font-size:14px;line-height:1.3}.faq-section{margin-top:28px}.faq-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:14px}.faq-item h3{font-size:15px;line-height:1.35}.faq-item p{margin-top:9px}@media(prefers-color-scheme:dark){:root{--bg: #090b10;--surface: #11141b;--surface-subtle: #151923;--surface-strong: #1b2130;--text: #f5f7fb;--muted: #98a2b3;--muted-strong: #c1cad8;--border: #252d3b;--border-strong: #344054;--accent: #60a5fa;--accent-strong: #93c5fd;--accent-soft: rgba(37, 99, 235, .16);--green: #7ee2a8;--green-bg: rgba(22, 128, 60, .14);--amber: #f4bd5f;--amber-bg: rgba(161, 92, 7, .14);--red: #ff8a8a;--red-bg: rgba(198, 40, 40, .16);--code-bg: #070a10;--code-text: #d9e3f3;--shadow: 0 18px 42px rgba(0, 0, 0, .3)}body{background:linear-gradient(180deg,#2563eb1f,#090b1000 280px),var(--bg)}.privacy-panel,.content-section,.faq-item,.long-tail-section{background:#11141bd1}.trust-item{color:var(--green)}}@media(max-width:1120px){.hero-copy,.content-grid,.faq-grid{grid-template-columns:1fr}.long-tail-grid,.preset-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.preset-heading{grid-column:1 / -1}}@media(max-width:900px){.product-header{align-items:flex-start;flex-direction:column}.trust-row{justify-content:flex-start}.workspace-grid,.diagnostic-grid,.before-after{grid-template-columns:1fr}.editor-panel+.editor-panel{border-top:1px solid var(--border);border-left:0}textarea{min-height:360px}}@media(max-width:640px){.page-shell{width:min(100% - 20px,1480px);padding:14px 0 36px}h1{font-size:38px}.subtitle{font-size:15px}.preset-strip,.toolbar,.long-tail-grid{grid-template-columns:1fr}.toolbar{display:grid}.toolbar-spacer{display:none}.action-button{width:100%;min-height:40px}.panel-header,.panel-footer{align-items:flex-start;flex-direction:column;gap:4px;min-height:auto;padding:10px 12px}textarea{min-height:300px;padding:13px;font-size:12px}.empty-state{top:13px;right:13px;bottom:13px;left:13px}.status-row{align-items:flex-start;flex-direction:column}}
