body {
    min-height: 100vh;
    background: radial-gradient(circle at 0% 0%, #dbeafe 0%, #f8fafc 45%, #fefce8 100%);
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}
