@theme{--color-brand-black:#0A0A0A;--color-brand-dark:#0A0A0A;--color-brand-charcoal:#1A1A1A;--color-brand-gray:#2D2D2D;--color-brand-muted:#4A4A4A;--color-brand-red:#C0392B;--color-brand-red-bright:#E74C3C;--color-brand-red-dim:#7B241C;--color-brand-paper:#F5F0E8;--color-brand-stamp:#DC2626;--color-brand-redact:#1A1A1A;--color-brand-terminal:#00FF41;--color-brand-amber:#F39C12;--color-alternate-black:#050505;--color-alternate-dark:#0F0F10;--color-alternate-charcoal:#151516;--color-alternate-gray:#252526;--color-alternate-muted:#3A3A3B;--color-alternate-red:#B91C1C;--color-alternate-red-bright:#EF4444;--color-alternate-red-dim:rgba(185,28,28,0.14);--color-alternate-paper:#F3F1ED;--color-alternate-stamp:#DC2626;--color-alternate-redact:#050505;--font-family-sans:var(--font-sans),system-ui,sans-serif;--font-family-mono:var(--font-mono),monospace}@tailwind base;@tailwind components;@tailwind utilities;body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(0deg,rgba(0,0,0,.04),rgba(0,0,0,.04) 1px,transparent 0,transparent 2px);pointer-events:none;z-index:50}@keyframes cursor-blink{0%,50%{opacity:1}51%,to{opacity:0}}.cursor-blink{animation:cursor-blink 1s infinite}.section-divider{@apply flex items-center justify-center gap-2 my-8}.section-divider:after,.section-divider:before{@apply flex-1 h-px bg-brand-gray;content:""}.section-divider span{@apply text-brand-red font-mono text-xs px-2}html{scroll-behavior:smooth}*{@apply transition-colors duration-200}button{@apply transition-all duration-200}