.tsev-portal { max-width: 960px; margin: 0 auto; }
.tsev-portal-bar { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; margin-bottom: 18px; border-bottom: 2px solid #2271b1; font-weight: 700; }
.tsev-link-btn { background: none; border: none; color: #2271b1; text-decoration: underline; cursor: pointer; font: inherit; padding: 0; }
.tsev-portal-login { max-width: 380px; margin: 60px auto; }
.tsev-login-form { display: flex; flex-direction: column; gap: 14px; }
.tsev-portal-table { width: 100%; border-collapse: collapse; margin-bottom: 26px; }
.tsev-portal-table th, .tsev-portal-table td { border: 1px solid #e0e0e0; padding: 8px 10px; text-align: left; font-size: 0.92em; }
.tsev-portal-table th { background: #f4f4f4; }
.tsev-report-header { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 10px; }
.tsev-actions { display: flex; gap: 10px; }
.tsev-btn {
	display: inline-block; background: #2271b1; color: #fff !important; text-decoration: none;
	padding: 8px 16px; border-radius: 5px; font-weight: 600; border: none; cursor: pointer; font-size: 0.95em;
}
.tsev-btn:hover { background: #1a5a8a; }

@media print {
	.tsev-no-print { display: none !important; }
	body { background: #fff; }
	.tsev-portal-table th { background: #eee !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
}
