*{margin:0;padding:0;box-sizing:border-box}html{direction:rtl;font-family:Heebo,system-ui,sans-serif;font-size:16px;color:#1e1040;background:#f6f4ff}body{min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:#7c3aed;text-decoration:none;transition:color .15s}a:hover{color:#6d28d9}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit;font-size:inherit}.loading-screen{display:flex;align-items:center;justify-content:center;min-height:100vh}.spinner{width:40px;height:40px;border:3px solid #e8e5f3;border-top-color:#7c3aed;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1rem;background:linear-gradient(135deg,#6d28d9,#7c3aed,#4f46e5)}.auth-card{background:#fff;border-radius:16px;box-shadow:0 20px 60px #1e10402e;padding:2.5rem;width:100%;max-width:420px}.auth-card h1{font-size:1.75rem;font-weight:800;color:#1e1040;margin-bottom:.5rem;text-align:center;letter-spacing:-.025em}.auth-card .auth-subtitle{color:#6b6688;text-align:center;margin-bottom:2rem;font-size:.95rem}.auth-footer{text-align:center;margin-top:1.5rem;font-size:.9rem;color:#6b6688}.auth-footer a{font-weight:500}.auth-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem 1rem;border-radius:8px;font-size:.9rem;margin-bottom:1rem;text-align:center}.auth-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a;padding:.75rem 1rem;border-radius:8px;font-size:.9rem;margin-bottom:1rem;text-align:center}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.4rem;font-weight:500;font-size:.9rem;color:#374151}.form-input{width:100%;padding:.7rem .85rem;border:1.5px solid #d0cce8;border-radius:8px;outline:none;transition:border-color .2s,box-shadow .2s;font-size:.95rem;background:#fafafa}.form-input:focus{border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1f;background:#fff}.form-input::placeholder{color:#9b97b2}.form-error{color:#dc2626;font-size:.82rem;margin-top:.3rem}textarea.form-input{min-height:100px;resize:vertical}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1.5rem;border-radius:8px;font-weight:600;border:none;transition:all .2s;font-size:.95rem;line-height:1.4}.btn-primary{background:#7c3aed;color:#fff}.btn-primary:hover{background:#6d28d9;box-shadow:0 4px 12px #7c3aed4d}.btn-secondary{background:#fff;color:#374151;border:1.5px solid #d0cce8}.btn-secondary:hover{background:#f6f4ff;border-color:#b8b0d8}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626;box-shadow:0 4px 12px #ef44444d}.btn-success{background:#10b981;color:#fff}.btn-success:hover{background:#059669}.btn-ghost{background:transparent;color:#6b6688}.btn-ghost:hover{background:#f6f4ff;color:#1e1040}.btn-sm{padding:.4rem .9rem;font-size:.85rem;border-radius:6px}.btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn-block{width:100%}.card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #1e10400a,0 1px 8px #1e104008;padding:1.5rem;border:1px solid #e8e5f3}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #f0eef8}.card-header h2{font-size:1rem;font-weight:600;color:#1e1040;letter-spacing:-.01em}.stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.stat-card{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 1px 3px #1e10400a,0 1px 8px #1e104008;border:1px solid #e8e5f3;transition:box-shadow .2s}.stat-card:hover{box-shadow:0 4px 16px #1e104014}.stat-card .stat-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-bottom:.75rem}.stat-card .stat-value{font-size:1.75rem;font-weight:800;color:#1e1040;letter-spacing:-.025em}.stat-card .stat-label{font-size:.85rem;color:#6b6688;margin-top:.2rem}.table-container{overflow-x:auto;border-radius:12px;background:#fff;box-shadow:0 1px 3px #1e10400a,0 1px 8px #1e104008;border:1px solid #e8e5f3}table{width:100%;border-collapse:collapse}table th,table td{padding:.85rem 1.25rem;text-align:right;border-bottom:1px solid #f0eef8;font-size:.9rem}table th{font-weight:600;font-size:.7rem;color:#9b97b2;background:#faf9fe;text-transform:uppercase;letter-spacing:.06em}table tr:last-child td{border-bottom:none}table tr:hover td{background:#faf9fe}.badge{display:inline-flex;align-items:center;padding:.2rem .65rem;border-radius:9999px;font-size:.78rem;font-weight:600;gap:.25rem}.badge-green{background:#dcfce7;color:#166534}.badge-yellow{background:#fef9c3;color:#854d0e}.badge-red{background:#fee2e2;color:#991b1b}.badge-blue{background:#dbeafe;color:#1e40af}.badge-gray{background:#f3f4f6;color:#374151}.badge-purple{background:#ede9fe;color:#6d28d9}.dashboard-layout{display:flex;min-height:100vh}.sidebar{width:240px;background:#fff;border-left:1px solid #ede9fe;color:#1e1040;min-height:100vh;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.sidebar-logo{display:flex;align-items:center;gap:.75rem;padding:1.25rem;border-bottom:1px solid #ede9fe}.sidebar-logo-icon{font-size:1.4rem;color:#7c3aed}.sidebar-logo-text{font-size:.95rem;font-weight:800;color:#1e1040;letter-spacing:-.01em}.sidebar-nav{flex:1;padding:.75rem 0;display:flex;flex-direction:column;gap:.1rem;overflow-y:auto}.sidebar-link{display:flex;align-items:center;gap:.625rem;padding:.55rem .875rem;margin:0 .625rem;border-radius:8px;color:#6b6688;font-size:.875rem;font-weight:500;transition:all .15s;text-decoration:none;position:relative}.sidebar-link:hover{background:#f5f3ff;color:#1e1040}.sidebar-link.active{background:#ede9fe;color:#7c3aed;font-weight:600}.sidebar-link.active:before{content:"";position:absolute;right:0;top:20%;bottom:20%;width:3px;background:#7c3aed;border-radius:3px 0 0 3px}.sidebar-link-icon{width:18px;height:18px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.sidebar-footer{padding:1rem 1.25rem;border-top:1px solid #ede9fe}.sidebar-user{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.sidebar-user-avatar{width:34px;height:34px;border-radius:8px;background:#7c3aed;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;color:#fff;flex-shrink:0}.sidebar-user-info{display:flex;flex-direction:column;min-width:0}.sidebar-user-name{font-size:.82rem;font-weight:600;color:#1e1040;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user-role{font-size:.72rem;color:#9b97b2}.sidebar-logout{width:100%;padding:.5rem;border-radius:6px;border:1px solid #e8e5f3;background:transparent;color:#6b6688;font-size:.82rem;font-weight:500;transition:all .15s}.sidebar-logout:hover{background:#f5f3ff;color:#1e1040;border-color:#ddd6fe}.dashboard-content{flex:1;padding:2rem;overflow-x:auto;min-height:100vh}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.page-header h1{font-size:1.625rem;font-weight:800;color:#1e1040;letter-spacing:-.025em}.page-header p{color:#6b6688;font-size:.9rem;margin-top:.25rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1e104059;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .15s ease}.modal{background:#fff;border-radius:16px;box-shadow:0 24px 60px #1e104026;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;animation:slideUp .2s ease;border:1px solid #e8e5f3}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 0}.modal-header h2{font-size:1.1rem;font-weight:700;letter-spacing:-.01em}.modal-close{width:32px;height:32px;border-radius:8px;border:none;background:#f5f3ff;color:#6b6688;font-size:1.1rem;display:flex;align-items:center;justify-content:center;transition:all .15s}.modal-close:hover{background:#ede9fe;color:#7c3aed}.modal-body{padding:1.5rem}.modal-footer{display:flex;gap:.75rem;justify-content:flex-start;padding:0 1.5rem 1.5rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}.toast-container{position:fixed;bottom:1.5rem;right:1.5rem;z-index:2000;display:flex;flex-direction:column;gap:.5rem}.toast{padding:.85rem 1.25rem;border-radius:10px;font-size:.9rem;font-weight:500;box-shadow:0 4px 16px #1e10401f;animation:slideIn .2s ease;max-width:360px}.toast-success{background:#10b981;color:#fff}.toast-error{background:#ef4444;color:#fff}.toast-info{background:#7c3aed;color:#fff}@keyframes slideIn{0%{transform:translate(-20px);opacity:0}to{transform:translate(0);opacity:1}}.editor-container{border:1.5px solid #d0cce8;border-radius:8px;overflow:hidden;background:#fff;transition:border-color .2s,box-shadow .2s}.editor-container:focus-within{border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1f}.editor-container .ProseMirror{padding:1rem;min-height:200px;outline:none;font-size:.95rem;line-height:1.6}.editor-toolbar{display:flex;gap:.35rem;padding:.5rem;border-bottom:1px solid #e8e5f3;background:#faf9fe;flex-wrap:wrap}.editor-toolbar button{padding:.35rem .65rem;border:1px solid transparent;border-radius:6px;background:transparent;font-size:.85rem;color:#374151;transition:all .1s}.editor-toolbar button:hover{background:#ede9fe;color:#7c3aed}.editor-toolbar button.active{background:#ede9fe;border-color:#c4b5fd;color:#7c3aed}.empty-state{text-align:center;padding:3rem 1rem;color:#6b6688}.empty-state .empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.empty-state h3{font-size:1.1rem;color:#374151;margin-bottom:.5rem}.empty-state p{font-size:.9rem;margin-bottom:1.5rem}.search-bar{position:relative;max-width:320px}.search-bar .search-icon{position:absolute;right:.85rem;top:50%;transform:translateY(-50%);color:#9b97b2;pointer-events:none}.search-bar input{padding-right:2.5rem;padding-left:.85rem}.toolbar{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;flex-wrap:wrap}.toolbar .toolbar-spacer{flex:1}.status-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.status-dot-green{background:#10b981}.status-dot-yellow{background:#f59e0b}.status-dot-red{background:#ef4444}.status-dot-gray{background:#9ca3af}.public-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1rem;background:#f6f4ff}.public-card{background:#fff;border-radius:16px;box-shadow:0 4px 24px #1e104014;padding:2.5rem;width:100%;max-width:480px;border:1px solid #e8e5f3}.public-card h1{font-size:1.5rem;font-weight:800;color:#1e1040;margin-bottom:.5rem;letter-spacing:-.02em}.public-card .public-subtitle{color:#6b6688;margin-bottom:2rem;font-size:.95rem}.public-card .public-meta{background:#f6f4ff;border-radius:8px;padding:1rem;margin-bottom:1.5rem;font-size:.9rem;color:#4b5563;border:1px solid #e8e5f3}.checkbox-group{display:flex;align-items:flex-start;gap:.65rem;margin-bottom:1.25rem}.checkbox-group input[type=checkbox]{margin-top:.2rem;width:18px;height:18px;accent-color:#7c3aed;cursor:pointer}.checkbox-group label{font-size:.9rem;color:#374151;cursor:pointer;line-height:1.4}.progress-bar{background:#e8e5f3;border-radius:999px;height:8px;overflow:hidden}.progress-bar-fill{height:100%;border-radius:999px;transition:width .5s ease}.stat-card-blue{border-top:3px solid #7c3aed}.stat-card-green{border-top:3px solid #10b981}.stat-card-red{border-top:3px solid #ef4444}.stat-card-yellow{border-top:3px solid #f59e0b}.toolbar-actions{display:flex;gap:.5rem;margin-right:auto}@media (max-width: 768px){.sidebar{width:64px}.sidebar-logo-text,.sidebar-link-text,.sidebar-user-info{display:none}.sidebar-logo{justify-content:center;padding:1.25rem .5rem}.sidebar-link{justify-content:center;padding:.6rem;margin:0 .375rem}.sidebar-link.active:before{display:none}.sidebar-user{justify-content:center}.dashboard-content{padding:1rem}.stat-grid{grid-template-columns:1fr 1fr}.page-header{flex-direction:column;align-items:flex-start;gap:1rem}}.admin-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1rem}.admin-metrics-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}.admin-kpi-card{background:#fff;border-radius:12px;padding:1.25rem 1.25rem 1rem;box-shadow:0 1px 3px #1e10400a,0 1px 8px #1e104008;border:1px solid #e8e5f3;transition:box-shadow .2s}.admin-kpi-card:hover{box-shadow:0 4px 16px #1e104014}.admin-kpi-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:.875rem}.admin-kpi-value{font-size:1.875rem;font-weight:800;color:#1e1040;line-height:1.1;font-variant-numeric:tabular-nums;margin-bottom:.25rem;letter-spacing:-.025em}.admin-kpi-label{font-size:.82rem;color:#6b6688;font-weight:500}.admin-kpi-trend{font-size:.78rem;color:#9b97b2;margin-top:.4rem}.admin-kpi-trend--warn{color:#d97706;font-weight:600}.admin-chart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 1rem;gap:.75rem;color:#9b97b2;font-size:.9rem;text-align:center}.admin-two-col{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.admin-feed-empty{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2rem 1rem;color:#9b97b2;font-size:.9rem;text-align:center}.admin-feed-empty p{margin:0}.admin-feed-empty .btn{margin-top:.5rem}.admin-feed-list{list-style:none;margin:0;padding:0}.admin-feed-item{display:flex;align-items:flex-start;gap:.75rem;padding:.65rem 1.25rem;border-bottom:1px solid #f0eef8}.admin-feed-item:last-child{border-bottom:none}.admin-feed-icon{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:#ede9fe;color:#7c3aed;display:flex;align-items:center;justify-content:center;margin-top:.1rem}.admin-feed-body{display:flex;flex-direction:column;gap:.15rem;min-width:0}.admin-feed-text{font-size:.875rem;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-feed-time{font-size:.78rem;color:#9b97b2}.admin-onboarding{background:#fff;border-radius:16px;padding:3.5rem 2rem;text-align:center;box-shadow:0 1px 3px #1e10400a,0 1px 8px #1e104008;border:1px solid #e8e5f3}.admin-onboarding-icon{width:72px;height:72px;border-radius:20px;background:#ede9fe;color:#7c3aed;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.admin-onboarding h2{font-size:1.4rem;font-weight:700;color:#1e1040;margin-bottom:.5rem;letter-spacing:-.02em}.admin-onboarding p{color:#6b6688;margin-bottom:1.75rem;font-size:.95rem}.admin-onboarding-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}@media (max-width: 1200px){.admin-kpi-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 900px){.admin-metrics-row,.admin-two-col{grid-template-columns:1fr}}@media (max-width: 600px){.admin-kpi-grid{grid-template-columns:1fr}}.bulk-bar{display:flex;align-items:center;gap:.75rem;padding:.65rem 1rem;background:#ede9fe;border:1px solid #ddd6fe;border-radius:8px;margin-bottom:.75rem;flex-wrap:wrap}.bulk-bar-count{font-size:.875rem;font-weight:600;color:#7c3aed;min-width:fit-content}tr.row-selected td{background:#faf9fe}
