body.cciq-auth-page #site-header,
body.cciq-auth-page #top-footer,
body.cciq-auth-page .app-topbar,
body.cciq-auth-page .app-footer,
body.cciq-auth-page .app-sidebar {
    display: none !important;
}

body.cciq-auth-page#web-body, body.cciq-auth-page.layout-flex-body {
    background: #f0f4f9 !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 100svh !important;
    min-height: 100dvh !important;
    overflow: hidden !important;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

body.cciq-auth-page .app-shell {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100svh !important;
    min-height: 100dvh !important;
    overflow: hidden !important;
    gap: 0 !important;
}

body.cciq-auth-page .app-main, body.cciq-auth-page #site-root {
    background: transparent !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

body.cciq-auth-page .app-content-panel {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

body.cciq-auth-page .container.app-page-body, body.cciq-auth-page .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.cciq-auth-page .container.app-page-body,
body.cciq-auth-page .container.app-page-body > section {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
}

body.cciq-auth-page #login-view-root,
body.cciq-auth-page #login-page,
body.cciq-auth-page #login-panel,
body.cciq-auth-page #forgot-password-page,
body.cciq-auth-page #reset-password-page,
body.cciq-auth-page #forgot-username-page,
body.cciq-auth-page .cciq-auth-browser-page {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
}

body.cciq-auth-page #login-page > div:not(.pre-load) {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
}

.cciq-auth-wrapper {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    background: radial-gradient(circle at 50% 25%, #eef4fe 0%, #f4f8fd 60%, #f0f4f9 100%);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #0f172a;
    box-sizing: border-box;
    width: 100%;
}

.cciq-auth-header {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
    min-height: 60px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}

.cciq-auth-brand {
    display: flex;
    align-items: center;
    text-decoration: none !important;
}

.cciq-auth-logo {
    height: 32px;
    width: auto;
}

.cciq-auth-header-actions {
    display: flex;
    gap: 6px;
    align-items: center;
}

.cciq-auth-header-copy {
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
    white-space: nowrap;
}

.cciq-auth-header-copy--bold {
    font-weight: 700;
    color: #475569;
}

.cciq-help-btn {
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
    text-decoration: none !important;
    cursor: pointer;
    background: none;
    border: none;
    padding: 3px 8px;
    border-radius: 8px;
    transition: all 0.15s ease;
}

    .cciq-help-btn:hover {
        color: #2563eb;
        background: #f1f5f9;
    }

.cciq-auth-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px 14px 8px;
    box-sizing: border-box;
}

.cciq-auth-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04);
    width: 100%;
    max-width: 540px;
    padding: 24px 28px;
    box-sizing: border-box;
}

.cciq-auth-card--password-reset {
    max-width: 560px;
}

.cciq-eyebrow {
    font-size: 12px;
    font-weight: 800;
    color: #2563eb;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.cciq-card-title {
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 8px;
    letter-spacing: -0.01em;
}

.cciq-card-subtitle, .cciq-note-text {
    font-size: 14px;
    color: #64748b;
    font-weight: 400;
}

.cciq-card-subtitle {
    margin: 0 0 14px;
}

.cciq-form-group {
    margin-bottom: 12px;
}

.cciq-auth-alert {
    margin-bottom: 15px;
}

.cciq-label-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.cciq-field-link-row {
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
}

.cciq-label {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 6px;
    display: block;
}

.cciq-link {
    font-size: 13px;
    font-weight: 600;
    color: #2563eb;
    text-decoration: none !important;
    cursor: pointer;
}

    .cciq-link:hover {
        text-decoration: underline !important;
    }

.cciq-input-wrap {
    position: relative;
    width: 100%;
}

.cciq-input-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #64748b;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cciq-input {
    width: 100% !important;
    height: 48px !important;
    padding: 0 16px 0 44px !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 12px !important;
    background: #fff !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #0f172a !important;
    outline: none !important;
    box-sizing: border-box !important;
    transition: border-color 0.15s, box-shadow 0.15s !important;
    font-family: inherit !important;
}

.cciq-input-has-eye {
    padding-right: 44px !important;
}

.cciq-input:focus {
    border-color: #2563eb !important;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12) !important;
}

.cciq-eye-btn {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: none;
    border: none;
    padding: 4px;
    cursor: pointer;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

    .cciq-eye-btn svg {
        display: block;
    }

    .cciq-eye-btn:hover {
        color: #1e293b;
    }

.cciq-select-row, .cciq-auth-header-actions, .cciq-support-value {
    display: flex;
    align-items: center;
}

.cciq-select-row {
    gap: 10px;
}

.cciq-select {
    width: 100% !important;
    height: 44px !important;
    padding: 0 12px !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 10px !important;
    background: #fff !important;
    font-size: 14px !important;
    color: #0f172a !important;
}

.cciq-remember-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 12px 0 14px;
}

.cciq-checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    cursor: pointer;
    margin: 0;
    user-select: none;
}

.cciq-checkbox {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    accent-color: #2563eb;
    cursor: pointer;
}

.cciq-btn-primary {
    width: 100%;
    height: 44px;
    border-radius: 12px;
    background: #0878f2;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: background 0.15s, transform 0.1s;
    box-shadow: 0 4px 14px rgba(8, 120, 242, 0.25);
    font-family: inherit;
}

    .cciq-btn-primary:hover {
        background: #0265d2;
    }

    .cciq-btn-primary:active {
        transform: translateY(1px);
    }

    .cciq-btn-primary:disabled {
        opacity: 0.6;
        cursor: not-allowed;
    }

.cciq-btn-link, .cciq-btn-link:hover, .cciq-btn-link:focus {
    color: #fff;
    text-decoration: none !important;
}

.cciq-btn-busy {
    width: 100%;
    height: 44px;
    border-radius: 12px;
    background: #94a3b8;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.cciq-auth-secondary-action-row {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.cciq-auth-secondary-action {
    color: #2563eb;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 14px;
}

.cciq-auth-footer {
    margin-top: auto;
    padding: 10px 14px 14px;
    text-align: center;
    font-size: 12px;
    color: #64748b;
    font-weight: 400;
    flex-shrink: 0;
}

.cciq-card-divider {
    border-top: 1px solid #f1f5f9;
    margin: 14px 0 12px;
}

.cciq-badges-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.cciq-badge-link img {
    height: 36px;
    width: auto;
    border-radius: 8px;
    transition: transform 0.15s ease;
}

    .cciq-badge-link img:hover {
        transform: translateY(-1px);
    }

.cciq-godaddy-seal {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .cciq-godaddy-seal img[alt="SSL site seal - click to verify"] {
        display: none;
    }

.cciq-godaddy-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 6px 12px;
    cursor: pointer;
    user-select: none;
    transition: border-color 0.15s ease;
}

    .cciq-godaddy-badge:hover {
        border-color: #cbd5e1;
    }

.cciq-godaddy-icon {
    width: 26px;
    height: 26px;
    background: #22c55e;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
}

.cciq-godaddy-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.cciq-godaddy-title {
    font-size: 11px;
    font-weight: 800;
    color: #15803d;
    letter-spacing: 0.04em;
    line-height: 1.2;
}

.cciq-godaddy-sub {
    font-size: 10px;
    font-weight: 600;
    color: #64748b;
    letter-spacing: 0.02em;
    line-height: 1.2;
}

.cciq-auth-hidden {
    display: none !important;
}

.cciq-password-success-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: #dcfce7;
    color: #16a34a;
    margin-bottom: 12px;
}

.cciq-password-summary {
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #f8fafc;
    overflow: hidden;
}

.cciq-password-summary-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 14px;
    border-bottom: 1px solid #e2e8f0;
}

    .cciq-password-summary-row:last-child {
        border-bottom: none;
    }

.cciq-password-summary-label {
    font-size: 13px;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.cciq-password-summary-value {
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    word-break: break-word;
    text-align: right;
}

.cciq-password-toggle {
    margin-top: 10px;
    padding: 0;
    background: none;
    border: none;
    color: #2563eb;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cciq-password-toggle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .cciq-password-toggle-icon svg {
        display: block;
    }

.cciq-password-toggle:hover {
    color: #1d4ed8;
}

.cciq-auth-wrapper--password-flow {
    font-family: Montserrat, system-ui, -apple-system, sans-serif;
}

.cciq-password-form {
    width: 100%;
}

.cciq-password-form-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 14px;
}

.cciq-password-form-title {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.01em;
}

.cciq-password-form-subtitle {
    margin: 0 0 14px;
    font-size: 14px;
    font-weight: 400;
    color: #64748b;
    line-height: 1.5;
}

.cciq-password-form-close {
    flex: 0 0 auto;
    padding: 0;
    color: #2563eb;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
}

.cciq-password-form-close:hover,
.cciq-password-form-close:focus {
    color: #1d4ed8;
}

.cciq-password-form-body {
    margin: 0;
}

.cciq-password-form .cciq-form-group {
    margin-bottom: 12px;
}

.cciq-password-form .cciq-input {
    height: 44px !important;
}

.cciq-password-note {
    margin: 0 0 12px;
    padding: 12px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #f8fafc;
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
}

.cciq-password-form .validationMessage {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 12px;
    color: #dc2626;
}

.cciq-password-requirements {
    margin: -2px 0 12px;
    border: 1px solid #bfdbfe;
    border-radius: 16px;
    background: #eff6ff;
}

.cciq-password-requirements-title {
    margin: 0;
    padding: 12px 16px 0;
    font-size: 14px;
    font-weight: 700;
    color: #1d4ed8;
}

.cciq-password-requirements-body {
    padding: 8px 16px 12px;
    color: #475569;
}

.cciq-password-requirement {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
    font-size: 13px;
    line-height: 1.4;
}

.cciq-password-form .cciq-btn-primary {
    margin-top: 2px;
}

.cciq-support-card {
    border: 1px solid #fde68a;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    margin-top: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.cciq-support-card-header {
    background: #fdf6e2;
    padding: 12px 20px;
    border-bottom: 1px solid #fef08a;
}

.cciq-support-card-title {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #854d0e;
    font-family: inherit;
}

.cciq-support-card-body {
    padding: 16px 18px;
    font-size: 14px;
    font-family: inherit;
}

.cciq-support-stack {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cciq-support-row {
    display: flex;
    align-items: center;
}

.cciq-support-label {
    width: 75px;
    font-weight: 500;
    color: #1e293b;
    flex-shrink: 0;
}

.cciq-support-value {
    gap: 8px;
}

.cciq-support-value-text, .cciq-option-text {
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
}

.cciq-support-link {
    font-weight: 500;
}

.cciq-radio-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    background: #f8fafc;
}

.cciq-note-small {
    font-size: 12px;
    color: #64748b;
    margin-top: 10px;
}

.cciq-terms-box {
    overflow-y: scroll;
    max-height: 350px;
    background-color: #f8fafc;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    margin-bottom: 20px;
}

.cciq-space-top-15 {
    margin-top: 12px;
}

.cciq-space-top-20 {
    margin-top: 16px;
}

.cciq-space-bottom-15 {
    margin-bottom: 12px;
}

.cciq-space-bottom-20 {
    margin-bottom: 16px;
}

.cciq-status-success {
    color: #16a34a;
}

.cciq-status-error {
    color: #dc2626;
}

.cciq-auth-browser-page {
    flex: 1 0 auto;
    padding: 18px 14px;
}

.cciq-auth-browser-shell {
    max-width: 560px;
    margin: 0 auto;
}

.cciq-auth-browser-card {
    max-width: none;
}

.cciq-auth-browser-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #fef2f2;
    color: #dc2626;
    margin-bottom: 14px;
}

.cciq-auth-browser-actions {
    margin-top: 14px;
}

.cciq-auth-browser-link {
    display: inline-flex;
    width: 100%;
    justify-content: center;
}

.cciq-auth-browser-badge {
    display: block;
    width: min(220px, 100%);
    height: auto;
    margin: 12px auto 0;
}

#forgot-username-page .validationElement iframe {
    border: 1px solid red;
}

#forgot-username-page .validationElement.recaptcha {
    border: none;
    background-color: transparent;
}

@media (max-width: 640px) {
    .cciq-auth-header {
        min-height: 58px;
        padding: 0 14px;
    }

    .cciq-auth-header-actions {
        gap: 6px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .cciq-auth-header-copy {
        display: block;
        font-size: 12px;
        white-space: normal;
        text-align: right;
    }

    .cciq-auth-card {
        padding: 18px 16px;
    }

    .cciq-remember-row, .cciq-label-row, .cciq-select-row {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .cciq-auth-browser-page {
        padding: 24px 16px;
    }

    .cciq-password-summary-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .cciq-password-summary-value {
        text-align: left;
    }
}
