.style_overlay__ufodg{position:fixed;inset:0;z-index:90;background:var(--overlay-background);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.style_overlay__ufodg[data-state=open]{animation:style_overlayIn__qDc_d .2s ease}.style_overlay__ufodg[data-state=closed]{animation:style_overlayOut__XPG_f .18s ease forwards}.style_dialog__qyiVN{position:fixed;z-index:90;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;grid-template-rows:auto minmax(0,1fr) auto;width:min(94vw,560px);max-height:min(calc(100vh - 40px),800px);overflow:hidden;border:1px solid var(--border-strong);border-radius:var(--radius-xl);background:var(--surface-strong);box-shadow:0 40px 120px -40px rgba(0,0,0,.6)}.style_dialog__qyiVN[data-state=open]{animation:style_dialogIn__m_Lsx .24s cubic-bezier(.2,.8,.2,1)}.style_dialog__qyiVN[data-state=closed]{animation:style_dialogOut__w5Q1G .18s cubic-bezier(.4,0,1,1) forwards}.style_dialog__qyiVN:focus{outline:none}.style_sm__AiUzD{max-width:min(94vw,420px)}.style_md__0Igvm{max-width:min(94vw,560px)}.style_lg__I8Ggu{max-width:min(94vw,860px)}.style_xl__ufMHj{max-width:min(94vw,1120px)}.style_header__Soz0g{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:22px 22px 12px}.style_headerContent__s_O1x{display:flex;min-width:0;flex-direction:column;gap:6px}.style_title__49v2R{margin:0;font-family:var(--font-display),var(--font-manrope);font-size:22px;font-weight:600;letter-spacing:-.02em;line-height:1.1;color:var(--text-primary)}.style_description__kjwhN{margin:0;max-width:58ch;color:var(--text-muted);font-size:13px;line-height:1.5}.style_closeButton__2n1Xw{display:inline-grid;place-items:center;width:36px;height:36px;flex-shrink:0;border:1px solid var(--border-soft);border-radius:12px;background:var(--surface);color:var(--text-secondary);transition:border-color .2s ease,color .2s ease,transform .2s ease}.style_closeButton__2n1Xw:hover{border-color:var(--border-strong);color:var(--text-primary);transform:translateY(-1px)}.style_closeButton__2n1Xw:focus-visible{outline:none;box-shadow:var(--focus-ring)}.style_closeButton__2n1Xw svg{width:16px;height:16px}.style_body__N_sPa{min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:12px 22px 22px}.style_footer__tsSJH{display:flex;justify-content:flex-end;gap:10px;padding:12px 22px 22px;border-top:1px solid var(--border-soft)}.style_srOnly__UnkFg{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes style_overlayIn__qDc_d{0%{opacity:0}to{opacity:1}}@keyframes style_overlayOut__XPG_f{0%{opacity:1}to{opacity:0}}@keyframes style_dialogIn__m_Lsx{0%{opacity:0;transform:translate(-50%,calc(-50% + 16px)) scale(.97)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes style_dialogOut__w5Q1G{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,calc(-50% + 16px)) scale(.97)}}@media (max-width:640px){.style_dialog__qyiVN{top:auto;bottom:0;transform:translate(-50%);width:100vw;max-width:100vw;max-height:90vh;border-radius:var(--radius-xl) var(--radius-xl) 0 0}.style_dialog__qyiVN[data-state=open]{animation:style_dialogInMobile__O3aQx .28s cubic-bezier(.2,.8,.2,1)}.style_dialog__qyiVN[data-state=closed]{animation:style_dialogOutMobile___e77z .22s cubic-bezier(.4,0,1,1) forwards}.style_header__Soz0g{padding:18px 18px 10px}.style_title__49v2R{font-size:18px}.style_body__N_sPa{padding:10px 18px 18px}.style_footer__tsSJH{padding:12px 18px calc(18px + env(safe-area-inset-bottom))}}@media (max-width:420px){.style_header__Soz0g{padding:14px 14px 8px;gap:10px}.style_body__N_sPa{padding:8px 14px 14px}.style_footer__tsSJH{padding:10px 14px calc(14px + env(safe-area-inset-bottom))}.style_closeButton__2n1Xw{width:32px;height:32px}}@media (max-width:768px){.style_overlay__ufodg{-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--overlay-background-solid)}}@keyframes style_dialogInMobile__O3aQx{0%{transform:translate(-50%,40px);opacity:.4}to{transform:translate(-50%);opacity:1}}@keyframes style_dialogOutMobile___e77z{0%{transform:translate(-50%);opacity:1}to{transform:translate(-50%,40px);opacity:0}}.style_avatar__HFbd8{display:inline-grid;place-items:center;color:white;font-weight:700;letter-spacing:-.01em;text-transform:uppercase;flex-shrink:0}.style_tabs__Tkj9a{display:inline-flex;gap:2px;padding:4px;border:1px solid var(--border-soft);border-radius:12px;background:var(--surface-soft);position:relative;isolation:isolate}.style_tabs__Tkj9a[data-fullwidth=true]{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr))}.style_indicator__QUYnj{position:absolute;top:4px;bottom:4px;left:4px;width:calc((100% - 8px - (var(--tabs-count) - 1) * 2px) / var(--tabs-count));border-radius:9px;background:var(--surface-strong);box-shadow:0 2px 8px rgba(0,0,0,.08);transform:translateX(calc(var(--tabs-idx) * (100% + 2px)));transition:transform .36s cubic-bezier(.4,0,.2,1);pointer-events:none;z-index:0;will-change:transform}.style_tab__UweZp{position:relative;z-index:1;padding:8px 14px;border-radius:9px;color:var(--text-secondary);font-size:13px;font-weight:500;background:transparent;transition:background-color .25s cubic-bezier(.2,.8,.2,1),color .2s ease,box-shadow .2s ease}.style_tabActive__2PxhS,.style_tab__UweZp:hover{color:var(--text-primary)}.style_tabs__Tkj9a:not([data-fullwidth=true]) .style_tabActive__2PxhS{background:var(--surface-strong);box-shadow:0 2px 8px rgba(0,0,0,.08)}@media (prefers-reduced-motion:reduce){.style_indicator__QUYnj{transition:none}}.style_skeleton__4GUTf{display:block;background:linear-gradient(90deg,var(--skeleton-base),var(--skeleton-high),var(--skeleton-base));background-size:200% 100%;animation:style_shimmer__9a11r 1.6s linear infinite}@keyframes style_shimmer__9a11r{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.style_skeleton__4GUTf{animation:none;background:var(--skeleton-base)}}