@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#000000;--surface:#0d0d0d;--surface-2:#141414;--border:rgba(255,255,255,0.10);--border-accent:rgba(234,160,17,0.25);--accent:#eaa011;--accent-hover:#f0b020;--accent-dim:rgba(234,160,17,0.08);--accent-muted:rgba(234,160,17,0.40);--text:#ffffff;--text-muted:rgba(255,255,255,0.45);--success:#22c55e;--warning:#eaa011;--danger:#ef4444;--radius:6px;--radius-lg:10px}html{background:var(--bg)}body{background:transparent;color:var(--text);font-family:JetBrains Mono,Fira Code,monospace;font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}@keyframes hex-pulse{0%,to{opacity:0}50%{opacity:1}}body:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='52' viewBox='0 0 90 52'%3E%3Cpath d='M60,26 L45,52 L15,52 L0,26 L15,0 L45,0 Z M105,0 L90,26 L60,26 L45,0 L60,-26 L90,-26 Z' fill='none' stroke='rgba(234,160,17,0.24)' stroke-width='1' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:repeat;background-size:90px 52px;animation:hex-pulse 20s ease-in-out infinite}@media (prefers-reduced-motion:reduce){body:before{animation:none;opacity:.7}}