.wsm-account-dashboard {
    width: 100%;
    color: #f1f1f1;
}

.wsm-account-shell {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 68vh;
    padding: 20px;
    box-sizing: border-box;
}

.wsm-hello {
    width: 100%;
    max-width: 520px;
    margin: 0 0 16px;
    color: #d8d8d8;
    font-size: 14px;
    text-align: center;
}

.wsm-hello a,
.wsm-small-note a,
.wsm-alert a {
    color: #f1f1f1;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.wsm-dashboard-card {
    width: 100%;
    max-width: 520px;
    padding: 30px;
    border: 1px solid #212121;
    border-radius: 14px;
    background: #070707;
    box-shadow: 0 4px 10px rgba(241, 241, 241, 0.08);
    text-align: center;
    box-sizing: border-box;
}

.wsm-dashboard-card--offer {
    border-color: rgba(185, 37, 1, 0.55);
    box-shadow: 0 10px 30px rgba(185, 37, 1, 0.12);
}

.wsm-dashboard-card--active {
    border-color: rgba(76, 175, 80, 0.5);
}

.wsm-dashboard-card--pending {
    border-color: rgba(255, 193, 7, 0.55);
}

.wsm-status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.wsm-status-pill--success {
    color: #4caf50;
    background: rgba(76, 175, 80, 0.12);
    border: 1px solid rgba(76, 175, 80, 0.35);
}

.wsm-status-pill--warning {
    color: #ffc107;
    background: rgba(255, 193, 7, 0.12);
    border: 1px solid rgba(255, 193, 7, 0.35);
}

.wsm-status-pill--danger {
    color: #ff6b4a;
    background: rgba(185, 37, 1, 0.16);
    border: 1px solid rgba(185, 37, 1, 0.5);
}

.wsm-dashboard-title {
    margin: 0 0 12px;
    color: #f1f1f1;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.wsm-dashboard-subtitle {
    max-width: 430px;
    margin: 0 auto 24px;
    color: #d3d3d3;
    font-size: 15px;
    line-height: 1.55;
}

.wsm-value-list {
    display: grid;
    gap: 10px;
    margin: 0 0 22px;
    text-align: left;
}

.wsm-value-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 12px;
    border: 1px solid #212121;
    border-radius: 10px;
    background: #0f0f0f;
    color: #eeeeee;
    font-size: 14px;
    line-height: 1.45;
}

.wsm-check {
    display: inline-flex;
    flex: 0 0 22px;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #f1f1f1;
    background: #b92501;
    font-size: 13px;
    font-weight: 800;
}

.wsm-price-box {
    margin: 0 0 18px;
    padding: 16px;
    border: 1px solid rgba(185, 37, 1, 0.5);
    border-radius: 12px;
    background: linear-gradient(180deg, #111111, #090909);
}

.wsm-price-label {
    display: block;
    margin-bottom: 5px;
    color: #9c9c9c;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.wsm-price-box strong {
    display: block;
    color: #f1f1f1;
    font-size: 22px;
    line-height: 1.2;
}

.wsm-existing-info {
    margin: 0 0 22px;
    padding: 14px;
    border: 1px solid #212121;
    border-radius: 10px;
    background: #0f0f0f;
    text-align: left;
}

.wsm-existing-info p {
    margin: 0 0 8px;
    color: #cfcfcf;
    font-size: 13px;
    line-height: 1.45;
}

.wsm-existing-info p:last-child {
    margin-bottom: 0;
}

.wsm-checkout-form {
    margin: 0;
}

.wsm-actions {
    display: flex;
    justify-content: center;
    margin-top: 22px;
}

.wsm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    width: 100%;
    max-width: 280px;
    padding: 13px 22px;
    border: 0;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    transition:
        transform 0.18s ease,
        background-color 0.18s ease,
        box-shadow 0.18s ease;
}

.wsm-btn:hover {
    transform: translateY(-1px);
}

.wsm-btn--primary {
    color: #ffffff;
    background: #b92501;
    box-shadow: 0 10px 20px rgba(185, 37, 1, 0.24);
}

.wsm-btn--primary:hover,
.wsm-btn--primary:focus {
    color: #ffffff;
    background: #d42a01;
}

.wsm-btn--secondary {
    color: #f1f1f1;
    background: #272727;
    border: 1px solid #3a3a3a;
}

.wsm-btn--secondary:hover,
.wsm-btn--secondary:focus {
    color: #ffffff;
    background: #1a1a1a;
}

.wsm-secure-note {
    margin: 10px 0 0;
    color: #9d9d9d;
    font-size: 12px;
    line-height: 1.4;
}

.wsm-small-note {
    margin: 18px 0 0;
    color: #bdbdbd;
    font-size: 12px;
    line-height: 1.5;
}

.wsm-details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 22px;
    text-align: left;
}

.wsm-detail-item {
    padding: 13px;
    border: 1px solid #212121;
    border-radius: 10px;
    background: #0f0f0f;
}

.wsm-detail-item--wide {
    grid-column: 1 / -1;
}

.wsm-detail-item span {
    display: block;
    margin-bottom: 5px;
    color: #9c9c9c;
    font-size: 12px;
    font-weight: 700;
}

.wsm-detail-item strong {
    display: block;
    color: #f1f1f1;
    font-size: 14px;
    line-height: 1.35;
    word-break: break-word;
}

.wsm-alert {
    margin-top: 18px;
    padding: 14px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
}

.wsm-alert--warning {
    color: #f1f1f1;
    background: rgba(255, 193, 7, 0.1);
    border: 1px solid rgba(255, 193, 7, 0.45);
}

@media (max-width: 600px) {
    .wsm-account-shell {
        min-height: 64vh;
        padding: 16px;
    }

    .wsm-dashboard-card {
        padding: 24px 18px;
    }

    .wsm-dashboard-title {
        font-size: 24px;
    }

    .wsm-dashboard-subtitle {
        font-size: 14px;
    }

    .wsm-details-grid {
        grid-template-columns: 1fr;
    }

    .wsm-btn {
        max-width: 100%;
    }
}

@media (max-width: 360px) {
    .wsm-account-shell {
        padding-left: 8px;
        padding-right: 8px;
    }

    .wsm-dashboard-card {
        padding: 20px 12px;
    }

    .wsm-dashboard-title {
        font-size: 21px;
    }

    .wsm-dashboard-subtitle,
    .wsm-value-item {
        font-size: 13px;
    }

    .wsm-price-box strong {
        font-size: 19px;
    }
}

@media (max-width: 260px) {
    .wsm-dashboard-title {
        font-size: 17px;
    }

    .wsm-dashboard-subtitle,
    .wsm-existing-info p,
    .wsm-value-item,
    .wsm-small-note {
        font-size: 11px;
    }

    .wsm-btn {
        min-height: 42px;
        padding: 10px 14px;
        font-size: 13px;
    }
}