:root{--background: #ffffff;--foreground: #000000;--card: #f4f4f5;--card-foreground: #000000;--primary: #000000;--primary-foreground: #ffffff;--secondary: #ffffff;--secondary-foreground: #000000;--muted: #f4f4f5;--muted-foreground: #71717a;--border: #e4e4e7;--input: #e4e4e7;--ring: #000000;--error: #ef4444;--radius-sm: .5rem;--radius-md: 1rem;--radius-bg: 1.5rem;--radius-full: 9999px;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--safe-area-inset-bottom: env(safe-area-inset-bottom, 20px)}*{box-sizing:border-box}body{margin:0;padding:0;overflow-x:hidden;background-color:var(--background);color:var(--foreground);font-family:var(--font-sans);font-optical-sizing:auto;font-style:normal;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;-moz-osx-font-smoothing:grayscale;-webkit-user-select:none;user-select:none;line-height:1.5}img{max-width:100%}.icon-button img{width:1.25rem;height:1.25rem;object-fit:contain}.layout-container{max-width:640px;margin:0 auto;min-height:100dvh;position:relative;display:flex;flex-direction:column;padding:1.5rem}input,textarea,button,select,option{font-family:inherit}input:focus,textarea:focus,button:focus,select:focus{outline:none}
