[class*=rs-],[class*=rs-]:after,[class*=rs-]:before{box-sizing:border-box}html{-webkit-tap-highlight-color:transparent;font-size:16px}body{font-family:var(--rs-font-family-base);font-size:var(--rs-font-size-sm);line-height:var(--rs-line-height-md);color:var(--rs-text-primary);background-color:var(--rs-body)}:root{--rs-gray-0:#fff;--rs-gray-50:#f7f7fa;--rs-gray-100:#f2f2f5;--rs-gray-200:#e5e5ea;--rs-gray-500:#939393;--rs-gray-600:#717273;--rs-gray-800:#343434;--rs-gray-900:#121212;--rs-body:var(--rs-gray-0);--rs-text-primary:var(--rs-gray-800);--rs-border-primary:var(--rs-gray-200);--rs-tooltip-bg:var(--rs-gray-900);--rs-tooltip-text:var(--rs-gray-0)}.rs-theme-dark,[data-theme=dark]{--rs-gray-0:#fff;--rs-gray-50:#e9ebf0;--rs-gray-100:#cbced4;--rs-gray-200:#a4a9b3;--rs-gray-500:#5c6066;--rs-gray-600:#3c3f43;--rs-gray-800:#1a1d24;--rs-gray-900:#0f131a;--rs-body:var(--rs-gray-900);--rs-text-primary:var(--rs-gray-50);--rs-border-primary:var(--rs-gray-600);--rs-tooltip-bg:var(--rs-gray-500);--rs-tooltip-text:var(--rs-gray-0)}.rs-theme-high-contrast,[data-theme=high-contrast]{--rs-gray-0:#fff;--rs-gray-50:#e9ebf0;--rs-gray-100:#cbced4;--rs-gray-200:#a4a9b3;--rs-gray-500:#5c6066;--rs-gray-600:#3c3f43;--rs-gray-800:#1a1d24;--rs-gray-900:#0f131a;--rs-body:var(--rs-gray-900);--rs-text-primary:var(--rs-gray-50);--rs-border-primary:var(--rs-gray-100);--rs-tooltip-bg:var(--rs-gray-800);--rs-tooltip-text:var(--rs-gray-0)}:root{--rs-font-family-base:-apple-system,BlinkMacSystemFont,Arial,Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",STXihei,sans-serif;--rs-font-size-xs:0.75rem;--rs-font-size-sm:0.875rem;--rs-line-height-md:calc(20 / 14);--rs-text-line-height-xs:calc(1 / 0.75);--rs-spacing:0.25rem;--rs-radius-sm:0.25rem;--rs-zindex-tooltip:1070}@media (max-width:calc(576px - 1px)){[data-visible-from=xs]{display:none!important}}@media (min-width:576px){[data-hidden-from=xs]{display:none!important}}@media (max-width:calc(768px - 1px)){[data-visible-from=sm]{display:none!important}}@media (min-width:768px){[data-hidden-from=sm]{display:none!important}}@media (max-width:calc(992px - 1px)){[data-visible-from=md]{display:none!important}}@media (min-width:992px){[data-hidden-from=md]{display:none!important}}@media (max-width:calc(1200px - 1px)){[data-visible-from=lg]{display:none!important}}@media (min-width:1200px){[data-hidden-from=lg]{display:none!important}}@media (max-width:calc(1400px - 1px)){[data-visible-from=xl]{display:none!important}}@media (min-width:1400px){[data-hidden-from=xl]{display:none!important}}.rs-tooltip{--rs-tooltip-border-radius:var(--rs-radius-sm);--rs-tooltip-padding-block:4px;--rs-tooltip-padding-inline:10px;--rs-tooltip-z-index:var(--rs-zindex-tooltip);--rs-tooltip-max-width:250px;--rs-tooltip-line-height:var(--rs-text-line-height-xs);--rs-tooltip-position-x:var(--rs-position-x);--rs-tooltip-position-y:var(--rs-position-y);--rs-tooltip-opacity:var(--rs-opacity,0);--rs-tooltip-arrow-gap-sm:var(--rs-spacing);--rs-tooltip-arrow-gap-lg:calc(var(--rs-spacing) * 2.5);--rs-tooltip-translate-distance:2px;--rs-tooltip-arrow-width:6px;position:absolute;top:var(--rs-tooltip-position-y);left:var(--rs-tooltip-position-x);z-index:var(--rs-tooltip-z-index);display:block;font-size:var(--rs-font-size-xs);opacity:var(--rs-tooltip-opacity);line-height:var(--rs-tooltip-line-height);max-width:var(--rs-tooltip-max-width);padding:var(--rs-tooltip-padding-block) var(--rs-tooltip-padding-inline);color:var(--rs-tooltip-text);background-color:var(--rs-tooltip-bg);border-radius:var(--rs-tooltip-border-radius);overflow-wrap:break-word}.rs-tooltip.rs-anim-fade{transition:opacity .1s linear,transform .1s ease-out}.rs-tooltip.rs-anim-in{opacity:1;transition:opacity .15s linear,transform .15s ease-in}.rs-tooltip-arrow:after,.rs-tooltip-arrow:before{content:" ";display:block;position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.rs-tooltip-arrow:before{display:none}.rs-theme-high-contrast .rs-tooltip,[data-theme=high-contrast] .rs-tooltip{border:1px solid var(--rs-border-primary)}.rs-theme-high-contrast .rs-tooltip-arrow:before,[data-theme=high-contrast] .rs-tooltip-arrow:before{display:block}.rs-tooltip:where([data-placement*=top]){margin-top:calc((var(--rs-tooltip-arrow-width) + 2px) * -1);transform:translateY(calc(var(--rs-tooltip-translate-distance) * -1))}.rs-tooltip:where([data-placement*=top]):after{bottom:-6px;margin-inline-start:-6px;border-width:6px 6px 0;border-top-color:var(--rs-tooltip-bg)}.rs-theme-high-contrast .rs-tooltip:where([data-placement*=top]):before,[data-theme=high-contrast] .rs-tooltip:where([data-placement*=top]):before{bottom:-7px;margin-inline-start:-7px;border-width:7px 7px 0;border-top-color:var(--rs-tooltip-border)}.rs-tooltip:where([data-placement*=bottom]){margin-top:calc(var(--rs-tooltip-arrow-width) + 2px);transform:translateY(var(--rs-tooltip-translate-distance))}.rs-tooltip:where([data-placement*=bottom]):after{top:-6px;margin-inline-start:-6px;border-width:0 6px 6px;border-bottom-color:var(--rs-tooltip-bg)}.rs-theme-high-contrast .rs-tooltip:where([data-placement*=bottom]):before,[data-theme=high-contrast] .rs-tooltip:where([data-placement*=bottom]):before{top:-7px;margin-inline-start:-7px;border-width:0 7px 7px;border-bottom-color:var(--rs-tooltip-border)}.rs-tooltip:where([data-placement=bottom],[data-placement=top]):after,.rs-tooltip:where([data-placement=bottom],[data-placement=top]):before{inset-inline-start:50%}.rs-tooltip:where([data-placement=bottom-start],[data-placement=top-start]):after,.rs-tooltip:where([data-placement=bottom-start],[data-placement=top-start]):before{inset-inline-start:var(--rs-tooltip-arrow-gap-lg)}.rs-tooltip:where([data-placement=bottom-end],[data-placement=top-end]):before{inset-inline-end:calc(var(--rs-tooltip-arrow-gap-sm) - 1px)}.rs-tooltip:where([data-placement=bottom-end],[data-placement=top-end]):after{inset-inline-end:var(--rs-tooltip-arrow-gap-sm)}.rs-tooltip:where([data-placement=left],[data-placement=right]):after,.rs-tooltip:where([data-placement=left],[data-placement=right]):before{top:50%}.rs-tooltip:where([data-placement=left-start],[data-placement=right-start]):after,.rs-tooltip:where([data-placement=left-start],[data-placement=right-start]):before{top:var(--rs-tooltip-arrow-gap-lg)}.rs-tooltip:where([data-placement=left-end],[data-placement=right-end]):before{bottom:calc(var(--rs-tooltip-arrow-gap-sm) - 1px)}.rs-tooltip:where([data-placement=left-end],[data-placement=right-end]):after{bottom:var(--rs-tooltip-arrow-gap-sm)}.rs-tooltip:where([data-placement*=right]){margin-left:calc(var(--rs-tooltip-arrow-width) + 2px);transform:translate(var(--rs-tooltip-translate-distance))}.rs-tooltip:where([data-placement*=right]):after{left:-6px;margin-top:-6px;border-width:6px 6px 6px 0;border-right-color:var(--rs-tooltip-bg)}.rs-theme-high-contrast .rs-tooltip:where([data-placement*=right]):before,[data-theme=high-contrast] .rs-tooltip:where([data-placement*=right]):before{left:-7px;margin-top:-7px;border-width:7px 7px 7px 0;border-right-color:var(--rs-tooltip-border)}.rs-tooltip:where([data-placement*=left]){margin-left:calc((var(--rs-tooltip-arrow-width) + 2px) * -1);transform:translate(calc(var(--rs-tooltip-translate-distance) * -1))}.rs-tooltip:where([data-placement*=left]):after{right:-6px;margin-top:-6px;border-width:6px 0 6px 6px;border-left-color:var(--rs-tooltip-bg)}.rs-theme-high-contrast .rs-tooltip:where([data-placement*=left]):before,[data-theme=high-contrast] .rs-tooltip:where([data-placement*=left]):before{right:-7px;margin-top:-7px;border-width:7px 0 7px 7px;border-left-color:var(--rs-tooltip-border)}.rsuite-tooltip_lightTooltip__lb0a4 .rs-tooltip-inner{background:#f8fafc!important;color:#111827!important;border:1px solid #d1d5db;box-shadow:0 8px 20px rgba(15,23,42,.08)}.rsuite-tooltip_lightTooltip__lb0a4.rs-tooltip-placement-top .rs-tooltip-arrow{border-top-color:#f8fafc!important}.rsuite-tooltip_lightTooltip__lb0a4.rs-tooltip-placement-bottom .rs-tooltip-arrow{border-bottom-color:#f8fafc!important}.rsuite-tooltip_lightTooltip__lb0a4.rs-tooltip-placement-left .rs-tooltip-arrow{border-left-color:#f8fafc!important}.rsuite-tooltip_lightTooltip__lb0a4.rs-tooltip-placement-right .rs-tooltip-arrow{border-right-color:#f8fafc!important}.CallFooterDock_dockOuter__fV4aJ{display:flex;width:100%;justify-content:center;align-items:flex-end;overflow:visible}.CallFooterDock_dockPanel__3wXfu{display:flex;align-items:flex-end;justify-content:center;gap:.7rem;padding:.55rem .85rem;border-radius:9999px;border:1px solid rgba(191,219,254,.62);background:linear-gradient(140deg,rgba(239,246,255,.84),rgba(219,234,254,.52)),linear-gradient(180deg,rgba(96,165,250,.16),rgba(59,130,246,.24));box-shadow:0 14px 30px -20px rgba(30,64,175,.24),inset 0 1px 0 rgba(239,246,255,.9);backdrop-filter:blur(14px) saturate(145%);-webkit-backdrop-filter:blur(14px) saturate(145%)}.CallFooterDock_dockItem__tXYnA{position:relative;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;border:1px solid rgba(255,255,255,.42);background:linear-gradient(160deg,rgba(255,255,255,.34),rgba(255,255,255,.09));box-shadow:0 10px 24px -16px rgba(15,23,42,.55),inset 0 1px 0 rgba(255,255,255,.4);color:rgb(30,41,59);cursor:pointer;user-select:none;transition:background .16s ease,border-color .16s ease,color .16s ease}.CallFooterDock_dockItem__tXYnA:hover{background:linear-gradient(160deg,rgba(255,255,255,.48),rgba(255,255,255,.18))}.CallFooterDock_dockItem__tXYnA:focus-visible{outline:2px solid rgba(59,130,246,.85);outline-offset:2px}.CallFooterDock_dockLabel__gFPLc{position:absolute;left:50%;top:-.1rem;z-index:20;white-space:nowrap;border-radius:.55rem;border:1px solid rgba(255,255,255,.28);background:rgba(15,23,42,.8);padding:.24rem .55rem;font-size:.7rem;font-weight:600;letter-spacing:.01em;color:rgba(241,245,249,.95);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);pointer-events:none}.CallFooterDock_dockIcon__Oe8G7{display:inline-flex;align-items:center;justify-content:center}.CallFooterDock_itemNeutral__GpfGJ{color:rgb(30,41,59)}.CallFooterDock_itemMuted__UbWLe{color:rgb(15,23,42);border-color:rgba(15,23,42,.36);background:linear-gradient(160deg,rgba(51,65,85,.44),rgba(30,41,59,.84));box-shadow:0 14px 28px -18px rgba(2,6,23,.72),inset 0 1px 0 rgba(255,255,255,.18);color:rgb(255,255,255)}.CallFooterDock_itemCameraOn__k8aKz{border-color:rgba(37,99,235,.52);background:linear-gradient(160deg,rgba(191,219,254,.88),rgba(147,197,253,.7));color:rgb(30,41,59)}.CallFooterDock_itemCameraOn__k8aKz:hover{color:rgb(30,41,59)}.CallFooterDock_itemDanger__tzdX7{border-color:rgba(239,68,68,.62);background:linear-gradient(160deg,rgba(248,113,113,.98),rgba(220,38,38,.86));color:rgb(255,255,255)}.CallFooterDock_itemDanger__tzdX7:hover{border-color:rgba(15,23,42,.78);background:linear-gradient(160deg,rgba(30,41,59,.98),rgba(2,6,23,.9));color:rgb(255,255,255)}.CallFooterDock_disabled__k_8nc{opacity:.55;cursor:not-allowed}