@import url("https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;700&display=swap");.theme-dark,:root{--color-bg:#17212b;--color-surface:#243447;--color-card:#1e2c3a;--color-text:#ffffff;--color-subtext:#7d9ab5;--color-border:#2b3d4f;--color-accent:#2ca5e0;--color-story-ring:#2ca5e0;--color-story-viewed:#4a6070;--font-section-title:16px;--font-card-title:14px;--font-body:12.5px;--font-caption:11px;--radius-card:12px;--spacing-card-padding:12px;--spacing-card-gap:10px;--shell-max:480px}.theme-light{--color-bg:#f0f2f5;--color-surface:#f4f4f5;--color-card:#ffffff;--color-text:#000000;--color-subtext:#8e8e93;--color-border:#e5e7eb;--color-accent:#2ca5e0;--color-story-ring:#2ca5e0;--color-story-viewed:#c4c4c4}*{box-sizing:border-box;margin:0;padding:0}html{font-size:calc(100% * var(--font-scale, 1))}body{font-family:Vazirmatn,system-ui,sans-serif;color:var(--color-text);line-height:1.5}.splash,body{background:var(--color-bg);min-height:100dvh}.splash{justify-content:center}.splash,.splash-dots{display:flex;align-items:center}.splash-dots{flex-direction:row;gap:10px}.splash-dots span{width:10px;height:10px;border-radius:50%;background:var(--color-accent);opacity:.8;animation:splash-bounce .9s ease-in-out infinite}.splash-dots span:nth-child(2){animation-delay:.15s}.splash-dots span:nth-child(3){animation-delay:.3s}@keyframes splash-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}