/* Base styles */
body {
    padding-top: 70px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Navigation */
.main-color {
    background-color: #6f42c1;
}

.navbar-brand {
    font-weight: bold;
}

/* Forms */
.form-control {
    margin-bottom: 10px;
}

/* Cards */
.card {
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

/* Tables */
.table {
    margin-bottom: 0;
}

.table th {
    border-top: none;
}

/* Badges */
.badge {
    padding: 0.4em 0.6em;
    font-size: 85%;
}

.bg-success {
    background-color: #28a745 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

/* Links */
a {
    color: #6f42c1;
    text-decoration: none;
}

a:hover {
    color: #553098;
    text-decoration: underline;
}

/* Buttons */
.btn-primary {
    background-color: #6f42c1;
    border-color: #6f42c1;
}

.btn-primary:hover {
    background-color: #553098;
    border-color: #553098;
}

/* Auto-refresh toggle */
.form-check-input {
    margin-top: 0.2rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .table-responsive {
        margin-bottom: 0;
    }
}
