/* CashClaw CSS placeholder */
body {
    margin: 0;
    background: #0a0a0a;
    color: #ffffff;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

#root {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}