:root{--bg-primary: #ffffff;--bg-secondary: #ffffff;--text-primary: #000000;--text-secondary: #888888;--border: #dddddd;--border-light: #eeeeee;--accent: #000000;--positive: #00c853;--negative: #ff3d00}[data-theme=dark]{--bg-primary: #000000;--bg-secondary: #0a0a0a;--text-primary: #ffffff;--text-secondary: #888888;--border: #222222;--border-light: #1a1a1a;--accent: #ffffff;--positive: #00e676;--negative: #ff5252}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-primary);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s,color .3s}.app-container.svelte-cwls5q{min-height:100vh;display:flex;flex-direction:column}.nav.svelte-cwls5q{border-bottom:1px solid var(--border);background:var(--bg-primary);position:sticky;top:0;z-index:100}.nav-content.svelte-cwls5q{max-width:1100px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-title.svelte-cwls5q{margin:0;font-size:1rem;font-weight:500;color:var(--text-primary);display:flex;align-items:center;gap:.625rem}.beta-badge.svelte-cwls5q{display:inline-block;font-size:.625rem;font-weight:600;letter-spacing:.05em;padding:.125rem .375rem;border-radius:3px;background:linear-gradient(135deg,var(--accent) 0%,var(--text-secondary) 100%);color:var(--bg-primary);text-transform:uppercase;position:relative;top:-1px;animation:svelte-cwls5q-pulse 3s ease-in-out infinite}@keyframes svelte-cwls5q-pulse{0%,to{opacity:1}50%{opacity:.7}}.nav-links.svelte-cwls5q{display:flex;gap:2rem}.nav-link.svelte-cwls5q{font-size:.875rem;color:var(--text-secondary);text-decoration:none;transition:color .2s}.nav-link.svelte-cwls5q:hover{color:var(--text-primary)}.nav-link.active.svelte-cwls5q{color:var(--text-primary);font-weight:500}main.svelte-cwls5q{flex:1;max-width:800px;margin:0 auto;padding:3rem 2rem;width:100%}.about-content.svelte-cwls5q h1:where(.svelte-cwls5q){font-size:2rem;font-weight:600;margin-bottom:2rem;color:var(--text-primary)}.about-content.svelte-cwls5q h2:where(.svelte-cwls5q){font-size:1.5rem;font-weight:600;margin-top:3rem;margin-bottom:1rem;color:var(--text-primary)}.about-content.svelte-cwls5q h3:where(.svelte-cwls5q){font-size:1.25rem;font-weight:600;margin-top:2rem;margin-bottom:.75rem;color:var(--text-primary)}.about-content.svelte-cwls5q h4:where(.svelte-cwls5q){font-size:1rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.about-content.svelte-cwls5q p:where(.svelte-cwls5q){margin-bottom:1rem;color:var(--text-primary)}.about-content.svelte-cwls5q ul:where(.svelte-cwls5q),.about-content.svelte-cwls5q ol:where(.svelte-cwls5q){margin-bottom:1.5rem;padding-left:1.5rem}.about-content.svelte-cwls5q li:where(.svelte-cwls5q){margin-bottom:.5rem;color:var(--text-primary)}.about-content.svelte-cwls5q code:where(.svelte-cwls5q){background:var(--bg-secondary);padding:.2rem .4rem;border:1px solid var(--border);border-radius:3px;font-family:Courier New,monospace;font-size:.875rem}.about-content.svelte-cwls5q strong:where(.svelte-cwls5q){font-weight:600}.positive.svelte-cwls5q{color:var(--positive);font-weight:600}.negative.svelte-cwls5q{color:var(--negative);font-weight:600}section.svelte-cwls5q{margin-bottom:3rem}.architecture-diagram.svelte-cwls5q{margin:2rem 0}.arch-layer.svelte-cwls5q{display:flex;justify-content:center}.arch-box.svelte-cwls5q{border:1px solid var(--border);background:var(--bg-secondary);padding:1.5rem;border-radius:8px;width:100%;max-width:600px}.arch-box.svelte-cwls5q h4:where(.svelte-cwls5q){margin-top:0;margin-bottom:.5rem;font-size:1.125rem}.arch-box.svelte-cwls5q p:where(.svelte-cwls5q){margin:.5rem 0;font-weight:600}.arch-box.svelte-cwls5q ul:where(.svelte-cwls5q){margin:.75rem 0 0;padding-left:1.25rem}.arch-box.svelte-cwls5q li:where(.svelte-cwls5q){font-size:.875rem;margin-bottom:.25rem}.arch-arrow.svelte-cwls5q{text-align:center;font-size:2rem;color:var(--text-secondary);margin:1rem 0}.metric-explanation.svelte-cwls5q{background:var(--bg-secondary);border:1px solid var(--border);padding:1.25rem;border-radius:6px;margin-bottom:1rem}.metric-explanation.svelte-cwls5q h4:where(.svelte-cwls5q){margin-top:0}.metric-explanation.svelte-cwls5q ul:where(.svelte-cwls5q){margin-bottom:0}.formula.svelte-cwls5q{background:var(--bg-secondary);border:1px solid var(--border);padding:1rem;border-radius:6px;margin:1rem 0;text-align:center}.tech-grid.svelte-cwls5q{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:1.5rem 0}.tech-card.svelte-cwls5q{border:1px solid var(--border);background:var(--bg-secondary);padding:1.25rem;border-radius:6px}.tech-card.svelte-cwls5q h4:where(.svelte-cwls5q){margin-top:0;margin-bottom:.75rem}.tech-card.svelte-cwls5q ul:where(.svelte-cwls5q){margin:0;padding-left:1.25rem}.tech-card.svelte-cwls5q li:where(.svelte-cwls5q){font-size:.875rem;margin-bottom:.25rem}.data-flow.svelte-cwls5q{background:var(--bg-secondary);border:1px solid var(--border);padding:1.5rem 1.5rem 1.5rem 2.5rem;border-radius:6px}.data-flow.svelte-cwls5q li:where(.svelte-cwls5q){margin-bottom:1rem}.data-flow.svelte-cwls5q ul:where(.svelte-cwls5q){margin-top:.5rem}.donation-box.svelte-cwls5q{background:var(--bg-secondary);border:1px solid var(--border);padding:1.5rem;border-radius:6px;text-align:center}.donation-box.svelte-cwls5q .address:where(.svelte-cwls5q){display:block;font-size:.875rem;padding:.75rem;background:var(--bg-primary);border:1px solid var(--border);border-radius:4px;margin:1rem 0;word-break:break-all}.copy-button.svelte-cwls5q{padding:.625rem 1.25rem;background:var(--accent);color:var(--bg-primary);border:none;border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:500;transition:opacity .2s}.copy-button.svelte-cwls5q:hover{opacity:.8}.footer.svelte-cwls5q{border-top:1px solid var(--border);background:var(--bg-primary);margin-top:auto}.footer-content.svelte-cwls5q{max-width:1100px;margin:0 auto;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;font-size:.8125rem;color:var(--text-secondary)}.footer-left.svelte-cwls5q a:where(.svelte-cwls5q){color:var(--text-primary);text-decoration:none;font-weight:500;transition:opacity .2s}.footer-left.svelte-cwls5q a:where(.svelte-cwls5q):hover{opacity:.7}.footer-right.svelte-cwls5q{display:flex;align-items:center;gap:.75rem}.footer-link.svelte-cwls5q{color:var(--text-secondary);text-decoration:none;background:none;border:none;padding:0;cursor:pointer;font-size:.8125rem;transition:color .2s}.footer-link.svelte-cwls5q:hover{color:var(--text-primary)}.donate-link.svelte-cwls5q{font-family:inherit}.separator.svelte-cwls5q{color:var(--border)}@media (max-width: 768px){.nav-content.svelte-cwls5q{padding:1rem}main.svelte-cwls5q{padding:2rem 1rem}.about-content.svelte-cwls5q h1:where(.svelte-cwls5q){font-size:1.5rem}.about-content.svelte-cwls5q h2:where(.svelte-cwls5q){font-size:1.25rem}.tech-grid.svelte-cwls5q{grid-template-columns:1fr}.footer-content.svelte-cwls5q{flex-direction:column;gap:1rem;text-align:center;padding:1.5rem 1rem}}
