*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0a0a0f;--bg2: #12121a;--bg3: #1a1a26;--bg4: #22223a;--border: #2a2a42;--border2: #3a3a5c;--text: #e8e8f5;--text2: #9999bb;--text3: #5555777;--accent: #7c6af7;--accent2: #5e4fd4;--accent3: #a08fff;--green: #3ecf8e;--orange: #f59e0b;--red: #ef4444;--pink: #ec4899;--cyan: #06b6d4;--font: "Heebo", sans-serif;--mono: "Space Mono", monospace}html{font-size:16px}body{font-family:var(--font);background:var(--bg);color:var(--text);min-height:100vh;direction:rtl;overflow-x:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg2)}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes popIn{0%{transform:scale(.8);opacity:0}60%{transform:scale(1.05)}to{transform:scale(1);opacity:1}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes glow{0%,to{box-shadow:0 0 20px #7c6af74d}50%{box-shadow:0 0 40px #7c6af799}}.animate-fadein{animation:fadeIn .4s ease forwards}.animate-slidein{animation:slideIn .3s ease forwards}.animate-popin{animation:popIn .4s cubic-bezier(.34,1.56,.64,1) forwards}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
