:root{--color-brand-50:#eff6ff;--color-brand-100:#dbeafe;--color-brand-200:#bfdbfe;--color-brand-400:#60a5fa;--color-brand-500:#3b82f6;--color-brand-600:#2563eb;--color-brand-700:#1d4ed8;--color-brand-900:#1e3a8a;--color-bg:#fff;--color-surface:#fff;--color-surface-alt:#f7f9fc;--color-surface-muted:#eef2f7;--color-border:#e5e7eb;--color-border-strong:#d1d5db;--color-text:#0f172a;--color-text-muted:#475569;--color-text-soft:#94a3b8;--color-on-brand:#fff;--color-accent:#f5a524;--color-accent-600:#d97706;--color-success:#10b981;--color-warning:#f59e0b;--color-danger:#ef4444;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--font-sans:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-display:"Inter", system-ui, sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--leading-tight:1.2;--leading-snug:1.35;--leading-normal:1.5;--leading-relaxed:1.65;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:20px;--radius-2xl:28px;--radius-full:999px;--shadow-xs:0 1px 2px #0f172a0f;--shadow-sm:0 2px 6px #0f172a14;--shadow-md:0 6px 16px #0f172a1a;--shadow-lg:0 16px 32px #0f172a24;--shadow-xl:0 24px 48px #0f172a2e;--z-base:1;--z-dropdown:100;--z-sticky:500;--z-overlay:800;--z-modal:1000;--z-toast:1200;--ease-out:cubic-bezier(.22, 1, .36, 1);--ease-in-out:cubic-bezier(.65, 0, .35, 1);--dur-fast:.15s;--dur-base:.22s;--dur-slow:.32s;--container-max:1200px;--header-h:72px}:root[data-theme=dark]{--color-bg:#0b1220;--color-surface:#111827;--color-surface-alt:#0f172a;--color-surface-muted:#1f2937;--color-border:#1f2937;--color-border-strong:#334155;--color-text:#f1f5f9;--color-text-muted:#cbd5e1;--color-text-soft:#94a3b8}@media (prefers-color-scheme:dark){:root:not([data-theme]){--color-bg:#0b1220;--color-surface:#111827;--color-surface-alt:#0f172a;--color-surface-muted:#1f2937;--color-border:#1f2937;--color-border-strong:#334155;--color-text:#f1f5f9;--color-text-muted:#cbd5e1;--color-text-soft:#94a3b8}}*,:before,:after{box-sizing:border-box}*{margin:0}html,body,#root{height:100%}html,body{overflow-x:hidden}body{font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:none;padding:0}a{color:inherit;text-decoration:none}ul,ol{padding:0;list-style:none}h1,h2,h3,h4,h5,h6{line-height:var(--leading-tight);font-weight:var(--weight-semibold)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--color-border-strong);border-radius:var(--radius-full)}::-webkit-scrollbar-track{background:0 0}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}._main_1u8nu_1{flex-direction:column;min-height:100vh;display:flex}._content_1u8nu_6{flex:1}._section_1u8nu_7{padding-block:var(--space-12)}@media (width>=768px){._section_1u8nu_7{padding-block:var(--space-16)}}._header_dpine_1{z-index:var(--z-sticky);background:var(--color-surface);transition:transform var(--dur-base) var(--ease-out), opacity var(--dur-base) var(--ease-out), border-color var(--dur-base) var(--ease-out);will-change:transform;border-bottom:1px solid #0000;position:sticky;top:0}._scrolled_dpine_12{border-bottom-color:var(--color-border);box-shadow:var(--shadow-xs)}@media (width<=767px){._hiddenMobile_dpine_15{opacity:0;transform:translateY(-100%)}}._row_dpine_18{justify-content:space-between;align-items:center;gap:var(--space-4);height:var(--header-h);display:flex}._right_dpine_26{align-items:center;gap:var(--space-2);display:flex}@media (width>=768px){._right_dpine_26{gap:var(--space-4)}}._iconBtn_dpine_33{border-radius:var(--radius-full);width:40px;height:40px;color:var(--color-text);transition:background var(--dur-fast) var(--ease-out);justify-content:center;align-items:center;display:inline-flex}._iconBtn_dpine_33:hover{background:var(--color-surface-muted)}._menuBtn_dpine_45{border-radius:var(--radius-md);width:40px;height:40px;color:var(--color-text);border:1px solid var(--color-border);justify-content:center;align-items:center;display:inline-flex}@media (width>=768px){._menuBtn_dpine_45{display:none}}._container_n0zle_1{width:100%;max-width:var(--container-max);padding-inline:var(--space-4);margin-inline:auto}@media (width>=768px){._container_n0zle_1{padding-inline:var(--space-6)}}@media (width>=1024px){._container_n0zle_1{padding-inline:var(--space-8)}}._btn_evthw_1{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-5);border-radius:var(--radius-md);font-weight:var(--weight-semibold);font-size:var(--text-sm);transition:transform var(--dur-fast) var(--ease-out), background-color var(--dur-base) var(--ease-out), color var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);white-space:nowrap;-webkit-user-select:none;user-select:none;line-height:1;display:inline-flex}._btn_evthw_1:hover{transform:translateY(-1px)}._btn_evthw_1:active{transform:translateY(0)}._btn_evthw_1:focus-visible{outline:2px solid var(--color-brand-500);outline-offset:2px}._primary_evthw_26{background:var(--color-brand-600);color:var(--color-on-brand);box-shadow:var(--shadow-sm)}._primary_evthw_26:hover{background:var(--color-brand-700);box-shadow:var(--shadow-md)}._secondary_evthw_33{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border)}._secondary_evthw_33:hover{background:var(--color-surface-alt)}._ghost_evthw_40{color:var(--color-text);background:0 0}._ghost_evthw_40:hover{background:var(--color-surface-muted)}._sm_evthw_46{padding:var(--space-2) var(--space-3);font-size:var(--text-xs)}._lg_evthw_47{padding:var(--space-4) var(--space-6);font-size:var(--text-base)}._full_evthw_49{width:100%}._footer_1ml5v_1{color:#cbd5e1;padding-block:var(--space-10) var(--space-6);margin-top:var(--space-16);background:#0b0f17}@media (width>=768px){._footer_1ml5v_1{padding-block:var(--space-12) var(--space-6);margin-top:var(--space-20)}}._grid_1ml5v_14{gap:var(--space-8);grid-template-columns:1fr;display:grid}@media (width>=640px){._grid_1ml5v_14{gap:var(--space-8) var(--space-6);grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){._grid_1ml5v_14{gap:var(--space-6);grid-template-columns:1.6fr repeat(4,1fr)}}._brandCell_1ml5v_26{text-align:center;flex-direction:column;grid-column:1/-1;align-items:center;display:flex}@media (width>=1024px){._brandCell_1ml5v_26{text-align:left;grid-column:auto;align-items:flex-start}}._brand_1ml5v_26{margin-bottom:var(--space-4);padding:var(--space-2) var(--space-4);border-radius:var(--radius-md);background:#fff;align-items:center;display:inline-flex;box-shadow:0 4px 12px #0000002e}._brand_1ml5v_26 img{display:block}._about_1ml5v_52{color:#94a3b8;font-size:var(--text-sm);max-width:56ch;line-height:var(--leading-snug);margin-bottom:var(--space-5)}@media (width>=1024px){._about_1ml5v_52{max-width:32ch}}._downloadLabel_1ml5v_61{color:var(--color-brand-500);font-size:var(--text-sm);font-weight:var(--weight-semibold);margin-bottom:var(--space-3)}._appBadges_1ml5v_68{gap:var(--space-2);flex-wrap:wrap;justify-content:center;display:flex}@media (width>=1024px){._appBadges_1ml5v_68{justify-content:flex-start}}._badge_1ml5v_75{align-items:center;gap:var(--space-2);border-radius:var(--radius-md);padding:var(--space-2) var(--space-3);color:#fff;font-size:var(--text-xs);transition:border-color var(--dur-fast) var(--ease-out);background:#000;border:1px solid #ffffff2e;line-height:1.1;display:inline-flex}._badge_1ml5v_75:hover{border-color:#fff6}._badgeIcon_1ml5v_89{flex-shrink:0;width:18px;height:18px}._badgeMeta_1ml5v_90{flex-direction:column;display:flex}._badgeSmall_1ml5v_91{color:#cbd5e1;font-size:9px}._badgeBig_1ml5v_92{font-size:var(--text-sm);font-weight:var(--weight-semibold)}._col_1ml5v_94{text-align:center}@media (width>=640px){._col_1ml5v_94{text-align:left}}._col_1ml5v_94 h4{color:var(--color-brand-500);font-size:var(--text-sm);font-weight:var(--weight-semibold);margin-bottom:var(--space-3)}@media (width>=768px){._col_1ml5v_94 h4{margin-bottom:var(--space-4)}}._col_1ml5v_94 ul{gap:var(--space-2);display:grid}._col_1ml5v_94 a{color:#cbd5e1;font-size:var(--text-sm);transition:color var(--dur-fast) var(--ease-out)}._col_1ml5v_94 a:hover{color:#fff}._contact_1ml5v_114{align-items:center;gap:var(--space-3);font-size:var(--text-sm);color:#cbd5e1;flex-direction:column;display:flex}@media (width>=640px){._contact_1ml5v_114{align-items:flex-start}}._contact_1ml5v_114 a{color:inherit;transition:color var(--dur-fast) var(--ease-out)}._contact_1ml5v_114 a:hover{color:#fff}._socials_1ml5v_126{gap:var(--space-2);margin-top:var(--space-2);display:flex}._social_1ml5v_126{border-radius:var(--radius-full);color:#cbd5e1;width:32px;height:32px;transition:background var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out);background:#ffffff0f;justify-content:center;align-items:center;display:inline-flex}._social_1ml5v_126:hover{color:#fff;background:#ffffff24}._social_1ml5v_126 svg{width:14px;height:14px}._bottom_1ml5v_145{align-items:stretch;gap:var(--space-3);margin-top:var(--space-10);padding-top:var(--space-5);color:#64748b;font-size:var(--text-xs);text-align:center;border-top:1px solid #ffffff14;flex-direction:column;display:flex}@media (width>=768px){._bottom_1ml5v_145{justify-content:space-between;align-items:center;gap:var(--space-4);margin-top:var(--space-12);text-align:left;flex-flow:wrap}}._payments_1ml5v_169{gap:var(--space-2);flex-wrap:wrap;justify-content:center;display:flex}@media (width>=768px){._payments_1ml5v_169{justify-content:flex-end}}._pay_1ml5v_169{height:22px;padding:0 var(--space-2);color:#0b0f17;font-size:10px;font-weight:var(--weight-bold);letter-spacing:.02em;text-transform:uppercase;background:#fff;border-radius:4px;justify-content:center;align-items:center;min-width:36px;display:inline-flex}
