:root{--podcast-logo-glow:0 0 20px rgba(0,212,212,.3);--podcast-logo-color-primary:#00bcd4;--podcast-logo-color-secondary:gold;--podcast-logo-color-dark:#000008;--podcast-logo-animation-duration:0.3s}.podcast-sticker-container{position:relative;z-index:10}.podcast-corner-badge{position:absolute;z-index:20;border-radius:12px;background:hsla(0,0%,100%,.08);backdrop-filter:blur(12px);border:1px solid rgba(0,212,212,.3);box-shadow:var(--podcast-logo-glow),inset 0 0 20px hsla(0,0%,100%,.05);transition:all var(--podcast-logo-animation-duration) cubic-bezier(.4,0,.2,1)}.podcast-corner-badge:hover{transform:scale(1.05) rotate(-2deg);box-shadow:0 0 40px rgba(0,212,212,.5),0 0 60px rgba(255,215,0,.3)}.podcast-inline-badge{display:inline-flex;align-items:center;gap:8px;padding:4px 12px;border-radius:8px;background:rgba(0,212,212,.1);border:1px solid rgba(0,212,212,.2);transition:all .2s ease}.podcast-inline-badge:hover{background:rgba(0,212,212,.15);border-color:rgba(0,212,212,.4)}.podcast-watermark{position:fixed;opacity:.15;pointer-events:none;z-index:1;filter:blur(1px)}.podcast-watermark-large{width:300px;height:300px}.podcast-cta-badge{position:relative;display:inline-flex;align-items:center;gap:10px;padding:12px 24px;border-radius:12px;background:linear-gradient(135deg,rgba(0,212,212,.15),rgba(255,215,0,.1));border:2px solid rgba(0,212,212,.3);box-shadow:0 4px 20px rgba(0,212,212,.2);transition:all .3s ease}.podcast-cta-badge:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,212,212,.4),0 0 40px rgba(255,215,0,.3);border-color:rgba(0,212,212,.6)}.podcast-floating-sticker{position:absolute;opacity:.8;z-index:5;filter:blur(.5px)}.podcast-floating-sticker-parallax{will-change:transform;transition:transform .5s cubic-bezier(.4,0,.2,1)}.podcast-episode-badge{top:12px;left:12px;width:48px;height:48px;border-radius:50%;background:rgba(0,0,8,.9);border:2px solid rgba(0,212,212,.5);box-shadow:0 0 15px rgba(0,212,212,.3);z-index:10}.podcast-episode-badge,.podcast-testimony-badge{position:absolute;display:flex;align-items:center;justify-content:center}.podcast-testimony-badge{top:16px;right:16px;width:56px;height:56px;border-radius:12px;background:hsla(0,0%,100%,.1);backdrop-filter:blur(16px);border:1px solid rgba(0,212,212,.4);box-shadow:0 4px 20px rgba(0,212,212,.3);z-index:15}@media (max-width:1024px){.podcast-corner-badge{width:80px!important;height:80px!important}.podcast-episode-badge{width:40px;height:40px}}@media (max-width:768px){.podcast-corner-badge{width:60px!important;height:60px!important}.podcast-episode-badge{width:36px;height:36px;top:8px;left:8px}.podcast-testimony-badge{width:48px;height:48px;top:12px;right:12px}.podcast-watermark-large{width:200px;height:200px}}@media (max-width:480px){.podcast-corner-badge{width:48px!important;height:48px!important}.podcast-inline-badge{padding:3px 8px;gap:6px}}@media (prefers-color-scheme:dark){.podcast-corner-badge{background:hsla(0,0%,100%,.05);border-color:rgba(0,212,212,.4)}.podcast-episode-badge{background:rgba(0,0,8,.95)}}.podcast-cta-badge[role=button],.podcast-logo-badge[role=button]{cursor:pointer}.podcast-cta-badge:focus-visible,.podcast-logo-badge:focus-visible{outline:2px solid var(--podcast-logo-color-primary);outline-offset:4px}@media print{.podcast-floating-sticker,.podcast-watermark{display:none}}@keyframes podcast-float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-10px) rotate(2deg)}}@keyframes podcast-glow-pulse{0%,to{box-shadow:0 0 20px rgba(0,212,212,.2);filter:brightness(1)}50%{box-shadow:0 0 40px rgba(0,212,212,.5),0 0 60px rgba(255,215,0,.3);filter:brightness(1.15)}}@keyframes podcast-pulse{0%,to{transform:scale(1);opacity:.9}50%{transform:scale(1.05);opacity:1}}@keyframes podcast-particle-burst{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(var(--tx,0),var(--ty,0)) scale(.3)}}.podcast-badge-float{animation:podcast-float 6s ease-in-out infinite;will-change:transform}.podcast-badge-glow{animation:podcast-glow-pulse 2s ease-in-out infinite;will-change:box-shadow,filter}.podcast-badge-pulse{animation:podcast-pulse 2.5s ease-in-out infinite;will-change:transform,opacity}.podcast-logo-badge:hover{filter:drop-shadow(0 0 20px rgba(255,215,0,.4));transition:all .3s cubic-bezier(.4,0,.2,1)}.podcast-badge-glassmorphic{position:relative;border-radius:50%}.podcast-badge-glassmorphic:before{content:"";position:absolute;inset:-2px;border-radius:50%;background:linear-gradient(135deg,rgba(0,212,212,.3),rgba(255,215,0,.2));opacity:0;transition:opacity .3s ease;pointer-events:none}.podcast-badge-glassmorphic:hover:before{opacity:1}@media (max-width:768px){.podcast-badge-float{animation:podcast-float 8s ease-in-out infinite}.podcast-logo-badge:hover{filter:drop-shadow(0 0 15px rgba(255,215,0,.3))}}.podcast-logo-badge:focus{outline:2px solid #00bcd4;outline-offset:4px}.podcast-logo-badge:focus:not(:focus-visible){outline:none}@media (prefers-reduced-motion:reduce){.podcast-badge-float,.podcast-badge-glow,.podcast-badge-pulse{animation:none}}