@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap";.citeccalv2{--card-w: 400px;--card-h: 500px;--card-radius: 40px;--card-bg: #FAFAFA;--card-stroke: rgba(0,0,0,.12);--text: #000000;--muted: #B6B6B6;--btn: #FE7C38;--bg-a: #E2741D;--bg-b: #B44A00;--spot-size: 800px;--spot-opacity: .08;--spot-blur: 120px;--card-shadow: 0px 24px 70px -12px rgba(0,0,0,.18), 0px 10px 22px -8px rgba(0,0,0,.16);--field-shadow: 0px 4px 4px 0px rgba(0,0,0,.25)}.login{min-height:100svh;display:grid;place-items:center;position:relative;overflow:hidden;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:linear-gradient(180deg,var(--bg-a) 0%,var(--bg-b) 100%)}.login__spot{position:absolute;width:var(--spot-size);height:var(--spot-size);border-radius:999px;background:rgba(255,255,255,var(--spot-opacity));filter:blur(var(--spot-blur));left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none}.card{width:var(--card-w);height:var(--card-h);background:var(--card-bg);border:1px solid var(--card-stroke);border-radius:var(--card-radius);box-shadow:var(--card-shadow);display:flex;flex-direction:column;align-items:center;padding:34px 36px;text-align:center;position:relative}.card__logo{width:165px;height:30px;object-fit:contain;display:block;margin-top:50px;margin-bottom:16px;filter:drop-shadow(0px 4px 5px rgba(0,0,0,.25))}.card__title{margin:0;color:#000;font-size:24px;font-weight:600;line-height:1;letter-spacing:.05em}.card__subtitle{margin:10px 0 22px;color:var(--muted);font-size:16px;font-weight:300;letter-spacing:.12em}.form{width:100%;display:grid;gap:14px;margin-top:6px}.field{position:relative;width:100%}.input{height:45px;width:100%;border-radius:120px;border:1px solid #9C9C9C;background:#fff;box-shadow:none;padding:0 16px;font-size:16px;font-weight:400;color:#000;outline:none;transition:border-color .16s ease}.input:hover{border-color:#0000002e}.input:focus{box-shadow:none;border:1px solid var(--btn)}.field__input{height:45px;padding:0 16px;font-size:16px;line-height:1.2}.field__label{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--muted);font-size:16px;pointer-events:none;transition:all .16s ease;background:transparent;padding:0}.field:focus-within .field__label,.field__input:not(:placeholder-shown)+.field__label{top:-10px;transform:none;font-size:12px;font-weight:600;color:var(--btn);background:#fff;padding:0 6px;border-radius:999px;line-height:1.2}.btn{height:45px;width:100%;border:0;border-radius:120px;background:var(--btn);color:#fff;font-size:18px;font-weight:700;cursor:pointer;box-shadow:var(--field-shadow);margin-top:2px}.btn:hover{filter:brightness(.98)}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.55;cursor:not-allowed}.card__footer{margin-top:35px;color:#b6b6b699;font-size:16px;font-weight:600}.login__error{width:100%;margin:4px 0 0;font-size:13px;font-weight:600;color:#d14b4b;text-align:left}.tag--machine{border-color:#ffffff24}.tag--metric{border-color:#4cc9f038;background:#4cc9f014}.tag--metric.is-muted{opacity:.6;filter:grayscale(.4)}.tag--state{font-weight:950}.tag--state.is-on{border-color:#22c55e47;background:#22c55e1a}.tag--state.is-off{border-color:#ef444447;background:#ef44441a}.citeccalv2{--accent:#FE7C38;--hum:#4cc9f0;--humGlow: rgba(76,201,240,.18);--bg:#0b0d10;--surface:#141821;--surface2:#171c26;--text:#e8edf7;--muted:#9aa3b2;--stroke:rgba(255,255,255,.08);--shadow: 0 18px 60px rgba(0,0,0,.55);--radius:18px}.citeccalv2,.citeccalv2 *{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif}.dash{min-height:100svh;color:var(--text);background:var(--bg);position:relative;overflow-x:hidden}.topbar{position:sticky;top:0;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 22px;border-bottom:1px solid rgba(255,255,255,.06);background:#0b0d10b8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.brand{display:flex;align-items:center;gap:12px;min-width:260px}.brand__logo{width:48px;height:48px;object-fit:contain;filter:drop-shadow(0 10px 20px rgba(0,0,0,.4))}.brand__title{font-weight:700;font-size:14px;line-height:1.1}.brand__sub{font-size:12px;color:var(--muted);margin-top:2px}.topbar__right{display:flex;align-items:center;gap:10px}.chip{border:1px solid rgba(255,255,255,.1);background:#ffffff0f;color:var(--text);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:600;cursor:default}.chip--user{border-color:#fe7c3840}.chip--logout{cursor:pointer;transition:transform .12s ease,filter .12s ease}.chip--logout:hover{filter:brightness(1.06)}.chip--logout:active{transform:translateY(1px)}.chip--status{display:inline-flex;align-items:center;gap:8px}.led{width:8px;height:8px;border-radius:999px;background:#777;box-shadow:0 0 0 3px #ffffff0f}.chip--status.is-online .led{background:#22c55e;box-shadow:0 0 0 3px #22c55e2e,0 0 14px #22c55e8c}.chip--status.is-offline .led{background:#ef4444;box-shadow:0 0 0 3px #ef44442e,0 0 14px #ef44448c}.wrap{max-width:1120px;margin:0 auto;padding:22px 22px 46px}.wrap--full{max-width:none}.hero{background:linear-gradient(180deg,#ffffff0f,#ffffff08);border:1px solid rgba(255,255,255,.08);border-radius:20px;box-shadow:var(--shadow);padding:22px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.hero__title{margin:0;font-size:22px;letter-spacing:.2px}.hero__desc{margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.45;max-width:70ch}.hero__actions{display:flex;gap:10px;flex-wrap:wrap}.btn2{border:0;border-radius:999px;padding:10px 14px;font-weight:800;font-size:12px;color:#111;background:var(--accent);cursor:pointer;box-shadow:0 12px 30px #fe7c3840}.btn2--ghost{background:#ffffff14;color:var(--text);border:1px solid rgba(255,255,255,.1);box-shadow:none}.btn2--active{outline:2px solid rgba(254,124,56,.35)}.phase{margin-top:18px}.phase__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:18px 0 10px}.phase__title{display:flex;align-items:center;gap:10px;font-weight:800;font-size:13px;color:var(--text)}.dot{width:10px;height:10px;border-radius:999px;transition:filter .2s ease,opacity .2s ease,box-shadow .2s ease,background .2s ease}.dot--on{background:var(--accent);box-shadow:0 0 0 4px #fe7c381f;opacity:1}.dot--off{background:#ffffff40;box-shadow:0 0 0 4px #ffffff0f;opacity:.55;filter:saturate(.6)}.pill{font-size:11px;font-weight:800;color:#ffffffe0;border:1px solid rgba(255,255,255,.1);background:#ffffff0f;border-radius:999px;padding:8px 12px}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.cardm{background:linear-gradient(180deg,#ffffff0d,#ffffff05);border:1px solid rgba(255,255,255,.08);border-radius:18px;overflow:hidden;box-shadow:0 18px 50px #00000073;position:relative;cursor:pointer;transition:transform .18s ease,filter .18s ease,border-color .18s ease,box-shadow .18s ease;will-change:transform,filter}.cardm:before{content:"";position:absolute;left:0;top:0;width:100%;height:2px;background:#fe7c38d9;opacity:.75}.cardm:hover{transform:translateY(-3px);filter:brightness(1.05);border-color:#fe7c3838;box-shadow:0 26px 70px #0000008c}.cardm:hover:before{opacity:1}.cardm:active{transform:translateY(-1px)}.cardm__media{height:170px;padding:10px;background:#0003;border-bottom:1px solid rgba(255,255,255,.06)}.cardm__img{width:100%;height:100%;object-fit:cover;display:block;border-radius:12px;filter:saturate(1.05) contrast(1.03);transform:scale(1);transition:transform .25s ease}.cardm:hover .cardm__img{transform:scale(1.02)}.cardm__ph{height:100%;display:grid;place-items:center;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#ffffffb3;font-weight:900;font-size:12px}.cardm__body{padding:14px 14px 16px}.cardm__title{margin:0;font-size:14px;font-weight:900}.cardm__desc{margin:6px 0 10px;font-size:12px;color:var(--muted);line-height:1.45}.tags{display:flex;gap:8px;flex-wrap:wrap}.tag{font-size:11px;font-weight:800;padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0f;color:#ffffffeb}.tag--machine{border-color:#ffffff1a;background:#ffffff0f}.tag--machine.is-on{border-color:#fe7c3840;background:#fe7c381a;box-shadow:0 12px 30px #fe7c382e}.tag--metric.is-muted{opacity:.8}.tag--state{border:1px solid var(--stroke);color:var(--muted);background:#ffffff05}.tag--state.is-on{border-color:#fe7c3840;background:#fe7c381a;color:#ffffffeb;box-shadow:0 12px 30px #fe7c382e}.alerts{margin-top:14px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:#ffffff08;padding:18px}.alerts__title{margin:0;font-size:16px;font-weight:900}.alerts__desc{margin:8px 0 0;color:var(--muted);font-size:12px;line-height:1.5}.summary{margin-top:14px;width:100%;min-height:calc(100svh - 110px);display:flex;flex-direction:column;gap:14px}.summary__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:6px 2px}.summary__title{margin:0;font-size:18px;font-weight:950}.summary__sub{margin:6px 0 0;color:var(--muted);font-size:12px}.summary__close{border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0f;color:var(--text);font-weight:900;padding:10px 14px;cursor:pointer}.summary__grid{flex:1;display:grid;grid-template-columns:360px 1fr;gap:14px;min-height:0}.summary__left{border:1px solid rgba(255,255,255,.08);background:#ffffff08;border-radius:16px;padding:10px;overflow:auto}.sumItem{width:100%;display:flex;gap:10px;padding:10px;border-radius:14px;border:1px solid rgba(255,255,255,.06);background:#0000002e;margin-bottom:10px;cursor:pointer;color:inherit;text-align:left}.sumItem:hover{border-color:#fe7c3833}.sumItem__img{width:86px;height:56px;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;flex:0 0 auto}.sumItem__img img{width:100%;height:100%;object-fit:cover;display:block}.sumItem__ph{width:100%;height:100%;display:grid;place-items:center;color:#ffffffb3;font-size:11px;font-weight:900}.sumItem__name{font-weight:950;font-size:12px}.sumItem__meta{margin-top:4px;font-size:11px;color:var(--muted)}.summary__right{border:1px solid rgba(255,255,255,.08);background:#ffffff05;border-radius:16px;padding:10px;overflow:auto}.chartsGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.chartCard{border:1px solid rgba(255,255,255,.08);background:#0000002e;border-radius:16px;padding:12px;cursor:pointer;color:inherit;text-align:left}.chartCard:hover{border-color:#fe7c3833}.chartCard__top{margin-bottom:8px}.chartCard__name{font-weight:950;font-size:12px}.chartCard__meta{margin-top:4px;font-size:11px;color:var(--muted)}.chart{border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#ffffff08;overflow:hidden}.chart__head{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.06)}.chart__title{font-weight:900;font-size:12px;color:#ffffffdb}.chart__value{font-weight:950;font-size:12px;color:var(--accent)}.chart__svg{width:100%;display:block}.chart__path{stroke:var(--line, var(--accent));stroke-width:3;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 10px 20px var(--glow, rgba(254,124,56,.18)))}.chartsStack{display:grid;gap:12px}.chart__axis{opacity:1}.chart__tick line,.chart__axisLine{stroke:#ffffff2e}.chart__gridLine{stroke:#ffffff0f}.chart__tickLine{stroke:#ffffff2e}.chart__hoverLine{stroke:#ffffff29;stroke-dasharray:4 4}.chart__hoverDot{fill:var(--line, var(--accent));stroke:#00000059;stroke-width:2;filter:drop-shadow(0 8px 18px var(--glow, rgba(254,124,56,.18)))}.chart__tip{fill:#121419f2;stroke:#ffffff1f}.chart__tipText{font-size:11px;font-weight:800;fill:#e8edf7bf}.chart__tipValue{font-size:12px;font-weight:950;fill:#e8edf7eb}.chart.is-clickable{cursor:zoom-in}.chart.is-clickable:hover .chart__tick text{fill:#e8edf7fa}.chart__tick text,.chart__yaxis text{font-size:11px;font-weight:800;fill:#e8edf7d1;letter-spacing:.1px;paint-order:stroke fill}.chartFs__body--fullscreen .chart__tick text,.chartFs__body--fullscreen .chart__yaxis text{font-size:10px;font-weight:800;letter-spacing:0}.modalOverlay{overflow-y:auto;-webkit-overflow-scrolling:touch;position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:grid;place-items:center;z-index:50;padding:18px}.modal{max-height:calc(100svh - 36px);width:min(1060px,100%);border-radius:18px;border:1px solid rgba(255,255,255,.1);background:#121419eb;box-shadow:0 26px 90px #000000bf;overflow:hidden;overflow-y:auto}.modal__top{position:sticky;top:0;z-index:2;background:#121419eb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.06)}.modal__title{font-weight:950;font-size:14px}.modal__close{border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0f;color:var(--text);font-weight:900;padding:10px 14px;cursor:pointer}.modal__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:14px 16px}.modal__img{border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#0000002e;overflow:hidden;position:relative;min-height:220px}.modal__img img{width:100%;height:100%;object-fit:cover;display:block}.modal__cap{position:absolute;left:12px;bottom:12px;font-size:11px;font-weight:900;color:#ffffffd9;background:#00000059;padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.1)}.modal__ph{height:100%;display:grid;place-items:center;color:#ffffffb3;font-size:12px;font-weight:900}.modal__bottom{padding:0 16px 16px;display:grid;gap:10px}.modal__sectionTitle{font-weight:950;font-size:12px;color:#ffffffd9;margin-top:6px}.modal__desc{font-size:12px;color:var(--muted);line-height:1.5}.specGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.specItem{border:1px solid rgba(255,255,255,.08);background:#ffffff08;border-radius:14px;padding:10px 12px}.specItem__k{font-size:11px;font-weight:900;color:#fffc}.specItem__v{margin-top:6px;font-size:12px;font-weight:800;color:#ffffffeb}.specEmpty{border:1px dashed rgba(255,255,255,.14);background:#ffffff05;border-radius:14px;padding:12px;color:#ffffffbf;font-size:12px;font-weight:800}.histTable{border:1px solid var(--stroke);border-radius:14px;overflow:hidden;margin-top:8px}.histHead,.histRow{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:10px;padding:10px 12px}.histHead{background:#ffffff0a;color:#ffffffbf;font-weight:700;font-size:12px}.histRow{border-top:1px solid var(--stroke);color:#fffc;font-size:12px}.chartFsOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;display:grid;place-items:center;padding:18px}.chartFs{width:min(1240px,96vw);height:min(820px,92vh);background:#121419f5;border:1px solid rgba(255,255,255,.12);border-radius:18px;box-shadow:0 18px 70px #000000a6;overflow:hidden;display:grid;grid-template-rows:auto 1fr}.chartFs__top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.08)}.chartFs__left{display:flex;flex-direction:column;gap:10px;min-width:0}.chartFs__ranges{display:flex;gap:8px;flex-wrap:wrap}.rangeBtn{border:1px solid rgba(255,255,255,.1);background:#ffffff0f;color:#e8edf7eb;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900;cursor:pointer;transition:filter .12s ease,transform .12s ease,border-color .12s ease}.rangeBtn:hover{filter:brightness(1.08);border-color:#fe7c3838}.rangeBtn.is-active{border-color:#fe7c3859;background:#fe7c3824;box-shadow:0 10px 22px #fe7c3829;color:#fffffff2}.chartFs__title{font-weight:900;color:#e8edf7f0}.chartFs__close{border:1px solid rgba(255,255,255,.1);background:#ffffff0f;color:#e8edf7eb;border-radius:999px;padding:8px 12px;cursor:pointer}.chartFs__body{padding:14px}.chartFs__body--fullscreen .chart__tick text{font-size:11px;stroke-width:2px;letter-spacing:0}@media(max-width:980px){.grid{grid-template-columns:1fr}.hero{flex-direction:column}.topbar{display:grid;grid-template-columns:1fr;justify-items:center;align-items:center;text-align:center;gap:10px}.topbar__right{width:100%;justify-content:center;flex-wrap:wrap}.brand{min-width:unset;justify-content:center}.summary__grid,.chartsGrid,.modal__grid,.specGrid{grid-template-columns:1fr}.modalOverlay{place-items:start center;padding:12px}.modal{max-height:calc(100svh - 24px)}}@media(prefers-reduced-motion:reduce){.cardm,.cardm__img{transition:none!important}}:root{font-family:Nunito,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{font-family:Nunito,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}body{margin:0;padding:0;box-sizing:border-box}@font-face{font-family:Nunito;font-style:normal;font-weight:400;src:url(/fonts/Nunito-Regular.ttf) format("truetype")}@font-face{font-family:Nunito;font-style:normal;font-weight:600;src:url(/fonts/Nunito-SemiBold.ttf) format("truetype")}@font-face{font-family:Nunito;font-style:normal;font-weight:700;src:url(/fonts/Nunito-Bold.ttf) format("truetype")}.ant-layout-sider.ant-layout-sider-dark.ant-layout-sider-has-trigger{background:#fff!important}.ant-layout-sider.ant-layout-sider-dark.ant-layout-sider-has-trigger .ant-layout-sider-trigger{background:#0000001f!important}.ant-layout-sider.ant-layout-sider-dark.ant-layout-sider-has-trigger .ant-layout-sider-trigger:hover{background:#ccc!important;transition:.3s}.ant-layout-sider.ant-layout-sider-dark.ant-layout-sider-has-trigger .ant-layout-sider-trigger .anticon.anticon-right,.ant-layout-sider.ant-layout-sider-dark.ant-layout-sider-has-trigger .ant-layout-sider-trigger .anticon.anticon-left{color:#000}.ant-breadcrumb ol{align-items:center}.ant-spin-nested-loading{height:100%}.ant-spin-nested-loading .ant-spin-container{height:100%!important}.w-100-updload-button .ant-upload.ant-upload-select{width:100%}@media only screen and (max-width:768px){.ant-layout{position:relative;overflow:hidden;min-width:100vw}}.mt-r-10{margin-top:0}@media only screen and (max-width:768px){.mt-r-10{margin-top:10px}.w-r-100{width:100%}}.bg-red{background:#ffcdd2!important}.bg-blue{background:#c5cae9!important}.bg-yellow{background:#ffe4b5!important}.text-white{color:#fff!important}.text-bold{font-weight:700!important}.body-loading *,.body-loading *:after,.body-loading *:before{box-sizing:border-box;transform-style:preserve-3d}.body-loading{display:grid;place-items:center;min-height:100vh}:root{--size-loading: 120;--coefficient-loading: 1px;--timeline-loading: 2.6s;--delay-loading: .65s;--rotation-y-loading: -24;--rotation-x-loading: 28;--color-one: #EC4969;--color-two: #DBD455;--color-three: #53B4DC}.scene{position:relative;transform:translateZ(100vmin) rotateX(calc(var(--rotation-y-loading, 0) * 1deg)) rotateY(calc(var(--rotation-x-loading, 0) * 1deg)) rotateX(0)}@keyframes scale{0%,10%{transform:scaleX(1) scaleY(1)}35%,to{transform:scaleX(.5) scaleY(.5)}}.shadow{width:calc(var(--size-loading) * var(--coefficient-loading));position:absolute;bottom:0;aspect-ratio:1;transform-origin:50% 50%;background:#1980e633;transform:rotateX(90deg) translateZ(calc(var(--size-loading) * var(--coefficient-loading) * -.5 - 1px)) scale(.96);animation:squish-squosh var(--timeline-loading) var(--delay-loading) infinite,fade var(--timeline-loading) var(--delay-loading) infinite;background:#000}.loader{--depth: var(--size-loading);--color: var(--color-one, #8338EC);width:calc(var(--depth) * var(--coefficient-loading));aspect-ratio:1;transform-origin:50% 50%;animation:squish-squosh var(--timeline-loading) var(--delay-loading) infinite}.spinner{animation:spin var(--timeline-loading) var(--delay-loading) infinite}.jumper{animation:jump var(--timeline-loading) var(--delay-loading) infinite}@keyframes squish-squosh{0%,50%,60%{scale:1 1 1}10%,35%{scale:1.2 .8 1.2}25%{scale:.8 1.2 .8}70%{scale:1 1 2}80%{scale:2 1 2}90%,to{scale:2 2 2}}@keyframes fade{0%,10%,40%,50%,60%,to{opacity:1}25%{opacity:.5}}@keyframes spin{0%,10%{rotate:0deg}30%,to{rotate:-360deg}}@keyframes jump{0%,10%,35%,50%{translate:0 0}25%{translate:0 -150%}}.cuboid{width:100%;height:100%;position:relative}.cuboid__side{background:var(--color);position:absolute}.cuboid__side:nth-of-type(1){--b: 1.1;height:calc(var(--depth, 20) * var(--coefficient-loading));width:100%;top:0;transform:translateY(-50%) rotateX(90deg)}.cuboid__side:nth-of-type(2){--b: .9;--color: var(--color-three, #FF006E);height:100%;width:calc(var(--depth, 20) * var(--coefficient-loading));top:50%;right:0;transform:translate(50%,-50%) rotateY(90deg)}.cuboid__side:nth-of-type(3){--b: 1;width:100%;height:calc(var(--depth, 20) * var(--coefficient-loading));bottom:0;transform:translateY(50%) rotateX(90deg)}.cuboid__side:nth-of-type(4){--b: 1;--color: var(--color-three, #FF006E);height:100%;width:calc(var(--depth, 20) * var(--coefficient-loading));left:0;top:50%;transform:translate(-50%,-50%) rotateY(90deg)}.cuboid__side:nth-of-type(5){--b: 1;--color: var(--color-two, #3A86EF);height:100%;width:100%;transform:translateZ(calc(var(--depth, 20) * var(--coefficient-loading) * .5));top:0;left:0}.cuboid__side:nth-of-type(6){--b: 1.2;height:100%;width:100%;transform:translateZ(calc(var(--depth, 20) * var(--coefficient-loading) * -.5)) rotateY(180deg);top:0;left:0}.hover-scale{transition:all .3s ease-in-out}.hover-scale:hover{transform:scale(1.3)}.forgot-password-container{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;display:flex;align-items:center;justify-content:center}.forgot-password-card{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000001a;padding:40px;max-width:500px;width:100%;margin:20px}.forgot-password-card .logo{display:block;margin:0 auto 30px;max-width:120px}.forgot-password-card .steps-container{margin-bottom:30px}.forgot-password-card .steps-container .ant-steps-item-title{font-size:12px!important}.forgot-password-card .recovery-code-input .ant-input{text-align:center;letter-spacing:.5em;font-size:18px;font-weight:600}.forgot-password-card .success-icon{font-size:4rem;color:#52c41a;margin-bottom:20px}.login-form-forgot{color:#1890ff;text-decoration:none;transition:color .3s}.login-form-forgot:hover{color:#40a9ff;text-decoration:underline}.w-full{width:100%}.h-10{height:10%}.h-10v{height:10vh}.w-10{width:10%}.w-10v{width:10vw}.min-w-10p{min-width:10%}.h-20{height:20%}.h-20v{height:20vh}.w-20{width:20%}.w-20v{width:20vw}.min-w-20p{min-width:20%}.h-30{height:30%}.h-30v{height:30vh}.w-30{width:30%}.w-30v{width:30vw}.min-w-30p{min-width:30%}.h-40{height:40%}.h-40v{height:40vh}.w-40{width:40%}.w-40v{width:40vw}.min-w-40p{min-width:40%}.h-50{height:50%}.h-50v{height:50vh}.w-50{width:50%}.w-50v{width:50vw}.min-w-50p{min-width:50%}.h-60{height:60%}.h-60v{height:60vh}.w-60{width:60%}.w-60v{width:60vw}.min-w-60p{min-width:60%}.h-70{height:70%}.h-70v{height:70vh}.w-70{width:70%}.w-70v{width:70vw}.min-w-70p{min-width:70%}.h-80{height:80%}.h-80v{height:80vh}.w-80{width:80%}.w-80v{width:80vw}.min-w-80p{min-width:80%}.h-90{height:90%}.h-90v{height:90vh}.w-90{width:90%}.w-90v{width:90vw}.min-w-90p{min-width:90%}.h-100{height:100%}.h-100v{height:100vh}.w-100{width:100%}.w-100v{width:100vw}.min-w-100p{min-width:100%}.h-10p{height:10px}.h-20p{height:20px}.h-30p{height:30px}.h-40p{height:40px}.h-50p{height:50px}.h-60p{height:60px}.h-70p{height:70px}.h-80p{height:80px}.h-90p{height:90px}.h-100p{height:100px}.h-110p{height:110px}.h-120p{height:120px}.h-130p{height:130px}.h-140p{height:140px}.h-150p{height:150px}.h-160p{height:160px}.h-170p{height:170px}.h-180p{height:180px}.h-190p{height:190px}.h-200p{height:200px}.h-210p{height:210px}.h-220p{height:220px}.h-230p{height:230px}.h-240p{height:240px}.h-250p{height:250px}.h-260p{height:260px}.h-270p{height:270px}.h-280p{height:280px}.h-290p{height:290px}.h-300p{height:300px}.h-310p{height:310px}.h-320p{height:320px}.h-330p{height:330px}.h-340p{height:340px}.h-350p{height:350px}.h-360p{height:360px}.h-370p{height:370px}.h-380p{height:380px}.h-390p{height:390px}.h-400p{height:400px}.h-410p{height:410px}.h-420p{height:420px}.h-430p{height:430px}.h-440p{height:440px}.h-450p{height:450px}.h-460p{height:460px}.h-470p{height:470px}.h-480p{height:480px}.h-490p{height:490px}.h-500p{height:500px}.h-510p{height:510px}.h-520p{height:520px}.h-530p{height:530px}.h-540p{height:540px}.h-550p{height:550px}.h-560p{height:560px}.h-570p{height:570px}.h-580p{height:580px}.h-590p{height:590px}.h-600p{height:600px}.h-610p{height:610px}.h-620p{height:620px}.h-630p{height:630px}.h-640p{height:640px}.h-650p{height:650px}.h-660p{height:660px}.h-670p{height:670px}.h-680p{height:680px}.h-690p{height:690px}.h-700p{height:700px}.h-710p{height:710px}.h-720p{height:720px}.h-730p{height:730px}.h-740p{height:740px}.h-750p{height:750px}.h-760p{height:760px}.h-770p{height:770px}.h-780p{height:780px}.h-790p{height:790px}.h-800p{height:800px}.h-810p{height:810px}.h-820p{height:820px}.h-830p{height:830px}.h-840p{height:840px}.h-850p{height:850px}.h-860p{height:860px}.h-870p{height:870px}.h-880p{height:880px}.h-890p{height:890px}.h-900p{height:900px}.h-910p{height:910px}.h-920p{height:920px}.h-930p{height:930px}.h-940p{height:940px}.h-950p{height:950px}.h-960p{height:960px}.h-970p{height:970px}.h-980p{height:980px}.h-990p{height:990px}.h-1000p{height:1000px}.min-h-10{min-height:10px}.min-w-10{min-width:10px}.min-h-20{min-height:20px}.min-w-20{min-width:20px}.min-h-30{min-height:30px}.min-w-30{min-width:30px}.min-h-40{min-height:40px}.min-w-40{min-width:40px}.min-h-50{min-height:50px}.min-w-50{min-width:50px}.min-h-60{min-height:60px}.min-w-60{min-width:60px}.min-h-70{min-height:70px}.min-w-70{min-width:70px}.min-h-80{min-height:80px}.min-w-80{min-width:80px}.min-h-90{min-height:90px}.min-w-90{min-width:90px}.min-h-100{min-height:100px}.min-w-100{min-width:100px}.min-h-110{min-height:110px}.min-w-110{min-width:110px}.min-h-120{min-height:120px}.min-w-120{min-width:120px}.min-h-130{min-height:130px}.min-w-130{min-width:130px}.min-h-140{min-height:140px}.min-w-140{min-width:140px}.min-h-150{min-height:150px}.min-w-150{min-width:150px}.min-h-160{min-height:160px}.min-w-160{min-width:160px}.min-h-170{min-height:170px}.min-w-170{min-width:170px}.min-h-180{min-height:180px}.min-w-180{min-width:180px}.min-h-190{min-height:190px}.min-w-190{min-width:190px}.min-h-200{min-height:200px}.min-w-200{min-width:200px}.min-h-210{min-height:210px}.min-w-210{min-width:210px}.min-h-220{min-height:220px}.min-w-220{min-width:220px}.min-h-230{min-height:230px}.min-w-230{min-width:230px}.min-h-240{min-height:240px}.min-w-240{min-width:240px}.min-h-250{min-height:250px}.min-w-250{min-width:250px}.min-h-260{min-height:260px}.min-w-260{min-width:260px}.min-h-270{min-height:270px}.min-w-270{min-width:270px}.min-h-280{min-height:280px}.min-w-280{min-width:280px}.min-h-290{min-height:290px}.min-w-290{min-width:290px}.min-h-300{min-height:300px}.min-w-300{min-width:300px}.min-h-310{min-height:310px}.min-w-310{min-width:310px}.min-h-320{min-height:320px}.min-w-320{min-width:320px}.min-h-330{min-height:330px}.min-w-330{min-width:330px}.min-h-340{min-height:340px}.min-w-340{min-width:340px}.min-h-350{min-height:350px}.min-w-350{min-width:350px}.min-h-360{min-height:360px}.min-w-360{min-width:360px}.min-h-370{min-height:370px}.min-w-370{min-width:370px}.min-h-380{min-height:380px}.min-w-380{min-width:380px}.min-h-390{min-height:390px}.min-w-390{min-width:390px}.min-h-400{min-height:400px}.min-w-400{min-width:400px}.min-h-410{min-height:410px}.min-w-410{min-width:410px}.min-h-420{min-height:420px}.min-w-420{min-width:420px}.min-h-430{min-height:430px}.min-w-430{min-width:430px}.min-h-440{min-height:440px}.min-w-440{min-width:440px}.min-h-450{min-height:450px}.min-w-450{min-width:450px}.min-h-460{min-height:460px}.min-w-460{min-width:460px}.min-h-470{min-height:470px}.min-w-470{min-width:470px}.min-h-480{min-height:480px}.min-w-480{min-width:480px}.min-h-490{min-height:490px}.min-w-490{min-width:490px}.min-h-500{min-height:500px}.min-w-500{min-width:500px}.min-h-510{min-height:510px}.min-w-510{min-width:510px}.min-h-520{min-height:520px}.min-w-520{min-width:520px}.min-h-530{min-height:530px}.min-w-530{min-width:530px}.min-h-540{min-height:540px}.min-w-540{min-width:540px}.min-h-550{min-height:550px}.min-w-550{min-width:550px}.min-h-560{min-height:560px}.min-w-560{min-width:560px}.min-h-570{min-height:570px}.min-w-570{min-width:570px}.min-h-580{min-height:580px}.min-w-580{min-width:580px}.min-h-590{min-height:590px}.min-w-590{min-width:590px}.min-h-600{min-height:600px}.min-w-600{min-width:600px}.min-h-610{min-height:610px}.min-w-610{min-width:610px}.min-h-620{min-height:620px}.min-w-620{min-width:620px}.min-h-630{min-height:630px}.min-w-630{min-width:630px}.min-h-640{min-height:640px}.min-w-640{min-width:640px}.min-h-650{min-height:650px}.min-w-650{min-width:650px}.min-h-660{min-height:660px}.min-w-660{min-width:660px}.min-h-670{min-height:670px}.min-w-670{min-width:670px}.min-h-680{min-height:680px}.min-w-680{min-width:680px}.min-h-690{min-height:690px}.min-w-690{min-width:690px}.min-h-700{min-height:700px}.min-w-700{min-width:700px}.min-h-710{min-height:710px}.min-w-710{min-width:710px}.min-h-720{min-height:720px}.min-w-720{min-width:720px}.min-h-730{min-height:730px}.min-w-730{min-width:730px}.min-h-740{min-height:740px}.min-w-740{min-width:740px}.min-h-750{min-height:750px}.min-w-750{min-width:750px}.min-h-760{min-height:760px}.min-w-760{min-width:760px}.min-h-770{min-height:770px}.min-w-770{min-width:770px}.min-h-780{min-height:780px}.min-w-780{min-width:780px}.min-h-790{min-height:790px}.min-w-790{min-width:790px}.min-h-800{min-height:800px}.min-w-800{min-width:800px}.min-h-810{min-height:810px}.min-w-810{min-width:810px}.min-h-820{min-height:820px}.min-w-820{min-width:820px}.min-h-830{min-height:830px}.min-w-830{min-width:830px}.min-h-840{min-height:840px}.min-w-840{min-width:840px}.min-h-850{min-height:850px}.min-w-850{min-width:850px}.min-h-860{min-height:860px}.min-w-860{min-width:860px}.min-h-870{min-height:870px}.min-w-870{min-width:870px}.min-h-880{min-height:880px}.min-w-880{min-width:880px}.min-h-890{min-height:890px}.min-w-890{min-width:890px}.min-h-900{min-height:900px}.min-w-900{min-width:900px}.min-h-910{min-height:910px}.min-w-910{min-width:910px}.min-h-920{min-height:920px}.min-w-920{min-width:920px}.min-h-930{min-height:930px}.min-w-930{min-width:930px}.min-h-940{min-height:940px}.min-w-940{min-width:940px}.min-h-950{min-height:950px}.min-w-950{min-width:950px}.min-h-960{min-height:960px}.min-w-960{min-width:960px}.min-h-970{min-height:970px}.min-w-970{min-width:970px}.min-h-980{min-height:980px}.min-w-980{min-width:980px}.min-h-990{min-height:990px}.min-w-990{min-width:990px}.min-h-1000{min-height:1000px}.min-w-1000{min-width:1000px}.flex{display:flex}.flex-column{flex-direction:column}.flex-row{flex-direction:row}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.align-start{align-items:flex-start}.align-center{align-items:center}.flex-between{display:flex;justify-content:space-between;align-items:center}.flex-center{display:flex;flex-direction:column;justify-content:center;align-items:center}.flex-center-row{display:flex;flex-direction:row;justify-content:center;align-items:center}.flex-right{display:flex;justify-content:flex-end;align-items:flex-end}.gap-10{gap:10px}.gap-20{gap:20px}.gap-30{gap:30px}.gap-40{gap:40px}.gap-50{gap:50px}.gap-60{gap:60px}.gap-70{gap:70px}.gap-80{gap:80px}.gap-90{gap:90px}.gap-100{gap:100px}.m-10{margin:10px}.ml-10{margin-left:10px}.mr-10{margin-right:10px}.mt-10{margin-top:10px}.mb-10{margin-bottom:10px}.mb--10{margin-bottom:-10px}.mx-10{margin:0 10px}.my-10{margin:10px 0}.p-10{padding:10px}.py-10{padding-top:10px;padding-bottom:10px}.px-10{padding-left:10px;padding-right:10px}.m-20{margin:20px}.ml-20{margin-left:20px}.mr-20{margin-right:20px}.mt-20{margin-top:20px}.mb-20{margin-bottom:20px}.mb--20{margin-bottom:-20px}.mx-20{margin:0 20px}.my-20{margin:20px 0}.p-20{padding:20px}.py-20{padding-top:20px;padding-bottom:20px}.px-20{padding-left:20px;padding-right:20px}.m-30{margin:30px}.ml-30{margin-left:30px}.mr-30{margin-right:30px}.mt-30{margin-top:30px}.mb-30{margin-bottom:30px}.mb--30{margin-bottom:-30px}.mx-30{margin:0 30px}.my-30{margin:30px 0}.p-30{padding:30px}.py-30{padding-top:30px;padding-bottom:30px}.px-30{padding-left:30px;padding-right:30px}.m-40{margin:40px}.ml-40{margin-left:40px}.mr-40{margin-right:40px}.mt-40{margin-top:40px}.mb-40{margin-bottom:40px}.mb--40{margin-bottom:-40px}.mx-40{margin:0 40px}.my-40{margin:40px 0}.p-40{padding:40px}.py-40{padding-top:40px;padding-bottom:40px}.px-40{padding-left:40px;padding-right:40px}.m-50{margin:50px}.ml-50{margin-left:50px}.mr-50{margin-right:50px}.mt-50{margin-top:50px}.mb-50{margin-bottom:50px}.mb--50{margin-bottom:-50px}.mx-50{margin:0 50px}.my-50{margin:50px 0}.p-50{padding:50px}.py-50{padding-top:50px;padding-bottom:50px}.px-50{padding-left:50px;padding-right:50px}.m-60{margin:60px}.ml-60{margin-left:60px}.mr-60{margin-right:60px}.mt-60{margin-top:60px}.mb-60{margin-bottom:60px}.mb--60{margin-bottom:-60px}.mx-60{margin:0 60px}.my-60{margin:60px 0}.p-60{padding:60px}.py-60{padding-top:60px;padding-bottom:60px}.px-60{padding-left:60px;padding-right:60px}.m-70{margin:70px}.ml-70{margin-left:70px}.mr-70{margin-right:70px}.mt-70{margin-top:70px}.mb-70{margin-bottom:70px}.mb--70{margin-bottom:-70px}.mx-70{margin:0 70px}.my-70{margin:70px 0}.p-70{padding:70px}.py-70{padding-top:70px;padding-bottom:70px}.px-70{padding-left:70px;padding-right:70px}.m-80{margin:80px}.ml-80{margin-left:80px}.mr-80{margin-right:80px}.mt-80{margin-top:80px}.mb-80{margin-bottom:80px}.mb--80{margin-bottom:-80px}.mx-80{margin:0 80px}.my-80{margin:80px 0}.p-80{padding:80px}.py-80{padding-top:80px;padding-bottom:80px}.px-80{padding-left:80px;padding-right:80px}.m-90{margin:90px}.ml-90{margin-left:90px}.mr-90{margin-right:90px}.mt-90{margin-top:90px}.mb-90{margin-bottom:90px}.mb--90{margin-bottom:-90px}.mx-90{margin:0 90px}.my-90{margin:90px 0}.p-90{padding:90px}.py-90{padding-top:90px;padding-bottom:90px}.px-90{padding-left:90px;padding-right:90px}.m-100{margin:100px}.ml-100{margin-left:100px}.mr-100{margin-right:100px}.mt-100{margin-top:100px}.mb-100{margin-bottom:100px}.mb--100{margin-bottom:-100px}.mx-100{margin:0 100px}.my-100{margin:100px 0}.p-100{padding:100px}.py-100{padding-top:100px;padding-bottom:100px}.px-100{padding-left:100px;padding-right:100px}.text-gray-10{color:#0000001a}.text-yellow-10{color:#ffff001a}.text-red-10{color:#ff00001a}.text-green-10{color:#00ff001a}.text-blue-10{color:#0000ff1a}.text-indigo-10{color:#4b00821a}.text-purple-10{color:#8000801a}.text-pink-10{color:#ffc0cb1a}.text-white-10{color:#ffffff1a}.text-orange-10{color:#ffa5001a}.text-gray-20{color:#0003}.text-yellow-20{color:#ff03}.text-red-20{color:#f003}.text-green-20{color:#0f03}.text-blue-20{color:#00f3}.text-indigo-20{color:#4b008233}.text-purple-20{color:#80008033}.text-pink-20{color:#ffc0cb33}.text-white-20{color:#fff3}.text-orange-20{color:#ffa50033}.text-gray-30{color:#0000004d}.text-yellow-30{color:#ffff004d}.text-red-30{color:#ff00004d}.text-green-30{color:#00ff004d}.text-blue-30{color:#0000ff4d}.text-indigo-30{color:#4b00824d}.text-purple-30{color:#8000804d}.text-pink-30{color:#ffc0cb4d}.text-white-30{color:#ffffff4d}.text-orange-30{color:#ffa5004d}.text-gray-40{color:#0006}.text-yellow-40{color:#ff06}.text-red-40{color:#f006}.text-green-40{color:#0f06}.text-blue-40{color:#00f6}.text-indigo-40{color:#4b008266}.text-purple-40{color:#80008066}.text-pink-40{color:#ffc0cb66}.text-white-40{color:#fff6}.text-orange-40{color:#ffa50066}.text-gray-50{color:#00000080}.text-yellow-50{color:#ffff0080}.text-red-50{color:#ff000080}.text-green-50{color:#00ff0080}.text-blue-50{color:#0000ff80}.text-indigo-50{color:#4b008280}.text-purple-50{color:#80008080}.text-pink-50{color:#ffc0cb80}.text-white-50{color:#ffffff80}.text-orange-50{color:#ffa50080}.text-gray-60{color:#0009}.text-yellow-60{color:#ff09}.text-red-60{color:#f009}.text-green-60{color:#0f09}.text-blue-60{color:#00f9}.text-indigo-60{color:#4b008299}.text-purple-60{color:#80008099}.text-pink-60{color:#ffc0cb99}.text-white-60{color:#fff9}.text-orange-60{color:#ffa50099}.text-gray-70{color:#000000b3}.text-yellow-70{color:#ffff00b3}.text-red-70{color:#ff0000b3}.text-green-70{color:#00ff00b3}.text-blue-70{color:#0000ffb3}.text-indigo-70{color:#4b0082b3}.text-purple-70{color:#800080b3}.text-pink-70{color:#ffc0cbb3}.text-white-70{color:#ffffffb3}.text-orange-70{color:#ffa500b3}.text-gray-80{color:#000c}.text-yellow-80{color:#ff0c}.text-red-80{color:#f00c}.text-green-80{color:#0f0c}.text-blue-80{color:#00fc}.text-indigo-80{color:#4b0082cc}.text-purple-80{color:#800080cc}.text-pink-80{color:#ffc0cbcc}.text-white-80{color:#fffc}.text-orange-80{color:#ffa500cc}.text-gray-90{color:#000000e6}.text-yellow-90{color:#ffff00e6}.text-red-90{color:#ff0000e6}.text-green-90{color:#00ff00e6}.text-blue-90{color:#0000ffe6}.text-indigo-90{color:#4b0082e6}.text-purple-90{color:#800080e6}.text-pink-90{color:#ffc0cbe6}.text-white-90{color:#ffffffe6}.text-orange-90{color:#ffa500e6}.text-gray-100{color:#000}.text-yellow-100{color:#ff0}.text-red-100{color:red}.text-green-100{color:#0f0}.text-blue-100{color:#00f}.text-indigo-100{color:indigo}.text-purple-100{color:purple}.text-pink-100{color:pink}.text-white-100{color:#fff}.text-orange-100{color:orange}.text-right{text-align:right}.text-center{text-align:center}.text-left{text-align:left}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-bold{font-weight:700}.text-1{font-size:1px}.text-2{font-size:2px}.text-3{font-size:3px}.text-4{font-size:4px}.text-5{font-size:5px}.text-6{font-size:6px}.text-7{font-size:7px}.text-8{font-size:8px}.text-9{font-size:9px}.text-10{font-size:10px}.text-11{font-size:11px}.text-12{font-size:12px}.text-13{font-size:13px}.text-14{font-size:14px}.text-15{font-size:15px}.text-16{font-size:16px}.text-17{font-size:17px}.text-18{font-size:18px}.text-19{font-size:19px}.text-20{font-size:20px}.text-21{font-size:21px}.text-22{font-size:22px}.text-23{font-size:23px}.text-24{font-size:24px}.text-25{font-size:25px}.text-26{font-size:26px}.text-27{font-size:27px}.text-28{font-size:28px}.text-29{font-size:29px}.text-30{font-size:30px}.text-31{font-size:31px}.text-32{font-size:32px}.text-33{font-size:33px}.text-34{font-size:34px}.text-35{font-size:35px}.text-36{font-size:36px}.text-37{font-size:37px}.text-38{font-size:38px}.text-39{font-size:39px}.text-40{font-size:40px}.text-41{font-size:41px}.text-42{font-size:42px}.text-43{font-size:43px}.text-44{font-size:44px}.text-45{font-size:45px}.text-46{font-size:46px}.text-47{font-size:47px}.text-48{font-size:48px}.text-49{font-size:49px}.text-50{font-size:50px}.text-51{font-size:51px}.text-52{font-size:52px}.text-53{font-size:53px}.text-54{font-size:54px}.text-55{font-size:55px}.text-56{font-size:56px}.text-57{font-size:57px}.text-58{font-size:58px}.text-59{font-size:59px}.text-60{font-size:60px}.text-61{font-size:61px}.text-62{font-size:62px}.text-63{font-size:63px}.text-64{font-size:64px}.text-65{font-size:65px}.text-66{font-size:66px}.text-67{font-size:67px}.text-68{font-size:68px}.text-69{font-size:69px}.text-70{font-size:70px}.text-71{font-size:71px}.text-72{font-size:72px}.text-73{font-size:73px}.text-74{font-size:74px}.text-75{font-size:75px}.text-76{font-size:76px}.text-77{font-size:77px}.text-78{font-size:78px}.text-79{font-size:79px}.text-80{font-size:80px}.text-81{font-size:81px}.text-82{font-size:82px}.text-83{font-size:83px}.text-84{font-size:84px}.text-85{font-size:85px}.text-86{font-size:86px}.text-87{font-size:87px}.text-88{font-size:88px}.text-89{font-size:89px}.text-90{font-size:90px}.text-91{font-size:91px}.text-92{font-size:92px}.text-93{font-size:93px}.text-94{font-size:94px}.text-95{font-size:95px}.text-96{font-size:96px}.text-97{font-size:97px}.text-98{font-size:98px}.text-99{font-size:99px}.text-100{font-size:100px}.cursor-pointer{cursor:pointer}.z-1{z-index:1}.z-2{z-index:2}.z-3{z-index:3}.z-4{z-index:4}.z-5{z-index:5}.z-6{z-index:6}.z-7{z-index:7}.z-8{z-index:8}.z-9{z-index:9}.z-10{z-index:10}.z-11{z-index:11}.z-12{z-index:12}.z-13{z-index:13}.z-14{z-index:14}.z-15{z-index:15}.z-16{z-index:16}.z-17{z-index:17}.z-18{z-index:18}.z-19{z-index:19}.z-20{z-index:20}
