:root{--brand-primary: #5B2BA8;--brand-primary-hover: #6E33C7;--brand-accent: #C4148E;--brand-accent-hover: #D62FA3;--brand-gradient: linear-gradient(135deg, #5B2BA8 0%, #C4148E 100%);--surface: #ffffff;--surface-muted: #F6F2FB;--surface-raised: #ffffff;--text-primary: #0F1830;--text-secondary: #4A4060;--text-muted: #7A6E92;--text-inverse: #ffffff;--border: #E5DEF2;--border-strong: #C9B9E2;--sidebar-bg: #1E1240;--sidebar-text: #E8DEF8;--sidebar-text-active: #ffffff;--sidebar-item-hover: rgba(255, 255, 255, .06);--sidebar-item-active: rgba(196, 20, 142, .2);--header-bg: #ffffff;--header-border: #E5DEF2;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--info: #0ea5e9}*,*:before,*:after{box-sizing:border-box}html,body{height:100%;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9375rem;line-height:1.5;color:var(--text-primary);background:var(--surface-muted);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin:0 0 8px;font-weight:600;letter-spacing:-.01em}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1.0625rem}a{color:var(--brand-primary);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}button:focus-visible{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 3px #6366f159}input,select,textarea{font-family:inherit;font-size:inherit}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 3px #6366f159}.app-boot{display:flex;align-items:center;justify-content:center;height:100vh;color:var(--text-muted)}.btn{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:6px;font-size:.875rem;font-weight:500;transition:background-color .12s ease,transform 80ms ease}.btn--primary{background:var(--brand-primary);color:var(--text-inverse)}.btn--primary:hover{background:var(--brand-primary-hover)}.btn--primary:active{transform:translateY(1px)}.btn--ghost{background:transparent;color:var(--text-secondary)}.btn--ghost:hover{background:var(--surface-muted);color:var(--text-primary)}.btn--danger{background:var(--danger);color:var(--text-inverse)}.btn:disabled{opacity:.5;cursor:not-allowed}html[dir=rtl] body{direction:rtl;text-align:start}html[dir=rtl] body,html[dir=rtl] button,html[dir=rtl] input,html[dir=rtl] select,html[dir=rtl] textarea{font-family:Segoe UI,Tahoma,Cairo,Noto Sans Arabic,sans-serif}html[dir=rtl] .user-menu__dropdown,html[dir=rtl] .notif__dropdown{inset-inline-end:0;inset-inline-start:auto}html[dir=rtl] .upload-tray{inset-inline-end:20px;inset-inline-start:auto}html[dir=rtl] .breadcrumb__sep{transform:scaleX(-1)}
