@keyframes ad-popup-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.ad-popup{position:fixed;z-index:9999;bottom:calc(max(16px,env(safe-area-inset-bottom,0)) + var(--ad-popup-vv, 0px));right:16px;width:min(420px,calc(100vw - 32px));max-width:420px;pointer-events:none;font-family:var(--font, Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif)}.ad-popup:not([hidden]){pointer-events:auto}.ad-popup__inner{position:relative;display:flex;align-items:stretch;min-height:124px;height:auto;max-height:196px;box-sizing:border-box;background:#1e1e1e;color:#e8e8e8;border-radius:10px;box-shadow:0 8px 32px rgba(0,0,0,.35),0 0 0 1px rgba(255,255,255,.06);overflow:hidden;animation:ad-popup-in .36s ease both}.ad-popup__close{position:absolute;top:4px;right:4px;z-index:2;box-sizing:border-box;width:20px;height:20px;margin:0;padding:0;border:0;background:transparent;color:#fff;line-height:1;font-size:18px;cursor:pointer;opacity:.7;transition:opacity .15s ease;display:flex;align-items:center;justify-content:center}.ad-popup__close:hover{opacity:1}.ad-popup__link{display:flex;flex-direction:row;align-items:center;gap:12px;flex:1;min-width:0;padding:6px 30px 6px 8px;text-decoration:none;color:inherit;box-sizing:border-box}.ad-popup__link:hover .ad-popup__title{color:#fff}.ad-popup__thumb{flex:0 0 120px;width:120px;height:104px;border-radius:8px;overflow:hidden;background:#2a2a2a}.ad-popup__thumb img{width:100%;height:100%;object-fit:cover;display:block}.ad-popup__thumb-ph{width:100%;height:100%;min-height:104px;min-width:120px;opacity:.5}.ad-popup__text{flex:1 1 0;min-width:0;min-height:0;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start;gap:4px;padding:2px 0}.ad-popup__eyebrow,.ad-popup__title{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ad-popup__eyebrow{font-size:10px;font-weight:600;letter-spacing:.04em;color:#8a8a8a;line-height:1.2;text-transform:uppercase}.ad-popup__title{display:block;font-size:14px;font-weight:700;line-height:1.25;color:#f0f0f0;letter-spacing:-.02em;transition:color .15s ease}.ad-popup__desc{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-clamp:4;overflow:hidden;font-size:13px;line-height:1.45;color:#b5b5b5;margin:0;padding:0;width:100%;max-width:100%;white-space:normal;word-break:break-word;overflow-wrap:anywhere}@media (max-width:600px){.ad-popup{left:max(12px,env(safe-area-inset-left,0));right:max(12px,env(safe-area-inset-right,0));width:auto;max-width:none;margin-left:0;margin-right:0}.ad-popup__inner{max-height:none;min-height:128px}.ad-popup__text{flex:1 1 auto}.ad-popup__desc{-webkit-line-clamp:4;line-clamp:4}}