@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--color-primary:#6366f1;--color-primary-dark:#4f46e5;--color-bg:#f5f5f7;--color-surface:#ffffff;--color-text:#1f2937;--color-text-secondary:#6b7280;--color-border:#e5e7eb;--color-income:#22c55e;--color-expense:#ef4444;--bottom-nav-height:64px;--topbar-height:56px;--safe-area-bottom:env(safe-area-inset-bottom,0px);--safe-area-top:env(safe-area-inset-top,0px)}body,html{max-width:100vw;overflow-x:hidden;-webkit-overflow-scrolling:touch}body{color:var(--color-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-bg);-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;overscroll-behavior-y:contain}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}html{overscroll-behavior:none;scroll-behavior:smooth}a,button,input,select,textarea{touch-action:manipulation}::selection{background-color:rgba(99,102,241,.2)}::-webkit-scrollbar{display:none}*{-ms-overflow-style:none;scrollbar-width:none}.auth-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;background-color:var(--color-bg)}.auth-loading p{color:var(--color-text-secondary);font-size:1rem}