/* MultiTargetDB v1.0 — Custom Styles */

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #333;
}

.navbar-brand { font-size: 1.3rem; }

.card { border-radius: 0.5rem; box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075); }
.card-header { font-weight: 600; }

code { color: #d63384; }

.table th { font-weight: 600; font-size: 0.875rem; }
.table td { font-size: 0.875rem; vertical-align: middle; }

.badge { font-weight: 500; }

.breadcrumb { background: transparent; padding: 0; }

.display-6 { font-size: 2rem; }

/* InChIKey styling */
.inchikey { font-family: monospace; font-size: 0.85em; color: #6c757d; }

/* Stat card hover */
.card:hover { box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15); transition: box-shadow .2s; }
