:root{--color-bg: #fafaf9;--color-surface: #ffffff;--color-surface-alt: #f5f5f4;--color-border: #e7e5e4;--color-text: #1c1917;--color-text-soft: #57534e;--color-text-mute: #78716c;--color-primary: #0f766e;--color-primary-hover:#0d5e58;--color-primary-soft: #ccfbf1;--color-accent: #d97706;--color-success: #15803d;--color-warning: #ca8a04;--color-danger: #b91c1c;--color-info: #1d4ed8;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--shadow-sm: 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 2px 8px rgba(0,0,0,.06);--shadow-lg: 0 8px 24px rgba(0,0,0,.08);--font-sans: "Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;font-family:var(--font-sans);font-size:15px;line-height:1.5;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}button{font:inherit;cursor:pointer;border:none;background:transparent;color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
