/* Preserve the public assistant's pre-redesign appearance. The landing
   typography and focus rules must not leak into this existing component. */
.bmpa-panel,.bmpa-plusmenu,.bmpa-fab{
  font-size:16px;line-height:1.55;letter-spacing:normal;
  text-rendering:optimizeLegibility;
}
.bmpa-plusmenu{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,"Apple Color Emoji",sans-serif;
}
.bmpa-panel h3{font-size:revert;font-weight:revert;margin:revert;line-height:inherit;letter-spacing:normal}
.bmpa-panel p{color:inherit}
.bmpa-panel :is(.bmpa-abtn,.bmpa-collapse,.bmpa-attach,.bmpa-send,.bmpa-file,.bmpa-sdel),.bmpa-fab{
  font:revert;
}
.bmpa-panel :is(button,a):focus-visible,.bmpa-plusmenu button:focus-visible,.bmpa-fab:focus-visible{
  outline:revert;outline-offset:revert;
}
/* The existing composer supplies its own focus-within border. */
.bmpa-panel .bmpa-in:focus-visible{outline:none;outline-offset:0}

.bmpa-panel,.bmpa-plusmenu{--shell-border:#ececf1;}
:is(body) .bmpa-body{display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;}
:is(body) .bmpa-side{width: 260px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    background: #f9fafb;
    border-right: 1px solid #e0e0e0;
    transition: width 0.2s ease, opacity 0.2s ease;
    position: relative;}
:is(body) .bmpa-side.collapsed{width: 0;
    border-right: none;}
:is(body) .bmpa-side.collapsed .bmpa-sidehead,:is(body) .bmpa-side.collapsed .bmpa-slist{opacity: 0;
    pointer-events: none;
    width: 0;
    min-width: 0;}
:is(body) .bmpa-collapse{flex-shrink: 0;
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background 0.15s;}
:is(body) .bmpa-collapse:hover{background: #e8eaed;}
:is(body) .bmpa-collapse:hover .material-symbols-outlined{color: #12141d;}
:is(body) .bmpa-collapse .material-symbols-outlined{font-size: 20px; color: #9aa0a6;}
:is(body) .bmpa-side-expand{display: none;
    flex-shrink: 0;
    align-self: flex-start;
    margin: 14px 4px 0 6px;
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background 0.15s;}
:is(body) .bmpa-side.collapsed + .bmpa-side-expand{display: inline-flex;}
:is(body) .bmpa-side-expand:hover{background: #e8eaed;}
:is(body) .bmpa-side-expand:hover .material-symbols-outlined{color: #12141d;}
:is(body) .bmpa-side-expand .material-symbols-outlined{font-size: 20px; color: #9aa0a6;}
:is(body) .bmpa-plusmenu{position: fixed;
    min-width: 220px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    padding: 6px;
    z-index: 6000;
    font-size: 13px;
    color: #374151;}
:is(body) .bmpa-pitem{width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: none;
    background: transparent;
    border-radius: 8px;
    cursor: pointer;
    color: #374151;
    font-size: 13px;
    text-align: left;}
:is(body) .bmpa-pitem:hover{background: #f3f4f6;}
:is(body) .bmpa-pitem.is-active{font-weight: 600; background: rgba(26, 115, 232, 0.1);}
:is(body) .bmpa-pitem .material-symbols-outlined{font-size: 20px;
    color: #6b7280;
    flex-shrink: 0;}
:is(body) .bmpa-sidehead{padding: 12px;
    flex-shrink: 0;
    border-bottom: 1px solid #e8e8e8;
    
    display: flex;
    align-items: center;
    gap: 6px;}
:is(body) .bmpa-sidehead .bmpa-newchat{flex: 1;
    min-width: 0;
    justify-content: flex-start;}
:is(body) .bmpa-slist{flex: 1;
    overflow-y: auto;
    padding: 8px 0;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;}
:is(body) .bmpa-slist:hover{scrollbar-color: rgba(0,0,0,0.2) transparent;}
:is(body) .bmpa-slist::-webkit-scrollbar{width: 4px;}
:is(body) .bmpa-slist::-webkit-scrollbar-track{background: transparent;}
:is(body) .bmpa-slist::-webkit-scrollbar-thumb{background: transparent; border-radius: 4px;}
:is(body) .bmpa-slist:hover::-webkit-scrollbar-thumb{background: rgba(0,0,0,0.2);}
:is(body) .bmpa-sitem{display: flex;
    flex-direction: column;
    padding: 10px 16px;
    cursor: pointer;
    border-left: 3px solid transparent;
    transition: background 0.12s, border-color 0.12s;
    position: relative;}
:is(body) .bmpa-sitem:hover{background: #f3f4f6;}
:is(body) .bmpa-sitem.active{background: #f0f0f2;
    border-left-color: #12141d;}
:is(body) .bmpa-sitem .bmpa-stitle{font-size: 13px;
    font-weight: 500;
    
    color: #374151;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 24px;}
:is(body) .bmpa-sitem .bmpa-sdate{font-size: 11px;
    color: #9aa0a6;
    margin-top: 2px;}
:is(body) .bmpa-sitem .session-delete{position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #9aa0a6;}
:is(body) .bmpa-sitem .session-delete .material-symbols-outlined{font-size: 16px;}
:is(body) .bmpa-sitem:hover .session-delete{display: flex;}
:is(body) .bmpa-sitem .session-delete:hover{background: #e0e0e0; color: #c13515;}
:is(body) .bmpa-maincol{flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;}
:is(body) .bmpa-newchat{display: flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: none;
    border-radius: 20px;
    color: #3c4043;
    font-size: 13px;
    padding: 8px 14px;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;}
:is(body) .bmpa-newchat:hover{background: #e8eaed;
    color: #12141d;}
:is(body) .bmpa-newchat .material-symbols-outlined{font-size: 18px;}
:is(body) .bmpa-msgs{flex: 1;
    overflow-y: auto;
    
    overflow-x: hidden;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 0;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;}
:is(body) .bmpa-msgs:hover{scrollbar-color: rgba(0,0,0,0.15) transparent;}
:is(body) .bmpa-msgs::-webkit-scrollbar{width: 6px;}
:is(body) .bmpa-msgs::-webkit-scrollbar-track{background: transparent;}
:is(body) .bmpa-msgs::-webkit-scrollbar-thumb{background: transparent; border-radius: 6px;}
:is(body) .bmpa-msgs:hover::-webkit-scrollbar-thumb{background: rgba(0,0,0,0.15);}
:is(body) .bmpa-welcome{display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 1;
    color: #717171;
    gap: 8px;
    padding: 60px 20px;}
:is(body) .bmpa-welcome h3{color: #374151;
    margin: 8px 0 4px;
    font-size: 20px;}
:is(body) .bmpa-welcome p{font-size: 14px;
    max-width: 420px;}
:is(body) .bmpa-sug{display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
    justify-content: center;}
:is(body) .bmpa-sug button{background: #f6f8fa;
    border: none;
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 13px;
    color: #484848;
    cursor: pointer;
    transition: background-color 0.15s, color 0.15s;}
:is(body) .bmpa-sug button:hover{background: #f0f0f2;
    color: #12141d;}
:is(body) .bmpa-msgs .bmpa-m.u{align-self: flex-end;
    max-width: 80%;
    display: flex;
    gap: 10px;
    flex-direction: row-reverse;}
:is(body) .bmpa-msgs .bmpa-m.u{background: #f0f0f2;
    color: #202123;
    padding: 10px 16px;
    border-radius: 18px;
    font-size: 14px;
    line-height: 1.5;}
:is(body) .bmpa-msgs .bmpa-m.u p{margin: 0;}
:is(body) .bmpa-msgs .bmpa-m.u > *{margin: 0 0 8px;}
:is(body) .bmpa-msgs .bmpa-m.u > *:last-child{margin-bottom: 0;}
:is(body) .bmpa-msgs .bmpa-m.u ul,:is(body) .bmpa-msgs .bmpa-m.u ol{padding-left: 20px;}
:is(body) .bmpa-msgs .bmpa-m.u li{margin-bottom: 3px;}
:is(body) .bmpa-msgs .bmpa-m.u code{background: rgba(0, 0, 0, 0.07);
    padding: 1px 5px;
    border-radius: 5px;
    font-size: 12.5px;}
:is(body) .bmpa-msgs .bmpa-m.u pre{background: rgba(0, 0, 0, 0.07);
    padding: 10px 12px;
    border-radius: 10px;
    overflow-x: auto;
    max-width: 100%;}
:is(body) .bmpa-msgs .bmpa-m.u pre code{background: none; padding: 0;}
:is(body) .bmpa-msgs .bmpa-m.u h1,:is(body) .bmpa-msgs .bmpa-m.u h2,:is(body) .bmpa-msgs .bmpa-m.u h3{font-size: 15px; margin: 4px 0 6px;}
:is(body) .bmpa-msgs .bmpa-m.u a{color: inherit; text-decoration: underline;}
:is(body) .bmpa-msgs .bmpa-m.a{align-self: flex-start;
    max-width: 85%;
    display: flex;
    flex-shrink: 0;
    
    min-width: 0;}
:is(body) .bmpa-msgs .bmpa-m.a{background: transparent;
    padding: 4px 0;
    border-radius: 0;
    font-size: 14px;
    line-height: 1.6;
    
    color: #374151;
    
    min-width: 0;
    max-width: 100%;}
:is(body) .bmpa-msgs .bmpa-m.a p{margin: 0 0 8px;}
:is(body) .bmpa-msgs .bmpa-m.a p:last-child{margin-bottom: 0;}
:is(body) .bmpa-msgs .bmpa-m.a h3{font-size: 15px; margin: 12px 0 6px;}
:is(body) .bmpa-msgs .bmpa-m.a h2{font-size: 16px; margin: 14px 0 8px;}
:is(body) .bmpa-msgs .bmpa-m.a ul,:is(body) .bmpa-msgs .bmpa-m.a ol{margin: 4px 0; padding-left: 20px;}
:is(body) .bmpa-msgs .bmpa-m.a li{margin-bottom: 4px;}
:is(body) .bmpa-msgs .bmpa-m.a code{background: #e8eaed;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 13px;}
:is(body) .bmpa-msgs .bmpa-m.a pre{background: #1e1e1e;
    color: #d4d4d4;
    padding: 12px 16px;
    border-radius: 8px;
    overflow-x: auto;
    font-size: 13px;
    margin: 8px 0;
    
    max-width: 100%;
    white-space: pre;}
:is(body) .bmpa-msgs .bmpa-m.a pre code{background: none;
    padding: 0;
    color: inherit;}
:is(body) .bmpa-msgs .bmpa-m.a table{border-collapse: separate;
    border-spacing: 0;
    margin: 8px 0;
    font-size: 13px;
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;}
:is(body) .bmpa-msgs .bmpa-m.a th,:is(body) .bmpa-msgs .bmpa-m.a td{border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    padding: 8px 12px;
    text-align: left;}
:is(body) .bmpa-msgs .bmpa-m.a th:last-child,:is(body) .bmpa-msgs .bmpa-m.a td:last-child{border-right: none;}
:is(body) .bmpa-msgs .bmpa-m.a tr:last-child td{border-bottom: none;}
:is(body) .bmpa-msgs .bmpa-m.a th{background: #f1f3f4;
    font-weight: 600;}
:is(body) .bmpa-msgs .bmpa-m.a strong{font-weight: 600;}
:is(body) .bmpa-msgs .bmpa-m.a img{max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 8px 0;
    border: 1px solid #e0e0e0;}
:is(body) .bmpa-msgs .bmpa-m.a hr{border: none;
    border-top: 1px solid #e0e0e0;
    margin: 12px 0;}
:is(body) .bmpa-send:disabled{cursor: not-allowed;
    background: #9aa0a6;}
:is(body) .bmpa-in:disabled{opacity: 0.6;
    cursor: not-allowed;}
:is(body) .bmpa-attach{width: 36px;
    height: 36px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #9aa0a6;
    flex-shrink: 0;
    transition: color 0.15s, background 0.15s;}
:is(body) .bmpa-attach:hover{color: #12141d; background: #f0f0f2;}
:is(body) .bmpa-attach .material-symbols-outlined{font-size: 20px;}
:is(body) .bmpa-inwrap{padding: 12px 20px 20px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;}
:is(body) .bmpa-inbox{max-width: 680px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f1f3f4;
    
    border: 1px solid transparent;
    
    border-radius: 26px;
    
    padding: 6px;
    transition: border-color 0.15s, box-shadow 0.15s;}
:is(body) .bmpa-inbox:focus-within{border-color: #12141d;
    box-shadow: none;
    background: #fff;}
:is(body) .bmpa-in{flex: 1;
    border: none;
    background: transparent;
    font-size: 14px;
    outline: none;
    padding: 8px 0;
    
    color: #374151;
    font-family: inherit;
    
    resize: none;
    line-height: 1.4;
    min-height: 22px;
    max-height: 120px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;}
:is(body) .bmpa-in:hover,:is(body) .bmpa-in:focus{scrollbar-color: rgba(0,0,0,0.2) transparent;}
:is(body) .bmpa-in::-webkit-scrollbar{width: 6px;}
:is(body) .bmpa-in::-webkit-scrollbar-track{background: transparent;}
:is(body) .bmpa-in::-webkit-scrollbar-thumb{background: transparent; border-radius: 6px;}
:is(body) .bmpa-in:hover::-webkit-scrollbar-thumb,:is(body) .bmpa-in:focus::-webkit-scrollbar-thumb{background: rgba(0,0,0,0.2);}
:is(body) .bmpa-in::placeholder{color: #9aa0a6;}
:is(body) .bmpa-in:placeholder-shown{overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}
:is(body) .bmpa-send{width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #12141d;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.15s;}
:is(body) .bmpa-send:hover{background: #2f3340;}
:is(body) .bmpa-send .material-symbols-outlined{font-size: 20px;}
:is(body) .bmpa-body{height: 100%;
    overflow: hidden;}
:is(body) .bmpa-maincol{height: 100%;
    overflow: hidden;}
:is(body) .bmpa-panel{position: fixed;
    top: 70px;
    right: 12px;
    width: 400px;
    height: calc(100vh - 90px);
    max-height: calc(100vh - 90px);
    background: #ffffff;
    border: 1px solid #e6e8eb;
    border-radius: 20px;
    box-shadow: -6px 0 28px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 1300;
    transform: translateX(calc(100% + 28px));
    opacity: 0;
    pointer-events: none;
    transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.28s ease,
                width 0.28s ease, height 0.28s ease, top 0.28s ease, right 0.28s ease;}
:is(body) .bmpa-panel.on{transform: translateX(0);
    opacity: 1;
    pointer-events: auto;}
:is(body) .bmpa-panel.maxed{width: min(1180px, 94vw);
    height: calc(100vh - 84px);
    top: 70px;
    right: max(12px, calc((100vw - 1180px) / 2));}
:is(body) .bmpa-head{flex: 0 0 auto;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px 0 20px;
    border-bottom: 1px solid #eceef1;
    background: #fff;}
:is(body) .bmpa-title{font-size: 1.05rem;
    font-weight: 600;
    color: #202124;
    margin: 0;
    line-height: normal;}
:is(body) .bmpa-acts{display: flex; align-items: center; gap: 2px;}
:is(body) .bmpa-abtn{width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    cursor: pointer;
    border-radius: 50%;
    color: #5f6368;
    transition: background-color 0.2s;
    padding: 0;}
:is(body) .bmpa-abtn:hover{background: #f1f3f4;}
:is(body) .bmpa-abtn .material-symbols-outlined{font-size: 20px;}
:is(body) .bmpa-panel .bmpa-body{flex: 1 1 auto;
    height: auto;
    min-height: 0;
    width: 100%;}
:is(body) .bmpa-panel .bmpa-maincol{height: auto;
    flex: 1 1 auto;
    min-height: 0;}
@media (max-width: 640px){:is(body) .bmpa-panel,:is(body) .bmpa-panel.maxed{top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 88vh;
        max-height: 88vh;
        border-radius: 20px 20px 0 0;
        transform: translateY(100%);}
:is(body) .bmpa-panel.on{transform: translateY(0);}
:is(body) .bmpa-panel.maxed{height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        border-radius: 0;}}
@media (max-width: 768px){:is(body) .bmpa-body{flex-direction: row; height: 100%; min-height: 0;}
:is(body) .bmpa-maincol{width: 100%; min-width: 0;}
:is(body) .bmpa-msgs{padding: 16px 12px !important;}
:is(body) .bmpa-msgs .bmpa-m.u{max-width: 95%;}
:is(body) .bmpa-msgs .bmpa-m.u{max-width: 100%; box-sizing: border-box; min-width: 0;}
:is(body) .bmpa-msgs .bmpa-m.u,:is(body) .bmpa-msgs .bmpa-m.a{font-size: 15px;}
:is(body) .bmpa-msgs .bmpa-m.a{max-width: 100%;}
:is(body) .bmpa-msgs .website-plan-card,:is(body) .bmpa-msgs .ws-question-card{max-width: 100% !important;}
:is(body) .bmpa-sidehead .bmpa-newchat{padding: 13px 0 !important;
        font-size: 15px !important;}
:is(body) .bmpa-sitem{padding: 14px 16px !important;}
:is(body) .bmpa-sitem .bmpa-stitle{font-size: 15px !important;}
:is(body) .bmpa-sitem .bmpa-sdate{font-size: 13px !important;}
:is(body) .bmpa-sug{flex-direction: column;}
:is(body) .bmpa-side{position: fixed; top: 60px; left: 0; bottom: 0;
        width: 82vw; max-width: 320px; max-height: none;
        z-index: 250; transform: translateX(-100%);
        transition: transform .25s ease; box-shadow: 2px 0 18px rgba(0,0,0,.18);
        border-right: 1px solid #e0e0e0; border-bottom: none;}
:is(body) .bmpa-side.drawer-open{transform: translateX(0);}
:is(body) .bmpa-slist{max-height: none;}
:is(body) .bmpa-collapse{display: none;}
:is(body) .bmpa-side.collapsed + .bmpa-side-expand{display: none;}
:is(body) .bmpa-side.collapsed{width: 82vw;}
:is(body) .bmpa-side.collapsed .bmpa-sidehead,:is(body) .bmpa-side.collapsed .bmpa-slist{opacity: 1; pointer-events: auto; width: auto; min-width: 0;}}
@media (min-width: 641px){:is(body) .bmpa-msgs .bmpa-m.a{font-size: 15px !important;}
:is(body) .bmpa-msgs .bmpa-m.u{font-size: 15px !important;}
:is(body) .bmpa-sitem .bmpa-stitle{font-size: 14px !important;}
:is(body) .bmpa-sitem .bmpa-sdate{font-size: 12px !important;}
:is(body) .bmpa-sidehead .bmpa-newchat{padding: 10px 14px !important; font-size: 14px !important;}
:is(body) .bmpa-msgs .bmpa-m.u{max-width: 95% !important;}
:is(body) .bmpa-msgs .bmpa-m.u{max-width: 100% !important; box-sizing: border-box; min-width: 0;}
:is(body) .bmpa-msgs .bmpa-m.a{max-width: 100% !important;}
:is(body) .bmpa-msgs .website-plan-card,:is(body) .bmpa-msgs .ws-question-card{max-width: 100% !important;}
:is(body) .bmpa-attach,:is(body) .bmpa-send{width: 40px !important; height: 40px !important;}
:is(body) .bmpa-send .material-symbols-outlined{font-size: 22px !important;}
:is(body) .bmpa-pitem{font-size: 14px !important;}
:is(body) .bmpa-pitem .material-symbols-outlined{font-size: 22px !important;}
:is(body) .bmpa-in{font-size: 15px !important;}
:is(body) .bmpa-attach .material-symbols-outlined{font-size: 22px !important;}
:is(body) .bmpa-plusmenu{min-width: 240px !important; padding: 6px !important;}
:is(body) .bmpa-pitem{padding: 12px 14px !important;}}
@media (max-width: 640px){:is(body) .bmpa-inbox{padding: 9px 12px !important; border-radius: 9999px !important;}
:is(body) .bmpa-in{font-size: 16px !important; min-height: 26px !important;}
:is(body) .bmpa-attach,:is(body) .bmpa-send{width: 44px !important;
        height: 44px !important;}
:is(body) .bmpa-attach .material-symbols-outlined,:is(body) .bmpa-send .material-symbols-outlined{font-size: 24px !important;}
:is(body) .bmpa-plusmenu{min-width: 260px !important; padding: 8px !important;}
:is(body) .bmpa-pitem{padding: 14px 14px !important; font-size: 15px !important;}
:is(body) .bmpa-pitem .material-symbols-outlined{font-size: 24px !important;}}
:is(body) .bmpa-welcome .ai-welcome-badge{width: 76px; height: 76px; border-radius: 22px;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, #eef4ff 0%, #f4efff 100%);
    border: 1px solid #e4e9f7;
    box-shadow: 0 10px 30px rgba(18, 20, 29, .14);}
:is(body) .bmpa-welcome .ai-welcome-badge svg{width: 44px; height: 44px;}
:is(body) .bmpa-inwrap{flex-direction: column; align-items: center;}
:is(body) .nav-sessions-list .bmpa-sitem{margin: 2px 12px; padding: 7px 14px 7px 22px; border-radius: 25px;
    font-size: 13px; color: #5f6368; position: relative;}
:is(body) .nav-sessions-list .bmpa-sitem .bmpa-stitle{font-size: 13px; font-weight: 500;}
:is(body) .nav-sessions-list .bmpa-sitem .bmpa-sdate{font-size: 11px; color: #9aa0a6;}
:is(body) .nav-sessions-list .bmpa-sitem:hover{background: #f3f4f6;}
:is(body) .nav-sessions-list .bmpa-sitem{border-left: none;}
:is(body) .nav-sessions-list .bmpa-sitem.active{background: #f0f0f2;
    color: #12141d;
    border-left-color: transparent;}
:is(body) .nav-sessions-list .bmpa-sitem.active .bmpa-stitle{color: #12141d;}
:is(body) .bmpa-slist .session-group-label:first-child{padding-top: 4px;}
@media (max-width: 768px), (pointer: coarse){:is(body) .bmpa-collapse,:is(body) .bmpa-side-expand,:is(body) .bmpa-collapse:hover,:is(body) .bmpa-side-expand:hover,:is(body) .bmpa-collapse:active,:is(body) .bmpa-side-expand:active,:is(body) .bmpa-collapse:focus,:is(body) .bmpa-side-expand:focus{background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        outline: none !important;
        -webkit-tap-highlight-color: transparent;}
:is(body) .bmpa-collapse:focus-visible,:is(body) .bmpa-side-expand:focus-visible{outline: 2px solid #12141d !important;
        outline-offset: 2px;}}
:is(body) .bmpa-pitem.ws-plus-picker{justify-content: flex-start;}
:is(body) .bmpa-pitem.ws-plus-picker > span:nth-child(2){display: inline-flex; align-items: baseline; gap: 6px; flex: 1 1 auto; min-width: 0;}
:is(body) .bmpa-pitem.ws-plus-picker.is-set .ws-plus-picker-value{color: #12141d; font-weight: 500;}
:is(body) .bmpa-pitem.is-disabled{opacity: .55;}
body .bmpa-in,body .bmpa-inbox input,body .bmpa-inbox textarea{background-color: transparent !important;
    border: none !important;}
body .bmpa-inbox{background: #fff;
    border: 1px solid #d1d5db;}
body .bmpa-inbox:focus-within{border-color: #12141d; background: #fff;}
body .bmpa-sug button{background: #fff;
    border: 1px solid #d1d5db;
    color: #374151;}
body .bmpa-sug button:hover{border-color: #12141d; color: #12141d; background: #fff;}
body .bmpa-send{background: #12141d; border-color: #12141d; color: #fff;}
body .bmpa-send:hover:not(:disabled){background: #2f3340; border-color: #2f3340;}
body .bmpa-side{border-color: var(--shell-border) !important;}
/* DOM adaptations only. Visual values above come from the dashboard CSS. */
@font-face{font-family:'BM Dashboard Symbols';src:url('/marketing_release/assets/e958046d69c70c7fb891988c.ttf') format('truetype');font-style:normal;font-weight:400;font-display:block}
.bmpa-panel,.bmpa-plusmenu{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';line-height:normal;text-rendering:auto}
body .bmpa-panel{flex-direction:column;color:#333}
.bmpa-body{position:relative;display:flex;flex:1 1 auto;min-height:0;width:100%}
.bmpa-maincol{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0}
.bmpa-panel .bmpa-head{width:100%;flex-shrink:0}
.bmpa-panel .bmpa-title{margin:0;letter-spacing:normal}
.bmpa-panel:not(.maxed):not(.histopen) .bmpa-side{display:none}
.bmpa-panel.histopen .bmpa-side{inset:0;max-width:85%;width:300px;transform:none}
.bmpa-panel .bmpa-welcome h3{font-weight:700;line-height:normal}
.bmpa-panel .bmpa-welcome p{line-height:normal}
.bmpa-panel .bmpa-sug button{font:400 13px Arial,sans-serif}
.bmpa-panel .bmpa-m.u,.bmpa-panel .bmpa-m.a{display:block;flex-shrink:0;min-width:0}
.bmpa-panel .bmpa-m.u{max-width:80%}
.bmpa-panel .bmpa-m.a{max-width:85%}
.bmpa-panel .bmpa-inwrap{flex-wrap:wrap}
.bmpa-panel .bmpa-in{min-width:0}
.bmpa-panel .bmpa-abtn{padding:0}
.bmpa-panel .bmpa-attach,.bmpa-panel .bmpa-send{padding:0}
.bmpa-panel .bmpa-send:hover{filter:none}
.bmpa-panel .bmpa-histbtn{position:absolute;top:8px;left:6px;z-index:6;width:26px;height:26px;border-radius:6px;color:#9aa0a6}
@media(min-width:641px){.bmpa-panel.maxed:not(.sidecollapsed) .bmpa-histbtn{display:none}}
.bmpa-panel.maxed:not(.sidecollapsed) .bmpa-histbtn span{transform:rotate(180deg)!important}
.bmpa-panel .material-symbols-outlined,.bmpa-plusmenu .material-symbols-outlined{
 font-family:'BM Dashboard Symbols'!important;font-weight:400;font-style:normal;
 line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;
 white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;
 font-feature-settings:'liga';font-variation-settings:'FILL' 0,'wght' 400,'GRAD' 0,'opsz' 24;
 transform:none!important;
}
@media(max-width:640px){.bmpa-panel.maxed:not(.sidecollapsed) .bmpa-histbtn{left:6px}.bmpa-panel .bmpa-histbtn{top:calc(50% - 13px)}}
