@keyframes bounce-soft{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-6px)scale(1.02,.98)}}@keyframes float-ghost{0%,to{transform:translateY(0)rotate(-2deg)}50%{transform:translateY(-8px)rotate(2deg)}}@keyframes bounce-chip{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-5px)scale(1.03,.97)}}@keyframes sweat-shake{0%,to{transform:translate(0)}25%{transform:translate(-1px)rotate(-1deg)}75%{transform:translate(1px)rotate(1deg)}}.poffy-anim{animation:3s ease-in-out infinite bounce-soft}.gosty-anim{animation:4s ease-in-out infinite float-ghost}.chip-anim{animation:2.5s ease-in-out .5s infinite bounce-chip}.char-sweat{animation:.3s ease-in-out infinite sweat-shake!important}
.ad-banner-container{box-sizing:border-box;width:100%;padding:10px 15px}.native-ad-card{cursor:pointer;background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;align-items:center;padding:12px;transition:background .2s;display:flex;position:relative;overflow:hidden}.native-ad-card:hover{background:#ffffff0f}.ad-badge{color:#888;background:#0000004d;border-bottom-left-radius:8px;padding:2px 6px;font-size:.6rem;font-weight:700;position:absolute;top:0;right:0}.ad-image-placeholder{background:linear-gradient(135deg,#2c3e50 0%,#000 100%);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;margin-right:12px;font-size:1.5rem;display:flex}.ad-content{flex:1;min-width:0}.ad-title{color:var(--text-color);white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:.9rem;font-weight:700;overflow:hidden}.ad-description{color:var(--text-muted);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.75rem;line-height:1.3;display:-webkit-box;overflow:hidden}.ad-cta-button{border:1px solid var(--self-blue);color:var(--self-blue);white-space:nowrap;background:0 0;border-radius:20px;flex-shrink:0;margin-left:10px;padding:6px 12px;font-size:.75rem;font-weight:700}
