.gac-card,
.gac-dashboard {
    max-width: 1100px;
    margin: 24px auto;
}

.gac-card {
    padding: 24px;
    border: 1px solid #d9d9d9;
    background: #fff;
}

.gac-form {
    display: grid;
    gap: 16px;
}

.gac-form label {
    display: grid;
    gap: 6px;
    font-weight: 600;
}

.gac-form input[type="text"],
.gac-form input[type="email"],
.gac-form input[type="tel"] {
    width: 100%;
    max-width: 520px;
    min-height: 42px;
}

.gac-form button,
.gac-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 40px;
    padding: 0 18px;
    border: 0;
    background: #111;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.gac-checkbox {
    display: flex !important;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 10px !important;
}

.gac-notice {
    max-width: 860px;
    margin: 20px auto;
    padding: 14px 16px;
    border-left: 4px solid #26734d;
    background: #eef8f2;
}

.gac-notice-error {
    border-left-color: #b42318;
    background: #fff1f0;
}

.gac-pdf {
    width: 100%;
    min-height: 70vh;
    border: 1px solid #ccc;
    background: #f5f5f5;
}

.gac-pdf-actions {
    margin: 14px 0 0;
}

.gac-edition-meter {
    max-width: 360px;
    margin: 18px 0 22px;
}

.gac-edition-track {
    width: 100%;
    height: 15px;
    overflow: hidden;
    border-radius: 999px;
    background: #d9d9d9;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
}

.gac-edition-fill {
    display: block;
    height: 100%;
    width: 0;
    border-radius: inherit;
    background: #111;
    transition: width 180ms ease;
}

.gac-edition-text {
    margin-top: 9px;
    font-size: 14px;
    line-height: 1.35;
    color: #111;
}

.gac-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.gac-summary div {
    padding: 18px;
    border: 1px solid #d9d9d9;
    background: #fff;
}

.gac-summary span {
    display: block;
    margin-bottom: 8px;
    color: #555;
}

.gac-summary strong {
    font-size: 1.4rem;
}

.gac-status-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
}

.gac-table-wrap {
    overflow-x: auto;
}

.gac-table {
    width: 100%;
    border-collapse: collapse;
}

.gac-table th,
.gac-table td {
    padding: 12px;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}

.gac-files {
    display: grid;
    gap: 8px;
    padding-left: 18px;
}

.gac-payout-card p {
    margin-top: 0;
}

@media (max-width: 760px) {
    .gac-summary {
        grid-template-columns: 1fr;
    }

    .gac-card {
        padding: 18px;
    }
}
