.chat-container{height:100%;max-height:100%;box-shadow:none;background:0 0;border-radius:0;flex-direction:column;margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex;overflow:hidden}.chat-header{color:#fff;background:#9e9e9e;justify-content:space-between;align-items:center;width:100%;height:35px;padding:10px 15px;font-size:16px;display:flex}.refresh-conversation{color:#fff;margin-top:1px;margin-right:5px;font-size:1.3rem;transition:transform .5s ease-in-out;display:flex}.refreshMsgIcon{transition:all .3s;transform:rotate(90deg)scaleX(-1)}.chat-messages{background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;flex:1;justify-content:flex-start;padding:20px 40px 80px;font-size:16px;font-weight:300;line-height:1.5;display:flex;overflow-y:auto}.chat-messages-group{flex-direction:column;width:100%;margin-bottom:24px;display:flex}.chat-message{gap:16px;max-width:85%;font-size:16px;line-height:1.6;display:flex}.chat-message.ai{align-self:flex-start}.chat-message.user{align-self:flex-end}.chat-avatar{color:#1e293b;background-color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;font-weight:700;display:flex;position:relative;overflow:visible}.chat-avatar span{z-index:2;position:relative}.animated-border-sm{opacity:0;background:conic-gradient(#0000 0deg,#3b82f6 60deg,#ec4899 240deg,#0000 300deg);border-radius:50%;transition:opacity .3s;animation:3s linear infinite spin;position:absolute;top:-2px;bottom:-2px;left:-2px;right:-2px}.animated-border-sm.last{opacity:1}.animated-border-sm:after{content:"";background:#fff;border-radius:50%;position:absolute;top:2px;bottom:2px;left:2px;right:2px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.chat-options-container{z-index:1;clear:both;flex-wrap:wrap;gap:8px;margin-top:16px;margin-bottom:0;margin-left:48px;animation:.3s forwards fadeIn;display:flex;position:relative}.chat-options-reserve{pointer-events:none;height:280px}.chat-option-btn-choice{color:#fff;cursor:pointer;opacity:0;letter-spacing:.01em;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border:none;border-radius:24px;padding:8px 20px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:15px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);animation:.4s forwards fadeInUp;box-shadow:0 4px 6px -1px #3b82f64d}@media (hover:hover){.chat-option-btn-choice:hover{background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);transform:translateY(-2px)scale(1.02);box-shadow:0 10px 15px -3px #3b82f666}}.chat-option-btn-faq{color:#475569;cursor:pointer;opacity:0;box-shadow:none;background:#fff;border:1.5px solid #e2e8f0;border-radius:24px;padding:8px 20px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);animation:.4s forwards fadeInUp}@media (hover:hover){.chat-option-btn-faq:hover{color:#1e293b;background:#f8fafc;border-color:#cbd5e1}}.chat-option--selected{border:2px solid #3b82f6;padding:6px 18px;box-shadow:0 0 0 1px #3b82f633,0 2px 8px #3b82f626;color:#2563eb!important;background:#fff!important}.chat-option--selected:before{content:"✓ ";font-weight:700}.chat-option-confirm-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);border:none;border-radius:24px;width:100%;margin-top:4px;margin-bottom:16px;padding:8px 24px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:15px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #22c55e4d}.chat-option-confirm-btn:hover{background:linear-gradient(135deg,#16a34a 0%,#15803d 100%);transform:translateY(-1px);box-shadow:0 6px 12px -2px #22c55e66}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-content-wrapper{flex-direction:column;gap:8px;max-width:100%;display:flex}.chat-actions{opacity:0;gap:4px;padding-left:4px;animation:.3s forwards fadeIn;display:flex}.chat-action-btn{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;padding:6px;transition:all .2s;display:flex}.chat-action-btn:hover{color:#334155;background:#0000000d;transform:scale(1.1)}.chat-action-btn.active{color:#3b82f6}.chat-action-btn.copied{color:#22c55e}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.chat-bubble{white-space:pre-wrap;position:relative}.chat-bubble:empty:after{content:"​"}.chat-bubble p{margin:0}.chat-bubble p+p{margin-top:12px}.chat-message.ai .chat-bubble{color:#0a2133;background:#fff;border:1px solid #0000000d;border-radius:4px 20px 20px;padding:12px 20px;box-shadow:-2px 2px 8px #4949491a}.chat-message.user .chat-bubble{color:#fff;background:linear-gradient(135deg,#ec4899 0%,#db2777 100%);border-radius:20px 20px 4px;padding:12px 20px;box-shadow:0 4px 14px #ec489966}.chat-change-answer-row{justify-content:flex-end;margin-top:4px;margin-bottom:-12px;display:flex}.chat-change-answer-link{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:2px 4px;font-family:inherit;font-size:12px;font-weight:500;transition:color .2s}.chat-change-answer-link:hover{color:#3b82f6}.chat-input-area{-webkit-backdrop-filter:blur(12px);z-index:10;background:#ffffffbf;border-top:1px solid #0000000d;margin-top:auto;padding:20px 40px 14px;position:relative}.voice-mode-pill{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#6366f1);border:none;border-radius:20px;align-self:flex-start;align-items:center;gap:6px;margin-bottom:10px;padding:6px 14px;font-size:12px;font-weight:600;transition:all .2s;animation:2s ease-in-out infinite pillPulse;display:flex}.voice-mode-pill:hover{background:linear-gradient(135deg,#2563eb,#4f46e5);transform:scale(1.02)}@keyframes pillPulse{0%,to{box-shadow:0 0 #3b82f64d}50%{box-shadow:0 0 8px 3px #3b82f633}}.chat-custom-input-wrap{background:#fff;border:2px solid #cbd5e1;border-radius:26px;align-items:center;padding:8px 8px 8px 20px;transition:all .2s;display:flex;position:relative;box-shadow:0 2px 8px #0000000d}.chat-custom-input-wrap:focus-within{background:#fff;border-color:#0000001a;box-shadow:0 4px 12px #0000000d}.chat-custom-textarea{resize:none;color:#1e293b;background:0 0;border:none;outline:none;flex:1;height:36px;min-height:36px;max-height:150px;margin-right:8px;padding:0;font-family:inherit;font-size:16px;line-height:36px}.chat-send-btn{color:#fff;cursor:default;background:#cbd5e1;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.chat-send-btn:not(:disabled){cursor:pointer;background:#1e293b}.chat-send-btn:not(:disabled):hover{background:#0f172a;transform:scale(1.05)}.chat-mic-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-left:8px;transition:all .2s;display:flex}.chat-mic-btn:hover{color:#0f172a;background:#f1f5f9}.chat-mic-btn:disabled{opacity:.35;cursor:not-allowed;pointer-events:none}.chat-mic-btn.active{color:#fff;background:#ef4444;animation:1.5s infinite pulse}.icon{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:4px;display:flex;overflow:hidden;box-shadow:0 2px 4px -1px #0000000d}.icon img{object-fit:contain;width:100%;height:100%}.chat-message.assistant{color:#1e293b;background-color:#0000;width:100%;padding:6px 0 15px;font-size:16px}.chat-message.assistant p{margin:.5em 0;line-height:1.6}.chat-message.assistant ul,.chat-message.assistant ol{margin-top:.5em;margin-bottom:1em;margin-left:0;padding-left:1.4em}.chat-message.assistant li{margin-bottom:.4em;padding-left:.2em;line-height:1.6;list-style-position:inside}.chat-message.assistant blockquote{color:#475569;background-color:#f8fafc;border-left:4px solid #cbd5e1;margin:1em 0;padding-left:1em;font-style:italic}.chat-message.assistant h1,.chat-message.assistant h2,.chat-message.assistant h3{margin:.8em 0 .5em;font-weight:600}.chat-message.assistant code{background:#f5f5f5;border-radius:4px;padding:2px 4px;font-family:monospace;font-size:.9em}.chat-message.assistant a{color:#2563eb;word-break:break-word;font-weight:500;text-decoration:underline;transition:color .3s,-webkit-text-decoration .3s,text-decoration .3s}.chat-message.assistant a:hover{color:#1e40af;cursor:pointer;text-decoration:underline}.chat-typing{justify-content:center;align-items:center;height:24px;display:flex}.chat-typing__dot{background:var(--muted);opacity:0;border-radius:50%;width:6px;height:6px;margin:0 3px;animation:1s infinite loadingFade}.chat-typing__dot:first-child{animation-delay:0s}.chat-typing__dot:nth-child(2){animation-delay:.2s}.chat-typing__dot:nth-child(3){animation-delay:.4s}@keyframes loadingFade{0%{opacity:.1}50%{opacity:.8}to{opacity:.1}}.messageIcons{gap:0;margin-top:-8px;margin-left:52px;display:flex}.messageIcon{color:#565656;border-radius:5px;justify-content:center;align-items:center;width:20px;height:20px;padding:3px;display:flex}.messageIcon:hover{cursor:pointer;background:#e8e8e8}audio{display:none}.fadeInUp{animation:.6s ease-out forwards fadeInUp}.spinner{animation:1s linear infinite spin}.footer{display:none}@media (max-width:810px){.chat-container{min-height:100%;max-height:100%}.chat-messages{padding:20px 10px}.chat-message{max-width:95%}.chat-actions{display:none}.optionsContainer{padding-left:0}}@media (max-width:799px){.voiceInput{display:none!important}}.optionsContainer{flex-wrap:wrap;justify-content:flex-start;width:100%;margin-top:8px;padding-left:40px;display:flex;overflow:visible}.optionsList{color:#434343;flex-wrap:wrap;justify-content:left;align-items:center;gap:14px;width:95%;display:flex}.option{cursor:pointer;-webkit-user-select:none;user-select:none;color:#334155;background-color:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:8px 16px;font-size:14px;font-weight:500;line-height:1.5;transition:all .2s}.option--animate{opacity:0;animation:.6s forwards bounceInOption}.option:hover{color:#0f172a;background-color:#f8fafc;border-color:#cbd5e1}.option:active{background-color:#f1f5f9;transform:scale(.98)}@keyframes fadeInLeftBounce{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@keyframes bounceInOption{0%{opacity:0;transform:translateY(10px)scale(.95)}60%{opacity:.8;transform:translateY(-5px)scale(1.02)}to{opacity:1;transform:translateY(0)scale(1)}}.chat-privacy-note{box-shadow:none;background:0 0;border:none;justify-content:center;align-items:center;gap:6px;margin:12px 0 0;padding:0;display:flex}.chat-privacy-note span{color:#9ca3af;font-size:14px;line-height:1.3}.chat-verify-inline{margin-top:12px;margin-bottom:16px;margin-left:48px;animation:.4s forwards fadeIn}.chat-verify-code-row{gap:10px;margin-bottom:12px;display:flex}.chat-verify-code-input{text-align:center;color:#0f172a;caret-color:#3b82f6;background:#fff;border:2px solid #e2e8f0;border-radius:14px;outline:none;width:52px;height:58px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:24px;font-weight:700;transition:all .2s}.chat-verify-code-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.chat-verify-code-input--success{color:#16a34a;background:#f0fdf4;border-color:#22c55e!important}.chat-verify-code-input--error{animation:.4s ease-in-out shake;border-color:#ef4444!important}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.chat-verify-status{color:#64748b;margin-bottom:8px;font-size:13px;font-weight:500}.chat-verify-success{color:#16a34a;align-items:center;gap:6px;margin-bottom:8px;font-size:14px;font-weight:600;display:flex}.chat-verify-error{color:#ef4444;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin-bottom:10px;padding:8px 14px;font-size:13px;font-weight:500}.chat-verify-actions{align-items:center;gap:12px;display:flex}.chat-verify-resend,.chat-verify-change{cursor:pointer;background:0 0;border:none;padding:4px 0;font-family:inherit;font-size:13px;font-weight:500;transition:color .2s}.chat-verify-resend{color:#3b82f6}.chat-verify-resend:hover:not(:disabled){color:#1d4ed8}.chat-verify-resend:disabled{color:#94a3b8;cursor:not-allowed}.chat-verify-change{color:#64748b}.chat-verify-change:hover:not(:disabled){color:#334155}.chat-verify-change:disabled{color:#cbd5e1;cursor:not-allowed}@media (max-width:810px){.chat-verify-inline{margin-left:0}.chat-verify-code-input{width:48px;height:54px;font-size:22px}}
.li-container{background:#f8f9fb;justify-content:center;align-items:flex-start;width:100%;height:100%;padding-top:60px;display:flex}.li-content{flex-direction:column;align-items:center;width:100%;max-width:380px;padding:0 24px;display:flex}.li-gathering{flex-direction:column;align-items:center;width:100%;display:flex}.li-title{color:#1a1a2e;text-align:center;margin:0 0 6px;font-size:20px;font-weight:700}.li-dots span{opacity:0;animation:1.4s infinite dotFade}.li-dots span:nth-child(2){animation-delay:.2s}.li-dots span:nth-child(3){animation-delay:.4s}@keyframes dotFade{0%,to{opacity:0}50%{opacity:1}}.li-subtitle{color:#6b7280;text-align:center;margin:0 0 28px;font-size:14px}.li-progress-wrapper{width:100%;margin-bottom:28px}.li-progress-track{background:#e5e7eb;border-radius:4px;width:100%;height:4px;margin-bottom:8px;overflow:hidden}.li-progress-fill{background:linear-gradient(90deg,#3b82f6,#ec4899);border-radius:4px;height:100%;transition:width .5s}.li-progress-meta{color:#9ca3af;justify-content:space-between;font-size:12px;display:flex}.li-steps{flex-direction:column;gap:8px;width:100%;display:flex}.li-step{background:#fff;border:1px solid #f0f0f3;border-radius:12px;align-items:center;gap:14px;padding:18px 20px;transition:border-color .3s,box-shadow .3s;display:flex}.li-step--active{border-color:#e0e0f0;box-shadow:0 1px 4px #3b82f60f}.li-step-icon{color:#9ca3af;background:#f3f4f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:600;transition:all .3s;display:flex}.li-step-icon--done{color:#22c55e;background:#dcfce7}.li-step-icon--current{color:#3b82f6;background:#eef2ff}.li-step-text{flex-direction:column;gap:1px;display:flex}.li-step-text strong{color:#1a1a2e;font-size:15px;font-weight:600}.li-step-text span{color:#9ca3af;font-size:13px}.li-trust{flex-direction:column;align-items:center;gap:20px;width:100%;margin-top:28px;display:flex}.li-quote{text-align:center;background:#fff;border:1px solid #f0f0f3;border-radius:12px;padding:16px 20px;position:relative}.li-quote-icon{opacity:.5;margin-bottom:6px}.li-quote-text{color:#4b5563;margin:0 0 8px;font-size:13px;font-style:italic;line-height:1.6}.li-quote-author{color:#9ca3af;font-size:12px;font-weight:500}.li-review-card{background:#fff;border:1px solid #0000000d;border-radius:16px;width:100%;padding:20px 22px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.li-review-profile{align-items:center;gap:10px;margin-bottom:10px;display:flex}.li-review-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:15px;font-weight:700;display:flex}.li-review-meta{flex-direction:column;display:flex}.li-review-name{color:#1a1a2e;font-size:13px;font-weight:600}.li-review-role{color:#9ca3af;font-size:11px}.li-review-stars{color:#fbbf24;letter-spacing:1px;margin-bottom:8px;font-size:14px}.li-review-body{color:#4b5563;margin:0;font-size:13px;line-height:1.65}.li-privacy{text-align:left;align-items:flex-start;gap:8px;display:flex}.li-privacy-icon{flex-shrink:0;margin-top:1px}.li-privacy-text{color:#9ca3af;margin:0;font-size:11px;line-height:1.5}.li-matching{flex-direction:column;align-items:center;width:100%;display:flex}.li-ring-wrap{filter:drop-shadow(0 8px 24px #3b82f61f)drop-shadow(0 2px 6px #ec489914);width:180px;height:180px;margin-bottom:40px;position:relative}.li-ring-svg{width:100%;height:100%;display:block}.li-ring-center{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.li-ring-pct{color:#1a1a2e;letter-spacing:-1.5px;font-size:38px;font-weight:700;line-height:1}.li-ring-pct-sign{color:#9ca3af;margin-top:6px;margin-left:1px;font-size:18px;font-weight:500}.li-stages{flex-direction:column;gap:28px;width:100%;max-width:280px;display:flex}.li-stage{text-align:center;transition:all .35s}.li-stage-title,.li-stage-sub{transition:font-size .4s,color .4s,font-weight .3s}.li-stage-divider{background:#e5e7eb;width:40px;height:1px;margin:0 auto}.li-stage--pending .li-stage-title{color:#c4c9d4;font-size:14px;font-weight:500}.li-stage--pending .li-stage-sub{color:#d4d8e0;margin-top:2px;font-size:12px}.li-stage--active .li-stage-title{color:#1a1a2e;font-size:20px;font-weight:700}.li-stage--active .li-stage-sub{color:#6b7280;margin-top:4px;font-size:14px}.li-stage--done .li-stage-title{color:#9ca3af;font-size:14px;font-weight:500}.li-stage--done .li-stage-sub{color:#c4c9d4;margin-top:2px;font-size:12px}@media (max-width:768px){.li-container{padding-top:40px}.li-content{max-width:100%;padding:0 16px}.li-title{font-size:18px}.li-ring-wrap{width:150px;height:150px;margin-bottom:32px}.li-ring-pct{font-size:30px}.li-ring-pct-sign{font-size:15px}}
.results-layout-wrapper{box-sizing:border-box;flex-direction:column;width:100%;max-width:900px;min-height:100%;margin:0 auto;padding:32px 24px 100px;display:flex;container-type:inline-size}@media (max-width:640px){.results-layout-wrapper{padding:24px 16px 100px}}.results-section-title{color:var(--text);letter-spacing:-.02em;margin-top:0;margin-bottom:8px;font-size:24px;font-weight:800}.results-section-subtitle{color:var(--muted);margin-top:0;margin-bottom:24px;font-size:15px}.secondary-cards-grid{flex-direction:column;gap:16px;width:100%;display:flex}.acc-card-modern{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border);box-sizing:border-box;background:#fff;width:100%;transition:all .2s;position:relative;overflow:hidden}.acc-card-modern.selected{border-color:var(--primary);background:var(--primary-soft);box-shadow:0 0 0 1px var(--primary)}.results-hero-section{margin-bottom:48px}.acc-top-match{background:linear-gradient(white,white)padding-box,linear-gradient(135deg,var(--accent-violet)0%,var(--accent-rose)100%)border-box;border:2px solid #0000;padding:32px;box-shadow:0 10px 25px -5px #8b5cf626}.acc-card-top-indicator{background:linear-gradient(135deg,var(--accent-violet)0%,var(--accent-rose)100%);color:#fff;border-radius:99px;margin-bottom:24px;padding:6px 14px;font-size:13px;font-weight:700;display:inline-flex;box-shadow:0 4px 10px #8b5cf64d}.acc-top-hero-layout{grid-template-columns:1fr 280px;gap:32px;display:grid}.acc-header-row{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:12px;display:flex}.acc-name-large{color:var(--text);letter-spacing:-.02em;margin:0;font-size:28px;font-weight:800;line-height:1.2}.acc-rating-badge{background:#fbf8f1;border:1px solid #fde68a;border-radius:99px;align-items:center;gap:6px;padding:4px 12px;display:flex}.acc-rating-text{color:#b45309;font-size:14px;font-weight:700}.acc-desc-large{color:var(--muted);margin-bottom:24px;font-size:16px;line-height:1.6}.acc-hero-grid{border-top:1px solid var(--border);grid-template-columns:1fr;gap:24px;padding-top:24px;display:grid}.acc-info-block h4{color:var(--text);margin:0 0 12px;font-size:15px;font-weight:700}.acc-info-block p{color:var(--muted);font-size:14px;line-height:1.5}.acc-tags-wrap{flex-wrap:wrap;gap:8px;display:flex}.acc-tag-pill{color:#475569;background:#f1f5f9;border-radius:6px;padding:4px 10px;font-size:13px;font-weight:500}.acc-tag-more{color:#64748b;background:#e2e8f0;font-weight:600;transition:background .2s}.acc-tag-more:hover{color:#334155;background:#cbd5e1}.acc-hero-sidebar{background:var(--bg-subtle);border-radius:var(--radius-md);border:1px solid var(--border);flex-direction:column;align-items:center;padding:24px;display:flex}.match-badge-wrapper{flex-direction:column;align-items:center;display:flex;position:relative}.match-badge{filter:drop-shadow(0 4px 12px #3b82f61a)drop-shadow(0 2px 4px #ec48990f);justify-content:center;align-items:center;width:130px;height:130px;margin-bottom:8px;display:flex;position:relative}.match-badge-circle{width:130px;height:130px;position:relative}.match-badge-circle svg{display:block}.match-score-center{align-items:baseline;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.match-score-text-lg{color:#1a1a2e;letter-spacing:-1.5px;font-size:34px;font-weight:700;line-height:1}.match-score-pct{color:#9ca3af;margin-left:1px;font-size:16px;font-weight:500}.match-score-desc{color:#94a3b8;text-align:center;max-width:160px;margin-top:4px;font-size:12px;line-height:1.4}.match-mini-wrapper{flex-direction:column;flex-shrink:0;align-items:center;display:flex}.match-mini-circle{justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:relative}.match-mini-circle svg{display:block}.match-mini-text{color:#1e293b;letter-spacing:-.5px;font-size:14px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.match-mini-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;margin-top:-2px;font-size:11px;font-weight:600}.match-score-text{color:var(--text);font-size:16px;font-weight:800;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.acc-price-block{text-align:center;border-top:1px solid var(--border);border-bottom:1px solid var(--border);width:100%;margin-bottom:24px;padding:16px 0}.price-label{color:var(--muted);margin-bottom:4px;font-size:13px;font-weight:500}.price-value{color:var(--text);letter-spacing:-.02em;font-size:24px;font-weight:800}.selected-state{border-color:var(--primary);color:var(--primary);background:#fff}.selected-state:hover{background:var(--primary-soft);border-color:var(--primary)}.acc-compact{padding:0}.acc-compact:hover{box-shadow:var(--shadow);border-color:#cbd5e1}.acc-card-modern.acc-promoted{background:#fff;border-color:#e2e8f0}.acc-card-modern.acc-promoted .acc-compact-main-row:hover{background:#fafbfc}.acc-compact-main-row{transition:background .2s}.acc-compact-main-row:hover{background:#f8fafc}.acc-compact-header-row{justify-content:space-between;align-items:flex-start;width:100%;display:flex}.acc-compact-header-left{flex-direction:column;display:flex}.acc-compact-header-right{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.acc-connect-btn{border-radius:99px;padding:6px 16px;font-size:13px;font-weight:600}.acc-connect-btn.btn-outline,.btn.btn-outline{color:var(--text);border:1px solid var(--border);background:#fff}.acc-connect-btn.btn-outline:hover,.btn.btn-outline:hover{background:#f1f5f9}.acc-connect-btn.btn-pink{background:linear-gradient(135deg,var(--accent-violet)0%,var(--accent-rose)100%);color:#fff;box-shadow:var(--shadow-sm);border:none}.acc-connect-btn.btn-pink:hover{opacity:.9;box-shadow:0 4px 10px #8b5cf64d}.acc-expand-toggle{border-radius:50%;justify-content:center;align-items:center;transition:background .2s;display:flex}.acc-expand-toggle:hover{background:#e2e8f0}.acc-name{color:var(--text);margin:0 0 4px;font-size:18px;font-weight:700}.acc-rating-slim{color:var(--text);align-items:center;gap:6px;font-size:14px;font-weight:600;display:flex}.acc-summary{color:var(--muted);margin-bottom:12px;font-size:15px;line-height:1.5}.acc-compact-footer{gap:12px;display:flex}.acc-score-pill{color:var(--accent-teal);background:#14b8a61a;border-radius:6px;padding:4px 10px;font-size:13px;font-weight:700}.acc-score-pill-muted{color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;padding:6px 14px;font-size:14px;font-weight:700}.acc-price-pill{color:var(--text);background:var(--bg-subtle);border:1px solid var(--border);cursor:pointer;border-radius:6px;padding:6px 12px;font-size:13px;font-weight:600;transition:all .2s}.acc-price-pill:hover{background:#e2e8f0;border-color:#cbd5e1}.acc-desc-text{color:var(--text);font-size:14px;line-height:1.6}.supplier-modal-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:9999;box-sizing:border-box;background:#0f172a80;justify-content:center;align-items:center;width:100vw;height:100vh;padding:24px;display:flex;position:fixed;top:0;left:0}.supplier-modal-content{border-radius:var(--radius-lg);background:#fff;flex-direction:column;width:100%;max-width:700px;max-height:90vh;animation:.3s cubic-bezier(.16,1,.3,1) forwards modalFadeIn;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-header{border-bottom:1px solid var(--border);background:var(--bg-subtle);justify-content:space-between;align-items:flex-start;padding:24px 32px;display:flex}.modal-title{color:var(--text);letter-spacing:-.02em;margin:0;font-size:24px;font-weight:800}.modal-body{flex-direction:column;gap:32px;padding:32px;display:flex;overflow-y:auto}.modal-section h3{color:var(--text);margin:0 0 12px;font-size:16px;font-weight:700}.modal-section p{color:var(--muted);margin:0;font-size:15px;line-height:1.6}.testimonials-grid{flex-direction:column;gap:12px;display:flex}.testimonial-card{border-left:3px solid var(--accent-teal);color:#334155;background:#f8fafc;border-radius:0 8px 8px 0;padding:16px;font-size:14px;font-style:italic}.pricing-box{background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius-md);text-align:center;padding:20px}.pricing-starts{color:var(--text);margin-bottom:8px;font-size:24px;font-weight:800}.pricing-desc{color:var(--muted);font-size:14px}.modal-avatar-lg{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:14px;flex-shrink:0;width:56px;height:56px;overflow:hidden}.modal-avatar-lg img{object-fit:contain;width:100%;height:100%;padding:4px}.modal-match-badge{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#3b82f6,#ec4899);border-radius:99px;padding:6px 14px;font-size:13px;font-weight:700}.modal-stats-row{gap:12px;margin-bottom:20px;display:flex}.modal-stat-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex:1;align-items:center;gap:10px;padding:14px 16px;display:flex}.modal-stat-icon{font-size:20px}.modal-stat-card div{flex-direction:column;display:flex}.modal-stat-card strong{color:#64748b;text-transform:uppercase;letter-spacing:.03em;font-size:12px;font-weight:600}.modal-stat-card span{color:#1e293b;font-size:14px;font-weight:600}.modal-cta-banner{background:linear-gradient(135deg,#ede9fe,#fce7f3);border-radius:14px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;padding:18px 22px;display:flex}.modal-cta-text{flex-direction:column;gap:2px;display:flex}.modal-cta-text strong{color:#1e293b;font-size:15px}.modal-cta-text span{color:#64748b;font-size:13px}.modal-cta-buttons{flex-shrink:0;gap:8px;display:flex}.modal-why-match-box{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border:1px solid #bbf7d0;border-radius:12px;padding:16px 20px}.modal-why-match-box p{color:#166534;margin:0;font-size:15px;line-height:1.6}.modal-match-reasons{margin:12px 0 0;padding:0;list-style:none}.modal-match-reasons li{color:#15803d;margin-bottom:6px;padding-left:22px;font-size:14px;line-height:1.6;position:relative}.modal-match-reasons li:before{content:"✓";color:#16a34a;font-weight:700;position:absolute;left:0}.testimonial-quote{color:#c4b5fd;margin-right:4px;font-size:32px;font-weight:700;line-height:.8}.modal-pricing-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:20px 24px}.modal-pricing-amount{color:#0f172a;margin-bottom:6px;font-size:28px;font-weight:800}.modal-pricing-desc{color:#64748b;font-size:14px;line-height:1.5}.modal-connect-cta{text-align:center;padding:24px 0 8px}.modal-connect-btn{letter-spacing:.01em;width:100%;border-radius:14px!important;padding:16px 32px!important;font-size:17px!important;font-weight:700!important}.modal-footer{border-top:1px solid var(--border);background:#fff;justify-content:space-between;align-items:center;gap:16px;padding:16px 32px;display:flex}.modal-footer-sticky{position:-webkit-sticky;position:sticky;bottom:0;box-shadow:0 -4px 12px #0000000d}.contact-confirm-modal{text-align:center;background:#fff;border-radius:20px;width:90%;max-width:560px;max-height:85vh;padding:40px 36px 32px;animation:.3s ease-out modalSlideUp;position:relative;overflow-y:auto}.contact-close{position:absolute;top:14px;right:14px}.contact-confirm-icon{margin-bottom:12px;font-size:48px}.contact-confirm-title{color:#0f172a;margin:0 0 8px;font-size:20px;font-weight:700}.contact-confirm-desc{color:#475569;margin:0 0 28px;font-size:15px;line-height:1.6}.contact-recommend-section{text-align:left;border-top:1px solid #e2e8f0;margin-bottom:24px;padding-top:20px}.contact-recommend-title{color:#1e293b;margin:0 0 16px;font-size:15px;font-weight:600}.contact-recommend-list{flex-direction:column;gap:14px;display:flex}.contact-recommend-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.contact-recommend-info{flex:1;align-items:flex-start;gap:10px;min-width:0;display:flex}.contact-recommend-info h4{color:#1e293b;margin:0;font-size:14px;font-weight:600}.contact-recommend-info p{margin:0}.contact-recommend-actions{flex-direction:column;flex-shrink:0;gap:6px;display:flex}.contact-done-btn{border-radius:99px!important;padding:10px 32px!important}@container (max-width:768px){.acc-top-hero-layout{grid-template-columns:1fr}.acc-hero-sidebar{flex-direction:column;align-items:center;gap:16px}.acc-top-match{padding:20px}.acc-name-large{font-size:22px}.acc-price-block{text-align:left;border:none;width:auto;margin:0;padding:0}.match-badge{margin:0 0 8px}.acc-hero-sidebar button{width:100%}}@media (max-width:640px){.acc-hero-grid{grid-template-columns:1fr}}@container (max-width:500px){.acc-hero-grid{grid-template-columns:1fr}.acc-compact-header-row{flex-direction:column;align-items:flex-start;gap:12px}.acc-compact-header-right{flex-wrap:wrap;justify-content:flex-start;gap:8px;width:100%}}@media (max-width:768px){.results-layout-wrapper{padding:16px 12px 80px}.results-hero-section{margin-bottom:28px}.acc-top-match{border-width:2px;padding:16px}.acc-card-top-indicator{margin-bottom:16px;padding:5px 12px;font-size:12px}.acc-name-large{font-size:20px}.acc-desc-large{margin-bottom:16px;font-size:14px}.acc-hero-sidebar{flex-direction:column;align-items:center;gap:12px;padding:20px 16px}.match-badge,.match-badge-circle,.match-badge-circle svg{width:110px;height:110px}.match-score-text-lg{font-size:28px}.match-score-pct{font-size:14px}.acc-quick-info{margin:8px 0 12px}.acc-info-pill{padding:4px 10px;font-size:12px}.acc-compact .acc-compact-main-row{padding:16px!important}.acc-name{font-size:16px}.acc-summary{margin-bottom:8px;font-size:14px}.acc-score-pill-muted{padding:5px 12px;font-size:13px}.acc-rating-slim,.acc-bio-compact{font-size:13px}.acc-why-match-compact-box{font-size:12px}.acc-tag-pill{padding:3px 8px;font-size:12px}.acc-compact-header-row{flex-direction:column;gap:12px}.acc-compact-header-right{flex-direction:column;gap:8px;width:100%}.acc-compact-header-right .btn,.acc-compact-header-right .acc-connect-btn{justify-content:center;width:100%;padding:12px 16px!important;font-size:15px!important}.acc-compact-header-right .btn-pink{padding:14px 16px!important;font-size:16px!important}.acc-compact-header-right .acc-expand-toggle{display:none}.results-section-title{font-size:20px}.results-section-subtitle{margin-bottom:16px;font-size:14px}.supplier-modal-overlay{padding:0}.supplier-modal-content{max-width:none;height:100vh;max-height:none;border-radius:0;height:100dvh}.modal-header{flex-direction:column;gap:12px;padding:16px}.modal-header .modal-header-left{width:100%}.modal-header .modal-header-left>div{flex-wrap:wrap}.modal-title{word-break:break-word;font-size:18px}.modal-match-badge{padding:4px 10px;font-size:12px}.modal-body{gap:16px;padding:16px}.modal-stats-row{flex-direction:column;gap:8px}.modal-cta-banner{text-align:center;flex-direction:column;gap:12px;padding:16px}.modal-cta-buttons{flex-direction:column;width:100%}.modal-cta-buttons .btn{justify-content:center;width:100%;padding:12px 16px;font-size:15px}.modal-footer-sticky .btn{width:100%;padding:14px 24px!important;font-size:16px!important}.modal-footer{padding:12px 20px}.contact-confirm-modal{border-radius:0;width:100%;max-height:100vh;padding:32px 20px 24px}.contact-recommend-card{flex-direction:column;align-items:flex-start;gap:12px}.contact-recommend-actions{flex-direction:row;gap:8px;width:100%}.contact-recommend-actions .btn{flex:1;justify-content:center;padding:8px 12px!important;font-size:12px!important}}.results-tabs-bar{background:#e2e8f0;border-radius:12px;gap:4px;margin-bottom:32px;padding:4px;display:flex}.results-tab{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 16px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.results-tab:hover{color:#334155;background:#ffffff80}.results-tab.active{color:#0f172a;background:#fff;box-shadow:0 1px 3px #0000001a}.results-tab-count{background:#00000014;border-radius:99px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:700;display:inline-flex}.results-tab.active .results-tab-count{background:linear-gradient(135deg,var(--accent-violet),var(--accent-rose));color:#fff}.acc-avatar{color:#fff;letter-spacing:.02em;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:16px;font-weight:700;display:flex}.acc-avatar-img{background:#f1f5f9;border:1px solid #e2e8f0;padding:4px;overflow:hidden}.acc-avatar-img img{object-fit:contain;border-radius:6px;width:100%;height:100%}.acc-avatar-fallback{color:#64748b;justify-content:center;align-items:center;width:100%;height:100%;font-size:16px;font-weight:700}.acc-quick-info{flex-wrap:wrap;gap:8px;margin:12px 0 16px;display:flex}.acc-info-pill{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:4px;padding:5px 12px;font-size:13px;font-weight:500;display:inline-flex}.acc-info-pill-price{color:#059669;background:#ecfdf5;border-color:#a7f3d0;font-weight:700}.acc-why-match{color:#334155;background:linear-gradient(135deg,#ede9fe,#fce7f3);border-radius:10px;margin-bottom:16px;padding:12px 16px;font-size:14px;line-height:1.5}.acc-why-match strong{color:#6d28d9}.acc-why-snippet{color:#475569}.acc-why-readmore{color:#6d28d9;cursor:pointer;margin-left:4px;font-size:13px;font-weight:600;transition:color .2s}.acc-why-readmore:hover{color:#4c1d95;text-decoration:underline}.acc-why-match-compact{color:#475569;margin:0;font-size:14px;line-height:1.5}.acc-bio-compact{color:#475569;margin:0 0 8px;font-size:14px;line-height:1.5}.acc-why-match-compact-box{color:#475569;margin-bottom:4px;font-size:13px;line-height:1.4}.acc-why-match-compact-box strong{color:#6d28d9;margin-right:4px}.acc-meta-row{align-items:center;gap:12px;margin-top:2px;display:flex}.acc-review-count{color:#94a3b8;font-size:13px;font-weight:500}.acc-review-count-sm{color:#94a3b8;font-size:12px;font-weight:400}.acc-price-badge{color:#059669;white-space:nowrap;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;align-items:center;padding:5px 12px;font-size:13px;font-weight:700;display:inline-flex}.acc-response-time{color:#94a3b8;font-size:12px;font-weight:500}.card-animate-in{opacity:0;animation:.5s cubic-bezier(.16,1,.3,1) forwards cardSlideUp}@keyframes cardSlideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.results-tabs-bar{-webkit-overflow-scrolling:touch;scrollbar-width:none;overflow-x:auto}.results-tabs-bar::-webkit-scrollbar{display:none}.results-tab{padding:8px 12px;font-size:13px}}
.wizard-loader{z-index:100;pointer-events:none;background:#f0fdfa;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:32px 28px;animation:.5s 2.4s forwards loaderFadeOut;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.wizard-loader-spinner{border:3px solid #0d9488;border-color:#0d9488 #14b8a6 #e2e8f0 #e2e8f0;border-radius:50%;width:52px;height:52px;margin-bottom:4px;animation:.7s linear infinite loaderSpin}.wizard-loader-title{color:#0f172a;text-align:center;letter-spacing:-.5px;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:max(22px,min(6vw,30px));font-weight:800;line-height:1.2;animation:.5s .1s both heroFadeIn}.wizard-loader-title span{background:linear-gradient(135deg,#0d9488,#10b981);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.wizard-loader-subtitle{color:#64748b;text-align:center;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:15px;animation:.5s .2s both heroFadeIn}.wizard-loader-features{flex-direction:column;gap:12px;width:100%;max-width:340px;margin-top:8px;display:flex}.wizard-loader-feature{color:#334155;opacity:0;align-items:center;gap:10px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:500;animation:.4s forwards featureSlideIn;display:flex}.wizard-loader-feature svg{flex-shrink:0}@keyframes featureSlideIn{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}.wizard-loader-bar{background:#e2e8f0;border-radius:99px;width:100%;max-width:280px;height:6px;margin-top:12px;overflow:hidden}.wizard-loader-bar-fill{background:linear-gradient(90deg,#0d9488,#14b8a6);border-radius:99px;width:0%;height:100%;animation:2.2s ease-in-out forwards loaderBarFill}@keyframes loaderBarFill{0%{width:0%}40%{width:45%}70%{width:75%}to{width:100%}}@keyframes loaderSpin{to{transform:rotate(360deg)}}@keyframes loaderFadeOut{to{opacity:0;visibility:hidden}}.wizard-container{min-height:100vh;background:#f0f2f5;flex-direction:column;align-items:center;min-height:100dvh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;display:flex;position:relative;overflow-x:hidden}.wizard-container:before{content:"";pointer-events:none;z-index:0;background:0 0;display:none;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes meshShift{0%{opacity:.8}to{opacity:1;transform:scale(1.05)}}.wizard-container:after{display:none}.wizard-hero{text-align:center;z-index:2;width:100%;padding:20px 24px 6px;animation:.4s both heroFadeIn;position:relative}.wizard-hero-title{color:#0f172a;letter-spacing:-.5px;margin:0 0 12px;font-size:max(22px,min(5.5vw,32px));font-weight:800;line-height:1.15}.wizard-hero-highlight{background:linear-gradient(135deg,#0d9488,#10b981);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.wizard-hero-subtitle{color:#94a3b8;max-width:360px;margin:22px auto 0;font-size:14px;line-height:1.5}.wizard-hero-trust{display:none}.wizard-compact-header{text-align:center;z-index:2;padding:14px 24px 2px;animation:.3s both heroFadeIn;position:relative}.wizard-compact-title{color:#94a3b8;text-transform:uppercase;letter-spacing:1.5px;font-size:12px;font-weight:600}.wizard-trust-bar{color:#94a3b8;z-index:2;background:0 0;border:none;border-radius:99px;justify-content:center;align-items:center;gap:8px;max-width:400px;margin:4px auto;padding:16px 20px;font-size:12px;font-weight:500;display:flex;position:relative}.wizard-progress-area{z-index:2;box-sizing:border-box;width:100%;padding:14px 24px 10px;animation:.5s both heroFadeIn;position:relative}.wizard-progress-label{color:#64748b;white-space:nowrap;letter-spacing:0;text-transform:none;flex-shrink:0;font-size:12px;font-weight:600}.wizard-question-hint{text-align:center;color:#94a3b8;margin:-12px 0 18px;font-size:13px;font-weight:400;line-height:1.4}.wizard-progress-row{align-items:center;gap:12px;max-width:540px;margin:0 auto;display:flex}.wizard-progress-back{color:#334155;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff;border:1.5px solid #cbd5e1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.wizard-progress-back:hover{background:#f1f5f9;border-color:#94a3b8}.wizard-progress-back:disabled{opacity:.25;cursor:not-allowed}.wizard-progress-track{background:#e2e8f0;border-radius:99px;flex:1;height:12px;overflow:hidden}.wizard-progress-fill{height:100%;box-shadow:none;background:linear-gradient(90deg,#0d9488,#2dd4bf);border-radius:99px;transition:width .5s cubic-bezier(.34,1.56,.64,1)}.wizard-body{z-index:2;box-sizing:border-box;flex-direction:column;flex:1;width:100%;max-width:540px;padding:14px 24px 28px;animation:.5s .15s both heroFadeIn;display:flex;position:relative}.wizard-card{box-sizing:border-box;background:#fff;border:none;border-radius:20px;width:100%;padding:32px 24px 28px;box-shadow:0 2px 4px #0000000a,0 8px 24px #00000014,0 24px 48px #0000000a}.wizard-question{color:#1e293b;text-align:center;margin:0 0 24px;font-size:20px;font-weight:800;line-height:1.3}.wizard-options{flex-direction:column;gap:10px;display:flex}.wizard-options .wizard-option:last-child:nth-child(odd){grid-column:auto;justify-self:auto;max-width:none}.wizard-option{cursor:pointer;-webkit-tap-highlight-color:transparent;min-height:56px;box-shadow:none;background:#fff;border:2px solid #e2e8f0;border-bottom:4px solid #cbd5e1;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;transition:all .12s;display:flex;position:relative}@media (hover:hover){.wizard-option:active{border-bottom-width:2px;margin-top:2px;transform:translateY(2px)}.wizard-option:hover{box-shadow:none;background:#f0fdfa;border-color:#99f6e4 #99f6e4 #14b8a6;transform:none}}.wizard-option-icon{flex-shrink:0;font-size:24px;line-height:1}.wizard-option-label{color:#1e293b;flex:1;font-size:15px;font-weight:600;line-height:1.3}.wizard-options-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.wizard-option-tile{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:90px;padding:20px 12px}.wizard-option-tile .wizard-option-icon{font-size:32px}.wizard-option-tile .wizard-option-label{flex:none;font-size:13px}.wizard-option-tile .wizard-option-check{width:20px;height:20px;position:absolute;top:8px;right:8px}.wizard-option-check{color:#cbd5e1;background:#f8fafc;border:2px solid #e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;transition:all .15s;display:flex}@media (hover:hover){.wizard-option:hover .wizard-option-check{color:#99f6e4;border-color:#99f6e4}}.wizard-option.selected{box-shadow:none;background:#f0fdfa;border-color:#14b8a6 #14b8a6 #0d9488;animation:.3s cubic-bezier(.34,1.56,.64,1) optionPop}.wizard-option.selected .wizard-option-check{color:#fff;box-shadow:none;background:#0d9488;border-color:#0d9488;animation:.3s cubic-bezier(.34,1.56,.64,1) checkPop}@keyframes optionPop{0%{transform:scale(1)}40%{transform:scale(1.02)}to{transform:scale(1)}}@keyframes checkPop{0%{transform:scale(.5)}50%{transform:scale(1.3)}to{transform:scale(1)}}.wizard-input-group{flex-direction:column;align-items:center;gap:8px;display:flex}.wizard-input-hint{color:#64748b;text-align:center;margin:0;font-size:13px}.wizard-multi-hint{text-align:center;color:#0d9488;background:#0d94880f;border:1px solid #0d948826;border-radius:99px;width:-webkit-fit-content;width:fit-content;margin:-6px auto 14px;padding:6px 18px;font-size:13px;font-weight:600;display:block}.wizard-input{color:#1e293b;box-sizing:border-box;background:#fff;border:2px solid #e2e8f0;border-radius:14px;outline:none;width:100%;padding:16px;font-family:inherit;font-size:16px;transition:all .2s;box-shadow:0 1px 3px #0000000d}.wizard-input:focus{border-color:#14b8a6;box-shadow:0 0 0 4px #14b8a61a,0 1px 3px #0000000d}.wizard-input::placeholder{color:#94a3b8}.wizard-input-error{color:#dc2626;text-align:center;margin:0;font-size:13px}.wizard-continue{color:#fff;cursor:pointer;width:100%;max-width:100%;box-shadow:none;-webkit-tap-highlight-color:transparent;text-transform:uppercase;letter-spacing:.5px;background:#0d9488;border:none;border-bottom:4px solid #0f766e;border-radius:16px;justify-content:center;align-items:center;gap:8px;margin-top:16px;padding:16px 32px;font-size:17px;font-weight:700;transition:all .12s;display:flex}.wizard-continue:hover{box-shadow:none;background:#14b8a6;transform:none}.wizard-continue:active{border-bottom-width:2px;margin-top:2px;transform:translateY(2px)}.wizard-continue:disabled{opacity:.4;cursor:not-allowed;box-shadow:none;background:#cbd5e1;border-bottom-color:#94a3b8;transform:none}.wizard-interstitial-overlay{z-index:50;-webkit-backdrop-filter:blur(12px);opacity:0;background:#f8fafcf7;justify-content:center;align-items:center;transition:opacity .4s;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.wizard-interstitial-overlay.in{opacity:1}.wizard-interstitial-overlay.out{opacity:0}.wizard-interstitial-content{text-align:center;flex-direction:column;align-items:center;gap:12px;max-width:360px;padding:32px 28px;display:flex}.wizard-interstitial-spinner{border:4px solid #e2e8f0;border-top-color:#0d9488;border-radius:50%;width:48px;height:48px;animation:.8s linear infinite interstitialSpin}@keyframes interstitialSpin{to{transform:rotate(360deg)}}.wizard-interstitial-content h2{color:#0f172a;margin:0;font-size:24px;font-weight:800;line-height:1.25}.wizard-interstitial-content p{color:#64748b;margin:0;font-size:15px;line-height:1.5}.wizard-interstitial-progress{width:100%;max-width:240px;margin-top:8px}.wizard-interstitial-bar{background:#e2e8f0;border-radius:99px;height:6px;overflow:hidden}.wizard-interstitial-bar-fill{background:linear-gradient(90deg,#0d9488,#14b8a6);border-radius:99px;width:0%;height:100%;animation:1.8s ease-in-out forwards interstitialFill;box-shadow:0 0 8px #0d948840}@keyframes interstitialFill{0%{width:0%}60%{width:70%}to{width:100%}}.wizard-verify-row{justify-content:center;gap:10px;margin-top:8px;display:flex}.wizard-verify-input{text-align:center;color:#1e293b;background:#fff;border:2px solid #e2e8f0;border-radius:14px;outline:none;width:52px;height:58px;font-family:inherit;font-size:24px;font-weight:700;transition:all .2s;box-shadow:0 1px 3px #0000000d}.wizard-verify-input:focus{border-color:#14b8a6;box-shadow:0 0 0 4px #14b8a61a}.wizard-verify-input.error{border-color:#dc2626}.wizard-verify-status{text-align:center;margin-top:8px;font-size:13px}.wizard-verify-status.error{color:#dc2626}.wizard-verify-actions{justify-content:center;gap:16px;margin-top:12px;display:flex}.wizard-verify-link{color:#0d9488;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:500;text-decoration:underline}.wizard-verify-link:disabled{color:#94a3b8;cursor:not-allowed;text-decoration:none}.wizard-footer{z-index:2;width:100%;padding:12px 20px 32px;animation:.5s .2s both heroFadeIn;position:relative}.wizard-footer-trust{flex-wrap:wrap;justify-content:center;gap:20px;margin-bottom:6px;display:flex}.wizard-footer-badge{color:#94a3b8;align-items:center;gap:5px;font-size:12px;font-weight:500;display:flex}.wizard-footer-disclaimer{text-align:center;color:#94a3b8;max-width:380px;margin:0 auto 10px;font-size:10px;line-height:1.5}.wizard-footer-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-bottom:12px;display:flex}.wizard-footer-links a{color:#64748b;text-underline-offset:2px;font-size:13px;text-decoration:underline;transition:color .2s}.wizard-footer-links a:hover{color:#0f172a}.wizard-footer-links span{color:#cbd5e1;font-size:13px}.wizard-footer-copy{text-align:center;color:#94a3b8;margin:0;font-size:12px}.wizard-footer-copy a{color:#94a3b8;text-decoration:none}.wizard-how-it-works{-webkit-backdrop-filter:none;backdrop-filter:none;background:#0d94880a;border:1px solid #0d94881a;border-radius:16px;width:100%;max-width:440px;margin:40px auto 28px;padding:28px 28px 24px}.wizard-how-heading{text-align:center;text-transform:uppercase;letter-spacing:2px;color:#94a3b8;border-bottom:1px solid #0d948814;margin-bottom:22px;padding-bottom:14px;font-size:11px;font-weight:700}.wizard-how-steps{flex-direction:column;align-items:center;gap:0;display:flex}.wizard-how-step{align-items:flex-start;gap:16px;width:100%;display:flex}.wizard-how-icon{color:#0d9488;background:linear-gradient(135deg,#0d94881a,#14b8a60f);border:1px solid #0d94882e;border-radius:14px;justify-content:center;align-items:center;width:50px;min-width:50px;height:50px;display:flex}.wizard-how-text{flex-direction:column;gap:4px;padding-top:3px;display:flex}.wizard-how-text strong{color:#1e293b;font-size:15px;font-weight:700;line-height:1.3}.wizard-how-text span{color:#64748b;font-size:13.5px;line-height:1.45}.wizard-how-connector{background:linear-gradient(#0d948833,#0d948808);width:1.5px;height:20px;margin:6px 0 6px 21px}.wizard-how-divider,.wizard-how-number{display:none}.wizard-footer-disclaimer{text-align:center;color:#94a3b8;max-width:380px;margin:0 auto 18px;padding:0 16px;font-size:11px;font-style:italic;line-height:1.5}.wizard-confirm-icon{margin-bottom:8px;font-size:56px;animation:.6s ease-out wizardBounce}.wizard-confirm-steps{flex-direction:column;gap:0;display:flex}.wizard-confirm-step{text-align:left;border-bottom:1px solid #cbd5e166;align-items:flex-start;gap:16px;padding:16px 0;display:flex}.wizard-confirm-step:first-child{padding-top:8px}.wizard-confirm-step:last-child{border-bottom:none;padding-bottom:8px}.wizard-confirm-step-num{color:#fff;background:linear-gradient(135deg,#818cf8,#6366f1);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;margin-top:0;font-size:15px;font-weight:700;display:flex}.wizard-confirm-step strong{color:#1e1b4b;margin-bottom:4px;font-size:15px;font-weight:700;line-height:1.3;display:block}.wizard-confirm-step p{color:#475569;word-break:break-word;margin:0;font-size:13px;line-height:1.45}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@media (max-width:639px){.wizard-hero{padding:12px 24px 4px}.wizard-hero-title{letter-spacing:0;color:#475569;margin-bottom:4px;font-size:16px;font-weight:600}.wizard-hero-subtitle{max-width:280px;margin-top:4px;font-size:12px}.wizard-compact-header{padding:10px 20px 0}.wizard-compact-title{font-size:11px}.wizard-question-hint{margin:-10px 0 14px;font-size:12px}.wizard-progress-area{padding:12px 16px}.wizard-progress-label{font-size:10px}.wizard-progress-row{gap:10px}.wizard-progress-back{width:32px;height:32px}.wizard-progress-track{height:8px}.wizard-body{flex:1;padding:12px 16px 28px}.wizard-card{border-radius:18px;padding:28px 20px 26px;box-shadow:0 2px 4px #0000000a,0 6px 20px #00000014,0 16px 40px #0000000a}.wizard-question{margin-bottom:20px;padding:0 2px;font-size:18px;line-height:1.3}.wizard-options{gap:8px}.wizard-option{border-radius:14px;min-height:52px;padding:14px}.wizard-option-label{font-size:14px}.wizard-option-check{width:22px;height:22px}.wizard-input{border-radius:14px;padding:14px;font-size:16px}.wizard-continue{border-radius:14px;margin-top:14px;padding:15px 28px;font-size:16px}.wizard-trust-bar{gap:6px;margin-top:40px;padding:10px 14px;font-size:11px}.wizard-verify-row{gap:8px}.wizard-verify-input{border-radius:12px;width:48px;height:52px;font-size:22px}.wizard-footer{padding:10px 16px 28px}.wizard-footer-trust{gap:14px;margin-bottom:4px}.wizard-footer-badge{font-size:11px}.wizard-footer-links{gap:8px;margin-bottom:8px}.wizard-footer-links a{font-size:12px}.wizard-footer-links span,.wizard-footer-copy{font-size:11px}.wizard-how-it-works{box-sizing:border-box;word-wrap:break-word;max-width:calc(100% - 40px);margin:32px 20px 20px;padding:24px 20px 20px;overflow:hidden}.wizard-how-heading{letter-spacing:1.5px;margin-bottom:16px;padding-bottom:10px;font-size:10px}.wizard-how-step{gap:12px}.wizard-how-icon{border-radius:12px;width:46px;min-width:46px;height:46px}.wizard-how-text strong{font-size:14px}.wizard-how-text span{word-wrap:break-word;overflow-wrap:break-word;font-size:12.5px}.wizard-how-connector{height:16px;margin:4px 0 4px 22px}.wizard-footer-disclaimer{max-width:300px;padding:0 8px;font-size:10px}.wizard-multi-hint{margin:-4px auto 10px;padding:5px 14px;font-size:12px}}@media (min-width:640px){.wizard-hero{padding:44px 32px 14px}.wizard-hero-subtitle{max-width:460px;font-size:16px}.wizard-progress-area{padding:20px 32px 12px}.wizard-body{max-width:620px;padding:18px 24px 24px}.wizard-card{border-radius:24px;padding:36px 32px 32px}.wizard-question{margin-bottom:28px;font-size:24px}.wizard-options{gap:12px}.wizard-option{border-radius:16px;min-height:60px;padding:18px 16px}.wizard-option-label{font-size:16px}.wizard-footer-trust{gap:32px}.wizard-footer-badge{font-size:13px}}.wizard-results-page{background:#f8fafc;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}
.search-page{background:#f3f4f6;flex-direction:column;width:100vw;max-width:100%;height:100dvh;display:flex;position:relative;overflow:hidden}.search-nav-premium{-webkit-backdrop-filter:blur(12px);z-index:1000;background:#fffc;border-bottom:1px solid #e2e8f0cc;flex-shrink:0;justify-content:space-between;align-items:center;height:80px;padding:0 24px;display:flex;position:-webkit-sticky;position:sticky;top:0}.search-brand-premium{color:#0f172a;cursor:pointer;letter-spacing:-.02em;font-size:20px;font-weight:700}.search-nav-right{align-items:center;gap:8px;display:flex}.search-nav-tabs{background:#e2e8f0;border-radius:10px;gap:2px;padding:3px;display:flex}.search-nav-tab{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;align-items:center;gap:5px;padding:6px 14px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.search-nav-tab:hover{color:#334155;background:#ffffff80}.search-nav-tab.active{color:#0f172a;background:#fff;box-shadow:0 1px 3px #00000014}.search-nav-tab-count{background:#00000014;border-radius:99px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:700;display:inline-flex}.search-nav-tab.active .search-nav-tab-count{background:linear-gradient(135deg,var(--accent-violet),var(--accent-rose));color:#fff}.icon-btn-ghost{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:background .2s,color .2s;display:flex}.icon-btn-ghost:hover{color:#0f172a;background:#f1f5f9}.btn{border:1px solid var(--border);color:var(--text);cursor:pointer;box-shadow:var(--shadow-sm);background:#fff;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn:hover{box-shadow:var(--shadow);border-color:#cbd5e1;text-decoration:none;transform:translateY(-1px)}.search-main{background:#f8fafc;flex-direction:row;flex:1;width:100%;height:calc(100dvh - 80px);display:flex;position:relative;overflow:hidden}.chat-panel-premium{background:linear-gradient(to top left,#fff,#dbeafe,#fce7f3);flex-direction:column;height:100%;display:flex}.chat-content-wrap{height:100%;width:var(--chat-content-width,100%);min-width:var(--chat-content-width,420px);flex-direction:column;flex-shrink:0;display:flex;position:relative;overflow:hidden}.chat-content-blurred{filter:blur(6px);pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.6;transition:filter .3s,opacity .3s}.chat-header-mobile{z-index:10;justify-content:flex-end;padding:8px;display:flex;position:absolute;top:0;right:0}.icon-btn-dark{color:var(--text);cursor:pointer;background:#0000001a;border:none;border-radius:6px;padding:6px}.drag-handle{cursor:col-resize;z-index:5;background:0 0;width:6px;height:100%;position:absolute;top:0;right:0}.drag-handle:hover{background:#e5e7eb}.chat-toggle-floating{z-index:60;border:1px solid var(--border);width:32px;height:32px;box-shadow:var(--shadow);cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:left .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.chat-toggle-floating:hover{background:#f3f4f6}.results-panel-premium.fixed-right{background:0 0;flex-direction:column;flex:1;justify-content:flex-start;height:100%;padding:0;display:flex;overflow-x:hidden;overflow-y:auto;opacity:1!important;pointer-events:auto!important}.results-panel-premium.dimmed{opacity:.3}.mobile-view-tabs{z-index:999;background:#e2e8f0;border-radius:99px;flex-shrink:0;margin:12px 16px 16px;padding:4px;display:flex;position:-webkit-sticky;position:sticky;top:76px;box-shadow:inset 0 2px 4px #0000000d}.mobile-tab{color:#64748b;cursor:pointer;text-align:center;background:0 0;border:none;border-radius:99px;flex:1;padding:10px 0;font-size:14px;font-weight:700;transition:all .2s}.mobile-tab.active{background:var(--primary,#3b82f6);color:#fff;box-shadow:0 4px 12px #3b82f640}.results-blurred{filter:blur(8px);pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.7;transition:filter .3s}.chat-refine-pill{z-index:100;color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;border-radius:99px;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:600;transition:all .3s;animation:.4s ease-out pillFadeIn;display:flex;position:fixed;bottom:24px;left:24px;box-shadow:0 4px 20px #3b82f64d}.chat-refine-pill:hover{transform:translateY(-2px);box-shadow:0 6px 28px #3b82f673}@keyframes pillFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.search-page--results-mobile .search-nav-premium,.search-nav-right{display:none}.search-page--results-mobile .search-main{height:100dvh}.mobile-view-tabs{display:none!important}.search-nav-tabs{background:0 0;gap:4px;margin:0 auto;padding:0}.search-nav-tab{color:#94a3b8;border-radius:6px;padding:5px 10px;font-size:12px;font-weight:500}.search-nav-tab.active{color:#334155;box-shadow:none;background:#ffffffb3;font-weight:600}.search-nav-tab-count{min-width:16px;height:16px;font-size:9px}.results-panel-premium.fixed-right{height:100dvh}.search-brand-premium{font-size:16px}.drag-handle,.chat-toggle-floating,.chat-refine-pill{display:none!important}}
