@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");body,html{overflow-x:hidden;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;min-height:100vh;background:radial-gradient(circle at top right,rgba(223,118,38,.05),transparent 40%),radial-gradient(circle at bottom left,rgba(139,92,246,.05),transparent 40%),#f8fafc!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.bg-blobs{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden;pointer-events:none}.blob{position:absolute;filter:blur(80px);opacity:.4;border-radius:50%;animation:float 20s infinite alternate}.blob-1{width:500px;height:500px;background:var(--accent-teal);top:-100px;right:-100px;animation-duration:25s}.blob-2{width:400px;height:400px;background:var(--accent-purple);bottom:-50px;left:-50px;animation-duration:30s;animation-delay:-5s}.blob-3{width:300px;height:300px;background:var(--accent-orange);top:40%;right:15%;opacity:.2;animation-duration:35s;animation-delay:-10s}@keyframes float{0%{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}to{transform:translate(0) scale(1)}}.vignette{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;background:radial-gradient(circle,transparent 60%,rgba(248,250,252,.8) 100%)}*{box-sizing:border-box;padding:0;margin:0;scrollbar-width:thin!important;scrollbar-color:rgba(0,0,0,.1) transparent}:root{--color-primary:#df7626;--color-secondary:#0a1622;--sidebar-bg:#0a1622;--sidebar-text:#94a3b8;--sidebar-text-active:#ffffff;--main-bg:#f5f7f9;--card-bg:#ffffff;--card-radius:24px;--card-shadow:0 4px 20px rgba(0,0,0,0.03);--accent-teal:#df7626;--accent-purple:#8b5cf6;--accent-orange:#f97316;--accent-blue:#3b82f6}.mainbutton{background:var(--accent-teal)!important;border-radius:12px!important;font-size:14px;font-weight:600;color:white;padding-inline:24px!important;height:48px!important;border:none!important;transition:all .2s ease}.mainbutton:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(223,118,38,.2)}.ant-modal-mask{-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;background:rgba(15,23,42,.3)!important}.ant-modal-content{background:#ffffff!important;border-radius:24px!important;border:1px solid rgba(0,0,0,.05)!important;box-shadow:0 20px 25px -5px rgb(0 0 0/.1),0 8px 10px -6px rgb(0 0 0/.1)!important;padding:0!important;overflow:hidden!important}.ant-modal-header{background:#f8fafc!important;border-bottom:1px solid rgba(0,0,0,.05)!important;padding:20px 24px!important}.ant-modal-title{font-size:18px!important;font-weight:700!important;color:#0f172a!important}.ant-modal-body{padding:24px!important}.ant-modal-footer{padding:16px 24px!important;border-top:1px solid rgba(0,0,0,.05)!important}.glass-panel{background:rgba(255,255,255,.8)!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;border-radius:28px!important;border:1px solid rgba(255,255,255,.4)!important;box-shadow:0 8px 32px 0 rgba(31,38,135,.04),inset 0 0 0 1px rgba(255,255,255,.2)!important;transition:all .4s cubic-bezier(.4,0,.2,1)}.glass-panel:hover{border-color:rgba(223,118,38,.2)!important;box-shadow:0 12px 48px 0 rgba(31,38,135,.06),inset 0 0 0 1px rgba(255,255,255,.3)!important}.stat-card{background:rgba(255,255,255,.7);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.3);box-shadow:0 4px 16px rgba(0,0,0,.02);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,transparent,rgba(223,118,38,.03));opacity:0;transition:opacity .4s ease}.stat-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 20px 40px rgba(0,0,0,.06);border-color:rgba(223,118,38,.2)}.stat-card:hover:before{opacity:1}.ant-input,.ant-input-number,.ant-picker,.ant-select-selector{-webkit-padding-start:16px!important;padding-inline-start:16px!important;-webkit-padding-end:16px!important;padding-inline-end:16px!important;display:flex!important;align-items:center!important}.ant-input,.ant-input-affix-wrapper,.ant-input-number,.ant-picker,.ant-select-selector{border-radius:12px!important;border:1px solid #e2e8f0!important;background:#ffffff!important;height:48px!important}.ant-input-affix-wrapper{padding-inline:16px!important}.ant-input-affix-wrapper .ant-input{height:auto!important;padding:0!important;border:none!important}.ant-input-number:hover,.ant-input:hover,.ant-picker:hover,.ant-select-selector:hover{border-color:var(--accent-teal)!important}.ant-input-number-focused,.ant-input:focus,.ant-picker-focused,.ant-select-focused .ant-select-selector{border-color:var(--accent-teal)!important;box-shadow:0 0 0 4px rgba(16,185,129,.1)!important}.header-bar{display:flex;justify-content:space-between;align-items:center;padding:8px 24px 0;background:transparent;width:100%;position:-webkit-sticky;position:sticky;top:0;z-index:50}.header-search{background:#ffffff!important;border:1px solid #e2e8f0!important;border-radius:12px!important;width:300px!important;height:40px!important;box-shadow:0 2px 4px rgba(0,0,0,.02)!important}.header-icon{font-size:20px;color:#64748b;cursor:pointer;transition:all .2s ease}.header-icon:hover{color:var(--accent-teal)}.user-profile-header{cursor:pointer;padding:4px 8px;border-radius:12px;transition:all .2s ease}.user-profile-header:hover{background:rgba(0,0,0,.02)}.user-info{text-align:right;display:flex;flex-direction:column}.user-name{font-size:14px;font-weight:700;color:#0f172a;margin:0;line-height:1.2}.user-status{font-size:11px;font-weight:500;margin:0}.status-active,.user-status{color:#64748b}.status-indicator{position:absolute;bottom:2px;right:2px;width:10px;height:10px;border-radius:50%;background-color:#00bfa5;border:2px solid #ffffff}.welcome-section{margin-bottom:32px}.welcome-title{font-size:32px;font-weight:800;color:#0f172a;margin-bottom:4px}.welcome-name{color:var(--accent-teal)}.welcome-subtitle{font-size:16px;color:#64748b}.stat-card{background:#ffffff;border-radius:var(--card-radius);padding:24px;border:1px solid rgba(0,0,0,.04);box-shadow:var(--card-shadow);height:100%;display:flex;flex-direction:column;justify-content:space-between;transition:all .3s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.05)}.stat-label{font-size:11px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:36px;font-weight:800;color:#0f172a;line-height:1;margin:8px 0}.stat-growth{color:#df7626;background:rgba(223,118,38,.1);padding:2px 8px;border-radius:6px;margin-left:8px}.stat-details,.stat-growth{font-size:12px;font-weight:700}.stat-details{color:#94a3b8;display:flex;align-items:center;gap:4px;text-transform:uppercase;letter-spacing:.5px;margin-top:16px;cursor:pointer}.stat-icon-wrapper{width:48px;height:48px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:24px}.mainLayout .rightLayout{padding:0!important;display:flex;flex-direction:column;min-width:0;width:100%}.content-inner{padding:0 16px 16px 8px;flex:1 1;width:100%;overflow-x:hidden;box-sizing:border-box}.content-inner,.content-inner>*{max-width:100%;min-width:0}.custom-sider.collapsed{.sidebar-logo{padding:32px 0;justify-content:center;font-size:18px}.sidebar-profile{margin:24px 8px;padding:8px;justify-content:center}.logout-icon,.profile-text{display:none}}.custom-collapse-btn{position:absolute;bottom:24px;right:-12px;width:24px;height:24px;background:#ffffff;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 6px -1px rgb(0 0 0/.1);border:1px solid #e2e8f0;z-index:100}body,html{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{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}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[data-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-top:0;margin-bottom:1em}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,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}[role=button],a,area,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}button,input,optgroup,select,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-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}