@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Plus+Jakarta+Sans:wght@600;700&display=swap";:root{color:var(--app-text, #181c21);background:var(--app-bg, #f8f9ff);font-family:Inter,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:radial-gradient(circle at top right,rgba(36,129,204,.12),transparent 34%),radial-gradient(circle at bottom left,rgba(137,77,0,.12),transparent 30%),var(--app-bg, #f8f9ff);color:var(--app-text, #181c21);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,textarea{font:inherit}button{cursor:pointer}a{color:inherit}.app-shell{min-height:100vh;display:flex;justify-content:center;padding:0 16px}.app-shell__frame{position:relative;width:100%;max-width:390px;min-height:100vh;padding:20px 0 34px}.app-shell__chrome{position:sticky;top:0;z-index:2;height:4px;margin-bottom:16px;border-radius:999px;background:linear-gradient(90deg,#2481cc3d,#f5a6236b)}.app-shell__glow{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.app-shell__glow:before,.app-shell__glow:after{content:"";position:absolute;border-radius:999px;filter:blur(40px);opacity:.8}.app-shell__glow:before{top:32px;right:-56px;width:180px;height:180px;background:#2481cc24}.app-shell__glow:after{bottom:40px;left:-48px;width:180px;height:180px;background:#f5a6231f}.app-shell__content{position:relative;z-index:1}.screen-stack{display:flex;flex-direction:column;gap:24px}.screen-actions{display:flex;flex-direction:column;gap:12px}.spinner{width:24px;height:24px;border-radius:999px;border:3px solid rgba(36,129,204,.15);border-top-color:var(--app-primary, #2481cc);animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
