.page-module__EhOsEq__main{flex-direction:column;gap:2em;max-width:1200px;min-height:calc(100vh - 200px);margin:0 auto;padding:20px;display:flex}.page-module__EhOsEq__container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border-radius:12px;padding:40px}.page-module__EhOsEq__title{color:#fff;margin-bottom:30px;font-size:32px;font-weight:700}.page-module__EhOsEq__content{color:#e0e0e0;line-height:1.8}.page-module__EhOsEq__content h2{color:#fff;margin-top:30px;margin-bottom:15px;font-size:24px;font-weight:600}.page-module__EhOsEq__content p{margin-bottom:15px;font-size:14px}.page-module__EhOsEq__content ul{margin-bottom:15px;margin-left:20px}.page-module__EhOsEq__content li{margin-bottom:8px;font-size:14px}.page-module__EhOsEq__content section{margin-bottom:30px}@media (max-width:768px){.page-module__EhOsEq__container{padding:20px}.page-module__EhOsEq__title{font-size:24px}.page-module__EhOsEq__content h2{font-size:20px}}
.shared-module__omp0ma__backButton{color:#000;cursor:pointer;background:linear-gradient(45deg,#0f6,#00cc52);border-radius:1em;place-self:flex-start;padding:.5em 1em;font-size:.9em;transition:all .3s;display:flex}
.seekerCard-module__AxUJta__seekerCard{opacity:0;word-break:break-all;cursor:pointer;background-color:#111;border:1px solid #00ffd933;border-radius:1em;flex-direction:column;align-items:center;gap:1em;width:100%;height:100%;padding:1.5em;transition:box-shadow .4s,transform .4s,filter .4s;animation:.6s forwards seekerCard-module__AxUJta__slideIn;display:flex;position:relative;transform:translateY(-5em)}.seekerCard-module__AxUJta__seekerCard:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;opacity:0;z-index:-1;background:linear-gradient(90deg,#00ffd9,#0f6,#00ffd9,#0f6,#00ffd9) 0 0/400% 400%;padding:2px;transition:opacity .3s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.seekerCard-module__AxUJta__seekerCard:hover:before{opacity:1;animation:3s linear infinite seekerCard-module__AxUJta__gradientFlow}.seekerCard-module__AxUJta__seekerCard:hover{filter:brightness(1.3);transform:scale(1.05)translateY(-2px);box-shadow:0 0 25px #00ffd94d,0 0 45px #00ff6640}.seekerCard-module__AxUJta__domainName{font-size:1.5em;font-weight:700}.seekerCard-module__AxUJta__tagCont{justify-content:flex-end;gap:.5em;width:100%;padding:0 1rem;display:flex;position:absolute;top:1rem}.seekerCard-module__AxUJta__nameTag{color:#000;background:linear-gradient(45deg,#0f6,#00e6c0);border-radius:.5em;padding:.2em .5em;font-size:.75em;font-weight:600;animation:2s infinite seekerCard-module__AxUJta__pulse-bg}.seekerCard-module__AxUJta__rankTag{color:#000;background:linear-gradient(45deg,gold,orange);border-radius:.5em;padding:.2em .5em;font-size:.75em;font-weight:600;animation:2s infinite seekerCard-module__AxUJta__pulse-bg}.seekerCard-module__AxUJta__domainInfo{color:#a0a0a0;word-spacing:-3px;flex-direction:column;gap:.5em;display:flex}.seekerCard-module__AxUJta__eachInfo{justify-content:space-between;gap:5em;width:100%;font-size:.8rem;display:flex}.seekerCard-module__AxUJta__eachInfo a{color:#00ffd9;cursor:pointer}.seekerCard-module__AxUJta__eachInfo a:hover{text-decoration:underline}@keyframes seekerCard-module__AxUJta__pulse-bg{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@keyframes seekerCard-module__AxUJta__slideIn{0%{opacity:0;transform:translateY(-5em)}to{opacity:1;transform:translateY(0)}}@keyframes seekerCard-module__AxUJta__gradientFlow{0%{background-position:0%}to{background-position:400%}}
.TelegramModal-module__eDV9bq__modal{z-index:1000;background:#111;border:1px solid #00ffd94d;border-radius:1em;width:280px;animation:.3s TelegramModal-module__eDV9bq__slideIn;position:fixed;bottom:1.5em;right:1.5em;box-shadow:0 4px 20px #00000080}@keyframes TelegramModal-module__eDV9bq__slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.TelegramModal-module__eDV9bq__closeButton{color:#606060;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:1.5em;height:1.5em;font-size:1em;transition:color .2s;display:flex;position:absolute;top:.5em;right:.5em}.TelegramModal-module__eDV9bq__closeButton:hover{color:#a0a0a0}.TelegramModal-module__eDV9bq__content{text-align:center;flex-direction:column;align-items:center;gap:.5em;padding:1.25em;display:flex}.TelegramModal-module__eDV9bq__content h2{color:#fff;margin:0;font-size:1em;font-weight:600}.TelegramModal-module__eDV9bq__content p{color:#a0a0a0;margin:0;font-size:.8em;line-height:1.4}.TelegramModal-module__eDV9bq__joinButton{color:#fff;cursor:pointer;background:linear-gradient(45deg,#08c,#00a8e8);border:none;border-radius:.75em;width:100%;margin-top:.5em;padding:.7em 1.5em;font-family:inherit;font-size:.85em;font-weight:600;transition:all .2s}.TelegramModal-module__eDV9bq__joinButton:hover{transform:translateY(-1px);box-shadow:0 4px 12px #08c6}.TelegramModal-module__eDV9bq__dismissButton{color:#606060;cursor:pointer;background:0 0;border:none;padding:.5em;font-family:inherit;font-size:.75em;transition:color .2s}.TelegramModal-module__eDV9bq__dismissButton:hover{color:#a0a0a0}
.PixelSnake-module__k5vt6G__snakeContainer{pointer-events:none;z-index:10;width:100vw;height:100vh;position:fixed;top:0;left:0;overflow:hidden}.PixelSnake-module__k5vt6G__snakeLink{pointer-events:auto;display:block}.PixelSnake-module__k5vt6G__snake{cursor:pointer;transition:filter .2s;position:relative}.PixelSnake-module__k5vt6G__snake:hover{filter:drop-shadow(0 0 20px #0f6)}.PixelSnake-module__k5vt6G__segment{width:14px;height:14px;image-rendering:pixelated;background:linear-gradient(135deg,#0f6,#00ffd9);border-radius:2px;position:fixed;box-shadow:inset -2px -2px #0000004d,inset 2px 2px #fff3,0 0 8px #00ff6680}.PixelSnake-module__k5vt6G__segment:before{content:"";background:#fff6;border-radius:1px;width:4px;height:4px;position:absolute;top:2px;left:2px}.PixelSnake-module__k5vt6G__head{z-index:2;background:linear-gradient(135deg,#0f6,#00e65c);border-radius:3px;box-shadow:inset -2px -2px #0000004d,inset 2px 2px #ffffff4d,0 0 12px #00ff66b3}.PixelSnake-module__k5vt6G__eye{background:#001a18;border-radius:50%;width:3px;height:3px;position:absolute;box-shadow:inset 1px 1px #ffffff4d}.PixelSnake-module__k5vt6G__hovered .PixelSnake-module__k5vt6G__segment{animation:.3s ease-in-out infinite alternate PixelSnake-module__k5vt6G__pulse}.PixelSnake-module__k5vt6G__hovered .PixelSnake-module__k5vt6G__head{animation:.2s ease-in-out infinite alternate PixelSnake-module__k5vt6G__headPulse}@keyframes PixelSnake-module__k5vt6G__pulse{0%{box-shadow:inset -2px -2px #0000004d,inset 2px 2px #fff3,0 0 8px #00ff6680}to{box-shadow:inset -2px -2px #0000004d,inset 2px 2px #fff3,0 0 20px #00ff66e6}}@keyframes PixelSnake-module__k5vt6G__headPulse{0%{transform:scale(1)}to{transform:scale(1.15)}}.PixelSnake-module__k5vt6G__tooltip{color:#0f6;white-space:nowrap;pointer-events:none;z-index:100;background:#001a18f2;border:1px solid #0f6;border-radius:4px;padding:4px 10px;font-size:12px;font-weight:600;animation:.5s ease-in-out infinite alternate PixelSnake-module__k5vt6G__tooltipBounce;position:fixed;box-shadow:0 0 10px #00ff6680}.PixelSnake-module__k5vt6G__tooltip:after{content:"";border-top:6px solid #0f6;border-left:6px solid #0000;border-right:6px solid #0000;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)}@keyframes PixelSnake-module__k5vt6G__tooltipBounce{0%{transform:translateY(0)}to{transform:translateY(-5px)}}.PixelSnake-module__k5vt6G__phone{pointer-events:none;filter:drop-shadow(0 0 8px #00ffd999);z-index:5;font-size:24px;animation:2s ease-in-out infinite PixelSnake-module__k5vt6G__phoneFloat,1.5s ease-in-out infinite alternate PixelSnake-module__k5vt6G__phoneGlow;position:fixed}@keyframes PixelSnake-module__k5vt6G__phoneFloat{0%,to{transform:translateY(0)rotate(-5deg)}50%{transform:translateY(-8px)rotate(5deg)}}@keyframes PixelSnake-module__k5vt6G__phoneGlow{0%{filter:drop-shadow(0 0 5px #00ffd966)}to{filter:drop-shadow(0 0 15px #00ffd9cc)}}.PixelSnake-module__k5vt6G__score{color:#0f6;pointer-events:none;z-index:100;background:#001a18e6;border:2px solid #0f6;border-radius:8px;padding:8px 16px;font-family:monospace;font-size:18px;font-weight:700;animation:.3s ease-out PixelSnake-module__k5vt6G__scorePopIn;position:fixed;top:80px;right:20px;box-shadow:0 0 15px #0f66}@keyframes PixelSnake-module__k5vt6G__scorePopIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@media screen and (max-width:768px){.PixelSnake-module__k5vt6G__segment{width:10px;height:10px}.PixelSnake-module__k5vt6G__segment:before{width:3px;height:3px}.PixelSnake-module__k5vt6G__eye{width:2px;height:2px}.PixelSnake-module__k5vt6G__phone{font-size:20px}.PixelSnake-module__k5vt6G__score{padding:6px 12px;font-size:14px;top:70px;right:10px}.PixelSnake-module__k5vt6G__tooltip{padding:3px 8px;font-size:10px}}
.ShareButtons-module__hJoo-G__shareContainer{flex-direction:column;align-items:center;gap:.75em;display:flex}.ShareButtons-module__hJoo-G__nativeShareButton{color:#000;cursor:pointer;background:linear-gradient(45deg,#00ffd9,#0f6);border:none;border-radius:1em;justify-content:center;align-items:center;gap:.5em;min-width:120px;padding:.75em 1.5em;font-size:1em;font-weight:600;transition:all .2s;display:flex}.ShareButtons-module__hJoo-G__nativeShareButton:hover{transform:translateY(-2px);box-shadow:0 5px 20px #00ffd966}.ShareButtons-module__hJoo-G__nativeShareButton:active{transform:translateY(0)}.ShareButtons-module__hJoo-G__fallbackButtons{flex-wrap:wrap;justify-content:center;gap:.5em;display:flex}.ShareButtons-module__hJoo-G__xButton,.ShareButtons-module__hJoo-G__telegramButton,.ShareButtons-module__hJoo-G__copyButton{cursor:pointer;border:none;border-radius:.75em;justify-content:center;align-items:center;gap:.4em;min-width:90px;padding:.6em 1em;font-size:.9em;font-weight:600;transition:all .2s;display:flex}.ShareButtons-module__hJoo-G__xButton{color:#fff;background:#000;border:1px solid #333}.ShareButtons-module__hJoo-G__xButton:hover{background:#1a1a1a;border-color:#555}.ShareButtons-module__hJoo-G__telegramButton{color:#fff;background:#08c}.ShareButtons-module__hJoo-G__telegramButton:hover{background:#069}.ShareButtons-module__hJoo-G__copyButton{color:#0f6;background:#00ff6626;border:1px solid #00ff664d}.ShareButtons-module__hJoo-G__copyButton:hover{background:#00ff6640;border-color:#00ff6680}.ShareButtons-module__hJoo-G__copyButton.ShareButtons-module__hJoo-G__copied{color:#0f6;background:#00ff664d}.ShareButtons-module__hJoo-G__buttonText{display:inline}@media screen and (max-width:480px){.ShareButtons-module__hJoo-G__fallbackButtons{width:100%}.ShareButtons-module__hJoo-G__xButton,.ShareButtons-module__hJoo-G__telegramButton,.ShareButtons-module__hJoo-G__copyButton{flex:1;min-width:80px;padding:.5em .75em;font-size:.85em}.ShareButtons-module__hJoo-G__buttonText{display:none}.ShareButtons-module__hJoo-G__xButton,.ShareButtons-module__hJoo-G__telegramButton,.ShareButtons-module__hJoo-G__copyButton{min-width:48px;padding:.6em}}
.page-module__E0kJGG__mainContainer{flex-direction:column;width:100%;display:flex}
.not-found-module__sxuMuG__container{flex-direction:column;align-items:center;gap:2em;width:100%;min-height:80vh;padding:2em;display:flex}.not-found-module__sxuMuG__card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#111111e6;border:2px solid #ff64644d;border-radius:20px;flex-direction:column;align-items:center;gap:1em;width:100%;max-width:500px;margin-top:2em;padding:2.5em;display:flex}.not-found-module__sxuMuG__badge{color:#fff;background:linear-gradient(135deg,#ff6b6b 0%,#ee5a5a 100%);border-radius:25px;align-items:center;gap:10px;padding:10px 20px;font-size:1.1em;font-weight:700;display:flex}.not-found-module__sxuMuG__badgeIcon{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:1em;display:flex}.not-found-module__sxuMuG__domain{background:linear-gradient(45deg,#ff6b6b,#ff8e8e,#ffb3b3);-webkit-text-fill-color:transparent;text-shadow:0 0 30px #ff646480;-webkit-background-clip:text;background-clip:text;margin:0;font-size:4em;font-weight:700;line-height:1.1}.not-found-module__sxuMuG__subtitle{color:#a0a0a0;margin:0;font-size:1.2em}.not-found-module__sxuMuG__stats{gap:1em;width:100%;margin-top:1em;display:flex}.not-found-module__sxuMuG__stat{background:#ff64641a;border:1px solid #ff646433;border-radius:12px;flex-direction:column;flex:1;align-items:center;padding:1em;display:flex}.not-found-module__sxuMuG__statValue{color:#ff6b6b;font-size:1.5em;font-weight:700}.not-found-module__sxuMuG__statLabel{color:#888;margin-top:4px;font-size:.85em}.not-found-module__sxuMuG__message{color:#888;text-align:center;margin:1em 0;font-size:1em}.not-found-module__sxuMuG__homeButton{color:#000;background:linear-gradient(45deg,#00ffd9,#0f6);border-radius:12px;margin-top:.5em;padding:1em 2em;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.not-found-module__sxuMuG__homeButton:hover{transform:translateY(-2px);box-shadow:0 5px 20px #00ffd966}@media screen and (max-width:500px){.not-found-module__sxuMuG__domain{font-size:2.5em}.not-found-module__sxuMuG__stats{flex-direction:column}.not-found-module__sxuMuG__card{padding:1.5em}}
