/* AWC Support PIN - Client Area styling (Twenty-One friendly) */
.awcsp-card {
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,.08);
    overflow: hidden;
}
.awcsp-alert { margin-bottom: 15px; }
.awcsp-header {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    align-items: flex-start;
}
.awcsp-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .2px;
}
.awcsp-subtitle {
    color: rgba(0,0,0,.6);
    margin-top: 3px;
    font-size: 13px;
}
.awcsp-meta {
    text-align: right;
    padding: 10px 12px;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 12px;
    min-width: 170px;
}
.awcsp-meta-label {
    font-size: 11px;
    color: rgba(0,0,0,.55);
    text-transform: uppercase;
    letter-spacing: .08em;
}
.awcsp-meta-value {
    font-weight: 700;
    margin-top: 4px;
    font-size: 13px;
}

.awcsp-pinwrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 18px;
    padding: 14px;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 14px;
    background: rgba(0,0,0,.02);
}
.awcsp-pin {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: .16em;
    line-height: 1.1;
    white-space: nowrap;
}
.awcsp-pin-hidden { display: none; }
.awcsp-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.awcsp-note {
    margin-top: 12px;
    font-size: 12px;
    color: rgba(0,0,0,.62);
}
.awcsp-divider {
    height: 1px;
    background: rgba(0,0,0,.08);
    margin: 16px 0;
}
.awcsp-regenform {
    margin: 0;
}
.awcsp-regenrow {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}
.awcsp-regen-title {
    font-weight: 700;
}
.awcsp-regen-sub {
    font-size: 12px;
    color: rgba(0,0,0,.58);
    margin-top: 2px;
}

/* Small screens */
@media (max-width: 480px) {
    .awcsp-pin { font-size: 22px; }
    .awcsp-meta { text-align: left; }
}
