*{-webkit-user-select:none;user-select:none}body{background:#000}@keyframes mainOut{50%{transform:perspective(1000px) rotateY(-20deg)}to{transform:scale(.9) perspective(1000px) rotateY(-20deg)}}@keyframes mainIn{0%{transform:scale(.9) perspective(1000px) rotateY(-20deg)}50%{transform:perspective(1000px) rotateY(-20deg)}}@keyframes slideOut{50%{transform:scale(.2) perspective(1000px) rotateY(-10deg)}to{transform:translate(-100%) scale(.1) perspective(1000px) rotateY(0)}}@keyframes slideIn{0%{transform:translate(-100%) scale(.1) perspective(1000px) rotateY(0)}50%{transform:scale(.2) perspective(1000px) rotateY(-10deg)}}::view-transition-old(homeContainer){animation:mainOut var(--View-Transition-Duration) ease-in-out}::view-transition-new(homeContainer){animation:mainIn var(--View-Transition-Duration) ease-in-out}::view-transition-group(homeContainer){z-index:1}::view-transition-old(application){animation:slideOut var(--View-Transition-Duration) ease-in-out}::view-transition-new(application){animation:slideIn var(--View-Transition-Duration) ease-in-out}::view-transition-group(application){z-index:1000}:root{--Cyan1: #91e1d7;--Cyan2: #5aa0a9;--Cyan3: #436483;--Gray1: #595959;--Gray2: #bfbfbf;--Gray3: #f0f0f0;--Black: #1f1f1f;--Black--G: linear-gradient(90deg, rgba(78, 78, 78, .6) 0%, rgba(36, 35, 35, .6) 100%);--White: #ffffff;--Yellow: #f7d270;--Warn: #e29603;--Warning: #e84848;--Allow: #51b868;--Red: #e94748;--owner-color: #ffee5a;--manager-color: #ffffff;--bdn-bg-selected: #ffffff;--bdn-text-selected: #0e0e13;--dop-create-bg: #0e0e13;--Theme2: #5b9fa9;--Space-Padding-paddingXL: 32px;--Space-Margin-XL: 32px;--Space-Margin-MD: 20px;--Space-Margin-SM: 12px;--Space-Margin-XXS: 4px;--Space-Margin-margin: 16px;--Components-Input-Global-borderRadius: 6px;--Border-Radius-RadiusLG: 8px;--Space-Padding-paddingMD: 20px;--Space-Padding-paddingLG: 24px;--Space-Padding-paddingXXS: 4px;--View-Transition-Duration: .8s}.light{--Background: #ffffff;--Components-Button-PrimaryText: #ffffff;--Components-Button-PrimaryBG: #5856d6;--Components-Button-PrimaryBG---Hover: #8275d6;--Components-Button-PrimaryBG---Pressed: #4b37b0;--Color-Fill-Disable: rgba(0, 0, 0, .04);--Color-Fill-Placeholder: rgba(0, 0, 0, .25);--Color-Fill-BG---Disable: rgba(0, 0, 0, .04);--Components-Button-SecondaryText: rgba(0, 0, 0, .85);--Components-Button-SecondaryBG: #ffffff;--Components-Button-SecondaryBG---Hover: #f2f2f2;--Components-Button-SecondaryBG---Pressed: #d9d9d9;--Color-Accents-Red: #ff453a;--Components-Button-DangerBG---Hover: #ff7875;--Components-Button-DangerBG---Pressed: #d9363e;--Components-Button-TextIconBG: rgba(0, 0, 0, .06);--Components-Button-TextIconBG---Pressed: rgba(0, 0, 0, .15);--Components-Button-TextIconNoBG: rgba(0, 0, 0, .5);--Components-Button-IconNoBG---Pressed: rgba(0, 0, 0, .85);--Components-Button-TextButtonText: rgba(0, 0, 0, .85);--Components-Button-TextButtonBG---hover: rgba(0, 0, 0, .06);--Components-Button-TextButtonBG---pressed: rgba(0, 0, 0, .12);--Color-Text-Primary: rgba(0, 0, 0, .85);--Components-Input-Bg: #fff;--Components-Input-Border: #d9d9d9;--Components-Input-Border---Hover: #8275d6;--Components-Input-Border---Pressed: #4b37b0;--Components-Input-Border---Typing: #5856d6;--Components-Input-ErrorBorder---Hover: #ff7875;--Components-Input-ErrorBorder---Pressed: #d9363e;--Components-Input-Bg---Disabled: rgba(0, 0, 0, .04);--Color-Text-Secondary: rgba(0, 0, 0, .5);--Components-Select-MenuItemText---disable: rgba(0, 0, 0, .25);--Components-Avatar-BG: rgba(0, 0, 0, .25);--Components-Checkbox-Bg---Disabled: rgba(0, 0, 0, .04);--Components-Checkbox-Border: #d9d9d9;--Components-Checkbox-Text---Disabled: rgba(0, 0, 0, .25);--Components-Input-Text---Description: rgba(0, 0, 0, .45);--Components-Input-ErrorBorder: #ff453a;--Color-Accents-Orange: #ff9500;--Components-Tooltip-BG: #060606;--Color-Fill-DividerSecondary: rgba(0, 0, 0, .06);--Components-Scrollbar-BG: rgba(0, 0, 0, .5);--Components-Tag-DarkBlueText: #003992;--Components-Tag-DarkBlueBG: rgba(52, 149, 242, .3);--Components-Tag-BlueText: #0d5187;--Components-Tag-BlueBG: rgba(113, 189, 249, .3);--Components-Tag-GrayishBlueText: #31468e;--Components-Tag-GrayishBlueBG: rgba(146, 164, 225, .3);--Components-Tag-GreenText: #266910;--Components-Tag-GreenBG: rgba(161, 211, 96, .3);--Components-Tag-ArmyGreenText: #3f4210;--Components-Tag-ArmyGreenBG: rgba(151, 172, 96, .3);--Components-Tag-CyanText: #006971;--Components-Tag-CyanBG: rgba(140, 221, 213, .3);--Components-Tag-DarkGreenText: #005a37;--Components-Tag-DarkGreenBG: rgba(0, 181, 118, .3);--Components-Tag-PurpleText: #4300b0;--Components-Tag-PurpleBG: rgba(189, 147, 250, .3);--Components-Tag-DarkPurpleText: #1f1ea9;--Components-Tag-DarkPurpleBG: rgba(98, 98, 217, .3);--Components-Tag-OrangeText: #a74300;--Components-Tag-OrangeBG: rgba(250, 200, 147, .3);--Components-Tag-DarkOrangeText: #792700;--Components-Tag-DarkOrangeBG: rgba(243, 111, 25, .3);--Components-Tag-YellowText: #b25000;--Components-Tag-YellowBG: rgba(251, 214, 67, .3);--Components-Tag-RedText: #7f0022;--Components-Tag-RedBG: rgba(200, 52, 75, .3);--Components-Tag-PinkText: #9e008e;--Components-Tag-PinkBG: rgba(247, 110, 178, .3);--Color-Text-Tertiary: rgba(0, 0, 0, .5);--Components-Menu-ItemBG---Hover: rgba(0, 0, 0, .06);--Components-Menu-ItemBG---Pressed: rgba(0, 0, 0, .12);--Components-Dropdown-ItemBG---Hover: rgba(0, 0, 0, .04);--Color-Palettes-Gold-1: #fffbe6;--Color-Fill-Border: #d9d9d9;--Components-Modal-ModalBG: #fff;--Color-Text-Quaternary-Text-Disable: rgba(0, 0, 0, .25);--Components-Menu-MenuBG: #fff;--Color-Fill-Divider: rgba(0, 0, 0, .1);--Color-Fill-Pop-up-Window-Mask: rgba(0, 0, 0, .45)}.dark{--Background: #141414;--Components-Button-PrimaryText: #ffffff;--Components-Button-PrimaryBG: #5e5ce6;--Components-Button-PrimaryBG---Hover: #887be6;--Components-Button-PrimaryBG---Pressed: #513dc0;--Color-Fill-Disable: rgba(0, 0, 0, .04);--Color-Fill-Placeholder: rgba(255, 255, 255, .25);--Color-Fill-BG---Disable: rgba(255, 255, 255, .08);--Components-Button-SecondaryText: #ffffff;--Components-Button-SecondaryBG: #424242;--Components-Button-SecondaryBG---Hover: #555555;--Components-Button-SecondaryBG---Pressed: #686868;--Color-Accents-Red: #ff453a;--Components-Button-DangerBG---Hover: #ff7875;--Components-Button-DangerBG---Pressed: #d9363e;--Components-Button-TextIconBG: rgba(255, 255, 255, .12);--Components-Button-TextIconBG---Pressed: rgba(255, 255, 255, .12);--Components-Button-TextIconNoBG: rgba(0, 0, 0, .5);--Components-Button-IconNoBG---Pressed: rgba(0, 0, 0, .85);--Components-Button-TextButtonText: rgba(255, 255, 255, .85);--Components-Button-TextButtonBG---hover: rgba(255, 255, 255, .12);--Components-Button-TextButtonBG---pressed: rgba(255, 255, 255, .24);--Color-Text-Primary: rgba(255, 255, 255, .85);--Components-Input-Bg: #141414;--Components-Input-Border: #424242;--Components-Input-Border---Hover: #887be6;--Components-Input-Border---Pressed: #513dc0;--Components-Input-Border---Typing: #5e5ce6;--Components-Input-ErrorBorder---Hover: #ff7875;--Components-Input-ErrorBorder---Pressed: #d9363e;--Components-Input-Bg---Disabled: rgba(255, 255, 255, .08);--Color-Text-Secondary: rgba(255, 255, 255, .55);--Components-Select-MenuItemText---disable: rgba(255, 255, 255, .25);--Components-Avatar-BG: rgba(255, 255, 255, .25);--Components-Checkbox-Bg---Disabled: rgba(255, 255, 255, .08);--Components-Checkbox-Border: #424242;--Components-Checkbox-Text---Disabled: rgba(255, 255, 255, .25);--Components-Input-Text---Description: rgba(0, 0, 0, .45);--Components-Input-ErrorBorder: #ff453a;--Color-Accents-Orange: #ff9500;--Components-Tooltip-BG: #424242;--Color-Fill-Divider: rgba(255, 255, 255, .1);--Color-Fill-DividerSecondary: rgba(255, 255, 255, .06);--Components-Tag-DarkBlueText: #3495f2;--Components-Tag-DarkBlueBG: rgba(0, 57, 146, .3);--Components-Tag-BlueText: #71bdf9;--Components-Tag-BlueBG: rgba(13, 81, 135, .3);--Components-Tag-GrayishBlueText: #92a4e1;--Components-Tag-GrayishBlueBG: rgba(49, 70, 142, .3);--Components-Tag-GreenText: #a1d360;--Components-Tag-GreenBG: rgba(38, 105, 16, .3);--Components-Tag-ArmyGreenText: #97ac60;--Components-Tag-ArmyGreenBG: rgba(63, 66, 16, .3);--Components-Tag-CyanText: #8cddd5;--Components-Tag-CyanBG: rgba(0, 105, 113, .3);--Components-Tag-DarkGreenText: #00b576;--Components-Tag-DarkGreenBG: rgba(0, 90, 55, .3);--Components-Tag-PurpleText: #bd93fa;--Components-Tag-PurpleBG: rgba(67, 0, 176, .3);--Components-Tag-DarkPurpleText: #6262d9;--Components-Tag-DarkPurpleBG: rgba(31, 30, 169, .3);--Components-Tag-OrangeText: #fac893;--Components-Tag-OrangeBG: rgba(167, 67, 0, .3);--Components-Tag-DarkOrangeText: #f36f19;--Components-Tag-DarkOrangeBG: rgba(121, 39, 0, .3);--Components-Tag-YellowText: #fbd643;--Components-Tag-YellowBG: rgba(178, 80, 0, .3);--Components-Tag-RedText: #c8344b;--Components-Tag-RedBG: rgba(127, 0, 34, .3);--Components-Tag-PinkText: #f76eb2;--Components-Tag-PinkBG: rgba(158, 0, 142, .3);--Color-Text-Tertiary: rgba(255, 255, 255, .55);--Components-Menu-ItemBG---Hover: rgba(255, 255, 255, .12);--Components-Menu-ItemBG---Pressed: rgba(255, 255, 255, .24);--Components-Dropdown-ItemBG---Hover: rgba(255, 255, 255, .08);--Color-Palettes-Gold-1: #2b2111;--Color-Fill-Border: #424242;--Color-Fill-Pop-up-Window-Mask: rgba(0, 0, 0, .45);--Components-Modal-ModalBG: #1f1f1f}.light{--Background: #ffffff;--Components-Button-PrimaryText: #ffffff;--Components-Button-PrimaryBG: #5856d6;--Components-Button-PrimaryBG---Hover: #8275d6;--Components-Button-PrimaryBG---Pressed: #4b37b0;--Color-Fill-Disable: rgba(0, 0, 0, .04);--Color-Fill-Placeholder: rgba(0, 0, 0, .25);--Components-Button-SecondaryText: rgba(0, 0, 0, .85);--Components-Button-SecondaryBG: #ffffff;--Components-Button-SecondaryBG---Hover: #f2f2f2;--Components-Button-SecondaryBG---Pressed: #d9d9d9;--Color-Accents-Red: #ff453a;--Components-Button-DangerBG---Hover: #ff7875;--Components-Button-DangerBG---Pressed: #d9363e;--Components-Button-TextIconBG: rgba(0, 0, 0, .06);--Components-Button-TextIconBG---Pressed: rgba(0, 0, 0, .15);--Components-Button-TextIconNoBG: rgba(0, 0, 0, .5);--Components-Menu-ItemText: rgba(0, 0, 0, .85);--Components-Button-IconNoBG---Pressed: rgba(0, 0, 0, .85);--Components-Select-MenuItemBG---Hover: rgba(0, 0, 0, .04);--Components-Select-MenuItemBG---Pressed: rgba(0, 0, 0, .12);--Components-Select-MenuItemBG---Selected: #e7e6ff;--Components-Select-MenuItemText---Disable: rgba(0, 0, 0, .25);--Color-Text-Primary: rgba(0, 0, 0, .85);--Color-Text-Quaternary-Text-Disable: rgba(0, 0, 0, .25);--Components-Select-MultipleItemBG: rgba(0, 0, 0, .06);--Color-Fill-BG---Disable: rgba(0, 0, 0, .04);--Components-Select-MultipleItemBG---Hover: rgba(0, 0, 0, .12);--Components-Scrollbar-BG: rgba(0, 0, 0, .5);--Components-Scrollbar-BG---pressed: rgba(0, 0, 0, .7);--Components-Select-MenuItemCheck: #5856d6;--Color-Text-Tertiary: rgba(0, 0, 0, .5)}.dark{--Components-Button-PrimaryText: #ffffff;--Components-Button-PrimaryBG: #5e5ce6;--Components-Button-PrimaryBG---Hover: #887be6;--Components-Button-PrimaryBG---Pressed: #513dc0;--Color-Fill-Disable: rgba(0, 0, 0, .04);--Components-Button-SecondaryText: #ffffff;--Components-Button-SecondaryBG: #424242;--Components-Button-SecondaryBG---Hover: #555555;--Components-Button-SecondaryBG---Pressed: #686868;--Color-Accents-Red: #ff453a;--Components-Button-DangerBG---Hover: #ff7875;--Components-Button-DangerBG---Pressed: #d9363e;--Components-Button-TextIconBG: rgba(255, 255, 255, .12);--Components-Button-TextIconBG---Pressed: rgba(255, 255, 255, .12);--Components-Button-TextIconNoBG: rgba(0, 0, 0, .5);--Components-Menu-ItemText: rgba(255, 255, 255, .85);--Components-Button-IconNoBG---Pressed: rgba(0, 0, 0, .85);--Components-Select-MenuItemBG---Hover: rgba(255, 255, 255, .08);--Components-Select-MenuItemBG---Pressed: rgba(255, 255, 255, .24);--Components-Select-MenuItemBG---Selected: #5e5ce6;--Components-Select-MenuItemText---Disable: rgba(255, 255, 255, .25);--Color-Text-Primary: rgba(255, 255, 255, .85);--Color-Text-Quaternary-Text-Disable: rgba(255, 255, 255, .25);--Components-Scrollbar-BG: rgba(255, 255, 255, .5);--Components-Scrollbar-BG---pressed: rgba(255, 255, 255, .7);--Components-Select-MenuItemCheck: #ffffff;--Color-Text-Tertiary: rgba(255, 255, 255, .55);--Components-Menu-MenuBG: #141414;--Components-Input-Border---Typing: #5e5ce6;--Components-Tag-WarningBorder: #594214;--Components-Tag-WarningBg: #2b2111}@font-face{font-family:Gellix TRIAL;font-style:normal;font-weight:100;src:url(/assets/GellixTRIAL-Thin-acXN2lP4.otf) format("truetype")}@font-face{font-family:Gellix TRIAL;font-style:italic;font-weight:100;src:url(/assets/GellixTRIAL-ThinItalic-DGr5bvZw.otf) format("truetype")}@font-face{font-family:Gellix TRIAL;font-style:normal;font-weight:300;src:url(/assets/GellixTRIAL-Light-pRZb_4h6.otf) format("truetype")}@font-face{font-family:Gellix TRIAL;font-style:italic;font-weight:300;src:url(/assets/GellixTRIAL-LightItalic-CTOWGPO3.otf) format("truetype")}@font-face{font-family:Gellix TRIAL;font-style:normal;font-weight:350;src:url(/assets/GellixTRIAL-Light-pRZb_4h6.otf) format("truetype")}@font-face{font-family:Gellix TRIAL;font-style:italic;font-weight:350;src:url(/assets/GellixTRIAL-LightItalic-CTOWGPO3.otf) format("truetype")}@font-face{font-family:Gellix TRIAL;font-style:normal;font-weight:400;src:url(/assets/GellixTRIAL-Regular-YZPqA_-d.otf) format("truetype")}@font-face{font-family:Gellix TRIAL;font-style:italic;font-weight:400;src:url(/assets/GellixTRIAL-RegularItalic-nNR70ZL8.otf) format("truetype")}@font-face{font-family:Gellix TRIAL;font-style:normal;font-weight:450;src:url(/assets/GellixTRIAL-Regular-YZPqA_-d.otf) format("truetype")}@font-face{font-family:Gellix TRIAL;font-style:italic;font-weight:450;src:url(/assets/GellixTRIAL-RegularItalic-nNR70ZL8.otf) format("truetype")}@font-face{font-family:Gellix TRIAL;font-style:normal;font-weight:500;src:url(/assets/GellixTRIAL-Medium-CgnAvWGx.otf) format("truetype")}@font-face{font-family:Gellix TRIAL;font-style:italic;font-weight:500;src:url(/assets/GellixTRIAL-MediumItalic-C2cBrxF1.otf) format("truetype")}@font-face{font-family:Gellix TRIAL;font-style:normal;font-weight:550;src:url(/assets/GellixTRIAL-Medium-CgnAvWGx.otf) format("truetype")}@font-face{font-family:Gellix TRIAL;font-style:normal;font-weight:550;src:url(/assets/GellixTRIAL-SemiBold-lE2Bo9dY.otf) format("truetype")}@font-face{font-family:Gellix TRIAL;font-style:italic;font-weight:550;src:url(/assets/GellixTRIAL-MediumItalic-C2cBrxF1.otf) format("truetype")}@font-face{font-family:Gellix TRIAL;font-style:normal;font-weight:600;src:url(/assets/GellixTRIAL-SemiBold-lE2Bo9dY.otf) format("truetype")}@font-face{font-family:Gellix TRIAL;font-style:italic;font-weight:700;src:url(/assets/GellixTRIAL-SemiBoldItalic-BuEowAZI.otf) format("truetype")}@font-face{font-family:Gellix TRIAL;font-style:normal;font-weight:700;src:url(/assets/GellixTRIAL-Bold-Cw7zjNWq.otf) format("truetype")}@font-face{font-family:Gellix TRIAL;font-style:normal;font-weight:600;src:url(/assets/GellixTRIAL-Bold-Cw7zjNWq.otf) format("truetype")}@font-face{font-family:Gellix TRIAL;font-style:italic;font-weight:800;src:url(/assets/GellixTRIAL-ExtraBoldItalic-L7UMHe--.otf) format("truetype")}@font-face{font-family:Gellix TRIAL;font-style:normal;font-weight:800;src:url(/assets/GellixTRIAL-ExtraBold-CceXLs5n.otf) format("truetype")}@font-face{font-family:Gellix TRIAL;font-style:italic;font-weight:800;src:url(/assets/GellixTRIAL-BlackItalic-CyIy5LqD.otf) format("truetype")}@font-face{font-family:Gellix TRIAL;font-style:normal;font-weight:800;src:url(/assets/GellixTRIAL-Black-C7RfpR1h.otf) format("truetype")}@font-face{font-family:SF Pro Text;font-style:normal;font-weight:400;src:url(/assets/SF-Pro-Text-Regular-DPODiTcO.ttf) format("truetype")}@font-face{font-family:SF Pro Text;font-style:normal;font-weight:450;src:url(/assets/SF-Pro-Text-Regular-DPODiTcO.ttf) format("truetype")}@font-face{font-family:SF Pro Text;font-style:normal;font-weight:500;src:url(/assets/SF-Pro-Text-Medium-CfuzwjUp.ttf) format("truetype")}@font-face{font-family:SF Pro Text;font-style:normal;font-weight:550;src:url(/assets/SF-Pro-Text-Medium-CfuzwjUp.ttf) format("truetype")}@font-face{font-family:Gellix TRIAL;font-style:normal;font-weight:700;src:url(/assets/GellixTRIAL-Bold-Cw7zjNWq.otf) format("truetype")}._iframe-container_1hx8i_1{width:100%;height:100%;border-width:0;vertical-align:bottom}._boxContainer_1hx8i_8{width:100%;height:100%;overflow:hidden}._checkbox_bncv3_1{border:.5px solid var(--Gray3);border-radius:3.5px;width:16px;height:16px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;cursor:pointer}._checkbox_bncv3_1 ._has-checked_bncv3_12{width:10px;height:10px;background-color:var(--Gray2);border-radius:2px}._rewrite-root_1650v_1{width:100%!important;height:100%}._rewrite-root_1650v_1:hover ._rewrite-notchedOutline_1650v_5{border-color:var(--Cyan1)!important}._rewrite-notchedOutline_1650v_5{border-radius:6px!important;border:1px solid var(--Gray1)!important;transition:all .2s;z-index:-1}._rewrite-input_1650v_14{color:var(--White)!important;font-family:SF Pro Text!important;font-size:14px!important;font-weight:400!important;line-height:22px!important}._rewrite-disabled_1650v_21{cursor:no-drop!important}._rewrite-disabled_1650v_21 ._rewrite-notchedOutline_1650v_5{background:var(--Black)!important;color:var(--Gray1)!important}._rewrite-disabled_1650v_21 ._rewrite-input_1650v_14{-webkit-text-fill-color:var(--White)!important}._rewrite-disabled_1650v_21:hover ._rewrite-notchedOutline_1650v_5{border-color:var(--Gray1)!important}._rewrite-focused_1650v_34 ._rewrite-notchedOutline_1650v_5{border-color:var(--Cyan1)!important}._rewrite-error_1650v_37 ._rewrite-notchedOutline_1650v_5,._rewrite-error_1650v_37:hover ._rewrite-notchedOutline_1650v_5{border-color:var(--Red)!important}._input_1650v_43{width:100%;position:relative}._input_1650v_43 label{color:var(--White);text-align:center;font-family:Gellix TRIAL;font-size:14px;font-weight:500;line-height:22px}._input_1650v_43 ._tip_1650v_55{text-align:left;color:var(--Gray3);font-family:Gellix TRIAL;font-size:14px;font-weight:300;line-height:22px}._input-index_1650v_63{position:absolute;left:12px;top:5px;width:19px;color:var(--White);text-align:right;font-family:SF Pro Text;font-size:14px;font-weight:400;line-height:22px}.large-primary-button:hover:after{background:linear-gradient(238deg,var(--Cyan1) 6.16%,#f7d16f 68.09%)}.default-secondary-button:active{border:1px solid var(--Cyan1, #91e1d7)}._main_t0gjp_1{transform:translateZ(0);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:8px;overflow:hidden;position:relative}._box_t0gjp_8{width:410px;padding:48px 54px;text-align:left;position:relative;display:flex;align-items:center;justify-content:space-between;flex-direction:column;border:1px solid;border-image:linear-gradient(145deg,#fff -5.79%,#fff9 20.32%,#fff6 46.54%,#fff9 79.03%,#fff 104.73%) 1;background:var(--Black--G);border-radius:8px;box-shadow:4px 4px 16px #00000040;overflow:visible;clip-path:polygon(0 0,calc(100% - 70px) 0,calc(100% - 70px) 50px,100% 50px,100% 100%,0 100%)}._box-header_t0gjp_25{display:flex;align-items:center;justify-content:space-between;width:100%}._box-header-title_t0gjp_31{display:flex;align-items:center;justify-content:center;width:100%;margin:0 0 8px;color:#fff;font-family:Gellix TRIAL;font-size:30px;font-weight:500;line-height:38px}._box-header_t0gjp_25 button{cursor:pointer;position:absolute;left:5px;top:5px;border:0;background-color:transparent;padding:0}._box-content_t0gjp_53{height:100%;width:100%;display:flex;flex-direction:column;align-items:center}._box-footer_t0gjp_60{display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%;margin-top:8px}._box-noHeader_t0gjp_68{clip-path:none!important}._box-close-bgc1_t0gjp_71{position:absolute;z-index:1;top:-12px;right:-20px;clip-path:polygon(calc(100% - 90px) 12px,calc(100% - 20px) 12px,calc(100% - 20px) 62px,calc(100% - 90px) 62px)}._box-close-bgc2_t0gjp_78{position:absolute;z-index:0;top:3px;right:3px}._box-close-button_t0gjp_84{position:absolute;z-index:2;top:7px;right:4px;padding-right:9px;cursor:pointer}._box-top-left_t0gjp_92{position:absolute;width:16px;height:16px;border-radius:8px;border:1px solid var(--White);top:0;left:0;clip-path:polygon(0 0,8px 0,0 8px)}._box-top-right_t0gjp_102{position:absolute;width:16px;height:16px;border-radius:8px;border:1px solid var(--White);top:0;right:0;clip-path:polygon(10px 0,16px 0,18px 8px)}._box-bottom-left_t0gjp_112{position:absolute;width:16px;height:16px;border-radius:8px;border:1px solid rgba(255,255,255,.4);bottom:0;left:0;clip-path:polygon(0 10px,0 16px,8px 18px)}._box-bottom-right_t0gjp_122{position:absolute;width:16px;height:16px;border-radius:8px;border:1px solid rgba(255,255,255,.6);bottom:0;right:0;clip-path:polygon(10px 18px,18px 18px,18px 10px)}.stepper-main{width:100%;display:flex;align-items:center;justify-content:center;gap:6px;margin:0;padding:0}.stepper-done{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--Black);text-align:center;font-family:Gellix TRIAL;font-size:14px;font-weight:500;line-height:20px;background-color:var(--Cyan2)}.stepper-active{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--Black);text-align:center;font-family:Gellix TRIAL;font-size:14px;font-weight:500;line-height:20px;background-color:var(--Cyan1)}.stepper-wait{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--Black);text-align:center;font-family:Gellix TRIAL;font-size:14px;font-weight:500;line-height:20px;background-color:transparent;border:1px solid var(--Gray2);color:var(--Gray2)}._box_bu0j8_1{box-sizing:border-box}._box_bu0j8_1 h1,._box_bu0j8_1 h2,._box_bu0j8_1 h3{margin:0}._box_bu0j8_1 h1{display:flex;align-items:center;justify-content:center;width:100%;margin:0 0 6px;color:#fff;font-family:Gellix TRIAL;font-size:30px;font-weight:500;line-height:38px}._box_bu0j8_1 h2{text-align:center;margin-bottom:8px}._box_bu0j8_1 h3{color:#fff;text-align:center;font-family:Gellix TRIAL;font-size:14px;font-weight:400;line-height:20px}._header_3ucmx_1 h1{margin-bottom:8px}._title_3ucmx_4{margin:24px 0 8px!important}._agree-box_3ucmx_7{display:flex;align-items:center;justify-content:flex-start;width:100%;gap:8px;margin-top:24px;color:var(--Gray2);font-family:Gellix TRIAL;font-size:12px;font-weight:450;line-height:20px}._agree-box_3ucmx_7 a{color:var(--Cyan1);text-decoration:underline}._success-logo_ff28e_1{width:166px;height:166px;opacity:.4;background:linear-gradient(180deg,#fff,#fff0);margin-bottom:24px}._success-info_ff28e_8{margin-bottom:24px!important;font-size:12px!important}._phrase-title_y4mbc_1{color:var(--White);text-align:center;font-family:Gellix TRIAL;font-size:24px;font-weight:500;line-height:32px;margin-top:24px!important}._phrase-box_y4mbc_10{position:relative;width:100%;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;margin:24px 0 16px;height:272px}._phrase-box-list_y4mbc_20{display:grid;grid-template-columns:repeat(2,139px);grid-row-gap:8px;grid-column-gap:24px;padding:0;margin:0 0 16px;width:303px;height:232px}._phrase-box-list-item_y4mbc_31{width:139px!important;height:32px!important}._error_y4mbc_35{color:var(--Red);font-family:Gellix TRIAL;font-size:14px;font-weight:500;line-height:22px}._box-subTitle_1xm1l_1{color:var(--Cyan1);text-align:center;font-family:Game Played;font-size:32px;font-weight:400;line-height:38px}._box-link_1xm1l_9{text-align:center;font-family:Gellix TRIAL;font-size:12px;font-weight:400;line-height:20px;color:var(--Gray2)}._box-link_1xm1l_9 a{color:var(--Cyan1);text-decoration-line:underline}._box-header_1xm1l_21 h1{color:var(--Gray3)!important;font-size:24px!important;line-height:32px!important}._box_1a20q_1{box-sizing:border-box}._box_1a20q_1 h1,._box_1a20q_1 h2,._box_1a20q_1 h3{margin:0}._box_1a20q_1 h1{display:flex;align-items:center;justify-content:center;width:100%;margin:0 0 8px;color:#fff;font-family:Gellix TRIAL;font-size:30px;font-weight:500;line-height:38px}._box_1a20q_1 h2{color:var(--White);font-family:Gellix TRIAL;font-size:24px;font-weight:500;line-height:32px;text-align:center;margin-bottom:8px;margin-top:24px}._box_1a20q_1 h3{color:#fff;text-align:center;font-family:Gellix TRIAL;font-size:14px;font-weight:400;line-height:20px;margin-bottom:24px}._phrase-box_1a20q_41{position:relative;margin-bottom:16px}._phrase-box-mask_1a20q_45{transform:translateZ(0);position:absolute;z-index:1;width:302px;height:232px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--White);text-align:center;font-family:Gellix TRIAL;font-size:14px;font-weight:300;line-height:22px;border-radius:6px;background:#59595999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._phrase-box-mask-text_1a20q_65{display:flex;align-items:center;gap:5px}._phrase-box-list_1a20q_70{display:grid;grid-template-columns:repeat(2,139px);grid-row-gap:8px;grid-column-gap:24px;padding:0;margin:0;width:303px;height:232px}._phrase-box-list_1a20q_70 li{list-style:none;box-sizing:border-box;height:32px;padding-left:12px;color:var(--White);font-family:SF Pro Text;font-size:14px;font-weight:400;line-height:32px;border-radius:6px;background:var(--Gray1)}._phrase-box-list_1a20q_70 li span{display:inline-block;text-align:right;width:19px;margin-right:8px}._phrase-box-list_1a20q_70 ._li-input_1a20q_99{display:flex;align-items:center;background-color:transparent;border:1px solid var(--Gray2)}._phrase-box-list_1a20q_70 ._li-input_1a20q_99 input{width:74px;height:22px;border:0;text-align:left;background-color:transparent;color:var(--White)}._phrase-box-list_1a20q_70 ._li-input_1a20q_99 input:focus{outline:none;border:0}._phrase-box-error_1a20q_117{width:100%;color:var(--Red);font-family:Gellix TRIAL;font-size:14px;font-weight:500;line-height:22px;text-wrap:nowrap;margin-top:16px}._password-input_k34eh_1{margin-bottom:24px;height:76px}._copy-success_14b62_1{display:flex;align-items:center;gap:8px;color:var(--Allow);font-family:Gellix TRIAL;font-size:14px;font-weight:500;line-height:22px;margin-bottom:24px;height:24px}._copy-button_14b62_13{height:24px;padding:0 16px;display:flex;align-items:center;gap:8px;border-radius:4px;border:1px solid var(--Cyan1);box-shadow:0 2px 21px #3b62781a;color:var(--Cyan1);text-align:center;font-family:Gellix TRIAL;font-size:12px;font-weight:550;line-height:24px;text-transform:capitalize;margin-bottom:24px;background-color:transparent}._success-logo_1lfm8_1{width:166px;height:166px;opacity:.4;background:linear-gradient(180deg,#fff,#fff0);margin-bottom:24px}._rewrite-paper_knsxg_1{background-color:transparent!important;-webkit-user-select:none;user-select:none;overflow:visible!important;z-index:1600}._homeContainer_1kibk_1{width:100%;height:100%;flex:1;box-sizing:border-box;position:relative;overflow:hidden;background-image:url(/assets/space_stars-CQzodXnZ.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-color:#000;view-transition-name:homeContainer}._homeContainer_1kibk_1 img{pointer-events:none}._screenBlocker_1kibk_19{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:10000}._back_1kibk_27{background:transparent;transition:all .2s ease;position:absolute;z-index:1200;border:none;left:120px;top:40px;height:26px;display:flex;font-family:Gellix TRIAL;font-size:14px;font-weight:450;line-height:22px;text-align:center;color:#ffffffd9;flex-direction:row;padding:0 8px;justify-content:center;align-items:center;gap:8px;border-radius:30px;background:#ffffff1f;box-shadow:0 .5px 2.5px #0000004d,0 0 0 .5px #0000000d}._projectpreview_1kibk_53{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;margin-top:100px;position:absolute;color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat}._projectpreview_1kibk_53>._avatar_1kibk_66{margin-bottom:16px;width:71px;height:71px}._projectpreview_1kibk_53>._avatar_1kibk_66>img{border-radius:8px;width:100%;height:100%}._projectpreview_1kibk_53>._desc_1kibk_76{font-family:Gellix TRIAL;font-size:42px;font-weight:700;line-height:58px;text-align:center}._projectpreview_1kibk_53>._title_1kibk_83{font-family:Gellix TRIAL;font-size:32px;font-weight:700;line-height:46px;text-align:center}._projectpreview_1kibk_53>._datalist_1kibk_90{display:flex;gap:120px;margin-top:35px;align-items:center}._projectpreview_1kibk_53>._datalist_1kibk_90>._data_1kibk_90>._label_1kibk_96{font-family:Gellix TRIAL;font-size:16px;font-weight:450;line-height:22px;text-align:center;color:#ffffffd9}._projectpreview_1kibk_53>._datalist_1kibk_90>._data_1kibk_90>._value_1kibk_104{font-family:Gellix TRIAL;font-size:24px;font-weight:550;line-height:32px;text-align:center}._menu_1kibk_111{position:absolute;left:120px;z-index:1200;top:15px;width:800px;display:flex;align-items:center;justify-content:space-between}._menu_1kibk_111 .ant-menu{background:transparent!important}._menu_1kibk_111 .ant-menu-horizontal{border-bottom:none}._searchBar_1kibk_127{transition:transform .4s,opacity .4s ease-out;transform:translate(-50%);opacity:0;position:absolute;margin:auto;top:40px;left:50%;display:flex;align-items:center}._search_1kibk_127{width:420px;height:38px;padding:6px 12px 6px 46px;gap:14px;border-radius:33px;background:#b2b2b233;border:none;font-family:Gellix TRIAL;font-size:14px;font-weight:450;line-height:22px;text-align:left;color:#dbdbdb}._postEditor_1kibk_153{position:absolute;z-index:1500;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;height:100%;transition:all .5s ease-in-out;background-color:var(--Background)}._hidden_1kibk_164{width:50px;height:50px;top:80%;left:50px;transform:translate(-50%,-50%);scale:.1;visibility:hidden;border:none;box-shadow:none;z-index:-1}._scope_1kibk_176{position:absolute}._applicationIconContainer_1ywcc_1{width:100%;height:56px;box-sizing:border-box;display:grid;grid-template-rows:auto auto;grid-template-columns:1fr auto 1fr;position:relative;transition:height .1s ease-in}._applicationIconContainer_1ywcc_1 ._iconContainer_1ywcc_11{transition:transform .1s ease-in;transform-origin:center top}._applicationIconContainer_1ywcc_1 ._noteContainer_1ywcc_15{transition:transform .1s ease-in;transform-origin:left top;transform:scale(1)}._applicationIconContainer_1ywcc_1 ._afterContainer_1ywcc_20{height:16px;width:100%;background-color:transparent;transition:height .1s ease-in;grid-row:2;grid-column:1 / -1}._applicationIconContainer_1ywcc_1:hover{height:64px;transition:height .22s ease-out}._applicationIconContainer_1ywcc_1:hover ._iconContainer_1ywcc_11{transition:transform .22s ease-out;transform:scale(1.2)}._applicationIconContainer_1ywcc_1:hover ._noteContainer_1ywcc_15{transition:transform .22s ease-out;transform-origin:left top;transform:scale(calc(7 / 11),1.2)}._applicationIconContainer_1ywcc_1:hover ._note_showing_1ywcc_41{transition:transform .22s ease-out;transform:scaleX(calc(11 / 7))}._applicationIconContainer_1ywcc_1:hover ._afterContainer_1ywcc_20{height:16px;transition:height .22s ease-out}._applicationIconContainer_1ywcc_1._closing_1ywcc_49{transform-origin:50% 30%;transform:scale(0);opacity:0;transition:opacity .3s,transform .3s}@keyframes _bounce_1ywcc_1{0%{transform:translate(0)}20%{transform:translate(0)}60%{transform:translate(10px)}to{transform:translate(0)}}._circle_1ywcc_69{border-radius:50%}._square_1ywcc_72{border-radius:10px}._icon_1ywcc_11{width:40px;height:40px;border-radius:10px}._iconContainer_1ywcc_11{margin:0 auto;grid-column:2;display:flex;justify-content:center;align-items:center}._noteContainer_1ywcc_15{grid-column:1;display:flex;justify-content:center;align-items:center}._note_1ywcc_15{border-radius:2px;background-color:#7c7c7c;width:3px}._note_open_1ywcc_98{height:3px}._note_close_1ywcc_101{height:0}._note_showing_1ywcc_41{height:16px;transition:transform .1s ease-in}._systemApp1_1ywcc_108{pointer-events:none}._menuContainer_1ywcc_111{position:fixed;border-radius:8px;background:#1f1f1f;display:flex;padding:var(--Space-Margin-XXS, 4px);flex-direction:column;align-items:flex-start;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #000,0 9px 28px 8px #0000000d;z-index:1000}._menuItem_1ywcc_123{display:flex;width:173px;height:var(--Size-Height-height, 32px);padding:5px var(--Space-Margin-SM, 12px);align-items:center;gap:var(--Space-Margin-XS, 8px);color:var(--Color-Text-Primary, rgba(255, 255, 255, .85));font-family:Gellix TRIAL;font-size:14px;font-style:normal;font-weight:450;line-height:22px}._menuItem_1ywcc_123:hover{border-radius:var(--Border-Radius-RadiusSM, 4px);background:var(--Components-Select-MenuItemBG---hover, rgba(255, 255, 255, .08))}._menuMask_1ywcc_143{position:fixed;left:70px;top:0;height:100vh;width:calc(100vw - 70px);background-color:transparent;z-index:1000}._applicationIconContainer_5uvra_1{box-sizing:border-box;display:flex;justify-content:center;align-items:center}._circle_5uvra_7{border-radius:50%;overflow:hidden;border:1px solid #b8babc}._icon_5uvra_12{width:40px;height:40px;border-radius:10px}._systemApp1_5uvra_17{pointer-events:none}._provider_merbi_1{position:fixed;bottom:0;left:70px}._provider_merbi_1,._provider_merbi_1 *{box-sizing:border-box}._provider-box_merbi_10{width:330px!important;padding:0!important;height:524px;background-color:#fff}._provider-box_merbi_10 h2{color:#000;text-align:center;font-family:Manrope;font-size:18px;font-weight:700;line-height:18px;margin:15px}._provider-box_merbi_10 h3{color:#000;text-align:center;font-family:Manrope;font-size:13px;font-weight:400;line-height:20px;margin:15px}._provider-header_merbi_34{justify-content:center!important;color:#000;text-align:center;border-bottom:1px solid #b6b6b6;height:38px}._provider-header_merbi_34>h1{font-family:Manrope!important;font-size:13px!important;font-weight:500!important;line-height:13px!important;width:fit-content!important}._provider-header_merbi_34>div{top:5px;right:5px}._provider-content_merbi_52{display:flex;align-items:center;justify-content:space-between;flex-direction:column;padding:15px}._text_1gval_1{text-align:center;text-wrap:nowrap;display:flex!important;align-items:center!important}._text_1gval_1 ._text-ellipsis_1gval_7{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}._DIDItem_kw9c8_1{height:52px;display:flex;align-items:center;padding:0 11px;gap:8px;position:relative;margin-bottom:8px;cursor:pointer;z-index:4000}._DIDItem-avatar_kw9c8_12{width:32px;height:32px;border-radius:50%;background-color:#b6b6b6}._DIDItem-info_kw9c8_18{font-family:Manrope;font-size:13px;font-weight:500;line-height:13px}._DIDItem-more_kw9c8_24{position:absolute;right:9px;border:0;color:inherit;cursor:pointer}._DIDList-list_1ooep_1{width:100%;list-style:none;padding:0;max-height:429px;overflow:auto;margin:0}._DIDList-footer_1ooep_9{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px}._DIDList-footer_1ooep_9 button{flex:1;height:40px;text-align:center;border:0;background-color:#e1e0e0;color:#000;font-family:Manrope;font-size:13px;font-weight:500;line-height:13px;cursor:pointer}._box-selector_1kdrg_1{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:24px;width:100%;height:100%}._box-selector-item_1kdrg_10{width:100%;height:198px;border-radius:4px;background:#e1e0e0;border:0;color:#000;text-align:center;font-family:Manrope;font-size:13px;font-weight:500;line-height:13px;display:flex;align-items:center;flex-direction:column;justify-content:center;gap:20px;cursor:pointer}._phrase-box_1vsdz_1{position:relative;width:100%;display:flex;justify-content:center}._phrase-box-list_1vsdz_7{display:grid;grid-template-columns:repeat(auto-fill,minmax(calc(50% - 12px),1fr));gap:12px;padding:0;margin:0;width:308px;height:282px}._error_1vsdz_16{color:#ff3131}._secret-key-input_18n19_1{border:1px solid #9a9a9a;width:100%;height:74px;font-size:20px}._error_18n19_7{color:red}._provider_cu56x_1{padding:0 26px}._provider-header_cu56x_4{display:flex;align-items:center;justify-content:space-between;margin-top:15px}._provider-header-user_cu56x_10{width:157px;height:28px;border-radius:4px;background:#e5e5e5;color:#000;font-family:Manrope;font-size:13px;font-weight:500;line-height:13px;position:relative;display:flex;align-items:center;border:0;padding:0;cursor:pointer}._provider-header-user_cu56x_10 img{width:16px;height:16px;margin:0 6px}._provider-header-user-down_cu56x_32{position:absolute;right:12px}._provider-header-operators_cu56x_36{display:flex;align-items:center;gap:8px}._provider-header-operators_cu56x_36 button{width:28px;height:28px;cursor:pointer;border-radius:4px;background:#e5e5e5;border:0;line-height:34px}._provider-number_cu56x_50{width:100%;margin:28px auto;color:#000;text-align:center;font-family:Manrope;font-size:28px;font-weight:500;line-height:28px}._provider-actions_cu56x_60{display:flex;align-items:center;gap:18px;padding:0}._provider-actions_cu56x_60 li{list-style:none;display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer}._provider-alert_cu56x_74{width:100%;margin:24px 0 21px}._provider-alert_cu56x_74,._provider-alert_cu56x_74 *{cursor:pointer}._provider-info_cu56x_82 h2{color:#000;font-family:Manrope;font-size:16px;font-weight:500;line-height:16px}._rewrite-paper_cu56x_89{background-color:transparent!important;-webkit-user-select:none;user-select:none;overflow:visible!important}._applicationBarContainer_6uv5h_1{min-width:64px;width:64px;height:100%;position:absolute;top:0;left:-60px;z-index:2000;transition:left 1s ease;padding:45px 0;box-sizing:border-box;overflow:visible}._showApplicationBarContainer_6uv5h_14{left:6px}._applicationBar_6uv5h_1{min-width:100%;width:100%;height:100%;border-radius:16px;box-sizing:border-box;padding:16px 0;display:flex;flex-direction:column;position:relative;border:1px solid #393e42;background:#4a4a4a24;mix-blend-mode:luminosity;box-shadow:0 0 0 1px #0003;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:#1a1a1a solid 1px}._darkMode_6uv5h_34{background-color:#000c}._appContainer_6uv5h_37{flex:1;height:0;width:100%;margin-bottom:58px;display:flex;flex-direction:column}._systemAppContainer_6uv5h_45{width:100%;display:flex;justify-content:center}._reachOsApp_6uv5h_50{margin-bottom:2px}._app_6uv5h_1{margin-bottom:12px}._app_6uv5h_1:last-child{margin-bottom:0}._systemApp_6uv5h_45{margin-bottom:12px}._systemApp_6uv5h_45:last-child{margin-bottom:0}._toggle_6uv5h_65{width:20px;height:20px;background:#fff;position:absolute;right:-10px;top:50px;border-radius:50%;cursor:pointer}._toggleDarkMode_6uv5h_75{border:.5px solid #000000cc}._toggleIcon_6uv5h_78{width:50%;aspect-ratio:1/1;transition:transform 1s ease;position:absolute;left:calc(50% - 5px);top:calc(50% - 5px)}._rotate180_6uv5h_86{transform:rotate(180deg)}._content_6uv5h_89{position:fixed;z-index:2000}._btn-close-item_6uv5h_93{z-index:10;padding:0 5px;position:absolute;bottom:5px;right:5px}._hide_6uv5h_100{width:0;height:0;overflow:hidden;position:fixed;top:0;left:0}._notificationNum_6uv5h_108{position:absolute;margin-right:7px;height:18px;width:18px;line-height:18px;font-size:14px;display:flex;justify-content:center;align-items:center;padding-bottom:2px;border-radius:50%;background-color:red;color:#fff;border:1px solid #fff}.dock{position:fixed;left:20px;height:600px;display:flex;flex-direction:column;gap:12px;padding:10px;background:#ffffff4d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;box-shadow:0 4px 12px #0000001a}.dock.dock-dragging .dock-item{pointer-events:none}.dock.dock-dragging .dock-item.dragging-clone{pointer-events:auto}.dock-item{position:relative;cursor:pointer;transition:transform .2s ease;transform-origin:left center}.dock-item:hover{transform:scale(1)}.dock-item.should-up{transform:translateY(-60px)}.dock-item.should-down{transform:translateY(60px)}.dock-item.active .icon{animation:bounce 1.5s ease-out}.dragging-clone{opacity:1;transform:scale(1);transform-origin:left center;transition:none;z-index:1000}.dock.dock-dragging.dock-still .dock-item.dragging-old{opacity:0}.dock.no-transition .dock-item{transition:none}.dot{position:absolute;left:-8px;top:50%;transform:translateY(-50%);width:6px;height:6px;background:#fff;border-radius:50%;opacity:0;transition:opacity .2s ease}.dock-item.active .dot{opacity:1}.dragging{opacity:.7;transition:none}@keyframes bounce{0%{transform:translate(0)}20%{transform:translate(0)}60%{transform:translate(10px)}to{transform:translate(0)}}.icon{width:48px;height:48px;background:#fff;border-radius:12px;display:flex;justify-content:center;align-items:center;font-size:12px;color:#333;box-shadow:0 2px 6px #0000001a;transition:transform .2s ease}._leftPanel_fz8jj_1{min-width:263px;width:263px;height:100%;position:absolute;top:0;left:120px;z-index:100;transition:left .4s ease-out;padding:100px 0 80px;box-sizing:border-box}._leftPanel_fz8jj_1>._part_fz8jj_13{width:100%;display:flex;flex-direction:column;justify-content:center;background:transparent}._leftPanel_fz8jj_1>._part_fz8jj_13{width:280px}._leftPanel_fz8jj_1>._part_fz8jj_13 .ant-menu{background:transparent!important}._leftPanel_fz8jj_1>._part_fz8jj_13 .ant-menu-horizontal{border-bottom:none}._leftPanel_fz8jj_1>._part_fz8jj_13>._header_fz8jj_29{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}._leftPanel_fz8jj_1>._part_fz8jj_13>._header_fz8jj_29>._title_fz8jj_35{font-family:Gellix TRIAL;font-size:18px;font-weight:700;line-height:24px;height:24px;color:var(--Color-Text-Primary);text-align:left}._leftPanel_fz8jj_1>._part_fz8jj_13>._header_fz8jj_29>._divider_fz8jj_44{flex:1;height:1px;background:#fff6;margin:0 8px}._leftPanel_fz8jj_1>._part_fz8jj_13>._header_fz8jj_29>._date_fz8jj_50{font-family:Gellix TRIAL;font-size:12px;font-weight:450;color:var(--Color-Text-Secondary);line-height:20px;text-align:left}._leftPanel_fz8jj_1>._part_fz8jj_13>._project_fz8jj_58{width:100%;margin-top:24px;display:flex;justify-content:space-between;align-items:center}._leftPanel_fz8jj_1>._part_fz8jj_13>._project_fz8jj_58>._sub_fz8jj_65>._count_fz8jj_65{font-family:Gellix TRIAL;font-size:36px;font-weight:550;line-height:32px;text-align:left;color:var(--Color-Text-Primary);margin-right:8px}._leftPanel_fz8jj_1>._part_fz8jj_13>._project_fz8jj_58>._sub_fz8jj_65>._label_fz8jj_74{font-family:Gellix TRIAL;font-size:14px;font-weight:450;line-height:22px;text-align:left;color:var(--Color-Text-Primary)}._leftPanel_fz8jj_1>._part_fz8jj_13 ._cardList_fz8jj_82{margin-top:20px;display:flex;flex-direction:column;gap:24px;height:312px;width:280px;min-height:0px;overflow-y:scroll}._leftPanel_fz8jj_1>._part_fz8jj_13 ._cardList_fz8jj_82::-webkit-scrollbar{display:none}._leftPanel_fz8jj_1>._part_fz8jj_13 ._cardList_fz8jj_82>._card_fz8jj_82{width:100%;display:flex;align-items:center;gap:12px}._leftPanel_fz8jj_1>._part_fz8jj_13 ._cardList_fz8jj_82>._card_fz8jj_82>._avatar_fz8jj_101{border:.5px solid rgba(161,161,161,.5);border-radius:14px;width:60px;height:60px}._leftPanel_fz8jj_1>._part_fz8jj_13 ._cardList_fz8jj_82>._card_fz8jj_82>._profile_fz8jj_107>._title_fz8jj_35{font-family:Gellix TRIAL;font-size:14px;font-weight:700;line-height:22px;text-align:left;color:var(--Color-Text-Primary);margin-bottom:8px}._leftPanel_fz8jj_1>._part_fz8jj_13 ._cardList_fz8jj_82>._card_fz8jj_82>._profile_fz8jj_107>._desc_fz8jj_116{font-family:Gellix TRIAL;font-size:14px;font-weight:450;line-height:22px;text-align:left;color:var(--Color-Text-Primary)}._menu_1dt7f_1{transition:all .3s ease-in-out}._menu_1dt7f_1 .ant-menu-item{color:#ffffffa6!important;padding-inline:0!important;margin-right:16px}._menu_1dt7f_1 .ant-menu-item:after{inset-inline:1px!important}._menu_1dt7f_1 .ant-menu-item-selected{color:#7270ff!important}._legend_1btxo_1{display:flex;align-items:center;color:#898989}._legendItem_1btxo_6{display:flex;align-items:center;margin-right:12px;gap:4px;font-family:Gellix TRIAL;font-size:10px;font-weight:450;line-height:22px;text-align:left}._legendItem_1btxo_6>._legendColor_1btxo_17{width:6px;height:6px;border-radius:15px}._barChart_1btxo_22{margin:30px 0 35px}/*! 
 * OverlayScrollbars
 * Version: 2.10.0
 * 
 * Copyright (c) Rene Haas | KingSora.
 * https://github.com/KingSora
 * 
 * Released under the MIT license.
 */.os-size-observer,.os-size-observer-listener{scroll-behavior:auto!important;direction:inherit;pointer-events:none;overflow:hidden;visibility:hidden;box-sizing:border-box}.os-size-observer,.os-size-observer-listener,.os-size-observer-listener-item,.os-size-observer-listener-item-final{writing-mode:horizontal-tb;position:absolute;left:0;top:0}.os-size-observer{z-index:-1;contain:strict;display:flex;flex-direction:row;flex-wrap:nowrap;padding:inherit;border:inherit;box-sizing:inherit;margin:-133px;top:0;right:0;bottom:0;left:0;transform:scale(.1)}.os-size-observer:before{content:"";flex:none;box-sizing:inherit;padding:10px;width:10px;height:10px}.os-size-observer-appear{animation:os-size-observer-appear-animation 1ms forwards}.os-size-observer-listener{box-sizing:border-box;position:relative;flex:auto;padding:inherit;border:inherit;margin:-133px;transform:scale(10)}.os-size-observer-listener.ltr{margin-right:-266px;margin-left:0}.os-size-observer-listener.rtl{margin-left:-266px;margin-right:0}.os-size-observer-listener:empty:before{content:"";width:100%;height:100%}.os-size-observer-listener:empty:before,.os-size-observer-listener>.os-size-observer-listener-item{display:block;position:relative;padding:inherit;border:inherit;box-sizing:content-box;flex:auto}.os-size-observer-listener-scroll{box-sizing:border-box;display:flex}.os-size-observer-listener-item{right:0;bottom:0;overflow:hidden;direction:ltr;flex:none}.os-size-observer-listener-item-final{transition:none}@keyframes os-size-observer-appear-animation{0%{cursor:auto}to{cursor:none}}.os-trinsic-observer{flex:none;box-sizing:border-box;position:relative;max-width:0px;max-height:1px;padding:0;margin:0;border:none;overflow:hidden;z-index:-1;height:0;top:calc(100% + 1px);contain:strict}.os-trinsic-observer:not(:empty){height:calc(100% + 1px);top:-1px}.os-trinsic-observer:not(:empty)>.os-size-observer{width:1000%;height:1000%;min-height:1px;min-width:1px}[data-overlayscrollbars-initialize],[data-overlayscrollbars-viewport~=scrollbarHidden]{scrollbar-width:none!important}[data-overlayscrollbars-initialize]::-webkit-scrollbar,[data-overlayscrollbars-initialize]::-webkit-scrollbar-corner,[data-overlayscrollbars-viewport~=scrollbarHidden]::-webkit-scrollbar,[data-overlayscrollbars-viewport~=scrollbarHidden]::-webkit-scrollbar-corner{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;display:none!important;width:0!important;height:0!important}[data-overlayscrollbars-initialize]:not([data-overlayscrollbars]):not(html):not(body){overflow:auto}html[data-overlayscrollbars-body]{overflow:hidden}html[data-overlayscrollbars-body],html[data-overlayscrollbars-body]>body{width:100%;height:100%;margin:0}html[data-overlayscrollbars-body]>body{overflow:visible;margin:0}[data-overlayscrollbars]{position:relative}[data-overlayscrollbars~=host],[data-overlayscrollbars-padding]{display:flex;align-items:stretch!important;flex-direction:row!important;flex-wrap:nowrap!important;scroll-behavior:auto!important}[data-overlayscrollbars-padding],[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]){box-sizing:inherit;position:relative;flex:auto!important;height:auto;width:100%;min-width:0;padding:0;margin:0;border:none;z-index:0}[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]){--os-vaw: 0;--os-vah: 0;outline:none}[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]):focus{outline:none}[data-overlayscrollbars-viewport][data-overlayscrollbars-viewport~=arrange]:before{content:"";position:absolute;pointer-events:none;z-index:-1;min-width:1px;min-height:1px;width:var(--os-vaw);height:var(--os-vah)}[data-overlayscrollbars],[data-overlayscrollbars-padding],[data-overlayscrollbars-viewport]{overflow:hidden!important}[data-overlayscrollbars~=noClipping],[data-overlayscrollbars-padding~=noClipping]{overflow:visible!important}[data-overlayscrollbars-viewport~=measuring]{overflow:hidden!important;scroll-behavior:auto!important;scroll-snap-type:none!important}[data-overlayscrollbars-viewport~=overflowXVisible]:not([data-overlayscrollbars-viewport~=measuring]){overflow-x:visible!important}[data-overlayscrollbars-viewport~=overflowXHidden]{overflow-x:hidden!important}[data-overlayscrollbars-viewport~=overflowXScroll]{overflow-x:scroll!important}[data-overlayscrollbars-viewport~=overflowYVisible]:not([data-overlayscrollbars-viewport~=measuring]){overflow-y:visible!important}[data-overlayscrollbars-viewport~=overflowYHidden]{overflow-y:hidden!important}[data-overlayscrollbars-viewport~=overflowYScroll]{overflow-y:scroll!important}[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId){font-size:0!important;line-height:0!important}[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId):before,[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId):after,[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId)>*{display:none!important;position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border-width:0!important}[data-overlayscrollbars-viewport~=scrolling]{scroll-behavior:auto!important;scroll-snap-type:none!important}[data-overlayscrollbars-content]{box-sizing:inherit}[data-overlayscrollbars-contents]:not(#osFakeId):not([data-overlayscrollbars-padding]):not([data-overlayscrollbars-viewport]):not([data-overlayscrollbars-content]){display:contents}[data-overlayscrollbars-grid],[data-overlayscrollbars-grid] [data-overlayscrollbars-padding]{display:grid;grid-template:1fr/1fr}[data-overlayscrollbars-grid]>[data-overlayscrollbars-padding],[data-overlayscrollbars-grid]>[data-overlayscrollbars-viewport],[data-overlayscrollbars-grid]>[data-overlayscrollbars-padding]>[data-overlayscrollbars-viewport]{height:auto!important;width:auto!important}@property --os-scroll-percent{syntax: "<number>"; inherits: true; initial-value: 0;}@property --os-viewport-percent{syntax: "<number>"; inherits: true; initial-value: 0;}.os-scrollbar{--os-viewport-percent: 0;--os-scroll-percent: 0;--os-scroll-direction: 0;--os-scroll-percent-directional: calc( var(--os-scroll-percent) - (var(--os-scroll-percent) + (1 - var(--os-scroll-percent)) * -1) * var(--os-scroll-direction) )}.os-scrollbar{contain:size layout;contain:size layout style;transition:opacity .15s,visibility .15s,top .15s,right .15s,bottom .15s,left .15s;pointer-events:none;position:absolute;opacity:0;visibility:hidden}body>.os-scrollbar{position:fixed;z-index:99999}.os-scrollbar-transitionless{transition:none!important}.os-scrollbar-track{position:relative;padding:0!important;border:none!important}.os-scrollbar-handle{position:absolute}.os-scrollbar-track,.os-scrollbar-handle{pointer-events:none;width:100%;height:100%}.os-scrollbar.os-scrollbar-track-interactive .os-scrollbar-track,.os-scrollbar.os-scrollbar-handle-interactive .os-scrollbar-handle{pointer-events:auto;touch-action:none}.os-scrollbar-horizontal{bottom:0;left:0}.os-scrollbar-vertical{top:0;right:0}.os-scrollbar-rtl.os-scrollbar-horizontal{right:0}.os-scrollbar-rtl.os-scrollbar-vertical{right:auto;left:0}.os-scrollbar-visible{opacity:1;visibility:visible}.os-scrollbar-auto-hide.os-scrollbar-auto-hide-hidden{opacity:0;visibility:hidden}.os-scrollbar-interaction.os-scrollbar-visible{opacity:1;visibility:visible}.os-scrollbar-unusable,.os-scrollbar-unusable *,.os-scrollbar-wheel,.os-scrollbar-wheel *{pointer-events:none!important}.os-scrollbar-unusable .os-scrollbar-handle{opacity:0!important;transition:none!important}.os-scrollbar-horizontal .os-scrollbar-handle{bottom:0;left:calc(var(--os-scroll-percent-directional) * 100%);transform:translate(calc(var(--os-scroll-percent-directional) * -100%));width:calc(var(--os-viewport-percent) * 100%)}.os-scrollbar-vertical .os-scrollbar-handle{right:0;top:calc(var(--os-scroll-percent-directional) * 100%);transform:translateY(calc(var(--os-scroll-percent-directional) * -100%));height:calc(var(--os-viewport-percent) * 100%)}@supports (container-type: size){.os-scrollbar-track{container-type:size}.os-scrollbar-horizontal .os-scrollbar-handle{left:auto;transform:translate(calc(var(--os-scroll-percent-directional) * 100cqw + var(--os-scroll-percent-directional) * -100%))}.os-scrollbar-vertical .os-scrollbar-handle{top:auto;transform:translateY(calc(var(--os-scroll-percent-directional) * 100cqh + var(--os-scroll-percent-directional) * -100%))}.os-scrollbar-rtl.os-scrollbar-horizontal .os-scrollbar-handle{right:auto;left:0}}.os-scrollbar-rtl.os-scrollbar-vertical .os-scrollbar-handle{right:auto;left:0}.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless,.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless.os-scrollbar-rtl{left:0;right:0}.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless,.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless.os-scrollbar-rtl{top:0;bottom:0}@media print{.os-scrollbar{display:none}}.os-scrollbar{--os-size: 0;--os-padding-perpendicular: 0;--os-padding-axis: 0;--os-track-border-radius: 0;--os-track-bg: none;--os-track-bg-hover: none;--os-track-bg-active: none;--os-track-border: none;--os-track-border-hover: none;--os-track-border-active: none;--os-handle-border-radius: 0;--os-handle-bg: none;--os-handle-bg-hover: none;--os-handle-bg-active: none;--os-handle-border: none;--os-handle-border-hover: none;--os-handle-border-active: none;--os-handle-min-size: 33px;--os-handle-max-size: none;--os-handle-perpendicular-size: 100%;--os-handle-perpendicular-size-hover: 100%;--os-handle-perpendicular-size-active: 100%;--os-handle-interactive-area-offset: 0}.os-scrollbar-track{border:var(--os-track-border);border-radius:var(--os-track-border-radius);background:var(--os-track-bg);transition:opacity .15s,background-color .15s,border-color .15s}.os-scrollbar-track:hover{border:var(--os-track-border-hover);background:var(--os-track-bg-hover)}.os-scrollbar-track:active{border:var(--os-track-border-active);background:var(--os-track-bg-active)}.os-scrollbar-handle{border:var(--os-handle-border);border-radius:var(--os-handle-border-radius);background:var(--os-handle-bg)}.os-scrollbar-handle:hover{border:var(--os-handle-border-hover);background:var(--os-handle-bg-hover)}.os-scrollbar-handle:active{border:var(--os-handle-border-active);background:var(--os-handle-bg-active)}.os-scrollbar-track:before,.os-scrollbar-handle:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;display:block}.os-scrollbar-horizontal{padding:var(--os-padding-perpendicular) var(--os-padding-axis);right:var(--os-size);height:var(--os-size)}.os-scrollbar-horizontal.os-scrollbar-rtl{left:var(--os-size);right:0}.os-scrollbar-horizontal .os-scrollbar-track:before{top:calc(var(--os-padding-perpendicular) * -1);bottom:calc(var(--os-padding-perpendicular) * -1)}.os-scrollbar-horizontal .os-scrollbar-handle{min-width:var(--os-handle-min-size);max-width:var(--os-handle-max-size);height:var(--os-handle-perpendicular-size);transition:opacity .15s,background-color .15s,border-color .15s,height .15s}.os-scrollbar-horizontal .os-scrollbar-handle:before{top:calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);bottom:calc(var(--os-padding-perpendicular) * -1)}.os-scrollbar-horizontal:hover .os-scrollbar-handle{height:var(--os-handle-perpendicular-size-hover)}.os-scrollbar-horizontal:active .os-scrollbar-handle{height:var(--os-handle-perpendicular-size-active)}.os-scrollbar-vertical{padding:var(--os-padding-axis) var(--os-padding-perpendicular);bottom:var(--os-size);width:var(--os-size)}.os-scrollbar-vertical .os-scrollbar-track:before{left:calc(var(--os-padding-perpendicular) * -1);right:calc(var(--os-padding-perpendicular) * -1)}.os-scrollbar-vertical .os-scrollbar-handle{min-height:var(--os-handle-min-size);max-height:var(--os-handle-max-size);width:var(--os-handle-perpendicular-size);transition:opacity .15s,background-color .15s,border-color .15s,width .15s}.os-scrollbar-vertical .os-scrollbar-handle:before{left:calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);right:calc(var(--os-padding-perpendicular) * -1)}.os-scrollbar-vertical.os-scrollbar-rtl .os-scrollbar-handle:before{right:calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);left:calc(var(--os-padding-perpendicular) * -1)}.os-scrollbar-vertical:hover .os-scrollbar-handle{width:var(--os-handle-perpendicular-size-hover)}.os-scrollbar-vertical:active .os-scrollbar-handle{width:var(--os-handle-perpendicular-size-active)}[data-overlayscrollbars-viewport~=measuring]>.os-scrollbar,.os-theme-none.os-scrollbar{display:none!important}.os-theme-dark,.os-theme-light{box-sizing:border-box;--os-size: 10px;--os-padding-perpendicular: 2px;--os-padding-axis: 2px;--os-track-border-radius: 10px;--os-handle-interactive-area-offset: 4px;--os-handle-border-radius: 10px}.os-theme-dark{--os-handle-bg: rgba(0, 0, 0, .44);--os-handle-bg-hover: rgba(0, 0, 0, .55);--os-handle-bg-active: rgba(0, 0, 0, .66)}.os-theme-light{--os-handle-bg: rgba(255, 255, 255, .44);--os-handle-bg-hover: rgba(255, 255, 255, .55);--os-handle-bg-active: rgba(255, 255, 255, .66)}._input_dinxm_1{display:flex;width:360px;align-items:center;gap:10px;font-family:Gellix TRIAL;font-style:normal;font-weight:450;border-radius:6px;transition:background-color .2s,border-color .2s,box-shadow .2s}._input-default_dinxm_12{height:32px;padding:4px 11px;font-size:14px;line-height:22px}._input-large_dinxm_18{height:40px;padding:4px 11px;font-size:16px;line-height:24px}._input-small_dinxm_24{height:24px;padding:0 11px;font-size:14px;line-height:22px}._input-defaultStyle_dinxm_30{background:var(--Components-Input-Bg);border:1px solid var(--Components-Input-Border);outline:0}._input-defaultStyle_dinxm_30:hover{background-color:var(--Components-Input-Bg);border:1px solid var(--Components-Input-Border---Hover)}._input-defaultStyle_dinxm_30:active{background:var(--Components-Input-Bg);border:1px solid var(--Components-Input-Border---Pressed)}._input-defaultStyle_dinxm_30:focus{background:var(--Components-Input-Bg);border:1px solid var(--Components-Input-Border---Typing);box-shadow:0 1px 2.5px #5851db3d,0 0 0 .5px #5851db1f}._input-error_dinxm_48{background:var(--Components-Input-Bg);border:1px solid var(--Components-Input-ErrorBorder);outline:0}._input-error_dinxm_48:hover{background-color:var(--Components-Input-Bg);border:1px solid var(--Components-Input-ErrorBorder---Hover)}._input-error_dinxm_48:active{background:var(--Components-Input-Bg);border:1px solid var(--Components-Input-ErrorBorder---Pressed)}._input-error_dinxm_48:focus{background:var(--Components-Input-Bg);border:1px solid var(--Components-Input-ErrorBorder);box-shadow:0 1px 2.5px #ff453a3d,0 0 0 .5px #ff453a1f}._input-disabled_dinxm_66{background:var(--Components-Input-Bg---Disabled);border:1px solid var(--Components-Input-Border);cursor:not-allowed}._input-defaultText_dinxm_71{color:var(--Color-Fill-Placeholder)}._input-userText_dinxm_74{color:var(--Color-Text-Primary)}._btn_glivl_1{border:1px;font-family:Gellix TRIAL;font-style:normal;font-weight:450;cursor:pointer;display:inline-flex;justify-content:center;align-items:center;gap:8px;transition:all .2s}._btn-default_glivl_13{font-size:14px;height:32px;line-height:22px;padding:0 15px;border-radius:6px}._btn-large_glivl_20{font-size:16px;height:40px;line-height:24px;padding:0 15px;border-radius:8px}._btn-small_glivl_27{padding:0 7px;height:24px;line-height:22px;font-size:14px;border-radius:4px}._btn-primary_glivl_34{background:var(--Components-Button-PrimaryBG);border:1px solid var(--Components-Button-PrimaryBG);color:var(--Components-Button-PrimaryText);box-shadow:0 1px 2.5px #5851db3d,0 0 0 .5px #5851db1f}._btn-primary_glivl_34:hover{background-color:var(--Components-Button-PrimaryBG---Hover);border:1px solid var(--Components-Button-PrimaryBG---Hover)}._btn-primary_glivl_34:active{background:var(--Components-Button-PrimaryBG---Pressed);border:1px solid var(--Components-Button-PrimaryBG---Pressed)}._btn-secondary_glivl_48{background-color:var(--Components-Button-SecondaryBG);border:1px solid var(--Components-Button-SecondaryBG);color:var(--Components-Button-SecondaryText);box-shadow:0 .5px 2.5px #0000004d,0 0 0 .5px #0000000d}._btn-secondary_glivl_48:hover{background-color:var(--Components-Button-SecondaryBG---Hover);border:1px solid var(--Components-Button-SecondaryBG---Hover)}._btn-secondary_glivl_48:active{background:var(--Components-Button-SecondaryBG---Pressed);border:1px solid var(--Components-Button-SecondaryBG---Pressed)}._btn-danger_glivl_62{background-color:var(--Color-Accents-Red);border:1px solid var(--Color-Accents-Red);color:var(--Components-Button-PrimaryText);box-shadow:0 1px 2.5px #5851db3d,0 0 0 .5px #5851db1f}._btn-danger_glivl_62:hover{background-color:var(--Components-Button-DangerBG---Hover);border:1px solid var(--Components-Button-DangerBG---Hover)}._btn-danger_glivl_62:active{background:var(--Components-Button-DangerBG---Pressed);border:1px solid var(--Components-Button-DangerBG---Pressed)}._btn-disabled_glivl_76{background:var(--Color-Fill-BG---Disable);color:var(--Color-Fill-Placeholder);box-shadow:0 .5px 2.5px #0000004d,0 0 0 .5px #0000000d;cursor:not-allowed}._btn-icon_glivl_82{display:flex;justify-content:center;align-items:center;gap:8px}._btn-icon_glivl_82._btn-default_glivl_13{height:32px}._btn-icon_glivl_82._btn-large_glivl_20{height:40px}._btn-icon_glivl_82._btn-small_glivl_27{height:24px}._btn-icon_glivl_82 ._btn-icon-placeholder_glivl_97{width:16px;height:16px;color:var(--Components-Button-SecondaryText)}._list_s856k_1{overflow-y:hidden}._list_s856k_1 ._scrollbars_s856k_4{transition:all .2s;--os-size: 8px !important;--os-handle-border-radius: 100px !important;--os-handle-bg: var(--Components-Scrollbar-BG) !important;--os-handle-bg-hover: var(--Components-Scrollbar-BG) !important;--os-handle-perpendicular-size-hover: 150% !important;--os-handle-bg-active: var(--Components-Scrollbar-BG---pressed) !important;--os-handle-perpendicular-size-active: 150% !important}.ant-anchor-link-title{color:var(--Color-Text-Primary)!important}.ant-anchor-link-title:hover{color:var(--Components-Button-PrimaryBG---Hover)!important}.ant-anchor-link-title:active{color:var(--Components-Button-PrimaryBG---Pressed)!important}.ant-anchor-link-title-active{color:var(--Components-Button-PrimaryBG)!important}.ant-anchor-ink-visible{background:var(--Components-Button-PrimaryBG)!important}.ant-anchor:before{border-inline-start:2px solid var(--Color-Fill-DividerSecondary)!important}.ant-anchor-wrapper-horizontal:before{border-bottom:1px solid var(--Color-Fill-DividerSecondary)!important}._btn_1r2w0_1{border:none;font-family:Gellix TRIAL;font-style:normal;font-weight:450;cursor:pointer;display:inline-flex;justify-content:center;align-items:center;gap:8px;transition:all .2s}._btn-default_1r2w0_13{font-size:14px;height:32px;line-height:22px;padding:0 15px;border-radius:6px}._btn-large_1r2w0_20{font-size:16px;height:40px;line-height:24px;padding:0 15px;border-radius:8px}._btn-small_1r2w0_27{padding:0 7px;height:24px;line-height:22px;font-size:14px;border-radius:4px}._btn-text_1r2w0_34{background:transparent;border:none;color:var(--Components-Button-TextbuttonText)}._btn-text_1r2w0_34:hover{background-color:var(--Components-Button-TextbuttonBG---hover);border:1px var(--Components-Button-TextbuttonBG---hover)}._btn-text_1r2w0_34:active{background:var(--Components-Button-TextbuttonBG---pressed);border:1px var(--Components-Button-TextbuttonBG---pressed)}._btn-text_1r2w0_34 ._btn-icon-placeholder_1r2w0_47{fill:var(--Components-Button-TextbuttonText)}._btn-linkText_1r2w0_50{background:transparent;border:none;color:var(--Components-Button-PrimaryBG)}._btn-linkText_1r2w0_50:hover{color:var(--Components-Button-PrimaryBG---Hover)}._btn-linkText_1r2w0_50:hover ._btn-icon-placeholder_1r2w0_47{fill:var(--Components-Button-PrimaryBG---Hover)}._btn-linkText_1r2w0_50:active{color:var(--Components-Button-PrimaryBG---Pressed)}._btn-linkText_1r2w0_50:active ._btn-icon-placeholder_1r2w0_47{fill:var(--Components-Button-PrimaryBG---Pressed)}._btn-linkText_1r2w0_50 ._btn-icon-placeholder_1r2w0_47{fill:var(--Components-Button-PrimaryBG)}._btn-disabled_1r2w0_70{background:transparent;border:none;color:var(--Color-Fill-Placeholder);cursor:not-allowed}._btn-disabled_1r2w0_70:hover,._btn-disabled_1r2w0_70:active{background:transparent;border:none}._btn-disabled_1r2w0_70 ._btn-icon-placeholder_1r2w0_47{fill:var(--Color-Fill-Placeholder)}._btn-icon_1r2w0_47{display:flex;justify-content:center;align-items:center;gap:8px}._btn-icon_1r2w0_47._btn-default_1r2w0_13{height:32px}._btn-icon_1r2w0_47._btn-large_1r2w0_20{height:40px}._btn-icon_1r2w0_47._btn-small_1r2w0_27{height:24px}._btn-icon_1r2w0_47 ._btn-icon-placeholder_1r2w0_47{width:16px;height:16px}._avatar_p7bbi_1{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-shrink:0;background:var(--Components-Avatar-BG)}._avatar-circle_p7bbi_9,._avatar-circle_p7bbi_9 ._avatarImage_p7bbi_12{border-radius:999px}._avatar-square_p7bbi_15,._avatar-square_p7bbi_15 ._avatarImage_p7bbi_12{border-radius:6px}._avatar-default_p7bbi_21{width:32px;height:32px}._avatar-default_p7bbi_21 ._avatarIcon_p7bbi_25{width:18px;height:18px}._avatar-large_p7bbi_29{width:40px;height:40px}._avatar-large_p7bbi_29 ._avatarIcon_p7bbi_25,._avatar-small_p7bbi_37{width:24px;height:24px}._avatar-small_p7bbi_37 ._avatarIcon_p7bbi_25{width:14px;height:14px}._avatarImage_p7bbi_12{width:100%;height:100%;object-fit:cover}._avatarIcon_p7bbi_25{fill:var(--White)}._customTooltip_tdkh5_1{background-color:var(--Components-Tooltip-BG)!important;color:var(--Components-Button-PrimaryText)!important;padding:6px 8px!important;max-width:210px!important;line-height:22px!important;border-radius:6px!important;gap:8px!important;display:flex!important;align-items:flex-start!important;font-family:Gellix TRIAL!important;font-size:14px!important;font-style:normal!important;font-weight:450!important}._customArrow_tdkh5_16{color:var(--Components-Tooltip-BG)!important}._btn_1c9wh_1{cursor:pointer;display:flex;justify-content:center;align-items:center;gap:8px;transition:all .2s}._btn-default_1c9wh_9{width:32px;height:32px;padding:0 8px;border-radius:6px}._btn-default_1c9wh_9 ._btn-icon-placeholder_1c9wh_15{width:16px;height:16px;fill:none}._btn-large_1c9wh_20{width:40px;height:40px;padding:0 11px;border-radius:8px}._btn-large_1c9wh_20 ._btn-icon-placeholder_1c9wh_15{width:18px;height:18px;fill:none}._btn-small_1c9wh_31{width:24px;height:24px;padding:0 5px;border-radius:4px}._btn-small_1c9wh_31 ._btn-icon-placeholder_1c9wh_15{width:14px;height:14px}._btn-primary_1c9wh_41{background:var(--Components-Button-PrimaryBG);border:1px solid var(--Components-Button-PrimaryBG);box-shadow:0 1px 2.5px #5851db3d,0 0 0 .5px #5851db1f}._btn-primary_1c9wh_41:hover{background-color:var(--Components-Button-PrimaryBG---Hover);border:1px solid var(--Components-Button-PrimaryBG---Hover)}._btn-primary_1c9wh_41:active{background:var(--Components-Button-PrimaryBG---Pressed);border:1px solid var(--Components-Button-PrimaryBG---Pressed)}._btn-primary_1c9wh_41 ._btn-icon-placeholder_1c9wh_15{fill:var(--Components-Button-PrimaryText)}._btn-secondary_1c9wh_57{background-color:var(--Components-Button-SecondaryBG);border:1px solid var(--Components-Button-SecondaryBG);box-shadow:0 .5px 2.5px #0000004d,0 0 0 .5px #0000000d}._btn-secondary_1c9wh_57:hover{background-color:var(--Components-Button-SecondaryBG---Hover);border:1px solid var(--Components-Button-SecondaryBG---Hover)}._btn-secondary_1c9wh_57:active{background:var(--Components-Button-SecondaryBG---Pressed);border:1px solid var(--Components-Button-SecondaryBG---Pressed)}._btn-secondary_1c9wh_57 ._btn-icon-placeholder_1c9wh_15{fill:var(--Components-Button-SecondaryText)}._btn-nobg_1c9wh_73{background:transparent;border:none}._btn-nobg_1c9wh_73:hover{background-color:var(--Components-Button-TextIconBG);border:1px var(--Components-Button-TextIconBG)}._btn-nobg_1c9wh_73:hover ._btn-icon-placeholder_1c9wh_15{fill:var(--Components-Button-IconNoBG---Pressed)}._btn-nobg_1c9wh_73:active{background:var(--Components-Button-TextIconBG---Pressed);border:1px var(--Components-Button-TextIconBG---Pressed)}._btn-nobg_1c9wh_73:active ._btn-icon-placeholder_1c9wh_15{fill:var(--Components-Button-IconNoBG---Pressed)}._btn-nobg_1c9wh_73 ._btn-icon-placeholder_1c9wh_15{fill:var(--Components-Button-TextIconNoBG)}._btn-disabled_1c9wh_94{background:var(--Color-Fill-BG---Disable);border:none;box-shadow:0 .5px 2.5px #0000004d,0 0 0 .5px #0000000d;cursor:not-allowed}._btn-disabled_1c9wh_94 ._btn-icon-placeholder_1c9wh_15{fill:var(--Color-Fill-Placeholder)}._btn-nobgDisabled_1c9wh_103{background:transparent;border:none;cursor:not-allowed}._btn-nobgDisabled_1c9wh_103 ._btn-icon-placeholder_1c9wh_15{fill:var(--Color-Fill-Placeholder)}._item_jiupf_1{width:100%;min-width:40px;height:32px;border-radius:4px;display:flex;align-items:center;padding:5px 12px;color:#000;font-family:Gellix TRIAL;font-style:normal;font-size:14px;font-weight:450;color:var(--Components-Menu-ItemText);cursor:pointer}._item_jiupf_1._isSelected_jiupf_17{background-color:var(--Components-Select-MenuItemBG---Selected)}._item_jiupf_1._isHovered_jiupf_20{background-color:var(--Components-Select-MenuItemBG---Hover)}._item_jiupf_1._isPressed_jiupf_23{background-color:var(--Components-Select-MenuItemBG---Pressed)}._item_jiupf_1._isDisabled_jiupf_26{color:var(--Components-Select-MenuItemText---Disable);cursor:not-allowed}._item_jiupf_1>span{flex-grow:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._item_jiupf_1>._check_jiupf_36{margin-left:auto;min-width:20px}._rightPanel_1dbhq_1{width:263px;height:100%;position:absolute;top:0;right:60px;z-index:100;transition:right .4s ease-out;padding:100px 0 80px;box-sizing:border-box}._rightPanel_1dbhq_1>._part_1dbhq_12{width:100%;display:flex;flex-direction:column;justify-content:center;background:transparent}._rightPanel_1dbhq_1>._part_1dbhq_12 .ant-menu{background:transparent!important}._rightPanel_1dbhq_1>._part_1dbhq_12 .ant-menu-horizontal{border-bottom:none}._rightPanel_1dbhq_1>._part_1dbhq_12>._header_1dbhq_25{display:flex;justify-content:space-between;margin-bottom:8px;align-items:center}._rightPanel_1dbhq_1>._part_1dbhq_12>._header_1dbhq_25>._title_1dbhq_31{font-family:Gellix TRIAL;font-size:18px;font-weight:700;line-height:24px;height:24px;color:var(--Color-Text-Primary);text-align:left}._rightPanel_1dbhq_1>._part_1dbhq_12>._header_1dbhq_25>._divider_1dbhq_40{flex:1;height:1px;background:#fff6;margin:0 8px}._rightPanel_1dbhq_1>._part_1dbhq_12>._header_1dbhq_25>._date_1dbhq_46{font-family:Gellix TRIAL;font-size:12px;font-weight:450;color:var(--Color-Text-Secondary);line-height:20px;text-align:left}._rightPanel_1dbhq_1>._part_1dbhq_12>._project_1dbhq_54{width:100%;margin-top:24px;display:flex;justify-content:space-between;align-items:center}._rightPanel_1dbhq_1>._part_1dbhq_12>._project_1dbhq_54>._sub_1dbhq_61>._count_1dbhq_61{font-family:Gellix TRIAL;font-size:36px;font-weight:550;line-height:32px;text-align:left;color:var(--Color-Text-Primary);margin-right:8px}._rightPanel_1dbhq_1>._part_1dbhq_12>._project_1dbhq_54>._sub_1dbhq_61>._label_1dbhq_70{font-family:Gellix TRIAL;font-size:14px;font-weight:450;line-height:22px;text-align:left;color:var(--Color-Text-Primary)}._rightPanel_1dbhq_1>._part_1dbhq_12 ._cardList_1dbhq_78{margin-top:20px;display:flex;flex-direction:column;gap:10px;justify-content:center}._rightPanel_1dbhq_1>._part_1dbhq_12 ._cardList_1dbhq_78>._card_1dbhq_78{width:100%;display:flex;align-items:center;gap:12px}._rightPanel_1dbhq_1>._part_1dbhq_12 ._cardList_1dbhq_78>._card_1dbhq_78>._avatar_1dbhq_91{width:62px;height:62px;display:flex;justify-content:center;align-items:center;border-radius:14px}._rightPanel_1dbhq_1>._part_1dbhq_12 ._cardList_1dbhq_78>._card_1dbhq_78>._avatar_1dbhq_91>img{width:42px;height:42px;border-radius:50%}._rightPanel_1dbhq_1>._part_1dbhq_12 ._cardList_1dbhq_78>._card_1dbhq_78>._profile_1dbhq_104>._title_1dbhq_31{font-family:Gellix TRIAL;font-size:14px;font-weight:700;line-height:22px;text-align:left;color:var(--Color-Text-Primary);margin-bottom:8px}._rightPanel_1dbhq_1>._part_1dbhq_12 ._cardList_1dbhq_78>._card_1dbhq_78>._profile_1dbhq_104>._desc_1dbhq_113{font-family:Gellix TRIAL;font-size:14px;font-weight:450;line-height:22px;text-align:left;color:#f5e5b0}._rightPanel_1dbhq_1>._part_1dbhq_12 ._searchList_1dbhq_121{margin-top:20px;display:flex;flex-direction:column;gap:16px;justify-content:center}._rightPanel_1dbhq_1>._part_1dbhq_12 ._searchList_1dbhq_121>._card_1dbhq_78{width:100%;display:flex;align-items:center;gap:12px}._rightPanel_1dbhq_1>._part_1dbhq_12 ._searchList_1dbhq_121>._card_1dbhq_78>._profile_1dbhq_104>._title_1dbhq_31{font-family:Gellix TRIAL;font-size:16px;font-weight:550;line-height:24px;text-align:left;color:var(--Color-Text-Primary)}._rightPanel_1dbhq_1>._part_1dbhq_12 ._searchList_1dbhq_121>._card_1dbhq_78>._profile_1dbhq_104>._desc_1dbhq_113{font-family:Gellix TRIAL;font-size:14px;font-weight:450;line-height:22px;text-align:left;color:#f5e5b0}._feedFlow_pqbcm_1{position:absolute;top:10px;left:120px;padding:60px 0 0;width:800px}._feedFlow_pqbcm_1>._event_pqbcm_8{display:flex;gap:24px}._feedFlow_pqbcm_1>._event_pqbcm_8>img{width:280px;height:200px}._feedFlow_pqbcm_1>._event_pqbcm_8>._profile_pqbcm_16{display:flex;flex:1;flex-direction:column;padding:8px 8px 8px 0}._feedFlow_pqbcm_1>._event_pqbcm_8>._profile_pqbcm_16>._title_pqbcm_22{font-family:Gellix TRIAL;font-size:18px;font-weight:700;line-height:24px;text-align:left;color:var(--Color-Text-Primary);margin:12px 0}._feedFlow_pqbcm_1>._event_pqbcm_8>._profile_pqbcm_16>._attr_pqbcm_31{display:flex;align-items:center;gap:8px;margin-bottom:8px}._feedFlow_pqbcm_1>._event_pqbcm_8>._profile_pqbcm_16>._attr_pqbcm_31>span{color:var(--Color-Text-Tertiary)}._feedFlow_pqbcm_1>._event_pqbcm_8>._profile_pqbcm_16>._bdn_pqbcm_40{display:flex;align-items:center;gap:8px}._feedFlow_pqbcm_1>._event_pqbcm_8>._profile_pqbcm_16>._bdn_pqbcm_40>img{width:24px;height:24px;border-radius:2px}._feedFlow_pqbcm_1>._event_pqbcm_8>._profile_pqbcm_16>._bdn_pqbcm_40>._name_pqbcm_50{font-family:Gellix TRIAL;font-size:14px;font-weight:550;line-height:22px;text-align:left;color:var(--Color-Text-Secondary)}._feedFlow_pqbcm_1>._event_pqbcm_8>._profile_pqbcm_16>._footer_pqbcm_58{display:flex;align-items:flex-end;margin-top:auto;gap:8px}._feedFlow_pqbcm_1>._event_pqbcm_8>._profile_pqbcm_16>._footer_pqbcm_58>._reward_pqbcm_64{display:flex;align-items:center;gap:8px;border-radius:6px;background:#ff9f0a26;padding:2px 8px}._feedFlow_pqbcm_1>._event_pqbcm_8>._profile_pqbcm_16>._footer_pqbcm_58>._reward_pqbcm_64>span{color:#ff9f0a;font-family:Gellix TRIAL;font-size:14px;font-weight:450;line-height:22px;text-align:left}._milestone_pqbcm_80{display:flex;gap:24px;align-items:center}._milestone_pqbcm_80>img{width:80px;height:80px}._milestone_pqbcm_80>._profile_pqbcm_16{display:flex;flex:1;flex-direction:column;padding:8px 8px 8px 12px}._milestone_pqbcm_80>._profile_pqbcm_16>._title_pqbcm_22{font-family:Gellix TRIAL;font-size:18px;font-weight:700;line-height:24px;text-align:left;color:var(--Color-Text-Primary);margin:12px 0}._milestone_pqbcm_80>._profile_pqbcm_16>._attr_pqbcm_31{display:flex;align-items:center;gap:8px;margin-bottom:8px}._milestone_pqbcm_80>._profile_pqbcm_16>._attr_pqbcm_31>span{color:var(--Color-Text-Tertiary)}._milestone_pqbcm_80>._profile_pqbcm_16>._bdn_pqbcm_40{display:flex;align-items:center;gap:8px}._milestone_pqbcm_80>._profile_pqbcm_16>._bdn_pqbcm_40>img{width:24px;height:24px;border-radius:2px}._milestone_pqbcm_80>._profile_pqbcm_16>._bdn_pqbcm_40>._name_pqbcm_50{font-family:Gellix TRIAL;font-size:14px;font-weight:550;line-height:22px;text-align:left;color:var(--Color-Text-Secondary)}._milestone_pqbcm_80>._profile_pqbcm_16>._header_pqbcm_131{font-family:Gellix TRIAL;font-size:12px;font-weight:550;line-height:20px;text-align:left;color:var(--Color-Text-Secondary)}._milestone_pqbcm_80>._profile_pqbcm_16>._footer_pqbcm_58{display:flex;align-items:flex-end;margin-top:auto;gap:8px}._milestone_pqbcm_80>._profile_pqbcm_16>._footer_pqbcm_58>._title_pqbcm_22{font-family:Gellix TRIAL;font-size:16px;font-weight:700;line-height:24px;text-align:left;color:var(--Color-Text-Primary)}._milestone_pqbcm_80>._profile_pqbcm_16>._footer_pqbcm_58>._desc_pqbcm_153{font-family:Gellix TRIAL;font-size:14px;font-weight:450;line-height:22px;text-align:left;color:var(--Color-Text-Primary)}._milestone_pqbcm_80>._profile_pqbcm_16>._footer_pqbcm_58>._desc_pqbcm_153>._value_pqbcm_161{font-family:Gellix TRIAL;font-size:24px;font-weight:700;line-height:32px;text-align:left;color:#fff;margin-right:12px}._card_pqbcm_170{width:100%;padding:12px;margin:8px 0;background:#171d28}._page_pqbcm_176{display:flex;gap:24px;cursor:pointer}._page_pqbcm_176>img{width:280px;height:200px;object-fit:cover}._page_pqbcm_176>._profile_pqbcm_16{display:flex;flex:1;flex-direction:column;padding:8px 8px 8px 0}._page_pqbcm_176>._profile_pqbcm_16>._user_pqbcm_192{display:flex;align-items:center;gap:12px}._page_pqbcm_176>._profile_pqbcm_16>._user_pqbcm_192>img{width:24px;height:24px;border-radius:1000px}._page_pqbcm_176>._profile_pqbcm_16>._user_pqbcm_192>._name_pqbcm_50{font-family:Gellix TRIAL;font-size:14px;font-weight:550;line-height:22px;text-align:left;color:var(--Color-Text-Secondary)}._page_pqbcm_176>._profile_pqbcm_16>._title_pqbcm_22{font-family:Gellix TRIAL;font-size:18px;font-weight:700;line-height:24px;text-align:left;color:var(--Color-Text-Primary);margin:12px 0 8px}._page_pqbcm_176>._profile_pqbcm_16>._desc_pqbcm_153{font-family:Gellix TRIAL;font-size:14px;font-weight:450;line-height:22px;text-align:left;color:var(--Color-Text-Secondary);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._page_pqbcm_176>._profile_pqbcm_16>._footer_pqbcm_58{display:flex;align-items:center;margin-top:auto}._page_pqbcm_176>._profile_pqbcm_16>._footer_pqbcm_58>._likeBar_pqbcm_237{display:flex;align-items:center;flex-direction:row;gap:8px;color:var(--Color-Text-Tertiary)!important;font-family:Gellix TRIAL;font-size:14px;font-style:normal;font-weight:450;line-height:22px}._page_pqbcm_176>._profile_pqbcm_16>._footer_pqbcm_58>._bdn_pqbcm_40{display:flex;align-items:center;margin-left:auto;gap:8px}._page_pqbcm_176>._profile_pqbcm_16>._footer_pqbcm_58>._bdn_pqbcm_40>img{width:16px;height:16px;border-radius:2px}._page_pqbcm_176>._profile_pqbcm_16>._footer_pqbcm_58>._bdn_pqbcm_40>._name_pqbcm_50{font-family:Gellix TRIAL;font-size:14px;font-weight:550;line-height:22px;text-align:left;color:var(--Color-Text-Secondary)}._skeleton_pqbcm_270{width:100%;border-bottom:1px solid var(--Color-Fill-Divider);background:#070d10;display:flex;margin:8px 0;justify-content:flex-start;align-items:center}._skeleton_pqbcm_270 .ant-skeleton-image{width:150px!important;height:102px!important}._skeleton_pqbcm_270 .ant-skeleton-image *{display:none!important}._postContainer_p5i1d_1{box-sizing:border-box;display:flex;align-items:flex-end;padding:24px 12px;gap:24px;border-bottom:1px solid var(--Color-Fill-Divider);width:100%;min-height:196px;-webkit-user-select:none;user-select:none;transition:background-color .2s;cursor:pointer}._postContainer_p5i1d_1:hover{background-color:var(--Components-Menu-ItemBG---Hover)}._postContainer_p5i1d_1:active{background-color:var(--Components-Menu-ItemBG---Pressed)}._content_p5i1d_20{height:100%;width:0;flex-grow:1;display:flex;flex-direction:column;align-items:flex-start;gap:12px;flex:1 0 0}._postHeader_p5i1d_30{display:flex;align-items:center;gap:8px}._user_p5i1d_35{display:flex;align-items:center;gap:4px}._username_p5i1d_40{color:var(--Color-Text-Primary);font-family:Gellix TRIAL;font-size:14px;font-style:normal;font-weight:550;line-height:22px}._userCertified_p5i1d_48{display:flex;width:12px;height:12px;flex-direction:column;justify-content:center;align-items:center;gap:10px}._postContent_p5i1d_57{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:16px;flex:1 0 0}._words_p5i1d_65{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch}._postTitle_p5i1d_72{width:100%;display:flex;align-items:center;gap:10px}._postIcon_p5i1d_78{width:20px;height:20px}._postTitleWord_p5i1d_82{align-self:stretch;color:var(--Color-Text-Primary);font-family:Gellix TRIAL;font-size:20px;font-style:normal;font-weight:700;line-height:28px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._postPreview_p5i1d_94{align-self:stretch;color:var(--Color-Text-Primary);font-family:Gellix TRIAL;font-size:14px;font-style:normal;font-weight:450;line-height:22px;height:44px;overflow:hidden;margin-top:var(--Space-Margin-SM);flex:1;display:flex;flex-direction:column;gap:var(--Space-Margin-XS)}._bar_p5i1d_110{display:flex;height:22px;width:100%;justify-content:space-between;align-items:center;align-self:stretch}._badgeLogo_p5i1d_118{width:12px;height:12px;border-radius:99999px}._postMeta_p5i1d_123{display:flex;align-items:center;gap:12px}._timeAgo_p5i1d_128{color:var(--Color-Text-Tertiary);font-family:Gellix TRIAL;font-size:12px;font-style:normal;font-weight:450;line-height:20px}._postStats_p5i1d_136{display:flex;align-items:center;gap:20px}._statItem_p5i1d_141{display:flex;align-items:center;gap:8px}._stat_p5i1d_141{color:var(--Color-Text-Tertiary);font-family:Gellix TRIAL;font-size:14px;font-style:normal;font-weight:450;line-height:22px}._postImage_p5i1d_154{width:170px;height:114px;flex-shrink:0;object-fit:cover}._customDrawer_1a1gu_1{margin:20px 0 0 98px;border-radius:18px;max-width:960px}._customDrawer_1a1gu_1 ._ant-drawer-close_1a1gu_6{margin-left:auto!important}._creator_1fv6b_1{box-sizing:border-box;width:100%;height:98px;display:flex;align-items:center;column-gap:12px}._avatar_1fv6b_9{height:40px;width:40px}._info_1fv6b_13{font-family:Gellix TRIAL;font-size:14px;line-height:22px;font-style:normal;display:flex;flex-direction:column;justify-content:center}._basic_1fv6b_22{display:flex;justify-content:flex-start;align-items:center;gap:4px;font-size:14px;line-height:22px}._badgeLogo_1fv6b_30{width:12px;height:12px;border-radius:99999px}._name_1fv6b_35{height:22px;font-weight:550;color:var(--Color-Text-Primary)}._date_1fv6b_40{color:var(--Color-Text-Tertiary)}._dot_1fv6b_43{padding:0 3px;color:var(--Color-Text-Tertiary)}._local_1fv6b_47{height:22px;font-weight:450;color:var(--Color-Text-Tertiary)}._bg_p7m2r_1{width:100%;display:flex;flex-direction:column}._bg_p7m2r_1 ._commentInputContainer_p7m2r_6{display:flex;gap:16px;margin:24px 0}._bg_p7m2r_1 ._commentInputContainer_p7m2r_6 ._commentInputClick_p7m2r_11{display:flex;flex:1}._bg_p7m2r_1 ._commentInputContainer_p7m2r_6 ._commentInputClick_p7m2r_11 ._commentInput_p7m2r_6{pointer-events:none}._bg_p7m2r_1 ._loadWrapper_p7m2r_18{display:flex;justify-content:center;margin-top:28px}._bg_p7m2r_1 ._loadWrapper_p7m2r_18 ._commentLoad_p7m2r_23{animation:_rotate_p7m2r_1 2s linear infinite}@keyframes _rotate_p7m2r_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._bg_p7m2r_1 ._replyInput_p7m2r_34{width:100%;display:flex;flex-direction:column;align-items:flex-end;gap:10px}._bg_p7m2r_1 ._replyInput_p7m2r_34 ._btnGroup_p7m2r_41{display:flex;align-items:center;gap:12px}._commentUpDown_1jo9m_1{display:flex;align-items:center;flex-direction:row;gap:4px;color:var(--Color-Text-Tertiary)!important;font-family:Gellix TRIAL;font-size:14px;font-style:normal;font-weight:450;line-height:22px}._commentUpDown_1jo9m_1 ._authorLike_1jo9m_15{position:relative}._commentUpDown_1jo9m_1 ._authorLike_1jo9m_15 ._likeRed_1jo9m_18{color:red;position:absolute;bottom:-1px;right:0}._commentUpDown_1jo9m_1 ._authorLike_1jo9m_15 ._authorLikeImg_1jo9m_24{display:flex;width:16px;height:16px;padding-right:6px;border-radius:999px}._antd-textarea-customized_lg44v_1{font-family:Gellix TRIAL!important;font-size:14px!important;font-style:normal!important;font-weight:450!important;line-height:22px!important;width:100%!important;overflow:hidden;color:var(--Color-Text-Primary)!important;border:1px solid var(--Components-Input-Border---Typing);border-radius:var(--Components-Input-Global-borderRadius)!important;background:var(--Components-Menu-MenuBG)!important}._antd-textarea-customized_lg44v_1:focus,._antd-textarea-customized_lg44v_1:hover{border:1px solid var(--Components-Input-Border---Typing)}._antd-textarea-customized-inner_lg44v_19{font-family:Gellix TRIAL!important;font-size:14px!important;font-style:normal!important;font-weight:450!important;line-height:22px!important;border-radius:var(--Components-Input-Global-borderRadius)!important;border:0px solid var(--Components-Input-Border---Typing);overflow:hidden;outline:none!important;color:var(--Color-Text-Primary)!important;background:var(--Components-Menu-MenuBG)!important}._antd-textarea-customized-inner_lg44v_19::placeholder{color:transparent!important}._scrollbars-thin_lg44v_36{transition:all .2s;--os-size: 4px !important;--os-handle-border-radius: 100px !important;--os-handle-bg: var(--Components-Scrollbar-BG) !important;--os-handle-bg-hover: var(--Components-Scrollbar-BG) !important;--os-handle-perpendicular-size-hover: 150% !important;--os-handle-bg-active: var(--Components-Scrollbar-BG---pressed) !important;--os-handle-perpendicular-size-active: 150% !important}._commentContainer_19b26_2{display:flex;align-items:flex-start;margin-bottom:16px;gap:16px;transition:all .2s}._commentContainer_19b26_2 ._avatarContainer_19b26_9 ._avatar_19b26_9{width:32px;height:32px;border-radius:50%}._avatarLineContainer_19b26_14{position:relative;display:flex;flex-direction:column;align-items:center;margin-right:16px}._commentContent_19b26_21{flex-grow:1;display:flex;flex-direction:column;align-items:start;gap:8px}._commentContent_19b26_21 ._commentHeader_19b26_28{display:flex;justify-content:space-between;color:var(--Color-Text-Tertiary);font-family:Gellix TRIAL;font-size:14px;font-style:normal;font-weight:450;line-height:22px}._commentContent_19b26_21 ._commentHeader_19b26_28 ._authorTime_19b26_40{display:flex;align-items:center;gap:4px}._commentContent_19b26_21 ._commentHeader_19b26_28 ._authorTime_19b26_40 ._author_19b26_40{color:var(--Color-Text-Primary);font-family:Gellix TRIAL;font-size:14px;font-style:normal;font-weight:700;line-height:22px}._countLine_19b26_55{display:flex;align-items:center;gap:8px;color:var(--Color-Text-Tertiary)}._author_19b26_40{font-weight:700}._time_19b26_64{color:#888}._commentBody_19b26_67{color:var(--Color-Text-Primary);font-family:Gellix TRIAL;font-size:14px;font-style:normal;font-weight:450;line-height:22px;overflow-wrap:anywhere;-webkit-user-select:text;user-select:text;white-space:pre-wrap}._replies_19b26_80{margin-left:56px;position:relative}._replyInput_19b26_85{width:100%;display:flex;flex-direction:column;align-items:flex-end;gap:10px}._replyInput_19b26_85 ._btnGroup_19b26_92{display:flex;align-items:center;gap:12px}._textareaWrapper_1w9qp_1{width:100%;position:relative}._textareaWrapper_1w9qp_1 ._at_1w9qp_5{position:absolute;top:5px;left:11px;z-index:1;cursor:pointer;pointer-events:none;color:var(--Color-Text-Tertiary);font-family:Gellix TRIAL;font-size:14px;font-style:normal;font-weight:450;line-height:22px}._commentContainer_pwbvx_2{width:100%;display:flex;align-items:flex-start;margin-bottom:8px;gap:10px;transition:all .2s}._commentContainer_pwbvx_2 ._avatarContainer_pwbvx_10 ._avatar_pwbvx_10{width:24px;height:24px;border-radius:50%}._avatarLineContainer_pwbvx_15{position:relative;display:flex;flex-direction:column;align-items:center}._commentContent_pwbvx_21{flex:1;display:flex;flex-direction:column;align-items:start;gap:8px}._commentContent_pwbvx_21 ._commentHeader_pwbvx_28{display:flex;justify-content:space-between;margin-bottom:8px;color:var(--Color-Text-Tertiary);font-family:Gellix TRIAL;font-size:14px;font-style:normal;font-weight:450;line-height:22px}._commentContent_pwbvx_21 ._commentHeader_pwbvx_28 ._authorTime_pwbvx_41{display:flex;align-items:center;gap:4px}._commentContent_pwbvx_21 ._commentHeader_pwbvx_28 ._authorTime_pwbvx_41 ._author_pwbvx_41{color:var(--Color-Text-Primary);font-family:Gellix TRIAL;font-size:14px;font-style:normal;font-weight:700;line-height:22px}._countLine_pwbvx_56{display:flex;align-items:center;gap:8px;color:var(--Color-Text-Tertiary)}._author_pwbvx_41{font-weight:700}._time_pwbvx_65{color:#888}._commentBody_pwbvx_68{color:var(--Color-Text-Primary);font-family:Gellix TRIAL;font-size:14px;font-style:normal;font-weight:450;line-height:22px;overflow-wrap:anywhere;-webkit-user-select:text;user-select:text;white-space:pre-wrap}._replies_pwbvx_81{margin-left:56px;position:relative}._replyInput_pwbvx_86{width:100%;display:flex;flex-direction:column;align-items:flex-end;gap:10px}._replyInput_pwbvx_86 ._btnGroup_pwbvx_93{display:flex;align-items:center;gap:12px}._commentContainer_1ngxa_1 ._secondCommentPad_1ngxa_1{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin-left:42px}._commentContainer_1ngxa_1 ._moreReplies_1ngxa_8{display:flex;align-items:center;gap:8px}._commentContainer_1ngxa_1 ._moreReplies_1ngxa_8 ._authorLikeImg_1ngxa_13{width:16px;height:16px;border-radius:999px}._ideaDetail_1koqw_1{box-sizing:border-box;position:absolute;left:0;top:0;width:100vw;height:100vh;background-color:var(--Background);z-index:50;display:flex;justify-content:center;overflow:auto}._ideaDetail_1koqw_1 .ant-skeleton-image *{display:none}._ideaDetail_1koqw_1 *{-webkit-user-select:none;user-select:none;border-radius:0}._center_1koqw_21{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:32px;gap:8px}._backButton_1koqw_29{position:absolute;left:60px;top:20px}._details_1koqw_34{box-sizing:border-box;padding-top:26px;width:600px}._title_1koqw_39{box-sizing:border-box;width:100%}._headLine_1koqw_43{width:100%;margin-top:20px;padding:20px 0;box-sizing:border-box;display:flex;align-items:center;font-family:Gellix TRIAL;font-size:14px;font-style:normal;font-weight:450;color:var(--Color-Text-Primary);border-bottom:1px solid var(--Color-Fill-DividerSecondary)}._headLine_1koqw_43 ._control_1koqw_57{height:100%;display:flex;align-items:center;column-gap:8px;padding-left:20px;border-left:1px solid var(--Color-Fill-Divider)}._headLine_1koqw_43 ._second_1koqw_65{margin-left:12px}._headLine_1koqw_43 ._third_1koqw_68{margin-left:auto}._richText_1koqw_71,._linkedIdea_1koqw_76{box-sizing:border-box;width:100%;margin-top:24px}._userinfo_1koqw_81{width:100%;display:flex;flex-direction:column;align-items:center;margin-left:12px}._nameLine_1koqw_88{display:flex;justify-content:space-between}._report_1koqw_92{color:red}._hidden_1koqw_95{display:none}._dropdown-customized_1koqw_98{font-family:Gellix TRIAL!important;font-size:14px!important;font-style:normal!important;font-weight:450!important;line-height:22px!important;color:var(--Color-Text-Primary)!important;background:var(--Components-Menu-MenuBG)!important}._antd-message_1koqw_108{color:var(--Color-Text-Primary);font-family:Gellix TRIAL;font-size:14px;font-style:normal;font-weight:450;line-height:22px}._antd-message_1koqw_108 div{background:var(--Components-Modal-ModalBG)!important}._special_1koqw_121{display:flex;flex-direction:column;align-items:flex-start;gap:8px;color:var(--Color-Text-Primary);font-family:Gellix TRIAL;font-size:16px;font-weight:400;line-height:24px;white-space:pre-wrap;word-break:break-word}._special_1koqw_121 img{width:100%}._ideaDetail_cm5dy_1{box-sizing:border-box;width:100%;height:100%;z-index:50;padding:0 54px;display:flex;justify-content:center;overflow-y:hidden;position:relative}._tree-index_cm5dy_12{position:sticky;width:260px;height:fit-content;max-height:80vh;overflow-y:auto;left:0;z-index:100;display:flex;align-items:flex-start;margin-top:200px}._postEditor_cm5dy_24{top:0;left:0;width:100%;height:100%;position:relative;background-color:#0b0b0b}._postEditor_cm5dy_24 ._editor_cm5dy_32{width:620px;margin-left:260px}._postEditor_cm5dy_24 ._editor-tree-index_cm5dy_36{position:fixed;left:120px;width:260px;height:fit-content;max-height:80vh;display:flex;align-items:flex-start;margin-top:200px}._default_cm5dy_46{transition:width .5s ease,height .5s ease;cursor:zoom-in}._enlarged_cm5dy_50{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);max-width:100%;max-height:100%;z-index:1001;cursor:zoom-out}._placeholder_cm5dy_60{display:inline-block;visibility:hidden}._backButton_cm5dy_64{position:absolute;left:60px;top:20px;z-index:1010}._details_cm5dy_70{box-sizing:border-box;width:100%}._title_cm5dy_74{box-sizing:border-box;width:100%;font-family:Gellix TRIAL;color:var(--Color-Text-Primary);font-size:30px;font-weight:700;margin-top:20px;overflow-wrap:break-word;-webkit-user-select:text;user-select:text}._headLine_cm5dy_85{width:100%;margin-top:20px;padding:20px 0;box-sizing:border-box;display:flex;align-items:center;font-family:Gellix TRIAL;font-size:14px;font-style:normal;font-weight:450;color:var(--Color-Text-Primary);border-bottom:1px solid var(--Color-Fill-DividerSecondary)}._headLine_cm5dy_85 ._control_cm5dy_99{height:100%;display:flex;align-items:center;column-gap:8px;padding-left:20px;border-left:1px solid var(--Color-Fill-Divider)}._headLine_cm5dy_85 ._second_cm5dy_107{margin-left:12px}._headLine_cm5dy_85 ._third_cm5dy_110{margin-left:auto}._textToolbar_cm5dy_113{display:flex;justify-content:center;align-items:center;width:fit-content;border-radius:6px;z-index:11000;padding:4px;gap:8px;transition:all .2s ease;background-color:var(--Components-Modal-ModalBG)}._textTool_cm5dy_113{padding:0 15px}._textTool_cm5dy_113:hover>span>svg{fill:var(--Color-Text-Primary)}._textTool_cm5dy_113>span>svg{fill:var(--Color-Text-Tertiary)}._active_cm5dy_134{background-color:var(--Components-Button-TextIconBG)}._active_cm5dy_134>span>svg{fill:var(--Color-Text-Primary)}._imagetoolActive_cm5dy_140{background-color:#e7e6ff;border:1px var(--Components-Button-TextIconBG)}._imagetoolActive_cm5dy_140>span>svg{fill:#5856d6!important}._divider_cm5dy_147{width:1px;height:30px;background:var(--Color-Fill-Border)}._richText_cm5dy_152,._linkedIdea_cm5dy_157{box-sizing:border-box;width:100%;margin-top:24px}._info_cm5dy_162{box-sizing:border-box;width:100%;margin-top:28px;display:flex;align-items:center;font-family:Gellix TRIAL;font-size:14px;font-style:normal;font-weight:450;color:var(--Color-Text-Tertiary);border-bottom:1px solid var(--Color-Fill-DividerSecondary);padding:4px 0}._info_cm5dy_162 ._item_cm5dy_176{height:100%;display:flex;align-items:center;column-gap:8px}._info_cm5dy_162 ._second_cm5dy_107{margin-left:auto}._info_cm5dy_162 ._third_cm5dy_110{margin-left:24px}._nameLine_cm5dy_188{display:flex;justify-content:space-between}._report_cm5dy_192{color:red}._hidden_cm5dy_195{display:none}._colorPicker_cm5dy_198{z-index:2000}._colorPicker_cm5dy_198>ul{padding:0!important;background:transparent!important}._colorPicker_cm5dy_198>ul>li:hover{cursor:unset!important}._colorPickerBtn_cm5dy_208{padding:0 8px}._dropdown-customized_cm5dy_211{font-family:Gellix TRIAL!important;font-size:14px!important;font-style:normal!important;font-weight:450!important;line-height:22px!important;color:var(--Color-Text-Primary)!important;background:var(--Components-Menu-MenuBG)!important}._antd-message_cm5dy_221{color:var(--Color-Text-Primary);font-family:Gellix TRIAL;font-size:14px;font-style:normal;font-weight:450;line-height:22px}._antd-message_cm5dy_221 div{background:var(--Components-Modal-ModalBG)!important}._special_cm5dy_234{display:flex;flex-direction:column;align-items:flex-start;gap:8px;color:var(--Color-Text-Primary);font-family:Gellix TRIAL;font-size:16px;font-weight:400;line-height:24px;white-space:pre-wrap;word-break:break-word}._special_cm5dy_234 p,._special_cm5dy_234 span{-webkit-user-select:text!important;user-select:text!important}._special_cm5dy_234 img{max-height:100%;max-width:100%}._special_cm5dy_234 ._editor-paragragh_cm5dy_255{-webkit-user-select:text;user-select:text}._channelSelector_cm5dy_258{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1001}._windowMask_cm5dy_265{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:1000;background-color:var(--Color-Fill-Pop-up-Window-Mask)}._flex_cm5dy_274{width:100%;display:flex;justify-content:center;align-items:center;padding-bottom:60px}._scroll_cm5dy_281{width:0;z-index:-1}._dropdown-item_cm5dy_285{display:flex;flex-direction:row;align-items:center;gap:8px;color:var(--Color-Text-Primary)}.idea-post-footer{display:flex;width:100%;gap:8px;margin:12px 0 0;justify-content:flex-end}.idea-post-footer .primary{box-sizing:border-box;height:32px;border-radius:6px;padding:0 15px;text-align:center;font-family:Gellix TRIAL;font-size:14px;font-weight:450;line-height:22px;cursor:pointer;transition:all .2s;border:1px solid var(--Components-Button-PrimaryBG);background:var(--Components-Button-PrimaryBG);color:var(--Color-Text-Primary)}.idea-post-footer .primary:hover{background:var(--Components-Button-PrimaryBG---Hover);border:1px solid var(--Components-Button-PrimaryBG---Hover)}.idea-post-footer .primary:active{transition-duration:.05s;background:var(--Components-Button-PrimaryBG---Pressed);box-shadow:0 2px 24px 0 var(--Components-Button-PrimaryBG---Pressed)}.idea-post-footer .secondary{box-sizing:border-box;height:32px;border-radius:6px;padding:0 15px;text-align:center;font-family:Gellix TRIAL;font-size:14px;font-weight:450;line-height:22px;cursor:pointer;transition:all .2s;border:1px solid var(--Components-Button-SecondaryBG);background:var(--Components-Button-SecondaryBG);color:var(--Color-Text-Primary)}.idea-post-footer .secondary:hover{background:var(--Components-Button-SecondaryBG---Hover);border:1px solid var(--Components-Button-SecondaryBG---Hover)}.idea-post-footer .secondary:active{transition-duration:.05s;background:var(--Components-Button-SecondaryBG---Pressed);box-shadow:0 2px 24px 0 var(--Components-Button-SecondaryBG---Pressed)}.idea-post-footer .danger{box-sizing:border-box;height:32px;border-radius:6px;padding:0 15px;text-align:center;font-family:Gellix TRIAL;font-size:14px;font-weight:450;line-height:22px;cursor:pointer;transition:all .2s;border:1px solid var(--Color-Accents-Red);background:var(--Color-Accents-Red);color:var(--Color-Text-Primary)}.idea-post-footer .danger:hover{background:var(--Components-Button-DangerBG---Hover);border:1px solid var(--Components-Button-DangerBG---Hover)}.idea-post-footer .danger:active{transition-duration:.05s;border:1px solid var(--Components-Button-DangerBG---Pressed);background:var(--Components-Button-DangerBG---Pressed)}._textBtn_ukwkn_1{width:24px;height:24px;padding:1px;border-radius:2px;border:1px solid var(--Color-Fill-Border);background-color:transparent;font-size:16px;font-weight:550}._bgBtn_ukwkn_11{width:24px;height:24px;border-radius:2px;font-size:14px;font-weight:600;border:none}._active_ukwkn_19{border:1px solid var(--Components-Button-PrimaryBG)}._colorPicker_dx6bj_1{padding:8px 11px;border-radius:4px;background:var(--Components-Modal-ModalBG);box-shadow:0 9px 28px 8px #0000000d;box-shadow:0 3px 6px -4px #0000001f;box-shadow:0 6px 16px #00000014;display:flex;justify-content:center;align-items:center;flex-direction:column;width:242px}._title_dx6bj_14{width:100%;font-family:Gellix TRIAL;font-size:14px;font-weight:450;line-height:22px;text-align:left;padding:0 1px;color:var(--Color-Text-Tertiary)}._colorBar_dx6bj_24{display:flex;justify-content:center;align-items:center;gap:4px;flex-wrap:wrap;row-gap:6px;padding:8px 0}.scroll-box-scrollBars{transition:all .2s!important;position:absolute!important;right:-31px!important;--os-track-border-radius: 2px !important;--os-size: 8px !important;--os-handle-border-radius: 2px !important;--os-handle-bg: rgba(191, 191, 191, .6) !important;--os-handle-bg-hover: rgba(145, 225, 215, .6) !important;--os-handle-bg-active: rgba(89, 89, 89, .6) !important;--os-track-bg: rgba(191, 191, 191, .2) !important;--os-track-bg-hover: rgba(191, 191, 191, .2) !important;--os-track-bg-active: rgba(191, 191, 191, .2) !important}.scroll-box-shadow{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;transition:all .2s;pointer-events:none}.editor{position:relative;z-index:2;max-height:calc(100% - 80px);top:16px}.editor-container{width:100%;color:var(--Color-Text-Primary);font-family:Gellix TRIAL;font-size:16px;font-weight:400;line-height:24px;position:relative;display:flex;flex-direction:column;cursor:text}.editor-scroller{min-height:24px;max-height:100%;overflow:visible!important;z-index:1}.editor-editable{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.editor-editable:focus-visible{outline:none!important}.editor-placeholder{color:var(--Color-Fill-Placeholder);font-family:Gellix TRIAL;font-size:16px;font-weight:400;line-height:24px;overflow:hidden;position:absolute;text-overflow:ellipsis;top:50px;left:0;margin-top:0;-webkit-user-select:none;user-select:none;white-space:nowrap;display:inline-block;pointer-events:none}.editor-paragraph{margin:0;width:100%}.editor-hashtag{background-color:#5890ff26;border-bottom:1px solid rgba(88,144,255,.3)}.editor-length-indicator{position:absolute;top:8px;right:0;-webkit-user-select:none;user-select:none;margin:0;padding-top:8px;text-align:right;color:var(--Gray2);font-family:Gellix TRIAL;font-size:12px;font-weight:400;line-height:20px}.editor-toolbar{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:8px;width:200px;border-radius:4px;background-color:var(--Components-Modal-ModalBG);-webkit-user-select:none;user-select:none;z-index:1001}.editor-toolbar button{width:100%;height:32px;padding:4px;border:none;background-color:transparent;border-radius:4px;color:var(--Color-Text-Primary);text-align:center;font-family:Gellix TRIAL;font-size:14px;font-weight:450;line-height:22px;text-transform:capitalize;display:flex;align-items:center;gap:16px;transition:all .2s;cursor:pointer;outline:none;-webkit-user-select:none;user-select:none}.editor-toolbar button>svg{color:var(--Color-Text-Tertiary)}.editor-toolbar button:hover{color:var(--Color-Text-Primary);box-shadow:0 2px 24px #3b62780d;background:#313131}.editor-toolbar button:active{color:var(--Gray1);box-shadow:0 2px 24px #3b62780d;background:#1f1f1f}.editor-toolbar button:disabled{cursor:not-allowed;color:var(--Gray2);background:transparent!important;box-shadow:none!important}.editor-toolbar-button-focus{background:#91e1d733!important}.editor-toolbar-button-picture:focus{background:#91e1d733!important}.editor-toolbar-tooltip{background-color:transparent!important;margin:0!important;padding:0!important}.editor-toolbar-popper{left:90px!important}.editor-toolbar-tips{padding:8px 16px;border-radius:4px;border:1px solid var(--Gray1);background:var(--White);box-shadow:0 2px 8px #0000000d;color:var(--Gray1);text-align:center;font-family:Gellix TRIAL;font-size:12px;font-weight:400;line-height:20px;height:36px;box-sizing:border-box}.editor-btnContainer{background-color:var(--Components-Modal-ModalBG);width:32px;border-radius:6px;height:32px}.editor-controller{color:#00000080}.editor-rotate>span{transition:.2s all ease-in-out;transform:rotate(45deg)}.editor-sub-line{box-sizing:content-box!important;position:relative;border-bottom:1px solid var(--Gray3);width:100%;margin:0;padding-top:24px;height:20px}.editor-mention{width:200px;border-radius:4px;border:1px solid var(--Gray3);background:var(--White);box-shadow:0 4px 24px #0000000d;position:absolute;right:0;transform:translate(100%);overflow:hidden;z-index:500}.editor-mention-scroller{max-height:261px;overflow:visible!important}.editor-mention-scroller-list{margin:0;padding:0 8px 8px;display:flex;align-items:center;flex-direction:column}.editor-mention-scroller-list-noResult{width:193px;height:54px;line-height:62px;color:var(--Gray2);cursor:no-drop;text-align:center;font-family:Gellix TRIAL;font-size:14px;font-weight:500}.editor-mention-item{width:100%;height:49px;border-bottom:.4px solid var(--Gray3);box-sizing:border-box;margin-top:8px;padding:4px 8px;cursor:pointer;transition:all .2s;background:transparent;display:flex;align-items:center;gap:8px;border-radius:4px}.editor-mention-item-img{width:32px;height:32px;border-radius:50%}.editor-mention-item-info{display:flex;flex-direction:column;width:127px}.editor-mention-item-info-name{overflow:hidden;color:var(--Gray1);text-overflow:ellipsis;max-width:100%;font-family:Gellix TRIAL;font-size:14px;font-weight:500;line-height:22px;white-space:nowrap}.editor-mention-item-info-address{color:var(--Gray2);font-family:Gellix TRIAL;font-size:12px;font-weight:400;line-height:20px;max-width:80px}.editor-mention-item-info mark{color:var(--Theme2);background-color:transparent}.editor-mention-item:hover,.editor-mention-item-selected{background:var(--Gray3)}.editor-mention-node{color:var(--Theme2);cursor:pointer}.editor-mention-node-info{cursor:pointer;position:fixed;z-index:3;background-color:#fff;border-radius:4px;border:1px solid var(--Gray3);box-shadow:0 4px 24px #0000000d;width:200px}.editor-mention-node-info:hover{background-color:#fff}.editor-text-bold{font-weight:700}.editor-text-italic{font-style:italic}.editor-text-underline{text-decoration:underline}.editor-text-strikethrough{text-decoration:line-through;text-decoration-color:var(--Color-Text-Tertiary)}.editor-text-underlineStrikethrough{text-decoration:underline line-through}.editor-text-code{background-color:#f0f2f5;padding:1px .25rem;font-family:Menlo,Consolas,Monaco,monospace;font-size:94%}.editor-link{color:#216fdb;text-decoration:none}.tree-view-output{display:block;background:#222;color:#fff;padding:5px;font-size:12px;white-space:pre-wrap;margin:1px auto 10px;max-height:250px;position:relative;border-bottom-left-radius:10px;border-bottom-right-radius:10px;overflow:auto;line-height:14px}.editor-quote{margin:0;font-size:16px;font-weight:450;color:var(--Color-Text-Primary);border-left-color:#ced0d4;border-left-width:2px;border-left-style:solid;padding-left:16px}.editor-list-ol,.editor-list-ul{padding:0;font-weight:450;list-style-type:none;margin:0}.editor-list-ol li::marker{content:counter(list-item,decimal-leading-zero) ". "}.editor-list-ul li::marker{content:"• "}.editor-listItem:nth-child(2n){margin:12px 32px}.editor-listItem:nth-child(odd){margin:0 32px}.editor-listItem:last-child{margin-bottom:0}.editor-nested-listItem{list-style-type:none}pre::-webkit-scrollbar{background:transparent;width:10px}pre::-webkit-scrollbar-thumb{background:#999}.debug-timeTravel-panel{overflow:hidden;padding:0 0 10px;margin:auto;display:flex}.debug-timeTravel-panel-slider{padding:0;flex:8}.debug-timeTravel-panel-button{padding:0;border:0;background:none;flex:1;color:#fff;font-size:12px}.debug-timeTravel-panel-button:hover{text-decoration:underline}.debug-timeTravel-button{border:0;padding:0;font-size:12px;top:10px;right:15px;position:absolute;background:none;color:#fff}.debug-timeTravel-button:hover{text-decoration:underline}.toolbar{display:flex;margin-bottom:1px;background:#fff;padding:4px;border-top-left-radius:10px;border-top-right-radius:10px;vertical-align:middle}.toolbar button.toolbar-item{border:0;display:flex;background:none;border-radius:10px;padding:8px;cursor:pointer;vertical-align:middle}.toolbar button.toolbar-item:disabled{cursor:not-allowed}.toolbar button.toolbar-item.spaced{margin-right:2px}.toolbar button.toolbar-item i.format{background-size:contain;display:inline-block;height:18px;width:18px;margin-top:2px;vertical-align:-.25em;display:flex;opacity:.6}.toolbar button.toolbar-item:disabled i.format{opacity:.2}.toolbar button.toolbar-item.active{background-color:#dfe8fa4d}.toolbar button.toolbar-item.active i{opacity:1}.toolbar .toolbar-item:hover:not([disabled]){background-color:#eee}.toolbar .divider{width:1px;background-color:#eee;margin:0 4px}.toolbar .toolbar-item .text{display:flex;line-height:20px;width:200px;vertical-align:middle;font-size:14px;color:#777;text-overflow:ellipsis;width:70px;overflow:hidden;height:20px;text-align:left}.toolbar .toolbar-item .icon{display:flex;width:20px;height:20px;-webkit-user-select:none;user-select:none;margin-right:8px;line-height:16px;background-size:contain}.uploader-box{cursor:pointer}.rewrite-dialog-paper{background-color:transparent!important;-webkit-user-select:none;user-select:none;overflow:visible!important;border-radius:16px!important}.upload-fail-box{display:flex;width:410px;box-sizing:border-box;padding:48px 54px;flex-direction:column;align-items:center;gap:24px;background:var(--White);box-shadow:0 4px 16px #0000001a}.upload-fail-box h1{color:var(--Gray1);text-align:center;font-family:Gellix TRIAL;font-size:30px;font-weight:500;line-height:38px;margin:0 0 8px}.upload-fail-box span{color:var(--Gray1);text-align:center;font-family:Gellix TRIAL;font-size:14px;font-weight:400;line-height:22px}.image-control-wrapper--resizing{touch-action:none}.editor-image{cursor:default;position:relative;-webkit-user-select:none;user-select:none;margin:24px 0;display:inline-block;align-items:center;flex-direction:column;width:fit-content}.ImageNode__contentEditable{height:auto;border:0;resize:none;cursor:text;display:inline-block;position:relative;outline:0;padding-top:8px;-webkit-user-select:text;user-select:text;text-align:center;white-space:pre-wrap;font-family:Gellix TRIAL;font-size:14px;font-weight:450;line-height:22px;background-color:transparent;color:var(--Color-Text-Primary)}.ImageNode__contentEditable::placeholder{font-family:Gellix TRIAL;font-size:14px;font-weight:450;line-height:22px;text-align:center;color:var(--Color-Text-Tertiary)}.ImageNode__contentEditable p{margin:0}.image-component-normal{position:relative;width:fit-content;z-index:1;border:1px transparent solid}.image-component-normal:hover,.image-component-focus{border:1px solid var(--Color-Text-Primary)}.image-loading-box{width:660px;height:320px;background:#ffffff1f;display:flex;justify-content:center;align-items:center}.image-loading-box-mask{position:absolute;right:12px;top:12px;background-color:#00000073;padding:4px 12px;border-radius:4px;display:flex;justify-content:center;align-items:center;gap:8px}.image-loading-box-task{width:32px;height:22px;font-family:Gellix TRIAL;font-size:14px;font-weight:450;line-height:22px;text-align:center;color:var(--Color-Text-Primary)}.image-loading-box-icon{animation:rotate 2s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.image-resizer{display:block;width:7px;height:7px;position:absolute;background-color:transparent;border:1px solid var(--Components-Button-PrimaryText)}.image-resizer.image-resizer-ne{top:-4px;right:-4px;cursor:ne-resize}.image-resizer.image-resizer-se{bottom:-4px;right:-4px;cursor:nwse-resize}.image-resizer.image-resizer-sw{bottom:-4px;left:-4px;cursor:sw-resize}.image-resizer.image-resizer-nw{top:-4px;left:-4px;cursor:nw-resize}._container_h6gmm_1{position:relative;display:inline-flex;align-items:center;z-index:2000;padding-top:0}._input_h6gmm_8{display:flex;width:360px;border:none!important;align-items:center;gap:10px;font-family:Gellix TRIAL;font-style:normal;font-weight:450;color:var(--Color-Text-Primary);transition:background-color .2s,border-color .2s,box-shadow .2s;border-radius:4px;height:32px;padding:4px 11px;font-size:14px;line-height:22px;background:var(--Components-Input-Bg);border:1px solid var(--Components-Input-Border);outline:0}._Input_h6gmm_30{display:flex;width:360px;align-items:center;gap:10px;font-family:Gellix TRIAL;font-style:normal;font-weight:450;color:var(--Color-Text-Primary);transition:background-color .2s,border-color .2s,box-shadow .2s;border-radius:4px;height:32px;padding:4px 11px;font-size:14px;line-height:22px;outline:0;background-color:#141414;border:1px solid #424242}._suggestions_h6gmm_51{height:fit-content;max-height:260px;width:360px;overflow:hidden;position:absolute;top:120%;background:var(--Components-Modal-ModalBG);z-index:999;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d;border-radius:var(--Border-Radius-RadiusLG)}._suggestionsInner_h6gmm_63{padding:var(--Space-Padding-paddingXXS)}._suggestionItem_h6gmm_66{cursor:pointer}._suggestionItem_h6gmm_66:hover{background-color:#f0f0f0}._highlight_h6gmm_72{font-weight:700;background-color:#ffeb3b}._suggestItem_h6gmm_76{width:auto}._postEditor_1y4bo_1{box-sizing:border-box;width:680px;height:90%;margin:auto;padding:40px 0 60px;display:flex;flex-direction:column}._tree-index_1y4bo_10{position:fixed;width:260px;height:fit-content;max-height:80vh;overflow-y:auto;left:80px;z-index:100;display:flex;align-items:flex-start;margin-top:200px}._header_1y4bo_22{width:calc(100% - 70px);margin-left:70px;height:39px;border-bottom:1px solid var(--Color-Fill-Divider);background-color:#0b0b0b;display:flex;align-items:center;justify-content:space-between;background-color:#181818}._header_1y4bo_22 ._proTitle_1y4bo_33{font-size:16px;font-weight:500;line-height:24px;height:24px;color:#ffffffa6}._logo_1y4bo_40{font-family:Gellix TRIAL;color:var(--Color-Text-Primary);font-size:20px;font-weight:550;line-height:28px;text-align:left}._closeBtn_1y4bo_48{width:48px;height:39px;display:flex;align-items:center;justify-content:center;border:0;cursor:pointer;border-top-right-radius:8px;background-color:transparent}._closeBtn_1y4bo_48 path{fill:var(--Color-Text-Secondary)}._closeBtn_1y4bo_48:hover{background-color:var(--Components-Button-DangerBG---Hover)}._closeBtn_1y4bo_48:active{background-color:var(--Components-Button-DangerBG---Pressed)}._closeBtn_1y4bo_48:disabled{background-color:var(--Components-Button-TextIconBG)}._closeBtn_1y4bo_48:disabled path{fill:var(--Color-Text-Quaternary-Text-Disable)}._buttons_1y4bo_74{display:flex;align-items:center;justify-content:flex-end;gap:16px;transform:translateY(-40px)}._postAction_1y4bo_81{height:72px;width:calc(100% - 70px);margin-left:70px;padding:0 20px;display:flex;justify-content:space-between;align-items:center}._postAction_1y4bo_81 ._proTitle_1y4bo_33{font-size:20px;font-weight:500;line-height:28px;height:28px;color:#5e5ce6}._title_1y4bo_97{box-sizing:border-box;width:100%;resize:none;outline:none;border:none;font-family:Gellix TRIAL;font-size:38px;font-style:normal;font-weight:700;line-height:46px;height:46px;background-color:transparent;color:var(--Color-Text-Primary);margin-bottom:16px;overflow-y:hidden}._title_1y4bo_97::placeholder{color:var(--Color-Fill-Placeholder)}._editor_1y4bo_117{width:100%;margin-bottom:48px;height:0;flex-grow:1}._button_1y4bo_74{transition:.2s all ease-in-out;display:flex;justify-content:center;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;width:81px;height:32px;gap:8px;border-radius:6px;font-family:Gellix TRIAL;font-size:14px;font-weight:450;line-height:22px}._cancel_1y4bo_139{background-color:var(--Components-Button-SecondaryBG);color:var(--Components-Button-SecondaryText);box-shadow:0 0 0 .5px #0000000d;box-shadow:0 .5px 2.5px #0000004d}._cancel_1y4bo_139:hover{background-color:var(--Components-Button-SecondaryBG---Hover)}._cancel_1y4bo_139:active{background-color:var(--Components-Button-SecondaryBG---Pressed)}._post_1y4bo_1{color:var(--Color-Text-Primary);background-color:var(--Components-Button-PrimaryBG);box-shadow:0 2px 24px #3b62781a}._post_1y4bo_1._isDisabled_1y4bo_156{background-color:#e5e5e5;color:#bfbfbf66!important;cursor:no-drop}._post_1y4bo_1._isDisabled_1y4bo_156:hover,._post_1y4bo_1._isDisabled_1y4bo_156:active{background-color:#e5e5e5}._post_1y4bo_1:hover{background-color:var(--Components-Button-PrimaryBG---Hover)}._post_1y4bo_1:active{background-color:var(--Components-Button-PrimaryBG---Pressed)}._postButtonDisabled_1y4bo_173{background-color:#e5e5e5;color:#bfbfbf66!important;cursor:no-drop}._windowMask_1y4bo_178{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1000;background-color:var(--Color-Fill-Pop-up-Window-Mask)}._channelSelector_1y4bo_187{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1001}._messageBg_1y4bo_194{width:100%;height:100vh;background-color:#090909c4;position:absolute;z-index:10000;top:0;left:0;display:flex;justify-content:center;align-items:center}._messageBg_1y4bo_194 ._message_1y4bo_194{height:40px;display:flex;justify-self:start;align-items:center;gap:8px;color:#fff;font:14px Gellix TRIAL;padding:8px 16px;background-color:#000;border-radius:5px}._root_1kulj_1{box-sizing:border-box;z-index:1200;position:relative}._dot_1kulj_6{background:#f5f5f5;border-radius:50%;width:10px;height:10px;position:absolute;left:0;top:0;transform:translate(-50%,-50%);z-index:1110}._ring_1kulj_17{width:40px;height:40px;position:absolute;z-index:1100;transform:translate(-50%) translateY(-50%);opacity:1}._hoverArea_1kulj_25{position:absolute;width:24px;height:24px;left:-12px;top:-12px;z-index:1600}._card_1kulj_33{width:268px;height:247px;display:none;border:1px solid rgba(255,255,255,.4);padding:6px;opacity:0;transform:translate(-50%,-120%);z-index:1150;position:absolute}._content_1kulj_44{width:256px;height:235px;display:flex;background:var(--blue-card, linear-gradient(180deg, rgba(20, 81, 201, .5) 0%, rgba(48, 74, 126, .4) 70%), rgba(0, 0, 0, .6));flex-direction:column;flex-wrap:nowrap;justify-content:space-evenly;align-items:center;padding:12px;position:relative}._content_1kulj_44 ._info_1kulj_56{width:100%;height:32px;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;margin-bottom:5px}._content_1kulj_44 ._info_1kulj_56 ._avatar_1kulj_65{width:32px;height:32px;border-radius:2.934px;object-fit:contain}._content_1kulj_44 ._info_1kulj_56 ._info_text_1kulj_71{height:32px;width:180px;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-evenly;align-items:flex-start;margin-left:10px}._content_1kulj_44 ._info_1kulj_56 ._info_text_1kulj_71 ._name_1kulj_81{height:23px;width:100%;color:var(--Color-Text-Primary, rgba(255, 255, 255, .85));font-family:Gellix TRIAL;font-size:14px;font-style:normal;font-weight:550;line-height:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._content_1kulj_44 ._info_1kulj_56 ._info_text_1kulj_71 ._description_1kulj_94{align-self:stretch;color:var(--Color-Text-Secondary, rgba(255, 255, 255, .65));font-family:Gellix TRIAL;font-size:10px;font-style:normal;font-weight:450;line-height:14px;white-space:nowrap}._content_1kulj_44 ._iframe_box_1kulj_104{width:232px;height:144px}._content_1kulj_44 ._iframe_box_1kulj_104 ._content_preview_1kulj_108{width:400%;height:400%;border:none;transform-origin:top left;transform:scale(.25)}._marker_1kulj_116{padding:1.654px 4px;border:.662px solid #6fe5ff;background:#0b495c33;-webkit-backdrop-filter:blur(3.30798411px);backdrop-filter:blur(3.30798411px);color:#6fe5ff;font-family:Gellix TRIAL;font-size:10px;font-style:normal;font-weight:450;line-height:16.54px;position:absolute;top:8px;right:8px}._divider_1kulj_131{width:239.437px;height:1px;flex-shrink:0;background:var(--Color-Fill-Divider, rgba(255, 255, 255, .1))}._tags_1kulj_137{display:flex;flex-direction:row;align-items:stretch;padding:10px 0;gap:5px;width:100%;height:20px}._tag_1kulj_137{padding:1.654px 6.616px;border-radius:4.135px;background:#fff3;-webkit-backdrop-filter:blur(3.30798411px);backdrop-filter:blur(3.30798411px);color:var(--Color-Text-Primary, rgba(255, 255, 255, .85));font-family:Gellix TRIAL;font-size:10px;font-style:normal;font-weight:450;line-height:16.54px}._root_dliz6_1{box-sizing:border-box;z-index:1200;position:relative}._dot_dliz6_6{background:#f5f5f5;border-radius:50%;width:10px;height:10px;position:absolute;left:0;top:0;transform:translate(-50%,-50%);z-index:1110}._ring_dliz6_17{width:40px;height:40px;position:absolute;z-index:1100;transform:translate(-50%) translateY(-50%);opacity:1}._hoverArea_dliz6_25{position:absolute;width:24px;height:24px;left:-12px;top:-12px;z-index:1600}._card_dliz6_33{width:268px;height:247px;display:none;border:1px solid rgba(255,255,255,.4);padding:6px;opacity:0;transform:translate(-50%,-120%);z-index:1150;position:absolute}._content_dliz6_44{width:256px;height:235px;display:flex;background:var(--purple-card, linear-gradient(180deg, rgba(124, 26, 132, .5) 0%, rgba(76, 46, 86, .4) 100%), rgba(0, 0, 0, .6));flex-direction:column;flex-wrap:nowrap;justify-content:space-around;align-items:center;padding:12px;position:relative}._content_dliz6_44 ._info_dliz6_56{width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;margin-bottom:12px}._content_dliz6_44 ._info_dliz6_56 ._avatar_dliz6_64{width:32px;height:32px;border-radius:2.934px;object-fit:contain}._content_dliz6_44 ._info_dliz6_56 ._info_text_dliz6_70{height:32px;width:180px;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-evenly;align-items:flex-start;margin-left:10px}._content_dliz6_44 ._info_dliz6_56 ._info_text_dliz6_70 ._name_dliz6_80{height:23px;width:100%;color:var(--Color-Text-Primary, rgba(255, 255, 255, .85));font-family:Gellix TRIAL;font-size:14px;font-style:normal;font-weight:550;line-height:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._content_dliz6_44 ._info_dliz6_56 ._info_text_dliz6_70 ._description_dliz6_93{align-self:stretch;color:var(--Color-Text-Secondary, rgba(255, 255, 255, .65));font-family:Gellix TRIAL;font-size:10px;font-style:normal;font-weight:450;line-height:14px;white-space:nowrap}._content_dliz6_44 ._iframe_box_dliz6_103{width:232px;height:144px}._content_dliz6_44 ._iframe_box_dliz6_103 ._content_preview_dliz6_107{width:400%;height:400%;border:none;transform-origin:top left;transform:scale(.25)}._marker_dliz6_115{padding:1.654px 4px;border:.662px solid #db75ff;background:#5c0b5933;-webkit-backdrop-filter:blur(3.30798411px);backdrop-filter:blur(3.30798411px);color:#db75ff;font-family:Gellix TRIAL;font-size:10px;font-style:normal;font-weight:450;line-height:16.54px;position:absolute;top:8px;right:8px}._divider_dliz6_130{width:239.437px;height:1px;flex-shrink:0;background:var(--Color-Fill-Divider, rgba(255, 255, 255, .1))}._tags_dliz6_136{display:flex;flex-direction:row;align-items:stretch;padding:10px 0;gap:5px;width:100%;height:20px}._tag_dliz6_136{padding:1.654px 6.616px;border-radius:4.135px;background:#fff3;-webkit-backdrop-filter:blur(3.30798411px);backdrop-filter:blur(3.30798411px);color:var(--Color-Text-Primary, rgba(255, 255, 255, .85));font-family:Gellix TRIAL;font-size:10px;font-style:normal;font-weight:450;line-height:16.54px}._root_1urkf_1{box-sizing:border-box;z-index:1200;position:relative}._dot_1urkf_6{background:#f5f5f5;border-radius:50%;width:10px;height:10px;position:absolute;left:0;top:0;transform:translate(-50%,-50%);z-index:1110}._ring_1urkf_17{width:40px;height:40px;position:absolute;z-index:1100;transform:translate(-50%) translateY(-50%);opacity:1}._hoverArea_1urkf_25{position:absolute;width:24px;height:24px;left:-12px;top:-12px;z-index:1600}._card_1urkf_33{width:360px;height:216px;flex-shrink:0;fill:#fff6;border:1px solid rgba(255,255,255,.4);padding:6px;display:none;align-items:center;transform:translate(-50%,-120%);z-index:1150;position:absolute;opacity:0}._content_1urkf_47{width:348px;height:204px;display:flex;background:var(--yellow, linear-gradient(180deg, rgba(190, 156, 31, .5) 0%, rgba(68, 65, 32, .4) 70%), rgba(0, 0, 0, .5));flex-direction:column;flex-wrap:nowrap;gap:6px;align-items:center;padding:12px;position:relative}._info_1urkf_59{width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;margin-bottom:12px}._avatar_1urkf_67{width:20px;height:20px;border-radius:1000px;background:url(<path-to-image>) #d3d3d3 50% / cover no-repeat;box-shadow:0 0 1px #fff9;margin-right:10px;object-fit:contain}._name_1urkf_76{color:var(--Color-Text-Primary, rgba(255, 255, 255, .85));font-family:Gellix TRIAL;font-size:12px;font-style:normal;font-weight:550;line-height:22px;width:270px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._marker_1urkf_88{display:flex;padding:1.654px 4px;justify-content:center;align-items:center;border:.662px solid #FFD363;background:#5c370b33;-webkit-backdrop-filter:blur(3.30798411px);backdrop-filter:blur(3.30798411px);color:#ffd363;font-family:Gellix TRIAL;font-size:10px;font-style:normal;font-weight:450;line-height:16.54px;position:absolute;top:8px;right:8px}._title_1urkf_106{word-break:break-word;height:50px;align-self:stretch;color:var(--Color-Text-Primary, rgba(255, 255, 255, .85));font-family:Gellix TRIAL;font-size:18px;font-style:normal;font-weight:700;line-height:24px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}._description_1urkf_122{height:60px;color:var(--Gray2, #BFBFBF);font-family:Gellix TRIAL;font-size:14px;font-style:normal;font-weight:450;line-height:18px;word-break:break-word;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;margin-bottom:14px;align-self:flex-start}._footer_1urkf_139{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:20px;align-self:stretch}._subfooter_1urkf_147{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;color:var(--Color-Text-Secondary, rgba(255, 255, 255, .65));font-family:Gellix TRIAL;font-size:14px;font-style:normal;font-weight:450;line-height:22px}._projectPreview_1k3os_1{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;margin-top:100px;position:absolute;color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat}._projectPreview_1k3os_1>._avatar_1k3os_14{margin-bottom:16px;width:71px;height:71px}._projectPreview_1k3os_1>._avatar_1k3os_14>img{border-radius:8px;width:100%;height:100%}._projectPreview_1k3os_1>._desc_1k3os_24{font-family:Gellix TRIAL;font-size:42px;font-weight:700;line-height:58px;text-align:center}._projectPreview_1k3os_1>._title_1k3os_31{font-family:Gellix TRIAL;font-size:32px;font-weight:700;line-height:46px;text-align:center}._projectPreview_1k3os_1>._datalist_1k3os_38{display:flex;gap:120px;margin-top:35px;align-items:center}._projectPreview_1k3os_1>._datalist_1k3os_38>._data_1k3os_38>._label_1k3os_44{font-family:Gellix TRIAL;font-size:16px;font-weight:450;line-height:22px;text-align:center;color:#ffffffd9}._projectPreview_1k3os_1>._datalist_1k3os_38>._data_1k3os_38>._value_1k3os_52{font-family:Gellix TRIAL;font-size:24px;font-weight:550;line-height:32px;text-align:center}button{cursor:pointer}.large-primary-button{border:0;height:48px;width:100%;position:relative;display:flex;align-items:center;justify-content:space-between;padding:0 24px;clip-path:polygon(0% 0%,100% 0%,100% 100%,18px 100%,0% 26px);text-align:center;font-family:Gellix TRIAL;font-size:16px;font-weight:500;line-height:24px;text-transform:capitalize;box-shadow:0 2px 21px #3b62781a;border-radius:4px;transition:all .2s;background:var(--Cyan1);color:var(--Black);font-weight:600}.large-primary-button:before{content:"";position:absolute;z-index:1;top:18px;left:0;width:26px;height:30px;clip-path:polygon(0% 0%,100% 100%,calc(100% - 8px) 100%,0 8px);transition:all .1s}.large-primary-button:after{content:"";width:100%;height:100%;top:0;left:0;position:absolute;z-index:-1;clip-path:polygon(0% 0%,100% 0%,100% 100%,18px 100%,0% 26px);opacity:0;border-radius:4px;transition:all .2s}.large-primary-button:hover:after{opacity:100}.large-primary-button:disabled{background-color:var(--Gray1)!important;color:var(--Gray2)!important}.large-primary-button:disabled:before{background-color:var(--Gray3)!important}.large-primary-button:disabled:after{opacity:0!important}.large-primary-button:active{opacity:.8}.large-primary-button:before{background-color:var(--Yellow)}.large-primary-button:hover:after{background:linear-gradient(238deg,var(--Cyan1) 6.16%,#F7D16F 68.09%)}.large-primary-button:hover:before{background:var(--Cyan1)}.large-secondary-button{border:0;height:48px;width:100%;position:relative;display:flex;align-items:center;justify-content:space-between;padding:0 24px;clip-path:polygon(0% 0%,100% 0%,100% 100%,18px 100%,0% 26px);text-align:center;font-family:Gellix TRIAL;font-size:16px;font-weight:500;line-height:24px;text-transform:capitalize;box-shadow:0 2px 21px #3b62781a;border-radius:4px;transition:all .2s;background-color:#91e1d733;color:var(--Cyan1)}.large-secondary-button:before{content:"";position:absolute;z-index:1;top:18px;left:0;width:26px;height:30px;clip-path:polygon(0% 0%,100% 100%,calc(100% - 8px) 100%,0 8px);transition:all .1s}.large-secondary-button:after{content:"";width:100%;height:100%;top:0;left:0;position:absolute;z-index:-1;clip-path:polygon(0% 0%,100% 0%,100% 100%,18px 100%,0% 26px);opacity:0;border-radius:4px;transition:all .2s}.large-secondary-button:hover:after{opacity:100}.large-secondary-button:disabled{background-color:var(--Gray1)!important;color:var(--Gray2)!important}.large-secondary-button:disabled:before{background-color:var(--Gray3)!important}.large-secondary-button:disabled:after{opacity:0!important}.large-secondary-button:active{opacity:.8}.large-secondary-button:before{background-color:#4b678f}.large-secondary-button:hover{color:var(--White)}.large-secondary-button:hover:after{background:linear-gradient(249deg,#45ddca 15.43%,#436483 70.72%,#436483 101.29%)}.large-secondary-button:hover:before{background:var(--Cyan1)}.default-secondary-button{width:100%;padding:0 16px;font-family:Gellix TRIAL;font-size:16px;font-weight:500;line-height:24px;border-radius:8px;height:40px;position:relative;transition:all .2s;border:1px solid var(--Gray1);background:var(--Black);color:var(--White);box-shadow:0 2px 21px #0707071a}.default-secondary-button:hover{color:var(--Cyan1);box-shadow:0 2px 21px #3b62781a}.default-secondary-button:active{border:1px solid var(--Cyan1, #91E1D7)}.default-primary-button{width:100%;padding:0 16px;font-family:Gellix TRIAL;font-size:16px;font-weight:500;line-height:24px;border-radius:8px;height:40px;box-shadow:0 2px 21px #0707071a;position:relative;transition:all .2s;border:.2px solid var(--White);background:var(--Cyan1);color:var(--Black)}.default-primary-button:after{position:absolute;border-radius:8px;content:"";top:0;left:0;width:100%;height:100%;opacity:1;z-index:-1;background:linear-gradient(0deg,#fff6,#fff6),var(--Cyan1)}.default-primary-button:hover{background:transparent}.default-primary-button:active:after{background:linear-gradient(0deg,#0003,#0003),var(--Cyan1)}.default-primary-button:disabled{background:var(--Gray1);color:var(--Gray2);opacity:.8;cursor:not-allowed;border:0}.default-primary-button:disabled:after{opacity:0!important}.small-button{height:24px;font-size:12px;line-height:24px}._reminder_12wgf_1{transform:translateZ(0);position:fixed;z-index:7777;bottom:24px;right:24px;width:312px;padding:8px 16px;border-radius:8px;border:1px solid var(--Gray1);background:linear-gradient(90deg,#4e4e4e99,#24232399);box-shadow:0 4px 16px #00000040;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-sizing:border-box;-webkit-user-select:none;user-select:none}._reminder-header_12wgf_17{display:flex;align-items:center;justify-content:space-between;width:100%;color:var(--Cyan1);font-family:Gellix TRIAL;font-size:16px;font-weight:500;line-height:24px;text-transform:capitalize}._reminder-header_12wgf_17 span{color:var(--Gray2);text-align:right;font-family:Gellix TRIAL;font-size:12px;font-weight:400;line-height:20px}._reminder-content_12wgf_37{margin:8px 0;width:100%;color:var(--White);font-family:Gellix TRIAL;font-size:12px;font-weight:400;line-height:20px}._reminder-footer_12wgf_46{display:flex;align-items:center;justify-content:space-between;gap:15px}._item-micro-app-container_15hdw_1{position:absolute;top:0;left:70px;width:calc(100% - 70px);height:100%;background-color:#0b0b0b;border:var(--Color-Fill-Divider) solid 1.5px;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;transition:transform .22s ease-in-out,opacity .22s ease-in-out;z-index:2000}._item-micro-app-container_15hdw_1 ._item-micro-app-header_15hdw_16{background-color:#0b0b0b;width:100%;display:flex;flex-direction:row-reverse;height:40px;align-items:center}._item-micro-app-container_15hdw_1 ._item-micro-app-header_15hdw_16 ._close-btn_15hdw_24{width:48px;height:39px;display:flex;align-items:center;justify-content:center;border:0;cursor:pointer;border-top-right-radius:8px;background-color:transparent}._item-micro-app-container_15hdw_1 ._item-micro-app-header_15hdw_16 ._close-btn_15hdw_24 path{fill:var(--Color-Text-Secondary)}._item-micro-app-container_15hdw_1 ._item-micro-app-header_15hdw_16 ._close-btn_15hdw_24:hover{background-color:var(--Components-Button-DangerBG---Hover)}._item-micro-app-container_15hdw_1 ._item-micro-app-header_15hdw_16 ._close-btn_15hdw_24:active{background-color:var(--Components-Button-DangerBG---Pressed)}._item-micro-app-container_15hdw_1 ._item-micro-app-header_15hdw_16 ._close-btn_15hdw_24:disabled{background-color:var(--Components-Button-TextIconBG)}._item-micro-app-container_15hdw_1 ._item-micro-app-header_15hdw_16 ._close-btn_15hdw_24:disabled path{fill:var(--Color-Text-Quaternary-Text-Disable)}._item-micro-app-container_15hdw_1 ._item-micro-app-header_15hdw_16 ._minimize-btn_15hdw_50{width:48px;height:39px;display:flex;align-items:center;justify-content:center;border:0;cursor:pointer;background-color:transparent}._item-micro-app-container_15hdw_1 ._item-micro-app-header_15hdw_16 ._minimize-btn_15hdw_50 path{fill:var(--Color-Text-Secondary)}._item-micro-app-container_15hdw_1 ._item-micro-app-header_15hdw_16 ._minimize-btn_15hdw_50:hover{background-color:var(--Components-Button-TextIconBG)}._item-micro-app-container_15hdw_1 ._item-micro-app-header_15hdw_16 ._minimize-btn_15hdw_50:active{background-color:var(--Components-Button-TextIconBG---Pressed)}._item-micro-app-container_15hdw_1 ._item-micro-app-header_15hdw_16 ._minimize-btn_15hdw_50:disabled{background-color:var(--Components-Button-TextIconBG)}._item-micro-app-container_15hdw_1 ._item-micro-app-header_15hdw_16 ._minimize-btn_15hdw_50:disabled path{fill:var(--Color-Text-Quaternary-Text-Disable)}._item-micro-app-container_15hdw_1 ._item-micro-app_15hdw_1{flex:1;width:100%}._item-micro-app-container_15hdw_1 ._item-micro-app_15hdw_1 iframe{width:100%;height:100%;border-width:0}._header_1wapn_4{width:calc(100% - 70px);margin-left:70px;height:39px;border-bottom:1px solid var(--Color-Fill-Divider);background-color:#0b0b0b;display:flex;align-items:center;justify-content:space-between;background-color:#181818}._header_1wapn_4 ._proTitle_1wapn_15{font-size:16px;font-weight:500;line-height:24px;height:24px;color:#ffffffa6}._closeBtn_1wapn_22{width:48px;height:39px;display:flex;align-items:center;justify-content:center;border:0;cursor:pointer;border-top-right-radius:8px;background-color:transparent}._closeBtn_1wapn_22 path{fill:var(--Color-Text-Secondary)}._closeBtn_1wapn_22:hover{background-color:var(--Components-Button-DangerBG---Hover)}._closeBtn_1wapn_22:active{background-color:var(--Components-Button-DangerBG---Pressed)}._closeBtn_1wapn_22:disabled{background-color:var(--Components-Button-TextIconBG)}._closeBtn_1wapn_22:disabled path{fill:var(--Color-Text-Quaternary-Text-Disable)}._notification_1wapn_48{box-sizing:border-box;width:calc(100% - 70px);height:calc(100% - 40px);padding:20px calc(50% - 435px);margin-left:70px;display:flex;flex-direction:column;gap:22px}._notification_1wapn_48 ._title_1wapn_58{height:32px;font-size:24px;font-weight:500;line-height:32px;display:flex;justify-content:space-between}._notification_1wapn_48 ._infoTab_1wapn_66{margin-top:8px;height:100%;padding:0 20px}._nav_42t66_1{height:32px;width:970px;padding-right:16px;font-family:Gellix TRIAL;font-size:16px;font-style:normal;font-weight:450}._nav_42t66_1 ._tabGroup_42t66_12{display:flex;flex-direction:row;gap:8px}._nav_42t66_1 ._divider_42t66_18{margin:0;padding:0;height:1px;border:1px solid rgb(225,225,227)}._nav_42t66_1 ._groupName_42t66_24{color:var(--Color-Text-Secondary)}._nav_42t66_1 ._active_42t66_27{color:#5856d6;border-bottom:2px solid rgb(88,86,214)}._tabItem_42t66_33{margin-right:24px;padding-bottom:10px;justify-content:flex-start}*{font-family:Gellix TRIAL}._notificationItem_li2hu_4{width:760px;padding:8px 12px;display:flex}._notificationItem_li2hu_4 ._ifRead_li2hu_9{width:6px;height:100%;min-height:80px;position:relative}._notificationItem_li2hu_4 ._ifRead_li2hu_9 ._dot_li2hu_15{width:6px;height:6px;border-radius:50%;background-color:red;position:absolute;top:26px;left:0}:root{font-size:14px}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}li{list-style:none}#root{height:100%;display:flex;flex-direction:column}.app{height:100%}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center}.popup-content{background-color:#fff;padding:20px;border-radius:8px;max-width:500px;width:100%;box-shadow:0 0 10px #00000040}._root_u8gre_1{color:#fff}._outline_u8gre_4{color:#fff;transition:all .2s}._input-text_u8gre_8{color:#fff;z-index:1}._hidden-button_u8gre_12{z-index:1;color:#fff;transition:all .2s;margin-right:0!important}._adorned-start_u8gre_18{color:#fff;overflow:visible!important;margin-left:6px}._line-label_u8gre_23,._line-label-focus_u8gre_26{color:#fff}._back-next-button_u8gre_29{width:100%;display:flex;align-items:center;justify-content:space-between}._check-list_u8gre_35{display:flex;flex-direction:column}._check-list-item_u8gre_39{display:flex;align-items:center;gap:8px}._check-list-item-icon_u8gre_44{height:16px;width:16px;display:flex;align-items:center;justify-content:center;gap:8px}._stepper-main_u8gre_52{width:100%;display:flex;align-items:center;justify-content:center;gap:6px;margin:0;padding:0}._stepper-main_u8gre_52 li{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-align:center;font-family:Gellix TRIAL;font-size:14px;font-weight:500;line-height:20px}._phrase-box_u8gre_74{position:relative}._phrase-box-mask_u8gre_77{transform:translateZ(0);position:absolute;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--White);text-align:center;font-family:Gellix TRIAL;font-size:14px;font-weight:300;line-height:22px;border-radius:6px;background:#59595999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._phrase-box-mask-text_u8gre_96{display:flex;align-items:center;gap:5px}._phrase-box-list_u8gre_101{display:grid;padding:0;margin:0}._phrase-box-list_u8gre_101 li{border-radius:6px;display:flex;align-items:center;padding:0 12px;box-sizing:border-box}._phrase-box-list_u8gre_101 li span{display:inline-block;text-align:right;margin-right:8px}._phrase-box-list_u8gre_101 ._li-input_u8gre_118{display:flex;align-items:center;background-color:transparent;border:1px solid var(--Gray2)}._phrase-box-list_u8gre_101 ._li-input_u8gre_118 input{width:74px;height:22px;border:0;text-align:left;background-color:transparent;color:var(--White)}._phrase-box-list_u8gre_101 ._li-input_u8gre_118 input:focus{outline:none;border:0}._phrase-box-error_u8gre_136{width:100%;color:var(--Red);font-family:Gellix TRIAL;font-size:14px;font-weight:500;line-height:22px;text-wrap:nowrap;margin-top:16px}._copy-button_u8gre_146{height:24px;padding:0 16px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:4px;border:0}._copy-success_u8gre_156{display:flex;align-items:center;gap:8px}._copy-success_u8gre_156>span{font-family:Gellix TRIAL;font-size:14px;font-weight:500;line-height:22px}._checkbox_u8gre_167{border-radius:3.5px;width:14px;height:14px;display:flex;align-items:center;justify-content:center;cursor:pointer}._checkbox_u8gre_167 ._has-checked_u8gre_176{width:10px;height:10px;border-radius:2px}._sub-page_421g5_1{width:100%;height:100%;position:absolute}._sub-page-box_421g5_6{display:flex;flex-direction:column;align-items:center;margin:0 auto;position:relative;width:fit-content;height:fit-content}._LoginSuccess_16lcg_4{width:464px;height:534px;background-color:#292929;margin:calc((100vh - 574px)/2) auto}._login-page_xs8iq_1{position:absolute;left:0;top:0;width:100vw;height:100vh;overflow:hidden;z-index:10001}._login-page_xs8iq_1 ._nav_xs8iq_10{height:40px;width:100%;display:flex;justify-content:end;align-items:center;padding-right:12px;background-color:#292929}._login-page_xs8iq_1,._login-page_xs8iq_1 *{-webkit-user-select:none;user-select:none}._LoginBox_167pi_4{width:400px;height:478px;background-color:#292929;margin:calc((100vh - 518px)/2) auto}*{color:#fff}._CreateSuccess_4ye8z_4{width:464px;height:534px;background-color:#292929;margin:calc((100vh - 574px)/2) auto}
