@layer base{._overlay_1u0g5_2{position:fixed;inset:0;background-color:color-mix(in srgb,black 50%,transparent);z-index:var(--z-overlay)!important;animation:_overlayShow_1u0g5_1 var(--animation-duration-normal) cubic-bezier(.16,1,.3,1)}._content_1u0g5_11{position:fixed!important;top:50%;left:50%;transform:translate(-50%,-50%);max-width:90vw;max-height:85vh;width:32rem;background-color:var(--popup);color:var(--popup-foreground);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:var(--z-overlay)!important;overflow:auto;padding:var(--spacing-6);animation:_contentShow_1u0g5_1 var(--animation-duration-normal) cubic-bezier(.16,1,.3,1)}._close_1u0g5_31{position:absolute;top:var(--spacing-4);right:var(--spacing-4);display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:var(--radius-full);background-color:var(--muted);color:var(--muted-foreground);border:none;cursor:pointer;transition:background-color var(--animation-duration-fast) ease,color var(--animation-duration-fast) ease,transform var(--animation-duration-fast) ease}._close_1u0g5_31:hover{background-color:var(--muted-foreground);color:var(--muted);transform:scale(1.05)}._close_1u0g5_31:focus-visible{outline:none;box-shadow:var(--shadow-focus)}._closeIcon_1u0g5_62{width:1rem;height:1rem}._header_1u0g5_67{margin-bottom:var(--spacing-4)}._footer_1u0g5_71{display:flex;justify-content:flex-end;gap:var(--spacing-2);margin-top:var(--spacing-6)}._title_1u0g5_78{font-family:var(--font-family-heading);font-size:1.25rem;font-weight:600;color:var(--popup-foreground);line-height:1.4;margin-bottom:var(--spacing-2)}._description_1u0g5_87{font-size:.875rem;color:var(--muted-foreground);line-height:1.5;margin-bottom:var(--spacing-4)}._screenReaderText_1u0g5_94{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@keyframes _overlayShow_1u0g5_1{0%{opacity:0}to{opacity:1}}@keyframes _contentShow_1u0g5_1{0%{opacity:0;scale:.95}to{opacity:1;scale:1}}}@layer base{._input_1pney_2{font-family:var(--font-family-base);font-size:1rem;line-height:1.5;color:var(--foreground);background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:var(--spacing-2) var(--spacing-3);width:100%;transition:border-color var(--animation-duration-normal) ease,background-color var(--animation-duration-normal) ease,box-shadow var(--animation-duration-normal) ease,transform var(--animation-duration-fast) ease;outline:none;height:2.5rem;box-shadow:inset 0 1px 2px #00000005,0 1px #ffffff4d}._input_1pney_2::placeholder{color:var(--muted-foreground);opacity:.7}._input_1pney_2:hover{border-color:color-mix(in srgb,var(--primary) 80%,transparent);background-color:color-mix(in srgb,var(--card) 98%,var(--primary) 2%);box-shadow:inset 0 1px 2px #00000005,0 2px 4px #0000000d}._input_1pney_2:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 15%,transparent),0 2px 4px #0000000d;background-color:var(--card)}._input_1pney_2:disabled{background-color:var(--muted);color:var(--muted-foreground);cursor:not-allowed;opacity:.75;box-shadow:none;transform:none}.dark ._input_1pney_2{background-color:color-mix(in srgb,var(--background) 80%,black);box-shadow:inset 0 1px 2px #0000001a,0 1px #ffffff0d}.dark ._input_1pney_2:hover{background-color:color-mix(in srgb,var(--background) 75%,black);border-color:color-mix(in srgb,var(--primary) 90%,white);box-shadow:inset 0 1px 2px #0000001a,0 2px 4px #00000026}.dark ._input_1pney_2:focus{background-color:color-mix(in srgb,var(--background) 80%,black);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 25%,transparent),0 2px 4px #00000026}}@layer base{._button_1a9tq_2{display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-2);font-family:var(--font-family-base);font-weight:500;border-radius:var(--radius);white-space:nowrap;text-decoration:none;cursor:pointer;transition:background-color var(--animation-duration-fast) ease,border-color var(--animation-duration-fast) ease,color var(--animation-duration-fast) ease,box-shadow var(--animation-duration-fast) ease;outline:none;border:1px solid transparent;position:relative}._button_1a9tq_2:focus-visible{box-shadow:0 0 0 2px var(--background),0 0 0 4px var(--primary);outline:none}._sm_1a9tq_32{height:1.5rem;padding:0 var(--spacing-2);font-size:.875rem}._md_1a9tq_38{height:2.5rem;padding:0 var(--spacing-3);font-size:.9375rem}._lg_1a9tq_44{height:3rem;padding:0 var(--spacing-4);font-size:1rem;border-radius:var(--radius-md)}._icon_1a9tq_52,._icon-md_1a9tq_53{width:2rem;height:2rem;padding:0}._icon-sm_1a9tq_59{width:1.5rem;height:1.5rem;padding:0}._icon-lg_1a9tq_65{width:2.5rem;height:2.5rem;padding:0;border-radius:var(--radius-md)}._button_1a9tq_2 svg{flex-shrink:0}._sm_1a9tq_32 svg,._icon-sm_1a9tq_59 svg{width:1rem;height:1rem}._md_1a9tq_38 svg,._icon_1a9tq_52 svg,._icon-md_1a9tq_53 svg{width:1.25rem;height:1.25rem}._lg_1a9tq_44 svg,._icon-lg_1a9tq_65 svg{width:1.5rem;height:1.5rem}._primary_1a9tq_97{background-color:var(--primary);color:var(--primary-foreground);border-color:var(--primary);--spinner-color: var(--primary-foreground)}._primary_1a9tq_97:hover{background-color:color-mix(in oklch,var(--primary) 90%,var(--primary-foreground));border-color:color-mix(in oklch,var(--primary) 90%,var(--primary-foreground))}._primary_1a9tq_97:active{background-color:color-mix(in oklch,var(--primary) 85%,var(--primary-foreground));border-color:color-mix(in oklch,var(--primary) 85%,var(--primary-foreground))}._secondary_1a9tq_114{background-color:var(--secondary);color:var(--secondary-foreground);border-color:var(--secondary);--spinner-color: var(--secondary-foreground)}._secondary_1a9tq_114:hover{background-color:color-mix(in oklch,var(--secondary) 90%,var(--secondary-foreground));border-color:color-mix(in oklch,var(--secondary) 90%,var(--secondary-foreground))}._secondary_1a9tq_114:active{background-color:color-mix(in oklch,var(--secondary) 85%,var(--secondary-foreground));border-color:color-mix(in oklch,var(--secondary) 85%,var(--secondary-foreground))}._destructive_1a9tq_132{background-color:var(--error);color:var(--error-foreground);border-color:var(--error);--spinner-color: var(--error-foreground)}._destructive_1a9tq_132:hover{background-color:color-mix(in oklch,var(--error) 90%,var(--error-foreground));border-color:color-mix(in oklch,var(--error) 90%,var(--error-foreground))}._destructive_1a9tq_132:active{background-color:color-mix(in oklch,var(--error) 85%,var(--error-foreground));border-color:color-mix(in oklch,var(--error) 85%,var(--error-foreground))}._destructive_1a9tq_132:focus-visible{box-shadow:0 0 0 2px var(--background),0 0 0 4px var(--error)}._outline_1a9tq_156{background-color:transparent;border-color:var(--primary);color:var(--primary);--spinner-color: var(--primary)}._outline_1a9tq_156:hover{background-color:color-mix(in oklch,var(--primary) 12%,var(--background));border-color:color-mix(in oklch,var(--primary) 90%,var(--primary-foreground));color:color-mix(in oklch,var(--primary) 90%,var(--primary-foreground))}._outline_1a9tq_156:active{background-color:color-mix(in oklch,var(--primary) 15%,var(--background));border-color:color-mix(in oklch,var(--primary) 85%,var(--primary-foreground));color:color-mix(in oklch,var(--primary) 85%,var(--primary-foreground))}._ghost_1a9tq_176{background-color:transparent;border-color:transparent;--spinner-color: var(--primary)}._ghost_1a9tq_176:hover{background-color:color-mix(in oklch,var(--primary) 12%,var(--background));color:color-mix(in oklch,var(--primary) 90%,var(--primary-foreground))}._ghost_1a9tq_176:active{background-color:color-mix(in oklch,var(--primary) 15%,var(--background));color:color-mix(in oklch,var(--primary) 85%,var(--primary-foreground))}._link_1a9tq_193{background-color:transparent;color:var(--primary);height:auto;padding:0;text-decoration:none;border:none;border-radius:0;min-height:2.75rem;display:inline-flex;align-items:center;--spinner-color: var(--primary)}._link_1a9tq_193:hover{text-decoration:underline;color:color-mix(in oklch,var(--primary) 90%,var(--primary-foreground));background-color:transparent}._link_1a9tq_193:active{color:color-mix(in oklch,var(--primary) 85%,var(--primary-foreground));background-color:transparent}._link_1a9tq_193:focus-visible{box-shadow:0 0 0 2px var(--primary);outline:none;border-radius:.25rem}._disabled_1a9tq_225{opacity:.5;cursor:not-allowed;pointer-events:none}.dark ._primary_1a9tq_97:focus-visible,.dark ._outline_1a9tq_156:focus-visible,.dark ._ghost_1a9tq_176:focus-visible{box-shadow:0 0 0 2px var(--background),0 0 0 4px var(--primary)}.dark ._destructive_1a9tq_132:focus-visible{box-shadow:0 0 0 2px var(--background),0 0 0 4px var(--error)}.dark ._link_1a9tq_193:focus-visible{box-shadow:0 0 0 2px var(--primary)}}._page_81feh_1{padding:70px 0 80px;max-width:1000px;margin:auto}._intro_81feh_2{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:36px}._code_81feh_3{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#94999f;margin:0 0 16px}._intro_81feh_2 h1{font-size:clamp(44px,6vw,76px);font-weight:400;letter-spacing:-.06em;line-height:1.08;margin:0}._home_81feh_5{display:inline-flex;gap:30px;padding:12px 0;border-bottom:1px solid #ffffff70;font-size:13px;white-space:nowrap;color:#e6e7e9}._game_81feh_6{overflow:hidden;border:1px solid #ffffff1b;border-radius:18px;background:#101113;box-shadow:0 24px 70px #00000030}._scoreboard_81feh_7{display:flex;justify-content:space-between;gap:25px;padding:24px 30px;border-bottom:1px solid #ffffff12;background:linear-gradient(130deg,#191a1d,#121315)}._scoreboard_81feh_7>div{display:grid;gap:9px}._scoreboard_81feh_7 span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#92979d}._scoreboard_81feh_7 strong{font-size:34px;line-height:1;letter-spacing:-.04em;font-weight:400;font-variant-numeric:tabular-nums;color:#f0f1f2}._scoreboard_81feh_7 strong._gain_81feh_11{color:#91cba5}._timer_81feh_12{text-align:right}._timer_81feh_12 small{font-size:16px;margin-left:4px;color:#868c93}._field_81feh_14{position:relative;height:clamp(280px,40vw,380px);overflow:hidden;touch-action:none;background-color:#0d0e10;background-image:radial-gradient(ellipse at 50% 100%,#ffffff04,transparent 75%),linear-gradient(#ffffff06 1px,transparent 1px),linear-gradient(90deg,#ffffff06 1px,transparent 1px);background-size:auto,40px 40px,40px 40px}._field_81feh_14:focus-visible{outline:2px solid #d7d9dd;outline-offset:-3px}._coin_81feh_16,._fee_81feh_16{position:absolute;display:grid;place-items:center;width:28px;height:28px;transform:translate(-50%,-50%);font-size:16px;font-weight:500;border-radius:50%;user-select:none}._coin_81feh_16{color:#fff2cf;background:linear-gradient(145deg,#bc913e,#8f682b);border:1px solid #e0b463;box-shadow:inset 0 0 0 3px #8b662c,0 3px 10px #00000040}._fee_81feh_16{color:#f0a0a8;background:#362126;border:1px solid #92515d;border-radius:7px;box-shadow:0 3px 10px #00000030}._wallet_81feh_19{position:absolute;top:85%;width:20%;max-width:115px;min-width:56px;height:33px;transform:translate(-50%);border:1px solid #82868c;border-radius:6px 6px 9px 9px;background:linear-gradient(140deg,#3b3e44,#222429);box-shadow:0 6px 18px #00000050}._wallet_81feh_19>span{position:absolute;left:8%;right:8%;top:-6px;height:9px;background:#111316;border:1px solid #969aa0;border-radius:4px}._wallet_81feh_19>i{position:absolute;right:-2px;top:9px;width:25%;height:14px;border:1px solid #7e838a;border-radius:3px;background:#52575e;box-shadow:0 1px 4px #00000030}._wallet_81feh_19>i:after{content:"";position:absolute;right:5px;top:4px;width:4px;height:4px;background:#d5d8dc;border-radius:50%}._overlay_81feh_23{position:absolute;inset:0;display:grid;place-items:center;background:#0d0e10d9;backdrop-filter:blur(3px);text-align:center;padding:28px}._overlayContent_81feh_24{width:100%;max-width:420px}._overlay_81feh_23 ._gameTitle_81feh_25{font-size:30px;font-weight:400;color:#f2f3f4;letter-spacing:-.035em;line-height:1.2;margin:0}._legend_81feh_26{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px 22px;margin-top:20px;font-size:12px;line-height:1.4;color:#9ca2a9}._legend_81feh_26>span{display:inline-flex;align-items:center;gap:7px}._legend_81feh_26 strong{font-weight:400;color:#e2e5e8}._legendCoin_81feh_29,._legendFee_81feh_29{display:inline-block;width:10px;height:10px;flex:none}._legendCoin_81feh_29{border-radius:50%;background:#b99044;box-shadow:inset 0 0 0 1px #e0b463}._legendFee_81feh_29{border-radius:3px;background:#79414c;box-shadow:inset 0 0 0 1px #b36a77}._overlay_81feh_23 ._overlayHelp_81feh_32{margin:18px 0 0;font-size:12px;line-height:1.65;color:#969ca3}._action_81feh_33._action_81feh_33{margin-top:24px!important;background:#f3f4f5!important;color:#17191c!important;border:0!important;border-radius:5px!important;min-height:45px!important;padding:12px 28px!important;font-size:14px!important;font-weight:400!important;box-shadow:none!important}._action_81feh_33._action_81feh_33:hover{background:#dfe2e5!important}._controls_81feh_35{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;gap:18px;border-top:1px solid #ffffff12;background:#141518}._controls_81feh_35>div{display:flex;gap:8px;flex:none}._controlsHelp_81feh_37{margin:0;color:#888f97;font-size:11px;line-height:1.5;text-align:center}._direction_81feh_38._direction_81feh_38,._secondary_81feh_38._secondary_81feh_38{min-height:42px!important;min-width:44px!important;border:1px solid #ffffff20!important;border-radius:5px!important;background:#ffffff04!important;color:#dfe2e6!important;box-shadow:none!important;font-size:13px!important;font-weight:400!important}._direction_81feh_38._direction_81feh_38{font-size:21px!important;padding:7px 12px!important}._direction_81feh_38._direction_81feh_38:hover,._secondary_81feh_38._secondary_81feh_38:hover{background:#ffffff0d!important}._direction_81feh_38:disabled{opacity:.3}._sr_81feh_42{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}._page_81feh_1 a:focus-visible,._page_81feh_1 button:focus-visible{outline:2px solid #e4e6e9;outline-offset:4px}@media(max-width:650px){._page_81feh_1{padding:50px 0 65px}._intro_81feh_2{display:block;margin-bottom:28px}._intro_81feh_2 h1{font-size:48px}._home_81feh_5{margin-top:18px}._scoreboard_81feh_7{padding:20px 22px}._scoreboard_81feh_7 strong{font-size:30px}._game_81feh_6{border-radius:12px}._controls_81feh_35{padding:14px;gap:12px;flex-wrap:wrap}._controlsHelp_81feh_37{order:3;flex-basis:100%}._overlay_81feh_23{padding:24px}._overlay_81feh_23 ._gameTitle_81feh_25{font-size:27px}._legend_81feh_26{gap:10px 18px;margin-top:18px}._coin_81feh_16,._fee_81feh_16{width:25px;height:25px;font-size:14px}._field_81feh_14{height:300px}}@media(prefers-reduced-motion:reduce){._page_81feh_1 *{scroll-behavior:auto!important}._overlay_81feh_23{backdrop-filter:none}}@media(max-width:767px),(max-width:1023px)and (max-height:500px),(max-width:1023px)and (pointer:coarse){._page_81feh_1{padding:40px 0 52px;width:100%;min-width:0}._intro_81feh_2{display:block;margin-bottom:24px}._code_81feh_3{font-size:12px;line-height:1.5;margin-bottom:14px}._intro_81feh_2 h1{font-size:clamp(40px,12vw,56px);line-height:1.08}._home_81feh_5{min-height:44px;font-size:14px;line-height:1.5;margin-top:18px;padding:10px 0;gap:24px}._game_81feh_6{width:100%;border-radius:12px}._scoreboard_81feh_7{padding:20px;gap:20px}._scoreboard_81feh_7 span{font-size:12px;letter-spacing:.06em}._scoreboard_81feh_7 strong{font-size:32px}._timer_81feh_12 small{font-size:16px}._field_81feh_14{height:330px;background-size:auto,32px 32px,32px 32px}._overlay_81feh_23{padding:24px 18px}._overlayContent_81feh_24{max-width:360px}._overlay_81feh_23 ._gameTitle_81feh_25{font-size:28px;line-height:1.25}._legend_81feh_26{font-size:14px;gap:10px 18px;margin-top:18px}._legend_81feh_26>span{gap:7px}._overlay_81feh_23 ._overlayHelp_81feh_32{font-size:14px;line-height:1.65;margin-top:18px}._action_81feh_33._action_81feh_33{min-height:48px!important;font-size:16px!important;padding:12px 26px!important;min-width:160px!important;margin-top:24px!important}._controls_81feh_35{padding:14px;gap:14px 8px;flex-wrap:wrap}._controls_81feh_35>div{gap:6px}._controlsHelp_81feh_37{order:3;flex-basis:100%;font-size:12px;line-height:1.5;color:#a2a8af}._direction_81feh_38._direction_81feh_38,._secondary_81feh_38._secondary_81feh_38{min-height:44px!important;min-width:44px!important;font-size:14px!important;padding:10px 11px!important}._direction_81feh_38._direction_81feh_38{font-size:21px!important;padding:8px 12px!important}._wallet_81feh_19{height:33px}._coin_81feh_16,._fee_81feh_16{width:27px;height:27px;font-size:15px}}@media(max-width:359px){._scoreboard_81feh_7{padding:18px}._overlay_81feh_23{padding:20px 14px}._overlay_81feh_23 ._gameTitle_81feh_25{font-size:25px}._legend_81feh_26{font-size:13px;gap:10px 14px}._controls_81feh_35{padding:12px;gap:12px 4px}._controls_81feh_35>div{gap:4px}._secondary_81feh_38._secondary_81feh_38{font-size:13px!important;padding:10px 8px!important}}@media(min-width:600px)and (max-width:1023px)and (max-height:500px){._game_81feh_6{display:grid;grid-template-columns:140px minmax(0,1fr)}._scoreboard_81feh_7{flex-direction:column;align-items:flex-start;justify-content:space-between;padding:22px 18px;border-bottom:0;border-right:1px solid #ffffff12}._scoreboard_81feh_7 strong{font-size:29px}._timer_81feh_12{text-align:left}._field_81feh_14{height:260px}._overlay_81feh_23{padding:18px}._overlay_81feh_23 ._gameTitle_81feh_25{font-size:26px}._overlay_81feh_23 ._overlayHelp_81feh_32,._legend_81feh_26{margin-top:14px}._action_81feh_33._action_81feh_33{margin-top:20px!important}._controls_81feh_35{grid-column:1/-1;flex-wrap:nowrap;padding:12px 14px;gap:16px}._controlsHelp_81feh_37{order:0;flex-basis:auto;font-size:12px}}@layer base{._textarea_1d2bj_2{padding:var(--spacing-2);width:100%;min-height:6rem;resize:vertical}._textarea_1d2bj_2::placeholder{color:var(--muted-foreground)}._noResize_1d2bj_13{resize:none}._clear_1d2bj_17{background-color:transparent;border:none;padding:0;box-shadow:none;border-radius:0}._clear_1d2bj_17:hover,._clear_1d2bj_17:focus{background-color:transparent;border:none;box-shadow:none}}._root_19288_1{margin-top:8px;color:#b8bec3;font-size:14px;line-height:1.5}._line_19288_2{margin:0}._copy_19288_3._copy_19288_3{display:inline;padding:0;margin-left:5px;min-height:0;height:auto;min-width:0;width:auto;border:0;border-radius:0;background:transparent;box-shadow:none;color:#fff;font:inherit;line-height:inherit;vertical-align:baseline;text-decoration:underline;text-underline-offset:3px}._copy_19288_3._copy_19288_3:hover{background:transparent;color:#d8dde1}._copy_19288_3._copy_19288_3:focus-visible{outline:2px solid #fff;outline-offset:4px}._status_19288_6{margin-left:8px;color:#d3d9de;font-size:12px}._fallback_19288_7{margin-top:10px}._fallback_19288_7 label{display:block;font:inherit;color:inherit}._instruction_19288_9._instruction_19288_9{display:block;width:100%;min-height:88px;margin-top:7px;padding:10px 12px;box-sizing:border-box;border:1px solid #ffffff32;border-radius:4px;background:#14181c;color:#fff;font-size:14px;line-height:1.5;resize:vertical}@media(max-width:767px),(max-width:1023px)and (max-height:500px),(max-width:1023px)and (pointer:coarse){._root_19288_1{margin-top:10px;font-size:14px;line-height:1.6;min-width:0}._line_19288_2{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0 5px;text-align:center}._line_19288_2>span:first-child{display:inline}._copy_19288_3._copy_19288_3{display:inline-flex;align-items:center;justify-content:center;min-height:44px;max-width:100%;font-size:14px;margin-left:0;padding:8px 2px;line-height:1.5}._status_19288_6{display:block;flex-basis:100%;font-size:13px;margin-left:0;line-height:1.5}._status_19288_6:empty{display:none}._fallback_19288_7{margin-top:12px}._fallback_19288_7 label{font-size:14px}._instruction_19288_9._instruction_19288_9{font-size:16px;line-height:1.5;min-height:120px;padding:12px;border-radius:6px}}._root_sxifb_1,._plain_sxifb_1{height:100svh;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;box-sizing:border-box;overscroll-behavior:contain}._root_sxifb_1,._root_sxifb_1 *,._plain_sxifb_1,._plain_sxifb_1 *{box-sizing:border-box}._root_sxifb_1{background:linear-gradient(145deg,#07090b,#121416,#191919);color:#fff;font-family:Geist,Helvetica Neue,Arial,sans-serif;font-weight:400;-webkit-font-smoothing:antialiased}._root_sxifb_1 p,._root_sxifb_1 h1,._root_sxifb_1 h2,._root_sxifb_1 h3{margin:0}._root_sxifb_1 a,._root_sxifb_1 button{font:inherit}._root_sxifb_1 a{color:inherit;text-decoration:none}._root_sxifb_1 button{cursor:pointer}._shell_sxifb_8{width:min(100% - 72px,1300px);margin:0 auto;flex:1 0 auto;min-height:0;display:flex;flex-direction:column}._header_sxifb_9{--header-u:min(calc(100vw / 1606),calc(100vh / 1161),1.35px);position:relative;z-index:50;width:auto;margin:calc(46 * var(--header-u)) calc((100% - min(100%,2560px)) / 2 + 43.34 * var(--header-u)) 0 calc((100% - min(100%,2560px)) / 2 + 34 * var(--header-u));flex:none;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:calc(24 * var(--header-u));padding:calc(16 * var(--header-u)) calc(22 * var(--header-u));background:#101214;border:1px solid #ffffff13;border-radius:calc(10 * var(--header-u));color:#fff;font-family:Suisse Intl,Geist,Helvetica Neue,Arial,sans-serif;font-weight:400;-webkit-font-smoothing:antialiased}._header_sxifb_9 a{color:inherit;text-decoration:none}._header_sxifb_9 button{font-family:inherit;cursor:pointer}._brand_sxifb_12{display:inline-flex;align-items:center;justify-self:start;gap:calc(9 * var(--header-u));color:#fff;white-space:nowrap}._brand_sxifb_12 svg{display:block;flex:none;width:calc(29 * var(--header-u));height:calc(24 * var(--header-u))}._brand_sxifb_12 span{font-size:calc(23.12195 * var(--header-u));font-weight:400;line-height:.99473;letter-spacing:-.04em}._desktopNav_sxifb_15{display:flex;align-items:center;gap:calc(32 * var(--header-u))}._desktopNav_sxifb_15 a{font-size:calc(16 * var(--header-u));line-height:1.1875;letter-spacing:-.03em;white-space:pre;opacity:.5;transition:opacity .2s}._desktopNav_sxifb_15 a:hover,._desktopNav_sxifb_15 a[aria-current=page]{opacity:1}._header_sxifb_9>._access_sxifb_18{justify-self:end;appearance:none;margin:0;border:0;padding:calc(10.37 * var(--header-u)) calc(15.83 * var(--header-u));border-radius:calc(3 * var(--header-u));background:#fff;color:#111;font-size:calc(16 * var(--header-u));line-height:1.1875;letter-spacing:-.03em;white-space:nowrap;transition:background-color .2s}._header_sxifb_9>._access_sxifb_18:hover{background:#e6e6e6}._burger_sxifb_20{display:none;appearance:none;margin:0;padding:0;border:0;background:transparent;color:#fff;flex-direction:column;align-items:center;justify-content:center;justify-self:end;width:28px;height:28px;gap:6px}._burger_sxifb_20 span{display:block;width:21px;height:1px;background:#fff;transition:transform .2s}._burger_sxifb_20[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}._burger_sxifb_20[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}._mobileMenu_sxifb_24,._mobileMenu_sxifb_24[hidden]{display:none}._mobileMenu_sxifb_24{position:absolute;top:calc(100% + 8px);left:0;right:0;padding:10px;background:#101214;border:1px solid #ffffff20;border-radius:8px;box-shadow:0 18px 45px #0005}._mobileMenu_sxifb_24 a,._mobileMenu_sxifb_24 button{display:block;width:100%;appearance:none;margin:0;border:0;border-radius:4px;padding:14px 12px;background:transparent;color:#fff;text-align:left;font:inherit;font-size:16px;line-height:1.25;letter-spacing:-.02em}._mobileMenu_sxifb_24 a:hover,._mobileMenu_sxifb_24 a[aria-current=page],._mobileMenu_sxifb_24 button:hover{background:#ffffff0c}._mobileMenu_sxifb_24 button{margin-top:8px;border-top:1px solid #ffffff18;border-radius:0}._root_sxifb_1 a:focus-visible,._root_sxifb_1 button:focus-visible,._plain_sxifb_1 a:focus-visible,._plain_sxifb_1 button:focus-visible{outline:2px solid currentColor;outline-offset:5px}._eyebrow_sxifb_31{font-size:11px;line-height:1.45;letter-spacing:.1em;text-transform:uppercase;color:#a6a6a6}._lead_sxifb_32{font-size:clamp(19px,1.8vw,25px);letter-spacing:-.025em;line-height:1.5;color:#bcbcbc;max-width:610px}._textLink_sxifb_33{display:inline-flex;align-items:center;gap:25px;font-size:14px!important;line-height:1.5;padding:10px 0;border-bottom:1px solid #ffffff50;width:fit-content;color:#ededed!important;transition:border-color .15s}._textLink_sxifb_33:hover{border-color:#fff}._textLink_sxifb_33 span{font-size:19px;line-height:1}._accountsHero_sxifb_36{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px;padding:112px 0 118px}._accountsIntro_sxifb_37 h1,._securityHero_sxifb_37 h1,._careersHero_sxifb_37 h1{font-size:clamp(68px,8vw,110px);font-weight:400;line-height:1.04;letter-spacing:-.065em;margin:24px 0 30px}._accountsIntro_sxifb_37 ._textLink_sxifb_33,._careersHero_sxifb_37 ._textLink_sxifb_33{margin-top:34px}._accountVisual_sxifb_39{position:relative;isolation:isolate;margin:0;padding:32px 0 0 28px}._stackBack_sxifb_40,._stackMiddle_sxifb_40{position:absolute;inset:0 32px 32px 0;border:1px solid #ffffff20;border-radius:12px;background:#1a1a1a;z-index:-2}._stackMiddle_sxifb_40{inset:16px 16px 16px 14px;background:#1f1f1f}._accountLedger_sxifb_42{position:relative;background:linear-gradient(140deg,#292929,#1b1b1b);border:1px solid #ffffff25;border-radius:12px;padding:27px 28px 22px;box-shadow:0 20px 70px #0003}._ledgerTop_sxifb_43,._ledgerFoot_sxifb_43{display:flex;justify-content:space-between;gap:20px;color:#b8b8b8;font-size:12px;line-height:1.5}._ledgerTop_sxifb_43 span:last-child{font-size:10px;letter-spacing:.08em}._ledgerTotal_sxifb_45{font-size:clamp(38px,4vw,56px);letter-spacing:-.055em;line-height:1.2;font-variant-numeric:tabular-nums;margin:28px 0 23px!important}._ledgerTotal_sxifb_45>span{color:#9f9f9f}._balanceTrack_sxifb_47{height:5px;display:flex;gap:4px;margin-bottom:17px}._balanceTrack_sxifb_47 i{width:58%;background:#f0f0f0;border-radius:1px}._balanceTrack_sxifb_47 i:nth-child(2){width:34%;background:#959595}._balanceTrack_sxifb_47 i:nth-child(3){width:8%;background:#505050}._ledgerRows_sxifb_49{margin:0}._ledgerRows_sxifb_49>div{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:18px 0;border-bottom:1px solid #ffffff12}._ledgerRows_sxifb_49 dt{display:flex;gap:12px;align-items:center;font-size:14px}._ledgerRows_sxifb_49 small{display:block;color:#969696;font-size:10px;margin-top:5px}._accountDot_sxifb_50{height:7px;width:7px;border-radius:50%;background:#f0f0f0}._ledgerRows_sxifb_49>div:nth-child(2) ._accountDot_sxifb_50{background:#959595}._ledgerRows_sxifb_49>div:nth-child(3) ._accountDot_sxifb_50{background:#505050}._ledgerRows_sxifb_49 dd{font-size:18px;letter-spacing:-.035em;font-variant-numeric:tabular-nums;margin:0;white-space:nowrap}._ledgerRows_sxifb_49 dd span{color:#8e8e8e}._ledgerFoot_sxifb_43{padding-top:21px;font-size:10px}._ledgerFoot_sxifb_43 span:last-child{color:#e4e4e4}._accountAccess_sxifb_52,._controlSection_sxifb_52{display:grid;grid-template-columns:1fr 1.4fr;gap:110px;padding:50px 0 95px;border-top:1px solid #ffffff2b}._sectionLabel_sxifb_53>span{display:block;font-size:11px;color:#959595;letter-spacing:.06em;margin-bottom:25px}._sectionLabel_sxifb_53 h2,._accountExpansion_sxifb_53 h2,._workIntro_sxifb_53 h2{font-size:clamp(32px,3.3vw,46px);font-weight:400;letter-spacing:-.05em;line-height:1.16}._capabilityRows_sxifb_54 article{display:grid;grid-template-columns:35px 1fr;gap:20px;padding:0 0 29px;margin-bottom:28px;border-bottom:1px solid #ffffff19}._capabilityRows_sxifb_54 article:last-child{margin-bottom:0}._capabilityRows_sxifb_54 article>span{font-size:11px;color:#878787;padding-top:5px}._capabilityRows_sxifb_54 h3{font-size:22px;font-weight:400;line-height:1.3;letter-spacing:-.035em;margin-bottom:12px}._capabilityRows_sxifb_54 p{font-size:15px;line-height:1.75;color:#b1b1b1;max-width:510px}._accountExpansion_sxifb_53{display:flex;justify-content:space-between;align-items:flex-end;gap:60px;padding:43px 46px;background:#ffffff04;border:1px solid #ffffff18;border-radius:10px;margin-bottom:105px}._accountExpansion_sxifb_53 h2{font-size:34px;margin:18px 0}._accountExpansion_sxifb_53 p:not(._eyebrow_sxifb_31){font-size:16px;line-height:1.65;color:#b3b3b3;max-width:570px}._accountExpansion_sxifb_53 ._textLink_sxifb_33{flex:none;margin-bottom:5px}._securityHero_sxifb_37{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center;padding:110px 0 75px}._securityHero_sxifb_37 h1{margin-bottom:0}._securityHero_sxifb_37 ._lead_sxifb_32{padding-top:45px}._flowSection_sxifb_57{border:1px solid #ffffff1e;border-radius:12px;background:linear-gradient(135deg,#ffffff04,#ffffff01);padding:29px 32px 25px;margin-bottom:105px}._flowHeading_sxifb_57{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:32px}._flowHeading_sxifb_57 h2{font-size:16px;letter-spacing:-.02em;font-weight:400}._authorizationFlow_sxifb_58{display:grid;grid-template-columns:1fr 42px 1fr 42px 1.2fr;align-items:center}._authorizationFlow_sxifb_58 article{border:1px solid #ffffff20;background:#181818;border-radius:8px;padding:24px}._nodeNumber_sxifb_58{display:block;font-size:10px;color:#959595;line-height:1.5;margin-bottom:28px;letter-spacing:.035em}._authorizationFlow_sxifb_58 h3{font-size:23px;line-height:1.2;letter-spacing:-.04em;font-weight:400;margin-bottom:22px}._requestNode_sxifb_58 dl{margin:0}._requestNode_sxifb_58 dl div{display:flex;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid #ffffff10;font-size:12px}._requestNode_sxifb_58 dl div:last-child{border-bottom:0}._requestNode_sxifb_58 dt{color:#9b9b9b}._requestNode_sxifb_58 dd{margin:0}._flowArrow_sxifb_58{text-align:center;font-size:23px;color:#878787}._authorizationFlow_sxifb_58 ._policyNode_sxifb_59{background:#e7e7e7;color:#1f1f1f;border-color:#fff}._policyNode_sxifb_59 ._nodeNumber_sxifb_58{color:#686868}._policyNode_sxifb_59 ul{list-style:none;padding:0;margin:0}._policyNode_sxifb_59 li{display:flex;align-items:center;gap:10px;padding:10px 0;font-size:12px;border-bottom:1px solid #0001}._policyNode_sxifb_59 li:last-child{border-bottom:0}._policyNode_sxifb_59 li span{font-size:13px;color:#4e4e4e}._decisionNodes_sxifb_60{display:grid;gap:12px}._decisionNodes_sxifb_60 article{padding:19px 22px}._decisionNodes_sxifb_60 ._nodeNumber_sxifb_58{margin-bottom:10px}._decisionNodes_sxifb_60 h3{font-size:20px;margin-bottom:9px}._decisionNodes_sxifb_60 p{color:#9b9b9b;font-size:12px;line-height:1.55}._controlSection_sxifb_52{gap:95px;padding-bottom:105px}._controlList_sxifb_61{display:grid;grid-template-columns:1fr 1fr;column-gap:45px;row-gap:38px}._controlList_sxifb_61 article{border-left:1px solid #ffffff36;padding-left:20px}._controlList_sxifb_61 h3{font-size:20px;font-weight:400;letter-spacing:-.035em;line-height:1.3;margin-bottom:13px}._controlList_sxifb_61 p{font-size:14px;line-height:1.65;color:#adadad}._standardsSection_sxifb_62{display:grid;grid-template-columns:1fr 1.5fr;gap:85px;border-top:1px solid #ffffff29;padding:50px 0 110px}._standardsIntro_sxifb_62 h2{font-size:35px;font-weight:400;letter-spacing:-.045em;line-height:1.18;margin:23px 0}._standardsIntro_sxifb_62>p:not(._eyebrow_sxifb_31){font-size:15px;line-height:1.75;color:#b5b5b5}._standardsIntro_sxifb_62 small{display:block;font-size:11px;line-height:1.6;color:#8b8b8b;margin-top:22px}._standardRows_sxifb_62>a{display:grid;grid-template-columns:165px 1fr 18px;gap:25px;padding:25px 0;border-bottom:1px solid #ffffff1d;align-items:center}._standardRows_sxifb_62>a:first-child{padding-top:0}._standardRows_sxifb_62 h3{font-size:21px;letter-spacing:-.04em;font-weight:400;margin-bottom:8px}._standardRows_sxifb_62 div>span{color:#8a8a8a;font-size:10px}._standardRows_sxifb_62 p{font-size:13px;line-height:1.65;color:#b1b1b1}._standardRows_sxifb_62>a>span{color:#8e8e8e;font-size:20px;transition:color .15s}._standardRows_sxifb_62>a:hover>span{color:#fff}._companyIntro_sxifb_63{padding:115px 0 102px;max-width:1160px}._companyIntro_sxifb_63 h1{font-size:clamp(50px,6.9vw,91px);font-weight:400;line-height:1.09;letter-spacing:-.06em;margin-top:34px;text-wrap:balance}._companyStory_sxifb_63{display:grid;grid-template-columns:1fr 1.7fr;gap:95px;padding:48px 0 82px;border-top:1px solid #ffffff29}._chapterLabel_sxifb_63{display:flex;flex-direction:column;gap:60px}._chapterLabel_sxifb_63>span{font-size:clamp(62px,7vw,95px);line-height:1;font-weight:300;letter-spacing:-.075em;color:#ffffff24}._chapterLabel_sxifb_63 h2{font-size:27px;line-height:1.25;letter-spacing:-.04em;font-weight:400}._companyStory_sxifb_63 p{font-size:18px;line-height:1.8;letter-spacing:-.015em;color:#a8a8a8;margin-bottom:24px}._companyStory_sxifb_63 p:first-child{font-size:25px;line-height:1.6;letter-spacing:-.03em;color:#d7d7d7;margin-bottom:30px}._companyStory_sxifb_63 p:last-child{margin-bottom:0}._companyRoadmap_sxifb_63{padding:0 0 105px}._roadmapHeading_sxifb_63{border-top:1px solid #ffffff29;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:32px 0 48px}._roadmapHeading_sxifb_63 h2{font-size:23px;letter-spacing:-.035em;font-weight:400}._roadmapHeading_sxifb_63>span{font-size:11px;color:#898989}._roadmap_sxifb_63{display:grid;grid-template-columns:repeat(3,1fr);gap:0}._roadmap_sxifb_63 article{padding:0 34px;border-left:1px solid #ffffff23}._roadmap_sxifb_63 article:first-child{padding-left:0;border-left:0}._roadmap_sxifb_63 article:last-child{padding-right:0}._roadmap_sxifb_63 article>span{display:block;font-size:11px;color:#969696;line-height:1.5;margin-bottom:38px}._roadmap_sxifb_63 h3{font-size:34px;letter-spacing:-.05em;font-weight:400;margin-bottom:17px;line-height:1.2}._roadmap_sxifb_63 p{font-size:15px;line-height:1.7;color:#a7a7a7;max-width:290px}._careersHero_sxifb_37{display:grid;grid-template-columns:1.2fr 1fr;gap:120px;align-items:center;padding:110px 0}._careersHero_sxifb_37 ._lead_sxifb_32{max-width:490px}._rolesBoard_sxifb_64{border-top:1px solid #ffffff35;border-bottom:1px solid #ffffff35;padding:22px 0 26px}._rolesBoard_sxifb_64>div{display:flex;justify-content:space-between;align-items:center;gap:20px}._rolesBoard_sxifb_64 h2{font-size:16px;font-weight:400;letter-spacing:-.02em}._rolesBoard_sxifb_64>div>span{font-size:10px;color:#9e9e9e}._rolesNumber_sxifb_64{font-size:clamp(120px,15vw,205px);line-height:1;letter-spacing:-.075em;font-weight:300;color:#dedede;padding:26px 0 30px}._rolesBoard_sxifb_64>p:last-child{font-size:14px;color:#a5a5a5;line-height:1.5}._workSection_sxifb_64{display:grid;grid-template-columns:1fr 1.55fr;gap:100px;border-top:1px solid #ffffff29;padding:48px 0 100px}._workIntro_sxifb_53 h2{margin:24px 0}._workIntro_sxifb_53>p:last-child{font-size:16px;color:#a7a7a7;line-height:1.75;max-width:340px}._workRows_sxifb_64 article{padding:0 0 30px;margin-bottom:30px;border-bottom:1px solid #ffffff20}._workRows_sxifb_64 article:last-child{margin-bottom:0}._workRows_sxifb_64 article>div{display:flex;align-items:baseline;gap:20px;margin-bottom:15px}._workRows_sxifb_64 article>div>span{font-size:11px;color:#8e8e8e}._workRows_sxifb_64 h3{font-size:26px;font-weight:400;letter-spacing:-.04em;line-height:1.3}._workRows_sxifb_64 p{font-size:15px;line-height:1.75;color:#b8b8b8;padding-left:35px;max-width:590px}._discipline_sxifb_64{display:block;font-size:10px;color:#858585;letter-spacing:.025em;margin-top:21px;padding-left:35px}._careersNote_sxifb_64{display:grid;grid-template-columns:1fr 1.35fr auto;gap:40px;align-items:center;padding:32px 0 75px}._careersNote_sxifb_64 h2{font-size:22px;font-weight:400;letter-spacing:-.03em}._careersNote_sxifb_64 p{color:#a3a3a3;font-size:14px;line-height:1.7}._careersNote_sxifb_64 ._textLink_sxifb_33{font-size:12px!important;gap:15px}._dialog_sxifb_65,._plainDialog_sxifb_65{background:#111518!important;color:#fff!important;border:1px solid #ffffff30!important;border-radius:8px!important;padding:36px!important;width:calc(100vw - 40px)!important;max-width:440px!important;font-family:Geist,Helvetica Neue,Arial,sans-serif!important;max-height:calc(100svh - 40px);overflow:auto}._dialogTitle_sxifb_66{font-size:29px!important;line-height:1.15!important;font-weight:400!important;letter-spacing:-.04em!important;margin:0!important}._dialogDescription_sxifb_67{font-size:14px!important;color:#b4bac0!important;line-height:1.5!important;margin:10px 0 22px!important}._form_sxifb_68{display:flex;flex-direction:column;gap:9px}._form_sxifb_68 label{font-size:13px;line-height:1.5;color:inherit;margin-top:10px}._form_sxifb_68 label span{color:#8d959c;font-size:11px;margin-left:5px}._input_sxifb_71{width:100%!important;border-radius:3px!important;background:transparent!important;border:1px solid #ffffff35!important;color:inherit!important;font:inherit!important;font-size:16px!important;min-height:44px!important;padding:10px 12px!important}._input_sxifb_71::placeholder{color:#7d8790!important}._submit_sxifb_73{margin-top:17px!important;min-height:45px!important;border-radius:3px!important;background:#fff!important;color:#111!important;font-size:14px!important;border:0!important}._submit_sxifb_73:disabled{opacity:.55}._error_sxifb_75{font-size:13px;color:#f0c4c4;line-height:1.5;margin:10px 0 0}._success_sxifb_76{display:flex;flex-direction:column;gap:12px;padding-top:15px}._success_sxifb_76 p{font-size:16px;line-height:1.5;margin:0}._trap_sxifb_78{position:absolute!important;left:-10000px!important;width:1px;height:1px;overflow:hidden}._plain_sxifb_1{background:#fff;color:#111;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:14px}._plain_sxifb_1 ._shell_sxifb_8{width:min(100% - 40px,1040px)}._rawLinks_sxifb_81{padding:25px 0 15px}._rawLinks_sxifb_81 a{color:#111;text-decoration:underline;text-underline-offset:3px}._rawStatus_sxifb_83{color:#555;line-height:1.5}._agentText_sxifb_84{font:inherit;line-height:1.65;white-space:pre-wrap;overflow-wrap:anywhere;margin:0;padding:0 0 50px;background:none;color:inherit}._plainDialog_sxifb_65{background:#fff!important;color:#111!important;border:1px solid #111!important;border-radius:0!important;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace!important}._plainDialog_sxifb_65 ._dialogDescription_sxifb_67{color:#555!important}._plainDialog_sxifb_65 ._input_sxifb_71{border-color:#777!important}._plainDialog_sxifb_65 ._submit_sxifb_73{background:#111!important;color:#fff!important;border-radius:0!important}._plainDialog_sxifb_65 ._dialogTitle_sxifb_66{font-size:23px!important;letter-spacing:0!important}._plainDialog_sxifb_65 ._error_sxifb_75{color:#a00}._pageContent_sxifb_92{flex:1;animation:_info-page-enter_sxifb_1 .22s ease-out both}@keyframes _info-page-enter_sxifb_1{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1100px){._accountsHero_sxifb_36,._securityHero_sxifb_37,._careersHero_sxifb_37{gap:55px}._accountAccess_sxifb_52,._controlSection_sxifb_52,._companyStory_sxifb_63,._workSection_sxifb_64{gap:60px}._standardsSection_sxifb_62{gap:50px}._standardRows_sxifb_62>a{grid-template-columns:130px 1fr 16px;gap:16px}._standardRows_sxifb_62 h3{font-size:19px}._authorizationFlow_sxifb_58{grid-template-columns:1fr 28px 1fr 28px 1.1fr}._authorizationFlow_sxifb_58 article{padding:20px}._careersNote_sxifb_64{grid-template-columns:1fr 2fr}._careersNote_sxifb_64 ._textLink_sxifb_33{grid-column:2}._accountExpansion_sxifb_53{padding:36px}}@media(max-width:900px){._shell_sxifb_8{width:calc(100% - 48px)}._accountsHero_sxifb_36{gap:30px;padding:85px 0}._accountsIntro_sxifb_37 h1,._securityHero_sxifb_37 h1,._careersHero_sxifb_37 h1{font-size:74px}._accountVisual_sxifb_39{padding:25px 0 0 20px}._accountLedger_sxifb_42{padding:24px 21px 20px}._ledgerRows_sxifb_49 dd{font-size:16px}._ledgerTotal_sxifb_45{font-size:43px}._accountAccess_sxifb_52,._controlSection_sxifb_52,._workSection_sxifb_64{gap:45px;grid-template-columns:1fr 1.45fr;padding-bottom:80px}._sectionLabel_sxifb_53 h2,._workIntro_sxifb_53 h2{font-size:34px}._accountExpansion_sxifb_53{align-items:flex-start;flex-direction:column;gap:22px;margin-bottom:80px}._securityHero_sxifb_37{padding:80px 0 60px;gap:45px}._securityHero_sxifb_37 ._lead_sxifb_32{font-size:19px}._flowSection_sxifb_57{padding:25px 22px;margin-bottom:80px}._authorizationFlow_sxifb_58{grid-template-columns:1fr 1fr;gap:20px}._flowArrow_sxifb_58{display:none}._decisionNodes_sxifb_60{grid-column:1/-1;grid-template-columns:1fr 1fr}._controlList_sxifb_61{gap:30px 25px}._standardsSection_sxifb_62{grid-template-columns:1fr;gap:38px;padding-bottom:85px}._standardsIntro_sxifb_62{max-width:640px}._standardRows_sxifb_62>a{grid-template-columns:180px 1fr 18px;gap:28px}._companyIntro_sxifb_63{padding:85px 0}._companyStory_sxifb_63{gap:60px;grid-template-columns:1fr 2fr}._companyStory_sxifb_63 p:first-child{font-size:22px}._companyStory_sxifb_63 p{font-size:16px}._chapterLabel_sxifb_63{gap:40px}._chapterLabel_sxifb_63 h2{font-size:23px}._roadmap_sxifb_63 article{padding:0 24px}._roadmap_sxifb_63 h3{font-size:30px}._careersHero_sxifb_37{gap:60px;padding:85px 0}._rolesNumber_sxifb_64{font-size:155px}._workRows_sxifb_64 h3{font-size:23px}._careersNote_sxifb_64{gap:24px 40px}._careersHero_sxifb_37 ._lead_sxifb_32{font-size:21px}}@media(max-width:650px){._shell_sxifb_8{width:calc(100% - 36px)}._eyebrow_sxifb_31{font-size:10px}._accountsHero_sxifb_36,._securityHero_sxifb_37,._careersHero_sxifb_37{grid-template-columns:1fr;gap:45px;padding:65px 0 70px}._accountsIntro_sxifb_37 h1,._securityHero_sxifb_37 h1,._careersHero_sxifb_37 h1{font-size:66px;margin:24px 0}._lead_sxifb_32{font-size:20px}._accountsIntro_sxifb_37 ._textLink_sxifb_33,._careersHero_sxifb_37 ._textLink_sxifb_33{margin-top:24px}._accountVisual_sxifb_39{max-width:440px;width:100%;margin:0 auto}._accountLedger_sxifb_42{padding:25px}._ledgerTotal_sxifb_45{font-size:clamp(38px,12vw,49px)}._ledgerRows_sxifb_49 dd{font-size:18px}._ledgerRows_sxifb_49 dt{font-size:14px}._accountAccess_sxifb_52,._controlSection_sxifb_52,._workSection_sxifb_64{grid-template-columns:1fr;gap:35px;padding:32px 0 65px}._sectionLabel_sxifb_53>span{margin-bottom:20px}._sectionLabel_sxifb_53 h2,._workIntro_sxifb_53 h2{font-size:35px}._sectionLabel_sxifb_53 h2 br{display:none}._capabilityRows_sxifb_54 article{grid-template-columns:23px 1fr;gap:16px}._capabilityRows_sxifb_54 h3{font-size:23px}._capabilityRows_sxifb_54 p{font-size:14px}._accountExpansion_sxifb_53{padding:29px 25px;gap:25px;margin-bottom:65px}._accountExpansion_sxifb_53 h2{font-size:31px}._accountExpansion_sxifb_53 p:not(._eyebrow_sxifb_31){font-size:14px}._securityHero_sxifb_37{gap:0;padding-bottom:40px}._securityHero_sxifb_37 ._lead_sxifb_32{padding-top:0;font-size:20px}._flowSection_sxifb_57{padding:23px 20px;margin-bottom:65px}._flowHeading_sxifb_57 h2{font-size:15px}._authorizationFlow_sxifb_58{grid-template-columns:1fr;gap:16px}._authorizationFlow_sxifb_58 article{padding:23px}._nodeNumber_sxifb_58{margin-bottom:20px}._decisionNodes_sxifb_60{grid-template-columns:1fr;gap:12px}._decisionNodes_sxifb_60 article{padding:20px 23px}._controlList_sxifb_61{gap:30px 23px}._controlList_sxifb_61 article{padding-left:15px}._controlList_sxifb_61 h3{font-size:20px}._controlList_sxifb_61 p{font-size:13px}._standardsSection_sxifb_62{padding:32px 0 65px;gap:32px}._standardsIntro_sxifb_62 h2{font-size:32px}._standardRows_sxifb_62>a{grid-template-columns:1fr 18px;gap:13px 20px;padding:23px 0}._standardRows_sxifb_62>a>div{grid-column:1}._standardRows_sxifb_62 p{grid-column:1;grid-row:2}._standardRows_sxifb_62>a>span{grid-column:2;grid-row:1}._standardRows_sxifb_62 h3{font-size:23px}._companyIntro_sxifb_63{padding:66px 0}._companyIntro_sxifb_63 h1{font-size:47px;margin-top:29px;line-height:1.12;letter-spacing:-.055em}._companyStory_sxifb_63{grid-template-columns:1fr;gap:27px;padding:32px 0 58px}._chapterLabel_sxifb_63{flex-direction:row;align-items:center;gap:22px}._chapterLabel_sxifb_63>span{font-size:40px}._chapterLabel_sxifb_63 h2{font-size:25px}._companyStory_sxifb_63 p:first-child{font-size:22px}._companyStory_sxifb_63 p{font-size:16px;line-height:1.75}._companyRoadmap_sxifb_63{padding-bottom:65px}._roadmapHeading_sxifb_63{padding:28px 0 30px}._roadmap_sxifb_63{grid-template-columns:1fr;gap:30px}._roadmap_sxifb_63 article,._roadmap_sxifb_63 article:first-child,._roadmap_sxifb_63 article:last-child{border-left:1px solid #ffffff25;padding:0 0 0 23px}._roadmap_sxifb_63 article>span{margin-bottom:18px}._roadmap_sxifb_63 h3{font-size:31px;margin-bottom:13px}._roadmap_sxifb_63 p{max-width:none;font-size:14px}._careersHero_sxifb_37{gap:47px}._rolesBoard_sxifb_64{padding:20px 0 24px}._rolesNumber_sxifb_64{font-size:145px;padding:22px 0 25px}._careersHero_sxifb_37 ._lead_sxifb_32{font-size:20px}._workIntro_sxifb_53>p:last-child{max-width:none;font-size:15px}._workRows_sxifb_64 article>div{gap:17px}._workRows_sxifb_64 h3{font-size:24px}._workRows_sxifb_64 p{font-size:14px;padding-left:31px}._discipline_sxifb_64{padding-left:31px}._careersNote_sxifb_64{grid-template-columns:1fr;gap:20px;padding:0 0 65px}._careersNote_sxifb_64 ._textLink_sxifb_33{grid-column:auto}._dialog_sxifb_65,._plainDialog_sxifb_65{padding:27px!important}}@media(prefers-reduced-motion:reduce){._pageContent_sxifb_92{animation:none;opacity:1;transform:none}._desktopNav_sxifb_15 a,._header_sxifb_9>._access_sxifb_18,._burger_sxifb_20 span,._textLink_sxifb_33,._standardRows_sxifb_62>a>span{transition:none}}._mission_sxifb_99{text-wrap:balance}@media(max-width:1023px)and (max-aspect-ratio:5/4),(max-width:599px),(max-height:479px)and (max-width:1023px){._header_sxifb_9{margin:14px 14px 0;min-height:50px;grid-template-columns:1fr auto;gap:14px;padding:10px 12px;border-radius:8px}._brand_sxifb_12{gap:9px}._brand_sxifb_12 svg{width:23px;height:19px}._brand_sxifb_12 span{font-size:20px}._desktopNav_sxifb_15,._header_sxifb_9>._access_sxifb_18{display:none}._burger_sxifb_20{display:flex}._mobileMenu_sxifb_24:not([hidden]){display:block}}@media(max-width:767px),(max-width:1023px)and (max-height:500px),(max-width:1023px)and (pointer:coarse){._root_sxifb_1,._plain_sxifb_1{height:100dvh;min-height:100svh;-webkit-text-size-adjust:100%}._shell_sxifb_8,._plain_sxifb_1 ._shell_sxifb_8{width:calc(100% - 40px);max-width:720px;min-width:0}._pageContent_sxifb_92{min-width:0}._header_sxifb_9{margin:12px 12px 0;min-height:64px;grid-template-columns:1fr auto;gap:12px;padding:9px 11px 9px 15px;border-radius:10px}._brand_sxifb_12{min-height:44px;gap:10px}._brand_sxifb_12 svg{width:27px;height:22px}._brand_sxifb_12 span{font-size:22px}._desktopNav_sxifb_15,._header_sxifb_9>._access_sxifb_18{display:none}._burger_sxifb_20{display:flex;width:44px;height:44px;gap:6px}._burger_sxifb_20 span{width:22px;height:1px}._mobileMenu_sxifb_24{top:calc(100% + 8px);padding:8px;border-radius:10px;max-height:calc(100dvh - 100px);overflow-y:auto;overscroll-behavior:contain;box-shadow:0 16px 40px #0006}._mobileMenu_sxifb_24:not([hidden]){display:block}._mobileMenu_sxifb_24 a,._mobileMenu_sxifb_24 button{min-height:48px;padding:14px 16px;font-size:17px;line-height:20px}._mobileMenu_sxifb_24 button{margin-top:8px;padding-top:17px;padding-bottom:17px}._eyebrow_sxifb_31{font-size:11px;line-height:1.6;letter-spacing:.075em}._lead_sxifb_32,._securityHero_sxifb_37 ._lead_sxifb_32,._careersHero_sxifb_37 ._lead_sxifb_32{font-size:18px;line-height:1.6;letter-spacing:-.02em;max-width:560px}._textLink_sxifb_33,._careersNote_sxifb_64 ._textLink_sxifb_33{min-height:44px;padding:12px 0;font-size:14px!important;gap:22px}._accountsHero_sxifb_36,._securityHero_sxifb_37,._careersHero_sxifb_37{grid-template-columns:minmax(0,1fr);gap:32px;padding:48px 0 56px}._accountsIntro_sxifb_37 h1,._securityHero_sxifb_37 h1,._careersHero_sxifb_37 h1{font-size:clamp(48px,14vw,66px);line-height:1.04;margin:18px 0 22px}._accountsIntro_sxifb_37 ._textLink_sxifb_33,._careersHero_sxifb_37 ._textLink_sxifb_33{margin-top:18px}._accountVisual_sxifb_39{width:100%;max-width:520px;padding:18px 0 0 12px;margin:0 auto}._stackBack_sxifb_40{right:20px;bottom:20px;border-radius:10px}._stackMiddle_sxifb_40{inset:9px 10px 10px 6px;border-radius:10px}._accountLedger_sxifb_42{padding:22px 20px 18px;border-radius:10px;box-shadow:0 12px 35px #0003}._ledgerTop_sxifb_43{font-size:13px;gap:12px}._ledgerTop_sxifb_43 span:last-child{font-size:11px}._ledgerTotal_sxifb_45{font-size:clamp(36px,11.5vw,48px);margin:22px 0!important;line-height:1.2}._balanceTrack_sxifb_47{height:6px;margin-bottom:12px;gap:3px}._ledgerRows_sxifb_49>div{padding:17px 0;gap:12px;min-height:76px}._ledgerRows_sxifb_49 dt{font-size:15px;gap:9px;min-width:0}._ledgerRows_sxifb_49 small{font-size:12px;margin-top:5px;line-height:1.4}._ledgerRows_sxifb_49 dd{font-size:18px;flex:none}._accountDot_sxifb_50{width:6px;height:6px;flex:none}._ledgerFoot_sxifb_43{padding-top:18px;gap:14px;font-size:12px;align-items:flex-start}._ledgerFoot_sxifb_43 span:last-child{text-align:right;max-width:180px}._accountAccess_sxifb_52,._controlSection_sxifb_52,._workSection_sxifb_64{grid-template-columns:minmax(0,1fr);gap:30px;padding:32px 0 56px}._sectionLabel_sxifb_53>span{font-size:12px;margin-bottom:12px}._sectionLabel_sxifb_53 h2,._accountExpansion_sxifb_53 h2,._workIntro_sxifb_53 h2{font-size:32px;line-height:1.2;letter-spacing:-.045em}._capabilityRows_sxifb_54 article{grid-template-columns:22px minmax(0,1fr);gap:12px;padding-bottom:24px;margin-bottom:24px}._capabilityRows_sxifb_54 article>span{font-size:12px;padding-top:4px}._capabilityRows_sxifb_54 h3{font-size:22px;line-height:1.3;margin-bottom:10px}._capabilityRows_sxifb_54 p{font-size:16px;line-height:1.65;max-width:none;color:#b9b9b9}._accountExpansion_sxifb_53{display:block;padding:24px 22px;margin-bottom:56px;border-radius:10px}._accountExpansion_sxifb_53 h2{margin:14px 0 16px}._accountExpansion_sxifb_53 p:not(._eyebrow_sxifb_31){font-size:16px;line-height:1.65}._accountExpansion_sxifb_53 ._textLink_sxifb_33{margin:20px 0 0}._securityHero_sxifb_37{gap:0;padding-bottom:32px}._securityHero_sxifb_37 ._lead_sxifb_32{padding-top:0}._flowSection_sxifb_57{padding:20px 18px;margin-bottom:56px;border-radius:12px}._flowHeading_sxifb_57{margin-bottom:22px}._flowHeading_sxifb_57 h2{font-size:18px;line-height:1.4;max-width:260px}._authorizationFlow_sxifb_58{grid-template-columns:minmax(0,1fr);gap:12px}._authorizationFlow_sxifb_58 article{padding:22px 20px;border-radius:9px}._nodeNumber_sxifb_58{font-size:12px;margin-bottom:18px;line-height:1.5}._authorizationFlow_sxifb_58 h3{font-size:24px;line-height:1.2;margin-bottom:18px}._requestNode_sxifb_58 dl div{font-size:14px;padding:11px 0;line-height:1.5}._policyNode_sxifb_59 li{font-size:14px;line-height:1.5;padding:11px 0;gap:11px}._flowArrow_sxifb_58{display:grid;place-items:center;height:28px;transform:rotate(90deg);font-size:23px}._decisionNodes_sxifb_60{grid-column:auto;grid-template-columns:minmax(0,1fr);gap:12px}._decisionNodes_sxifb_60 article{padding:20px}._decisionNodes_sxifb_60 ._nodeNumber_sxifb_58{margin-bottom:12px}._decisionNodes_sxifb_60 h3{font-size:22px;margin-bottom:10px}._decisionNodes_sxifb_60 p{font-size:14px;line-height:1.6;color:#b3b3b3}._controlList_sxifb_61{grid-template-columns:minmax(0,1fr);gap:24px}._controlList_sxifb_61 article{padding:0 0 0 18px;border-left:1px solid #ffffff38}._controlList_sxifb_61 h3{font-size:22px;margin-bottom:8px}._controlList_sxifb_61 p{font-size:16px;line-height:1.65;max-width:540px}._standardsSection_sxifb_62{grid-template-columns:minmax(0,1fr);padding:32px 0 56px;gap:30px}._standardsIntro_sxifb_62 h2{font-size:32px;line-height:1.2;margin:16px 0 18px}._standardsIntro_sxifb_62>p:not(._eyebrow_sxifb_31){font-size:16px;line-height:1.65}._standardsIntro_sxifb_62 small{font-size:13px;line-height:1.6;margin-top:18px;color:#a1a1a1}._standardRows_sxifb_62>a{grid-template-columns:minmax(0,1fr) 24px;align-items:start;gap:12px 16px;padding:24px 0}._standardRows_sxifb_62>a>div{grid-column:1}._standardRows_sxifb_62>a>span{grid-column:2;grid-row:1;font-size:22px}._standardRows_sxifb_62 h3{font-size:24px;margin-bottom:8px}._standardRows_sxifb_62 div>span{font-size:12px;line-height:1.5}._standardRows_sxifb_62 p{grid-column:1;grid-row:2;font-size:15px;line-height:1.65}._companyIntro_sxifb_63{padding:48px 0 44px}._companyIntro_sxifb_63 h1{font-size:clamp(38px,11.5vw,58px);line-height:1.13;letter-spacing:-.05em;margin-top:22px;text-wrap:balance}._companyStory_sxifb_63{grid-template-columns:minmax(0,1fr);gap:24px;padding:28px 0 44px}._chapterLabel_sxifb_63{flex-direction:row;align-items:center;gap:16px}._chapterLabel_sxifb_63>span{font-size:36px;color:#ffffff45}._chapterLabel_sxifb_63 h2{font-size:25px}._companyStory_sxifb_63 p:first-child{font-size:21px;line-height:1.55;margin-bottom:22px}._companyStory_sxifb_63 p{font-size:16px;line-height:1.75;margin-bottom:22px}._companyRoadmap_sxifb_63{padding-bottom:56px}._roadmapHeading_sxifb_63{padding:26px 0;gap:12px}._roadmapHeading_sxifb_63 h2{font-size:24px}._roadmapHeading_sxifb_63>span{font-size:12px}._roadmap_sxifb_63{grid-template-columns:minmax(0,1fr);gap:0}._roadmap_sxifb_63 article,._roadmap_sxifb_63 article:first-child,._roadmap_sxifb_63 article:last-child{position:relative;padding:0 0 28px 24px;border-left:1px solid #ffffff30}._roadmap_sxifb_63 article:last-child{padding-bottom:0}._roadmap_sxifb_63 article>span{font-size:12px;margin-bottom:10px}._roadmap_sxifb_63 h3{font-size:29px;margin-bottom:10px}._roadmap_sxifb_63 p{font-size:16px;line-height:1.65;max-width:560px}._careersHero_sxifb_37{gap:30px}._rolesBoard_sxifb_64{display:grid;grid-template-columns:auto minmax(0,1fr);gap:22px 24px;padding:22px;background:#ffffff03;border:1px solid #ffffff26;border-radius:10px}._rolesBoard_sxifb_64>div{grid-column:1/-1;gap:16px}._rolesBoard_sxifb_64 h2{font-size:18px}._rolesBoard_sxifb_64>div>span{font-size:12px}._rolesNumber_sxifb_64{font-size:88px;line-height:1;padding:0;letter-spacing:-.07em;align-self:center}._rolesBoard_sxifb_64>p:last-child{font-size:15px;line-height:1.6;align-self:center;max-width:220px}._workIntro_sxifb_53 h2{margin:16px 0}._workIntro_sxifb_53>p:last-child{font-size:16px;line-height:1.65;max-width:560px}._workRows_sxifb_64 article{padding:0 0 24px;margin-bottom:24px}._workRows_sxifb_64 article>div{gap:12px;margin-bottom:14px}._workRows_sxifb_64 article>div>span{font-size:12px}._workRows_sxifb_64 h3{font-size:22px;line-height:1.3}._workRows_sxifb_64 p{padding-left:0;font-size:16px;line-height:1.65;max-width:none}._discipline_sxifb_64{font-size:12px;line-height:1.5;padding-left:0;margin-top:16px;color:#a0a0a0}._careersNote_sxifb_64{grid-template-columns:minmax(0,1fr);padding:0 0 56px;gap:16px}._careersNote_sxifb_64 h2{font-size:24px}._careersNote_sxifb_64 p{font-size:16px;line-height:1.65}._dialog_sxifb_65,._plainDialog_sxifb_65{width:calc(100vw - 32px)!important;max-width:480px!important;max-height:calc(100dvh - 32px)!important;padding:28px 24px 24px!important;border-radius:12px!important;overscroll-behavior:contain;scroll-padding:24px}._dialogTitle_sxifb_66{font-size:30px!important;line-height:1.2!important;padding-right:32px}._dialogDescription_sxifb_67{font-size:16px!important;line-height:1.55!important;margin:12px 0 20px!important;max-width:360px}._dialog_sxifb_65>button:last-child,._plainDialog_sxifb_65>button:last-child{width:44px;height:44px;top:8px;right:8px;background:transparent;color:inherit;border-radius:6px}._dialog_sxifb_65>button:last-child svg,._plainDialog_sxifb_65>button:last-child svg{width:20px;height:20px}._form_sxifb_68{gap:10px;min-width:0}._form_sxifb_68 label{font-size:14px;line-height:1.5;margin-top:8px}._form_sxifb_68 label span{font-size:12px}._input_sxifb_71{min-height:50px!important;padding:13px 14px!important;border-radius:6px!important;font-size:16px!important}._submit_sxifb_73{min-height:50px!important;width:100%!important;font-size:16px!important;margin-top:14px!important;border-radius:6px!important}._error_sxifb_75{font-size:14px;line-height:1.6}._success_sxifb_76 p{font-size:16px}._plain_sxifb_1{font-size:14px}._rawLinks_sxifb_81{padding:16px 0 14px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}._rawLinks_sxifb_81 a{display:inline-flex;align-items:center;min-height:44px}._agentText_sxifb_84{font-size:14px;line-height:1.7;padding-bottom:36px}._rawStatus_sxifb_83{font-size:14px}._plainDialog_sxifb_65{border-radius:0!important}}
