.aihsl-questionnaire{max-width:920px;margin:24px auto;background:#fff;border:1px solid #eadff3;border-radius:22px;overflow:hidden;box-shadow:0 16px 40px rgba(52,18,78,.1);font-family:Inter,Arial,sans-serif}.aihsl-q-header{padding:32px;background:linear-gradient(135deg,#6803A9,#8e2de2);color:#fff}.aihsl-q-header h2{color:#fff;font-size:30px;margin:7px 0 10px}.aihsl-q-header p{margin:0;line-height:1.6}.aihsl-q-kicker{font-size:12px;font-weight:800;letter-spacing:1.5px;opacity:.8}.aihsl-questionnaire form{padding:26px}.aihsl-q-item{border:1px solid #eee5f4;background:#fdfbff;border-radius:16px;padding:20px;margin-bottom:18px}.aihsl-q-item-title{display:flex;gap:12px;font-weight:700;font-size:16px;line-height:1.5}.aihsl-q-item-title>span{min-width:32px;height:32px;border-radius:50%;background:#6803A9;color:#fff;display:flex;align-items:center;justify-content:center}.aihsl-q-item-title small{display:block;color:#7d6b89;font-weight:500;margin-top:4px}.aihsl-q-item-title em{color:#d63638}.aihsl-likert{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:17px}.aihsl-likert label,.aihsl-options-front label{border:1px solid #e4d8ec;border-radius:12px;padding:12px;text-align:center;cursor:pointer;background:#fff}.aihsl-likert input,.aihsl-options-front input{margin-right:5px}.aihsl-likert label span:last-child{display:block;font-size:12px;margin-top:6px}.aihsl-scale{font-weight:800;color:#6803A9}.aihsl-options-front{display:grid;gap:10px;margin-top:15px}.aihsl-options-front label{text-align:left}.aihsl-q-item textarea,.aihsl-q-identity input{width:100%;box-sizing:border-box;border:1px solid #d8c9e2;border-radius:10px;padding:12px;margin-top:12px}.aihsl-q-identity{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:18px}.aihsl-q-submit{border:0;border-radius:12px;background:#6803A9;color:#fff;padding:15px 24px;font-weight:800;font-size:16px;cursor:pointer;width:100%}.aihsl-q-submit:hover{background:#54018a}.aihsl-q-message,.aihsl-q-success{padding:18px;border-radius:12px;margin:18px 0}.aihsl-q-message{background:#fff6df;border:1px solid #f1d48d}.aihsl-q-success{background:#eaf8ef;border:1px solid #9dd5af;color:#176536}@media(max-width:760px){.aihsl-likert{grid-template-columns:1fr}.aihsl-likert label{text-align:left}.aihsl-likert label span:last-child{display:inline;margin-left:8px}.aihsl-q-identity{grid-template-columns:1fr}.aihsl-questionnaire form{padding:16px}.aihsl-q-header{padding:24px}}
.aihsl-question-heading{display:flex;align-items:flex-start;gap:14px;border:1px solid #eadff3;background:linear-gradient(180deg,#fff,#fcf9ff);border-radius:16px;padding:18px 20px;margin:0 0 14px;box-shadow:0 6px 18px rgba(104,3,169,.05)}
.aihsl-question-icon{width:38px;height:38px;min-width:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#6803A9;color:#fff;font-weight:900;font-size:20px;box-shadow:0 7px 16px rgba(104,3,169,.22)}
.aihsl-question-heading h3{margin:0;color:#6803A9;font-size:20px;line-height:1.35;font-weight:800}
.aihsl-question-heading p{margin:5px 0 0;color:#756580;font-size:14px;line-height:1.5}
@media(max-width:760px){.aihsl-question-heading{padding:15px}.aihsl-question-heading h3{font-size:17px}.aihsl-question-icon{width:34px;height:34px;min-width:34px}}

/* Questionnaire launcher v1.3.0 */
.aihsl-q-launcher-wrap{width:100%;margin:18px 0}
.aihsl-q-launcher{width:100%;border:0;border-radius:18px;padding:18px 22px;display:flex;align-items:center;gap:16px;text-align:left;cursor:pointer;color:#fff;background:linear-gradient(135deg,#6803a9 0%,#9124e7 100%);box-shadow:0 14px 34px rgba(104,3,169,.24);transition:transform .2s ease,box-shadow .2s ease}
.aihsl-q-launcher:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(104,3,169,.32)}
.aihsl-q-launcher:focus-visible{outline:4px solid rgba(145,36,231,.28);outline-offset:4px}
.aihsl-q-launcher-icon{width:48px;height:48px;border-radius:15px;background:rgba(255,255,255,.18);display:grid;place-items:center;font-size:25px;flex:0 0 48px}
.aihsl-q-launcher-copy{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1}
.aihsl-q-launcher-copy strong{font-size:20px;line-height:1.2;color:#fff}
.aihsl-q-launcher-copy small{font-size:13px;line-height:1.45;color:rgba(255,255,255,.82)}
.aihsl-q-launcher-arrow{font-size:28px;line-height:1}
.aihsl-q-launcher-button .aihsl-q-launcher{max-width:310px;margin-left:auto;margin-right:auto}
.aihsl-q-modal[hidden]{display:none!important}
.aihsl-q-modal{position:fixed;inset:0;z-index:999999;display:grid;place-items:center;padding:20px}
.aihsl-q-modal-backdrop{position:absolute;inset:0;background:rgba(23,8,36,.72);backdrop-filter:blur(6px)}
.aihsl-q-modal-panel{position:relative;width:min(1180px,96vw);height:min(900px,94vh);background:#f8f5fb;border-radius:24px;box-shadow:0 28px 90px rgba(0,0,0,.35);overflow:hidden;display:flex;flex-direction:column;animation:aihslQModalIn .22s ease-out}
.aihsl-q-modal-toolbar{min-height:72px;padding:13px 18px 13px 24px;background:#fff;border-bottom:1px solid #eadff2;display:flex;align-items:center;justify-content:space-between;gap:20px}
.aihsl-q-modal-toolbar>div{display:flex;flex-direction:column;gap:2px;min-width:0}
.aihsl-q-modal-toolbar span{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#7f5e91}
.aihsl-q-modal-toolbar strong{font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#25152e}
.aihsl-q-modal-toolbar .aihsl-q-modal-close{box-sizing:border-box!important;width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;max-width:48px!important;max-height:48px!important;padding:0!important;margin:0!important;border:0!important;border-radius:999px!important;background:linear-gradient(135deg,#6803a9,#9124e7)!important;color:#fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:0!important;cursor:pointer!important;flex:0 0 48px!important;appearance:none!important;-webkit-appearance:none!important;box-shadow:0 8px 20px rgba(104,3,169,.24)!important;transform:none;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}
.aihsl-q-modal-toolbar .aihsl-q-modal-close svg{display:block!important;width:22px!important;height:22px!important;margin:0!important;padding:0!important;overflow:visible;pointer-events:none}
.aihsl-q-modal-toolbar .aihsl-q-modal-close svg path{fill:none;stroke:currentColor;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}
.aihsl-q-modal-toolbar .aihsl-q-modal-close:hover{filter:brightness(1.08);box-shadow:0 10px 24px rgba(104,3,169,.32)!important;transform:scale(1.05)}
.aihsl-q-modal-toolbar .aihsl-q-modal-close:active{transform:scale(.95)}
.aihsl-q-modal-toolbar .aihsl-q-modal-close:focus-visible{outline:4px solid rgba(104,3,169,.22)!important;outline-offset:3px}
.aihsl-q-modal-content{overflow:auto;padding:18px;overscroll-behavior:contain}
.aihsl-q-modal-content .aihsl-questionnaire{margin:0 auto}
html.aihsl-q-modal-open,body.aihsl-q-modal-open{overflow:hidden!important}
@keyframes aihslQModalIn{from{opacity:0;transform:translateY(16px) scale(.985)}to{opacity:1;transform:none}}
@media(max-width:640px){.aihsl-q-launcher{padding:15px;border-radius:16px}.aihsl-q-launcher-icon{width:43px;height:43px;flex-basis:43px}.aihsl-q-launcher-copy strong{font-size:18px}.aihsl-q-modal{padding:0}.aihsl-q-modal-panel{width:100vw;height:100dvh;border-radius:0}.aihsl-q-modal-toolbar{min-height:64px;padding:10px 12px 10px 16px}.aihsl-q-modal-content{padding:0}.aihsl-q-modal-content .aihsl-questionnaire{border-radius:0}}
