:root{--sr-green:#32d74b;--sr-green-dim:#32d74b1f;--sr-green-glow:#32d74b66;--sr-bg:#0a0a0a;--sr-surface:#141414;--sr-surface-elevated:#1c1c1e;--sr-text-primary:#fff;--sr-text-secondary:#8e8e93;--sr-text-tertiary:#636366;--sr-orange:#ff9f0a}body.streakrunner-site{background-color:var(--sr-bg);color:var(--sr-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,system-ui,sans-serif;line-height:1.6}html[data-site=streakrunner] ::selection{background-color:var(--sr-green);color:#000}html[data-site=streakrunner] ::-webkit-scrollbar{width:6px}html[data-site=streakrunner] ::-webkit-scrollbar-track{background:var(--sr-bg)}html[data-site=streakrunner] ::-webkit-scrollbar-thumb{background:var(--sr-green);border-radius:3px}@keyframes sr-fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes sr-pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.sr-animate-in{animation:.6s both sr-fadeInUp}.sr-pulse-dot{animation:2s ease-in-out infinite sr-pulse-dot}
