
/* #UlinProject 2025 */

body {
	font-family: "Segoe UI", "Inter", sans-serif;
	background: radial-gradient(circle at top left, #1f2937, #111827);
	color: #e5e7eb;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	
	background-color: #0f172a;
	background-image: url("./img/background.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.data {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 24px;

	z-index: 600;
	opacity: 0;
	transform: translateY(50vh);
	animation: slideUp 0.8s ease-out forwards;
	will-change: transform, opacity;

	cursor: default;

	justify-content: center;
	align-items: flex-start;
}

/*
	CARD
*/
.data > .card {
	overflow: hidden;
	
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
	#max-width: 360px;
	border: 1px solid #ffffff3d;
	background-color: #000000d1;

	max-width: 380px;
}

.data > .zero_card {
	text-align: center;
	flex: 0 0 auto;
}

.data > .adaptive_card {
	text-align: left;
	#flex: 1 1 300px; 
}

@keyframes slideUp {
	0% {
		opacity: 0;
		transform: translateY(50vh);
	}
	60% {
		opacity: 0.6;
		transform: translateY(-30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/*
	CARD	HEAD
*/
.data > .card > .head {
	background-color: #ffffff0a;
	position: relative;
	padding-top: 1.4rem;
	padding-bottom: 1.2rem;
	padding-right: 2.6rem;
	padding-left: 2.6rem;

	margin-bottom: 0.8rem;
}

.data > .card > .head_one_avatar {
	padding: 2.4rem 2.6rem;
	margin-bottom: 2rem;
}

.data > .card > .head > .avatar {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid #f68a3bb2;
}


.data > .card > .head > .h_value {
	font-size: 1rem;
	text-align: center;
	font-weight: 600;
}

.data > .card > .head > .info {
	position: absolute;
	right: 1rem;
	top: 1rem;
	#background-color: #80808078;
	#border-radius: 4px;
	color: #9ca3af;
	font-size: 0.95rem;

	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
	border: 1px solid #ffffff3d;

	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: 500;
}

/*
	CARD	BODY
*/
.data > .card > .body {
	padding-right: 2.6rem;
	padding-bottom: 2rem;
	padding-left: 2.6rem;
	background-color: #00000008;
}


.data > .card > .body > h1 {
	font-size: 1.6rem;
}

.data > .card > .body > p {
	font-size: 0.95rem;
	color: #9ca3af;
	margin-bottom: 2rem;
}



.data > .tg_bots_list {
	
}

.data > .tg_bots_list > .body {
	display: flex;
	flex-direction: column;
	gap: 20px;

	padding-right: 1.6rem;
	padding-left: 1.6rem;
}

.data > .tg_bots_list > .body > .line {
	#flex-direction: column;

	display: flex;
	width: 100%;
	align-items: stretch;
	gap: 22px;
	
}

.data > .tg_bots_list > .body > a {
	color: white;
	border-radius: 6px;
	text-decoration: none;
	transition: background-color 0.1s ease;

	cursor: default;
}

.data > .tg_bots_list > .body > a:hover {
	background-color: #ffffff12;
	cursor: pointer;
}


.data > .tg_bots_list > .body > .line > .left {
	flex: 0 0 auto;
	align-content: center;
	padding-top: 0.8rem;
}

.data > .tg_bots_list > .body > .line > .left > .avatar {
	height: 64px;
	width: auto;
	border-radius: 50%;
	border: 2px solid #ffffff2e;
	object-fit: cover;
}

.data > .tg_bots_list > .body > .line > .right {
	flex: 1 1 auto;
	margin-top: 1rem;
}

.data > .tg_bots_list > .body > .line > .right > .name {
	font-size: 1.1rem;
	margin-bottom: 0.3rem;
}

.data > .tg_bots_list > .body > .line .right > .value {
	font-size: 0.95rem;
	color: #9ca3af;
	margin-bottom: 1.0rem;
}

.data > .tg_bots_list > .body > .line + .line {
	border-top: 1px solid #f68a3b40;
}

/*
	CARD	BOTTOM
*/
.data > .card > .bottom {
	padding: 1rem 2.6rem;
	background-color: #00000021;
	border-top: 1px solid #f68a3b40;
}

.data > .card > .bottom > a {
	display: inline-block;
	padding: 0.65rem 1.8rem;
	background-color: #f68a3b57;
	border-bottom: 2px solid #f68a3b;
	color: white;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 500;
	transition: background-color 0.1s ease;

	cursor: pointer;
}

body .data > .card > .bottom > a:hover {
	background-color: #ffffff12;
	cursor: pointer;
}


body .bottom-panel {
	background-color: #00000021;

	position: absolute;
	z-index: 599;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;

	font-size: 0.95rem;
	color: #9ca3af;

	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 20px;
	box-sizing: border-box;
	font-family: sans-serif;
	font-size: 16px;
}

body .bottom-panel > .author {
	font-size: 1rem;
	cursor: default;
	text-align: end;
}

body .bottom-panel > .author > .head {
	flex-direction: column;
	width: 100%;

	margin-bottom: 0.4rem;
}

body .bottom-panel > .author > .button {
	flex-direction: column;
	width: 100%;
}
