:root{--color-bg-primary:#070a12;--color-bg-secondary:#0c101c;--color-bg-tertiary:#121727;--color-bg-card:#0f1420bf;--color-bg-input:#ffffff0a;--color-bg-input-hover:#ffffff0f;--color-bg-input-focus:#c8a96e0f;--color-accent:#c8a96e;--color-accent-light:#e4c97e;--color-accent-lighter:#f0dda0;--color-accent-dark:#b08d4a;--color-accent-darker:#8c6e35;--color-accent-subtle:#c8a96e14;--color-accent-muted:#c8a96e26;--color-secondary:#8a9ab5;--color-secondary-light:#b0bfd6;--color-primary:#c8a96e;--color-text-primary:#e8ecf2;--color-text-secondary:#7a8aa6;--color-text-muted:#4a5878;--color-text-accent:var(--color-accent-light);--color-text-link:var(--color-accent-light);--color-text-link-hover:var(--color-accent-lighter);--color-border:#ffffff0f;--color-border-hover:#ffffff1f;--color-border-focus:var(--color-accent);--color-border-error:#f43f5e;--color-success:#10b981;--color-success-bg:#10b9811a;--color-error:#f43f5e;--color-error-bg:#f43f5e1a;--color-warning:#f59e0b;--color-info:var(--color-accent);--font-family:"Cairo", sans-serif;--font-size-xs:.75rem;--font-size-sm:.8125rem;--font-size-base:.9375rem;--font-size-lg:1.0625rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:2rem;--font-size-4xl:2.75rem;--font-weight-light:300;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--line-height-tight:1.2;--line-height-normal:1.5;--line-height-relaxed:1.75;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-2xl:1.25rem;--radius-full:9999px;--shadow-sm:0 1px 2px #0006;--shadow-md:0 4px 12px #0000004d;--shadow-lg:0 8px 24px #0000004d;--shadow-xl:0 16px 48px #0006;--shadow-glow:0 0 24px #c8a96e1a;--shadow-glow-strong:0 0 40px #c8a96e2e;--glass-bg:#0f14208c;--glass-border:#ffffff0f;--glass-blur:24px;--transition-fast:.12s ease;--transition-base:.2s ease;--transition-slow:.35s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-family);font-size:var(--font-size-base);line-height:var(--line-height-normal);color:var(--color-text-primary);background-color:var(--color-bg-primary);direction:rtl;min-height:100vh}a{color:var(--color-text-link);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--color-text-link-hover)}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;outline:none;font-family:inherit}input{color:inherit;background:0 0;border:none;outline:none;font-family:inherit}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{border-radius:var(--radius-full);background:#c8a96e40}::-webkit-scrollbar-thumb:hover{background:#c8a96e66}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes checkmark{0%{stroke-dashoffset:50px}to{stroke-dashoffset:0}}@keyframes gridPulse{0%,to{opacity:.03}50%{opacity:.06}}@keyframes orbitSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes goldPulse{0%,to{box-shadow:0 0 20px #c8a96e14}50%{box-shadow:0 0 40px #c8a96e2e}}@keyframes shimmer{0%{background-position:200%}to{background-position:-200%}}@keyframes auraBreathe{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.alert{padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);margin-bottom:var(--space-2);align-items:center;gap:var(--space-2);line-height:var(--line-height-normal);display:flex}.alert--error{background-color:var(--color-error-bg);color:var(--color-error);border:1px solid #f43f5e33}.alert--success{background-color:var(--color-success-bg);color:var(--color-success);border:1px solid #10b98133}.spinner{border:2px solid #ffffff4d;border-top-color:currentColor;border-radius:50%;flex-shrink:0;width:1.2rem;height:1.2rem;animation:.8s linear infinite spin;display:inline-block}.btn-loading-wrapper{justify-content:center;align-items:center;gap:var(--space-2);display:flex}
