:root{color-scheme:light;--ink:#17211d;--muted:#66736d;--line:#dce4df;--paper:#fff;--canvas:#f5f7f5;--green:#176c4c;--green-dark:#0f5539;--mint:#e8f4ed;--shadow:0 18px 48px rgba(25,53,39,.08);font-family:Inter,"Segoe UI",Arial,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--canvas);color:var(--ink);line-height:1.55}.shell{width:min(1100px,calc(100% - 40px));margin:0 auto}.topbar{height:70px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none;font-weight:750;letter-spacing:-.02em}.brand-mark{width:30px;height:30px;border-radius:9px;background:var(--green);display:grid;place-items:center;color:#fff;font-family:Georgia,serif;font-size:18px}.local{font-size:13px;color:var(--muted);display:flex;align-items:center;gap:8px}.local-dot{width:8px;height:8px;border-radius:50%;background:#2d9b6a;box-shadow:0 0 0 3px #dff0e6}.tool{margin:28px 0 30px;padding:26px;background:var(--paper);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.tool-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:20px}.eyebrow,.section-kicker{color:var(--green);font-size:11px;font-weight:800;letter-spacing:.13em;margin:0 0 7px}.section-kicker{margin:0 0 7px}.tool h1{font-size:clamp(30px,5vw,42px);letter-spacing:-.045em;line-height:1.08;margin:0}.subheading{margin:9px 0 0;color:var(--muted);font-size:15px}.local-badge{white-space:nowrap;border:1px solid #d4e8dc;background:#f5fbf7;color:var(--green-dark);padding:8px 11px;border-radius:999px;font-size:12px;font-weight:650}.field-label{display:block;font-weight:700;font-size:13px;margin:12px 0 7px}textarea{display:block;resize:vertical;width:100%;min-height:150px;border:1px solid var(--line);outline:none;background:#fbfcfb;border-radius:9px;padding:13px;font:13px/1.65 ui-monospace,SFMono-Regular,Consolas,monospace;color:#26352e}textarea:focus{border-color:#86b89d;box-shadow:0 0 0 3px #e8f4ed}textarea::placeholder{color:#9ba7a0}.input-meta{display:flex;justify-content:space-between;gap:12px;margin-top:6px;color:var(--muted);font-size:11px}.actions{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin:16px 0 10px}.actions button{min-height:40px;padding:9px 13px;border-radius:8px;font:650 12px "Segoe UI",Arial,sans-serif;cursor:pointer}.primary{border:1px solid var(--green);background:var(--green);color:#fff}.primary:hover:not(:disabled){background:var(--green-dark)}.secondary{border:1px solid #cbded1;background:#f5fbf7;color:var(--green-dark)}.quiet{border:1px solid transparent;background:transparent;color:var(--muted)}.actions button:disabled{opacity:.48;cursor:not-allowed}.actions button:focus-visible,.findings input:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #8ac2a3;outline-offset:2px}.selection-note{font-size:12px;color:#53625a;margin:7px 0 16px}.findings{border:1px solid var(--line);border-radius:10px;overflow:hidden}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 13px;background:#f8fbf9}.section-heading h2{font-size:14px;margin:0}.section-heading span{font-size:11px;color:var(--muted);text-align:right}.table-scroll{overflow-x:auto}.findings-table,.reference-table,.bench-table{border-collapse:collapse;width:100%;font-size:12px}.findings-table th,.findings-table td,.reference-table th,.reference-table td,.bench-table th,.bench-table td{border-bottom:1px solid var(--line);padding:10px 11px;text-align:left;vertical-align:top}.findings-table th,.reference-table th,.bench-table th{background:#f8fbf9;font-size:10px;letter-spacing:.04em;text-transform:uppercase;color:#56645c}.findings-table td:first-child{width:62px}.findings-table td:nth-child(2){white-space:nowrap;width:88px}.findings input{accent-color:var(--green);width:16px;height:16px}.findings .char-name{font-weight:700}.findings code,.reference code{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:11px}.context{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;overflow-wrap:anywhere;color:#46554c}.empty{text-align:center!important;color:var(--muted);padding:18px!important}.output-label{margin-top:19px}.clean-status{color:var(--muted);font-size:11px;margin:6px 0 0}.content-section{display:grid;grid-template-columns:100px 1fr;gap:16px;padding:28px 4px;border-bottom:1px solid var(--line)}.content-section h2,.reference h2,.faq h2{font-size:21px;letter-spacing:-.025em;margin:0 0 9px}.content-section p,.reference-intro,.source-note,.faq details p{max-width:900px;color:#53625a;font-size:14px;margin:8px 0}.reference{padding:32px 4px;border-bottom:1px solid var(--line)}.reference-intro{margin-bottom:15px}.reference-table{min-width:900px}.reference-table td:nth-child(1){font-weight:700;white-space:nowrap}.reference-table td:nth-child(2){white-space:nowrap}.reference-table td:nth-child(6){white-space:nowrap}.reference-table a,.source-note a{color:var(--green-dark);text-underline-offset:2px}.source-note{font-size:11px;margin:11px 0 0}.faq{padding:34px 0 25px}.faq h2{margin-bottom:14px}.faq details{border-top:1px solid var(--line);padding:13px 2px}.faq summary{font-weight:650;font-size:14px;cursor:pointer}.faq details p{margin-bottom:1px}footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 2px 28px;color:#78857e;font-size:11px}footer span{font-weight:700;color:#425148}footer nav{display:flex;flex-wrap:wrap;gap:15px}footer a{color:var(--green);text-decoration:none}footer a:hover{text-decoration:underline}@media(max-width:700px){.shell{width:calc(100% - 24px)}.topbar{height:60px}.local{font-size:10px}.tool{margin:14px 0;padding:15px 12px;border-radius:14px}.tool-heading{display:block;margin-bottom:14px}.tool-heading .local-badge{display:inline-block;margin-top:10px}.subheading{font-size:13px}.input-meta{align-items:flex-start;flex-direction:column;gap:2px}.actions{display:grid;grid-template-columns:1fr 1fr}.actions button{width:100%;min-height:42px}.findings-table{min-width:510px}.section-heading{align-items:flex-start;flex-direction:column;gap:3px}.section-heading span{text-align:left}.content-section{grid-template-columns:1fr;gap:0;padding:23px 2px}.content-section h2,.reference h2,.faq h2{font-size:19px}.content-section p,.reference-intro,.faq details p{font-size:13px}.reference{padding:26px 2px}.reference-table{min-width:850px}.bench-table{min-width:650px}.faq{padding-top:28px}footer{font-size:10px;align-items:flex-start}footer nav{gap:10px}}@media(max-width:380px){.actions{grid-template-columns:1fr}.tool h1{font-size:29px}}
