@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700;800;900&family=Barlow:wght@400;500;600&display=swap");:root{--hk-green:#00833e;--hk-dark:#005c2b;--hk-light:#00a84f;--hk-pale:#e8f5ee;--hk-gold:#c8a951;--hk-red:#c0392b;--ars:#ff6b4a;--psg:#6ab0ff;--bg:#0a1a0f;--bg-card:rgba(5,20,10,.92);--font-head:"Barlow Condensed",sans-serif;--font-body:"Barlow",sans-serif}*{margin:0;padding:0;box-sizing:border-box}body,html{background:var(--bg);color:#fff;font-family:var(--font-body);min-height:100vh}@keyframes foam-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.foam-wave{position:absolute;bottom:0;left:0;width:200%;height:80px;background-repeat:repeat-x;background-position:bottom}.foam-wave-1{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 80'%3E%3Cpath d='M0,40 C150,80 300,0 450,40 C600,80 750,0 900,40 C1050,80 1150,20 1200,40 L1200,80 L0,80 Z' fill='%2300833E' opacity='0.6'/%3E%3Cpath d='M0,50 C100,20 250,70 400,50 C550,30 700,70 850,50 C1000,30 1100,60 1200,50 L1200,80 L0,80 Z' fill='%2300833E' opacity='0.4'/%3E%3C/svg%3E");animation:foam-scroll 7s linear infinite}.foam-wave-2{height:50px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 50'%3E%3Ccircle cx='100' cy='20' r='8' fill='rgba(0,168,79,0.3)'/%3E%3Ccircle cx='250' cy='15' r='5' fill='rgba(0,168,79,0.2)'/%3E%3Ccircle cx='400' cy='25' r='10' fill='rgba(0,168,79,0.25)'/%3E%3Ccircle cx='600' cy='18' r='7' fill='rgba(0,168,79,0.3)'/%3E%3Ccircle cx='800' cy='22' r='9' fill='rgba(0,168,79,0.2)'/%3E%3Ccircle cx='950' cy='16' r='6' fill='rgba(0,168,79,0.3)'/%3E%3Ccircle cx='1100' cy='20' r='8' fill='rgba(0,168,79,0.25)'/%3E%3C/svg%3E");animation:foam-scroll 10s linear infinite reverse}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--hk-dark);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--hk-green)}