:root{color-scheme:light;--bg: #ffffff;--bg-subtle: #f2f2f2;--line: #1a1a1a;--line-soft: #9a9a9a;--line-faint: #dddddd;--text: #111111;--text-subtle: #595959;--hint-bg: #e4e4e4;--blocked-bg: #3d3d3d;--active-word-bg: #d4d4d4;--selected-outline: #595959;--error: #b3261e;--radius-sm: 8px;--radius-md: 10px;--font-grid: "Roboto Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;--font-display: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--ease-out: cubic-bezier(.4, 0, .2, 1);--dur-fast: .2s;--nav-h: 3.5rem}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;height:100svh;overflow:hidden;overscroll-behavior:none}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}body.modal-open{overflow:hidden}h1,h2,h3{line-height:1.2;margin:0 0 .5rem}a{color:var(--text)}button{font:inherit;color:inherit}:focus-visible{outline:2px solid var(--line);outline-offset:2px}.lucide-icon{width:1.25rem;height:1.25rem;flex-shrink:0}.button-styling{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border:2px solid var(--line);border-radius:var(--radius-sm);background:var(--bg);color:var(--text);text-decoration:none;font-weight:600;cursor:pointer;transition:background var(--dur-fast) var(--ease-out),color var(--dur-fast) var(--ease-out)}.button-styling:hover{background:var(--line);color:var(--bg)}.button-styling.secondary{border-color:var(--line-soft)}.flex{display:flex}.flex-column{display:flex;flex-direction:column}.justify-center{justify-content:center}.align-center{align-items:center}.gap-1{gap:.5rem}.gap-2{gap:1rem}.w-100{width:100%}.mt-2{margin-top:1rem}.mb-2{margin-bottom:1rem}@media(max-width:900px){:root{--nav-h: 3.25rem}}
