.quote-wrap{display:flex;min-height:calc(100vh - 80px);margin-top:80px;background:#fff}.quote-sidebar{display:none;width:260px;flex-shrink:0;background:#fff;border-right:1px solid rgba(0,0,0,.07);padding:40px 28px;position:fixed;top:80px;left:0;height:calc(100vh - 80px);overflow-y:auto;z-index:10}@media(min-width:1024px){.quote-sidebar{display:block}}.sidebar-top{display:flex;align-items:center;gap:14px;margin-bottom:40px}.sidebar-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;flex-shrink:0}.sidebar-title{font-size:14px;font-weight:600;color:#2d3748;line-height:1.2}.sidebar-sub{font-size:12px;color:#2d3748bf;margin-top:2px}#progress-nav{display:flex;flex-direction:column;gap:4px}.progress-step{padding:10px 14px;border-radius:8px;font-size:13px;font-weight:500;color:#2d3748bf}.progress-step.active{background:#e3f0ee;color:#15564f;font-weight:600}.progress-step.done{color:#1f6e66;opacity:.7}.progress-step.done:before{content:"";display:inline-block;width:14px;height:14px;margin-right:8px;vertical-align:middle;background:#1f6e66;border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");background-size:9px;background-position:center;background-repeat:no-repeat}.quote-main{flex:1;overflow-y:auto;background:#fff}@media(min-width:1024px){.quote-main{margin-left:260px}}.mobile-top{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid rgba(0,0,0,.07);padding:14px 20px}@media(min-width:1024px){.mobile-top{display:none}}.mob-inner{display:flex;align-items:center;justify-content:space-between}.mob-brand{display:flex;align-items:center;gap:10px}.mob-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.mob-meta{display:flex;flex-direction:column;gap:1px}.mob-name{font-size:13px;font-weight:600;color:#2d3748;line-height:1.2}.mob-sub{font-size:11px;font-weight:400;color:#2d3748bf;line-height:1.2}.mob-dots{display:flex;align-items:center;gap:6px}.mob-dot{width:8px;height:8px;border-radius:50%;background:#e2e8f0;transition:background .3s,width .3s,height .3s}.mob-dot.active{width:10px;height:10px;background:#1f6e66}.mob-dot.done{background:#93c5fd}.chat-area{max-width:660px;margin:0 auto;padding:52px 24px 100px}.chat-block{opacity:0;transform:translateY(12px);animation:chatIn .36s ease-out forwards}@keyframes chatIn{to{opacity:1;transform:translateY(0)}}.typing-cursor:after{content:"|";animation:cursorBlink .5s step-end infinite;color:#1f6e66;font-weight:300;margin-left:1px}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}.q-bot-msg{display:flex;align-items:flex-start;gap:12px;max-width:84%;margin-bottom:24px}.q-bot-avatar{width:34px;height:34px;border-radius:50%;object-fit:cover;flex-shrink:0;margin-top:2px}.q-bot-inner{display:flex;flex-direction:column;gap:4px}.q-bot-label{font-size:11px;font-weight:600;color:#1f6e66;letter-spacing:.06em;text-transform:uppercase}.q-bot-text{font-size:16px;font-weight:400;color:#2d3748;line-height:1.55;margin:0}.q-user-row{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-bottom:24px}.q-user-bubble{background:#1f6e66;color:#fff;font-size:15px;font-weight:400;padding:10px 18px;border-radius:20px 20px 4px;max-width:76%}.q-undo-btn{font-size:11px;font-weight:500;color:#2d3748bf;background:none;border:none;cursor:pointer;padding:4px 8px;border-radius:4px;opacity:0;transition:color .2s,opacity .2s;font-family:inherit}.q-user-row:hover .q-undo-btn{opacity:1}.q-undo-btn:hover{color:#1f6e66}.q-options{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;max-width:400px;margin-bottom:24px;margin-left:46px}.q-options.cols-2{grid-template-columns:repeat(2,1fr)}.q-options.cols-1{grid-template-columns:1fr}.q-opt-btn{display:flex;align-items:center;justify-content:center;text-align:center;padding:14px 10px;border:1.5px solid #e2e8f0;border-radius:12px;background:#fff;font-family:inherit;font-size:14px;font-weight:500;color:#2d3748;cursor:pointer;transition:border-color .18s,background .18s,box-shadow .18s;box-shadow:0 2px 8px #0000000a}.q-opt-btn:hover{border-color:#1f6e66;background:#e3f0ee}.q-opt-btn.selected{border-color:#1f6e66;background:#d6eafb;box-shadow:0 0 0 3px #1f6e6626;color:#15564f}.q-opt-btn:disabled{cursor:default}.q-opt-btn.has-icon{flex-direction:column;gap:10px;padding:16px 8px 14px}.q-opt-icon{width:44px;height:44px;object-fit:contain;opacity:.85}@media(max-width:768px){.q-options{grid-template-columns:repeat(2,1fr);max-width:none;margin-left:46px;margin-right:8px;gap:10px}.q-options.cols-1{grid-template-columns:1fr}.q-opt-btn{padding:22px 14px;font-size:17px;border-radius:14px}}.q-input-wrap{max-width:400px;margin-bottom:24px;margin-left:46px;display:flex;flex-direction:column;gap:12px}.q-input{width:100%;border:1.5px solid #e2e8f0;border-radius:10px;background:#fff;padding:14px 18px;font-family:inherit;font-size:15px;color:#2d3748;outline:none;box-sizing:border-box;transition:border-color .2s,box-shadow .2s;box-shadow:0 2px 8px #0000000a}.q-input::placeholder{color:#2d3748bf}.q-input:focus{border-color:#1f6e66;box-shadow:0 0 0 3px #1f6e661f}.q-next-btn{align-self:flex-start;padding:12px 32px;border-radius:10px;font-family:inherit;font-size:14px;font-weight:600;border:1px solid transparent;cursor:pointer;transition:background .2s,color .2s,border-color .2s,transform .15s,box-shadow .2s}.q-next-btn.inactive{background:#e2e8f0;color:#2d374866;cursor:default}.q-next-btn.ready{background:#fff;color:#1f6e66;border:1px solid rgba(31,110,102,.5);box-shadow:0 10px 18px -8px #00000038}.q-next-btn.ready:hover{background:#1f6e66d9;color:#fff;border-color:#1f6e66d9;transform:translateY(-2px);box-shadow:0 16px 24px -8px #1f6e6659}.q-summary-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:24px;margin-bottom:24px;margin-left:46px;max-width:420px;box-shadow:0 4px 16px #0000000f}.q-summary-row{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding:9px 0;border-bottom:1px solid rgba(0,0,0,.05);font-size:14px}.q-summary-row:last-child{border-bottom:none;padding-bottom:0}.q-summary-label{color:#2d3748bf;flex-shrink:0}.q-summary-val{font-weight:500;color:#2d3748;text-align:right;min-width:0;overflow-wrap:anywhere;word-break:break-word}.q-submit-wrap{margin-left:46px;margin-bottom:24px}.q-submit-btn{display:inline-block;padding:16px 48px;border-radius:10px;font-family:inherit;font-size:16px;font-weight:600;background:#fff;color:#1f6e66;border:1px solid rgba(31,110,102,.5);cursor:pointer;box-shadow:0 10px 18px -8px #00000038;transition:background .2s,color .2s,border-color .2s,transform .15s,box-shadow .2s}.q-submit-btn:hover{background:#1f6e66d9;color:#fff;border-color:#1f6e66d9;transform:translateY(-2px);box-shadow:0 16px 24px -8px #1f6e6659}.q-confirm{background:#fff;border:1px solid rgba(0,0,0,.07);border-radius:20px;padding:52px 40px;margin-top:12px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;box-shadow:0 8px 32px #0000000f}.q-confirm-icon{width:60px;height:60px;border-radius:50%;background:#e3f0ee;color:#1f6e66;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.q-confirm-icon svg{width:28px;height:28px}.q-confirm-heading{font-size:clamp(26px,3vw,36px);font-weight:600;color:#2d3748;letter-spacing:-.02em;line-height:1.1;margin:0}.q-confirm-body{font-size:17px;font-weight:400;color:#2d3748bf;line-height:1.6;max-width:380px;margin:0}.q-confirm-email{font-size:14px;font-weight:500;color:#1f6e66;margin:0}.q-confirm-actions{display:flex;gap:12px;margin-top:8px}.q-confirm-home{font-size:14px;font-weight:600;background:#fff;color:#1f6e66;text-decoration:none;padding:10px 22px;border:1px solid rgba(31,110,102,.5);border-radius:8px;transition:background .2s,color .2s,border-color .2s}.q-confirm-home:hover{background:#1f6e66d9;color:#fff;border-color:#1f6e66d9}.q-confirm-bookmark{font-size:14px;font-weight:600;color:#2d3748bf;background:none;border:1.5px solid rgba(45,55,72,.15);border-radius:8px;padding:10px 22px;cursor:pointer;font-family:inherit;transition:color .2s,border-color .2s}.q-confirm-bookmark:hover{color:#2d3748;border-color:#2d374859}.q-bookmark-tip{font-size:12px;color:#2d3748bf;align-self:center;display:none}.q-bookmark-tip.visible{display:inline}
