.survey-widget{z-index:60;flex-direction:column;align-items:flex-end;gap:12px;display:flex;position:fixed;bottom:24px;right:24px}.survey-widget__launcher{color:#fff;cursor:pointer;background:linear-gradient(120deg,#4338ca,#6366f1);border:none;border-radius:999px;align-items:center;gap:8px;padding:10px 18px;font-size:.9rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 10px 25px #4f46e559}.survey-widget__launcher:hover,.survey-widget__launcher:focus-visible{outline:none;transform:translateY(-1px);box-shadow:0 15px 30px #4f46e573}.survey-widget__panel{background:#fff;border:1px solid #0f172a14;border-radius:28px;flex-direction:column;width:360px;max-width:calc(100vw - 24px);max-height:min(85vh,640px);padding:20px 22px 22px;display:flex;box-shadow:0 25px 50px #0f172a26,0 0 0 1px #6366f114}.survey-widget__header{justify-content:space-between;gap:12px;display:flex}.survey-widget__title{color:#0f172a;margin:0;font-size:1.15rem;font-weight:700}.survey-widget__eyebrow{text-transform:uppercase;letter-spacing:.35em;color:#4338ca;margin-bottom:6px;font-size:.65rem;font-weight:600}.survey-widget__description{color:#475569;margin:4px 0 0;font-size:.9rem;line-height:1.4}.survey-widget__close{color:#0f172a;cursor:pointer;background:#0f172a0d;border:none;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;transition:background .2s;display:inline-flex}.survey-widget__close:hover,.survey-widget__close:focus-visible{background:#0f172a26;outline:none}.survey-widget__questions{flex-direction:column;flex:1;gap:16px;margin-top:16px;padding-right:6px;display:flex;overflow-y:auto}.survey-widget__question{background:#f8fafc;border:1px solid #0f172a14;border-radius:20px;padding:14px 14px 16px}.survey-widget__question-title{color:#0f172a;margin:0 0 10px;font-size:.95rem;font-weight:600}.survey-widget__options{flex-direction:column;gap:8px;display:flex}.survey-widget__option{cursor:pointer;text-align:left;color:#0f172a;background:#fff;border:1px solid #0f172a14;border-radius:14px;padding:10px 12px;font-size:.9rem;transition:border .2s,transform .15s,box-shadow .15s}.survey-widget__option:hover,.survey-widget__option:focus-visible{border-color:#6366f1cc;outline:none;box-shadow:0 5px 18px #4f46e526}.survey-widget__option--selected{background:#6366f114;border-color:#6366f1e6}.survey-widget__rating{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.survey-widget__rating-button{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #0f172a1a;border-radius:50%;width:36px;height:36px;font-weight:600;transition:border .2s,background .2s,color .2s}.survey-widget__rating-button:hover,.survey-widget__rating-button:focus-visible{border-color:#6366f1cc;outline:none}.survey-widget__rating-button--selected{color:#fff;background:#312e81;border-color:#312e81}.survey-widget__helper{color:#64748b;margin-top:6px;font-size:.75rem}.survey-widget__error{color:#b91c1c;background:#ef44441a;border-radius:14px;margin-top:12px;padding:10px 12px;font-size:.8rem}.survey-widget__success{text-align:center;color:#065f46;background:#10b9811a;border:1px solid #22c55e59;border-radius:18px;margin-top:18px;padding:18px}.survey-widget__footer{flex-wrap:wrap;gap:12px;margin-top:18px;display:flex}.survey-widget__primary,.survey-widget__secondary{cursor:pointer;border:none;border-radius:999px;flex:1;min-width:120px;padding:12px 16px;font-weight:600;transition:opacity .2s,transform .2s}.survey-widget__primary{color:#fff;background:#3730a3;box-shadow:0 12px 24px #3730a340}.survey-widget__primary:disabled{opacity:.65;cursor:not-allowed}.survey-widget__secondary{color:#0f172a;background:#0f172a0d}.survey-widget__secondary:hover,.survey-widget__primary:hover{transform:translateY(-1px)}@media (max-width:640px){.survey-widget{align-items:stretch;bottom:16px;left:12px;right:12px}.survey-widget__panel{width:100%;max-width:100%;max-height:85vh}.survey-widget__footer{flex-direction:column}}
