@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');


body {
    background: linear-gradient(135deg, #040404 0%, #1E293B 100%);
    font-family: 'Inter', sans-serif;
    color: #fff;
    margin: 0;
    padding: 0;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: radial-gradient(ellipse at bottom, #144f99 0%, #0c0d13 100%);
    font-size: 18px;
    background-image: url(/img/bg3.png);
    background-color: #000000;
    background-size: 125%;
}

a {
    color: #8aa9ff;
}

.stars {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  transform: rotate(90deg);
  z-index: -1;
  opacity: 0.3;
}

.star {
  --star-color: var(--primary-color);
  --star-tail-length: 6em;
  --star-tail-height: 2px;
  --star-width: calc(var(--star-tail-length) / 6);
  --fall-duration: 18s;
  --tail-fade-duration: var(--fall-duration);
  position: absolute;
  top: var(--top-offset);
  left: 0;
  width: var(--star-tail-length);
  height: var(--star-tail-height);
  color: var(--star-color);
  background: linear-gradient(45deg, currentColor, transparent);
  border-radius: 50%;
  filter: drop-shadow(0 0 6px currentColor);
  transform: translate3d(104em, 0, 0);
  animation: fall var(--fall-duration) var(--fall-delay) linear infinite, tail-fade var(--tail-fade-duration) var(--fall-delay) ease-out infinite;
}
@media screen and (max-width: 750px) {
  .star {
    animation: fall var(--fall-duration) var(--fall-delay) linear infinite;
  }
}
.star:nth-child(1) {
  --star-tail-length: 5.87em;
  --top-offset: 83.72vh;
  --fall-duration: 8.161s;
  --fall-delay: 4.682s;
}
.star:nth-child(2) {
  --star-tail-length: 7.45em;
  --top-offset: 73.65vh;
  --fall-duration: 8.591s;
  --fall-delay: 7.993s;
}
.star:nth-child(3) {
  --star-tail-length: 7.04em;
  --top-offset: 63.8vh;
  --fall-duration: 9.302s;
  --fall-delay: 6.115s;
}
.star:nth-child(4) {
  --star-tail-length: 6.28em;
  --top-offset: 6.33vh;
  --fall-duration: 7.552s;
  --fall-delay: 4.128s;
}
.star:nth-child(5) {
  --star-tail-length: 5.71em;
  --top-offset: 91.46vh;
  --fall-duration: 11.269s;
  --fall-delay: 8.524s;
}
.star:nth-child(6) {
  --star-tail-length: 6.93em;
  --top-offset: 8.53vh;
  --fall-duration: 6.485s;
  --fall-delay: 9.145s;
}
.star:nth-child(7) {
  --star-tail-length: 5.56em;
  --top-offset: 79.64vh;
  --fall-duration: 11.16s;
  --fall-delay: 2.44s;
}
.star:nth-child(8) {
  --star-tail-length: 7em;
  --top-offset: 83.92vh;
  --fall-duration: 7.734s;
  --fall-delay: 7.158s;
}
.star:nth-child(9) {
  --star-tail-length: 6.67em;
  --top-offset: 45.75vh;
  --fall-duration: 6.237s;
  --fall-delay: 3.451s;
}
.star:nth-child(10) {
  --star-tail-length: 6.45em;
  --top-offset: 62.58vh;
  --fall-duration: 6.818s;
  --fall-delay: 4.035s;
}
.star:nth-child(11) {
  --star-tail-length: 5.62em;
  --top-offset: 1.33vh;
  --fall-duration: 11.577s;
  --fall-delay: 5.386s;
}
.star:nth-child(12) {
  --star-tail-length: 5.66em;
  --top-offset: 22.54vh;
  --fall-duration: 9.74s;
  --fall-delay: 6.309s;
}
.star:nth-child(13) {
  --star-tail-length: 5.11em;
  --top-offset: 65.02vh;
  --fall-duration: 9.071s;
  --fall-delay: 8.027s;
}
.star:nth-child(14) {
  --star-tail-length: 6.22em;
  --top-offset: 23.4vh;
  --fall-duration: 7.982s;
  --fall-delay: 9.739s;
}
.star:nth-child(15) {
  --star-tail-length: 5.9em;
  --top-offset: 29.75vh;
  --fall-duration: 9.51s;
  --fall-delay: 9.972s;
}
.star:nth-child(16) {
  --star-tail-length: 5.51em;
  --top-offset: 99.49vh;
  --fall-duration: 7.35s;
  --fall-delay: 7.983s;
}
.star:nth-child(17) {
  --star-tail-length: 6.07em;
  --top-offset: 16.99vh;
  --fall-duration: 10.184s;
  --fall-delay: 3.725s;
}
.star:nth-child(18) {
  --star-tail-length: 6.06em;
  --top-offset: 96.38vh;
  --fall-duration: 7.854s;
  --fall-delay: 6.232s;
}
.star:nth-child(19) {
  --star-tail-length: 5.79em;
  --top-offset: 66.77vh;
  --fall-duration: 11.644s;
  --fall-delay: 1.775s;
}
.star:nth-child(20) {
  --star-tail-length: 5.35em;
  --top-offset: 40.58vh;
  --fall-duration: 7.424s;
  --fall-delay: 0.902s;
}
.star:nth-child(21) {
  --star-tail-length: 6.41em;
  --top-offset: 67.45vh;
  --fall-duration: 7.664s;
  --fall-delay: 5.691s;
}
.star:nth-child(22) {
  --star-tail-length: 6.98em;
  --top-offset: 92.17vh;
  --fall-duration: 9.174s;
  --fall-delay: 3.117s;
}
.star:nth-child(23) {
  --star-tail-length: 6.78em;
  --top-offset: 37.6vh;
  --fall-duration: 9.61s;
  --fall-delay: 6.551s;
}
.star:nth-child(24) {
  --star-tail-length: 7.06em;
  --top-offset: 55.8vh;
  --fall-duration: 10.612s;
  --fall-delay: 6.528s;
}
.star:nth-child(25) {
  --star-tail-length: 5.82em;
  --top-offset: 99.11vh;
  --fall-duration: 9.91s;
  --fall-delay: 2.536s;
}
.star:nth-child(26) {
  --star-tail-length: 5.31em;
  --top-offset: 72.12vh;
  --fall-duration: 6.388s;
  --fall-delay: 4.527s;
}
.star:nth-child(27) {
  --star-tail-length: 7.08em;
  --top-offset: 50.1vh;
  --fall-duration: 9.767s;
  --fall-delay: 9.932s;
}
.star:nth-child(28) {
  --star-tail-length: 7.17em;
  --top-offset: 18.68vh;
  --fall-duration: 7.471s;
  --fall-delay: 8.57s;
}
.star:nth-child(29) {
  --star-tail-length: 5.73em;
  --top-offset: 56.49vh;
  --fall-duration: 11.934s;
  --fall-delay: 4.372s;
}
.star:nth-child(30) {
  --star-tail-length: 7.23em;
  --top-offset: 84.74vh;
  --fall-duration: 6.644s;
  --fall-delay: 1.272s;
}
.star:nth-child(31) {
  --star-tail-length: 6.52em;
  --top-offset: 3.65vh;
  --fall-duration: 6.614s;
  --fall-delay: 1.519s;
}
.star:nth-child(32) {
  --star-tail-length: 7.25em;
  --top-offset: 40.93vh;
  --fall-duration: 7.551s;
  --fall-delay: 9.397s;
}
.star:nth-child(33) {
  --star-tail-length: 6.26em;
  --top-offset: 40.82vh;
  --fall-duration: 11.017s;
  --fall-delay: 3.731s;
}
.star:nth-child(34) {
  --star-tail-length: 7.45em;
  --top-offset: 30.2vh;
  --fall-duration: 7.96s;
  --fall-delay: 4.888s;
}
.star:nth-child(35) {
  --star-tail-length: 5.25em;
  --top-offset: 12.63vh;
  --fall-duration: 7.658s;
  --fall-delay: 2.489s;
}
.star:nth-child(36) {
  --star-tail-length: 6.64em;
  --top-offset: 1.95vh;
  --fall-duration: 9.296s;
  --fall-delay: 7.081s;
}
.star:nth-child(37) {
  --star-tail-length: 5.35em;
  --top-offset: 77.8vh;
  --fall-duration: 7.234s;
  --fall-delay: 0.57s;
}
.star:nth-child(38) {
  --star-tail-length: 6.96em;
  --top-offset: 16.7vh;
  --fall-duration: 8.108s;
  --fall-delay: 6.986s;
}
.star:nth-child(39) {
  --star-tail-length: 5.01em;
  --top-offset: 25.38vh;
  --fall-duration: 7.509s;
  --fall-delay: 0.407s;
}
.star:nth-child(40) {
  --star-tail-length: 6.67em;
  --top-offset: 24.34vh;
  --fall-duration: 6.214s;
  --fall-delay: 9.178s;
}
.star:nth-child(41) {
  --star-tail-length: 5.46em;
  --top-offset: 54.23vh;
  --fall-duration: 11.351s;
  --fall-delay: 4.968s;
}
.star:nth-child(42) {
  --star-tail-length: 7.2em;
  --top-offset: 20.35vh;
  --fall-duration: 9.878s;
  --fall-delay: 8.674s;
}
.star:nth-child(43) {
  --star-tail-length: 6.35em;
  --top-offset: 9.62vh;
  --fall-duration: 10.869s;
  --fall-delay: 6.487s;
}
.star:nth-child(44) {
  --star-tail-length: 5.45em;
  --top-offset: 87.71vh;
  --fall-duration: 8.858s;
  --fall-delay: 0.888s;
}
.star:nth-child(45) {
  --star-tail-length: 5.94em;
  --top-offset: 82.51vh;
  --fall-duration: 7.663s;
  --fall-delay: 6.085s;
}
.star:nth-child(46) {
  --star-tail-length: 5.33em;
  --top-offset: 77.22vh;
  --fall-duration: 10.311s;
  --fall-delay: 4.794s;
}
.star:nth-child(47) {
  --star-tail-length: 5.87em;
  --top-offset: 20.36vh;
  --fall-duration: 11.291s;
  --fall-delay: 4.334s;
}
.star:nth-child(48) {
  --star-tail-length: 5.62em;
  --top-offset: 86.43vh;
  --fall-duration: 6.825s;
  --fall-delay: 9.375s;
}
.star:nth-child(49) {
  --star-tail-length: 6.14em;
  --top-offset: 99.14vh;
  --fall-duration: 7.179s;
  --fall-delay: 6.24s;
}
.star:nth-child(50) {
  --star-tail-length: 6.13em;
  --top-offset: 5.42vh;
  --fall-duration: 9.006s;
  --fall-delay: 8.82s;
}
.star::before, .star::after {
  position: absolute;
  content: "";
  top: 0;
  left: calc(var(--star-width) / -2);
  width: var(--star-width);
  height: 100%;
  background: linear-gradient(45deg, transparent, currentColor, transparent);
  border-radius: inherit;
  animation: blink 2s linear infinite;
}
.star::before {
  transform: rotate(45deg);
}
.star::after {
  transform: rotate(-45deg);
}

@keyframes fall {
  to {
    transform: translate3d(-30em, 0, 0);
  }
}
@keyframes tail-fade {
  0%, 50% {
    width: var(--star-tail-length);
    opacity: 1;
  }
  70%, 80% {
    width: 0;
    opacity: 0.4;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes blink {
  50% {
    opacity: 0.6;
  }
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
}

.intro-text {
    margin-bottom: 40px;
}

.intro-text h1 {
    font-size: 48px;
    font-weight: 700;
    background: linear-gradient(135deg, #60A5FA 0%, #3B82F6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 24px;
}

.intro-text p {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #E2E8F0;
}

.intro-text ol {
    margin-bottom: 20px;
    color: #E2E8F0;
}

.intro-text li {
    margin-bottom: 10px;
}

.agent-form {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 16px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.form-group {
    margin-bottom: 20px;
}

.contract-group {
    display: flex;
    gap: 15px;
    align-items: center;
}

.contract-preview {
    width: 48px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
}

.contract-logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

.form-control {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    font-size: 16px;
    color: #fff;
    transition: all 0.3s ease;
}

.form-control:focus {
    outline: none;
    border-color: #3B82F6;
    background: rgba(255, 255, 255, 0.1);
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

textarea.form-control {
    resize: vertical;
    min-height: 350px;
}

.btn-primary {
    background: linear-gradient(135deg, #60A5FA 0%, #3B82F6 100%);
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
} 

.gradient-text[data-text-fill] {
    display: inline-block;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: max(0em, calc(calc(1.3em - var(--framer-blockquote-line-height, var(--framer-line-height, 1.3em))) / 2));
    margin: min(0em, calc(calc(1.3em - var(--framer-blockquote-line-height, var(--framer-line-height, 1.3em))) / -2));
    background-image: linear-gradient(163deg, rgb(255, 255, 255) 14.000000000000002%, rgb(255, 242, 235) 46%, var(--token-b59f2a47-793f-4385-b642-a7325d36b2cb, rgb(106, 130, 252)) 78%);
    font-size: 40px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    text-align: center;
}

.gradient-text.gradient-text-small{
    font-size: 30px;
}

.iphone {
    background-image: url(phone.png);
    background-size: 470px;
    background-position: -48px -26px;
    background-repeat: no-repeat;
    width: 410px;
    height: 760px;
    padding: 20px 6px;
    box-sizing: border-box;
    zoom: 0.85;
    position: relative;
    width: 360px;
    margin: 80px auto 0px;
    animation: float 2s ease-in-out infinite;
}
.iphone:before{
    content: "👇";
    font-size: 40px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin: -80px -20px;
}
.iphone:hover {
    animation-play-state: paused;
}

.iphone-iframe{
    border: none;
    border-radius: 50px;
    height: 658px;
    width: 328px;
    padding: 40px 0px 0px 10px;
    border-radius: 40px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}

.logo{
    background-image: url(goosepumps-logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 150px;
    height: 22.5px;
    margin: 0px auto 0px;
    height: 60px;
}

.light-text{
    color: #60728e;
    font-size: 14px;
}

.panel {
    padding: 10px 20px;
    border: 1px solid #323844;
    border-radius: 24px;
    margin: 0px;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
    margin-bottom: 30px;
}

.hand{
    font-size: 40px;
    margin-bottom: 20px;
    text-align: center;
}

#contract-info{
    color: red;
    text-align: center;
    padding-bottom: 20px;
}

.ok-gif{
    text-align: center;
    border-radius: 50%;
    margin: 0px auto;
    overflow: hidden;
    width: 100px;
    height: 100px;
    background-image: url(ok.gif);
    background-size: contain;
}

.big-link{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    text-decoration: underline;
}


.wallet-connect-btn{
    font-size: 15px;
    right: 10px;
    top: 10px;
    position: fixed;
    z-index: 1;
    opacity: 0.7;
    transition: all 0.1s ease-in-out;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    text-decoration: none;
    color: white;
}

.wallet-connect-btn:hover{
    opacity: 1;
}

.wallet-connect-btn svg{
    vertical-align: middle;
}

.wallet-connect-btn span{
    padding: 0 0 0 5px;
    display: inline-block;
}

.wallet-connect-btn#roadmap{
    right: 190px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    background-color: #0b0f19;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    height: 70vh;
    overflow-y: scroll;
    max-width: 800px;
    border-radius: 10px;
    color: white;
}

.modal-content.modal-content-small{
    overflow: hidden;
    height: auto;
    padding-bottom: 30px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover {
    color: white;
}

.agent-details {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 5px;
    margin: 15px 0;
}

.agent-details pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.telegram-instructions {
    margin-top: 20px;
}

.telegram-instructions ul {
    list-style-type: none;
    padding-left: 0;
}

.telegram-instructions li {
    margin: 10px 0;
    padding-left: 25px;
    position: relative;
}

.telegram-instructions li:before {
    content: "→";
    position: absolute;
    left: 0;
}

.x-link-btn {
    position: fixed;
    top: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    text-decoration: none;
    color: white;
    backdrop-filter: blur(5px);
    transition: background 0.3s ease;
    font-size: 15px;
    opacity: 0.7;
}

.x-link-btn-t{
    left: 150px;
}

.x-link-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    text-decoration: none;
    opacity: 1;
}

.main-desc-text{
    color: #a7b3c6;
    font-size: 14px;
}


.spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    vertical-align: middle;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

#regenerate-description {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    font-size: 14px;
}

#regenerate-description:hover {
    background: rgba(255, 255, 255, 0.2);
}

#regenerate-description:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

#ai-loading{
    margin-bottom: 10px;
}
.create_agent_scroll{
    align-items: center;
    gap: 8px;
    padding: 10px 16px 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    text-decoration: none;
    display: inline-block;
    color: white;
    backdrop-filter: blur(5px);
    transition: background 0.3s ease;
    font-size: 12px;
    opacity: 0.7;
    /* width: 200px; */
    text-align: center;
    vertical-align: baseline;
    transition: all 0.3s ease;

}
.create_agent_scroll svg{
    vertical-align: middle;
}

#have-agent-btn{
    margin-left: 15px;
    color: #fff;
    opacity: 0.7;
    text-decoration: none;
    font-size: 12px;
    transition: all 0.3s ease;
}
#have-agent-btn:hover, .create_agent_scroll:hover{
    opacity: 1;
}

.ca{
    font-size: 18px;
    margin-top: 20px;
    display: inline-block;
    color: #ffc83d;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    /*#connect-phantom span{*/
    #connect-phantom{
        display: none;
    }

    .x-link-btn span{
        display: none;
    }
    
    .x-link-btn-t {
        left: 70px;
        /* right: 10px;*/
    }

    .wallet-connect-btn#roadmap{
        right: 10px;
    }
    .main-desc-text iframe{
        width: 100%;
    }
    
    .gradient-text[data-text-fill]{
        font-size: 30px;
    }

    .main_video{
        width: 100%;
    }

    .ca{
     font-size: 10px;
    }

    .logo{
        width: 100px;
    }

    .gradient-text.gradient-text-small{
        font-size: 18px;
    }
}

.featured-agents-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 24px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.agent-card {
    position: relative;
    width: 150px;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 15px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.agent-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
}

.agent-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 10px;
    background-size: cover;
    background-position: center;
    border: 2px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.agent-card:hover .agent-avatar {
    border-color: rgba(255, 255, 255, 0.3);
}

.agent-name {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.agent-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    margin-bottom: 10px;
    height: 36px;
    overflow: hidden;
    line-height: 1.5;
}

.agent-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.agent-link {
    width: 24px;
    height: 24px;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.agent-link:hover {
    opacity: 1;
}

.featured-star {
    position: absolute;
    top: -8px;
    right: -8px;
    filter: drop-shadow(0 0 4px rgba(255, 215, 0, 0.5));
    z-index: 1;
}


.featured-agent {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(255, 215, 0, 0.2));
    border: 1px solid rgba(255, 215, 0, 0.3);
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.1);
}

.featured-agent:hover {
    border-color: rgba(255, 215, 0, 0.5);
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.2);
}





.telegram-chat-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #2aabee52, #229ed924);
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 12px;
    margin-top: 15px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-weight: 500;
}

.telegram-chat-button:hover {
    background: linear-gradient(135deg, #229ED9, #1E96CF);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.telegram-chat-button svg {
    width: 22px;
    height: 22px;
}

.telegram-chat-button span {
    font-size: 15px;
    letter-spacing: 0.3px;
}

.btn-gray{
    font-size: 15px;
    right: 10px;
    top: 10px;
    opacity: 0.7;
    transition: all 0.1s ease-in-out;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    text-decoration: none;
    color: white;    
}

.btn-gray:hover{
    opacity: 1;
}



@media only screen and (max-width: 768px) {

    
    .featured-agents-container {
        padding: 15px;
        gap: 15px;
    }

    .agent-card {
        width: calc(40% - 15px);
        padding: 10px;
    }

    .agent-avatar {
        width: 60px;
        height: 60px;
    }

    .agent-name {
        font-size: 14px;
    }

    .agent-description {
        font-size: 11px;
        height: 32px;
    }

    .agent-links {
        gap: 10px;
    }

    .agent-link {
        width: 20px;
        height: 20px;
    }
}
