.dg-peek-gate {
    max-width: 600px;
    margin: 20px auto;
    color: #ffffff; /* white text */
}

/* Card background */
.dg-peek-card {
    background: #0f0f12; /* deep dark grey/black */
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 10px;
    padding: 20px;
}

/* Title + subtitle text */
.dg-peek-title,
.dg-peek-subtitle {
    color: #ffffff;
}

/* Label */
.dg-peek-label {
    color: #ffffff;
    font-weight: 600;
}

/* Input field */
.dg-peek-input {
    padding: 10px;
    background: #1b1b1f;
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 6px;
}

/* Placeholder */
.dg-peek-input::placeholder {
    color: rgba(255,255,255,0.55);
}

/* Button */
.dg-peek-button {
    margin-top: 8px;
    padding: 10px 12px;
    background: #ffffff;
    color: #000000;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-weight: 600;
}

.dg-peek-button:hover {
    background: #e5e5e5;
}

/* Message text */
.dg-peek-message {
    margin-top: 10px;
    font-size: 14px;
    color: #ffffff;
}

.dg-peek-message-error {
    color: #ff6666;
}

/* Help text */
.dg-peek-help {
    margin-top: 8px;
    font-size: 12px;
    color: rgba(255,255,255,0.55);
}
