.lendflow-container{--volt:#c1ff00;--carbon:#050505;--border:rgba(255,255,255,0.1);font-family:Space Grotesk,sans-serif;background-color:var(--carbon);color:#ffffff;-webkit-font-smoothing:antialiased}body:has(.lendflow-container){background-color:#050505}.lendflow-container:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:url(https://grainy-gradients.vercel.app/noise.svg);opacity:.04;pointer-events:none;z-index:9999}.lendflow-container ::selection,.lendflow-container::selection{background:var(--volt);color:#000}.lendflow-container ::-moz-selection,.lendflow-container::-moz-selection{background:var(--volt);color:#000}.lendflow-container::-webkit-scrollbar{width:4px}.lendflow-container::-webkit-scrollbar-track{background:var(--carbon)}.lendflow-container::-webkit-scrollbar-thumb{background:#333}.lendflow-container::-webkit-scrollbar-thumb:hover{background:var(--volt)}.lendflow-container .mono{font-family:JetBrains Mono,monospace}.lendflow-container .volt-glow{box-shadow:0 0 30px rgba(193,255,0,.15)}.lendflow-container .carbon-card{background:#0a0a0a;border:1px solid var(--border);transition:all .5s cubic-bezier(.16,1,.3,1)}.lendflow-container .carbon-card:hover{border-color:var(--volt);transform:translateY(-8px)}.lendflow-container .heading-xl{letter-spacing:-.05em;line-height:.85;font-weight:800}.lendflow-container .btn-volt{background:var(--volt);color:#000;font-weight:800;text-transform:uppercase;letter-spacing:.05em;transition:all .3s ease}.lendflow-container .btn-volt:hover{transform:scale(1.02);box-shadow:0 0 40px rgba(193,255,0,.3)}@keyframes lendflow-scanline{0%{transform:translateY(-100%)}to{transform:translateY(100%)}}.lendflow-container .scanline{width:100%;height:2px;background:rgba(193,255,0,.1);position:absolute;animation:lendflow-scanline 8s linear infinite}@keyframes lendflow-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.lendflow-container .animate-marquee{animation:lendflow-marquee 30s linear infinite}