.create-market-flow{padding-bottom:4rem}.create-market-flow .header-section{text-align:center;max-width:600px;margin-left:auto;margin-right:auto}.create-market-flow .custom-stepper{background:0 0;padding:0}.create-market-flow .custom-stepper .MuiStepIcon-root{width:2.5rem;height:2.5rem}.create-market-flow .custom-stepper .MuiStepIcon-root.Mui-active{color:var(--mui-palette-primary-main)}.create-market-flow .custom-stepper .MuiStepIcon-root.Mui-completed{color:var(--mui-palette-success-main)}.create-market-flow .custom-stepper .MuiStepLabel-label{font-size:.85rem;font-weight:600;margin-top:8px!important}.create-market-flow .custom-stepper .MuiStepLabel-label.Mui-active{color:var(--mui-palette-primary-main)}.create-market-flow .glass-card{background:rgba(var(--mui-palette-background-paper-rgb), .7);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(var(--mui-palette-divider-rgb), .1);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 32px #00000014}.create-market-flow .glass-card:hover{border-color:rgba(var(--mui-palette-primary-main-rgb), .2);box-shadow:0 12px 48px #0000001f}.create-market-flow .preview-container .preview-card{position:relative;overflow:hidden}.create-market-flow .preview-container .preview-card:before{content:"";background:linear-gradient(90deg, var(--mui-palette-primary-main), var(--mui-palette-secondary-main));width:100%;height:4px;position:absolute;top:0;left:0}.create-market-flow .preview-container .preview-emoji{background:rgba(var(--mui-palette-primary-main-rgb), .1);border:1px solid rgba(var(--mui-palette-primary-main-rgb), .2);border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;font-size:3rem;display:flex}.create-market-flow .success-container{padding-top:2rem}.create-market-flow .success-container .MuiPaper-root{background:rgba(var(--mui-palette-background-paper-rgb), .8);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 20px 80px #00000026}.create-market-flow .MuiTextField-root{margin-bottom:8px}.create-market-flow .MuiTextField-root .MuiOutlinedInput-root{background:#00000005;border-radius:12px;transition:all .2s ease-in-out}.create-market-flow .MuiTextField-root .MuiOutlinedInput-root fieldset{transition:border-color .2s;border:1.5px solid #0000001a!important}.create-market-flow .MuiTextField-root .MuiOutlinedInput-root:hover fieldset{border-color:rgba(var(--mui-palette-primary-main-rgb), .5)!important}.create-market-flow .MuiTextField-root .MuiOutlinedInput-root.Mui-focused{background:#fff}.create-market-flow .MuiTextField-root .MuiOutlinedInput-root.Mui-focused fieldset{border-width:2px;border-color:var(--mui-palette-primary-main)!important}.create-market-flow .MuiTextField-root .MuiOutlinedInput-root.Mui-focused{box-shadow:0 4px 20px rgba(var(--mui-palette-primary-main-rgb), .15)}@media (prefers-color-scheme:dark){.create-market-flow .MuiTextField-root .MuiOutlinedInput-root{background:#ffffff0d}.create-market-flow .MuiTextField-root .MuiOutlinedInput-root fieldset{border-color:#fff3!important}}.create-market-flow .MuiTextField-root .MuiInputLabel-root{color:#0009;font-weight:600;transform:translate(14px,16px)scale(1)}.create-market-flow .MuiTextField-root .MuiInputLabel-root.MuiInputLabel-shrink{color:var(--mui-palette-primary-main);background:#fff;border-radius:4px;padding:0 8px;transform:translate(14px,-9px)scale(.75)}.create-market-flow .MuiTextField-root .MuiOutlinedInput-input{height:1.4375em;padding:16px 14px}[data-theme=dark] .create-market-flow .MuiTextField-root .MuiOutlinedInput-root{background:#ffffff08}[data-theme=dark] .create-market-flow .MuiTextField-root .MuiOutlinedInput-root fieldset{border-color:#ffffff1a!important}[data-theme=dark] .create-market-flow .MuiTextField-root .MuiOutlinedInput-root.Mui-focused{background:#ffffff0d}[data-theme=dark] .create-market-flow .MuiTextField-root .MuiInputLabel-root{color:#ffffffb3}[data-theme=dark] .create-market-flow .MuiTextField-root .MuiInputLabel-root.MuiInputLabel-shrink{color:var(--mui-palette-primary-main);background:#1a1a1a}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate__fadeIn{animation:.5s ease-out forwards fadeIn}.unauthorized-container{background:linear-gradient(135deg,#0a0b10 0%,#161922 100%);justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;display:flex}.unauthorized-container .unauthorized-card{text-align:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff0d;border-radius:24px;width:100%;max-width:450px;padding:48px 40px;box-shadow:0 24px 48px #0006}.unauthorized-container .unauthorized-card .icon-wrapper{background:#d32f2f1a;border:2px solid #d32f2f33;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 24px;display:flex}.unauthorized-container .unauthorized-card h2{background:linear-gradient(135deg,#fff 0%,#888 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:16px;font-size:2rem;font-weight:800}.unauthorized-container .unauthorized-card .unauthorized-message{color:#94a3b8;margin-bottom:32px;font-size:1.1rem;line-height:1.6}.unauthorized-container .unauthorized-card .action-buttons .MuiButton-root{text-transform:none;border-radius:12px;padding:12px;font-size:1rem;font-weight:700}.custum_btn{cursor:pointer;border:none;border-radius:.4rem;outline:none;height:4.5rem;padding:1rem 2rem;font-family:inherit;font-size:1.4rem;font-weight:600;transition:all .2s}.custum_btn:disabled{opacity:.6;cursor:not-allowed}.custum_btn--primary{color:#fff;background:#405189}.custum_btn--primary:hover:not(:disabled){scale:1.01}.custum_btn--secondary{color:#495057;background-color:#f3f3f9;border:1px solid #e2e8f0}.custum_btn--secondary:hover:not(:disabled){background-color:#e2e8f0}.custum_btn--danger{color:#fff;background-color:#ef4444}.custum_btn--success{color:#fff;background-color:#10b981}.custum_btn--sm{padding:.5rem 1rem;font-size:1.4rem}.custum_btn--md{padding:1rem 2rem;font-size:1.4rem}.custum_btn--lg{padding:1.5rem 3rem;font-size:1.6rem}.custum_btn--full-width{width:100%}.not-found-page{background-color:#f3f3f9;justify-content:center;align-items:center;min-height:100vh;display:flex}.not-found-page__content{text-align:center;padding:4rem}.not-found-page__title{color:#6366f1;margin-bottom:1rem;font-size:8rem;font-weight:700;line-height:1}.not-found-page__subtitle{color:#495057;margin-bottom:1.5rem;font-size:3rem;font-weight:600}.not-found-page__description{color:#878a99;max-width:500px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.6rem}.loader{display:inline-block}.loader__spinner{border:.5rem solid #6366f11a;border-top-color:#405189;border-radius:50%;width:5rem;height:5rem;animation:.8s linear infinite spin}.loader-fullscreen{z-index:9999;background-color:#fff6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}@keyframes spin{to{transform:rotate(360deg)}}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/inter-cyrillic-ext-300-normal-CgCALhwJ.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-300-normal-RId2JxDB.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/inter-cyrillic-300-normal-BnqRxXuy.woff2)format("woff2"),url(/assets/inter-cyrillic-300-normal-LR1W_oT8.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/inter-greek-ext-300-normal-l2DDyC6M.woff2)format("woff2"),url(/assets/inter-greek-ext-300-normal-DLbbeei1.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/inter-greek-300-normal-DmGD3g_f.woff2)format("woff2"),url(/assets/inter-greek-300-normal-BrhSP0vQ.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/inter-vietnamese-300-normal-Bdr24Bqb.woff2)format("woff2"),url(/assets/inter-vietnamese-300-normal-DDGmYYdT.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/inter-latin-ext-300-normal-CPgO9Ksf.woff2)format("woff2"),url(/assets/inter-latin-ext-300-normal-Dp1L8vcn.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/inter-latin-300-normal-BVlfKGgI.woff2)format("woff2"),url(/assets/inter-latin-300-normal-i8F0SvXL.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-ext-400-normal-BQZuk6qB.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-400-normal-DQukG94-.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-400-normal-obahsSVq.woff2)format("woff2"),url(/assets/inter-cyrillic-400-normal-HOLc17fK.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-ext-400-normal-DGGRlc-M.woff2)format("woff2"),url(/assets/inter-greek-ext-400-normal-KugGGMne.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-400-normal-B4URO6DV.woff2)format("woff2"),url(/assets/inter-greek-400-normal-q2sYcFCs.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-vietnamese-400-normal-DMkecbls.woff2)format("woff2"),url(/assets/inter-vietnamese-400-normal-Bbgyi5SW.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-ext-400-normal-C1nco2VV.woff2)format("woff2"),url(/assets/inter-latin-ext-400-normal-77YHD8bZ.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-C38fXH4l.woff2)format("woff2"),url(/assets/inter-latin-400-normal-CyCys3Eg.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-ext-500-normal-B0yAr1jD.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-500-normal-BmqWE9Dz.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-500-normal-BasfLYem.woff2)format("woff2"),url(/assets/inter-cyrillic-500-normal-CxZf_p3X.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-ext-500-normal-C4iEst2y.woff2)format("woff2"),url(/assets/inter-greek-ext-500-normal-2j5mBUwD.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-500-normal-BIZE56-Y.woff2)format("woff2"),url(/assets/inter-greek-500-normal-Xzm54t5V.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-vietnamese-500-normal-DOriooB6.woff2)format("woff2"),url(/assets/inter-vietnamese-500-normal-mJboJaSs.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-ext-500-normal-CV4jyFjo.woff2)format("woff2"),url(/assets/inter-latin-ext-500-normal-BxGbmqWO.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-500-normal-Cerq10X2.woff2)format("woff2"),url(/assets/inter-latin-500-normal-BL9OpVg8.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-ext-600-normal-Dfes3d0z.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-600-normal-Bcila6Z-.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-600-normal-CWCymEST.woff2)format("woff2"),url(/assets/inter-cyrillic-600-normal-4D_pXhcN.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-ext-600-normal-DRtmH8MT.woff2)format("woff2"),url(/assets/inter-greek-ext-600-normal-B8X0CLgF.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-600-normal-plRanbMR.woff2)format("woff2"),url(/assets/inter-greek-600-normal-BZpKdvQh.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-vietnamese-600-normal-Cc8MFFhd.woff2)format("woff2"),url(/assets/inter-vietnamese-600-normal-BuLX-rYi.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-ext-600-normal-D2bJ5OIk.woff2)format("woff2"),url(/assets/inter-latin-ext-600-normal-CIVaiw4L.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-600-normal-LgqL8muc.woff2)format("woff2"),url(/assets/inter-latin-600-normal-CiBQ2DWP.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-ext-700-normal-BjwYoWNd.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-700-normal-LO58E6JB.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-700-normal-CjBOestx.woff2)format("woff2"),url(/assets/inter-cyrillic-700-normal-DrXBdSj3.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-ext-700-normal-qfdV9bQt.woff2)format("woff2"),url(/assets/inter-greek-ext-700-normal-BoQ6DsYi.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-700-normal-C3JjAnD8.woff2)format("woff2"),url(/assets/inter-greek-700-normal-BUv2fZ6O.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-vietnamese-700-normal-DlLaEgI2.woff2)format("woff2"),url(/assets/inter-vietnamese-700-normal-BZaoP0fm.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-ext-700-normal-Ca8adRJv.woff2)format("woff2"),url(/assets/inter-latin-ext-700-normal-TidjK2hL.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-700-normal-Yt3aPRUw.woff2)format("woff2"),url(/assets/inter-latin-700-normal-BLAVimhd.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--surface-primary:#0d1117;--surface-secondary:#161b22;--border-subtle:#ffffff0f;--text-primary:#e2e8f0;--text-muted:#8b949e;--text-hint:#484f58;--color-yes:#22c55e;--color-no:#ef4444}[data-theme=light]{--surface-primary:#fff;--surface-secondary:#f6f8fa;--border-subtle:#00000012;--text-primary:#1f2328;--text-muted:#656d76;--text-hint:#b0b8c1;--color-yes:#22c55e;--color-no:#ef4444}*{border-color:var(--border-subtle)!important}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.MuiPaper-root,.MuiCard-root{box-shadow:none!important;border:1px solid var(--border-subtle)!important}table tr,.MuiTableRow-root{border-bottom:none!important}
