/* Minimal custom styles - mostly using Bootstrap */

body {
    background-color: #f8f9fa;
}

/* View switching - ensure proper hide/show */
#login-view.d-none,
#main-view.d-none {
    display: none !important;
}

/* Login card styling */
#login-view .card {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Form textarea sizing */
#reason {
    min-height: 150px;
}
