/*
Theme Name: Astra Child - DG Films Maker
Theme URI: https://dgfilms.io/
Description: Tema filho do Astra para personalizações seguras do DG Films Maker.
Author: DG Films Maker
Template: astra
Version: 1.1.0
Text Domain: astra-child-dgfm
*/

.dgfm-access-page {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 20px;
}

.dgfm-access-shell {
    width: 100%;
    max-width: 520px;
}

.dgfm-access-card {
    background: #111827;
    border-radius: 22px;
    padding: 34px;
    box-shadow: 0 24px 60px rgba(0,0,0,.28);
    color: #fff;
}

.dgfm-access-card h1,
.dgfm-access-card h2,
.dgfm-access-card p,
.dgfm-access-card label {
    color: #fff;
}

.dgfm-access-brand {
    text-align: center;
    margin-bottom: 26px;
}

.dgfm-access-brand h1 {
    margin: 0 0 8px;
    font-size: 30px;
}

.dgfm-access-brand p {
    margin: 0;
    opacity: .78;
}

.dgfm-access-panel[hidden] {
    display: none !important;
}

.dgfm-access-form {
    display: grid;
    gap: 12px;
}

.dgfm-access-form label {
    font-weight: 600;
    margin-top: 4px;
}

.dgfm-access-form input {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.18);
    background: #fff;
    color: #111827;
    box-sizing: border-box;
}

.dgfm-access-form button,
.dgfm-google-button,
.dgfm-access-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    width: 100%;
    border: 0;
    border-radius: 10px;
    padding: 12px 16px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
}

.dgfm-access-form button,
.dgfm-access-primary {
    background: #16a34a;
    color: #fff;
}

.dgfm-google-button {
    background: #fff;
    color: #111827;
    margin-top: 14px;
}

.dgfm-google-icon {
    margin-right: 10px;
    font-weight: 800;
}

.dgfm-access-links {
    text-align: center;
    margin: 16px 0 0;
}

.dgfm-access-link {
    border: 0;
    background: transparent;
    color: #60a5fa;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    font: inherit;
}

.dgfm-access-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0 6px;
    opacity: .55;
}

.dgfm-access-divider::before,
.dgfm-access-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(255,255,255,.25);
}

.dgfm-form-message {
    margin-top: 8px;
    line-height: 1.5;
}

.dgfm-access-note {
    font-size: 14px;
    opacity: .8;
}

@media (max-width: 600px) {
    .dgfm-access-card {
        padding: 24px 18px;
        border-radius: 16px;
    }
}
