:root{--color-bg-primary: #282c34;--color-bg-secondary: #21252b;--color-bg-tertiary: #2c313c;--color-text-primary: #abb2bf;--color-text-secondary: #5c6370;--color-text-accent: #98c379;--color-prompt-current: #61afef;--color-prompt-history: #c71616;--color-link: #61afef;--color-link-hover: #528bff;--color-border: #3e4451;--color-selection: rgba(97, 175, 239, .2);--color-syntax-keyword: #c678dd;--color-syntax-function: #61afef;--color-syntax-string: #98c379;--color-syntax-number: #d19a66;--color-syntax-comment: #5c6370;--color-syntax-error: #e06c75;--color-syntax-warning: #e5c07b;--font-family-mono: "Fira Code", "Menlo", "Monaco", "Courier New", monospace;--font-family-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--line-height-tight: 1.25;--line-height-normal: 1.5;--line-height-relaxed: 1.75;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--spacing-3xl: 4rem;--container-sm: 640px;--container-md: 768px;--container-lg: 1024px;--container-xl: 1280px;--radius-sm: .125rem;--radius-md: .25rem;--radius-lg: .5rem;--radius-xl: 1rem;--radius-full: 9999px;--border-width-thin: 1px;--border-width-medium: 2px;--border-width-thick: 4px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1);--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-base: .2s cubic-bezier(.4, 0, .2, 1);--transition-slow: .3s cubic-bezier(.4, 0, .2, 1);--z-index-dropdown: 100;--z-index-sticky: 200;--z-index-fixed: 300;--z-index-modal: 400;--z-index-tooltip: 500}@media (min-width: 768px){:root{--font-size-base: 1.125rem;--spacing-md: 1.25rem;--spacing-lg: 2rem;--spacing-xl: 2.5rem}}@media (min-width: 1024px){:root{--spacing-lg: 2.5rem;--spacing-xl: 3rem;--spacing-2xl: 4rem}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,figure,figcaption,blockquote,dl,dd{margin:0;padding:0}html{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:var(--line-height-normal)}ul,ol{list-style:none}a:not([class]){text-decoration-skip-ink:auto}img,picture,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}body{margin:0;font-family:var(--font-family-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-bg-primary);color:var(--color-text-primary);overflow:hidden}::selection{background-color:var(--color-selection);color:var(--color-text-primary)}::-webkit-scrollbar{width:var(--spacing-sm);height:var(--spacing-sm)}::-webkit-scrollbar-track{background:var(--color-bg-secondary)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-md)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-secondary)}*:focus-visible{outline:none}code{font-family:var(--font-family-mono)}pre{font-family:var(--font-family-mono);overflow-x:auto}.loading-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;background-color:var(--color-bg-primary);color:var(--color-text-accent);font-family:var(--font-family-mono);font-size:var(--font-size-xl);animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}
