:root {
	--st-ink: #1c2a20;
	--st-muted: #5a6a5e;
	--st-forest: #14532d;
	--st-g: #178a3e;
	--st-gold: #b8862b;
	--st-ivory: #f6f2e8;
	--st-card: #fffcf7;
	--st-line: #e6dfd0;
}

body.shekoo-tools-hub,
body.shekoo-tool-archive {
	background: var(--st-ivory);
	overflow-x: clip;
}

body.shekoo-tools-hub .entry-title,
body.shekoo-tools-hub .page-title,
body.shekoo-tools-hub .elementor-widget-theme-page-title,
body.shekoo-tools-hub .elementor-page-title {
	display: none !important;
}

body.shekoo-tools-hub #content,
body.shekoo-tools-hub .main-content,
body.shekoo-tools-hub #the-post,
body.shekoo-tools-hub .entry-content,
body.shekoo-tools-hub .elementor,
body.shekoo-tools-hub .elementor-section,
body.shekoo-tools-hub .elementor-container,
body.shekoo-tools-hub .elementor-widget-wrap,
body.shekoo-tools-hub .elementor-column,
body.shekoo-tools-hub .elementor-widget-container,
body.shekoo-tools-hub .elementor-shortcode {
	max-width: none !important;
	width: 100% !important;
	padding-left: 0;
	padding-right: 0;
}

body.shekoo-tools-hub #sidebar,
body.shekoo-tools-hub aside.sidebar,
body.shekoo-tools-hub .sidebar,
body.shekoo-tools-hub .tie-col-aside {
	display: none !important;
}

body.shekoo-tools-hub #content.has-sidebar .main-content,
body.shekoo-tools-hub .has-sidebar .main-content,
body.shekoo-tools-hub .tie-col-md-8,
body.shekoo-tools-hub .tie-col-md-12 {
	width: 100% !important;
	max-width: none !important;
	float: none !important;
}

.st-hub,
.st-hub *,
.st-hub *::before,
.st-hub *::after { box-sizing: border-box; }

.st-hub {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 8px 16px 64px;
	background: var(--st-ivory);
	color: var(--st-ink);
	font-family: Vazirmatn, Tahoma, sans-serif;
}

.st-hub a { color: inherit; text-decoration: none; }
.st-hub button, .st-hub input { font: inherit; }

.st-hub .screen-reader-text {
	position: absolute !important;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.st-hub__inner { width: min(1180px, 100%); margin: 0 auto; }

.st-crumb {
	display: flex;
	gap: 8px;
	align-items: center;
	margin-bottom: 12px;
	color: var(--st-muted);
	font-size: 13px;
}

.st-crumb a { color: var(--st-forest); font-weight: 700; }
.st-crumb__sep { opacity: .5; }
.st-cal--s { display: none; }

.st-hero {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	gap: 40px;
	align-items: center;
	margin-bottom: 28px;
}

.st-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
	color: var(--st-forest);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .02em;
}

.st-badge::before {
	content: "";
	width: 18px;
	height: 2px;
	background: linear-gradient(90deg, var(--st-gold), var(--st-g));
}

.st-hero h1 {
	margin: 0 0 14px;
	font-size: clamp(28px, 4.4vw, 48px);
	line-height: 1.28;
	font-weight: 800;
	letter-spacing: -.03em;
}

.st-hero h1 span { color: var(--st-g); }

.st-seo {
	margin: 0 0 22px;
	max-width: 46ch;
	color: var(--st-muted);
	font-size: 16px;
	line-height: 2;
}

.st-search {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 7px;
	border: 1px solid var(--st-line);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 16px 40px rgba(28, 42, 32, .08);
}

.st-search input {
	flex: 1;
	min-height: 52px;
	margin: 0;
	padding: 0 8px;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 16px;
}

.st-search__clear {
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--st-forest);
	cursor: pointer;
}

.st-search__go {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 52px;
	padding: 0 22px;
	border: 0;
	border-radius: 16px;
	background: var(--st-forest);
	color: #fff;
	font-weight: 800;
	cursor: pointer;
}

.st-search__go svg { flex: 0 0 auto; }

.st-offline {
	width: min(1180px, 100%);
	margin: 0 auto 18px;
}

.st-offline__card {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 14px 16px;
	border-radius: 18px;
	color: #3f2a12;
	background: linear-gradient(180deg, #fff7e8, #ffefd2);
	border: 1px solid #edc98a;
	box-shadow: 0 14px 32px rgba(120, 72, 12, .12);
}

.st-offline__card[data-state="on"] {
	color: #14532d;
	background: linear-gradient(180deg, #edf9f1, #dff3e6);
	border-color: #9bd0ae;
	box-shadow: 0 14px 32px rgba(20, 83, 45, .1);
}

.st-offline__icon {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 14px;
	background: #fff;
	color: #b45309;
	flex: 0 0 auto;
}

.st-offline__card[data-state="on"] .st-offline__icon { color: #15803d; }

.st-offline__copy { flex: 1; min-width: 0; }
.st-offline__copy strong { display: block; font-size: 15px; }
.st-offline__copy p { margin: 4px 0 0; color: inherit; font-size: 13px; line-height: 1.8; opacity: .9; }

.st-offline__actions { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; }
.st-offline__retry {
	min-height: 40px;
	padding: 0 14px;
	border: 0;
	border-radius: 12px;
	background: #14532d;
	color: #fff;
	font: inherit;
	font-weight: 800;
	cursor: pointer;
}
.st-offline__close {
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: inherit;
	font-size: 22px;
	cursor: pointer;
}

@media (max-width: 720px) {
	.st-offline__card { flex-wrap: wrap; }
	.st-offline__actions { width: 100%; justify-content: flex-end; }
}

.st-live {
	position: absolute;
	z-index: 40;
	top: calc(100% + 8px);
	right: 0;
	left: 0;
	max-height: min(360px, 62vh);
	overflow: auto;
	border: 1px solid #c9e6d2;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 40px rgba(28, 42, 32, .14);
}

.st-live a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	padding: 13px 16px;
	border-bottom: 1px solid #f3eee3;
}

.st-live a:last-child { border-bottom: 0; }
.st-live a.is-on,
.st-live a:hover { background: #e7f6ee; }
.st-live strong { font-size: 14.5px; font-weight: 700; }
.st-live em { font-style: normal; color: #6b7c72; font-size: 13px; white-space: nowrap; }
.st-live__empty { padding: 16px; color: var(--st-muted); text-align: center; }

.st-search-page__head { margin-bottom: 22px; }
.st-search-page__head h1 { margin: 0 0 8px; font-size: clamp(26px, 4vw, 40px); }
.st-search-page .st-search { max-width: 720px; }

.st-results {
	overflow: hidden;
	border: 1px solid var(--st-line);
	border-radius: 18px;
	background: var(--st-card);
}

.st-result-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	padding: 16px 18px;
	border-bottom: 1px solid #f0ebe0;
}

.st-result-row:last-child { border-bottom: 0; }
.st-result-row:hover { background: #e7f6ee; }
.st-result-row strong { font-size: 16px; }
.st-result-row em { font-style: normal; color: #6b7c72; font-size: 13px; }

.st-hub__extra { margin: 8px 0 28px; color: var(--st-ink); line-height: 2; }

.st-suggest { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.st-suggest span { color: var(--st-muted); font-size: 12px; align-self: center; }
.st-suggest a {
	border: 1px dashed #d3cbb8;
	border-radius: 999px;
	padding: 6px 12px;
	color: #4d5d50;
	font-size: 12px;
	font-weight: 700;
}

.st-stats { display: flex; gap: 18px; margin-top: 22px; }
.st-stats div { padding-left: 18px; border-left: 1px solid var(--st-line); }
.st-stats div:last-child { border: 0; padding: 0; }
.st-stats b { display: block; font-size: 22px; color: var(--st-forest); }
.st-stats span { color: var(--st-muted); font-size: 12px; }

.st-updated { margin: 8px 0 0; color: var(--st-muted); font-size: 12px; }

.st-art { position: relative; height: 340px; }
.st-blob {
	position: absolute;
	inset: 20px 10px auto auto;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background: radial-gradient(circle at 30% 30%, #d9f0c7, #b7dd9a 42%, transparent 70%);
}

.st-cal {
	position: absolute;
	width: 210px;
	padding: 16px;
	border: 1px solid var(--st-line);
	border-radius: 24px;
	background: var(--st-card);
	box-shadow: 0 18px 40px rgba(28, 42, 32, .1);
}

.st-cal b { display: block; margin-bottom: 6px; color: var(--st-gold); font-size: 11px; }
.st-cal strong { display: block; font-size: 22px; line-height: 1.3; }
.st-cal small { color: var(--st-muted); font-size: 12px; }
.st-cal--j { top: 36px; right: 24px; z-index: 3; transform: rotate(-3deg); }
.st-cal--g { top: 132px; right: 78px; z-index: 2; transform: rotate(4deg); }
.st-cal--h { top: 214px; right: 8px; z-index: 1; transform: rotate(-7deg); }

.st-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 8px 0 28px; }
.st-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 13px;
	border: 1px solid var(--st-line);
	border-radius: 999px;
	background: #fffef9;
	color: var(--st-ink);
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}
.st-chip.is-on { background: var(--st-forest); color: #fff; border-color: var(--st-forest); }
.st-chip em {
	font-style: normal;
	font-size: 11px;
	font-weight: 800;
	padding: 2px 7px;
	border-radius: 999px;
	background: #efe8d6;
	color: var(--st-forest);
}
.st-chip.is-on em { background: rgba(255, 255, 255, .15); color: #fff; }

.st-sec { margin: 0 0 38px; }
.st-sec__h { display: flex; justify-content: space-between; align-items: end; gap: 12px; margin-bottom: 8px; }
.st-sec__h h2 { margin: 0; font-size: 24px; }
.st-sec__h h2::after {
	content: "";
	display: block;
	width: 42px;
	height: 3px;
	margin-top: 8px;
	border-radius: 99px;
	background: linear-gradient(90deg, var(--st-gold), var(--st-g));
}
.st-sec__h a { color: var(--st-g); font-size: 13px; font-weight: 800; }
.st-intro { margin: 0 0 16px; color: var(--st-muted); font-size: 14px; line-height: 1.9; }

.st-feat {
	display: grid;
	grid-template-columns: 220px 1fr;
	overflow: hidden;
	margin-bottom: 14px;
	border: 1px solid var(--st-line);
	border-radius: 28px;
	background: var(--st-card);
	box-shadow: 0 12px 32px rgba(28, 42, 32, .05);
}
.st-feat__side {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 28px 22px;
	background: linear-gradient(180deg, #166534, #22c55e);
	color: #fff;
}
.st-feat__side span { font-size: 12px; font-weight: 800; opacity: .85; }
.st-feat__body { padding: 26px 28px; }
.st-feat__body h3 { margin: 0 0 8px; font-size: 22px; }
.st-feat__body p { margin: 0 0 14px; color: var(--st-muted); line-height: 1.9; }
.st-feat__body a {
	display: inline-flex;
	padding: 10px 16px;
	border-radius: 12px;
	background: var(--st-forest);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
}

.st-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }

.st-tile {
	margin: 0;
	min-height: 128px;
	padding: 18px;
	border: 1px solid var(--st-line);
	border-radius: 22px;
	background: var(--st-card);
	transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.st-tile:hover { border-color: #cfe6c6; box-shadow: 0 10px 24px rgba(28, 42, 32, .07); transform: translateY(-2px); }
.st-tile a { display: block; color: inherit; }
.st-tile__ico {
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	margin-bottom: 12px;
	border-radius: 15px;
	color: #fff;
}
.st-tile__ico svg { width: 22px; height: 22px; }
.st-tile h3 { margin: 0; font-size: 15px; }
.st-tile p { margin: 6px 0 0; color: var(--st-muted); font-size: 12.5px; line-height: 1.7; }

.st-c1 { background: #178a3e; }
.st-c2 { background: #0f766e; }
.st-c3 { background: #a16207; }
.st-c4 { background: #1d4ed8; }
.st-c5 { background: #4d7c0f; }
.st-c6 { background: #6d28d9; }

.st-mosaic {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 12px;
}
.st-cell {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 150px;
	overflow: hidden;
	padding: 22px;
	border-radius: 26px;
	color: #fff;
}
.st-cell:first-child { grid-row: 1 / span 2; min-height: 312px; }
.st-cell strong { font-size: 22px; }
.st-cell p { margin: 6px 0 0; color: rgba(255, 255, 255, .86); font-size: 13px; line-height: 1.7; }
.st-cell em { font-style: normal; font-size: 12px; font-weight: 800; opacity: .9; }
.st-m1 { background: linear-gradient(160deg, #14532d, #22c55e); }
.st-m2 { background: linear-gradient(160deg, #134e4a, #14b8a6); }
.st-m3 { background: linear-gradient(160deg, #3f6212, #84cc16); }
.st-m4 { background: linear-gradient(160deg, #1e3a2f, #4ade80); }

.st-faq { display: grid; gap: 10px; }
.st-faq details { padding: 14px 18px; border: 1px solid var(--st-line); border-radius: 16px; background: var(--st-card); }
.st-faq summary { cursor: pointer; font-weight: 800; }
.st-faq p { margin: 10px 0 0; color: var(--st-muted); font-size: 14px; line-height: 1.9; }

.st-dir {
	display: grid;
	grid-template-columns: 1.2fr repeat(3, 1fr);
	gap: 18px;
	margin-top: 28px;
	padding-top: 22px;
	border-top: 1px solid var(--st-line);
	color: var(--st-muted);
	font-size: 13px;
	line-height: 2;
}
.st-dir b { display: block; margin-bottom: 6px; color: var(--st-ink); }
.st-dir a { display: block; color: #3f513f; }

.st-hub__empty {
	padding: 30px;
	border: 1px dashed var(--st-line);
	border-radius: 14px;
	color: var(--st-muted);
	text-align: center;
}

.st-hub[hidden],
.st-hub [hidden] { display: none !important; }

.st-archive {
	padding: 24px 16px 64px;
	background: var(--st-ivory);
}
.st-archive .st-grid { margin-top: 18px; }
.st-archive h1 { margin: 0; font-size: clamp(26px, 4vw, 40px); }
.st-archive .st-sec__h h1::after {
	content: "";
	display: block;
	width: 42px;
	height: 3px;
	margin-top: 8px;
	border-radius: 99px;
	background: linear-gradient(90deg, var(--st-gold), var(--st-g));
}

@media (max-width: 980px) {
	.st-hero,
	.st-feat,
	.st-grid,
	.st-mosaic,
	.st-dir { grid-template-columns: 1fr 1fr; }
	.st-cell:first-child { grid-row: auto; min-height: 180px; }
	.st-art { display: none; }
}

@media (max-width: 640px) {
	.st-hero,
	.st-feat,
	.st-grid,
	.st-mosaic,
	.st-dir,
	.st-stats { grid-template-columns: 1fr; }
	.st-stats div { border: 0; padding: 0; }
	.st-hero h1 { font-size: 26px; }
	.st-feat__side { min-height: 110px; }
}

@media (prefers-reduced-motion: reduce) {
	.st-tile { transition: none; }
}
