:root{--blue: #0057B8;--blue-dark: #003d82;--blue-light: #1a6fd4;--red: #E8192C;--red-dark: #b81020;--green: #009B3A;--green-dark: #007a2c;--white: #ffffff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--exact: #009B3A;--partial: #f59e0b;--wrong: #9ca3af;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--spacing-1: .25rem;--spacing-2: .5rem;--spacing-3: .75rem;--spacing-4: 1rem;--spacing-5: 1.25rem;--spacing-6: 1.5rem;--spacing-8: 2rem;--spacing-10: 2.5rem;--spacing-12: 3rem;--radius-sm: .25rem;--radius: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--sidebar-width: 240px}[data-theme=dark]{--white: #1e293b;--gray-50: #0f172a;--gray-100: #1e293b;--gray-200: #334155;--gray-300: #475569;--gray-400: #64748b;--gray-500: #94a3b8;--gray-600: #cbd5e1;--gray-700: #e2e8f0;--gray-800: #f1f5f9;--gray-900: #f8fafc}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;overflow-x:hidden}body{font-family:var(--font);font-size:1rem;line-height:1.5;color:var(--gray-900);background-color:var(--gray-50);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;max-width:100vw}#root{min-height:100vh;display:flex;flex-direction:column}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:var(--font)}input,select,textarea{font-family:var(--font)}img{max-width:100%;height:auto}.loading-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--gray-50)}.loading-spinner{width:40px;height:40px;border:3px solid var(--gray-200);border-top-color:var(--blue);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}._fab_nbkk1_1{position:fixed;bottom:72px;right:16px;z-index:200;width:52px;height:52px;border-radius:50%;background:var(--blue, #0057B8);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.5rem;box-shadow:0 4px 12px #0057b866;transition:transform .15s ease,box-shadow .15s ease,bottom .2s ease}body[data-savebar] ._fab_nbkk1_1{bottom:140px}._fab_nbkk1_1:hover{transform:scale(1.08);box-shadow:0 6px 18px #0057b880}._fab_nbkk1_1:active{transform:scale(.96)}@media (min-width: 768px){._fab_nbkk1_1{bottom:24px;right:24px}}._overlay_w15xo_2{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:300;opacity:0;pointer-events:none;transition:opacity .2s ease}._overlayVisible_w15xo_12{opacity:1;pointer-events:auto}._panel_w15xo_18{position:fixed;left:0;right:0;bottom:0;z-index:301;background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -4px 24px #00000026;display:flex;flex-direction:column;height:70vh;max-height:600px;transform:translateY(100%);transition:transform .25s ease}._panelOpen_w15xo_35{transform:translateY(0)}@media (min-width: 768px){._panel_w15xo_18{left:auto;right:0;top:0;bottom:0;width:380px;height:100%;max-height:none;border-radius:0;transform:translate(100%)}._panelOpen_w15xo_35{transform:translate(0)}}._header_w15xo_59{display:flex;align-items:center;justify-content:space-between;padding:14px 16px 12px;border-bottom:1px solid #eee;flex-shrink:0}._headerTitle_w15xo_68{font-size:1.05rem;font-weight:700;color:var(--blue, #0057B8)}._closeBtn_w15xo_74{background:none;border:none;font-size:1.2rem;cursor:pointer;color:#666;padding:4px 8px;border-radius:6px;line-height:1}._closeBtn_w15xo_74:hover{background:#f0f0f0}._messages_w15xo_90{flex:1;overflow-y:auto;padding:12px 14px;display:flex;flex-direction:column;gap:10px}._bubble_w15xo_99{max-width:85%;padding:8px 12px;border-radius:14px;font-size:.9rem;line-height:1.45;white-space:pre-wrap;word-break:break-word}._bubbleUser_w15xo_109{align-self:flex-end;background:var(--blue, #0057B8);color:#fff;border-bottom-right-radius:4px}._assistantRow_w15xo_116{display:flex;align-items:flex-end;gap:8px}._msgAvatar_w15xo_122{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0;border:1.5px solid #d1d5db}._bubbleAssistant_w15xo_131{background:#f0f4fa;color:#1a1a1a;border-bottom-left-radius:4px}._bubbleError_w15xo_137{background:#fff0f0;color:#c0392b;border-bottom-left-radius:4px}._typing_w15xo_144{align-self:flex-start;background:#f0f4fa;border-radius:14px 14px 14px 4px;padding:10px 14px;display:flex;gap:5px;align-items:center}._typingDot_w15xo_155{width:7px;height:7px;background:var(--blue, #0057B8);border-radius:50%;opacity:.5;animation:_bounce_w15xo_1 1.2s infinite}._typingDot_w15xo_155:nth-child(2){animation-delay:.2s}._typingDot_w15xo_155:nth-child(3){animation-delay:.4s}@keyframes _bounce_w15xo_1{0%,80%,to{transform:translateY(0);opacity:.5}40%{transform:translateY(-5px);opacity:1}}._inputBar_w15xo_173{display:flex;align-items:flex-end;gap:8px;padding:10px 12px;border-top:1px solid #eee;flex-shrink:0}._input_w15xo_173{flex:1;border:1px solid #ddd;border-radius:20px;padding:9px 14px;font-size:.9rem;font-family:inherit;resize:none;max-height:100px;outline:none;line-height:1.4}._input_w15xo_173:focus{border-color:var(--blue, #0057B8)}._sendBtn_w15xo_199{width:38px;height:38px;border-radius:50%;background:var(--blue, #0057B8);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0;transition:opacity .15s}._sendBtn_w15xo_199:disabled{opacity:.45;cursor:not-allowed}[data-theme=dark] ._panel_w15xo_18{background:var(--gray-100)}[data-theme=dark] ._header_w15xo_59{border-bottom-color:var(--gray-200)}[data-theme=dark] ._closeBtn_w15xo_74{color:var(--gray-500)}[data-theme=dark] ._closeBtn_w15xo_74:hover{background:var(--gray-200)}[data-theme=dark] ._bubbleAssistant_w15xo_131{background:var(--gray-200);color:var(--gray-900)}[data-theme=dark] ._bubbleError_w15xo_137{background:#ef444426;color:#fca5a5}[data-theme=dark] ._typing_w15xo_144{background:var(--gray-200)}[data-theme=dark] ._msgAvatar_w15xo_122{border-color:var(--gray-300)}[data-theme=dark] ._inputBar_w15xo_173{border-top-color:var(--gray-200)}[data-theme=dark] ._input_w15xo_173{background:var(--white);color:var(--gray-900);border-color:var(--gray-300)}._page_16thp_3{--bg: #f8fafc;--surface: #ffffff;--text: #0f172a;--muted: #64748b;--border: #e2e8f0;--primary: #0057B8;--primary-hover: #0049A0;--primary-contrast: #ffffff;--accent-red: #E8192C;--accent-green: #009B3A;--shadow-sm: 0 1px 3px rgba(0,0,0,.07), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.07), 0 2px 4px -2px rgba(0,0,0,.04);--radius: 14px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--bg);line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}._container_16thp_26{width:min(1040px,92%);margin:0 auto}._topbar_16thp_33{border-bottom:1px solid var(--border);background:var(--surface);position:sticky;top:0;z-index:10;box-shadow:var(--shadow-sm)}._topbar_16thp_33 ._container_16thp_26{display:flex;align-items:center;justify-content:space-between;padding:.8rem 0}._topbarRight_16thp_49{display:flex;align-items:center;gap:1rem}._topbarRight_16thp_49 nav{display:flex;gap:1rem}._topbarRight_16thp_49 nav a{color:var(--muted);text-decoration:none;font-size:.95rem}._topbarRight_16thp_49 nav a:hover{color:var(--text)}._brandLogo_16thp_70{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--text)}._brandName_16thp_78{font-weight:700;letter-spacing:.3px;font-size:1rem}._langToggle_16thp_84{background:none;border:1px solid var(--border);border-radius:999px;padding:.25rem .65rem;font:inherit;font-size:.8rem;font-weight:700;cursor:pointer;color:var(--muted);letter-spacing:.04em;transition:color .12s,border-color .12s;flex-shrink:0}._langToggle_16thp_84:hover{color:var(--text);border-color:var(--text)}._topbarToggle_16thp_104{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:.3rem;width:36px;height:36px;flex-shrink:0}._topbarToggle_16thp_104 span{display:block;height:2px;width:22px;background:var(--text);border-radius:2px}._hero_16thp_128{padding:5rem 0 3rem;background:linear-gradient(135deg,#0057b8,#003d82);color:#fff;position:relative}._hero_16thp_128:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,rgba(255,255,255,.08) 1px,transparent 1px);background-size:24px 24px;pointer-events:none}._hero_16thp_128 ._kicker_16thp_145{color:#93c5fd}._hero_16thp_128 h1{color:#fff}._hero_16thp_128 ._subtitle_16thp_153{color:#ffffffbf}._hero_16thp_128 ._interactiveMessage_16thp_157{color:#ffffffb3}._hero_16thp_128 ._btnSecondary_16thp_161{background:#ffffff1f;border-color:#ffffff59;color:#fff}._hero_16thp_128 ._btnSecondary_16thp_161:hover{background:#ffffff38}._heroHighlight_16thp_171{color:#fcd34d}._heroGrid_16thp_175{display:grid;grid-template-columns:1.1fr .9fr;gap:2.5rem;align-items:center;position:relative}._kicker_16thp_145{font-size:.8rem;color:var(--accent-red);margin:0 0 .4rem;text-transform:uppercase;letter-spacing:.1em;font-weight:600}._page_16thp_3 h1{font-size:clamp(2rem,5vw,3rem);line-height:1.1;margin:0;font-weight:900;letter-spacing:-.02em}._subtitle_16thp_153{margin-top:1rem;color:var(--muted);max-width:58ch}._heroActions_16thp_206{margin-top:1.4rem;display:flex;gap:.8rem;flex-wrap:wrap}._interactiveMessage_16thp_157{color:var(--muted);margin-top:.8rem}._previewContainer_16thp_220{display:flex;justify-content:center;align-items:flex-start}._phoneShell_16thp_226{width:264px;flex-shrink:0;background:#1a1a1a;border-radius:50px;padding:18px 12px 22px;box-shadow:0 0 0 2px #333,inset 0 0 0 1px #3f3f46,0 32px 80px #00000080;position:relative}._phoneIsland_16thp_239{width:110px;height:26px;background:#000;border-radius:20px;margin:0 auto 8px}._phoneScreen_16thp_247{border-radius:36px;overflow:hidden;background:#fff;height:460px}._phoneHomeBar_16thp_254{width:90px;height:4px;background:#ffffff40;border-radius:2px;margin:10px auto 0}._appPreviewFrame_16thp_262{border:none;pointer-events:none;display:block;transform-origin:top left}._floatBubble_16thp_271{position:absolute;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:.45rem .85rem;font-size:.8rem;font-weight:600;color:#0f172a;box-shadow:0 4px 16px #00000024;white-space:nowrap;z-index:4;pointer-events:none}._btn_16thp_161{display:inline-block;text-decoration:none;border:1px solid transparent;border-radius:999px;padding:.72rem 1.3rem;font-size:.95rem;font-weight:500;cursor:pointer;text-align:center;font-family:inherit;transition:background .15s,border-color .15s,opacity .15s}._btnPrimary_16thp_302{background:var(--primary);color:var(--primary-contrast)!important}._btnPrimary_16thp_302:hover{background:var(--primary-hover);text-decoration:none}._btnWhite_16thp_312{background:#fff;color:var(--primary)!important;border-color:transparent}._btnWhite_16thp_312:hover{background:#f0f4ff;text-decoration:none}._btnSecondary_16thp_161{background:var(--surface);border-color:var(--border);color:var(--text)}._btnSecondary_16thp_161:hover{background:var(--bg)}._btnSmall_16thp_333{padding:.42rem .8rem;font-size:.88rem}._statsBar_16thp_340{background:var(--surface);border-bottom:1px solid var(--border);padding:.9rem 0}._statsGrid_16thp_346{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}._statItem_16thp_353{display:flex;flex-direction:column;align-items:center;padding:.4rem 2rem;gap:.1rem}._statSep_16thp_361{width:1px;height:2rem;background:var(--border);flex-shrink:0}._statNum_16thp_368{font-size:1.35rem;font-weight:800;color:var(--primary);line-height:1;letter-spacing:-.02em}._statLabel_16thp_376{font-size:.72rem;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}._section_16thp_385{padding:3rem 0}._sectionAlt_16thp_389{background:#f1f5f9}._page_16thp_3 h2{margin-top:0;margin-bottom:1.2rem;font-size:1.5rem;font-weight:700;letter-spacing:-.01em}._features_16thp_403{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}._card_16thp_409{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem;box-shadow:var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease}._card_16thp_409:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}._cardIcon_16thp_423{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;flex-shrink:0}._card_16thp_409 h3{margin-top:0;margin-bottom:.5rem;font-size:1rem;font-weight:600}._card_16thp_409 p{margin:0;color:var(--muted);font-size:.92rem}._steps_16thp_449{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:1.5rem}._step_16thp_449{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1rem;display:flex;flex-direction:column;gap:.5rem}._stepNum_16thp_466{width:36px;height:36px;border-radius:50%;background:var(--primary);color:#fff;font-weight:700;font-size:.9rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}._stepTitle_16thp_480{font-size:.95rem;font-weight:600;color:var(--text);margin-top:.15rem}._stepDesc_16thp_487{margin:0;font-size:.875rem;color:var(--muted)}._ctaGradient_16thp_495{background:linear-gradient(135deg,#0057b8,#003d82);position:relative;overflow:hidden}._ctaGradient_16thp_495:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,rgba(255,255,255,.07) 1px,transparent 1px);background-size:24px 24px;pointer-events:none}._cta_16thp_495{text-align:center;position:relative}._cta_16thp_495 h2{margin-bottom:.4rem;color:#fff}._cta_16thp_495 p{color:#fffc;margin-top:0;margin-bottom:1.1rem}._faqList_16thp_528{display:flex;flex-direction:column;gap:.5rem;margin-top:1.2rem}._faqItem_16thp_535{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:0 1rem}._faqItem_16thp_535 summary{padding:1rem 0;font-weight:600;font-size:.95rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}._faqItem_16thp_535 summary::-webkit-details-marker{display:none}._faqItem_16thp_535 summary:after{content:"+";font-size:1.2rem;font-weight:400;color:var(--muted);flex-shrink:0;transition:transform .2s}._faqItem_16thp_535[open] summary:after{transform:rotate(45deg)}._faqItem_16thp_535 p{margin:0 0 1rem;color:var(--muted);font-size:.92rem;line-height:1.6}._siteFooter_16thp_578{border-top:1px solid var(--border);background:var(--surface);padding:1.2rem 0}._footerInner_16thp_584{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}._footerCopy_16thp_591{margin:0;font-size:.85rem;color:var(--muted);flex:1}._footerMakerLink_16thp_598{color:var(--primary);text-decoration:none;font-weight:500}._footerMakerLink_16thp_598:hover{text-decoration:underline}._chatWidget_16thp_610{display:none;position:fixed;bottom:1.5rem;right:1.5rem;z-index:200;display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}._chatFab_16thp_622{width:56px;height:56px;border-radius:50%;background:var(--primary);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #0057b873;transition:background .15s,transform .15s;flex-shrink:0}._chatFab_16thp_622:hover{background:var(--primary-hover);transform:scale(1.06)}._chatPanel_16thp_643{width:340px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 8px 30px #0000001f;display:flex;flex-direction:column;overflow:hidden;max-height:480px}._chatHeader_16thp_655{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;background:var(--primary);color:#fff;flex-shrink:0}._chatAgentInfo_16thp_665{display:flex;align-items:center;gap:.65rem}._chatAgentAvatar_16thp_671{width:38px;height:38px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid rgba(255,255,255,.35);background:#dbeafe;display:flex;align-items:center;justify-content:center}._chatAgentAvatar_16thp_671 img{width:100%;height:100%;object-fit:cover}._chatAgentName_16thp_690{margin:0;font-weight:600;font-size:.9rem}._chatAgentStatus_16thp_696{margin:0;font-size:.73rem;opacity:.85}._chatCloseBtn_16thp_702{background:none;border:none;color:#fff;cursor:pointer;padding:.2rem .3rem;opacity:.8;display:flex;align-items:center}._chatCloseBtn_16thp_702:hover{opacity:1}._chatMessages_16thp_715{flex:1;overflow-y:auto;padding:.9rem;display:flex;flex-direction:column;gap:.6rem;min-height:0}._chatMsg_16thp_725{display:flex;flex-direction:column;max-width:86%}._chatMsgAgent_16thp_731{align-self:flex-start}._chatMsgUser_16thp_732{align-self:flex-end}._chatMsg_16thp_725 p{margin:0;padding:.6rem .8rem;border-radius:12px;font-size:.875rem;line-height:1.5}._chatMsgAgent_16thp_731 p{background:var(--bg);border:1px solid var(--border);color:var(--text);border-bottom-left-radius:4px}._chatMsgUser_16thp_732 p{background:var(--primary);color:#fff;border-bottom-right-radius:4px}._chatTyping_16thp_755 p{color:var(--muted);font-style:italic}._chatInputRow_16thp_760{display:flex;gap:.5rem;padding:.7rem .75rem;border-top:1px solid var(--border);flex-shrink:0}._chatInputRow_16thp_760 input{flex:1;border:1px solid var(--border);border-radius:10px;padding:.5rem .75rem;font:inherit;font-size:.875rem;color:var(--text);min-width:0;background:var(--surface)}._chatInputRow_16thp_760 input:focus{outline:2px solid #cbd5e1;outline-offset:1px}.bb-fade{opacity:0;transform:translateY(20px);transition:opacity .55s ease,transform .55s ease}.bb-fade.bb-show{opacity:1;transform:none}@media (max-width: 860px){._topbarToggle_16thp_104{display:flex}._topbarRight_16thp_49 nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--surface);border-bottom:1px solid var(--border);box-shadow:var(--shadow-md);flex-direction:column;padding:.5rem 0;z-index:50}._topbarRight_16thp_49 nav a{padding:.75rem 1.5rem;font-size:1rem;display:block}.nav-open ._topbarRight_16thp_49 nav,._navOpen_16thp_826 ._topbarRight_16thp_49 nav{display:flex}._heroGrid_16thp_175{grid-template-columns:1fr;gap:2rem}._hero_16thp_128{padding:3rem 0 2.5rem}._statsGrid_16thp_346{gap:0}._statItem_16thp_353{padding:.4rem 1.25rem}._statSep_16thp_361{height:1.5rem}._steps_16thp_449{grid-template-columns:repeat(2,1fr)}._chatWidget_16thp_610{bottom:1rem;right:1rem}._chatPanel_16thp_643{width:calc(100vw - 2rem);max-height:420px}}@media (max-width: 600px){._steps_16thp_449{grid-template-columns:1fr;gap:var(--spacing-4)}._features_16thp_403{grid-template-columns:1fr}._phoneShell_16thp_226{width:230px;border-radius:44px;padding:15px 10px 18px}._phoneIsland_16thp_239{width:90px;height:22px}._phoneScreen_16thp_247{border-radius:30px;height:390px}._floatBubble_16thp_271{display:none}}@media (max-width: 400px){._previewContainer_16thp_220{display:none}}._compStrip_16thp_907{margin-top:1.6rem}._compStripLabel_16thp_911{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;font-weight:600;color:var(--muted);margin-bottom:.6rem}._compStripList_16thp_921{display:flex;flex-wrap:wrap;gap:.4rem}._compChip_16thp_927{padding:4px 11px;border:1px solid rgba(255,255,255,.28);border-radius:999px;font-size:.78rem;font-weight:500;color:#fff;white-space:nowrap}._container_miyxn_1{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--blue) 0%,var(--blue-dark) 100%);padding:var(--spacing-4)}._card_miyxn_10{background:var(--white);border-radius:var(--radius-xl);padding:var(--spacing-8);width:100%;max-width:400px;box-shadow:var(--shadow-lg)}._header_miyxn_19{text-align:center;margin-bottom:var(--spacing-6)}._logo_miyxn_24{font-size:3rem;margin-bottom:var(--spacing-2)}._logoIcon_miyxn_29{display:inline-block}._title_miyxn_33{font-size:1.75rem;font-weight:700;color:var(--gray-900);margin-bottom:var(--spacing-1)}._subtitle_miyxn_40{font-size:.9rem;color:var(--gray-500)}._googleBtn_miyxn_45{width:100%;display:flex;align-items:center;justify-content:center;gap:var(--spacing-3);padding:var(--spacing-3) var(--spacing-4);border:1.5px solid var(--gray-300);border-radius:var(--radius);background:var(--white);color:var(--gray-700);font-size:.95rem;font-weight:500;transition:background .15s,border-color .15s}._googleBtn_miyxn_45:hover:not(:disabled){background:var(--gray-50);border-color:var(--gray-400)}._googleBtn_miyxn_45:disabled{opacity:.6;cursor:not-allowed}._divider_miyxn_71{display:flex;align-items:center;gap:var(--spacing-3);margin:var(--spacing-5) 0;color:var(--gray-400);font-size:.85rem}._divider_miyxn_71:before,._divider_miyxn_71:after{content:"";flex:1;height:1px;background:var(--gray-200)}._tabs_miyxn_88{display:flex;gap:var(--spacing-1);background:var(--gray-100);border-radius:var(--radius);padding:var(--spacing-1);margin-bottom:var(--spacing-5)}._tab_miyxn_88{flex:1;padding:var(--spacing-2) var(--spacing-3);border:none;border-radius:var(--radius-sm);background:transparent;color:var(--gray-500);font-size:.9rem;font-weight:500;transition:background .15s,color .15s}._tabActive_miyxn_109{background:var(--white);color:var(--gray-900);box-shadow:var(--shadow-sm)}._form_miyxn_115{display:flex;flex-direction:column;gap:var(--spacing-4)}._field_miyxn_121{display:flex;flex-direction:column;gap:var(--spacing-1)}._label_miyxn_127{font-size:.875rem;font-weight:500;color:var(--gray-700)}._input_miyxn_133{padding:var(--spacing-3) var(--spacing-4);border:1.5px solid var(--gray-300);border-radius:var(--radius);font-size:.95rem;color:var(--gray-900);background:var(--white);transition:border-color .15s;outline:none}._input_miyxn_133:focus{border-color:var(--blue)}._error_miyxn_148{font-size:.875rem;color:var(--red);background:#fff1f2;padding:var(--spacing-2) var(--spacing-3);border-radius:var(--radius-sm);border:1px solid #fecdd3}._submitBtn_miyxn_157{width:100%;padding:var(--spacing-3) var(--spacing-4);background:var(--blue);color:var(--white);border:none;border-radius:var(--radius);font-size:.95rem;font-weight:600;transition:background .15s}._submitBtn_miyxn_157:hover:not(:disabled){background:var(--blue-light)}._submitBtn_miyxn_157:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 600px){._container_miyxn_1{padding:var(--spacing-4) var(--spacing-3);align-items:flex-start;padding-top:var(--spacing-8)}._card_miyxn_10{padding:var(--spacing-6) var(--spacing-4);border-radius:var(--radius-lg)}._logo_miyxn_24{font-size:2.25rem}._title_miyxn_33{font-size:1.4rem}._googleBtn_miyxn_45{padding:var(--spacing-3);font-size:.9rem}}._forgotLink_miyxn_200{background:none;border:none;color:var(--blue);font-size:.85rem;cursor:pointer;padding:0;text-align:center}._forgotLink_miyxn_200:hover{text-decoration:underline}._forgotHeader_miyxn_214{font-size:1rem;font-weight:600;color:var(--gray-900);text-align:center;margin-bottom:var(--spacing-2)}._success_miyxn_222{font-size:.875rem;color:var(--green);background:#f0fdf4;padding:var(--spacing-2) var(--spacing-3);border-radius:var(--radius-sm);border:1px solid #bbf7d0}._langRow_miyxn_231{display:flex;justify-content:center;margin-top:var(--spacing-4)}._langToggle_miyxn_237{background:transparent;border:1.5px solid var(--gray-200);border-radius:var(--radius);padding:var(--spacing-1) var(--spacing-3);font-size:.8rem;color:var(--gray-500);cursor:pointer;transition:border-color .15s,color .15s}._langToggle_miyxn_237:hover{border-color:var(--blue);color:var(--blue)}
