.canvas-wrapper {
  width: 1080px;
  height: 100vh;
  margin: 0 auto;
  /* background: linear-gradient(135deg, #1a237e 0%, #6a1b9a 100%); */
  position: relative;
  overflow: hidden;
  /* border-radius: 20px; */
  /* box-shadow: 0 8px 40px #0008; */
  display: flex;
  flex-direction: column;

  /* Tambahin padding biar isi tidak nempel */
  padding: 40px 50px;
  box-sizing: border-box; /* penting supaya width/height tetap 1080x1350 */
}

/* Equalizer animated background */
html, body {
  overflow-x: hidden;
}

body {
	font-family: 'Segoe UI', Arial, sans-serif;
	margin: 0;
	min-height: 100vh;
	background: linear-gradient(135deg, #1a237e 0%, #6a1b9a 100%);
	color: #fff;
	overflow-x: hidden;
	overflow-y: hidden; /* lock desktop scrolling */
}

.main-title {
  font-family: 'Orbitron', sans-serif;
  font-size: 2.8em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 44px;
  margin-bottom: 28px;
  background: linear-gradient(90deg, #ff0080, #7928ca, #2afadf);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 12px #ff008055, 0 0 24px #7928ca55;
  animation: glowPulse 2s infinite alternate ease-in-out;
  cursor: pointer;
  transition: transform 0.3s;
}

.main-title span {
  color: #fff;
  text-shadow: 0 0 10px #ff0, 0 0 20px #f0f;
}

.container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
		max-width: 1200px;
		margin: 50px auto 0 auto;
		gap: 32px;
		width: 100%;
		box-sizing: border-box;
}
/* .info-box {
	max-width: 1200px;
	width: 100%;
	margin: 16px auto 0 auto;
	background: linear-gradient(135deg, #4527a0 60%, #6a1b9a 100%);
	box-shadow: 0 8px 40px 0 #0005, 0 1.5px 8px #6a1b9a44, 0 0 0 100vmax #4527a0ee inset;
	background-blend-mode: normal;
	border-radius: 18px;
	padding: 18px 16px;
	border: 2.5px solid #fff2;
	color: #fff;
}
.info-box h3 {
	margin: 0 0 12px 0;
	font-size: 1.2em;
	font-weight: 600;
	letter-spacing: 1px;
	text-shadow: 0 2px 12px #0005;
}
.info-links {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}
.info-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border-radius: 14px;
	background: linear-gradient(135deg, #3949ab 40%, #8e24aa 100%);
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	box-shadow: 0 3px 12px #0004, 0 0 8px #8e24aa55;
	transition: all 0.25s ease;
}
.info-links a:hover {
	background: linear-gradient(135deg, #8e24aa 40%, #3949ab 100%);
	box-shadow: 0 6px 18px #8e24aa66;
	transform: translateY(-1px);
} */
.credits {
	margin-top: auto;
	text-align: center;
	font-size: 0.9em;
	color: #fff;
	opacity: 0.85;
	text-shadow: 0 1px 6px #0008;
	padding-top: 12px;
}
.credits a {
	color: #f9fd02;
	text-decoration: none;
	font-weight: 600;
}
.credits a:hover {
	text-decoration: underline;
}
.calendar {
	/* width: 380px;
	min-width: 320px;
	max-width: 420px;
	min-height: 480px; */
	height: auto;
	box-sizing: border-box;
	background: linear-gradient(135deg, #283593 60%, #8e24aa 100%);
	/* Overlay solid color for non-transparency */
	box-shadow: 0 8px 40px 0 #0005, 0 1.5px 8px #6a1b9a44, 0 0 0 100vmax #283593ee inset;
	background-blend-mode: normal;
	border-radius: 28px;
	padding: 28px 20px 24px 20px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 2.5px solid #fff2;
	/* unified spacing for weekdays and days grids */
	--cal-gap: 6px;
}
.selected-display {
	width: 100%;
	margin-top: 14px;
	padding: 18px 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.selected-display .selected-number {
	font-family: 'Orbitron', sans-serif;
	font-size: 3.6em;
	font-weight: 800;
	line-height: 1;
	color: #fff;
	text-shadow: 0 3px 18px #0006;
}
.selected-display .selected-day-name {
	margin-top: 6px;
	font-size: 1.1em;
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
	opacity: 0.95;
}
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: transparent;
	color: #fff;
	padding: 0 0 18px 0;
	border-radius: 0;
}
.header h2 {
	margin: 0;
	font-size: 1.4em;
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
}
.header button {
	background: linear-gradient(135deg, #3949ab 60%, #8e24aa 100%);
	border: none;
	color: #fff;
	font-size: 1.4em;
	cursor: pointer;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	box-shadow: 0 2px 8px #0002;
	transition: background 0.2s, box-shadow 0.2s;
}
.header button:hover {
	background: linear-gradient(135deg, #8e24aa 60%, #3949ab 100%);
	box-shadow: 0 4px 16px #8e24aa55;
}
.weekdays, .days {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: var(--cal-gap);
	text-align: center;
	width: 100%;
}
.weekdays div {
	background: #4527a0;
	color: #fff;
	padding: 8px 0;
	font-weight: bold;
	font-size: 0.85em;
	border-radius: 8px;
	margin: 0;
	letter-spacing: 0.5px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
.day {
	text-align: center;
	padding: 0;
	border-radius: 10px;
	cursor: pointer;
	font-size: 1.2em;
	transition: background 0.2s, color 0.2s, box-shadow 0.2s;
	border: 2px solid transparent;
	background: #ede7f6;
	color: #222;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	aspect-ratio: 1 / 1;
	line-height: 1;
	position: relative;
}
.day.today {
	background: linear-gradient(135deg, #000a4d 60%, #bd00f1 100%);
	color: #fff;
	font-weight: bold;
	box-shadow: 0 0 0 1.5px #8e24aa55;
}
/* Pin indicator for current day (small map-pin: head + tail) */
.day.today::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 50%;
	transform: translateX(-50%);
	width: 8px;
	height: 8px;
	background: #ff1744;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 1px 4px #0006;
}
.day.today::after {
	content: "";
	position: absolute;
	top: 12px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #ff1744;
}

.day:hover {
	background: #b39ddb;
	border: 2px solid #8e24aa;
	color: #222;
}
.day.selected {
	background: green;
	color: #fff;
	font-weight: bold;
	border: 2px solid #fff2;
}
.day.has-schedule {
	background: #ff0ab8;
	color: #fff;
	border: 2px solid #fff2;
}
.day.has-schedule.today {
	background: #ff0ab8;
	color: #fff;
	border: 2px solid #fff2;
}
/* Ensure selected state always shows green fill, not just border */
.days .day.selected {
	background: green;
	color: #fff;
	font-weight: bold;
	border: 2px solid #fff2;
}
.empty {
	border: none;
	background: transparent;
	cursor: default;
}

.schedule {
	flex: 1 1 0;
		min-width: 320px;
		max-width: none;
		box-sizing: border-box;
		background: linear-gradient(135deg, #4527a0 60%, #6a1b9a 100%);
		/* Overlay solid color for non-transparency */
		box-shadow: 0 8px 40px 0 #0005, 0 1.5px 8px #6a1b9a44, 0 0 0 100vmax #4527a0ee inset;
		background-blend-mode: normal;
	border-radius: 24px;
	padding: 25px 25px;
	margin-left: 0;
	display: block;
	color: #fff;
	border: 2.5px solid #fff2;
}
.schedule h3 {
	margin-top: 0;
	margin-bottom: 18px;
	font-size: 1.2em;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	text-shadow: 0 2px 12px #0005;
}

.talent-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-height: calc(5 * 6.7rem); /* 5 item per layar */
  padding-right: 8px; /* biar ga kepotong scrollbar */
}

/* Custom scrollbar */
.talent-list::-webkit-scrollbar {
  width: 8px;
}

.talent-list::-webkit-scrollbar-track {
  background: #4527a0;
  border-radius: 8px;
}

.talent-list::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #f9fd02, #ff1683);
  border-radius: 8px;
}

.talent-list::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #f9fd02, #ff1683);
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 14px;
  align-items: center;
}

.pagination button {
  padding: 10px 18px;
  border: none;
  border-radius: 28px;
  font-size: 1em;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, #3949ab 40%, #8e24aa 100%);
  box-shadow: 0 3px 12px #0004, 0 0 8px #8e24aa55;
  transition: all 0.25s ease;
}

.pagination button:hover:not(:disabled) {
  background: linear-gradient(135deg, #8e24aa 40%, #3949ab 100%);
  box-shadow: 0 6px 18px #8e24aa66;
  transform: translateY(-2px) scale(1.03);
}

.pagination button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  box-shadow: none;
}

.pagination span {
  font-size: 1em;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 1px 4px #0008;
}

.talent-item {
	display: flex;
	align-items: center;
	background: linear-gradient(90deg, #fff 80%, #ede7f6 100%);
	border-radius: 14px;
	box-shadow: 0 2px 12px #0002;
	padding: 16px 22px;
	transition: box-shadow 0.2s, transform 0.2s;
	color: #222;
}

.talent-item:hover {
	box-shadow: 0 6px 24px #8e24aa33;
	transform: translateY(-2px) scale(1.02);
}

.talent-avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 22px;
	border: 2.5px solid #8e24aa55;
	background: #ede7f6;
}

.talent-info {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.talent-name {
	font-size: 1.2em;
	font-weight: bold;
	color: #222;
}
.talent-venue {
	font-size: 1em;
	color: #6a1b9a;
	font-weight: 500;
}
.no-talent {
	text-align: center;
	color: #fff;
	font-size: 1.1em;
	margin-top: 18px;
	opacity: 0.8;
}

/* Responsive improvements */
@media (max-width: 1100px) {
  .container {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    max-width: 100%;
    margin: 24px auto 0 auto;
    padding: 0 12px;
  }
  .calendar, .schedule {
    width: 100%;
    min-width: unset;
    max-width: 100%;
    padding: 20px 16px;
    min-height: auto;
    height: auto;
    margin: 0 auto 18px auto;
  }
}

@media (max-width: 600px) {
  .main-title {
    font-size: 1em;
    margin-top: 18px;
    margin-bottom: 12px;
  }
  .canvas-wrapper {
    width: 100%;
    height: auto; /* allow scroll on mobile */
    padding: 16px 10px;
  }
  .container {
    gap: 12px;
    padding: 0 6px;
  }
  .credits { font-size: 0.8em; padding-top: 8px; }
  .calendar, .schedule {
    padding: 12px 8px;
    border-radius: 12px;
    min-height: auto;
  }
  .info-box { padding: 12px 10px; border-radius: 12px; }
  .selected-display { padding: 12px 10px; border-radius: 12px; }
  .selected-display .selected-number { font-size: 2.6em; }
  .selected-display .selected-day-name { font-size: 0.95em; }
  .header h2 {
    font-size: 1em;
  }
  .header button {
    font-size: 1em;
    width: 28px;
    height: 28px;
  }
  .calendar { --cal-gap: 4px; }
  .weekdays, .days { gap: var(--cal-gap); }
  .talent-avatar {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .talent-item {
    padding: 10px 8px;
  }
  .talent-name {
    font-size: 1em;
  }
  .talent-venue {
    font-size: 0.9em;
  }
  .day {
    font-size: 1.05em;
    padding: 0;
    border-radius: 10px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
  .weekdays div {
    font-size: 0.8em;
    padding: 4px 0;
    border-radius: 5px;
	margin: 0;
    line-height: 1;
  }
  .schedule h3 {
	margin-top: 0;
	margin-bottom: 18px;
	font-size: 0.9em;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	text-shadow: 0 2px 12px #0005;
  }
  body { overflow-y: auto; }
}