:root {
    --tg-theme-primary: #0096B7;
    --tg-theme-secondary: #00E5FF;

    --tg-color-blue-default: #0096B7;
    --tg-color-blue-default-2: #00E5FF;

    --tg-color-dark-blue: #0A1E3A;
    --tg-color-light-blue: #00E5FF;

    --tg-color-gray-1: #D7E4E8;
}


a:hover,
button:hover {
    color: #fff;
}

.tgmenu__nav .logo img {
    max-height: 105px;
}



.tg-btn-sm {
    height: 44px;
    font-size: 14px;
    padding: 2px 14px;
    border-radius: 12px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.footer__view-channel .tg-btn-sm i {
    font-size: 1.5rem;
}

.tgmobile__menu {
    width: 100%;
}

.tgmenu__action>ul li.header-btn {
    margin-left: 8px;
}

.header-user-btn span {
    gap: 4px;
}

.scroll__top {
    right: 20px;
}

.blog-detail-img-container img {
    height: 250px;
    object-fit: contain;
}

.card-img-fixed-height {
    height: 200px;
    object-fit: contain;
}

.contact__inner-wrap {
    background: linear-gradient(180deg, #1c6381 0%, #162561 100%);
}


.swal2-popup {
    background: rgba(10, 16, 28, 0.96) !important;
    color: #d7e4e8 !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 12px !important;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.55) !important;
    backdrop-filter: blur(8px);
}

.swal2-title {
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 1.2rem !important;
}

.swal2-html-container {
    color: #9db4bd !important;
    font-size: .95rem;
}

.swal2-toast {
    background: rgba(8, 14, 26, 0.92) !important;
    color: #eaf4f7 !important;
    border: 1px solid rgba(0, 229, 255, 0.20) !important;
    border-radius: 10px !important;
    font-weight: 500;
    box-shadow: 0 12px 34px rgba(0, 229, 255, 0.15) !important;
    backdrop-filter: blur(6px);
}

.swal2-timer-progress-bar {
    background: var(--tg-theme-secondary) !important;
    height: 3px !important;
    border-radius: 3px;
}

.swal2-icon.swal2-success {
    border-color: #00e676 !important;
    color: #00e676 !important;
}

.swal2-icon.swal2-error {
    border-color: #ff6666 !important;
    color: #ff6666 !important;
}

.swal2-icon.swal2-warning {
    border-color: #ffbb33 !important;
    color: #ffbb33 !important;
}

.swal2-icon.swal2-info {
    border-color: var(--tg-theme-secondary) !important;
    color: var(--tg-theme-secondary) !important;
}



#preloader .loader::before,
#preloader .loader::after {
    --g: conic-gradient(from -90deg at 10px 10px,
            var(--tg-theme-primary) 90deg,
            #0000 0);
    background: var(--g), var(--g), var(--g);
    filter: drop-shadow(30px 30px 0 var(--tg-theme-primary));
}



input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #050814 inset;
    box-shadow: 0 0 0 1000px #050814 inset;
    -webkit-text-fill-color: #fff;
    caret-color: #d7e4e8;
    border-radius: 12px;
    transition: background-color 9999s ease-out 0s;
}



.tf-section {
    padding-top: 160px;
    padding-bottom: 120px;
    position: relative;
}


.tf-card.tf-card-sm {
    max-width: 820px;
}

.tf-card {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 22px 22px 34px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(9, 12, 25, 0.98), rgba(5, 10, 18, 0.98));
    border: 1px solid rgba(148, 163, 184, 0.4);
    box-shadow:
        0 18px 60px rgba(15, 23, 42, 0.9),
        0 0 0 1px rgba(15, 23, 42, 0.9);
    backdrop-filter: blur(14px);
    transition: all .4s cubic-bezier(.22, .61, .36, 1);
}

.tf-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.45), rgba(30, 64, 175, 0.1), rgba(8, 47, 73, 0.7));
    opacity: 0.55;
    mix-blend-mode: screen;
    pointer-events: none;
    z-index: -1;
}

.tf-card:hover {
    box-shadow:
        0 30px 90px rgba(15, 23, 42, 0.98),
        0 0 0 1px rgba(15, 23, 42, 1);
}


.tetrasocial-user-card,
.sidebar-card {
    padding: 16px 18px 16px;
}

.tetrasocial-task-card {
    padding: 14px 16px 14px;
    border-radius: 18px;
    box-shadow: 0 10px 34px rgba(15, 23, 42, 0.9);
    border: 1px solid;
    background: #071426;
}



.tf-card:hover,
.tetra-card:hover,
.tf-profile-card:hover,
.tetrasocial-user-card:hover,
.sidebar-card:hover {
    box-shadow:
        0 30px 90px rgba(15, 23, 42, 0.98),
        0 0 0 1px rgba(15, 23, 42, 1);
}

.tf-card-sm,
.tetra-card.tetra-card-sm {
    max-width: 820px;
}

.tf-profile-card {
    max-width: 880px;
    border-radius: 26px;
    background: #071426;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.7);
}

.sidebar-card {
    box-shadow: 0 16px 50px rgba(15, 23, 42, 0.95);
}

.sidebar-card.highlight {
    background: radial-gradient(circle at 0% 0%, rgba(56, 189, 248, 0.2), rgba(9, 12, 25, 1));
    border-color: rgba(56, 189, 248, 0.7);
}

.airdrop-card {
    max-width: 980px;
    padding: 24px 26px 40px;
    border-radius: 26px;
}



.tf-card-title {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    margin-bottom: 5px;
}

.tf-card-subtitle,
.tf-register-subtitle {
    font-size: 13px;
    text-align: center;
    color: var(--tg-color-gray-1);
    opacity: .7;
    margin-bottom: 24px;
}

.tf-login-text,
.tf-register-text {
    margin-top: 16px;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    opacity: .75;
}

.tf-login-text a,
.tf-register-text a {
    color: var(--tg-theme-secondary);
    text-decoration: none;
    font-weight: 500;
}

.tf-login-text a:hover,
.tf-register-text a:hover {
    text-decoration: underline;
}

@media (max-width: 575px) {
    .tf-card-title {
        font-size: 23px;
    }

    .tf-login-title {
        font-size: 23px;
    }
}



.tf-form-label {
    font-size: 13px;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.7);
}

.tf-form-control {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.45);
    color: #ffffff;
    font-size: 14px;
    padding: 11px 14px;
    transition: all .15s ease;
}

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

.tf-form-control:focus {
    border-color: var(--tg-theme-secondary);
    box-shadow: 0 0 0 1px rgba(0, 229, 255, 0.35);
    background: rgba(0, 0, 0, 0.65);
    outline: none;
}

.tf-primary-btn {
    width: 100%;
    border-radius: 10px;
    border: none;
    padding: 12px 18px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(90deg,
            var(--tg-theme-primary),
            var(--tg-theme-secondary));
    box-shadow: 0 12px 30px rgba(0, 229, 255, 0.25);
    cursor: pointer;
    transition: all .14s ease;
}

.tf-primary-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 38px rgba(0, 229, 255, 0.38);
    color: #fff;
}

.tf-primary-btn:active {
    transform: translateY(0);
    box-shadow: 0 10px 24px rgba(0, 229, 255, 0.22);
    color: #fff;

}

.tf-forgot-link {
    text-align: right;
    margin-top: 4px;
    margin-bottom: 12px;
    font-size: 12px;
}

.tf-forgot-link a {
    color: var(--tg-theme-secondary);
    text-decoration: none;
}

.tf-forgot-link a:hover {
    text-decoration: underline;
}



#faq {
    position: relative;
    z-index: 1;
}

.faq__wrap .accordion-button::before {
    box-shadow: inset 0 3px 6px 0 #1959ad,
        0 16px 24px 0 rgba(0, 0, 0, 0.25),
        0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: linear-gradient(180deg, var(--tg-theme-primary) 0%, #162561 100%);
}



.tf-profile-header {
    display: flex;
    align-items: center;
    gap: 26px;
    margin-bottom: 28px;
}

.tf-profile-avatar img {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--tg-theme-secondary);
    background: radial-gradient(circle at 30% 0, #00e5ff33, #0096b71a, #000814);
}

.tf-profile-info h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
}

.tf-profile-info p {
    margin: 4px 0 0;
    font-size: 15px;
    color: #93a7c4;
}

.tf-profile-details {
    margin-top: 10px;
    margin-bottom: 26px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(9, 19, 38, 0.95), rgba(5, 10, 22, 0.98));
    padding: 18px 20px 10px;
    border: 1px solid rgba(255, 255, 255, 0.02);
}

.tf-profile-details-header {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.tf-profile-details-pill {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .12em;
    background: linear-gradient(135deg, #051024, #071b35);
    color: #a7c1ff;
    border: 1px solid rgba(0, 229, 255, 0.25);
}

.tf-profile-details-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    gap: 10px;
}

.tf-profile-details-row:last-child {
    border-bottom: none;
}

.tf-profile-details-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tf-profile-details-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tf-profile-details-icon {
    width: 32px;
    height: 32px;
    border-radius: 12px;
    background: radial-gradient(circle at 30% 0, #00e5ff33, #0096b71a, #020818);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tf-profile-details-icon i {
    font-size: 16px;
    color: var(--tg-theme-secondary);
}

.tf-profile-details-label {
    font-size: 13px;
    color: #c5d3e4;
    font-weight: 500;
}

.tf-profile-details-sub {
    font-size: 11px;
    color: #7c8ba4;
}

.tf-profile-details-value {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}

.tf-profile-details-value.muted {
    color: #7c8ba4;
}

.tf-profile-details-row--balance {
    margin-bottom: 4px;
}

.tf-profile-balance-amount {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
}

.tf-profile-balance-symbol {
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(0, 229, 255, 0.08);
    color: #8de9ff;
    border: 1px solid rgba(0, 229, 255, 0.35);
}

.tf-profile-actions-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #7f92b1;
    margin-bottom: 10px;
}

.tf-profile-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.tf-profile-action {
    border-radius: 14px;
    background: #050d1c;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 14px 15px 13px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease;
    text-decoration: none;
}

.tf-profile-action:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.7);
    border-color: rgba(0, 229, 255, 0.55);
    background: radial-gradient(circle at 0 0, #00e5ff17, #050d1c);
}

.tf-profile-action-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: radial-gradient(circle at 30% 0, #00e5ff33, #0096b71a, #020818);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tf-profile-action-icon i {
    font-size: 20px;
    color: var(--tg-theme-secondary);
}

.tf-profile-action-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.tf-profile-action-label {
    font-size: 14px;
    color: #e4edf7;
    font-weight: 500;
}

.tf-profile-action-desc {
    font-size: 12px;
    color: #8fa1bf;
}

.tf-profile-action--danger {
    border-color: rgba(255, 128, 128, 0.5);
    background: radial-gradient(circle at 0 0, #ff4b4b20, #050d1c);
}

.tf-profile-action--danger .tf-profile-action-icon {
    background: radial-gradient(circle at 30% 0, #ff808033, #3b0b0b);
}

.tf-profile-action--danger .tf-profile-action-icon i {
    color: #ff8080;
}

.tf-profile-action--danger .tf-profile-action-label {
    color: #ff9191;
}

.tf-profile-footer {
    text-align: center;
    margin-top: 26px;
}

@media (max-width: 767.98px) {
    .tf-profile-card {
        padding: 24px 20px 26px;
        border-radius: 20px;
    }

    .tf-profile-header {
        flex-direction: row;
        align-items: flex-start;
        gap: 16px;
    }

    .tf-profile-info h2 {
        font-size: 22px;
    }

    .tf-profile-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .tf-profile-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .tf-profile-avatar img {
        width: 76px;
        height: 76px;
    }

    .tf-profile-actions {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .tf-profile-details-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .tf-profile-details-right {
        justify-content: flex-start;
        text-align: left;
    }
}




.airdrop-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 4px 16px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.35);
    gap: 14px;
}

.airdrop-topbar-left {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.airdrop-handle {
    font-size: 17px;
    font-weight: 600;
    color: #e5edff;
    letter-spacing: -0.01em;
}

.airdrop-meta {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    color: #9ca9c8;
}

.airdrop-meta i {
    font-size: 13px;
    color: #38bdf8;
    text-shadow: 0 0 10px rgba(56, 189, 248, 0.9);
}

.airdrop-topbar-right {
    text-align: right;
}

.airdrop-total-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .16em;
    color: #7f92b1;
    margin-bottom: 4px;
}

.airdrop-total-value {
    font-size: 22px;
    font-weight: 600;
    color: #f9fbff;
}

.airdrop-body {
    padding: 0;
    text-align: center;
}

.airdrop-orb-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 26px;
}

.airdrop-orb {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 30% 15%, #0b1220, #020617 70%, #000 100%);
    box-shadow:
        0 0 0 1px rgba(15, 23, 42, 1),
        0 20px 60px rgba(0, 0, 0, 0.9);
    transition: all .45s cubic-bezier(.4, 0, .2, 1);
}

.airdrop-orb::before {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 50%, transparent 58%, rgba(15, 23, 42, 1) 64%, rgba(15, 23, 42, 1) 100%),
        conic-gradient(from 0deg,
            rgba(15, 23, 42, 0) 0deg,
            rgba(56, 189, 248, .95) 120deg,
            rgba(56, 189, 248, 0) 180deg,
            rgba(6, 182, 212, 1) 250deg,
            rgba(56, 189, 248, 0) 320deg,
            rgba(15, 23, 42, 0) 360deg);
    mix-blend-mode: screen;
    filter: blur(1px);
    opacity: .45;
}

.airdrop-orb::after {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 30%, rgba(56, 189, 248, 0.2), transparent 70%);
    opacity: 0;
    transition: opacity .45s ease;
}

.airdrop-orb-inner {
    width: 78%;
    height: 78%;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 20%, #101827, #020617 65%, #000 100%);
    box-shadow:
        inset 0 0 55px rgba(0, 0, 0, 0.9),
        0 0 32px rgba(15, 23, 42, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.airdrop-orb-inner::before {
    content: "";
    position: absolute;
    inset: 14%;
    border-radius: inherit;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(148, 163, 184, .35) 0, transparent 55%),
        radial-gradient(circle at 80% 70%, rgba(148, 163, 184, .28) 0, transparent 50%);
    opacity: .4;
    mix-blend-mode: screen;
    animation: orbParticles 10s linear infinite;
}

.airdrop-orb-logo {
    width: 64%;
    opacity: 0.8;
    filter: drop-shadow(0 0 12px rgba(56, 189, 248, 0.65));
    transition: all .45s ease;
}

.airdrop-orb.active {
    transform: translateY(-4px) scale(1.05);
    box-shadow:
        0 0 60px rgba(56, 189, 248, 1),
        0 0 160px rgba(8, 47, 73, 1),
        0 22px 70px rgba(0, 0, 0, 0.95);
}

.airdrop-orb.active::before {
    opacity: 1;
    animation: orbRotate 6s linear infinite;
}

.airdrop-orb.active::after {
    opacity: .9;
    animation: orbPulse 3.2s ease-in-out infinite;
}

.airdrop-orb.active .airdrop-orb-inner::before {
    opacity: .75;
}

.airdrop-orb.active .airdrop-orb-logo {
    opacity: 1;
    filter: drop-shadow(0 0 20px rgba(56, 189, 248, 1));
    animation: logoFloat 2.4s ease-in-out infinite;
}

.airdrop-session {
    margin-bottom: 18px;
}

.airdrop-session-label {
    font-size: 12px;
    color: #9bb0d0;
    margin-bottom: 5px;
    font-weight: 500;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.airdrop-session-value {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: .06em;
    color: #e5f4ff;
    text-shadow: 0 0 20px rgba(56, 189, 248, 0.55);
}



.airdrop-status-text {
    margin-top: 10px;
    font-size: 13px;
    color: #c7d5ef;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
    opacity: .9;
}

@keyframes orbRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes orbPulse {

    0%,
    100% {
        opacity: .6;
        transform: scale(1.03);
    }

    50% {
        opacity: 1;
        transform: scale(1.08);
    }
}

@keyframes logoFloat {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-7px);
    }
}

@keyframes orbParticles {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@media (max-width: 767.98px) {
    .airdrop-card {
        padding: 18px 16px 28px;
        border-radius: 22px;
    }

    .airdrop-topbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .airdrop-topbar-right {
        text-align: left;
        width: 100%;
    }

    .airdrop-orb {
        width: 184px;
        height: 184px;
    }

    .airdrop-session-value {
        font-size: 30px;
    }


}

@media (max-width: 575.98px) {
    .airdrop-orb {
        width: 170px;
        height: 170px;
    }


}


.tetrasocial-header {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
}

.tetrasocial-header-left {
    max-width: 480px;
}

.tetrasocial-title {
    font-size: 28px;
    font-weight: 700;
    color: #e5edff;
    letter-spacing: .02em;
    margin-bottom: 6px;
}

.tetrasocial-subtitle {
    font-size: 14px;
    color: #9ca9c8;
}

.tetrasocial-subtitle span {
    color: #38bdf8;
    font-weight: 600;
}

.tetrasocial-header-right {
    flex: 0 0 320px;
    max-width: 100%;
}

.tetrasocial-user-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.tetrasocial-user-meta {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.user-handle {
    font-size: 15px;
    font-weight: 600;
    color: #e5edff;
}

.user-tag {
    font-size: 12px;
    color: #9ca9c8;
}

.user-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 20%, #38bdf8, #0b1120);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: #e5edff;
    box-shadow: 0 0 18px rgba(56, 189, 248, 0.9);
}

.tetrasocial-user-stats {
    display: flex;
    gap: 18px;
    margin-top: 8px;
}

.stat-item {
    flex: 1;
}

.stat-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .16em;
    color: #7f92b1;
    margin-bottom: 4px;
}

.stat-value {
    font-size: 18px;
    font-weight: 600;
    color: #f9fbff;
}

.stat-value-sm {
    font-size: 14px;
}

.tetrasocial-toolbar {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.tetrasocial-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.tab-btn {
    position: relative;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: #9ca9c8;
    background: rgba(15, 23, 42, 0.9);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.tab-btn-active {
    color: #e5edff;
    background: radial-gradient(circle at 30% 0%, rgba(56, 189, 248, .35), rgba(15, 23, 42, 1));
    box-shadow: 0 0 20px rgba(56, 189, 248, 0.7);
}

.tab-count {
    min-width: 22px;
    height: 18px;
    padding: 0 6px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.9);
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #e5edff;
}

.tetrasocial-layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1.1fr);
    gap: 24px;
}

.tetrasocial-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.task-header {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
}

.task-author {
    display: flex;
    gap: 10px;
    align-items: center;
}

.author-avatar {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    overflow: hidden;
    background: #020617;
    border: 1px solid rgba(148, 163, 184, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-meta {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.author-name {
    font-size: 13px;
    color: #e5edff;
    font-weight: 600;
}

.author-handle {
    font-size: 12px;
    color: #9ca9c8;
}

.task-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.task-status-badge .dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
}

.status-active {
    background: rgba(34, 197, 94, 0.14);
    color: #bbf7d0;
    border: 1px solid rgba(34, 197, 94, 0.6);
}

.status-active .dot {
    background: #22c55e;
    box-shadow: 0 0 10px rgba(34, 197, 94, 0.9);
}

.status-pending {
    background: rgba(234, 179, 8, 0.12);
    color: #facc15;
    border: 1px solid rgba(234, 179, 8, 0.7);
}

.status-pending .dot {
    background: #facc15;
    box-shadow: 0 0 10px rgba(234, 179, 8, 0.9);
}

.status-completed {
    background: rgba(56, 189, 248, 0.14);
    color: #e0f2fe;
    border: 1px solid rgba(56, 189, 248, 0.8);
}

.status-completed .dot {
    background: #38bdf8;
    box-shadow: 0 0 10px rgba(56, 189, 248, 0.95);
}

.task-body {
    font-size: 13px;
}

.task-text {
    margin: 0 0 6px;
    color: #cbd5f5;
}

.task-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #38bdf8;
    text-decoration: none;
}

.task-link i {
    font-size: 13px;
}

.task-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.task-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 12px;
    color: #9ca9c8;
}

.meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.meta-item i {
    font-size: 13px;
}

.meta-item.reward {
    color: #38bdf8;
    font-weight: 500;
}




.task-main-btn {
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 999px;
    padding: 8px 18px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 140px;
    text-align: center;

    color: #fff;
    background: linear-gradient(135deg, #38bdf8, #0ea5e9);
    box-shadow:
        0 0 18px rgba(56, 189, 248, 0.4),
        0 12px 26px rgba(8, 47, 73, 0.4);
}

.task-main-btn.btn-pending {
    cursor: default;
    background: rgba(148, 163, 184, 0.14);
    color: #e5e7eb;
    border: 1px solid rgba(148, 163, 184, 0.4);
    box-shadow: none;
}

.task-main-btn.btn-completed {
    cursor: default;
    background: linear-gradient(135deg, #1b2535, #0f172a);
    color: #e5f4ff;
    border: 1px solid rgba(56, 189, 248, 0.55);
    box-shadow:
        0 0 10px rgba(56, 189, 248, 0.25),
        inset 0 0 6px rgba(15, 23, 42, 0.9);
}



.task-active {
    border-color: rgba(34, 197, 94, 0.4);
}

.task-pending {
    border-color: rgba(234, 179, 8, 0.4);
}

.task-completed {
    border-color: rgba(56, 189, 248, 0.55);
}


@media (max-width: 991.98px) {
    .tetrasocial-header {
        flex-direction: column;
    }

    .tetrasocial-header-right {
        flex: 1 1 auto;
    }

    .tetrasocial-layout {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 767.98px) {
    .tetrasocial-toolbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .task-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .task-main-btn {
        width: 100%;
        text-align: center;
        justify-content: center;
        display: inline-flex;
    }
}





.tetrasocial-stat-grid {
    display: flex;
    gap: 14px;
}

.stat-tf-mini-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 16px;

    background: linear-gradient(145deg, rgba(14, 20, 32, 0.85), rgba(5, 10, 18, 0.9));
    border: 1px solid rgba(148, 163, 184, 0.25);
    box-shadow:
        inset 0 0 20px rgba(0, 0, 0, 0.55),
        0 0 16px rgba(20, 30, 50, 0.3);

    backdrop-filter: blur(8px);
    flex: 1;
}

.tf-mini-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 16px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}

.tf-mini-primary {
    background: rgba(56, 189, 248, .18);
    color: #38bdf8;
}

.tf-mini-success {
    background: rgba(34, 197, 94, .18);
    color: #4ade80;
}

.tf-mini-warning {
    background: rgba(234, 179, 8, .18);
    color: #facc15;
}

.tf-mini-danger {
    background: rgba(239, 68, 68, .18);
    color: #f87171;
}

.tf-mini-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.tf-mini-label {
    font-size: 11px;
    text-transform: uppercase;
    color: #90a0b8;
    letter-spacing: .12em;
}

.tf-mini-value {
    font-size: 18px;
    font-weight: 700;
    color: #e8f3ff;
}

@media (max-width: 991.98px) {
    .tetrasocial-stat-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .tetrasocial-stat-grid {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}



.airdrop-warning-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 20px;
    margin-bottom: 24px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: radial-gradient(circle at top left, rgba(59, 130, 246, 0.18), transparent 55%),
        radial-gradient(circle at bottom right, rgba(16, 185, 129, 0.16), transparent 55%),
        rgba(6, 12, 30, 0.96);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.45);
}

.airdrop-warning-icon {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(248, 250, 252, 0.08);
    border: 1px solid rgba(248, 250, 252, 0.22);
    backdrop-filter: blur(10px);
    margin-top: 4px;
}

.airdrop-warning-icon i {
    font-size: 18px;
    color: #fbbf24;
}

.airdrop-warning-content {
    flex: 1 1 auto;
}

.airdrop-warning-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 6px;
    color: #f9fafb;
}

.airdrop-warning-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #cbd5f5;
}

.airdrop-warning-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.airdrop-warning-btns .btn-login,
.airdrop-warning-btns .btn-register {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.18s ease;
    border: 1px solid transparent;
    min-width: 120px;
}

.airdrop-warning-btns .btn-login {
    background: linear-gradient(135deg, #2563eb, #0ea5e9);
    color: #f9fafb;
    border-color: rgba(191, 219, 254, 0.4);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.45);
}

.airdrop-warning-btns .btn-login:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 26px rgba(37, 99, 235, 0.6);
}

.airdrop-warning-btns .btn-register {
    background: rgba(15, 23, 42, 0.6);
    color: #e5e7eb;
    border-color: rgba(148, 163, 184, 0.6);
}

.airdrop-warning-btns .btn-register:hover {
    background: rgba(15, 23, 42, 0.85);
    border-color: rgba(209, 213, 219, 0.9);
}

@media (max-width: 575.98px) {
    .airdrop-warning-card {
        padding: 16px 14px;
        gap: 12px;
    }

    .airdrop-warning-title {
        font-size: 16px;
    }

    .airdrop-warning-text {
        font-size: 13px;
    }

    .airdrop-warning-btns {
        flex-direction: column;
        align-items: stretch;
    }

    .airdrop-warning-btns .btn-login,
    .airdrop-warning-btns .btn-register {
        width: 100%;
    }
}




.airdrop-timer-wrap {
    margin-top: 28px;
    display: flex;
    justify-content: center;
}

.airdrop-timer-card {
    position: relative;
    width: 100%;
    max-width: 360px;
    padding: 16px 20px 18px;
    border-radius: 18px;
    background:
        radial-gradient(circle at top, rgba(56, 189, 248, 0.18), transparent 55%),
        radial-gradient(circle at bottom, rgba(59, 130, 246, 0.16), transparent 55%),
        rgba(6, 12, 30, 0.95);
    border: 1px solid rgba(148, 163, 184, 0.35);
    box-shadow:
        0 14px 40px rgba(15, 23, 42, 0.8),
        0 0 24px rgba(56, 189, 248, 0.35);
    backdrop-filter: blur(14px);
}

.airdrop-timer-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.6), rgba(59, 130, 246, 0.2));
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.7;
    pointer-events: none;
}

.airdrop-timer-label-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.airdrop-timer-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.6);
    font-size: 12px;
    font-weight: 500;
    color: #e5f2ff;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.airdrop-timer-chip i {
    font-size: 13px;
    color: #38bdf8;
}

.airdrop-timer-sub {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: rgba(148, 163, 184, 0.9);
    white-space: nowrap;
}

.airdrop-timer-display {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 6px;
}

.airdrop-timer-value {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 26px;
    letter-spacing: 0.16em;
    color: #f9fafb;
    text-shadow:
        0 0 10px rgba(56, 189, 248, 0.55),
        0 0 20px rgba(37, 99, 235, 0.55);
}

@media (max-width: 575.98px) {
    .airdrop-timer-card {
        padding: 14px 14px 16px;
        max-width: 100%;
    }

    .airdrop-timer-label-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .airdrop-timer-value {
        font-size: 22px;
        letter-spacing: 0.12em;
    }
}

.airdrop-orb.active {
    cursor: normal;
}


.airdrop-orb {
    cursor: default;
}




.tetraeco-card-wrapper {
    border-radius: 32px;
    padding: 22px 24px 26px;
    background: radial-gradient(circle at top left, #0b1020 0, #020617 38%, #010814 100%);
    border: 1px solid rgba(15, 23, 42, 0.9);
    box-shadow:
        0 28px 80px rgba(0, 0, 0, 0.95),
        0 0 0 1px rgba(15, 23, 42, 1);
}

.tetraeco-tabs {
    width: 100%;
    padding: 6px;
    margin-bottom: 20px;
    border-radius: 999px;
    background: radial-gradient(circle at 20% 0%, #020617, #020617 45%, #020617 100%);
    border: 1px solid rgba(15, 23, 42, 0.95);
    box-shadow:
        0 18px 50px rgba(0, 0, 0, 0.8),
        0 0 0 1px rgba(15, 23, 42, 0.9);
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.tetraeco-tab.nav-link {
    flex: 1 0 0;
    min-width: 0;
    border-radius: 999px;
    padding: 9px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #9ca3af;
    background: transparent;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    white-space: nowrap;
    transition: color .16s ease, background .16s ease, box-shadow .16s ease;
}

.tetraeco-tab-icon {
    font-size: 15px;
}

.tetraeco-tab.nav-link:hover {
    color: #e5edf7;
}

.tetraeco-tab.nav-link.active {
    color: #020617;
    background: radial-gradient(circle at 30% 0%, #5ee7ff, #22c1f1);
    box-shadow:
        0 0 22px rgba(34, 193, 241, 0.75),
        0 0 0 1px rgba(15, 23, 42, 1);
}

@media (max-width: 575.98px) {
    .tetraeco-tabs {
        padding: 4px;
        gap: 4px;
        margin-bottom: 16px;
    }

    .tetraeco-tab.nav-link {
        padding: 8px 10px;
        font-size: 12px;
        gap: 4px;
    }

    .tetraeco-tab-icon {
        font-size: 14px;
    }
}

.tetraeco-tabs-content {
    margin-top: 10px;
}

.tetraeco-dashboard {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tetraeco-wallet-card {
    border-radius: 26px;
    padding: 20px 22px;
    background: radial-gradient(circle at 0% 0%, #152345 0, #13223f 20%, #081425 55%, #030814 100%);
    border: 1px solid rgba(37, 99, 235, 0.55);
    box-shadow:
        0 22px 70px rgba(15, 23, 42, 0.95),
        0 0 0 1px rgba(15, 23, 42, 0.9);
}

.tetraeco-wallet-inner {
    gap: 20px;
}

.tetraeco-wallet-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .20em;
    color: #cbd5ff;
    display: flex;
    align-items: center;
    gap: 6px;
    opacity: .9;
    margin-bottom: 12px;
}

.tetraeco-wallet-amount {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 6px;
}

.tetraeco-wallet-value {
    font-size: 42px;
    font-weight: 700;
    color: #f9f9ff;
}

.tetraeco-wallet-symbol {
    font-size: 24px;
    font-weight: 600;
    color: #a5b4ff;
}

.tetraeco-wallet-desc {
    font-size: 14px;
    color: #9caad7;
}

.tetraeco-wallet-icon {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 0%, rgba(0, 229, 255, 0.85), rgba(0, 150, 183, 0.85));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #dff9ff;
    font-size: 34px;
    box-shadow:
        0 0 26px rgba(0, 229, 255, 0.55),
        0 0 14px rgba(0, 150, 183, 0.35),
        0 0 0 1px rgba(15, 23, 42, 0.9);
    opacity: 1;
}




.tetraeco-claim {
    margin-top: 4px;
}

.tetraeco-claim-header-icon {
    font-size: 18px;
    color: #4ade80;
}

.tetraeco-claim-title {
    font-size: 22px;
    font-weight: 700;
    color: #e5edff;
}

.tetraeco-claim-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
}

.tetraeco-claim-card {
    border-radius: 22px;
    padding: 14px 18px;
    background: radial-gradient(circle at 0 0, rgba(15, 23, 42, 0.96), #020617 55%, #010814 100%);
    border: 1px solid rgba(30, 41, 59, 0.9);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.85);
}

.tetraeco-claim-left {
    gap: 12px;
}

.tetraeco-claim-icon {
    width: 48px;
    height: 48px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #f9fafb;
}

.tetraeco-claim-icon-game {
    background: radial-gradient(circle at 30% 0, rgba(216, 180, 254, 0.4), rgba(88, 28, 135, 1));
}

.tetraeco-claim-icon-social {
    background: radial-gradient(circle at 30% 0, rgba(244, 114, 182, 0.45), rgba(159, 18, 57, 1));
}

.tetraeco-claim-icon-airdrop {
    background: radial-gradient(circle at 30% 0, rgba(250, 204, 21, 0.5), rgba(161, 98, 7, 1));
}

.tetraeco-claim-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.tetraeco-claim-name {
    font-size: 16px;
    font-weight: 600;
    color: #f9fafb;
}

.tetraeco-claim-meta {
    font-size: 13px;
    color: #9ca7c8;
}

.tetraeco-claim-btn {
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(22, 163, 74, 0.55);
}



.tetraeco-claim-btn:hover {
    color: #ffffff;
}


.tetraeco-swap {
    margin-top: 6px;
}

.tetraeco-swap-header {
    margin-bottom: 16px;
}

.tetraeco-swap-title {
    font-size: 22px;
    font-weight: 700;
    color: #e5edff;
}

.tetraeco-swap-subtitle {
    font-size: 14px;
    color: #9ca7c8;
}

.tetraeco-swap-rate-badge {
    border-radius: 999px;
    padding: 6px 14px;
    background: rgba(10, 16, 36, 0.98);
    border: 1px solid rgba(148, 163, 184, 0.75);
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
    font-size: 12px;
}

.tetraeco-swap-rate-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .18em;
    color: #9ca3af;
}

.tetraeco-swap-rate-value {
    font-weight: 600;
    color: #e5edf7;
}

.tetraeco-swap-card {
    border-radius: 24px;
    padding: 18px 18px 20px;
    background: radial-gradient(circle at 0 0, rgba(15, 23, 42, 0.96), #020617 60%, #010814 100%);
    border: 1px solid rgba(30, 41, 59, 0.95);
    box-shadow: 0 20px 52px rgba(0, 0, 0, 0.9);
}

.tetraeco-swap-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    margin-bottom: 18px;
}

.tetraeco-swap-column {
    border-radius: 18px;
    padding: 14px 14px 12px;
    background: linear-gradient(135deg, #020617, #020818);
    border: 1px solid rgba(31, 41, 59, 0.95);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.85);
}

.tetraeco-swap-column-head {
    margin-bottom: 8px;
}

.tetraeco-swap-column-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .18em;
    color: #9caad7;
}

.tetraeco-swap-balance {
    font-size: 12px;
    color: #9ca3af;
}

.tetraeco-swap-balance strong {
    color: #e5e7eb;
}

.tetraeco-swap-input-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
}

.tetraeco-swap-input {
    background: rgba(3, 7, 18, 0.96);
    border-radius: 12px;
    border: 1px solid rgba(30, 64, 175, 0.7);
    color: #e5f4ff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 12px;
}

.tetraeco-swap-input::placeholder {
    color: rgba(148, 163, 184, 0.65);
}

.tetraeco-swap-input:focus {
    outline: none;
    box-shadow: 0 0 0 1px rgba(0, 229, 255, 0.5);
    border-color: rgba(0, 229, 255, 0.95);
}

.tetraeco-swap-input-output {
    color: #c7d2fe;
}

.tetraeco-swap-token-select {
    width: 130px;
    height: 100%;
}


.tf-form-select {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.45);
    color: #ffffff;
    font-size: 14px;
    padding: 11px 14px;
    transition: all .15s ease;
}


.tf-form-select:focus {
    outline: none;
    box-shadow: none;
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.45);
}

.tetraeco-swap-token-fixed {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(56, 189, 248, 0.7);
    background: rgba(15, 23, 42, 0.98);
    color: #e5f4ff;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 10px;
    height: 100%;
}

.tf-form-control[readonly] {
    cursor: not-allowed;
}



.tetraeco-swap-token-fixed:hover {
    border: 1px solid rgba(56, 189, 248, 0.7);
    background: rgba(15, 23, 42, 0.98);
    color: #e5f4ff;
}

.tetraeco-swap-helper-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.tetraeco-swap-helper-btn {
    border-radius: 999px;
    padding: 3px 11px;
    font-size: 11px;
    border: 1px solid rgba(30, 64, 175, 0.7);
    background: rgba(15, 23, 42, 0.98);
    color: #9ca3af;
}

.tetraeco-swap-helper-row-muted {
    margin-top: 10px;
}

.tetraeco-swap-helper-text {
    font-size: 11px;
    color: #9ca3af;
}

.tetraeco-swap-middle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tetraeco-swap-switch-btn {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(31, 41, 59, 0.95);
    background: radial-gradient(circle at 30% 0, rgba(0, 229, 255, 0.32), rgba(15, 23, 42, 1));
    color: #e5edf7;
    font-size: 18px;
}

.tetraeco-swap-info-accent {
    color: var(--tg-theme-secondary);
}

.tetraeco-swap-submit-btn {
    margin-top: 4px;
}

@media (max-width: 991.98px) {
    .tetraeco-swap-panel {
        grid-template-columns: minmax(0, 1fr);
    }

    .tetraeco-swap-switch-btn {
        transform: rotate(90deg);
    }
}

@media (max-width: 575.98px) {
    .tetraeco-swap-card {
        padding-inline: 14px;
    }

    .tetraeco-swap-rate-badge {
        margin-top: 8px;
    }
}

.tetraeco-token-card {
    position: relative;
    border-radius: 26px;
    padding: 16px 18px 15px;
    background: radial-gradient(circle at 0 0, #050814 0, #020617 55%, #010814 100%);
    border: 1px solid rgba(15, 23, 42, 0.9);
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.9),
        0 0 0 1px rgba(15, 23, 42, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 170px;
}

.tetraeco-token-card::before {
    content: "";
    position: absolute;
    inset: 5px;
    border-radius: 22px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    pointer-events: none;
}

.tetraeco-token-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.tetraeco-token-icon {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #f9fafb;
    background: radial-gradient(circle at 30% 0, #a5b4fc, #4338ca);
    box-shadow: 0 0 18px rgba(129, 140, 248, 0.7);
}

.tetraeco-token-icon-social {
    background: radial-gradient(circle at 30% 0, #fb7185, #be185d);
    box-shadow: 0 0 18px rgba(248, 113, 113, 0.7);
}

.tetraeco-token-icon-airdrop {
    background: radial-gradient(circle at 30% 0, #facc15, #b45309);
    box-shadow: 0 0 18px rgba(250, 204, 21, 0.7);
}

.tetraeco-token-icon-pending {
    background: radial-gradient(circle at 30% 0, #60a5fa, #2563eb);
    box-shadow: 0 0 18px rgba(96, 165, 250, 0.7);
}

.tetraeco-token-label {
    text-align: right;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .22em;
    color: #bcc6ea;
    line-height: 1.4;
}

.tetraeco-token-amount {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
}

.tetraeco-token-sub {
    font-size: 14px;
    color: #a9b4d5;
}

@media (max-width: 575.98px) {
    .tetraeco-token-card {
        min-height: 150px;
        padding: 14px 14px 13px;
    }

    .tetraeco-token-amount {
        font-size: 24px;
    }
}




@media (max-width: 575.98px) {


    .tetraeco-claim-card {
        padding: 14px 8px;
    }


    .tetraeco-wallet-card {
        padding: 16px 14px;
    }

    .tetraeco-wallet-inner {
        gap: 10px;
        align-items: flex-start;
    }

    .tetraeco-wallet-value {
        font-size: 24px;
    }

    .tetraeco-wallet-desc {
        font-size: 12px;
    }

    .tetraeco-wallet-symbol {
        font-size: 18px;
    }

    .tetraeco-wallet-icon {
        width: 65px;
        height: 65px;
        border-radius: 50%;
        background: radial-gradient(circle at 30% 0%, rgba(0, 229, 255, 0.85), rgba(0, 150, 183, 0.85));
        display: flex;
        align-items: center;
        justify-content: center;
        color: #dff9ff;
        font-size: 24px;
        box-shadow: 0 0 26px rgba(0, 229, 255, 0.55),
            0 0 14px rgba(0, 150, 183, 0.35),
            0 0 0 1px rgba(15, 23, 42, 0.9);
        opacity: 1;
    }
}


.tetraeco-claim-min {
    font-size: 13px;
    color: #87b8ff;
    opacity: 0.7;
    margin-top: 3px;
    font-weight: 400;
    letter-spacing: 0.25px;
    transition: opacity 0.2s ease;
}



.staking-card {
    max-width: 960px;
}

.staking-logo-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}



.staking-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.staking-badge {
    font-size: 11px;
    font-weight: 600;
    padding: 3px 9px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: .14em;
    background: rgba(56, 189, 248, 0.1);
    color: #7dd3fc;
    border: 1px solid rgba(56, 189, 248, 0.5);
}

.staking-subtitle {
    margin-bottom: 22px;
}


.staking-toolbar {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    margin-bottom: 16px;
}

.staking-wallet-btn {
    min-width: 170px;
    border-radius: 999px;
    padding: 9px 20px;
    border: 1px solid rgba(148, 163, 184, 0.55);
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 1));
    color: #e5edff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.staking-status-strip {
    border-radius: 999px;
    padding: 8px 14px;
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(15, 23, 42, 0.9);
    color: #9ca9c8;
    font-size: 12px;
    text-align: center;
}

.staking-connection {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
}

.staking-connection-label {
    color: #9ca9c8;
}

.staking-connection-value {
    padding: 3px 8px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.96);
    border: 1px solid rgba(148, 163, 184, 0.5);
    color: #e5e7eb;
}


.staking-divider {
    height: 1px;
    margin: 16px 0 20px;
    background: linear-gradient(to right, transparent, rgba(148, 163, 184, 0.45), transparent);
}

.staking-divider-soft {
    margin-top: 24px;
    margin-bottom: 18px;
    background: linear-gradient(to right, transparent, rgba(148, 163, 184, 0.2), transparent);
}


.staking-section {
    margin-bottom: 4px;
}

.staking-section-head {
    margin-bottom: 12px;
}

.staking-section-title {
    font-size: 15px;
    font-weight: 600;
    color: #e5edff;
    margin-bottom: 2px;
}

.staking-section-text {
    font-size: 13px;
    color: #9ca9c8;
}


.staking-form-row {
    margin-bottom: 18px;
}


.staking-metrics-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
    margin-bottom: 20px;
}

.staking-metric-card {
    border-radius: 14px;
    padding: 10px 14px 11px;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(8, 14, 26, 0.96));
    border: 1px solid rgba(30, 64, 175, 0.45);
    box-shadow:
        0 10px 30px rgba(15, 23, 42, 0.9),
        inset 0 0 12px rgba(15, 23, 42, 0.95);
}

.staking-metric-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .16em;
    color: #7f92b1;
    margin-bottom: 6px;
}

.staking-metric-value {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.staking-metric-main {
    font-size: 15px;
    font-weight: 600;
    color: #f9fbff;
}

.staking-metric-apr {
    font-size: 18px;
}

.staking-metric-sub {
    font-size: 12px;
    color: #9ca9c8;
}


.staking-submit-btn {
    margin-top: 4px;
}


.staking-section-bottom .staking-section-title {
    margin-bottom: 4px;
}

.staking-empty-state {
    margin-top: 6px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #9ca9c8;
}

.staking-empty-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #38bdf8;
    box-shadow: 0 0 8px rgba(56, 189, 248, 0.8);
}


@media (max-width: 991.98px) {
    .staking-toolbar {
        grid-template-columns: minmax(0, 1fr);
    }

    .staking-wallet-btn {
        width: 100%;
    }

    .staking-status-strip {
        text-align: left;
    }

    .staking-connection {
        justify-content: flex-start;
    }
}

@media (max-width: 575.98px) {
    .staking-metrics-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}



.tetraeco-swap-paused {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 16px;
}

.tetraeco-swap-paused-inner {
    position: relative;
    text-align: center;
    padding: 32px 28px 30px;
    border-radius: 26px;
    background:
        radial-gradient(120% 120% at 50% 0%, rgba(255, 99, 132, 0.22), rgba(0, 0, 0, 0.85)),
        rgba(4, 10, 28, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(14px);
    width: 100%;
    margin: 0 auto;
}

.tetraeco-swap-paused-icon-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.tetraeco-swap-paused-glow {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 99, 132, 0.55), transparent 60%);
    opacity: 0.9;
    filter: blur(2px);
}

.tetraeco-swap-paused-icon {
    position: relative;
    width: 72px;
    height: 72px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 30% 0%, #ffb1c1, #ff4b5c);
    box-shadow:
        0 0 0 6px rgba(255, 75, 92, 0.25),
        0 18px 35px rgba(0, 0, 0, 0.85);
    color: #ffffff;
    font-size: 30px;
}

.tetraeco-swap-paused-title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #ffffff;
    margin-bottom: 6px;
}

.tetraeco-swap-paused-text {
    font-size: 14px;
    color: rgba(219, 230, 255, 0.85);
    margin-bottom: 0;
}



.tetraeco-maintenance {
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 16px 60px;
}

.tetraeco-maintenance-inner {
    position: relative;
    text-align: center;
    padding: 44px 40px 40px;
    border-radius: 30px;
    background:
        radial-gradient(130% 130% at 50% 0%, rgba(0, 221, 255, 0.18), rgba(0, 0, 0, 0.94)),
        rgba(4, 10, 28, 0.98);
    border: 1px solid rgba(0, 255, 255, 0.28);
    box-shadow:
        0 22px 70px rgba(0, 0, 0, 0.9),
        0 0 40px rgba(0, 200, 255, 0.18);
    backdrop-filter: blur(18px);
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
}

.tetraeco-maintenance-inner::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at 10% 0%, rgba(0, 255, 255, 0.08), transparent 55%);
    pointer-events: none;
}

.tetraeco-maintenance-icon-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 44px;
}

.tetraeco-maintenance-glow {
    position: absolute;
    width: 170px;
    height: 170px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(0, 221, 255, 0.55), transparent 65%);
    opacity: 0.9;
    filter: blur(3px);
    animation: tetraecoGlowPulse 2.8s ease-in-out infinite;
}

.tetraeco-maintenance-icon {
    position: relative;
    width: 84px;
    height: 84px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 30% 0%, #7df9ff, #00bcd4);
    box-shadow:
        0 0 0 6px rgba(0, 188, 212, 0.4),
        0 20px 40px rgba(0, 0, 0, 0.9);
    color: #ffffff;
    font-size: 34px;
    animation: tetraecoIconBreath 2.8s ease-in-out infinite;
}

.tetraeco-maintenance-title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #ffffff;
    margin-bottom: 10px;
}

.tetraeco-maintenance-text {
    font-size: 15px;
    color: rgba(219, 230, 255, 0.9);
    margin-bottom: 0;
}


@keyframes tetraecoGlowPulse {
    0% {
        transform: scale(0.95);
        opacity: 0.6;
    }

    50% {
        transform: scale(1.1);
        opacity: 1;
    }

    100% {
        transform: scale(0.95);
        opacity: 0.6;
    }
}

@keyframes tetraecoIconBreath {
    0% {
        box-shadow:
            0 0 0 4px rgba(0, 188, 212, 0.35),
            0 18px 35px rgba(0, 0, 0, 0.85);
        transform: translateY(0);
    }

    50% {
        box-shadow:
            0 0 0 10px rgba(0, 255, 255, 0.4),
            0 26px 45px rgba(0, 0, 0, 0.95);
        transform: translateY(-2px);
    }

    100% {
        box-shadow:
            0 0 0 4px rgba(0, 188, 212, 0.35),
            0 18px 35px rgba(0, 0, 0, 0.85);
        transform: translateY(0);
    }
}




.tg-btn {
    background: linear-gradient(180deg,
            #062033 0%,
            #031420 60%,
            #02101C 100%);
    border-radius: 16px;
    padding: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 12px rgba(14, 75, 122, 0.28);
    transition: 0.25s ease;
}

.tg-btn span {
    background: linear-gradient(180deg,
            #0E4B7A 0%,
            #0A3557 50%,
            #062033 100%);
    padding: 8px 12px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #E8F6FF;
    font-weight: 500;
    height: 100%;
}

.tg-btn:hover {
    box-shadow: 0 0 20px rgba(34, 168, 255, 0.35);
    transform: translateY(-1px);
}

.tg-btn span:hover {
    background: linear-gradient(180deg,
            #1572B8 0%,
            #0E4B7A 100%);
}


.tf-profile-avatar-edit img {
    width: 88px;
    height: 88px;
    border-radius: 999px;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.75);
}

.tf-profile-avatar-hint {
    font-size: 12px;
    color: rgba(226, 232, 240, 0.7);
    margin-top: 6px;
}


.tf-profile-avatar-edit {
    position: relative;
}



.avatar-upload-btn {
    position: absolute;
    right: -4px;
    bottom: -4px;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: radial-gradient(circle at 30% 0, #7df9ff, #00bcd4);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.8);
    color: #0b1120;
    font-size: 14px;
}

.avatar-upload-btn:hover {
    transform: translateY(-1px);
}



.tf-profile-wallet-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tf-profile-wallet-item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.85);
    border: 1px solid rgba(148, 163, 184, 0.4);
}

.tf-profile-wallet-main {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    flex: 1;
}

.tf-profile-wallet-icon {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 30% 0, #7df9ff, #00bcd4);
    color: #0b1120;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.75);
    flex-shrink: 0;
}

.tf-profile-wallet-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.tf-profile-wallet-network {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #e2e8f0;
    padding: 2px 8px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.6);
    margin-right: 6px;
}

.tf-profile-wallet-label {
    font-size: 13px;
    color: rgba(226, 232, 240, 0.85);
}

.tf-profile-wallet-address {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 13px;
    color: #e5e7eb;
}

.tf-profile-wallet-address .wallet-full {
    display: none;
}

.tf-profile-wallet-meta {
    font-size: 12px;
    color: rgba(148, 163, 184, 0.9);
}

.wallet-copy-btn {
    border: none;
    background: transparent;
    color: #94a3b8;
    padding: 0;
    cursor: pointer;
    font-size: 13px;
}

.wallet-copy-btn:hover {
    color: #e2e8f0;
}

.tf-profile-wallet-actions {
    display: flex;
    align-items: center;
}

.tf-profile-wallet-remove-btn {
    border-radius: 999px;
    border: 1px solid rgba(248, 113, 113, 0.7);
    background: rgba(248, 113, 113, 0.1);
    color: #fecaca;
    font-size: 13px;
    padding: 6px 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.tf-profile-wallet-remove-btn:hover {
    background: rgba(248, 113, 113, 0.2);
}

@media (max-width: 575.98px) {
    .tf-profile-wallet-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .tf-profile-wallet-actions {
        width: 100%;
        justify-content: flex-end;
    }
}




.delete-card {
    padding: 32px 30px 36px;
    border-radius: 26px;
    background:
        radial-gradient(140% 140% at 50% 0%, rgba(0, 200, 255, 0.08), rgba(0, 0, 0, 0.96)),
        #020617;
    border: 1px solid rgba(248, 113, 113, 0.35);
    box-shadow:
        0 24px 80px rgba(0, 0, 0, 0.9),
        0 0 0 1px rgba(15, 23, 42, 0.9);
}

.delete-card-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px;
}

.delete-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 30% 0, #fca5a5, #ef4444);
    box-shadow:
        0 0 0 6px rgba(248, 113, 113, 0.18),
        0 16px 34px rgba(0, 0, 0, 0.85);
    color: #0b1120;
    font-size: 22px;
}

.delete-header-text {
    flex: 1;
}

.delete-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 4px;
    color: #fecaca;
}

.delete-subtitle {
    margin: 0;
    font-size: 13px;
    color: rgba(226, 232, 240, 0.78);
}

.delete-subtitle span {
    color: #fca5a5;
    font-weight: 600;
}

.delete-card-body {
    margin-top: 10px;
}

.delete-warning-panel {
    border-radius: 14px;
    padding: 14px 16px;
    background: rgba(248, 113, 113, 0.14);
    border: 1px solid rgba(248, 113, 113, 0.4);
    color: #fecaca;
    font-size: 13px;
    margin-bottom: 22px;
}

.delete-warning-panel strong {
    color: #fee2e2;
    margin-right: 4px;
}

.delete-actions-row {
    display: flex;
    gap: 14px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.profile-go-back-btn,
.delete-btn-danger {
    border-radius: 999px;
    padding: 11px 20px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

.profile-go-back-btn {
    flex: 0 0 auto;
    min-width: 140px;
    background: rgba(15, 23, 42, 0.9);
    border-color: rgba(148, 163, 184, 0.5);
    color: rgba(226, 232, 240, 0.9);
}



.delete-btn-danger {
    flex: 1 1 auto;
    background: linear-gradient(135deg, #f87171, #dc2626);
    color: #0b1120;
    border-color: rgba(248, 113, 113, 0.6);

    box-shadow:
        0 10px 28px rgba(248, 113, 113, 0.25),
        0 0 16px rgba(248, 113, 113, 0.28);
}

.delete-btn-danger:hover {
    filter: brightness(1.02);
    box-shadow:
        0 12px 34px rgba(248, 113, 113, 0.35),
        0 0 22px rgba(248, 113, 113, 0.35);
}


.delete-btn-danger .spinner-border,
.profile-go-back-btn .spinner-border {
    border-width: 2px;
}


.advisors__social i {
    font-size: 20px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    transition: 0.25s all ease;
}

.advisors__social i:hover {
    background: var(--tg-theme-primary);
    transform: translateY(-3px);
}






.game-card {
    --game-card-accent: #12d6ff;

    position: relative;
    background:
        radial-gradient(circle at top left, rgba(18, 214, 255, 0.16), transparent 55%),
        radial-gradient(circle at bottom right, rgba(88, 101, 242, 0.18), transparent 55%),
        rgba(3, 10, 30, 0.96);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 18px 18px 20px;
    height: 100%;
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.7),
        inset 0 0 0 1px rgba(255, 255, 255, 0.03);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease,
        background 0.2s ease;
}

.game-card:hover {
    transform: translateY(-6px);
    border-color: rgba(18, 214, 255, 0.45);
    box-shadow:
        0 22px 55px rgba(0, 0, 0, 0.9),
        0 0 32px rgba(18, 214, 255, 0.4);
    background:
        radial-gradient(circle at top left, rgba(18, 214, 255, 0.22), transparent 55%),
        radial-gradient(circle at bottom right, rgba(88, 101, 242, 0.25), transparent 55%),
        rgba(3, 10, 30, 0.98);
}

.game-card-inner {
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 100%;
}

.game-thumb {
    position: relative;
}

.game-emoji-badge {
    position: absolute;
    top: -6px;
    right: -4px;
    z-index: 2;
    font-size: 24px;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.7));
}

.game-thumb-frame {
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.06), transparent 60%),
        rgba(6, 15, 40, 0.95);
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.game-thumb-frame img {
    width: 100%;
    height: 100%;
}

.game-thumb-placeholder {
    width: 100%;
    padding: 46px 0;
    text-align: center;
    color: rgba(200, 210, 255, 0.6);
    font-size: 26px;
}

.game-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}

.game-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.game-title {
    font-size: 18px;
    font-weight: 600;
    color: #f4f7ff;
    margin: 0;
}

.game-tag {
    font-size: 11px;
    padding: 4px 11px;
    border-radius: 999px;
    background: rgba(18, 214, 255, 0.14);
    color: #9be8ff;
    border: 1px solid rgba(18, 214, 255, 0.6);
    white-space: nowrap;
}

.game-desc {
    font-size: 13px;
    color: rgba(220, 228, 255, 0.9);
    margin-bottom: 0;
    min-height: 40px;
}

.game-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.game-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.game-mini-rating,
.game-mini-plays {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
}

.game-mini-rating {
    color: rgba(255, 255, 255, 0.88);
}

.game-mini-rating i {
    color: #ffc120;
    font-size: 14px;
}

.game-mini-rating small {
    color: rgba(255, 255, 255, 0.6);
}

.game-mini-plays {
    color: rgba(230, 236, 255, 0.8);
}

.game-mini-plays i {
    color: #ff8a4a;
}

.game-actions {
    display: flex;
    justify-content: flex-end;
}

.game-play-btn {
    border: none;
    outline: none;
    border-radius: 999px;
    padding: 9px 18px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.01em;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), transparent 60%),
        linear-gradient(120deg, #00e0ff, #007bff);
    color: #020617;
    box-shadow: 0 10px 26px rgba(0, 208, 255, 0.45);
    transition:
        transform 0.15s ease,
        box-shadow 0.15s ease,
        filter 0.15s ease;
    white-space: nowrap;
}

.game-play-btn i {
    font-size: 14px;
}

.game-play-btn:hover {
    transform: translateY(-1px);
    filter: brightness(1.05);
    box-shadow: 0 14px 32px rgba(0, 208, 255, 0.6);
}

@media (max-width: 575.98px) {
    .game-card {
        border-radius: 20px;
        padding: 16px 14px 18px;
    }

    .game-thumb-frame {
        min-height: 130px;
    }

    .game-title {
        font-size: 16px;
    }
}










.game-modal-overlay {
    position: fixed;
    inset: 0;
    background: radial-gradient(circle at top, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.96));
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 16px;
}

.game-modal-overlay.is-open {
    display: flex;
}

.game-modal {
    position: relative;
    max-width: 920px;
    width: 100%;
}

.game-modal-inner {
    border-radius: 26px;
    background:
        radial-gradient(circle at top left, rgba(56, 189, 248, 0.22), transparent 60%),
        radial-gradient(circle at bottom right, rgba(129, 140, 248, 0.18), transparent 60%),
        rgba(7, 12, 34, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 26px 26px 22px;
    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.86),
        inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}



/* Header yeni düzen */
.game-modal-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

/* Emoji artık solda */
.game-modal-emoji {
    font-size: 42px;
    line-height: 1;
    flex-shrink: 0;
    margin-top: 4px;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.7));
}

/* Başlık alanı */
.game-modal-heading {
    display: flex;
    flex-direction: column;
}

.game-modal-close {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(18, 25, 55, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
}

@media (max-width: 576px) {
    .game-modal-header {
        gap: 10px;
    }

    .game-modal-emoji {
        font-size: 34px;
        margin-top: 2px;
    }

    .game-modal-close {
        top: 8px;
        right: 10px;
    }
}


.game-modal-heading {
    max-width: 70%;
}

.game-modal-title {
    font-size: 26px;
    font-weight: 700;
    color: #e5ecff;
    margin-bottom: 6px;
}

.game-modal-subtext {
    font-size: 13px;
    color: rgba(209, 219, 255, 0.78);
    margin-bottom: 0;
}



.game-modal-close {
    position: absolute;
    top: 12px;
    right: 18px;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: none;
    background: radial-gradient(circle at top, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.98));
    color: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 15;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.75);
}

.game-modal-close i {
    font-size: 18px;
}

.game-modal-emoji {
    font-size: 36px;
    filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.9));
    margin-right: 6px;
}

@media (max-width: 576px) {
    .game-modal-close {
        top: 6px;
        right: 10px;
        width: 40px;
        height: 40px;
    }

    .game-modal-emoji {
        font-size: 32px;
        margin-top: 26px;
        margin-right: 10px;
    }
}



.game-modal-preview {
    margin-bottom: 20px;
}

.game-modal-preview-frame {
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.07), transparent 60%),
        linear-gradient(135deg, #050b1d, #0b1026);
    /* min-height: 250px;
    max-height: 250px; */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.game-modal-preview-frame img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    display: none;
}

.game-modal-preview-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.game-modal-preview-label {
    font-size: 20px;
    font-weight: 700;
    color: rgba(178, 199, 255, 0.98);
    text-align: center;
}


.game-modal-body {
    margin-top: 10px;
}

.game-modal-desc {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(224, 231, 255, 0.92);
    margin-bottom: 14px;
}

.game-modal-divider {
    border-color: rgba(255, 255, 255, 0.1);
    margin: 10px 0 16px;
}


.game-modal-main-row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 30px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.game-modal-rating-wrap {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 220px;
}

.game-modal-stars-row {
    display: flex;
    gap: 4px;
}

.game-modal-stars {
    display: inline-flex;
    gap: 2px;
}

.game-modal-star {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.12);
}

.game-modal-star.filled {
    color: #ffc120;
}

.game-modal-rating-text {
    font-size: 13px;
    color: rgba(214, 222, 255, 0.9);
}


.game-modal-your-rating {
    margin-top: 4px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 12px;
}

.game-modal-your-rating-label {
    font-size: 13px;
    color: rgba(220, 230, 255, 0.92);
    display: flex;
    align-items: center;
    gap: 6px;
}

.game-modal-your-rating-badge {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 3px 7px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.18);
    border: 1px solid rgba(148, 163, 184, 0.4);
    color: rgba(226, 232, 240, 0.98);
}

.game-modal-your-stars {
    display: inline-flex;
    gap: 4px;
    cursor: pointer;
}

.game-modal-your-stars i {
    font-size: 20px;
    color: rgba(148, 163, 184, 0.6);
    transition: color 0.15s ease, transform 0.15s ease;
}

.game-modal-your-stars i.active {
    color: #38bdf8;
}

.game-modal-your-stars i.hovered {
    color: #facc15;
    transform: translateY(-1px);
}

.game-modal-your-rating-hint {
    font-size: 12px;
    color: rgba(148, 163, 184, 0.9);
}


.game-modal-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
    min-width: 210px;
}

.game-modal-btn {
    border-radius: 999px;
    padding: 11px 26px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
}

.game-modal-btn-primary {
    background: linear-gradient(120deg, #22c55e, #16a34a);
    color: #02140a;
    box-shadow: 0 10px 26px rgba(34, 197, 94, 0.4);
    width: 100%;
}

.game-modal-btn-secondary {
    background: #4b5563;
    color: #e5e7eb;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.6);
}


.game-modal-extra {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px 16px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    margin-top: 4px;
}

.game-modal-daily {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(56, 189, 248, 0.12);
    border: 1px solid rgba(56, 189, 248, 0.5);
    color: #a5e9ff;
}

.game-modal-daily-label {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.06em;
    font-size: 11px;
    opacity: 0.9;
}

.game-modal-daily-value {
    font-weight: 700;
    font-size: 13px;
}

.game-modal-plays {
    font-size: 13px;
    color: rgba(209, 219, 255, 0.9);
}

.game-modal-plays strong {
    color: #fbbf24;
}


@media (max-width: 768px) {
    .game-modal-inner {
        padding: 22px 18px 18px;
    }

    .game-modal-heading {
        max-width: 100%;
    }

    .game-modal-title {
        font-size: 22px;
    }

    .game-modal-main-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .game-modal-actions {
        width: 100%;
        align-items: stretch;
    }

    .game-modal-btn {
        width: 100%;
    }
}



@media (max-width: 991.98px) {

    .hero-banner-custom-area {
        padding: 50px 0 0;
    }

    .banner__img {
        margin-top: 50px;
        margin-bottom: 0;
    }
}





.brand__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: 0.25s ease;

    min-height: 180px;
    height: 100%;
}

.brand__item:hover {
    border-color: rgba(255, 255, 255, 0.13);
    background: rgba(255, 255, 255, 0.06);
}

.brand__item img {
    max-height: 60px;
    object-fit: contain;
    margin-bottom: 18px;
}


.partner__social {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    max-width: 100%;
}


.partner__social a i {
    font-size: 17px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    text-align: center;
    transition: 0.25s ease;
}

.partner__social a i:hover {
    background: var(--tg-theme-primary);
    transform: translateY(-3px);
}


.price.up {
    color: #22c594;
}

.price.down {
    color: #ff6b6b;
}




.airdrop-orb.idle {
    animation: orbIdleBreath 3.4s ease-in-out infinite;
}

.airdrop-orb.active {
    animation: none;
}

.airdrop-orb-inner::after {
    content: "";
    position: absolute;
    inset: 18%;
    border-radius: inherit;
    background: radial-gradient(circle at 50% 50%,
            rgba(15, 23, 42, 0.0) 0%,
            rgba(15, 23, 42, 0.85) 55%,
            #000000 100%);
    opacity: 0;
    pointer-events: none;
}

.airdrop-orb.idle .airdrop-orb-inner::after {
    opacity: 0.55;
    animation: orbInnerBreath 3.4s ease-in-out infinite;
}

.airdrop-orb.active .airdrop-orb-inner::after {
    opacity: 0;
    animation: none;
}


@keyframes orbIdleBreath {

    0%,
    100% {
        transform: scale(1);
        box-shadow:
            0 0 0 1px rgba(15, 23, 42, 1),
            0 20px 60px rgba(0, 0, 0, 0.9),
            0 0 40px rgba(15, 23, 42, 0.7);
    }

    50% {
        transform: scale(1.04);
        box-shadow:
            0 0 0 1px rgba(56, 189, 248, 0.7),
            0 24px 70px rgba(0, 0, 0, 1),
            0 0 70px rgba(56, 189, 248, 0.9);
    }
}

@keyframes orbInnerBreath {

    0%,
    100% {
        opacity: 0.35;
        transform: scale(1);
    }

    50% {
        opacity: 0.9;
        transform: scale(1.06);
    }
}



.airdrop-orb.starting {
    animation: orbStarting 0.9s ease-in-out infinite;
    box-shadow:
        0 0 0 1px rgba(56, 189, 248, 0.8),
        0 24px 80px rgba(8, 47, 73, 1),
        0 0 120px rgba(56, 189, 248, 1);
}

.airdrop-orb.starting .airdrop-orb-inner::before {
    opacity: 0.85;
}

.airdrop-orb.starting .airdrop-orb-logo {
    opacity: 1;
    filter: drop-shadow(0 0 24px rgba(56, 189, 248, 1));
    transform: scale(1.04);
}



@keyframes orbStarting {
    0% {
        transform: scale(1);
        filter: brightness(1);
    }

    40% {
        transform: scale(1.06);
        filter: brightness(1.15);
    }

    70% {
        transform: scale(1.02);
        filter: brightness(1.05);
    }

    100% {
        transform: scale(1);
        filter: brightness(1);
    }
}






.tf-assets-area {
    padding-top: 60px;
    padding-bottom: 80px;
}

.tf-assets-card {
    border-radius: 18px;
    padding: 24px;
    background:
        radial-gradient(circle at top left, rgba(0, 229, 255, 0.12), transparent 55%),
        radial-gradient(circle at bottom right, rgba(56, 189, 248, 0.10), transparent 55%),
        rgba(15, 23, 42, 0.94);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.65);
    position: relative;
    overflow: hidden;
}

.tf-assets-card::before {
    content: "";
    position: absolute;
    inset: -40%;
    background: radial-gradient(circle at top, rgba(255, 255, 255, 0.08), transparent 60%);
    opacity: 0.5;
    pointer-events: none;
}

.tf-assets-header {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.tf-assets-user {
    display: flex;
    align-items: center;
    gap: 16px;
}

.tf-assets-avatar {
    width: 64px;
    height: 64px;
    border-radius: 999px;
    overflow: hidden;
    padding: 2px;
    background: linear-gradient(135deg, #00e5ff, #38bdf8);
    box-shadow: 0 0 0 1px rgba(2, 6, 23, 0.9);
}

.tf-assets-avatar img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
}

.tf-assets-user-info h2 {
    font-size: 20px;
    margin-bottom: 4px;
    color: #e5edff;
}

.tf-assets-user-info p {
    margin: 0;
    font-size: 13px;
    color: #64748b;
}

.tf-assets-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 12px;
    background: rgba(2, 6, 23, 0.96);
    border: 1px solid rgba(148, 163, 184, 0.4);
    color: #e5edff;
    white-space: nowrap;
}

.tf-assets-badge i {
    color: #22c55e;
}

.tf-assets-main-stats {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1.5fr);
    gap: 24px;
    margin-bottom: 24px;
}

@media (max-width: 767.98px) {
    .tf-assets-main-stats {
        grid-template-columns: 1fr;
    }
}

.tf-assets-main-total {
    border-radius: 16px;
    padding: 18px 18px 20px;
    background: linear-gradient(135deg, rgba(0, 229, 255, 0.18), rgba(56, 189, 248, 0.16));
    border: 1px solid rgba(148, 163, 184, 0.4);
}

.tf-assets-main-total-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #64748b;
    margin-bottom: 10px;
}

.tf-assets-main-total-amount {
    font-size: 28px;
    font-weight: 700;
    color: #e5edff;
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.tf-assets-main-total-amount span:last-child {
    font-size: 13px;
    text-transform: uppercase;
    color: #38bdf8;
}

.tf-assets-main-total-sub {
    margin-top: 4px;
    font-size: 12px;
    color: #64748b;
}

.tf-assets-main-quick {
    display: grid;
    gap: 12px;
}

.tf-assets-mini {
    border-radius: 14px;
    padding: 12px 14px;
    background: rgba(15, 23, 42, 0.96);
    border: 1px solid rgba(55, 65, 81, 0.9);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.tf-assets-mini-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tf-assets-mini-icon {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.tf-assets-mini-label {
    font-size: 12px;
    font-weight: 500;
    color: #e5edff;
}

.tf-assets-mini-sub {
    font-size: 11px;
    color: #64748b;
}

.tf-assets-mini-value {
    text-align: right;
}

.tf-assets-mini-value-main {
    font-size: 14px;
    font-weight: 600;
    color: #e5edff;
}

.tf-assets-mini-value-sub {
    font-size: 11px;
    color: #64748b;
    text-transform: uppercase;
}

.tf-assets-breakdown {
    position: relative;
    z-index: 1;
    margin-top: 8px;
    border-radius: 16px;
    padding: 18px 18px 6px;
    background: rgba(15, 23, 42, 0.94);
    border: 1px solid rgba(55, 65, 81, 0.9);
}

.tf-assets-breakdown-title {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #64748b;
    margin-bottom: 12px;
}

.tf-assets-breakdown-group {
    margin-bottom: 10px;
}

.tf-assets-breakdown-group-title {
    font-size: 12px;
    font-weight: 600;
    color: #e5edff;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.tf-assets-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 11px;
    background: rgba(15, 23, 42, 0.96);
    border: 1px solid rgba(55, 65, 81, 0.9);
    color: #64748b;
}

.tf-assets-breakdown-list {
    display: grid;
    gap: 6px;
}

.tf-assets-breakdown-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #d1d5db;
}

.tf-assets-breakdown-row span:first-child {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #64748b;
}

.tf-assets-breakdown-row span:last-child {
    font-weight: 500;
    color: #e5edff;
}

.tf-assets-footer-meta {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 12px;
    color: #64748b;
    align-items: center;
    justify-content: space-between;
}

.tf-assets-footer-meta span strong {
    color: #e5edff;
    font-weight: 600;
}

.tf-assets-footer-meta .tf-assets-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px dashed rgba(148, 163, 184, 0.6);
    color: #64748b;
}

@media (max-width: 575.98px) {
    .tf-assets-card {
        padding: 18px 16px 20px;
    }

    .tf-assets-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .tf-assets-footer-meta {
        flex-direction: column;
        align-items: flex-start;
    }
}

.tf-stats-users-block {
    margin: 22px 0 28px;
    padding: 20px 22px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.16), rgba(0, 229, 255, 0.14));
    border: 1px solid rgba(148, 163, 184, 0.25);
    display: flex;
    align-items: center;
    gap: 18px;
    position: relative;
    overflow: hidden;
}

.tf-stats-users-block::before {
    content: "";
    position: absolute;
    right: -60px;
    top: -60px;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 70%);
    filter: blur(10px);
    opacity: 0.7;
}

.tf-stats-users-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(0, 229, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #00e5ff;
    backdrop-filter: blur(6px);
}

.tf-stats-users-content {
    display: flex;
    flex-direction: column;
}

.tf-stats-users-count {
    font-size: 28px;
    font-weight: 700;
    color: #e5edff;
    letter-spacing: -0.02em;
}

.tf-stats-users-label {
    font-size: 13px;
    font-weight: 500;
    color: #cbd5e1;
    margin-top: 2px;
}

.tf-stats-users-sub {
    font-size: 11px;
    color: #94a3b8;
    margin-top: 4px;
}

.banner__content .title {
    margin-bottom: 30px;
    font-size: 55px;
}

.ticker__area {
    padding: 60px 0;
}



@media (max-width: 767.98px) {
    .banner__content .title {
        font-size: 40px;
    }
}



.tf-password-wrapper {
    position: relative;
}

.tf-password-toggle {
    position: absolute;
    right: 12px;
    bottom: 10px;
    cursor: pointer;
    color: #94A3B8;
    font-size: 18px;
    z-index: 10;
}

.tf-password-toggle:hover {
    color: #0EA5E9;
}



.mobile-profile-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 15px;
    padding: 16px 0 0 0;
}