:root {
    --pw-primary: #0d6efd;
    --pw-sidebar-bg: #212529;
}

body {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    background-color: #f4f6f9;
}

.card {
    border: none;
    border-radius: 0.75rem;
}

.card-header {
    border-radius: 0.75rem 0.75rem 0 0 !important;
}

.stat-card {
    border-left: 4px solid var(--pw-primary);
    transition: transform 0.15s ease;
}

.stat-card:hover {
    transform: translateY(-2px);
}

.stat-card .stat-value {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}

.stat-card .stat-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6c757d;
}

.badge-priority-bassa { background-color: #198754; }
.badge-priority-media { background-color: #0d6efd; }
.badge-priority-alta { background-color: #fd7e14; }
.badge-priority-urgente { background-color: #dc3545; }

.badge-status-aperto { background-color: #0d6efd; }
.badge-status-in_lavorazione { background-color: #6f42c1; }
.badge-status-in_attesa_cliente { background-color: #fd7e14; }
.badge-status-completato { background-color: #198754; }
.badge-status-chiuso { background-color: #6c757d; }

.table th {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6c757d;
    border-bottom-width: 1px;
}

.table td {
    vertical-align: middle;
}

.ticket-comment {
    border-left: 3px solid #0d6efd;
    padding: 1rem;
    margin-bottom: 1rem;
    background: #f8f9fa;
    border-radius: 0 0.5rem 0.5rem 0;
}

.ticket-comment.internal {
    border-left-color: #fd7e14;
    background: #fff8f0;
}

.navbar-brand {
    font-size: 1.15rem;
}

.form-label {
    font-weight: 500;
    font-size: 0.875rem;
}

.btn {
    border-radius: 0.5rem;
}

.empty-state {
    text-align: center;
    padding: 3rem;
    color: #6c757d;
}

.empty-state i {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.ticket-html-content img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 0.5rem 0;
}

.ticket-html-content blockquote {
    border-left: 3px solid #0d6efd;
    padding: 0.5rem 1rem;
    margin: 0.5rem 0;
    background: #f8f9fa;
    border-radius: 0 4px 4px 0;
}

.ticket-html-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 0.5rem 0;
}

.ticket-html-content table td,
.ticket-html-content table th {
    border: 1px solid #dee2e6;
    padding: 0.4rem 0.6rem;
}

.note-editor {
    border-radius: 0.5rem !important;
    border-color: #dee2e6 !important;
}

.note-editor .note-toolbar {
    background: #f8f9fa !important;
    border-bottom-color: #dee2e6 !important;
}

.note-editor .note-editing-area .note-editable {
    background: #fff;
}
