@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";._banner_zquwa_1{position:fixed;bottom:0;left:0;right:0;z-index:9999;padding:0 16px 16px;animation:_slideUp_zquwa_1 .3s cubic-bezier(.4,0,.2,1)}@keyframes _slideUp_zquwa_1{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}._inner_zquwa_16{max-width:900px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);padding:16px 20px;box-shadow:0 -4px 40px #0006}._text_zquwa_30{display:flex;align-items:center;gap:12px;flex:1}._icon_zquwa_37{font-size:22px;flex-shrink:0}._text_zquwa_30 p{font-size:14px;line-height:1.6;color:var(--text-sec);margin:0}._link_zquwa_49{color:var(--blue);text-decoration:none;font-weight:500}._link_zquwa_49:hover{text-decoration:underline}._actions_zquwa_56{display:flex;gap:10px;flex-shrink:0}._btnDecline_zquwa_62{padding:9px 18px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;border:1px solid var(--border);background:transparent;color:var(--text-muted);transition:all var(--transition)}._btnDecline_zquwa_62:hover{background:var(--surface);color:var(--text);border-color:#f8fafc2e}._btnAccept_zquwa_79{padding:9px 18px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;border:1px solid transparent;background:var(--blue);color:#fff;transition:all var(--transition)}._btnAccept_zquwa_79:hover{background:var(--accent-hover)}@media (max-width: 600px){._inner_zquwa_16{flex-direction:column;align-items:flex-start;gap:14px}._actions_zquwa_56{width:100%}._btnDecline_zquwa_62,._btnAccept_zquwa_79{flex:1;text-align:center}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--midnight: #0A0A0F;--dark-navy: #0F1419;--surface: #1A1B23;--surface2: #242530;--surface3: #2A2B3A;--border: rgba(255,255,255,.06);--border-light:rgba(255,255,255,.12);--blue: #3B82F6;--blue-light: #60A5FA;--blue-dark: #1D4ED8;--indigo: #6366F1;--purple: #8B5CF6;--teal: #14B8A6;--blue-glow: rgba(59,130,246,.25);--indigo-glow: rgba(99,102,241,.25);--purple-glow: rgba(139,92,246,.25);--text: #F1F5F9;--text-sec: #CBD5E1;--text-muted: #64748B;--text-dim: #475569;--success: #10B981;--warning: #F59E0B;--error: #EF4444;--radius: 18px;--radius-sm: 12px;--radius-lg: 24px;--shadow: 0 8px 32px rgba(0,0,0,.12);--shadow-lg: 0 20px 64px rgba(0,0,0,.24);--transition: .25s cubic-bezier(.4, 0, .2, 1);--bg: var(--midnight);--accent: var(--blue);--accent-hover:var(--blue-light);--accent-glow: var(--blue-glow)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;background:var(--midnight);background-image:radial-gradient(ellipse 80% 60% at 50% -20%,rgba(59,130,246,.08) 0%,transparent 70%),radial-gradient(ellipse 40% 40% at 80% 80%,rgba(99,102,241,.06) 0%,transparent 60%);background-attachment:fixed;color:var(--text);min-height:100vh}.spinner{width:40px;height:40px;border:3px solid var(--surface2);border-top-color:var(--blue);border-radius:50%;animation:spin .8s linear infinite;box-shadow:0 4px 12px #3b82f626}@keyframes spin{to{transform:rotate(360deg)}}html{scroll-behavior:smooth}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--surface3);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-dim)}::selection{background:var(--blue-glow);color:var(--text)}:focus-visible{outline:2px solid var(--blue);outline-offset:2px;border-radius:var(--radius-sm)}.skip-link{position:absolute;top:-100%;left:16px;z-index:9999;padding:10px 16px;background:#2563eb;color:#fff;font-size:14px;font-weight:600;text-decoration:none;border-radius:8px}.skip-link:focus{top:16px}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.spinner{animation:none;border-top-color:var(--blue)}}._header_16cg2_1{position:sticky;top:0;z-index:300;width:100%}._headerLight_16cg2_8{background:#fafbfceb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid #e2e8f0}._headerDark_16cg2_15{background:#0a0a0feb;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid var(--border)}._inner_16cg2_22{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:1120px;margin:0 auto;padding:14px clamp(16px,4vw,24px);width:100%}._brand_16cg2_33{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}._logoIcon_16cg2_41{width:34px;height:34px;background:#2563eb;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:16px;color:#fff;flex-shrink:0}._headerLight_16cg2_8 ._logoText_16cg2_54{font-size:19px;font-weight:700;letter-spacing:-.3px;color:#0f172a}._headerDark_16cg2_15 ._logoText_16cg2_54{font-size:19px;font-weight:700;letter-spacing:-.3px;color:#fff}._nav_16cg2_68{display:flex;align-items:center;gap:4px}._headerLight_16cg2_8 ._navLink_16cg2_74{color:#64748b}._headerDark_16cg2_15 ._navLink_16cg2_74{color:var(--text-muted)}._navLink_16cg2_74{background:none;border:none;font-size:15px;font-weight:500;font-family:inherit;cursor:pointer;padding:8px 14px;border-radius:8px;text-decoration:none;transition:color .2s,background .2s}._headerLight_16cg2_8 ._navLink_16cg2_74:hover{color:#0f172a;background:#0f172a0a}._headerDark_16cg2_15 ._navLink_16cg2_74:hover{color:var(--text);background:#ffffff0a}._headerLight_16cg2_8 ._navLinkActive_16cg2_105{color:#0f172a}._headerDark_16cg2_15 ._navLinkActive_16cg2_105{color:var(--text)}._actions_16cg2_113{display:flex;align-items:center;gap:10px;flex-shrink:0}._headerLight_16cg2_8 ._btnGhost_16cg2_120{color:#64748b}._headerDark_16cg2_15 ._btnGhost_16cg2_120{color:var(--text-muted)}._btnGhost_16cg2_120{background:none;border:none;font-size:15px;font-weight:500;font-family:inherit;cursor:pointer;padding:8px 14px;border-radius:8px;text-decoration:none;transition:color .2s}._headerLight_16cg2_8 ._btnGhost_16cg2_120:hover{color:#0f172a}._headerDark_16cg2_15 ._btnGhost_16cg2_120:hover{color:var(--text)}._btnPrimary_16cg2_149{background:#2563eb;color:#fff;border:none;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;padding:9px 18px;border-radius:10px;text-decoration:none;transition:background .2s;white-space:nowrap}._btnPrimary_16cg2_149:hover{background:#1d4ed8}._avatar_16cg2_168{width:32px;height:32px;border-radius:50%;background:#2563eb;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff;flex-shrink:0}._menuToggle_16cg2_182{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;background:none;border:1px solid transparent;border-radius:8px;cursor:pointer}._headerLight_16cg2_8 ._menuToggle_16cg2_182{border-color:#e2e8f0}._headerDark_16cg2_15 ._menuToggle_16cg2_182{border-color:var(--border)}._menuBar_16cg2_204{display:block;width:100%;height:2px;border-radius:1px;transition:transform .2s}._headerLight_16cg2_8 ._menuBar_16cg2_204{background:#0f172a}._headerDark_16cg2_15 ._menuBar_16cg2_204{background:#fff}._menuOverlay_16cg2_220{position:fixed;right:0;bottom:0;left:0;top:61px;background:#0f172a66;z-index:299}._mobileNav_16cg2_228{position:fixed;top:61px;left:0;right:0;z-index:301;display:flex;flex-direction:column;padding:12px 16px 20px;transform:translateY(-8px);opacity:0;pointer-events:none;transition:opacity .2s,transform .2s}._headerLight_16cg2_8 ._mobileNav_16cg2_228{background:#fafbfc;border-bottom:1px solid #e2e8f0}._headerDark_16cg2_15 ._mobileNav_16cg2_228{background:var(--midnight);border-bottom:1px solid var(--border)}._mobileNavOpen_16cg2_253{transform:translateY(0);opacity:1;pointer-events:auto}._mobileLink_16cg2_259{display:block;width:100%;padding:14px 12px;font-size:16px;font-weight:500;font-family:inherit;text-align:left;text-decoration:none;background:none;border:none;border-radius:8px;cursor:pointer;transition:background .2s}._headerLight_16cg2_8 ._mobileLink_16cg2_259{color:#0f172a}._headerDark_16cg2_15 ._mobileLink_16cg2_259{color:var(--text)}._headerLight_16cg2_8 ._mobileLink_16cg2_259:hover{background:#f1f5f9}._headerDark_16cg2_15 ._mobileLink_16cg2_259:hover{background:#ffffff0a}._mobileCta_16cg2_291{margin-top:8px;background:#2563eb!important;color:#fff!important;text-align:center;font-weight:600}._mobileCta_16cg2_291:hover{background:#1d4ed8!important}@media (max-width: 768px){._nav_16cg2_68,._actions_16cg2_113{display:none}._menuToggle_16cg2_182{display:flex}}@media (prefers-reduced-motion: reduce){._mobileNav_16cg2_228{transition:none}}._page_1ksdm_1{min-height:calc(100vh - 62px);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 16px 48px}._card_1ksdm_10{width:100%;max-width:420px;background:var(--mkt-surface);border:1px solid var(--mkt-border);border-radius:var(--mkt-radius-lg);padding:40px 36px 32px;box-shadow:var(--mkt-shadow-md)}._switchMode_1ksdm_20{margin-top:24px;padding-top:20px;border-top:1px solid var(--mkt-border);text-align:center;font-size:14px;color:var(--mkt-text-secondary)}._switchBtn_1ksdm_29{background:none;border:none;padding:0;font-family:inherit;font-size:14px;font-weight:600;color:var(--mkt-accent);cursor:pointer;text-decoration:underline;text-underline-offset:2px}._switchBtn_1ksdm_29:hover{color:var(--mkt-accent-hover)}@media (max-width: 480px){._card_1ksdm_10{padding:28px 20px 24px}}._title_1e9qf_1{font-size:22px;font-weight:700;letter-spacing:-.3px;margin-bottom:4px}._subtitle_1e9qf_8{font-size:14px;color:var(--text-muted);margin-bottom:24px}._row_1e9qf_14{display:flex;gap:12px}._row_1e9qf_14>*{flex:1}._options_1e9qf_21{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}._checkLabel_1e9qf_28{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted);cursor:pointer;-webkit-user-select:none;user-select:none}._checkLabel_1e9qf_28 input[type=checkbox]{width:15px;height:15px;accent-color:var(--accent);cursor:pointer}._linkBtn_1e9qf_45{background:none;border:none;color:var(--accent);font-size:13px;cursor:pointer;padding:0;font-family:inherit;transition:color var(--transition)}._linkBtn_1e9qf_45:hover{color:var(--accent-hover);text-decoration:underline}._btnPrimary_1e9qf_58{width:100%;padding:12px;background:linear-gradient(135deg,var(--accent),#7c6fff);color:#fff;border:none;border-radius:var(--radius);font-size:15px;font-weight:600;cursor:pointer;transition:opacity var(--transition),box-shadow var(--transition),transform var(--transition);box-shadow:0 4px 20px var(--accent-glow);letter-spacing:.1px;font-family:inherit}._btnPrimary_1e9qf_58:hover{opacity:.92;box-shadow:0 6px 28px #6c63ff66;transform:translateY(-1px)}._btnPrimary_1e9qf_58:active{transform:translateY(0);opacity:1}._btnPrimary_1e9qf_58:disabled{opacity:.5;cursor:not-allowed;transform:none}._btnGoogle_1e9qf_88{width:100%;padding:12px 16px;background:#fff;color:#1f1f1f;border:1.5px solid #e0e0e0;border-radius:var(--radius);font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:box-shadow var(--transition),background var(--transition);text-decoration:none;font-family:inherit;margin-bottom:4px;letter-spacing:.1px}._btnGoogle_1e9qf_88:hover{box-shadow:0 2px 12px #00000026;background:#f8f8f8;text-decoration:none}._divider_1e9qf_115{display:flex;align-items:center;gap:12px;margin:20px 0;color:var(--text-muted);font-size:12px}._divider_1e9qf_115:before,._divider_1e9qf_115:after{content:"";flex:1;height:1px;background:var(--border)}._socials_1e9qf_131{display:flex;gap:10px}._btnSocial_1e9qf_136{flex:1;padding:10px;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:13px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background var(--transition),border-color var(--transition);font-family:inherit}._btnSocial_1e9qf_136:hover{background:var(--border);border-color:#6c63ff66}._terms_1e9qf_159{font-size:12px;color:var(--text-muted);text-align:center;margin-top:16px;line-height:1.5}._terms_1e9qf_159 a{color:var(--accent);text-decoration:none}._terms_1e9qf_159 a:hover{text-decoration:underline}@media (max-width: 480px){._row_1e9qf_14{flex-direction:column;gap:0}}._titleLight_1e9qf_179{color:#0f172a}._subtitleLight_1e9qf_183{color:#64748b}._btnPrimaryLight_1e9qf_187{background:#2563eb;box-shadow:0 2px 8px #2563eb40}._btnPrimaryLight_1e9qf_187:hover{opacity:1;background:#1d4ed8;box-shadow:0 4px 12px #2563eb4d;transform:none}._dividerLight_1e9qf_199{color:#94a3b8}._dividerLight_1e9qf_199:before,._dividerLight_1e9qf_199:after{background:#e2e8f0}._linkBtnLight_1e9qf_208{color:#2563eb}._linkBtnLight_1e9qf_208:hover{color:#1d4ed8}._checkLabelLight_1e9qf_216,._termsLight_1e9qf_220{color:#64748b}._termsLight_1e9qf_220 a{color:#2563eb}._field_1hwed_1{margin-bottom:16px}._label_1hwed_5{display:block;font-size:13px;font-weight:500;color:var(--text-muted);margin-bottom:6px;letter-spacing:.2px}._wrap_1hwed_14{position:relative}._icon_1hwed_18{position:absolute;left:14px;top:50%;transform:translateY(-50%);opacity:.45;pointer-events:none;display:flex;align-items:center}._input_1hwed_29{width:100%;padding:11px 14px 11px 40px;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:14px;outline:none;transition:border-color var(--transition),box-shadow var(--transition);font-family:inherit}._input_1hwed_29::placeholder{color:var(--text-muted);opacity:.6}._input_1hwed_29:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}._errorInput_1hwed_49{border-color:var(--error)!important;box-shadow:0 0 0 3px #ff5e6c26!important}._togglePw_1hwed_54{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:var(--text-muted);padding:4px;border-radius:4px;display:flex;align-items:center;transition:color var(--transition)}._togglePw_1hwed_54:hover{color:var(--text)}._errorMsg_1hwed_72{font-size:12px;color:var(--error);margin-top:5px;display:block}._labelLight_1hwed_80{color:#475569}._iconLight_1hwed_84{opacity:.5}._inputLight_1hwed_88{background:#fff;border-color:#e2e8f0;color:#0f172a}._inputLight_1hwed_88::placeholder{color:#94a3b8;opacity:1}._inputLight_1hwed_88:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}._togglePwLight_1hwed_104{color:#64748b}._togglePwLight_1hwed_104:hover{color:#0f172a}._wrap_18ln5_1{margin-top:8px}._bars_18ln5_5{display:flex;gap:4px;margin-bottom:4px}._bar_18ln5_5{height:3px;flex:1;border-radius:2px;transition:background var(--transition)}._label_18ln5_18{font-size:11px}._toast_1kyvh_1{position:fixed;bottom:28px;right:28px;padding:12px 18px;border-radius:10px;font-size:14px;font-weight:500;box-shadow:0 8px 24px #0006;transform:translateY(80px);opacity:0;transition:transform .3s ease,opacity .3s ease;z-index:999;max-width:320px;pointer-events:none}._toast_1kyvh_1._show_1kyvh_18{transform:translateY(0);opacity:1}._success_1kyvh_23{background:#1a3a2a;border:1px solid #4caf7d;color:#7fe0ab}._error_1kyvh_24{background:#3a1a1e;border:1px solid #ff5e6c;color:#ff9ea6}.marketingPage{--mkt-bg: #fafbfc;--mkt-surface: #ffffff;--mkt-surface-alt: #f4f6f8;--mkt-border: #e2e8f0;--mkt-text: #0f172a;--mkt-text-secondary: #475569;--mkt-text-muted: #64748b;--mkt-accent: #2563eb;--mkt-accent-hover: #1d4ed8;--mkt-accent-subtle: rgba(37, 99, 235, .08);--mkt-radius: 12px;--mkt-radius-lg: 16px;--mkt-container: 1120px;--mkt-section-y: clamp(64px, 10vw, 96px);--mkt-shadow-sm: 0 1px 3px rgba(15, 23, 42, .06);--mkt-shadow-md: 0 4px 16px rgba(15, 23, 42, .08);min-height:100vh;background:var(--mkt-bg);color:var(--mkt-text);font-family:Inter,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;line-height:1.6}.marketingContainer{max-width:var(--mkt-container);margin:0 auto;padding:0 clamp(16px,4vw,24px);width:100%}.marketingSection{padding:var(--mkt-section-y) 0}.marketingSectionAlt{background:var(--mkt-surface-alt)}.marketingEyebrow{display:inline-block;font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--mkt-accent);margin-bottom:12px}.marketingSectionTitle{font-size:clamp(28px,4vw,40px);font-weight:700;letter-spacing:-.02em;line-height:1.2;color:var(--mkt-text);margin-bottom:12px}.marketingSectionSubtitle{font-size:clamp(16px,2vw,18px);color:var(--mkt-text-secondary);max-width:56ch;line-height:1.65}.marketingBtnPrimary{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--mkt-accent);color:#fff;border:none;padding:14px 24px;border-radius:var(--mkt-radius);font-size:16px;font-weight:600;font-family:inherit;cursor:pointer;text-decoration:none;transition:background .2s,transform .2s}.marketingBtnPrimary:hover{background:var(--mkt-accent-hover)}.marketingBtnPrimary:active{transform:translateY(1px)}.marketingBtnSecondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--mkt-surface);color:var(--mkt-text);border:1px solid var(--mkt-border);padding:14px 24px;border-radius:var(--mkt-radius);font-size:16px;font-weight:500;font-family:inherit;cursor:pointer;text-decoration:none;transition:border-color .2s,background .2s}.marketingBtnSecondary:hover{border-color:#cbd5e1;background:var(--mkt-surface-alt)}._page_yp00c_1{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:#f8fafc}._card_yp00c_10{width:100%;max-width:520px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:40px 36px;box-shadow:0 4px 16px #0f172a14}._logo_yp00c_20{display:flex;align-items:center;gap:12px;margin-bottom:28px}._logoIcon_yp00c_27{width:40px;height:40px;background:#2563eb;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;color:#fff}._logoText_yp00c_39{font-size:20px;font-weight:700;color:#0f172a}._title_yp00c_45{font-size:22px;font-weight:700;margin-bottom:6px;color:#0f172a}._sub_yp00c_52{font-size:14px;color:#64748b;margin-bottom:28px}._field_yp00c_58{margin-bottom:18px}._field_yp00c_58 label{display:block;font-size:13px;font-weight:500;color:#475569;margin-bottom:6px}._field_yp00c_58 input,._field_yp00c_58 textarea{width:100%;padding:10px 14px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#0f172a;font-size:14px;font-family:inherit;outline:none;transition:border-color .2s,box-shadow .2s;resize:vertical}._field_yp00c_58 input:focus,._field_yp00c_58 textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}._usernameWrap_yp00c_89{display:flex;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;transition:border-color .2s,box-shadow .2s}._usernameWrap_yp00c_89:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}._usernamePrefix_yp00c_104{padding:10px 12px;font-size:13px;color:#64748b;border-right:1px solid #e2e8f0;white-space:nowrap;background:#f8fafc}._usernameWrap_yp00c_89 input{border:none;border-radius:0;box-shadow:none!important;flex:1}._usernameWrap_yp00c_89 input:focus{box-shadow:none}._optional_yp00c_122{color:#94a3b8;font-weight:400;font-size:11px}._charCount_yp00c_123{font-size:11px;color:#94a3b8;float:right;margin-top:4px}._err_yp00c_124{font-size:12px;color:#ef4444;margin-top:5px;display:block}._globalErr_yp00c_125{font-size:13px;color:#ef4444;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:10px 14px;margin-bottom:16px}._themeGrid_yp00c_127{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}._themeChip_yp00c_129{height:52px;border-radius:10px;border:2px solid transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .2s;overflow:hidden}._themeChip_yp00c_129._selected_yp00c_141{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}._btn_yp00c_146{width:100%;margin-top:12px;padding:14px 20px;background:#2563eb;color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .2s}._btn_yp00c_146:hover:not(:disabled){background:#1d4ed8}._btn_yp00c_146:disabled{opacity:.5;cursor:not-allowed}._device_1v96y_2{position:relative;width:256px;flex-shrink:0;-webkit-user-select:none;user-select:none}._sideLeft_1v96y_10{position:absolute;left:-3.5px;top:96px;display:flex;flex-direction:column;gap:10px}._sideRight_1v96y_14{position:absolute;right:-3.5px;top:120px}._btnVol_1v96y_15{width:3px;height:32px;background:linear-gradient(to right,#2a2a2a,#3a3a3a);border-radius:2px}._btnSilent_1v96y_20{width:3px;height:18px;background:linear-gradient(to right,#2a2a2a,#3a3a3a);border-radius:2px;margin-bottom:2px}._btnPower_1v96y_25{width:3px;height:46px;background:linear-gradient(to left,#2a2a2a,#3a3a3a);border-radius:2px}._bezel_1v96y_32{background:linear-gradient(160deg,#1e1e1e,#141414);border-radius:46px;border:1.5px solid rgba(255,255,255,.14);box-shadow:inset 0 0 0 1px #ffffff0a,0 0 0 .5px #000000e6,0 30px 60px #000c,0 8px 20px #00000080;padding:13px 7px 10px;display:flex;flex-direction:column;align-items:center;max-height:calc(100vh - 120px);overflow:hidden}._island_1v96y_50{width:88px;height:28px;background:#000;border-radius:20px;margin-bottom:6px;flex-shrink:0;box-shadow:0 0 0 1px #ffffff0d,inset 0 0 8px #000c}._screen_1v96y_60{width:100%;flex:1;border-radius:36px;overflow:hidden;min-height:0;position:relative}._scroll_1v96y_69{height:100%;overflow-y:auto;padding:18px 14px 24px;display:flex;flex-direction:column;align-items:center;scrollbar-width:none}._scroll_1v96y_69::-webkit-scrollbar{display:none}._homeIndicator_1v96y_78{width:84px;height:4px;background:#ffffff38;border-radius:2px;margin-top:8px;flex-shrink:0}._avatarWrap_1v96y_86{margin-bottom:10px;margin-top:2px}._avatar_1v96y_86{width:70px;height:70px;border-radius:50%;object-fit:cover;display:block;box-shadow:0 4px 16px #00000059}._avatarFallback_1v96y_92{width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #0000004d}._name_1v96y_98{font-size:16px;font-weight:800;letter-spacing:-.04em;text-align:center;margin:0 0 5px;line-height:1.15}._bio_1v96y_103{font-size:11.5px;text-align:center;margin:0 0 12px;line-height:1.45;max-width:198px;opacity:.72}._socialRow_1v96y_109{display:flex;gap:5px;flex-wrap:wrap;justify-content:center;margin-bottom:14px}._socialChip_1v96y_113{width:26px;height:26px;display:flex;align-items:center;justify-content:center}._contentGrid_1v96y_119{display:grid;gap:2px;align-self:stretch;margin:0 -14px 14px}._contentGrid1_1v96y_127{align-self:center;width:100px;margin-left:auto;margin-right:auto}._contentCell_1v96y_133{aspect-ratio:1 / 1;overflow:hidden;background:#ffffff0f;position:relative}._contentImg_1v96y_139{width:100%;height:100%;object-fit:cover;display:block}._contentLinkDot_1v96y_143{position:absolute;bottom:2px;right:3px;font-size:8px;line-height:1;background:#00000080;border-radius:3px;padding:1px 2px;pointer-events:none}._contentTitle_1v96y_150{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 100%);color:#fff;font-size:8px;font-weight:600;padding:10px 3px 3px;text-align:center;pointer-events:none;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._links_1v96y_159{width:100%;display:flex;flex-direction:column;gap:7px}._linkBtn_1v96y_162{width:100%;padding:10px 14px;border-radius:12px;font-size:12.5px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:7px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);letter-spacing:-.01em;cursor:default}._linkIcon_1v96y_171{font-size:14px;line-height:1}._emptyHint_1v96y_174{font-size:11px;text-align:center;margin-top:16px;opacity:.4;line-height:1.5}._leadWrap_1v96y_179{width:100%;margin-top:14px}._messageIcon_1v96y_184{position:absolute;right:10px;bottom:72px;width:36px;height:36px;border-radius:50%;border:none;background:#2563eb;color:#fff;font-size:16px;cursor:default;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #2563eb66;z-index:2}._footer_1v96y_203{font-size:10px;margin-top:22px;opacity:.3;letter-spacing:.04em}._wrap_s4z84_1{display:flex;flex-direction:column;gap:0}._title_s4z84_3{font-size:22px;font-weight:700;color:#0f172a;margin:0 0 4px;letter-spacing:-.02em}._sub_s4z84_11{font-size:14px;color:#64748b;margin:0 0 28px}._cards_s4z84_17{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:28px}._card_s4z84_17{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;text-align:center;box-shadow:0 1px 3px #0f172a0a}._cardVal_s4z84_33{font-size:32px;font-weight:700;color:#2563eb;line-height:1}._cardLabel_s4z84_40{font-size:12px;color:#64748b;margin-top:6px;font-weight:500}._section_s4z84_47{margin-bottom:28px}._sectionTitle_s4z84_49{font-size:12px;font-weight:600;color:#64748b;margin:0 0 14px;text-transform:uppercase;letter-spacing:.05em}._barChart_s4z84_58{display:flex;align-items:flex-end;gap:6px;height:100px;overflow-x:auto;padding:12px;background:#fff;border:1px solid #e2e8f0;border-radius:12px}._barCol_s4z84_70{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:24px;flex:1}._barWrap_s4z84_79{flex:1;width:100%;display:flex;align-items:flex-end}._bar_s4z84_58{width:100%;background:#2563eb;border-radius:4px 4px 0 0;min-height:4px;transition:height .3s}._barLabel_s4z84_94{font-size:10px;color:#94a3b8;white-space:nowrap}._linkList_s4z84_100{display:flex;flex-direction:column;gap:10px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px}._linkRow_s4z84_110{display:flex;align-items:center;gap:10px}._linkName_s4z84_116{font-size:13px;color:#0f172a;font-weight:500;min-width:100px;max-width:160px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._linkBar_s4z84_127{flex:1;height:6px;background:#f1f5f9;border-radius:4px;overflow:hidden}._linkBarFill_s4z84_135{height:100%;background:#2563eb;border-radius:4px;transition:width .4s}._linkClicks_s4z84_142{font-size:13px;font-weight:600;color:#64748b;min-width:30px;text-align:right}._row2col_s4z84_150{display:grid;grid-template-columns:1fr 1fr;gap:16px}._pill_s4z84_156{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:6px}._pill_s4z84_156 span{font-size:13px;color:#475569}._pillCount_s4z84_172{font-weight:700;color:#2563eb!important}._empty_s4z84_177{text-align:center;padding:48px 24px;color:#94a3b8;display:flex;flex-direction:column;align-items:center;gap:12px;background:#fff;border:1px solid #e2e8f0;border-radius:12px}._messageList_s4z84_190{display:flex;flex-direction:column;gap:10px}._messageCard_s4z84_196{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px 16px}._messageTop_s4z84_203{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}._messageName_s4z84_211{font-size:14px;font-weight:700;color:#0f172a;margin:0}._messageMeta_s4z84_218{font-size:12px;color:#64748b;margin:2px 0 0}._messageDate_s4z84_224{font-size:11px;color:#94a3b8;white-space:nowrap}._messageBody_s4z84_230{font-size:14px;color:#334155;line-height:1.5;margin:0;white-space:pre-wrap;word-break:break-word}@media (max-width: 520px){._cards_s4z84_17{grid-template-columns:1fr 1fr}._row2col_s4z84_150{grid-template-columns:1fr}}._wrap_5opxl_1{max-width:720px;margin:0 auto;width:100%;padding:28px 20px 80px}._header_5opxl_8{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:28px}._title_5opxl_16{font-size:22px;font-weight:700;color:#0f172a;letter-spacing:-.02em;margin:0 0 4px}._sub_5opxl_24{font-size:14px;color:#64748b;margin:0}._newBtn_5opxl_30{flex-shrink:0;padding:10px 18px;background:#2563eb;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap;transition:background .2s}._newBtn_5opxl_30:hover{background:#1d4ed8}._loading_5opxl_47{font-size:14px;color:#64748b;padding:12px 0}._emptyState_5opxl_49{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:48px 32px;text-align:center;box-shadow:0 1px 3px #0f172a0a}._emptyIcon_5opxl_58{font-size:36px;margin-bottom:14px}._emptyTitle_5opxl_60{font-size:17px;font-weight:600;color:#0f172a;margin:0 0 8px}._emptySub_5opxl_67{font-size:14px;color:#64748b;line-height:1.55;max-width:380px;margin:0 auto 24px}._emptyBtn_5opxl_77{padding:12px 24px;background:#2563eb;color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s}._emptyBtn_5opxl_77:hover{background:#1d4ed8}._list_5opxl_92{display:flex;flex-direction:column;gap:12px}._card_5opxl_94{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0f172a0a}._cardRow_5opxl_102{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px}._cardLeft_5opxl_110{flex:1;min-width:0}._cardTitle_5opxl_112{font-size:15px;font-weight:600;color:#0f172a;display:block;margin-bottom:6px}._shortRow_5opxl_120{display:flex;align-items:center;gap:6px;margin-bottom:6px}._shortUrl_5opxl_121{font-size:13px;font-weight:600;color:#2563eb}._extLink_5opxl_122{font-size:12px;color:#2563eb;text-decoration:none;opacity:.7;transition:opacity .15s}._extLink_5opxl_122:hover{opacity:1}._destUrl_5opxl_124{font-size:12px;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._cardRight_5opxl_126{flex-shrink:0;text-align:center}._clickBadge_5opxl_128{display:inline-block;font-size:18px;font-weight:700;color:#16a34a;line-height:1.1}._clickLabel_5opxl_136{font-size:10px;font-weight:500;color:#64748b}._cardDivider_5opxl_138{height:1px;background:#e2e8f0}._cardActions_5opxl_140{display:flex;align-items:center;gap:6px;padding:10px 12px;background:#f8fafc}._copyBtn_5opxl_148{padding:6px 14px;background:#fff;color:#2563eb;border:1px solid #bfdbfe;border-radius:8px;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s;min-width:88px}._copyBtn_5opxl_148:hover{background:#eff6ff}._copyDone_5opxl_163{background:#f0fdf4!important;color:#16a34a!important;border-color:#bbf7d0!important}._editBtn_5opxl_165{padding:6px 14px;background:#fff;color:#475569;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;font-family:inherit;cursor:pointer;transition:background .15s}._editBtn_5opxl_165:hover{background:#f8fafc;color:#0f172a}._deleteBtn_5opxl_179{padding:6px 14px;background:transparent;color:#ef4444;border:none;font-size:13px;font-family:inherit;cursor:pointer;margin-left:auto;opacity:.8;transition:opacity .15s}._deleteBtn_5opxl_179:hover{opacity:1}._overlay_5opxl_195{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:flex-end;justify-content:center;z-index:500}@media (min-width: 640px){._overlay_5opxl_195{align-items:center;padding:20px}}._modal_5opxl_210{background:#fff;border:1px solid #e2e8f0;border-radius:16px 16px 0 0;width:100%;max-width:480px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px #0f172a26;padding-bottom:env(safe-area-inset-bottom,0px)}@media (min-width: 640px){._modal_5opxl_210{border-radius:16px;max-height:88vh}}._modalHeader_5opxl_228{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 14px;border-bottom:1px solid #e2e8f0;flex-shrink:0}._modalTitle_5opxl_237{font-size:17px;font-weight:700;color:#0f172a}._modalClose_5opxl_238{width:28px;height:28px;border-radius:8px;background:#f1f5f9;border:none;color:#64748b;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}._modalClose_5opxl_238:hover{background:#e2e8f0;color:#0f172a}._modalScroll_5opxl_255{flex:1;overflow-y:auto;padding:16px 20px 8px}._fieldLabel_5opxl_261{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.06em;margin:0 2px 6px}._utmNote_5opxl_270{font-size:11px;color:#94a3b8;text-transform:none;letter-spacing:0;font-weight:500;margin-left:6px}._fieldCard_5opxl_279{background:#f8fafc;border-radius:10px;display:flex;align-items:center;padding:0 14px;margin-bottom:16px;min-height:46px;border:1px solid #e2e8f0}._fieldInput_5opxl_290{flex:1;background:transparent;border:none;outline:none;color:#0f172a;font-size:14px;font-family:inherit;padding:12px 0;min-width:0}._fieldInput_5opxl_290::placeholder{color:#94a3b8}._slugBase_5opxl_304{font-size:13px;color:#64748b;white-space:nowrap;flex-shrink:0}._slugInput_5opxl_306{flex:1;background:transparent;border:none;outline:none;color:#2563eb;font-size:14px;font-weight:600;font-family:inherit;padding:12px 0;min-width:0}._slugInput_5opxl_306::placeholder{color:#94a3b8}._regenBtn_5opxl_321{background:none;border:none;color:#64748b;font-size:16px;cursor:pointer;padding:4px 0 4px 8px;transition:color .15s;flex-shrink:0}._regenBtn_5opxl_321:hover{color:#0f172a}._utmCard_5opxl_334{background:#f8fafc;border-radius:10px;margin-bottom:16px;overflow:hidden;border:1px solid #e2e8f0}._utmRow_5opxl_342{display:flex;align-items:center;padding:11px 14px;min-height:44px}._utmLabel_5opxl_349{font-size:14px;color:#475569;width:72px;flex-shrink:0}._utmInput_5opxl_356{flex:1;background:transparent;border:none;outline:none;color:#0f172a;font-size:13px;font-family:inherit;text-align:right;min-width:0}._utmInput_5opxl_356::placeholder{color:#94a3b8}._divider_5opxl_370{height:1px;background:#e2e8f0;margin-left:14px}._previewBox_5opxl_372{background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;padding:12px 14px;margin-bottom:14px}._previewLabel_5opxl_380{display:block;font-size:10px;font-weight:700;color:#2563eb;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}._previewUrl_5opxl_390{font-size:12px;color:#475569;word-break:break-all;line-height:1.5}._errMsg_5opxl_397{font-size:13px;color:#ef4444;margin:0 0 12px}._modalActions_5opxl_399{display:flex;gap:8px;padding:12px 20px 16px;border-top:1px solid #e2e8f0;flex-shrink:0}._cancelBtn_5opxl_407{flex:1;padding:13px;background:#fff;color:#475569;border:1px solid #e2e8f0;border-radius:10px;font-size:15px;font-family:inherit;cursor:pointer;transition:background .15s}._cancelBtn_5opxl_407:hover{background:#f8fafc}._saveBtn_5opxl_422{flex:1.6;padding:13px;background:#2563eb;color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s}._saveBtn_5opxl_422:hover:not(:disabled){background:#1d4ed8}._saveBtn_5opxl_422:disabled{opacity:.4;cursor:not-allowed}._card_76lad_1{width:100%;max-width:220px;border-radius:16px;padding:28px 20px 24px;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 12px 40px #0f172a2e}._cardCompact_76lad_13{max-width:180px;padding:22px 16px 18px}._icon_76lad_18{font-size:28px;font-weight:700;margin-bottom:14px;line-height:1}._name_76lad_25{font-size:18px;font-weight:700;margin:0 0 6px;letter-spacing:-.02em;word-break:break-word}._cardCompact_76lad_13 ._name_76lad_25{font-size:15px}._url_76lad_37{font-size:12px;margin:0 0 18px;font-family:ui-monospace,monospace}._qrWrap_76lad_43{background:#fff;border-radius:12px;padding:10px;line-height:0}._qr_76lad_43{width:100%;max-width:160px;height:auto;display:block;border-radius:4px}._cardCompact_76lad_13 ._qr_76lad_43{max-width:120px}._wrap_153x8_1{flex:1;display:flex;overflow:hidden;min-height:0}._editor_153x8_8{width:min(560px,100%);flex-shrink:0;overflow-y:auto;padding:28px 24px 48px;background:#fff;border-right:1px solid #e2e8f0}._title_153x8_17{font-size:22px;font-weight:700;color:#0f172a;margin:0 0 4px;letter-spacing:-.02em}._sub_153x8_25{font-size:14px;color:#64748b;margin:0 0 20px}._stats_153x8_31{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:24px}._stat_153x8_31{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:14px 12px;text-align:center}._statVal_153x8_46{display:block;font-size:22px;font-weight:700;color:#0f172a;line-height:1.1}._statLabel_153x8_54{display:block;font-size:11px;color:#64748b;margin-top:4px;text-transform:uppercase;letter-spacing:.04em;font-weight:600}._section_153x8_64{margin-bottom:24px}._sectionHead_153x8_68{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._sectionTitle_153x8_75{font-size:13px;font-weight:700;color:#0f172a;margin:0 0 12px;text-transform:uppercase;letter-spacing:.04em}._sectionHead_153x8_68 ._sectionTitle_153x8_75{margin:0}._styleGrid_153x8_88{display:grid;grid-template-columns:auto 1fr;gap:20px;align-items:start;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:18px}._styleControls_153x8_99{display:flex;flex-direction:column;gap:14px;min-width:0}._label_153x8_106{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:#334155}._textInput_153x8_115{padding:10px 12px;border:1px solid #e2e8f0;border-radius:10px;font-size:14px;color:#0f172a;font-family:inherit;background:#fff}._textInput_153x8_115:focus{outline:none;border-color:#2563eb}._colorLabel_153x8_130{font-size:13px;font-weight:600;color:#334155;margin:0}._colors_153x8_137{display:flex;flex-wrap:wrap;gap:8px}._colorSwatch_153x8_143{width:32px;height:32px;border-radius:50%;border:2px solid #e2e8f0;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:transform .12s}._colorSwatch_153x8_143:hover{transform:scale(1.08)}._colorSelected_153x8_160{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb40}._colorCheck_153x8_165{font-size:12px;font-weight:700;color:inherit;text-shadow:0 0 3px rgba(255,255,255,.8)}._walletRow_153x8_172{display:flex;gap:8px;flex-wrap:wrap}._walletBtn_153x8_178{flex:1;min-width:120px;padding:10px 12px;background:#0f172a;color:#fff;border:none;border-radius:10px;font-size:12px;font-weight:600;font-family:inherit;cursor:pointer}._walletBtn_153x8_178:disabled{opacity:.45;cursor:not-allowed}._walletBtn_153x8_178:hover:not(:disabled){opacity:.88}._walletBtnSecondary_153x8_201{flex:1;min-width:120px;padding:10px 12px;background:#fff;color:#0f172a;border:1px solid #e2e8f0;border-radius:10px;font-size:12px;font-weight:600;font-family:inherit;cursor:pointer}._walletBtnSecondary_153x8_201:hover{background:#f8fafc;border-color:#cbd5e1}._leadSection_153x8_220{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;margin-bottom:24px}._leadTitle_153x8_232{font-size:15px;font-weight:700;color:#0f172a;margin:0 0 4px}._leadSub_153x8_239{font-size:13px;color:#64748b;margin:0;line-height:1.45;max-width:36ch}._toggle_153x8_247{position:relative;display:inline-flex;flex-shrink:0;cursor:pointer}._toggle_153x8_247 input{position:absolute;opacity:0;width:0;height:0}._toggleTrack_153x8_261{width:48px;height:28px;background:#cbd5e1;border-radius:14px;transition:background .2s;position:relative}._toggleTrack_153x8_261:after{content:"";position:absolute;top:3px;left:3px;width:22px;height:22px;background:#fff;border-radius:50%;box-shadow:0 1px 3px #0f172a33;transition:transform .2s}._toggle_153x8_247 input:checked+._toggleTrack_153x8_261{background:#16a34a}._toggle_153x8_247 input:checked+._toggleTrack_153x8_261:after{transform:translate(20px)}._leadList_153x8_291{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}._leadRow_153x8_297{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid #f1f5f9}._leadRow_153x8_297:last-child{border-bottom:none}._leadName_153x8_310{font-size:14px;font-weight:600;color:#0f172a;margin:0}._leadEmail_153x8_317{font-size:12px;color:#64748b;margin:2px 0 0}._leadPhone_153x8_323{font-size:12px;color:#475569;white-space:nowrap}._leadMessage_153x8_329{font-size:12px;color:#64748b;margin:4px 0 0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._leadHint_153x8_340{font-size:12px;color:#64748b;margin:10px 0 0}._whyGrid_153x8_346{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}._whyCard_153x8_352{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:14px}._whyIcon_153x8_359{font-size:18px;display:block;margin-bottom:6px}._whyTitle_153x8_365{font-size:13px;font-weight:700;color:#0f172a;margin:0 0 4px}._whyDesc_153x8_372{font-size:12px;color:#64748b;margin:0;line-height:1.4}._saveBtn_153x8_379{width:100%;padding:14px;background:#2563eb;color:#fff;border:none;border-radius:12px;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer}._saveBtn_153x8_379:hover:not(:disabled){opacity:.9}._saveBtn_153x8_379:disabled{opacity:.5;cursor:not-allowed}._err_153x8_401{font-size:13px;color:#ef4444;margin:0 0 8px}._ok_153x8_407{font-size:13px;color:#16a34a;margin:0 0 8px}._previewPane_153x8_413{flex:1;display:flex;flex-direction:column;align-items:center;padding:24px 20px;background:#f1f5f9;overflow:hidden}._previewMeta_153x8_423{display:flex;align-items:center;gap:8px;margin-bottom:16px}._previewTitle_153x8_430{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.03em}._previewLive_153x8_438{font-size:11px;color:#16a34a;font-weight:600;background:#f0fdf4;padding:3px 10px;border-radius:20px;border:1px solid #bbf7d0}._previewStack_153x8_448{flex:1;overflow-y:auto;display:flex;justify-content:center;width:100%}@media (max-width: 960px){._wrap_153x8_1{flex-direction:column}._editor_153x8_8{width:100%;border-right:none;border-bottom:1px solid #e2e8f0}._previewPane_153x8_413{display:none}._styleGrid_153x8_88{grid-template-columns:1fr;justify-items:center}}@media (max-width: 480px){._whyGrid_153x8_346{grid-template-columns:1fr}}._banner_xr8cg_1{background:#fffbeb;border-bottom:1px solid #fde68a;padding:10px 20px}._inner_xr8cg_7{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:10px}._icon_xr8cg_15{font-size:16px;flex-shrink:0}._text_xr8cg_17{flex:1;font-size:13px;color:#92400e;line-height:1.5}._text_xr8cg_17 strong{color:#b45309}._actions_xr8cg_26{display:flex;align-items:center;gap:8px;flex-shrink:0}._btnResend_xr8cg_33{font-size:12px;font-weight:600;color:var(--warning);background:#f59e0b1f;border:1px solid rgba(245,158,11,.3);border-radius:6px;padding:5px 12px;cursor:pointer;transition:all var(--transition);font-family:inherit}._btnResend_xr8cg_33:hover:not(:disabled){background:#f59e0b33}._btnResend_xr8cg_33:disabled{opacity:.5;cursor:not-allowed}._btnDismiss_xr8cg_48{background:none;border:none;color:#92400e;font-size:13px;cursor:pointer;padding:4px 6px;line-height:1;border-radius:4px;transition:color .2s;font-family:inherit}._btnDismiss_xr8cg_48:hover{color:#78350f}._page_158lo_3{min-height:100vh;display:flex;flex-direction:column;background:#f8fafc;color:#0f172a;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased}._nav_158lo_13{position:sticky;top:0;z-index:200;height:56px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 20px;background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid #e2e8f0;gap:16px}._brand_158lo_27{display:flex;align-items:center;gap:10px;text-decoration:none;justify-self:start}._logoIcon_158lo_35{width:32px;height:32px;background:#2563eb;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:15px;color:#fff;flex-shrink:0}._wordmark_158lo_48{font-size:17px;font-weight:700;letter-spacing:-.03em;color:#0f172a}._brand_158lo_27:hover ._wordmark_158lo_48{color:#2563eb}._segmented_158lo_57{display:flex;background:#f1f5f9;border-radius:10px;padding:3px;gap:2px;border:1px solid #e2e8f0}._seg_158lo_57{padding:6px 14px;border:none;background:transparent;color:#64748b;font-size:13px;font-weight:500;font-family:inherit;border-radius:8px;cursor:pointer;white-space:nowrap;transition:color .15s,background .15s,box-shadow .15s}._seg_158lo_57:hover{color:#0f172a}._segActive_158lo_82{background:#fff!important;color:#0f172a!important;font-weight:600;box-shadow:0 1px 3px #0f172a14}._navRight_158lo_89{justify-self:end;display:flex;align-items:center;gap:12px}._viewBtn_158lo_94{font-size:13px;font-weight:500;color:#2563eb;text-decoration:none;padding:6px 14px;border:1px solid #bfdbfe;border-radius:8px;background:#fff;transition:background .15s;white-space:nowrap}._viewBtn_158lo_94:hover{background:#eff6ff}._avatarBtn_158lo_109{width:32px;height:32px;border-radius:50%;background:#2563eb;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff;flex-shrink:0}._signOutBtn_158lo_116{background:none;border:none;color:#64748b;font-size:13px;font-family:inherit;cursor:pointer;transition:color .15s}._signOutBtn_158lo_116:hover{color:#0f172a}._body_158lo_125,._split_158lo_128{flex:1;display:flex;overflow:hidden}@media (max-width: 960px){._splitHideEditor_158lo_133 ._editor_158lo_133{display:none}}._editor_158lo_133{width:400px;flex-shrink:0;overflow-y:auto;overflow-x:hidden;padding:24px 20px 0;background:#fff;border-right:1px solid #e2e8f0}._stepIndicator_158lo_146{display:flex;margin:4px 4px 28px}._stepItem_158lo_151{flex:1;display:flex;flex-direction:column;align-items:center;position:relative}._stepItem_158lo_151:not(:first-child):before{content:"";position:absolute;top:14px;left:-50%;right:50%;height:2px;background:#e2e8f0;transition:background .35s}._stepItemReached_158lo_171:not(:first-child):before{background:#2563eb}._stepDot_158lo_175{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;border:2px solid #e2e8f0;background:#fff;color:#94a3b8;position:relative;z-index:1;transition:background .25s,border-color .25s,color .25s}._stepDotActive_158lo_187{border-color:#2563eb;background:#2563eb;color:#fff}._stepDotDone_158lo_193{border-color:#16a34a;background:#16a34a;color:#fff}._stepLabel_158lo_199{font-size:11px;color:#475569;margin-top:6px;font-weight:500;white-space:nowrap}._stepLabelActive_158lo_207{color:#0f172a;font-weight:600}._stepContent_158lo_213{animation:_stepIn_158lo_146 .22s ease}@keyframes _stepIn_158lo_146{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}._stepNav_158lo_223{display:flex;gap:10px;margin-top:4px;margin-bottom:24px}._stepNextBtn_158lo_230{flex:1;padding:14px;background:#2563eb;color:#fff;border:none;border-radius:12px;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;letter-spacing:-.02em;transition:opacity .15s,transform .1s;display:flex;align-items:center;justify-content:center;gap:6px}._stepNextBtn_158lo_230:hover{opacity:.88}._stepNextBtn_158lo_230:active{transform:scale(.985)}._stepBackBtn_158lo_244{padding:14px 18px;background:#fff;color:#475569;border:1px solid #e2e8f0;border-radius:10px;font-size:15px;font-family:inherit;cursor:pointer;transition:background .15s,border-color .15s;display:flex;align-items:center;gap:6px;white-space:nowrap}._stepBackBtn_158lo_244:hover{background:#f8fafc;border-color:#cbd5e1;color:#0f172a}._stepSaveBtn_158lo_259{flex:1.6;padding:14px;background:#2563eb;color:#fff;border:none;border-radius:12px;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;letter-spacing:-.02em;transition:opacity .15s}._stepSaveBtn_158lo_259:hover:not(:disabled){opacity:.88}._stepSaveBtn_158lo_259:disabled{opacity:.4;cursor:not-allowed}._stepViewBtn_158lo_272{flex:1.6;padding:14px;background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe;border-radius:10px;font-size:15px;font-weight:600;font-family:inherit;text-align:center;text-decoration:none;transition:background .15s;display:flex;align-items:center;justify-content:center;white-space:nowrap}._stepViewBtn_158lo_272:hover{background:#dbeafe}._stepArrow_158lo_288{font-size:14px}._editor_158lo_133::-webkit-scrollbar{width:4px}._editor_158lo_133::-webkit-scrollbar-track{background:transparent}._editor_158lo_133::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}._groupLabel_158lo_295{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.06em;margin:0 4px 8px}._card_158lo_304{background:#fff;border-radius:12px;overflow:hidden;margin-bottom:24px;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0f172a0a}._rowDivider_158lo_313{height:1px;background:#f1f5f9;margin-left:16px}._profileTopRow_158lo_320{display:flex;align-items:center;gap:14px;padding:14px 16px}._avatarThumb_158lo_324{width:56px;height:56px;border-radius:50%;flex-shrink:0;background:linear-gradient(135deg,#2563eb,#5e5ce6);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#fff;overflow:hidden;position:relative}._avatarThumb_158lo_324 img{width:100%;height:100%;object-fit:cover;display:block}._avatarInitial_158lo_332{font-size:22px;font-weight:700;color:#fff}._avatarUpload_158lo_335{cursor:pointer}._avatarOverlay_158lo_336{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#0000;display:flex;align-items:center;justify-content:center;transition:background .18s;opacity:0}._avatarUpload_158lo_335:hover ._avatarOverlay_158lo_336{background:#00000085;opacity:1}._cameraIcon_158lo_344{font-size:18px}._avatarSpinner_158lo_347{width:22px;height:22px;border-radius:50%;border:2.5px solid rgba(255,255,255,.25);border-top-color:#fff;animation:_spin_158lo_1 .7s linear infinite;display:block}@keyframes _spin_158lo_1{to{transform:rotate(360deg)}}._hiddenFileInput_158lo_356{display:none}._nameStack_158lo_358{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}._inlineInput_158lo_359{background:transparent;border:none;outline:none;color:#0f172a;font-size:15px;font-weight:600;font-family:inherit;width:100%;padding:0}._inlineInput_158lo_359::placeholder{color:#94a3b8}._bioTextarea_158lo_367{background:transparent;border:none;outline:none;color:#334155;font-size:14px;font-family:inherit;width:100%;resize:none;line-height:1.55}._bioTextarea_158lo_367::placeholder{color:#94a3b8}._charBadge_158lo_375{display:block;text-align:right;font-size:11px;color:#94a3b8;margin-top:4px}._themeGrid_158lo_381{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:12px}._themeChip_158lo_385{height:50px;border-radius:10px;border:2px solid transparent;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:border-color .18s,transform .12s}._themeChip_158lo_385:hover:not(._themeSelected_158lo_393){transform:scale(1.04)}._uploadHint_158lo_394{background:none;border:none;padding:0;font-size:13px;color:#2563eb;font-family:inherit;cursor:pointer;text-align:left;font-weight:500}._bioRow_158lo_400{padding:12px 16px;position:relative}._themeSelected_158lo_393{border-color:#2563eb!important;box-shadow:0 0 0 2px #2563eb33}._themeCheck_158lo_404{position:absolute;bottom:4px;right:7px;font-size:11px;font-weight:700}._customRow_158lo_412{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;min-height:48px}._colorPickerWrap_158lo_420{display:flex;align-items:center;gap:10px}._colorSwatch_158lo_422{width:36px;height:36px;border:1px solid #e2e8f0;border-radius:50%;cursor:pointer;padding:0;background:none}._btnShapeGrid_158lo_432{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:12px}._btnShapeChip_158lo_439{display:flex;flex-direction:column;align-items:center;gap:8px;padding:10px 6px;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:border-color .15s,background .15s}._fontGrid_158lo_452{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:12px}._fontChip_158lo_459{display:flex;flex-direction:column;align-items:center;gap:5px;padding:12px 8px;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:border-color .15s,background .15s}._fontChipSelected_158lo_472 ._fontLabel_158lo_472{color:#2563eb;font-weight:600}._postCard_158lo_474{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:12px;margin-bottom:10px}._postThumb_158lo_482{flex-shrink:0;width:80px;height:80px;border-radius:10px;border:1.5px dashed #cbd5e1;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;transition:border-color .15s,background .15s}._postThumb_158lo_482:hover{border-color:#2563eb;background:#f8fafc}._postThumbPlus_158lo_495{font-size:22px;color:#94a3b8}._postFieldInput_158lo_497{width:100%;padding:8px 11px;box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#0f172a;font-size:13px;font-family:inherit;outline:none;transition:border-color .15s}._postFieldInput_158lo_497::placeholder{color:#94a3b8}._postFieldInput_158lo_497:focus{border-color:#2563eb}._postCardInner_158lo_509{display:flex;gap:12px;align-items:flex-start}._postThumbImg_158lo_510{width:100%;height:100%;object-fit:cover;display:block}._postRemoveBtn_158lo_512{align-self:flex-start;padding:5px 10px;background:#fff;border:1px solid #fecaca;border-radius:7px;color:#ef4444;font-size:12px;font-weight:500;font-family:inherit;cursor:pointer}._postFields_158lo_525{flex:1;display:flex;flex-direction:column;gap:7px}._itemRow_158lo_527{display:flex;align-items:center;gap:10px;padding:12px 14px;min-height:56px}._itemThumb_158lo_535{width:44px;height:44px;border-radius:8px;object-fit:cover;flex-shrink:0;background:#f1f5f9;border:1px solid #e2e8f0}._itemBody_158lo_545{flex:1;min-width:0}._itemTitle_158lo_546{font-size:14px;font-weight:600;color:#0f172a;margin:0}._itemSub_158lo_547{font-size:12px;color:#64748b;margin:2px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._modalSelect_158lo_549{flex:1;background:transparent;border:none;outline:none;color:#0f172a;font-size:14px;font-family:inherit;padding:12px 0;min-width:0}._imageUploadBtn_158lo_561{width:100%;padding:12px;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;color:#475569;font-size:14px;font-family:inherit;cursor:pointer;margin-bottom:12px}._imageUploadBtn_158lo_561:hover{border-color:#2563eb;color:#2563eb}._imagePreview_158lo_576{width:100%;max-height:120px;object-fit:cover;border-radius:10px;margin-bottom:12px;border:1px solid #e2e8f0}._customLabel_158lo_585{font-size:14px;color:#334155}._colorHex_158lo_586{font-size:13px;font-weight:600;color:#64748b;letter-spacing:.05em;font-variant-numeric:tabular-nums}._btnShapeChip_158lo_439:hover{background:#f8fafc}._btnShapeSelected_158lo_589{border-color:#2563eb!important;background:#eff6ff!important}._btnShapeDemo_158lo_590{background:#e2e8f0;border:1.5px solid #cbd5e1}._btnShapeLabel_158lo_591{font-size:10.5px;color:#334155;font-weight:600;white-space:nowrap}._fontChip_158lo_459:hover{background:#f8fafc}._fontChipSelected_158lo_472{border-color:#2563eb!important;background:#eff6ff!important}._fontSample_158lo_595{font-size:20px;font-weight:700;color:#334155;line-height:1}._fontChipSelected_158lo_472 ._fontSample_158lo_595{color:#0f172a}._fontLabel_158lo_472{font-size:10px;color:#475569;font-weight:600;font-family:inherit;white-space:nowrap}._socialKey_158lo_599{font-size:14px;color:#334155;width:80px;flex-shrink:0}._socialInput_158lo_600{flex:1;background:transparent;border:none;outline:none;color:#64748b;font-size:13px;font-family:inherit;text-align:right;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._socialInput_158lo_600::placeholder{color:#94a3b8}._socialInput_158lo_600:focus{color:#0f172a}._emptySub_158lo_604{font-size:12px;color:#94a3b8}._reorderBtn_158lo_605{background:none;border:none;color:#94a3b8;font-size:12px;cursor:pointer;padding:2px 5px;line-height:1.2;transition:color .12s}._reorderBtn_158lo_605:hover:not(:disabled){color:#475569}._linkTitle_158lo_607{font-size:14px;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}._linkUrl_158lo_608{font-size:11px;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:2px 0 0}._togglePill_158lo_609{width:38px;height:23px;border-radius:12px;background:#cbd5e1;border:none;cursor:pointer;padding:2.5px;display:flex;align-items:center;transition:background .22s ease;flex-shrink:0}._previewPane_158lo_611{flex:1;display:flex;flex-direction:column;align-items:center;padding:24px 20px;background:#f1f5f9;border-left:1px solid #e2e8f0;overflow:hidden}._previewTitle_158lo_621{font-size:12px;font-weight:600;color:#64748b;letter-spacing:.03em;text-transform:uppercase}._previewLive_158lo_622{font-size:11px;color:#16a34a;font-weight:600;background:#f0fdf4;padding:3px 10px;border-radius:20px;border:1px solid #bbf7d0}._mobilePreviewWrap_158lo_624{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 16px;background:#f1f5f9;overflow-y:auto}._overlay_158lo_631{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:flex-end;justify-content:center;z-index:500;padding:0}._modal_158lo_549{background:#fff;border:1px solid #e2e8f0;border-radius:16px 16px 0 0;width:100%;max-width:400px;overflow:hidden;box-shadow:0 20px 60px #0f172a26;padding-bottom:env(safe-area-inset-bottom,0px)}@media (min-width: 640px){._modal_158lo_549{border-radius:16px}}._modalHeader_158lo_653{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 14px;border-bottom:1px solid #e2e8f0}._modalTitle_158lo_659{font-size:17px;font-weight:700;color:#0f172a;letter-spacing:-.02em}._modalClose_158lo_660{width:28px;height:28px;border-radius:8px;background:#f1f5f9;border:none;color:#64748b;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}._modalClose_158lo_660:hover{background:#e2e8f0;color:#0f172a}._modalCard_158lo_668{background:#f8fafc;margin:14px 16px;border-radius:10px;overflow:hidden;border:1px solid #e2e8f0}._modalLabel_158lo_669{font-size:14px;color:#475569;width:44px;flex-shrink:0}._modalInput_158lo_670{flex:1;background:transparent;border:none;outline:none;color:#0f172a;font-size:14px;font-family:inherit;min-width:0}._modalInput_158lo_670::placeholder{color:#94a3b8}._modalCancelBtn_158lo_673{flex:1;padding:13px;background:#fff;color:#475569;border:1px solid #e2e8f0;border-radius:10px;font-size:15px;font-family:inherit;cursor:pointer;transition:background .15s}._modalCancelBtn_158lo_673:hover{background:#f8fafc}._modalField_158lo_682{display:flex;align-items:center;gap:12px;padding:13px 14px;min-height:44px}._modalActions_158lo_690{display:flex;gap:8px;padding:0 16px 16px}._modalSaveBtn_158lo_696{flex:1.6;padding:13px;background:#2563eb;color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .15s;letter-spacing:-.01em}._modalSaveBtn_158lo_696:hover:not(:disabled){opacity:.88}._modalSaveBtn_158lo_696:disabled{opacity:.4;cursor:not-allowed}._errMsg_158lo_714{font-size:13px;color:#ef4444;margin:-8px 4px 12px}._okMsg_158lo_715{font-size:13px;color:#16a34a;margin:-8px 4px 12px}._linksHeader_158lo_718{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}._addLinkBtn_158lo_725{background:none;border:none;color:#2563eb;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;padding:2px 0;transition:opacity .15s}._addLinkBtn_158lo_725:hover{opacity:.7}._loadingText_158lo_739{font-size:13px;color:#475569;padding:12px 4px}._emptyLinks_158lo_741{padding:28px 16px;text-align:center}._emptyIcon_158lo_742{font-size:28px;margin-bottom:8px}._emptyText_158lo_743{font-size:14px;font-weight:600;color:#64748b;margin-bottom:4px}._linkRow_158lo_745{display:flex;align-items:center;gap:6px;padding:10px 12px 10px 8px;min-height:56px;transition:opacity .2s}._linkDim_158lo_754{opacity:.35}._linkReorder_158lo_756{display:flex;flex-direction:column}._linkBody_158lo_758{flex:1;display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}._linkMeta_158lo_767{display:flex;align-items:center;gap:9px;min-width:0;flex:1}._linkEmoji_158lo_768{font-size:20px;flex-shrink:0;line-height:1}._linkTextWrap_158lo_769{min-width:0;flex:1}._linkActions_158lo_770{display:flex;align-items:center;gap:8px;flex-shrink:0}._toggleOn_158lo_772{background:#16a34a}._toggleThumb_158lo_774{width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0f172a33;transition:transform .22s ease;flex-shrink:0}._toggleOn_158lo_772 ._toggleThumb_158lo_774{transform:translate(15px)}._editBtn_158lo_786{font-size:13px;font-weight:500;color:#2563eb;background:none;border:none;font-family:inherit;cursor:pointer;padding:4px 2px;transition:opacity .15s}._editBtn_158lo_786:hover{opacity:.6}._deleteBtn_158lo_800{font-size:13px;color:#ef4444;background:none;border:none;cursor:pointer;padding:4px 3px;transition:opacity .15s}._deleteBtn_158lo_800:hover{opacity:.65}._bottomPad_158lo_812{height:80px}._previewMeta_158lo_814{display:flex;align-items:center;gap:8px;margin-bottom:16px}._previewScroll_158lo_821{flex:1;overflow-y:auto;overflow-x:hidden;display:flex;align-items:flex-start;justify-content:center;width:100%;scrollbar-width:none}._previewScroll_158lo_821::-webkit-scrollbar{display:none}@media (max-width: 960px){._previewPane_158lo_611{display:none}}@media (min-width: 961px){._mobilePreviewWrap_158lo_624{display:none}}._analyticsWrap_158lo_842{flex:1;overflow-y:auto;padding:28px 20px;max-width:680px;margin:0 auto;width:100%}@media (min-width: 640px){._overlay_158lo_631{align-items:center;padding:20px}}@media (max-width: 960px){._editor_158lo_133{width:100%}}@media (max-width: 640px){._nav_158lo_13{padding:0 12px}._editor_158lo_133{padding:16px 12px 0}._seg_158lo_57{padding:5px 10px;font-size:12px}._wordmark_158lo_48{font-size:15px}._signOutBtn_158lo_116{display:none}._viewBtn_158lo_94{padding:5px 10px;font-size:12px}}@media (max-width: 380px){._seg_158lo_57{padding:5px 8px;font-size:11px}._viewBtn_158lo_94{display:none}}._wrap_1330a_1{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:20px 18px 18px;width:100%;box-sizing:border-box}._header_1330a_10{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}._closeBtn_1330a_18{width:32px;height:32px;border:none;border-radius:50%;background:#e2e8f0;color:#64748b;font-size:14px;cursor:pointer;flex-shrink:0}._closeBtn_1330a_18:hover{background:#cbd5e1;color:#0f172a}._title_1330a_35{font-size:17px;font-weight:700;color:#0f172a;margin:0 0 4px;letter-spacing:-.02em}._sub_1330a_43{font-size:13px;color:#64748b;margin:0;line-height:1.45}._field_1330a_50{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:0 12px;margin-bottom:10px;min-height:46px}._fieldIcon_1330a_62{font-size:15px;flex-shrink:0;opacity:.7}._input_1330a_68{flex:1;border:none;outline:none;background:transparent;font-size:14px;color:#0f172a;font-family:inherit;min-width:0;padding:12px 0}._input_1330a_68::placeholder{color:#94a3b8}._textareaField_1330a_84{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}._textareaLabel_1330a_91{font-size:13px;font-weight:600;color:#334155}._textarea_1330a_84{width:100%;box-sizing:border-box;padding:12px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;font-size:14px;color:#0f172a;font-family:inherit;resize:vertical;min-height:96px}._textarea_1330a_84::placeholder{color:#94a3b8}._textarea_1330a_84:focus{outline:none;border-color:#2563eb}._submit_1330a_120{width:100%;margin-top:6px;padding:13px;background:#0f172a;color:#fff;border:none;border-radius:12px;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .15s}._submit_1330a_120:hover:not(:disabled){opacity:.88}._submit_1330a_120:disabled{opacity:.5;cursor:not-allowed}._err_1330a_144{font-size:13px;color:#ef4444;margin:0 0 8px}._success_1330a_150{text-align:center;padding:12px 0}._successIcon_1330a_155{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;background:#dcfce7;color:#16a34a;border-radius:50%;font-size:18px;font-weight:700;margin-bottom:10px}._successTitle_1330a_169{font-size:16px;font-weight:700;color:#0f172a;margin:0 0 4px}._successSub_1330a_176{font-size:13px;color:#64748b;margin:0}._page_45uki_1{min-height:100vh;display:flex;justify-content:center;align-items:flex-start;padding:52px 20px 96px;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased}._container_45uki_11{width:100%;max-width:420px;display:flex;flex-direction:column;align-items:center}._avatarWrap_45uki_20{margin-bottom:18px;padding:3px;border-radius:50%;background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);box-shadow:0 0 0 3px #00000059,0 12px 40px #bc18884d,0 4px 16px #0006;transition:box-shadow .3s ease,transform .3s ease}._avatarWrap_45uki_20:hover{box-shadow:0 0 0 3px #00000059,0 0 0 6px #bc188838,0 20px 52px #bc188861,0 4px 16px #0006;transform:scale(1.03)}._avatar_45uki_20{width:96px;height:96px;border-radius:50%;object-fit:cover;display:block}._avatarFallback_45uki_46{width:96px;height:96px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:38px;font-weight:800}._name_45uki_58{font-size:24px;font-weight:800;letter-spacing:-.045em;margin:0 0 7px;text-align:center;line-height:1.15}._bio_45uki_66{font-size:14px;text-align:center;margin:0 0 20px;line-height:1.65;max-width:310px;opacity:.68}._socialRow_45uki_76{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:26px;flex-wrap:wrap}._socialBtn_45uki_85{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;text-decoration:none;background:#ffffff12;border:1px solid rgba(255,255,255,.13);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:background .2s,transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s}._socialBtn_45uki_85:hover{background:#ffffff26;transform:translateY(-3px) scale(1.08);box-shadow:0 8px 24px #0000004d}._contentGrid_45uki_106{display:grid;gap:5px;width:300px;align-self:center;margin-bottom:28px;border-radius:16px;overflow:hidden;box-shadow:0 12px 40px #00000059,0 2px 8px #0003}._contentGrid1_45uki_116{width:140px}._contentGrid2_45uki_119{width:210px;gap:5px}._contentCell_45uki_123{display:block;overflow:hidden;position:relative}a._contentCell_45uki_123{cursor:pointer}a._contentCell_45uki_123:hover ._contentImg_45uki_129{transform:scale(1.07);opacity:.82}._contentCell_45uki_123:hover ._contentTitle_45uki_130{opacity:1}._contentTitle_45uki_130{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.82) 0%,transparent 100%);color:#fff;font-size:12px;font-weight:600;padding:28px 8px 8px;opacity:0;transition:opacity .22s;pointer-events:none;text-align:center;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._contentImg_45uki_129{width:100%;aspect-ratio:1 / 1;object-fit:cover;display:block;transition:transform .32s cubic-bezier(.34,1.56,.64,1),opacity .22s}._links_45uki_159{width:100%;display:flex;flex-direction:column;gap:11px}._linkBtn_45uki_166{width:100%;padding:16px 20px 16px 22px;border-radius:14px;cursor:pointer;font-size:15px;font-weight:600;font-family:inherit;letter-spacing:-.02em;display:flex;align-items:center;justify-content:space-between;gap:10px;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);transition:transform .2s cubic-bezier(.34,1.56,.64,1),background .15s;position:relative;overflow:hidden}._linkBtn_45uki_166:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);pointer-events:none}._linkBtn_45uki_166:active{transform:scale(.975) translateY(1px)!important}._linkBtnInner_45uki_197{display:flex;align-items:center;gap:10px}._linkEmoji_45uki_202{font-size:18px;line-height:1;flex-shrink:0}._linkArrow_45uki_203{font-size:15px;opacity:.38;flex-shrink:0;transition:opacity .2s,transform .2s cubic-bezier(.34,1.56,.64,1)}._linkBtn_45uki_166:hover ._linkArrow_45uki_203{opacity:.75;transform:translate(4px)}._empty_45uki_214{font-size:14px;margin-top:28px;opacity:.38;text-align:center}._footerLink_45uki_222{margin-top:52px;font-size:11px;text-decoration:none;letter-spacing:.1em;text-transform:uppercase;opacity:.28;transition:opacity .2s}._footerLink_45uki_222:hover{opacity:.55}._leadSection_45uki_233{width:100%;margin-top:24px}._messageFab_45uki_238{position:fixed;right:20px;bottom:24px;width:52px;height:52px;border-radius:50%;border:none;background:#2563eb;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #2563eb73;z-index:200;transition:transform .15s,box-shadow .15s}._messageFab_45uki_238:hover{transform:scale(1.06);box-shadow:0 12px 28px #2563eb80}._messageFabIcon_45uki_262{font-size:22px;line-height:1}._messageOverlay_45uki_267{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:flex-end;justify-content:center;z-index:300;padding:16px}@media (min-width: 480px){._messageOverlay_45uki_267{align-items:center}}._messageModal_45uki_285{width:100%;max-width:400px;background:#fff;border-radius:20px 20px 0 0;overflow:hidden;box-shadow:0 20px 60px #0f172a40}@media (min-width: 480px){._messageModal_45uki_285{border-radius:20px}._messageModal_45uki_285 ._wrap_45uki_299{border:none;border-radius:0}}._cardOverlay_45uki_305{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:400;padding:20px}._cardModal_45uki_317{background:#fff;border-radius:20px;padding:28px 24px 22px;max-width:300px;width:100%;position:relative;display:flex;flex-direction:column;align-items:center;gap:16px;box-shadow:0 24px 60px #0f172a40}._cardClose_45uki_331{position:absolute;top:12px;right:12px;width:32px;height:32px;border:none;border-radius:50%;background:#f1f5f9;color:#64748b;cursor:pointer;font-size:14px}._cardDownload_45uki_345{width:100%;padding:12px;background:#0f172a;color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer}._cardDownload_45uki_345:hover{opacity:.9}._center_45uki_363{min-height:100vh;display:flex;align-items:center;justify-content:center}._notFound_45uki_369{text-align:center}._nfCode_45uki_370{font-size:72px;font-weight:900;color:#ffffff1a;line-height:1}._nfMsg_45uki_371{font-size:18px;color:#fff6;margin:8px 0 22px}._nfLink_45uki_372{color:#0a84ff;text-decoration:none;font-size:15px}._nfLink_45uki_372:hover{text-decoration:underline}._footer_9vm0k_1{background:var(--mkt-text, #0f172a);color:#e2e8f0;margin-top:auto}._inner_9vm0k_7{max-width:var(--mkt-container, 1120px);margin:0 auto;padding:64px clamp(16px,4vw,24px) 40px;display:grid;grid-template-columns:1.2fr 2fr;gap:48px;align-items:start}._brand_9vm0k_17{max-width:280px}._logoRow_9vm0k_21{display:flex;align-items:center;gap:10px;margin-bottom:12px}._logoIcon_9vm0k_28{width:32px;height:32px;background:#2563eb;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:15px;font-weight:700}._logoText_9vm0k_41{font-size:20px;font-weight:700;color:#fff}._tagline_9vm0k_47{font-size:14px;line-height:1.6;color:#94a3b8}._columns_9vm0k_53{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}._column_9vm0k_53{display:flex;flex-direction:column;gap:10px}._columnTitle_9vm0k_65{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#fff;margin-bottom:4px}._link_9vm0k_74{color:#94a3b8;text-decoration:none;font-size:14px;transition:color .2s}._link_9vm0k_74:hover{color:#fff}._bottom_9vm0k_85{border-top:1px solid rgba(255,255,255,.08);padding:20px clamp(16px,4vw,24px);text-align:center}._bottom_9vm0k_85 p{font-size:13px;color:#64748b}@media (max-width: 768px){._inner_9vm0k_7{grid-template-columns:1fr;gap:40px}._columns_9vm0k_53{grid-template-columns:repeat(2,1fr);gap:24px}._brand_9vm0k_17{max-width:none}}@media (max-width: 480px){._columns_9vm0k_53{grid-template-columns:1fr}}._list_6l6no_1{display:flex;flex-direction:column;gap:8px;max-width:720px;margin:0 auto}._item_6l6no_9{background:var(--mkt-surface, #fff);border:1px solid var(--mkt-border, #e2e8f0);border-radius:var(--mkt-radius, 12px);overflow:hidden}._heading_6l6no_16{margin:0}._trigger_6l6no_20{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;background:none;border:none;font-family:inherit;font-size:16px;font-weight:600;color:var(--mkt-text, #0f172a);text-align:left;cursor:pointer;transition:background .2s}._trigger_6l6no_20:hover{background:var(--mkt-surface-alt, #f4f6f8)}._icon_6l6no_42{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--mkt-text-muted, #64748b)}._panel_6l6no_53{padding:0 20px}._panelOpen_6l6no_57{padding-bottom:18px}._panel_6l6no_53 p{font-size:15px;line-height:1.65;color:var(--mkt-text-secondary, #475569);margin:0;padding-top:0}._panel_6l6no_53[hidden]{display:none}._page_1uxs5_1{display:flex;flex-direction:column}._hero_1uxs5_8{padding:clamp(48px,8vw,80px) 0 clamp(64px,10vw,96px)}._heroGrid_1uxs5_12{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,6vw,64px);align-items:center}._heroTitle_1uxs5_19{font-size:clamp(36px,5.5vw,56px);font-weight:700;letter-spacing:-.03em;line-height:1.1;color:var(--mkt-text);margin-bottom:20px}._heroSubtitle_1uxs5_28{font-size:clamp(17px,2vw,19px);line-height:1.65;color:var(--mkt-text-secondary);max-width:48ch;margin-bottom:32px}._heroActions_1uxs5_36{display:flex;flex-wrap:wrap;gap:12px}._heroVisual_1uxs5_42{display:flex;justify-content:center}._heroPreview_1uxs5_47{display:flex;flex-direction:column;align-items:center;gap:18px}._heroPreviewBar_1uxs5_54{display:flex;align-items:center;gap:12px;padding:10px 16px;background:var(--mkt-surface);border:1px solid var(--mkt-border);border-radius:var(--mkt-radius-lg);box-shadow:var(--mkt-shadow-sm);width:100%;max-width:280px}._heroPreviewDots_1uxs5_67{display:flex;gap:5px}._heroPreviewDots_1uxs5_67 span{width:8px;height:8px;border-radius:50%;background:#cbd5e1}._heroPreviewUrl_1uxs5_79{font-size:12px;font-family:ui-monospace,monospace;color:var(--mkt-text-muted)}._sectionHeader_1uxs5_87{margin-bottom:40px}._sectionHeaderCenter_1uxs5_91{text-align:center}._sectionHeaderCenter_1uxs5_91 ._marketingSectionSubtitle_1uxs5_95{margin:0 auto}._featuresGrid_1uxs5_101{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}._featureCard_1uxs5_107{background:var(--mkt-surface);border:1px solid var(--mkt-border);border-radius:var(--mkt-radius-lg);padding:28px}._featureTitle_1uxs5_114{font-size:18px;font-weight:600;color:var(--mkt-text);margin-bottom:8px}._featureDesc_1uxs5_121{font-size:15px;line-height:1.65;color:var(--mkt-text-secondary)}._useCasesGrid_1uxs5_129{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}._useCaseCard_1uxs5_135{padding:24px;border-left:3px solid var(--mkt-accent);background:var(--mkt-surface);border-radius:0 var(--mkt-radius) var(--mkt-radius) 0;box-shadow:var(--mkt-shadow-sm)}._useCaseTitle_1uxs5_143{font-size:17px;font-weight:600;margin-bottom:6px;color:var(--mkt-text)}._useCaseDesc_1uxs5_150{font-size:15px;line-height:1.6;color:var(--mkt-text-secondary)}._stepsList_1uxs5_158{list-style:none;display:flex;flex-direction:column;gap:24px;max-width:640px;margin:0 auto;padding:0}._stepItem_1uxs5_168{display:flex;gap:20px;align-items:flex-start}._stepNumber_1uxs5_174{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--mkt-accent);color:#fff;font-weight:700;font-size:16px;border-radius:50%}._stepTitle_1uxs5_188{font-size:17px;font-weight:600;margin-bottom:4px;color:var(--mkt-text)}._stepDesc_1uxs5_195{font-size:15px;line-height:1.6;color:var(--mkt-text-secondary)}._cta_1uxs5_203{padding:clamp(64px,10vw,96px) 0;background:var(--mkt-text);text-align:center}._ctaTitle_1uxs5_209{font-size:clamp(28px,4vw,36px);font-weight:700;color:#fff;margin-bottom:12px;letter-spacing:-.02em}._ctaSubtitle_1uxs5_217{font-size:17px;color:#94a3b8;margin-bottom:28px;max-width:48ch;margin-left:auto;margin-right:auto}._ctaBtn_1uxs5_226{display:inline-flex;align-items:center;justify-content:center;background:#fff;color:var(--mkt-text);border:none;padding:14px 28px;border-radius:var(--mkt-radius);font-size:16px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s}._ctaBtn_1uxs5_226:hover{background:#f1f5f9}@media (max-width: 900px){._heroGrid_1uxs5_12{grid-template-columns:1fr;text-align:center}._heroSubtitle_1uxs5_28{margin-left:auto;margin-right:auto}._heroActions_1uxs5_36{justify-content:center}._heroVisual_1uxs5_42{order:-1}}@media (max-width: 640px){._featuresGrid_1uxs5_101,._useCasesGrid_1uxs5_129{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){._ctaBtn_1uxs5_226{transition:none}}._page_1fx4g_1{display:flex;flex-direction:column}._hero_1fx4g_8{padding:clamp(40px,6vw,64px) 0 clamp(24px,4vw,40px);background:radial-gradient(ellipse 80% 60% at 100% 0%,rgba(37,99,235,.08) 0%,transparent 55%),radial-gradient(ellipse 50% 40% at 0% 100%,rgba(37,99,235,.05) 0%,transparent 50%),var(--mkt-bg)}._heroGrid_1fx4g_16{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,56px);align-items:center}._heroTitle_1fx4g_23{font-size:clamp(34px,5vw,52px);font-weight:700;letter-spacing:-.035em;line-height:1.1;color:var(--mkt-text);margin-bottom:20px}._heroSubtitle_1fx4g_32{font-size:clamp(17px,2vw,19px);line-height:1.7;color:var(--mkt-text-secondary);max-width:52ch;margin-bottom:28px}._heroActions_1fx4g_40{display:flex;flex-wrap:wrap;gap:12px}._heroVisual_1fx4g_46{display:flex;justify-content:center}._heroImageWrap_1fx4g_51{position:relative;width:100%;max-width:480px;border-radius:20px;overflow:hidden;box-shadow:var(--mkt-shadow-md);border:1px solid var(--mkt-border)}._heroImage_1fx4g_51{width:100%;height:auto;display:block;aspect-ratio:4 / 3;object-fit:cover}._heroBadge_1fx4g_69{position:absolute;left:16px;bottom:16px;display:flex;align-items:center;gap:12px;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--mkt-border);border-radius:14px;padding:12px 16px;box-shadow:0 8px 24px #0f172a1f}._heroBadgeIcon_1fx4g_84{width:36px;height:36px;background:var(--mkt-accent);color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;flex-shrink:0}._heroBadgeTitle_1fx4g_98{font-size:14px;font-weight:700;color:var(--mkt-text);margin:0;line-height:1.2}._heroBadgeSub_1fx4g_106{font-size:12px;color:var(--mkt-text-muted);margin:2px 0 0}._statsRow_1fx4g_112{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:clamp(40px,6vw,56px);padding-top:32px;border-top:1px solid var(--mkt-border)}._statItem_1fx4g_121{text-align:center;padding:20px 16px;background:var(--mkt-surface);border:1px solid var(--mkt-border);border-radius:var(--mkt-radius-lg);box-shadow:var(--mkt-shadow-sm)}._statValue_1fx4g_130{display:block;font-size:clamp(22px,3vw,28px);font-weight:700;color:var(--mkt-accent);letter-spacing:-.02em;line-height:1.1}._statLabel_1fx4g_139{display:block;font-size:13px;color:var(--mkt-text-muted);margin-top:6px;font-weight:500}._sectionHeader_1fx4g_149{margin-bottom:40px;max-width:640px}._sectionHeader_1fx4g_149 ._marketingEyebrow_1fx4g_154{margin-bottom:10px}._missionGrid_1fx4g_160{display:grid;grid-template-columns:1fr 1.1fr;gap:clamp(32px,5vw,56px);align-items:start}._missionVisual_1fx4g_167{position:relative}._missionImage_1fx4g_171{width:100%;border-radius:20px;display:block;aspect-ratio:4 / 3;object-fit:cover;border:1px solid var(--mkt-border);box-shadow:var(--mkt-shadow-md)}._missionFloat_1fx4g_181{position:absolute;right:-12px;bottom:24px;display:flex;align-items:center;gap:10px;background:var(--mkt-surface);border:1px solid var(--mkt-border);border-radius:12px;padding:12px 16px;box-shadow:var(--mkt-shadow-md);font-size:13px;font-weight:600;color:var(--mkt-text)}._missionFloatIcon_1fx4g_198{font-size:20px;line-height:1}._missionFloat_1fx4g_181 p{margin:0}._missionContent_1fx4g_207{display:flex;flex-direction:column;gap:0}._missionText_1fx4g_213{font-size:16px;line-height:1.75;color:var(--mkt-text-secondary);margin-bottom:16px}._code_1fx4g_220{font-family:ui-monospace,monospace;font-size:14px;background:var(--mkt-surface);border:1px solid var(--mkt-border);padding:3px 8px;border-radius:6px;color:var(--mkt-accent)}._missionCard_1fx4g_230{margin-top:24px;background:var(--mkt-surface);border:1px solid var(--mkt-border);border-radius:var(--mkt-radius-lg);padding:24px;box-shadow:var(--mkt-shadow-sm)}._missionCardTitle_1fx4g_239{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:700;color:var(--mkt-text);margin:0 0 18px}._missionCardIcon_1fx4g_249{width:28px;height:28px;background:var(--mkt-accent-subtle);color:var(--mkt-accent);border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:700}._featureList_1fx4g_262{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:14px}._featureItem_1fx4g_271{display:flex;align-items:flex-start;gap:12px}._featureIcon_1fx4g_277{width:36px;height:36px;background:var(--mkt-surface-alt);border:1px solid var(--mkt-border);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}._featureTitle_1fx4g_290{font-size:14px;font-weight:600;color:var(--mkt-text);margin:0 0 2px}._featureDesc_1fx4g_297{font-size:12px;color:var(--mkt-text-muted);margin:0;line-height:1.4}._valuesGrid_1fx4g_306{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}._valueCard_1fx4g_312{background:var(--mkt-surface);border:1px solid var(--mkt-border);border-radius:var(--mkt-radius-lg);padding:28px 22px;box-shadow:var(--mkt-shadow-sm);transition:box-shadow .2s,transform .2s}._valueCard_1fx4g_312:hover{box-shadow:var(--mkt-shadow-md);transform:translateY(-2px)}._valueIconWrap_1fx4g_326{width:48px;height:48px;background:linear-gradient(135deg,var(--mkt-accent-subtle) 0%,rgba(37,99,235,.04) 100%);border:1px solid rgba(37,99,235,.12);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}._valueIcon_1fx4g_326{font-size:22px;line-height:1}._valueTitle_1fx4g_343{font-size:17px;font-weight:700;color:var(--mkt-text);margin-bottom:8px;letter-spacing:-.01em}._valueDesc_1fx4g_351{font-size:14px;line-height:1.65;color:var(--mkt-text-secondary)}._diffGrid_1fx4g_359{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}._diffCard_1fx4g_365{display:flex;align-items:flex-start;gap:18px;background:var(--mkt-surface);border:1px solid var(--mkt-border);border-radius:var(--mkt-radius-lg);padding:28px;box-shadow:var(--mkt-shadow-sm);transition:border-color .2s}._diffCard_1fx4g_365:hover{border-color:#2563eb40}._diffIconWrap_1fx4g_381{width:52px;height:52px;background:var(--mkt-accent);color:#fff;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0;box-shadow:0 4px 14px #2563eb4d}._diffTitle_1fx4g_395{font-size:17px;font-weight:700;color:var(--mkt-text);margin-bottom:6px;letter-spacing:-.01em}._diffDesc_1fx4g_403{font-size:15px;line-height:1.65;color:var(--mkt-text-secondary)}._cta_1fx4g_411{padding:clamp(64px,10vw,96px) 0;background:linear-gradient(160deg,#0f172a,#1e293b);text-align:center}._ctaInner_1fx4g_417{max-width:520px;margin:0 auto}._ctaIcon_1fx4g_422{display:inline-flex;width:48px;height:48px;align-items:center;justify-content:center;background:#2563eb33;border:1px solid rgba(37,99,235,.35);border-radius:14px;font-size:20px;color:#93c5fd;margin-bottom:20px}._ctaTitle_1fx4g_436{font-size:clamp(28px,4vw,36px);font-weight:700;color:#fff;margin-bottom:12px;letter-spacing:-.02em}._ctaSubtitle_1fx4g_444{font-size:17px;color:#94a3b8;margin-bottom:28px;line-height:1.6}._ctaActions_1fx4g_451{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}._ctaBtn_1fx4g_458{display:inline-flex;align-items:center;justify-content:center;background:#fff;color:var(--mkt-text);border:none;padding:14px 28px;border-radius:var(--mkt-radius);font-size:16px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s,transform .15s}._ctaBtn_1fx4g_458:hover{background:#f1f5f9;transform:translateY(-1px)}._ctaBtnSecondary_1fx4g_479{display:inline-flex;align-items:center;justify-content:center;background:transparent;color:#e2e8f0;border:1px solid rgba(255,255,255,.2);padding:14px 28px;border-radius:var(--mkt-radius);font-size:16px;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .2s,color .2s}._ctaBtnSecondary_1fx4g_479:hover{border-color:#fff6;color:#fff}@media (max-width: 960px){._heroGrid_1fx4g_16{grid-template-columns:1fr}._heroVisual_1fx4g_46{order:-1}._heroImageWrap_1fx4g_51{max-width:100%}._valuesGrid_1fx4g_306{grid-template-columns:repeat(2,1fr)}._missionGrid_1fx4g_160{grid-template-columns:1fr}._missionFloat_1fx4g_181{right:12px;bottom:12px}}@media (max-width: 640px){._statsRow_1fx4g_112,._valuesGrid_1fx4g_306,._diffGrid_1fx4g_359,._featureList_1fx4g_262{grid-template-columns:1fr}._heroTitle_1fx4g_23{font-size:32px}}@media (prefers-reduced-motion: reduce){._valueCard_1fx4g_312,._ctaBtn_1fx4g_458{transition:none}._valueCard_1fx4g_312:hover{transform:none}}._page_1wzg2_1{min-height:100vh;background:#fafbfc;color:#0f172a;padding:48px 16px 80px}._container_1wzg2_8{max-width:760px;margin:0 auto}._back_1wzg2_13{display:inline-flex;align-items:center;gap:6px;color:#64748b;text-decoration:none;font-size:14px;font-weight:500;margin-bottom:36px;transition:color .2s}._back_1wzg2_13:hover{color:#0f172a}._header_1wzg2_29{margin-bottom:48px}._badge_1wzg2_33{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#2563eb;background:#2563eb14;border:1px solid rgba(37,99,235,.2);border-radius:6px;padding:3px 10px;margin-bottom:16px}._header_1wzg2_29 h1{font-size:clamp(28px,5vw,42px);font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-bottom:10px;color:#0f172a}._meta_1wzg2_56{font-size:13px;color:#64748b;margin-bottom:20px}._intro_1wzg2_62{font-size:16px;line-height:1.7;color:#475569;padding:20px 24px;background:#fff;border-radius:0 12px 12px 0;border:1px solid #e2e8f0;border-left:3px solid #2563eb}._sections_1wzg2_74{display:flex;flex-direction:column;gap:0}._section_1wzg2_74{padding:32px 0;border-bottom:1px solid #e2e8f0}._section_1wzg2_74:last-child{border-bottom:none}._section_1wzg2_74 h2{font-size:17px;font-weight:700;color:#0f172a;margin-bottom:14px}._body_1wzg2_96{display:flex;flex-direction:column;gap:10px}._body_1wzg2_96 p{font-size:15px;line-height:1.75;color:#475569}._body_1wzg2_96 p:empty{display:none}._body_1wzg2_96 ul{list-style:none;display:flex;flex-direction:column;gap:8px;padding:0;margin:0}._body_1wzg2_96 ul li{font-size:15px;line-height:1.7;color:#475569;padding-left:20px;position:relative}._body_1wzg2_96 ul li:before{content:"–";position:absolute;left:0;color:#2563eb;font-weight:700}._body_1wzg2_96 strong{color:#0f172a;font-weight:600}._page_4cpux_1{min-height:100vh;background:#fafbfc;color:#0f172a;display:flex;align-items:center;justify-content:center;padding:24px 16px}._card_4cpux_11{width:100%;max-width:420px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:40px 36px;box-shadow:0 4px 16px #0f172a14}._back_4cpux_21{display:inline-flex;align-items:center;gap:6px;color:#64748b;text-decoration:none;font-size:14px;font-weight:500;margin-bottom:28px;transition:color .2s}._back_4cpux_21:hover{color:#0f172a}._title_4cpux_37{font-size:24px;font-weight:700;letter-spacing:-.02em;margin-bottom:8px;color:#0f172a}._subtitle_4cpux_45{font-size:14px;color:#64748b;line-height:1.6;margin-bottom:28px}._field_4cpux_53{display:flex;flex-direction:column;gap:6px;margin-bottom:18px}._label_4cpux_60{font-size:13px;font-weight:600;color:#475569}._input_4cpux_66{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:12px 14px;font-size:15px;color:#0f172a;outline:none;width:100%;transition:border-color .2s,box-shadow .2s;font-family:inherit}._input_4cpux_66::placeholder{color:#94a3b8}._input_4cpux_66:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}._inputError_4cpux_88{border-color:#ef4444}._inputError_4cpux_88:focus{box-shadow:0 0 0 3px #ef44441f}._errorMsg_4cpux_96{font-size:12px;color:#ef4444;margin-top:2px}._btnPrimary_4cpux_103{width:100%;padding:13px;background:#2563eb;color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s,opacity .2s;margin-top:6px;font-family:inherit;text-align:center;text-decoration:none;display:block}._btnPrimary_4cpux_103:hover:not(:disabled){background:#1d4ed8}._btnPrimary_4cpux_103:disabled{opacity:.6;cursor:not-allowed}._serverError_4cpux_131{background:#ef444414;border:1px solid rgba(239,68,68,.2);border-radius:10px;padding:12px 14px;font-size:13px;color:#ef4444;margin-bottom:20px;line-height:1.5}._success_4cpux_143,._errorState_4cpux_144{text-align:center;padding:8px 0}._successIcon_4cpux_149{font-size:48px;margin-bottom:20px;line-height:1}._success_4cpux_143 h1,._errorState_4cpux_144 h1{font-size:22px;font-weight:700;margin-bottom:12px;color:#0f172a}._success_4cpux_143 p,._errorState_4cpux_144 p{font-size:14px;color:#475569;line-height:1.7;margin-bottom:10px}._success_4cpux_143 strong{color:#0f172a}._hint_4cpux_175{font-size:13px!important;color:#64748b!important}._inlineBtn_4cpux_180{background:none;border:none;color:#2563eb;font-size:13px;font-weight:500;cursor:pointer;padding:0;text-decoration:underline;font-family:inherit}._loading_4cpux_193{display:flex;flex-direction:column;align-items:center;gap:16px;padding:20px 0}._loading_4cpux_193 p{font-size:14px;color:#64748b}@media (max-width: 480px){._card_4cpux_11{padding:28px 20px}}
