.acceso-card {
    border: 1px solid rgba(51, 65, 85, 0.9);
    background: rgba(15, 23, 42, 0.82);
    border-radius: 1rem;
    padding: 1rem;
}

.acceso-card p {
    font-size: 0.78rem;
    color: rgb(148, 163, 184);
    margin-bottom: 0.35rem;
}

.acceso-card strong {
    display: block;
    color: rgb(226, 232, 240);
    font-size: 1.05rem;
    word-break: break-word;
}

.acceso-input {
    width: 100%;
    border-radius: 0.75rem;
    border: 1px solid rgb(51, 65, 85);
    background: rgb(2, 6, 23);
    padding: 0.75rem 1rem;
    color: rgb(226, 232, 240);
    outline: none;
}

.acceso-input:focus {
    border-color: rgb(34, 211, 238);
    box-shadow: 0 0 0 1px rgba(34, 211, 238, 0.35);
}

.acceso-copy-row {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.acceso-copy-row button {
    border-radius: 0.75rem;
    border: 1px solid rgba(34, 211, 238, 0.35);
    color: rgb(103, 232, 249);
    padding: 0.7rem 0.9rem;
    font-size: 0.8rem;
    white-space: nowrap;
}

.acceso-copy-row button:hover {
    background: rgba(8, 145, 178, 0.15);
}
