/* Index page specific styles */
body[data-page='home'] .premium-hero { box-shadow: 0 14px 38px rgba(0,0,0,.2); }

body[data-page='home'] .home-search-shell {
	margin-top: 1.2rem;
	margin-bottom: 0.4rem;
}

body[data-page='home'] .home-search-label {
	display: block;
	font-weight: 700;
	margin-bottom: 0.5rem;
	color: #6b3f1a;
}

body[data-page='home'] .home-card-search {
	width: 100%;
	border: 2px solid #e5d3b9;
	border-radius: 999px;
	padding: 0.75rem 1rem;
	background: #fffdf9;
	color: #32485d;
	font-size: 1rem;
}

body[data-page='home'] .home-card-search:focus {
	outline: none;
	border-color: #bb7f45;
	box-shadow: 0 0 0 3px rgba(187, 127, 69, 0.14);
}

body[data-page='home'] .home-search-hint {
	margin-top: 0.6rem;
	margin-bottom: 0.5rem;
	color: #7b6756;
	font-size: 0.95rem;
}

body[data-page='home'] .home-search-status {
	margin: 0.2rem 0 0.9rem;
	font-weight: 700;
	color: #4d5d47;
}

body[data-page='home'] .home-search-status--ok {
	color: #2f6b44;
}

body[data-page='home'] .home-search-status--warn {
	color: #8e5a18;
}

body[data-page='home'] .home-search-status--error {
	color: #9f2d2d;
}

body[data-page='home'] .home-search-results {
	display: grid;
	gap: 0.75rem;
}

body[data-page='home'] .home-search-result-card {
	border: 1px solid #e7d8c5;
	background: linear-gradient(180deg, #fffefa 0%, #fff8ef 100%);
	border-radius: 14px;
	padding: 0.9rem 1rem;
	box-shadow: 0 8px 18px rgba(65, 43, 19, 0.08);
}

body[data-page='home'] .home-search-result-type {
	display: inline-block;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	padding: 0.2rem 0.5rem;
	border-radius: 999px;
	color: #6b3f1a;
	background: #f7e6d1;
	margin-bottom: 0.35rem;
}

body[data-page='home'] .home-search-result-card h3 {
	margin: 0.1rem 0 0.35rem;
	font-size: 1.05rem;
}

body[data-page='home'] .home-search-result-card h3 a {
	color: #234a73;
	text-decoration: none;
}

body[data-page='home'] .home-search-result-card h3 a:hover {
	text-decoration: underline;
}

body[data-page='home'] .home-search-result-card p {
	margin: 0;
	color: #425161;
	line-height: 1.5;
}

body[data-page='home'] .home-search-open {
	display: inline-block;
	margin-top: 0.55rem;
	font-weight: 700;
	color: #6c4a1c;
	text-decoration: none;
}

body[data-page='home'] .home-search-open:hover {
	text-decoration: underline;
}

body[data-theme='dark'][data-page='home'] .home-search-label {
	color: #d9b98b;
}

body[data-theme='dark'][data-page='home'] .home-card-search {
	background: #12202c;
	border-color: #2f4356;
	color: #e6edf4;
}

body[data-theme='dark'][data-page='home'] .home-card-search::placeholder {
	color: #9fb1c3;
}

body[data-theme='dark'][data-page='home'] .home-search-hint {
	color: #9cb0c2;
}

body[data-theme='dark'][data-page='home'] .home-search-status {
	color: #c2d3df;
}

body[data-theme='dark'][data-page='home'] .home-search-status--ok {
	color: #8fd3a9;
}

body[data-theme='dark'][data-page='home'] .home-search-status--warn {
	color: #f0c484;
}

body[data-theme='dark'][data-page='home'] .home-search-status--error {
	color: #f09a9a;
}

body[data-theme='dark'][data-page='home'] .home-search-result-card {
	background: linear-gradient(180deg, #132434 0%, #0f1d2b 100%);
	border-color: #33485d;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}

body[data-theme='dark'][data-page='home'] .home-search-result-type {
	background: #20364a;
	color: #d9b98b;
}

body[data-theme='dark'][data-page='home'] .home-search-result-card h3 a {
	color: #c7dcf4;
}

body[data-theme='dark'][data-page='home'] .home-search-result-card p {
	color: #b6c9dc;
}

body[data-theme='dark'][data-page='home'] .home-search-open {
	color: #dcb887;
}

[dir='rtl'] body[data-page='home'] .home-search-label,
[dir='rtl'] body[data-page='home'] .home-card-search,
[dir='rtl'] body[data-page='home'] .home-search-hint,
[dir='rtl'] body[data-page='home'] .home-search-status,
[dir='rtl'] body[data-page='home'] .home-search-result-card {
	text-align: right;
}
