@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&display=swap";@keyframes pulse-red{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}@keyframes pulse-green{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes thinking-dots{0%,to{opacity:.2;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}@keyframes flash-highlight{0%{background:var(--accent-bg)}70%{background:var(--accent-bg)}to{background:0 0}}:root{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg:#f9fafb;--bg-card:#fff;--bg-input:#fff;--bg-muted:#f3f4f6;--text:#374151;--text-h:#111827;--text-muted:#6b7280;--text-subtle:#9ca3af;--border:#e5e7eb;--border-input:#d1d5db;--border-focus:#1abc9c;--accent:#1abc9c;--accent-hover:#17a589;--accent-bg:#e8f8f5;--accent-border:#76d7c4;--accent-text:#117a65;--success:#22c55e;--success-bg:#22c55e26;--error:#ef4444;--error-bg:#fef2f2;--error-border:#fecaca;--warning:#f59e0b;--warning-bg:#f59e0b14;--warning-border:#f59e0b40;--overlay-bg:#0000004d;--shadow-sm:0 2px 8px #00000014;--shadow-card:0 4px 14px #1abc9c59;--scrollbar-thumb:#c0c7d0;--scrollbar-thumb-hover:#9ca3af;font-family:DM Sans,system-ui,sans-serif;font-size:19px}[data-theme=dark]{--bg:#0f172a;--bg-card:#1e293b;--bg-input:#1e293b;--bg-muted:#334155;--text:#cbd5e1;--text-h:#f1f5f9;--text-muted:#94a3b8;--text-subtle:#64748b;--border:#334155;--border-input:#475569;--border-focus:#1abc9c;--accent:#1abc9c;--accent-hover:#17a589;--accent-bg:#0f2d27;--accent-border:#0e7a66;--accent-text:#4ade80;--success:#4ade80;--success-bg:#4ade8026;--error:#f87171;--error-bg:#2d1515;--error-border:#7f1d1d;--warning:#fbbf24;--warning-bg:#fbbf2414;--warning-border:#fbbf2440;--overlay-bg:#0009;--shadow-sm:0 2px 8px #0006;--shadow-card:0 4px 14px #1abc9c33;--scrollbar-thumb:#475569;--scrollbar-thumb-hover:#64748b}@media (width<=1600px){:root{font-size:17px}}@media (width<=1366px){:root{font-size:15px}}@media (width<=1280px){:root{font-size:14px}}@media (width<=1024px){:root{font-size:12px}svg{scale:.85}}#root{flex-direction:column;min-height:100svh;display:flex}body{background:var(--bg);color:var(--text);margin:0;transition:background .2s,color .2s}*,:before,:after{box-sizing:border-box}.no-scrollbar{scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-corner{background:0 0}.wvt-root{background:var(--bg);flex-direction:column;justify-content:center;align-items:center;min-height:100svh;display:flex;position:relative;overflow:hidden}.wvt-backdrop{background:radial-gradient(ellipse at 50% 40%, var(--accent-bg) 0%, transparent 70%);pointer-events:none;animation:4s ease-in-out infinite backdrop-pulse;position:absolute;inset:0}@keyframes backdrop-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}.wvt-orb{background:var(--accent);opacity:.12;pointer-events:none;will-change:transform;border-radius:50%;animation:linear infinite orb-float;position:absolute}.wvt-orb:first-child{width:120px;height:120px;animation-duration:9s;animation-delay:0s;top:10%;left:15%}.wvt-orb:nth-child(2){width:60px;height:60px;animation-duration:7s;animation-delay:-2s;top:65%;left:8%}.wvt-orb:nth-child(3){width:90px;height:90px;animation-duration:11s;animation-delay:-4s;top:20%;right:10%}.wvt-orb:nth-child(4){width:40px;height:40px;animation-duration:6s;animation-delay:-1s;top:75%;right:20%}.wvt-orb:nth-child(5){width:70px;height:70px;animation-duration:8s;animation-delay:-3s;top:45%;left:5%}.wvt-orb:nth-child(6){width:50px;height:50px;animation-duration:10s;animation-delay:-5s;bottom:10%;right:5%}@keyframes orb-float{0%{transform:translateY(0)rotate(0)}33%{transform:translateY(-28px)rotate(120deg)}66%{transform:translateY(14px)rotate(240deg)}to{transform:translateY(0)rotate(360deg)}}.wvt-content{flex-direction:column;align-items:center;gap:24px;animation:.8s cubic-bezier(.16,1,.3,1) both content-enter;display:flex;position:relative}@keyframes content-enter{0%{opacity:0;transform:translateY(32px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.wvt-logo-ring{justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:relative}.wvt-logo-ring:before,.wvt-logo-ring:after{content:"";border:2px solid var(--accent);border-radius:50%;animation:linear infinite ring-spin;position:absolute;inset:0}.wvt-logo-ring:before{opacity:.5;animation-duration:3s}.wvt-logo-ring:after{opacity:.3;animation-duration:5s;animation-direction:reverse;inset:10px}@keyframes ring-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.wvt-logo-inner{background:var(--accent);width:72px;height:72px;box-shadow:0 0 0 0 var(--accent);border-radius:20px;justify-content:center;align-items:center;animation:3s ease-in-out infinite logo-glow;display:flex}@keyframes logo-glow{0%,to{box-shadow:0 0 8px 2px var(--accent-border)}50%{box-shadow:0 0 28px 8px var(--accent-border)}}.wvt-logo-letter{color:#fff;font-size:32px;font-weight:700;font-family:var(--heading);letter-spacing:-1px;-webkit-user-select:none;user-select:none}.wvt-title{letter-spacing:-1px;color:var(--text-h);font-size:36px;font-weight:600;font-family:var(--heading);margin:0}.wvt-subtitle{color:var(--text);letter-spacing:.5px;text-transform:uppercase;margin:0;font-size:14px}.wvt-dots{gap:8px;margin-top:8px;display:flex}.wvt-dot{background:var(--accent);border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite dot-bounce}.wvt-dot:first-child{animation-delay:0s}.wvt-dot:nth-child(2){animation-delay:.2s}.wvt-dot:nth-child(3){animation-delay:.4s}@keyframes dot-bounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1.2)}}.wvt-params{flex-wrap:wrap;justify-content:center;gap:12px;width:100%;max-width:640px;display:flex}.wvt-card{background:var(--accent-bg);border:1px solid var(--accent-border);border-radius:12px;flex-direction:column;flex:1;gap:8px;min-width:220px;padding:14px 16px;display:flex}.wvt-card-title{text-transform:uppercase;letter-spacing:1px;color:var(--accent);font-size:11px;font-weight:600;font-family:var(--heading);margin:0 0 4px}.wvt-card-row{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.wvt-card-key{font-size:11px;font-family:var(--mono);color:var(--text);opacity:.6;white-space:nowrap;flex-shrink:0}.wvt-card-val{font-size:12px;font-family:var(--mono);color:var(--text-h);word-break:break-all;text-align:right}.wvt-badge{font-size:11px;font-family:var(--mono);color:var(--text);background:var(--accent-bg);border:1px solid var(--accent-border);letter-spacing:.5px;border-radius:6px;padding:4px 10px;position:absolute;bottom:24px;right:24px}._toolbar_10i3l_1{border-bottom:1px solid var(--border);background:var(--bg-card);flex-shrink:0;align-items:center;gap:6px;padding:10px 20px;display:flex}._boardActions_10i3l_21{align-items:center;gap:8px;display:flex}._searchBox_10i3l_33{border:1px solid var(--border);background:var(--bg-muted);border-radius:8px;align-items:center;gap:6px;padding:4px 10px;transition:border-color .12s;display:flex}._searchInput_10i3l_55{color:var(--text-h);background:0 0;border:none;outline:none;width:140px;font-family:inherit;font-size:.68rem}._filterChips_10i3l_75{align-items:center;gap:5px;display:flex}._metaLabelShort_10i3l_95{display:none}@media (width<=1366px){._toolbar_10i3l_1{gap:4px;padding:7px 14px}._boardActions_10i3l_21{gap:5px}._searchInput_10i3l_55{width:100px}._metaBar_10i3l_103{min-width:180px}}@media (width<=1280px){._toolbar_10i3l_1{flex-wrap:wrap;gap:4px;padding:6px 12px}._boardActions_10i3l_21{flex-wrap:wrap;gap:4px}._searchInput_10i3l_55{width:80px}._filterChips_10i3l_75{display:none}}@media (width<=1024px){._toolbar_10i3l_1{padding:5px 10px}._searchInput_10i3l_55{width:60px}._metaBar_10i3l_103{min-width:120px}._metaLabelFull_10i3l_87{display:none}._metaLabelShort_10i3l_95{display:inline}}._panel_600z8_1{background:linear-gradient(145deg,#0e6655 0%,#148f77 40%,#1abc9c 100%);flex-direction:column;flex-shrink:0;width:420px;padding:48px 44px;display:flex;position:relative;overflow:hidden}._circle1_600z8_23{pointer-events:none;background:#ffffff0a;border-radius:50%;width:300px;height:300px;position:absolute;top:-80px;right:-80px}._circle2_600z8_45{pointer-events:none;background:#ffffff0d;border-radius:50%;width:240px;height:240px;position:absolute;bottom:-60px;left:-60px}._circle3_600z8_67{pointer-events:none;background:#ffffff08;border-radius:50%;width:160px;height:160px;position:absolute;top:40%;right:-40px}._logo_600z8_89{align-items:center;gap:12px;margin-bottom:56px;display:flex}._logoIcon_600z8_103{color:#fff;background:#ffffff26;border:1px solid #fff3;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.1rem;font-weight:800;display:flex}._logoText_600z8_131{color:#fff;letter-spacing:-.02em;font-size:1.2rem;font-weight:800}._logoBadge_600z8_145{color:#ffffff80;letter-spacing:.05em;background:#ffffff1a;border-radius:9999px;margin-left:4px;padding:2px 8px;font-size:.52rem;font-weight:700}._headline_600z8_167{margin-bottom:40px}._headline_600z8_167 h1{color:#fff;letter-spacing:-.03em;margin-bottom:12px;font-size:1.7rem;font-weight:800;line-height:1.2}._headline_600z8_167 p{color:#ffffffa6;font-size:.78rem;line-height:1.6}._ticker_600z8_205{flex-direction:column;flex:1;justify-content:flex-end;display:flex}._tickerIcon_600z8_219{margin-bottom:10px;font-size:2rem}._tickerTitle_600z8_229{color:#fff;margin-bottom:6px;font-size:1.05rem;font-weight:700;line-height:1.3}._tickerDesc_600z8_245{color:#ffffffb3;font-size:.78rem;line-height:1.6}._dots_600z8_257{gap:6px;margin-top:18px;display:flex}._dot_600z8_257{cursor:pointer;background:#ffffff4d;border:none;border-radius:3px;width:6px;height:6px;padding:0;transition:all .3s}._dotActive_600z8_291{background:#fff;width:20px}._socialProof_600z8_301{border-top:1px solid #ffffff1f;align-items:center;gap:14px;margin-top:40px;padding-top:24px;display:flex}._avatars_600z8_319{display:flex}._avatar_600z8_319{color:#fff;background:linear-gradient(135deg,#76d7c4,#17a589);border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.42rem;font-weight:700;display:flex}._proofTitle_600z8_355{color:#fff;font-size:.65rem;font-weight:700}._proofSub_600z8_367{color:#ffffff8c;align-items:center;gap:4px;margin-top:2px;font-size:.55rem;display:flex}._stars_600z8_385{gap:1px;display:flex}._wrapper_12pau_1{margin-bottom:16px}._label_12pau_9{color:var(--text);letter-spacing:.01em;margin-bottom:5px;font-size:.68rem;font-weight:600;display:block}._inputRow_12pau_27{background:var(--bg-input);border:1.5px solid var(--border-input);border-radius:10px;align-items:center;gap:8px;padding:10px 14px;transition:border-color .14s,box-shadow .14s;display:flex}._inputRow_12pau_27._focused_12pau_49{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-bg)}._inputRow_12pau_27._hasError_12pau_59{border-color:var(--error);box-shadow:0 0 0 3px #ef44441a}._icon_12pau_69{color:var(--text-subtle);flex-shrink:0}._input_12pau_27{color:var(--text-h);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:.82rem}._input_12pau_27::placeholder{color:var(--text-subtle)}._togglePass_12pau_107{cursor:pointer;color:var(--text-subtle);background:0 0;border:none;flex-shrink:0;padding:0;font-family:inherit;font-size:.75rem;line-height:1}._error_12pau_131{color:var(--error);margin-top:3px;font-size:.6rem;font-weight:500;display:block}._screen_ibovr_1{background:var(--bg);height:100vh;display:flex;overflow:hidden}._right_ibovr_15{flex:1;justify-content:center;align-items:center;padding:32px 24px;display:flex;overflow-y:auto}._formBox_ibovr_33{width:100%;max-width:420px}._formHeader_ibovr_43{margin-bottom:32px}._formHeader_ibovr_43 h2{color:var(--text-h);letter-spacing:-.02em;margin-bottom:6px;font-size:1.5rem;font-weight:800}._formHeader_ibovr_43 p{color:var(--text-muted);font-size:.75rem}._stepHeader_ibovr_79{align-items:center;gap:10px;margin-bottom:20px;display:flex}._stepBars_ibovr_93{flex:1;gap:6px;display:flex}._stepBar_ibovr_93{background:var(--border);border-radius:2px;flex:1;height:4px;transition:background .3s}._stepBarActive_ibovr_121{background:var(--accent)}._stepCount_ibovr_129{color:var(--text-subtle);font-size:.62rem;font-weight:600}._row_ibovr_143{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}._checkLabel_ibovr_157{cursor:pointer;color:var(--text);align-items:center;gap:8px;font-size:.72rem;display:flex}._checkbox_ibovr_175{width:14px;height:14px;accent-color:var(--accent);cursor:pointer}._submitBtn_ibovr_191{background:var(--accent);color:#fff;cursor:pointer;width:100%;box-shadow:var(--shadow-card);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:12px 0;font-family:inherit;font-size:.82rem;font-weight:700;transition:background .15s,opacity .15s;display:flex}._submitBtn_ibovr_191:hover:not(:disabled){background:var(--accent-hover)}._submitBtnLoading_ibovr_237{background:var(--text-subtle);cursor:not-allowed;box-shadow:none}._backBtn_ibovr_249{background:var(--bg-muted);cursor:pointer;width:32px;height:32px;color:var(--text);border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;display:flex}._outlineBtn_ibovr_279{border:1.5px solid var(--accent-border);color:var(--accent-text);cursor:pointer;background:0 0;border-radius:10px;padding:8px 20px;font-family:inherit;font-size:.72rem;font-weight:600}._linkBtn_ibovr_303{cursor:pointer;color:var(--accent-hover);background:0 0;border:none;font-family:inherit;font-size:.72rem;font-weight:600}._globalError_ibovr_325{color:var(--error);background:var(--error-bg);border:1px solid var(--error-border);border-radius:8px;margin-bottom:12px;padding:8px 12px;font-size:.68rem;font-weight:500}._switchText_ibovr_347{text-align:center;color:var(--text-muted);margin-top:24px;font-size:.72rem}._strengthWrapper_ibovr_363{margin-top:-10px;margin-bottom:14px}._strengthBars_ibovr_373{gap:4px;margin-bottom:4px;display:flex}._strengthBar_ibovr_373{border-radius:2px;flex:1;height:3px;transition:background .2s}._selectWrapper_ibovr_401{margin-bottom:16px}._selectLabel_ibovr_409{color:var(--text);letter-spacing:.01em;margin-bottom:5px;font-size:.68rem;font-weight:600;display:block}._selectRow_ibovr_427{background:var(--bg-input);border:1.5px solid var(--border-input);border-radius:10px;align-items:center;gap:8px;padding:10px 14px;transition:border-color .14s,box-shadow .14s;display:flex}._selectRow_ibovr_427:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-bg)}._selectRow_ibovr_427._selectError_ibovr_459{border-color:var(--error);box-shadow:0 0 0 3px #ef44441a}._selectIcon_ibovr_469{color:var(--text-subtle);flex-shrink:0}._select_ibovr_401{color:var(--text-h);cursor:pointer;appearance:none;background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:.82rem}._select_ibovr_401:disabled{color:var(--text-subtle);cursor:not-allowed}._selectError_ibovr_459{color:var(--error);margin-top:3px;font-size:.6rem;font-weight:500;display:block}._toggleRow_ibovr_531{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:4px;padding:12px 0;display:flex}._toggleLabel_ibovr_549{color:var(--text);font-size:.78rem;font-weight:500}._toggleSub_ibovr_561{color:var(--text-subtle);margin-top:2px;font-size:.62rem}._toggle_ibovr_531{cursor:pointer;border:none;border-radius:11px;flex-shrink:0;width:40px;height:22px;transition:background .2s;position:relative}._toggleThumb_ibovr_595{background:#fff;border-radius:50%;width:16px;height:16px;transition:left .2s;position:absolute;top:3px;box-shadow:0 1px 2px #0000001a}._termsText_ibovr_619{color:var(--text-subtle);margin-bottom:16px;font-size:.62rem;line-height:1.6}._termsLink_ibovr_633{color:var(--accent-hover);cursor:pointer;font-weight:600}._successBox_ibovr_647{text-align:center}._successIcon_ibovr_655{margin-bottom:16px;font-size:2.5rem}._successBox_ibovr_647 h2{color:var(--text-h);margin-bottom:8px;font-size:1.4rem;font-weight:800}._successBox_ibovr_647 p{color:var(--text-muted);font-size:.75rem;line-height:1.6}._sentBox_ibovr_693{background:var(--accent-bg);border:1.5px solid var(--accent-border);text-align:center;border-radius:14px;padding:28px 24px}._sentIcon_ibovr_709{margin-bottom:10px;font-size:2rem}._sentTitle_ibovr_719{color:var(--accent-text);margin-bottom:6px;font-size:.88rem;font-weight:700}._sentDesc_ibovr_733{color:var(--accent-text);margin-bottom:16px;font-size:.68rem;line-height:1.5}._loadingRow_ibovr_749{align-items:center;gap:8px;display:flex}@keyframes _spin_ibovr_769{to{transform:rotate(360deg)}}._spinner_ibovr_769{animation:.8s linear infinite _spin_ibovr_769}._wrapper_10lu2_1{margin-bottom:16px;position:relative}._label_10lu2_11{color:var(--text);letter-spacing:.01em;margin-bottom:5px;font-size:.68rem;font-weight:600;display:block}._trigger_10lu2_31{background:var(--bg-input);border:1.5px solid var(--border-input);cursor:pointer;text-align:left;border-radius:10px;align-items:center;gap:8px;width:100%;padding:10px 14px;font-family:inherit;transition:border-color .14s,box-shadow .14s;display:flex}._trigger_10lu2_31:disabled{background:var(--bg-muted);cursor:not-allowed;opacity:.6}._triggerOpen_10lu2_73{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-bg)}._triggerError_10lu2_83{border-color:var(--error);box-shadow:0 0 0 3px #ef44441a}._triggerIcon_10lu2_93{color:var(--text-subtle);flex-shrink:0}._triggerValue_10lu2_103{color:var(--text-h);flex:1;font-size:.82rem}._triggerPlaceholder_10lu2_115{color:var(--text-subtle);flex:1;font-size:.82rem}._chevron_10lu2_127{color:var(--text-subtle);flex-shrink:0;transition:transform .2s}._chevronOpen_10lu2_139{transform:rotate(180deg)}._error_10lu2_149{color:var(--error);margin-top:3px;font-size:.6rem;font-weight:500;display:block}._dropdown_10lu2_167{background:var(--bg-card);border:1.5px solid var(--border);z-index:50;border-radius:10px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden;box-shadow:0 4px 16px #0000001f}._searchRow_10lu2_195{border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:8px 12px;display:flex}._searchIcon_10lu2_211{color:var(--text-subtle);flex-shrink:0}._searchInput_10lu2_221{color:var(--text-h);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:.78rem}._searchInput_10lu2_221::placeholder{color:var(--text-subtle)}._list_10lu2_251{scrollbar-width:thin;scrollbar-color:var(--border) transparent;max-height:200px;margin:0;padding:4px 0;list-style:none;overflow-y:auto}._list_10lu2_251::-webkit-scrollbar{width:4px}._list_10lu2_251::-webkit-scrollbar-track{background:0 0}._list_10lu2_251::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}._option_10lu2_297{color:var(--text);cursor:pointer;justify-content:space-between;align-items:center;padding:8px 14px;font-size:.78rem;transition:background .1s;display:flex}._option_10lu2_297:hover{background:var(--bg-muted)}._optionSelected_10lu2_327{background:var(--accent-bg);color:var(--accent-text);font-weight:600}._optionSelected_10lu2_327:hover{background:var(--accent-bg);filter:brightness(.95)}._checkIcon_10lu2_349{color:var(--accent);flex-shrink:0}._empty_10lu2_359{color:var(--text-subtle);text-align:center;padding:12px 14px;font-size:.75rem}._overlay_143ga_1{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;background:#1118278c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}._card_143ga_25{background:var(--bg-card);text-align:center;border-radius:20px;width:100%;max-width:400px;padding:40px 36px;box-shadow:0 20px 60px #00000040}._iconWrap_143ga_45{justify-content:center;margin-bottom:20px;display:flex}._title_143ga_57{color:var(--text-h);letter-spacing:-.02em;margin-bottom:12px;font-size:1.3rem;font-weight:800}._desc_143ga_73{color:var(--text-muted);margin-bottom:24px;font-size:.78rem;line-height:1.65}._pulseRow_143ga_87{color:var(--text-subtle);justify-content:center;align-items:center;gap:8px;margin-bottom:28px;font-size:.72rem;display:flex}@keyframes _spin_143ga_115{to{transform:rotate(360deg)}}._spinner_143ga_115{color:var(--accent);flex-shrink:0;animation:.9s linear infinite _spin_143ga_115}._continueBtn_143ga_127{background:var(--accent);color:#fff;cursor:pointer;width:100%;box-shadow:var(--shadow-card);border:none;border-radius:10px;padding:12px 0;font-family:inherit;font-size:.82rem;font-weight:700;transition:background .15s,opacity .15s}._continueBtn_143ga_127:disabled{background:var(--border);color:var(--text-subtle);box-shadow:none;cursor:not-allowed}._continueBtn_143ga_127:not(:disabled):hover{background:var(--accent-hover)}._hint_143ga_179{color:var(--text-subtle);margin-top:16px;font-size:.62rem;line-height:1.5}._banner_l9fez_1{z-index:100;background:var(--bg-card);border-bottom:1.5px solid var(--border);box-shadow:var(--shadow-sm);justify-content:space-between;align-items:center;gap:12px;padding:10px 16px;display:flex;position:fixed;top:0;left:0;right:0}._left_l9fez_33{align-items:center;gap:10px;min-width:0;display:flex}._iconWrap_l9fez_47{background:var(--accent-bg);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}._title_l9fez_69{color:var(--text-h);white-space:nowrap;font-size:.78rem;font-weight:700}._sub_l9fez_83{color:var(--text-muted);margin-top:1px;font-size:.62rem}._right_l9fez_95{flex-shrink:0;align-items:center;gap:8px;display:flex}._downloadBtn_l9fez_109{background:var(--accent);color:#fff;white-space:nowrap;border-radius:8px;align-items:center;gap:5px;padding:7px 14px;font-size:.72rem;font-weight:700;text-decoration:none;transition:background .15s;display:inline-flex}._downloadBtn_l9fez_109:hover{background:var(--accent-hover)}._closeBtn_l9fez_147{cursor:pointer;color:var(--text-subtle);background:0 0;border:none;border-radius:6px;align-items:center;padding:4px;transition:background .1s;display:flex}._closeBtn_l9fez_147:hover{background:var(--bg-muted);color:var(--text)}._wrapper_6ryus_1{margin-bottom:16px}._label_6ryus_9{color:var(--text);letter-spacing:.01em;margin-bottom:8px;font-size:.68rem;font-weight:600}._list_6ryus_25{flex-direction:column;gap:4px;display:flex}._row_6ryus_37{border:1.5px solid var(--border);border-radius:10px;transition:border-color .15s;overflow:hidden}._rowAtivo_6ryus_51{border-color:var(--accent)}._rowHeader_6ryus_59{background:var(--bg-card);justify-content:space-between;align-items:center;padding:10px 14px;display:flex}._diaName_6ryus_75{color:var(--text);font-size:.78rem;font-weight:600}._rowBody_6ryus_87{background:var(--bg-muted);border-top:1px solid var(--border);flex-direction:column;gap:10px;padding:0 14px 12px;display:flex}._toggle_6ryus_107{cursor:pointer;border:none;border-radius:11px;flex-shrink:0;width:40px;height:22px;transition:background .2s;position:relative}._toggleThumb_6ryus_129{background:#fff;border-radius:50%;width:16px;height:16px;transition:left .2s;position:absolute;top:3px;box-shadow:0 1px 2px #0000001f}._optRow_6ryus_153{gap:6px;padding-top:10px;display:flex}._chip_6ryus_165{border:1.5px solid var(--border);background:var(--bg-card);color:var(--text-muted);cursor:pointer;border-radius:20px;padding:4px 12px;font-family:inherit;font-size:.68rem;font-weight:600;transition:all .15s}._chipActive_6ryus_191{border-color:var(--accent);background:var(--accent-bg);color:var(--accent-text)}._timeRow_6ryus_205{align-items:flex-end;gap:8px;display:flex}._timeGroup_6ryus_217{flex-direction:column;flex:1;gap:3px;display:flex}._timeLabel_6ryus_231{color:var(--text-subtle);font-size:.58rem;font-weight:500}._timeInput_6ryus_243{border:1.5px solid var(--border-input);color:var(--text-h);background:var(--bg-input);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;border-radius:8px;outline:none;width:100%;padding:6px 10px;font-family:inherit;font-size:.78rem;transition:border-color .14s}@media (prefers-color-scheme:dark){._timeInput_6ryus_243{--lightningcss-light: ;--lightningcss-dark:initial}}._timeInput_6ryus_243:focus{border-color:var(--accent)}._timeSep_6ryus_279{color:var(--text-subtle);flex-shrink:0;padding-bottom:8px;font-size:.68rem}._pausaToggleRow_6ryus_295{justify-content:space-between;align-items:center;padding:4px 0;display:flex}._pausaLabel_6ryus_309{color:var(--text-muted);font-size:.72rem;font-weight:500}._wrapper_1pwnq_1{margin-bottom:16px}._label_1pwnq_9{color:var(--text);letter-spacing:.01em;margin-bottom:8px;font-size:.68rem;font-weight:600}._list_1pwnq_25{flex-direction:column;gap:4px;display:flex}._row_1pwnq_37{border:1.5px solid var(--border);border-radius:10px;transition:border-color .15s;overflow:hidden}._rowAtivo_1pwnq_51{border-color:var(--accent)}._rowHeader_1pwnq_59{background:var(--bg-card);justify-content:space-between;align-items:center;padding:10px 14px;display:flex}._diaName_1pwnq_75{color:var(--text);font-size:.78rem;font-weight:600}._rowBody_1pwnq_87{background:var(--bg-muted);border-top:1px solid var(--border);flex-direction:column;gap:10px;padding:0 14px 12px;display:flex}._toggle_1pwnq_105{cursor:pointer;border:none;border-radius:11px;flex-shrink:0;width:40px;height:22px;transition:background .2s;position:relative}._toggleThumb_1pwnq_127{background:#fff;border-radius:50%;width:16px;height:16px;transition:left .2s;position:absolute;top:3px;box-shadow:0 1px 2px #0000001f}._optRow_1pwnq_149{gap:6px;padding-top:10px;display:flex}._chip_1pwnq_161{border:1.5px solid var(--border);background:var(--bg-card);color:var(--text-muted);cursor:pointer;border-radius:20px;padding:4px 12px;font-family:inherit;font-size:.68rem;font-weight:600;transition:all .15s}._chipActive_1pwnq_187{border-color:var(--accent);background:var(--accent-bg);color:var(--accent-text)}._timeRow_1pwnq_199{align-items:flex-end;gap:8px;display:flex}._timeGroup_1pwnq_211{flex-direction:column;flex:1;gap:3px;display:flex}._timeLabel_1pwnq_225{color:var(--text-subtle);font-size:.58rem;font-weight:500}._timeInput_1pwnq_237{border:1.5px solid var(--border-input);color:var(--text-h);background:var(--bg-input);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;border-radius:8px;outline:none;width:100%;padding:6px 10px;font-family:inherit;font-size:.78rem;transition:border-color .14s}@media (prefers-color-scheme:dark){._timeInput_1pwnq_237{--lightningcss-light: ;--lightningcss-dark:initial}}._timeInput_1pwnq_237:focus{border-color:var(--accent)}._timeSep_1pwnq_273{color:var(--text-subtle);flex-shrink:0;padding-bottom:8px;font-size:.68rem}._pausaToggleRow_1pwnq_287{justify-content:space-between;align-items:center;padding:4px 0;display:flex}._pausaLabel_1pwnq_301{color:var(--text-muted);font-size:.72rem;font-weight:500}._mensagemRow_1pwnq_313{flex-direction:column;gap:4px;display:flex}._mensagemLabel_1pwnq_325{color:var(--text-subtle);font-size:.62rem;font-weight:500}._mensagemInput_1pwnq_337{border:1.5px solid var(--border-input);color:var(--text-h);background:var(--bg-input);border-radius:8px;outline:none;width:100%;padding:7px 10px;font-family:inherit;font-size:.78rem;transition:border-color .14s}._mensagemInput_1pwnq_337:focus{border-color:var(--accent)}._mensagemInput_1pwnq_337::placeholder{color:var(--text-subtle)}._page_nfonp_1{background:var(--bg);flex-direction:column;min-height:100vh;display:flex}._header_nfonp_17{z-index:50;background:var(--bg-card);border-bottom:1.5px solid var(--border);box-shadow:var(--shadow-sm);justify-content:space-between;align-items:center;padding:12px 24px;display:flex;position:sticky;top:0}._headerCenter_nfonp_43{pointer-events:none;position:absolute;left:50%;transform:translate(-50%)}._headerLogo_nfonp_57{width:auto;height:30px;display:block}._headerLeft_nfonp_69{align-items:center;gap:10px;min-width:0;display:flex}._headerBrand_nfonp_83{color:var(--text-h);white-space:nowrap;font-size:.82rem;font-weight:700}._headerSep_nfonp_97{color:var(--border);font-size:.9rem}._headerEmail_nfonp_107{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;overflow:hidden}._headerActions_nfonp_123{flex-shrink:0;align-items:center;gap:8px;display:flex}._themeBtn_nfonp_137{border:1.5px solid var(--border);cursor:pointer;width:34px;height:34px;color:var(--text-muted);background:0 0;border-radius:8px;justify-content:center;align-items:center;transition:border-color .15s,color .15s,background .15s;display:flex}._themeBtn_nfonp_137:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-bg)}._logoutBtn_nfonp_177{border:1.5px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-family:inherit;font-size:.72rem;font-weight:600;transition:border-color .15s,color .15s;display:flex}._logoutBtn_nfonp_177:hover{border-color:var(--error);color:var(--error)}._main_nfonp_221{flex:1;justify-content:center;padding:40px 24px 60px;display:flex}._card_nfonp_235{width:100%;max-width:560px}._stepHeader_nfonp_247{align-items:center;gap:12px;margin-bottom:24px;display:flex}._stepBars_nfonp_261{flex:1;gap:6px;display:flex}._stepBar_nfonp_261{background:var(--border);border-radius:2px;flex:1;height:4px;transition:background .3s}._stepBarActive_nfonp_289{background:var(--accent)}._stepCount_nfonp_297{color:var(--text-subtle);white-space:nowrap;font-size:.62rem;font-weight:600}._formHeader_nfonp_313{margin-bottom:8px}._formHeader_nfonp_313 h2{color:var(--text-h);letter-spacing:-.02em;margin-bottom:6px;font-size:1.4rem;font-weight:800}._formHeader_nfonp_313 p{color:var(--text-muted);margin-bottom:8px;font-size:.75rem}._sectionTitle_nfonp_351{color:var(--text-subtle);text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid var(--border);margin:24px 0 16px;padding-bottom:8px;font-size:.65rem;font-weight:700}._toggleRow_nfonp_375{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:4px;padding:12px 0;display:flex}._toggleLabel_nfonp_393{color:var(--text);font-size:.78rem;font-weight:500}._toggleSub_nfonp_405{color:var(--text-subtle);margin-top:2px;font-size:.62rem}._toggle_nfonp_375{cursor:pointer;border:none;border-radius:11px;flex-shrink:0;width:40px;height:22px;transition:background .2s;position:relative}._toggleThumb_nfonp_439{background:#fff;border-radius:50%;width:16px;height:16px;transition:left .2s;position:absolute;top:3px;box-shadow:0 1px 2px #0000001a}._backBtn_nfonp_463{background:var(--bg-muted);cursor:pointer;width:32px;height:32px;color:var(--text);border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;transition:background .15s;display:flex}._backBtn_nfonp_463:hover{background:var(--border)}._radioGroup_nfonp_505{margin-bottom:20px}._radioLabel_nfonp_513{color:var(--text);letter-spacing:.01em;margin-bottom:8px;font-size:.68rem;font-weight:600}._radioError_nfonp_529{color:var(--error);margin-bottom:6px;font-size:.6rem;font-weight:500;display:block}._radioOption_nfonp_545{border:1.5px solid var(--border);cursor:pointer;border-radius:10px;align-items:flex-start;gap:10px;margin-bottom:6px;padding:10px 14px;transition:border-color .15s,background .15s;display:flex}._radioOption_nfonp_545 input[type=radio]{accent-color:var(--accent);cursor:pointer;flex-shrink:0;margin-top:2px}._radioOption_nfonp_545:hover,._radioOptionActive_nfonp_593{border-color:var(--accent);background:var(--accent-bg)}._radioContent_nfonp_603{flex-direction:column;gap:2px;display:flex}._radioTitle_nfonp_615{color:var(--text-h);font-size:.78rem;font-weight:600}._radioDesc_nfonp_627{color:var(--text-muted);font-size:.65rem;line-height:1.4}._listaArea_nfonp_641{border:1.5px solid var(--border);border-radius:12px;margin-bottom:20px;overflow:hidden}._listaHeader_nfonp_655{background:var(--bg-muted);border-bottom:1px solid var(--border);color:var(--text);align-items:center;gap:7px;padding:10px 14px;font-size:.72rem;font-weight:600;display:flex}._listaHeaderIcon_nfonp_679{color:var(--accent);flex-shrink:0}._listaEmpty_nfonp_689{color:var(--text-subtle);text-align:center;padding:14px;font-size:.72rem}._listaItems_nfonp_703{margin:0;padding:6px 0;list-style:none}._listaItem_nfonp_703{border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:8px 14px;display:flex}._listaItem_nfonp_703:last-child{border-bottom:none}._listaItemSelectable_nfonp_739{cursor:pointer;transition:background .1s}._listaItemSelectable_nfonp_739:hover{background:var(--bg-muted)}._listaItemSelected_nfonp_757{background:var(--accent-bg)}._listaItemIcon_nfonp_765{color:var(--text-subtle);flex-shrink:0}._listaItemLabel_nfonp_775{color:var(--text-h);flex:1;font-size:.78rem}._listaItemCheck_nfonp_787{color:var(--accent);font-size:.72rem;font-weight:700}._listaItemRemove_nfonp_799{cursor:pointer;color:var(--text-subtle);background:0 0;border:none;border-radius:4px;flex-shrink:0;align-items:center;padding:2px;transition:color .15s;display:flex}._listaItemRemove_nfonp_799:hover{color:var(--error)}._listaAddRow_nfonp_833{border-top:1px solid var(--border);background:var(--bg-card);gap:8px;padding:10px 14px;display:flex}._perfisDesc_nfonp_851{color:var(--text-muted);margin-bottom:12px;font-size:.72rem;line-height:1.5}._perfisEmpty_nfonp_865{color:var(--text-subtle);text-align:center;border:1.5px dashed var(--border);border-radius:10px;margin-bottom:10px;padding:14px 0;font-size:.72rem}._perfisList_nfonp_885{flex-direction:column;gap:4px;margin:0 0 10px;padding:0;list-style:none;display:flex}._perfilItem_nfonp_903{background:var(--accent-bg);border:1.5px solid var(--accent-border);border-radius:8px;align-items:center;gap:8px;padding:8px 12px;display:flex}._perfilIcon_nfonp_923{color:var(--accent);flex-shrink:0}._perfilNome_nfonp_933{color:var(--text-h);flex:1;font-size:.78rem;font-weight:500}._perfilRemove_nfonp_947{cursor:pointer;color:var(--text-subtle);background:0 0;border:none;border-radius:4px;flex-shrink:0;align-items:center;padding:2px;transition:color .15s;display:flex}._perfilRemove_nfonp_947:hover{color:var(--error)}._perfilAddRow_nfonp_981{gap:8px;margin-bottom:4px;display:flex}._perfilInput_nfonp_993{border:1.5px solid var(--border-input);color:var(--text-h);background:var(--bg-input);border-radius:10px;outline:none;flex:1;padding:9px 14px;font-family:inherit;font-size:.82rem;transition:border-color .14s,box-shadow .14s}._perfilInput_nfonp_993:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-bg)}._perfilInput_nfonp_993::placeholder{color:var(--text-subtle)}._perfilAddBtn_nfonp_1037{border:1.5px solid var(--accent);color:var(--accent);cursor:pointer;white-space:nowrap;background:0 0;border-radius:10px;align-items:center;gap:5px;padding:9px 14px;font-family:inherit;font-size:.78rem;font-weight:600;transition:background .15s,color .15s;display:flex}._perfilAddBtn_nfonp_1037:hover{background:var(--accent);color:#fff}._integDesc_nfonp_1083{color:var(--text-muted);margin-bottom:12px;font-size:.72rem;line-height:1.5}._integCard_nfonp_1097{border:1.5px solid var(--border);border-radius:12px;margin-bottom:8px;transition:border-color .15s;overflow:hidden}._integCardAtivo_nfonp_1113{border-color:var(--accent)}._integHeader_nfonp_1121{background:var(--bg-card);cursor:pointer;text-align:left;border:none;align-items:center;gap:10px;width:100%;padding:12px 14px;font-family:inherit;transition:background .15s;display:flex}._integHeader_nfonp_1121:hover{background:var(--bg-muted)}._integIcon_nfonp_1157{color:var(--accent);flex-shrink:0}._integInfo_nfonp_1167{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}._integLabel_nfonp_1183{color:var(--text-h);font-size:.82rem;font-weight:600}._integDesc_nfonp_1083{color:var(--text-muted);font-size:.65rem}._integChevron_nfonp_1205{color:var(--text-subtle);flex-shrink:0;transition:transform .2s}._integChevronOpen_nfonp_1217{transform:rotate(180deg)}._integBody_nfonp_1225{border-top:1px solid var(--border);background:var(--bg-muted);padding:14px 14px 6px}._multiSelectList_nfonp_1239{flex-wrap:wrap;gap:6px;margin-bottom:20px;display:flex}._multiSelectChip_nfonp_1253{border:1.5px solid var(--border);background:var(--bg-card);color:var(--text-muted);cursor:pointer;border-radius:20px;padding:5px 13px;font-family:inherit;font-size:.72rem;font-weight:500;transition:all .15s}._multiSelectChip_nfonp_1253:hover{border-color:var(--accent);color:var(--accent)}._multiSelectChipAtivo_nfonp_1289{border-color:var(--accent);background:var(--accent-bg);color:var(--accent-text);font-weight:600}._textareaWrap_nfonp_1305{margin-bottom:16px;position:relative}._textareaLabel_nfonp_1315{color:var(--text);letter-spacing:.01em;margin-bottom:6px;font-size:.68rem;font-weight:600;display:block}._textarea_nfonp_1305{border:1.5px solid var(--border-input);width:100%;color:var(--text-h);background:var(--bg-input);resize:vertical;box-sizing:border-box;border-radius:10px;outline:none;min-height:90px;padding:10px 14px 28px;font-family:inherit;font-size:.82rem;transition:border-color .14s,box-shadow .14s}._textarea_nfonp_1305:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-bg)}._textarea_nfonp_1305::placeholder{color:var(--text-subtle)}._textareaCount_nfonp_1383{color:var(--text-subtle);pointer-events:none;font-size:.6rem;position:absolute;bottom:8px;right:12px}._timeRowPage_nfonp_1403{align-items:flex-end;gap:8px;margin-bottom:20px;display:flex}._timeGroupPage_nfonp_1417{flex-direction:column;flex:1;gap:4px;display:flex}._timeLabelPage_nfonp_1431{color:var(--text-subtle);font-size:.62rem;font-weight:500}._timeInputPage_nfonp_1443{border:1.5px solid var(--border-input);color:var(--text-h);background:var(--bg-input);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;border-radius:8px;outline:none;width:100%;padding:8px 10px;font-family:inherit;font-size:.82rem;transition:border-color .14s}@media (prefers-color-scheme:dark){._timeInputPage_nfonp_1443{--lightningcss-light: ;--lightningcss-dark:initial}}._timeInputPage_nfonp_1443:focus{border-color:var(--accent)}._timeSepPage_nfonp_1479{color:var(--text-subtle);flex-shrink:0;padding-bottom:10px;font-size:.68rem}._submitBtn_nfonp_1495{background:var(--accent);color:#fff;cursor:pointer;width:100%;box-shadow:var(--shadow-card);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;margin-top:28px;padding:12px 0;font-family:inherit;font-size:.82rem;font-weight:700;transition:background .15s;display:flex}._submitBtn_nfonp_1495:hover:not(:disabled){background:var(--accent-hover)}@keyframes _spin_nfonp_1551{to{transform:rotate(360deg)}}._spinner_nfonp_1551{animation:.8s linear infinite _spin_nfonp_1551}._welcomeScreen_nfonp_1561{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;display:flex}._welcomeCard_nfonp_1577{background:var(--bg-card);border:1.5px solid var(--border);box-shadow:var(--shadow-card);border-radius:20px;flex-direction:column;align-items:center;gap:20px;width:90%;max-width:420px;padding:48px 40px;animation:.6s both _welcomeFadeIn_nfonp_1;display:flex}._welcomeLogo_nfonp_1607{width:auto;height:64px;animation:.5s cubic-bezier(.34,1.56,.64,1) .1s both _welcomePopIn_nfonp_1}._welcomeTitle_nfonp_1619{color:var(--text-h);text-align:center;margin:0;font-size:1.5rem;font-weight:700;animation:.5s .2s both _welcomeFadeIn_nfonp_1}._welcomeSubtitle_nfonp_1637{color:var(--text-s);text-align:center;margin:0;font-size:.9rem;line-height:1.5;animation:.5s .35s both _welcomeFadeIn_nfonp_1}._welcomeSpinner_nfonp_1655{animation:.5s .5s both _welcomeFadeIn_nfonp_1}._welcomeSpinnerIcon_nfonp_1663{color:var(--accent);animation:.9s linear infinite _spin_nfonp_1551}@keyframes _welcomeFadeIn_nfonp_1{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes _welcomePopIn_nfonp_1{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}._screen_16fqv_1{background:var(--bg);height:100vh;display:flex;overflow:hidden}._right_16fqv_15{flex:1;justify-content:center;align-items:center;padding:32px 24px;display:flex;overflow-y:auto}._formBox_16fqv_33{width:100%;max-width:420px}._formHeader_16fqv_43{margin-bottom:28px}._formHeader_16fqv_43 h2{color:var(--text-h);letter-spacing:-.02em;margin-bottom:6px;font-size:1.5rem;font-weight:800}._formHeader_16fqv_43 p{color:var(--text-muted);font-size:.75rem}._vendedorList_16fqv_79{background:var(--bg-card);border:1.5px solid var(--border);border-radius:12px;flex-direction:column;display:flex;overflow:hidden}._vendedorCard_16fqv_97{border:none;border-bottom:1px solid var(--border);cursor:pointer;text-align:left;background:0 0;align-items:center;gap:12px;padding:10px 14px;font-family:inherit;transition:background .12s;display:flex}._vendedorCard_16fqv_97:last-child{border-bottom:none}._vendedorCard_16fqv_97:hover{background:var(--bg-input)}._avatar_16fqv_141{object-fit:cover;border-radius:50%;flex-shrink:0;width:32px;height:32px}._avatarFallback_16fqv_157{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.7rem;font-weight:700;display:flex}._vendedorInfo_16fqv_185{flex-direction:column;gap:2px;display:flex}._vendedorNome_16fqv_197{color:var(--text-h);font-size:.82rem;font-weight:600}._vendedorSenhaHint_16fqv_209{color:var(--text-subtle);align-items:center;gap:4px;font-size:.6rem;font-weight:500;display:flex}._senhaHeader_16fqv_229{flex-direction:column;align-items:center;gap:10px;margin-bottom:24px;display:flex}._avatarMd_16fqv_245{object-fit:cover;border-radius:50%;width:60px;height:60px}._avatarFallbackMd_16fqv_259{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:1rem;font-weight:700;display:flex}._senhaVendedorNome_16fqv_285{color:var(--text-h);font-size:.95rem;font-weight:700}._submitBtn_16fqv_297{background:var(--accent);color:#fff;cursor:pointer;width:100%;box-shadow:var(--shadow-card);border:none;border-radius:10px;margin-bottom:10px;padding:12px 0;font-family:inherit;font-size:.82rem;font-weight:700;transition:background .15s}._submitBtn_16fqv_297:hover{background:var(--accent-hover)}._backBtn_16fqv_337{border:1.5px solid var(--border);width:100%;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:10px;padding:10px 0;font-family:inherit;font-size:.78rem;font-weight:500;transition:border-color .14s}._backBtn_16fqv_337:hover{border-color:var(--accent);color:var(--accent-text)}._loadingCenter_16fqv_377{flex:1;justify-content:center;align-items:center;display:flex}@keyframes _spin_16fqv_399{to{transform:rotate(360deg)}}._spinner_16fqv_399{color:var(--accent);animation:.8s linear infinite _spin_16fqv_399}@media (width<=1024px){._sidebarRoot_17drj_1 ._logoWrap_17drj_13{min-height:40px!important;padding:8px 12px!important}._sidebarRoot_17drj_1 ._logoWrap_17drj_13 img{height:20px!important}._sidebarRoot_17drj_1 ._collapseToggle_17drj_31{margin-bottom:6px!important;padding:4px 8px!important}._sidebarRoot_17drj_1 ._sellerSwitcher_17drj_43{margin-bottom:6px!important}._sidebarRoot_17drj_1 ._sellerSwitcherInner_17drj_49{padding:5px 8px!important}._sidebarRoot_17drj_1 ._sellerAvatar_17drj_55{width:20px!important;height:20px!important}._sidebarRoot_17drj_1 ._navItem_17drj_67{padding:5px 10px!important}._sidebarRoot_17drj_1 ._navItemCollapsed_17drj_73{padding:5px 0!important}._sidebarRoot_17drj_1 ._navGroupLabel_17drj_83{padding:4px 12px 2px!important}._sidebarRoot_17drj_1 ._bottomItem_17drj_93{padding:5px 10px!important}._sidebarRoot_17drj_1 ._bottomItemCollapsed_17drj_99{padding:5px 0!important}._sidebarRoot_17drj_1 ._modallzinhoWrap_17drj_109{padding:6px 10px!important}._sidebarRoot_17drj_1 ._modallzinhoAvatar_17drj_115{width:24px!important;height:24px!important}}._modallzinhoWrap_17drj_109{flex-direction:row;align-items:center;gap:8px;padding:10px 14px;display:flex;position:relative}._modallzinhoCollapsed_17drj_145{flex-direction:column;justify-content:center;padding:10px 0}._modallzinhoAvatar_17drj_115{cursor:pointer;background:var(--accent);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 2px 10px #1abc9c59}._modallzinhoAvatar_17drj_115:hover{transform:scale(1.1);box-shadow:0 4px 16px #1abc9c80}._modallzinhoLabel_17drj_195{color:var(--text-subtle);font-size:.6rem;font-weight:500}._modallzinhoTip_17drj_207{background:var(--bg-card);border:1px solid var(--border);color:var(--text-muted);white-space:nowrap;z-index:200;border-radius:14px;min-width:200px;padding:10px 14px;font-size:.65rem;position:absolute;bottom:0;box-shadow:0 16px 40px #00000029}._modallzinhoTipTitle_17drj_237{color:var(--text-h);margin-bottom:3px;font-size:.68rem;font-weight:700}._modallzinhoTipText_17drj_251{color:var(--text-subtle);line-height:1.5}._steps_1i5sg_1{flex-direction:column;gap:8px;display:flex}._step_1i5sg_1{border:1.5px solid var(--border);border-radius:10px;overflow:hidden}._step_ok_1i5sg_25{border-color:#1abc9c}._step_warn_1i5sg_27{border-color:#f59e0b}._step_fail_1i5sg_29{border-color:var(--error)}._step_running_1i5sg_31{border-color:var(--accent)}._step_skipped_1i5sg_33{border-color:var(--border);opacity:.6}._step_pending_1i5sg_35{border-color:var(--border);opacity:.4}._stepHeader_1i5sg_39{background:var(--bg-card);align-items:center;gap:10px;padding:10px 14px;display:flex}._step_ok_1i5sg_25 ._stepHeader_1i5sg_39{background:#1abc9c0f}._step_warn_1i5sg_27 ._stepHeader_1i5sg_39{background:#f59e0b0f}._step_fail_1i5sg_29 ._stepHeader_1i5sg_39{background:#ef44440f}._stepIcon_1i5sg_63{flex-shrink:0;font-size:.85rem}._stepLabel_1i5sg_73{color:var(--text-h);font-size:.82rem;font-weight:700}._details_1i5sg_85{border-top:1px solid var(--border);background:var(--bg-muted);flex-direction:column;gap:3px;margin:0;padding:8px 14px 10px 38px;list-style:none;display:flex}._details_1i5sg_85 li{color:var(--text-muted);font-family:monospace;font-size:.68rem;line-height:1.5}._detailSection_1i5sg_121{color:var(--text-subtle);letter-spacing:.01em;margin-top:4px;font-weight:700}._detailRaw_1i5sg_135{color:var(--text-subtle);opacity:.8;padding-left:8px}._page_uxyer_1{background:var(--bg);max-width:760px;min-height:100vh;margin:0 auto;padding:32px 24px 80px;font-family:inherit}._header_uxyer_21{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}._title_uxyer_37{color:var(--text-h);letter-spacing:-.02em;margin:0 0 4px;font-size:1.3rem;font-weight:800}._sub_uxyer_53{color:var(--text-muted);margin:0;font-size:.72rem}._headerBtns_uxyer_65{flex-shrink:0;align-items:center;gap:8px;display:flex}._reportBtn_uxyer_79{border:1.5px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:10px;padding:10px 16px;font-family:inherit;font-size:.78rem;font-weight:600;transition:border-color .15s,color .15s}._reportBtn_uxyer_79:hover{border-color:var(--accent);color:var(--accent)}._startBtn_uxyer_115{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:10px;flex-shrink:0;padding:10px 20px;font-family:inherit;font-size:.82rem;font-weight:700;transition:background .15s,opacity .15s}._startBtn_uxyer_115:disabled{opacity:.5;cursor:not-allowed}._startBtn_uxyer_115:hover:not(:disabled){background:var(--accent-hover)}._summary_uxyer_163{background:var(--bg-card);border:1.5px solid var(--border);border-radius:10px;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;padding:10px 14px;font-size:.72rem;font-weight:600;display:flex}._summaryOk_uxyer_191{color:#1abc9c}._summaryWarn_uxyer_193{color:#f59e0b}._summaryFail_uxyer_195{color:var(--error)}._summarySkip_uxyer_197{color:var(--text-subtle)}._summaryUid_uxyer_199{color:var(--text-subtle);margin-left:auto;font-family:monospace;font-size:.65rem;font-weight:400}._waitBanner_uxyer_205{background:#f59e0b0f;border:2px solid #f59e0b;border-radius:12px;padding:16px 18px}._waitTitle_uxyer_219{color:#f59e0b;margin-bottom:8px;font-size:.92rem;font-weight:800}._waitDesc_uxyer_233{color:var(--text-muted);margin:4px 0;font-size:.72rem;line-height:1.6}._waitDesc_uxyer_233 code{background:var(--bg-muted);color:var(--text-h);border-radius:4px;padding:1px 4px;font-family:monospace;font-size:.68rem}._reportBtnInline_uxyer_267{color:inherit;cursor:pointer;opacity:.85;background:0 0;border:1.5px solid;border-radius:8px;margin-left:16px;padding:6px 14px;font-family:inherit;font-size:.72rem;font-weight:700;transition:opacity .15s}._reportBtnInline_uxyer_267:hover{opacity:1}._doneBanner_uxyer_305{color:#1abc9c;background:#1abc9c14;border:2px solid #1abc9c;border-radius:12px;justify-content:space-between;align-items:center;padding:14px 18px;font-size:.88rem;font-weight:700;display:flex}._doneBannerFail_uxyer_331{border-color:var(--error);color:var(--error);background:#ef44440f}._revertSection_uxyer_345{flex-direction:column;gap:8px;margin-top:12px;display:flex}._revertBtn_uxyer_359{border:1.5px solid var(--error);color:var(--error);cursor:pointer;background:0 0;border-radius:10px;align-self:flex-start;padding:9px 18px;font-family:inherit;font-size:.8rem;font-weight:700;transition:background .15s,color .15s}._revertBtn_uxyer_359:hover:not(:disabled){background:#ef444414}._revertBtn_uxyer_359:disabled{opacity:.5;cursor:not-allowed}._revertLog_uxyer_405{border:1.5px solid var(--border);background:var(--bg-muted);border-radius:10px;flex-direction:column;gap:3px;margin:0;padding:10px 14px;list-style:none;display:flex}._revertLog_uxyer_405 li{font-family:monospace;font-size:.68rem;line-height:1.5}._revertOk_uxyer_441{color:#1abc9c}._revertFail_uxyer_443{color:var(--error)}._revertSkip_uxyer_445{color:var(--text-subtle)}._revertInfo_uxyer_447{color:var(--text-muted)}._dataCard_uxyer_453{border:1.5px solid var(--border);border-radius:12px;margin-top:24px;overflow:hidden}._dataTitle_uxyer_467{color:var(--text-subtle);text-transform:uppercase;letter-spacing:.08em;background:var(--bg-muted);border-bottom:1px solid var(--border);padding:10px 14px;font-size:.68rem;font-weight:700}._dataTable_uxyer_489{border-collapse:collapse;width:100%}._dataTable_uxyer_489 td{border-bottom:1px solid var(--border);padding:8px 14px;font-size:.72rem}._dataTable_uxyer_489 tr:last-child td{border-bottom:none}._dataTable_uxyer_489 td:first-child{color:var(--text-subtle);width:140px;font-weight:600}._dataTable_uxyer_489 td:last-child{color:var(--text-h);font-family:monospace}
