@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--paper: 247 247 244;--surface: 255 255 255;--hairline: 222 222 218;--ink: 28 28 26;--ink-muted: 110 110 104;--stamp: 31 78 74;--stamp-soft: #e8f0ef;--rust: 181 69 27;--rust-soft: #f5e6de}.dark{--paper: 20 22 26;--surface: 27 30 35;--hairline: 44 47 53;--ink: 237 237 234;--ink-muted: 154 154 148;--stamp: 111 201 187;--stamp-soft: rgba(111, 201, 187, .12);--rust: 224 138 92;--rust-soft: rgba(224, 138, 92, .12)}@keyframes caret-blink{0%,45%{opacity:1}50%,95%{opacity:0}to{opacity:1}}.caret{display:inline-block;width:.55em;height:1em;background:rgb(var(--rust));vertical-align:text-bottom;animation:caret-blink 1s step-end infinite}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fadeInUp{animation:fadeInUp .5s ease-out both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fadeIn{animation:fadeIn .4s ease-out both}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgb(var(--hairline));border-radius:4px}::-webkit-scrollbar-thumb:hover{background:rgb(var(--ink-muted))}input,textarea,button{transition:background-color .15s ease-out,border-color .15s ease-out,color .15s ease-out}input:focus,textarea:focus{box-shadow:0 0 0 3px var(--stamp-soft)}code,kbd,pre{font-family:JetBrains Mono,ui-monospace,monospace}pre{background:rgb(var(--paper));border:1px solid rgb(var(--hairline));border-radius:6px;padding:12px;overflow-x:auto}.prose table{display:block;overflow-x:auto;white-space:nowrap}::selection{background:var(--stamp-soft);color:rgb(var(--ink))}:focus-visible{outline:2px solid rgb(var(--stamp));outline-offset:2px}:disabled{opacity:.5;cursor:not-allowed}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}
