/* Turkishtime AR-GE 500 — 2026 list pages */

html, body, div, span, h1, h2, h3, p, a, img, ul, li, header, main, footer, nav, table, caption, thead, tbody, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
}

header, main, footer, nav { display: block; }
a img { border: 0; }
body a { text-decoration: none; outline: none; cursor: pointer; }
ul, li { list-style: none; }
h1, h2, h3 { font-weight: normal; }
img { max-width: 100%; height: auto; }

body {
	width: 100%;
	float: left;
	position: relative;
	color: #000;
	background: #F3F3F1;
	font-family: Helvetica, Arial, sans-serif;
}

body *:not(a):not(table):not(caption):not(thead):not(tbody):not(tr):not(th):not(td):not(colgroup):not(col) {
	box-sizing: border-box;
	position: relative;
	float: left;
	outline: none;
}

::selection { background: rgba(204, 0, 0, 0.1); }

#header {
	padding: 1.5vw 1.5% 1.5vw 2.5%;
	width: 20%;
	position: sticky;
	top: 0;
	height: 100vh;
	max-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
}
#header > * {
	float: none;
	width: 100%;
}
#main { padding-top: 2vw; width: calc(100% - (27% + 100px)); }
#footer { padding: 2vw 2%; width: calc(7% + 100px); position: sticky; top: 0; }

.logo {
	width: auto;
	max-width: 42%;
	flex: 0 0 auto;
	margin-bottom: 1vw;
}
.logo img { display: block; width: 100%; height: auto; }
.trigger { display: none; }

#header nav {
	flex: 1 1 auto;
	min-height: 0;
	width: 100%;
	float: none;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.menu {
	margin-top: 0;
	width: 100%;
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	overflow-x: hidden;
	float: none;
	padding-right: 0.35vw;
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}
.menu::-webkit-scrollbar { width: 4px; }
.menu::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}
.menu li {
	float: none;
	width: 100%;
	line-height: 1.3;
	font-size: 0.82vw;
	font-weight: 600;
	letter-spacing: -0.01em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.menu li:last-child { border-bottom: 0; }
.menu li a {
	color: #333;
	display: block;
	padding: 0.48vw 0.35vw;
	border-radius: 2px;
	transition: color 0.15s ease, background-color 0.15s ease;
}
.menu li a:hover,
.menu li a.active {
	color: #BE0027;
	background: rgba(190, 0, 39, 0.05);
}

.social {
	margin-top: 0.85vw;
	padding-top: 0.85vw;
	width: 100%;
	flex: 0 0 auto;
	float: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35vw;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.social li {
	float: none;
	margin: 0;
	width: 2.35vw;
	height: 2.35vw;
	line-height: 2.35vw;
	font-size: 1vw;
	text-align: center;
}
.social li a {
	background: rgba(0, 0, 0, 0.04);
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	transition: background-color 0.15s ease;
}
.social li a:hover { background: rgba(190, 0, 39, 0.08); }
.social li img {
	float: none;
	width: auto;
	height: 0.9vw;
	opacity: 0.35;
}

#main h1 { margin-bottom: 2vw; width: 100%; line-height: 2.25vw; font-size: 1.5vw; font-weight: 700; letter-spacing: -0.5px; }
#main h2 { margin-bottom: 2vw; width: 100%; line-height: 1.65vw; font-size: 1.35vw; font-weight: 700; letter-spacing: -0.5px; text-align: center; }

.list-wrap {
	margin-bottom: 2.5vw;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

table.list {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	float: left;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

table.list thead th {
	padding: 0.85vw 0.65vw;
	font-size: 0.62vw;
	line-height: 0.95vw;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-align: left;
	vertical-align: bottom;
	color: #666;
	background: #F3F3F1;
	border-bottom: 1px solid rgba(0, 0, 0, 0.14);
	position: sticky;
	top: 0;
	z-index: 2;
}

table.list tbody td {
	padding: 0.65vw 0.65vw;
	font-size: 0.78vw;
	line-height: 1.15vw;
	font-weight: 500;
	color: #222;
	vertical-align: middle;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	background: transparent;
	transition: background-color 0.15s ease, color 0.15s ease;
}

table.list tbody tr:nth-child(even) { background: transparent; }
table.list tbody tr:hover td {
	background: rgba(190, 0, 39, 0.04);
	color: #111;
}

table.list th.num,
table.list td.num {
	text-align: right;
	font-variant-numeric: tabular-nums;
	font-feature-settings: "tnum" 1;
}
table.list th.rank,
table.list td.rank {
	text-align: center;
	font-weight: 600;
	color: #888;
	font-variant-numeric: tabular-nums;
}
table.list tbody tr:hover td.rank { color: #BE0027; }
table.list td.company {
	font-weight: 600;
	letter-spacing: -0.01em;
}

table.list[data-layout="six"] th:nth-child(1),
table.list[data-layout="six"] td:nth-child(1) { width: 7%; }
table.list[data-layout="six"] th:nth-child(2),
table.list[data-layout="six"] td:nth-child(2) { width: 33%; padding-right: 1%; }
table.list[data-layout="six"] th:nth-child(3),
table.list[data-layout="six"] td:nth-child(3),
table.list[data-layout="six"] th:nth-child(4),
table.list[data-layout="six"] td:nth-child(4) { width: 12%; }
table.list[data-layout="six"] th:nth-child(5),
table.list[data-layout="six"] td:nth-child(5),
table.list[data-layout="six"] th:nth-child(6),
table.list[data-layout="six"] td:nth-child(6) { width: 18%; }

table.list[data-layout="four-genel"] th:nth-child(1),
table.list[data-layout="four-genel"] td:nth-child(1),
table.list[data-layout="four-genel"] th:nth-child(2),
table.list[data-layout="four-genel"] td:nth-child(2) { width: 10%; }
table.list[data-layout="four-genel"] th:nth-child(3),
table.list[data-layout="four-genel"] td:nth-child(3) { width: 52%; padding-right: 1%; }
table.list[data-layout="four-genel"] th:nth-child(4),
table.list[data-layout="four-genel"] td:nth-child(4) { width: 28%; }

table.list[data-layout="four-plain"] th:nth-child(1),
table.list[data-layout="four-plain"] td:nth-child(1) { width: 10%; }
table.list[data-layout="four-plain"] th:nth-child(2),
table.list[data-layout="four-plain"] td:nth-child(2) { width: 48%; padding-right: 1%; }
table.list[data-layout="four-plain"] th:nth-child(3),
table.list[data-layout="four-plain"] td:nth-child(3),
table.list[data-layout="four-plain"] th:nth-child(4),
table.list[data-layout="four-plain"] td:nth-child(4) { width: 21%; }

table.list[data-layout="five-genel"] th:nth-child(1),
table.list[data-layout="five-genel"] td:nth-child(1),
table.list[data-layout="five-genel"] th:nth-child(2),
table.list[data-layout="five-genel"] td:nth-child(2) { width: 8%; }
table.list[data-layout="five-genel"] th:nth-child(3),
table.list[data-layout="five-genel"] td:nth-child(3) { width: 34%; padding-right: 1%; }
table.list[data-layout="five-genel"] th:nth-child(4),
table.list[data-layout="five-genel"] td:nth-child(4) { width: 32%; }
table.list[data-layout="five-genel"] th:nth-child(5),
table.list[data-layout="five-genel"] td:nth-child(5) { width: 18%; }

table.list[data-layout="five-plain"] th:nth-child(1),
table.list[data-layout="five-plain"] td:nth-child(1) { width: 8%; }
table.list[data-layout="five-plain"] th:nth-child(2),
table.list[data-layout="five-plain"] td:nth-child(2) { width: 36%; padding-right: 1%; }
table.list[data-layout="five-plain"] th:nth-child(3),
table.list[data-layout="five-plain"] td:nth-child(3) { width: 28%; }
table.list[data-layout="five-plain"] th:nth-child(4),
table.list[data-layout="five-plain"] td:nth-child(4),
table.list[data-layout="five-plain"] th:nth-child(5),
table.list[data-layout="five-plain"] td:nth-child(5) { width: 14%; }

table.list[data-layout="three"] th:nth-child(1),
table.list[data-layout="three"] td:nth-child(1) { width: 10%; }
table.list[data-layout="three"] th:nth-child(2),
table.list[data-layout="three"] td:nth-child(2) { width: 60%; padding-right: 1%; }
table.list[data-layout="three"] th:nth-child(3),
table.list[data-layout="three"] td:nth-child(3) { width: 30%; }

table.list[data-layout="eight"] { min-width: 78vw; table-layout: auto; }
table.list[data-layout="eight"] th:nth-child(1),
table.list[data-layout="eight"] td:nth-child(1) { width: 5%; }
table.list[data-layout="eight"] th:nth-child(2),
table.list[data-layout="eight"] td:nth-child(2) { width: 20%; }
table.list[data-layout="eight"] th:nth-child(3),
table.list[data-layout="eight"] td:nth-child(3) { width: 14%; }
table.list[data-layout="eight"] th:nth-child(8),
table.list[data-layout="eight"] td:nth-child(8) { width: 12%; white-space: nowrap; }

#main p.ryp { margin: 1vw 0 3vw; width: 100%; line-height: 1.6vw; font-size: 1.1vw; font-weight: 300; color: #333; }
#main .cozortban {
	margin: 0 0 2vw;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1.5vw;
}
#main .cozortban a {
	display: block;
	width: 100%;
}
#main .cozortban img {
	width: 100%;
	height: auto;
	display: block;
}
#main .co {
	margin-bottom: 2vw;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0;
	background: none;
}
#main .co.spn {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5vw 2vw;
	align-items: stretch;
	justify-items: stretch;
}
#main .co.spn li {
	width: 100%;
	margin: 0;
	padding: 40px;
	box-sizing: border-box;
	float: none;
	text-align: center;
	background: none;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid #000;
	border-radius: 3px;
}
#main .co.spn li:last-child:nth-child(odd) {
	grid-column: 1 / -1;
	width: 50%;
	justify-self: center;
}
#main .co.spn li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
#main .co.spn li img {
	width: 100%;
	height: auto;
	max-height: 9.75vw;
	margin: 0;
	display: block;
	object-fit: contain;
}

#main .co:not(.spn) {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}
#main .co:not(.spn) li {
	margin: 0;
	padding: 0.7vw 1vw;
	width: 100%;
	line-height: 1.35vw;
	font-size: 0.9vw;
	font-weight: 400;
	letter-spacing: 0.01em;
	color: #2a2a2a;
	text-align: left;
	background: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	transition: color 0.15s ease, background-color 0.15s ease;
}
#main .co:not(.spn) li:nth-child(odd) {
	border-right: 1px solid rgba(0, 0, 0, 0.08);
}
#main .co:not(.spn) li:hover {
	background: rgba(190, 0, 39, 0.04);
	color: #BE0027;
}

.sponsored { margin-bottom: 2vw; width: 100%; }
.sponsored h2 { margin-bottom: 1vw; width: 100%; line-height: 2.25vw; font-size: 1.75vw; font-weight: 700; letter-spacing: -0.5px; }
.sponsored img { margin-bottom: 1vw; width: 100%; }
.sponsored p { margin-bottom: 2vw; width: 100%; line-height: 1.5vw; font-size: 1vw; font-weight: 300; color: #333; }
.sponsored p a { padding: 1vw 2vw; display: inline-block; border-radius: 2px; background: #BE0027; color: #FFF; }

@media only screen and (max-width: 1024px) {
	:root {
		--m-header: calc(56px + env(safe-area-inset-top, 0px));
		--m-pad: 16px;
	}

	body {
		float: none;
		overflow-x: auto; /* allow wide tables to scroll; keep sticky working */
	}

	body.nav-open {
		overflow: hidden;
	}

	body.nav-open::before {
		content: "";
		position: fixed;
		inset: 0;
		z-index: 80;
		background: rgba(20, 20, 20, 0.34);
		animation: navFade 0.2s ease;
	}

	@keyframes navFade {
		from { opacity: 0; }
		to { opacity: 1; }
	}

	#header {
		padding: calc(10px + env(safe-area-inset-top, 0px)) var(--m-pad) 10px;
		width: 100%;
		height: var(--m-header);
		max-height: none;
		min-height: var(--m-header);
		position: fixed;
		left: 0;
		top: 0;
		z-index: 100;
		background: #F3F3F1;
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		overflow: visible;
		float: none;
		/* no backdrop-filter: it traps position:fixed menu inside the header */
	}

	#header > * {
		float: none;
	}

	#header > .logo {
		width: auto;
		max-width: 148px;
		height: 28px;
		margin: 0;
		flex: 0 1 auto;
	}

	#header > .logo img {
		width: auto;
		height: 28px;
		display: block;
	}

	#header > .trigger {
		display: block;
		width: 44px;
		min-width: 44px;
		height: 44px;
		margin: 0 0 0 auto;
		flex: 0 0 44px;
		border: 0;
		padding: 0;
		appearance: none;
		-webkit-appearance: none;
		background: transparent;
		border-radius: 8px;
		cursor: pointer;
		position: relative;
		z-index: 110;
	}

	#header > .trigger::before,
	#header > .trigger::after {
		content: "";
		position: absolute;
		left: 11px;
		right: 11px;
		height: 2px;
		background: #1a1a1a;
		border-radius: 1px;
		transition: transform 0.2s ease, top 0.2s ease, opacity 0.2s ease;
	}

	#header > .trigger::before {
		top: 16px;
		box-shadow: 0 6px 0 #1a1a1a;
	}

	#header > .trigger::after {
		top: 28px;
	}

	#header > .trigger.opened::before {
		top: 21px;
		box-shadow: none;
		transform: rotate(45deg);
	}

	#header > .trigger.opened::after {
		top: 21px;
		transform: rotate(-45deg);
	}

	#header > nav {
		float: none;
		display: block;
		overflow: visible;
		flex: none;
		min-height: 0;
		width: 0;
		height: 0;
		margin: 0;
		padding: 0;
		position: static;
	}

	.menu {
		margin: 0;
		padding: calc(var(--m-header) + 8px) 20px calc(32px + env(safe-area-inset-bottom, 0px));
		width: min(86vw, 340px);
		height: 100dvh;
		max-height: 100dvh;
		position: fixed;
		right: 0;
		top: 0;
		left: auto;
		z-index: 105;
		background: #F3F3F1;
		overflow-y: auto;
		overflow-x: hidden;
		flex: none;
		float: none;
		box-shadow: -16px 0 48px rgba(0, 0, 0, 0.14);
		transform: translate3d(104%, 0, 0);
		transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
		-webkit-overflow-scrolling: touch;
	}

	.nav-open .menu {
		transform: translate3d(0, 0, 0);
	}

	.menu li {
		float: none;
		width: 100%;
		line-height: 1.3;
		font-size: 0.9375rem;
		font-weight: 600;
		letter-spacing: -0.015em;
		border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	}

	.menu li a {
		padding: 0.85rem 0.4rem;
		border-radius: 6px;
	}

	.social { display: none; }

	#main {
		padding: calc(var(--m-header) + 20px) var(--m-pad) 40px;
		width: 100%;
		float: none;
		display: flow-root; /* contain floats so footer cannot rise into content */
		clear: both;
	}

	#main > * {
		float: none;
		width: 100%;
		max-width: 100%;
	}

	#footer {
		padding: 28px 0 calc(28px + env(safe-area-inset-bottom, 0px));
		width: 100%;
		max-width: 100%;
		position: relative;
		top: auto;
		float: none;
		clear: both;
		display: block;
		box-sizing: border-box;
	}

	.sponsored {
		margin: 0 0 1.5rem;
		width: 100%;
		float: none;
		box-sizing: border-box;
	}

	.sponsored img {
		display: block;
		margin: 0;
		width: 100%;
		max-width: 100%;
		height: auto;
	}

	#main h1 {
		margin: 0 0 1.15rem;
		width: 100%;
		font-size: clamp(1.35rem, 4.8vw, 1.7rem);
		line-height: 1.22;
		letter-spacing: -0.03em;
		font-weight: 700;
		float: none;
		display: block;
	}

	#main h2 {
		margin: 1.5rem 0 1rem;
		width: 100%;
		font-size: clamp(1.2rem, 4.2vw, 1.5rem);
		line-height: 1.25;
		letter-spacing: -0.025em;
		float: none;
		text-align: left;
	}

	.list-wrap {
		margin: 0 0 1.75rem;
		padding: 0;
		width: 100%;
		float: none;
		/* overflow on this wrapper breaks position:sticky and was
		   offsetting thead over row 1 via top: var(--m-header) */
		overflow: visible;
	}

	table.list {
		min-width: 0;
		width: 100%;
		table-layout: auto;
		float: none;
		border-top: 1px solid rgba(0, 0, 0, 0.12);
	}

	table.list[data-layout="three"] {
		min-width: 0;
	}

	table.list[data-layout="four-plain"],
	table.list[data-layout="four-genel"] {
		min-width: 520px;
	}

	table.list[data-layout="six"],
	table.list[data-layout="five-genel"],
	table.list[data-layout="five-plain"],
	table.list[data-layout="eight"] {
		min-width: 680px;
	}

	table.list thead th {
		font-size: 0.625rem;
		line-height: 1.25;
		padding: 0.7rem 0.55rem;
		position: sticky;
		top: var(--m-header);
		z-index: 5;
		letter-spacing: 0.045em;
		white-space: nowrap;
		background: #F3F3F1;
		box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
	}

	table.list tbody td {
		font-size: 0.8125rem;
		line-height: 1.35;
		padding: 0.72rem 0.55rem;
		background: #F3F3F1;
	}

	table.list tbody tr:hover td {
		background: rgba(190, 0, 39, 0.04);
	}

	table.list td.company {
		font-size: 0.8125rem;
		font-weight: 600;
		min-width: 11.5rem;
	}

	table.list td.rank,
	table.list th.rank {
		min-width: 2.5rem;
	}

	table.list td.num,
	table.list th.num {
		white-space: nowrap;
		padding-left: 0.75rem;
	}

	.sponsored h2 {
		margin-bottom: 0.75rem;
		font-size: 1.35rem;
		line-height: 1.25;
	}
	.sponsored p {
		font-size: 0.9375rem;
		line-height: 1.5;
	}
	.sponsored p a {
		padding: 0.85rem 1.4rem;
		border-radius: 4px;
	}

	#main p.ryp {
		margin: 1.25rem 0 1.5rem;
		width: 100%;
		font-size: 0.9375rem;
		line-height: 1.55;
		font-weight: 400;
		color: #444;
		float: none;
	}

	#main .cozortban {
		margin: 0 0 1.5rem;
		gap: 12px;
		float: none;
	}

	#main .cozortban img {
		border-radius: 4px;
	}

	#main .co {
		float: none;
	}

	#main .co.spn {
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}

	#main .co.spn li {
		width: 100%;
		padding: 18px 16px;
		border-width: 2px;
		border-radius: 4px;
		float: none;
	}

	#main .co.spn li:last-child:nth-child(odd) {
		width: 100%;
		max-width: 70%;
	}

	#main .co.spn li img {
		max-height: 72px;
		width: 100%;
	}

	#main .co:not(.spn) {
		grid-template-columns: 1fr;
		border-top: 1px solid rgba(0, 0, 0, 0.08);
	}

	#main .co:not(.spn) li {
		padding: 0.85rem 0.15rem;
		line-height: 1.4;
		font-size: 0.875rem;
		border-right: 0;
		float: none;
	}
}

@media only screen and (max-width: 640px) {
	:root {
		--m-pad: 14px;
	}

	#main .co.spn {
		grid-template-columns: 1fr;
	}

	#main .co.spn li:last-child:nth-child(odd) {
		max-width: 100%;
	}

	#main .co.spn li {
		padding: 16px 14px;
	}

	#main .co.spn li img {
		max-height: 64px;
	}

	table.list[data-layout="four-plain"],
	table.list[data-layout="four-genel"] {
		min-width: 480px;
	}

	table.list[data-layout="six"],
	table.list[data-layout="five-genel"],
	table.list[data-layout="five-plain"],
	table.list[data-layout="eight"] {
		min-width: 620px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.menu,
	body.nav-open::before,
	#header > .trigger::before,
	#header > .trigger::after {
		transition: none;
		animation: none;
	}
}
