@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&family=Space+Grotesk:wght@300;400;500;600;700&display=swap");.cuco-theme{--background:224 43% 19%;--foreground:60 10% 97%;--card:224 43% 15%;--card-foreground:60 10% 97%;--popover:224 43% 12%;--popover-foreground:60 10% 97%;--primary:47 92% 53%;--primary-foreground:224 43% 12%;--secondary:224 43% 25%;--secondary-foreground:60 10% 97%;--muted:224 30% 28%;--muted-foreground:213 20% 70%;--accent:14 80% 54%;--accent-foreground:60 10% 97%;--destructive:0 84.2% 60.2%;--destructive-foreground:210 40% 98%;--border:224 30% 30%;--input:224 30% 25%;--ring:47 92% 53%;--radius:0px;--coral:14 80% 54%;--salmon:12 86% 65%;--sage:171 35% 62%;--gold:47 92% 53%;--navy-light:224 43% 25%;--offwhite:60 10% 95%;background-color:hsl(224,43%,19%);color:hsl(60,10%,97%);min-height:100vh}.cuco-theme .cuco-text-display{font-family:Poppins,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:-.04em;line-height:.85}.cuco-theme .cuco-text-subhead{font-family:Space Grotesk,sans-serif;font-weight:400;letter-spacing:-.01em}.cuco-theme .cuco-font-barlow-c{font-family:Poppins,sans-serif}.cuco-theme .cuco-font-barlow{font-family:Space Grotesk,sans-serif}.cuco-theme .cuco-snap{transition-timing-function:cubic-bezier(.2,1,.3,1)}.cuco-theme .cuco-border-highlight{border:1px solid hsla(0,0%,100%,.1)}.cuco-theme .cuco-gradient-navy-up{background:linear-gradient(0deg,hsl(224,43%,19%) 0,transparent)}.cuco-theme .cuco-gradient-navy-right{background:linear-gradient(90deg,hsl(224,43%,19%) 0,transparent 60%)}.cuco-theme .cuco-grain-overlay{position:relative}.cuco-theme .cuco-grain-overlay:after{content:"";position:absolute;inset:0;opacity:.06;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");background-size:128px 128px;pointer-events:none;z-index:1}@keyframes cuco-live-pulse{0%,to{opacity:1}50%{opacity:.3}}.cuco-theme .cuco-animate-live-pulse{animation:cuco-live-pulse 1.4s ease-in-out infinite}@keyframes cuco-ticker-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.cuco-theme .cuco-animate-ticker{animation:cuco-ticker-scroll 20s linear infinite}@keyframes cuco-jersey-spin{0%{transform:rotateY(0deg)}to{transform:rotateY(1turn)}}.cuco-theme .cuco-animate-jersey-spin{transform-style:preserve-3d}@media (min-width:1024px){.cuco-theme .cuco-animate-jersey-spin{animation:cuco-jersey-spin 25s linear infinite}}@keyframes cuco-brasao-glow{0%,to{filter:drop-shadow(0 0 10px rgba(207,173,89,.25)) drop-shadow(0 6px 28px rgba(0,0,0,.5))}50%{filter:drop-shadow(0 0 32px rgba(207,173,89,.65)) drop-shadow(0 6px 40px rgba(0,0,0,.6))}}.cuco-theme .cuco-brasao-glow{animation:cuco-brasao-glow 3.5s ease-in-out infinite;animation-delay:1.4s}.cuco-theme .cuco-brasao-container{overflow:hidden}.cuco-theme .cuco-border-coral{border-color:hsl(14,80%,54%)}.cuco-theme .cuco-border-sage{border-color:hsl(171,35%,62%)}.cuco-theme .cuco-border-salmon{border-color:hsl(12,86%,65%)}.cuco-theme .cuco-border-gold,.cuco-theme .cuco-border-primary{border-color:hsl(47,92%,53%)}.cuco-whatsapp-ball{display:flex;align-items:center;justify-content:center;width:96px;height:96px;border-radius:50%;background:#25D366;animation:cuco-wball-float 2.4s ease-in-out infinite;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}@media (min-width:768px){.cuco-whatsapp-ball{width:120px;height:120px}}.cuco-whatsapp-ball:hover{transform:scale(1.12);box-shadow:0 0 0 4px #F5C518;animation-play-state:paused}.cuco-whatsapp-ball:active{transform:scale(.96);transition:transform .1s ease}@keyframes cuco-wball-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}