@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
:root{--bg-primary:#121218;--bg-secondary:#18181f;--bg-tertiary:#1e1e2a;--bg-card:#1c1c28;--bg-card-hover:#223;--bg-input:#1a1a26;--bg-elevated:#252535;--accent-gold:#c8a84e;--accent-gold-hover:#d4b85c;--accent-gold-muted:#c8a84e26;--accent-purple:#7c5cfc;--accent-purple-muted:#7c5cfc1f;--accent-blue:#5b8def;--accent-green:#34d399;--accent-green-muted:#34d3991f;--accent-red:#f06060;--accent-red-muted:#f060601f;--accent-amber:#e8a838;--accent-amber-muted:#e8a8381f;--text-primary:#f0f0f5;--text-secondary:#c0c0d0;--text-muted:#70708a;--text-dim:#50506a;--border:#ffffff0f;--border-hover:#ffffff1a;--border-active:#7c5cfc4d;--glass-blur:16px;--radius-sm:8px;--radius:12px;--radius-lg:16px;--radius-xl:20px;--shadow:0 2px 16px #0000004d;--shadow-lg:0 8px 40px #00000080;--transition:.2s cubic-bezier(.4, 0, .2, 1);--font:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--sidebar-width:240px;--topbar-height:64px}.sidebar{width:var(--sidebar-width);background:var(--bg-secondary);border-right:1px solid var(--border);z-index:100;flex-direction:column;height:100vh;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.sidebar-brand{flex-direction:column;justify-content:center;align-items:center;padding:1.5rem 1.25rem 1.25rem;display:flex}.sidebar-logo{object-fit:contain;width:160px;height:auto}.sidebar-brand-sub{letter-spacing:.1em;color:var(--accent-purple);text-transform:uppercase;opacity:.8;margin-top:4px;padding-left:2px;font-size:.5625rem;font-weight:600}.sidebar-section-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim);justify-content:start;align-items:center;margin-bottom:.375rem;padding:0 1.25rem;font-size:.625rem;font-weight:700;display:flex}.sidebar-nav{flex-direction:column;flex:1;padding:.5rem 0;display:flex}.sidebar-bottom{border-top:1px solid var(--border);padding:.5rem 0}.sidebar-link{color:var(--text-muted);cursor:pointer;border-left:3px solid #0000;align-items:center;gap:.75rem;padding:.625rem 1.25rem;font-size:.8125rem;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.sidebar-link:hover{color:var(--text-primary);background:#ffffff08}.sidebar-link.active{color:var(--accent-purple);border-left-color:var(--accent-purple);background:#7c5cfc14;font-weight:600}.sidebar-link-btn{width:100%;font-family:var(--font);font-size:inherit;background:0 0;border:none}.sidebar-link-icon{opacity:.7;flex-shrink:0;justify-content:center;align-items:center;width:1.25rem;font-size:1.125rem;display:flex}.sidebar-link.active .sidebar-link-icon{opacity:1}.sidebar-link-label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{font-family:var(--font);background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;line-height:1.6}h1,h2,h3,h4,h5,h6{letter-spacing:-.01em;font-weight:600;line-height:1.3}h1{font-size:2rem;font-weight:700}h2{font-size:1.5rem;font-weight:700}h3{font-size:1.125rem}a{color:var(--accent-gold);transition:color var(--transition);text-decoration:none}a:hover{color:var(--accent-gold-hover)}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--text-dim);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.label-uppercase{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:.6875rem;font-weight:600}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);transition:all var(--transition);padding:1.25rem}.card:hover{border-color:var(--border-hover)}.card-interactive{cursor:pointer}.card-interactive:hover{background:var(--bg-card-hover);transform:translateY(-1px)}.card-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.card-title{font-size:1rem;font-weight:600}.btn{border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition);font-size:.8125rem;font-weight:500;font-family:var(--font);white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;line-height:1.4;display:inline-flex}.btn:disabled{opacity:.4;cursor:not-allowed}.btn-primary{background:var(--accent-gold);color:#121218;font-weight:600}.btn-primary:hover:not(:disabled){background:var(--accent-gold-hover);box-shadow:0 4px 20px #c8a84e40}.btn-secondary{background:var(--bg-elevated);color:var(--text-primary);border:1px solid var(--border)}.btn-secondary:hover:not(:disabled){background:var(--bg-card-hover);border-color:var(--border-hover)}.btn-danger{background:var(--accent-red-muted);color:var(--accent-red);border:1px solid #f0606026}.btn-danger:hover:not(:disabled){background:#f0606033}.btn-ghost{color:var(--text-muted);background:0 0}.btn-ghost:hover:not(:disabled){color:var(--text-primary);background:var(--bg-tertiary)}.btn-outline{color:var(--text-primary);border:1px solid var(--border);background:0 0}.btn-outline:hover:not(:disabled){border-color:var(--text-muted)}.btn-sm{padding:.375rem .75rem;font-size:.75rem}.btn-lg{padding:.75rem 1.5rem;font-size:.875rem}.btn-icon{min-width:36px;padding:.5rem}.badge{text-transform:uppercase;letter-spacing:.05em;border-radius:4px;align-items:center;gap:.25rem;padding:.2rem .5rem;font-size:.625rem;font-weight:700;line-height:1;display:inline-flex}.badge-open{background:var(--accent-green-muted);color:var(--accent-green)}.badge-confirmed{background:var(--accent-gold-muted);color:var(--accent-gold)}.badge-active{background:var(--accent-green-muted);color:var(--accent-green)}.badge-pending{background:var(--accent-amber-muted);color:var(--accent-amber)}.badge-cancelled{background:var(--accent-red-muted);color:var(--accent-red)}.badge-completed{background:var(--accent-purple-muted);color:var(--accent-purple)}.badge-full{background:var(--accent-red-muted);color:var(--accent-red)}.badge-paid{background:var(--accent-green-muted);color:var(--accent-green)}.badge-cash{background:var(--accent-amber-muted);color:var(--accent-amber)}.badge-admin{background:var(--accent-purple-muted);color:var(--accent-purple)}.badge-club_owner{background:var(--accent-gold-muted);color:var(--accent-gold)}.badge-user{color:var(--text-muted);background:#ffffff0f}.badge-vip{background:var(--accent-gold);color:#121218}.badge-waitlisted{background:var(--accent-amber-muted);color:var(--accent-amber);border:1px solid #e8a83833}.badge-action{background:var(--accent-red);color:#fff}.table-container{border-radius:var(--radius);overflow-x:auto}table{border-collapse:collapse;width:100%}th{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);border-bottom:1px solid var(--border);background:var(--bg-tertiary);padding:.75rem 1rem;font-size:.6875rem;font-weight:600}td{color:var(--text-secondary);border-bottom:1px solid var(--border);padding:.75rem 1rem;font-size:.8125rem}tr{transition:background var(--transition)}tr:hover{background:#ffffff05}tr:last-child td{border-bottom:none}.form-group{margin-bottom:1.25rem}.form-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.375rem;font-size:.75rem;font-weight:600;display:block}.form-input,.form-select,textarea.form-input{background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);font-size:.8125rem;font-family:var(--font);transition:all var(--transition);outline:none;padding:.625rem .875rem}.form-input:focus,.form-select:focus,textarea.form-input:focus{border-color:var(--accent-gold);box-shadow:0 0 0 3px #c8a84e14}.form-input::placeholder{color:var(--text-dim)}.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2370708a' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-actions{justify-content:flex-end;gap:.75rem;margin-top:1.5rem;display:flex}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:1rem;animation:.15s fadeIn;display:flex;position:fixed;inset:0}.modal{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:560px;max-height:90vh;box-shadow:var(--shadow-lg);padding:1.5rem;animation:.2s slideUp;overflow-y:auto}.modal-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.modal-title{font-size:1.125rem;font-weight:600}.modal-close{color:var(--text-muted);cursor:pointer;transition:color var(--transition);border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;padding:.25rem;font-size:1.25rem;line-height:1;display:flex}.modal-close:hover{color:var(--text-primary);background:var(--bg-tertiary)}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.stat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);transition:all var(--transition);padding:1.25rem;position:relative}.stat-card:hover{border-color:var(--border-hover)}.stat-card-accent{background:linear-gradient(135deg,#c8a84e26,#c8a84e0d);border-color:#c8a84e33}.stat-card-accent .stat-value{color:var(--accent-gold)}.stat-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.5rem;font-size:.6875rem;font-weight:600}.stat-value{font-size:2rem;font-weight:700;line-height:1.1}.stat-sub{color:var(--text-muted);align-items:center;gap:.375rem;margin-top:.5rem;font-size:.75rem;display:flex}.stat-sub-positive{color:var(--accent-gold)}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.page-title{margin-bottom:.25rem;font-size:1.75rem;font-weight:700}.page-subtitle{color:var(--text-muted);font-size:.875rem;line-height:1.5}.page-actions{align-items:center;gap:.5rem;display:flex}.layout-two-col{grid-template-columns:1fr 340px;align-items:start;gap:1.5rem;display:grid}.layout-main{flex-direction:column;gap:1rem;min-width:0;display:flex}.layout-aside{top:calc(var(--topbar-height) + 1.5rem);flex-direction:column;gap:1rem;display:flex;position:sticky}.tab-filters{background:var(--bg-tertiary);border-radius:var(--radius-sm);gap:2px;padding:3px;display:flex}.tab-filter{color:var(--text-muted);cursor:pointer;transition:all var(--transition);font-size:.8125rem;font-weight:500;font-family:var(--font);background:0 0;border:none;border-radius:6px;padding:.5rem 1rem}.tab-filter:hover{color:var(--text-primary)}.tab-filter.active{background:var(--bg-card);color:var(--text-primary);box-shadow:0 1px 4px #0003}.filters-bar{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.filter-chip{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;transition:all var(--transition);font-size:.8125rem;font-family:var(--font);align-items:center;gap:.375rem;padding:.4rem .75rem;display:flex}.filter-chip:hover{border-color:var(--border-hover);color:var(--text-primary)}.filters-bar .form-select,.filters-bar .form-input{background:var(--bg-tertiary);width:auto;min-width:140px;padding:.4rem .75rem;font-size:.8125rem}.list-item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);transition:all var(--transition);cursor:pointer;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.list-item:hover{border-color:var(--border-hover);background:var(--bg-card-hover)}.list-item.selected{border-color:var(--accent-purple);background:#7c5cfc0d}.list-item-date{text-align:center;background:var(--bg-tertiary);border-radius:var(--radius-sm);min-width:48px;padding:.5rem}.list-item-date-month{text-transform:uppercase;letter-spacing:.08em;color:var(--accent-gold);font-size:.5625rem;font-weight:700}.list-item-date-day{font-size:1.25rem;font-weight:700;line-height:1.2}.list-item-date-weekday{text-transform:uppercase;color:var(--text-muted);font-size:.5625rem}.list-item-content{flex:1;min-width:0}.list-item-title{margin-bottom:.125rem;font-size:.9375rem;font-weight:600}.list-item-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.75rem;font-size:.75rem;display:flex}.list-item-right{text-align:right;flex-shrink:0}.list-item-right-date{font-size:.8125rem;font-weight:500}.list-item-right-status{color:var(--text-muted);margin-top:.125rem;font-size:.6875rem}.list-item-arrow{color:var(--text-dim);font-size:1.125rem}.detail-panel{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius)}.detail-panel-header{border-bottom:1px solid var(--border);padding:1.25rem}.detail-panel-body{padding:1.25rem}.detail-panel-section{margin-bottom:1.25rem}.detail-panel-section:last-child{margin-bottom:0}.detail-panel-section-title{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.625rem;font-size:.6875rem;font-weight:600}.detail-row{justify-content:space-between;align-items:center;margin-bottom:.375rem;display:flex}.detail-row-label{color:var(--text-muted);font-size:.8125rem}.detail-row-value{font-size:.8125rem;font-weight:500}.spot-card{border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card);transition:all var(--transition);position:relative;overflow:hidden}.spot-card:hover{border-color:var(--border-hover);transform:translateY(-2px)}.spot-card-image{background:linear-gradient(135deg, var(--bg-tertiary), var(--bg-elevated));justify-content:center;align-items:center;height:160px;display:flex;position:relative;overflow:hidden}.spot-card-image img{object-fit:cover;width:100%;height:100%}.spot-card-image-overlay{background:linear-gradient(#0000001a 0%,#0009 100%);position:absolute;inset:0}.spot-card-image-label{z-index:1;position:absolute;top:.75rem;left:.75rem}.spot-card-image-name{z-index:1;font-size:1.125rem;font-weight:700;position:absolute;bottom:.75rem;left:.75rem}.spot-card-body{padding:1rem}.spot-card-stats{gap:1rem;margin-bottom:.75rem;display:flex}.spot-card-stat{flex:1}.spot-card-stat-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.25rem;font-size:.625rem;font-weight:600}.spot-card-stat-value{font-size:.8125rem;font-weight:600}.spot-card-actions{gap:.5rem;display:flex}.occupancy-bar{background:var(--bg-tertiary);border-radius:2px;height:4px;margin-top:.25rem;overflow:hidden}.occupancy-bar-fill{border-radius:2px;height:100%;transition:width .4s}.occupancy-high{background:var(--accent-red)}.occupancy-medium{background:var(--accent-amber)}.occupancy-low{background:var(--accent-green)}.timeline{flex-direction:column;gap:0;display:flex}.timeline-item{gap:1rem;padding:.875rem 0;display:flex;position:relative}.timeline-item+.timeline-item{border-top:1px solid var(--border)}.timeline-time{color:var(--text-muted);min-width:44px;padding-top:.125rem;font-size:.75rem}.timeline-content{background:var(--bg-tertiary);border-radius:var(--radius-sm);border:1px solid var(--border);flex:1;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.timeline-content:hover{border-color:var(--border-hover)}.timeline-avatar{background:linear-gradient(135deg, var(--accent-purple), var(--accent-blue));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:700;display:flex}.timeline-info{flex:1}.timeline-name{font-size:.875rem;font-weight:600}.timeline-meta{color:var(--text-muted);font-size:.75rem}.feed-item{gap:.75rem;padding:.75rem 0;display:flex}.feed-item+.feed-item{border-top:1px solid var(--border)}.feed-icon{border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;display:flex}.feed-icon-wallet{background:var(--accent-green-muted);color:var(--accent-green)}.feed-icon-vip{background:var(--accent-gold-muted);color:var(--accent-gold)}.feed-icon-new{background:var(--accent-purple-muted);color:var(--accent-purple)}.feed-icon-alert{background:var(--accent-red-muted);color:var(--accent-red)}.feed-content{flex:1}.feed-title{font-size:.8125rem;font-weight:500;line-height:1.4}.feed-time{color:var(--text-dim);margin-top:.125rem;font-size:.6875rem}.feed-amount{color:var(--accent-green);margin-top:.125rem;font-size:.75rem;font-weight:600}.feed-action{text-transform:uppercase;letter-spacing:.04em;color:var(--accent-gold);cursor:pointer;margin-top:.25rem;font-size:.6875rem;font-weight:700}.quick-actions{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;display:grid}.quick-action{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:all var(--transition);color:inherit;align-items:center;gap:.875rem;padding:1rem 1.25rem;text-decoration:none;display:flex}.quick-action:hover{border-color:var(--border-hover);background:var(--bg-card-hover)}.quick-action-icon{border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.125rem;display:flex}.quick-action-icon-blue{color:var(--accent-blue);background:#5b8def1f}.quick-action-icon-gold{background:var(--accent-gold-muted);color:var(--accent-gold)}.quick-action-icon-purple{background:var(--accent-purple-muted);color:var(--accent-purple)}.quick-action-title{font-size:.875rem;font-weight:600}.quick-action-sub{color:var(--text-muted);margin-top:.125rem;font-size:.6875rem}.empty-state{text-align:center;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;padding:3rem 1rem;display:flex}.empty-state-icon{opacity:.4;margin-bottom:.75rem;font-size:2.5rem}.empty-state-title{color:var(--text-secondary);margin-bottom:.375rem;font-size:1rem;font-weight:600}.empty-state-text{max-width:280px;margin-bottom:1.25rem;font-size:.8125rem;line-height:1.5}.loading-spinner{border:2px solid var(--border);border-top-color:var(--accent-gold);border-radius:50%;width:28px;height:28px;animation:.7s linear infinite spin}.loading-page{background:var(--bg-primary);justify-content:center;align-items:center;min-height:100vh;display:flex}.loading-section{justify-content:center;align-items:center;padding:4rem;display:flex}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton{background:linear-gradient(90deg, var(--bg-tertiary) 25%, var(--bg-elevated) 37%, var(--bg-tertiary) 63%);border-radius:var(--radius-sm);background-size:800px 100%;animation:1.6s infinite shimmer}.skeleton-text{border-radius:4px;height:.75rem}.skeleton-text-sm{border-radius:3px;height:.5rem}.skeleton-text-lg{border-radius:4px;height:1rem}.skeleton-title{border-radius:6px;width:50%;height:1.75rem;margin-bottom:.5rem}.skeleton-subtitle{border-radius:4px;width:35%;height:.875rem}.skeleton-stat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.skeleton-list-item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.skeleton-card-image{border-radius:var(--radius) var(--radius) 0 0;height:140px}.skeleton-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.skeleton-avatar{border-radius:50%;flex-shrink:0;width:36px;height:36px}.skeleton-table-row{border-bottom:1px solid var(--border);gap:1rem;padding:.75rem 1rem;display:grid}.skeleton-filter{border-radius:var(--radius-sm);width:120px;height:36px}.skeleton-btn{border-radius:var(--radius-sm);width:140px;height:40px}.toast-container{z-index:2000;flex-direction:column;gap:.5rem;display:flex;position:fixed;top:1rem;right:1rem}.toast{border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);align-items:center;gap:.5rem;min-width:260px;max-width:380px;padding:.75rem 1rem;font-size:.8125rem;animation:.3s slideIn;display:flex}.toast-success{color:var(--accent-green);background:#1a2e20;border:1px solid #34d39933}.toast-error{color:var(--accent-red);background:#2e1a1a;border:1px solid #f0606033}.toast-info{color:var(--accent-blue);background:#1a1a2e;border:1px solid #5b8def33}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}@keyframes spin{to{transform:rotate(360deg)}}.fade-in{animation:.3s fadeIn}.slide-up{animation:.35s slideUp}@media (max-width:1024px){.layout-two-col{grid-template-columns:1fr}.layout-aside{position:static}}@media (max-width:768px){.stat-grid{grid-template-columns:repeat(2,1fr)}.form-row{grid-template-columns:1fr}.page-header{flex-direction:column;align-items:flex-start}.quick-actions{grid-template-columns:1fr}}@media (max-width:480px){.stat-grid{grid-template-columns:1fr}}[dir=rtl]{font-family:Noto Sans Arabic,Inter,system-ui,sans-serif}[dir=rtl] .sidebar{border-right:none;border-left:1px solid var(--border);left:auto;right:0}[dir=rtl] main{margin-right:260px;margin-left:0!important}[dir=rtl] .sidebar-link-icon{margin-left:.75rem;margin-right:0}[dir=rtl] .sidebar-brand{text-align:right}[dir=rtl] .topbar{direction:rtl}[dir=rtl] .topbar-user{margin-left:0;margin-right:.5rem}[dir=rtl] .page-header{text-align:right;direction:rtl}[dir=rtl] .list-item{direction:rtl}[dir=rtl] .list-item-arrow{transform:scaleX(-1)}[dir=rtl] .detail-panel{text-align:right;direction:rtl}[dir=rtl] .detail-row{direction:rtl}[dir=rtl] .card{text-align:right}[dir=rtl] .card-header,[dir=rtl] .tab-filters,[dir=rtl] .filters-bar{direction:rtl}[dir=rtl] .form-group,[dir=rtl] .form-label{text-align:right}[dir=rtl] .form-input,[dir=rtl] .form-select{text-align:right;direction:rtl}[dir=rtl] .form-actions,[dir=rtl] .empty-state,[dir=rtl] .timeline-content,[dir=rtl] .feed-item{direction:rtl}[dir=rtl] .quick-action,[dir=rtl] .stat-card,[dir=rtl] table,[dir=rtl] .modal-body{text-align:right;direction:rtl}[dir=rtl] .sidebar-nav,[dir=rtl] .sidebar-section-label,[dir=rtl] .sidebar-bottom{text-align:right}
