:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,d09GMgABAAAAAA4oAA4AAAAAHbQAAA3TAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgRQIDgmcDBEICo1oijYBNgIkA14LMgAEIAWJAAeBHAyBHBvbGiMRdnO0IkRRkiYDgr9KsJ1NUAf2kILNxgUmgqIgq1P89vcbIcmsQbRps3vCcXdYOKSWEPEKgZgQkprQQsxIXUgq0DqpGKmIvrgkeVGtEQD9DzAO29fM9jYhxZEsL2FeURH2JN4MIcTdO049NCVdxQ/w9NrSYFEBKTDKpLKfNkCGDc1RwjZLQcm3vqJ2UW9Xfa3tgAHz6ivp6vgC2yD4/6352ndnN0X0TL7seypkjZlMsjmZnf0Mm5Q+JykRWQBKCVCVPbARPXWyQtb5VgLB6Biq7/Uixcj2WGqdI8tGSgkuRG+t910GKP2D7AQH0DB9FMDW/obJZ8giFI3Wg8Cvevz0M+5m0rTh7XDBlvo9Y4vm13EXmfttwI4mBo1EG15fxJhUiCLbiiyCf/ZA6MFAhg3pGIZGdGIVjtPn6UcMk9A/UUr9PhoNsCENw1APAq0gpH73e+M+0ueyHbabc3vkbcdtzcf/fiy+NxQEjf9ud/ELBHAXJ0nk4z+MXH2Ev/kWyV4k7SkvpPc9Qr38F6RPWnM9cN6DJ0AdD1BhtgABtmoRoFCvPsBAumNm6soZG2Gk5GyVTo2sJncSyp0jQTYoR6WDvTwaaEcHsxHfvuWhHA3a6bN7twRKtcGok6NsCi7jYRrM2jExsUFMxMQYuJbMhuWNOumEJy9hi29Dmg5zMp/A5+hhPG19j1vBrq8JTLr8ki5VLPmG/PynJHVul440bxg5xuymHUFPBshC+nA9I1FmwbRBTNHAcik3Oae0cxKoI3MOriM42UrPe51nsaGxJ+WfXubAsP84aabUlQSJ1IiE0iPETLUU4CATgfXSCSpuRFRmCGbO+wSpAnzaeaCYW1VNEysRtuXCEL1kUFUbbtMv3Tilt/1c11jt3Q5bbMa84cpWipp8Elw3MZhOHsOlwwVUQM3lAR35JiFQbaYCRnMF2lxAWoOg2gyoIV4PouX8HytNIfLhqpJtXB4vjiViUI8IJ7bkC4ikkQvKksnOTKICwnqWSZ9YS5f0WCxmpgjbIq7EJcM4aI2nmhLNY2JIUgOjXZFWBHb+x5oh6cwb0Tv1ackHdKi0I9OO2wE9aogIOn540CCCziyhN+IaejtgAONKznHlHyutPrHGwCx9S6B8kfS4Mfi4Eyv7OU730bT1SCBjt834cXsf43zVjPUqqJjgrjeGnBxSG4aYAKFuVbeCfkDIjAqMb6yLNIbCuvXhMH2/+k2vkNpkORhR59N1CkzoOENvneIosjYmuTxlhUzaGEJQ/iWqx4dmwpmKjrwTiTGTCVozNAYqk/zXOndWxuWSmJkQpJw3pK5KX6QrLt5LATMqpmPAQhkhK6PUjzHUn7E0gHE0kPE0iKkolgkUx9SZmVAdDgpffdyJKg3k7VmzYGCwVXGz/tXmkOIp+vcWs+EMuhhvN0h9uhfzWJziBQmCREGSIFmQIkgVpAnSBRmC//6hkLZwaVhwxlrJSOdqlFtOYxlau9F2QN5Y98xmIAsiM1HVp2VFX+DHHGg6Ecjh3vmqtidX3qHI2qycTk/iwxSt5UzTmEP92ZBnEWTk4Mx8Mpl78ZDokxg/KWb+Q0QkvdKVmq3TMW+RXEgrsziSAfNXFMhDc60N5N9jQzjfO0kBKpUZl0ZmwJ41j/B9Hz6wmRaJB84niNmQrzp9eSlQCDDzazGDdVi3P36VZQ+Jy4f9UBNp+3zTjqI4abaFAm+GShVaXlsGdF3FYzZcDI6cori4kMxUECl9IjJZpzkvitAoxKue+90pDMvcKRxLl53TmOKCmV/xRolNKSqqUxc6LStOETmFOiLZZptlZepcKiAzteG8PEdpnQpbOMNcMsR4RR2Bs0cKFEvSmIjAFcnarqwUL4lDhHmnVkwu1IwshbiCcgvOheZuYyOteufZZwlcTlLgnZ3o/WcYdzZHW/WGaqaVfmTZ1aWCceJjkbZqsfbkOtcFlUZM/jy+hXHDbaUobWqqXaeWobbLO99yG5N3U4wxco0rQGGcOLASFMXeJoham8M+/x6O2WywK2l4HGbq1CoUyC/IZikQhdq3SiuNrvAEj0AVu9x2x3lp/xWzahaxidezFVtdcb5uEnzyl0ZmYiuKI0exvCd4Xc9CV1KB0db00z92wDPde0kukbvZIWN6jUWFTmPIC/Y4UPCm8UfDTFZpZNon1qLFTkBhxzB+FjQRA2Q/YRJT8pQigslMaUpFyAG8TMlXigiqmAZX4xgijKjRlGpLE0GdplRfCaJo0JQaSxNBk6ZmMzcya0FmrcisDdn0Q3HI2sWSppYigmlM1XT/kLQZSNpMJG0WkjYbSZuDpM1F0uYhFc1HxU4m1QJjDK6iL0S5uSj5rgXc3RejEigtcRBtqYPQsiTskmO5vosV+q4VGIKbOkDg0jtRrq+Em1YloaTFar3EGr1EUC8R0kus1Uus00usL97ABr2BjXoDm/QGNhuWtMVBKOwg/i78lT7hBsAvDmwHc/ao3vmUbBmhjeYySZNWvGkfZAgISDSaDo1SVpzGDsAEkF8B+gEapViUoZgUWXcRIGFZNm6gWbAKk0bp0k1MHG9fLYtV4iS2SmLEQFARzRcnf9PUS0LVn05/J9MiRRBU3v2IrvW974v4N00L7ZMk0wXP1409CHo/an8zTRHD3eSJ6m8D4YMkZNl3M79sqeuAsr/m3f+8/yl7A50aiAEJgeBeMWzu7ui9UfUBCe2TIqZIoOd/3/udRBOQidQZUERzb2/VwZN1H/Sju82ew2H2Wfr6qvfVf3hqwDvAIpkQVFy4B9Pe9e4/XvPeceu7h3dvO56iJPf0+A6cqA2ip18ER+iFgggiuOkvj24bby0N9j2UHIkgqIt+sVgfodC4YghLSMjSZbH0VR/6dMDrYJeKHilKTemt6v6kvzvn3/RrdWtr0GoN/xL+Sex/cPYLUpepx9cz/D46UPU5KXgAQa+NDps1v6J3xP1i2HtaDB0M9aX2deA7SYff//+gUCovMmIK/qfsFcOk+4Y5ZN97XlG6zebqtMbKgeRFi51vnxTQYBUik2rS/Cn6PC8ADR8FGxsRPB82dzfND90gIcshOcYUkfjherBz53odpm6TP8txlwOZ71xmfHHOvq053qFF/MRlS3jP0ELudrf2OeN8DHvp6ZceLe8qKYvWz/7yp0u4dKPfli3CYq0O13Ih71mylJ80tOi10On8wi+F4+LWgDPeJ30msSQt9/vkmHq9/Lvo2b461mP801v3W4xTcs6CbvF9UDdrSt+A8OUbpSh55qAUFXWznBBfdeJ8a4d7ugT5tvxUza3h9m4H7ptTqiG4z0g5dc0X29OcGlhpGFMpQo9ytTS+NViZpNdvU4kWx+LKxNY10kQ1yqGXrhe4/1nvP7E+nd5A92TtaRplbHSqoIdOqtRWti+fkB5/n1+/VvCmz12pG1kpQWsfi1ftlBobm0bpngs16CHkbIwdLnParxtTV3QYRlfJ0KFskH7pdN/YDn+yRuSd7sNH3aO0DYPggk6uWuXrfOc+fa3VTxFVvKaNxHsiHmsXyCLIE5yuOeN3/Jdf8HBL/5M6shjyhxHx9BjB1O0+4NLOnjLLSxwO7ukN4jMbOIcD879KLSi6Pk61Oqm2377n8079PXEEQ7cy7OKEC9nbpet118fxweTafpt69x/Bt8UqGzNQt7aelpc44dn5cqhwf71+qKp/Zf/+a0zcizOUWpl/iBcSXip0pplkatCchoH5c5aUM8I7/dWxAej8WicPL1URFZ9BDJelUwEwTkGqUhgSlydVes95YdXvhh9Gfz/aeFWvgVb4tuLbcv4+wLdutVZv/cUonwBD/6eDlE0aSiKK/uoH3+J1wDE/jMVqY2ysGufN84oIXB0sPzy8ollX/LegY74DgJXJR57sn+VGza0x3DnuIgABFM15LmajjjsNlYj+JEZGbuRYcAMOWxFkPN2w6Wd46xo4gVWQR/X4lyI/R6K/YK0110GzudPRW7Y+UOBGTfNNzHeYT0fiH0taunBpq9HEW8OKSaBGj21L0MqenEmNRWBAWDWAk4CpNoEZJ2tTaPFgbQYj8HxtFilErs3BTRwT8uO1NXQaWfIotchmPkAF5mMBAliEmZiOGVgCG9LgRzpscMAOOwowlT3JhusdazXGSC/hxR3UlmWVwWHpOIKheqONvjyhSiTHIkVUco5bnji8m//zL7PKaT1Vl5I6UE609f+gkr6MZKVyKc7zJRmCahLsdlyA5fdQkRSan9LgnnLEyGSkaKJCJog0wAgvepWBt80+1yKln1bMVtCljfNWDueKLsWwaEbBSfSPTEmVRsUcYYMnEjcjeyCZzBXK9E9BYBXLKjOSpUDR+nEV3TFSUdQaz+ot98QxgXwx0GQ+EEUAKB2qZPkQQ0GqFD8UPFMqyaCHM24BZmSGic9EYMagKizOw9Hz50DMrDLrqqLkTAhplMictiCAx5S3BIUQdeJeLnBy2CNtMfz6cV4u8XKoFZQesbf9YZiIERiHjaNodDW6LgcirX/mPnJIkBGDUpTBhSa0EIr38D5hCIszhCM8URGBqImoWjpvpt1ebu/v3Gl3qJfMnNM+9V+kiRFyROTPHQWOcs1dNW94/ukKMPZBvDi55i5CttdeJz84DLngLqjcdwEZ87bFFR8CIG35OAkDVN6VRDZ7aq67NteYqZ2lpT8oYB2CytoBd6VuAx4WgiAsnuj3WohG+LugzXiQRDeM3XYXlULv4dp5VFYC) format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype")}.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;position:relative;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.47"}.katex .katex-mathml{border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .smash{display:inline;line-height:0}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex svg{fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
  Theme: GitHub
  Description: Light theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-light
  Current colors taken from GitHub's CSS
*/.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#005cc5}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-comment,.hljs-code,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}.markdown-body{font-family:inherit;line-height:1.6;color:var(--semi-color-text-0);overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}.user-message,.user-message .markdown-body,.user-message h1,.user-message h2,.user-message h3,.user-message h4,.user-message h5,.user-message h6,.user-message p,.user-message span,.user-message div,.user-message li,.user-message td,.user-message th{color:#fff!important}.user-message blockquote{color:#fff!important;border-left-color:#ffffff80!important;background-color:#ffffff1a!important}.user-message code:not(pre code){color:#000!important;background-color:#ffffffe6!important}.user-message a{color:#87ceeb!important}.user-message a:hover{color:#b0e0e6!important}.user-message table{border-color:#ffffff4d!important}.user-message th{background-color:#fff3!important;border-color:#ffffff4d!important}.user-message td{border-color:#ffffff4d!important}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hljs{display:block;overflow-x:auto;padding:0;background:transparent;color:var(--semi-color-text-0)}.hljs-comment,.hljs-quote{color:var(--semi-color-text-2);font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:var(--semi-color-primary);font-weight:700}.hljs-number,.hljs-literal,.hljs-variable,.hljs-template-variable,.hljs-tag .hljs-attr{color:var(--semi-color-warning)}.hljs-string,.hljs-doctag{color:var(--semi-color-success)}.hljs-title,.hljs-section,.hljs-selector-id{color:var(--semi-color-primary);font-weight:700}.hljs-subst{font-weight:400}.hljs-type,.hljs-class .hljs-title{color:var(--semi-color-info);font-weight:700}.hljs-tag,.hljs-name,.hljs-attribute{color:var(--semi-color-primary);font-weight:400}.hljs-regexp,.hljs-link{color:var(--semi-color-tertiary)}.hljs-symbol,.hljs-bullet{color:var(--semi-color-warning)}.hljs-built_in,.hljs-builtin-name{color:var(--semi-color-info)}.hljs-meta{color:var(--semi-color-text-2)}.hljs-deletion{background:var(--semi-color-danger-light-default)}.hljs-addition{background:var(--semi-color-success-light-default)}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.mermaid-container{transition:all .2s ease}.mermaid-container:hover{box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}pre{position:relative;font-family:Consolas,Monaco,Courier New,monospace;transition:all .2s ease}pre:hover{border-color:var(--semi-color-primary)!important;box-shadow:0 2px 8px #0000001a}pre:hover .copy-code-button{opacity:1!important}.copy-code-button{opacity:0;transition:opacity .2s ease;z-index:10;pointer-events:auto}.copy-code-button:hover{opacity:1!important}.copy-code-button button{pointer-events:auto!important;cursor:pointer!important}.copy-code-button .semi-button{pointer-events:auto!important;cursor:pointer!important;transition:all .2s ease}.copy-code-button .semi-button:hover{background-color:var(--semi-color-fill-1)!important;border-color:var(--semi-color-primary)!important;transform:scale(1.05)}@media (max-width: 768px){.markdown-body table{font-size:12px}.markdown-body th,.markdown-body td{padding:6px 8px}}.katex{font-size:1em}.katex-display{margin:1em 0;text-align:center}.markdown-body a{transition:all .2s ease}.markdown-body blockquote{position:relative}.markdown-body blockquote:before{content:'"';position:absolute;left:-8px;top:-8px;font-size:24px;color:var(--semi-color-primary);opacity:.3}.markdown-body ul li::marker{color:var(--semi-color-primary)}.markdown-body ol li::marker{color:var(--semi-color-primary);font-weight:700}.markdown-body hr{border:none;height:1px;background:linear-gradient(to right,transparent,var(--semi-color-border),transparent);margin:24px 0}.markdown-body img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin:12px 0}.markdown-body code:not(pre code){background-color:var(--semi-color-fill-1);padding:2px 6px;border-radius:4px;font-size:.9em;color:var(--semi-color-primary);border:1px solid var(--semi-color-border)}.markdown-body h1:hover,.markdown-body h2:hover,.markdown-body h3:hover,.markdown-body h4:hover,.markdown-body h5:hover,.markdown-body h6:hover{position:relative}.markdown-body input[type=checkbox]{margin-right:8px;transform:scale(1.1)}.markdown-body li.task-list-item{list-style:none;margin-left:-20px}.markdown-body kbd{background-color:var(--semi-color-fill-0);border:1px solid var(--semi-color-border);border-radius:3px;box-shadow:0 1px 0 var(--semi-color-border);color:var(--semi-color-text-0);display:inline-block;font-family:Consolas,Monaco,Courier New,monospace;font-size:.85em;font-weight:700;line-height:1;padding:2px 4px;white-space:nowrap}.markdown-body details{border:1px solid var(--semi-color-border);border-radius:6px;padding:12px;margin:12px 0}.markdown-body summary{cursor:pointer;font-weight:700;color:var(--semi-color-primary);margin-bottom:8px}.markdown-body summary:hover{color:var(--semi-color-primary-hover)}.markdown-body .footnote-ref{color:var(--semi-color-primary);text-decoration:none;font-weight:700}.markdown-body .footnote-ref:hover{text-decoration:underline}.markdown-body .warning{background-color:var(--semi-color-warning-light-default);border-left:4px solid var(--semi-color-warning);padding:12px 16px;margin:12px 0;border-radius:0 6px 6px 0}.markdown-body .info{background-color:var(--semi-color-info-light-default);border-left:4px solid var(--semi-color-info);padding:12px 16px;margin:12px 0;border-radius:0 6px 6px 0}.markdown-body .success{background-color:var(--semi-color-success-light-default);border-left:4px solid var(--semi-color-success);padding:12px 16px;margin:12px 0;border-radius:0 6px 6px 0}.markdown-body .danger{background-color:var(--semi-color-danger-light-default);border-left:4px solid var(--semi-color-danger);padding:12px 16px;margin:12px 0;border-radius:0 6px 6px 0}@keyframes fade-in{0%{opacity:0;transform:translateY(6px) scale(.98);filter:blur(3px)}60%{opacity:.85;filter:blur(.5px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.animate-fade-in{animation:fade-in .6s cubic-bezier(.22,1,.36,1) both;will-change:opacity,transform}@layer tailwind-base,semi,tailwind-components,tailwind-utils;@layer tailwind-base{*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,Arial,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}}@layer tailwind-components{.\!container{width:100%!important}.container{width:100%}@media (min-width: 640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width: 768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width: 1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width: 1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width: 1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}}@layer tailwind-utils{.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.\!visible{visibility:visible!important}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:-webkit-sticky;position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.-bottom-8{bottom:-2rem}.-left-8{left:-2rem}.-right-10{right:-2.5rem}.-top-10{top:-2.5rem}.bottom-0{bottom:0}.bottom-\[-10\%\]{bottom:-10%}.bottom-\[20px\]{bottom:20px}.left-0{left:0}.left-1\/2{left:50%}.left-\[-10\%\]{left:-10%}.left-\[-100px\]{left:-100px}.left-\[-50px\]{left:-50px}.left-\[20\%\]{left:20%}.right-0{right:0}.right-2{right:.5rem}.right-4{right:1rem}.right-\[-10\%\]{right:-10%}.top-0{top:0}.top-1\/2{top:50%}.top-2{top:.5rem}.top-28{top:7rem}.top-\[-15\%\]{top:-15%}.top-\[204px\]{top:204px}.top-\[35\%\]{top:35%}.top-\[72px\]{top:72px}.top-full{top:100%}.-z-10{z-index:-10}.z-0{z-index:0}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.z-\[1000\]{z-index:1000}.z-\[1001\]{z-index:1001}.z-\[1\]{z-index:1}.z-\[999\]{z-index:999}.order-1{order:1}.order-2{order:2}.col-span-1{grid-column:span 1 / span 1}.m-0{margin:0}.-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.\!mb-0{margin-bottom:0!important}.\!mb-1{margin-bottom:.25rem!important}.\!mb-2{margin-bottom:.5rem!important}.\!mt-4{margin-top:1rem!important}.-mb-6{margin-bottom:-1.5rem}.-ml-px{margin-left:-1px}.mb-0{margin-bottom:0}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-14{margin-left:3.5rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-2\.5{margin-right:.625rem}.mr-3{margin-right:.75rem}.mr-3\.5{margin-right:.875rem}.mr-4{margin-right:1rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-\[60px\]{margin-top:60px}.mt-\[64px\]{margin-top:64px}.mt-\[88px\]{margin-top:88px}.mt-auto{margin-top:auto}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.\!hidden{display:none!important}.hidden{display:none}.\!h-4{height:1rem!important}.\!h-6{height:1.5rem!important}.\!h-7{height:1.75rem!important}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-24{height:6rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:1rem}.h-40{height:10rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-72{height:18rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[151px\]{height:151px}.h-\[18px\]{height:18px}.h-\[22px\]{height:22px}.h-\[380px\]{height:380px}.h-\[45vw\]{height:45vw}.h-\[50vw\]{height:50vw}.h-\[60vw\]{height:60vw}.h-\[80px\]{height:80px}.h-\[calc\(100vh-66px\)\]{height:calc(100vh - 66px)}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-0{max-height:0px}.max-h-32{max-height:8rem}.max-h-40{max-height:10rem}.max-h-56{max-height:14rem}.max-h-64{max-height:16rem}.max-h-80{max-height:20rem}.max-h-96{max-height:24rem}.max-h-\[50vh\]{max-height:50vh}.max-h-\[55vh\]{max-height:55vh}.max-h-\[600px\]{max-height:600px}.max-h-\[68vh\]{max-height:68vh}.min-h-0{min-height:0px}.min-h-\[200px\]{min-height:200px}.min-h-\[204px\]{min-height:204px}.min-h-\[340px\]{min-height:340px}.min-h-\[420px\]{min-height:420px}.min-h-\[92px\]{min-height:92px}.min-h-\[calc\(100vh-64px\)\]{min-height:calc(100vh - 64px)}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.\!w-4{width:1rem!important}.\!w-6{width:1.5rem!important}.\!w-7{width:1.75rem!important}.\!w-full{width:100%!important}.w-0{width:0px}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-4{width:1rem}.w-40{width:10rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-72{width:18rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-\[150px\]{width:150px}.w-\[151px\]{width:151px}.w-\[18px\]{width:18px}.w-\[200px\]{width:200px}.w-\[22px\]{width:22px}.w-\[45vw\]{width:45vw}.w-\[50vw\]{width:50vw}.w-\[60vw\]{width:60vw}.w-\[80px\]{width:80px}.w-\[85\%\]{width:85%}.w-fit{width:-webkit-fit-content;width:fit-content}.w-full{width:100%}.w-px{width:1px}.w-screen{width:100vw}.\!min-w-0{min-width:0px!important}.min-w-0{min-width:0px}.min-w-\[120px\]{min-width:120px}.min-w-\[140px\]{min-width:140px}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-60{max-width:15rem}.max-w-7xl{max-width:80rem}.max-w-\[1110px\]{max-width:1110px}.max-w-\[1150px\]{max-width:1150px}.max-w-\[1200px\]{max-width:1200px}.max-w-\[220px\]{max-width:220px}.max-w-\[360px\]{max-width:360px}.max-w-\[500px\]{max-width:500px}.max-w-\[520px\]{max-width:520px}.max-w-\[640px\]{max-width:640px}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.origin-top{transform-origin:top}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1\/3{--tw-translate-x: 33.333333%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-full{--tw-translate-y: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-50{--tw-scale-x: .5;--tw-scale-y: .5;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-90{--tw-scale-x: .9;--tw-scale-y: .9;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.animate-\[spatial-float_25s_ease-in-out_infinite_alternate-reverse\]{animation:spatial-float 25s ease-in-out infinite alternate-reverse}.animate-\[spatial-float_25s_ease-in-out_infinite_alternate\]{animation:spatial-float 25s ease-in-out infinite alternate}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.\!cursor-not-allowed{cursor:not-allowed!important}.cursor-default{cursor:default}.cursor-help{cursor:help}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;user-select:none}.select-all{-webkit-user-select:all;user-select:all}.resize{resize:both}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-3\.5{gap:.875rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-4{column-gap:1rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-2\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.625rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.self-center{align-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.\!rounded-2xl{border-radius:1rem!important}.\!rounded-\[28px\]{border-radius:28px!important}.\!rounded-full{border-radius:9999px!important}.\!rounded-lg{border-radius:.5rem!important}.\!rounded-xl{border-radius:.75rem!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[10px\]{border-radius:10px}.rounded-\[14px\]{border-radius:14px}.rounded-\[16px\]{border-radius:16px}.rounded-\[18px\]{border-radius:18px}.rounded-\[20px\]{border-radius:20px}.rounded-\[22px\]{border-radius:22px}.rounded-\[24px\]{border-radius:24px}.rounded-\[28px\]{border-radius:28px}.rounded-\[32px\]{border-radius:32px}.rounded-\[36px\]{border-radius:36px}.rounded-\[8px\]{border-radius:8px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.\!rounded-l-full{border-top-left-radius:9999px!important;border-bottom-left-radius:9999px!important}.\!rounded-l-none{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.\!rounded-r-full{border-top-right-radius:9999px!important;border-bottom-right-radius:9999px!important}.\!rounded-r-none{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.rounded-b-\[24px\]{border-bottom-right-radius:24px;border-bottom-left-radius:24px}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.rounded-t-\[20px\]{border-top-left-radius:20px;border-top-right-radius:20px}.\!border{border-width:1px!important}.\!border-0{border-width:0px!important}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-4{border-width:4px}.border-\[1\.5px\]{border-width:1.5px}.border-b{border-bottom-width:1px}.border-r-0{border-right-width:0px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-none{border-style:none}.\!border-red-500{--tw-border-opacity: 1 !important;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))!important}.border-\[\#07C160\]{--tw-border-opacity: 1;border-color:rgb(7 193 96 / var(--tw-border-opacity, 1))}.border-\[\#D1D5DB\]{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-\[rgba\(60\,60\,67\,0\.12\)\]{border-color:#3c3c431f}.border-blue-100{--tw-border-opacity: 1;border-color:rgb(219 234 254 / var(--tw-border-opacity, 1))}.border-ios-blue{--tw-border-opacity: 1;border-color:rgb(0 122 255 / var(--tw-border-opacity, 1))}.border-ios-emerald\/20{border-color:#00a85433}.border-ios-grayLight{--tw-border-opacity: 1;border-color:rgb(229 229 234 / var(--tw-border-opacity, 1))}.border-ios-separator{border-color:#3c3c431f}.border-ios-separator\/30{border-color:#3c3c434d}.border-ios-separator\/50{border-color:#3c3c4380}.border-ios-separator\/80{border-color:#3c3c43cc}.border-orange-200{--tw-border-opacity: 1;border-color:rgb(254 215 170 / var(--tw-border-opacity, 1))}.border-purple-100{--tw-border-opacity: 1;border-color:rgb(243 232 255 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-semi-color-border{border-color:var(--semi-color-border)}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-white\/10{border-color:#ffffff1a}.border-white\/20{border-color:#fff3}.border-white\/40{border-color:#fff6}.border-white\/50{border-color:#ffffff80}.border-white\/60{border-color:#fff9}.border-t-\[\#007AFF\]{--tw-border-opacity: 1;border-top-color:rgb(0 122 255 / var(--tw-border-opacity, 1))}.\!bg-blue-50\/50{background-color:#eff6ff80!important}.bg-\[\#007AFF\]\/15{background-color:#007aff26}.bg-\[\#07C160\]\/5{background-color:#07c1600d}.bg-\[\#AF52DE\]\/15{background-color:#af52de26}.bg-\[\#D1D5DB\]{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.bg-\[\#E5F5EC\]{--tw-bg-opacity: 1;background-color:rgb(229 245 236 / var(--tw-bg-opacity, 1))}.bg-\[\#F2F2F7\]{--tw-bg-opacity: 1;background-color:rgb(242 242 247 / var(--tw-bg-opacity, 1))}.bg-\[\#F8F9FA\]{--tw-bg-opacity: 1;background-color:rgb(248 249 250 / var(--tw-bg-opacity, 1))}.bg-\[\#FAFAFC\]{--tw-bg-opacity: 1;background-color:rgb(250 250 252 / var(--tw-bg-opacity, 1))}.bg-\[\#FFD166\]{--tw-bg-opacity: 1;background-color:rgb(255 209 102 / var(--tw-bg-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/20{background-color:#0003}.bg-black\/40{background-color:#0006}.bg-black\/5{background-color:#0000000d}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-50\/50{background-color:#f9fafb80}.bg-ios-bg{--tw-bg-opacity: 1;background-color:rgb(242 242 247 / var(--tw-bg-opacity, 1))}.bg-ios-bg\/75{background-color:#f2f2f7bf}.bg-ios-blue{--tw-bg-opacity: 1;background-color:rgb(0 122 255 / var(--tw-bg-opacity, 1))}.bg-ios-blue\/10{background-color:#007aff1a}.bg-ios-blue\/30{background-color:#007aff4d}.bg-ios-blue\/5{background-color:#007aff0d}.bg-ios-emerald{--tw-bg-opacity: 1;background-color:rgb(0 168 84 / var(--tw-bg-opacity, 1))}.bg-ios-green\/10{background-color:#34c7591a}.bg-ios-text{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-orange-50{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-semi-color-bg-0{background-color:var(--semi-color-bg-0)}.bg-semi-color-fill-0{background-color:var(--semi-color-fill-0)}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/20{background-color:#fff3}.bg-white\/40{background-color:#fff6}.bg-white\/50{background-color:#ffffff80}.bg-white\/70{background-color:#ffffffb3}.bg-white\/80{background-color:#fffc}.bg-white\/90{background-color:#ffffffe6}.bg-white\/95{background-color:#fffffff2}.bg-white\/\[0\.14\]{background-color:#ffffff24}.bg-\[linear-gradient\(180deg\,rgba\(7\,12\,22\,0\.9\)\,rgba\(7\,12\,22\,0\.64\)\)\]{background-image:linear-gradient(180deg,#070c16e6,#070c16a3)}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-bl{background-image:linear-gradient(to bottom left,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.from-\[\#5AC8FA\]{--tw-gradient-from: #5AC8FA var(--tw-gradient-from-position);--tw-gradient-to: rgb(90 200 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-ios-blue{--tw-gradient-from: #007AFF var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 122 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-100{--tw-gradient-from: #ffedd5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50{--tw-gradient-from: #faf5ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-transparent{--tw-gradient-from: transparent var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-white\/60{--tw-gradient-from: rgb(255 255 255 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-white\/70{--tw-gradient-from: rgb(255 255 255 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-\[\#3C3C43\]\/15{--tw-gradient-to: rgb(60 60 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(60 60 67 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-\[\#007AFF\]{--tw-gradient-to: #007AFF var(--tw-gradient-to-position)}.to-orange-50{--tw-gradient-to: #fff7ed var(--tw-gradient-to-position)}.to-orange-600{--tw-gradient-to: #ea580c var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.to-white\/20{--tw-gradient-to: rgb(255 255 255 / .2) var(--tw-gradient-to-position)}.to-white\/30{--tw-gradient-to: rgb(255 255 255 / .3) var(--tw-gradient-to-position)}.object-contain{object-fit:contain}.\!p-0{padding:0!important}.\!p-1{padding:.25rem!important}.\!p-1\.5{padding:.375rem!important}.\!p-2{padding:.5rem!important}.p-0{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.\!px-1\.5{padding-left:.375rem!important;padding-right:.375rem!important}.\!px-2{padding-left:.5rem!important;padding-right:.5rem!important}.\!py-\[10px\]{padding-top:10px!important;padding-bottom:10px!important}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[18px\]{padding-top:18px;padding-bottom:18px}.pb-10{padding-bottom:2.5rem}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-3{padding-bottom:.75rem}.pb-32{padding-bottom:8rem}.pb-8{padding-bottom:2rem}.pl-5{padding-left:1.25rem}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-5{padding-right:1.25rem}.pt-10{padding-top:2.5rem}.pt-12{padding-top:3rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.\!text-base{font-size:1rem!important;line-height:1.5rem!important}.\!text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.\!text-xs{font-size:.75rem!important;line-height:1rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-5xl{font-size:3rem;line-height:1}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[17px\]{font-size:17px}.text-\[18px\]{font-size:18px}.text-\[20px\]{font-size:20px}.text-\[22px\]{font-size:22px}.text-\[28px\]{font-size:28px}.text-\[32px\]{font-size:32px}.text-\[36px\]{font-size:36px}.text-\[40px\]{font-size:40px}.text-\[42px\]{font-size:42px}.text-\[9px\]{font-size:9px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.\!font-medium{font-weight:500!important}.\!font-semibold{font-weight:600!important}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.ordinal{--tw-ordinal: ordinal;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-\[1\.05\]{line-height:1.05}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.\!text-\[var\(--semi-color-text-0\)\]{color:var(--semi-color-text-0)!important}.\!text-\[var\(--semi-color-text-1\)\]{color:var(--semi-color-text-1)!important}.\!text-current{color:currentColor!important}.\!text-red-500{--tw-text-opacity: 1 !important;color:rgb(239 68 68 / var(--tw-text-opacity, 1))!important}.\!text-semi-color-primary{color:var(--semi-color-primary)!important}.\!text-semi-color-text-0{color:var(--semi-color-text-0)!important}.\!text-semi-color-text-1{color:var(--semi-color-text-1)!important}.\!text-semi-color-text-2{color:var(--semi-color-text-2)!important}.\!text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.\!text-white\/80{color:#fffc!important}.text-\[\#007AFF\]{--tw-text-opacity: 1;color:rgb(0 122 255 / var(--tw-text-opacity, 1))}.text-\[\#07C160\]{--tw-text-opacity: 1;color:rgb(7 193 96 / var(--tw-text-opacity, 1))}.text-\[\#12B7F5\]{--tw-text-opacity: 1;color:rgb(18 183 245 / var(--tw-text-opacity, 1))}.text-\[\#1D1D1F\]{--tw-text-opacity: 1;color:rgb(29 29 31 / var(--tw-text-opacity, 1))}.text-\[\#229ED9\]{--tw-text-opacity: 1;color:rgb(34 158 217 / var(--tw-text-opacity, 1))}.text-\[\#25D366\]{--tw-text-opacity: 1;color:rgb(37 211 102 / var(--tw-text-opacity, 1))}.text-\[\#86868B\]{--tw-text-opacity: 1;color:rgb(134 134 139 / var(--tw-text-opacity, 1))}.text-\[\#86868B\]\/60{color:#86868b99}.text-\[\#8E8E93\]{--tw-text-opacity: 1;color:rgb(142 142 147 / var(--tw-text-opacity, 1))}.text-\[\#8FD0FF\]{--tw-text-opacity: 1;color:rgb(143 208 255 / var(--tw-text-opacity, 1))}.text-\[\#F5F5F7\]{--tw-text-opacity: 1;color:rgb(245 245 247 / var(--tw-text-opacity, 1))}.text-\[var\(--semi-color-text-0\)\]{color:var(--semi-color-text-0)}.text-\[var\(--semi-color-text-2\)\]{color:var(--semi-color-text-2)}.text-ios-blue{--tw-text-opacity: 1;color:rgb(0 122 255 / var(--tw-text-opacity, 1))}.text-ios-emerald{--tw-text-opacity: 1;color:rgb(0 168 84 / var(--tw-text-opacity, 1))}.text-ios-gray{--tw-text-opacity: 1;color:rgb(142 142 147 / var(--tw-text-opacity, 1))}.text-ios-green{--tw-text-opacity: 1;color:rgb(52 199 89 / var(--tw-text-opacity, 1))}.text-ios-text{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-semi-color-text-0{color:var(--semi-color-text-0)}.text-semi-color-text-1{color:var(--semi-color-text-1)}.text-semi-color-text-2{color:var(--semi-color-text-2)}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/60{color:#fff9}.text-white\/70{color:#ffffffb3}.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.line-through{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-100{opacity:1}.opacity-5{opacity:.05}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_12px_32px_rgba\(0\,0\,0\,0\.12\)\]{--tw-shadow: 0 12px 32px rgba(0,0,0,.12);--tw-shadow-colored: 0 12px 32px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_18px_45px_rgba\(15\,23\,42\,0\.08\)\]{--tw-shadow: 0 18px 45px rgba(15,23,42,.08);--tw-shadow-colored: 0 18px 45px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_20px_55px_rgba\(15\,23\,42\,0\.08\)\]{--tw-shadow: 0 20px 55px rgba(15,23,42,.08);--tw-shadow-colored: 0 20px 55px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_2px_8px_rgba\(0\,0\,0\,0\.08\)\,0_1px_1px_rgba\(0\,0\,0\,0\.04\)\]{--tw-shadow: 0 2px 8px rgba(0,0,0,.08),0 1px 1px rgba(0,0,0,.04);--tw-shadow-colored: 0 2px 8px var(--tw-shadow-color), 0 1px 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_4px_12px_rgba\(0\,0\,0\,0\.15\)\]{--tw-shadow: 0 4px 12px rgba(0,0,0,.15);--tw-shadow-colored: 0 4px 12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[inset_0_-1px_1px_rgba\(255\,255\,255\,0\.4\)\]{--tw-shadow: inset 0 -1px 1px rgba(255,255,255,.4);--tw-shadow-colored: inset 0 -1px 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[inset_0_1px_1px_rgba\(255\,255\,255\,0\.08\)\,inset_0_-1px_1px_rgba\(255\,255\,255\,0\.03\)\,0_18px_44px_rgba\(2\,6\,23\,0\.42\)\]{--tw-shadow: inset 0 1px 1px rgba(255,255,255,.08),inset 0 -1px 1px rgba(255,255,255,.03),0 18px 44px rgba(2,6,23,.42);--tw-shadow-colored: inset 0 1px 1px var(--tw-shadow-color), inset 0 -1px 1px var(--tw-shadow-color), 0 18px 44px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[inset_0_1px_1px_rgba\(255\,255\,255\,0\.16\)\,0_14px_30px_rgba\(2\,6\,23\,0\.28\)\]{--tw-shadow: inset 0 1px 1px rgba(255,255,255,.16),0 14px 30px rgba(2,6,23,.28);--tw-shadow-colored: inset 0 1px 1px var(--tw-shadow-color), 0 14px 30px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[inset_0_1px_1px_rgba\(255\,255\,255\,0\.9\)\,0_8px_20px_rgba\(0\,0\,0\,0\.05\)\]{--tw-shadow: inset 0 1px 1px rgba(255,255,255,.9),0 8px 20px rgba(0,0,0,.05);--tw-shadow-colored: inset 0 1px 1px var(--tw-shadow-color), 0 8px 20px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[inset_0_1px_1px_rgba\(255\,255\,255\,0\.95\)\,0_8px_20px_rgba\(0\,122\,255\,0\.12\)\]{--tw-shadow: inset 0 1px 1px rgba(255,255,255,.95),0 8px 20px rgba(0,122,255,.12);--tw-shadow-colored: inset 0 1px 1px var(--tw-shadow-color), 0 8px 20px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[inset_0_1px_1px_rgba\(255\,255\,255\,1\)\,inset_0_-1px_1px_rgba\(255\,255\,255\,0\.3\)\,inset_1px_0_1px_rgba\(255\,255\,255\,0\.5\)\,inset_-1px_0_1px_rgba\(255\,255\,255\,0\.5\)\,0_16px_40px_rgba\(0\,0\,0\,0\.05\)\]{--tw-shadow: inset 0 1px 1px rgba(255,255,255,1),inset 0 -1px 1px rgba(255,255,255,.3),inset 1px 0 1px rgba(255,255,255,.5),inset -1px 0 1px rgba(255,255,255,.5),0 16px 40px rgba(0,0,0,.05);--tw-shadow-colored: inset 0 1px 1px var(--tw-shadow-color), inset 0 -1px 1px var(--tw-shadow-color), inset 1px 0 1px var(--tw-shadow-color), inset -1px 0 1px var(--tw-shadow-color), 0 16px 40px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[inset_0_1px_4px_rgba\(0\,0\,0\,0\.06\)\]{--tw-shadow: inset 0 1px 4px rgba(0,0,0,.06);--tw-shadow-colored: inset 0 1px 4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[inset_0_1px_8px_rgba\(255\,255\,255\,0\.5\)\]{--tw-shadow: inset 0 1px 8px rgba(255,255,255,.5);--tw-shadow-colored: inset 0 1px 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[inset_0_2px_8px_rgba\(255\,255\,255\,1\)\,0_8px_24px_rgba\(0\,0\,0\,0\.06\)\]{--tw-shadow: inset 0 2px 8px rgba(255,255,255,1),0 8px 24px rgba(0,0,0,.06);--tw-shadow-colored: inset 0 2px 8px var(--tw-shadow-color), 0 8px 24px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-card{--tw-shadow: 0 2px 8px rgba(0, 0, 0, .04);--tw-shadow-colored: 0 2px 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-float{--tw-shadow: 0 12px 32px rgba(0, 0, 0, .12);--tw-shadow-colored: 0 12px 32px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-glow{--tw-shadow: 0 0 40px rgba(0, 122, 255, .15);--tw-shadow-colored: 0 0 40px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-inner{--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / .05);--tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-opacity-50{--tw-ring-opacity: .5}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-3xl{--tw-blur: blur(64px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-\[120px\]{--tw-blur: blur(120px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-sm{--tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / .05));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-xl{--tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / .03)) drop-shadow(0 8px 5px rgb(0 0 0 / .08));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.invert{--tw-invert: invert(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.saturate-\[180\%\]{--tw-saturate: saturate(180%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur: blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-\[30px\]{--tw-backdrop-blur: blur(30px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-\[34px\]{--tw-backdrop-blur: blur(34px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-\[40px\]{--tw-backdrop-blur: blur(40px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-md{--tw-backdrop-blur: blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-xl{--tw-backdrop-blur: blur(24px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-1000{transition-duration:1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-\[cubic-bezier\(0\.2\,0\.8\,0\.2\,1\)\]{transition-timing-function:cubic-bezier(.2,.8,.2,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.\[animation-delay\:-10s\]{animation-delay:-10s}.\[animation-delay\:-5s\]{animation-delay:-5s}}:root{--sidebar-width: 180px;--sidebar-width-collapsed: 60px;--sidebar-current-width: var(--sidebar-width);--ios-page-bg: radial-gradient(circle at top, rgba(191, 219, 254, .32), transparent 32%), linear-gradient(180deg, #f7f9fc 0%, #eef2f7 100%);--ios-shell-text: #1d1d1f;--ios-shell-muted: #6b7280;--ios-glass-surface: linear-gradient( 180deg, rgba(255, 255, 255, .82), rgba(255, 255, 255, .48) );--ios-glass-border: rgba(255, 255, 255, .62);--ios-glass-shadow: inset 0 1px 1px rgba(255, 255, 255, .98), inset 0 -1px 1px rgba(255, 255, 255, .28), inset 1px 0 1px rgba(255, 255, 255, .42), inset -1px 0 1px rgba(255, 255, 255, .42), 0 18px 44px rgba(15, 23, 42, .08);--ios-toolbar-bg: rgba(255, 255, 255, .58);--ios-toolbar-hover: rgba(255, 255, 255, .82);--ios-toolbar-border: rgba(255, 255, 255, .72);--ios-sidebar-bg: linear-gradient( 180deg, rgba(242, 242, 247, .48) 0%, rgba(242, 242, 247, .14) 100% );--ios-sidebar-shadow: inset -1px 0 1px rgba(255, 255, 255, .5);--ios-nav-hover: rgba(255, 255, 255, .42);--ios-nav-active-bg: #007aff;--ios-nav-active-shadow: 0 8px 20px rgba(0, 122, 255, .22)}html.dark,body[theme-mode=dark]{--ios-page-bg: radial-gradient(circle at top, rgba(56, 189, 248, .12), transparent 30%), linear-gradient(180deg, #050b14 0%, #0b1220 100%);--ios-shell-text: rgba(245, 247, 255, .94);--ios-shell-muted: rgba(148, 163, 184, .92);--ios-glass-surface: linear-gradient( 180deg, rgba(13, 20, 33, .84), rgba(17, 25, 40, .58) );--ios-glass-border: rgba(255, 255, 255, .1);--ios-glass-shadow: inset 0 1px 1px rgba(255, 255, 255, .08), inset 0 -1px 1px rgba(255, 255, 255, .04), inset 1px 0 1px rgba(255, 255, 255, .04), inset -1px 0 1px rgba(255, 255, 255, .04), 0 24px 48px rgba(2, 6, 23, .34);--ios-toolbar-bg: rgba(255, 255, 255, .08);--ios-toolbar-hover: rgba(255, 255, 255, .14);--ios-toolbar-border: rgba(255, 255, 255, .12);--ios-sidebar-bg: linear-gradient( 180deg, rgba(7, 12, 22, .92) 0%, rgba(10, 16, 28, .74) 100% );--ios-sidebar-shadow: inset -1px 0 1px rgba(255, 255, 255, .06), 0 24px 48px rgba(2, 6, 23, .34);--ios-nav-hover: rgba(255, 255, 255, .1);--ios-nav-active-bg: linear-gradient( 135deg, rgba(91, 193, 255, .28), rgba(0, 122, 255, .22) );--ios-nav-active-shadow: inset 0 1px 1px rgba(255, 255, 255, .16), 0 18px 36px rgba(2, 6, 23, .34)}body.sidebar-collapsed{--sidebar-current-width: var(--sidebar-width-collapsed)}body{font-family:Lato,Helvetica Neue,Arial,Helvetica,Microsoft YaHei,sans-serif;color:var(--ios-shell-text);background:var(--ios-page-bg);transition:background .35s ease,color .35s ease}@media (min-width: 768px){body{overflow-y:hidden}}.app-layout{height:100vh;height:100dvh;background:transparent}.app-sider{height:calc(100vh - 64px);height:calc(100dvh - 64px)}.semi-layout,.semi-layout-content,.semi-layout-header,.semi-layout-footer,.semi-sider{background:transparent!important}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.semi-layout::-webkit-scrollbar,.semi-layout-content::-webkit-scrollbar,.semi-sider::-webkit-scrollbar{display:none;width:0;height:0}.semi-layout,.semi-layout-content,.semi-sider{-ms-overflow-style:none;scrollbar-width:none}.semi-navigation-item{margin-bottom:4px!important;padding:4px 12px!important}.semi-navigation-sub-title{padding:0!important}.semi-navigation-item-icon{justify-items:center;align-items:center}.semi-navigation-item-icon-info{margin-right:0}.sidebar-nav .semi-navigation-item-text{flex:1;min-width:0}.semi-navigation-item,.semi-navigation-sub-title{height:100%!important}.semi-navigation-item-collapsed{height:44px!important}#root>section>header>section>div>div>div>div.semi-navigation-header-list-outer>div.semi-navigation-list-wrapper>ul>div>a>li>span{font-weight:600!important}.sidebar-container{height:100%;display:flex;flex-direction:column;min-height:0;transition:width .5s cubic-bezier(.25,.1,.25,1);background:var(--ios-sidebar-bg);backdrop-filter:blur(60px) saturate(220%);-webkit-backdrop-filter:blur(60px) saturate(220%);box-shadow:var(--ios-sidebar-shadow)}.sidebar-nav{flex:1;width:100%;background:transparent;height:100%;overflow-x:hidden;border-right:none;overflow-y:auto;min-height:0;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.sidebar-nav::-webkit-scrollbar{display:none}.sidebar-nav-item{border-radius:12px;margin:3px 8px;transition:all .25s ease;padding:8px 12px;color:var(--ios-shell-text)}.sidebar-nav-item:hover{background-color:var(--ios-nav-hover);color:var(--ios-shell-text);transform:translateY(-1px)}.sidebar-nav-item-selected{background:var(--ios-nav-active-bg)!important;color:#fff!important;font-weight:600;box-shadow:var(--ios-nav-active-shadow)}.sidebar-nav-item-selected .semi-navigation-item-text span,.sidebar-nav-item-selected .sidebar-icon-container svg{color:#fff!important;stroke:#fff!important}.sidebar-icon-container{width:22px;height:22px;display:flex;align-items:center;justify-content:center;margin-right:10px;transition:all .2s ease}.sidebar-sub-icon-container{width:18px;height:18px;display:flex;align-items:center;justify-content:center;margin-right:10px;margin-left:1px;transition:all .2s ease}.sidebar-divider{margin:4px 8px;opacity:.15}.sidebar-group-label{padding:4px 15px 8px;color:var(--ios-shell-muted);font-size:12px;text-transform:uppercase;letter-spacing:.5px;opacity:.9;font-weight:500}.sidebar-collapse-button{display:flex;justify-content:center;align-items:center;padding:12px;margin-top:auto;cursor:pointer;background:transparent;position:-webkit-sticky;position:sticky;bottom:0;z-index:10;box-shadow:0 -10px 18px -10px #ffffff59;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-top:1px solid var(--ios-glass-border)}.sidebar-collapse-button-inner{width:28px;height:28px;border-radius:9999px;display:flex;align-items:center;justify-content:center;background-color:var(--semi-color-fill-0);transition:all .2s ease}.ios-sidebar-collapse-control{border-radius:999px!important;border-color:var(--ios-toolbar-border)!important;color:var(--ios-shell-text)!important;background:var(--ios-toolbar-bg)!important;box-shadow:inset 0 1px 1px #ffffff24,0 10px 24px #0f172a14;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.ios-sidebar-collapse-control:hover{background:var(--ios-toolbar-hover)!important}.sidebar-collapse-icon-container{display:inline-block;transition:transform .3s ease}.sidebar-section{padding-top:12px}@media (max-width: 767px){.sidebar-container{background:var(--ios-sidebar-bg);border-right:1px solid var(--ios-glass-border)}.sidebar-nav{background:transparent}.sidebar-collapse-button{background:transparent;box-shadow:none}}.ios-toolbar-button{border:1px solid var(--ios-toolbar-border)!important;background:var(--ios-toolbar-bg)!important;box-shadow:inset 0 1px 1px #ffffff29,0 10px 24px #0f172a14;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);transition:background .22s ease,transform .22s ease,box-shadow .22s ease}.ios-toolbar-button:hover,.ios-user-trigger:hover{background:var(--ios-toolbar-hover)!important;transform:translateY(-1px)}.ios-toolbar-button:focus-visible,.ios-user-trigger:focus-visible{outline:2px solid rgba(0,122,255,.35);outline-offset:2px}.ios-user-trigger{border:1px solid var(--ios-toolbar-border)!important;background:var(--ios-toolbar-bg)!important;box-shadow:inset 0 1px 1px #ffffff29,0 10px 24px #0f172a14;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);transition:background .22s ease,transform .22s ease,box-shadow .22s ease}.ios-user-name,.ios-toolbar-muted{color:var(--ios-shell-muted)!important}.ios-toolbar-menu{padding:6px!important;border-radius:18px!important;border:1px solid var(--ios-glass-border)!important;background:var(--ios-glass-surface)!important;box-shadow:var(--ios-glass-shadow)!important;backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px)}.ios-toolbar-menu-item{border-radius:12px!important;color:var(--ios-shell-text)!important;transition:background .18s ease,color .18s ease}.ios-toolbar-menu-item:hover{background:var(--ios-toolbar-hover)!important}.ios-toolbar-menu-item:hover .ios-toolbar-muted,.ios-toolbar-menu-item-active .ios-toolbar-muted,.ios-toolbar-menu-item-danger:hover .ios-toolbar-muted{color:inherit!important}.ios-toolbar-menu-item-active{background:#007aff24!important;color:#007aff!important}html.dark .ios-toolbar-menu-item-active,body[theme-mode=dark] .ios-toolbar-menu-item-active{color:#8fd0ff!important}.ios-toolbar-menu-item-danger:hover{background:#ef444424!important;color:#dc2626!important}html.dark .ios-toolbar-menu-item-danger:hover,body[theme-mode=dark] .ios-toolbar-menu-item-danger:hover{color:#fca5a5!important}.semi-chat{padding-top:0!important;padding-bottom:0!important;height:100%;max-width:100%!important;width:100%!important;overflow:hidden!important}.semi-chat-chatBox,.semi-chat-chatBox-wrap{max-width:100%!important;overflow:hidden!important}.semi-chat-chatBox-content{min-width:auto;word-break:break-word;max-width:100%!important;overflow-wrap:break-word!important}.semi-chat-content{max-width:100%!important;overflow:hidden!important}.semi-chat-list{max-width:100%!important;overflow-x:hidden!important}.semi-chat-container{overflow-x:hidden!important}.semi-chat-chatBox-action{column-gap:0!important}.semi-chat-inputBox-clearButton.semi-button .semi-icon{font-size:20px!important}.semi-chat::-webkit-scrollbar,.semi-chat-chatBox::-webkit-scrollbar,.semi-chat-chatBox-wrap::-webkit-scrollbar,.semi-chat-chatBox-content::-webkit-scrollbar,.semi-chat-content::-webkit-scrollbar,.semi-chat-list::-webkit-scrollbar,.semi-chat-container::-webkit-scrollbar{display:none}.semi-chat,.semi-chat-chatBox,.semi-chat-chatBox-wrap,.semi-chat-chatBox-content,.semi-chat-content,.semi-chat-list,.semi-chat-container{-ms-overflow-style:none;scrollbar-width:none}.sbg-button .semi-button-content{min-width:0!important}.sbg-content{display:flex;align-items:center;gap:4px;width:100%;min-width:0}.sbg-ellipsis{flex:1;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.sbg-badge{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;min-width:18px;height:18px;padding:0 6px;border-radius:9px;font-size:11px;font-weight:600;font-variant-numeric:tabular-nums;line-height:1;background-color:var(--semi-color-fill-0);color:var(--semi-color-text-2);transition:background-color .15s ease,color .15s ease}.sbg-badge-active{background-color:var(--semi-color-primary-light-active);color:var(--semi-color-primary)}.sbg-variant-violet{--semi-color-primary: #6d28d9;--semi-color-primary-light-default: rgba(124, 58, 237, .08);--semi-color-primary-light-hover: rgba(124, 58, 237, .15);--semi-color-primary-light-active: rgba(124, 58, 237, .22)}.sbg-variant-teal{--semi-color-primary: #0f766e;--semi-color-primary-light-default: rgba(20, 184, 166, .08);--semi-color-primary-light-hover: rgba(20, 184, 166, .15);--semi-color-primary-light-active: rgba(20, 184, 166, .22)}.sbg-variant-amber{--semi-color-primary: #b45309;--semi-color-primary-light-default: rgba(245, 158, 11, .08);--semi-color-primary-light-hover: rgba(245, 158, 11, .15);--semi-color-primary-light-active: rgba(245, 158, 11, .22)}.sbg-variant-rose{--semi-color-primary: #be123c;--semi-color-primary-light-default: rgba(244, 63, 94, .08);--semi-color-primary-light-hover: rgba(244, 63, 94, .15);--semi-color-primary-light-active: rgba(244, 63, 94, .22)}.sbg-variant-green{--semi-color-primary: #047857;--semi-color-primary-light-default: rgba(16, 185, 129, .08);--semi-color-primary-light-hover: rgba(16, 185, 129, .15);--semi-color-primary-light-active: rgba(16, 185, 129, .22)}html.dark .sbg-variant-violet{--semi-color-primary: #a78bfa;--semi-color-primary-light-default: rgba(139, 92, 246, .14);--semi-color-primary-light-hover: rgba(139, 92, 246, .22);--semi-color-primary-light-active: rgba(139, 92, 246, .3)}html.dark .sbg-variant-teal{--semi-color-primary: #2dd4bf;--semi-color-primary-light-default: rgba(45, 212, 191, .14);--semi-color-primary-light-hover: rgba(45, 212, 191, .22);--semi-color-primary-light-active: rgba(45, 212, 191, .3)}html.dark .sbg-variant-amber{--semi-color-primary: #fbbf24;--semi-color-primary-light-default: rgba(251, 191, 36, .14);--semi-color-primary-light-hover: rgba(251, 191, 36, .22);--semi-color-primary-light-active: rgba(251, 191, 36, .3)}html.dark .sbg-variant-rose{--semi-color-primary: #fb7185;--semi-color-primary-light-default: rgba(251, 113, 133, .14);--semi-color-primary-light-hover: rgba(251, 113, 133, .22);--semi-color-primary-light-active: rgba(251, 113, 133, .3)}html.dark .sbg-variant-green{--semi-color-primary: #34d399;--semi-color-primary-light-default: rgba(52, 211, 153, .14);--semi-color-primary-light-hover: rgba(52, 211, 153, .22);--semi-color-primary-light-active: rgba(52, 211, 153, .3)}.semi-tabs-content{padding:0!important;height:calc(100% - 40px)!important;flex:1!important}.semi-tabs-content .semi-tabs-pane{height:100%!important;overflow:hidden!important}.semi-tabs-content .semi-tabs-pane>div{height:100%!important}.tableShow{display:revert}.tableHiddle{display:none!important}.custom-footer{font-size:1.1em}.custom-footer.na-cb6feafeb3990c78,.card-content-container{position:relative}.card-content-fade-indicator{position:absolute;bottom:0;left:0;right:0;height:30px;background:linear-gradient(transparent,var(--semi-color-bg-1));pointer-events:none;z-index:1;opacity:0;transition:opacity .3s ease}.debug-panel .semi-tabs{height:100%!important;display:flex!important;flex-direction:column!important}.debug-panel .semi-tabs-bar{flex-shrink:0!important}.debug-panel .semi-tabs-content{flex:1!important;overflow:hidden!important}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.semi-table-body::-webkit-scrollbar{width:6px;height:6px}.semi-table-body::-webkit-scrollbar-thumb{background:rgba(var(--semi-grey-2),.3);border-radius:2px}.semi-table-body::-webkit-scrollbar-thumb:hover{background:rgba(var(--semi-grey-2),.5)}.semi-table-body::-webkit-scrollbar-track{background:transparent}.semi-sidesheet-body::-webkit-scrollbar{width:6px;height:6px}.semi-sidesheet-body::-webkit-scrollbar-thumb{background:rgba(var(--semi-grey-2),.3);border-radius:2px}.semi-sidesheet-body::-webkit-scrollbar-thumb:hover{background:rgba(var(--semi-grey-2),.5)}.semi-sidesheet-body::-webkit-scrollbar-track{background:transparent}.pricing-scroll-hide,.model-test-scroll,.card-content-scroll,.model-settings-scroll,.thinking-content-scroll,.custom-request-textarea .semi-input,.custom-request-textarea textarea,.notice-content-scroll{-ms-overflow-style:none;scrollbar-width:none}.pricing-scroll-hide::-webkit-scrollbar,.model-test-scroll::-webkit-scrollbar,.card-content-scroll::-webkit-scrollbar,.model-settings-scroll::-webkit-scrollbar,.thinking-content-scroll::-webkit-scrollbar,.custom-request-textarea .semi-input::-webkit-scrollbar,.custom-request-textarea textarea::-webkit-scrollbar,.notice-content-scroll::-webkit-scrollbar{display:none}.image-list-scroll::-webkit-scrollbar{width:6px;height:6px}.image-list-scroll::-webkit-scrollbar-thumb{background:var(--semi-color-tertiary-light-default);border-radius:3px}.image-list-scroll::-webkit-scrollbar-thumb:hover{background:var(--semi-color-tertiary)}.image-list-scroll::-webkit-scrollbar-track{background:transparent}.components-transfer-source-item,.components-transfer-selected-item{display:flex;align-items:center;padding:8px}.semi-transfer-left-list,.semi-transfer-right-list{-ms-overflow-style:none;scrollbar-width:none}.semi-transfer-left-list::-webkit-scrollbar,.semi-transfer-right-list::-webkit-scrollbar{display:none}.components-transfer-source-item .semi-checkbox,.components-transfer-selected-item .semi-checkbox{display:flex;align-items:center;width:100%}.components-transfer-source-item .semi-avatar,.components-transfer-selected-item .semi-avatar{margin-right:12px;flex-shrink:0}.components-transfer-source-item .info,.components-transfer-selected-item .info{flex:1;overflow:hidden;display:flex;flex-direction:column;justify-content:center}.components-transfer-source-item .name,.components-transfer-selected-item .name{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.components-transfer-source-item .email,.components-transfer-selected-item .email{font-size:12px;color:var(--semi-color-text-2);display:flex;align-items:center}.components-transfer-selected-item .semi-icon-close{margin-left:8px;cursor:pointer;color:var(--semi-color-text-2)}.components-transfer-selected-item .semi-icon-close:hover{color:var(--semi-color-text-0)}@keyframes sweep-shine{0%{background-position:200% 0}to{background-position:-200% 0}}.shine-text{background:linear-gradient(90deg,currentColor 0%,currentColor 40%,rgba(255,255,255,.9) 50%,currentColor 60%,currentColor 100%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:sweep-shine 4s linear infinite}.dark .shine-text{background:linear-gradient(90deg,currentColor 0%,currentColor 40%,#facc15 50%,currentColor 60%,currentColor 100%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.semi-scrolllist,.semi-scrolllist *{-ms-overflow-style:none;scrollbar-width:none;background:transparent!important}.semi-scrolllist::-webkit-scrollbar,.semi-scrolllist *::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.semi-scrolllist-body{padding:1px!important}.semi-scrolllist-list-outer{padding-right:0!important}.blur-ball{position:absolute;width:360px;height:360px;border-radius:50%;filter:blur(120px);pointer-events:none;z-index:-1}.blur-ball-indigo{background:#6366f1;top:40px;left:50%;transform:translate(-50%);opacity:.5}.blur-ball-teal{background:#14b8a6;top:200px;left:30%;opacity:.4}html:not(.dark) .blur-ball-indigo{opacity:.25}html:not(.dark) .blur-ball-teal{opacity:.2}.with-pastel-balls{position:relative;overflow:hidden;--pb1: #ffd1dc;--pb2: #e5d4ff;--pb3: #d1fff6;--pb4: #ffe5d9;--pb-opacity: .55;--pb-blur: 60px}.with-pastel-balls:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background:radial-gradient(circle at -5% -10%,var(--pb1) 0%,transparent 60%),radial-gradient(circle at 105% -10%,var(--pb2) 0%,transparent 55%),radial-gradient(circle at 5% 110%,var(--pb3) 0%,transparent 55%),radial-gradient(circle at 105% 110%,var(--pb4) 0%,transparent 50%);filter:blur(var(--pb-blur));opacity:var(--pb-opacity);transform:translateZ(0)}html.dark .with-pastel-balls{--pb1: #ffd1dc;--pb2: #e5d4ff;--pb3: #d1fff6;--pb4: #ffe5d9;--pb-opacity: .36;--pb-blur: 65px}html.dark .with-pastel-balls:before{mix-blend-mode:screen}.table-scroll-card{display:flex;flex-direction:column;height:calc(100vh - 110px);max-height:calc(100vh - 110px)}.ios-table-card.semi-card{border:1px solid var(--ios-glass-border)!important;background:var(--ios-glass-surface)!important;box-shadow:var(--ios-glass-shadow)!important;backdrop-filter:blur(34px);-webkit-backdrop-filter:blur(34px)}.ios-table-card .semi-card-header,.ios-table-card .semi-card-body,.ios-table-card .semi-card-footer{background:transparent!important;color:var(--ios-shell-text)}html.dark .ios-table-card .semi-divider-horizontal,body[theme-mode=dark] .ios-table-card .semi-divider-horizontal{border-color:#ffffff14!important}.table-scroll-card .semi-card-body{flex:1 1 auto;overflow-y:auto}.table-scroll-card .semi-card-body::-webkit-scrollbar{width:6px}.table-scroll-card .semi-card-body::-webkit-scrollbar-thumb{background:rgba(var(--semi-grey-2),.3);border-radius:2px}.table-scroll-card .semi-card-body::-webkit-scrollbar-thumb:hover{background:rgba(var(--semi-grey-2),.5)}.table-scroll-card .semi-card-body::-webkit-scrollbar-track{background:transparent}@media (max-width: 767px){.table-scroll-card{height:calc(100vh - 77px);max-height:calc(100vh - 77px)}}.pricing-layout{height:calc(100vh - 60px);overflow:hidden;margin-top:60px}.pricing-sidebar{width:clamp(280px,24vw,520px)!important;min-width:clamp(280px,24vw,520px)!important;max-width:clamp(280px,24vw,520px)!important;height:calc(100vh - 60px);background-color:var(--semi-color-bg-0);overflow:auto}.pricing-content{height:calc(100vh - 60px);background-color:var(--semi-color-bg-0);display:flex;flex-direction:column}.pricing-pagination-divider{border-color:var(--semi-color-border)}.pricing-content-mobile{height:100%;display:flex;flex-direction:column;overflow:auto}.pricing-search-header{padding:.5rem;background-color:var(--semi-color-bg-0);flex-shrink:0;position:-webkit-sticky;position:sticky;top:0;z-index:5}.pricing-view-container{flex:1;overflow:auto}.pricing-view-container-mobile{flex:1;overflow:auto;min-height:0}.semi-card-header,.semi-card-body{padding:10px!important}.semi-tag.channel-affinity-tag{border:1px solid rgba(var(--semi-cyan-5),.35);background-color:rgba(var(--semi-cyan-5),.15);color:rgba(var(--semi-cyan-9),1);cursor:help;transition:background-color .12s ease,border-color .12s ease,box-shadow .12s ease}.semi-tag.channel-affinity-tag:hover{background-color:rgba(var(--semi-cyan-5),.22);border-color:rgba(var(--semi-cyan-5),.6);box-shadow:0 0 0 2px rgba(var(--semi-cyan-5),.18)}.semi-tag.channel-affinity-tag:active{background-color:rgba(var(--semi-cyan-5),.28)}.semi-tag.channel-affinity-tag .channel-affinity-tag-content{display:inline-flex;align-items:center;gap:.25rem}.semi-radio,.semi-tagInput,.semi-input-textarea-wrapper,.semi-navigation-sub-title,.semi-chat-inputBox-sendButton,.semi-page-item,.semi-navigation-item,.semi-tag-closable,.semi-input-wrapper,.semi-tabs-tab-button,.semi-select,.semi-button,.semi-datepicker-range-input{border-radius:10px!important}@keyframes slideInLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.ec-dbcd0a3c01b55203{forced-color-adjust:auto}.ourchat-login-shell{min-height:100vh;width:100%;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:center;gap:56px;padding:72px clamp(24px,6vw,96px);background:radial-gradient(circle at 12% 16%,rgba(34,211,238,.22),transparent 28%),radial-gradient(circle at 82% 18%,rgba(59,130,246,.2),transparent 30%),linear-gradient(135deg,#f8fafc,#eef6ff 42%,#f8fafc);color:#0f172a}.ourchat-login-grid{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.55;background-image:linear-gradient(rgba(15,23,42,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(15,23,42,.06) 1px,transparent 1px);background-size:46px 46px;-webkit-mask-image:radial-gradient(circle at center,#000 0%,transparent 75%);mask-image:radial-gradient(circle at center,#000 0%,transparent 75%)}.ourchat-flow-line{position:absolute;width:42vw;height:2px;pointer-events:none;background:linear-gradient(90deg,transparent,#2563eb,#22d3ee,transparent);opacity:.42;transform-origin:center;animation:ourchat-flow 4.8s linear infinite}.ourchat-flow-line-one{top:22%;left:8%;transform:rotate(15deg)}.ourchat-flow-line-two{right:6%;bottom:18%;animation-delay:-1.8s;transform:rotate(-18deg)}.ourchat-login-hero{position:relative;z-index:1;display:flex;min-width:0;flex-direction:column;align-items:flex-start;justify-content:center;gap:28px}.ourchat-pill{display:inline-flex;align-items:center;width:-webkit-fit-content;width:fit-content;min-height:32px;padding:0 12px;border:1px solid rgba(37,99,235,.18);border-radius:999px;background:#ffffffc2;color:#1d4ed8;font-size:13px;font-weight:700;letter-spacing:0;box-shadow:0 8px 28px #2563eb14}.ourchat-hero-title{margin:0!important;color:#08111f!important;font-size:clamp(42px,6vw,76px)!important;line-height:.95!important;letter-spacing:0!important}.ourchat-hero-subtitle{display:block;max-width:560px;color:#475569!important;font-size:17px;line-height:1.7}.ourchat-hero-metrics{display:flex;flex-wrap:wrap;gap:10px}.ourchat-hero-metrics span{display:inline-flex;min-height:34px;align-items:center;padding:0 12px;border:1px solid rgba(15,23,42,.08);border-radius:999px;background:#ffffffad;color:#334155;font-size:12px;font-weight:700}.ourchat-login-form-wrap{position:relative;z-index:2;display:flex;min-width:0;justify-content:center}.ourchat-login-card{border:1px solid rgba(148,163,184,.2)!important;background:#ffffffdb!important;box-shadow:0 24px 70px #0f172a1f!important;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.ourchat-powered-text{display:block;color:#64748b!important;line-height:1.1}.ourchat-character{width:min(430px,82vw);transform:translate(-4px)}.ourchat-character-card{position:relative;overflow:hidden;border:1px solid rgba(37,99,235,.16);border-radius:28px;background:radial-gradient(circle at 26% 20%,rgba(34,211,238,.2),transparent 26%),linear-gradient(135deg,#ffffffe0,#dbeafeb3);box-shadow:0 28px 80px #1e40af2e}.ourchat-character-card:before{content:"";position:absolute;inset:auto 12% 14% 12%;height:22%;border-radius:999px;background:#2563eb14;filter:blur(18px)}.ourchat-character svg{position:relative;display:block;width:100%;height:auto}.character-shadow{fill:#0f172a1a}.character-ear,.character-arm,.character-hand,.character-mouth,.character-mouth-loading,.character-nodes path,.character-closed-eyes path{fill:none;stroke-linecap:round;stroke-linejoin:round}.character-ear{stroke:#1e293b;stroke-width:12;opacity:.9}.character-arm{stroke:#1e3a8a;stroke-width:20}.character-hand{stroke:#f8fafc;stroke-width:18;opacity:0;transform-origin:center;transition:opacity .18s ease,transform .24s ease}.character-eyes{fill:#0f172a;transition:opacity .18s ease,transform .18s ease}.eye-glow{fill:#f8fafc}.character-closed-eyes{fill:none;stroke:#0f172a;stroke-width:8;opacity:0}.character-mouth{stroke:#0f172a;stroke-width:8;transition:opacity .18s ease}.character-mouth-loading{stroke:#2563eb;stroke-width:8;opacity:0}.character-nodes{fill:#2563eb;stroke:#2563eb73;stroke-width:3;opacity:.75;animation:ourchat-pulse 3s ease-in-out infinite}.ourchat-character.is-typing .character-eyes{transform:translate(4px)}.ourchat-character.is-secret .character-eyes{opacity:0}.ourchat-character.is-secret .character-closed-eyes,.ourchat-character.is-secret .character-hand{opacity:1}.ourchat-character.is-secret .character-hand-left{transform:translate(32px,-4px) rotate(10deg)}.ourchat-character.is-secret .character-hand-right{transform:translate(-32px,-4px) rotate(-10deg)}.ourchat-character.is-loading .character-mouth{opacity:0}.ourchat-character.is-loading .character-mouth-loading{opacity:1;animation:ourchat-mouth 1s ease-in-out infinite}@keyframes ourchat-flow{0%{background-position:-300px 0}to{background-position:300px 0}}@keyframes ourchat-pulse{0%,to{opacity:.45}50%{opacity:.95}}@keyframes ourchat-mouth{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}@media (max-width: 960px){.ourchat-login-shell{grid-template-columns:1fr;gap:32px;padding:48px 18px}.ourchat-login-hero{align-items:center;text-align:center}.ourchat-hero-subtitle{max-width:520px}.ourchat-character{width:min(340px,86vw)}}@media (max-width: 560px){.ourchat-login-shell{padding:34px 14px}.ourchat-hero-title{font-size:42px!important}.ourchat-hero-subtitle{font-size:14px}}.ourchat-login-shell{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(circle at 14% 10%,rgba(251,191,36,.28),transparent 26%),radial-gradient(circle at 84% 18%,rgba(129,140,248,.22),transparent 28%),linear-gradient(135deg,#fff7ed,#f8fafc 48%,#eef2ff);color:#111827}.ourchat-login-frame{position:relative;display:grid;grid-template-columns:minmax(420px,1.12fr) minmax(360px,.88fr);width:min(1120px,100%);min-height:680px;overflow:hidden;border:1px solid rgba(17,24,39,.08);border-radius:36px;background:#ffffffd1;box-shadow:0 34px 90px #1f29372e,inset 0 1px #ffffffe6;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.ourchat-character-stage{position:relative;display:flex;flex-direction:column;justify-content:space-between;min-width:0;padding:52px;background:radial-gradient(circle at 22% 18%,rgba(255,255,255,.85),transparent 25%),linear-gradient(155deg,#f97316,#facc15,#22c55e 72%,#7c3aed)}.ourchat-character-stage:before{content:"";position:absolute;top:18px;right:18px;bottom:18px;left:18px;border:1px solid rgba(255,255,255,.45);border-radius:28px;pointer-events:none}.ourchat-stage-copy{position:relative;z-index:2;max-width:410px;color:#fff;text-shadow:0 14px 40px rgba(17,24,39,.28)}.ourchat-stage-copy span{display:inline-flex;min-height:34px;align-items:center;padding:0 12px;border-radius:999px;background:#ffffff3d;font-size:13px;font-weight:800}.ourchat-stage-copy strong{display:block;margin-top:18px;font-size:clamp(44px,5vw,74px);line-height:.92;letter-spacing:0}.ourchat-stage-copy p{max-width:340px;margin-top:18px;font-size:16px;line-height:1.6;color:#ffffffe0}.ourchat-stage-floor{position:absolute;left:50%;bottom:66px;z-index:1;width:min(430px,70%);height:34px;border-radius:50%;background:#11182729;filter:blur(2px);transform:translate(-50%)}.ourchat-login-form-wrap{position:relative;z-index:3;display:flex;align-items:center;justify-content:center;min-width:0;padding:44px;background:#050505;color:#f9fafb}.ourchat-login-card-panel{width:100%}.ourchat-login-card-panel>.w-full{max-width:390px}.ourchat-login-card{border:0!important;background:transparent!important;box-shadow:none!important;-webkit-backdrop-filter:none;backdrop-filter:none}.ourchat-login-card .semi-card-body{padding:0!important}.ourchat-login-card-panel img.h-10{height:48px;width:48px;object-fit:cover;box-shadow:0 12px 30px #1118271f}.ourchat-login-form-wrap .semi-typography,.ourchat-login-form-wrap .semi-form-field-label,.ourchat-login-form-wrap .semi-checkbox-addon,.ourchat-login-form-wrap .semi-divider_inner-text,.ourchat-login-form-wrap .semi-input,.ourchat-login-form-wrap .semi-input::placeholder{color:#f9fafb!important}.ourchat-login-form-wrap .semi-input::placeholder{color:#71717a!important}.ourchat-login-form-wrap a{color:#fff!important}.ourchat-login-form-wrap .semi-divider-horizontal:before,.ourchat-login-form-wrap .semi-divider-horizontal:after{border-color:#27272a!important}.ourchat-powered-text{display:block;color:#a1a1aa!important;line-height:1.2}.ourchat-login-card .semi-input-wrapper,.ourchat-login-card .semi-input-wrapper-focus{min-height:48px;border-radius:16px!important;background:#111!important;border:1px solid #2f2f2f!important;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.ourchat-login-card .semi-input-wrapper-focus{background:#151515!important;border-color:#fff!important;box-shadow:0 0 0 4px #ffffff1a!important}.ourchat-login-card .semi-button{min-height:46px;border-radius:16px!important;font-weight:800}.ourchat-login-card .semi-button-primary{background:#fff!important;color:#050505!important;box-shadow:0 18px 34px #ffffff2e}.ourchat-password-toggle{height:28px;padding:0 8px;border-radius:999px;color:#f9fafb;font-size:12px;font-weight:800;background:#050505;border:1px solid #3f3f46}.ourchat-characters{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,minmax(86px,1fr));align-items:end;gap:clamp(12px,2.5vw,28px);width:min(530px,100%);min-height:275px;margin:40px auto 28px}.ourchat-creature{position:relative;height:210px;transform-origin:center bottom;animation:ourchat-character-bob 3.6s ease-in-out infinite}.ourchat-creature:nth-child(2){animation-delay:-.7s}.ourchat-creature:nth-child(3){animation-delay:-1.4s}.ourchat-creature:nth-child(4){animation-delay:-2.1s}.ourchat-creature .creature-body{position:absolute;left:50%;bottom:38px;width:112px;height:136px;border:5px solid #111827;background:var(--creature-color);box-shadow:0 20px #1118271f;transform:translate(-50%)}.tone-coral{--creature-color: #fb7185}.tone-yellow{--creature-color: #fde047}.tone-mint{--creature-color: #34d399}.tone-violet{--creature-color: #a78bfa}.ourchat-creature-circle .creature-body{border-radius:999px}.ourchat-creature-arch .creature-body{height:150px;border-radius:70px 70px 24px 24px}.ourchat-creature-square .creature-body{border-radius:30px;transform:translate(-50%) rotate(-4deg)}.ourchat-creature-drop .creature-body{border-radius:78px 78px 78px 18px;transform:translate(-50%) rotate(8deg)}.ourchat-creature .creature-face{position:absolute;inset:32px 20px auto;height:54px}.ourchat-creature .eye{position:absolute;top:6px;width:18px;height:22px;border-radius:999px;background:#111827;transform:translate(var(--eye-x),var(--eye-y));transition:transform .12s ease,height .18s ease,opacity .16s ease}.ourchat-creature .eye:after{content:"";position:absolute;top:4px;left:5px;width:5px;height:5px;border-radius:999px;background:#ffffffe0}.ourchat-creature .eye-left{left:0}.ourchat-creature .eye-right{right:0}.ourchat-creature .mouth{position:absolute;left:50%;top:42px;width:24px;height:12px;border-bottom:5px solid #111827;border-radius:0 0 999px 999px;transform:translate(-50%)}.ourchat-creature .hand,.ourchat-creature .leg{position:absolute;background:#111827}.ourchat-creature .hand{top:88px;width:42px;height:16px;border-radius:999px;transform-origin:center;transition:transform .22s ease,opacity .16s ease}.ourchat-creature .hand-left{left:-30px;transform:rotate(-18deg)}.ourchat-creature .hand-right{right:-30px;transform:rotate(18deg)}.ourchat-creature .leg{bottom:16px;width:18px;height:32px;border-radius:999px}.ourchat-creature .leg-left{left:calc(50% - 34px)}.ourchat-creature .leg-right{right:calc(50% - 34px)}.ourchat-characters.is-typing .ourchat-creature:nth-child(1),.ourchat-characters.is-typing .ourchat-creature:nth-child(3){transform:translateY(-10px) rotate(-2deg)}.ourchat-characters.is-typing .ourchat-creature:nth-child(2),.ourchat-characters.is-typing .ourchat-creature:nth-child(4){transform:translateY(8px) rotate(2deg)}.ourchat-characters.is-secret .eye{height:5px;transform:translateY(10px)}.ourchat-characters.is-secret .hand-left{transform:translate(44px,-44px) rotate(18deg)}.ourchat-characters.is-secret .hand-right{transform:translate(-44px,-44px) rotate(-18deg)}.ourchat-characters.is-peeking .eye-right{height:22px;transform:translate(5px,-2px)}.ourchat-characters.is-peeking .eye-left{height:5px;transform:translateY(10px)}.ourchat-characters.is-loading .mouth{animation:ourchat-mouth-wiggle .8s ease-in-out infinite}@keyframes ourchat-character-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes ourchat-mouth-wiggle{0%,to{width:18px}50%{width:34px}}@media (max-width: 980px){.ourchat-login-frame{grid-template-columns:1fr;min-height:0}.ourchat-character-stage{min-height:430px;padding:34px}.ourchat-stage-copy strong{font-size:48px}.ourchat-login-form-wrap{padding:34px 20px 42px}.ourchat-characters{min-height:210px;margin-top:28px}.ourchat-creature{height:160px}.ourchat-creature .creature-body{width:78px;height:96px}.ourchat-creature-arch .creature-body{height:106px}.ourchat-creature .eye{width:12px;height:15px}.ourchat-creature .mouth{top:34px}}@media (max-width: 560px){.ourchat-login-shell{padding:10px}.ourchat-login-frame{border-radius:26px}.ourchat-character-stage{min-height:360px;padding:26px 20px}.ourchat-stage-copy strong{font-size:40px}.ourchat-stage-copy p{font-size:14px}.ourchat-characters{grid-template-columns:repeat(4,1fr);gap:4px;min-height:170px}.ourchat-creature{height:130px}.ourchat-creature .creature-body{width:58px;height:74px;border-width:4px}.ourchat-creature-arch .creature-body{height:82px}.ourchat-creature .creature-face{inset:18px 12px auto}.ourchat-creature .hand{width:28px}}.ourchat-character-stage{padding:0;overflow:hidden;background:#f3f4f6}.ourchat-character-stage:before,.ourchat-stage-floor{display:none}.animated-auth-panel{position:relative;display:flex;min-height:680px;height:100%;flex-direction:column;justify-content:space-between;padding:48px;overflow:hidden;color:#111827;background:radial-gradient(circle at 74% 24%,rgba(255,255,255,.85),transparent 30%),radial-gradient(circle at 28% 76%,rgba(229,231,235,.9),transparent 36%),linear-gradient(135deg,#fff,#f3f4f6 52%,#e5e7eb)}.animated-auth-panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.36;background-image:linear-gradient(rgba(17,24,39,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(17,24,39,.08) 1px,transparent 1px);background-size:20px 20px}.animated-auth-panel:after{content:"";position:absolute;right:12%;top:20%;width:260px;height:260px;border-radius:999px;background:#9ca3af29;filter:blur(50px)}.animated-auth-brand,.animated-auth-copy,.animated-auth-stage,.animated-auth-links{position:relative;z-index:2}.animated-auth-brand{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:800}.animated-auth-brand-mark{width:32px;height:32px;border-radius:10px;background:#11182714;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:relative}.animated-auth-brand-mark:before,.animated-auth-brand-mark:after{content:"";position:absolute;border-radius:999px;background:#111827}.animated-auth-brand-mark:before{width:13px;height:13px;left:9px;top:5px}.animated-auth-brand-mark:after{width:5px;height:14px;left:14px;top:14px}.animated-auth-copy{display:none}.animated-auth-stage{display:flex;align-items:flex-end;justify-content:center;height:500px;margin-top:auto;margin-bottom:auto}.animated-auth-characters{position:relative;width:550px;height:400px}.animated-auth-character{position:absolute;bottom:0;transform-origin:bottom center;transition:all .7s ease-in-out}.animated-auth-purple{left:70px;z-index:1;width:180px;height:400px;border-radius:10px 10px 0 0;background:#6c3ff5}.animated-auth-black{left:240px;z-index:2;width:120px;height:310px;border-radius:8px 8px 0 0;background:#2d2d2d}.animated-auth-orange{left:0;z-index:3;width:240px;height:200px;border-radius:120px 120px 0 0;background:#ff9b6b}.animated-auth-yellow{left:310px;z-index:4;width:140px;height:230px;border-radius:70px 70px 0 0;background:#e8d754}.animated-auth-purple-eyes,.animated-auth-black-eyes,.animated-auth-orange-eyes,.animated-auth-yellow-eyes{position:absolute;display:flex;transition:all .7s ease-in-out}.animated-auth-purple-eyes{gap:32px}.animated-auth-black-eyes,.animated-auth-yellow-eyes{gap:24px}.animated-auth-orange-eyes{gap:32px;transition-duration:.2s;transition-timing-function:ease-out}.animated-auth-eye-ball{display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:999px;transition:all .15s ease}.animated-auth-eye-pupil,.animated-auth-pupil{border-radius:999px;transition:transform .1s ease-out}.animated-auth-yellow-mouth{position:absolute;width:80px;height:4px;border-radius:999px;background:#2d2d2d;transition:all .2s ease-out}.animated-auth-links{display:flex;align-items:center;gap:32px;color:#1118278a;font-size:14px}.animated-auth-links span{white-space:nowrap}@media (max-width: 980px){.animated-auth-panel{min-height:430px;padding:30px}.animated-auth-copy{display:block;max-width:360px}.animated-auth-copy h1{margin:20px 0 8px;color:#fff;font-size:42px;line-height:1}.animated-auth-copy p{color:#ffffffc2}.animated-auth-stage{height:260px;margin-top:8px;overflow:hidden}.animated-auth-characters{transform:translate(-44px,74px) scale(.68);transform-origin:bottom center}.animated-auth-links{display:none}}@media (max-width: 560px){.animated-auth-panel{min-height:350px;padding:24px}.animated-auth-brand{font-size:16px}.animated-auth-copy h1{font-size:34px}.animated-auth-stage{height:190px}.animated-auth-characters{transform:translate(-82px,108px) scale(.5)}}.home-hero-layout{width:min(1180px,100%)}.home-auth-animation{display:none}@media (min-width: 1024px){.home-hero-layout{display:grid!important;grid-template-columns:minmax(0,.95fr) minmax(430px,1.05fr);grid-template-areas:"copy scene" "actions scene" "providers providers";align-items:center;column-gap:clamp(34px,5vw,72px);text-align:left!important;max-width:1180px!important}.home-hero-copy{grid-area:copy;align-items:flex-start!important}.home-hero-actions{grid-area:actions;justify-content:flex-start!important}.home-auth-animation{grid-area:scene;display:block;width:min(540px,42vw);justify-self:center}.home-provider-wall{grid-area:providers}.home-auth-animation .animated-auth-panel{min-height:500px;height:500px;padding:28px 28px 0;border:1px solid rgba(17,24,39,.08);border-radius:34px;background:radial-gradient(circle at 74% 24%,rgba(255,255,255,.9),transparent 30%),radial-gradient(circle at 28% 76%,rgba(229,231,235,.92),transparent 36%),linear-gradient(135deg,#fff,#f3f4f6 52%,#e5e7eb);box-shadow:0 30px 80px #0f172a21}.home-auth-animation .animated-auth-brand,.home-auth-animation .animated-auth-links{display:none}.home-auth-animation .animated-auth-stage{height:472px;margin:0}.home-auth-animation .animated-auth-characters{transform:translate(-28px,74px) scale(.82);transform-origin:bottom center}}@media (min-width: 768px) and (max-width: 1023px){.home-auth-animation{display:block;width:min(520px,92vw);margin:36px auto 0}.home-auth-animation .animated-auth-panel{min-height:360px;height:360px;padding:24px;border-radius:30px}.home-auth-animation .animated-auth-brand,.home-auth-animation .animated-auth-links{display:none}.home-auth-animation .animated-auth-stage{height:318px;overflow:hidden}.home-auth-animation .animated-auth-characters{transform:translate(-54px,112px) scale(.62);transform-origin:bottom center}}.home-hero-section{background:radial-gradient(circle at 18% 12%,rgba(120,167,255,.2),transparent 34%),radial-gradient(circle at 78% 20%,rgba(255,206,105,.16),transparent 30%),linear-gradient(135deg,#f8fafc,#eef2f7 46%,#f7f8fb)}.home-hero-layout{position:relative;width:min(1120px,100%)!important;max-width:1120px!important;min-height:660px;padding:clamp(28px,5vw,72px);overflow:hidden;border-radius:38px;isolation:isolate;box-shadow:0 30px 90px #0f172a24}.home-auth-animation{position:absolute!important;top:0;right:0;bottom:0;left:0;display:block!important;width:100%!important;margin:0!important;pointer-events:auto;z-index:0}.home-auth-animation .animated-auth-panel{min-height:100%!important;height:100%!important;padding:0!important;border:1px solid rgba(15,23,42,.08);border-radius:38px;background:linear-gradient(180deg,#ffffffc7,#eef1f6eb),#f3f4f6!important;box-shadow:none!important}.home-auth-animation .animated-auth-brand,.home-auth-animation .animated-auth-copy,.home-auth-animation .animated-auth-links{display:none!important}.home-auth-animation .animated-auth-stage{height:100%!important;margin:0!important;overflow:hidden;align-items:flex-end;justify-content:flex-end}.home-auth-animation .animated-auth-characters{transform:translate(24px,92px) scale(1.08)!important;transform-origin:bottom right}.home-hero-copy,.home-hero-actions{position:relative;z-index:2}.home-hero-copy{width:min(620px,100%);align-items:flex-start!important;text-align:left;margin-right:auto;color:#111827}.home-hero-brand{display:inline-flex;align-items:center;min-height:32px;margin-bottom:18px;padding:6px 14px;border:1px solid rgba(15,23,42,.1);border-radius:999px;background:#ffffffb8;box-shadow:0 12px 28px #0f172a14;color:#111827;font-size:14px;font-weight:700;line-height:1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.home-hero-copy h1{color:#111827;text-shadow:0 1px 0 rgba(255,255,255,.58)}.home-hero-copy p{color:#111827ad}.home-hero-endpoint{justify-content:flex-start!important}.home-hero-endpoint .semi-input-wrapper{min-height:52px;border:1px solid rgba(15,23,42,.12);background:#ffffffb8;box-shadow:0 18px 45px #0f172a1a;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.home-hero-endpoint .semi-input{color:#111827;font-weight:600}.home-hero-actions{justify-content:flex-start!important;width:min(620px,100%);margin-right:auto}.home-provider-wall{display:none!important}@media (max-width: 900px){.home-hero-layout{min-height:720px;padding:28px;border-radius:30px}.home-auth-animation .animated-auth-panel{border-radius:30px}.home-auth-animation .animated-auth-characters{transform:translate(-40px,118px) scale(.74)!important;transform-origin:bottom center}.home-hero-copy{align-items:center!important;text-align:center;margin:0 auto}.home-hero-endpoint,.home-hero-actions{justify-content:center!important;margin:0 auto}}@media (max-width: 560px){.home-hero-layout{min-height:650px;padding:22px 18px;border-radius:24px}.home-auth-animation .animated-auth-panel{border-radius:24px}.home-auth-animation .animated-auth-characters{transform:translate(-92px,118px) scale(.52)!important}.home-hero-actions{flex-wrap:wrap}}html.dark .home-hero-section,body[theme-mode=dark] .home-hero-section{background:radial-gradient(circle at 18% 12%,rgba(96,165,250,.18),transparent 34%),radial-gradient(circle at 78% 20%,rgba(168,85,247,.14),transparent 30%),linear-gradient(135deg,#030712,#09090b 48%,#111827)}html.dark .home-hero-layout,body[theme-mode=dark] .home-hero-layout{border:1px solid rgba(255,255,255,.08);background:#050505;box-shadow:0 32px 100px #00000075,inset 0 1px #ffffff0f}html.dark .home-auth-animation .animated-auth-panel,body[theme-mode=dark] .home-auth-animation .animated-auth-panel{border-color:#ffffff14;background:radial-gradient(circle at 74% 22%,rgba(71,85,105,.42),transparent 31%),radial-gradient(circle at 25% 78%,rgba(30,41,59,.76),transparent 38%),linear-gradient(135deg,#09090beb,#0f172af5)!important}html.dark .home-auth-animation .animated-auth-panel:before{opacity:.18;background-image:linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px)}body[theme-mode=dark] .home-auth-animation .animated-auth-panel:before{opacity:.18;background-image:linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px)}html.dark .home-auth-animation .animated-auth-panel:after{background:#60a5fa24}body[theme-mode=dark] .home-auth-animation .animated-auth-panel:after{background:#60a5fa24}html.dark .home-hero-copy,body[theme-mode=dark] .home-hero-copy{color:#f9fafb}html.dark .home-hero-copy h1,body[theme-mode=dark] .home-hero-copy h1{color:#fff;text-shadow:0 18px 46px rgba(0,0,0,.32)}html.dark .home-hero-brand,body[theme-mode=dark] .home-hero-brand{border-color:#ffffff1f;background:#0f172aad;color:#f9fafb;box-shadow:0 16px 34px #00000038}html.dark .home-hero-copy .shine-text,body[theme-mode=dark] .home-hero-copy .shine-text{color:#fff;background:none!important;-webkit-text-fill-color:#ffffff!important;animation:none!important}html.dark .home-hero-copy p,body[theme-mode=dark] .home-hero-copy p{color:#e5e7ebbd}html.dark .home-hero-endpoint .semi-input-wrapper,body[theme-mode=dark] .home-hero-endpoint .semi-input-wrapper{border-color:#ffffff24;background:#0f172ab8;box-shadow:0 18px 45px #0000003d}html.dark .home-hero-endpoint .semi-input,body[theme-mode=dark] .home-hero-endpoint .semi-input{color:#f9fafb}html.dark .home-hero-endpoint .semi-scrolllist,body[theme-mode=dark] .home-hero-endpoint .semi-scrolllist{color:#93c5fd}html.dark .home-auth-animation .animated-auth-purple,body[theme-mode=dark] .home-auth-animation .animated-auth-purple{background:#7c3aed}html.dark .home-auth-animation .animated-auth-black,body[theme-mode=dark] .home-auth-animation .animated-auth-black{background:#0f172a}html.dark .home-auth-animation .animated-auth-orange,body[theme-mode=dark] .home-auth-animation .animated-auth-orange{background:#fb923c}html.dark .home-auth-animation .animated-auth-yellow,body[theme-mode=dark] .home-auth-animation .animated-auth-yellow{background:#facc15}.ios-home-shell{width:min(1150px,100%);min-height:calc(100vh - 64px);margin:0 auto;padding:42px 24px 96px;color:#000;background:#f2f2f7}.ios-home-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:8px 0 14px;background:#f2f2f7bf;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.ios-home-header-brand{display:inline-flex;align-items:center;gap:10px;color:#000;font-size:21px;font-weight:800;letter-spacing:0;text-decoration:none}.ios-home-header-actions{display:flex;align-items:center;gap:18px}.ios-home-header-actions a,.ios-home-header-actions button{border:0;background:transparent;color:#8e8e93;font-size:15px;font-weight:650;text-decoration:none;transition:color .16s ease}.ios-home-header-actions a:hover,.ios-home-header-actions button:hover{color:#000}.ios-home-header-actions .ios-home-login-btn{padding:10px 17px;border:1px solid rgba(60,60,67,.12);border-radius:999px;background:#fff;color:#000;font-weight:800;box-shadow:0 2px 8px #0000000a}.ios-home-hero{display:flex;align-items:center;justify-content:space-between;gap:clamp(32px,5vw,56px);margin:26px 0 72px}.ios-home-copy{z-index:2;flex:1 1 0;width:100%}.ios-home-brand-mark{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px;background:#000;color:#fff;font-size:20px;font-weight:900;box-shadow:0 2px 8px #00000014}.ios-home-pill{display:inline-flex;align-items:center;gap:8px;margin-bottom:26px;padding:7px 14px;border:1px solid rgba(0,168,84,.22);border-radius:999px;background:#e5f5ec;color:#00a854;font-size:12px;font-weight:800}.ios-home-pill span{width:6px;height:6px;border-radius:999px;background:#00a854;animation:ios-home-pulse 1.8s ease-in-out infinite}.ios-home-title{margin:0;color:#000;font-size:clamp(42px,6.2vw,72px);font-weight:900;line-height:1.05;letter-spacing:0}.ios-home-title span{color:#007aff}.ios-home-subtitle{max-width:540px;margin:20px 0 0;color:#8e8e93;font-size:clamp(17px,1.8vw,20px);font-weight:600;line-height:1.55}.ios-home-subtitle strong{color:#007aff;font-weight:800}.ios-home-subtitle b{color:#000;font-weight:800}.ios-home-actions{display:flex;align-items:center;gap:16px;margin-top:34px}.ios-home-primary-btn,.ios-home-secondary-btn,.ios-home-pay-btn{height:64px!important;border-radius:20px!important;padding:0 32px!important;font-size:17px!important;font-weight:800!important;transition:transform .2s cubic-bezier(.2,0,0,1),opacity .2s ease,box-shadow .2s ease}.ios-home-primary-btn{border-color:#000!important;background:#000!important;color:#fff!important;box-shadow:0 12px 32px #0000001f!important}.ios-home-primary-btn *,.ios-home-pay-btn *{color:#fff!important}.ios-home-secondary-btn{border:1.5px solid rgba(60,60,67,.16)!important;background:#fff!important;color:#000!important;box-shadow:0 2px 8px #0000000a!important}.ios-home-primary-btn:active,.ios-home-secondary-btn:active,.ios-home-pay-btn:active{transform:scale(.95);opacity:.86}.ios-home-metrics{display:flex;align-items:center;gap:clamp(28px,4vw,42px);margin-top:36px}.ios-home-metrics strong{display:block;color:#000;font-size:24px;font-weight:900;line-height:1}.ios-home-metrics span{display:block;margin-top:6px;color:#8e8e93;font-size:11px;font-weight:800}.ios-home-scene{flex:0 0 min(460px,42vw);height:440px;overflow:hidden;border:1px solid rgba(60,60,67,.12);border-radius:36px;background:linear-gradient(to right,rgba(0,0,0,.05) 1px,transparent 1px),linear-gradient(to bottom,rgba(0,0,0,.05) 1px,transparent 1px),#fafafc;background-size:24px 24px;box-shadow:0 0 40px #007aff26}.ios-home-scene-inner{position:relative;width:100%;height:100%}.ios-home-auth-animation,.ios-home-auth-animation .animated-auth-panel,.ios-home-auth-animation .animated-auth-stage{width:100%;height:100%}.ios-home-auth-animation .animated-auth-panel{min-height:100%;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.ios-home-auth-animation .animated-auth-brand,.ios-home-auth-animation .animated-auth-copy,.ios-home-auth-animation .animated-auth-links{display:none!important}.ios-home-auth-animation .animated-auth-stage{min-height:100%;margin:0!important;overflow:hidden;align-items:flex-end;justify-content:center}.ios-home-auth-animation .animated-auth-characters{transform:translate(-8px,72px) scale(.84)!important;transform-origin:bottom center}.ios-home-overview{margin-top:28px}.ios-home-overview h2{margin:0 0 24px;color:#000;font-size:24px;font-weight:850;letter-spacing:0}.ios-home-overview-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:28px}.ios-home-balance-card,.ios-home-plan-card{border:1px solid rgba(60,60,67,.12);border-radius:32px;box-shadow:0 2px 8px #0000000a}.ios-home-balance-card{padding:32px;color:#fff;background:radial-gradient(circle at 82% 14%,rgba(0,122,255,.3),transparent 38%),linear-gradient(135deg,#1c1c1e,#3a3a3c)}.ios-home-balance-card span,.ios-home-plan-card span{display:block;margin-bottom:8px;color:#ffffffb3;font-size:13px;font-weight:700}.ios-home-balance-card strong,.ios-home-plan-card strong{display:block;font-size:42px;font-weight:900;line-height:1.1}.ios-home-balance-card p,.ios-home-plan-card p{margin:8px 0 0;color:#ffffffb3;font-size:15px;font-weight:600}.ios-home-progress{height:10px;margin-top:36px;overflow:hidden;border-radius:999px;background:#00000061}.ios-home-progress i{display:block;width:95%;height:100%;border-radius:999px;background:#fff}.ios-home-plan-card{padding:28px;background:#fff}.ios-home-plan-card span{color:#8e8e93}.ios-home-plan-card strong{color:#007aff;font-size:28px}.ios-home-plan-card p{color:#8e8e93}.ios-home-pay-btn{width:100%;margin-top:24px;border-color:#000!important;background:#000!important}@keyframes ios-home-pulse{0%,to{opacity:.42}50%{opacity:1}}@media (max-width: 980px){.ios-home-shell{padding:36px 22px 80px}.ios-home-hero{flex-direction:column;align-items:stretch;gap:46px;margin-top:22px}.ios-home-brand{margin-bottom:0}.ios-home-actions{flex-direction:column;align-items:stretch}.ios-home-actions a,.ios-home-primary-btn,.ios-home-secondary-btn{width:100%}.ios-home-scene{flex-basis:auto;width:100%;height:380px}.ios-home-auth-animation .animated-auth-characters{transform:translate(-18px,74px) scale(.72)!important}.ios-home-overview-grid{grid-template-columns:1fr}}@media (max-width: 560px){.ios-home-shell{padding:28px 28px 72px}.ios-home-brand{margin-bottom:0}.ios-home-header{padding-top:0}.ios-home-header-actions a:not(.ios-home-login-btn),.ios-home-header-actions button{display:none}.ios-home-title{font-size:42px}.ios-home-metrics{justify-content:space-between;gap:14px}.ios-home-scene{height:380px;border-radius:32px}.ios-home-auth-animation .animated-auth-characters{transform:translate(-48px,72px) scale(.58)!important}.ios-home-overview{display:none}}html.dark .ourchat-login-shell,body[theme-mode=dark] .ourchat-login-shell{background:radial-gradient(circle at 14% 10%,rgba(59,130,246,.16),transparent 28%),radial-gradient(circle at 84% 18%,rgba(124,58,237,.12),transparent 30%),linear-gradient(135deg,#030712,#09090b 48%,#111827)}html.dark .ourchat-login-frame,body[theme-mode=dark] .ourchat-login-frame{border-color:#ffffff14;background:#050505;box-shadow:0 34px 100px #00000080,inset 0 1px #ffffff0f}html.dark .ourchat-character-stage,body[theme-mode=dark] .ourchat-character-stage{background:#09090b}html.dark .ourchat-character-stage .animated-auth-panel,body[theme-mode=dark] .ourchat-character-stage .animated-auth-panel{color:#f9fafb;background:radial-gradient(circle at 70% 22%,rgba(71,85,105,.44),transparent 32%),radial-gradient(circle at 24% 78%,rgba(30,41,59,.8),transparent 38%),linear-gradient(135deg,#09090b,#111827 58%,#0f172a)}html.dark .ourchat-character-stage .animated-auth-panel:before,body[theme-mode=dark] .ourchat-character-stage .animated-auth-panel:before{opacity:.18;background-image:linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px)}html.dark .ourchat-character-stage .animated-auth-panel:after,body[theme-mode=dark] .ourchat-character-stage .animated-auth-panel:after{background:#60a5fa24}html.dark .ourchat-character-stage .animated-auth-brand,body[theme-mode=dark] .ourchat-character-stage .animated-auth-brand{color:#f9fafb}html.dark .ourchat-character-stage .animated-auth-brand-mark,body[theme-mode=dark] .ourchat-character-stage .animated-auth-brand-mark{background:#ffffff1a}html.dark .ourchat-character-stage .animated-auth-brand-mark:before,html.dark .ourchat-character-stage .animated-auth-brand-mark:after,body[theme-mode=dark] .ourchat-character-stage .animated-auth-brand-mark:before,body[theme-mode=dark] .ourchat-character-stage .animated-auth-brand-mark:after{background:#f9fafb}html.dark .ourchat-character-stage .animated-auth-links,body[theme-mode=dark] .ourchat-character-stage .animated-auth-links{color:#e5e7eb94}html.dark .ourchat-character-stage .animated-auth-purple,body[theme-mode=dark] .ourchat-character-stage .animated-auth-purple{background:#7c3aed}html.dark .ourchat-character-stage .animated-auth-black,body[theme-mode=dark] .ourchat-character-stage .animated-auth-black{background:#020617}html.dark .ourchat-character-stage .animated-auth-orange,body[theme-mode=dark] .ourchat-character-stage .animated-auth-orange{background:#fb923c}html.dark .ourchat-character-stage .animated-auth-yellow,body[theme-mode=dark] .ourchat-character-stage .animated-auth-yellow{background:#facc15}html.dark .ourchat-login-form-wrap,body[theme-mode=dark] .ourchat-login-form-wrap{background:#050505}.chat2link-shell{color:var(--ios-shell-text)}.chat2link-card{border:1px solid var(--ios-glass-border);background:var(--ios-glass-surface);box-shadow:var(--ios-glass-shadow);backdrop-filter:blur(34px);-webkit-backdrop-filter:blur(34px)}.chat2link-card-title{color:var(--ios-shell-text)}.chat2link-card-copy{color:var(--ios-shell-muted)}.chat2link-card-badge{color:#007aff;background:#007aff1a}html.dark .chat2link-card-badge,body[theme-mode=dark] .chat2link-card-badge{color:#8fd0ff;background:#7dc1ff24}.chat2link-primary-button{background:linear-gradient(135deg,#007aff,#5ac8fa);box-shadow:0 10px 24px #007aff3d}.chat2link-primary-button:hover{background:linear-gradient(135deg,#0a84ff,#63d2ff)}.chat2link-secondary-button{border:1px solid var(--ios-glass-border);color:var(--ios-shell-text);background:var(--ios-toolbar-bg);box-shadow:inset 0 1px 1px #ffffff29;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.chat2link-secondary-button:hover{background:var(--ios-toolbar-hover)}.leaderboard-shell{min-height:calc(100vh - 64px);padding-bottom:32px;background:radial-gradient(circle at top,rgba(255,214,153,.34),transparent 34%),linear-gradient(180deg,#f3f5f8,#eef2f7)}.leaderboard-shell-content{width:100%;max-width:760px;margin:0 auto}.leaderboard-phone-frame{position:relative;overflow:hidden;border:1px solid rgba(148,163,184,.18);border-radius:34px;background:linear-gradient(180deg,#fffffff5,#f8fafcfa),#fff;box-shadow:0 28px 80px #0f172a1f,inset 0 1px #ffffffb8}.leaderboard-ios-hero{padding:28px;background:linear-gradient(180deg,#fffffffa,#faf4ebf5),#fff}.leaderboard-ios-hero-head{display:flex;gap:16px;align-items:flex-start;justify-content:space-between}.leaderboard-ios-subtitle{display:block;line-height:1.75}.leaderboard-rules-trigger{flex-shrink:0;width:40px;height:40px;border:none;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#2563eb;background:#ffffffd6;box-shadow:0 12px 28px #2563eb1f;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.leaderboard-rules-trigger:hover{transform:translateY(-1px);background:#fffffff5;box-shadow:0 16px 36px #2563eb29}.leaderboard-signal-card{position:relative;overflow:hidden;margin-top:22px;padding:18px 20px;border-radius:26px;color:#f8fafc;background:linear-gradient(135deg,#2563eb,#4f46e5);box-shadow:0 18px 40px #2563eb47}.leaderboard-signal-card:after{content:"";position:absolute;top:-28px;right:-18px;width:120px;height:120px;border-radius:999px;background:#ffffff24}.leaderboard-signal-label,.leaderboard-mini-stat-icon{display:inline-flex;align-items:center;gap:6px}.leaderboard-signal-label{position:relative;z-index:1;font-size:.85rem;font-weight:600;color:#eff6ffeb}.leaderboard-signal-value{position:relative;z-index:1;margin-top:10px;font-size:clamp(2rem,6vw,2.8rem);font-weight:800;line-height:1;letter-spacing:-.04em}.leaderboard-signal-subtitle{position:relative;z-index:1;margin-top:8px;font-size:.92rem;color:#e0e7ffdb}.leaderboard-segmented{margin-top:18px;padding:4px;border-radius:16px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;background:#e2e8f0d6}.leaderboard-segmented-button{padding:10px 12px;border:none;border-radius:12px;font-size:.92rem;font-weight:600;color:#64748b;background:transparent;cursor:pointer;transition:color .18s ease,background .18s ease,box-shadow .18s ease}.leaderboard-segmented-button-active{color:#0f172a;background:#fff;box-shadow:0 10px 18px #0f172a1a}.leaderboard-mini-stats{margin-top:18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.leaderboard-email-toggle{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:14px;padding:12px 14px;border:1px solid rgba(148,163,184,.28);border-radius:18px;background:#ffffffb8}.leaderboard-email-toggle-warning{border-color:#f59e0b4d;background:linear-gradient(135deg,#fffbebe0,#ffffffbd),#ffffffb8}.leaderboard-mini-stat{display:flex;gap:12px;align-items:flex-start;padding:16px;border:1px solid rgba(148,163,184,.14);border-radius:20px;background:#ffffffc2;box-shadow:inset 0 1px #ffffffb8}.leaderboard-mini-stat-icon{flex-shrink:0;width:34px;height:34px;border-radius:12px;justify-content:center;color:#2563eb;background:#dbeafee6}.leaderboard-mini-stat-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.leaderboard-mini-stat-label{font-size:.82rem;color:#64748b}.leaderboard-mini-stat-value{font-size:1.12rem;font-weight:700;color:#0f172a}.leaderboard-mini-stat-detail{font-size:.8rem;color:#94a3b8}.leaderboard-auth-banner{margin:18px 24px 0}.leaderboard-section-card{margin:18px 24px 0;padding:20px;border:1px solid rgba(148,163,184,.14);border-radius:26px;background:linear-gradient(180deg,#fffffff0,#f8fafcf5),#fff;box-shadow:0 16px 42px #0f172a14,inset 0 1px #ffffffc2}.leaderboard-loading-card{padding:18px}.leaderboard-section-head{display:flex;gap:12px;align-items:flex-start;justify-content:space-between}.leaderboard-podium{margin-top:22px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:end}.leaderboard-podium-spot{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.leaderboard-podium-spot-1{transform:translateY(-8px)}.leaderboard-podium-icon{position:absolute;top:-18px;color:#f59e0b}.leaderboard-podium-avatar{width:70px;height:70px;margin-top:8px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:800;color:#0f172a;border:4px solid rgba(255,255,255,.94);box-shadow:0 14px 28px #0f172a29}.leaderboard-podium-avatar-1{width:84px;height:84px;background:linear-gradient(135deg,#fde68a,#f59e0b)}.leaderboard-podium-avatar-2{background:linear-gradient(135deg,#e2e8f0,#94a3b8)}.leaderboard-podium-avatar-3{background:linear-gradient(135deg,#fdba74,#ea580c)}.leaderboard-podium-copy{margin-top:10px;display:flex;flex-direction:column;gap:2px;min-height:50px}.leaderboard-podium-name{font-size:.92rem;font-weight:700;color:#1e293b;word-break:break-word}.leaderboard-podium-score{font-size:.84rem;font-weight:700;color:#2563eb}.leaderboard-reward-pill{align-self:center;margin-top:4px;padding:3px 8px;border-radius:999px;font-size:.72rem;font-weight:800;color:#9a3412;background:#ffedd5eb;white-space:nowrap}.leaderboard-podium-base{width:100%;margin-top:14px;padding-top:14px;border-radius:22px 22px 14px 14px;color:#0f172a;box-shadow:inset 0 1px #fff9}.leaderboard-podium-base-1{min-height:128px;background:linear-gradient(180deg,#fde68a,#fbbf24)}.leaderboard-podium-base-2{min-height:102px;background:linear-gradient(180deg,#e2e8f0,#cbd5e1)}.leaderboard-podium-base-3{min-height:92px;background:linear-gradient(180deg,#fdba74,#fb923c)}.leaderboard-podium-rank{font-size:.9rem;font-weight:800;letter-spacing:.04em}.leaderboard-ranking-list-card{padding:12px}.leaderboard-list{display:grid;gap:10px}.leaderboard-list-row{display:grid;grid-template-columns:28px 44px minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px;border:1px solid rgba(148,163,184,.12);border-radius:20px;background:#ffffffc2;transition:transform .18s ease,box-shadow .18s ease}.leaderboard-list-row:hover{transform:translateY(-1px);box-shadow:0 14px 28px #0f172a14}.leaderboard-list-rank{font-size:1rem;font-weight:700;color:#94a3b8;text-align:center}.leaderboard-list-avatar,.leaderboard-current-avatar{border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;color:#0f172a;background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.leaderboard-list-avatar{width:44px;height:44px}.leaderboard-list-main{min-width:0}.leaderboard-list-name-row{display:flex;gap:8px;align-items:center;min-width:0}.leaderboard-list-score{display:flex;flex-direction:column;gap:6px;align-items:flex-end}.leaderboard-list-score-value{font-size:.95rem;font-weight:800;color:#2563eb}.leaderboard-empty-card{padding:36px 18px}.leaderboard-history-card{margin-bottom:18px}.leaderboard-history-head{margin-bottom:6px}.leaderboard-history-list{display:grid;gap:10px}.leaderboard-history-row,.leaderboard-rule-item,.leaderboard-current-dock{border:1px solid rgba(148,163,184,.12);background:#ffffffb8}.leaderboard-history-row{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:14px 16px;border-radius:18px}.leaderboard-history-meta{margin-top:2px}.leaderboard-history-value{display:flex;flex-direction:column;gap:6px;align-items:flex-end}.leaderboard-current-dock{position:-webkit-sticky;position:sticky;bottom:16px;margin:0 24px 24px;padding:16px 18px;border-radius:22px;display:flex;align-items:center;justify-content:space-between;gap:14px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 18px 36px #0f172a1f}.leaderboard-current-dock-main{display:flex;gap:12px;align-items:center;min-width:0}.leaderboard-current-avatar{width:48px;height:48px;flex-shrink:0;box-shadow:inset 0 1px #ffffffb8}.leaderboard-current-copy{min-width:0}.leaderboard-current-title-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.leaderboard-current-metric{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}.leaderboard-current-metric-value{font-size:1rem;font-weight:800;color:#0f172a}.leaderboard-current-metric-label{font-size:.78rem;color:#64748b}.leaderboard-podium-skeleton{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.leaderboard-podium-skeleton-item{display:flex;flex-direction:column;gap:12px;align-items:center;padding:16px 0 0}.leaderboard-row-skeleton{display:flex;gap:12px;align-items:center;padding:12px 4px}.leaderboard-rules-list{display:grid;gap:12px}.leaderboard-rule-item{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;border-radius:18px}.leaderboard-rule-icon{width:32px;height:32px;flex-shrink:0;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;color:#2563eb;background:#dbeafeeb}html.dark .leaderboard-shell,body[theme-mode=dark] .leaderboard-shell{background:radial-gradient(circle at top,rgba(37,99,235,.18),transparent 30%),linear-gradient(180deg,#020617,#0f172a)}html.dark .leaderboard-phone-frame,body[theme-mode=dark] .leaderboard-phone-frame{border-color:#ffffff14;background:linear-gradient(180deg,#090e19fa,#0f172afa),#020617;box-shadow:0 28px 80px #00000057,inset 0 1px #ffffff0a}html.dark .leaderboard-ios-hero,body[theme-mode=dark] .leaderboard-ios-hero{background:linear-gradient(180deg,#0a111efa,#141d30fa),#020617}html.dark .leaderboard-segmented,body[theme-mode=dark] .leaderboard-segmented{background:#1e293bf0}html.dark .leaderboard-segmented-button,html.dark .leaderboard-mini-stat-label,html.dark .leaderboard-mini-stat-detail,html.dark .leaderboard-current-metric-label,body[theme-mode=dark] .leaderboard-segmented-button,body[theme-mode=dark] .leaderboard-mini-stat-label,body[theme-mode=dark] .leaderboard-mini-stat-detail,body[theme-mode=dark] .leaderboard-current-metric-label{color:#94a3b8}html.dark .leaderboard-segmented-button-active,body[theme-mode=dark] .leaderboard-segmented-button-active{color:#f8fafc;background:#ffffff14;box-shadow:none}html.dark .leaderboard-mini-stat,html.dark .leaderboard-section-card,html.dark .leaderboard-list-row,html.dark .leaderboard-history-row,html.dark .leaderboard-rule-item,html.dark .leaderboard-email-toggle,html.dark .leaderboard-current-dock,body[theme-mode=dark] .leaderboard-mini-stat,body[theme-mode=dark] .leaderboard-section-card,body[theme-mode=dark] .leaderboard-list-row,body[theme-mode=dark] .leaderboard-history-row,body[theme-mode=dark] .leaderboard-rule-item,body[theme-mode=dark] .leaderboard-email-toggle,body[theme-mode=dark] .leaderboard-current-dock{border-color:#ffffff14;background:linear-gradient(180deg,#0c1321f0,#0f172aeb),#0f172a;box-shadow:0 18px 34px #0000002e,inset 0 1px #ffffff08}html.dark .leaderboard-email-toggle-warning,body[theme-mode=dark] .leaderboard-email-toggle-warning{border-color:#fbbf2438;background:linear-gradient(135deg,#78350f6b,#0f172aeb),#0f172a}html.dark .leaderboard-mini-stat-icon,html.dark .leaderboard-rule-icon,body[theme-mode=dark] .leaderboard-mini-stat-icon,body[theme-mode=dark] .leaderboard-rule-icon{color:#93c5fd;background:#2563eb2e}html.dark .leaderboard-rules-trigger,body[theme-mode=dark] .leaderboard-rules-trigger{color:#93c5fd;background:#1e293bf5;box-shadow:none}html.dark .leaderboard-podium-name,html.dark .leaderboard-current-metric-value,body[theme-mode=dark] .leaderboard-podium-name,body[theme-mode=dark] .leaderboard-current-metric-value{color:#f8fafc}html.dark .leaderboard-list-rank,body[theme-mode=dark] .leaderboard-list-rank{color:#64748b}@media (max-width: 768px){.leaderboard-phone-frame{border-radius:28px}.leaderboard-ios-hero,.leaderboard-section-card{padding-left:20px;padding-right:20px}.leaderboard-auth-banner,.leaderboard-current-dock{margin-left:20px;margin-right:20px}}@media (max-width: 640px){.leaderboard-shell{padding-left:12px;padding-right:12px}.leaderboard-phone-frame{border-radius:24px}.leaderboard-ios-hero{padding:22px 18px}.leaderboard-mini-stats,.leaderboard-podium{grid-template-columns:1fr}.leaderboard-email-toggle{align-items:stretch;flex-direction:column}.leaderboard-podium-spot-1{transform:none}.leaderboard-list-row{grid-template-columns:28px 40px minmax(0,1fr)}.leaderboard-list-score{grid-column:2 / span 2;align-items:flex-start}.leaderboard-section-card{margin-left:18px;margin-right:18px;padding:18px;border-radius:22px}.leaderboard-auth-banner,.leaderboard-current-dock{margin-left:18px;margin-right:18px}.leaderboard-current-dock,.leaderboard-history-row{flex-direction:column;align-items:flex-start}.leaderboard-current-metric,.leaderboard-history-value{align-items:flex-start}}.figma-chat-shell{--fc-bg: #ffffff;--fc-panel: #f7f7f8;--fc-panel-strong: #ededee;--fc-border: #e5e5e8;--fc-text: #111318;--fc-muted: #8b91a3;--fc-soft: #f4f4f5;--fc-accent: #d47b00;--fc-teal: #04b894;display:grid;grid-template-columns:320px minmax(0,1fr);height:100vh;overflow:hidden;background:var(--fc-bg);color:var(--fc-text);font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.figma-chat-sidebar{display:flex;min-height:0;min-width:0;flex-direction:column;border-right:1px solid var(--fc-border);background:var(--fc-panel)}.figma-chat-sidebar-top,.figma-chat-header,.figma-chat-user,.figma-chat-composer-bar{display:flex;align-items:center}.figma-chat-sidebar-top{justify-content:space-between;padding:24px 16px 12px}.figma-chat-new-button,.figma-chat-model,.figma-chat-thread,.figma-chat-icon-button,.figma-chat-text-button,.figma-chat-code-head button,.figma-chat-compose-tools button,.figma-chat-send{border:0;background:transparent;color:inherit;font:inherit}.figma-chat-new-button,.figma-chat-thread,.figma-chat-model,.figma-chat-code-head button,.figma-chat-compose-tools button,.figma-chat-send{display:inline-flex;align-items:center}.figma-chat-new-button{gap:10px;font-size:18px;font-weight:700}.figma-chat-new-button svg{color:var(--fc-teal)}.figma-chat-icon-button{display:inline-grid;width:36px;height:36px;place-items:center;border-radius:10px;color:#969bad;transition:background .16s ease,color .16s ease}.figma-chat-icon-button:hover,.figma-chat-text-button:hover,.figma-chat-compose-tools button:hover{background:var(--fc-panel-strong);color:var(--fc-text)}.figma-chat-search{display:flex;align-items:center;gap:10px;margin:10px 14px 18px;padding:0 14px;height:46px;border-radius:14px;background:var(--fc-panel-strong);color:#9ca1b2}.figma-chat-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--fc-text);font-size:16px}.figma-chat-search input::placeholder{color:#9ca1b2}.figma-chat-thread-list{flex:1;min-height:0;overflow:auto;padding:0 10px 18px}.figma-chat-thread-section+.figma-chat-thread-section{margin-top:18px}.figma-chat-thread-group{margin:0 0 8px 8px;color:#9096a9;font-size:15px;font-weight:700}.figma-chat-thread{width:100%;min-width:0;gap:10px;padding:12px 10px;border-radius:14px;color:#878da2;text-align:left;transition:background .16s ease,color .16s ease}.figma-chat-thread span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.figma-chat-thread.is-active,.figma-chat-thread:hover{background:#dededf;color:#08090c}.figma-chat-user{gap:12px;min-height:94px;padding:18px 24px;border-top:1px solid var(--fc-border)}.figma-chat-avatar{width:36px;height:36px;flex:0 0 auto;border-radius:50%;background:radial-gradient(circle at 70% 25%,#ff7ac8 0 20%,transparent 21%),linear-gradient(135deg,#7c4dff,#fa4fb5)}.figma-chat-user-text{display:flex;min-width:0;flex:1;flex-direction:column;line-height:1.25}.figma-chat-user-text strong{font-size:16px}.figma-chat-user-text span{color:#8e94a8;font-size:14px}.figma-chat-main{position:relative;display:flex;min-height:0;min-width:0;flex-direction:column;overflow:hidden;background:var(--fc-bg)}.figma-chat-header{height:60px;flex:0 0 auto;justify-content:space-between;padding:0 16px 0 30px;border-bottom:1px solid var(--fc-border)}.figma-chat-model{gap:8px;font-size:18px;font-weight:700}.figma-chat-model-dot{width:10px;height:10px;border-radius:50%;background:var(--fc-accent)}.figma-chat-actions{display:flex;align-items:center;gap:10px}.figma-chat-text-button{height:36px;padding:0 10px;border-radius:10px;color:#777d92;font-weight:700}.figma-chat-scroll{flex:1;min-height:0;overflow:auto;padding:0 24px 206px}.figma-chat-message{width:min(870px,calc(100vw - 390px));margin:0 auto;padding-top:0}.figma-chat-message h2{margin:0 0 48px;text-align:left;font-size:18px;font-weight:800}.figma-chat-message p{margin:0 0 58px;text-align:left;font-size:18px;line-height:1.8}.figma-chat-message code{padding:3px 8px;border-radius:4px;background:var(--fc-soft);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.95em}.figma-chat-code-card{overflow:hidden;border:1px solid var(--fc-border);border-radius:12px;background:#fbfbfc}.figma-chat-code-head{display:flex;height:40px;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid var(--fc-border);color:#9a9fb0;font-size:14px;font-weight:700}.figma-chat-code-head button{gap:5px;color:#8f95a6;cursor:pointer}.figma-chat-code-card pre{margin:0;overflow-x:auto;padding:24px 20px;font-size:16px;line-height:1.75}.figma-chat-code-card pre code{padding:0;background:transparent;color:#05070c;font-size:inherit}.figma-chat-composer-wrap{position:absolute;right:42px;bottom:18px;left:62px}.figma-chat-composer{overflow:hidden;min-height:128px;border:1px solid var(--fc-border);border-radius:18px;background:#fff;box-shadow:0 18px 40px #0f172a14,0 1px 4px #0f172a14}.figma-chat-composer textarea{display:block;width:100%;min-height:76px;resize:none;border:0;outline:0;padding:20px 20px 8px;background:transparent;color:var(--fc-text);font-size:16px;line-height:1.6}.figma-chat-composer textarea::placeholder{color:#a5abba}.figma-chat-composer-bar{justify-content:space-between;padding:0 14px 14px 18px}.figma-chat-compose-tools{display:flex;align-items:center;gap:12px}.figma-chat-compose-tools button{width:32px;height:32px;justify-content:center;border-radius:9px;color:#8890a5}.figma-chat-send{width:40px;height:40px;justify-content:center;border-radius:14px;background:#f0f1f4;color:#9097a8}.figma-chat-composer-wrap p{margin:12px 0 0;text-align:center;color:#99a0b6;font-size:14px}html.dark .figma-chat-shell,body[theme-mode=dark] .figma-chat-shell{--fc-bg: #111214;--fc-panel: #1d1f23;--fc-panel-strong: #2a2c31;--fc-border: #30333a;--fc-text: #f3f4f6;--fc-muted: #a5adbd;--fc-soft: #23262d;color-scheme:dark}html.dark .figma-chat-thread.is-active,html.dark .figma-chat-thread:hover,body[theme-mode=dark] .figma-chat-thread.is-active,body[theme-mode=dark] .figma-chat-thread:hover{background:#303238;color:#fff}html.dark .figma-chat-code-card,body[theme-mode=dark] .figma-chat-code-card,html.dark .figma-chat-composer,body[theme-mode=dark] .figma-chat-composer{background:#17191d}html.dark .figma-chat-code-card pre code,body[theme-mode=dark] .figma-chat-code-card pre code{color:#f1f5f9}.token-action-button.semi-button,.semi-scrolllist .token-action-button.semi-button{border:0!important;font-weight:600;transition:background .16s ease,color .16s ease,box-shadow .16s ease}.token-action-button.semi-button .semi-button-content,.semi-scrolllist .token-action-button.semi-button .semi-button-content{color:inherit!important}.token-action-button-primary.semi-button,.semi-scrolllist .token-action-button-primary.semi-button{background:rgba(var(--semi-blue-0),.9)!important;color:rgba(var(--semi-blue-6),1)!important}.token-action-button-primary.semi-button:hover,.semi-scrolllist .token-action-button-primary.semi-button:hover{background:rgba(var(--semi-blue-1),.96)!important}.token-action-button-neutral.semi-button,.semi-scrolllist .token-action-button-neutral.semi-button{background:var(--semi-color-fill-0)!important;color:var(--semi-color-text-0)!important}.token-action-button-neutral.semi-button:hover,.semi-scrolllist .token-action-button-neutral.semi-button:hover{background:var(--semi-color-fill-1)!important}.token-action-button-danger.semi-button,.semi-scrolllist .token-action-button-danger.semi-button{background:rgba(var(--semi-red-0),.9)!important;color:rgba(var(--semi-red-6),1)!important}.token-action-button-danger.semi-button:hover,.semi-scrolllist .token-action-button-danger.semi-button:hover{background:rgba(var(--semi-red-1),.96)!important}.ourchat-contact-menu button{border:0!important;background:transparent!important;box-shadow:none!important}.ourchat-contact-menu-panel{border:1px solid rgba(60,60,67,.12)!important;background:#fffffff2!important;box-shadow:0 12px 32px #0000001f!important}.ourchat-contact-menu-icon-telegram{color:#229ed9!important;fill:currentColor!important}.ourchat-contact-menu-icon-whatsapp{color:#25d366!important;fill:currentColor!important}.ourchat-contact-menu-icon-qq{color:#12b7f5!important;fill:currentColor!important}@media (max-width: 900px){.figma-chat-shell{grid-template-columns:1fr}.figma-chat-sidebar{display:none}.figma-chat-message{width:min(100%,760px)}.figma-chat-composer-wrap{right:16px;left:16px}}@media (max-width: 640px){.figma-chat-shell{height:100vh}.figma-chat-header{padding:0 10px 0 16px}.figma-chat-model{font-size:16px}.figma-chat-scroll{padding:0 14px 184px}.figma-chat-message h2{margin-bottom:30px;font-size:17px}.figma-chat-message p{margin-bottom:34px;font-size:16px}.figma-chat-code-card pre{padding:18px 14px;font-size:14px}}.marker\:text-ios-green *::marker{color:#34c759}.marker\:text-ios-green::marker{color:#34c759}.selection\:bg-\[\#007AFF\]\/20 *::selection{background-color:#007aff33}.selection\:bg-ios-blue *::selection{--tw-bg-opacity: 1;background-color:rgb(0 122 255 / var(--tw-bg-opacity, 1))}.selection\:bg-opacity-20 *::selection{--tw-bg-opacity: .2}.selection\:text-\[\#007AFF\] *::selection{--tw-text-opacity: 1;color:rgb(0 122 255 / var(--tw-text-opacity, 1))}.selection\:bg-\[\#007AFF\]\/20::selection{background-color:#007aff33}.selection\:bg-ios-blue::selection{--tw-bg-opacity: 1;background-color:rgb(0 122 255 / var(--tw-bg-opacity, 1))}.selection\:bg-opacity-20::selection{--tw-bg-opacity: .2}.selection\:text-\[\#007AFF\]::selection{--tw-text-opacity: 1;color:rgb(0 122 255 / var(--tw-text-opacity, 1))}.placeholder\:text-ios-grayLight::placeholder{--tw-text-opacity: 1;color:rgb(229 229 234 / var(--tw-text-opacity, 1))}.last\:border-0:last-child{border-width:0px}.last\:border-b-0:last-child{border-bottom-width:0px}.last\:pb-0:last-child{padding-bottom:0}.focus-within\:border-ios-blue:focus-within{--tw-border-opacity: 1;border-color:rgb(0 122 255 / var(--tw-border-opacity, 1))}.focus-within\:ring-2:focus-within{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-within\:ring-ios-blue\/10:focus-within{--tw-ring-color: rgb(0 122 255 / .1)}.hover\:-translate-y-0\.5:hover{--tw-translate-y: -.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:-translate-y-1:hover{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:-translate-y-px:hover{--tw-translate-y: -1px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-ios-grayLight:hover{--tw-border-opacity: 1;border-color:rgb(229 229 234 / var(--tw-border-opacity, 1))}.hover\:\!bg-blue-100:hover{--tw-bg-opacity: 1 !important;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))!important}.hover\:\!bg-blue-50:hover{--tw-bg-opacity: 1 !important;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))!important}.hover\:\!bg-purple-50:hover{--tw-bg-opacity: 1 !important;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))!important}.hover\:\!bg-purple-600:hover{--tw-bg-opacity: 1 !important;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))!important}.hover\:\!bg-red-50:hover{--tw-bg-opacity: 1 !important;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))!important}.hover\:\!bg-red-500:hover{--tw-bg-opacity: 1 !important;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))!important}.hover\:\!bg-white\/10:hover{background-color:#ffffff1a!important}.hover\:bg-\[\#007AFF\]:hover{--tw-bg-opacity: 1;background-color:rgb(0 122 255 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#F2F2F7\]:hover{--tw-bg-opacity: 1;background-color:rgb(242 242 247 / var(--tw-bg-opacity, 1))}.hover\:bg-black:hover{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-ios-separator\/50:hover{background-color:#3c3c4380}.hover\:bg-ios-separator\/70:hover{background-color:#3c3c43b3}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-white\/40:hover{background-color:#fff6}.hover\:bg-white\/50:hover{background-color:#ffffff80}.hover\:bg-white\/75:hover{background-color:#ffffffbf}.hover\:bg-opacity-80:hover{--tw-bg-opacity: .8}.hover\:bg-gradient-to-r:hover{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.hover\:from-white\/20:hover{--tw-gradient-from: rgb(255 255 255 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:to-purple-50\/30:hover{--tw-gradient-to: rgb(250 245 255 / .3) var(--tw-gradient-to-position)}.hover\:\!text-purple-600:hover{--tw-text-opacity: 1 !important;color:rgb(147 51 234 / var(--tw-text-opacity, 1))!important}.hover\:\!text-red-600:hover{--tw-text-opacity: 1 !important;color:rgb(220 38 38 / var(--tw-text-opacity, 1))!important}.hover\:\!text-white:hover{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.hover\:text-\[\#007AFF\]:hover{--tw-text-opacity: 1;color:rgb(0 122 255 / var(--tw-text-opacity, 1))}.hover\:text-\[\#1D1D1F\]:hover{--tw-text-opacity: 1;color:rgb(29 29 31 / var(--tw-text-opacity, 1))}.hover\:text-\[\#8FD0FF\]:hover{--tw-text-opacity: 1;color:rgb(143 208 255 / var(--tw-text-opacity, 1))}.hover\:text-ios-blue:hover{--tw-text-opacity: 1;color:rgb(0 122 255 / var(--tw-text-opacity, 1))}.hover\:text-ios-text:hover{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-70:hover{opacity:.7}.hover\:opacity-85:hover{opacity:.85}.hover\:shadow-2xl:hover{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:\!bg-semi-color-fill-1:focus{background-color:var(--semi-color-fill-1)!important}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.active\:scale-95:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:scale-\[0\.98\]:active{--tw-scale-x: .98;--tw-scale-y: .98;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:scale-\[0\.99\]:active{--tw-scale-x: .99;--tw-scale-y: .99;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:opacity-85:active{opacity:.85}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-\[\#9CA3AF\]:disabled{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.disabled\:opacity-60:disabled{opacity:.6}.disabled\:shadow-none:disabled{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.group:hover .group-hover\:scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media (min-width: 640px){.sm\:mb-4{margin-bottom:1rem}.sm\:block{display:block}.sm\:inline{display:inline}.sm\:h-5{height:1.25rem}.sm\:h-6{height:1.5rem}.sm\:h-8{height:2rem}.sm\:w-48{width:12rem}.sm\:w-5{width:1.25rem}.sm\:w-6{width:1.5rem}.sm\:w-64{width:16rem}.sm\:w-8{width:2rem}.sm\:w-auto{width:auto}.sm\:\!flex-1{flex:1 1 0%!important}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:gap-2{gap:.5rem}.sm\:gap-3{gap:.75rem}.sm\:gap-4{gap:1rem}.sm\:rounded-2xl{border-radius:1rem}.sm\:rounded-xl{border-radius:.75rem}.sm\:p-3{padding:.75rem}.sm\:p-4{padding:1rem}.sm\:p-5{padding:1.25rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:pt-4{padding-top:1rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-6xl{font-size:3.75rem;line-height:1}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 768px){.md\:order-1{order:1}.md\:order-2{order:2}.md\:mx-4{margin-left:1rem;margin-right:1rem}.md\:mb-0{margin-bottom:0}.md\:ml-1{margin-left:.25rem}.md\:mt-6{margin-top:1.5rem}.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-8{height:2rem}.md\:w-32{width:8rem}.md\:w-48{width:12rem}.md\:w-56{width:14rem}.md\:w-64{width:16rem}.md\:w-8{width:2rem}.md\:w-auto{width:auto}.md\:w-full{width:100%}.md\:flex-initial{flex:0 1 auto}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-nowrap{flex-wrap:nowrap}.md\:items-start{align-items:flex-start}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:gap-3{gap:.75rem}.md\:gap-4{gap:1rem}.md\:gap-6{gap:1.5rem}.md\:p-6{padding:1.5rem}.md\:px-24{padding-left:6rem;padding-right:6rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:py-8{padding-top:2rem;padding-bottom:2rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}}@media (min-width: 1024px){.lg\:col-span-1{grid-column:span 1 / span 1}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:col-span-3{grid-column:span 3 / span 3}.lg\:col-span-5{grid-column:span 5 / span 5}.lg\:col-span-7{grid-column:span 7 / span 7}.lg\:mt-20{margin-top:5rem}.lg\:mt-24{margin-top:6rem}.lg\:block{display:block}.lg\:hidden{display:none}.lg\:h-\[440px\]{height:440px}.lg\:w-\[460px\]{width:460px}.lg\:w-auto{width:auto}.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:items-center{align-items:center}.lg\:justify-between{justify-content:space-between}.lg\:gap-10{gap:2.5rem}.lg\:gap-2{gap:.5rem}.lg\:gap-8{gap:2rem}.lg\:px-10{padding-left:2.5rem;padding-right:2.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:text-\[72px\]{font-size:72px}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 1280px){.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1536px){.\32xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (prefers-color-scheme: dark){.dark\:bg-\[\#0B1220\]\/95{background-color:#0b1220f2}.dark\:bg-semi-color-fill-1{background-color:var(--semi-color-fill-1)}.dark\:shadow-black\/40{--tw-shadow-color: rgb(0 0 0 / .4);--tw-shadow: var(--tw-shadow-colored)}}.\[\&_svg\]\:fill-current svg{fill:currentColor}.\[\&_svg\]\:text-white svg{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}
