/* ExCoinCash Savings Pro V11 — Public RTL */
.exs-wrap{font-family:'Cairo',system-ui,Tahoma,Arial,sans-serif;color:#1f2937;direction:rtl;max-width:1180px;margin:24px auto;padding:0 16px;line-height:1.6}
.exs-wrap *{box-sizing:border-box}
.exs-hero{background:linear-gradient(135deg,#0f766e 0%,#0ea5e9 100%);color:#fff;border-radius:18px;padding:28px 24px;margin-bottom:24px;box-shadow:0 8px 30px rgba(14,165,233,.18)}
.exs-hero h1{font-size:26px;margin:0 0 8px;font-weight:800}
.exs-hero-sub{margin:0;font-size:15px;opacity:.95}
.exs-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-bottom:22px}
.exs-kpi{display:flex;gap:12px;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:14px 16px;box-shadow:0 2px 6px rgba(0,0,0,.03)}
.exs-kpi-icon{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#10b981,#0ea5e9);flex:none}
.exs-kpi-body{display:flex;flex-direction:column;gap:2px}
.exs-kpi-label{font-size:12px;color:#6b7280}
.exs-kpi-value{font-size:18px;font-weight:800;color:#111827}
.exs-tabs{display:flex;gap:6px;flex-wrap:wrap;border-bottom:2px solid #e5e7eb;margin-bottom:18px;padding-bottom:6px}
.exs-tab{padding:10px 16px;border-radius:10px 10px 0 0;color:#374151;text-decoration:none;font-weight:600;font-size:14px;transition:.15s}
.exs-tab:hover{background:#f3f4f6}
.exs-tab.active{background:#0f766e;color:#fff}
.exs-pane{margin-bottom:24px}
.exs-alert{padding:12px 16px;border-radius:10px;margin-bottom:14px;font-weight:600}
.exs-alert.ok{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}
.exs-alert.err{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}
.exs-disclaimer{margin-top:24px;padding:14px 16px;background:#fffbeb;border:1px dashed #f59e0b;border-radius:10px;color:#78350f;font-size:13px}
.exs-empty{text-align:center;padding:30px 16px;background:#f9fafb;border:1px dashed #d1d5db;border-radius:14px;color:#6b7280}
/* Plans */
.exs-plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}
.exs-plan-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px;box-shadow:0 2px 6px rgba(0,0,0,.04);display:flex;flex-direction:column}
.exs-plan-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}
.exs-plan-head h3{margin:0;font-size:18px;font-weight:800}
.exs-badge{background:#ecfeff;color:#0e7490;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700}
.exs-plan-desc{color:#4b5563;font-size:14px;margin:6px 0 12px}
.exs-plan-meta{list-style:none;padding:0;margin:0 0 12px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.exs-plan-meta li{background:#f9fafb;border-radius:10px;padding:8px;text-align:center}
.exs-plan-meta li span{display:block;font-size:11px;color:#6b7280}
.exs-plan-meta li strong{font-size:14px;color:#111827}
.exs-plan-example{background:#eff6ff;color:#1e3a8a;border:1px solid #bfdbfe;border-radius:10px;padding:8px 12px;font-size:13px;margin:0 0 10px}
.exs-plan-risk{background:#fef2f2;color:#7f1d1d;border:1px solid #fecaca;border-radius:10px;padding:8px 12px;font-size:13px;margin:0 0 10px}
/* Buttons */
.exs-btn{display:inline-block;padding:10px 16px;background:#0f766e;color:#fff;border:none;border-radius:10px;cursor:pointer;font-weight:700;font-size:14px;text-decoration:none;font-family:inherit;transition:.15s}
.exs-btn:hover{background:#115e59;color:#fff}
.exs-btn-primary{background:linear-gradient(135deg,#0f766e,#0ea5e9)}
.exs-btn.ghost{background:#fff;color:#0f766e;border:1px solid #0f766e}
.exs-btn.small{padding:6px 10px;font-size:12px}
/* Modal */
.exs-modal{position:fixed;inset:0;background:rgba(15,23,42,.6);display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px}
.exs-modal[hidden]{display:none!important}
.exs-modal-card{background:#fff;border-radius:18px;max-width:560px;width:100%;padding:24px;max-height:92vh;overflow-y:auto;position:relative}
.exs-modal-close{position:absolute;left:14px;top:10px;background:transparent;border:0;font-size:26px;cursor:pointer;color:#6b7280}
/* Steps */
.exs-steps{display:flex;justify-content:space-between;margin:16px 0;padding:0 10px;position:relative}
.exs-steps:before{content:"";position:absolute;top:50%;right:30px;left:30px;height:2px;background:#e5e7eb;z-index:0}
.exs-step{position:relative;z-index:1;width:36px;height:36px;border-radius:50%;background:#fff;border:2px solid #e5e7eb;display:flex;align-items:center;justify-content:center;font-weight:800;color:#6b7280}
.exs-step.active{background:#0f766e;color:#fff;border-color:#0f766e}
.exs-step-pane{display:flex;flex-direction:column;gap:10px}
.exs-step-pane label{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#374151;font-weight:600}
.exs-step-pane input[type=text],.exs-step-pane input[type=number],.exs-step-pane input[type=datetime-local],.exs-step-pane select,.exs-step-pane textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:10px;font-family:inherit;font-size:14px}
.exs-step-pane input:focus,.exs-step-pane select:focus,.exs-step-pane textarea:focus{outline:none;border-color:#0f766e;box-shadow:0 0 0 3px rgba(15,118,110,.15)}
.exs-step-pane .exs-help{margin:-4px 0 0;font-size:12px;color:#6b7280}
.exs-step-pane .exs-check{flex-direction:row;align-items:flex-start;gap:8px;font-weight:500}
.exs-step-actions{display:flex;justify-content:space-between;margin-top:6px;gap:8px}
.exs-method-info{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;padding:10px 12px;font-size:13px}
.exs-review{background:#f9fafb;border-radius:10px;padding:12px;font-size:13px}
/* Tables */
.exs-table-wrap{overflow-x:auto;border:1px solid #e5e7eb;border-radius:12px}
.exs-table{width:100%;border-collapse:collapse;background:#fff}
.exs-table th,.exs-table td{padding:10px;text-align:right;border-bottom:1px solid #f3f4f6;font-size:14px}
.exs-table th{background:#f9fafb;font-weight:700}
.exs-status{display:inline-block;padding:3px 9px;border-radius:999px;font-size:12px;font-weight:700;background:#e5e7eb;color:#374151}
.exs-status.under_review{background:#fef3c7;color:#92400e}
.exs-status.approved,.exs-status.active{background:#d1fae5;color:#065f46}
.exs-status.rejected,.exs-status.cancelled{background:#fee2e2;color:#991b1b}
.exs-status.matured{background:#dbeafe;color:#1e3a8a}
.exs-status.paid_out{background:#e0e7ff;color:#3730a3}
/* Subscriptions */
.exs-subs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px}
.exs-sub-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:16px}
.exs-sub-head h4{margin:0 0 8px;font-size:16px}
.exs-sub-meta{list-style:none;padding:0;margin:0 0 10px;display:grid;grid-template-columns:repeat(2,1fr);gap:6px}
.exs-sub-meta li{background:#f9fafb;border-radius:8px;padding:6px 8px}
.exs-sub-meta li span{display:block;font-size:11px;color:#6b7280}
.exs-sub-meta li strong{font-size:13px;color:#111827}
.exs-progress{height:8px;background:#e5e7eb;border-radius:99px;overflow:hidden;margin:6px 0}
.exs-progress-bar{height:100%;background:linear-gradient(90deg,#10b981,#0ea5e9);border-radius:99px;transition:width .4s}
.exs-progress-note{font-size:12px;color:#6b7280;margin:0}
/* Methods */
.exs-methods-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px}
.exs-method-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:16px}
.exs-method-card h4{margin:0 0 8px}
.exs-method-card code{background:#f3f4f6;padding:2px 6px;border-radius:6px;font-size:13px}
/* Notifications */
.exs-notif-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.exs-notif{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:10px}
.exs-notif.unread{border-color:#0ea5e9;background:#f0f9ff}
.exs-notif p{margin:4px 0;font-size:13px;color:#4b5563}
.exs-notif small{color:#6b7280;font-size:11px}
@media (max-width:640px){
    .exs-plan-meta{grid-template-columns:repeat(2,1fr)}
    .exs-hero h1{font-size:22px}
    .exs-tab{padding:8px 12px;font-size:13px}
}
/* V11 additions */
.exs-hero-row{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap}
.exs-hero-note{margin-top:10px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.35);border-radius:10px;padding:10px 12px;font-size:13px;line-height:1.55}
.exs-flash{padding:12px 16px;border-radius:10px;margin-bottom:14px;font-weight:600}
.exs-flash.success,.exs-flash.ok{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}
.exs-flash.error,.exs-flash.err{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}
.exs-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-bottom:16px}
.exs-mini-kpi{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:10px 12px}
.exs-mini-kpi .lbl{display:block;font-size:11px;color:#6b7280;margin-bottom:4px}
.exs-mini-kpi .val{display:block;font-size:18px;font-weight:800;color:#111827}
.exs-copy-row{display:flex;gap:8px;align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:8px 10px;margin:8px 0 14px}
.exs-copy-row input{flex:1;border:0;background:transparent;font-family:inherit;font-size:14px;direction:ltr;text-align:left;color:#111827}
.exs-amount{display:inline-block;font-weight:800;color:#0f766e}
.exs-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}
.exs-list li{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:13px}
.exs-list li small{color:#6b7280}
.exs-chart-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:14px;margin:16px 0;height:280px;position:relative}
.exs-chart-wrap canvas{max-height:100%}
.exs-chart-title{font-size:14px;font-weight:700;color:#374151;margin:0 0 8px}
.exs-section-title{font-size:16px;font-weight:800;color:#111827;margin:18px 0 10px}
.exs-status.draft{background:#e5e7eb;color:#374151}
.exs-status.executed,.exs-status.paid{background:#d1fae5;color:#065f46}
.exs-status.pending{background:#fef3c7;color:#92400e}
.exs-help-box{background:#f0f9ff;border:1px solid #bae6fd;color:#075985;border-radius:10px;padding:10px 12px;font-size:13px;margin:0 0 12px}

/* V12 Digital Revenue Projects / Pre-launch Funding UI */
.exs-project-card{position:relative;overflow:hidden;border:1px solid rgba(18,197,202,.20)}
.exs-project-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px}
.exs-project-badge,.exs-project-cat{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:800;margin:0 0 8px 6px;background:rgba(18,197,202,.12);color:#087f83;border:1px solid rgba(18,197,202,.22)}
.exs-project-cat{background:rgba(15,23,42,.06);color:#475569;border-color:rgba(15,23,42,.08)}
.exs-success-meter{min-width:74px;text-align:center;border-radius:16px;padding:8px 10px;background:linear-gradient(135deg,rgba(20,184,166,.12),rgba(14,165,233,.12));border:1px solid rgba(14,165,233,.18)}
.exs-success-meter b{display:block;font-size:20px;line-height:1;color:#0891b2}.exs-success-meter small{display:block;font-size:10px;color:#64748b;margin-top:4px}
.exs-funding-box{background:linear-gradient(180deg,#f8fdff,#eef9ff);border:1px solid #d7efff;border-radius:14px;padding:12px;margin:12px 0}
.exs-funding-top,.exs-funding-amount{display:flex;justify-content:space-between;gap:8px;align-items:center;font-size:13px;color:#334155}.exs-funding-top span{font-weight:900;color:#0891b2}
.exs-progress{height:11px;border-radius:999px;background:#e2e8f0;overflow:hidden;margin:10px 0;box-shadow:inset 0 1px 3px rgba(0,0,0,.07)}
.exs-progress span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#14b8a6,#0ea5e9);min-width:3px}
.exs-project-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:12px 0}
.exs-project-stats div{background:#fff;border:1px solid #e6eef5;border-radius:12px;text-align:center;padding:9px 6px}.exs-project-stats b{display:block;font-size:18px;color:#0f172a}.exs-project-stats small{display:block;color:#64748b;font-size:11px;margin-top:3px}
.exs-status-completed .exs-project-badge{background:#ecfdf5;color:#047857;border-color:#a7f3d0}.exs-status-coming_soon .exs-project-badge{background:#fffbeb;color:#b45309;border-color:#fde68a}.exs-status-paused .exs-project-badge,.exs-status-cancelled .exs-project-badge{background:#fef2f2;color:#b91c1c;border-color:#fecaca}
.exs-btn[disabled]{opacity:.55;cursor:not-allowed;filter:grayscale(.35)}
@media(max-width:640px){.exs-project-head{flex-direction:column}.exs-project-stats{grid-template-columns:1fr 1fr 1fr}.exs-success-meter{align-self:flex-start}}

/* =========================================================
   V12.1 Premium SaaS / Venture Funding UI Override
   ========================================================= */
.exs-app{--exs-bg:#0f172a;--exs-panel:#111827;--exs-card:#ffffff;--exs-text:#0f172a;--exs-muted:#64748b;--exs-line:#e2e8f0;--exs-brand:#14b8a6;--exs-brand2:#0ea5e9;--exs-warn:#f59e0b;--exs-danger:#ef4444;font-family:'Cairo',system-ui,Tahoma,Arial,sans-serif;direction:rtl;max-width:1180px;margin:24px auto;padding:22px;color:#e5edf7;background:radial-gradient(circle at 85% 0%,rgba(20,184,166,.18),transparent 32%),linear-gradient(180deg,#111827,#0f172a);border-radius:26px;box-shadow:0 24px 80px rgba(2,6,23,.25);line-height:1.65;overflow:hidden}
.exs-app *{box-sizing:border-box}.exs-app a{color:#38bdf8}.exs-muted{color:#94a3b8!important}.exs-pane{margin-top:22px}.exs-card,.exs-plan-card,.exs-sub-card,.exs-method-card{background:rgba(255,255,255,.96)!important;color:#0f172a;border:1px solid rgba(226,232,240,.92);border-radius:22px;padding:22px;box-shadow:0 18px 55px rgba(2,6,23,.16)}
.exs-card-glass{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,250,252,.96))!important}.exs-card h3,.exs-plan-card h3,.exs-sub-card h4{color:#0f172a;margin-top:0}.exs-hero{background:linear-gradient(135deg,#0f766e,#0284c7)!important;border:1px solid rgba(255,255,255,.18);box-shadow:0 20px 60px rgba(14,165,233,.18);padding:32px;border-radius:26px}.exs-hero h2{font-size:28px;margin:0 0 8px;color:#fff}.exs-hero-note{background:rgba(15,23,42,.22);backdrop-filter:blur(12px);border-color:rgba(255,255,255,.25)}
.exs-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.exs-kpi{background:rgba(255,255,255,.96)!important;border:1px solid rgba(226,232,240,.9);border-radius:18px;padding:18px;display:block;box-shadow:0 14px 40px rgba(2,6,23,.12);position:relative;overflow:hidden}.exs-kpi:after{content:"";position:absolute;left:16px;top:18px;width:42px;height:42px;border-radius:16px;background:linear-gradient(135deg,var(--exs-brand),var(--exs-brand2));opacity:.9}.exs-kpi .label{display:block;color:#64748b;font-size:12px;font-weight:800}.exs-kpi .value{display:block;color:#0f172a;font-size:20px;font-weight:900;margin-top:6px;padding-left:56px}
.exs-tabs{display:flex;gap:8px;align-items:center;border:0;border-bottom:1px solid rgba(148,163,184,.35);padding:0 0 12px;overflow-x:auto;flex-wrap:nowrap}.exs-tabs a{white-space:nowrap;text-decoration:none;color:#cbd5e1;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:10px 14px;font-weight:800;transition:.18s}.exs-tabs a.active,.exs-tabs a:hover{background:linear-gradient(135deg,var(--exs-brand),var(--exs-brand2));color:#fff;border-color:transparent;box-shadow:0 12px 30px rgba(14,165,233,.22)}
.exs-venture-hero{display:grid;grid-template-columns:1.5fr .85fr;gap:20px;margin:4px 0 20px;padding:30px;border-radius:28px;background:radial-gradient(circle at 15% 15%,rgba(56,189,248,.22),transparent 34%),linear-gradient(135deg,#0b1220,#12333a 55%,#075985);border:1px solid rgba(255,255,255,.12);box-shadow:0 20px 60px rgba(2,6,23,.28)}.exs-eyebrow{display:inline-flex;align-items:center;gap:6px;color:#67e8f9;background:rgba(8,145,178,.16);border:1px solid rgba(103,232,249,.22);border-radius:999px;padding:5px 10px;font-size:12px;font-weight:900;letter-spacing:.3px}.exs-venture-copy h2{font-size:34px;line-height:1.15;margin:12px 0 10px;color:#fff}.exs-venture-copy p{font-size:15px;color:#dbeafe;max-width:650px}.exs-venture-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.exs-venture-panel{align-self:stretch;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);border-radius:24px;padding:22px;backdrop-filter:blur(10px);display:flex;flex-direction:column;justify-content:center}.exs-venture-panel span,.exs-venture-panel small{color:#cbd5e1}.exs-venture-panel strong{display:block;font-size:30px;color:#fff;margin:6px 0 10px}.exs-hero-progress{height:12px;background:rgba(255,255,255,.16)!important}.exs-hero-progress span{background:linear-gradient(90deg,#22c55e,#38bdf8)!important}
.exs-featured-project{display:grid;grid-template-columns:170px 1fr 190px;gap:20px;align-items:stretch;background:#fff;color:#0f172a;border-radius:28px;padding:20px;margin-bottom:18px;border:1px solid #e2e8f0;box-shadow:0 20px 60px rgba(2,6,23,.18)}.exs-project-cover{min-height:170px;border-radius:24px;background:linear-gradient(135deg,#0f766e,#0ea5e9);display:flex;align-items:center;justify-content:center;color:#fff;font-size:64px;font-weight:900;box-shadow:inset 0 0 0 1px rgba(255,255,255,.22)}.exs-featured-top{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.exs-featured-body h3{font-size:25px;margin:12px 0 6px}.exs-featured-body p{color:#64748b}.exs-featured-side{display:grid;grid-template-columns:1fr;gap:10px}.exs-featured-side div{border-radius:18px;background:#f8fafc;border:1px solid #e2e8f0;padding:16px;text-align:center}.exs-featured-side b{display:block;font-size:28px;color:#0f172a}.exs-featured-side small{display:block;color:#64748b;font-weight:800}.exs-risk-meter{display:inline-flex;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:900}.exs-risk-meter.low{background:#dcfce7;color:#166534}.exs-risk-meter.medium{background:#fef3c7;color:#92400e}.exs-risk-meter.high{background:#fee2e2;color:#991b1b}
.exs-live-strip{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.10);border-radius:22px;padding:16px 18px;margin-bottom:20px}.exs-live-strip h3{margin:0 0 12px;color:#fff}.exs-activity-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.exs-activity-item{background:rgba(15,23,42,.48);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:12px;display:flex;align-items:flex-start;gap:10px}.exs-activity-item .dot{width:9px;height:9px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 5px rgba(34,197,94,.14);margin-top:8px;flex:none}.exs-activity-item p{margin:0;color:#e2e8f0;font-size:13px}.exs-activity-item small{display:block;color:#94a3b8;margin-inline-start:auto;font-size:11px}.exs-activity-item strong{color:#67e8f9}
.exs-plan-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:18px}.exs-project-card{padding:0!important;overflow:hidden;border-radius:26px;background:#fff!important;transition:.22s;position:relative}.exs-project-card:hover{transform:translateY(-3px);box-shadow:0 24px 70px rgba(2,6,23,.25)}.exs-project-card:before{content:"";display:block;height:92px;background:linear-gradient(135deg,#0f766e,#0ea5e9)}.exs-project-card .exs-project-head,.exs-project-card>p,.exs-project-card .exs-funding-box,.exs-project-card .exs-project-stats,.exs-project-card .exs-meta,.exs-project-card .exs-note,.exs-project-card>.exs-btn{margin-left:20px;margin-right:20px}.exs-project-card .exs-project-head{margin-top:-58px;align-items:flex-start}.exs-project-card h3{font-size:21px;background:#fff;border-radius:18px;padding:14px 16px;box-shadow:0 12px 28px rgba(2,6,23,.12)}.exs-project-badge,.exs-project-cat{background:rgba(255,255,255,.95)!important;border-color:rgba(255,255,255,.65)!important;color:#0f766e!important;box-shadow:0 8px 22px rgba(2,6,23,.14)}.exs-success-meter{background:#fff!important;box-shadow:0 12px 28px rgba(2,6,23,.12)}.exs-funding-box{background:linear-gradient(180deg,#f8fafc,#eef9ff)!important;border:1px solid #dbeafe;border-radius:18px}.exs-funding-box.featured{margin:14px 0 0!important}.exs-progress{height:12px;background:#e2e8f0;border-radius:999px;overflow:hidden}.exs-progress span,.exs-progress div{display:block;height:100%;background:linear-gradient(90deg,#14b8a6,#0ea5e9);border-radius:999px}.exs-project-stats div{border-radius:16px}.exs-meta{list-style:none;padding:0;display:grid;gap:8px}.exs-meta li{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:10px;color:#334155}.exs-note{border-radius:14px;padding:10px 12px;margin-top:10px;font-size:13px}.exs-note.risk{background:#fff7ed;color:#9a3412;border:1px solid #fed7aa}.exs-note.shariah{background:#eff6ff;color:#1e3a8a;border:1px solid #bfdbfe}.exs-project-card>.exs-btn{width:calc(100% - 40px);margin-top:auto;margin-bottom:20px;text-align:center;border-radius:16px;padding:13px 16px}
.exs-btn{border-radius:14px;border:0;font-weight:900}.exs-btn.primary,.exs-btn-primary{background:linear-gradient(135deg,#0f766e,#0ea5e9)!important;color:#fff!important;box-shadow:0 12px 30px rgba(14,165,233,.22)}.exs-btn.ghost{background:rgba(255,255,255,.12)!important;color:#fff!important;border:1px solid rgba(255,255,255,.22)!important}.exs-btn:hover{filter:brightness(1.04);transform:translateY(-1px)}.exs-btn[disabled]{opacity:.55;filter:grayscale(.4);box-shadow:none}
.exs-portfolio-header{display:flex;justify-content:space-between;align-items:center;gap:16px;background:linear-gradient(135deg,rgba(20,184,166,.14),rgba(14,165,233,.12));border:1px solid rgba(255,255,255,.10);border-radius:24px;padding:20px;margin-bottom:18px}.exs-portfolio-header h3{font-size:25px;margin:8px 0 4px;color:#fff}.exs-portfolio-header p{margin:0;color:#cbd5e1}.exs-portfolio-total{background:rgba(255,255,255,.96);border-radius:20px;padding:16px 20px;min-width:220px;color:#0f172a}.exs-portfolio-total span{display:block;color:#64748b;font-size:12px;font-weight:900}.exs-portfolio-total strong{font-size:25px;color:#0f766e}.exs-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.exs-list li{background:#f8fafc!important;border-radius:14px}.exs-card canvas{width:100%;min-height:220px}.exs-table{border-collapse:separate;border-spacing:0 10px;background:transparent!important;color:#e2e8f0}.exs-table th{background:transparent!important;color:#94a3b8;border:0;font-size:12px}.exs-table td{background:rgba(255,255,255,.06);border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);padding:14px}.exs-table tr td:first-child{border-radius:0 14px 14px 0}.exs-table tr td:last-child{border-radius:14px 0 0 14px}.exs-status{padding:5px 10px;border-radius:999px;font-weight:900}.exs-modal{backdrop-filter:blur(7px);background:rgba(2,6,23,.72)}.exs-modal-card{border-radius:26px;box-shadow:0 28px 90px rgba(2,6,23,.45)}.exs-modal-x{position:absolute;left:16px;top:14px;border:0;background:#f1f5f9;border-radius:12px;width:36px;height:36px;font-size:22px;cursor:pointer}.exs-form-multistep .exs-step{width:auto;height:auto;border-radius:18px;border:1px solid #e2e8f0;display:block;padding:16px;background:#fff;color:#0f172a}.exs-form-multistep label{display:block;margin:12px 0;font-weight:800;color:#334155}.exs-form-multistep input,.exs-form-multistep select{width:100%;padding:12px;border-radius:14px;border:1px solid #cbd5e1;font-family:inherit}.exs-step-nav{display:flex;justify-content:space-between;gap:10px;margin-top:14px}.exs-review-box,.exs-method-info{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:14px;color:#0f172a}.exs-disclaimer{background:#fffbeb!important;color:#92400e!important;border:1px dashed #f59e0b!important;border-radius:18px;text-align:center}
@media(max-width:900px){.exs-kpis{grid-template-columns:repeat(2,1fr)}.exs-venture-hero,.exs-featured-project,.exs-grid-2{grid-template-columns:1fr}.exs-featured-side{grid-template-columns:repeat(3,1fr)}.exs-project-cover{min-height:130px}.exs-app{padding:14px;border-radius:18px}}@media(max-width:620px){.exs-kpis,.exs-featured-side{grid-template-columns:1fr}.exs-plan-grid{grid-template-columns:1fr}.exs-venture-copy h2{font-size:27px}.exs-portfolio-header{flex-direction:column;align-items:stretch}.exs-project-card .exs-project-head{flex-direction:column}.exs-tabs{padding-bottom:10px}.exs-app{margin:10px auto}}


/* =========================================================
   V12.1.3 Compact Professional Charts / Dashboard Fix
   Fixes over-stretched canvas and makes charts look like SaaS cards.
   ========================================================= */
.exs-chart-wrap,
.exs-app .exs-chart-wrap,
.exs-app .exs-card:has(canvas),
.exs-card.exs-chart-card{
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow:hidden!important;
  padding:18px!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,250,252,.98))!important;
  border:1px solid rgba(226,232,240,.92)!important;
  box-shadow:0 18px 50px rgba(2,6,23,.14)!important;
}
.exs-chart-title,
.exs-app .exs-card:has(canvas) h3{
  margin:0 0 10px!important;
  font-size:16px!important;
  color:#0f172a!important;
  font-weight:900!important;
}
.exs-chart-box,
.exs-chart-canvas-box{
  position:relative!important;
  width:100%!important;
  height:260px!important;
  max-height:260px!important;
  min-height:260px!important;
  overflow:hidden!important;
}
.exs-app canvas,
.exs-card canvas,
.exs-chart-wrap canvas,
#exs-revenue-chart,
#exs-rewards-chart,
#exs-rewards-history{
  display:block!important;
  width:100%!important;
  height:260px!important;
  max-height:260px!important;
  min-height:260px!important;
  aspect-ratio:auto!important;
}
.exs-chart-empty{
  height:260px!important;
  min-height:260px!important;
  border:1px dashed #cbd5e1;
  border-radius:18px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  text-align:center;
  color:#64748b;
  background:radial-gradient(circle at 50% 0,rgba(14,165,233,.10),transparent 42%),#f8fafc;
}
.exs-chart-empty b{font-size:16px;color:#0f172a}.exs-chart-empty span{font-size:13px;max-width:320px}.exs-chart-empty:before{content:"📊";font-size:34px;line-height:1}
.exs-portfolio-dashboard .exs-grid-2,
.exs-pane .exs-grid-2{align-items:start!important}.exs-portfolio-dashboard .exs-card{min-height:0!important}
@media(max-width:700px){.exs-chart-box,.exs-chart-canvas-box,.exs-app canvas,.exs-card canvas,.exs-chart-wrap canvas,#exs-revenue-chart,#exs-rewards-chart,#exs-rewards-history{height:220px!important;min-height:220px!important;max-height:220px!important}.exs-chart-empty{height:220px!important;min-height:220px!important}}

/* V12.1.5 reward notification banner */
.exs-profit-alert{display:flex;gap:14px;align-items:flex-start;margin:16px 0;padding:16px 18px;border:1px solid rgba(34,197,94,.28);border-radius:18px;background:linear-gradient(135deg,rgba(16,185,129,.16),rgba(14,165,233,.12));box-shadow:0 14px 35px rgba(0,0,0,.12)}
.exs-profit-alert-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:rgba(255,255,255,.16);font-size:22px;flex:0 0 auto}
.exs-profit-alert strong{display:block;margin-bottom:4px;color:#ecfeff;font-weight:800}
.exs-profit-alert p{margin:0 0 8px;color:#dbeafe;line-height:1.8}
.exs-profit-alert a{color:#67e8f9;font-weight:800;text-decoration:none}
@media(max-width:640px){.exs-profit-alert{padding:14px}.exs-profit-alert p{font-size:13px}}

/* V12.1.7 Payment Center + Daily Chart polish */
.exs-pay-station{padding:22px;border-radius:26px;margin-bottom:22px;background:linear-gradient(135deg,rgba(15,23,42,.92),rgba(8,145,178,.18));border:1px solid rgba(45,212,191,.18);box-shadow:0 20px 60px rgba(2,6,23,.22)}
.exs-pay-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.exs-pay-head h3{margin:4px 0 6px}.exs-pay-head p{margin:0;max-width:760px;color:#cbd5e1;line-height:1.8}
.exs-pay-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.exs-direct-pay-form label{display:block;font-weight:800;color:#e2e8f0;margin-bottom:10px}.exs-direct-pay-form input,.exs-direct-pay-form select{width:100%;margin-top:7px;border-radius:14px;border:1px solid rgba(148,163,184,.28);background:#fff;color:#0f172a;padding:12px 14px;font-weight:700}.exs-direct-pay-form .exs-method-info{background:rgba(255,255,255,.08);border:1px dashed rgba(45,212,191,.35);border-radius:18px;padding:14px;margin:12px 0;color:#e2e8f0}.exs-direct-pay-form .exs-method-info code{background:rgba(15,23,42,.85);color:#67e8f9;padding:4px 7px;border-radius:8px;direction:ltr;display:inline-block}.exs-proof-drop{margin-top:12px;border:2px dashed rgba(45,212,191,.45);border-radius:20px;padding:18px;background:rgba(2,6,23,.28);text-align:center}.exs-proof-drop input{background:#fff}.exs-proof-drop span{display:block;color:#93c5fd;font-weight:700;margin-top:6px}.exs-checkline{display:flex!important;align-items:center;gap:10px;font-weight:700!important;color:#cbd5e1!important}.exs-checkline input{width:auto!important;margin:0!important}.exs-pay-submit{width:100%;margin-top:10px;justify-content:center}.exs-method-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.exs-section-title{margin:20px 0 12px}.exs-daily-movement-card .exs-chart-box{height:280px;max-height:280px}
@media(max-width:700px){.exs-pay-head{display:block}.exs-pay-grid,.exs-method-grid{grid-template-columns:1fr}.exs-pay-head .exs-btn{margin-top:12px;width:100%;justify-content:center}.exs-pay-station{padding:16px}}

/* V12.1.8 Premium Payment UI Fix — readable payment center */
.exs-pay-station{
  background:#ffffff!important;
  border:1px solid rgba(226,232,240,.95)!important;
  box-shadow:0 22px 55px rgba(15,23,42,.10)!important;
  color:#0f172a!important;
  position:relative;
  overflow:hidden;
}
.exs-pay-station:before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:7px;
  background:linear-gradient(90deg,#0f766e,#0ea5e9,#22d3ee);
}
.exs-pay-head{
  background:linear-gradient(135deg,#0f172a,#164e63 62%,#0891b2);
  border-radius:22px;
  padding:20px;
  color:#fff;
  margin-bottom:20px!important;
}
.exs-pay-head .exs-eyebrow{
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:4px 10px;
  border-radius:999px;
  background:rgba(34,211,238,.16);
  border:1px solid rgba(125,211,252,.30);
  color:#cffafe!important;
  font-size:12px;
  font-weight:900;
}
.exs-pay-head h3{color:#fff!important;font-size:24px;line-height:1.35;margin:8px 0!important}
.exs-pay-head p{color:#dbeafe!important;font-size:14px;line-height:1.9!important}
.exs-pay-head .exs-btn.ghost{
  background:rgba(255,255,255,.12)!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.25)!important;
  white-space:nowrap;
}
.exs-pay-grid{
  background:#f8fafc;
  border:1px solid #e2e8f0;
  border-radius:22px;
  padding:16px;
}
.exs-direct-pay-form label{
  color:#334155!important;
  font-size:13px;
  font-weight:900!important;
  margin:0!important;
}
.exs-direct-pay-form input,
.exs-direct-pay-form select{
  height:48px;
  background:#fff!important;
  color:#0f172a!important;
  border:1px solid #cbd5e1!important;
  box-shadow:0 1px 0 rgba(15,23,42,.03);
  border-radius:14px!important;
  margin-top:8px!important;
}
.exs-direct-pay-form input:focus,
.exs-direct-pay-form select:focus{
  outline:none!important;
  border-color:#06b6d4!important;
  box-shadow:0 0 0 4px rgba(6,182,212,.15)!important;
}
.exs-direct-pay-form .exs-method-info{
  display:grid;
  gap:8px;
  background:#ecfeff!important;
  border:1px dashed #22d3ee!important;
  border-radius:20px!important;
  padding:16px!important;
  margin:16px 0!important;
  color:#164e63!important;
  font-weight:800;
}
.exs-direct-pay-form .exs-method-info p{margin:0!important;line-height:1.8;color:#164e63!important}
.exs-direct-pay-form .exs-method-info strong{color:#0f172a!important}
.exs-direct-pay-form .exs-method-info code{
  background:#0f172a!important;
  color:#67e8f9!important;
  padding:6px 10px!important;
  border-radius:10px!important;
  direction:ltr!important;
  unicode-bidi:plaintext;
  font-size:13px;
}
.exs-proof-drop{
  background:linear-gradient(180deg,#f8fafc,#eef6ff)!important;
  border:2px dashed #38bdf8!important;
  color:#0f172a!important;
  padding:18px!important;
  border-radius:22px!important;
  margin:16px 0!important;
}
.exs-proof-drop:before{
  content:"📎";
  display:block;
  font-size:26px;
  margin-bottom:6px;
}
.exs-proof-drop input{
  width:100%;
  height:auto!important;
  margin-top:10px!important;
  background:#fff!important;
  color:#0f172a!important;
  padding:12px!important;
  border:1px solid #cbd5e1!important;
}
.exs-proof-drop span{color:#2563eb!important;font-size:13px!important}
.exs-checkline{
  color:#334155!important;
  background:#fff7ed;
  border:1px solid #fed7aa;
  padding:10px 12px;
  border-radius:14px;
  margin:10px 0!important;
  line-height:1.7;
}
.exs-checkline+ .exs-checkline{background:#f0fdf4;border-color:#bbf7d0}
.exs-pay-submit{
  min-height:50px;
  border-radius:16px!important;
  background:linear-gradient(135deg,#0f766e,#0ea5e9)!important;
  box-shadow:0 14px 30px rgba(14,165,233,.22)!important;
  font-size:15px!important;
}
.exs-method-grid .exs-method-card{
  color:#0f172a!important;
  border-radius:22px!important;
  border:1px solid #e2e8f0!important;
  box-shadow:0 14px 35px rgba(15,23,42,.08)!important;
}
.exs-method-card h4{color:#0f172a!important;font-size:18px!important}
.exs-method-card p,.exs-method-card div{color:#475569!important}
.exs-method-card code{background:#eef2ff;color:#1e3a8a;padding:4px 8px;border-radius:8px;unicode-bidi:plaintext;direction:ltr}
@media(max-width:700px){
  .exs-pay-station{padding:14px!important;border-radius:22px!important}
  .exs-pay-head{padding:16px;border-radius:18px}
  .exs-pay-head h3{font-size:20px!important}
  .exs-pay-grid{padding:12px;border-radius:18px}
  .exs-direct-pay-form input,.exs-direct-pay-form select{height:46px;font-size:14px!important}
}
/* v12.1.9 profit/loss movement */
.exs-loss-amount{color:#ef4444;font-weight:800}.exs-profit-amount{color:#10b981;font-weight:800}
