:root{--bg-color: #ffffff;--text-primary: #0f172a;--text-secondary: #334155;--text-muted: #64748b;--card-bg: #ffffff;--border-color: #e2e8f0;--hover-bg: #f8fafc;--accent: #0f172a;--tag-bg: #f1f5f9;--tag-text: #334155;--focus-ring: #2563eb;--font-heading: "Outfit", sans-serif;--font-body: "Inter", sans-serif;--text-xs: .8rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.25rem;--text-2xl: 1.75rem;--text-3xl: 2.25rem}@media(prefers-color-scheme:dark){:root{--bg-color: #15181c;--text-primary: #f1f5f9;--text-secondary: #cbd5e1;--text-muted: #94a3b8;--card-bg: #1c2126;--border-color: #2d333b;--hover-bg: #20262d;--accent: #7dd3fc;--tag-bg: #232a31;--tag-text: #cbd5e1;--focus-ring: #7dd3fc}}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--bg-color);color:var(--text-primary);font-family:var(--font-body);line-height:1.6}#app{max-width:880px;margin:0 auto;padding:3.5rem 1.5rem 4rem}@media(prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}header{margin-bottom:2rem}h1{font-family:var(--font-heading);font-size:var(--text-3xl);font-weight:800;letter-spacing:-.02em}.tagline{color:var(--text-secondary);font-size:var(--text-lg);margin-top:.4rem}.criteria{color:var(--text-muted);font-size:var(--text-sm);margin-top:.85rem;max-width:62ch}.term{position:relative;cursor:help;text-decoration:underline dotted var(--text-muted);text-underline-offset:2px}.term:after{content:attr(data-tooltip);position:absolute;left:0;bottom:calc(100% + .4rem);width:max-content;max-width:260px;background:var(--text-primary);color:var(--bg-color);font-size:var(--text-xs);line-height:1.4;padding:.5rem .65rem;border-radius:6px;opacity:0;visibility:hidden;transform:translateY(2px);transition:opacity .12s ease,transform .12s ease;z-index:10;pointer-events:none}.term:hover:after,.term:focus-visible:after{opacity:1;visibility:visible;transform:translateY(0)}.controls{display:flex;flex-wrap:wrap;gap:.75rem;margin:2rem 0 .75rem}.examples{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:1.25rem}.examples-label{color:var(--text-muted);font-size:var(--text-xs)}.example-chip{background:var(--tag-bg);color:var(--tag-text);border:none;padding:.2rem .65rem;border-radius:999px;font-family:var(--font-body);font-size:var(--text-xs);cursor:pointer}.example-chip:hover{background:var(--hover-bg);color:var(--text-primary)}.example-chip:focus-visible{outline:2px solid var(--focus-ring);outline-offset:1px}.search-input{flex:1 1 240px;padding:.6rem .9rem;border:1px solid var(--border-color);border-radius:8px;background:var(--card-bg);color:var(--text-primary);font-family:var(--font-body);font-size:var(--text-base)}.search-input:focus{outline:2px solid var(--focus-ring);outline-offset:1px}.result-count{color:var(--text-muted);font-size:var(--text-sm);margin-bottom:1rem}.roster{display:flex;flex-direction:column;border-top:1px solid var(--border-color)}.entry{padding:.9rem 0;border-bottom:1px solid var(--border-color)}.entry-line{display:flex;flex-wrap:wrap;align-items:baseline;gap:.25rem .6rem}.entry-name{color:var(--text-primary);font-weight:600;text-decoration:none}.entry-name:hover,.entry-name:focus-visible{text-decoration:underline}.dagger{color:var(--text-muted);font-weight:400}.entry-meta{color:var(--text-muted);font-size:var(--text-sm)}.tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.4rem}.tag{background:var(--tag-bg);color:var(--tag-text);font-size:var(--text-xs);padding:.15rem .55rem;border-radius:999px;white-space:nowrap}.empty-state{padding:3rem 0;text-align:center;color:var(--text-muted)}footer{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--border-color);color:var(--text-muted);font-size:var(--text-xs)}.footer-link{color:var(--text-muted);text-decoration:underline dotted;text-underline-offset:2px}.footer-link:hover,.footer-link:focus-visible{color:var(--text-primary)}.home-link{color:inherit;text-decoration:none}.submit-form{display:flex;flex-direction:column;gap:1.25rem;margin-top:2rem}.form-section{display:flex;flex-direction:column;gap:.4rem;border:none;padding:0}.form-section>label,.form-section legend{font-size:var(--text-sm);font-weight:500;color:var(--text-secondary)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:480px){.form-row{grid-template-columns:1fr}}.form-section input[type=text],.form-section input[type=url],.form-section textarea{padding:.6rem .9rem;border:1px solid var(--border-color);border-radius:8px;background:var(--card-bg);color:var(--text-primary);font-family:var(--font-body);font-size:var(--text-base)}.form-section textarea{resize:vertical}.form-section input:focus,.form-section textarea:focus{outline:2px solid var(--focus-ring);outline-offset:1px}.radio-row,.checkbox-row{display:flex;align-items:baseline;gap:.5rem;font-size:var(--text-sm);font-weight:400;color:var(--text-primary);cursor:pointer}.attestation{background:var(--tag-bg);border:1px solid var(--border-color);border-radius:8px;padding:.9rem 1rem}.submit-btn{align-self:flex-start;padding:.7rem 1.4rem;border:none;border-radius:8px;background:var(--accent);color:var(--bg-color);font-family:var(--font-body);font-weight:600;font-size:var(--text-base);cursor:pointer}.submit-btn:hover{opacity:.9}.submit-btn:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.submit-hint{color:var(--text-muted);font-size:var(--text-xs);max-width:62ch}
