@tailwind base;@tailwind components;@tailwind utilities;:root{--foreground-rgb:0,0,0;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255}body{color:rgb(var(--foreground-rgb));background:linear-gradient(to bottom,transparent,rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb));font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;padding:20px}.container{max-width:800px;margin:0 auto;background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}button,input,textarea{display:block;width:100%;margin-bottom:15px;padding:10px;border:1px solid #ccc;border-radius:6px}button{background:#000;color:#fff;font-weight:700;cursor:pointer}button:hover{background:#333}.status-badge{display:inline-block;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:700;text-transform:uppercase}.status-queued{background:#e2e8f0;color:#475569}.status-processing{background:#fef3c7;color:#d97706}.status-done{background:#dcfce7;color:#166534}.status-error{background:#fee2e2;color:#991b1b}