:root{color-scheme:dark;--bg: #0b1220;--bg-secondary: #111827;--bg-tertiary: #1f2937;--border: #374151;--text: #f9fafb;--text-muted: #9ca3af;--accent: #3b82f6;--accent-soft: rgba(59, 130, 246, .15);--success: #22c55e;--warning: #f59e0b;--danger: #ef4444;--radius: 12px;--sidebar-width: 240px;--site-sidebar-width: 200px}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:IBM Plex Sans Arabic,system-ui,sans-serif;background:var(--bg);color:var(--text);direction:rtl}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.app-layout{display:flex;flex-direction:row;min-height:100vh}.main-column{flex:1;min-width:0;display:flex;flex-direction:column}.site-main-content{flex:1;min-width:0}.page-header{display:flex;align-items:center;gap:12px;padding:20px 24px;border-bottom:1px solid var(--border);background:var(--bg-secondary)}.page-header-actions{display:flex;gap:8px;margin-inline-start:auto}.page-header h1{margin:0;font-size:1.5rem}.page-header p{margin:4px 0 0;color:var(--text-muted);font-size:.9rem}.page-content{padding:24px}.btn{border:1px solid var(--border);background:var(--bg-tertiary);color:var(--text);border-radius:10px;padding:8px 14px;cursor:pointer}.btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn-ghost{background:transparent}.card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);padding:16px}.grid-3{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.grid-4{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.stat-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);padding:16px}.stat-label{color:var(--text-muted);font-size:.85rem}.stat-value{font-size:1.6rem;font-weight:700;margin-top:8px}.pill{display:inline-flex;align-items:center;border-radius:999px;padding:4px 10px;font-size:.75rem;font-weight:600}.pill-success{background:#22c55e26;color:var(--success)}.pill-warning{background:#f59e0b26;color:var(--warning)}.pill-danger{background:#ef444426;color:var(--danger)}.sidebar{flex-shrink:0;width:var(--sidebar-width);background:var(--bg-secondary);border-inline-end:1px solid var(--border);padding:16px;display:flex;flex-direction:column;gap:8px}.sidebar-brand{font-weight:700;font-size:1.1rem;padding:8px 10px;margin-bottom:8px}.sidebar-link{display:block;padding:10px 12px;border-radius:10px;color:var(--text-muted);text-align:start}.sidebar-link.active{background:linear-gradient(135deg,#7c3aed59,#6366f140);color:var(--text);font-weight:600}.site-layout{display:flex;flex-direction:row;gap:0;min-height:calc(100vh - 81px)}.site-sub-sidebar{flex-shrink:0;width:var(--site-sidebar-width);background:var(--bg);border-inline-end:1px solid var(--border);padding:16px 12px}.site-sub-sidebar h3{margin:0 0 12px;font-size:.95rem}.site-sub-link{display:block;padding:8px 10px;border-radius:8px;color:var(--text-muted);font-size:.9rem;text-align:start}.site-sub-link.active{background:linear-gradient(135deg,#7c3aed59,#6366f140);color:var(--text);font-weight:600}.wizard-steps{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.wizard-step{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;border:1px solid var(--border);color:var(--text-muted);font-size:.85rem}.wizard-step.active{border-color:var(--accent);background:var(--accent-soft);color:var(--text)}.wizard-step.done{border-color:var(--success);color:var(--success)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;padding:24px;z-index:50}.modal{width:min(720px,100%);background:var(--bg-secondary);border:1px solid var(--border);border-radius:16px;padding:24px}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.field label{color:var(--text-muted);font-size:.85rem}.field input,.field textarea,.field select{background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:10px 12px;color:var(--text)}.checkbox-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.meta-row{display:flex;justify-content:space-between;gap:12px;font-size:.85rem;color:var(--text-muted);margin-top:6px}.site-card-top{display:flex;justify-content:space-between;align-items:start;gap:12px}.site-card-top h3{margin:0}.site-card-domain{color:var(--text-muted);font-size:.85rem;margin-top:4px}.site-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.site-card-grid div{background:var(--bg);border-radius:10px;padding:10px}.site-card-grid span{display:block;color:var(--text-muted);font-size:.75rem;margin-bottom:4px}.loading,.error-box{padding:24px;color:var(--text-muted)}.error-box{color:var(--danger)}.sources-header{display:flex;justify-content:space-between;align-items:start;gap:16px;padding:0 24px 16px}.sources-title{margin:0;font-size:1.2rem}.sources-subtitle{margin:4px 0 0;color:var(--text-muted);font-size:.9rem}.sources-meta{display:flex;flex-wrap:wrap;gap:12px;align-items:center;color:var(--text-muted);font-size:.85rem}.embedded-meta{margin-bottom:16px}.sources-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.9fr);gap:16px}@media(max-width:960px){.sources-layout{grid-template-columns:1fr}}.sources-table-wrap{overflow-x:auto;padding:0}.sources-table{width:100%;border-collapse:collapse;font-size:.9rem}.sources-table th,.sources-table td{padding:12px 14px;border-bottom:1px solid var(--border);text-align:start;vertical-align:top}.sources-table th{color:var(--text-muted);font-weight:600;background:var(--bg)}.sources-table tbody tr{cursor:pointer}.sources-table tbody tr:hover{background:#ffffff05}.row-selected{background:var(--accent-soft)!important}.empty-cell{text-align:center;color:var(--text-muted);padding:24px}.mono-muted{color:var(--text-muted);font-size:.75rem;font-family:ui-monospace,monospace}.toggle-cell{display:inline-flex;align-items:center;gap:8px;cursor:pointer}.sources-items-panel h3{margin:0 0 8px}.sources-panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.sources-panel-header h3{margin:0}.sources-panel-actions{display:flex;gap:8px;flex-wrap:wrap}.info-box.compact{margin:8px 0;padding:8px 12px;border-radius:8px;background:#22c55e1f;border:1px solid rgba(34,197,94,.35);color:var(--text);font-size:.9rem}.test-fetch-preview{margin:12px 0 16px;padding:12px;border:1px solid var(--border);border-radius:8px;background:var(--bg)}.preview-meta{display:flex;justify-content:space-between;gap:8px;color:var(--text-muted);font-size:.85rem;margin-bottom:8px}.preview-body{margin:6px 0 0;color:var(--text-muted);font-size:.85rem;line-height:1.4}.preview-list{margin-top:8px}.error-box.compact{margin:8px 0;padding:8px 12px;font-size:.9rem}.items-list{list-style:none;margin:16px 0 0;padding:0;display:flex;flex-direction:column;gap:12px}.items-list li{padding-bottom:12px;border-bottom:1px solid var(--border)}.items-list a{color:var(--accent);font-size:.85rem}.source-metrics-panel{margin:12px 0 16px;padding:12px;border:1px solid var(--border);border-radius:8px;background:var(--bg)}.metrics-heading{margin:0 0 10px;font-size:.95rem}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}.metric-card{padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--bg-secondary);display:flex;flex-direction:column;gap:4px}.metric-label{color:var(--text-muted);font-size:.75rem}.loading.compact{padding:8px 0;font-size:.9rem}.metrics-history{margin-top:12px;font-size:.85rem}.metrics-table{width:100%;border-collapse:collapse;margin-top:8px;font-size:.8rem}.metrics-table th,.metrics-table td{border-bottom:1px solid var(--border);padding:6px 8px;text-align:start}.dashboard-section{margin-bottom:28px}.dashboard-section-title{margin:0 0 14px;font-size:1.05rem}.dashboard-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.dashboard-section-header .dashboard-section-title{margin:0}.dashboard-empty-banner{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px;padding:20px 24px;border-color:#3b82f659;background:linear-gradient(135deg,#3b82f61f,#6366f114)}.dashboard-empty-banner h2{margin:0 0 8px;font-size:1.15rem}.dashboard-empty-banner p{margin:0;color:var(--text-muted);line-height:1.5;max-width:52ch}.dashboard-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:28px}@media(max-width:900px){.dashboard-grid-2{grid-template-columns:1fr}}.dashboard-activity-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.dashboard-activity-list li{padding-bottom:12px;border-bottom:1px solid var(--border)}.dashboard-activity-list li:last-child{border-bottom:0;padding-bottom:0}.dashboard-activity-title{font-weight:600;line-height:1.4}.dashboard-activity-meta{display:flex;align-items:center;gap:10px;margin-top:6px;color:var(--text-muted);font-size:.85rem}.dashboard-health-summary{margin-bottom:14px}.dashboard-health-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--border)}.dashboard-health-row:last-of-type{border-bottom:0}.dashboard-muted-note{margin:12px 0 0;color:var(--text-muted);font-size:.8rem}.dashboard-actions{display:flex;flex-wrap:wrap;gap:10px}.dashboard-empty-text{margin:0;color:var(--text-muted);line-height:1.5}.dashboard-empty-card{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.dashboard-sites-list{display:flex;flex-direction:column;gap:10px}.dashboard-site-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.dashboard-site-main{flex:1;min-width:180px;display:flex;flex-direction:column;gap:4px}.dashboard-site-stats{display:flex;flex-wrap:wrap;align-items:center;gap:12px;color:var(--text-muted);font-size:.85rem}.sites-toolbar{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.sites-search{flex:1;min-width:220px;background:var(--bg-secondary);border:1px solid var(--border);border-radius:10px;padding:10px 12px;color:var(--text)}.sites-empty{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.site-op-card{display:flex;flex-direction:column;gap:14px}.site-op-card-top{display:flex;justify-content:space-between;gap:12px;align-items:start}.site-op-card-top h3{margin:0}.site-progress{display:flex;flex-direction:column;gap:8px}.site-progress-label{display:flex;justify-content:space-between;color:var(--text-muted);font-size:.85rem}.site-progress-track{height:8px;background:var(--bg);border-radius:999px;overflow:hidden}.site-progress-fill{height:100%;background:linear-gradient(90deg,var(--accent),#6366f1)}.site-op-metrics,.site-op-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.site-op-metrics div,.site-op-meta div{background:var(--bg);border-radius:10px;padding:10px;display:flex;flex-direction:column;gap:4px}.site-op-metrics span,.site-op-meta span{color:var(--text-muted);font-size:.75rem}.site-op-actions{display:flex;flex-wrap:wrap;gap:8px}.site-deleted-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:8px}.site-header-card{margin-bottom:0}.site-header-row,.site-header-main,.site-header-meta,.site-header-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between}.site-header-main h1{margin:0}.site-header-meta{margin-top:16px}.site-header-meta div{min-width:140px}.site-header-meta span{display:block;color:var(--text-muted);font-size:.75rem;margin-bottom:4px}.site-tab-stack{display:flex;flex-direction:column;gap:16px}.site-checklist{display:grid;gap:6px;margin-top:12px;color:var(--text-muted)}.site-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.platform-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.platform-card{background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:8px;min-height:120px}.platform-channel-list{margin:0;padding-inline-start:18px;color:var(--text-muted);font-size:.85rem}.source-system-health{display:flex;flex-wrap:wrap;gap:16px;align-items:center;margin-bottom:16px}.sources-intelligence-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,1fr);gap:16px}.sources-side-panels{display:flex;flex-direction:column;gap:16px}.sources-side-panel-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.browser-session-actions{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.browser-qr-wrap{margin-top:12px;text-align:center}.source-card-badges{display:flex;flex-direction:column;gap:6px;align-items:flex-end}.source-lane-indicators{display:flex;flex-wrap:wrap;gap:8px;font-size:.8rem;color:var(--text-muted)}.reconcile-timeline h3{margin-top:0}.reconcile-event-list{list-style:none;margin:12px 0 0;padding:0;display:flex;flex-direction:column;gap:10px}.reconcile-event-list li{display:grid;gap:4px;padding:10px;border:1px solid var(--border);border-radius:10px}.reconcile-event-list time{color:var(--text-muted);font-size:.8rem}.site-op-card.row-selected{outline:2px solid var(--accent)}.pipeline-trace-panel h3{margin-top:0}.trace-list{display:flex;flex-direction:column;gap:8px;margin-top:12px}.trace-list-item{display:grid;gap:4px;text-align:start;padding:10px;border:1px solid var(--border);border-radius:10px;background:var(--bg);cursor:pointer}.trace-list-item.active{border-color:var(--accent)}.trace-detail{margin-top:14px;display:flex;flex-direction:column;gap:12px}.trace-timeline{display:flex;flex-direction:column;gap:8px}.trace-stage{display:grid;grid-template-columns:1fr auto auto;gap:8px;align-items:center;padding:8px 10px;border-radius:10px;background:var(--bg-tertiary)}.trace-stage-label{font-weight:600}.trace-stage-error{outline:1px solid var(--danger, #c0392b)}.token-banner{padding:10px 16px;background:#c0392b1f;border-bottom:1px solid var(--border);color:var(--text);font-size:.9rem}.token-banner a{color:var(--accent)}.sites-empty-inline{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:center;padding:8px 0}.site-op-actions.compact{display:flex;gap:4px;flex-wrap:wrap}.content-feed-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.content-feed-item{padding:16px}.pipeline-stages-list{margin:12px 0 0;padding-inline-start:20px;color:var(--text-muted);display:flex;flex-direction:column;gap:8px}.muted{color:var(--text-muted)}.small{font-size:.8rem}.section-title{margin:0 0 12px;font-size:1rem}.system-health-page .health-score-card{text-align:center}.health-score-value{font-size:3rem;font-weight:800;line-height:1.1;margin:8px 0}.health-score-good .health-score-value{color:var(--success)}.health-score-warn .health-score-value{color:var(--warning)}.health-score-bad .health-score-value{color:var(--danger)}.health-score-unknown .health-score-value{color:var(--text-muted)}.feed-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.feed-item{border-top:1px solid var(--border);padding-top:10px}.feed-item:first-child{border-top:0;padding-top:0}.feed-item-head{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:4px}.feed-item p{margin:4px 0;font-size:.9rem}.system-health-grid{margin-top:16px}.system-health-top{margin-bottom:8px}.review-queue-layout{display:flex;flex-direction:column;gap:16px}.review-queue-grid{display:grid;grid-template-columns:1fr 420px;gap:16px;align-items:start}.review-queue-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.review-queue-item{padding:0;overflow:hidden}.review-queue-item.selected{outline:2px solid var(--accent)}.review-item-btn{width:100%;text-align:right;background:none;border:0;color:inherit;padding:16px;cursor:pointer}.review-item-title{font-weight:700;margin-bottom:8px}.review-item-meta{display:flex;gap:8px;align-items:center;margin-bottom:8px}.review-item-actions{display:flex;gap:8px;padding:0 16px 16px}.audit-panel{position:sticky;top:16px;max-height:calc(100vh - 120px);overflow:auto}.audit-panel-header{display:flex;justify-content:space-between;align-items:center}.audit-section{margin-top:16px}.audit-section h4{margin:0 0 8px;font-size:.85rem;color:var(--text-muted)}.audit-text{font-size:.85rem;color:var(--text-muted);white-space:pre-wrap}.audit-edit{width:100%;margin-top:8px;background:var(--bg-tertiary);border:1px solid var(--border);border-radius:8px;color:var(--text);padding:8px}.audit-image-preview{width:100%;max-height:180px;object-fit:cover;border-radius:8px;margin-top:12px}.audit-stage-row{display:flex;justify-content:space-between;font-size:.85rem;padding:4px 0}.audit-actions{display:flex;gap:8px;margin-top:16px;flex-wrap:wrap}.rejection-reasons-list{list-style:none;margin:12px 0 0;padding:0;display:flex;flex-direction:column;gap:6px}.rejection-reasons-list li{display:flex;justify-content:space-between;font-size:.85rem}.success-box{background:#22c55e1f;border:1px solid var(--success);padding:12px;border-radius:var(--radius);margin-bottom:12px}@media(max-width:960px){.review-queue-grid{grid-template-columns:1fr}}.product-stats-grid{margin-top:8px}.product-services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.product-service-card{background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:14px}.product-service-head{display:flex;justify-content:space-between;align-items:center;gap:8px}.product-service-detail{margin-top:8px;font-size:.85rem;color:var(--text-muted)}.product-toast{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;border-radius:var(--radius);margin-bottom:12px}.product-toast-success{background:#22c55e1f;border:1px solid var(--success)}.product-toast-error{background:#ef44441f;border:1px solid var(--danger)}.table-actions{display:flex;gap:6px;flex-wrap:wrap}.btn-danger-text{color:var(--danger)}.btn-danger{background:var(--danger);color:#fff;border:0}.toggle-switch{position:relative;display:inline-flex;align-items:center;width:44px;height:24px;cursor:pointer}.toggle-switch.is-disabled{opacity:.5;cursor:not-allowed}.toggle-switch input{opacity:0;width:0;height:0;position:absolute}.toggle-slider{position:absolute;top:0;right:0;bottom:0;left:0;background:#4b5563;border-radius:999px;transition:.2s}.toggle-slider:before{content:"";position:absolute;height:18px;width:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:.2s}.toggle-switch input:checked+.toggle-slider{background:var(--success)}.toggle-switch input:checked+.toggle-slider:before{transform:translate(20px)}
