.tt-cal *, .tt-cal ::before, .tt-cal ::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.tt-cal {
	font-family: Arial, Helvetica, sans-serif;
	background: #0a1a10;
	color: #f0f0f0;
	line-height: 1.6;
	width: 100%;
}

.tt-cal .tt-hero h1 {
	font-variant: normal !important;
	text-transform: none !important;
	font-family: Arial, Helvetica, sans-serif !important;
}

.tt-cal .tt-hero h1 {
	font-variant: normal !important;
	text-transform: none !important;
	font-family: Arial, Helvetica, sans-serif !important;
}

.tt-cal .tt-month-heading h2 {
	font-variant: normal !important;
	text-transform: none !important;
	font-family: Arial, Helvetica, sans-serif !important;
}

.tt-cal .tt-hero {
	background: linear-gradient(135deg, #0D2B1D 0%, #0F2744 100%);
	border-bottom: 3px solid #D4AF37;
	padding: 48px 20px 40px;
	text-align: center;
}

.tt-cal .tt-hero h1 {
	font-size: clamp(24px, 5vw, 40px);
	font-weight: bold;
	color: #D4AF37;
	margin-bottom: 16px;
	line-height: 1.2;
}

.tt-cal .tt-hero .tt-subtitle {
	max-width: 680px;
	margin: 0 auto 16px;
	color: #D1D5DB;
	font-size: 15px;
	line-height: 1.7;
}

.tt-cal .tt-hero .tt-meta {
	color: #6B7280;
	font-size: 12px;
}

.tt-cal .tt-hero .tt-meta a {
	color: #D4AF37;
	text-decoration: none;
}

.tt-cal .tt-container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 16px 60px;
}

.tt-cal .tt-intro-note {
	background: #1B4332;
	border-left: 4px solid #D4AF37;
	border-radius: 0 8px 8px 0;
	padding: 16px 20px;
	margin: 28px 0 8px;
	font-size: 13px;
	color: #D1D5DB;
	line-height: 1.7;
}

.tt-cal .tt-intro-note strong {
	color: #D4AF37;
}

.tt-cal .tt-legend {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	margin: 20px 0 4px;
	font-size: 12px;
	color: #9CA3AF;
}

.tt-cal .tt-legend-item {
	display: flex;
	align-items: center;
	gap: 6px;
}

.tt-cal .tt-legend-dot {
	width: 12px;
	height: 12px;
	border-radius: 3px;
	flex-shrink: 0;
}

.tt-cal .tt-legend-dot.racing {
	background: #1B4332;
	border: 1px solid #2d6a4f;
}

.tt-cal .tt-legend-dot.golf {
	background: #0F2744;
	border: 1px solid #1e3a5f;
}

.tt-cal .tt-legend-dot.major {
	background: #D4AF37;
}

.tt-cal .tt-month-section {
	margin-top: 40px;
}

.tt-cal .tt-month-heading {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #D4AF37;
}

.tt-cal .tt-month-heading h2 {
	font-size: 22px;
	color: #D4AF37;
	font-weight: bold;
}

.tt-cal .tt-month-heading .tt-month-year {
	color: #6B7280;
	font-size: 13px;
}

.tt-cal .tt-event-count {
	background: #1B4332;
	border-radius: 12px;
	padding: 2px 10px;
	font-size: 11px;
	color: #9CA3AF;
	margin-left: auto;
}

.tt-cal .tt-event-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 14px;
}

.tt-cal .tt-event-card {
	border-radius: 12px;
	padding: 18px;
	border: 1px solid transparent;
	transition: transform 0.15s, border-color .15s;
	position: relative;
	overflow: hidden;
}

.tt-cal .tt-event-card:hover {
	transform: translateY(-2px);
	border-color: #D4AF37;
}

.tt-cal .tt-event-card.racing {
	background: #1B4332;
}

.tt-cal .tt-event-card.golf {
	background: #0F2744;
}

.tt-cal .tt-event-card.major {
	border-color: #D4AF37 !important;
}

.tt-cal .tt-event-card.major::before {
	content: "★ MAJOR";
	position: absolute;
	top: 0;
	right: 0;
	background: #D4AF37;
	color: #0D2B1D;
	font-size: 9px;
	font-weight: bold;
	padding: 3px 8px;
	border-radius: 0 12px 0 8px;
	letter-spacing: .5px;
}

.tt-cal .tt-card-sport {
	font-size: 18px;
	margin-bottom: 6px;
}

.tt-cal .tt-card-dates {
	font-size: 11px;
	color: #D4AF37;
	font-weight: bold;
	letter-spacing: .5px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.tt-cal .tt-card-title {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 6px;
	line-height: 1.3;
}

.tt-cal .tt-card-venue {
	font-size: 12px;
	color: #9CA3AF;
	margin-bottom: 10px;
}

.tt-cal .tt-card-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 11px;
	border-top: 1px solid rgba(255,255,255,0.08);
	padding-top: 10px;
	margin-top: 8px;
	gap: 8px;
	flex-wrap: wrap;
}

.tt-cal .tt-card-winner {
	color: #9CA3AF;
}

.tt-cal .tt-card-winner strong {
	color: #D1D5DB;
}

.tt-cal .tt-coverage-badge {
	background: rgba(212,175,55,0.15);
	border: 1px solid rgba(212,175,55,0.3);
	color: #D4AF37;
	font-size: 10px;
	padding: 3px 8px;
	border-radius: 10px;
	white-space: nowrap;
	font-weight: bold;
}

.tt-cal .tt-footer {
	background: #0D2B1D;
	border-top: 3px solid #D4AF37;
	padding: 28px 20px;
	text-align: center;
	font-size: 11px;
	color: #4B5563;
	line-height: 1.8;
}

.tt-cal .tt-footer a {
	color: #D4AF37;
	text-decoration: none;
	font-weight: bold;
}

.tt-cal .tt-footer .tt-updated {
	color: #6B7280;
	font-size: 10px;
	margin-top: 8px;
}

@media (max-width: 600px) {
	.tt-cal .tt-event-grid {
		grid-template-columns: 1fr;
	}
	
	.tt-cal .tt-hero {
		padding: 32px 16px 28px;
	}
}