.tbn-pick-tracker {
	max-width: 1120px;
	margin: 48px auto;
	padding: 0 20px;
	color: #f7f7f8;
}

.tbn-pick-tracker__hero {
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 18px;
	background: linear-gradient(135deg, #12151b 0%, #08090c 100%);
	padding: 30px;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

.tbn-pick-tracker__eyebrow {
	margin: 0 0 10px;
	color: #ef233c;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tbn-pick-tracker h2 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(2rem, 4vw, 3.25rem);
	line-height: 1.05;
}

.tbn-pick-tracker__intro {
	max-width: 760px;
	margin: 18px 0 0;
	color: #d3d7df;
	font-size: 1.05rem;
	line-height: 1.65;
}

.tbn-pick-tracker__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.tbn-pick-tracker__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 22px;
	border-radius: 999px;
	font-weight: 800;
	text-decoration: none;
	transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.tbn-pick-tracker__button:hover,
.tbn-pick-tracker__button:focus {
	transform: translateY(-1px);
	text-decoration: none;
}

.tbn-pick-tracker__button--primary {
	background: #ef233c;
	border: 1px solid #ef233c;
	color: #ffffff;
}

.tbn-pick-tracker__button--secondary {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.16);
	color: #ffffff;
}

.tbn-pick-tracker__button--small {
	min-height: 38px;
	padding: 8px 14px;
	border: 1px solid rgba(239, 35, 60, 0.75);
	background: rgba(239, 35, 60, 0.16);
	color: #ffffff;
	font-size: 0.82rem;
	cursor: pointer;
}

.tbn-pick-tracker__button--danger {
	border-color: rgba(255, 119, 135, 0.55);
	background: rgba(239, 35, 60, 0.08);
	color: #ff9aa6;
}

.tbn-pick-tracker__button--danger:hover,
.tbn-pick-tracker__button--danger:focus {
	background: rgba(239, 35, 60, 0.18);
	color: #ffffff;
}

.tbn-pick-tracker__stats {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 12px;
	margin-top: 18px;
}

.tbn-pick-tracker__demo-note {
	margin: 18px 0 0;
	color: #aeb5c0;
	font-size: 0.9rem;
	font-weight: 800;
}

.tbn-pick-tracker__stat {
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 14px;
	background: #171b22;
	padding: 18px;
}

.tbn-pick-tracker__stat strong {
	display: block;
	color: #ffffff;
	font-size: 1.55rem;
	line-height: 1;
}

.tbn-pick-tracker__stat span {
	display: block;
	margin-top: 8px;
	color: #aeb5c0;
	font-size: 0.88rem;
	font-weight: 700;
}

.tbn-pick-tracker__table-wrap {
	overflow-x: auto;
	margin-top: 18px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	background: #101318;
}

.tbn-pick-tracker__table-title {
	margin: 24px 0 0;
	color: #ffffff;
	font-size: 1.1rem;
	line-height: 1.2;
}

.tbn-pick-tracker__table {
	width: 100%;
	min-width: 720px;
	border-collapse: collapse;
	margin: 0;
	color: #e8ebf0;
}

.tbn-pick-tracker__table th,
.tbn-pick-tracker__table td {
	padding: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	text-align: left;
}

.tbn-pick-tracker__table th {
	color: #ffffff;
	background: #171b22;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.tbn-pick-tracker__table tr:last-child td {
	border-bottom: 0;
}

.tbn-pick-tracker__status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 74px;
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 800;
}

.tbn-pick-tracker__status--win {
	background: rgba(35, 188, 104, 0.16);
	color: #65e49e;
}

.tbn-pick-tracker__status--loss {
	background: rgba(239, 35, 60, 0.16);
	color: #ff7787;
}

.tbn-pick-tracker__status--pending {
	background: rgba(255, 198, 86, 0.16);
	color: #ffd781;
}

.tbn-pick-tracker__status--void {
	background: rgba(174, 181, 192, 0.16);
	color: #d6dbe3;
}

.tbn-pick-tracker__panel {
	margin-top: 18px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 18px;
	background: #101318;
	padding: 22px;
}

.tbn-pick-tracker__panel h3 {
	margin: 0 0 18px;
	color: #ffffff;
	font-size: 1.25rem;
	line-height: 1.2;
}

.tbn-pick-tracker__form {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	align-items: end;
}

.tbn-pick-tracker__form label {
	display: grid;
	gap: 7px;
	margin: 0;
	color: #d7dce5;
	font-size: 0.88rem;
	font-weight: 800;
}

.tbn-pick-tracker__form input,
.tbn-pick-tracker__form select {
	width: 100%;
	min-height: 46px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 12px;
	background: #080a0e;
	color: #ffffff;
	padding: 10px 12px;
	font-size: 0.95rem;
}

.tbn-pick-tracker__form input:focus,
.tbn-pick-tracker__form select:focus {
	border-color: rgba(239, 35, 60, 0.75);
	box-shadow: 0 0 0 3px rgba(239, 35, 60, 0.18);
	outline: none;
}

.tbn-pick-tracker__status-form {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
}

.tbn-pick-tracker__delete-form {
	margin: 0;
}

.tbn-pick-tracker__status-form select {
	min-width: 112px;
	min-height: 38px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 10px;
	background: #080a0e;
	color: #ffffff;
	padding: 8px 10px;
	font-size: 0.88rem;
}

.tbn-pick-tracker__status-form select:focus {
	border-color: rgba(239, 35, 60, 0.75);
	box-shadow: 0 0 0 3px rgba(239, 35, 60, 0.18);
	outline: none;
}

.tbn-pick-tracker__form button {
	min-height: 46px;
	cursor: pointer;
}

.tbn-pick-tracker__notice {
	margin-top: 18px;
	border-radius: 14px;
	padding: 14px 16px;
	font-weight: 800;
}

.tbn-pick-tracker__notice--success {
	border: 1px solid rgba(35, 188, 104, 0.3);
	background: rgba(35, 188, 104, 0.12);
	color: #86efac;
}

.tbn-pick-tracker__notice--error {
	border: 1px solid rgba(239, 35, 60, 0.35);
	background: rgba(239, 35, 60, 0.12);
	color: #ff9aa6;
}

.tbn-pick-tracker__empty {
	margin: 0;
	color: #cbd1dc;
}

@media (max-width: 900px) {
	.tbn-pick-tracker__stats {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.tbn-pick-tracker__form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.tbn-pick-tracker {
		margin: 28px auto;
		padding: 0 14px;
	}

	.tbn-pick-tracker__hero {
		padding: 22px;
		border-radius: 16px;
	}

	.tbn-pick-tracker h2 {
		font-size: 2rem;
	}

	.tbn-pick-tracker__intro {
		font-size: 0.98rem;
		line-height: 1.6;
	}

	.tbn-pick-tracker__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.tbn-pick-tracker__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tbn-pick-tracker__stat {
		padding: 14px;
	}

	.tbn-pick-tracker__stat strong {
		font-size: 1.35rem;
	}

	.tbn-pick-tracker__panel {
		padding: 16px;
		border-radius: 16px;
	}

	.tbn-pick-tracker__form {
		grid-template-columns: 1fr;
	}

	.tbn-pick-tracker__table th,
	.tbn-pick-tracker__table td {
		padding: 13px;
	}

	.tbn-pick-tracker__status-form {
		align-items: stretch;
		flex-direction: column;
	}

	.tbn-pick-tracker__status-form select,
	.tbn-pick-tracker__status-form button {
		width: 100%;
	}

	.tbn-pick-tracker__delete-form button {
		width: 100%;
	}
}
