:root{--color-primary: #B0223C;--color-secondary: #7FA065;--color-premium: #D9962E;--color-bg: #FAF9F7;--color-surface: #FFFFFF;--color-border: #E8E4DC;--color-text: #29261B;--color-text-muted: #7B7660;--color-soft: rgba(176, 34, 60, .08);--font-body: "Vazirmatn", system-ui, sans-serif;--font-display: "Markazi Text", serif;--radius-card: 20px;--radius-sheet: 24px;--radius-arch: 999px 999px 22px 22px}[data-theme=dark]{--color-bg: #1A1814;--color-surface: #24221E;--color-border: #3A3730;--color-text: #F5F2EA;--color-text-muted: #8A8670;--color-soft: rgba(176, 34, 60, .15)}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%;overflow:hidden}body{font-family:var(--font-body);background:var(--color-bg);color:var(--color-text);direction:rtl;text-align:right;-webkit-font-smoothing:antialiased;overscroll-behavior:none}.scroll{overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.splash{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100dvh;background:var(--color-bg);gap:20px}.splash-logo{font-family:var(--font-display);font-size:72px;line-height:1;color:var(--color-primary);animation:splashBreath 2s ease-in-out infinite}@keyframes splashBreath{0%,to{opacity:1}50%{opacity:.45}}.splash-dots{display:flex;gap:7px}.splash-dots span{display:block;width:5px;height:5px;border-radius:50%;background:var(--color-primary);opacity:.3;animation:dotPop 1.4s ease-in-out infinite}.splash-dots span:nth-child(1){animation-delay:0s}.splash-dots span:nth-child(2){animation-delay:.18s}.splash-dots span:nth-child(3){animation-delay:.36s}@keyframes dotPop{0%,80%,to{transform:translateY(0);opacity:.3}40%{transform:translateY(-7px);opacity:1}}.screen{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--color-bg)}.screen-push{animation:screenPush .26s cubic-bezier(.25,.46,.45,.94) both}.screen-pop{animation:screenPop .26s cubic-bezier(.25,.46,.45,.94) both}.screen-fade{animation:screenFade .2s ease-out both}@keyframes screenPush{0%{transform:translate(44px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes screenPop{0%{transform:translate(-44px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes screenFade{0%{opacity:0}to{opacity:1}}button{touch-action:manipulation;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}button:not(:disabled){transition:transform .13s cubic-bezier(.34,1.56,.64,1),opacity .13s ease}button:not(:disabled):active{transform:scale(.92);opacity:.74}.pressable{touch-action:manipulation;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;transition:transform .13s cubic-bezier(.34,1.56,.64,1),opacity .13s ease}.pressable:active{transform:scale(.92);opacity:.74}
