.system_theme__TaA9y{color:var(--ds-body);font-family:var(--font-sans);font-size:var(--ds-text-body);line-height:var(--ds-leading-body);color-scheme:dark}.system_theme__TaA9y *,.system_theme__TaA9y :after,.system_theme__TaA9y :before{box-sizing:border-box}.system_theme__TaA9y :is(button,a,select):focus-visible{outline:1px solid var(--ds-ink);outline-offset:2px}.system_theme__TaA9y input:focus-visible{outline:none}.system_theme__TaA9y input[type=checkbox]:focus-visible{outline:1px solid var(--ds-ink);outline-offset:2px}.system_button__z5ywB{min-width:44px;border:0;border-radius:var(--ds-radius-control);padding:0;font-size:var(--ds-text-body);line-height:24px;cursor:pointer;background:transparent;color:var(--ds-ink);transition:background-color var(--ds-motion-press) var(--ds-easing),transform var(--ds-motion-press) var(--ds-easing)}.system_buttonFace__pXphm,.system_button__z5ywB{display:inline-flex;align-items:center;justify-content:center;gap:var(--ds-space-8)}.system_buttonFace__pXphm{width:100%;padding:var(--ds-space-12) var(--ds-space-20);border-radius:inherit;background:var(--ds-border);transition:background-color var(--ds-motion-press) var(--ds-easing)}.system_button__z5ywB[data-size=sm]{min-height:44px;font-size:var(--ds-text-body)}.system_button__z5ywB[data-size=sm] .system_buttonFace__pXphm{min-height:36px;padding:6px var(--ds-space-16)}.system_button__z5ywB[data-size=md]{min-height:48px}.system_button__z5ywB[data-size=lg]{min-height:56px}.system_button__z5ywB[data-size=lg] .system_buttonFace__pXphm{padding:var(--ds-space-16) var(--ds-space-24)}.system_button__z5ywB[data-variant=primary] .system_buttonFace__pXphm{background:var(--ds-primary)}.system_button__z5ywB[data-variant=danger] .system_buttonFace__pXphm{background:var(--ds-danger)}.system_button__z5ywB[data-variant=ghost] .system_buttonFace__pXphm{background:transparent;color:var(--ds-muted);padding:6px var(--ds-space-12)}.system_button__z5ywB:active:not(:disabled){transform:scale(var(--ds-press-scale))}.system_button__z5ywB:active:not(:disabled) .system_buttonFace__pXphm{background:var(--ds-surface)}.system_button__z5ywB[data-variant=primary]:active:not(:disabled) .system_buttonFace__pXphm{background:var(--ds-primary-pressed)}.system_button__z5ywB[data-variant=danger]:active:not(:disabled) .system_buttonFace__pXphm{background:var(--ds-danger-pressed)}.system_button__z5ywB:disabled{opacity:.4;cursor:not-allowed}@media (hover:hover){.system_button__z5ywB:hover:not(:disabled) .system_buttonFace__pXphm{background:var(--ds-surface)}.system_button__z5ywB[data-variant=primary]:hover:not(:disabled) .system_buttonFace__pXphm{background:var(--ds-primary-pressed)}.system_button__z5ywB[data-variant=danger]:hover:not(:disabled) .system_buttonFace__pXphm{background:var(--ds-danger-pressed)}}.system_spinner__e1lOm{animation:system_spin__qNcrz .8s linear infinite;flex-shrink:0}@keyframes system_spin__qNcrz{to{transform:rotate(1turn)}}.system_field__H0pgo{display:grid;gap:6px}.system_field__H0pgo label{color:var(--ds-muted);font-size:var(--ds-text-caption)}.system_field__H0pgo input{min-width:0}.system_field__H0pgo input[aria-invalid=true]{border-color:var(--ds-error)}.system_field__H0pgo input:focus{border-color:var(--ds-ink)}.system_field__H0pgo input:disabled{opacity:.4;cursor:not-allowed}.system_field__H0pgo p{font-size:var(--ds-text-caption)}.system_error__qxgA5{color:var(--ds-error)}.system_muted__VuaGG{color:var(--ds-muted)}.system_iconButton___d77G{display:inline-flex;flex-shrink:0;width:44px;height:44px;padding:0;background:transparent;cursor:pointer;color:var(--ds-muted)}.system_iconButton___d77G,.system_iconButton___d77G>span{align-items:center;justify-content:center;border-radius:var(--ds-radius-control)}.system_iconButton___d77G>span{display:flex;width:28px;height:28px}.system_iconButton___d77G[data-size=badge]>span{width:24px;height:24px}.system_iconButton___d77G[data-size=chip]{width:24px;height:36px}.system_iconButton___d77G[data-size=chip]>span{width:16px;height:16px}.system_iconButton___d77G[data-filled=true]>span{background:var(--ds-border);color:var(--ds-ink)}.system_iconButton___d77G:active:not(:disabled)>span{background:var(--ds-surface);color:var(--ds-ink)}.system_iconButton___d77G[data-size=chip]:active:not(:disabled)>span{background:transparent}.system_iconButton___d77G:disabled{opacity:.4;cursor:not-allowed}@media (hover:hover){.system_iconButton___d77G:hover:not(:disabled)>span{background:var(--ds-surface);color:var(--ds-ink)}.system_iconButton___d77G[data-size=chip]:hover:not(:disabled)>span{background:transparent}}.system_chip__1Q0cX{display:inline-flex;align-items:center;flex-shrink:0;gap:var(--ds-search-chipInner);background:var(--ds-border);border-radius:var(--ds-radius-control);color:var(--ds-body)}.system_chip__1Q0cX>button:first-child{min-height:36px;padding:6px 14px;white-space:nowrap;cursor:pointer;border-radius:inherit;font-size:var(--ds-text-body);line-height:24px}.system_chip__1Q0cX:has(>button:nth-child(2))>button:first-child{padding-right:0}.system_chip__1Q0cX>button:nth-child(2){margin-right:6px}.system_chip__1Q0cX[data-selected=true]{box-shadow:inset 0 0 0 1px var(--ds-ink);color:var(--ds-ink)}.system_chip__1Q0cX[data-disabled=true]{opacity:.4}.system_chip__1Q0cX button:disabled{cursor:not-allowed}.system_chipList__wx7wt{display:flex;gap:var(--ds-search-chipGap);overflow-x:auto;padding-block:4px;scrollbar-width:none}.system_chipList__wx7wt::-webkit-scrollbar{display:none}.system_searchField__eR6yi{position:relative}.system_searchField__eR6yi input{padding-inline:44px;line-height:24px}.system_searchField__eR6yi>button{position:absolute;top:50%;transform:translateY(-50%)}.system_searchField__eR6yi>button:first-child{left:2px}.system_searchField__eR6yi>button:last-child{right:2px}.system_card__xa4ya{background:var(--ds-card);border:1px solid var(--ds-border);border-radius:var(--ds-radius-card);padding:var(--ds-space-20)}.system_mobileShell__DMxDW{width:100%;max-width:var(--ds-mobile);margin-inline:auto;background:var(--ds-canvas);position:relative}.system_bottomBar__KLC8d{position:sticky;bottom:0;z-index:2;display:flex;gap:var(--ds-space-12);align-items:center;width:100%;min-height:var(--ds-bottomBar);border-top:1px solid var(--ds-border);background:var(--ds-canvas);padding:var(--ds-space-12) var(--ds-gutter) calc(var(--ds-space-12) + env(safe-area-inset-bottom, 0px))}.system_bottomBar__KLC8d>button{flex:1}.system_bottomNavigation__SN4Lt{display:flex;width:100%;border-top:1px solid var(--ds-border);background:var(--ds-canvas);padding-bottom:env(safe-area-inset-bottom,0)}.system_bottomNavigation__SN4Lt button{flex:1;min-width:44px;min-height:var(--ds-bottomBar);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--ds-space-4);color:var(--ds-muted);font-size:var(--ds-text-caption);cursor:pointer}.system_bottomNavigation__SN4Lt button[aria-current=page]{color:var(--ds-accent)}.system_row__Bbfxj{display:flex;align-items:center;justify-content:space-between;gap:var(--ds-space-12)}.system_sidebar__fgx8T{position:fixed;inset:0 0 0 auto;width:min(85%,var(--ds-sidebar));height:100dvh;max-height:100dvh;max-width:100%;margin:0;padding:0;overflow:hidden;background:var(--ds-card);border:0;color:var(--ds-ink);transform:translateX(100%);transition:transform .28s cubic-bezier(.22,1,.36,1),display allow-discrete .28s,overlay allow-discrete .28s}.system_sidebar__fgx8T[open]{transform:translateX(0)}@starting-style{.system_sidebar__fgx8T[open]{transform:translateX(100%)}}.system_sidebar__fgx8T::backdrop{background:rgb(0 0 0/0);transition:background-color .28s ease,display allow-discrete .28s,overlay allow-discrete .28s}.system_sidebar__fgx8T[open]::backdrop{background:rgb(0 0 0/.65)}@starting-style{.system_sidebar__fgx8T[open]::backdrop{background:rgb(0 0 0/0)}}.system_sidebarContent__GayWw{width:100%;height:100%;overflow-y:auto;overscroll-behavior:contain;padding:max(var(--ds-space-12),env(safe-area-inset-top)) var(--ds-space-12) max(var(--ds-space-12),env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:var(--ds-space-12)}@media (prefers-reduced-motion:reduce){.system_theme__TaA9y *,.system_theme__TaA9y :after,.system_theme__TaA9y :before{animation:none!important;transition:none!important;scroll-behavior:auto!important}.system_button__z5ywB:active:not(:disabled),.system_sidebar__fgx8T[open]{transform:none}}