.survey-shell{--bg:#f4f5f7;--surface:#fff;--ink:#0e1729;--ink-2:#3b4658;--ink-3:#6c7689;--line:#e5e8ee;--line-2:#eff1f5;--primary:#1e5bba;--primary-soft:#e8f0fb;--primary-ink:#0b3a82;--danger:#c24545;--ok:#1f8a5b;min-height:100dvh;background:var(--bg);color:var(--ink);font-family:Inter,-apple-system,system-ui,sans-serif;font-feature-settings:"ss01","cv11";display:flex;flex-direction:column;position:relative}.survey-shell *{box-sizing:border-box}.survey-shell .survey-col{width:100%;max-width:480px;margin:0 auto}.survey-shell .hdr{position:sticky;top:0;z-index:20;background:var(--bg);border-bottom:1px solid var(--line)}.survey-shell .hdr-inner{padding:14px 20px 12px}.survey-shell .hdr-top{display:flex;align-items:center;justify-content:space-between;font-size:11.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-3);font-weight:500}.survey-shell .hdr-top .brand{display:flex;align-items:center;gap:6px;color:var(--ink-2)}.survey-shell .hdr-top .brand .logo{width:14px;height:14px;border-radius:3px;background:var(--primary)}.survey-shell .hdr-step{margin-top:8px;display:flex;align-items:baseline;justify-content:space-between;gap:8px}.survey-shell .hdr-step .name{font-size:15px;font-weight:600;color:var(--ink);letter-spacing:-.01em}.survey-shell .hdr-step .count{font-size:12px;color:var(--ink-3);font-variant-numeric:tabular-nums}.survey-shell .bar{height:4px;border-radius:99px;background:var(--line);overflow:hidden;margin-top:10px}.survey-shell .bar>div{height:100%;background:var(--primary);border-radius:99px;transition:width .35s cubic-bezier(.4,.2,0,1)}.survey-shell .scroll{flex:1;padding:20px 18px 140px}.survey-shell .section-intro{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--primary);font-weight:600;margin-bottom:4px}.survey-shell .section-title{font-size:22px;font-weight:650;line-height:1.18;letter-spacing:-.022em;color:var(--ink);margin:0 0 4px}.survey-shell .section-sub{font-size:13.5px;color:var(--ink-3);line-height:1.4;margin-bottom:18px}.survey-shell .q{margin-bottom:18px}.survey-shell .q-num{font-size:11px;font-weight:600;color:var(--primary);letter-spacing:.06em;text-transform:uppercase;margin-bottom:6px}.survey-shell .q-title{font-size:16px;font-weight:600;line-height:1.32;letter-spacing:-.011em;color:var(--ink);margin:0 0 4px}.survey-shell .q-sub{font-size:12.5px;color:var(--ink-3);line-height:1.4;margin-bottom:12px}.survey-shell .opts{display:flex;flex-direction:column;gap:8px}.survey-shell .opt{display:flex;align-items:center;gap:12px;background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:12px 14px;cursor:pointer;transition:transform .08s;user-select:none;-webkit-tap-highlight-color:transparent;text-align:left;width:100%;font:inherit;color:inherit;appearance:none;margin:0}.survey-shell .opt:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.survey-shell .opt:hover{border-color:#cfd5e0}.survey-shell .opt:active{transform:scale(.995)}.survey-shell .opt.sel{border-color:var(--primary);background:var(--primary-soft)}.survey-shell .opt .lbl{flex:1;font-size:15px;color:var(--ink);line-height:1.3}.survey-shell .opt.compact .lbl{font-size:14px}.survey-shell .opt .sub{font-size:12px;color:var(--ink-3);margin-top:2px;line-height:1.3}.survey-shell .radio{width:20px;height:20px;border-radius:99px;border:1.5px solid #c3cbd8;flex-shrink:0;display:flex;align-items:center;justify-content:center}.survey-shell .opt.sel .radio{border-color:var(--primary)}.survey-shell .opt.sel .radio:after{content:"";width:10px;height:10px;border-radius:99px;background:var(--primary)}.survey-shell .radio.box{border-radius:6px}.survey-shell .opt.sel .radio.box:after{width:11px;height:11px;border-radius:3px}.survey-shell .avatar{width:38px;height:38px;border-radius:99px;flex-shrink:0;background:var(--avatar-bg,#9aa3b2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:13px;letter-spacing:.01em;box-shadow:inset 0 0 0 1px rgba(0,0,0,.08);overflow:hidden}.survey-shell .avatar-img{object-fit:cover;object-position:center top;box-shadow:inset 0 0 0 1px rgba(0,0,0,.06),0 0 0 1px rgba(0,0,0,.04)}.survey-shell .cand .meta{flex:1;min-width:0}.survey-shell .cand .nm{font-size:14.5px;font-weight:600;color:var(--ink);line-height:1.22;letter-spacing:-.01em;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.survey-shell .cand .pty{display:inline-flex;align-items:center;gap:5px;font-size:11px;color:var(--ink-3);margin-top:2px}.survey-shell .cand .pty .dot{width:6px;height:6px;border-radius:99px;background:var(--ink-3)}.survey-shell .survey-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:16px;margin-bottom:12px}.survey-shell .survey-card-row{display:flex;align-items:center;gap:12px;margin-bottom:12px}.survey-shell .survey-card-rating{display:flex;justify-content:center}.survey-shell .scale{display:grid;grid-template-columns:1fr 1fr;gap:8px}.survey-shell .scale .opt{padding:11px 12px}.survey-shell .scale .opt .lbl{font-size:14px}.survey-shell .full{grid-column:1/-1}.survey-shell .ti{width:100%;background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:13px 14px;font:inherit;font-size:15px;color:var(--ink);outline:none;transition:border-color .15s,box-shadow .15s}.survey-shell .ti:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.survey-shell .ti::placeholder{color:#a4abb8}.survey-shell textarea.ti{resize:none;font-family:inherit}.survey-shell .hint{font-size:12px;color:var(--ink-3);margin-top:6px;line-height:1.4}.survey-shell .hint.ok{color:var(--ok)}.survey-shell .ftr{position:fixed;left:0;right:0;bottom:0;z-index:20;background:linear-gradient(180deg,rgba(244,245,247,0),rgba(244,245,247,.92) 28%,#f4f5f7 60%);padding:24px 18px 22px;pointer-events:none}.survey-shell .ftr-inner{display:flex;gap:10px}.survey-shell .ftr-inner>*{pointer-events:auto}.survey-shell .btn{appearance:none;border:0;cursor:pointer;font:inherit;height:50px;padding:0 22px;border-radius:14px;font-size:15px;font-weight:600;letter-spacing:-.005em;transition:transform .08s,background .15s,opacity .15s;display:inline-flex;align-items:center;justify-content:center;gap:8px;-webkit-tap-highlight-color:transparent}.survey-shell .btn:active{transform:scale(.985)}.survey-shell .btn.primary{background:var(--primary);color:#fff;flex:1}.survey-shell .btn.primary:disabled{background:#c3cbd8;cursor:not-allowed}.survey-shell .btn.ghost{background:var(--surface);color:var(--ink-2);border:1px solid var(--line)}.survey-shell .btn.ghost:disabled{opacity:.4;cursor:not-allowed}.survey-shell .btn.block{width:100%}.survey-shell .intro{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding:40px 26px 32px}.survey-shell .intro .top{display:flex;flex-direction:column;gap:14px}.survey-shell .badge{align-self:flex-start;display:inline-flex;align-items:center;gap:8px;background:var(--primary-soft);color:var(--primary-ink);padding:6px 12px;border-radius:99px;font-size:11.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.survey-shell .badge .ping{width:6px;height:6px;border-radius:99px;background:var(--primary)}.survey-shell .intro h1{font-size:30px;line-height:1.08;letter-spacing:-.028em;font-weight:680;margin:6px 0 0;color:var(--ink)}.survey-shell .intro p{font-size:15px;line-height:1.45;color:var(--ink-2);margin:8px 0 0}.survey-shell .intro .meta{display:flex;flex-direction:column;gap:12px;margin-top:24px}.survey-shell .intro .meta-row{display:flex;align-items:center;gap:12px;font-size:13.5px;color:var(--ink-2)}.survey-shell .intro .meta-row .ico{width:32px;height:32px;border-radius:9px;background:var(--primary-soft);color:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.survey-shell .intro .legal{font-size:11.5px;color:var(--ink-3);line-height:1.5;margin-top:18px}.survey-shell .intro-ftr{margin-top:28px}.survey-shell .thanks{flex:1;text-align:center;padding:64px 28px 32px;display:flex;flex-direction:column;align-items:center}.survey-shell .thanks .check{width:64px;height:64px;border-radius:99px;background:var(--primary-soft);color:var(--primary);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.survey-shell .thanks h2{font-size:26px;letter-spacing:-.022em;font-weight:680;margin:0 0 8px}.survey-shell .thanks p{font-size:14.5px;color:var(--ink-2);line-height:1.45;margin:0 0 20px}.survey-shell .thanks-contact{width:100%;border-top:1px solid var(--line);padding-top:24px;margin-top:8px;text-align:left}.survey-shell .thanks-contact .q-sub,.survey-shell .thanks-contact .q-title{text-align:center}.survey-shell .thanks-contact .q-sub{margin-bottom:14px}.survey-shell .thanks-contact-fields{display:flex;flex-direction:column;gap:10px}.survey-shell .thanks-contact .btn{flex:none}.survey-shell .thanks-contact .btn.primary{margin-top:6px;box-shadow:0 10px 24px rgba(30,91,186,.18)}.survey-shell .state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 28px;gap:14px}.survey-shell .state p{font-size:14px;color:var(--ink-2);margin:0}.survey-shell .spinner{width:38px;height:38px;border-radius:99px;border:3px solid var(--line);border-top-color:var(--primary);animation:survey-spin .7s linear infinite}@keyframes survey-spin{to{transform:rotate(1turn)}}.survey-shell .single-intro{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:16px 18px;margin-bottom:24px}.survey-shell .single-intro p{font-size:14px;color:var(--ink-2);line-height:1.5;margin:12px 0 0}.survey-shell .sp-q{margin-bottom:28px;padding-top:20px;border-top:1px solid var(--line)}.survey-shell .sp-q:first-of-type{border-top:0;padding-top:0}.survey-shell .sp-q-hdr{display:flex;gap:14px;align-items:flex-start;margin-bottom:14px}.survey-shell .sp-num{flex-shrink:0;width:32px;height:32px;border-radius:8px;background:var(--primary-soft);color:var(--primary-ink);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;letter-spacing:-.01em;font-variant-numeric:tabular-nums}.survey-shell .sp-submit-wrap{margin-top:32px;padding-top:24px;border-top:1px solid var(--line)}@media (max-width:380px){.survey-shell .section-title{font-size:20px}.survey-shell .opt .lbl{font-size:14px}}