.interest-radar{--radar-x:50%;--radar-y:40%;position:relative;margin:24px 0;padding:28px;overflow:hidden;border:1px solid #272b33;border-radius:22px;background:radial-gradient(circle at var(--radar-x) var(--radar-y),#313744 0,#171a20 34%,#0f1115 72%);box-shadow:0 15px 35px rgb(15 17 21/18%);color:#fff;isolation:isolate}.interest-radar::before{position:absolute;z-index:-1;background-image:linear-gradient(rgb(255 255 255/3%) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255/3%) 1px,transparent 1px);background-size:34px 34px;content:"";inset:0;mask-image:linear-gradient(to bottom,#000,transparent 85%)}.interest-radar__glow{position:absolute;z-index:-1;width:420px;height:420px;border:1px solid rgb(255 67 87/17%);border-radius:50%;background:radial-gradient(circle,rgb(237 0 23/10%),transparent 68%);pointer-events:none;transform:translate(-50%,-50%);transition:left .12s linear,top .12s linear;left:var(--radar-x);top:var(--radar-y)}.interest-radar__header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px}.interest-radar__signal{position:relative;display:grid;width:78px;height:78px;place-items:center}.interest-radar__signal i{position:absolute;border:1px solid rgb(255 67 87/28%);border-radius:50%;animation:radar-ring 3s ease-out infinite}.interest-radar__signal i:nth-child(1){width:42px;height:42px}.interest-radar__signal i:nth-child(2){width:59px;height:59px;animation-delay:.9s}.interest-radar__signal i:nth-child(3){width:76px;height:76px;animation-delay:1.8s}.interest-radar__signal span{z-index:2;display:grid;width:35px;height:35px;place-items:center;border-radius:50%;background:linear-gradient(135deg,#ff3348,#c90016);box-shadow:0 0 22px rgb(255 31 54/38%)}.interest-radar__signal span img{width:19px;filter:brightness(0) invert(1)}@keyframes radar-ring{0%,35%{opacity:.25;transform:scale(.82)}70%{opacity:1}100%{opacity:0;transform:scale(1.22)}}.interest-radar__header>div:nth-child(2)>span{color:#ff7684;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.8px}.interest-radar__header h2{margin:5px 0;font-size:clamp(24px,3vw,35px)}.interest-radar__header p{margin:0;color:#aeb3bd;font-size:10px}.interest-radar__shuffle{display:flex;height:38px;align-items:center;gap:7px;padding:0 13px;border:1px solid #454b57;border-radius:8px;background:#252a33;color:#fff;font:700 9px Roboto,sans-serif;cursor:pointer}.interest-radar__shuffle:hover{border-color:#ff4659;background:#2d2025}.interest-radar__shuffle img{width:15px;filter:brightness(0) invert(1)}.interest-radar__shuffle.is-spinning img{animation:radar-spin .55s ease}@keyframes radar-spin{to{transform:rotate(360deg)}}.interest-radar__filters{display:flex;gap:7px;margin:20px 0 14px;overflow-x:auto}.interest-radar__filters button{height:30px;padding:0 12px;border:1px solid #3f4550;border-radius:999px;background:#20242b;color:#bcc1ca;font:600 9px Roboto,sans-serif;white-space:nowrap;cursor:pointer}.interest-radar__filters button.is-active{border-color:#ff4659;background:#ff3348;color:#fff}.interest-radar__products{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.interest-radar__products article{position:relative;display:flex;min-width:0;min-height:275px;flex-direction:column;padding:11px;border:1px solid #353a44;border-radius:13px;background:linear-gradient(160deg,rgb(48 53 63/93%),rgb(27 30 36/96%));box-shadow:0 9px 24px rgb(0 0 0/18%);transition:border-color .2s ease,transform .2s ease,opacity .2s ease;scroll-snap-align:start}.interest-radar__products article:hover{border-color:#ff5264;transform:translateY(-5px)}.interest-radar__products article[hidden]{display:none}.interest-radar__products article>button{position:absolute;top:8px;right:8px;display:grid;width:28px;height:28px;place-items:center;padding:0;border:0;border-radius:50%;background:#383d46;cursor:pointer}.interest-radar__products article>button img{width:17px;filter:brightness(0) invert(1)}.interest-radar__products article>button.is-active{background:#e8001b}.interest-radar__products article>img{width:100%;height:132px;margin-top:20px;object-fit:contain;filter:drop-shadow(0 8px 10px rgb(0 0 0/22%))}.interest-radar__match{position:absolute;top:9px;left:9px;display:grid;width:43px;height:43px;place-content:center;border-radius:50%;background:radial-gradient(circle at center,#252a32 57%,transparent 59%),conic-gradient(#ff4053 calc(var(--match)*1%),#444a54 0);text-align:center}.interest-radar__match b{font-size:9px}.interest-radar__match small{color:#aeb3bd;font-size:5px}.interest-radar__products h3{min-height:34px;margin:7px 0 3px;font-size:10px;line-height:1.4}.interest-radar__products p{margin:0;color:#9298a3;font-size:7px}.interest-radar__products article>strong{margin-top:auto;color:#ff6b79;font-size:14px}.interest-radar__notice{min-height:12px;margin:10px 0 -10px;color:#84e59b;font-size:9px;text-align:center}@media(max-width:1199.98px){.interest-radar__products{display:flex;overflow-x:auto;padding:3px;scroll-snap-type:x mandatory}.interest-radar__products article{min-width:190px}}@media(max-width:767.98px){.interest-radar{padding:22px 14px}.interest-radar__header{grid-template-columns:auto 1fr}.interest-radar__shuffle{grid-column:1/-1;width:max-content;margin-left:auto}.interest-radar__signal{width:60px;height:60px;transform:scale(.78)}.interest-radar__products article{min-width:66vw}}@media(max-width:575.98px){.interest-radar{margin-inline:-12px;border-radius:0}}@media(prefers-reduced-motion:reduce){.interest-radar__signal i{animation:none}.interest-radar__products article,.interest-radar__glow{transition:none}}
