@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Public+Sans:wght@400;500;600;700&display=swap";:root{--color-ink:#10141c;--color-ink-surface:#171c26;--color-ink-surface-raised:#1d2330;--color-ink-border:#2a3142;--color-paper:#f5f6f8;--color-paper-surface:#fff;--color-paper-border:#dce0e8;--color-violet:#7c6fe0;--color-violet-strong:#6455d6;--color-amber:#f2b84b;--color-teal:#3fb6a8;--color-rose:#e8607a;--color-blue:#4fa3e3;--font-mono:"JetBrains Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;--font-sans:"Public Sans", system-ui, "Segoe UI", sans-serif;--radius-sm:4px;--radius-md:8px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:var(--color-paper);--surface:var(--color-paper-surface);--surface-raised:var(--color-paper-surface);--border:var(--color-paper-border);--text:#1a1f2b;--text-muted:#5b6478;--accent:var(--color-violet-strong);--accent-text:#fff;--highlight-bg:#f2b84b61;--highlight-text:#4a3200;--shadow:#14182314 0 4px 16px -4px, #1418230f 0 2px 6px -2px}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:var(--color-ink);--surface:var(--color-ink-surface);--surface-raised:var(--color-ink-surface-raised);--border:var(--color-ink-border);--text:#e8eaf0;--text-muted:#8891a5;--accent:var(--color-violet);--accent-text:#10141c;--highlight-bg:#f2b84b47;--highlight-text:#ffd88a;--shadow:#00000073 0 8px 24px -6px, #0000004d 0 2px 8px -2px}*,:before,:after{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility}body{background:var(--bg);min-height:100svh;color:var(--text);font-family:var(--font-sans);margin:0;font-size:15px;line-height:1.55;transition:background .2s,color .2s}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important}}h1,h2,h3,h4{font-family:var(--font-mono);letter-spacing:-.01em;color:var(--text);margin:0 0 .5em;font-weight:600}p{color:var(--text-muted);margin:0 0 1em}a{color:var(--accent)}code,pre,input,textarea,button{font-family:inherit}button{font-family:var(--font-mono);cursor:pointer;color:var(--text)}input,textarea{font-family:var(--font-mono);color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm)}:focus-visible{outline:2px solid var(--color-violet);outline-offset:2px}mark.match-highlight{background:var(--highlight-bg);color:var(--highlight-text);border-radius:3px;padding:0 1px;box-shadow:inset 0 0 0 1px #f2b84b80}.field-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin:1.25rem 0 .5rem;font-size:.72rem;font-weight:600}.panel-empty{color:var(--text-muted);padding:.75rem 0;font-size:.9rem;font-style:italic}.link-button{color:var(--accent);text-underline-offset:2px;background:0 0;border:none;padding:0;font-size:.75rem;text-decoration:underline}#root{flex-direction:column;min-height:100svh;display:flex}.app-main{flex:1;width:100%;max-width:1180px;margin:0 auto;padding:1.75rem 1.5rem 4rem}.site-header{border-bottom:1px solid var(--border);background:linear-gradient(90deg, var(--color-rose) 0%, var(--color-amber) 25%, var(--color-teal) 50%, var(--color-blue) 75%, var(--color-violet) 100%);background-position:bottom;background-repeat:no-repeat;background-size:100% 2px;background-color:var(--surface);z-index:10;align-items:center;gap:1.5rem;padding:.9rem 1.5rem;display:flex;position:sticky;top:0}.site-header__brand{align-items:baseline;gap:.5rem;display:flex}.site-header__mark{font-family:var(--font-mono);color:var(--color-amber);font-weight:700}.site-header__title{font-family:var(--font-mono);letter-spacing:-.01em;font-size:1rem;font-weight:700}.site-header__nav{gap:.25rem;margin-right:auto;display:flex}.site-header__nav a{font-family:var(--font-mono);color:var(--text-muted);border-radius:var(--radius-sm);padding:.4rem .7rem;font-size:.85rem;font-weight:500;text-decoration:none}.site-header__nav a:hover{color:var(--text);background:var(--bg)}.site-header__nav a.active{color:var(--accent-text);background:var(--accent)}.theme-toggle{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);justify-content:center;align-items:center;width:2.1rem;height:2.1rem;font-size:1rem;display:flex}.theme-toggle:hover{border-color:var(--accent)}.workbench{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:1.5rem;display:grid}@media (width<=860px){.workbench{grid-template-columns:1fr}}.workbench__main{min-width:0}.workbench__sidebar{position:sticky;top:5rem}.pattern-input__row{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow);align-items:center;padding:.15rem .9rem;display:flex}.pattern-input__row.has-error{border-color:var(--color-rose)}.pattern-input__slash{font-family:var(--font-mono);color:var(--color-violet);-webkit-user-select:none;user-select:none;font-size:1.15rem;font-weight:700}.pattern-input__field{background:0 0;border:none;outline:none;flex:1;min-width:0;padding:.7rem .5rem;font-size:1.15rem;font-weight:500}.pattern-input__flags{gap:.35rem;margin-top:.6rem;display:flex}.flag-toggle{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);width:2rem;height:2rem;color:var(--text-muted);font-size:.85rem;font-weight:600}.flag-toggle:hover{border-color:var(--accent);color:var(--text)}.flag-toggle.active{background:var(--accent);border-color:var(--accent);color:var(--accent-text)}.pattern-input__error{color:var(--color-rose);font-size:.8rem;font-family:var(--font-mono);margin:.6rem 0 0}.result-tabs{border-bottom:1px solid var(--border);gap:.25rem;margin-top:1.5rem;display:flex}.result-tabs__tab{color:var(--text-muted);background:0 0;border:none;border-bottom:2px solid #0000;margin-right:1.25rem;padding:.5rem .2rem;font-size:.85rem;font-weight:600}.result-tabs__tab.active{color:var(--text);border-bottom-color:var(--color-amber)}.match-tester{margin-top:1rem}.match-tester__input{resize:vertical;width:100%;padding:.75rem;font-size:.9rem;line-height:1.6}.match-tester__preview{margin-top:.75rem}.match-tester__preview-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;color:var(--color-amber);margin-bottom:.4rem;font-size:.72rem;font-weight:600}.match-tester__highlighted{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);font-family:var(--font-mono);white-space:pre-wrap;word-break:break-word;min-height:3.2rem;padding:.85rem;font-size:.9rem;line-height:1.7}.match-tester__placeholder{color:var(--text-muted);font-style:italic}.matches-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.matches-list__item{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--color-amber);border-radius:var(--radius-sm);padding:.6rem .8rem}.matches-list__header{flex-wrap:wrap;align-items:baseline;gap:.6rem;display:flex}.matches-list__index{font-family:var(--font-mono);color:var(--text-muted);font-size:.75rem}.matches-list__text{background:var(--highlight-bg);color:var(--highlight-text);border-radius:3px;padding:.05rem .4rem;font-weight:600}.matches-list__position{color:var(--text-muted);margin-left:auto;font-size:.75rem}.matches-list__groups{border-top:1px dashed var(--border);flex-direction:column;gap:.25rem;margin:.5rem 0 0;padding:.5rem 0 0;font-size:.82rem;list-style:none;display:flex}.group-label{color:var(--color-teal);font-family:var(--font-mono);font-weight:600}.replace-panel{margin-top:1rem}.replace-panel__input{width:100%;padding:.6rem .75rem;font-size:.9rem}.replace-panel__result{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);font-family:var(--font-mono);white-space:pre-wrap;word-break:break-word;margin:0;padding:.85rem;font-size:.9rem}.history{margin-top:1.75rem}.history__header{justify-content:space-between;align-items:baseline;display:flex}.history__list{flex-wrap:wrap;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.history__item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.3rem .6rem;font-size:.78rem}.history__item:hover{border-color:var(--accent)}.builder-sidebar{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow);overflow:hidden}.builder-sidebar__tabs{border-bottom:1px solid var(--border);display:flex}.builder-sidebar__tab{color:var(--text-muted);background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:.65rem .5rem;font-size:.78rem;font-weight:600}.builder-sidebar__tab.active{color:var(--text);background:var(--bg);border-bottom-color:var(--color-violet)}.builder-sidebar__content{max-height:68vh;padding:1rem;overflow-y:auto}.snippet-palette__category{margin-bottom:1.1rem}.snippet-palette__category h4{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.5rem;font-size:.7rem}.snippet-palette__grid{flex-wrap:wrap;gap:.35rem;display:flex}.snippet-chip{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--color-violet);padding:.3rem .55rem;font-size:.78rem;font-weight:600}.snippet-chip:hover{border-color:var(--color-violet);background:var(--surface-raised)}.pattern-library__search{width:100%;margin-bottom:.8rem;padding:.5rem .65rem;font-size:.82rem}.pattern-library__list{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.pattern-library__button{text-align:left;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);flex-direction:column;gap:.15rem;width:100%;padding:.55rem .7rem;display:flex}.pattern-library__button:hover{border-color:var(--color-teal)}.pattern-library__label{font-size:.85rem;font-weight:600}.pattern-library__category{text-transform:uppercase;letter-spacing:.06em;color:var(--color-teal);font-size:.68rem}.pattern-library__desc{color:var(--text-muted);font-size:.78rem;font-family:var(--font-sans)}.explain-list{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.explain-list__item{border-left:2px solid var(--color-blue);align-items:baseline;gap:.55rem;padding-left:.6rem;display:flex}.explain-list__token{color:var(--color-blue);white-space:nowrap;font-weight:700}.explain-list__desc{color:var(--text-muted);font-size:.82rem;font-family:var(--font-sans)}.learn__intro{max-width:640px;margin-bottom:2.5rem}.learn__intro h1{font-size:1.9rem}.learn__toc{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.learn__toc a{font-family:var(--font-mono);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-muted);padding:.3rem .6rem;font-size:.78rem;text-decoration:none}.learn__toc a:hover{color:var(--accent);border-color:var(--accent)}.cheatsheet-section{margin-bottom:2.5rem;scroll-margin-top:5rem}.cheatsheet-section h2{border-bottom:1px solid var(--border);padding-bottom:.5rem;font-size:1.15rem}.cheatsheet-section__intro{max-width:640px;font-size:.88rem}.cheatsheet-table{flex-direction:column;gap:.4rem;display:flex}.cheatsheet-row{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);grid-template-columns:140px 1fr auto;align-items:center;gap:1rem;padding:.55rem .9rem;display:grid}@media (width<=640px){.cheatsheet-row{grid-template-columns:1fr;gap:.35rem}}.cheatsheet-row__token{color:var(--color-violet);font-weight:700}.cheatsheet-row__meaning{color:var(--text-muted);font-size:.85rem;font-family:var(--font-sans)}.cheatsheet-row__try{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--color-amber);white-space:nowrap;background:0 0;padding:.3rem .6rem;font-size:.75rem;font-weight:600}.cheatsheet-row__try:hover{border-color:var(--color-amber);background:var(--highlight-bg)}
