@import"https://fonts.googleapis.com/css2?family=Audiowide&family=Exo+2:wght@400;500;600;700&family=IBM+Plex+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700&family=Merriweather:wght@400;700&family=Michroma&family=Orbitron:wght@400;500;600;700&family=Play:wght@400;700&family=Rajdhani:wght@400;500;600;700&family=Russo+One&display=swap";@font-face{font-family:Handel Gothic TL;src:url(/handelgothictl.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}:root{font-family:var(--gw-font-family-base, Audiowide, Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif);line-height:var(--gw-line-height-base, 1.4);color:var(--gw-color-text);background:var(--gw-color-background);color-scheme:dark}*{box-sizing:border-box}body{margin:0;min-width:320px}a{color:var(--gw-color-link)}button,input,textarea,select{font:inherit}button{border:1px solid var(--gw-color-border-strong);border-radius:var(--gw-radius-0, 0);padding:var(--gw-space-8, 8px) var(--gw-space-12, 12px);background:var(--gw-color-surface);cursor:pointer;color:var(--gw-color-text)}textarea,input,select{width:100%;border:1px solid var(--gw-color-border-strong);border-radius:var(--gw-radius-0, 0);padding:var(--gw-space-8, 8px);background:var(--gw-color-surface);color:var(--gw-color-text)}input[type=checkbox]{width:auto}select{background:var(--gw-color-surface)}.app-shell{min-height:100vh;display:flex;flex-direction:column}.topbar{display:flex;gap:var(--gw-space-16, 16px);justify-content:space-between;align-items:center;max-width:1100px;width:100%;margin:0 auto;padding:var(--gw-space-16, 16px) var(--gw-space-20, 20px) var(--gw-space-12, 12px)}.brand{margin-right:auto;font-weight:var(--gw-font-weight-bold, 700);text-decoration:none;color:var(--gw-color-text);display:inline-flex;align-items:center}.brand-logo{display:block;height:42px;width:auto;max-width:min(38vw,280px)}.nav{display:flex;gap:var(--gw-space-12, 12px)}.nav a{color:var(--gw-color-muted);text-decoration:none;padding:0 var(--gw-space-4, 4px);border-bottom:1px solid transparent}.nav a:hover{color:var(--gw-color-text)}.nav a.active{color:var(--gw-color-text);border-bottom-color:var(--gw-color-link)}.content{padding:var(--gw-space-20, 20px);max-width:1100px;margin:0 auto;width:100%;flex:1}.app-footer{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:var(--gw-space-12, 12px);align-items:center;width:100%;max-width:1100px;margin-top:auto;margin-left:auto;margin-right:auto;padding:var(--gw-space-12, 12px) var(--gw-space-20, 20px) var(--gw-space-16, 16px)}.footer-meta{display:inline-flex;align-items:center;flex-wrap:wrap;gap:var(--gw-space-8, 8px);justify-self:start}.footer-legalLinks{justify-self:center;display:inline-flex;align-items:center;flex-wrap:wrap;gap:var(--gw-space-12, 12px)}.footer-legalLink{text-decoration:none;color:var(--gw-color-muted);border-bottom:1px solid transparent}.footer-legalLink:hover{color:var(--gw-color-text);border-bottom-color:var(--gw-color-link)}.footer-legalLink:focus-visible{outline:2px solid var(--gw-color-link);outline-offset:1px}.footer-socials{display:inline-flex;align-items:center;flex-wrap:wrap;gap:var(--gw-space-8, 8px);justify-self:end}@media(max-width:760px){.app-footer{display:flex;flex-wrap:wrap;justify-content:center;row-gap:var(--gw-space-8, 8px)}.footer-meta,.footer-legalLinks,.footer-socials{justify-self:auto;justify-content:center}}.footer-socialLink{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--gw-color-border-strong);color:var(--gw-color-text);text-decoration:none;background:transparent}.footer-socialLink:hover{background:color-mix(in srgb,var(--gw-color-surface) 72%,var(--gw-color-text) 28%)}.footer-socialLink:focus-visible{outline:2px solid var(--gw-color-link);outline-offset:1px}.footer-socialLink svg{width:16px;height:16px;display:block;fill:currentColor}.language-switcher{position:relative}.language-switcher__trigger{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--gw-color-border-strong);background:transparent;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.language-switcher__trigger::-webkit-details-marker{display:none}.language-switcher__trigger:hover{background:color-mix(in srgb,var(--gw-color-surface) 72%,var(--gw-color-text) 28%)}.language-switcher__trigger:focus-visible{outline:2px solid var(--gw-color-link);outline-offset:1px}.language-switcher__menu{position:absolute;left:0;bottom:calc(100% + var(--gw-space-8, 8px));min-width:140px;z-index:20;padding:var(--gw-space-8, 8px);border:1px solid var(--gw-color-border-subtle);background:var(--gw-color-surface)}.page{display:grid;gap:var(--gw-space-12, 12px)}.card{background:var(--gw-color-surface);border:1px solid var(--gw-color-border-subtle);border-radius:var(--gw-radius-0, 0);padding:var(--gw-space-16, 16px)}.inset-card{margin-top:var(--gw-space-12, 12px)}.actions-row{display:flex;margin-left:auto;gap:var(--gw-space-8, 8px);flex-wrap:wrap;align-items:center}.title-row{display:flex;gap:var(--gw-space-12, 12px);justify-content:space-between;align-items:center}.title-row>h2,.title-row>h3,.title-row>h4{margin:0}.badge{border-radius:var(--gw-radius-0, 0);padding:var(--gw-space-4, 4px) var(--gw-space-8, 8px);font-size:.82rem;border:1px solid var(--gw-color-border-strong)}.badge-implemented{background:color-mix(in srgb,var(--gw-color-surface) 65%,var(--gw-color-success) 35%)}.badge-partial{background:color-mix(in srgb,var(--gw-color-surface) 70%,var(--gw-color-warning) 30%)}.badge-planned{background:color-mix(in srgb,var(--gw-color-surface) 70%,var(--gw-color-info) 30%)}.muted{color:var(--gw-color-muted);font-size:.92rem}.field-error{color:var(--gw-color-error-text);display:block}.error-card{border-color:var(--gw-color-error-border);background:var(--gw-color-error-surface)}.wizard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--gw-space-12, 12px)}.field{display:grid;gap:var(--gw-space-4, 4px);align-content:start}.field--inline{display:inline-flex;align-items:center;gap:var(--gw-space-8, 8px)}.field-label{font-size:.92rem;font-weight:var(--gw-font-weight-semibold, 600)}.field-value{margin:0}.field--checkbox input[type=checkbox]{justify-self:start}.create-agent__create-card{display:grid;gap:var(--gw-space-12, 12px)}.create-agent__create-card>h3{margin:0}.create-agent__create-card h4{margin:0 0 var(--gw-space-8, 8px) 0}.create-agent__status{display:grid;gap:var(--gw-space-4, 4px)}.create-agent__messenger-grid{grid-template-columns:1fr}.task-list{list-style:none;padding-left:0;margin:0;display:grid;gap:var(--gw-space-4, 4px)}.task-item{padding:var(--gw-space-4, 4px) var(--gw-space-8, 8px);border:1px solid var(--gw-color-border-subtle);border-radius:var(--gw-radius-0, 0);background:var(--gw-color-surface)}.button-link{display:inline-block;text-decoration:none;border:1px solid var(--gw-color-border-strong);border-radius:var(--gw-radius-0, 0);padding:var(--gw-space-8, 8px) var(--gw-space-12, 12px);background:var(--gw-color-surface);color:inherit}.modal-backdrop{position:fixed;inset:0;background:var(--gw-color-overlay);display:grid;place-items:center;z-index:30}.modal-card{width:min(640px,92vw);background:var(--gw-color-surface);border-radius:var(--gw-radius-0, 0);padding:var(--gw-space-16, 16px);border:1px solid var(--gw-color-border-subtle)}._card_1y4ui_1{display:grid;gap:var(--gw-space-8);padding:var(--gw-space-16);border:1px solid var(--gw-color-border-subtle);border-radius:var(--gw-radius-0);background:var(--gw-color-surface);box-shadow:var(--gw-shadow-sm)}._panel_1y4ui_11{display:grid;gap:var(--gw-space-12);padding:var(--gw-space-12);border:1px solid var(--gw-color-border-subtle);border-radius:var(--gw-radius-0);background:color-mix(in srgb,var(--gw-color-surface) 80%,var(--gw-color-background) 20%)}._stack_1qph4_1{display:flex;flex-direction:column;gap:var(--gw-stack-gap, var(--gw-space-12))}._backdrop_y02eh_1{position:fixed;inset:0;background:var(--gw-color-overlay);display:grid;place-items:center;z-index:40;padding:var(--gw-space-16);overflow:auto}._dialog_y02eh_12{width:min(720px,100%);max-height:calc(100vh - (var(--gw-space-16) * 2));border:1px solid var(--gw-color-border-subtle);border-radius:var(--gw-radius-0);background:var(--gw-color-surface);box-shadow:var(--gw-shadow-md);padding:var(--gw-space-16);display:grid;gap:var(--gw-space-12);overflow:auto}._dialogHeader_y02eh_25{display:flex;align-items:center;justify-content:space-between;gap:var(--gw-space-12)}._dialogHeader_y02eh_25 h2{margin:0}._alert_y02eh_36{border:1px solid var(--gw-alert-border, var(--gw-color-border-subtle));border-radius:var(--gw-radius-0);padding:var(--gw-space-12);background:var(--gw-alert-bg, var(--gw-color-surface));color:var(--gw-alert-fg, var(--gw-color-text))}._alertInfo_y02eh_44{--gw-alert-bg: color-mix(in srgb, var(--gw-color-link) 10%, var(--gw-color-surface));--gw-alert-border: color-mix(in srgb, var(--gw-color-link) 30%, var(--gw-color-border-subtle))}._alertSuccess_y02eh_49{--gw-alert-bg: color-mix(in srgb, var(--gw-color-success) 28%, var(--gw-color-surface));--gw-alert-border: color-mix(in srgb, var(--gw-color-success-strong) 42%, var(--gw-color-border-subtle))}._alertWarning_y02eh_54{--gw-alert-bg: color-mix(in srgb, var(--gw-color-warning) 35%, var(--gw-color-surface));--gw-alert-border: color-mix(in srgb, var(--gw-color-warning-strong) 42%, var(--gw-color-border-subtle))}._alertDanger_y02eh_59{--gw-alert-bg: var(--gw-color-error-surface);--gw-alert-border: var(--gw-color-error-border);--gw-alert-fg: var(--gw-color-error-text)}._toastViewport_y02eh_65{position:fixed;right:var(--gw-space-16);bottom:var(--gw-space-16);left:auto;top:auto;display:grid;gap:var(--gw-space-8);width:min(360px,92vw);z-index:50}._toast_y02eh_65{border:1px solid var(--gw-color-border-subtle);border-radius:var(--gw-radius-0);background:var(--gw-color-surface);color:var(--gw-color-text);padding:var(--gw-space-12);box-shadow:var(--gw-shadow-md);display:grid;gap:var(--gw-space-10)}._toastHeader_y02eh_88{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--gw-space-12)}._toastContent_y02eh_95{min-width:0;display:grid;gap:var(--gw-space-4)}._toastTitle_y02eh_101{font-weight:var(--gw-font-weight-semibold)}._toastDescription_y02eh_105{word-break:break-word}._toastCloseButton_y02eh_109{flex:0 0 auto;min-width:28px;min-height:28px;border:1px solid transparent;border-radius:var(--gw-radius-0);background:transparent;color:inherit;cursor:pointer;font:inherit;line-height:1;padding:0}._toastCloseButton_y02eh_109:hover{border-color:currentColor}._toastLifetimeBar_y02eh_127{position:relative;overflow:hidden;height:4px;background:color-mix(in srgb,currentColor 12%,transparent)}._toastLifetimeBarFill_y02eh_134{width:100%;height:100%;transform-origin:left center;background:currentColor;animation-name:_toastLifetimeCountdown_y02eh_1;animation-timing-function:linear;animation-fill-mode:forwards}@keyframes _toastLifetimeCountdown_y02eh_1{0%{transform:scaleX(1)}to{transform:scaleX(0)}}._toastInfo_y02eh_154{background:color-mix(in srgb,var(--gw-color-link) 10%,var(--gw-color-surface));border-color:color-mix(in srgb,var(--gw-color-link) 30%,var(--gw-color-border-subtle))}._toastSuccess_y02eh_159{background:color-mix(in srgb,var(--gw-color-success) 26%,var(--gw-color-surface));border-color:color-mix(in srgb,var(--gw-color-success-strong) 40%,var(--gw-color-border-subtle))}._toastWarning_y02eh_164{background:color-mix(in srgb,var(--gw-color-warning) 32%,var(--gw-color-surface));border-color:color-mix(in srgb,var(--gw-color-warning-strong) 40%,var(--gw-color-border-subtle))}._toastDanger_y02eh_169{background:var(--gw-color-error-surface);border-color:var(--gw-color-error-border);color:var(--gw-color-error-text)}._toastImportant_y02eh_175{border-width:2px;box-shadow:0 0 0 1px color-mix(in srgb,currentColor 10%,transparent),var(--gw-shadow-md)}._tabsList_y02eh_180{display:flex;gap:var(--gw-space-8);border-bottom:1px solid var(--gw-color-border-subtle);padding-bottom:var(--gw-space-8)}._tabButton_y02eh_187{border-radius:var(--gw-radius-0);border:1px solid var(--gw-color-border-subtle);background:transparent;padding:var(--gw-space-4) var(--gw-space-8);color:var(--gw-color-muted)}._tabButton_y02eh_187[aria-selected=true]{border-color:var(--gw-color-link);background:color-mix(in srgb,var(--gw-color-link) 16%,var(--gw-color-surface));color:var(--gw-color-text)}._tabPanel_y02eh_201{padding-top:var(--gw-space-12)}._badge_1pdsn_1{display:inline-flex;align-items:center;border:1px solid var(--gw-color-border-strong);border-radius:var(--gw-radius-0);padding:var(--gw-space-2) var(--gw-space-8);font-size:var(--gw-font-size-xs);font-weight:var(--gw-font-weight-semibold);white-space:nowrap}._neutral_1pdsn_12{background:var(--gw-color-surface)}._success_1pdsn_16{background:color-mix(in srgb,var(--gw-color-surface) 65%,var(--gw-color-success) 35%)}._warning_1pdsn_20{background:color-mix(in srgb,var(--gw-color-surface) 70%,var(--gw-color-warning) 30%)}._info_1pdsn_24{background:color-mix(in srgb,var(--gw-color-surface) 70%,var(--gw-color-info) 30%)}._danger_1pdsn_28{background:var(--gw-color-error-surface);border-color:var(--gw-color-error-border);color:var(--gw-color-error-text)}._button_140c1_1{display:inline-flex;align-items:center;justify-content:center;gap:var(--gw-space-8);border:1px solid var(--gw-button-border, var(--gw-color-border-strong));border-radius:var(--gw-radius-0);background:var(--gw-button-bg, var(--gw-color-surface));color:var(--gw-button-fg, var(--gw-color-text));cursor:pointer;transition:background var(--gw-motion-fast),border-color var(--gw-motion-fast),color var(--gw-motion-fast);text-decoration:none;font-weight:var(--gw-font-weight-medium)}._button_140c1_1:hover:not(:disabled){border-color:var(--gw-button-border-hover, var(--gw-color-link));background:var(--gw-button-bg-hover, color-mix(in srgb, var(--gw-button-bg, var(--gw-color-surface)) 90%, var(--gw-color-text) 10%))}._button_140c1_1:focus-visible{outline:2px solid var(--gw-color-link);outline-offset:2px}._button_140c1_1:disabled,._button_140c1_1[data-loading=true]{cursor:not-allowed;opacity:.65}._sm_140c1_32{min-height:32px;padding:0 var(--gw-space-12);font-size:var(--gw-font-size-sm)}._md_140c1_38{min-height:40px;padding:0 var(--gw-space-16);font-size:var(--gw-font-size-md)}._lg_140c1_44{min-height:48px;padding:0 var(--gw-space-20);font-size:var(--gw-font-size-lg)}._primary_140c1_50{--gw-button-bg: var(--gw-color-link);--gw-button-border: var(--gw-color-link);--gw-button-fg: var(--gw-color-link-contrast-text);--gw-button-bg-hover: color-mix(in srgb, var(--gw-color-link) 86%, var(--gw-color-text) 14%);--gw-button-border-hover: color-mix(in srgb, var(--gw-color-link) 78%, var(--gw-color-text) 22%)}._secondary_140c1_58{--gw-button-bg: var(--gw-color-surface);--gw-button-bg-hover: color-mix(in srgb, var(--gw-color-surface) 90%, var(--gw-color-text) 10%)}._ghost_140c1_63{--gw-button-bg: transparent;--gw-button-border: var(--gw-color-border-subtle);--gw-button-bg-hover: color-mix(in srgb, var(--gw-color-background) 88%, var(--gw-color-text) 12%)}._danger_140c1_69{--gw-button-bg: var(--gw-color-error-surface);--gw-button-border: var(--gw-color-error-border);--gw-button-fg: var(--gw-color-error-text);--gw-button-bg-hover: color-mix(in srgb, var(--gw-color-error-surface) 88%, var(--gw-color-text) 12%);--gw-button-border-hover: color-mix(in srgb, var(--gw-color-error-border) 86%, var(--gw-color-text) 14%)}._iconOnly_140c1_77{padding:0;width:40px}._iconOnly_140c1_77._sm_140c1_32{width:32px}._iconOnly_140c1_77._lg_140c1_44{width:48px}._inline_sspar_1{display:flex;flex-direction:row;gap:var(--gw-inline-gap, var(--gw-space-12))}._control_qdbcy_1{width:100%;border:1px solid var(--gw-color-border-strong);border-radius:var(--gw-radius-0);background:var(--gw-color-surface);color:var(--gw-color-text);padding:var(--gw-space-8) var(--gw-space-12);transition:border-color var(--gw-motion-fast),background var(--gw-motion-fast)}._selectControl_qdbcy_11{appearance:none;padding-right:calc(var(--gw-space-12) + 28px);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23d7dde8' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");background-position:right var(--gw-space-12) center;background-repeat:no-repeat;background-size:10px 6px}._control_qdbcy_1:focus-visible{outline:none;border-color:var(--gw-color-link);background:color-mix(in srgb,var(--gw-color-surface) 92%,var(--gw-color-text) 8%)}._control_qdbcy_1:disabled{opacity:.65;cursor:not-allowed}._field_qdbcy_31{display:grid;gap:var(--gw-space-4)}._label_qdbcy_36{font-size:var(--gw-font-size-sm);font-weight:var(--gw-font-weight-semibold)}._hint_qdbcy_41{margin:0;color:var(--gw-color-muted);font-size:var(--gw-font-size-xs)}._error_qdbcy_47{margin:0;color:var(--gw-color-error-text);font-size:var(--gw-font-size-xs)}._checkRow_qdbcy_53{display:inline-flex;align-items:center;gap:var(--gw-space-8)}._switch_qdbcy_59{position:relative;width:44px;height:24px;border-radius:var(--gw-radius-0);border:1px solid var(--gw-color-border-strong);background:var(--gw-color-surface);transition:background var(--gw-motion-fast)}._switch_qdbcy_59:after{content:"";position:absolute;top:var(--gw-space-2);left:var(--gw-space-2);width:18px;height:18px;border-radius:var(--gw-radius-0);background:var(--gw-color-text);transition:transform var(--gw-motion-fast)}._switchChecked_qdbcy_81{background:color-mix(in srgb,var(--gw-color-link) 22%,var(--gw-color-surface))}._switchChecked_qdbcy_81:after{transform:translate(20px)}._tableWrap_98qi6_1{overflow:auto;border:1px solid var(--gw-color-border-subtle);border-radius:var(--gw-radius-0)}._table_98qi6_1{width:100%;border-collapse:collapse;background:var(--gw-color-surface)}._table_98qi6_1 thead th{font-weight:var(--gw-font-weight-semibold);color:var(--gw-color-muted);background:color-mix(in srgb,var(--gw-color-surface) 92%,var(--gw-color-text) 8%)}._table_98qi6_1 th,._table_98qi6_1 td{text-align:left;padding:var(--gw-space-8) var(--gw-space-12);border-bottom:1px solid var(--gw-color-border-subtle)}._table_98qi6_1 tr:last-child td{border-bottom:0}._tableState_98qi6_30{padding:var(--gw-space-16);color:var(--gw-color-muted)}._emptyState_98qi6_35{display:grid;gap:var(--gw-space-8);padding:var(--gw-space-16);border:1px solid var(--gw-color-border-strong);border-radius:var(--gw-radius-0);text-align:center}._skeleton_98qi6_44{width:100%;border-radius:var(--gw-radius-0);background:linear-gradient(90deg,color-mix(in srgb,var(--gw-color-surface) 70%,var(--gw-color-border-subtle) 30%) 25%,color-mix(in srgb,var(--gw-color-surface) 50%,var(--gw-color-border-subtle) 50%),color-mix(in srgb,var(--gw-color-surface) 70%,var(--gw-color-border-subtle) 30%) 75%);background-size:200% 100%;animation:_gw-skeleton_98qi6_1 1.2s linear infinite}@keyframes _gw-skeleton_98qi6_1{0%{background-position-x:200%}to{background-position-x:0}}._spinner_98qi6_66{width:20px;height:20px;border:2px solid var(--gw-color-border-subtle);border-top-color:var(--gw-color-link);border-radius:50%;animation:_gw-spin_98qi6_1 .7s linear infinite}@keyframes _gw-spin_98qi6_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._createCard_id0dc_1{display:grid;gap:var(--gw-space-12)}._createGrid_id0dc_6{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--gw-space-12);align-items:start}._stepAction_id0dc_13{display:grid;gap:var(--gw-space-8);align-content:end;grid-column:1 / -1}._stepTitle_id0dc_20{color:var(--gw-color-muted);font-size:var(--gw-font-size-xs);text-transform:uppercase;letter-spacing:.04em}._snapshotPanel_id0dc_27{display:grid;gap:var(--gw-space-8);border:1px solid var(--gw-color-border-subtle);padding:var(--gw-space-12);background:color-mix(in srgb,var(--gw-color-surface) 86%,var(--gw-color-background) 14%)}._snapshotTitle_id0dc_35{margin:0;font-weight:var(--gw-font-weight-semibold)}._createFooter_id0dc_40{display:flex;justify-content:flex-end}._nameCell_id0dc_45{display:grid;gap:var(--gw-space-8)}._modalContent_id0dc_50{display:grid;gap:var(--gw-space-16)}._modalHint_id0dc_55{margin:0;color:var(--gw-color-muted)}._modalGrid_id0dc_60{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--gw-space-12);align-items:end}._inlineActions_id0dc_67{display:flex;align-items:end}._root_g2na0_1{display:grid;gap:var(--gw-space-8)}._bar_g2na0_6{width:100%;height:var(--gw-space-8);border:1px solid var(--gw-color-border-strong);border-radius:var(--gw-radius-0);overflow:hidden;background:var(--gw-color-surface)}._bar_g2na0_6::-webkit-progress-bar{background:var(--gw-color-surface)}._bar_g2na0_6::-webkit-progress-value{background:var(--gw-color-link)}._bar_g2na0_6::-moz-progress-bar{background:var(--gw-color-link)}._value_g2na0_27{margin:0;color:var(--gw-color-muted);font-size:var(--gw-font-size-sm)}._wrap_w9h10_1{border:1px solid var(--gw-color-border-subtle);background:color-mix(in srgb,var(--gw-color-surface) 96%,var(--gw-color-background) 4%)}._table_w9h10_6{width:100%;border-collapse:collapse}._table_w9h10_6 tr+tr th,._table_w9h10_6 tr+tr td{border-top:1px solid var(--gw-color-border-subtle)}._label_w9h10_16{width:1%;white-space:nowrap;text-align:left;vertical-align:top;padding:var(--gw-space-8) var(--gw-space-12);color:var(--gw-color-muted);font-size:var(--gw-font-size-sm);font-weight:var(--gw-font-weight-semibold);line-height:var(--gw-line-height-base)}._value_w9h10_28{padding:var(--gw-space-8) var(--gw-space-12);color:var(--gw-color-text);font-size:var(--gw-font-size-sm);font-weight:var(--gw-font-weight-semibold);line-height:var(--gw-line-height-base);text-align:left}._valueMono_w9h10_37{font-family:var(--gw-font-family-mono);font-variant-numeric:tabular-nums}._pageHeader_1c704_1{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--gw-space-12)}._pageHeaderMain_1c704_8{display:grid;gap:var(--gw-space-12);justify-items:start;min-width:0}._pageHeaderActions_1c704_15{display:flex;align-items:center}._backButton_1c704_20{color:var(--gw-color-link)}._pageTitle_1c704_24{margin:0}._pageFieldset_1c704_28{margin:0;padding:0;border:0;min-inline-size:0;display:grid;gap:var(--gw-space-12)}._messengerHeader_1c704_37{display:flex;align-items:center;justify-content:space-between;width:100%;gap:var(--gw-space-8)}._messengerHeader_1c704_37 h3{margin:0;flex:1 1 auto;text-align:left}._messengerPanel_1c704_51{display:grid;gap:var(--gw-space-8);padding:var(--gw-space-12);border:1px solid var(--gw-color-border-subtle);background:color-mix(in srgb,var(--gw-color-surface) 80%,var(--gw-color-background) 20%)}._panelTitle_1c704_59{margin:0;font-size:var(--gw-font-size-md);font-weight:var(--gw-font-weight-semibold)}._panelBody_1c704_65{margin:0}._modelSelectionCard_1c704_69{display:grid;gap:var(--gw-space-8);padding:var(--gw-space-12);border:1px solid var(--gw-color-border-subtle);background:color-mix(in srgb,var(--gw-color-surface) 80%,var(--gw-color-background) 20%)}._modelSelectionValue_1c704_77{margin:0}._modelRowSelected_1c704_81{background:color-mix(in srgb,var(--gw-color-link) 10%,var(--gw-color-surface))}._sortHeaderButton_1c704_85{width:100%;border:0;background:transparent;color:inherit;font:inherit;font-weight:var(--gw-font-weight-semibold);text-align:left;cursor:pointer;padding:0}._modelId_1c704_97{font-size:var(--gw-font-size-sm)}._tierCards_1c704_101{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--gw-space-12);margin-bottom:var(--gw-space-32);margin-top:var(--gw-space-32)}._tierCard_1c704_101{border:1px solid var(--gw-color-border-subtle);background:color-mix(in srgb,var(--gw-color-surface) 84%,var(--gw-color-background) 16%);color:inherit;text-align:left;padding:var(--gw-space-16);display:grid;gap:var(--gw-space-8);grid-template-rows:auto auto 1fr auto;align-content:start;cursor:default}._tierCardActive_1c704_122{border-color:var(--gw-color-link);background:color-mix(in srgb,var(--gw-color-link) 11%,var(--gw-color-surface))}._tierCardTitle_1c704_127{font-size:var(--gw-font-size-md);font-weight:var(--gw-font-weight-semibold)}._tierCardValue_1c704_132{font-size:var(--gw-font-size-sm)}._tierCardPricing_1c704_136{display:grid;gap:var(--gw-space-6)}._tierFeatureList_1c704_141{margin:var(--gw-space-18) 0 0;padding-left:1.2rem;display:grid;gap:var(--gw-space-6);color:var(--gw-color-muted);font-size:var(--gw-font-size-sm)}._tierFeatureItem_1c704_150{margin:0}._tierCardButton_1c704_154{margin-top:var(--gw-space-20);width:100%;min-width:0;white-space:normal;line-height:1.2;align-self:end}@media(max-width:980px){._tierCards_1c704_101{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){._tierCards_1c704_101{grid-template-columns:minmax(0,1fr)}}._billingSectionDivider_1c704_175{margin:var(--gw-space-4) 0;border:0;border-top:1px solid var(--gw-color-border-subtle)}._loadingOverlay_1c704_181{position:fixed;inset:0;z-index:60;display:grid;place-items:center;padding:var(--gw-space-16);background:color-mix(in srgb,var(--gw-color-overlay) 88%,transparent);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._loadingOverlayCard_1c704_192{width:min(420px,100%);padding:var(--gw-space-20);border:1px solid var(--gw-color-border-subtle);background:color-mix(in srgb,var(--gw-color-surface) 92%,var(--gw-color-background) 8%);box-shadow:var(--gw-shadow-md);display:grid;justify-items:center;gap:var(--gw-space-12);text-align:center}._loadingOverlayTitle_1c704_204{margin:0;font-size:var(--gw-font-size-md);font-weight:var(--gw-font-weight-semibold)}._loadingOverlayDescription_1c704_210{margin:0;color:var(--gw-color-muted)}._grid_11yf3_1{display:grid;gap:var(--gw-grid-gap, var(--gw-space-12));grid-template-columns:var(--gw-grid-template-columns, repeat(auto-fit, minmax(260px, 1fr)))}._root_1gw85_1{gap:var(--gw-space-12);padding-bottom:var(--gw-space-12);border-bottom:1px solid var(--gw-color-border-subtle)}._header_1gw85_7{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--gw-space-12);flex-wrap:wrap}._text_1gw85_15{min-width:0;display:grid;gap:var(--gw-space-4)}._title_1gw85_21{margin:0}._description_1gw85_25{margin:0;color:var(--gw-color-muted)}._actions_1gw85_30{display:inline-flex;align-items:center;gap:var(--gw-space-8);flex-wrap:wrap}._root_1drwq_1{position:absolute;inset:0;z-index:0;overflow:hidden;background:transparent}._canvas_1drwq_9{width:100%;height:100%;display:block;background:transparent}._main_14b76_1{--landing-hero-progress: 0;--landing-overview-progress: 0;--landing-cta-progress: 0;position:relative;overflow:hidden;width:100%;max-width:none;margin:0;padding:0 0 var(--gw-space-32);background:radial-gradient(circle at top,color-mix(in srgb,var(--gw-color-link) 18%,transparent) 0%,transparent 48%),linear-gradient(180deg,color-mix(in srgb,var(--gw-color-background) 82%,#05070b 18%) 0%,var(--gw-color-background) 100%)}._hero_14b76_16{scroll-snap-align:start;scroll-snap-stop:always;min-height:100vh;position:relative;position:sticky;top:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:var(--gw-space-12);padding:var(--gw-space-24) var(--gw-space-16);background:transparent}._pageCanvas_14b76_33{position:fixed;top:-14vh;left:50%;width:100vw;height:128vh;min-height:128svh;margin-left:-50vw;z-index:0;pointer-events:none;opacity:calc(1 - (var(--landing-hero-progress) * .58));transform:scale(calc(1 + (var(--landing-hero-progress) * .04)));transform-origin:center center;will-change:transform,opacity}._heroContent_14b76_49{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:var(--gw-space-12);padding:var(--gw-space-20) var(--gw-space-16);max-width:780px;opacity:calc(1 - (var(--landing-hero-progress) * .9));transform:translateY(calc(var(--landing-hero-progress) * -11vh)) scale(calc(1 - (var(--landing-hero-progress) * .14)));filter:blur(calc(var(--landing-hero-progress) * 10px));transform-origin:center center;will-change:transform,opacity,filter}._title_14b76_69{margin:0}._titleLogo_14b76_73{display:block;width:min(84vw,780px);height:auto;margin-bottom:var(--gw-space-64)}._subtitle_14b76_80{margin:0;font-size:clamp(1.125rem,2vw,1.5rem);max-width:640px;color:var(--gw-color-muted)}._enterButton_14b76_87{min-width:176px}._comingSoonText_14b76_91{margin:0;min-width:176px;font-size:.875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gw-color-text)}._contentFlow_14b76_101{position:relative;z-index:1;display:grid;gap:clamp(8px,1.6vw,18px);margin-top:-16vh;padding:0 var(--gw-space-16)}._section_14b76_110{width:min(1120px,100%);margin:0 auto}._overviewScene_14b76_115{scroll-snap-align:start;scroll-snap-stop:always;position:relative;min-height:103vh;display:flex;justify-content:center}._overviewSection_14b76_124{min-height:100vh;position:sticky;top:0;display:flex;align-items:center;justify-content:center;padding-top:clamp(24px,4vh,40px)}._overviewFrame_14b76_134{width:100%;display:grid;gap:clamp(22px,4vw,44px);padding:clamp(8px,2vw,20px) 0 0;border:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;opacity:calc((.35 + (var(--landing-hero-progress) * .65)) - (var(--landing-overview-progress) * .9));transform:translateY(calc(((1 - var(--landing-hero-progress)) * 18vh) - (var(--landing-overview-progress) * 11vh))) scale(calc((.94 + (var(--landing-hero-progress) * .06)) - (var(--landing-overview-progress) * .14)));filter:blur(calc(var(--landing-overview-progress) * 10px));transform-origin:center top;will-change:transform,opacity,filter}._carouselCluster_14b76_152{position:relative;display:grid}._sectionEyebrow_14b76_157,._cardEyebrow_14b76_158{margin:0;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gw-color-link)}._overviewFloatingTitle_14b76_167{margin:0;text-align:center;font-size:clamp(2rem,5vw,4.4rem);line-height:.95;letter-spacing:.01em;text-wrap:balance;text-shadow:0 16px 48px color-mix(in srgb,var(--gw-color-background) 55%,transparent)}._sectionTitle_14b76_177{margin:0;font-size:clamp(1.7rem,3.4vw,2.5rem);line-height:1.02}._sectionLead_14b76_183{margin:0;max-width:560px;color:var(--gw-color-muted);font-size:.98rem}._benefitsCarouselStage_14b76_190{position:relative;height:clamp(420px,44vw,620px);perspective:1800px;transform-style:preserve-3d}._carouselProgress_14b76_197{position:absolute;left:50%;bottom:clamp(6px,1.4vw,16px);z-index:8;display:inline-flex;align-items:center;gap:var(--gw-space-10);padding:0;transform:translate(-50%)}._carouselProgressStep_14b76_209,._carouselProgressStepActive_14b76_210{height:5px;border:0;padding:0;border-radius:999px;background:color-mix(in srgb,var(--gw-color-text) 16%,transparent);transition:width .22s ease,background-color .22s ease,opacity .22s ease}._carouselProgressStep_14b76_209{width:22px;opacity:.65}._carouselProgressStepActive_14b76_210{width:54px;opacity:1;background:linear-gradient(90deg,color-mix(in srgb,var(--gw-color-link) 78%,white 22%),color-mix(in srgb,var(--gw-color-link) 56%,var(--gw-color-text) 44%));box-shadow:0 0 18px color-mix(in srgb,var(--gw-color-link) 34%,transparent)}._carouselArrow_14b76_239{position:absolute;top:50%;z-index:7;width:52px;height:52px;border:1px solid color-mix(in srgb,var(--gw-color-border-strong) 70%,transparent);border-radius:999px;padding:0;display:inline-flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--gw-color-surface) 68%,rgba(255,255,255,.08) 32%);box-shadow:0 16px 44px color-mix(in srgb,var(--gw-color-background) 46%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:var(--gw-color-text);transform:translateY(-50%)}._carouselArrow_14b76_239 span{font-size:2rem;line-height:1;transform:translateY(-1px)}._carouselArrowLeft_14b76_264{left:clamp(8px,4vw,54px)}._carouselArrowRight_14b76_268{right:clamp(8px,4vw,54px)}._benefitCard_14b76_272{position:absolute;left:50%;top:50%;width:min(24vw,320px);min-width:240px;min-height:372px;display:grid;grid-template-rows:auto 1fr;align-items:stretch;gap:var(--gw-space-12);padding:clamp(20px,2.2vw,28px);border:1px solid color-mix(in srgb,var(--gw-color-border-strong) 58%,transparent);border-radius:var(--gw-radius-0, 0);border-color:color-mix(in srgb,var(--gw-color-border-strong) 54%,transparent);background:linear-gradient(180deg,color-mix(in srgb,var(--gw-color-surface) 84%,rgba(255,255,255,.1) 16%),color-mix(in srgb,var(--gw-color-surface) 96%,var(--gw-color-background) 4%));box-shadow:0 28px 90px color-mix(in srgb,var(--gw-color-background) 48%,transparent),inset 0 1px #ffffff14;text-align:left;cursor:pointer;outline:none;transition:transform .42s cubic-bezier(.22,1,.36,1),opacity .42s cubic-bezier(.22,1,.36,1),filter .42s cubic-bezier(.22,1,.36,1),box-shadow .42s cubic-bezier(.22,1,.36,1);transform-origin:center center}._benefitCardHeader_14b76_307{display:flex;justify-content:center;align-items:flex-start;text-align:center}._benefitCardBody_14b76_314{display:grid;place-items:center;min-height:0;padding:0 var(--gw-space-8);text-align:center}._benefitCard_14b76_272:focus-visible{box-shadow:0 0 0 2px var(--gw-color-link),0 28px 90px color-mix(in srgb,var(--gw-color-background) 48%,transparent)}._benefitCardActive_14b76_328{z-index:5;opacity:1;filter:blur(0);cursor:default;pointer-events:none;transform:translate3d(-50%,-50%,0) scale(1.04)}._benefitCardLeft_14b76_337{z-index:3;opacity:.82;filter:blur(2px);transform:translate3d(calc(-50% - min(20vw,250px)),calc(-50% + 14px),-120px) rotateY(24deg) scale(.88)}._benefitCardRight_14b76_344{z-index:3;opacity:.82;filter:blur(2px);transform:translate3d(calc(-50% + min(20vw,250px)),calc(-50% + 14px),-120px) rotateY(-24deg) scale(.88)}._benefitCardFarLeft_14b76_351{z-index:1;opacity:.18;filter:blur(8px);transform:translate3d(calc(-50% - min(28vw,360px)),calc(-50% + 36px),-240px) rotateY(32deg) scale(.76)}._benefitCardFarRight_14b76_358{z-index:1;opacity:.18;filter:blur(8px);transform:translate3d(calc(-50% + min(28vw,360px)),calc(-50% + 36px),-240px) rotateY(-32deg) scale(.76)}._benefitCardHidden_14b76_365{z-index:0;opacity:0;pointer-events:none;filter:blur(24px);transform:translate3d(-50%,calc(-50% + 72px),-360px) scale(.62)}._cardTitle_14b76_373,._featureItemTitle_14b76_374{margin:0;font-size:clamp(1.2rem,1.8vw,1.5rem);line-height:1.35;font-weight:500;letter-spacing:.01em;color:color-mix(in srgb,var(--gw-color-text) 88%,white 12%);text-align:center}._cardDescription_14b76_384,._featureItemDescription_14b76_385{margin:0;color:var(--gw-color-muted);line-height:1.5}._benefitCard_14b76_272 ._cardEyebrow_14b76_158{display:block;text-align:center;font-size:.82rem;line-height:1.3;letter-spacing:.08em}._featurePanel_14b76_399{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:var(--gw-space-20);padding:var(--gw-space-24);border-color:var(--gw-color-border-strong)}._featurePanelPrimary_14b76_407{background:linear-gradient(135deg,color-mix(in srgb,var(--gw-color-surface) 74%,var(--gw-color-link) 26%),color-mix(in srgb,var(--gw-color-surface) 90%,var(--gw-color-background) 10%))}._featurePanelSecondary_14b76_416{background:linear-gradient(135deg,color-mix(in srgb,var(--gw-color-surface) 84%,var(--gw-color-text) 16%),color-mix(in srgb,var(--gw-color-surface) 92%,var(--gw-color-background) 8%))}._featureIntro_14b76_425{display:grid;gap:var(--gw-space-12);align-content:start}._featureList_14b76_431{list-style:none;margin:0;padding:0;display:grid;gap:var(--gw-space-12)}._featureItem_14b76_374{display:grid;gap:var(--gw-space-8);padding:var(--gw-space-16);border:1px solid var(--gw-color-border-subtle);background:color-mix(in srgb,var(--gw-color-surface) 84%,transparent)}._ctaPanel_14b76_447{justify-items:center;text-align:center;display:grid;gap:var(--gw-space-12);padding:clamp(20px,4vw,40px) 0 var(--gw-space-8);opacity:calc(.35 + (var(--landing-cta-progress) * .65));transform:translateY(calc((1 - var(--landing-cta-progress)) * 18vh)) scale(calc(.94 + (var(--landing-cta-progress) * .06)));transform-origin:center top;will-change:transform,opacity}._ctaScene_14b76_461{scroll-snap-align:start;scroll-snap-stop:always;position:relative;min-height:56vh;display:flex;align-items:flex-start;justify-content:center}._ctaSection_14b76_471{min-height:56vh;position:relative;display:flex;justify-content:center;align-items:flex-start;padding-top:0;padding-bottom:0}._ctaButton_14b76_481{margin-top:var(--gw-space-4)}@media(max-width:900px){._featurePanel_14b76_399{grid-template-columns:1fr}}@media(max-width:760px){._main_14b76_1{padding-bottom:var(--gw-space-24)}._hero_14b76_16{min-height:100svh;padding-top:calc(var(--gw-space-24) * 2);padding-bottom:var(--gw-space-24)}._pageCanvas_14b76_33{top:-18vh;height:140vh;min-height:140svh}._heroContent_14b76_49{padding-left:0;padding-right:0}._contentFlow_14b76_101{gap:var(--gw-space-16);margin-top:-10vh;padding:0 var(--gw-space-12)}._overviewScene_14b76_115{min-height:102svh}._overviewSection_14b76_124{min-height:100svh;padding-top:clamp(16px,3vh,24px)}._overviewFrame_14b76_134{padding-top:var(--gw-space-8)}._overviewFloatingTitle_14b76_167{font-size:clamp(1.7rem,10vw,2.6rem)}._benefitsCarouselStage_14b76_190{height:420px;perspective:1300px}._carouselProgress_14b76_197{bottom:0;gap:var(--gw-space-8)}._carouselProgressStep_14b76_209{width:18px}._carouselProgressStepActive_14b76_210{width:42px}._carouselArrow_14b76_239{width:44px;height:44px}._carouselArrowLeft_14b76_264{left:0}._carouselArrowRight_14b76_268{right:0}._benefitCard_14b76_272{width:min(54vw,236px);min-width:0;min-height:310px;padding:18px}._benefitCardBody_14b76_314{padding:0}._benefitCardActive_14b76_328{transform:translate3d(-50%,-50%,0) scale(1)}._benefitCardLeft_14b76_337{opacity:.78;filter:blur(1px);transform:translate3d(calc(-50% - 20vw),calc(-50% + 12px),-90px) rotateY(20deg) scale(.84)}._benefitCardRight_14b76_344{opacity:.78;filter:blur(1px);transform:translate3d(calc(-50% + 20vw),calc(-50% + 12px),-90px) rotateY(-20deg) scale(.84)}._benefitCardFarLeft_14b76_351,._benefitCardFarRight_14b76_358{opacity:0;pointer-events:none}._cardTitle_14b76_373{font-size:1.08rem;line-height:1.42}._benefitCard_14b76_272,._featurePanel_14b76_399,._ctaPanel_14b76_447{padding:var(--gw-space-16)}._ctaScene_14b76_461{min-height:52svh;align-items:flex-start}._ctaSection_14b76_471{min-height:52svh;align-items:flex-start;padding-top:0;padding-bottom:0}}@media(prefers-reduced-motion:reduce){._pageCanvas_14b76_33,._heroContent_14b76_49,._overviewFrame_14b76_134,._ctaPanel_14b76_447{opacity:1;transform:none;filter:none;will-change:auto;transition:none}._benefitCard_14b76_272,._benefitCardActive_14b76_328,._benefitCardLeft_14b76_337,._benefitCardRight_14b76_344,._benefitCardFarLeft_14b76_351,._benefitCardFarRight_14b76_358,._benefitCardHidden_14b76_365,._carouselProgressStep_14b76_209,._carouselProgressStepActive_14b76_210{transition:none;filter:none}._hero_14b76_16,._overviewScene_14b76_115,._ctaScene_14b76_461{scroll-snap-stop:normal}._overviewScene_14b76_115,._ctaScene_14b76_461{min-height:auto}._overviewSection_14b76_124,._ctaSection_14b76_471{position:relative;top:auto;min-height:auto}._contentFlow_14b76_101{margin-top:0}}._main_17bns_1{position:relative;display:grid;min-height:min(72vh,760px);align-items:center;justify-items:center;overflow:hidden}._pageCanvas_17bns_10{position:absolute;inset:0;opacity:.72}._card_17bns_16{position:relative;z-index:1;width:min(720px,100%);padding:clamp(20px,3.4vw,36px);display:grid;gap:var(--gw-space-14, 14px);border:1px solid var(--gw-color-border-strong);background:color-mix(in srgb,var(--gw-color-surface) 82%,transparent);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);text-align:center}._statusCode_17bns_29{margin:0;font-size:clamp(2.8rem,8vw,5rem);font-weight:var(--gw-font-weight-bold, 700);line-height:1;letter-spacing:.08em;color:color-mix(in srgb,var(--gw-color-link) 80%,var(--gw-color-text) 20%)}._title_17bns_38{margin:0;font-size:clamp(1.4rem,3.5vw,2.2rem)}._subtitle_17bns_43{margin:0;color:var(--gw-color-muted);max-width:52ch;justify-self:center}._actions_17bns_50{display:flex;justify-content:center;flex-wrap:wrap;gap:var(--gw-space-10, 10px);margin-top:var(--gw-space-8, 8px)}._main_19ffy_1{display:grid}._privacyCard_19ffy_5{max-width:860px;width:100%;margin:0 auto;display:grid;gap:var(--gw-space-10, 10px);background:var(--gw-color-surface);border:1px solid var(--gw-color-border-subtle);padding:var(--gw-space-20, 20px)}._privacyCard_19ffy_5 h1,._privacyCard_19ffy_5 h2,._privacyCard_19ffy_5 h3{margin:0}._privacyCard_19ffy_5 h1{margin-bottom:var(--gw-space-6, 6px)}._privacyCard_19ffy_5 h2,._privacyCard_19ffy_5 h3{margin-top:var(--gw-space-8, 8px)}._privacyCard_19ffy_5 p,._privacyCard_19ffy_5 ul{margin:0}._privacyCard_19ffy_5 ul{padding-left:1.2rem}._privacyCard_19ffy_5 hr{width:100%;border:0;border-top:1px solid var(--gw-color-border-subtle);margin:var(--gw-space-8, 8px) 0}._backLinkWrap_19ffy_47{margin-top:var(--gw-space-12, 12px)}._main_iv0x1_1{display:grid}._termsCard_iv0x1_5{max-width:860px;width:100%;margin:0 auto;display:grid;gap:var(--gw-space-10, 10px);background:var(--gw-color-surface);border:1px solid var(--gw-color-border-subtle);padding:var(--gw-space-20, 20px)}._termsCard_iv0x1_5 h1,._termsCard_iv0x1_5 h2{margin:0}._termsCard_iv0x1_5 h1{margin-bottom:var(--gw-space-6, 6px)}._termsCard_iv0x1_5 h2{margin-top:var(--gw-space-8, 8px)}._termsCard_iv0x1_5 p,._termsCard_iv0x1_5 ul{margin:0}._termsCard_iv0x1_5 ul{padding-left:1.2rem}._termsCard_iv0x1_5 hr{width:100%;border:0;border-top:1px solid var(--gw-color-border-subtle);margin:var(--gw-space-8, 8px) 0}._backLinkWrap_iv0x1_45{margin-top:var(--gw-space-12, 12px)}._root_1okto_1{position:relative}._trigger_1okto_5{display:inline-flex;align-items:center;gap:var(--gw-space-8);min-height:40px;padding:0 var(--gw-space-12);border:1px solid var(--gw-color-border-strong);border-radius:var(--gw-radius-0);background:var(--gw-color-surface);color:var(--gw-color-text);cursor:pointer;font-size:var(--gw-font-size-md);font-weight:var(--gw-font-weight-medium)}._trigger_1okto_5:hover{border-color:var(--gw-color-link);background:color-mix(in srgb,var(--gw-color-surface) 90%,var(--gw-color-text) 10%)}._trigger_1okto_5:focus-visible{outline:2px solid var(--gw-color-link);outline-offset:2px}._triggerLabel_1okto_30{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._icon_1okto_37{font-size:var(--gw-font-size-lg);line-height:1}._menu_1okto_42{position:absolute;z-index:20;top:calc(100% + var(--gw-space-8));right:0;min-width:220px;margin:0;padding:var(--gw-space-8) 0;list-style:none;border:1px solid var(--gw-color-border-strong);border-radius:var(--gw-radius-0);background:var(--gw-color-surface);box-shadow:0 10px 24px color-mix(in srgb,var(--gw-color-overlay) 48%,transparent)}._item_1okto_57{display:block;width:100%;padding:var(--gw-space-8) var(--gw-space-12);color:var(--gw-color-text);text-decoration:none}._itemButton_1okto_65{display:block;width:100%;padding:var(--gw-space-8) var(--gw-space-12);border:none;background:transparent;color:var(--gw-color-text);text-align:left;font:inherit;cursor:pointer}._item_1okto_57:hover,._itemButton_1okto_65:hover{background:color-mix(in srgb,var(--gw-color-background) 88%,var(--gw-color-text) 12%)}._item_1okto_57:focus-visible,._itemButton_1okto_65:focus-visible{outline:2px solid var(--gw-color-link);outline-offset:-2px}._badge_su899_1{margin:0;display:inline-grid;grid-auto-flow:column;align-items:baseline;gap:var(--gw-space-4);padding:var(--gw-space-4) var(--gw-space-8);border:1px solid var(--gw-color-border-subtle);background:color-mix(in srgb,var(--gw-color-surface) 90%,var(--gw-color-background) 10%);color:var(--gw-color-text)}._neutral_su899_13{border-color:var(--gw-color-border-subtle)}._strong_su899_17{border-color:var(--gw-color-border-strong);background:color-mix(in srgb,var(--gw-color-surface) 95%,var(--gw-color-background) 5%)}._label_su899_22{margin:0;color:var(--gw-color-muted);font-size:var(--gw-font-size-sm);font-weight:var(--gw-font-weight-semibold);line-height:var(--gw-line-height-base)}._value_su899_30{margin:0;color:var(--gw-color-text);font-size:var(--gw-font-size-sm);font-weight:var(--gw-font-weight-semibold);line-height:var(--gw-line-height-base)}._valueMono_su899_38{font-family:var(--gw-font-family-mono);font-variant-numeric:tabular-nums}._truncate_su899_43{max-width:100%}._truncate_su899_43 ._label_su899_22,._truncate_su899_43 ._value_su899_30{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._root_18php_1{display:inline-flex;gap:var(--gw-space-8);align-items:center}._label_18php_7{font-weight:var(--gw-font-weight-semibold)}._group_18php_11{display:inline-flex;border:1px solid var(--gw-color-border-strong);border-radius:var(--gw-radius-8);overflow:hidden}._option_18php_18{border:0;border-right:1px solid var(--gw-color-border-strong);border-radius:0;padding:var(--gw-space-8) var(--gw-space-12);background:var(--gw-color-surface);color:var(--gw-color-text);cursor:pointer}._option_18php_18:last-child{border-right:0}._active_18php_32{background:var(--gw-color-background);font-weight:var(--gw-font-weight-semibold)}
