:root{--bg-page: #f3f4f6;--bg-sidebar: #d1d5db;--bg-card: #ffffff;--bg-header: #000000;--text-main: #374151;--text-heading: #111827;--text-muted: #6b7280;--accent-link: #0f766e;--accent-link-hover: #115e59;--border-subtle: #e5e7eb;--font-sans: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "Roboto Mono", monospace}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100vh;background-color:var(--bg-page);color:var(--text-main);font-family:var(--font-sans);font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background:#374151;color:#fff}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f3f4f6}::-webkit-scrollbar-thumb{background:#9ca3af;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#6b7280}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#4b5563;text-decoration:none;font-size:.9rem;font-weight:600;padding:.5rem 1rem;border-radius:6px;background:#fff;border:1px solid #d1d5db;box-shadow:0 1px 3px #0000000d;transition:all .2s ease;margin-bottom:1.75rem}.back-link:hover{color:#111827;border-color:#9ca3af;transform:translate(-2px)}article.prose{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 16px #0000000a,0 1px 2px #00000005}article.prose h1{font-size:2.2rem;font-weight:800;letter-spacing:-.025em;color:#111827;margin-top:3rem;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}article.prose h1:first-child{margin-top:0}article.prose h2{font-size:1.4rem;font-weight:700;letter-spacing:-.015em;color:#111827;margin-top:2.25rem;margin-bottom:.75rem}article.prose h3{font-size:1.15rem;font-weight:600;color:#111827;margin-top:1.5rem;margin-bottom:.5rem}article.prose p{color:#374151;font-size:1.025rem;line-height:1.75;margin:1.25rem 0}article.prose p strong{color:#111827;font-weight:700}article.prose p em{font-style:normal;font-size:.85rem;font-weight:600;color:#4b5563;background:#f3f4f6;padding:.25rem .75rem;border-radius:9999px;border:1px solid #e5e7eb;display:inline-flex;align-items:center;margin-top:.2rem;margin-bottom:.5rem}article.prose p:has(strong):not(:has(em)):not(.last-updated){font-size:1.075rem;color:#111827;font-weight:700;margin-top:-.25rem;margin-bottom:.4rem}article.prose .last-updated{font-size:.85rem;color:#6b7280;margin-top:1.5rem;margin-bottom:0}article.prose .last-updated strong{color:#4b5563;font-weight:600}article.prose ul,article.prose ol{padding-left:1.5rem;margin:1.25rem 0}article.prose li{margin-bottom:.65rem;color:#374151;font-size:.985rem;line-height:1.7}article.prose code{font-family:var(--font-mono);font-size:.875em;color:#111827;background:#f3f4f6;border:1px solid #e5e7eb;padding:.2rem .45rem;border-radius:4px;word-break:break-word}article.prose pre{background:#111827!important;border-radius:8px;padding:1.25rem 1.5rem;overflow-x:auto;max-width:100%;margin:1.5rem 0;box-sizing:border-box;-webkit-overflow-scrolling:touch}article.prose pre code{background:transparent;border:none;padding:0;color:#f9fafb;display:block;white-space:pre;word-break:normal;word-wrap:normal}article.prose hr{border:none;height:1px;background:#e5e7eb;margin:2.5rem 0}article.prose blockquote{margin:1.5rem 0;padding:1rem 1.25rem;background:#f9fafb;border-left:4px solid var(--accent-link);border-radius:0 8px 8px 0;color:#4b5563;font-style:italic}article.prose blockquote p{margin:.4rem 0;color:#4b5563}article.prose table{display:block;width:100%;max-width:100%;overflow-x:auto;border-collapse:collapse;margin:1.75rem 0;border-radius:8px;border:1px solid #e5e7eb;-webkit-overflow-scrolling:touch}article.prose table th,article.prose table td{padding:.85rem 1.15rem;text-align:left}article.prose table th{background:#f9fafb;color:#111827;font-weight:700;border-bottom:1px solid #e5e7eb}article.prose table td{color:#374151;border-bottom:1px solid #e5e7eb}article.prose table tr:hover td{background:#f9fafb}article.prose a{color:var(--accent-link);text-decoration:underline;text-decoration-color:#0f766e59;text-underline-offset:3px;transition:color .2s ease,text-decoration-color .2s ease}article.prose a:hover{color:var(--accent-link-hover);text-decoration-color:var(--accent-link-hover)}@media(max-width:768px){article.prose{padding:1.5rem 1rem}article.prose pre{padding:1rem .85rem;border-radius:6px}}
