@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap");:root{--coal:#12100D;--iron:#1C1813;--elevated:#262019;--soot:#3B3226;--parchment:#F0E7D8;--muted:#B3A48D;--leather:#7A5230;--glow:#F2A03D;--whitehot:#FFE9C4;--ember:#E2571B;--steel:#8FA3B0;--tempered:#7FB069;--scorch:#E04F2E;--font-ui:"Inter",system-ui,sans-serif;--font-prompt:"JetBrains Mono",monospace;--space-1:8px;--space-2:16px;--space-3:24px;--space-4:32px;--space-6:48px;--space-8:64px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{color-scheme:dark}body{background-color:var(--coal);color:var(--parchment);font-family:var(--font-ui);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.prompt-text,code,pre{font-family:var(--font-prompt)}a{color:var(--glow);text-decoration:none}a:hover{color:var(--whitehot)}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg,var(--soot) 25%,var(--elevated) 50%,var(--soot) 75%);background-size:200% 100%;animation:shimmer 1.6s ease-in-out infinite;border-radius:4px}@media (prefers-reduced-motion:reduce){.skeleton{animation:none;background:var(--soot)}}.card-hover{transition:background-color .15s,border-color .15s}.card-hover:hover{background-color:var(--elevated)!important;border-color:var(--leather)!important}