.mobile-layout{min-height:100vh;background:#f5f5f5;padding:24px 12px 40px;display:flex;flex-direction:column;gap:16px;position:relative;overflow-x:hidden}.mobile-layout__header-top{display:flex;align-items:center;gap:16px;width:100%}.mobile-layout__menu-toggle{width:44px;height:44px;border-radius:14px;border:none;background:#ffffff;box-shadow:0 4px 18px #0f172a1f;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;flex-shrink:0;cursor:pointer}.mobile-layout__menu-toggle span{width:60%;height:2px;border-radius:2px;background:#1f1f1f;transition:transform .3s,opacity .3s}.mobile-layout__menu-toggle.is-active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.mobile-layout__menu-toggle.is-active span:nth-child(2){opacity:0}.mobile-layout__menu-toggle.is-active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-layout__menu-drawer{position:fixed;top:0;left:0;width:75%;max-width:280px;height:100%;background:#ffffff;box-shadow:6px 0 24px #0f172a26;transform:translate(-100%);transition:transform .3s ease;z-index:25;padding:24px 16px;display:flex;flex-direction:column}.mobile-layout__menu-drawer.is-open{transform:translate(0)}.mobile-layout__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.35);z-index:20}.mobile-layout__header{background:#ffffff;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:12px;box-shadow:0 4px 18px #0f172a14}.mobile-layout__header .mobile-layout__logout{border:none;background:rgba(22,119,255,.12);color:#1677ff;padding:8px 14px;border-radius:999px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease,color .2s ease}.mobile-layout__header .mobile-layout__logout:hover{background:rgba(22,119,255,.2)}.mobile-layout__header .mobile-layout__logout:active{background:rgba(22,119,255,.28)}.mobile-layout__user{display:flex;align-items:center;gap:12px;flex:1;justify-content:end}.mobile-layout__avatar{background:linear-gradient(135deg,#1677ff 0%,#69b1ff 100%);font-weight:600}.mobile-layout__user-info{display:flex;flex-direction:column;gap:2px}.mobile-layout__user-name{font-size:16px;font-weight:600;color:#1f1f1f}.mobile-layout__user-meta{font-size:12px;color:#8c8c8c}.mobile-layout__current{display:flex;flex-direction:column;gap:4px}.mobile-layout__current-label{font-size:12px;color:#8c8c8c}.mobile-layout__current-value{font-size:18px;font-weight:600;color:#1f1f1f}.mobile-layout__menu{display:flex;flex-direction:column;gap:12px;margin-top:24px}.mobile-layout__menu-item{border:none;border-radius:12px;padding:12px 16px;font-size:15px;color:#1f1f1f;background:rgba(0,0,0,.04);text-align:left}.mobile-layout__menu-item.is-active{background:#1677ff;color:#fff;font-weight:600;box-shadow:0 6px 18px #1677ff59}.mobile-layout__content{flex:1}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}html,body,#root{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{list-style:none;padding:0;margin:0}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}.ant-modal{width:60vw!important;height:80vh!important;max-width:calc(100% - 40px);max-height:calc(100% - 40px)}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}*{--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgba(59, 130, 246, .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000}:root{-moz-tab-size:4;-o-tab-size:4;tab-size:4}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}::moz-focus-inner{border-style:none;padding:0}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}a{color:inherit;text-decoration:inherit}body{margin:0;font-family:inherit;line-height:inherit}b,strong{font-weight:bolder}button{font-family:inherit;font-size:100%;line-height:1.15;margin:0;text-transform:none;background-color:transparent;background-image:none;padding:0;line-height:inherit;color:inherit}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button,[role=button]{cursor:pointer}html{-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";line-height:1.5}h3,h4{font-size:inherit;font-weight:inherit}img{border-style:solid}img,video,audio,canvas{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}pre{font-size:1em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}p,h3,h4,pre{margin:0}ul{list-style:none;margin:0;padding:0}.flex-row-c{display:flex;flex-direction:row;align-items:center}.flex-col-c{display:flex;flex-direction:column;align-items:center}.flex-row-cc{display:flex;flex-direction:row;align-items:center;justify-content:center}.\!bg-blue-50{--tw-bg-opacity: 1 !important;background-color:rgba(239,246,255,var(--tw-bg-opacity))!important}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity: 1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.bg-\[\#f5f5f5\]{--tw-bg-opacity: 1;background-color:rgba(245,245,245,var(--tw-bg-opacity))}.hover\:bg-sky-100:hover{--tw-bg-opacity: 1;background-color:rgba(224,242,254,var(--tw-bg-opacity))}.bg-slate-200{--tw-bg-opacity: 1;background-color:rgba(226,232,240,var(--tw-bg-opacity))}.bg-blue-400{--tw-bg-opacity: 1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.border-\[\#6783d8\]{--tw-border-opacity: 1;border-color:rgba(103,131,216,var(--tw-border-opacity))}.border-black{--tw-border-opacity: 1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.rounded-xl{border-radius:.75rem}.rounded-md{border-radius:.375rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.border-solid{border-style:solid}.border{border-width:1px}.cursor-pointer{cursor:pointer}.block{display:block}.inline{display:inline}.flex{display:flex}.grid{display:grid}.contents{display:contents}.hidden{display:none}.flex-col{flex-direction:column}.\!flex-nowrap{flex-wrap:nowrap!important}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-items-start{justify-items:start}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-1{flex:1 1 0%}.font-light{font-weight:300}.h-8{height:2rem}.h-16{height:4rem}.h-14{height:3.5rem}.h-full{height:100%}.h-5{height:1.25rem}.h-10{height:2.5rem}.h-\[36px\]{height:36px}.h-\[240px\]{height:240px}.h-\[70vh\]{height:70vh}.h-\[320px\]{height:320px}.h-\[185px\]{height:185px}.h-\[46px\]{height:46px}.h-\[500px\]{height:500px}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-sm{font-size:.875rem;line-height:1.25rem}.leading-5{line-height:1.25rem}.m-0{margin:0}.m-6{margin:1.5rem}.\!mx-\[-12px\]{margin-left:-12px!important;margin-right:-12px!important}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.\!mx-0{margin-left:0!important;margin-right:0!important}.mt-\[-12px\]{margin-top:-12px}.mr-1{margin-right:.25rem}.ml-2{margin-left:.5rem}.ml-\[84px\]{margin-left:84px}.ml-\[200px\]{margin-left:200px}.mt-5{margin-top:1.25rem}.mt-3{margin-top:.75rem}.ml-3{margin-left:.75rem}.mb-5{margin-bottom:1.25rem}.ml-12{margin-left:3rem}.mb-7{margin-bottom:1.75rem}.ml-auto{margin-left:auto}.mt-2{margin-top:.5rem}.mt-auto{margin-top:auto}.mb-3{margin-bottom:.75rem}.mr-2{margin-right:.5rem}.mb-10{margin-bottom:2.5rem}.ml-\[25\%\]{margin-left:25%}.object-cover{-o-object-fit:cover;object-fit:cover}.p-2{padding:.5rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-0{padding:0}.py-\[5px\]{padding-top:5px;padding-bottom:5px}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.pl-0{padding-left:0}.pr-3{padding-right:.75rem}.pt-4{padding-top:1rem}.pb-2{padding-bottom:.5rem}.pr-1{padding-right:.25rem}.pl-3{padding-left:.75rem}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.top-1\/3{top:33.333333%}.right-0{right:0}.resize{resize:both}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0/.1),0 1px 2px -1px rgb(0 0 0/.1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -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)}.text-center{text-align:center}.\!text-blue-400{--tw-text-opacity: 1 !important;color:rgba(96,165,250,var(--tw-text-opacity))!important}.text-\[\#6783d8\]{--tw-text-opacity: 1;color:rgba(103,131,216,var(--tw-text-opacity))}.text-black,.hover\:text-black:hover{--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgba(107,114,128,var(--tw-text-opacity))}.text-red-500{--tw-text-opacity: 1;color:rgba(239,68,68,var(--tw-text-opacity))}.text-green-500{--tw-text-opacity: 1;color:rgba(16,185,129,var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgba(255,255,255,var(--tw-text-opacity))}.uppercase{text-transform:uppercase}.visible{visibility:visible}.w-10{width:2.5rem}.w-8{width:2rem}.\!w-16{width:4rem!important}.w-20{width:5rem}.w-full{width:100%}.w-1\/4{width:25%}.w-5{width:1.25rem}.w-\[340px\]{width:340px}.w-100{width:25rem}.w-\[60px\]{width:60px}.w-\[80px\]{width:80px}.w-\[133px\]{width:133px}.w-\[400px\]{width:400px}.gap-2{grid-gap:.5rem;gap:.5rem}.gap-10{grid-gap:2.5rem;gap:2.5rem}.gap-3{grid-gap:.75rem;gap:.75rem}.\!gap-y-7{-webkit-row-gap:1.75rem!important;-moz-row-gap:1.75rem!important;grid-row-gap:1.75rem!important;row-gap:1.75rem!important}
