:root{--bg: #fbfaf8;--surface: #ffffff;--surface-2: #f4f2ee;--border: #e3ded6;--text: #1c1a17;--text-muted: #6c665d;--accent: #9a3412;--accent-soft: #fdf1ea;--focus: #1d4ed8;--radius: 6px;--space: .25rem}@media(prefers-color-scheme:dark){:root{--bg: #171614;--surface: #1f1e1b;--surface-2: #262521;--border: #363430;--text: #ece8e1;--text-muted: #a6a096;--accent: #f0916a;--accent-soft: #2b1d16;--focus: #7ba2ff}}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.55 -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-text-size-adjust:100%}:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.skip-link{position:absolute;left:-9999px;top:0;background:var(--surface);color:var(--text);padding:.5rem 1rem;border:1px solid var(--border);border-radius:var(--radius);z-index:10}.skip-link:focus{left:.5rem;top:.5rem}.wrap{max-width:62rem;margin:0 auto;padding:1.5rem 1rem 1rem;min-height:100dvh;display:flex;flex-direction:column}.wrap>main{display:flex;flex-direction:column;flex:1}.results{flex:1}.masthead{border-bottom:1px solid var(--border);padding-bottom:1.25rem;margin-bottom:1.5rem}.masthead h1{font-size:1.6rem;line-height:1.25;margin:0 0 .5rem;letter-spacing:-.01em}.masthead p{margin:0;color:var(--text-muted);max-width:46rem}.masthead a{color:inherit}.origin{margin-top:.75rem!important;font-size:.875rem}.controls{display:grid;gap:.75rem;margin-bottom:1.25rem}.search-field label{display:block;font-size:.8125rem;font-weight:600;margin-bottom:.375rem;color:var(--text-muted)}.search-field input{width:100%;padding:.625rem .75rem;font-size:1rem;font-family:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.search-field input::placeholder{color:var(--text-muted)}.phases{border:0;padding:0;margin:0;min-width:0}.phases legend{font-size:.8125rem;font-weight:600;color:var(--text-muted);padding:0;margin-bottom:.375rem}.phase-list{display:flex;flex-wrap:wrap;gap:.375rem}.chip{font:inherit;font-size:.875rem;padding:.3125rem .75rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);cursor:pointer}.chip:hover{background:var(--surface-2)}.chip[aria-pressed=true]{background:var(--accent-soft);border-color:var(--accent);color:var(--accent);font-weight:600}.result-count{font-size:.875rem;color:var(--text-muted);margin:0}.phase-group{margin-bottom:2rem}.phase-group h2{font-size:.8125rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin:0 0 .75rem}.cards{list-style:none;margin:0;padding:0;display:grid;gap:.75rem}@media(min-width:44rem){.cards{grid-template-columns:1fr 1fr}}.card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:.875rem 1rem;display:flex;flex-direction:column;gap:.5rem}.card.is-selected{border-color:var(--accent)}.card h3{margin:0;font-size:1rem;line-height:1.35}.card-open{font:inherit;font-size:1rem;font-weight:600;background:none;border:0;padding:0;color:var(--text);text-align:left;cursor:pointer;text-decoration:underline;text-decoration-color:var(--border);text-underline-offset:3px}.card-open:hover{text-decoration-color:var(--accent)}.card code{font-size:.75rem;color:var(--text-muted);word-break:break-all}.card p{margin:0;font-size:.9375rem;color:var(--text-muted)}.card-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:auto}.pick{display:inline-flex;align-items:center;gap:.4375rem;font-size:.875rem;cursor:pointer;min-height:44px}.pick input{width:1.125rem;height:1.125rem;accent-color:var(--accent);cursor:pointer}.meta{font-size:.8125rem;color:var(--text-muted);white-space:nowrap}.empty{border:1px dashed var(--border);border-radius:var(--radius);padding:2rem 1rem;text-align:center;color:var(--text-muted)}.empty p{margin:0 0 .75rem}.basket{margin-top:1.5rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:.875rem 1rem}.basket.is-pinned{position:sticky;bottom:.5rem;box-shadow:0 -1px 0 var(--bg),0 6px 20px -12px #00000059}.basket h2{margin:0 0 .5rem;font-size:.9375rem}.basket-cmd{display:block;width:100%;overflow-x:auto;white-space:pre;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:.625rem .75rem;font-size:.8125rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;margin-bottom:.625rem}.basket-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.btn{font:inherit;font-size:.875rem;padding:.4375rem .875rem;min-height:36px;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer}.btn:hover{background:var(--surface-2)}.btn-primary{background:var(--accent);border-color:var(--accent);color:#fff;font-weight:600}.btn-primary:hover{filter:brightness(1.08);background:var(--accent)}@media(prefers-color-scheme:dark){.btn-primary{color:#171614}}.basket-status{font-size:.875rem;color:var(--text-muted)}.detail{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:1.25rem}.detail h2{margin:.25rem 0 .5rem;font-size:1.35rem;line-height:1.3}.detail dl{display:grid;grid-template-columns:max-content 1fr;gap:.375rem 1rem;margin:1rem 0;font-size:.9375rem}.detail dt{color:var(--text-muted)}.detail dd{margin:0}.detail h3{font-size:.8125rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin:1.25rem 0 .5rem}.detail ol{margin:0;padding-left:1.25rem;font-size:.9375rem}.detail ol li{margin-bottom:.25rem}.back{font:inherit;font-size:.875rem;background:none;border:0;padding:.25rem 0;color:var(--text-muted);cursor:pointer;text-decoration:underline;text-underline-offset:3px}.back:hover{color:var(--text)}.footer{margin-top:2.5rem;padding-top:1rem;border-top:1px solid var(--border);font-size:.875rem;color:var(--text-muted)}.footer a{color:inherit}
