body { font-family: "Noto Sans TC", sans-serif; }

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

.sidebar {
    min-height: calc(100vh - 56px);
    background: #f8f9fa;
    border-right: 1px solid #dee2e6;
}

.sidebar .nav-link {
    color: #495057;
    padding: 10px 16px;
    border-radius: 6px;
    margin: 2px 0;
}

.sidebar .nav-link:hover,
.sidebar .nav-link.active {
    background: #e9ecef;
    color: #0d6efd;
}

.sidebar .nav-link i { margin-right: 8px; }

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

.badge-status { font-size: .8rem; }

.table th { background: #f8f9fa; font-weight: 600; }

.ticket-detail label { font-weight: 600; color: #6c757d; font-size: .85rem; }

.log-item {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: .9rem;
}

.log-item:last-child { border-bottom: none; }
