/* Site Yönetim Sistemi - Özel Stiller */
body {
    background-color: #f5f5f5;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}
.card {
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
    transition: transform 0.15s, box-shadow 0.15s;
}
.card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}
a.card, a.text-decoration-none .card:hover {
    transform: translateY(-2px);
}
.table th {
    border-top: none;
}
.breadcrumb {
    background: white;
    padding: 10px 15px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.navbar-brand {
    font-weight: 700;
    letter-spacing: 0.5px;
}
.badge {
    font-weight: 500;
}
footer {
    margin-top: auto;
}
html, body {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
}
.container-fluid {
    flex: 1;
}
