:root{--color-primary: #8B1010;--color-primary-hover: #A52020;--color-bg: #0D0D0D;--color-surface: #1A1A1A;--color-surface-2: #242424;--color-border: #2A2A2A;--color-text: #E5E5E5;--color-text-muted: #888888;--font-mono: "JetBrains Mono", "Fira Code", Consolas, monospace}*{box-sizing:border-box}html{background-color:var(--color-bg);color:var(--color-text);scroll-behavior:smooth}body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#444}pre,code{font-family:var(--font-mono)}.ant-layout{background:var(--color-bg)!important}.ant-layout-header{border-bottom:1px solid var(--color-border)}.ant-layout-footer{border-top:1px solid var(--color-border)}.text-primary{color:var(--color-primary)}.text-muted{color:var(--color-text-muted)}.section{padding:80px 0}.section-sm{padding:48px 0}.gradient-text{background:linear-gradient(135deg,#fff,#8b1010);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.card-hover{transition:border-color .2s,transform .2s}.card-hover:hover{border-color:var(--color-primary)!important;transform:translateY(-2px)}section[id]{scroll-margin-top:72px}
