@tailwind base;@tailwind components;@tailwind utilities;:root{--background: #FFFDF5;--on-surface: #36392d;--on-surface-variant: #636658;--outline: #808273;--outline-variant: #36392d;--secondary: #706500;--secondary-fixed: #E6D44D;--surface-container-low: #fbfaef;--surface-container: #f5f4e8;--surface-container-high: #eeefe0;--surface-container-highest: #e8ead8;--font-body: "Space Grotesk", sans-serif;--border-width-main: 2px;--border-radius-main: 0px;--border-radius-full: 0px;--heading-tracking: -.025em;--secondary-dim: #635900;--on-secondary-fixed: #474000;--heading-size-2xl: 3rem;--syntax-keyword: #706500;--syntax-string: #5a5f65;--syntax-key: #36392d;--indicator-radius: 0%;--indicator-size: 1rem;--indicator-bg: #36392d;--terminal-cursor-width: 12px;--terminal-cursor-color: #706500;--header-bg: #FFFDF5;--header-blur: 0px}.dark{--background: #0a0a0a;--on-surface: #f5f5f5;--on-surface-variant: #a3a3a3;--outline: #404040;--outline-variant: #404040;--secondary: #E6D44D;--secondary-fixed: #E6D44D;--surface-container-low: #0f0f0f;--surface-container: #121212;--surface-container-high: #1e1e1e;--surface-container-highest: #262626;--font-body: "Space Grotesk", sans-serif;--border-width-main: 1px;--border-radius-main: 4px;--border-radius-full: 9999px;--heading-tracking: -.025em;--secondary-dim: #c4b542;--on-secondary-fixed: #0a0a0a;--heading-size-2xl: 3rem;--syntax-keyword: #E6D44D;--syntax-string: #a3a3a3;--syntax-key: #f5f5f5;--indicator-radius: 50%;--indicator-size: .5rem;--indicator-bg: #E6D44D;--terminal-cursor-width: 8px;--terminal-cursor-color: #E6D44D;--header-bg: rgba(10, 10, 10, .8);--header-blur: 12px}html{scroll-behavior:smooth}@layer base{body{@apply bg-background text-on-surface;font-family:var(--font-body);transition:background-color .3s ease,color .3s ease,border-radius .3s ease;cursor:crosshair}h1,h2,h3,h4{@apply uppercase;letter-spacing:var(--heading-tracking)}}.themed-border{border-width:var(--border-width-main);border-style:solid;border-color:var(--outline-variant);border-radius:var(--border-radius-main)}.themed-heading{font-size:var(--heading-size-2xl);letter-spacing:var(--heading-tracking);@apply font-headline font-bold;}.ghost-border{border:1px solid rgba(185,187,170,.4)}.dark .ghost-border{border:1px solid rgba(64,64,64,.4)}.dashed-border{border-style:dashed}.timeline-indicator{width:var(--indicator-size);height:var(--indicator-size);background-color:var(--indicator-bg);border-radius:var(--indicator-radius);border:2px solid var(--background)}.syntax-keyword{color:var(--syntax-keyword);font-weight:700}.syntax-string{color:var(--syntax-string)}.syntax-key{color:var(--syntax-key);font-weight:700}.terminal-cursor{display:inline-block;width:var(--terminal-cursor-width);height:1.25em;background-color:var(--terminal-cursor-color);margin-left:8px;vertical-align:middle;animation:blink 1s step-end infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 700,"GRAD" 0,"opsz" 24;vertical-align:middle}.dark .material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 500,"GRAD" 0,"opsz" 24}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--outline-variant);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--outline)}@keyframes slideInFromTop{0%{transform:translateY(-1rem);opacity:0}to{transform:translateY(0);opacity:1}}.animate-in{animation:slideInFromTop .3s ease-out forwards}.fade-in{opacity:1}
