:root {
    --ps-primary: #25b9d7;
    --ps-secondary: #363a41;
}

body {
    background-color: #f8f9fa;
}

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

.card {
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border: none;
}

.card-header {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    font-weight: 600;
}

.badge-recommended {
    background-color: #28a745;
}

.badge-alternative {
    background-color: #ffc107;
    color: #212529;
}

.badge-neutral {
    background-color: #6c757d;
}

.module-card {
    transition: transform 0.2s, box-shadow 0.2s;
}

.module-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.rating-stars {
    color: #ffc107;
}

.price-tag {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--ps-primary);
}

.stats-card {
    text-align: center;
    padding: 1.5rem;
}

.stats-card .number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--ps-primary);
}

.stats-card .label {
    color: #6c757d;
    font-size: 0.875rem;
}

.table-modules th {
    white-space: nowrap;
}

.btn-scrape {
    background-color: var(--ps-primary);
    border-color: var(--ps-primary);
    color: #fff;
}

.btn-scrape:hover {
    background-color: #1fa3be;
    border-color: #1fa3be;
    color: #fff;
}

.form-label {
    font-weight: 500;
}

.alert-scrape {
    background-color: #e8f4f8;
    border-color: var(--ps-primary);
}

.history-item {
    border-left: 3px solid var(--ps-primary);
    padding-left: 1rem;
    margin-bottom: 1rem;
}

.history-item .field {
    font-weight: 600;
}

.history-item .old-value {
    color: #dc3545;
    text-decoration: line-through;
}

.history-item .new-value {
    color: #28a745;
}

.export-preview {
    background-color: #1e1e1e;
    color: #d4d4d4;
    font-family: 'Monaco', 'Menlo', monospace;
    font-size: 0.8rem;
    max-height: 500px;
    overflow: auto;
    border-radius: 0.5rem;
}

.category-badge {
    font-size: 0.75rem;
}

.notes-preview {
    font-size: 0.875rem;
    color: #6c757d;
    font-style: italic;
}

.selection-module-item {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 0.5rem;
}

.drag-handle {
    cursor: grab;
    color: #adb5bd;
}

.empty-state {
    text-align: center;
    padding: 3rem;
    color: #6c757d;
}

.empty-state i {
    font-size: 3rem;
    margin-bottom: 1rem;
}
