﻿html,
body {
	margin: 0;
	padding: 0;
	background: #d7d7d7;
	font-family: Arial, Helvetica, sans-serif;
	color: #2a2a2a;
}

body.home-page {
	min-width: 1180px;
}

form {
	margin: 0;
}

.home-header {
	background: linear-gradient(90deg, #4d65f0 0%, #5873f5 40%, #4d65f0 100%);
	border-bottom: 2px solid #2f2f2f;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.15);
}

.home-header-top {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	min-height: 92px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
	box-sizing: border-box;
}

.home-brand {
	width: 188px;
	display: flex;
	align-items: center;
}

.home-brand-logo {
	width: 148px;
	height: auto;
	display: block;
}

.home-title-block {
	flex: 1;
	color: #f6f1cf;
	text-align: left;
	padding: 0 18px;
}

.home-title-block h1 {
	margin: 0;
	font-size: 27px;
	font-weight: normal;
	line-height: 1.1;
}

.home-title-block h2 {
	margin: 4px 0 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.1;
}

.home-header-right {
	width: 165px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 4px;
}

.home-language {
	color: #efe7bb;
	font-size: 13px;
}

.home-right-logos {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.home-clock-box,
.home-incentive-box {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	height: 54px;
	width: 56px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	box-sizing: border-box;
}

.home-clock-box img {
	display: block;
	width: auto;
	height: 22px;
	object-fit: contain;
	margin: 4px auto 0;
}

.home-clock-box #clock {
	background: #ffea00;
	color: #333;
	font-size: 10px;
	text-align: center;
	padding: 4px 0;
	margin-top: auto;
}

.home-incentive-box {
	padding: 2px;
}

.home-incentive-box img {
	display: block;
	width: auto;
	height: 50px;
	object-fit: contain;
	margin: 0 auto;
}

.home-menu-bar {
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #1f1f1f;
	padding: 0 8px;
	box-sizing: border-box;
}

.home-menu-links {
	display: flex;
	align-items: center;
	gap: 14px;
}

.home-menu-links a {
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	line-height: 1;
}

.home-login-inline {
	display: flex;
	align-items: center;
	gap: 4px;
}

.home-login-inline input {
	width: 104px;
	height: 18px;
	border: 1px solid #8e8e8e;
	background: #ffffff;
	padding: 0 6px;
	font-size: 11px;
	box-sizing: border-box;
}

.home-login-inline button {
	height: 18px;
	border: 1px solid #555;
	background: #111;
	color: #fff;
	padding: 0 7px;
	font-size: 11px;
	cursor: pointer;
}

.home-breadcrumb {
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
	padding: 8px 12px;
	font-size: 13px;
	font-weight: bold;
	color: #555;
	background: #ededed;
	border-bottom: 1px solid #b9b9b9;
	box-sizing: border-box;
}

.home-content {
	width: 100%;
	max-width: 1365px;
	margin: 14px auto 12px;
	background: #ffffff;
	padding: 12px 16px 10px;
	box-sizing: border-box;
}

.home-cards {
	display: flex;
	justify-content: space-between;
	gap: 18px;
}

.library-card {
	flex: 1 1 0;
	background: #f4f1e9;
	box-sizing: border-box;
	border: 1px solid #dbdbdb;
}

.library-card-image {
	padding: 16px 16px 10px;
}

.library-card-image img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	border-radius: 20px;
	display: block;
}

.library-card-image a {
	display: block;
}

.library-card-body {
	padding: 4px 18px 14px;
	text-align: center;
}

.library-card-body h3 {
	margin: 0;
	font-size: 17px;
	font-weight: 700;
}

.library-card-body h4 {
	margin: 2px 0 10px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
}

.library-card-body h4 a {
	color: inherit;
	text-decoration: none;
}

.library-card-body p {
	margin: 4px 0;
	text-align: left;
	font-size: 12px;
	line-height: 1.3;
}

.home-footer-strip {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 8px;
}

.home-simultaneous-search {
	text-align: center;
	align-self: center;
}

.home-instagram {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	min-width: 220px;
	padding: 4px 12px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
	font-size: 16px;
	font-weight: 600;
	color: #2f2f2f;
	text-decoration: none;
}

.home-instagram:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: -2px;
	margin-right: 8px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><rect x='3' y='3' width='18' height='18' rx='4' ry='4' fill='none' stroke='%231c1c1c' stroke-width='2'/><circle cx='12' cy='12' r='4' fill='none' stroke='%231c1c1c' stroke-width='2'/><circle cx='17.5' cy='6.5' r='1.2' fill='%231c1c1c'/></svg>");
	background-size: contain;
	background-repeat: no-repeat;
}

.home-simultaneous-search {
	text-align: center;
	align-self: center;
}

.home-simultaneous-search a {
	font-size: 17px;
	font-weight: bold;
	color: #6670b6;
	text-decoration: underline;
}

.home-bottom-logos {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 14px;
	margin-top: 8px;
	flex-wrap: wrap;
}

.home-bottom-logos img {
	height: 60px;
	max-width: 220px;
	width: auto;
	display: block;
	padding: 4px 6px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.home-footer-spacer {
	display: none;
}

