﻿.service-container {
    width: 100%;
    margin-left: auto;
    box-sizing: border-box;
    margin-right: auto;
    min-height: 100vh;
    overflow: auto;
}

@media (min-width: 900px) {
    .css-3nvwlh {
        max-width: 900px;
    }
}

.css-3nvwlh {
    width: 100%;
    margin-left: auto;
    box-sizing: border-box;
    margin-right: auto;
    min-height: 100vh;
    overflow: auto;
}

/* Header */
.page-header {
    position: relative;
    text-align: center;
    padding: 14px 20px 10px 20px;
    background: #000;
}
    /*
        .page-header span i{
            display: flex;
            -webkit-box-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            justify-content: space-between;
            position: sticky;
            top: 0px;
            z-index: 1000;
            padding-top: 6px;
            padding-bottom: 6px;
            background-color: rgb(0, 0, 0);
            border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        }
*/
    .page-header h3 {
        margin: 0px;
        font-weight: 700;
        font-size: clamp(0.95rem, 1.4vw, 1.25rem);
        line-height: 1.45;
        color: rgb(255, 255, 255);
        font-family: Inter, "Noto Sans CJK SC", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif !important;
    }

.back-btn {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    box-shadow: 0 0 10px rgba(255,255,255,0.15);
    z-index: 9999;
    cursor: pointer;
}

    .back-btn:hover {
        color: #fff;
    }

/* Banner */
.banner-image {
    width: 100%;
    display: block;
}

/* Cards */
.support-card {
    background: #000;
    border: 1px solid #1d1d1d;
    border-radius: 14px;
    overflow: hidden;
}

.support-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #fff;
    padding: 9px;
    transition: .3s;
}

    .support-item:hover {
        background: #111;
        color: #fff;
    }

    .support-item + .support-item {
        border-top: 1px solid #1d1d1d;
    }

.item-left {
    display: flex;
    align-items: center;
}

.telegram-circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #2AABEE;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    flex-shrink: 0;
}

    .telegram-circle i {
        color: #fff;
        font-size: 18px;
    }

.item-title {
    font-size: 18px;
    /*font-weight: 500;*/
}

.arrow-icon {
    font-size: 22px;
    color: #fff;
}

@media (max-width:768px) {

    .page-header h3 {
        font-size: 22px;
    }

    .support-item {
        padding: 15px;
    }

    .item-title {
        font-size: 16px;
    }

    .telegram-circle {
        width: 38px;
        height: 38px;
    }
}

.css-1cmo0ed {
    background: linear-gradient(135deg, rgb(212, 168, 95), rgb(245, 224, 74));
    display: flex;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.css-1k956hv {
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0));
    top: -50px;
    right: -40px;
}

.css-zjj8ai {
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.16);
    bottom: -40px;
    left: -10px;
}

.css-agoh8e {
    z-index: 1;
    /*max-width: 60%;*/
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.css-hwpl6a {
    margin: 0px;
    font-weight: 600;
    font-size: clamp(0.95rem, 1.4vw, 1.25rem);
    line-height: 1.45;
    color: rgb(255, 255, 255);
    font-family: Inter, "Noto Sans CJK SC", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif !important;
}

.css-pbky3p {
    margin: 0px;
    font-size: clamp(0.75rem, 1vw, 0.95rem);
    line-height: 1.6;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    font-family: Inter, "Noto Sans CJK SC", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif !important;
}

.css-1nk8c0s {
    margin: 0px;
    font-size: clamp(0.75rem, 1vw, 0.95rem);
    line-height: 1.6;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    font-family: Inter, "Noto Sans CJK SC", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif !important;
}

.avtar-icon {
    background-color: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 30px;
    cursor: pointer;
}

    .avtar-icon :hover {
        background-color: #60606052;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        width: 40px;
        border-radius: 30px;
    }