@charset "UTF-8";:root{--voltz-yellow:#f6a623;--voltz-charcoal:#1a1a1a;--voltz-darker:#111;--voltz-white-5:rgba(255,255,255,0.05);--voltz-white-10:rgba(255,255,255,0.1)}body{font-family:'Inter',sans-serif;background-color:var(--voltz-charcoal);color:#fff;margin:0;overflow-x:hidden}::selection{background-color:var(--voltz-yellow);color:var(--voltz-charcoal)}.voltz-header-font{font-family:'Archivo Narrow',sans-serif;text-transform:uppercase;letter-spacing:-0.02em}.voltz-mono{font-family:'Roboto Mono',monospace}.v-facts-section{background-color:var(--voltz-darker);padding:8rem 1.5rem;position:relative;overflow:hidden;border-bottom:1px solid var(--voltz-white-5)}.v-grid-overlay{position:absolute;inset:0;background-image:radial-gradient(rgba(246,166,35,0.1) 1px,transparent 0);background-size:40px 40px;pointer-events:none;opacity:0.05}.v-container{max-width:80rem;margin:0 auto;position:relative;z-index:10}.v-facts-grid{display:grid;grid-template-columns:1fr;background-color:var(--voltz-white-10);border:1px solid var(--voltz-white-10);gap:1px}@media (min-width:768px){.v-facts-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.v-facts-grid{grid-template-columns:repeat(4,1fr)}}.v-fact-card{background-color:var(--voltz-charcoal);padding:2.5rem;position:relative;height:16rem;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;transition:all 0.7s}.v-fact-card:hover{background-color:#000}.v-corner-tr{position:absolute;top:0;right:0;width:2rem;height:2rem;border-top:2px solid var(--voltz-white-5);border-right:2px solid var(--voltz-white-5);transition:border-color 0.3s}.v-fact-card:hover .v-corner-tr{border-color:rgba(246,166,35,0.4)}.v-corner-bl{position:absolute;bottom:0;left:0;width:1rem;height:1rem;border-bottom:2px solid var(--voltz-white-5);border-left:2px solid var(--voltz-white-5);transition:border-color 0.3s}.v-fact-card:hover .v-corner-bl{border-color:rgba(246,166,35,0.4)}.v-card-header{display:flex;justify-content:space-between;align-items:flex-start}.v-id-badge{font-family:var(--voltz-mono);font-size:9px;color:var(--voltz-yellow);font-weight:900;text-transform:uppercase;letter-spacing:0.1em;background-color:rgba(246,166,35,0.05);padding:0.25rem 0.5rem}.v-detail-label{font-family:var(--voltz-mono);font-size:8px;color:#4b5563;text-transform:uppercase;letter-spacing:0.2em}.v-val-container{position:relative}.v-fact-val{font-family:'Archivo Narrow',sans-serif;font-size:3.75rem;font-weight:900;line-height:1;margin-bottom:0.5rem;letter-spacing:-0.05em;transition:color 0.3s}@media (min-width:768px){.v-fact-val{font-size:4.5rem}}.v-fact-card:hover .v-fact-val{color:var(--voltz-yellow)}.v-fact-label{font-family:var(--voltz-mono);font-size:10px;color:#6b7280;text-transform:uppercase;letter-spacing:0.1em;font-weight:700}.v-progress-track{position:absolute;bottom:0;left:0;width:100%;height:4px;background-color:var(--voltz-white-5)}.v-progress-fill{height:100%;background-color:var(--voltz-yellow);width:0;transition:width 1s}.v-fact-card:hover .v-progress-fill{width:100%}.v-facts-footer{margin-top:3rem;display:flex;flex-direction:column;align-items:center;opacity:0.3}@media (min-width:768px){.v-facts-footer{flex-direction:row;justify-content:space-between}}.v-footer-text{font-family:var(--voltz-mono);font-size:9px;text-transform:uppercase;letter-spacing:0.5em;margin-bottom:1rem}@media (min-width:768px){.v-footer-text{margin-bottom:0}}.v-footer-accents{display:flex;gap:1rem}.v-accent-dot{width:0.375rem;height:0.375rem;background-color:var(--voltz-yellow)}.v-accent-dot-50{opacity:0.5}.v-accent-dot-20{opacity:0.2}
