:root {
    /* Ana renk paleti */
    --bg-dark: #0c0c0c;
    --brown-dark: #4a1f14;
    --brown: #8f3a24;
    --orange: #f4683c;

    /* Metin */
    --text-light: #f1f1f1;
    --text-muted: rgba(255,255,255,0.6);

    /* UI */
    --input-bg: rgba(255,255,255,0.05);
    --border-soft: rgba(255,255,255,0.15);

    /* Genel */
    --radius: 10px;
    --transition: 0.3s ease;
}
