.egt-wrap h2 {
	margin-bottom: 6px;
}

.egt-notice {
	background: #fff4e5;
	border: 1px solid #e0a100;
	border-left-width: 4px;
	color: #4a3200;
	padding: 10px 14px;
	margin: 10px 0;
	border-radius: 4px;
}

.egt-notice-login {
	background: #eef4ff;
	border-color: #2f6fed;
	color: #10254a;
}

.egt-notice-limit {
	background: #ffecec;
	border-color: #d64545;
	color: #4a0f0f;
}

.egt-dashboard-actions {
	display: flex;
	gap: 10px;
	margin: 16px 0 24px;
	flex-wrap: wrap;
}

.egt-btn {
	display: inline-block;
	padding: 9px 16px;
	border: 1px solid currentColor;
	border-radius: 6px;
	text-decoration: none;
	margin: 4px 4px 4px 0;
	cursor: pointer;
}

.egt-btn-primary {
}

.egt-btn-small {
	padding: 4px 8px;
	font-size: 12px;
	margin-left: 6px;
}

.egt-table {
	width: 100%;
	border-collapse: collapse;
	margin: 14px 0;
}

.egt-table th,
.egt-table td {
	border: 1px solid #e2e8f0;
	padding: 8px 10px;
	text-align: center;
	font-size: 15px;
}

.egt-table thead th {
	background: #f4f7fa;
}

.egt-entry-table td input {
	width: 100%;
	min-width: 70px;
	box-sizing: border-box;
}
.egt-entry-table td select {
	width: 100%;
	min-width: 90px;
	box-sizing: border-box;
}

.egt-entry-table-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin: 14px 0;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
}

.egt-scorecard-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 14px 0; }
.egt-scorecard-wrap .egt-table { margin: 0; min-width: 520px; }
.egt-scorecard th, .egt-scorecard td { padding: 7px 8px; font-size: 13px; }
.egt-scorecard .egt-sc-sub td { background: #f4f7fa; font-weight: 700; }
.egt-scorecard .egt-sc-sub td:first-child { text-transform: uppercase; letter-spacing: .04em; font-size: 11px; }
.egt-sc-dot { color: #1B5E3F; font-size: 9px; vertical-align: 2px; letter-spacing: 1px; }
.egt-sc-dot-minus { color: #b4453f; font-weight: 700; font-size: 12px; }
.egt-entry-table-scroll .egt-table {
	margin: 0;
	min-width: 1050px;
}
.egt-shots-table { min-width: 820px; }
.egt-shots-table select { min-width: 84px; }

.egt-form-section {
	background: #f8faf9;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	padding: 16px;
	margin-bottom: 16px;
	color: #1b2733;
}
.egt-field-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 20px;
}
.egt-field-row-checkbox label { font-weight: 400; }

.egt-field-row {
	margin: 14px 0;
}

.egt-field-row label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
}

.egt-field-row select,
.egt-field-row input[type="text"],
.egt-field-row input[type="date"],
.egt-field-row textarea {
	display: block;
	width: 100%;
	max-width: 420px;
	padding: 8px 10px;
	border: 1px solid #cfd8e3;
	border-radius: 6px;
	box-sizing: border-box;
}

.egt-holes-toggle label {
	display: inline-block;
	margin-right: 16px;
	font-weight: 400;
}

#egt-custom-holes label {
	display: inline-block;
	margin-right: 10px;
	font-weight: 400;
}

.egt-stat-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
	gap: 10px;
	margin: 16px 0;
}

.egt-stat {
	background: #f8faf9;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	padding: 12px 8px;
	text-align: center;
	color: #1b2733;
}

.egt-stat span {
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: #14532d;
}

.egt-stat label {
	font-size: 12px;
	color: #5b6b7a;
}

.egt-score-dist {
	grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
}
.egt-score-dist .egt-stat span { font-size: 20px; }
.egt-score-dist .egt-stat label { font-size: 11px; }

.egt-trend-svg {
	width: 100%;
	height: 200px;
	color: #14532d;
	background: #f8faf9;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	margin: 10px 0 20px;
}

.egt-chart-wrap {
	position: relative;
	width: 100%;
	height: 220px;
	background: #f8faf9;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	padding: 12px;
	margin: 10px 0 20px;
	box-sizing: border-box;
}

.egt-hint {
	font-size: 13px;
	color: #5b6b7a;
}

.egt-miss-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px;
	margin: 10px 0 20px;
}
.egt-miss-grid h4 {
	margin: 0 0 8px;
	color: #1b2733;
}
.egt-miss-row {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
}
.egt-miss-label {
	width: 55px;
	font-size: 13px;
	color: #1b2733;
	flex-shrink: 0;
}
.egt-miss-bar-track {
	flex: 1;
	background: #e2e8f0;
	border-radius: 4px;
	height: 10px;
	overflow: hidden;
}
.egt-miss-bar-fill {
	background: #2a78d6;
	height: 100%;
	border-radius: 4px;
}
.egt-miss-bar-fill-alt {
	background: #eda100;
}
.egt-miss-pct {
	width: 36px;
	text-align: right;
	font-size: 13px;
	color: #1b2733;
	flex-shrink: 0;
}

.egt-drill-list li {
	margin-bottom: 8px;
}

.egt-player-list li,
.egt-report-list li {
	margin-bottom: 6px;
}

.egt-round-checklist label {
	display: block;
	margin-bottom: 4px;
}

.egt-report-page {
	background: #fff;
	padding: 20px;
	color: #1b2733;
}

.egt-report-round {
	border-top: 1px solid #e2e8f0;
	padding-top: 10px;
	margin-top: 10px;
}

.egt-tier-badge {
	font-size: 13px;
	color: #5b6b7a;
}

.egt-statcard-scan {
	background: #f8faf9;
	border: 1px dashed #cfd8e3;
	border-radius: 8px;
	padding: 12px;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	color: #1b2733;
}

.egt-statcard-scan label {
	font-weight: 600;
	margin: 0;
}

#egt-statcard-status {
	font-size: 13px;
	color: #14532d;
}

.egt-plan-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
	margin-top: 16px;
}

.egt-plan {
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	padding: 18px;
	background: #f8faf9;
	color: #1b2733;
}

.egt-plan h3 {
	margin-top: 0;
	color: #14532d;
}

.egt-sg-panel {
	background: #f8faf9;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	padding: 12px;
	margin: 10px 0 20px;
	color: #1b2733;
}

.egt-sg-panel select {
	margin-bottom: 10px;
}

@media (max-width: 600px) {
	.egt-field-row select,
	.egt-field-row input[type="text"],
	.egt-field-row input[type="date"],
	.egt-field-row textarea {
		max-width: 100%;
	}
	.egt-holes-toggle label { display: block; margin-right: 0; margin-bottom: 8px; }
	.egt-statcard-scan { flex-direction: column; align-items: stretch; }
	.egt-form-section { padding: 12px; }
	.egt-stat-grid { grid-template-columns: repeat(2, 1fr); }
	.egt-field-grid { grid-template-columns: 1fr; }
}
