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;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}.login-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;position:relative;overflow:hidden}.login-container.light-theme{background:linear-gradient(135deg,#f5f7fa,#e8eaed)}.login-container.dark-theme{background:linear-gradient(135deg,#1a1a2e,#16213e)}.login-container .container{display:flex;flex-direction:row;flex-wrap:wrap;width:900px;max-width:100%;border-radius:20px;overflow:hidden;background:#fffffffa;border:1px solid rgba(0,0,0,.08);box-shadow:0 20px 40px #0000001a;position:relative;z-index:1}.dark-theme .container{background:#1e1e2dfa;border:1px solid rgba(255,255,255,.1)}.left-panel{width:42%;min-width:280px;padding:50px 30px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:relative;overflow:hidden}.left-panel .logo-image{width:200px!important;height:auto!important;margin-bottom:20px;position:relative;z-index:1}.right-panel{width:58%;padding:50px;display:flex;flex-direction:column;justify-content:center;min-width:300px;background:transparent}.login-form-header{text-align:center;margin-bottom:28px}.form-title{font-size:28px!important;font-weight:700!important;margin-bottom:8px!important;color:#1a1a2e}.dark-theme .form-title{color:#fff}.login-form{width:100%}.form-group{margin-bottom:20px}.login-input,.login-input.ant-input,.login-input .ant-input{width:100%!important;padding:12px 16px!important;border-radius:10px!important;border:1px solid rgba(0,0,0,.12)!important;outline:none!important;font-size:15px!important;background:#fff!important;color:#333!important;transition:all .2s ease!important}.login-input:hover,.login-input.ant-input:hover{border-color:#00000040!important}.login-input:focus,.login-input.ant-input:focus,.login-input:focus-within{border-color:var(--login-primary-color, #1677ff)!important;box-shadow:0 0 0 2px #1677ff1a!important}.dark-theme .login-input,.dark-theme .login-input.ant-input{background:#ffffff14!important;border-color:#ffffff26!important;color:#f7fafc!important}.dark-theme .login-input:hover{border-color:#ffffff4d!important}.dark-theme .login-input:focus,.dark-theme .login-input:focus-within{border-color:var(--login-primary-color, #1677ff)!important}.options{display:flex;justify-content:space-between;font-size:14px;margin-bottom:20px;align-items:center}.remember-checkbox{color:#555!important;font-weight:500}.dark-theme .remember-checkbox{color:#cbd5e0!important}.forgot-password-link{color:var(--login-primary-color, #1677ff)!important;text-decoration:none;font-size:14px;font-weight:500}.forgot-password-link:hover{text-decoration:underline}.login-form .ant-btn-primary{width:100%!important;height:48px!important;border-radius:10px!important;font-size:16px!important;font-weight:600!important}.login-container .footer{display:flex;justify-content:space-between;align-items:center;margin-top:24px;font-size:14px}.new-account-btn{background:#f59e0b!important;padding:10px 20px!important;border-radius:10px!important;border:none!important;font-weight:600!important;cursor:pointer!important;color:#fff!important;height:auto!important}.new-account-btn:hover{background:#d97706!important;color:#fff!important}.language-switcher-container{display:flex;align-items:center}.bottom-text{text-align:center;font-size:13px;color:#666;margin-top:28px;position:relative;z-index:1}.bottom-text strong{color:var(--login-primary-color, #1677ff)}.dark-theme .bottom-text{color:#fff9}.login-container .ant-input-affix-wrapper,.login-container .ant-input-password{border-radius:10px!important;border:1px solid rgba(0,0,0,.12)!important;padding:8px 12px!important;background:#fff!important;transition:all .2s ease!important}.login-container .ant-input-affix-wrapper .ant-input{border:none!important;padding:4px 0!important;background:transparent!important;box-shadow:none!important;font-size:15px!important}.login-container .ant-input-affix-wrapper:hover{border-color:#00000040!important}.login-container .ant-input-affix-wrapper-focused,.login-container .ant-input-affix-wrapper:focus{border-color:var(--login-primary-color, #1677ff)!important;box-shadow:0 0 0 2px #1677ff1a!important}.dark-theme .login-container .ant-input-affix-wrapper{background:#ffffff14!important;border-color:#ffffff26!important}.dark-theme .login-container .ant-input-affix-wrapper .ant-input{color:#f7fafc!important}.dark-theme .login-container .ant-input-affix-wrapper:hover{border-color:#ffffff4d!important}.dark-theme .login-container .ant-input-affix-wrapper-focused{border-color:var(--login-primary-color, #1677ff)!important}.login-container .ant-input-password-icon{color:#999!important}.login-container .ant-input-password-icon:hover{color:var(--login-primary-color, #1677ff)!important}.login-form .ant-form-item{margin-bottom:18px}.login-form .login-form-options{margin-bottom:20px!important}@media (max-width: 900px){.login-container .container{width:95%}.left-panel{width:40%;min-width:220px}.right-panel{width:60%;padding:40px 30px}}@media (max-width: 768px){.login-container{padding:16px}.login-container .container{flex-direction:column;width:100%;max-width:420px;border-radius:16px}.left-panel{width:100%;padding:35px 25px;border-radius:16px 16px 0 0}.left-panel .logo-image{width:160px!important}.right-panel{width:100%;padding:30px 25px}.form-title{font-size:24px!important}}@media (max-width: 480px){.login-container{padding:12px}.login-container .container{border-radius:14px}.left-panel{padding:28px 20px}.left-panel .logo-image{width:140px!important}.right-panel{padding:24px 20px}.form-title{font-size:22px!important}.login-container .footer{flex-direction:column;gap:14px;align-items:center}.new-account-btn{width:100%}.language-switcher-container{width:100%;justify-content:center}.options{flex-direction:column;gap:10px;align-items:flex-start}}.stats-cards-container .ant-row .ant-col{display:flex}.stats-cards-container .ant-row .ant-col .ant-card{width:100%;border-radius:var(--dashboard-panel-radius, 30px)!important}.stats-card{position:relative;overflow:hidden;border-radius:var(--dashboard-panel-radius, 30px)!important;transition:all .2s ease;box-shadow:0 2px 8px #00000014!important;border:1px solid rgba(0,0,0,.06)!important}.stats-card--interactive{cursor:pointer}.stats-card .ant-card-body{padding:18px!important;border-radius:inherit}.stats-card:hover{box-shadow:0 4px 12px #0000001f!important}.stats-card-content{flex-wrap:nowrap!important;flex-direction:row!important;gap:14px;position:relative;align-items:center!important}.stats-info{flex:1;min-width:0}.stats-title{font-weight:600!important;font-size:13px!important;line-height:1.3!important;display:block;word-wrap:break-word;margin-bottom:3px}.stats-cards-container .ant-statistic-title{font-weight:500;font-size:12px;margin-bottom:4px}.stats-cards-container .ant-statistic-content{font-size:24px!important;line-height:1.2;font-weight:700}.stats-cards-container .ant-statistic-content-prefix{font-size:18px!important;margin-right:6px}.stats-image-container{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:16px}.stats-image{width:42px!important;height:42px!important;object-fit:contain;cursor:pointer;border-radius:12px;transition:transform .2s ease}.stats-image:hover{transform:scale(1.05)}@media (max-width: 768px){.stats-card .ant-card-body{padding:15px!important}.stats-card{border-radius:26px!important}.stats-card-content{gap:10px}.stats-title{font-size:13px!important}.stats-image{width:36px!important;height:36px!important}.stats-image-container{width:48px;height:48px}.stats-cards-container .ant-statistic-content{font-size:20px!important}.stats-cards-container .ant-statistic-content-prefix{font-size:16px!important}}@media (min-width: 1200px){.stats-card .ant-card-body{padding:20px!important}.stats-image{width:46px!important;height:46px!important}.stats-image-container{width:60px;height:60px}.stats-cards-container .ant-statistic-content{font-size:26px!important}}.label-td{border:2px solid #000000;vertical-align:center;padding:0;background-color:#fff}.label-p-container{max-width:380px;background-color:#fff}.label-p{margin:0;padding:8px;border-bottom:2px solid #000000}.alici-p{font-size:30px}.depo-p *{font-size:small}.depo-p strong{font-size:18px}.head-divider{font-weight:700;text-align:center;background-color:#fff;color:#000;font-size:18px}.label-p:last-child{font-size:smaller;border-bottom:none}.label-div{display:table;margin-top:10px;width:465px;min-width:465px;height:100%}.label-img{width:100%;height:auto;zoom:1.25;display:block;margin:30px;align-self:center;justify-self:center;filter:grayscale(100%)}@media print{@page{size:A6;margin:0}body{zoom:.8}}.main-content-area{overflow:visible!important}.logs-main-row{display:flex!important;flex-wrap:wrap;align-items:flex-start!important}.sidebar-column{position:-webkit-sticky!important;position:sticky!important;top:16px!important;align-self:flex-start!important}.filters-card .ant-select{width:100%!important}.filters-card .ant-select .ant-select-selector{display:flex!important;align-items:center!important}.filters-card .ant-picker{width:100%!important}.filters-card .ant-btn{display:flex!important;align-items:center!important;justify-content:center!important}.statistics-row{margin-bottom:16px}.stat-card{border-radius:var(--radius-md, 12px);border:none;overflow:hidden;height:100%}.stat-card .ant-card-body{padding:16px 20px}.stat-card .ant-statistic-title{color:#ffffffe6;font-size:12px;margin-bottom:4px}.stat-card .ant-statistic-content{font-weight:600;color:#fff}.stat-card .ant-statistic-content-value{color:#fff}.gradient-blue{background:linear-gradient(135deg,#1890ff,#096dd9)}.gradient-green{background:linear-gradient(135deg,#52c41a,#389e0d)}.gradient-red{background:linear-gradient(135deg,#ff4d4f,#cf1322)}.gradient-purple{background:linear-gradient(135deg,#722ed1,#531dab)}.stat-card-simple{border-radius:var(--radius-md, 12px);transition:all .3s ease;height:100%}.stat-card-simple:hover{box-shadow:var(--shadow-md, 0 4px 16px rgba(0, 0, 0, .12));transform:translateY(-2px)}.stat-card-simple .ant-card-body{padding:16px 20px}.filters-card{border-radius:var(--radius-md, 12px);margin-bottom:12px;overflow:hidden}.filters-card .ant-card-body{padding:12px 16px}.grouping-card{border-radius:var(--radius-md, 12px);margin-bottom:16px}.grouping-card .ant-card-body{padding:12px 16px}.logs-table-card{border-radius:var(--radius-md, 12px);overflow:hidden}.logs-table-card .ant-card-body{padding:0}.logs-table .ant-table{font-size:12px}.logs-table .ant-table-thead>tr>th{background:#fafafa;font-weight:600;font-size:11px;padding:8px 6px!important;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap}.logs-table .ant-table-tbody>tr>td{padding:6px!important;font-size:12px;vertical-align:middle}.logs-table .ant-table-tbody>tr:hover>td{background:#f5f5f5}.logs-table .ant-tag{font-size:10px;line-height:16px;padding:0 4px;margin:0}.logs-table .ant-btn-sm{font-size:10px;padding:0 6px;height:22px}.logs-table .ant-table-pagination{padding:8px 16px!important;margin:0!important}.user-cell{display:flex;flex-direction:column;gap:2px}.user-cell .ant-btn-link{padding:0;height:auto;font-weight:500}.user-meta{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.log-time{font-size:12px}.top-actions-card{border-radius:var(--radius-md, 12px)}.top-actions-list{display:flex;flex-direction:column;gap:10px}.action-item{display:flex;flex-direction:column;gap:4px}.action-info{display:flex;align-items:center}.json-card{border-radius:var(--radius-sm, 8px);background:#282c34;margin-bottom:16px}.json-card .ant-card-body{padding:12px}.json-pre{margin:0;padding:0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:11px;line-height:1.5;color:#abb2bf;white-space:pre-wrap;word-break:break-all;max-height:200px;overflow:auto}.user-agent-card{border-radius:var(--radius-sm, 8px);margin-bottom:16px}.user-summary-card{border-radius:var(--radius-md, 12px);margin-bottom:20px}.user-summary-card .ant-statistic-title{font-size:11px}.user-summary-card .ant-statistic-content{font-size:20px;font-weight:600}.page-header-card{border-radius:var(--radius-md, 12px);margin-bottom:16px;background:linear-gradient(135deg,#667eea,#764ba2);border:none}.page-header-card .ant-card-body{padding:20px 24px}.page-header-content{display:flex;align-items:center;gap:16px}.page-header-icon{font-size:28px;color:#ffffffe6}.page-header-text h3{margin:0 0 4px;color:#fff;font-weight:600}.page-header-text p{margin:0;color:#ffffffbf;font-size:13px}.json-pre::-webkit-scrollbar{width:6px;height:6px}.json-pre::-webkit-scrollbar-track{background:#1e2127;border-radius:3px}.json-pre::-webkit-scrollbar-thumb{background:#4b5263;border-radius:3px}.json-pre::-webkit-scrollbar-thumb:hover{background:#5c6370}@media (max-width: 1200px){.logs-table .ant-table-tbody>tr>td{padding:8px 10px}}@media (max-width: 992px){.stat-card .ant-card-body{padding:12px 16px}.stat-card .ant-statistic-content-value{font-size:20px!important}.filters-card .ant-row{gap:8px!important}}@media (max-width: 768px){.page-header-card .ant-card-body{padding:16px}.page-header-icon{font-size:24px}.page-header-text h3{font-size:16px}.stat-card .ant-statistic-content-value{font-size:18px!important}.filters-card .ant-col{flex:0 0 100%;max-width:100%}.grouping-card .ant-segmented{width:100%}.grouping-card .ant-segmented-item{flex:1}}@media (max-width: 576px){.stat-card .ant-card-body{padding:10px 12px}.stat-card .ant-statistic-title{font-size:11px}.stat-card .ant-statistic-content-value{font-size:16px!important}.user-meta{flex-direction:column;align-items:flex-start}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.logs-table-card,.top-actions-card,.stat-card,.stat-card-simple{animation:fadeIn .3s ease-out}.profile-page{--profile-accent: #1677ff;display:flex;flex-direction:column;gap:8px}.profile-page__grid{display:grid;grid-template-columns:minmax(300px,360px) minmax(0,1fr);gap:24px;align-items:start;margin-top:-2px}.profile-page__card{border-radius:28px!important;border:1px solid rgba(148,163,184,.18)!important;background:#ffffffd6!important;box-shadow:0 18px 38px #0f172a14!important;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.profile-page__card .ant-card-body{padding:26px!important}.profile-page__identity{display:flex;flex-direction:column;gap:24px}.profile-page__identity-head{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px}.profile-page__avatar-trigger{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;cursor:pointer}.profile-page__avatar{flex-shrink:0;border:4px solid rgba(255,255,255,.86);box-shadow:0 18px 30px #0f172a2e;background:color-mix(in srgb,var(--profile-accent) 80%,#0f172a)!important}.profile-page__avatar-edit{position:absolute;right:6px;bottom:6px;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;background:var(--profile-accent);color:#fff;box-shadow:0 10px 20px #0f172a2e;border:3px solid rgba(255,255,255,.92);transition:transform .2s ease,box-shadow .2s ease}.profile-page__avatar-trigger:hover .profile-page__avatar-edit{transform:scale(1.06);box-shadow:0 14px 24px #0f172a3d}.profile-page__identity-name{margin:0!important;color:#0f172a!important}.profile-page__identity-meta{margin:0!important;color:#64748b!important}.profile-page__readonly-list{display:flex;flex-direction:column;gap:12px}.profile-page__readonly-item{display:grid;gap:4px;padding:14px 16px;border-radius:18px;background:#ffffff9e;border:1px solid rgba(148,163,184,.12);box-shadow:inset 0 1px #ffffffbf}.profile-page__readonly-item--level{background:linear-gradient(180deg,#eff6fff2,#dbeafed1);border-color:#60a5fa33}.profile-page__readonly-item--username{background:linear-gradient(180deg,#f5f3fff5,#ede9fed6);border-color:#8b5cf62e}.profile-page__readonly-item--account-type,.profile-page__readonly-item--code{background:linear-gradient(180deg,#ecfdf5f5,#d1fae5d1);border-color:#22c55e2e}.profile-page__readonly-item--branch,.profile-page__readonly-item--country{background:linear-gradient(180deg,#fff7edf5,#fed7aad1);border-color:#f973162e}.profile-page__readonly-item--city,.profile-page__readonly-item--status{background:linear-gradient(180deg,#f0fdfaf5,#ccfbf1d1);border-color:#14b8a62e}.profile-page__readonly-label{font-size:12px;font-weight:600;color:#64748b;letter-spacing:.02em}.profile-page__readonly-value{font-size:14px;font-weight:600;color:#0f172a;word-break:break-word}.profile-page__form-shell{display:flex;flex-direction:column;gap:20px}.profile-page__section-copy{display:flex;flex-direction:column;gap:6px}.profile-page__section-copy h3,.profile-page__section-copy h4{margin:0!important;color:#0f172a!important}.profile-page__section-copy .ant-typography{margin:0!important;color:#64748b}.profile-page__form-actions{display:flex;justify-content:flex-end}.profile-page__divider{margin:0!important}.profile-page__skeleton{min-height:420px}.dashboard-shell--dark .profile-page__card{border-color:#94a3b824!important;background:#08101dc7!important;box-shadow:0 22px 42px #02061757!important}.dashboard-shell--dark .profile-page__identity-name,.dashboard-shell--dark .profile-page__section-copy h3,.dashboard-shell--dark .profile-page__section-copy h4,.dashboard-shell--dark .profile-page__readonly-value{color:#f8fafc!important}.dashboard-shell--dark .profile-page__identity-meta,.dashboard-shell--dark .profile-page__section-copy .ant-typography,.dashboard-shell--dark .profile-page__readonly-label{color:#94a3b8!important}.dashboard-shell--dark .profile-page__readonly-item{background:#94a3b814;border-color:#94a3b81a;box-shadow:inset 0 1px #ffffff08}.dashboard-shell--dark .profile-page__readonly-item--level{background:linear-gradient(180deg,#1e40af42,#0f172a80);border-color:#60a5fa38}.dashboard-shell--dark .profile-page__readonly-item--username{background:linear-gradient(180deg,#5b21b642,#0f172a80);border-color:#a78bfa33}.dashboard-shell--dark .profile-page__readonly-item--account-type,.dashboard-shell--dark .profile-page__readonly-item--code{background:linear-gradient(180deg,#15803d3d,#0f172a80);border-color:#4ade802e}.dashboard-shell--dark .profile-page__readonly-item--branch,.dashboard-shell--dark .profile-page__readonly-item--country{background:linear-gradient(180deg,#9a34123d,#0f172a80);border-color:#fb923c2e}.dashboard-shell--dark .profile-page__readonly-item--city,.dashboard-shell--dark .profile-page__readonly-item--status{background:linear-gradient(180deg,#0d94883d,#0f172a80);border-color:#2dd4bf2e}@media (max-width: 1100px){.profile-page__grid{grid-template-columns:1fr}}@media (max-width: 768px){.profile-page__card{border-radius:24px!important}.profile-page__card .ant-card-body{padding:20px!important}.profile-page__form-actions{justify-content:stretch}.profile-page__form-actions .ant-btn{width:100%}}:root{--primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--primary-gradient-hover: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);--secondary-gradient: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);--success-gradient: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);--warning-gradient: linear-gradient(135deg, #f2994a 0%, #f2c94c 100%);--danger-gradient: linear-gradient(135deg, #eb3349 0%, #f45c43 100%);--info-gradient: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);--glass-bg: rgba(255, 255, 255, .25);--glass-bg-light: rgba(255, 255, 255, .7);--glass-bg-dark: rgba(30, 30, 30, .7);--glass-border: rgba(255, 255, 255, .18);--glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, .15);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .08);--shadow-md: 0 4px 16px rgba(0, 0, 0, .12);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .15);--shadow-xl: 0 16px 48px rgba(0, 0, 0, .2);--shadow-glow: 0 0 20px rgba(102, 126, 234, .3);--shadow-glow-success: 0 0 20px rgba(17, 153, 142, .3);--shadow-glow-warning: 0 0 20px rgba(242, 153, 74, .3);--shadow-glow-danger: 0 0 20px rgba(235, 51, 73, .3);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-2xl: 32px;--radius-full: 9999px;--transition-fast: .15s ease;--transition-normal: .3s cubic-bezier(.4, 0, .2, 1);--transition-slow: .5s cubic-bezier(.4, 0, .2, 1);--transition-bounce: .5s cubic-bezier(.68, -.55, .265, 1.55);--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--z-dropdown: 100;--z-sticky: 200;--z-fixed: 300;--z-modal-backdrop: 400;--z-modal: 500;--z-tooltip: 600}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Montserrat,Montserrat Arabic,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;line-height:1.6;font-weight:400;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#0000000d;border-radius:var(--radius-full)}::-webkit-scrollbar-thumb{background:#0003;border-radius:var(--radius-full);transition:var(--transition-normal)}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#5a6fd8,#6a4190)}::selection{background:#667eea4d;color:inherit}@media (max-width: 768px){.ant-segmented{width:100%;font-size:12px}.hide-mobile{display:none!important}.mobile-full-width{width:100%!important}.main-content-area{padding:8px!important}.main-content-area .ant-card{border-radius:8px!important;margin-bottom:8px}.main-footer{padding:8px 12px!important}.footer-content{flex-direction:column!important;gap:6px!important;text-align:center}.footer-info{justify-content:center}}@media (max-width: 576px){body{font-size:14px}.main-content-area{padding:4px!important}.main-content-area .ant-card{border-radius:6px!important}.main-footer{padding:6px 8px!important}.footer-info{font-size:11px!important}}.ant-card{border-radius:var(--radius-md)!important;transition:all var(--transition-normal);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid rgba(0,0,0,.06)!important}.ant-card:hover{box-shadow:var(--shadow-md)}.ant-card .ant-card-head{border-bottom:1px solid rgba(0,0,0,.06);background:transparent}.ant-card .ant-card-body{padding:var(--space-lg)}.ant-menu-title-content{font-weight:500;transition:var(--transition-normal)}.ant-menu-item,.ant-menu-submenu-title{border-radius:var(--radius-sm)!important;margin:4px 8px!important;transition:all var(--transition-normal)!important}.ant-menu-item:hover,.ant-menu-submenu-title:hover{background:#0000000a!important}.ant-menu-item-selected{font-weight:600;background:var(--ant-color-primary-bg, rgba(22, 119, 255, .1))!important}.ant-menu-item-selected:before,.ant-menu-item-selected:after{display:none!important;background:none!important}.ant-menu-submenu-selected>.ant-menu-submenu-title{font-weight:600;color:var(--ant-color-primary, #1677ff)!important}.ant-btn{border-radius:var(--radius-md)!important;font-weight:500!important;transition:all var(--transition-normal)!important}.ant-btn:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm)}.ant-btn:active{transform:translateY(0)}.page-back-button.ant-btn{height:34px;padding-inline:14px;border-radius:12px!important;border:1px solid color-mix(in srgb,var(--ant-color-primary, #1677ff) 24%,white)!important;background:linear-gradient(180deg,#fffffff5,#eff6ffeb)!important;color:var(--ant-color-primary, #1677ff)!important;box-shadow:0 10px 22px #0f172a0f;font-weight:600!important}.page-back-button.ant-btn:hover,.page-back-button.ant-btn:focus{transform:none!important;box-shadow:0 12px 24px #0f172a14!important;border-color:color-mix(in srgb,var(--ant-color-primary, #1677ff) 40%,white)!important;background:linear-gradient(180deg,#fffffffa,#dbeafef2)!important;color:var(--ant-color-primary, #1677ff)!important}.page-back-button.ant-btn .anticon{font-size:12px}[data-theme=dark] .page-back-button.ant-btn,.dark-mode .page-back-button.ant-btn{border-color:#60a5fa38!important;background:linear-gradient(180deg,#0f172aeb,#1e293be0)!important;color:#bfdbfe!important;box-shadow:0 16px 28px #0206173d}[data-theme=dark] .page-back-button.ant-btn:hover,[data-theme=dark] .page-back-button.ant-btn:focus,.dark-mode .page-back-button.ant-btn:hover,.dark-mode .page-back-button.ant-btn:focus{background:linear-gradient(180deg,#1e293bf5,#2563eb3d)!important;border-color:#93c5fd47!important;color:#dbeafe!important}.ant-input,.ant-input-affix-wrapper,.ant-select-selector,.ant-picker{border-radius:var(--radius-md)!important;border:1px solid rgba(0,0,0,.15)!important;transition:all var(--transition-normal)!important;box-shadow:none!important}.ant-input-affix-wrapper .ant-input{border:none!important;background:transparent!important;box-shadow:none!important}.ant-input:hover,.ant-input-affix-wrapper:hover,.ant-select-selector:hover,.ant-picker:hover{border-color:#0000004d!important}.ant-input:focus,.ant-input-affix-wrapper:focus,.ant-input-affix-wrapper-focused,.ant-select-focused .ant-select-selector,.ant-picker-focused{box-shadow:none!important;outline:none!important}.ant-input-affix-wrapper>input.ant-input{border:none!important;padding:0!important;box-shadow:none!important}.ant-input-search .ant-input-affix-wrapper{border-radius:var(--radius-md) 0 0 var(--radius-md)!important}.ant-input-search .ant-input-search-button{border-radius:0 var(--radius-md) var(--radius-md) 0!important}.ant-table{border-radius:var(--radius-sm)!important;overflow:hidden;box-shadow:none;font-size:13px!important}.ant-table-thead>tr>th{font-weight:600!important;font-size:11px!important;text-transform:uppercase;letter-spacing:.3px;padding:8px 10px!important;white-space:nowrap}.ant-table-tbody>tr{transition:background var(--transition-fast)}.ant-table-tbody>tr>td{padding:6px 10px!important;vertical-align:middle;font-size:13px!important}.ant-table-cell-fix-left,.ant-table-cell-fix-right{z-index:2!important;background:inherit!important}.ant-table-thead .ant-table-cell-fix-left,.ant-table-thead .ant-table-cell-fix-right{z-index:3!important}.ant-table-cell-fix-left,.ant-table-cell-fix-right{background-color:#fff!important}.ant-table-thead>tr>.ant-table-cell-fix-left,.ant-table-thead>tr>.ant-table-cell-fix-right{background-color:#fafafa!important}.ant-table-tbody>tr:hover>.ant-table-cell-fix-left,.ant-table-tbody>tr:hover>.ant-table-cell-fix-right{background-color:#fafafa!important}.ant-table-cell-fix-left-last:after,.ant-table-cell-fix-right-first:after{box-shadow:none!important;background:none!important}.ant-table-cell-fix-left-last{border-right:2px solid rgba(0,0,0,.06)!important}.ant-table-cell-fix-right-first{border-left:2px solid rgba(0,0,0,.06)!important}@media (max-width: 768px){.ant-table{font-size:13px}.ant-table-thead>tr>th,.ant-table-tbody>tr>td{padding:10px 8px!important}}.ant-modal-content{border-radius:var(--radius-lg)!important;overflow:hidden;box-shadow:var(--shadow-lg)!important}.ant-modal-header{border-bottom:1px solid rgba(0,0,0,.06);padding:var(--space-sm) var(--space-md)!important}.ant-modal-body{padding:var(--space-md)!important}.ant-modal-footer{border-top:1px solid rgba(0,0,0,.06);padding:var(--space-sm) var(--space-md)!important}.ant-drawer-content{border-radius:var(--radius-xl) 0 0 var(--radius-xl)!important}[dir=rtl] .ant-drawer-content{border-radius:0 var(--radius-xl) var(--radius-xl) 0!important}.ant-drawer-header{border-bottom:1px solid rgba(0,0,0,.06)}.ant-pagination{display:flex;align-items:center;gap:4px}.ant-pagination-item{border-radius:8px!important;border:1px solid rgba(0,0,0,.1)!important;min-width:32px!important;height:32px!important;line-height:30px!important;font-weight:500!important;background:transparent!important}.ant-pagination-item a{color:inherit!important}.ant-pagination-item-active{border-color:currentColor!important;background:var(--ant-color-primary, #1677ff)!important}.ant-pagination-item-active a{color:#fff!important}.ant-pagination-prev,.ant-pagination-next{min-width:32px!important;height:32px!important;line-height:30px!important;border-radius:8px!important}.ant-pagination-prev:hover,.ant-pagination-next:hover,.ant-pagination-item:hover:not(.ant-pagination-item-active){border-color:var(--ant-color-primary, #1677ff)!important}.ant-tag{border-radius:6px!important;padding:2px 8px!important;font-weight:500!important;border:1px solid currentColor!important;box-shadow:none!important;font-size:12px!important}.ant-dropdown-menu{border-radius:var(--radius-lg)!important;box-shadow:var(--shadow-lg)!important;padding:var(--space-sm)!important;border:1px solid rgba(0,0,0,.05)}.ant-dropdown-menu-item{border-radius:var(--radius-md)!important;transition:all var(--transition-normal)!important;margin:2px 0}.ant-dropdown-menu-item:hover{background:#667eea1a!important}.ant-tooltip-inner{border-radius:var(--radius-md)!important;padding:8px 16px!important;font-weight:500;box-shadow:var(--shadow-lg)}.ant-notification-notice{border-radius:var(--radius-lg)!important;box-shadow:var(--shadow-xl)!important;border-left:4px solid #667eea}.ant-notification-notice-success{border-left-color:#11998e!important}.ant-notification-notice-error{border-left-color:#eb3349!important}.ant-notification-notice-warning{border-left-color:#f2994a!important}.ant-message-notice-content{border-radius:var(--radius-full)!important;padding:10px 20px!important;box-shadow:var(--shadow-lg)!important}.ant-badge-count{box-shadow:0 0 0 2px #fff!important}.ant-tabs-tab{border-radius:var(--radius-sm) var(--radius-sm) 0 0!important;transition:all var(--transition-normal)!important;padding:12px 20px!important}.ant-tabs-ink-bar{height:3px!important;border-radius:var(--radius-full)!important}.ant-segmented{border-radius:var(--radius-sm)!important;padding:4px!important;background:#0000000a!important}.ant-segmented-item{border-radius:var(--radius-sm)!important;transition:all var(--transition-normal)!important}.ant-segmented-item-selected .ant-segmented-item-label{color:#fff!important}.ant-avatar{box-shadow:var(--shadow-sm);border:2px solid white;transition:all var(--transition-normal)}.ant-avatar:hover{transform:scale(1.05);box-shadow:var(--shadow-md)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes collapsedIndicatorPulse{0%,to{opacity:.72;transform:translate(-50%) translateY(0)}50%{opacity:1;transform:translate(-50%) translateY(2px)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes glow{0%,to{box-shadow:0 0 20px #667eea4d}50%{box-shadow:0 0 40px #667eea99}}.animate-fadeInUp{animation:fadeInUp .5s ease-out forwards}.animate-fadeInLeft{animation:fadeInLeft .5s ease-out forwards}.animate-fadeInRight{animation:fadeInRight .5s ease-out forwards}.animate-scaleIn{animation:scaleIn .3s ease-out forwards}.animate-pulse{animation:pulse 2s infinite}.animate-float{animation:float 3s ease-in-out infinite}.animate-glow{animation:glow 2s ease-in-out infinite}.stagger-1{animation-delay:.1s}.stagger-2{animation-delay:.2s}.stagger-3{animation-delay:.3s}.stagger-4{animation-delay:.4s}.stagger-5{animation-delay:.5s}[data-theme=dark] body,.dark-mode body{background:linear-gradient(135deg,#1a1a2e,#16213e)}[data-theme=dark] .stats-card,[data-theme=dark] .ant-card{background:var(--glass-bg-dark)!important;border:1px solid rgba(255,255,255,.1)!important}[data-theme=dark] .ant-table-thead>tr>th{background:#1f1f1f!important;color:#fff!important}[data-theme=dark] .ant-table-cell-fix-left,[data-theme=dark] .ant-table-cell-fix-right{background-color:#1f1f1f!important}[data-theme=dark] .ant-table-thead>tr>.ant-table-cell-fix-left,[data-theme=dark] .ant-table-thead>tr>.ant-table-cell-fix-right{background-color:#262626!important}[data-theme=dark] .ant-table-tbody>tr:hover>.ant-table-cell-fix-left,[data-theme=dark] .ant-table-tbody>tr:hover>.ant-table-cell-fix-right{background-color:#262626!important}[data-theme=dark] .ant-table-cell-fix-left-last{border-right:2px solid rgba(255,255,255,.1)!important}[data-theme=dark] .ant-table-cell-fix-right-first{border-left:2px solid rgba(255,255,255,.1)!important}[data-theme=dark] ::-webkit-scrollbar-track{background:#ffffff0d}.container-fluid{width:100%;padding-right:var(--space-md);padding-left:var(--space-md);margin-right:auto;margin-left:auto}@media (min-width: 576px){.container-fluid{max-width:540px}}@media (min-width: 768px){.container-fluid{max-width:720px}}@media (min-width: 992px){.container-fluid{max-width:960px}}@media (min-width: 1200px){.container-fluid{max-width:1140px}}@media (min-width: 1400px){.container-fluid{max-width:1320px}}.p-0{padding:0!important}.p-1{padding:var(--space-xs)!important}.p-2{padding:var(--space-sm)!important}.p-3{padding:var(--space-md)!important}.p-4{padding:var(--space-lg)!important}.p-5{padding:var(--space-xl)!important}.m-0{margin:0!important}.m-1{margin:var(--space-xs)!important}.m-2{margin:var(--space-sm)!important}.m-3{margin:var(--space-md)!important}.m-4{margin:var(--space-lg)!important}.m-5{margin:var(--space-xl)!important}.d-flex{display:flex!important}.flex-column{flex-direction:column!important}.flex-wrap{flex-wrap:wrap!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.align-center{align-items:center!important}.gap-1{gap:var(--space-xs)!important}.gap-2{gap:var(--space-sm)!important}.gap-3{gap:var(--space-md)!important}.gap-4{gap:var(--space-lg)!important}.text-center{text-align:center!important}.text-gradient{background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.font-bold{font-weight:700!important}.font-semibold{font-weight:600!important}.font-medium{font-weight:500!important}.rounded-sm{border-radius:var(--radius-sm)!important}.rounded-md{border-radius:var(--radius-md)!important}.rounded-lg{border-radius:var(--radius-lg)!important}.rounded-xl{border-radius:var(--radius-xl)!important}.rounded-full{border-radius:var(--radius-full)!important}.shadow-sm{box-shadow:var(--shadow-sm)!important}.shadow-md{box-shadow:var(--shadow-md)!important}.shadow-lg{box-shadow:var(--shadow-lg)!important}.shadow-xl{box-shadow:var(--shadow-xl)!important}.shadow-glow{box-shadow:var(--shadow-glow)!important}.dashboard-charts .apexcharts-canvas{width:100%!important}.line-chart-section .ant-statistic-title{font-size:11px!important;margin-bottom:4px!important}.line-chart-section .ant-statistic-content{font-size:18px!important}.line-chart-section .ant-statistic-content-prefix{font-size:16px!important}@media (max-width: 768px){.line-chart-section .ant-statistic-title{font-size:10px!important}.line-chart-section .ant-statistic-content{font-size:14px!important}.line-chart-section .ant-statistic-content-prefix{font-size:12px!important}.line-chart-section .ant-statistic-content-suffix{font-size:9px!important}.dashboard-charts .apexcharts-legend{font-size:10px!important}}@media (max-width: 480px){.line-chart-section .ant-statistic-title{font-size:9px!important}.line-chart-section .ant-statistic-content{font-size:12px!important}.line-chart-section .ant-statistic-content-prefix{font-size:10px!important}.line-chart-section .ant-statistic-content-suffix{display:none!important}}.dashboard-shell{--dashboard-panel-radius: 30px;position:relative;min-height:100vh;isolation:isolate;background:radial-gradient(circle at 0% 0%,rgba(31,111,235,.14),transparent 30%),linear-gradient(180deg,#edf3f9,#f7f9fc 44%,#eef3f7)}.dashboard-shell--dark{background:radial-gradient(circle at 0% 0%,rgba(37,99,235,.18),transparent 34%),linear-gradient(180deg,#08101d,#0b1728 44%,#0e1c2f)}.dashboard-shell__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:0}.dashboard-shell__orb{position:absolute;border-radius:9999px;filter:blur(12px);opacity:.6}.dashboard-shell__orb--one{top:-96px;left:-112px;width:380px;height:380px;background:#6366f133;animation:float 10s ease-in-out infinite}.dashboard-shell__orb--two{top:18%;right:14%;width:280px;height:280px;background:#0ea5e929;animation:float 14s ease-in-out infinite reverse}.dashboard-shell__grid{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.55;background-image:linear-gradient(rgba(148,163,184,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(148,163,184,.08) 1px,transparent 1px);background-size:120px 120px;-webkit-mask-image:radial-gradient(circle at center,rgba(0,0,0,.75),transparent 85%);mask-image:radial-gradient(circle at center,rgba(0,0,0,.75),transparent 85%)}.dashboard-shell--dark .dashboard-shell__grid{opacity:.28}.dashboard-shell__main{position:relative;z-index:1;min-width:0;min-height:100vh;display:flex;flex-direction:column;background:transparent!important}.dashboard-shell__main>.ant-layout-header{margin:18px 20px 0 0;border-radius:var(--dashboard-panel-radius);padding:0 18px!important;box-shadow:0 18px 42px #0f172a14}.dashboard-header{display:flex;align-items:center;gap:16px;width:100%;height:100%;min-width:0}.dashboard-header__section{display:flex;align-items:center;gap:12px;flex:0 0 auto;min-width:0}.dashboard-header__section--secondary{margin-inline-start:auto}.dashboard-header__stats{flex:1 1 auto;min-width:0;display:flex;justify-content:center}.dashboard-header__stats-track{width:100%;max-width:0;display:flex;align-items:center;justify-content:center;gap:10px;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(-8px) scale(.97);pointer-events:none;transition:max-width .32s ease,opacity .24s ease,transform .24s ease,visibility 0s linear .32s}.dashboard-header--stats-visible .dashboard-header__stats-track{max-width:460px;opacity:1;visibility:visible;transform:translateY(0) scale(1);pointer-events:auto;transition:max-width .32s ease,opacity .28s ease,transform .28s ease,visibility 0s linear 0s}.dashboard-header__stat{min-width:72px;height:42px;display:inline-flex;align-items:center;gap:8px;padding:0 10px;border:1px solid rgba(148,163,184,.2);border-radius:20px;background:#ffffffc2;box-shadow:inset 0 1px #ffffff9e;color:#0f172a;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);cursor:pointer;opacity:0;transform:translateY(-8px);transition:opacity .22s ease,transform .22s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease}.dashboard-header--stats-visible .dashboard-header__stat{opacity:1;transform:translateY(0)}.dashboard-header__stat:hover{border-color:#2563eb2e;background:#ffffffe6;box-shadow:0 14px 24px #0f172a1f}.dashboard-header__stat--action{min-width:46px;justify-content:center;padding:0 8px}.dashboard-header__stat-icon{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;flex:0 0 auto}.dashboard-header__stat-icon--image{overflow:hidden;background:transparent}.dashboard-header__stat-image{width:100%;height:100%;object-fit:contain;display:block}.dashboard-header__stat-value{color:#daa520;font-size:14px;font-weight:700;line-height:1;letter-spacing:.01em;white-space:nowrap;font-variant-numeric:tabular-nums}.dashboard-shell--dark .dashboard-header__stat{border-color:#94a3b829;background:#0f172ad1;box-shadow:inset 0 1px #94a3b814;color:#f8fafc}.dashboard-shell--dark .dashboard-header__stat:hover{border-color:#60a5fa2e;background:#1e293beb;box-shadow:0 14px 28px #02061752}.dashboard-shell--dark .dashboard-shell__main>.ant-layout-header{box-shadow:0 18px 42px #02061752}.dashboard-shell__content.main-content-area{position:relative;z-index:1;flex:1 1 auto;min-width:0;padding:16px 16px 20px 0!important;background:transparent!important}.dashboard-shell__content-stack{display:flex;flex-direction:column;gap:18px;min-width:0}.dashboard-shell__stats,.dashboard-shell__page{min-width:0}.dashboard-shell__stats{animation:fadeInUp .3s ease-out both}.dashboard-shell__page{min-height:calc(100vh - 156px);padding:0;overflow:hidden;border-radius:var(--dashboard-panel-radius);border:none;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;animation:fadeInUp .35s ease-out both}.dashboard-shell__page--flush{min-height:auto;padding:0;border-color:transparent;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.dashboard-shell--dark .dashboard-shell__page{background:transparent;box-shadow:none}.dashboard-shell__loading{min-height:calc(100vh - 156px);display:flex;align-items:center;justify-content:center;border-radius:28px;border:1px solid rgba(255,255,255,.78);background:#ffffffad;box-shadow:0 24px 60px #0f172a1f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.dashboard-shell--dark .dashboard-shell__loading{border-color:#94a3b82e;background:#08101dbd;box-shadow:0 24px 60px #02061773}.main-footer{position:relative;z-index:1;padding:14px 20px 18px!important;background:transparent!important;border-top:1px solid rgba(148,163,184,.22)!important}.dashboard-shell--dark .main-footer{border-top-color:#94a3b81f!important}.footer-content{min-height:32px}.footer-info{color:#64748b}.dashboard-shell--dark .footer-info{color:#94a3b8}.dashboard-sidebar{position:relative;z-index:2;flex:0 0 auto!important;min-width:96px!important;max-width:288px!important;padding:18px 0 18px 18px;background:transparent!important}.dashboard-sidebar--collapsed{min-width:112px!important;max-width:112px!important}.dashboard-sidebar .ant-layout-sider-children{background:transparent}.dashboard-sidebar__panel{position:sticky;top:18px;display:flex;flex-direction:column;height:calc(100vh - 36px);margin-right:14px;overflow:hidden;border:1px solid rgba(255,255,255,.75);border-radius:28px;background:linear-gradient(180deg,#ffffffeb,#f1f5f9d6);box-shadow:0 24px 60px #0f172a1f;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.dashboard-sidebar__panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.18) 0%,transparent 18%,transparent 100%)}.dashboard-shell--dark .dashboard-sidebar__panel{border-color:#94a3b81f;background:linear-gradient(180deg,#09101df5,#0f172ae6);box-shadow:0 24px 60px #02061785}.dashboard-shell--dark .dashboard-sidebar__panel:before{background:linear-gradient(180deg,rgba(148,163,184,.08) 0%,transparent 18%,transparent 100%)}.dashboard-sidebar__panel--collapsed{margin-right:8px}.dashboard-sidebar__panel--drawer{top:0;height:100%;margin-right:0}.dashboard-sidebar__branding{position:relative;z-index:1;display:flex;flex-direction:column;gap:14px;padding:16px;border-bottom:1px solid rgba(148,163,184,.18)}.dashboard-shell--dark .dashboard-sidebar__branding{border-bottom-color:#94a3b81f}.dashboard-logo{display:flex;justify-content:center}.dashboard-logo__surface{width:100%;min-height:76px;display:flex;align-items:center;justify-content:center;padding:12px 16px;border:1px solid rgba(226,232,240,.9);border-radius:22px;background:linear-gradient(135deg,#fffffff5,#f8fafcd1);box-shadow:inset 0 1px #ffffffe0}.dashboard-logo--collapsed .dashboard-logo__surface{padding:12px 10px}.dashboard-shell--dark .dashboard-logo__surface{border-color:#94a3b81f;background:linear-gradient(135deg,#0f172adb,#1e293bad);box-shadow:inset 0 1px #94a3b814}.dashboard-sidebar__workspace{display:flex;align-items:center;gap:12px;min-width:0;padding:12px;border:1px solid rgba(15,23,42,.05);border-radius:20px;background:#0f172a0a}.dashboard-shell--dark .dashboard-sidebar__workspace{border-color:#94a3b814;background:#94a3b814}.dashboard-sidebar__workspace-avatar{flex-shrink:0;width:42px;height:42px;display:grid;place-items:center;border-radius:14px;color:#fff;font-size:13px;font-weight:700;letter-spacing:.08em;box-shadow:0 12px 24px #0f172a38}.dashboard-sidebar__workspace-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.dashboard-sidebar__workspace-title{color:#0f172a;font-size:14px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-sidebar__workspace-subtitle{color:#64748b;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-shell--dark .dashboard-sidebar__workspace-title{color:#f8fafc}.dashboard-shell--dark .dashboard-sidebar__workspace-subtitle{color:#94a3b8}.dashboard-sidebar__panel--collapsed .dashboard-sidebar__branding{align-items:center;gap:10px;padding:12px}.dashboard-sidebar__panel--collapsed .dashboard-sidebar__workspace{width:68px;min-height:68px;justify-content:center;padding:10px;border-radius:20px}.dashboard-sidebar__panel--collapsed .dashboard-logo__surface{width:68px;min-height:68px;padding:12px 10px;border-radius:20px}.dashboard-sidebar__panel--collapsed .dashboard-sidebar__workspace-avatar{width:42px;height:42px;border-radius:14px;font-size:13px}.dashboard-sidebar__panel--collapsed .dashboard-sidebar__nav{padding:12px 10px}.dashboard-sidebar__nav{position:relative;z-index:1;flex:1;min-height:0;padding:12px;overflow:hidden}.dashboard-sidebar__menu-shell{height:100%;min-height:0;overflow-x:hidden;overflow-y:auto;padding-right:0;scrollbar-width:none}.dashboard-sidebar__menu-shell::-webkit-scrollbar{width:0;height:0;display:none}.dashboard-sidebar__menu{min-height:100%;color:inherit!important;background:transparent!important;border-inline-end:none!important}.dashboard-sidebar__menu .ant-menu-item,.dashboard-sidebar__menu .ant-menu-submenu-title{height:48px;line-height:48px;margin:0 0 6px!important;padding-right:14px!important;padding-left:14px!important;border-radius:16px!important;color:#475569!important;font-size:13px;font-weight:600;outline:none;-webkit-tap-highlight-color:transparent;transition:background-color .16s ease,color .16s ease!important}.dashboard-sidebar__menu .ant-menu-item .anticon,.dashboard-sidebar__menu .ant-menu-submenu-title .anticon{font-size:17px;transition:color .16s ease}.dashboard-menu-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--dashboard-menu-icon-color)!important}.dashboard-menu-icon .anticon,.dashboard-menu-icon svg{color:inherit!important;fill:currentColor}.dashboard-sidebar__menu .ant-menu-title-content{font-weight:600;letter-spacing:.01em}.dashboard-sidebar__menu .ant-menu-title-content a{color:inherit}.dashboard-sidebar__menu .ant-menu-item:hover,.dashboard-sidebar__menu .ant-menu-submenu-title:hover{color:#0f172a!important;background:#0f172a0d!important}.dashboard-sidebar__menu .ant-menu-item:active,.dashboard-sidebar__menu .ant-menu-submenu-title:active,.dashboard-sidebar__menu .ant-menu-item:focus-within,.dashboard-sidebar__menu .ant-menu-submenu-title:focus-within{color:#0f172a!important;background:#0f172a14!important}.dashboard-sidebar__menu .ant-menu-item-selected{color:#fff!important;background:linear-gradient(135deg,var(--dashboard-accent, #1677ff) 0%,#0f172a 180%)!important;box-shadow:0 10px 18px #0f172a24}.dashboard-sidebar__menu .ant-menu-submenu-selected>.ant-menu-submenu-title{color:#0f172a!important;background:#0f172a0d!important;box-shadow:none}.dashboard-sidebar__menu .ant-menu-item-selected:hover,.dashboard-sidebar__menu .ant-menu-item-selected:active,.dashboard-sidebar__menu .ant-menu-item-selected:focus-within{color:#fff!important;background:linear-gradient(135deg,var(--dashboard-accent, #1677ff) 0%,#0f172a 180%)!important}.dashboard-sidebar__menu .ant-menu-submenu-selected>.ant-menu-submenu-title:hover,.dashboard-sidebar__menu .ant-menu-submenu-selected>.ant-menu-submenu-title:active,.dashboard-sidebar__menu .ant-menu-submenu-selected>.ant-menu-submenu-title:focus-within{color:#0f172a!important;background:#0f172a14!important}.dashboard-sidebar__menu .ant-menu-item-selected:after,.dashboard-sidebar__menu .ant-menu-submenu-selected>.ant-menu-submenu-title:after{border-inline-end:0!important}.dashboard-sidebar__menu .ant-menu-item-selected .anticon,.dashboard-sidebar__menu .ant-menu-item-selected a,.dashboard-sidebar__menu .ant-menu-item-selected .ant-menu-title-content{color:#fff!important}.dashboard-sidebar__menu .ant-menu-item-selected .dashboard-menu-icon,.dashboard-sidebar__menu .ant-menu-item-selected .dashboard-menu-icon .anticon,.dashboard-sidebar__menu .ant-menu-item-selected .dashboard-menu-icon svg{color:#fff!important}.dashboard-sidebar__menu .ant-menu-submenu-open>.ant-menu-submenu-title{color:#0f172a!important;background:#0f172a0a!important}.dashboard-shell--dark .dashboard-sidebar__menu .ant-menu-item,.dashboard-shell--dark .dashboard-sidebar__menu .ant-menu-submenu-title{color:#cbd5e1!important}.dashboard-shell--dark .dashboard-sidebar__menu .ant-menu-submenu-selected>.ant-menu-submenu-title{color:#f8fafc!important;background:#94a3b81f!important}.dashboard-shell--dark .dashboard-sidebar__menu .ant-menu-item:active,.dashboard-shell--dark .dashboard-sidebar__menu .ant-menu-submenu-title:active,.dashboard-shell--dark .dashboard-sidebar__menu .ant-menu-item:focus-within,.dashboard-shell--dark .dashboard-sidebar__menu .ant-menu-submenu-title:focus-within{color:#f8fafc!important;background:#94a3b81f!important}.dashboard-shell--dark .dashboard-sidebar__menu .ant-menu-item:hover,.dashboard-shell--dark .dashboard-sidebar__menu .ant-menu-submenu-title:hover,.dashboard-shell--dark .dashboard-sidebar__menu .ant-menu-submenu-open>.ant-menu-submenu-title{color:#f8fafc!important;background:#94a3b81a!important}.dashboard-sidebar__menu .ant-menu-sub.ant-menu-inline{padding:2px 0 8px!important;background:transparent!important}.dashboard-sidebar__menu .ant-menu-sub.ant-menu-inline>.ant-menu-item{height:40px;line-height:40px;margin-bottom:4px!important;padding-left:28px!important;padding-right:12px!important;border-radius:14px!important;font-size:12px;font-weight:500}.dashboard-collapsed-menu{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%}.dashboard-sidebar__menu-shell--collapsed{position:relative;overflow:hidden}.dashboard-sidebar__menu-scroll{height:100%;overflow-x:hidden;overflow-y:auto;padding:24px 0;scrollbar-width:none}.dashboard-sidebar__menu-scroll::-webkit-scrollbar{width:0;height:0;display:none}.dashboard-collapsed-menu__item{width:60px;height:60px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:22px;background:transparent;color:#475569;text-decoration:none;cursor:pointer;transition:background-color .16s ease,box-shadow .16s ease,color .16s ease}.dashboard-collapsed-menu__item .dashboard-menu-icon,.dashboard-collapsed-menu__item .dashboard-menu-icon .anticon,.dashboard-collapsed-menu__item .dashboard-menu-icon svg{font-size:20px!important}.dashboard-collapsed-menu__scroll-indicator{position:absolute;left:50%;z-index:2;width:34px;height:20px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(226,232,240,.94);border-radius:999px;background:#ffffffeb;box-shadow:0 12px 20px #0f172a1f;color:#64748b;cursor:pointer;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.dashboard-collapsed-menu__scroll-indicator--top{top:2px}.dashboard-collapsed-menu__scroll-indicator--bottom{bottom:2px}.dashboard-shell--dark .dashboard-collapsed-menu__scroll-indicator{border-color:#94a3b829;background:#0f172ae6;color:#cbd5e1;box-shadow:0 14px 24px #02061747}.dashboard-collapsed-menu__item:hover{color:#0f172a;background:#2563eb14}.dashboard-collapsed-menu__item.is-active{background:linear-gradient(135deg,var(--dashboard-accent, #1677ff) 0%,#0f172a 180%);box-shadow:0 10px 18px #0f172a29}.dashboard-collapsed-menu__item.is-active,.dashboard-collapsed-menu__item.is-active:hover{color:#fff}.dashboard-collapsed-menu__item .dashboard-menu-icon,.dashboard-collapsed-menu__item .dashboard-menu-icon .anticon,.dashboard-collapsed-menu__item .dashboard-menu-icon svg{color:var(--dashboard-menu-icon-color)!important}.dashboard-collapsed-menu__item.is-active .dashboard-menu-icon,.dashboard-collapsed-menu__item.is-active .dashboard-menu-icon .anticon,.dashboard-collapsed-menu__item.is-active .dashboard-menu-icon svg{color:#fff!important}.dashboard-shell--dark .dashboard-collapsed-menu__item{color:#cbd5e1}.dashboard-shell--dark .dashboard-collapsed-menu__item:hover{color:#f8fafc;background:#94a3b81a}.dashboard-sidebar__tooltip.ant-tooltip .ant-tooltip-inner{padding:8px 12px!important;border-radius:12px!important;border:1px solid rgba(226,232,240,.95);background:#fffffffa!important;color:#0f172a!important;font-size:12px;font-weight:600;box-shadow:0 18px 34px #0f172a29;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.dashboard-sidebar__tooltip.ant-tooltip .ant-tooltip-arrow:before{background:#fffffffa!important}.dashboard-sidebar__menu.ant-menu-inline-collapsed .ant-menu-item,.dashboard-sidebar__menu.ant-menu-inline-collapsed .ant-menu-submenu-title{width:56px;height:48px;line-height:48px;margin:0 auto 8px!important;padding-inline:0!important;display:flex;align-items:center;justify-content:center;border-radius:18px!important}.dashboard-sidebar__menu.ant-menu-inline-collapsed .ant-menu-title-content{display:none!important;width:0!important;opacity:0!important;overflow:hidden!important}.dashboard-sidebar__menu.ant-menu-inline-collapsed .ant-menu-item-icon,.dashboard-sidebar__menu.ant-menu-inline-collapsed .dashboard-menu-icon{margin-inline-end:0!important;margin:0!important;display:inline-flex!important;align-items:center;justify-content:center;flex:0 0 auto}.dashboard-sidebar__menu.ant-menu-inline-collapsed .ant-menu-item:hover,.dashboard-sidebar__menu.ant-menu-inline-collapsed .ant-menu-submenu-title:hover{transform:none}.dashboard-sidebar__menu.ant-menu-inline-collapsed .ant-menu-item .anticon,.dashboard-sidebar__menu.ant-menu-inline-collapsed .ant-menu-submenu-title .anticon{margin:0!important;font-size:18px}.dashboard-sidebar__menu.ant-menu-inline-collapsed .ant-menu-submenu-arrow{display:none}.dashboard-sidebar__menu.ant-menu-inline-collapsed .ant-menu-item-selected{box-shadow:0 14px 24px #0f172a29}.dashboard-sidebar__popup-menu.ant-menu,.dashboard-sidebar__popup-menu .ant-menu,.dashboard-sidebar__popup-overlay .ant-dropdown-menu{min-width:210px;padding:10px;border-radius:18px;border:1px solid rgba(226,232,240,.95);background:#fffffffa!important;box-shadow:0 14px 24px #0f172a1f}.dashboard-sidebar__popup-menu .ant-menu-item,.dashboard-sidebar__popup-overlay .ant-dropdown-menu-item{margin-bottom:4px!important;border-radius:12px!important;color:#1e293b!important;font-weight:500}.dashboard-sidebar__popup-menu .ant-menu-item:hover,.dashboard-sidebar__popup-overlay .ant-dropdown-menu-item:hover{background:#2563eb14!important}.dashboard-sidebar__popup-menu .ant-menu-item-selected,.dashboard-sidebar__popup-overlay .ant-dropdown-menu-item-selected{background:#2563eb1f!important;color:#0f172a!important;font-weight:600}.dashboard-sidebar__popup-menu .ant-menu-title-content,.dashboard-sidebar__popup-menu .ant-menu-title-content a,.dashboard-sidebar__popup-overlay .ant-dropdown-menu-title-content,.dashboard-sidebar__popup-overlay .ant-dropdown-menu-title-content a{color:inherit!important;text-decoration:none}.dashboard-sidebar__footer{position:relative;z-index:1;display:flex;flex-direction:column;gap:8px;padding:12px 14px 14px;border-top:1px solid rgba(148,163,184,.18)}.dashboard-sidebar__panel--collapsed .dashboard-sidebar__footer{align-items:center;padding:10px 8px 12px}.dashboard-shell--dark .dashboard-sidebar__footer{border-top-color:#94a3b81f}.dashboard-sidebar__support{min-height:40px;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 12px;color:#fff;font-weight:600;font-size:12px;text-decoration:none;border-radius:14px;background:linear-gradient(135deg,var(--dashboard-accent, #1677ff) 0%,#0f172a 180%);box-shadow:0 14px 24px #0f172a2e;transition:transform .2s ease,box-shadow .2s ease}.dashboard-sidebar__support:hover{color:#fff;transform:translateY(-1px);box-shadow:0 22px 36px #0f172a38}.dashboard-sidebar__support--compact{width:54px;min-height:54px;padding:0;align-self:center;border-radius:20px}.dashboard-sidebar__meta{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#64748b;font-size:10px;white-space:nowrap}.dashboard-sidebar__meta-label{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700;letter-spacing:.01em;text-transform:none}.dashboard-sidebar__meta-value{flex:0 0 auto;white-space:nowrap}.dashboard-shell--dark .dashboard-sidebar__meta{color:#94a3b8}@media (max-width: 991px){.dashboard-shell__main>.ant-layout-header{margin:16px 16px 0}.dashboard-shell__page{min-height:calc(100vh - 132px);border-radius:24px}.dashboard-shell__content.main-content-area{padding:14px 14px 18px!important}.dashboard-shell__loading{min-height:calc(100vh - 132px);border-radius:24px}.dashboard-sidebar-drawer .ant-drawer-content-wrapper{padding:16px 0 16px 16px;max-width:100vw;box-shadow:none}[dir=rtl] .dashboard-sidebar-drawer .ant-drawer-content-wrapper{padding:16px 16px 16px 0}.dashboard-sidebar__panel--drawer{height:calc(100vh - 32px)}}@media (max-width: 768px){.dashboard-shell__main>.ant-layout-header{margin:12px 12px 0;border-radius:20px}.dashboard-header__stats{display:none}.dashboard-shell__page{min-height:calc(100vh - 124px);border-radius:22px}.dashboard-shell__content.main-content-area{padding:12px!important}.dashboard-shell__content-stack{gap:12px}.dashboard-shell__loading{min-height:calc(100vh - 124px);border-radius:22px}.main-footer{padding:12px!important}}@media (max-width: 576px){.dashboard-sidebar-drawer .ant-drawer-content-wrapper{padding:10px 0 10px 10px}[dir=rtl] .dashboard-sidebar-drawer .ant-drawer-content-wrapper{padding:10px 10px 10px 0}.dashboard-sidebar__panel--drawer{height:calc(100vh - 20px)}.dashboard-sidebar__branding,.dashboard-sidebar__footer{padding-right:14px;padding-left:14px}.dashboard-sidebar__workspace{border-radius:18px}.dashboard-shell__content.main-content-area{padding:10px!important}.dashboard-shell__page{border-radius:20px}}@font-face{font-family:Montserrat Arabic;src:url(/assets/Montserrat-Arabic%20Thin%20250-CrnaDAeV.otf) format("opentype");font-weight:250;font-style:normal}@font-face{font-family:Montserrat Arabic;src:url(/assets/Montserrat-Arabic%20ExtraLight%20275-BXd1dXpg.otf) format("opentype");font-weight:275;font-style:normal}@font-face{font-family:Montserrat Arabic;src:url(/assets/Montserrat-Arabic%20Light%20300-CQJhK11u.otf) format("opentype");font-weight:300;font-style:normal}@font-face{font-family:Montserrat Arabic;src:url(/assets/Montserrat-Arabic%20Regular%20400-DbAv0Xld.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat Arabic;src:url(/assets/Montserrat-Arabic%20Medium%20500-Ck-VLn6W.otf) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:Montserrat Arabic;src:url(/assets/Montserrat-Arabic%20SemiBold%20600-CYgpahUS.otf) format("opentype");font-weight:600;font-style:normal}@font-face{font-family:Montserrat Arabic;src:url(/assets/Montserrat-Arabic%20Bold%20700-D7_o3Xoz.otf) format("opentype");font-weight:700;font-style:normal}@font-face{font-family:Montserrat Arabic;src:url(/assets/Montserrat-Arabic%20ExtraBold%20800-C7qquf-3.otf) format("opentype");font-weight:800;font-style:normal}@font-face{font-family:Montserrat Arabic;src:url(/assets/Montserrat-Arabic%20Black%20900-C69uWVLa.otf) format("opentype");font-weight:900;font-style:normal}
