:root{color-scheme:light dark;--bg: #ffffff;--fg: #0a0a0a;--muted: #6b7280;--border: #e5e7eb;--focus: #2563eb;--error: #dc2626;--footer-bg: #fafafa;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}@media (prefers-color-scheme: dark){:root{--bg: #0a0a0a;--fg: #fafafa;--muted: #9ca3af;--border: #262626;--focus: #60a5fa;--footer-bg: #141414}}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--fg)}#root{display:flex;flex-direction:column;min-height:100%}.site-header{border-bottom:1px solid var(--border);padding:1rem 1.5rem}.header-inner{max-width:32rem;margin:0 auto}.brand{font-weight:600;font-size:.9375rem;letter-spacing:-.01em;color:var(--fg);text-decoration:none;transition:opacity .15s}.brand:hover{opacity:.65}.brand:focus-visible{outline:2px solid var(--focus);outline-offset:4px;border-radius:.25rem}main{flex:1;width:100%;max-width:32rem;margin:0 auto;padding:3rem 1.5rem 4rem}h1{font-size:1.5rem;font-weight:600;letter-spacing:-.02em;margin:0 0 .25rem}.subtitle{color:var(--muted);margin:0 0 2.5rem;font-size:.9375rem}.field{display:flex;flex-direction:column;gap:.5rem}label{font-size:.875rem;font-weight:500}.row{display:flex;gap:.5rem}input,button{font:inherit;border-radius:.5rem;padding:.75rem 1rem}input{flex:1;min-width:0;border:1px solid var(--border);background:var(--bg);color:var(--fg);outline:none;transition:border-color .15s,box-shadow .15s}input::placeholder{color:var(--muted)}input:focus-visible{border-color:var(--focus);box-shadow:0 0 0 3px #2563eb40}button{border:1px solid var(--fg);background:var(--fg);color:var(--bg);font-weight:500;cursor:pointer;white-space:nowrap;transition:opacity .15s}button:hover{opacity:.85}button:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.error{color:var(--error);font-size:.875rem;margin:.75rem 0 0}.results{margin-top:2rem}.entries-list{list-style:none;margin:0;padding:0;column-width:14rem;column-gap:2rem}.entry{break-inside:avoid;display:grid;grid-template-columns:1.75rem 2rem 1fr;column-gap:.625rem;align-items:baseline;padding:.5rem 0;border-bottom:1px solid var(--border);transition:background-color .15s}.entry:hover{background:var(--footer-bg)}.entry-num{color:var(--muted);font-size:.75rem;font-variant-numeric:tabular-nums;text-align:right}.entry-char{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,monospace;font-weight:500;font-size:1rem}.entry-word{color:var(--fg)}.legal-page h1{margin-bottom:1.5rem}.legal-page h2{font-size:1rem;font-weight:600;margin:1.5rem 0 .5rem}.legal-page p{margin:0 0 1rem;color:var(--fg)}footer{background:var(--footer-bg);border-top:1px solid var(--border);padding:1.5rem;font-size:.8125rem;color:var(--muted)}.footer-inner{max-width:32rem;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.footer-inner .meta{margin:0}.footer-inner nav{display:flex;gap:1.25rem}.footer-inner a{color:var(--muted);text-decoration:none;transition:color .15s}.footer-inner a:hover{color:var(--fg)}.footer-inner a.active{color:var(--fg);font-weight:500}.footer-inner a:focus-visible{outline:2px solid var(--focus);outline-offset:2px;border-radius:.25rem}
