 .wcpec-dashboard-shell,.wcpec-box{direction:rtl}
.wcpec-dashboard-shell{background:#fff;border:1px solid #d6e0ec;border-radius:18px;overflow:hidden;box-shadow:0 18px 40px rgba(11,36,71,.08)}
.wcpec-dashboard-header{display:flex;justify-content:space-between;align-items:center;padding:22px 24px;background:linear-gradient(135deg,#0b2447,#19376d);color:#fff}
.wcpec-dashboard-header h2{margin:0 0 6px}
.wcpec-dashboard-tabs{display:flex;gap:10px;flex-wrap:wrap;padding:16px;background:#f7fafc;border-bottom:1px solid #e7eef6}
.wcpec-tab-btn{border:1px solid #d6e0ec;background:#fff;padding:10px 16px;border-radius:12px;cursor:pointer}
.wcpec-tab-btn.active{background:#c7a546;color:#111;border-color:#c7a546}
.wcpec-tab-content{display:none;padding:20px}
.wcpec-tab-content.active{display:block}
.wcpec-finance-header{padding:20px;border-radius:16px;background:linear-gradient(135deg,#0b2447,#19376d);color:#fff;margin-bottom:14px}
.wcpec-invoice-card{background:#fff;border:1px solid #d9e1ec;border-radius:16px;padding:18px;margin-bottom:16px}
.wcpec-invoice-top{display:flex;justify-content:space-between;align-items:flex-start;gap:15px}
.wcpec-status{background:#eef4fa;border:1px solid #d9e1ec;border-radius:999px;padding:7px 12px;font-weight:700}
.wcpec-sub{color:#61758a;font-size:13px}
.wcpec-invoice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-top:14px}
.wcpec-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
.wcpec-btn{border:none;padding:11px 16px;border-radius:12px;cursor:pointer;text-decoration:none;display:inline-block}
.wcpec-btn.primary{background:#0b2447;color:#fff}
.wcpec-btn.secondary{background:#c7a546;color:#111}
.wcpec-btn.outline{background:#fff;border:1px solid #0b2447;color:#0b2447}
.wcpec-btn.disabled{background:#e5e7eb;color:#666;cursor:not-allowed}
.wcpec-expand-panel{display:none;margin-top:14px;padding:14px;border-top:1px dashed #d9e1ec}
.wcpec-expand-panel form{display:grid;gap:10px}
.wcpec-alert{padding:12px 14px;border-radius:12px;margin-bottom:12px}
.wcpec-alert.success{background:#e9f8ef;border:1px solid #b7ebc6}
.wcpec-alert.warning{background:#fff7e6;border:1px solid #ffd591}
.wcpec-note-box{margin-top:12px;padding:12px;border-radius:12px;background:#f8fbff;border:1px solid #d9e1ec}
.wcpec-wallet-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}
.wcpec-card-mini{background:#fff;border:1px solid #d9e1ec;border-radius:14px;padding:16px}
.wcpec-card-mini .title{color:#61758a;margin-bottom:8px}
.wcpec-card-mini .value{font-size:28px;font-weight:700}
.wcpec-table{width:100%;border-collapse:collapse}
.wcpec-table th,.wcpec-table td{border:1px solid #e6edf5;padding:10px}
.wcpec-notification-card{border:1px solid #d9e1ec;border-radius:14px;padding:14px;margin-bottom:12px;background:#fff}
.wcpec-notification-card.unread{border-color:#c7a546;background:#fffdf6}
.wcpec-notification-title{font-weight:700;margin-bottom:6px}
.wcpec-notification-meta{font-size:12px;color:#61758a}
.wcpec-bell-wrap{position:relative;display:inline-block}
.wcpec-bell-link{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:#fff;text-decoration:none}
.wcpec-bell-icon{font-size:22px}
.wcpec-bell-badge{position:absolute;top:4px;left:4px;background:#d32f2f;color:#fff;border-radius:50%;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:11px;padding:0 4px}
.wcpec-bell-dropdown{display:none;position:absolute;left:0;top:50px;width:320px;background:#fff;border:1px solid #d9e1ec;border-radius:16px;box-shadow:0 18px 40px rgba(0,0,0,.12);z-index:999}
.wcpec-bell-wrap:hover .wcpec-bell-dropdown{display:block}
.wcpec-bell-head{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-bottom:1px solid #eef3f8}
.wcpec-bell-item{display:block;padding:12px 14px;border-bottom:1px solid #f1f5f9;text-decoration:none;color:#111}
.wcpec-bell-item:hover{background:#f8fbff}
.wcpec-bell-footer{display:block;padding:12px 14px;text-align:center;text-decoration:none;font-weight:700}
.wcpec-link-btn{background:none;border:none;color:#0b2447;cursor:pointer}
.wcpec-flex-between{display:flex;justify-content:space-between;gap:10px;align-items:center}
.wcpec-committee-box{margin-top:10px;padding:12px;border-radius:12px;background:#f8fbff;border:1px solid #d9e1ec}
@media(max-width:700px){.wcpec-dashboard-header,.wcpec-invoice-top,.wcpec-flex-between{flex-direction:column;align-items:flex-start}.wcpec-bell-dropdown{left:auto;right:0;width:280px}}
