/* aa-customizer — minimal structural styles
   All values are intentionally light; the heavy lifting is done by
   Bootstrap / the active Alliance Auth theme. */

/* ----------------------------------------------------------------- login -- */

.aa-customizer-login-logo {
    display: block;
    margin: 0 auto 0.75rem;
}

.aa-customizer-login-title {
    font-size: 1.5rem;
    font-weight: 600;
}

.aa-customizer-login-subtitle {
    font-size: 0.95rem;
}

/* ------------------------------------------------------- login layouts -- */

/* Root wrapper used for both card and split layouts */
.aac-login-root {
    min-height: 100vh;
    display: flex;
    flex-direction: row;
}

/* Background panel — hidden in card mode, shown at lg+ in split modes */
.aac-login-left {
    display: none;
}

/* Login panel — full-width in card mode */
.aac-login-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 150px;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.aac-login-inner {
    width: 100%;
    max-width: 520px;
}

/* Shared split-screen overrides */
.aac-split .aac-login-right {
    padding-top: 0;
    justify-content: center;
    background: rgba(18, 18, 20, 0.96);
}

/* Split-right: swap which side each panel appears on */
.aac-split-right {
    flex-direction: row-reverse;
}

@media (min-width: 992px) {
    .aac-split .aac-login-left {
        display: flex;
        flex: 0 0 60%;
        align-items: stretch;
        background: linear-gradient(135deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.10) 100%);
        min-height: 100vh;
    }

    .aac-split .aac-login-inner {
        max-width: 460px;
    }
}

/* Background panel overlay text wrapper */
.aac-split-overlay-text {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 3rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

/* Vertical position modifiers */
.aac-split-text-top {
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
}

.aac-split-text-bottom {
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
}

.aac-split-site-name {
    font-size: 3rem;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.85);
}

/* Hide CCP Dev Blog / Manage ESI links in split mode */
.aac-split .aac-ccp-footer {
    display: none;
}

/* ---------------------------------------------------------------- navbar -- */

.aa-customizer-navbar-logo {
    display: inline-block;
    vertical-align: middle;
    object-fit: contain;
}
