@import"https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;900&display=swap";:root{--glovo-yellow: #FFC629;--glovo-yellow-dark: #E6AD00;--glovo-green: #00A082;--glovo-green-dark: #008F72;--ciel: #12A5E5;--ciel-fonce: #0B7FB8;--ciel-pale: #E6F5FE;--encre: #083149;--gris: #5D7C8E;--corps: #3C5F73;--fond: #FAFBFC;--blanc: #FFFFFF;--bord: #E8EDF2;--danger: #E5533D;--ok: #00A082;--police: "Cairo", system-ui, sans-serif;--ombre-carte: 0 4px 16px rgba(8, 49, 73, .08);--ombre-nav: 0 8px 32px rgba(8, 49, 73, .12);--rayon-lg: 28px;--rayon-md: 20px}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--fond);color:var(--encre);font-family:var(--police);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);-webkit-tap-highlight-color:transparent;overscroll-behavior:none}input,button,textarea,select{font-family:inherit}html[dir=rtl] body,html[dir=rtl] input,html[dir=rtl] textarea{text-align:right}:focus-visible{outline:3px solid var(--ciel);outline-offset:3px;border-radius:6px}.auth-screen{min-height:100%;padding:16px 20px 32px;position:relative;overflow:hidden;background:var(--blanc)}.auth-screen:before{content:"";position:absolute;width:320px;height:320px;background:var(--glovo-yellow);opacity:.16;border-radius:50%;top:-100px;inset-inline-end:-80px;pointer-events:none}.auth-screen:after{content:"";position:absolute;width:220px;height:220px;background:var(--ciel-pale);border-radius:50%;bottom:40px;inset-inline-start:-70px;pointer-events:none}.auth-screen--green:before{background:var(--glovo-green);opacity:.14}.auth-screen--green:after{background:#e0f7f0}.auth-inner{position:relative;z-index:1}.app-page{padding:16px 18px 8px;display:flex;flex-direction:column;gap:16px}
