@import "https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Montserrat:wght@100..900&display=swap";html[lang=en] *{font-family:Montserrat,sans-serif}html[lang=ar] *{font-family:Cairo,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{overflow-x:hidden}.app-header{--header-primary:#1677ff;--header-primary-dark:#0958d9;--header-primary-light:#4096ff;--header-bg:#fff;--header-card:#fff;--header-secondary-bg:#f6f8fc;--header-text:#111827;--header-text-secondary:#667085;--header-border:#0f172a14;--header-shadow:0 18px 45px #0f172a14;--header-soft-blue:#1677ff14;--header-soft-blue-strong:#1677ff1f;z-index:1000;background:color-mix(in srgb, var(--header-bg) 88%, transparent);border-bottom:1px solid var(--header-border);-webkit-backdrop-filter:blur(18px);width:100%;height:76px;margin:0;padding-inline:24px;transition:background .25s,border-color .25s,color .25s;position:sticky;top:0}.app-header-dark{--header-bg:#080b10;--header-card:#121821;--header-secondary-bg:#0d1117;--header-text:#f5f7fa;--header-text-secondary:#98a2b3;--header-border:#ffffff17;--header-shadow:0 18px 45px #00000061;--header-soft-blue:#1677ff1f;--header-soft-blue-strong:#1677ff2e}.app-header-inner{justify-content:space-between;align-items:center;gap:30px;width:100%;height:100%;margin:0 auto;display:flex;position:relative}.app-brand{cursor:pointer;flex-shrink:0;align-items:center;gap:10px;transition:opacity .2s;display:flex;color:var(--header-text)!important;text-decoration:none!important}.app-brand:hover{opacity:.9}.app-brand-mark{background:var(--header-primary);color:#fff;border-radius:13px;flex-shrink:0;place-items:center;width:42px;height:42px;font-size:23px;font-weight:900;line-height:1;display:grid;box-shadow:0 8px 25px #1677ff38}.app-brand-mark span{color:#fff}.app-brand-name{color:var(--header-text);letter-spacing:-.4px;white-space:nowrap;font-size:18px;font-weight:700}.app-brand-name strong{font-weight:800}.app-header-actions{align-items:center;gap:10px;min-width:0;display:flex}.app-header-theme{border:1px solid var(--header-border);background:var(--header-card);width:40px;height:40px;color:var(--header-text-secondary);cursor:pointer;border-radius:11px;place-items:center;padding:0;font-family:inherit;font-size:17px;transition:color .2s,border-color .2s,background .2s,transform .2s;display:grid}.app-header-theme:hover{color:var(--header-primary);border-color:var(--header-primary);background:var(--header-soft-blue)}.app-user-button{color:var(--header-text);cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:0;font-family:inherit;display:flex}.app-username{text-overflow:ellipsis;white-space:nowrap;max-width:180px;color:var(--header-text);font-size:14px;font-weight:600;overflow:hidden}.app-user-button .ant-avatar{border:1px solid var(--header-border);background:var(--header-card);color:var(--header-text-secondary);flex-shrink:0}.app-mobile-menu-button{border:1px solid var(--header-border);background:var(--header-card);width:40px;height:40px;color:var(--header-text);cursor:pointer;border-radius:10px;place-items:center;padding:0;font-family:inherit;font-size:17px;transition:color .2s,border-color .2s,background .2s;display:none}.app-mobile-menu-button:hover{color:var(--header-primary);border-color:var(--header-primary);background:var(--header-soft-blue)}.app-mobile-menu{display:none}.ant-layout-sider-trigger{border-top-left-radius:70px;border-top-right-radius:70px;transition:all .3s}.ant-layout-sider-trigger:hover{background:#4096ff!important}.app-header .ant-btn,.app-header .ant-avatar,.app-header .ant-dropdown-menu{font-family:inherit}@media (width<=768px){.app-header{height:68px;padding-inline:16px}.app-header-inner{gap:15px}.app-header-actions{display:none}.app-mobile-menu-button{display:grid}.app-mobile-menu{border:1px solid var(--header-border);background:var(--header-card);box-shadow:var(--header-shadow);-webkit-backdrop-filter:blur(18px);border-radius:16px;padding:10px;display:none;position:absolute;top:68px;left:0;right:0}.app-mobile-menu-open{display:block}.app-mobile-actions{flex-direction:column;gap:8px;display:flex}.app-mobile-actions>.app-header-theme{top:10px;position:absolute;inset-inline-end:10px}.app-mobile-user{background:var(--header-secondary-bg);width:100%;min-height:52px;color:var(--header-text);text-align:start;cursor:pointer;border:0;border-radius:10px;align-items:center;gap:10px;margin-top:48px;padding:6px 10px;font-family:inherit;font-size:14px;font-weight:600;display:flex}.app-mobile-user:hover{color:var(--header-primary);background:var(--header-soft-blue)}.app-mobile-links{border-top:1px solid var(--header-border);flex-direction:column;gap:4px;margin-top:4px;padding-top:8px;display:flex}.app-mobile-links a,.app-mobile-logout-link{width:100%;min-height:44px;color:var(--header-text);text-align:start;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:12px;padding:10px;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;display:flex}.app-mobile-links a:hover{color:var(--header-primary);background:var(--header-secondary-bg)}.app-mobile-logout-link{color:#ff4d4f}.app-mobile-logout-link:hover{background:#ff4d4f14}.app-mobile-logout-link:disabled{opacity:.6;cursor:not-allowed}}.app-mobile-actions>.app-header-theme:first-child{top:10px;position:absolute;inset-inline-end:58px}.app-mobile-actions>.app-header-theme:nth-child(2){top:10px;position:absolute;inset-inline-end:10px}.app-brand{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.app-brand-logo{object-fit:contain;height:auto;max-height:48px;transition:opacity .2s;display:block}.app-brand:hover .app-brand-logo{opacity:.9}.trigger-btn{bottom:5px;background-color:#1671ff24;border-radius:15px;width:70px;height:40px;position:absolute;inset-inline-end:5px;overflow:hidden}.ant-menu{border-inline-end:none!important}.ant-layout-sider{background:0 0!important}.ant-menu-item,.ant-menu-submenu-title{border-radius:12px!important;height:46px!important;margin:6px 0!important;line-height:46px!important;transition:all .25s!important}.ant-menu-item-selected{font-weight:600}.ant-menu-item-selected,.ant-menu-item:hover,.ant-menu-submenu-title:hover{transform:translate(4px)}html[dir=rtl] .ant-menu-item-selected,html[dir=rtl] .ant-menu-item:hover,html[dir=rtl] .ant-menu-submenu-title:hover{transform:translate(-4px)}.ant-menu-item-divider{margin:14px 12px!important}.ant-menu-inline .ant-menu-sub.ant-menu-inline{background:0 0!important}@media (width<=768px){.trigger-btn{bottom:5px;width:50px;height:40px;inset-inline-end:5px}.ant-layout-sider{width:60px!important;min-width:60px!important;max-width:60px!important}.ant-layout-sider:not(.ant-layout-sider-collapsed){width:260px!important;min-width:260px!important;max-width:260px!important}}.authPage{justify-content:center;align-items:flex-start;min-height:100vh;padding:48px 28px;display:flex;position:relative;overflow:hidden}.authPage:before,.authPage:after{content:"";filter:blur(80px);opacity:.18;z-index:0;pointer-events:none;border-radius:50%;position:absolute}.authPage:before{background:#1677ff;width:260px;height:260px;top:-90px;right:-70px}.authPage:after{background:#52c41a;width:220px;height:220px;bottom:-90px;left:-60px}.register-wrapper{z-index:1;width:100%;max-width:1180px;position:relative}.page-header{margin-bottom:26px}.page-header .ant-tag{border-radius:999px;padding:4px 14px;font-size:13px;font-weight:600}.page-header h2{margin-bottom:6px!important}.premium-register-card{transition:all .35s;overflow:hidden;box-shadow:0 14px 45px #0f172a14,0 2px 6px #0f172a0d;border:none!important;border-radius:28px!important}.premium-register-card:hover{transform:translateY(-4px);box-shadow:0 20px 55px #0f172a1f,0 4px 12px #0f172a0f}.premium-register-card .ant-card-body{padding:0}.register-side{color:#fff;background:linear-gradient(160deg,#1677ff 0%,#0958d9 45%,#003eb3 100%);height:100%;min-height:720px;position:relative;overflow:hidden}.register-side:before{content:"";background:#ffffff14;border-radius:50%;width:260px;height:260px;position:absolute;top:-80px;right:-80px}.register-side:after{content:"";background:#ffffff0f;border-radius:50%;width:220px;height:220px;position:absolute;bottom:-90px;left:-70px}.register-side-content{z-index:2;flex-direction:column;height:100%;padding:48px 38px;display:flex;position:relative}.register-icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff29;border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:26px;display:flex}.register-icon .anticon{font-size:34px}.register-side-text{color:#ffffffd1;font-size:15px;line-height:1.8}.features-list{width:100%;margin-top:auto}.feature-item{color:#fff;align-items:center;gap:14px;font-size:15px;display:flex}.feature-item .anticon{font-size:18px}.register-form-container{padding:42px}.register-form-container h4{margin-bottom:6px!important}.register-form-container h5{font-weight:700;margin-bottom:18px!important}.register-form-container .ant-divider{margin:28px 0}.ant-form-item{margin-bottom:22px}.ant-form-item-label>label{color:#1f2937;font-weight:600}.ant-input,.ant-input-affix-wrapper,.ant-select-selector{box-shadow:none!important;transition:all .25s!important}.ant-input-affix-wrapper input{height:auto!important}.ant-select-selector{align-items:center;display:flex}.ant-input-prefix,.ant-select-arrow,.ant-input-affix-wrapper .anticon{color:#8c8c8c}.ant-input:hover,.ant-input-affix-wrapper:hover,.ant-select:hover .ant-select-selector{border-color:#4096ff!important}.ant-input:focus,.ant-input-focused,.ant-input-affix-wrapper-focused,.ant-select-focused .ant-select-selector{border-color:#1677ff!important;box-shadow:0 0 0 4px #1677ff1f!important}.register-actions{justify-content:flex-end;gap:14px;margin-top:10px;display:flex}.register-actions .ant-btn{border-radius:14px;min-width:150px;height:48px;font-weight:600;transition:all .25s}.register-actions .ant-btn:hover{transform:translateY(-2px)}.register-actions .ant-btn-primary{box-shadow:0 10px 24px #1677ff47}.premium-register-card{animation:.45s registerFade}@keyframes registerFade{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (width<=991px){.authPage{padding:28px 18px}.page-header{padding:10px}.register-side-content{padding:28px}.register-form-container{padding:26px}.register-form-container .ant-divider{margin:18px 0}.ant-form-item{margin-bottom:14px}.register-side{height:auto!important;min-height:0!important}.register-side-content{padding:28px;height:auto!important;min-height:0!important}.features-list{margin-top:0!important}}@media (width<=768px){.authPage{padding:12px}.page-header{margin-bottom:10px}.page-header h2{margin-top:20px!important;margin-bottom:2px!important}.premium-register-card{border-radius:18px!important}.premium-register-card:hover{transform:none}.register-side-content{padding:20px}.register-icon{margin-bottom:12px}.register-side-content h3{margin-bottom:6px!important}.register-side-content .ant-divider{margin:14px 0!important}.features-list{margin-top:0}.feature-item{gap:8px}.register-form-container{padding:18px 16px}.register-form-container h4{margin-bottom:2px!important}.register-form-container h5{margin-bottom:7px!important}.register-form-container .ant-divider{margin:14px 0}.ant-form-item{margin-bottom:9px}.ant-form-item-label{padding-bottom:2px!important}.register-form-container .ant-row{row-gap:0!important}.register-actions{gap:7px;margin-top:4px}.register-actions .ant-btn{width:100%}.register-side{height:auto!important;min-height:0!important}.register-side-content{padding:20px;height:auto!important}.features-list{gap:10px!important;margin-top:0!important}}@media (width<=576px){.authPage{padding:8px}.page-header{margin-bottom:7px}.page-header h2{margin-top:20px!important;margin-bottom:1px!important}.premium-register-card{border-radius:14px!important}.register-icon{margin-bottom:8px}.register-side-content h3{margin-bottom:5px!important}.register-side-content .ant-divider{margin:9px 0!important}.feature-item{gap:6px}.register-form-container{padding:14px 11px}.register-form-container h4,.register-form-container h5{margin-bottom:5px!important}.register-form-container .ant-divider{margin:10px 0}.ant-form-item{margin-bottom:6px}.ant-form-item-label{padding-bottom:1px!important}.register-actions{gap:5px;margin-top:2px}.register-side-content{padding:15px}}@media (width<=380px){.authPage{padding:5px}.page-header{margin-bottom:5px}.page-header h2{margin-top:20px!important}.premium-register-card{border-radius:12px!important}.register-side-content{padding:12px}.register-icon{margin-bottom:6px}.register-side-content h3{margin-bottom:3px!important}.register-side-content .ant-divider{margin:7px 0!important}.feature-item{gap:5px}.register-form-container{padding:11px 9px}.register-form-container h4{margin-bottom:5px!important}.register-form-container h5{margin-bottom:4px!important}.register-form-container .ant-divider{margin:8px 0}.ant-form-item{margin-bottom:5px}.register-actions{gap:4px;margin-top:1px}}.ant-steps{margin-bottom:32px}.ant-steps-item-title{font-weight:600}.ant-input-otp{justify-content:center}.ant-input-otp input{font-size:20px;font-weight:600;border-radius:14px!important;width:52px!important;height:56px!important}.ant-input-otp input:focus{border-color:#1677ff;box-shadow:0 0 0 4px #1677ff1f}.dashboard-card{transition:all .25s;overflow:hidden;border:none!important;border-radius:22px!important}.dashboard-card-clickable{cursor:pointer}.dashboard-card-selected{box-shadow:0 0 0 1px #1677ff2e,0 12px 32px #1677ff1f;border:1px solid #1677ff66!important}.dashboard-card-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.dashboard-card-extra{flex-shrink:0}.dashboard-card-icon{border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;transition:all .25s;display:flex}.dashboard-card-title{margin-bottom:3px!important}.dashboard-card-subtitle{opacity:.75}.dashboard-card-content{width:100%}.dashboard-card-stats .dashboard-card-header{margin-bottom:16px}.dashboard-card-stats .dashboard-card-icon{width:48px;height:48px;font-size:20px}.dashboard-card-stats .dashboard-card-title{font-size:15px!important}.dashboard-card-content .dashboard-card-icon{width:52px;height:52px;font-size:22px}.dashboard-card-feature{position:relative}.dashboard-card-feature .dashboard-card-icon{width:60px;height:60px;font-size:24px}.dashboard-card-feature .dashboard-card-header{margin-bottom:28px}.dashboard-card-hover:hover .dashboard-card-icon{transform:scale(1.08)}@media (width<=768px){.dashboard-card-header{flex-direction:column;align-items:flex-start}.dashboard-card-extra{width:100%}}.profile-page{flex-direction:column;gap:24px;display:flex}.profile-avatar{justify-content:center;align-items:center;display:flex}.profile-avatar .ant-avatar{border:4px solid #1677ff2e;box-shadow:0 15px 35px #0000002e}.profile-header{justify-content:space-between;align-items:center;gap:24px;display:flex}.profile-header h2{margin-bottom:8px!important}.profile-tags{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.profile-description .ant-descriptions-item-label{width:180px;font-weight:600}.profile-description .ant-descriptions-item-label svg{margin-right:8px}.setting-item{justify-content:space-between;align-items:center;gap:20px;display:flex}.setting-item h5{margin-bottom:6px!important}.setting-item .ant-btn{min-width:150px}.preferences-grid{flex-direction:column;gap:22px;display:flex}.profile-page .ant-statistic{text-align:center;background:#ffffff0a;border:1px solid #ffffff14;border-radius:18px;height:100%;padding:24px;transition:all .25s}.profile-page .ant-statistic:hover{transform:translateY(-4px)}.profile-page .ant-statistic-content{font-size:30px;font-weight:700}.danger-zone{justify-content:space-between;align-items:center;gap:20px;display:flex}.danger-zone h5{margin-bottom:6px!important}.danger-zone .ant-btn{min-width:170px}.profile-page .ant-descriptions{border-radius:16px;overflow:hidden}.profile-page .ant-divider{margin:20px 0}.profile-page .ant-tag{border-radius:999px;padding-inline:12px}.profile-page .ant-switch{min-width:52px}.profile-page .ant-btn{border-radius:10px}@media (width<=992px){.profile-header{text-align:center;flex-direction:column}.profile-tags{justify-content:center}}@media (width<=768px){.setting-item,.danger-zone{flex-direction:column;align-items:flex-start}.setting-item .ant-btn,.danger-zone .ant-btn{width:100%}.profile-description .ant-descriptions-item-label{width:130px}.profile-page .ant-statistic{padding:18px}.profile-page .ant-statistic-content{font-size:24px}}@media (width<=576px){.profile-avatar .ant-avatar{width:90px!important;height:90px!important;font-size:40px!important;line-height:90px!important}.profile-header h2{font-size:28px!important}.profile-description .ant-descriptions-item-label{width:110px;font-size:13px}.profile-description .ant-descriptions-item-content{font-size:13px}.profile-page .ant-statistic-content{font-size:20px}}.settings-page{flex-direction:column;gap:24px;display:flex}.settings-header{flex-direction:column;gap:6px;display:flex}.settings-header h2{margin:0!important}.settings-page .ant-form-item{margin-bottom:20px}.settings-page .ant-input,.settings-page .ant-input-password,.settings-page .ant-select-selector{border-radius:12px!important}.settings-page .ant-input,.settings-page .ant-input-password input{height:44px}.settings-page .ant-select-selector{align-items:center;display:flex;min-height:44px!important}.settings-page .ant-btn-primary{border-radius:12px;height:44px;padding-inline:24px;font-weight:600}.settings-action{background:#7878780f;border:1px solid #7878781f;border-radius:18px;flex-direction:column;justify-content:space-between;gap:24px;height:100%;padding:22px;transition:all .25s;display:flex}.settings-action:hover{transform:translateY(-3px)}.settings-action .ant-btn{border-radius:12px;align-self:flex-start;height:42px;padding-inline:22px;font-weight:600}.danger-zone{background:#ef44440d;border:1px solid #ef444440}.danger-zone .ant-typography-danger{line-height:1.7}.danger-zone .ant-btn-dangerous{background:#ef4444;border-color:#ef4444}.danger-zone .ant-btn-dangerous:hover{background:#dc2626!important;border-color:#dc2626!important}@media (width<=992px){.settings-action{text-align:center;align-items:center}.settings-action .ant-btn{align-self:center}}@media (width<=768px){.settings-page .ant-btn-primary,.settings-action .ant-btn{width:100%}.settings-page .ant-form-item{margin-bottom:16px}.settings-action{padding:18px}}.users-admins-page{min-height:100%}.users-admins-header{margin-bottom:24px}.users-admins-header h2{margin-bottom:6px!important}.users-admins-header .ant-typography-secondary{font-size:15px}.users-admins-page .ant-card{border-radius:16px}.users-admins-page .ant-table-wrapper{margin-top:8px}.users-admins-page .ant-table{border-radius:12px}.users-admins-page .ant-table-thead>tr>th{font-weight:600}.users-admins-page .ant-table-tbody>tr>td{vertical-align:middle}.users-admins-page .ant-avatar{flex-shrink:0}.users-admins-page .ant-tag{margin-top:4px}.users-admins-page .ant-btn{border-radius:10px}.users-admins-page .ant-table-pagination{margin-top:20px}.users-admins-page .ant-badge{font-weight:500}.users-admins-page .ant-dropdown-trigger{justify-content:center;align-items:center;display:flex}.users-admins-page .ant-table-row:hover .ant-dropdown-trigger{opacity:1}.users-admins-page .admin-email{flex-direction:column;display:flex}.users-admins-page .admin-email .ant-typography{word-break:break-word}@media (width<=992px){.users-admins-page{padding:20px}.users-admins-header{margin-bottom:20px}.users-admins-page .ant-btn{width:100%}}@media (width<=768px){.users-admins-header h2{font-size:28px!important}}@media (width<=576px){.users-admins-header{text-align:center}.users-admins-header h2{font-size:24px!important}.users-admins-header .ant-typography-secondary{font-size:14px;display:block}}.users-admins-page .ant-table-wrapper{min-height:800px}.partner-row--publisher>td{background-color:#2d5ce20a!important}.partner-row--referral>td{background-color:#9254de0a!important}.users-admins-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.finance-selection-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.finance-id-chip-list{flex-wrap:wrap;gap:4px;max-height:120px;margin-top:8px;display:flex;overflow-y:auto}.finance-id-chip{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:11px}.finance-maintenance-panel{background:#00000005;border:1px dashed #0000001f;border-radius:8px;padding:16px}.finance-summary-cards{margin-top:4px}.finance-summary-card{background:#00000005;border-radius:8px;height:100%;padding:16px}.content-page{min-height:100%}.content-page-header{margin-bottom:24px}.content-page-header h2{margin-bottom:6px}.content-tabs{width:100%}.content-tabs .ant-tabs-nav{margin-bottom:24px}.content-tabs .ant-tabs-tab{padding:12px 18px;font-weight:500}.content-tab-empty{color:#00000073;background:#00000005;border-radius:16px;justify-content:center;align-items:center;min-height:300px;font-size:16px;display:flex}.content-tab{width:100%}.content-tab-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.content-filters{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.content-toolbar-actions{flex-wrap:wrap;gap:12px;display:flex}.content-table{width:100%}.content-table .ant-table-wrapper{border-radius:16px}.content-table .ant-table{border-radius:16px;overflow:hidden}.content-table .ant-table-thead>tr>th{font-weight:700}.content-table .ant-table-tbody>tr{transition:all .2s}.content-table .ant-table-tbody>tr:hover{transform:translateY(-1px)}.content-action-button{justify-content:center;align-items:center;display:flex}.content-modal .ant-modal-content{border-radius:18px}.content-modal .ant-form-item-label label{font-weight:600}.content-draggable-row{cursor:grab}.content-draggable-row:active{cursor:grabbing}.content-draggable-row.dragging{opacity:.5}@media (width<=768px){.content-page{padding:16px}.content-tabs .ant-tabs-nav-wrap{overflow-x:auto}.content-tabs .ant-tabs-tab{padding:10px 12px}.content-tab-header{align-items:stretch}.content-tab-header .ant-space,.content-filters,.content-filters .ant-select,.content-filters .ant-btn{width:100%}}.primary-asset-image{cursor:zoom-in;height:300px}.totopoto .ant-space-item,.anyfknthing .ant-space-item{width:100%}.assets-page{flex-direction:column;gap:24px;display:flex}.assets-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.assets-header .ant-space{flex-wrap:wrap}.assets-table{background:var(--card-bg);box-shadow:var(--shadow-sm);border-radius:18px;overflow:hidden}.assets-table .ant-table-thead>tr>th{font-weight:700}.assets-table .ant-tag{text-align:center;min-width:90px}.assets-table .ant-table-expanded-row>td{background:#00000004}.assets-table .ant-descriptions{margin:8px 0}.assets-table .ant-descriptions-item-label{font-weight:600}.assets-table .ant-descriptions-item-content{word-break:break-word}.assets-table .ant-btn-text{justify-content:center;align-items:center;display:flex}.assets-table .ant-btn-text:hover{background:#0000000d}.assets-table .ant-empty{padding:40px 0}.ant-modal .ant-upload,.ant-modal .ant-upload-wrapper,.ant-modal .ant-upload-select{width:100%}.ant-modal .ant-upload-list{margin-top:12px}.ant-modal .ant-upload-list-item{border-radius:10px}.ant-modal .ant-select,.ant-modal .ant-upload-wrapper{width:100%}.asset-details-loading{text-align:center;color:var(--text-secondary);padding:24px}.asset-details{padding:6px 0}.asset-details .ant-typography-copy{margin-left:8px}@media (width<=992px){.assets-header{flex-direction:column;align-items:stretch}.assets-header .ant-space{width:100%}.assets-header .ant-space-item{flex:1}.assets-header .ant-select,.assets-header .ant-btn{width:100%}}@media (width<=768px){.assets-page{gap:18px}.assets-table .ant-descriptions{font-size:13px}.assets-table .ant-tag{min-width:auto}}.areas-page{border-radius:20px;min-height:calc(100vh - 64px)}.areas-page-header{margin-bottom:24px}.areas-page-header h2{margin-bottom:4px!important}.areas-tabs{margin-top:8px}.areas-tabs .ant-tabs-nav{margin-bottom:24px}.areas-tabs .ant-tabs-tab{font-weight:500}.areas-tabs .ant-tabs-tab-btn{align-items:center;display:flex}.areas-tabs .ant-tabs-content-holder{min-height:500px}.areas-tab{flex-direction:column;gap:20px;display:flex}.areas-tab-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.areas-tab-header h3{margin-bottom:4px!important}.areas-table .ant-table{border-radius:14px;overflow:hidden}.areas-table .ant-table-thead>tr>th{font-weight:600}.areas-table .ant-table-tbody>tr{transition:background .2s}.areas-table .ant-table-tbody>tr:hover{cursor:default}.areas-table .ant-btn-icon-only,.areas-table .ant-dropdown-trigger{justify-content:center;align-items:center;display:inline-flex}.questionbanks-page{border-radius:20px;min-height:calc(100vh - 64px)}.questionbanks-page-header{margin-bottom:24px}.questionbanks-page-header h2{margin-bottom:4px!important}.questionbanks-tabs{margin-top:8px}.questionbanks-tabs .ant-tabs-nav{margin-bottom:24px}.questionbanks-tabs .ant-tabs-tab{font-weight:500}.questionbanks-tabs .ant-tabs-tab-btn{align-items:center;display:flex}.questionbanks-tabs .ant-tabs-content-holder{min-height:500px}.questionbanks-tab-header h3{margin-bottom:4px!important}.questionbanks-table .ant-table-thead>tr>th{font-weight:600}.questionbanks-table .ant-table-tbody>tr{transition:background .2s}.questionbanks-table .ant-table-tbody>tr:hover{cursor:default}.questionbanks-table .ant-btn-icon-only,.questionbanks-table .ant-dropdown-trigger{justify-content:center;align-items:center;display:inline-flex}.questionbanks-tab{flex-direction:column;gap:24px;display:flex}.questionbanks-tab-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.questionbanks-table .ant-table{border-radius:14px;overflow:hidden}.questionbanks-table .ant-table-cell{vertical-align:middle}.questionbanks-table .ant-btn-text{justify-content:center;align-items:center;display:flex}.questionbanks-table .ant-tag{text-align:center;min-width:90px}.questionbanks-table .ant-table-tbody>tr:hover>td{transition:all .2s}.question-assets-modal{flex-direction:column;gap:10px;display:flex}.question-assets-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:14px;padding:15px}.question-assets-card h5{margin-bottom:20px!important}.question-assets-row{align-items:center;gap:12px;display:flex}.question-assets-select{flex:1}.question-assets-timestamp{width:140px}.question-assets-list{flex-direction:column;gap:10px;display:flex}.question-assets-item{border:1px solid var(--border-color);background:var(--background-secondary);border-radius:12px;justify-content:space-between;align-items:center;gap:18px;padding:0 10px;transition:all .2s;display:flex}.question-assets-item:hover{border-color:var(--primary-color)}.question-assets-info{flex:1;min-width:0}.question-assets-name{text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.question-assets-type{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.4px;margin-top:4px;font-size:12px}.question-assets-empty{text-align:center;color:var(--text-secondary);border:2px dashed var(--border-color);border-radius:12px;padding:32px}@media (width<=768px){.question-assets-row,.question-assets-item{flex-direction:column;align-items:stretch}.question-assets-actions{justify-content:flex-end}.question-assets-timestamp{width:100%}}.asset-upload-card{border:1px solid var(--ant-colorBorder);border-radius:8px;padding:20px}.asset-upload-title{margin-bottom:20px;font-size:16px;font-weight:600}.asset-upload-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;margin-top:8px;display:flex}.question-assets-modal{width:100%}.question-assets-card{border:1px solid var(--ant-color-border);background:var(--ant-color-bg-container);width:100%;box-shadow:var(--ant-box-shadow);border-radius:14px;padding:20px;transition:background .2s,border-color .2s,box-shadow .2s}.question-assets-header{margin-bottom:18px}.question-assets-header .ant-typography{color:var(--ant-color-text);margin:0 0 4px}.question-assets-description{color:var(--ant-color-text-secondary);font-size:13px;line-height:1.5;display:block}.question-assets-form{grid-template-columns:minmax(0,1fr) 180px auto;align-items:end;gap:14px;display:grid}.question-assets-field{min-width:0}.question-assets-field label{color:var(--ant-color-text);margin-bottom:7px;font-size:13px;font-weight:600;display:block}.question-assets-field .ant-input{background:var(--ant-color-bg-container);width:100%;height:40px;color:var(--ant-color-text);border-radius:8px}.question-assets-field .ant-input::placeholder{color:var(--ant-color-text-placeholder)}.question-assets-actions{align-items:center;gap:8px;display:flex}.question-assets-actions .ant-btn{border-radius:8px;height:40px;padding-inline:18px}@media (width<=900px){.question-assets-form{grid-template-columns:1fr 1fr}.question-assets-actions{grid-column:1/-1}.question-assets-actions .ant-btn{flex:1}}@media (width<=600px){.question-assets-card{border-radius:12px;padding:16px}.question-assets-form{grid-template-columns:1fr;gap:12px}.question-assets-actions{grid-column:auto;width:100%;margin-top:4px}.question-assets-actions .ant-btn{flex:1}}.content-tab{flex-direction:column;gap:20px;display:flex}.content-tab-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.content-table{border-radius:12px;overflow:hidden}.content-table .ant-table{border-radius:12px}.content-table .ant-table-cell{vertical-align:middle}.content-table .ant-btn-text,.content-table .ant-dropdown-trigger{justify-content:center;align-items:center;display:flex}.ant-modal .ant-input,.ant-modal .ant-input-affix-wrapper,.ant-modal .ant-input-textarea{border-radius:8px}.ant-modal textarea{resize:vertical;min-height:120px}@media (width<=768px){.content-tab-header{flex-direction:column;align-items:stretch}.content-tab-header>div:last-child{justify-content:flex-end;display:flex}}.orders-loading{justify-content:center;align-items:center;min-height:280px;display:flex}.order-details{flex-direction:column;gap:24px;display:flex}.order-section{border:1px solid var(--ant-colorBorderSecondary);background:var(--ant-color-fill-tertiary,#f5f5f5);border-radius:12px;padding:18px}.order-section .ant-typography h5,.order-section .ant-typography-title{margin-bottom:14px!important}.payment-instructions{background:var(--ant-color-fill-tertiary,#f5f5f5);white-space:pre-wrap;word-break:break-word;border-radius:8px;margin-top:12px;padding:14px;line-height:1.7;margin-bottom:0!important}.order-section .ant-list{border-radius:10px;overflow:hidden}.order-section .ant-list-item{align-items:center}.order-section .ant-tag{margin-inline-start:8px}.ant-table-tbody>tr>td{vertical-align:middle}.ant-table .ant-btn{border-radius:8px}.ant-drawer-body{background:var(--ant-colorBgLayout)}.ant-modal .ant-form-item{margin-bottom:18px}@media (width<=992px){.order-section{padding:16px}.payment-instructions{font-size:13px}}@media (width<=768px){.ant-table-wrapper{overflow-x:auto}.order-section{padding:14px}.order-section .ant-list-item{flex-direction:column;align-items:flex-start;gap:10px}.order-section .ant-tag{margin-left:0}}.error-404-page{background:radial-gradient(circle at 50% 35%, #1677ff14, transparent 35%), var(--ant-color-bg-layout,#f5f5f5);justify-content:center;align-items:center;width:100%;min-height:100vh;padding:40px 24px;display:flex;position:relative;overflow:hidden}.error-404-content{z-index:2;text-align:center;flex-direction:column;align-items:center;width:100%;max-width:650px;display:flex;position:relative}.error-404-code{letter-spacing:-14px;color:var(--ant-color-text,#1f1f1f);-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;gap:12px;margin-bottom:24px;font-size:clamp(120px,20vw,210px);font-weight:900;line-height:.85;display:flex}.error-404-code>span{z-index:2;position:relative}.error-404-zero{background:linear-gradient(135deg,#1677ff,#4096ff);border-radius:50%;justify-content:center;align-items:center;width:clamp(100px,15vw,165px);height:clamp(100px,15vw,165px);display:flex;position:relative;transform:rotate(-12deg);box-shadow:0 20px 60px #1677ff40,inset 0 0 0 1px #fff3}.error-404-zero:before{content:"";background:var(--ant-color-bg-layout,#f5f5f5);border-radius:50%;width:72%;height:72%;position:absolute;box-shadow:inset 0 0 25px #0000000f}.error-404-zero-inner{z-index:2;background:#ffffffbf;border-radius:50%;width:18px;height:18px;position:relative;box-shadow:0 0 20px #fffc}.error-404-divider{background:#1677ff;border-radius:999px;width:70px;height:4px;margin-bottom:22px;box-shadow:0 4px 15px #1677ff40}.error-404-content h1{letter-spacing:-.8px;color:var(--ant-color-text,#1f1f1f);margin:0 0 10px;font-size:clamp(28px,4vw,40px);font-weight:700;line-height:1.2}.error-404-content p{max-width:480px;color:var(--ant-color-text-secondary,#8c8c8c);margin:0;font-size:16px;line-height:1.7}.error-404-actions{justify-content:center;align-items:center;gap:12px;margin-top:30px;display:flex}.error-404-actions .ant-btn{border-radius:8px;min-width:135px}.error-404-glow{pointer-events:none;filter:blur(90px);opacity:.12;border-radius:50%;width:420px;height:420px;position:absolute}.error-404-glow-one{background:#1677ff;top:-180px;left:-150px}.error-404-glow-two{background:#722ed1;bottom:-200px;right:-180px}[data-theme=dark] .error-404-page{background:radial-gradient(circle at 50% 35%, #1677ff1f, transparent 35%), var(--ant-color-bg-layout,#141414)}[data-theme=dark] .error-404-zero:before{background:var(--ant-color-bg-layout,#141414)}[data-theme=dark] .error-404-zero{box-shadow:0 20px 60px #1677ff33,inset 0 0 0 1px #ffffff1a}@media (width<=600px){.error-404-page{padding:30px 20px}.error-404-code{letter-spacing:-8px;gap:6px}.error-404-divider{width:55px;height:3px}.error-404-content p{font-size:15px}.error-404-actions{flex-direction:column;width:100%}.error-404-actions .ant-btn{width:100%;max-width:280px}}.publisher-dashboard{padding:8px 4px 24px}.publisher-dashboard .page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.publisher-dashboard .stat-row{margin-top:16px;margin-bottom:8px}.publisher-dashboard .section-card{border-radius:14px;margin-top:16px}.publisher-dashboard .section-card .ant-card-body{padding-top:12px}@media (width<=768px){.publisher-dashboard{padding:0!important}}.partner-earnings{padding:8px 4px 24px}.partner-earnings .page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.partner-earnings .filters-bar{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.partner-earnings .stat-row{margin-top:16px;margin-bottom:8px}.partner-earnings .section-card{border-radius:14px;margin-top:16px}.partner-allocations{padding:8px 4px 24px}.partner-allocations .page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.partner-allocations .section-card{border-radius:14px}@media (width<=768px){.partner-allocations{padding:0!important}}.partner-content{padding:8px 4px 24px}.partner-content .page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.partner-content .section-card{border-radius:14px}@media (width<=768px){.partner-content{padding:0!important}}.partner-question-usage{padding:8px 4px 24px}.partner-question-usage .page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.partner-question-usage .filters-bar{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.partner-question-usage .stat-row{margin-top:16px;margin-bottom:8px}.partner-question-usage .indicator-tag{margin:8px 0 0}.partner-question-usage .section-card{border-radius:14px;margin-top:16px}@media (width<=768px){.partner-question-usage{padding:0!important}}.partner-profile{max-width:720px;padding:8px 4px 24px}.partner-profile .section-card{border-radius:14px;margin-top:16px}@media (width<=768px){.partner-profile{padding:0!important}}.referral-report{padding:8px 4px 24px}.referral-report .page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.referral-report .filters-bar{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.referral-report .stat-row{margin-top:16px;margin-bottom:8px}.referral-report .section-card{border-radius:14px;margin-top:16px}.referral-report .definitions-note{margin-top:12px}@media (width<=768px){.referral-report{padding:0!important}}.referral-settlements{padding:8px 4px 24px}.referral-settlements .page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.referral-settlements .filters-bar{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.referral-settlements .section-card{border-radius:14px;margin-top:16px}@media (width<=768px){.referral-settlements{padding:0!important}}.referral-tab-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.referral-drawer-section{margin-bottom:28px}.referral-drawer-section-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.referral-drawer-meta{flex-wrap:wrap;gap:8px 32px;margin-bottom:24px;display:flex}.referral-drawer-meta-item{min-width:160px}.discount-page{padding:0}.discount-tab-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.discount-targets-list{flex-direction:column;gap:4px;display:flex}.discount-target-row{border:1px solid #f0f0f0;border-radius:8px;margin-bottom:12px;padding:12px}.testimonial-tab{width:100%;min-width:0}.testimonial-tab-header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px;display:flex}.testimonial-tab-header>div:first-child{min-width:0}.testimonial-tab-header .ant-typography{max-width:760px}.testimonial-table{width:100%}.testimonial-table .ant-table{overflow:hidden}.testimonial-table .ant-table-thead>tr>th{white-space:nowrap}.testimonial-table .ant-table-tbody>tr>td{vertical-align:middle}.testimonial-review-preview{-webkit-line-clamp:3;word-break:break-word;-webkit-box-orient:vertical;max-width:400px;line-height:1.55;display:-webkit-box;overflow:hidden}.testimonial-table .ant-btn{transition:background .2s,color .2s,opacity .2s}.testimonial-modal .ant-modal-content{border-radius:14px}.testimonial-modal .ant-form-item{margin-bottom:18px}.testimonial-upload-section{border:1px dashed var(--ant-color-border);background:var(--ant-color-fill-quaternary);border-radius:12px;padding:16px;transition:border-color .2s,background .2s}.testimonial-upload-section:hover{border-color:var(--ant-color-primary)}.testimonial-upload-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.testimonial-upload-header>div{flex-direction:column;gap:4px;min-width:0;display:flex}.testimonial-upload-help{font-size:12px;line-height:1.5}.testimonial-uploaded{background:var(--ant-color-success-bg);color:var(--ant-color-success);border-radius:8px;align-items:center;gap:8px;margin-top:12px;padding:9px 12px;display:flex}.testimonial-form-hint{background:var(--ant-color-fill-quaternary);border-radius:8px;margin-top:14px;padding:10px 12px;font-size:12px;line-height:1.5}[dir=rtl] .testimonial-upload-header{text-align:right}@media (width<=768px){.testimonial-tab-header{flex-direction:column;align-items:stretch;gap:16px}.testimonial-tab-header>div:last-child{justify-content:flex-end;display:flex}.testimonial-review-preview{max-width:300px}.testimonial-modal .ant-modal-content{border-radius:12px}}@media (width<=576px){.testimonial-tab-header{margin-bottom:16px}.testimonial-tab-header>div:last-child,.testimonial-tab-header>div:last-child .ant-space{width:100%}.testimonial-tab-header>div:last-child .ant-space-item{flex:1}.testimonial-tab-header>div:last-child .ant-btn{width:100%}.testimonial-upload-section{padding:12px}.testimonial-upload-header{flex-direction:column;align-items:stretch}.testimonial-upload-header .ant-btn{align-self:flex-start;padding-inline:0}.testimonial-modal .ant-modal-footer{flex-direction:column-reverse;gap:8px;display:flex}.testimonial-modal .ant-modal-footer .ant-btn{width:100%;margin-inline:0}}
