body {
            margin: 0;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
            background-color: #180b29;
            color: #fdf9f9;
            line-height: 1.6;
        }

        .container {
            max-width: 1100px;
            margin: 0 auto;
            padding: 24px;
        }

        h1 {
            font-size: 28px;
            margin-bottom: 8px;
        }

        h2 {
            font-size: 22px;
            margin: 40px 0 16px;
            border-left: 4px solid #c8aaff;
            padding-left: 12px;
        }

        p.description {
            color: #4b5563;
            max-width: 800px;
        }

        table {
            width: 100%;
            border-collapse: collapse;
            background-color: #180b29;
            margin-top: 16px;
            box-shadow: 0 1px 4px rgba(0,0,0,0.05);
        }

        table th,
        table td {
            padding: 12px 14px;
            border-bottom: 1px solid #e5e7eb;
            vertical-align: top;
        }

        table th {
            width: 35%;
            background-color: #271248;
            font-weight: 600;
            text-align: left;
            color: #fdf9f9;
        }

        table tr:last-child td,
        table tr:last-child th {
            border-bottom: none;
        }

        .status {
            display: inline-block;
            padding: 4px 10px;
            border-radius: 12px;
            font-size: 13px;
            font-weight: 600;
        }

        .status.active {
            background-color: #dcfce7;
            color: #166534;
        }

        .status.inactive {
            background-color: #fee2e2;
            color: #991b1b;
        }

        .faq-item {
            background-color: #ffffff;
            margin-bottom: 12px;
            padding: 16px;
            border-radius: 6px;
            box-shadow: 0 1px 4px rgba(0,0,0,0.05);
        }

        .faq-item h3 {
            margin: 0 0 8px;
            font-size: 16px;
        }

        .faq-item p {
            margin: 0;
            color: #fdf9f9;
        }

        .summary {
            background-color: #2b154e;
            padding: 24px;
            margin-top: 32px;
            border-radius: 8px;
            box-shadow: 0 1px 6px rgba(0,0,0,0.06);
        }

        .summary ul {
            padding-left: 18px;
        }

        .summary li {
            margin-bottom: 6px;
        }

        footer {
            margin-top: 48px;
            padding: 16px 0;
            text-align: center;
            font-size: 13px;
            color: #fdf9f9;
            background-color: #200f39;
        }

        .action-link {
    display: inline-block;
    margin: 24px auto;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    color: #fdf9f9;
    background-color: #8641ff;
    border-radius: 20px;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.action-link:hover {
    background-color: #7425fd;
    transform: translateY(-1px);
}

.action-link:active {
    background-color: #7425fd;
    transform: translateY(0);
}

/* Центрування */
.action-link {
    display: block;
    width: fit-content;
}
.infoo-header {
    background-color: #2b154e;
    padding: 24px 28px;
    margin-bottom: 32px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.infoo-title {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fdf9f9;
    margin-bottom: 12px;
}

.infoo-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 15px;
    color: #fdf9f9;
}

.infoo-meta span {
    background-color: #f3f4f6;
    padding: 6px 12px;
    border-radius: 6px;
}


.header {
    background-color: #200f39;
    position: sticky;
    top: 0;
    z-index: 1;
}

.hehe-block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 0 30px;
}

.hehe-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*ol, ul {
    list-style: none;
}*/

.user-menu .colemn-re a {
    display: block;
    border-radius: 20px;
    color: #fdf9f9;
    font-size: 14px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    background-color: #8641ff;
    /* animation: glowing 1800ms infinite; */
}

@media (max-width: 767px) {
    .hehe-block {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .hehe-center {
        position: static;
        transform: translate(0, 0);
        padding-top: 4px;
    }
}

@media (max-width: 575px) {
    .user-menu .colemn-re a {
        font-size: 12px;
        padding: 7px 14px;
    }
}
div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: block;
}

.hehe-center img {
    display: block;
}

@media (max-width: 575px) {
    .hehe-center img {
        max-width: 114px;
    }
}