﻿/* ===== SUCCESS PAGE ===== */
/*.success-page {
    height: 100vh;
    background: linear-gradient(180deg, #eef2f8, #f8f9fd);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}*/

/* ===== CONTAINER ===== */
/*.success-container {
    width: 100%;
    max-width: 360px;
    background: #fff;
    padding: 30px 20px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}*/

/* ===== ICON ===== */
/*.success-icon {
    font-size: 60px;
    color: #4CAF50;
    margin-bottom: 15px;
}*/

/* ===== TITLE ===== */
/*.success-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}*/

/* ===== SUBTEXT ===== */
/*.success-sub {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}*/

/* ===== ID TEXT ===== */
/*.success-id {
    font-size: 13px;
    color: #888;
    margin-bottom: 20px;
}*/

/* ===== BUTTON ===== */
/*.success-btn {
    width: 100%;
    border-radius: 12px;
    padding: 12px;
    font-weight: 600;
}*/

/* ===== MOBILE ===== */
/*@media (max-width: 480px) {
    .success-container {
        padding: 25px 15px;
    }
}*/

.success-page {
    min-height: 100vh;
    background: linear-gradient(180deg, #a3a3a3, #f8f8f8);
    display: flex;
    justify-content: center;
    align-items: center;
}

.success-container {
    background: white;
    padding: 25px;
    border-radius: 20px;
    text-align: center;
    width: 90%;
    max-width: 360px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

.success-logo {
    width: 90px;
    margin-bottom: 10px;
}

.channel-text {
    font-weight: 600;
    color: #444;
    margin-bottom: 10px;
}

.success-icon {
    font-size: 40px;
    color: green;
}

.success-title {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
}

.success-id {
    font-size: 12px;
    color: #777;
    word-break: break-all;
    margin-bottom: 15px;
}

.qr-image {
    width: 200px;
    margin: 10px auto;
}

.success-btn {
    width: 100%;
    padding: 10px;
    background: #6C63FF;
    color: white;
    border: none;
    border-radius: 10px;
}
.btn-group {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.share-btn {
    background: #00c853;
}