/* =========================================================
   AUB SSO PORTAL - PAGE-SPECIFIC STYLES
   ========================================================= */

.aub-sso-wrapper {
    width: 100%;
    margin: 28px auto 55px;
    padding: 0 15px;
}

.aub-sso-card {
    background: #fff;
    border: 1px solid #e1e6ed;
    border-radius: 14px;
    padding: 35px 40px;
    box-shadow: 0 12px 35px rgba(35, 48, 70, .09);
}

.aub-info-panel {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 30px;
    padding: 20px;
    background: #f5f7fa;
    border: 1px solid #e2e7ed;
    border-radius: 12px;
}

.aub-info-icon {
    flex: 0 0 43px;
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5eaf1;
    color: #384662;
    border-radius: 10px;
    font-size: 19px;
}

.aub-info-content { flex: 1; }
.aub-info-content h3 { margin: 0 0 7px; color: #29354c; font-size: 17px; font-weight: 700; }
.aub-info-content p { margin: 0; color: #59687a; font-size: 14px; line-height: 1.7; }
.aub-info-content a { color: #384662; font-weight: 700; }

.aub-dashboard-row {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 24px;
    width: 100%;
    margin: 0 auto;
}

.aub-dashboard {
    flex: 1 1 0;
    max-width: 460px;
    min-width: 0;
    padding: 28px;
    text-align: center;
    background: #fff;
    border: 1px solid #e4e9ef;
    border-radius: 14px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
}

.aub-dashboard h2 { margin: 0 0 9px; color: #29354c; font-size: 22px; font-weight: 700; }
.aub-dashboard-description { max-width: 650px; margin: 0 auto 24px; color: #667587; font-size: 15px; line-height: 1.7; }

.aub-dashboard-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 275px;
    padding: 14px 25px;
    background: #384662;
    color: #fff !important;
    border-radius: 9px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 6px 17px rgba(56, 70, 98, .22);
    transition: all .2s ease;
}
.aub-dashboard-button:hover { background: #12598f; color: #fff !important; transform: translateY(-2px); box-shadow: 0 9px 22px rgba(56, 70, 98, .28); }

.aub-register { text-align: center; color: #6c7887; font-size: 14px; }
.aub-register a { color: #384662; font-weight: 700; text-decoration: none; }
.aub-register a:hover { text-decoration: underline; }

.aub-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 35px; padding-top: 27px; border-top: 1px solid #e5e9ef; }
.aub-feature { text-align: center; padding: 10px; }
.aub-feature i { display: block; margin-bottom: 8px; color: #384662; font-size: 20px; }
.aub-feature strong { display: block; margin-bottom: 3px; color: #29354c; font-size: 14px; }
.aub-feature span { display: block; color: #778493; font-size: 12px; }

.aub-success { display: flex; align-items: flex-start; gap: 17px; padding: 22px; background: #edf8f2; border: 1px solid #cce7d8; border-radius: 12px; }
.aub-success-icon { flex: 0 0 45px; width: 45px; height: 45px; display: flex; align-items: center; justify-content: center; background: #198754; color: #fff; border-radius: 50%; font-size: 20px; }
.aub-success-content { flex: 1; }
.aub-success-content h3 { margin: 0 0 8px; color: #146c43; font-size: 19px; font-weight: 700; }
.aub-success-content p { margin: 0; color: #405c4d; font-size: 14px; line-height: 1.7; }

@media (max-width: 767.98px) {
    .aub-sso-wrapper { margin: 18px auto 35px; padding: 0 10px; }
    .aub-sso-card { padding: 22px 17px; border-radius: 12px; }
    .aub-info-panel { padding: 16px; gap: 12px; }
    .aub-info-icon { flex-basis: 38px; width: 38px; height: 38px; font-size: 16px; }
    .aub-dashboard-row { flex-direction: column; align-items: center; gap: 16px; }
    .aub-dashboard { width: 100%; max-width: 460px; padding: 22px 17px; }
    .aub-dashboard h2 { font-size: 20px; }
    .aub-dashboard-button { display: flex; width: 100%; min-width: 0; }
    .aub-features { grid-template-columns: 1fr; gap: 2px; margin-top: 28px; }
    .aub-feature { display: grid; grid-template-columns: 40px 1fr; text-align: left; align-items: center; padding: 9px 4px; }
    .aub-feature i { grid-row: 1 / span 2; margin: 0; text-align: center; }
    .aub-feature strong, .aub-feature span { padding-left: 5px; }
    .aub-success { padding: 17px; gap: 12px; }
    .aub-success-icon { flex-basis: 38px; width: 38px; height: 38px; font-size: 16px; }
}
