.stq-quiz{max-width:640px;margin:0 auto;font-family:'Helvetica Neue',Helvetica,Roboto,Arial,sans-serif;color:#333}.stq-progress-wrap{display:flex;align-items:center;gap:12px;margin-bottom:28px}.stq-progress-bar{flex:1;height:6px;background:#f0e6ff;border-radius:3px;overflow:hidden}.stq-progress-fill{height:100%;background:#7f54b3;border-radius:3px;transition:width .4s ease;width:11.11%}.stq-progress-text{font-size:13px;color:#888;white-space:nowrap}.stq-question{display:none;animation:stqFadeIn .3s ease}.stq-question.stq-active{display:block}@keyframes stqFadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.stq-q-title{font-size:20px;font-weight:600;color:#222;margin:0 0 8px;line-height:1.4}.stq-emoji{margin-right:6px}.stq-hint{font-size:13px;color:#999;margin:0 0 20px}.stq-options{display:flex;flex-direction:column;gap:10px}.stq-option{display:flex;align-items:center;gap:14px;background:#fff;border:2px solid #e8e8e8;border-radius:10px;padding:14px 18px;cursor:pointer;text-align:left;transition:border-color .2s,background .2s,transform .15s;width:100%}.stq-option:hover{border-color:#7f54b3;background:#faf5ff;transform:translateX(3px)}.stq-option.stq-selected{border-color:#7f54b3;background:#f4ecff}.stq-opt-key{display:flex;align-items:center;justify-content:center;width:30px;height:30px;min-width:30px;background:#f0e6ff;color:#7f54b3;font-weight:700;font-size:13px;border-radius:50%;transition:background .2s,color .2s}.stq-option.stq-selected .stq-opt-key{background:#7f54b3;color:#fff}.stq-opt-label{font-size:15px;color:#444}.stq-email-wrap{display:flex;flex-direction:column;gap:12px;max-width:420px}.stq-email-input{padding:14px 16px;border:2px solid #e8e8e8;border-radius:8px;font-size:15px;outline:none;transition:border-color .2s;width:100%;box-sizing:border-box}.stq-email-input:focus{border-color:#7f54b3}.stq-submit-btn{background:#7f54b3;color:#fff;border:none;border-radius:8px;padding:15px 28px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s,transform .15s}.stq-submit-btn:hover{background:#6a3fa0;transform:translateY(-1px)}.stq-privacy{font-size:12px;color:#bbb;margin:0}.stq-error{background:#fff0f0;border:1px solid #f5c6cb;border-radius:6px;padding:10px 14px;color:#c00;font-size:14px;margin-top:8px}.stq-loader{text-align:center;padding:40px 0;color:#888}.stq-spinner{width:44px;height:44px;border:4px solid #f0e6ff;border-top-color:#7f54b3;border-radius:50%;animation:stqSpin .8s linear infinite;margin:0 auto 16px}@keyframes stqSpin{to{transform:rotate(360deg)}}.stq-result{animation:stqFadeIn .5s ease}.stq-result-inner{text-align:center;background:#fff;border:2px solid #f0e6ff;border-radius:16px;padding:36px 32px}.stq-result-emoji{font-size:48px;margin-bottom:8px}.stq-result-label{font-size:14px;color:#999;margin:0 0 6px;text-transform:uppercase;letter-spacing:1px}.stq-result-type{font-size:32px;font-weight:700;color:#7f54b3;margin:0 0 16px}.stq-result-desc{font-size:15px;color:#555;line-height:1.7;margin:0 0 20px;text-align:left}.stq-result-rec{background:#f9f0ff;border-left:4px solid #7f54b3;border-radius:0 8px 8px 0;padding:14px 18px;text-align:left;font-size:14px;color:#555;margin-bottom:20px}.stq-result-conditions{text-align:left;margin-bottom:24px}.stq-condition-item{padding:10px 0;border-bottom:1px solid #f5f5f5;font-size:14px;color:#555}.stq-cta-btn{display:inline-block;background:#7f54b3;color:#fff !important;text-decoration:none;padding:16px 36px;border-radius:8px;font-size:16px;font-weight:600;transition:background .2s,transform .15s;margin-bottom:16px}.stq-cta-btn:hover{background:#6a3fa0;transform:translateY(-2px)}.stq-email-sent{font-size:13px;color:#aaa;margin:0}@media (max-width:480px){.stq-q-title{font-size:17px}.stq-result-type{font-size:26px}.stq-result-inner{padding:24px 20px}}