/* Extracted from newlook-ui-cleaned.css: newlook-betty.css */

/* ==========================================================
   BETTY AI LAUNCHER AND CHAT PANEL
   Page-specific stylesheet section
========================================================== */

.picc-betty-widget {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 10000;
}

.picc-betty-launcher {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 12px 18px;
    border: 1px solid rgba(65, 176, 255, 0.45);
    border-radius: 999px;
    color: #ffffff;
    font: inherit;
    font-size: 0.95rem;
    font-weight: 800;
    cursor: pointer;
    background:
        linear-gradient(
            135deg,
            #159fff,
            #0871dd
        );
    box-shadow:
        0 14px 32px rgba(0, 0, 0, 0.32),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    transition:
        transform 160ms ease,
        box-shadow 160ms ease,
        background 160ms ease;
}

.picc-betty-launcher:hover {
    transform: translateY(-2px);
    box-shadow:
        0 18px 38px rgba(0, 0, 0, 0.38),
        0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.picc-betty-launcher:focus-visible,
.picc-betty-close:focus-visible {
    outline: 3px solid rgba(72, 188, 255, 0.55);
    outline-offset: 3px;
}

.picc-betty-launcher i {
    font-size: 1rem;
}

.picc-betty-widget.is-open .picc-betty-launcher {
    display: none;
}

.picc-betty-panel[hidden] {
    display: none !important;
}

.picc-betty-panel {
    width: min(520px, calc(100vw - 32px));
    height: min(690px, calc(100vh - 48px));
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid rgba(65, 176, 255, 0.42);
    border-radius: 18px;
    background: #ffffff;
    box-shadow:
        0 26px 70px rgba(0, 0, 0, 0.48),
        0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.picc-betty-panel__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 58px;
    padding: 12px 14px 12px 18px;
    border-bottom: 1px solid rgba(57, 153, 235, 0.25);
    background:
        linear-gradient(
            135deg,
            #062347,
            #0a396b
        );
}

.picc-betty-panel__header > div {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
}

.picc-betty-panel__header > div i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: #ffffff;
    background: rgba(25, 157, 255, 0.24);
}

.picc-betty-panel__header strong {
    font-size: 1rem;
    letter-spacing: 0.01em;
}

.picc-betty-close {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    color: #ffffff;
    font: inherit;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.08);
    transition:
        background 160ms ease,
        border-color 160ms ease;
}

.picc-betty-close:hover {
    border-color: rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.15);
}

.picc-betty-panel__body {
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #ffffff;
    color: #17324d;
}

.picc-betty-panel__body betty-bot.picc-betty {
    display: block;
    width: 100%;
    min-height: 100%;
    color: #17324d !important;
}

@media (max-width: 680px) {
    .picc-betty-widget {
        right: 12px;
        bottom: 12px;
    }

    .picc-betty-launcher {
        min-height: 46px;
        padding: 11px 16px;
    }

    .picc-betty-panel {
        width: calc(100vw - 24px);
        height: calc(100vh - 24px);
        border-radius: 15px;
    }
}

/* Betty welcome content */


.picc-betty-welcome {
    padding: 22px;
    color: #17324d !important;
    text-align: center;
}

.picc-betty-welcome h2 {
    margin: 0 0 12px;
    color: #062347 !important;
    font-size: 1.6rem;
}

.picc-betty-welcome p {
    margin: 0 0 22px;
    color: #52677c !important;
    line-height: 1.55;
}

.picc-betty-welcome .static-question {
    display: block;
    margin: 12px 0;
    padding: 15px 18px;
    border: 1px solid #c5d4e3;
    border-radius: 10px;
    color: #12395d !important;
    background: #f4f8fc;
    font-weight: 700;
    line-height: 1.4;
    cursor: pointer;
    transition:
        border-color 160ms ease,
        background 160ms ease,
        transform 160ms ease;
}

.picc-betty-welcome .static-question:hover {
    border-color: #159fff;
    background: #eaf5ff;
    transform: translateY(-1px);
}



/* ==========================================================
   CORE NAVIGATE WIDGET
   ========================================================== */

.picc-navigate-widget {
    position: fixed;
    left: 24px;
    bottom: 24px;
    z-index: 9998;
    font-family: inherit;
}

.picc-navigate-launcher {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    padding: 12px 20px;
    color: #ffffff;
    background: #0c3d70;
    border: 1px solid #238ed8;
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(0, 20, 45, 0.28);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.picc-navigate-launcher:hover,
.picc-navigate-launcher:focus-visible {
    background: #12558f;
    border-color: #2ea8ff;
}

.picc-navigate-launcher i {
    color: #29a8ff;
    font-size: 1.15rem;
}

.picc-navigate-panel {
    position: absolute;
    left: 0;
    bottom: 68px;
    width: min(620px, calc(100vw - 32px));
    height: min(650px, calc(100vh - 120px));
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #2675ae;
    border-radius: 14px;
    box-shadow: 0 18px 50px rgba(0, 20, 45, 0.35);
}

.picc-navigate-panel[hidden] {
    display: none;
}

.picc-navigate-panel__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
    padding: 10px 14px;
    color: #ffffff;
    background: #0c3d70;
}

.picc-navigate-panel__header > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.picc-navigate-panel__header i {
    color: #29a8ff;
}

.picc-navigate-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    cursor: pointer;
}

.picc-navigate-close:hover,
.picc-navigate-close:focus-visible {
    background: rgba(255, 255, 255, 0.18);
}

.picc-navigate-panel__body {
    height: calc(100% - 56px);
    overflow: hidden;
    background: #ffffff;
}

.picc-navigate-panel__body betty-bot {
    display: block;
    width: 100%;
    height: 100%;
}

.picc-navigate-welcome {
    padding: 6px;
}

.picc-navigate-welcome h2 {
    margin: 0 0 10px;
    color: #082848;
}

.picc-navigate-welcome p {
    margin: 0 0 16px;
    line-height: 1.55;
}

.picc-navigate-welcome .static-question {
    margin-top: 10px;
    padding: 11px 13px;
    color: #08355e;
    background: #eef7fd;
    border: 1px solid #b9dff5;
    border-radius: 8px;
    cursor: pointer;
}

.picc-navigate-welcome .static-question:hover {
    background: #dff1fb;
    border-color: #78c4ed;
}

@media (max-width: 600px) {
    .picc-navigate-widget {
        left: 12px;
        bottom: 12px;
    }

    .picc-navigate-panel {
        position: fixed;
        inset: 12px;
        width: auto;
        height: auto;
    }

    .picc-navigate-launcher {
        min-height: 46px;
        padding: 10px 15px;
    }
}
.picc-navigate-widget.is-open .picc-navigate-launcher {
    display: none;
}
/* Keep the Core Navigate interface readable on New Look pages. */
.picc-navigate,
.picc-navigate * {
    color: #172033 !important;
}

.picc-navigate a {
    color: #087fbd !important;
}

.picc-navigate input,
.picc-navigate textarea {
    color: #172033 !important;
    background-color: #ffffff !important;
}

.picc-navigate input::placeholder,
.picc-navigate textarea::placeholder {
    color: #667085 !important;
    opacity: 1;
}

.picc-navigate .icons,
.picc-navigate button .icons {
    color: #087fbd !important;
}
/* Raise Betty widget controls above the bottom edge */

.picc-navigate-widget,
.picc-betty-widget {
    bottom: 95px;
}

@media (max-width: 700px) {
    .picc-navigate-widget,
    .picc-betty-widget {
        bottom: 65px;
    }
}
