.rt-root[data-astro-cid-p2djvjyh]{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 10rem);padding:3rem 1.5rem 4rem}.rt-hero[data-astro-cid-p2djvjyh]{text-align:center;margin-bottom:3rem;width:100%;max-width:56rem}.rt-hero__title[data-astro-cid-p2djvjyh]{font-size:clamp(1.8rem,5vw,2.8rem);font-weight:700;letter-spacing:-.015em;color:var(--ink);margin:0 0 .75rem}.rt-hero__subtitle[data-astro-cid-p2djvjyh]{font-size:1.05rem;line-height:1.6;color:var(--ink-soft);margin:0;max-width:48rem}.rt-container[data-astro-cid-p2djvjyh]{display:grid;grid-template-columns:1fr 300px;gap:2.5rem;width:100%;max-width:1280px;margin-bottom:3rem}.rt-main[data-astro-cid-p2djvjyh]{display:flex;flex-direction:column;gap:2rem}.rt-label[data-astro-cid-p2djvjyh]{font-size:.9rem;font-weight:600;color:var(--ink);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.6rem;display:block}.rt-regex-section[data-astro-cid-p2djvjyh]{display:flex;flex-direction:column;gap:1rem}.rt-regex-wrapper[data-astro-cid-p2djvjyh]{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:8px;border:1px solid var(--line);background:var(--surface);transition:border-color .2s,box-shadow .2s}.rt-regex-input[data-astro-cid-p2djvjyh]{flex:1;border:none;background:transparent;color:var(--ink);font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.95rem;outline:none}.rt-regex-delimiter[data-astro-cid-p2djvjyh]{color:var(--ink-soft);font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.95rem}.rt-regex-flags[data-astro-cid-p2djvjyh]{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.95rem;color:var(--accent);font-weight:600;min-width:40px}.rt-regex-wrapper[data-astro-cid-p2djvjyh]:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb),.1)}.rt-error[data-astro-cid-p2djvjyh]{padding:.75rem 1rem;background:var(--ds-danger-bg);border-left:3px solid var(--ds-danger-border);border-radius:4px;font-size:.85rem;color:var(--ds-danger-text);display:none}.rt-flags[data-astro-cid-p2djvjyh]{display:flex;gap:.75rem;flex-wrap:wrap}.rt-flag-toggle[data-astro-cid-p2djvjyh]{display:flex;align-items:center;gap:.5rem;cursor:pointer}.rt-flag-toggle[data-astro-cid-p2djvjyh] input[data-astro-cid-p2djvjyh]{width:16px;height:16px;cursor:pointer;accent-color:var(--accent)}.rt-flag-label[data-astro-cid-p2djvjyh]{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem;font-weight:600;color:var(--ink);user-select:none}.rt-test-section[data-astro-cid-p2djvjyh]{display:flex;flex-direction:column;gap:.6rem}.rt-test-wrapper[data-astro-cid-p2djvjyh]{position:relative;border-radius:8px;border:1px solid var(--line);background:var(--surface);overflow:hidden}.rt-test-input[data-astro-cid-p2djvjyh]{position:relative;z-index:2;width:100%;min-height:200px;padding:1rem;border:none;background:transparent;color:var(--ink);font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.95rem;line-height:1.6;resize:vertical;outline:none}.rt-highlight-overlay[data-astro-cid-p2djvjyh]{position:absolute;inset:0;pointer-events:none;padding:1rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.95rem;line-height:1.6;white-space:pre-wrap;word-wrap:break-word;color:transparent;background:var(--surface);overflow:hidden}.rt-test-wrapper[data-astro-cid-p2djvjyh]:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb),.1)}.rt-match[data-astro-cid-p2djvjyh]{background:rgba(var(--accent-rgb),.3);color:transparent;padding:2px 0;border-radius:2px}.rt-presets[data-astro-cid-p2djvjyh]{display:flex;flex-direction:column;gap:.75rem}.rt-presets-label[data-astro-cid-p2djvjyh]{font-size:.85rem;font-weight:600;color:var(--ink-soft);text-transform:uppercase;margin:0}.rt-presets-buttons[data-astro-cid-p2djvjyh]{display:flex;flex-wrap:wrap;gap:.6rem}.rt-preset-btn[data-astro-cid-p2djvjyh]{padding:.6rem 1rem;border:1px solid var(--line);border-radius:6px;background:var(--surface-soft);color:var(--ink);font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1)}.rt-preset-btn[data-astro-cid-p2djvjyh]:hover{border-color:var(--accent);background:var(--surface);color:var(--accent)}.rt-replace-section[data-astro-cid-p2djvjyh]{display:flex;flex-direction:column;gap:.8rem;padding:1.5rem;background:var(--surface);border:1px solid var(--line);border-radius:8px}.rt-replace-input[data-astro-cid-p2djvjyh]{padding:.75rem 1rem;border-radius:6px;border:1px solid var(--line);background:var(--surface-soft);color:var(--ink);font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.95rem;transition:border-color .2s}.rt-replace-input[data-astro-cid-p2djvjyh]:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb),.1)}.rt-replace-result[data-astro-cid-p2djvjyh]{display:flex;flex-direction:column;gap:.5rem}.rt-replace-label[data-astro-cid-p2djvjyh]{font-size:.8rem;font-weight:600;color:var(--ink-soft);text-transform:uppercase}.rt-replace-output[data-astro-cid-p2djvjyh]{padding:.75rem 1rem;border-radius:4px;background:var(--surface-soft);color:var(--ink);font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem;line-height:1.5;word-break:break-all}.rt-replace-error[data-astro-cid-p2djvjyh]{padding:.75rem 1rem;background:var(--ds-danger-bg);border-left:3px solid var(--ds-danger-border);border-radius:4px;font-size:.8rem;color:var(--ds-danger-text)}.rt-results-section[data-astro-cid-p2djvjyh]{display:flex;flex-direction:column;gap:1.5rem}.rt-results-header[data-astro-cid-p2djvjyh]{display:flex;justify-content:space-between;align-items:center;gap:1rem}.rt-results-title[data-astro-cid-p2djvjyh]{font-size:1.1rem;font-weight:700;color:var(--ink);margin:0}.rt-match-count[data-astro-cid-p2djvjyh]{font-size:.9rem;font-weight:600;color:var(--accent)}.rt-matches-wrapper[data-astro-cid-p2djvjyh]{overflow-x:auto;border-radius:8px;border:1px solid var(--line)}.rt-matches-table[data-astro-cid-p2djvjyh]{width:100%;border-collapse:collapse;font-size:.9rem}.rt-matches-table[data-astro-cid-p2djvjyh] thead[data-astro-cid-p2djvjyh]{background:var(--surface-soft);border-bottom:1px solid var(--line)}.rt-matches-table[data-astro-cid-p2djvjyh] th[data-astro-cid-p2djvjyh]{padding:.75rem 1rem;text-align:left;font-weight:600;color:var(--ink);text-transform:uppercase;font-size:.75rem;letter-spacing:.05em}.rt-matches-table[data-astro-cid-p2djvjyh] td[data-astro-cid-p2djvjyh]{padding:.75rem 1rem;border-top:1px solid var(--line);color:var(--ink)}.rt-matches-table[data-astro-cid-p2djvjyh] code[data-astro-cid-p2djvjyh]{font-family:Monaco,Menlo,Ubuntu Mono,monospace;background:var(--surface-soft);padding:.2rem .4rem;border-radius:3px;font-size:.85rem}.rt-groups-section[data-astro-cid-p2djvjyh]{display:flex;flex-direction:column;gap:.8rem;padding:1.5rem;background:var(--surface);border:1px solid var(--line);border-radius:8px}.rt-groups-title[data-astro-cid-p2djvjyh]{font-size:.95rem;font-weight:700;color:var(--ink);margin:0}.rt-groups-list[data-astro-cid-p2djvjyh]{display:flex;flex-direction:column;gap:.6rem}.rt-group-item[data-astro-cid-p2djvjyh]{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:var(--surface-soft);border-radius:6px;font-size:.9rem}.rt-group-number[data-astro-cid-p2djvjyh]{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-weight:600;color:var(--accent);flex-shrink:0}.rt-group-value[data-astro-cid-p2djvjyh]{font-family:Monaco,Menlo,Ubuntu Mono,monospace;color:var(--ink);word-break:break-all}.rt-sidebar[data-astro-cid-p2djvjyh]{position:sticky;top:6rem;height:fit-content}.rt-cheatsheet[data-astro-cid-p2djvjyh]{background:var(--surface);border:1px solid var(--line);border-radius:8px;overflow:hidden}.rt-cheatsheet-toggle[data-astro-cid-p2djvjyh]{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.25rem;border:none;background:transparent;color:var(--ink);font-family:inherit;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s}.rt-cheatsheet-toggle[data-astro-cid-p2djvjyh]:hover{background:var(--surface-soft)}.rt-cheatsheet-toggle[data-astro-cid-p2djvjyh] svg[data-astro-cid-p2djvjyh]{transition:transform .3s cubic-bezier(.16,1,.3,1)}.rt-cheatsheet-toggle--open[data-astro-cid-p2djvjyh] svg[data-astro-cid-p2djvjyh]{transform:rotate(180deg)}.rt-cheatsheet-content[data-astro-cid-p2djvjyh]{display:none;max-height:600px;overflow-y:auto;border-top:1px solid var(--line)}.rt-sheet-group[data-astro-cid-p2djvjyh]{padding:1rem 1.25rem;border-bottom:1px solid var(--line)}.rt-sheet-group[data-astro-cid-p2djvjyh]:last-child{border-bottom:none}.rt-sheet-title[data-astro-cid-p2djvjyh]{font-size:.75rem;font-weight:700;color:var(--ink);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem}.rt-sheet-table[data-astro-cid-p2djvjyh]{width:100%;font-size:.8rem;border-collapse:collapse}.rt-sheet-table[data-astro-cid-p2djvjyh] tr[data-astro-cid-p2djvjyh]{border-bottom:1px solid var(--line)}.rt-sheet-table[data-astro-cid-p2djvjyh] tr[data-astro-cid-p2djvjyh]:last-child{border-bottom:none}.rt-sheet-table[data-astro-cid-p2djvjyh] td[data-astro-cid-p2djvjyh]{padding:.5rem 0}.rt-sheet-code[data-astro-cid-p2djvjyh]{font-family:Monaco,Menlo,Ubuntu Mono,monospace;background:var(--surface-soft);padding:.2rem .8rem .2rem .4rem;border-radius:2px;color:var(--accent);font-weight:600}.rt-sheet-table[data-astro-cid-p2djvjyh] td[data-astro-cid-p2djvjyh]:last-child{color:var(--ink-soft)}.rt-trust[data-astro-cid-p2djvjyh]{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--line);width:100%;max-width:56rem}.rt-trust__item[data-astro-cid-p2djvjyh]{display:flex;align-items:center;gap:.6rem;font-size:.85rem;color:var(--ink-soft)}.rt-trust__item[data-astro-cid-p2djvjyh] svg[data-astro-cid-p2djvjyh]{color:var(--accent);flex-shrink:0}@media(max-width:1024px){.rt-container[data-astro-cid-p2djvjyh]{grid-template-columns:1fr;gap:2rem}.rt-sidebar[data-astro-cid-p2djvjyh]{position:static;top:auto}}@media(max-width:768px){.rt-root[data-astro-cid-p2djvjyh]{min-height:auto;padding:2rem 1rem 3rem}.rt-hero[data-astro-cid-p2djvjyh]{margin-bottom:2rem}.rt-hero__title[data-astro-cid-p2djvjyh]{font-size:clamp(1.4rem,4vw,2rem)}.rt-presets-buttons[data-astro-cid-p2djvjyh]{gap:.5rem}.rt-preset-btn[data-astro-cid-p2djvjyh]{padding:.5rem .8rem;font-size:.8rem}.rt-trust[data-astro-cid-p2djvjyh]{flex-direction:column;gap:1rem}.rt-cheatsheet-content[data-astro-cid-p2djvjyh]{max-height:400px}}@media(prefers-reduced-motion:reduce){.rt-regex-wrapper[data-astro-cid-p2djvjyh],.rt-test-wrapper[data-astro-cid-p2djvjyh],.rt-replace-input[data-astro-cid-p2djvjyh],.rt-preset-btn[data-astro-cid-p2djvjyh],.rt-cheatsheet-toggle[data-astro-cid-p2djvjyh] svg[data-astro-cid-p2djvjyh]{transition:none}.rt-cheatsheet-toggle--open[data-astro-cid-p2djvjyh] svg[data-astro-cid-p2djvjyh]{transform:none}}
