:root{--font-display:"Space Grotesk","Inter",-apple-system,BlinkMacSystemFont,"SF Pro Display",sans-serif;--font-display-poetic:"Playfair Display",Georgia,"Times New Roman",serif;--font-arabic:"Noto Naskh Arabic","Traditional Arabic",serif;--font-body:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:64px;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-full:50%;--ease-smooth:cubic-bezier(0.4,0,0.2,1);--ease-bounce:cubic-bezier(0.34,1.56,0.64,1);--duration-fast:150ms;--duration-normal:250ms;--duration-slow:400ms;--shadow-soft:0 2px 8px rgba(0,0,0,.04);--shadow-medium:0 4px 16px rgba(0,0,0,.06);--shadow-glow:0 0 24px rgba(0,0,0,.08);--z-base:1;--z-sticky:10;--z-modal:100;--z-tooltip:200}[data-theme=light]{--color-bg:#e8eef3;--color-bg-primary:#e8eef3;--color-bg-elevated:#f5f7fa;--color-bg-subtle:#dee5ec;--color-text-primary:#1e3a5f;--color-text-secondary:#5b7c9a;--color-text-muted:#8fa3b8;--color-day-number:#dd6e4b;--color-accent:#ff8a65;--color-accent-soft:rgba(255,138,101,.1);--color-accent-hover:rgba(255,138,101,.15);--color-highlight:rgba(255,138,101,.08);--color-divider:rgba(30,58,95,.08);--color-border:rgba(30,58,95,.12);--color-moon-fill:#ffd4a3;--color-moon-empty:#f0e6d2;--color-moon-glow:rgba(255,212,163,.2);--shadow-soft:0 1px 3px rgba(30,58,95,.04);--shadow-medium:0 2px 8px rgba(30,58,95,.06)}[data-theme=dark]{--color-bg:#091d33;--color-bg-primary:#091d33;--color-bg-elevated:#0d2440;--color-bg-subtle:#122c4a;--color-text-primary:#e8e6e3;--color-text-secondary:#9fa9b3;--color-text-muted:#6b7c8e;--color-day-number:#d4a574;--color-accent:#d4a574;--color-accent-soft:hsla(31,53%,64%,.12);--color-accent-hover:hsla(31,53%,64%,.18);--color-highlight:hsla(31,53%,64%,.08);--color-divider:hsla(0,0%,100%,.08);--color-border:hsla(0,0%,100%,.1);--color-moon-fill:#e8e6e3;--color-moon-empty:#152d47;--color-moon-glow:hsla(31,53%,64%,.12);--shadow-soft:0 1px 3px rgba(0,0,0,.4);--shadow-medium:0 2px 8px rgba(0,0,0,.5)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;text-rendering:optimizeLegibility}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text-primary);line-height:1.5;min-height:100vh;min-height:100dvh;overflow-x:hidden;transition:background-color var(--duration-slow) var(--ease-smooth),color var(--duration-slow) var(--ease-smooth);font-feature-settings:"kern" 1,"liga" 1,"calt" 1}[dir=rtl]{font-family:var(--font-arabic),var(--font-body)}#root{min-height:100vh;min-height:100dvh}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-text-muted);border-radius:var(--radius-full)}::selection{background:var(--color-accent-soft);color:var(--color-text-primary)}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.touch-scroll{-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.stagger-1{animation-delay:50ms}.stagger-2{animation-delay:.1s}.stagger-3{animation-delay:.15s}.stagger-4{animation-delay:.2s}.stagger-5{animation-delay:.25s}.stagger-6{animation-delay:.3s}