/* Lama / mascot / illustrations */
img[alt*="Vikunja"],
img[alt*="lama"],
img[alt*="llama"],
.illustration,
.hero-image,
.welcome-illustration,
.logo img {
    display: none !important;
}

/* cleaner sidebar logo text */
.logo,
.navbar-brand {
    font-weight: 500 !important;
    font-size: 1rem !important;
    letter-spacing: 0.02em !important;
}

/* soften loud colors */
:root {
    --primary: #4a5568 !important;
    --primary-hover: #2d3748 !important;
    --link: #4a5568 !important;
    --link-hover: #2d3748 !important;
}

/* cleaner cards */
.card {
    border-radius: 6px !important;
    box-shadow: none !important;
    border: 1px solid #e5e7eb !important;
}

/* buttons calmer */
.button,
button,
.btn {
    border-radius: 4px !important;
    box-shadow: none !important;
}

/* remove excessive gradients */
.hero,
.welcome,
.banner {
    background: white !important;
    background-image: none !important;
}

/* typography calmer */
body {
    font-family:
        Inter,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif !important;
}

/* reduce animation noise */
* {
    transition-duration: 0.08s !important;
}

/* cleaner page background */
body,
.app,
.content {
    background: #fafafa !important;
}
