@tailwind base;@tailwind components;@tailwind utilities;:root{--font-mono: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, "DejaVu Sans Mono", monospace;--font-serif: "Georgia", "Times New Roman", serif}:root,[data-theme=light]{--color-bg: #fafafa;--color-bg-secondary: #ffffff;--color-text: #111111;--color-text-muted: #666666;--color-border: #e5e5e5;--color-border-dark: #000000;--color-link: #0066cc;--color-hover-bg: #e8e8e8;--color-shadow: #000000;--color-timeline: #d4d4d4;--color-featured-bg: #ffffff;--color-featured-border: #000000;--color-code-bg: #f5f5f5;--color-code-text: #111111;--chart-primary: #e9ecef;--chart-secondary: #ced4da;--chart-tertiary: #adb5bd;--chart-accent: #6c757d}[data-theme=dark]{--color-bg: #0a0a0a;--color-bg-secondary: #1a1a1a;--color-text: #e5e5e5;--color-text-muted: #a0a0a0;--color-border: #2a2a2a;--color-border-dark: #e5e5e5;--color-link: #5c9fd8;--color-hover-bg: #1a1a1a;--color-shadow: #000000;--color-timeline: #3a3a3a;--color-featured-bg: #1a1a1a;--color-featured-border: #e5e5e5;--color-code-bg: #0f0f0f;--color-code-text: #d4d4d4;--chart-primary: #3a3a3a;--chart-secondary: #4a4a4a;--chart-tertiary: #5a5a5a;--chart-accent: #7a7a7a}body{margin:0;padding:0;font-family:var(--font-mono);font-size:14px;line-height:1.6;background-color:var(--color-bg);color:var(--color-text);transition:background-color .3s,color .3s}h1,h2,h3,h4,h5,h6{font-weight:600;margin-top:2rem;margin-bottom:1rem;color:var(--color-text)}h1{font-size:2rem;font-family:var(--font-serif)}h2{font-size:1.5rem}h3{font-size:1.25rem}code{background:var(--color-code-bg);padding:.2rem .4rem;border-radius:3px;font-size:.9em;color:var(--color-code-text)}pre{background:var(--color-code-bg);padding:1rem;overflow-x:auto;border-radius:5px;margin:1rem 0;border:1px solid var(--color-border)}pre code{background:none;padding:0;color:var(--color-code-text)}a{color:var(--color-link);text-decoration:underline;text-decoration-skip-ink:auto}a:hover{text-decoration-thickness:2px}table{width:100%;border-collapse:collapse;margin:2rem 0;background:var(--color-bg-secondary);border:1px solid var(--color-border)}th{background:var(--color-hover-bg);font-weight:600;text-align:left;padding:.75rem;border:1px solid var(--color-border)}td{padding:.75rem;border:1px solid var(--color-border)}tr:nth-child(2n){background:var(--color-hover-bg)}audio,video{max-width:100%;margin:1rem 0;border-radius:5px}img{max-width:100%;height:auto;border-radius:5px}.subject-name{display:inline-flex;align-items:center;gap:.15em;font-weight:600;cursor:default}.subject-icon{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;position:relative}.subject-icon-sm,.subject-icon-sm img{width:12px;height:12px}.subject-icon-lg,.subject-icon-lg img{width:20px;height:20px}.subject-icon img{position:absolute;top:0;left:0;transition:opacity .2s ease}.subject-icon .subject-head-color{opacity:1}.subject-icon .subject-head-bw,.subject-name:hover .subject-icon .subject-head-color{opacity:0}.subject-name:hover .subject-icon .subject-head-bw{opacity:1;animation:subject-spin 1s linear infinite}@keyframes subject-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.testimony-exchange{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-left:4px solid var(--color-border-dark);border-radius:5px;padding:1rem 1.25rem;margin:1.5rem 0;font-family:var(--font-serif)}.testimony-exchange p{margin:.75rem 0;line-height:1.6}.testimony-exchange p:first-child{margin-top:0}.testimony-exchange p:last-child{margin-bottom:0}.highlight-warning{background:#ffc10726;border-left:4px solid #ffc107;padding:1rem;margin:1.5rem 0;border-radius:0 5px 5px 0}.highlight-danger{background:#dc354526;border-left:4px solid #dc3545;padding:1rem;margin:1.5rem 0;border-radius:0 5px 5px 0}.highlight-info{background:#17a2b826;border-left:4px solid #17a2b8;padding:1rem;margin:1.5rem 0;border-radius:0 5px 5px 0}.highlight-success{background:#28a74526;border-left:4px solid #28a745;padding:1rem;margin:1.5rem 0;border-radius:0 5px 5px 0}.document-verbatim{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:5px;padding:1.5rem;margin:1.5rem 0}.document-verbatim h3,.document-verbatim h4{font-family:var(--font-serif);border-bottom:1px solid var(--color-border);padding-bottom:.5rem;margin-top:1.5rem}.document-verbatim h3:first-child,.document-verbatim h4:first-child{margin-top:0}@media (max-width: 640px){svg{max-width:100%!important;height:auto!important;width:100%!important}audio,video{max-width:100%;width:100%}}.pdf-embed{margin:2rem 0}.pdf-embed iframe{width:100%;min-height:600px;border:1px solid var(--color-border);border-radius:5px}svg text,svg tspan{fill:#333!important}[data-theme=dark] svg text,[data-theme=dark] svg tspan{fill:#e0e0e0!important}.theme-toggle.svelte-1cmi4dh{background:transparent;border:1px solid var(--color-border);border-radius:5px;padding:.5rem .75rem;cursor:pointer;color:var(--color-text);font-size:1rem;transition:background-color .2s,border-color .2s}.theme-toggle.svelte-1cmi4dh:hover{background:var(--color-hover-bg);border-color:var(--color-border-dark)}.container.svelte-12qhfyh{min-height:100vh;padding:3rem .5in 1rem;background-color:var(--color-bg)}.header-wrapper.svelte-12qhfyh,.footer-wrapper.svelte-12qhfyh{max-width:910px;margin:0 auto}.header.svelte-12qhfyh{display:flex;flex-direction:column;gap:.5rem;margin-bottom:3rem;padding-bottom:1rem}@media (min-width: 768px){.header.svelte-12qhfyh{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:.5rem}}.title-block.svelte-12qhfyh{display:flex;flex-direction:column;gap:0}.title.svelte-12qhfyh{font-size:1.5rem;font-family:var(--font-mono);font-weight:600;color:var(--color-text);text-decoration:none;display:flex;align-items:center;gap:.5rem;white-space:nowrap}.title.svelte-12qhfyh:hover{text-decoration:none}.title-text.svelte-12qhfyh{display:inline}.title-subtitle.svelte-12qhfyh{display:block;font-size:.7rem;color:var(--color-text-muted);font-family:var(--font-mono);margin-top:.15rem}.nav.svelte-12qhfyh{display:flex;gap:1rem;align-items:center;margin-top:.25rem}.nav.svelte-12qhfyh a:where(.svelte-12qhfyh){text-decoration:none;text-underline-offset:8px;color:var(--color-text);transition:text-decoration .2s}.nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{text-decoration:underline;text-decoration-thickness:2px}.nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){text-decoration:underline;text-decoration-thickness:2px}.search-icon.svelte-12qhfyh{display:flex;align-items:center;text-decoration:none!important;padding:.25rem;transition:opacity .2s}.search-icon.svelte-12qhfyh:hover{opacity:.7}.search-icon.svelte-12qhfyh svg:where(.svelte-12qhfyh){stroke:var(--color-text)}.content.svelte-12qhfyh{min-height:60vh;max-width:910px;margin:0 auto}.footer.svelte-12qhfyh{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--color-border-dark)}.footer-content.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.footer-title.svelte-12qhfyh{font-family:var(--font-mono);font-size:1rem;color:var(--color-text);display:inline-flex;align-items:center;gap:.35rem}.footer-logo.svelte-12qhfyh{width:20px;height:20px}.footer-separator.svelte-12qhfyh{color:var(--color-text-muted);font-size:.875rem}.footer-links.svelte-12qhfyh{display:inline-flex;gap:1rem}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:.8rem;color:var(--color-text-muted);text-decoration:none}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-link);text-decoration:underline}.footer-cid-wrapper.svelte-12qhfyh{display:inline-flex;align-items:center;gap:.35rem;flex:1;min-width:0;justify-content:flex-end}.footer-cid.svelte-12qhfyh{font-size:.75rem;font-family:var(--font-mono);color:var(--color-text-muted);text-decoration:none;display:inline-flex;min-width:0}.footer-cid.svelte-12qhfyh:hover{color:var(--color-link);text-decoration:underline}.cid-start.svelte-12qhfyh,.cid-ellipsis.svelte-12qhfyh,.cid-end.svelte-12qhfyh{display:inline}.cid-full.svelte-12qhfyh{display:none}@media (min-width: 900px){.cid-start.svelte-12qhfyh,.cid-ellipsis.svelte-12qhfyh,.cid-end.svelte-12qhfyh{display:none}.cid-full.svelte-12qhfyh{display:inline}}@media (max-width: 480px){.cid-start.svelte-12qhfyh{display:none}.cid-ellipsis.svelte-12qhfyh:before{content:"bafybei"}}.cid-copy-btn.svelte-12qhfyh{background:none;border:none;padding:.15rem .25rem;cursor:pointer;color:var(--color-text-muted);font-size:.7rem;opacity:.6;transition:opacity .2s,color .2s;line-height:1}.cid-copy-btn.svelte-12qhfyh:hover{opacity:1;color:var(--color-link)}.cid-copy-btn.svelte-12qhfyh i.fa-check:where(.svelte-12qhfyh){color:#4caf50}@media (max-width: 768px){.container.svelte-12qhfyh{padding:1rem 2em}.header.svelte-12qhfyh{margin-bottom:1.5rem}.nav.svelte-12qhfyh{flex-wrap:wrap}.cid-start.svelte-12qhfyh,.cid-end.svelte-12qhfyh{display:none}.cid-ellipsis.svelte-12qhfyh:before{content:"bafybei"}.cid-ellipsis.svelte-12qhfyh:after{content:""}.footer-content.svelte-12qhfyh{flex-direction:column;align-items:flex-start;gap:.75rem}.footer-separator.svelte-12qhfyh{display:none}.footer-cid-wrapper.svelte-12qhfyh{justify-content:flex-start}}
