.sp1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
	background-color: #f8f8f8;
	border: 1px solid #ccc;
}

.sp2 {
	font-size: 11px;
	color: #555;
	background-color: #f1f1f1;
	padding: 4px;
}

/* 2026 UI refresh for schedule views */
.grsp-wrap {
	max-width: 1120px;
	margin: 0 auto;
}

.grsp-intro {
	margin: 0 0 14px 0;
	text-align: center;
	color: #4a5568;
	font-size: 0.96rem;
	line-height: 1.45;
}

.grsp-card {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
	padding: 8px;
}

.grsp-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 13px;
}

.grsp-table td,
.grsp-table th {
	padding: 8px 6px;
	vertical-align: middle;
}

.grsp-table td.tbl1,
.grsp-table td.tbl2 {
	border-bottom: 1px solid #edf2f7;
}

.grsp-public-table {
	background: #ffffff;
	border-radius: 10px;
	overflow: hidden;
}

.grsp-public-table tr.grsp-headrow td {
	background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%) !important;
	color: #1f2937;
	font-weight: 700;
	border-bottom: 1px solid #dbe6f6;
}

.grsp-public-table tr:hover td.tbl1,
.grsp-public-table tr:hover td.tbl2 {
	background-color: #f9fbff;
}

.grsp-public-table td.grsp-timecol {
	font-weight: 700;
	color: #334155;
	background: #f8fafc !important;
	white-space: nowrap;
}

.grsp-public-table td.grsp-offline {
	background: linear-gradient(180deg, #fff7ed 0%, #ffedd5 100%) !important;
	color: #9a3412;
	font-weight: 600;
}

.grsp-slot-row {
	animation: grsp-fade-in 0.28s ease-in;
}

.grsp-onair-row td.tbl1,
.grsp-onair-row td.tbl2 {
	box-shadow: inset 0 0 0 1px rgba(56, 178, 172, 0.35);
	background: #f0fdfa !important;
}

.grsp-toolbar {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 10px 0;
}

.grsp-filter-group,
.grsp-day-group {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
}

.grsp-toolbar-label {
	font-size: 12px;
	font-weight: 700;
	color: #475569;
	margin-right: 2px;
}

.grsp-filter-btn,
.grsp-day-btn {
	padding: 4px 9px !important;
	font-size: 11px !important;
	border-radius: 999px !important;
}

.grsp-filter-btn.active {
	background: linear-gradient(180deg, #38b2ac 0%, #2c7a7b 100%) !important;
	color: #fff !important;
	border-color: #2c7a7b !important;
}

.grsp-col-focus {
	background: #e6fffa !important;
}

.grsp-autodj-label {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	background: #ede9fe;
	color: #5b21b6;
}

.grsp-dj-chip a {
	display: inline-block;
	padding: 3px 6px;
	border-radius: 8px;
	transition: background-color 0.2s ease, transform 0.15s ease;
}

.grsp-dj-chip a:hover {
	background: #eef2ff;
	transform: translateY(-1px);
}

.grsp-table tr:first-child td.tbl2,
.grsp-table tr:first-child td.tbl1 {
	background: #f8fafc;
}

.grsp-table .button {
	padding: 6px 10px;
	font-size: 12px;
	border-radius: 8px;
	border: 1px solid #cbd5e0;
	background: linear-gradient(180deg, #ffffff 0%, #edf2f7 100%);
	color: #1a202c;
	cursor: pointer;
}

.grsp-table .button:hover {
	background: linear-gradient(180deg, #ffffff 0%, #e2e8f0 100%);
}

.grsp-table .textbox {
	border: 1px solid #cbd5e0;
	border-radius: 8px;
	padding: 7px 9px;
	background: #fff;
	color: #1a202c;
}

.grsp-table select.textbox {
	padding-right: 26px;
}

.grsp-form-card {
	max-width: 980px;
	margin: 0 auto 14px auto;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
	padding: 10px;
}

.grsp-admin-table {
	width: 100% !important;
	max-width: 920px;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
}

.grsp-admin-table td.tbl1 {
	width: 42%;
	font-weight: 600;
	color: #2d3748;
	background: #f8fafc;
}

.grsp-admin-table td.tbl2 {
	background: #ffffff;
}

.grsp-admin-table .grsp-admin-section {
	background: linear-gradient(90deg, #ebf8ff 0%, #f0fff4 100%);
	color: #2c5282;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.grsp-admin-table .textbox {
	width: 100% !important;
	max-width: 360px;
}

.grsp-admin-table tr:last-child td {
	background: #f8fafc;
}

.grsp-primary-btn {
	background: linear-gradient(180deg, #38b2ac 0%, #2c7a7b 100%) !important;
	border-color: #2c7a7b !important;
	color: #ffffff !important;
	font-weight: 700;
	min-width: 140px;
}

.grsp-primary-btn:hover {
	background: linear-gradient(180deg, #319795 0%, #285e61 100%) !important;
}

.grsp-msg {
	max-width: 980px;
	margin: 0 auto 12px auto;
	padding: 10px 12px;
	border-radius: 10px;
	font-size: 13px;
	text-align: center;
}

.grsp-msg.ok {
	background: #ecfdf3;
	border: 1px solid #a7f3d0;
	color: #065f46;
}

.grsp-msg.err {
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #991b1b;
}

.grsp-msg.info {
	background: #eff6ff;
	border: 1px solid #bfdbfe;
	color: #1e3a8a;
}

.grsp-footer-link {
	margin-top: 10px;
	text-align: right;
	font-size: 12px;
	color: #718096;
}

.grsp-footer-link a {
	color: #4a5568;
	text-decoration: none;
}

.grsp-footer-link a:hover {
	text-decoration: underline;
}

.grsp-tag {
	display: inline-block;
	margin-top: 4px;
	padding: 2px 8px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.3;
}

.grsp-tag-live {
	background: #dbeafe;
	color: #1e3a8a;
}

.grsp-tag-autodj {
	background: #ede9fe;
	color: #5b21b6;
}

.grsp-tag-rock {
	background: #fee2e2;
	color: #991b1b;
}

.grsp-tag-pop {
	background: #fce7f3;
	color: #9d174d;
}

.grsp-tag-mix {
	background: #dcfce7;
	color: #166534;
}

.grsp-darkmode.grsp-toolbar .grsp-toolbar-label {
	color: #cbd5e1;
}

.grsp-darkmode.grsp-public-table {
	background: #0f172a;
	color: #e2e8f0;
	border-color: #334155;
}

.grsp-darkmode.grsp-public-table tr.grsp-headrow td {
	background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%) !important;
	color: #e2e8f0;
	border-bottom-color: #334155;
}

.grsp-darkmode.grsp-public-table td.tbl1,
.grsp-darkmode.grsp-public-table td.tbl2 {
	border-bottom-color: #1e293b;
}

.grsp-darkmode.grsp-public-table tr:hover td.tbl1,
.grsp-darkmode.grsp-public-table tr:hover td.tbl2 {
	background: #111c31 !important;
}

.grsp-darkmode.grsp-public-table td.grsp-timecol {
	background: #172133 !important;
	color: #cbd5e1;
}

.grsp-darkmode.grsp-public-table td.grsp-offline {
	background: linear-gradient(180deg, #3b2f1f 0%, #2a2116 100%) !important;
	color: #fdba74;
}

.grsp-darkmode.grsp-public-table .grsp-col-focus {
	background: #1d3444 !important;
}

.grsp-darkmode.grsp-public-table .grsp-onair-row td.tbl1,
.grsp-darkmode.grsp-public-table .grsp-onair-row td.tbl2 {
	background: #102c2c !important;
	box-shadow: inset 0 0 0 1px rgba(56, 178, 172, 0.5);
}

@keyframes grsp-fade-in {
	from { opacity: 0.55; transform: translateY(2px); }
	to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 980px) {
	.grsp-wrap {
		overflow-x: auto;
	}
	.grsp-card {
		min-width: 940px;
	}
	.grsp-public-table td.grsp-timecol {
		position: sticky;
		left: 0;
		z-index: 2;
	}
	.grsp-public-table tr.grsp-headrow td.grsp-timecol {
		z-index: 3;
	}
	.grsp-toolbar {
		display: block;
	}
	.grsp-filter-group,
	.grsp-day-group {
		margin-bottom: 8px;
	}
	.grsp-admin-table td.tbl1,
	.grsp-admin-table td.tbl2 {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.grsp-admin-table td.tbl1 {
		border-bottom: none;
		padding-bottom: 4px;
	}
	.grsp-admin-table td.tbl2 {
		padding-top: 4px;
		padding-bottom: 12px;
	}
}