.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}
.page-module__E0kJGG__mainContainer{flex-direction:column;width:100%;display:flex}
