@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=JetBrains+Mono:ital,wght@0,400;0,500;0,600;1,400&display=swap";:root{--background: #0d1117;--foreground: #e6edf3;--card: #161b22;--card-hover: #1c2129;--border: #30363d;--border-muted: #21262d;--muted: #161b22;--muted-foreground: #8b949e;--primary: #58a6ff;--primary-foreground: #0d1117;--accent: #3fb950;--accent-foreground: #0d1117;--destructive: #f85149;--destructive-foreground: #ffffff;--secondary: #21262d;--secondary-foreground: #e6edf3;--input: #21262d;--ring: #58a6ff;--nav-bg: rgba(13, 17, 23, .8);--code-bg: #0d1117;--font-body: "Outfit", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", "Courier New", monospace;--radius: 8px;--max-width: 1100px;--nav-height: 60px}[data-theme=light]{--background: #ffffff;--foreground: #1f2328;--card: #f6f8fa;--card-hover: #eaeef2;--border: #d0d7de;--border-muted: #e4e7eb;--muted: #f6f8fa;--muted-foreground: #59636e;--primary: #0969da;--primary-foreground: #ffffff;--accent: #1a7f37;--accent-foreground: #ffffff;--destructive: #cf222e;--destructive-foreground: #ffffff;--secondary: #eaeef2;--secondary-foreground: #1f2328;--input: #eaeef2;--ring: #0969da;--nav-bg: rgba(255, 255, 255, .8);--code-bg: #f6f8fa}@theme inline{ --color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--foreground); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-destructive: var(--destructive); --color-destructive-foreground: var(--destructive-foreground); --color-border: var(--border); --color-input: var(--input); --color-ring: var(--ring); --font-sans: var(--font-body); --font-mono: var(--font-mono); --radius-sm: 4px; --radius-md: 6px; --radius-lg: 8px; --radius-xl: 12px; }*,*:before,*:after{box-sizing:border-box}html{background:var(--background);color:var(--foreground);min-height:100vh;scroll-behavior:smooth}body{font-family:var(--font-body);margin:0;padding:0;background:var(--background);color:var(--foreground);font-size:18px;line-height:1.6;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin:0 0 .5rem;color:var(--foreground);line-height:1.3;font-weight:600;font-family:var(--font-body)}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}strong,b{font-weight:600;color:var(--foreground)}a{color:var(--primary);text-decoration:none;transition:color .15s ease}a:hover{color:#79c0ff}code{padding:2px 6px;background:var(--secondary);color:var(--foreground);border:1px solid var(--border);border-radius:4px;font-family:var(--font-mono);font-size:.85em}pre{padding:1.25rem;background:#0d1117;border:1px solid var(--border);border-radius:var(--radius);overflow-x:auto}pre>code{all:unset;font-family:var(--font-mono);font-size:.85em;color:var(--muted-foreground)}img{max-width:100%;height:auto;border-radius:var(--radius)}blockquote{border-left:2px solid var(--primary);padding:0 0 0 1.25rem;margin:0 0 1.5rem;color:var(--muted-foreground)}hr{border:none;border-top:1px solid var(--border);margin:2rem 0}table{width:100%;border-collapse:collapse}table th,table td{border:1px solid var(--border);padding:.75rem;text-align:left}table th{background:var(--secondary);font-weight:600}table td{background:var(--card)}input,textarea,select{font-family:var(--font-body);font-size:.875rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--input);color:var(--foreground);padding:.5rem .75rem}button{font-family:var(--font-body);font-weight:500;border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:background .15s ease,border-color .15s ease}button:hover{background:var(--secondary);border-color:var(--muted-foreground)}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
