:root{color-scheme:light dark;--bg: #f4f2ee;--fg: #1c1917;--muted: #57534e;--line: #d6d3d1;--card: #fffcf8;--accent: #1d4ed8;--accent-fg: #f8fafc;--fill: #e7e5e4}@media(prefers-color-scheme:dark){:root{--bg: #1c1917;--fg: #f5f5f4;--muted: #a8a29e;--line: #44403c;--card: #292524;--accent: #60a5fa;--accent-fg: #0c0a09;--fill: #3f3a36}}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:Iowan Old Style,Palatino Linotype,Palatino,Georgia,serif;background:var(--bg);color:var(--fg)}#root{max-width:960px;margin:0 auto;padding:24px 16px 48px}h1,h2,h3{font-weight:600;letter-spacing:-.02em}h1{font-size:1.5rem;margin:0 0 6px}h2{font-size:1.15rem;margin:0 0 8px}h3{font-size:1rem;margin:0}p{margin:0;line-height:1.5}.muted{color:var(--muted);font-size:.95rem}.small{font-size:.85rem;color:var(--muted)}.stack{display:flex;flex-direction:column;gap:16px;min-width:0}.row{display:flex;flex-wrap:wrap;gap:8px;align-items:center;min-width:0}button,textarea{font:inherit}button{height:32px;padding:0 12px;border:1px solid var(--line);background:var(--card);color:var(--fg);border-radius:6px;cursor:pointer}button.primary{background:var(--accent);border-color:var(--accent);color:var(--accent-fg)}button:disabled{opacity:.55;cursor:default}.pill{display:inline-flex;align-items:center;min-width:0;max-width:100%;padding:4px 10px;border-radius:999px;border:1px solid var(--line);background:transparent;color:var(--fg);font-size:.8rem;height:auto;white-space:normal;text-align:left}.pill.active{background:var(--fill);border-color:var(--fg)}.ask{display:flex;flex-direction:column;gap:8px;min-width:0}textarea{width:100%;min-height:96px;resize:vertical;padding:10px 12px;border:1px solid var(--line);border-radius:6px;background:var(--card);color:var(--fg)}.bubble,.card,.notice,.answer{border:1px solid var(--line);border-radius:6px;background:var(--card);padding:12px;min-width:0;overflow-wrap:anywhere}.answer{display:flex;flex-direction:column;gap:8px}.card-head{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;margin-bottom:8px}.group{display:flex;flex-direction:column;gap:10px;padding-bottom:8px;border-bottom:1px solid var(--line)}.group:last-child{border-bottom:0}.digest-text{min-width:0;overflow-wrap:anywhere}.digest-text>*{margin:0 0 10px}.digest-text>*:last-child{margin-bottom:0}.digest-text ol,.digest-text ul{padding-left:1.6em}.digest-text li{margin-bottom:6px;line-height:1.5}.digest-text li:last-child{margin-bottom:0}.digest-text li>p{margin:0 0 6px}.digest-text li>p:last-child{margin-bottom:0}.digest-text h1,.digest-text h2,.digest-text h3,.digest-text h4,.digest-text h5,.digest-text h6{font-size:1rem;margin:14px 0 6px}.digest-text h1:first-child,.digest-text h2:first-child,.digest-text h3:first-child,.digest-text h4:first-child,.digest-text h5:first-child,.digest-text h6:first-child{margin-top:0}.digest-text blockquote{margin:0 0 10px;padding-left:12px;border-left:2px solid var(--line);color:var(--muted)}.digest-text code{font-size:.9em}.error{color:#b45309}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.skip-link{position:absolute;left:12px;top:-40px;background:var(--accent);color:var(--accent-fg);padding:6px 10px;z-index:10}.skip-link:focus{top:12px}.site-header{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.eyebrow{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin:0 0 4px}nav[aria-label=Primary]{display:flex;flex-wrap:wrap;gap:8px}.nav-link{display:inline-flex;align-items:center;height:32px;padding:0 12px;border:1px solid var(--line);border-radius:6px;color:var(--fg);text-decoration:none}.nav-link.active{background:var(--fill);border-color:var(--fg)}.crumbs{font-size:.9rem;color:var(--muted)}.crumbs a{color:inherit}.button-link{display:inline-flex;align-items:center;height:32px;padding:0 12px;border:1px solid var(--line);border-radius:6px;background:var(--card);color:var(--fg);text-decoration:none}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.stats div{border:1px solid var(--line);border-radius:6px;background:var(--card);padding:12px}.stats strong{display:block;font-size:1.25rem}.stats span{color:var(--muted);font-size:.85rem}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.95rem}th,td{text-align:left;padding:8px 10px;border-bottom:1px solid var(--line);vertical-align:top}caption{text-align:left;padding-bottom:8px;color:var(--muted)}select{font:inherit;width:100%;max-width:36rem;padding:8px 10px;border:1px solid var(--line);border-radius:6px;background:var(--card);color:var(--fg)}label{font-weight:600}.tree{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.tree-item{display:flex;gap:8px;align-items:center;padding:8px 10px;border:1px solid var(--line);border-radius:6px;background:var(--card);cursor:pointer}.tree-item.active{border-color:var(--accent);background:var(--fill)}.node-map{max-width:100%}.map-box{fill:var(--card);stroke:var(--line)}.map-box.current{fill:var(--fill);stroke:var(--accent)}.map-edge{stroke:var(--line)}.map-text{fill:var(--fg);font-size:11px}.problem-list{margin:0;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:8px}.error-banner{display:flex;flex-direction:column;gap:8px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
