@import "https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700;800&family=Poppins:wght@400;500;600;700&display=swap";:root{--cream-bg:#faf7f2;--cream-surface:#f5f0e8;--cream-border:#e8ddd0;--white:#fff;--gold-primary:#c9a96e;--gold-dark:#b8935a;--gold-light:#e8d5b0;--gold-muted:#d4b896;--text-primary:#1a1208;--text-secondary:#6b5b4e;--text-muted:#a89880;--text-gold:#9a7a4a;--error:#c0392b;--shadow-xs:0 1px 4px #b48c6414;--shadow-sm:0 2px 12px #b48c641a;--shadow-md:0 4px 24px #b48c6424;--shadow-lg:0 8px 40px #b48c642e;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--radius-full:9999px;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--page-pad:16px;--font-persian:"Vazirmatn", sans-serif;--font-english:"Poppins", sans-serif}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}body{font-family:var(--font-persian);color:var(--text-primary);background-color:#1a1510;justify-content:center;align-items:center;min-height:100vh;margin:0;display:flex;overflow-x:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--cream-bg)}::-webkit-scrollbar-thumb{background:var(--cream-border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--gold-muted)}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-slide-up{animation:.3s cubic-bezier(.16,1,.3,1) forwards slideUp}.animate-fade-in{animation:.2s ease-out forwards fadeIn}.font-english{font-family:var(--font-english)}.price-tag{font-family:var(--font-english);direction:ltr;font-size:15px;font-weight:600}.text-gold{color:var(--text-gold)}#app-simulator{background-color:var(--cream-bg);direction:rtl;border:8px solid #2d261e;border-radius:40px;flex-direction:column;width:390px;height:844px;max-height:100vh;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 50px #0009}@media (height<=850px){#app-simulator{border:none;border-radius:0;height:100vh}}
