body,
.be-breadcrumb,
.be-hero-card,
.be-mini-stats,
.be-panel,
.be-side-card {
    font-family: Poppins, Ubuntu, "Noto Sans", Helvetica, sans-serif;
}

.be-breadcrumb {
    color: #9aa8c4;
    font-size: 0.85rem;
}

.be-breadcrumb a {
    color: #8da0c3;
    text-decoration: none;
}

.be-breadcrumb strong {
    color: #c540f8;
}

.be-hero-card {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.35rem;
    border-radius: 14px;
    border: 1px solid rgba(120, 140, 185, 0.22);
    background: radial-gradient(100% 170% at 0 0, rgba(128, 87, 255, 0.28) 0%, rgba(23, 28, 48, 0.92) 52%, rgba(17, 20, 33, 0.95) 100%);
}

.be-logo {
    max-height: 38px;
    max-width: 110px;
    object-fit: contain;
    margin-bottom: 0.8rem;
}

.be-hero-left h1 {
    color: #ffffff;
    font-size: 1.9rem;
    margin-bottom: 0.4rem;
}

.be-status-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: 999px;
    padding: 0.3rem 0.65rem;
    font-size: 0.8rem;
    color: #ffd08a;
    background: rgba(255, 171, 86, 0.15);
    border: 1px solid rgba(255, 171, 86, 0.25);
}

.be-label {
    margin-top: 0.8rem;
    margin-bottom: 0.15rem;
    color: #c8d2e7;
    font-weight: 600;
}

.be-amount {
    font-size: clamp(2rem, 4vw, 2.6rem);
    line-height: 1;
    font-weight: 700;
    color: #2fd67d;
    margin-bottom: 0.4rem;
}

.be-hero-left small {
    color: #b7c1d8;
}

.be-hero-right {
    display: flex;
    align-items: flex-end;
}

.be-cta {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border-radius: 999px;
    padding: 0.6rem 1.2rem;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(135deg, #8457ff 0%, #4fa2ff 100%);
}

.be-mini-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.be-mini-box {
    border-radius: 12px;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(130, 148, 188, 0.22);
    background: #1a2033;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
}

.be-mini-box span {
    color: #c7d1e6;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.be-mini-box strong {
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 1;
}

.be-mini-box .be-purple {
    color: #a88dff;
}

.be-mini-box .be-green {
    color: #2fd67d;
}

.be-panel {
    border-radius: 12px;
    border: 1px solid rgba(130, 148, 188, 0.2);
    background: #1a2033;
}

.be-panel-head {
    border-bottom: 1px solid rgba(130, 148, 188, 0.18);
    padding: 0.9rem 1rem;
}

.be-panel-head h2 {
    margin: 0;
    color: #f2f5ff;
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.be-panel-body {
    padding: 1rem;
    color: #d2dbef;
}

.be-rule-alert {
    border-radius: 10px;
    padding: 0.6rem 0.75rem;
    border: 1px solid rgba(255, 106, 132, 0.35);
    background: rgba(255, 76, 107, 0.08);
    margin-bottom: 0.8rem;
}

.be-rules-content {
    font-size: 0.92rem;
    line-height: 1.7;
}

.be-rules-content ul {
    margin-bottom: 0;
}

.be-rules-content li {
    margin-bottom: 0.5rem;
}

.be-odul-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.be-odul-list li {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(130, 148, 188, 0.17);
}

.be-odul-list li:last-child {
    border-bottom: none;
}

.be-odul-list li strong {
    color: #2fd67d;
}

.be-ghost-btn {
    background: rgba(104, 122, 165, 0.3);
    border: 1px solid rgba(160, 176, 211, 0.35);
    color: #e3e9f8;
    border-radius: 8px;
    padding: 0.4rem 0.75rem;
}

.be-side-card {
    border-radius: 12px;
    border: 1px solid rgba(130, 148, 188, 0.2);
    background: #1a2033;
    padding: 1rem;
}

.be-side-card h3 {
    color: #f2f5ff;
    font-size: 1.1rem;
    margin-bottom: 0.85rem;
}

.be-main-btn,
.be-google-btn {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.45rem;
    border-radius: 999px;
    border: none;
    padding: 0.65rem 0.9rem;
    text-decoration: none;
    font-weight: 700;
}

.be-main-btn {
    background: linear-gradient(135deg, #8457ff 0%, #4fa2ff 100%);
    color: #fff;
}

.be-google-btn {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(168, 183, 214, 0.35);
    color: #e7eefc;
}

.be-or {
    text-align: center;
    color: #96a5c7;
    font-size: 0.8rem;
    margin: 0.5rem 0;
}

.be-support {
    margin-top: 0.8rem;
    color: #a8b4ce;
    font-size: 0.85rem;
}

.be-support a {
    color: #d5deef;
}

.be-form label {
    display: block;
    color: #c7d2e8;
    margin-top: 0.55rem;
    margin-bottom: 0.25rem;
    font-size: 0.84rem;
}

.be-form input[type="text"],
.be-form input[type="number"],
.be-form input[type="datetime-local"] {
    width: 100%;
    background: #12192b;
    color: #fff;
    border: 1px solid rgba(163, 177, 205, 0.28);
    border-radius: 9px;
    padding: 0.52rem 0.6rem;
}

.be-check {
    margin: 0.7rem 0;
    display: flex !important;
    align-items: center;
    gap: 0.45rem;
}

.be-ticket-calc {
    margin-top: 0.35rem;
    color: #9ed8b1;
    font-size: 0.82rem;
}

.be-info-note {
    border-radius: 10px;
    padding: 0.6rem 0.75rem;
    border: 1px solid rgba(255, 206, 124, 0.35);
    background: rgba(255, 206, 124, 0.08);
    color: #ffdd9a;
}

.be-code-lightbox {
    position: fixed;
    inset: 0;
    z-index: 3000;
    background: rgba(7, 10, 19, 0.82);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.be-code-lightbox.is-open {
    display: flex;
}

.be-code-dialog {
    width: min(1200px, 96vw);
    height: min(88vh, 820px);
    background: #141b2c;
    border: 1px solid rgba(137, 155, 197, 0.34);
    border-radius: 14px;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.5);
}

.be-code-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    color: #eef4ff;
}

.be-code-actions {
    display: flex;
    gap: 0.45rem;
}

.be-code-actions button {
    border: 1px solid rgba(163, 178, 213, 0.45);
    background: rgba(255, 255, 255, 0.05);
    color: #eef4ff;
    border-radius: 8px;
    padding: 0.35rem 0.65rem;
    font-size: 0.85rem;
}

.be-code-stage {
    flex: 1;
    overflow: auto;
    border-radius: 10px;
    background: #0f1524;
    border: 1px solid rgba(137, 155, 197, 0.24);
    cursor: grab;
}

.be-code-stage:active {
    cursor: grabbing;
}

#beCodeImage {
    display: block;
    max-width: none;
    transform-origin: top left;
    user-select: none;
    -webkit-user-drag: none;
}

.be-code-dialog small {
    color: #9fb1d6;
}

@media (max-width: 992px) {
    .be-hero-card {
        flex-direction: column;
    }

    .be-mini-stats {
        grid-template-columns: 1fr;
    }

    .be-code-dialog {
        height: min(92vh, 780px);
    }
}
