html{scroll-behavior:smooth}:root{--bg-warm: #292828;--bg-sidebar: #1F1F1F;--coral: #D97757;--coral-hover: #c96442;--coral-muted: rgba(217, 119, 87, .15);--accent: var(--coral);--accent-hover: var(--coral-hover);--accent-muted: var(--coral-muted)}html,body{background:var(--bg-body);color:var(--text-primary);font-family:DM Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code,pre,kbd,samp{font-family:IBM Plex Mono,JetBrains Mono,ui-monospace,monospace}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes streaming-cursor{0%,49%{opacity:1}50%,to{opacity:0}}.streaming-cursor:after{content:"▋";display:inline-block;color:var(--coral);margin-left:1px;animation:streaming-cursor .9s steps(1) infinite}@keyframes pulse-dot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.4}}.pulse-dot{animation:pulse-dot 1.2s ease-in-out infinite}.pulse-dot:nth-child(2){animation-delay:.15s}.pulse-dot:nth-child(3){animation-delay:.3s}.sidebar-collapse-transition{transition:width .26s cubic-bezier(.2,.8,.2,1),transform .26s cubic-bezier(.2,.8,.2,1),opacity .18s ease;will-change:width,transform}.fade-up-initial{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1)}.fade-up-visible{opacity:1;transform:translateY(0)}.stream-cursor:after{content:"";display:inline-block;width:2px;height:1.1em;background:var(--coral, #D97757);margin-left:2px;vertical-align:text-bottom;animation:cursor-blink .7s ease infinite}@keyframes cursor-blink{0%,49%{opacity:1}50%,to{opacity:0}}
