.jsp-solution-advisor-cta { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: 1.5rem 0; padding: 1.2rem 1.5rem; border: 1px solid #d8e2ea; border-radius: 8px; background: #f5f8fa; }
.jsp-solution-advisor-cta[hidden] { display: none; }
.jsp-solution-advisor-cta h2 { margin: 0; font-size: 1.25rem; }
.jsp-solution-advisor-cta p { margin: .25rem 0 0; }
.jsp-solution-advisor { position: fixed; inset: 0; z-index: 1050; display: flex; align-items: center; justify-content: center; padding: 1rem; }
.jsp-solution-advisor__backdrop { position: absolute; inset: 0; background: rgba(28,43,55,.45); }
.jsp-solution-advisor__panel { position: relative; display: flex; flex-direction: column; width: min(34rem, 100%); max-height: calc(100vh - 2rem); background: #fff; border-radius: 8px; box-shadow: 0 1.5rem 4rem rgba(0,0,0,.3); overflow: hidden; }
.jsp-solution-advisor__panel header { padding: 1.7rem 1.2rem 0; background: #384452; color: #fff; text-align: left; }
.jsp-solution-advisor__heading-row { position: relative; display: flex; align-items: center; justify-content: flex-start; }
.jsp-solution-advisor__panel h2 { margin: 0; font-size: 1.2rem; }
.jsp-solution-advisor__panel header p { margin: .3rem 0 0; font-size: .85rem; }
.jsp-solution-advisor__close { position: absolute; top: 50%; right: 0; transform: translateY(-50%); border: 0; background: transparent; color: #fff; font-size: 1.5rem; line-height: 1; }
.jsp-solution-advisor__messages { min-height: 8rem; max-height: 55vh; padding: 1rem; overflow-y: auto; user-select: none; }
.jsp-solution-advisor__messages:empty, .jsp-solution-advisor__status:empty { display: none; }
.jsp-solution-advisor__message { margin: .5rem 0; padding: .65rem .8rem; border-radius: 4px; background: #eef3f6; }
.jsp-solution-advisor__message.user { margin-left: 1.5rem; background: #e3f0f8; }
.jsp-solution-advisor__recommendation { margin: .6rem 0; padding: .75rem; border: 1px solid #d8e2ea; border-radius: 4px; }
.jsp-solution-advisor__recommendation > a { display: flex; flex-direction: column; gap: .2rem; color: #384452; text-decoration: none; cursor: pointer; }
.jsp-solution-advisor__recommendation small { color: #657786; }
.jsp-solution-advisor__confirm { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem .75rem; margin-top: .65rem; padding-top: .65rem; border-top: 1px solid #e1e7eb; }
.jsp-solution-advisor__confirm span { flex: 1 1 100%; font-size: .85rem; color: #657786; }
.jsp-solution-advisor__status { padding: 0 1rem; color: #657786; font-size: .85rem; }
.jsp-solution-advisor__status--busy { display: flex; align-items: flex-start; gap: .5rem; margin: .65rem 1rem .8rem; padding: .45rem .6rem; border-radius: 5px; background: #f4f8fa; color: #384452; line-height: 1.4; }
.jsp-solution-advisor__status--busy::before { content: ""; width: .9rem; height: .9rem; flex: 0 0 auto; margin-top: .14rem; border-radius: 50%; border: 2px solid #c8d6df; border-top-color: #384452; animation: jsp-solution-advisor-spin .7s linear infinite; }
@keyframes jsp-solution-advisor-spin { to { transform: rotate(360deg); } }
.jsp-solution-advisor__cycle { position: relative; flex: 1; min-height: 1.2em; overflow: hidden; }
.jsp-solution-advisor__cycle-item { position: absolute; inset: 0; opacity: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; animation-name: jsp-solution-advisor-cycle; animation-iteration-count: infinite; }
@keyframes jsp-solution-advisor-cycle { 0%, 16.66% { opacity: 1; } 16.67%, 100% { opacity: 0; } }
.jsp-solution-advisor__examples { display: flex; flex-wrap: wrap; align-items: center; gap: .35rem; margin: .4rem 1rem .35rem; padding: .6rem; border: 0; border-radius: 6px; background: #e9f4fa; }
.jsp-solution-advisor__examples-title { flex: 1 0 100%; margin: 0 0 .15rem; color: #657786; font-size: .78rem; font-weight: 600; }
.jsp-solution-advisor__examples button { border: 1px solid #d8e2ea; border-radius: 999px; background: #f7f9fa; color: #4e6473; padding: .3rem .6rem; font-size: .73rem; line-height: 1.25; }
.jsp-solution-advisor__examples button:hover, .jsp-solution-advisor__examples button:focus-visible { border-color: #91cde8; background: #edf7fc; color: #384452; }
.jsp-solution-advisor__examples button:disabled { opacity: .5; cursor: not-allowed; }
.jsp-solution-advisor__examples-hide { margin-left: auto; border: 0; background: transparent; color: #657786; font-size: .75rem; text-decoration: underline; padding: .35rem 0; }
.jsp-solution-advisor__examples-show { margin: 0 auto; border: 0; background: transparent; color: #657786; font-size: .75rem; text-decoration: underline; padding: .35rem 0; }
.jsp-solution-advisor__composer { border-top: 1px solid #e1e9ed; background-color: #f7fafb; background-image: radial-gradient(rgba(55,85,103,.1) .55px, transparent .7px); background-size: 12px 12px; }
.jsp-solution-advisor__mode { display: grid; gap: .45rem; margin: .75rem 1rem .45rem; padding: 0; border: 0; }
.jsp-solution-advisor__mode legend { float: none; width: auto; margin: 0; padding: 0; font-size: .78rem; font-weight: 600; color: #657786; }
.jsp-solution-advisor__mode label { display: flex; gap: .55rem; align-items: flex-start; margin: 0; cursor: pointer; }
.jsp-solution-advisor__mode input { margin-top: .25rem; }
.jsp-solution-advisor__mode span { display: grid; gap: .1rem; }
.jsp-solution-advisor__mode small { color: #657786; line-height: 1.3; }
.jsp-solution-advisor__cache { padding-top: .35rem; }
.jsp-solution-advisor__cache > .btn { padding: .2rem 0; font-size: .8rem; }
.jsp-solution-advisor__cache > div { display: flex; flex-wrap: wrap; align-items: center; gap: .4rem .65rem; margin-top: .35rem; color: #657786; font-size: .8rem; }
.jsp-solution-advisor__cache > div span { flex: 1 1 100%; }
.jsp-solution-advisor__cache > div .btn { font-size: .8rem; }
.jsp-solution-advisor__form { padding: .35rem 1rem 1rem; }
.jsp-solution-advisor__input-shell { position: relative; }
.jsp-solution-advisor__form textarea { display: block; width: 100%; min-width: 0; min-height: 3.25rem; resize: none; max-height: 10rem; padding: .8rem 3.6rem .8rem .95rem; border: 1px solid #b9ccd7; border-radius: 8px; background: #fff; font: inherit; line-height: 1.4; box-shadow: 0 .2rem .7rem rgba(38,68,86,.08); }
.jsp-solution-advisor__form textarea:focus { outline: none; border-color: #00b3fe; box-shadow: 0 0 0 3px rgba(0,179,254,.16), 0 .2rem .7rem rgba(38,68,86,.08); }
.jsp-solution-advisor__form textarea:disabled, .jsp-solution-advisor__form button:disabled { opacity: .6; cursor: not-allowed; }
.jsp-solution-advisor__send { position: absolute; top: 50%; right: .4rem; bottom: auto; width: 2.45rem; height: 2.45rem; margin: 0; padding: 0; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 1rem; transform: translateY(-50%); }
.jsp-solution-advisor__send::after { content: none; margin-left: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 600px) {
	.jsp-solution-advisor-cta { align-items: flex-start; flex-direction: column; }
	.jsp-solution-advisor { padding: .5rem; }
	.jsp-solution-advisor__panel { width: 100%; max-height: calc(100vh - 1rem); }
}
@media (max-width: 1199px), (pointer: coarse) {
	.jsp-solution-advisor-cta,
	.jsp-solution-advisor { display: none !important; }
}
