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-shell{display:flex;flex-direction:column;gap:0}.stats-cards-toolbar{display:flex;align-items:center;justify-content:flex-end;gap:10px}.stats-cards-toolbar--compact{min-height:0}.stats-cards-toolbar__settings{width:34px;height:34px;background:#0f172a0a;border-radius:50%!important}.dashboard-shell--dark .stats-cards-toolbar__settings{background:#ffffff0d}.stats-cards-empty{border-radius:var(--dashboard-panel-radius, 24px)!important}.stats-cards-empty .ant-card-body{padding:28px!important}.stats-cards-container .ant-row .ant-col{display:flex}.stats-card-slot{width:100%;transition:opacity .2s ease,transform .2s ease}.stats-card-slot--dragging{opacity:.52}.stats-card{position:relative;width:100%;height:138px;min-height:138px;overflow:hidden;border-radius:20px!important;border:1px solid rgba(15,23,42,.08)!important;background:#fffffffa!important;box-shadow:0 8px 20px #0f172a0f!important;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.stats-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--stats-card-accent, #592d8f)}.dashboard-shell--dark .stats-card{border-color:#ffffff14!important;background:#0f172af0!important;box-shadow:0 14px 30px #02061752!important}.stats-card--interactive{cursor:pointer}.stats-card:hover{transform:translateY(-2px);box-shadow:0 12px 26px #0f172a1a!important;border-color:color-mix(in srgb,var(--stats-card-accent, #592d8f) 24%,rgba(15,23,42,.08) 76%)!important}.dashboard-shell--dark .stats-card:hover{box-shadow:0 18px 40px #0206176b!important}.stats-card .ant-card-body{display:grid;grid-template-rows:auto auto auto;align-content:start;row-gap:5px;min-height:138px;height:100%;padding:6px 11px 7px 12px!important}.stats-card__topline{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:0}.stats-card__topline-title.ant-typography{flex:1;min-width:0;margin:0;color:#0f172a;font-size:15px;line-height:1.2;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-shell--dark .stats-card__topline-title.ant-typography{color:#f8fafc}.stats-card__actions{display:inline-flex;align-items:center;gap:6px;flex-shrink:0}.stats-card__hint,.stats-card__status{color:#475569c2;font-size:11px;font-weight:600;white-space:nowrap}.dashboard-shell--dark .stats-card__hint,.dashboard-shell--dark .stats-card__status{color:#cbd5e1b8}.stats-card__status--live{display:inline-flex;align-items:center;gap:6px;color:var(--stats-card-accent, #592d8f)}.stats-card__drag-handle{display:inline-flex;align-items:center;justify-content:center;width:27px;height:27px;border:0;border-radius:9px;background:#0f172a0d;color:#475569e6;cursor:grab}.stats-card__drag-handle:active{cursor:grabbing}.dashboard-shell--dark .stats-card__drag-handle{background:#ffffff0f;color:#e2e8f0d1}.stats-card__body{display:flex;flex-direction:column;gap:4px;align-self:start;width:100%;min-width:0}.stats-card__headline{display:flex;align-items:center;gap:9px;min-height:46px}.stats-card__current-layout{display:grid;grid-template-columns:minmax(112px,.85fr) minmax(160px,1.15fr);gap:8px;align-items:center}.stats-card__headline--current-main{min-height:0}.stats-card__current-main-copy{min-width:0}.stats-card__headline--animated{align-items:stretch}.stats-card__icon-wrap{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:38px;height:38px;border-radius:11px;background:color-mix(in srgb,var(--stats-card-accent, #592d8f) 10%,rgba(255,255,255,.92) 90%);color:var(--stats-card-accent, #592d8f);font-size:16px;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--stats-card-accent, #592d8f) 10%,rgba(15,23,42,.04) 90%)}.dashboard-shell--dark .stats-card__icon-wrap{background:color-mix(in srgb,var(--stats-card-accent, #592d8f) 16%,rgba(30,41,59,.92) 84%);box-shadow:inset 0 0 0 1px #ffffff0d}.stats-card__value{color:var(--stats-card-accent, #592d8f);font-size:27px;line-height:1;font-weight:800;letter-spacing:-.03em}.stats-card__subtitle{margin-top:2px;color:#475569d1;font-size:10.5px;line-height:1.2;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.dashboard-shell--dark .stats-card__subtitle{color:#cbd5e1b8}.stats-card__animated-window{position:relative;flex:1;min-height:58px;overflow:hidden}.stats-card__animated-slot{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;gap:2px}.stats-card__animated-label{color:#475569b8;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.stats-card--mixed .stats-card__value{font-size:24px}.stats-card--mixed .stats-card__subtitle{font-size:10px;line-height:1.15;-webkit-line-clamp:2}.dashboard-shell--dark .stats-card__animated-label{color:#cbd5e1ad}.stats-card__current-grid,.stats-card__current-stack{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.stats-card--current-account .stats-card__body{gap:4px}.stats-card--current-account .stats-card__headline{min-height:42px}.stats-card--current-account .stats-card__subtitle{-webkit-line-clamp:1}.stats-card__current-item{padding:6px 8px;border-radius:10px;background:#0f172a08}.stats-card--current-account .stats-card__current-item{min-width:0;min-height:43px;padding:6px 7px;border-radius:9px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:3px}.stats-card--current-account .stats-card__current-item--positive{background:#52c41a14}.stats-card--current-account .stats-card__current-item--negative{background:#ff4d4f14}.stats-card--current-account .stats-card__current-item--neutral{background:#8c8c8c14}.dashboard-shell--dark .stats-card__current-item{background:#ffffff0d}.stats-card__current-item--positive{border:1px solid rgba(82,196,26,.16)}.stats-card__current-item--negative{border:1px solid rgba(255,77,79,.16)}.stats-card__current-item--neutral{border:1px solid rgba(140,140,140,.16)}.stats-card__current-label{display:block;color:#475569b8;font-size:8.5px;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.dashboard-shell--dark .stats-card__current-label{color:#cbd5e1ad}.stats-card__current-value{display:block;margin-top:2px;color:#0f172a;font-size:13px;line-height:1;font-weight:800}.dashboard-shell--dark .stats-card__current-value{color:#f8fafc}.stats-card--current-account .stats-card__current-value{font-size:15px;margin-top:0;flex-shrink:0}.stats-card__footer{display:flex;align-items:center;justify-content:space-between;gap:8px;align-self:start;margin-top:0;min-height:13px}.stats-card__footer-copy{color:#475569b8!important;font-size:9.5px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-shell--dark .stats-card__footer-copy{color:#cbd5e1ad!important}.stats-card__button{border-radius:999px!important;border-color:color-mix(in srgb,var(--stats-card-accent, #592d8f) 18%,rgba(15,23,42,.08) 82%)!important;color:var(--stats-card-accent, #592d8f)!important;font-weight:700;box-shadow:none!important}.stats-card__button:hover,.stats-card__button:focus{border-color:var(--stats-card-accent, #592d8f)!important;color:var(--stats-card-accent, #592d8f)!important;background:color-mix(in srgb,var(--stats-card-accent, #592d8f) 8%,transparent 92%)!important}.stats-settings-panel{width:min(320px,82vw);display:flex;flex-direction:column;gap:10px}.stats-settings-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.stats-settings-panel__tip.ant-typography{margin:0}.stats-settings-panel__list{display:grid;gap:6px;max-height:280px;overflow-y:auto;padding-right:4px}.stats-settings-panel__item{display:flex;align-items:center;padding:8px 10px;border-radius:12px;background:#0f172a08}.dashboard-shell--dark .stats-settings-panel__item{background:#ffffff0a}@media (max-width: 992px){.stats-cards-toolbar{justify-content:flex-end}}@media (max-width: 768px){.stats-card,.stats-card .ant-card-body{min-height:142px;height:auto}.stats-card .ant-card-body{padding:12px!important}.stats-card__value{font-size:24px}.stats-card__current-layout{grid-template-columns:1fr}.stats-card__current-stack{grid-template-columns:repeat(3,minmax(0,1fr))}.stats-card__footer{align-items:flex-start;margin-top:6px}}.customer-shell{--customer-font-family: "Montserrat Arabic", Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;min-height:100vh;position:relative;display:flex;flex-direction:row;align-items:stretch;font-family:var(--customer-font-family);background:linear-gradient(180deg,#fbfbfd,#f7f6fb 54%,#f0edf6);overflow:visible}.customer-shell--dark{background:linear-gradient(180deg,#0f0f16,#171426 56%,#1f1930)}.customer-shell,.customer-portal-page{color:#142033}.customer-shell--dark,.customer-shell--dark .customer-portal-page{color:#edf2ff}.customer-shell .ant-typography,.customer-portal-page .ant-typography,.customer-shell .ant-btn,.customer-shell .ant-input,.customer-shell .ant-input-affix-wrapper,.customer-shell .ant-select,.customer-shell .ant-select-selector,.customer-shell .ant-tag,.customer-shell .ant-table,.customer-shell .ant-pagination,.customer-shell .ant-empty,.customer-shell .ant-descriptions,.customer-shell .ant-list,.customer-shell .ant-collapse,.customer-shell .ant-modal,.customer-shell input,.customer-shell button,.customer-shell textarea,.customer-shell select{color:inherit;font-family:inherit}.customer-shell__aside{width:292px;flex:0 0 292px;padding:16px 0 16px 16px;position:relative;align-self:flex-start;transition:width .22s ease,flex-basis .22s ease,padding .22s ease;z-index:1}.customer-shell__rail{position:sticky;top:16px;min-height:auto;max-height:calc(100vh - 32px);display:flex;flex-direction:column;gap:14px;padding:16px;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;transition:padding .22s ease}.customer-shell__brand{display:flex;align-items:center;justify-content:center;min-height:84px;padding:12px 18px;border-radius:18px;border:1px solid rgba(20,32,51,.08);background:linear-gradient(180deg,#fffffff5,#f6f8fce6)}.customer-shell__brand--logo-only{padding-inline:18px}.customer-shell__brand-full-logo{display:block;width:auto;max-width:min(100%,192px);max-height:66px;height:auto;object-fit:contain;margin-inline:auto}.customer-shell__brand-full-logo--compact{max-width:56px}.customer-shell__brand-fallback{font-family:inherit;font-size:1rem;font-weight:700;letter-spacing:.08em}.customer-shell__brand-copy,.customer-shell__identity,.customer-shell__header-copy,.customer-shell__nav-copy,.customer-shell__overview-copy,.customer-page__hero-copy{min-width:0}.customer-shell__brand-title,.customer-shell__title,.customer-shell__identity-title,.customer-page__hero-title,.customer-page__section-title,.customer-shell__overview-value,.customer-stat-card__value,.customer-balance-card__value{font-family:inherit}.customer-shell__brand-title{display:block;font-size:.95rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.customer-shell__brand-description,.customer-shell__identity-description,.customer-shell__nav-description,.customer-shell__subtitle,.customer-page__hero-subtitle,.customer-page__section-copy,.customer-stat-card__label,.customer-balance-card__label,.customer-shell__overview-label,.customer-shell__support-label,.customer-shell__balance-strip-label{margin:0;color:#60708a}.customer-shell__identity{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center;padding:12px 14px;border-radius:16px;background:linear-gradient(160deg,#fffffff5,#f6f8fcd9);border:1px solid rgba(20,32,51,.06)}.customer-shell__identity-copy,.customer-shell__support-copy{min-width:0}.customer-shell__identity-copy{display:flex;flex-direction:column;justify-content:center;gap:4px}.customer-shell__identity-avatar{background:var(--customer-accent);color:#fff;font-weight:700}.customer-shell__identity-title,.customer-shell__title,.customer-page__hero-title,.customer-page__section-title{margin:0;font-weight:700}.customer-shell__identity-title{line-height:1.15!important}.customer-shell__identity-description{line-height:1.4}.customer-shell__nav{display:flex;flex-direction:column;gap:8px;flex:1 1 auto;min-height:0;overflow:visible}.customer-shell__nav::-webkit-scrollbar{width:6px}.customer-shell__nav::-webkit-scrollbar-thumb{background:#60708a47;border-radius:999px}.customer-shell__nav-button{width:100%;border:1px solid rgba(20,32,51,.06);background:#f7f9fccc;border-radius:16px;padding:10px 12px;display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:center;text-align:start;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.customer-shell__nav-button:hover{transform:translateY(-1px);border-color:#1420331f;box-shadow:0 14px 30px #1f2e4a14}.customer-shell__nav-button--active{background:linear-gradient(135deg,var(--customer-accent-soft),rgba(255,255,255,.92));border-color:var(--customer-accent-border);box-shadow:0 18px 34px var(--customer-accent-shadow)}.customer-shell__nav-icon,.customer-shell__overview-icon,.customer-shell__support-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.customer-shell__nav-icon{width:32px;height:32px;border-radius:10px;background:var(--customer-accent-soft);color:var(--customer-accent);font-size:14px}.customer-shell__nav-copy{display:flex;flex-direction:column;gap:3px}.customer-shell__nav-label,.customer-shell__support-value,.customer-shell__overview-value{color:#112033}.customer-shell__nav-label{font-weight:700}.customer-shell__nav-description{font-size:12px;line-height:1.35}.customer-shell__support{margin-top:auto;display:flex;flex-direction:column;gap:10px;flex-shrink:0}.customer-shell__logout-button{min-height:40px}.customer-shell__logout-button.ant-btn-primary,.customer-shell__logout-button.ant-btn-primary>span,.customer-shell__logout-button.ant-btn-primary .anticon{color:#fff!important}.customer-shell__logout-button.ant-btn-primary{background:var(--customer-accent)!important;border-color:var(--customer-accent)!important}.customer-shell__logout-button.ant-btn-primary:hover,.customer-shell__logout-button.ant-btn-primary:focus,.customer-shell__logout-button.ant-btn-primary:active{background:var(--customer-accent)!important;border-color:var(--customer-accent)!important;filter:brightness(.96)}.customer-shell__support-link{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:16px;text-decoration:none;background:#1120330a;color:inherit}.customer-shell__support-icon{width:40px;height:40px;border-radius:14px;background:var(--customer-accent-soft);color:var(--customer-accent)}.customer-shell__support-label,.customer-shell__overview-label,.customer-shell__balance-strip-label,.customer-stat-card__label,.customer-balance-card__label{font-size:12px;line-height:1.3}.customer-shell__support-value{display:block}.customer-shell__main{position:relative;z-index:1;flex:1 1 auto;min-width:0;padding:16px;background:transparent;overflow-x:hidden}.customer-shell__content{display:flex;flex-direction:column;gap:18px}.customer-surface,.customer-shell__rail,.customer-stat-card,.customer-balance-card,.customer-shell__overview-card{border-radius:20px;border:1px solid rgba(20,32,51,.08);background:#ffffffd6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 24px 70px #1f2e4a1a}.customer-shell__header{padding:16px 18px;display:flex;align-items:flex-start;justify-content:space-between;gap:14px 16px;flex-wrap:wrap;margin-bottom:10px}.customer-shell__header-copy{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;column-gap:14px;row-gap:4px;flex:1 1 420px;min-width:0}.customer-shell__header-trigger{display:flex;align-items:flex-start;justify-content:center;padding-top:2px}.customer-shell__header-title-block{min-width:0;display:flex;flex-direction:column}.customer-shell__collapse-trigger{width:38px;height:38px;border:0;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;background:#1420330d;color:inherit;transition:background .18s ease,color .18s ease,transform .18s ease}.customer-shell__collapse-trigger:hover{background:var(--customer-accent);color:#fff;transform:translateY(-1px)}.customer-shell__title-row{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;margin-bottom:4px}.customer-shell__title-badge{width:36px;height:36px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:var(--customer-accent-soft);border:1px solid var(--customer-accent-border);color:var(--customer-accent);flex-shrink:0}.customer-shell__title-badge .anticon{font-size:16px}.customer-shell__eyebrow,.customer-page__eyebrow{margin-bottom:8px;border-radius:999px;padding:5px 12px;background:var(--customer-accent-soft);color:var(--customer-accent);font-weight:700;letter-spacing:.04em}.customer-shell__title{font-size:clamp(1.45rem,2.5vw,2rem)!important;line-height:1.1!important;min-width:0}.customer-shell__subtitle{margin:0!important;padding-inline-start:48px;max-width:68ch;line-height:1.45}.customer-shell__header-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px;margin-inline-start:auto}.customer-shell__toolbar{display:inline-flex;align-items:center;padding:0;border:0;background:transparent}.customer-shell__toolbar .ant-space{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.customer-shell__toolbar .ant-btn,.customer-shell__header-button{border-radius:999px!important;min-height:34px}.customer-shell__header-tag,.customer-shell__balance-chip,.customer-page__section-meta .ant-tag{margin-inline-end:0;border-radius:999px;padding-inline:10px}.customer-shell__overview{margin-bottom:12px;padding:12px 14px;order:-1}.customer-shell__overview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.customer-shell__overview-card{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:16px;background:#f7f9fcd1;box-shadow:none}.customer-shell__overview-icon{width:30px;height:30px;border-radius:10px;background:#1677ff1f;color:var(--customer-accent)}.customer-shell__overview-value{font-size:1.1rem;line-height:1.1}.customer-shell__balance-strip{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:12px}.customer-shell__balance-strip-items{display:flex;flex-wrap:wrap;gap:8px}.customer-shell__balance-chip{padding-inline:12px}.customer-portal-page{display:flex;flex-direction:column;gap:16px}.customer-page__hero{padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.customer-page__hero-title,.customer-page__section-title{font-size:clamp(1.2rem,2vw,1.55rem)!important}.customer-page__hero-subtitle,.customer-page__section-copy{font-size:.92rem;line-height:1.45}.customer-page__hero-actions{display:flex;flex-wrap:wrap;gap:6px}.customer-stat-grid,.customer-balance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px}.customer-stat-card,.customer-balance-card{padding:12px 14px;border-radius:16px;background:linear-gradient(180deg,#fffffff5,#f6f8fcdb);box-shadow:0 14px 34px #1f2e4a0f}.customer-stat-card__value,.customer-balance-card__value{font-size:clamp(1.2rem,3vw,1.6rem);font-weight:700;line-height:1.05}.customer-balance-card__footer{display:flex;justify-content:flex-start;margin-top:10px}.customer-page__filters,.customer-page__section{padding:14px}.customer-page__section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.customer-page__section-meta{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.customer-page__section-tools{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}.customer-page__section-tools .ant-btn{border-radius:12px!important}.customer-orders__actions{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.customer-orders__action-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:10px;cursor:pointer;transition:transform .18s ease,opacity .18s ease}.customer-orders__action-icon:hover{transform:translateY(-1px)}.customer-orders__action-icon--disabled{opacity:.38;cursor:not-allowed;pointer-events:none}.customer-orders__files-empty{padding:20px 0 8px}.customer-page__filters-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.customer-page__filters-row>*{flex:1 1 148px;min-width:0}.customer-page__filters-row .customer-page__filters-action,.customer-page__filters-row .customer-page__filters-segmented{flex:0 1 auto}.customer-page__filters-row .ant-input-affix-wrapper,.customer-page__filters-row .ant-select-selector,.customer-page__filters-row .ant-picker,.customer-page__filters-row .ant-btn,.customer-page__hero-actions .ant-btn,.customer-shell__header .ant-btn{border-radius:12px!important}.customer-page__filters-row .ant-input-affix-wrapper,.customer-page__filters-row .ant-picker{min-height:34px;height:34px}.customer-page__filters-row .ant-select-single .ant-select-selector{min-height:34px!important;height:34px!important}.customer-page__filters-row .ant-select-multiple .ant-select-selector{min-height:34px!important;padding-top:1px!important;padding-bottom:1px!important;align-items:center}.customer-page__filters-row .ant-select-multiple .ant-select-selection-placeholder{inset-block-start:50%;transform:translateY(-50%)}.customer-page__filters-row .ant-select-multiple .ant-select-selection-overflow{gap:4px}.customer-page__table .ant-card-body,.customer-page__filters .ant-card-body,.customer-page__section .ant-card-body{padding:0}.customer-page__table .ant-table-wrapper,.customer-page__section .ant-table-wrapper{padding-top:16px}.customer-page__table .ant-table,.customer-page__section .ant-table{font-size:13px}.customer-page__empty{padding:22px 12px 12px}.customer-shell__drawer .ant-drawer-content,.customer-shell__drawer .ant-drawer-header{background:transparent;box-shadow:none}.customer-shell__drawer .ant-drawer-body{padding:12px}.customer-shell__drawer .ant-drawer-content-wrapper{max-width:calc(100vw - 16px)}.customer-shell__drawer .ant-drawer-content{background:#ffffffd1}.customer-shell--dark .customer-shell__rail,.customer-shell--dark .customer-surface,.customer-shell--dark .customer-stat-card,.customer-shell--dark .customer-balance-card,.customer-shell--dark .customer-shell__identity,.customer-shell--dark .customer-shell__overview-card,.customer-shell--dark .customer-shell__brand,.customer-shell--dark .customer-shell__support-link,.customer-shell--dark .customer-shell__nav-button,.customer-shell--dark .customer-shell__toolbar{background:#0f172ac2;border-color:#94a3b82e;box-shadow:0 18px 42px #02061747}.customer-shell--dark .customer-shell__brand-title,.customer-shell--dark .customer-shell__title,.customer-shell--dark .customer-page__hero-title,.customer-shell--dark .customer-page__section-title,.customer-shell--dark .customer-stat-card__value,.customer-shell--dark .customer-balance-card__value,.customer-shell--dark .customer-shell__overview-value,.customer-shell--dark .customer-shell__nav-label,.customer-shell--dark .customer-shell__support-value,.customer-shell--dark .customer-shell__identity-title{color:#f8fbff}.customer-shell--dark .customer-shell__brand-description,.customer-shell--dark .customer-shell__identity-description,.customer-shell--dark .customer-shell__nav-description,.customer-shell--dark .customer-shell__subtitle,.customer-shell--dark .customer-page__hero-subtitle,.customer-shell--dark .customer-page__section-copy,.customer-shell--dark .customer-stat-card__label,.customer-shell--dark .customer-balance-card__label,.customer-shell--dark .customer-shell__support-label,.customer-shell--dark .customer-shell__overview-label,.customer-shell--dark .customer-shell__balance-strip-label{color:#e2e8f0bd}.customer-shell--dark .customer-shell__nav-icon,.customer-shell--dark .customer-shell__overview-icon{background:rgba(var(--customer-accent-rgb),.18);color:#f8fbff}.customer-shell--dark .customer-shell__nav-button--active{background:linear-gradient(135deg,rgba(var(--customer-accent-rgb),.24),#0f172ad1);border-color:rgba(var(--customer-accent-rgb),.34)}.customer-shell--dark .customer-shell__brand-mark{background:linear-gradient(135deg,#3b82f642,#0f172ad6);border-color:#94a3b82e;color:#dbeafe}.customer-shell--dark .customer-shell__header-button,.customer-shell--dark .customer-shell__toolbar .ant-btn,.customer-shell--dark .customer-shell__header-tag,.customer-shell--dark .customer-shell__balance-chip{background:#1e293bdb;border-color:#94a3b82e;color:#e2e8f0}.customer-shell--dark .customer-shell__collapse-trigger{background:#ffffff0f}.customer-shell--dark .customer-shell__collapse-trigger:hover{background:var(--customer-accent)}.customer-shell--dark .customer-shell__toolbar .ant-switch{background:rgba(var(--customer-accent-rgb),.45)}.customer-shell--dark .customer-shell__toolbar{background:transparent;border:0;box-shadow:none}.customer-shell--dark .customer-page__filters-row .ant-input-affix-wrapper,.customer-shell--dark .customer-page__filters-row .ant-select-selector,.customer-shell--dark .customer-page__filters-row .ant-picker,.customer-shell--dark .customer-page__hero-actions .ant-btn{background:#0f172ab8!important;border-color:#94a3b82e!important;color:#f8fbff!important}.customer-shell--dark .customer-shell__support-icon{background:rgba(var(--customer-accent-rgb),.2);color:#f8fbff}.customer-shell--dark .customer-shell__title-badge{background:rgba(var(--customer-accent-rgb),.2);border-color:rgba(var(--customer-accent-rgb),.34);color:#f8fbff}.customer-shell--dark .customer-page__hero{background:linear-gradient(135deg,#020617f0,#0f172ad1)}@media (max-width: 1199px){.customer-shell__nav-description{display:none}.customer-shell__overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 991px){.customer-shell__aside{display:none}.customer-shell__rail{position:static;min-height:auto;max-height:calc(100vh - 24px);padding:14px;gap:12px;border-radius:18px;overflow-y:auto}.customer-shell__main{padding:12px}.customer-shell__header{padding:14px;align-items:stretch;flex-direction:column}.customer-shell__header-actions{width:auto;justify-content:flex-start}.customer-page__section-tools{width:100%;justify-content:flex-start}.customer-page__hero,.customer-page__filters,.customer-page__section{padding:14px}.customer-shell__overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.customer-shell--collapsed .customer-shell__aside{width:116px;flex-basis:116px;padding-left:12px}.customer-shell--collapsed .customer-shell__rail{padding:12px 10px}.customer-shell--collapsed .customer-shell__identity{grid-template-columns:1fr;justify-items:center;text-align:center;padding:12px 10px}.customer-shell--collapsed .customer-shell__identity-copy,.customer-shell--collapsed .customer-shell__nav-copy,.customer-shell--collapsed .customer-shell__support-copy,.customer-shell--collapsed .customer-shell__header-tag{display:none}.customer-shell--collapsed .customer-shell__nav-button{grid-template-columns:1fr;justify-items:center;padding:10px}.customer-shell--collapsed .customer-shell__support-link{justify-content:center;padding:10px}.customer-shell--collapsed .customer-shell__logout-button{width:100%;padding-inline:0}@media (max-width: 960px){.customer-shell__header-actions{width:100%;justify-content:flex-start;margin-inline-start:0}}@media (max-width: 640px){.customer-shell__header{padding:14px}.customer-shell__header-copy,.customer-page__hero-actions{width:100%}.customer-shell__header-copy{grid-template-columns:1fr;row-gap:10px}.customer-shell__header-trigger{justify-content:flex-start;padding-top:0}.customer-shell__title-row{gap:10px}.customer-shell__title-badge{width:34px;height:34px;border-radius:11px}.customer-shell__title,.customer-page__hero-title{font-size:1.35rem!important}.customer-shell__subtitle,.customer-page__hero-subtitle{font-size:.92rem;padding-inline-start:44px}.customer-shell__header-actions{width:100%;justify-content:flex-start;margin-inline-start:0}.customer-shell__toolbar,.customer-shell__toolbar .ant-space{width:auto;justify-content:flex-start}.customer-shell__overview-grid,.customer-stat-grid,.customer-balance-grid{grid-template-columns:1fr}.customer-page__filters-row{flex-direction:column;align-items:stretch;gap:6px}.customer-page__filters-row>*,.customer-page__filters-row .customer-page__filters-action,.customer-page__filters-row .customer-page__filters-segmented,.customer-page__hero-actions .ant-btn,.customer-page__section-tools .ant-btn{width:100%;flex:0 0 auto}.customer-page__filters-row .ant-input-affix-wrapper,.customer-page__filters-row .ant-picker{min-height:32px;height:32px}.customer-page__filters-row .ant-select-single .ant-select-selector,.customer-page__filters-row .ant-select-multiple .ant-select-selector{min-height:32px!important;height:auto!important}.customer-page__table .ant-table-wrapper{padding-top:10px}}.label-container{width:100%;border:3px solid #000;background:#fff;font-family:Arial,Helvetica,sans-serif;color:#000;margin:10px auto;border-radius:16px;overflow:hidden;box-sizing:border-box}.label-row{display:flex;border-bottom:3px solid #000;width:100%;box-sizing:border-box}.label-row:last-child{border-bottom:none}.label-cell{padding:10px 12px;box-sizing:border-box}.label-top-row{align-items:center;min-height:100px}.label-storage-info{flex:1;display:flex;flex-direction:column;justify-content:center}.storage-name{font-weight:700;font-size:15px;margin:0;letter-spacing:.5px}.storage-phone{font-size:14px;margin:6px 0 0;font-weight:700}.label-logo-cell{flex:1.6;display:flex;justify-content:center;align-items:center;padding:8px}.label-logo{max-height:85px;width:auto;filter:grayscale(100%)}.label-social-qr-cell{flex:.8;display:flex;justify-content:center;align-items:center;padding:10px}.label-customer-row{align-items:stretch;min-height:80px}.label-customer-info{flex:1;border-right:3px solid #000;display:flex;flex-direction:column;justify-content:center;padding:10px 14px}.customer-name{font-weight:700;font-size:22px;margin:0;letter-spacing:.5px}.customer-address{font-size:15px;margin:6px 0 0;font-weight:700;color:#222}.label-customer-code{flex:1.2;display:flex;justify-content:center;align-items:center}.label-customer-code span{font-size:56px;font-weight:900;letter-spacing:2px}.label-order-qr-cell{flex:.6;display:flex;justify-content:center;align-items:center;border-left:3px solid #000;padding:10px}.label-bottom-row{align-items:stretch;min-height:160px}.label-barcode-cell{flex:1;border-right:3px solid #000;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 6px}.barcode-wrapper{display:flex;justify-content:center;align-items:center;width:100%;overflow:hidden}.barcode-wrapper svg{max-width:100%;height:auto}.label-fis-no{font-weight:700;font-size:15px;margin:10px 0 0;text-align:center;letter-spacing:.5px}.label-details-cell{flex:1;display:flex;flex-direction:column;padding:0}.label-details-table{width:100%;border-collapse:collapse}.label-details-table th{border-bottom:2px solid #000;padding:8px 6px;text-align:center;font-size:14px;font-weight:900;background:#fff;letter-spacing:.5px}.label-details-table th:not(:last-child){border-right:2px solid #000}.label-details-table td{padding:8px 6px;text-align:center;font-size:15px;font-weight:700}.label-details-table td:not(:last-child){border-right:2px solid #000}.label-totals-row{display:flex;background:#1a1a1a;color:#fff;font-weight:700;font-size:14px;padding:8px 12px;justify-content:space-between;align-items:center;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;color-adjust:exact!important}.label-totals-row span{color:#fff!important}.totals-label{letter-spacing:1px}.label-date-row{display:flex;justify-content:center;align-items:center;gap:8px;font-weight:700;font-size:18px;padding:10px;border-top:2px solid #000;flex-grow:1}.label-notes-row{border-bottom:none}.label-notes{width:100%;font-size:13px;padding:8px 14px;min-height:30px}@media print{@page{size:A6 landscape;margin:0}body{zoom:.8;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;color-adjust:exact!important}.label-container,.label-container *{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;color-adjust:exact!important}.label-totals-row{background:#1a1a1a!important;color:#fff!important}.label-totals-row span{color:#fff!important}.label-container{border:3px solid #000;page-break-inside:avoid}}@media screen and (max-width: 680px){.label-container{width:100%;min-width:unset;border-radius:10px}.label-top-row{min-height:70px}.storage-name{font-size:12px}.storage-phone{font-size:11px}.label-logo{max-height:55px}.label-social-qr-cell svg,.label-order-qr-cell svg{width:55px!important;height:55px!important}.customer-name{font-size:16px}.customer-address{font-size:12px}.label-customer-code span{font-size:36px}.label-bottom-row{flex-direction:column;min-height:auto}.label-barcode-cell{border-right:none;border-bottom:3px solid #000;padding:10px}.label-details-cell{width:100%}.label-fis-no{font-size:13px}.label-date-row{font-size:15px;padding:8px}}.dl-container{width:210mm;height:auto;box-sizing:border-box;background-color:#fff;color:#333;padding:8mm 10mm;position:relative;overflow:hidden;font-family:Arial,Helvetica,sans-serif}.dl-bg-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:85%;height:85%;background-size:contain;background-repeat:no-repeat;background-position:center;opacity:.12;z-index:0}.dl-content{position:relative;z-index:1}.dl-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.dl-header-logo img{height:90px;width:auto}.dl-header-title{text-align:center}.dl-header-title h2{margin:0;font-size:30px;font-weight:900;color:#e8842c;letter-spacing:1px}.dl-header-title .dl-arabic-title{margin:2px 0 0;font-size:19px;font-weight:700;color:#e8842c;direction:rtl}.dl-header-info{text-align:right}.dl-header-info .dl-storage-name{margin:0;font-size:18px;font-weight:900;color:#333}.dl-header-info .dl-storage-phone{margin:4px 0;font-size:14px;font-weight:700;color:#333}.dl-header-info .dl-date{display:flex;align-items:center;justify-content:flex-end;gap:6px;margin-top:4px;font-size:13px;font-weight:700;color:#333}.dl-customer-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;gap:10px}.dl-customer-row>*{min-width:0}.dl-customer-tables{display:flex;gap:0;flex:1.35}.dl-sender-box{flex:1}.dl-customer-tables .dl-info-table,.dl-sender-box .dl-info-table{width:100%;table-layout:fixed}.dl-info-table{border-collapse:separate;border-spacing:0;border:2px solid #592d8f;border-radius:10px;overflow:hidden}.dl-info-table th{background-color:#592d8f;color:#fff;padding:7px 12px;font-size:12px;font-weight:900;letter-spacing:.3px;white-space:normal;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.dl-info-table td{padding:8px 12px;font-size:13px;font-weight:700;text-align:center;color:#e8842c;background:#fff;word-break:break-word}.dl-fis-no{flex:0 1 auto;font-size:40px;font-weight:900;color:#e8842c;font-family:Georgia,Times New Roman,serif;letter-spacing:.5px;white-space:nowrap;text-align:center}.dl-fis-no-copy{flex:0 1 auto;font-size:28px;font-weight:900;color:#e8842c;font-family:Georgia,Times New Roman,serif;letter-spacing:.5px;white-space:nowrap;text-align:center}.dl-product-table{width:100%;border-collapse:separate;border-spacing:0;margin-bottom:14px;border:2px solid #592d8f;border-radius:12px;overflow:hidden}.dl-product-table thead th{background:linear-gradient(135deg,#592d8f,#7b4baf);color:#fff;padding:10px 8px 6px;font-size:13px;font-weight:900;text-align:center;letter-spacing:.5px;border:1px solid #592d8f;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.dl-product-table thead th .dl-th-arabic{display:block;font-size:10px;font-weight:400;opacity:.9;margin-top:2px;direction:rtl}.dl-product-table tbody td{padding:10px 8px;text-align:center;font-size:14px;font-weight:700;color:#333;border:1px solid #e0d4ec;background:#fdf0e9;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.dl-product-table tbody tr:nth-child(2n) td{background:#f3edf9;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.dl-summary-row{display:flex;justify-content:space-between;gap:12px;margin-bottom:14px}.dl-summary-table{border-collapse:separate;border-spacing:0;border:2px solid #592d8f;border-radius:10px;overflow:hidden}.dl-summary-table td{padding:6px 14px;font-size:13px;font-weight:700;color:#592d8f;border:1px solid #ddd}.dl-summary-table td:nth-child(2),.dl-summary-table td:nth-child(4){color:#e8842c;font-size:14px;text-align:center;min-width:60px}.dl-notes-box{border:2px solid #592d8f;border-radius:10px;flex:1;min-height:80px;padding:8px;overflow:hidden}.dl-notes-box .dl-notes-title{display:block;font-size:14px;font-weight:900;color:#592d8f;text-align:center;margin-bottom:4px}.dl-notes-box .dl-notes-content{font-size:12px;color:#333}.dl-kargo-row{display:flex;align-items:center;margin-bottom:8px}.dl-kargo-price{font-size:22px;font-weight:900;color:#333;margin:0}.dl-kargo-price span{color:#e8842c}.dl-footer{display:flex;justify-content:space-between;align-items:center;border-top:2px solid #999;padding-top:10px;margin-top:8px;gap:10px}.dl-footer-left{display:flex;align-items:center;gap:10px;flex:1}.dl-social-qr{position:relative;display:inline-flex;flex-shrink:0}.dl-social-qr .dl-social-icons{position:absolute;top:-5px;right:-5px;display:flex;flex-direction:column;gap:2px}.dl-social-qr .dl-social-icon{width:16px;height:16px;border-radius:50%;background-color:#592d8f;color:#fff;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:900;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.dl-footer-left .dl-company-info{font-size:9px;color:#555;line-height:1.5}.dl-footer-left .dl-company-info strong{font-size:10px;color:#333}.dl-footer-right{display:flex;align-items:center;gap:10px;flex:1;justify-content:flex-end;text-align:right}.dl-footer-right .dl-disclaimer{font-size:9px;color:#555;line-height:1.5}.dl-footer-right .dl-disclaimer-arabic{font-size:10px;font-weight:700;color:#333;direction:rtl;margin:0 0 3px}.dl-footer-right .dl-disclaimer-turkish{font-size:8px;color:#666;margin:0}@media print{@page{size:A4 landscape;margin:5mm}.dl-container,.dl-container *{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.dl-product-table thead th{background:#592d8f!important}}.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:linear-gradient(180deg,#edf3f9,#f7f9fc 44%,#eef3f7)}.dashboard-shell--dark{background: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}
