html,body{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)}@-ms-viewport{width:device-width}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[title],abbr[data-original-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=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}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}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}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}:root{font-family:Plus Jakarta Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;font-weight:400;--primary-gradient: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);--accent-gradient: linear-gradient(135deg, #06b6d4 0%, #3b82f6 100%);--success-gradient: linear-gradient(135deg, #10b981 0%, #059669 100%);--warning-gradient: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);--error-gradient: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);color-scheme:light dark}body{margin:0;min-width:320px;min-height:100vh;background-color:#f8fafc;color:#1e293b;overflow-x:hidden;transition:background-color .3s ease,color .3s ease}body.dark-mode{background-color:#09090b;color:#f4f4f5}#root{height:100%}.trigger{padding:0 24px;font-size:18px;line-height:64px;cursor:pointer;transition:color .3s}.trigger:hover{color:#4f46e5}.glass-panel{background:#ffffffb3!important;backdrop-filter:blur(16px) saturate(120%);-webkit-backdrop-filter:blur(16px) saturate(120%);border:1px solid rgba(255,255,255,.4)!important;border-radius:16px}.dark-mode .glass-panel{background:#18181b99!important;backdrop-filter:blur(16px) saturate(120%);-webkit-backdrop-filter:blur(16px) saturate(120%);border:1px solid rgba(255,255,255,.08)!important}.gradient-text{background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.gradient-text-accent{background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.hover-card-premium{transition:all .3s cubic-bezier(.4,0,.2,1)!important}.hover-card-premium:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a!important;border-color:#6366f14d!important}.dark-mode .hover-card-premium:hover{box-shadow:0 20px 25px -5px #00000080,0 10px 10px -5px #0000004d!important;border-color:#6366f166!important}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.05);opacity:.8}}.animate-fade-in-up{animation:fadeInUp .6s cubic-bezier(.16,1,.3,1) forwards}.login-bg-mesh{position:relative;overflow:hidden;background:#f1f5f9}.dark-mode .login-bg-mesh{background:#09090b}.login-bg-mesh:before,.login-bg-mesh:after{content:"";position:absolute;width:600px;height:600px;border-radius:50%;filter:blur(120px);z-index:0;opacity:.35;pointer-events:none}.login-bg-mesh:before{background:radial-gradient(circle,#818cf8,#4f46e5);top:-10%;left:-10%;animation:pulseGlow 15s ease-in-out infinite}.login-bg-mesh:after{background:radial-gradient(circle,#c084fc,#a855f7);bottom:-10%;right:-10%;animation:pulseGlow 15s ease-in-out infinite reverse}.dark-mode .login-bg-mesh:before{background:radial-gradient(circle,#312e81,#1e1b4b)}.dark-mode .login-bg-mesh:after{background:radial-gradient(circle,#581c87,#3b0764)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#94a3b84d;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#94a3b880}.dark-mode ::-webkit-scrollbar-thumb{background:#3f3f4666}.dark-mode ::-webkit-scrollbar-thumb:hover{background:#3f3f4699}.ant-menu-item{margin:6px 12px!important;width:calc(100% - 24px)!important;border-radius:8px!important;font-weight:500!important}.ant-layout-sider{border-right:1px solid rgba(241,245,249,.8)!important}.dark-mode .ant-layout-sider{border-right:1px solid rgba(63,63,70,.3)!important}.ant-layout-header{border-bottom:1px solid rgba(241,245,249,.8)!important}.dark-mode .ant-layout-header{border-bottom:1px solid rgba(63,63,70,.3)!important}.ant-tabs{min-height:0}.ant-tabs-content-holder{flex:1;min-height:0;display:flex;flex-direction:column}.ant-tabs-content{height:100%}.ant-tabs-tabpane{height:100%;display:flex;flex-direction:column}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}.ant-layout,.ant-layout-content,#root>.ant-layout{max-width:100vw;overflow-x:hidden}@media (max-width: 576px){h1.ant-typography,.ant-typography h1{font-size:22px!important}h2.ant-typography,.ant-typography h2{font-size:18px!important}h3.ant-typography,.ant-typography h3{font-size:16px!important}h4.ant-typography,.ant-typography h4{font-size:14px!important}h5.ant-typography,.ant-typography h5{font-size:13px!important}.ant-typography{font-size:13px}}.page-header-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}@media (max-width: 576px){.page-header-row{flex-direction:column;align-items:flex-start}.page-header-row .ant-space,.page-header-row .ant-btn{width:100%}}@media (max-width: 768px){.ant-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.ant-table{min-width:480px}.ant-table-thead>tr>th,.ant-table-tbody>tr>td{padding:8px 10px!important;font-size:12px!important;white-space:nowrap}}@media (max-width: 576px){.ant-card-body{padding:12px!important}.ant-card-head{padding:0 12px!important;min-height:44px!important}.ant-card-head-title{font-size:13px!important}}@media (max-width: 576px){.ant-form-item{margin-bottom:12px!important}.ant-form-item-label>label{font-size:12px!important;height:auto!important}.ant-input,.ant-input-affix-wrapper,.ant-select-selector,.ant-picker{font-size:14px!important}}@media (max-width: 576px){.ant-modal{max-width:calc(100vw - 16px)!important;margin:8px auto!important}.ant-modal-content{border-radius:12px!important}.ant-modal-body{padding:16px!important;max-height:70vh;overflow-y:auto}.ant-modal-footer{padding:12px 16px!important}.ant-modal-footer .ant-btn{flex:1}}@media (max-width: 576px){.ant-drawer-body{padding:16px!important}.ant-drawer-content-wrapper{width:100%!important;max-width:100vw!important}}@media (max-width: 576px){.ant-tabs-tab{font-size:12px!important;padding:8px 10px!important}.ant-tabs-nav{overflow-x:auto!important;flex-wrap:nowrap!important}.ant-tabs-nav:before{display:none}}@media (max-width: 576px){.ant-btn{min-height:36px;font-size:13px!important}.ant-btn-sm{min-height:28px!important}.ant-modal-footer .ant-btn,.ant-drawer-footer .ant-btn{width:100%;margin-inline-start:0!important;margin-top:8px}}@media (max-width: 576px){.ant-select,.ant-picker{width:100%!important}.ant-select-dropdown,.ant-picker-dropdown{max-width:calc(100vw - 16px)!important}}@media (max-width: 576px){.ant-row{row-gap:12px!important}}@media (max-width: 576px){.ant-statistic-title{font-size:11px!important}.ant-statistic-content{font-size:18px!important}}@media (max-width: 768px){.kanban-board-container{display:flex!important;gap:12px!important;overflow-x:auto!important;padding-bottom:16px!important;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity}.kanban-board-container>div{min-width:260px!important;width:260px!important;scroll-snap-align:start}}@media (max-width: 576px){.ant-layout-header{padding:0 12px!important}.header-workspace-text,.header-divider{display:none}}@media (max-width: 576px){.ant-float-btn-group,.ant-float-btn{bottom:72px!important;right:16px!important}}@media (max-width: 576px){.ant-alert{font-size:12px!important;padding:8px 12px!important}}@media (max-width: 576px){.ant-tag{font-size:11px!important;padding:0 5px!important}}@media (max-width: 576px){.ant-badge-count{font-size:10px!important}}@media (max-width: 576px){.ant-space-horizontal{flex-wrap:wrap!important}}@media (max-width: 576px){.ant-descriptions-item-label,.ant-descriptions-item-content{font-size:12px!important;padding:8px!important}}@media (max-width: 576px){.hide-xs{display:none!important}.full-width-xs{width:100%!important}.text-xs-sm{font-size:11px!important}.stack-xs{flex-direction:column!important;align-items:stretch!important}.gap-xs{gap:8px!important}}@media (min-width: 577px) and (max-width: 768px){.hide-sm{display:none!important}}@media (min-width: 769px){.hide-md-up{display:none!important}}@media (max-width: 576px){.login-bg-mesh:before,.login-bg-mesh:after{width:300px;height:300px}}@media (max-width: 576px){.ant-layout-content{margin:12px 10px!important}}@media (max-width: 576px){.ant-list-item-meta-title,.ant-list-item-meta-description{font-size:12px!important}}@media (max-width: 576px){.ant-col-xs-24{width:100%!important}}@media (max-width: 768px){.recharts-wrapper,.recharts-surface{width:100%!important;overflow:hidden}.ant-chart-container{overflow-x:auto!important}}@media (max-width: 768px){.eod-summary-row{flex-direction:column!important;gap:8px!important}.eod-summary-row>*{width:100%!important}}@media (max-width: 576px){.ant-dropdown{max-width:calc(100vw - 16px)!important;left:8px!important;right:8px!important}}@media (max-width: 576px){.profile-header-row{flex-direction:column!important;text-align:center;align-items:center!important}}@media (max-width: 576px){.ant-steps-horizontal{flex-direction:column!important}.ant-steps-item{flex:none!important;width:100%!important}}@media (max-width: 576px){.ant-timeline-item-content{font-size:12px!important}}@media (max-width: 576px){.ant-progress-text{font-size:11px!important}}@media (max-width: 576px){.ant-segmented{font-size:11px!important;overflow-x:auto!important}}@media (max-width: 576px){.ant-popover{max-width:calc(100vw - 32px)!important}}@media (max-width: 576px){.ant-input-group-wrapper{width:100%!important}}@media (max-width: 576px){[style*="width: 900"],[style*="width: 800"],[style*="width: 700"],[style*="width: 600"]{width:100%!important;min-width:unset!important}}@media (max-width: 576px){.ant-picker-range{width:100%!important}.ant-picker-panel-container{max-width:calc(100vw - 16px)!important;overflow-x:auto!important}}@media (max-width: 576px){.ant-collapse-header{font-size:13px!important;padding:10px 12px!important}.ant-collapse-content-box{padding:12px!important}}@media (max-width: 576px){.ant-empty-image{height:80px!important}.ant-empty-description{font-size:12px!important}}@media (max-width: 576px){.ant-result-title{font-size:18px!important}.ant-result-subtitle{font-size:13px!important}}@media (max-width: 576px){.ant-drawer-right .ant-drawer-content-wrapper{width:100vw!important}}@media (max-width: 576px){.ant-pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:4px}.ant-pagination-options{width:100%;text-align:center;margin-top:4px}.ant-table-pagination{justify-content:center!important}}.scroll-x{overflow-x:auto;-webkit-overflow-scrolling:touch}
