@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800&display=swap");:root{--font-primary:"Tajawal",sans-serif;--color-deep-green:#07280b;--color-green:#1c932d;--color-neon-plum:#390042;--color-surface:#f8fcf6;--color-surface-soft:rgba(248,252,246,0.82);--color-text-soft:#29432b;--app-gradient:linear-gradient(135deg,#07280b,#1c932d 52%,#390042)}body,html{font-family:var(--font-primary);margin:0;padding:0;height:100vh;width:100vw;overflow-x:hidden;display:flex;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:var(--color-surface);color:var(--color-deep-green)}body *,body :after,body :before{box-sizing:border-box}html[dir=rtl] .MuiButton-startIcon{margin-left:0;margin-right:8px}html[dir=rtl] .MuiButton-endIcon{margin-right:0;margin-left:8px}#__next{height:100%;width:100%;display:flex;flex-direction:column}