:root{--bg: #F4F6F5;--surface: #FFFFFF;--ink: #13201C;--muted: #6B7C76;--faint: #9AA8A2;--line: #E3E8E6;--backdrop: #C9D6D0;color-scheme:light;font-family:Inter,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}[data-theme=dark]{--bg: #0E1714;--surface: #15211D;--ink: #E8EFEC;--muted: #8A9A93;--faint: #5E726B;--line: #22332D;--backdrop: #05100C;color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}html{touch-action:manipulation;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{background:var(--backdrop);color:var(--ink);touch-action:manipulation}#root{min-height:100dvh;display:flex;align-items:center;justify-content:center}.frame{position:relative;width:100%;max-width:440px;height:100dvh;background:var(--bg);display:flex;flex-direction:column;overflow:hidden}.frame>*{flex:1;min-height:0}@media(min-width:480px){#root{padding:24px}.frame{height:min(calc(100dvh - 48px),940px);border-radius:32px;box-shadow:0 24px 70px #00000047}}button{font-family:inherit}.ar{font-family:Noto Sans Arabic,Inter,sans-serif;direction:rtl}
