@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--navy:#0B1220;--lime:#B7FF3C;--warm-white:#F7F7F2;--text-main:#0B1220;--text-muted:#6B7285;--border:#E0E4EE}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f7f7f2;color:#0b1220;font-family:Plus Jakarta Sans,Inter,sans-serif;line-height:1.7;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:Plus Jakarta Sans,sans-serif;line-height:1.15}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:#0b1220;border-radius:8px}.animate-fade-up{animation:fadeUp .7s ease both}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fadeIn .4s ease both}@keyframes slideInLeft{0%{opacity:0;transform:translate(-32px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(32px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes numberPop{0%{opacity:0;transform:scale(.8) translateY(12px)}60%{transform:scale(1.05) translateY(-2px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes pulseDot{0%,to{box-shadow:0 0 #b7ff3c80}50%{box-shadow:0 0 0 8px #b7ff3c00}}@keyframes progressBar{0%{width:0}to{width:var(--target-width)}}@keyframes drawLine{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}@keyframes countUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes revealWidth{0%{width:0}to{width:100%}}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-slide-left{animation:slideInLeft .6s ease both}.animate-slide-right{animation:slideInRight .6s ease both}.animate-scale-in{animation:scaleIn .5s ease both}.animate-number-pop{animation:numberPop .7s cubic-bezier(.34,1.56,.64,1) both}.animate-draw-line{animation:drawLine 1.2s ease both}.animate-blink{animation:blink 1.4s ease-in-out infinite}.animate-float{animation:floatY 3s ease-in-out infinite}.animate-ticker{animation:ticker 20s linear infinite}.delay-100{animation-delay:.1s}.delay-150{animation-delay:.15s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.delay-600{animation-delay:.6s}.delay-700{animation-delay:.7s}.shimmer-text{background:linear-gradient(90deg,#b7ff3c,#fff,#b7ff3c);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer 3s linear infinite}.campaign-active:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#b7ff3c;margin-right:6px;animation:blink 1.4s ease-in-out infinite;vertical-align:middle}.lime-btn{background:#b7ff3c;color:#0b1220;font-weight:700;border-radius:.75rem;transition:all .2s;box-shadow:0 4px 20px #b7ff3c4d;display:inline-block;padding:1rem 1.75rem}.lime-btn:hover{filter:brightness(1.08);transform:translateY(-2px);box-shadow:0 8px 32px #b7ff3c66}
