body {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	background: #f5f7fb;
	color: #333;
}

.header {
	text-align: center;
	padding: 16px 10px;
	background: white;
	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.logo {
	width: 70px;
	height: 70px;
	object-fit: contain;
	margin-bottom: 6px;
}

.title {
	font-weight: bold;
	color: #3b82f6;
	font-size: 18px;
}

/* CONTAINER */
.container {
	max-width: 600px;
	margin: 20px auto;
	padding: 0 16px;
}

/* GRID */
.grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
}


a {
	text-decoration: none;
}

/* WARNING */
.warning {
	background: #ef4444;
	color: white;
	text-align: center;
	padding: 10px;
	font-size: 14px;
}

/* IFRAME */
iframe {
	width: 100%;
	height: calc(100vh - 60px);
	border: none;
}

#timeBox {
	margin-top: 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 16px;
	border-radius: 12px;
	background: #3b82f6;
	color: #ffffff; !important;
	font-weight: 600;
	font-size: 14px;
}

/* kiri & kanan */
.time-left, .time-right {
	display: flex;
	flex-direction: column;
}

/* label kecil */
.label {
	font-size: 11px;
	opacity: 0.7;
	margin-bottom: 2px;
}

/* angka utama */
#currentTime, #countdown {
	font-family: 'Courier New', monospace;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
}
#countdown.warning {
	font-weight: bold;
	animation: blink 1s infinite;
}

@keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 0.2; }
	100% { opacity: 1; }
}

@media (max-width: 600px) {
	#timeBox {
		padding: 6px 10px;
		font-size: 12px;
	}

	.label {
		font-size: 10px;
	}

	#currentTime, #countdown {
		font-size: 15px;
	}
	.three-column {
        grid-template-columns: 1fr; /* jadi 1 kolom */
    }

    .column {
        margin-bottom: 10px;
    }
}
.user-name {
	display: flex;
	align-items: center;        /* vertikal tengah */
	justify-content: space-between;
	background: #e0edff;
	padding: 6px 10px;
	border-radius: 20px;
	font-size: 13px;
	color: #1d4ed8;
	width: fit-content;
	gap: 10px;
}

.user-info {
	display: flex;
	align-items: center;
	gap: 6px;
}

.logout-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	text-decoration: none;
}

.logout-btn img {
	width: 16px;     /* ukuran icon */
	height: 16px;
	object-fit: contain;
}

.logout-btn:hover img {
	transform: scale(1.2);
	transition: 0.2s;
}

body {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	background: #f5f7fb;
	color: #333;
}

.header {
	text-align: center;
	padding: 16px 10px;
	background: white;
	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.logo {
	width: 70px;
	height: 70px;
	object-fit: contain;
	margin-bottom: 6px;
}

.title {
	font-weight: bold;
	color: #3b82f6;
	font-size: 18px;
}

/* CONTAINER */
.container {
	max-width: 600px;
	margin: 20px auto;
	padding: 0 16px;
}

/* GRID */
.grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
}


a {
	text-decoration: none;
}

/* WARNING */
.warning {
	background: #ef4444;
	color: white;
	text-align: center;
	padding: 10px;
	font-size: 14px;
}

/* IFRAME */
iframe {
	width: 100%;
	height: calc(100vh - 60px);
	border: none;
}

#timeBox {
	margin-top: 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 16px;
	border-radius: 12px;
	background: #3b82f6;
	color: #ffffff; !important;
	font-weight: 600;
	font-size: 14px;
}

/* kiri & kanan */
.time-left, .time-right {
	display: flex;
	flex-direction: column;
}

/* label kecil */
.label {
	font-size: 11px;
	opacity: 0.7;
	margin-bottom: 2px;
}

/* angka utama */
#currentTime, #countdown {
	font-family: 'Courier New', monospace;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
}
#countdown.warning {
	font-weight: bold;
	animation: blink 1s infinite;
}

@keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 0.2; }
	100% { opacity: 1; }
}

@media (max-width: 600px) {
	#timeBox {
		padding: 6px 10px;
		font-size: 12px;
	}

	.label {
		font-size: 10px;
	}

	#currentTime, #countdown {
		font-size: 15px;
	}
	.three-column {
        grid-template-columns: 1fr; /* jadi 1 kolom */
    }

    .column {
        margin-bottom: 10px;
    }
}
.user-name {
	display: flex;
	align-items: center;        /* vertikal tengah */
	justify-content: space-between;
	background: #e0edff;
	padding: 6px 10px;
	border-radius: 20px;
	font-size: 13px;
	color: #1d4ed8;
	width: fit-content;
	gap: 10px;
}

.user-info {
	display: flex;
	align-items: center;
	gap: 6px;
}

.logout-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	text-decoration: none;
}

.logout-btn img {
	width: 16px;     /* ukuran icon */
	height: 16px;
	object-fit: contain;
}

.logout-btn:hover img {
	transform: scale(1.2);
	transition: 0.2s;
}

body {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	background: #f5f7fb;
	color: #333;
}

.header {
	text-align: center;
	padding: 16px 10px;
	background: white;
	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.logo {
	width: 70px;
	height: 70px;
	object-fit: contain;
	margin-bottom: 6px;
}

.title {
	font-weight: bold;
	color: #3b82f6;
	font-size: 18px;
}

/* CONTAINER */
.container {
	max-width: 600px;
	margin: 20px auto;
	padding: 0 16px;
}

/* GRID */
.grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
}

/* CARD */
.card {
	background: white;
	border-radius: 14px;
	padding: 18px;
	text-align: center;
	box-shadow: 0 4px 10px rgba(0,0,0,0.08);
	transition: 0.2s;
	font-weight: 500;
	color: #333;
}

.card:hover {
	transform: translateY(-3px);
	background: #f0f6ff;
}

a {
	text-decoration: none;
}

/* WARNING */
.warning {
	background: #ef4444;
	color: white;
	text-align: center;
	padding: 10px;
	font-size: 14px;
}

/* IFRAME */
iframe {
	width: 100%;
	height: calc(100vh - 60px);
	border: none;
}

#timeBox {
	margin-top: 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 16px;
	border-radius: 12px;
	background: #3b82f6;
	color: #ffffff; !important;
	font-weight: 600;
	font-size: 14px;
}

/* kiri & kanan */
.time-left, .time-right {
	display: flex;
	flex-direction: column;
}

/* label kecil */
.label {
	font-size: 11px;
	opacity: 0.7;
	margin-bottom: 2px;
}

/* angka utama */
#currentTime, #countdown {
	font-family: 'Courier New', monospace;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
}
#countdown.warning {
	font-weight: bold;
	animation: blink 1s infinite;
}

@keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 0.2; }
	100% { opacity: 1; }
}

@media (max-width: 600px) {
	#timeBox {
		padding: 6px 10px;
		font-size: 12px;
	}

	.label {
		font-size: 10px;
	}

	#currentTime, #countdown {
		font-size: 15px;
	}
    .three-column {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 0 10px;
    }

    .column {
        padding: 12px;
    }

    .card {
        font-size: 15px;
        padding: 14px;
    }
}
.user-name {
	display: flex;
	align-items: center;        /* vertikal tengah */
	justify-content: space-between;
	background: #e0edff;
	padding: 6px 10px;
	border-radius: 20px;
	font-size: 13px;
	color: #1d4ed8;
	width: fit-content;
	gap: 10px;
}

.user-info {
	display: flex;
	align-items: center;
	gap: 6px;
}

.logout-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	text-decoration: none;
}

.logout-btn img {
	width: 16px;     /* ukuran icon */
	height: 16px;
	object-fit: contain;
}

.logout-btn:hover img {
	transform: scale(1.2);
	transition: 0.2s;
}
.three-column {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 20px;
    padding: 0 12px;
}
.column {
    background: #ffffff;
    padding: 14px;
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.column h3 {
    text-align: center;
    font-size: 15px;
    margin: 0 0 10px 0;
    padding: 6px;
    background: #3b82f6;
    color: white;
    border-radius: 8px;
}