/*
Theme Name: Finansowy Pro
Description: Motyw finansowy z Bootstrap 5
Author: Twoje Imię
Version: 1.0.2
*/

/* NAVBAR - CIEMNY */
.navbar {
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.navbar-brand {
    font-size: 24px;
    font-weight: 700;
}

.navbar-brand i {
    color: #10b981;
}

.navbar-nav .nav-link {
    padding: 0.5rem 1rem;
    color: rgba(255, 255, 255, 0.85) !important;
    transition: all 0.3s;
}

.navbar-nav .nav-link:hover {
    color: #10b981 !important;
}

.navbar-nav .nav-link.active {
    color: #10b981 !important;
    font-weight: 600;
}

/* SIDEBAR STICKY */
.sidebar {
    position: sticky;
    top: 100px;
}

.sidebar .card {
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* MAIN CONTENT */
.main-content {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* PORÓWNYWARKA - nie konfliktuje z Bootstrap */
.pf-comparator {
    width: 100% !important;
    max-width: 100% !important;
}

.pf-comparator * {
    box-sizing: border-box !important;
}

/* BODY */
body {
    background: #f8fafc;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* LINKI W SIDEBARZE */
.sidebar .list-unstyled a {
    color: #475569;
    text-decoration: none;
    transition: color 0.2s;
}

.sidebar .list-unstyled a:hover {
    color: #10b981;
}