/*
Theme Name: Transfer Söylentileri
Theme URI: https://example.com/transfer-soylentileri
Author: Transfer Söylentileri
Author URI: https://example.com
Description: Transfer iddialarını, kaynak önizlemelerini ve sonuç takibini gösteren modern WordPress teması.
Version: 1.0.92
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.1
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: transfer-soylentileri
*/

:root {
	color-scheme: dark;
	--tsy-bg: #0d3d37;
	--tsy-bg-fade: linear-gradient(118deg, #0b2e2a 0%, #0b6258 50%, #46aa9f 100%);
	--tsy-panel: rgba(20, 90, 82, 0.76);
	--tsy-panel-2: rgba(28, 116, 106, 0.58);
	--tsy-border: rgba(116, 255, 238, 0.28);
	--tsy-text: #e8fffb;
	--tsy-heading: #ffffff;
	--tsy-muted: #bde9e3;
	--tsy-accent: #72d5cb;
	--tsy-accent-2: #46aa9f;
	--tsy-accent-soft: rgba(21, 240, 220, 0.15);
	--tsy-on-accent: #021f1c;
	--tsy-sidebar-bg: rgba(18, 76, 69, 0.74);
	--tsy-sidebar-hover: rgba(21, 240, 220, 0.16);
	--tsy-shadow: 0 24px 64px rgba(2, 35, 31, 0.3);
	--tsy-soft-shadow: 0 12px 30px rgba(2, 35, 31, 0.2);
}

body {
	background: var(--tsy-bg-fade), var(--tsy-bg);
	color: var(--tsy-text);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin: 0;
	transition: background 180ms ease, color 180ms ease;
}

body:not(.tsy-exit-body) {
	padding-left: 280px;
}

a {
	color: inherit;
}

.tsy-site-header {
	background: rgba(18, 76, 69, 0.94);
	border-right: 1px solid var(--tsy-border);
	bottom: 0;
	box-sizing: border-box;
	box-shadow: var(--tsy-shadow);
	left: 0;
	position: fixed;
	top: 0;
	width: 280px;
	z-index: 20;
}

.admin-bar .tsy-site-header {
	top: 32px;
}

.tsy-header-inner {
	align-items: stretch;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 18px;
	height: 100%;
	justify-content: flex-start;
	min-height: 0;
	overflow-y: auto;
	padding: 24px 18px 28px;
	scrollbar-gutter: stable;
}

.tsy-sidebar-bottom {
	display: grid;
	flex: 0 0 auto;
	gap: 12px;
	margin-top: auto;
}

.tsy-sidebar-after-nav {
	display: grid;
	gap: 12px;
}

.tsy-brand {
	border-radius: 8px;
	display: block;
	padding: 6px 8px;
	text-decoration: none;
}

.tsy-brand:hover {
	background: var(--tsy-sidebar-hover);
}

.tsy-brand-logo {
	background-image: url("assets/images/site-logo-dark.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 104px;
	width: 100%;
}

.tsy-screen-reader-text {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.tsy-sidebar-nav {
	display: block;
}

.tsy-main-menu {
	display: flex;
	flex-direction: column;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tsy-main-menu a {
	border-radius: 999px;
	color: var(--tsy-text);
	display: flex;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.1;
	min-height: 46px;
	padding: 0 14px;
	align-items: center;
	text-decoration: none;
}

.tsy-main-menu a:hover,
.tsy-main-menu .current-menu-item > a,
.tsy-main-menu .current_page_item > a {
	background: var(--tsy-sidebar-hover);
	color: var(--tsy-heading);
}

.tsy-sidebar-teams {
	border-top: 1px solid var(--tsy-border);
	padding-top: 16px;
}

.tsy-sidebar-teams summary {
	align-items: center;
	border-radius: 999px;
	color: var(--tsy-text);
	cursor: pointer;
	display: flex;
	font-size: 18px;
	font-weight: 700;
	justify-content: space-between;
	line-height: 1.1;
	list-style: none;
	min-height: 46px;
	padding: 0 14px;
}

.tsy-sidebar-teams summary::-webkit-details-marker {
	display: none;
}

.tsy-sidebar-teams summary::after {
	color: var(--tsy-muted);
	content: "+";
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}

.tsy-sidebar-teams[open] summary::after {
	content: "-";
}

.tsy-sidebar-teams summary:hover,
.tsy-sidebar-teams[open] summary {
	background: var(--tsy-sidebar-hover);
	color: var(--tsy-heading);
}

.tsy-sidebar-team-list {
	display: grid;
	gap: 4px;
	margin-top: 8px;
	overflow: hidden;
	padding-left: 10px;
	transition: max-height 240ms ease, opacity 180ms ease, transform 220ms ease;
	will-change: max-height, opacity, transform;
}

.tsy-sidebar-teams.is-closing .tsy-sidebar-team-list {
	opacity: 0;
	transform: translateY(-4px);
}

.tsy-sidebar-team-list a {
	align-items: center;
	border-radius: 999px;
	color: var(--tsy-muted);
	display: flex;
	font-size: 15px;
	font-weight: 700;
	gap: 8px;
	line-height: 1.2;
	overflow-wrap: anywhere;
	padding: 10px 14px;
	text-decoration: none;
}

.tsy-sidebar-team-list a:hover,
.tsy-sidebar-team-list a.is-active {
	background: var(--tsy-accent-soft);
	color: var(--tsy-heading);
}

.tsy-sidebar-clock {
	align-items: baseline;
	border-top: 1px solid var(--tsy-border);
	color: var(--tsy-text);
	display: flex;
	gap: 8px;
	padding: 12px 14px 0;
}

.tsy-sidebar-clock time {
	color: var(--tsy-heading);
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
}

.tsy-sidebar-clock span {
	color: var(--tsy-muted);
	font-size: 11px;
	font-weight: 700;
}

.tsy-profile-nav,
.tsy-admin-nav {
	border-top: 1px solid var(--tsy-border);
	padding-top: 16px;
}

.tsy-profile-nav a,
.tsy-admin-nav a {
	border-radius: 999px;
	color: var(--tsy-text);
	display: flex;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.1;
	min-height: 46px;
	padding: 0 14px;
	align-items: center;
	text-decoration: none;
}

.tsy-profile-nav,
.tsy-admin-nav {
	display: grid;
	gap: 6px;
}

.tsy-profile-nav a:hover,
.tsy-admin-nav a:hover {
	background: var(--tsy-sidebar-hover);
	color: var(--tsy-heading);
}

.tsy-site-footer {
	display: none;
}

.tsy-site-footer p {
	margin: 0;
}

@media (max-width: 782px) {
	.admin-bar .tsy-site-header {
		top: 46px;
	}
}

@media (max-width: 900px) {
	body:not(.tsy-exit-body) {
		padding-left: 0;
	}

	.tsy-site-header {
		border-bottom: 1px solid var(--tsy-border);
		border-right: 0;
		bottom: auto;
		position: sticky;
		top: 0;
		transition: background 180ms ease, box-shadow 180ms ease;
		width: auto;
	}

	.admin-bar .tsy-site-header {
		top: 0;
	}

	.tsy-header-inner {
		gap: 12px;
		height: auto;
		max-height: none;
		padding: 12px 16px;
		transition: gap 180ms ease, padding 180ms ease;
	}

	.tsy-brand-logo {
		height: 76px;
		max-width: 220px;
		transition: height 180ms ease, max-width 180ms ease;
	}

	.tsy-main-menu {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.tsy-main-menu a,
	.tsy-sidebar-teams summary {
		font-size: 15px;
		min-height: 38px;
	}

	.tsy-sidebar-teams {
		padding-top: 10px;
	}

	.tsy-site-header.is-mobile-compact {
		background: rgba(13, 61, 55, 0.97);
		box-shadow: 0 10px 28px rgba(2, 35, 31, 0.22);
	}

	.tsy-site-header.is-mobile-compact .tsy-header-inner {
		gap: 6px;
		padding: 7px 12px;
	}

	.tsy-site-header.is-mobile-compact .tsy-brand-logo {
		height: 40px;
		max-width: 150px;
	}

	.tsy-site-header.is-mobile-compact .tsy-auth-block,
	.tsy-site-header.is-mobile-compact .tsy-sidebar-after-nav {
		display: none;
	}

	.tsy-site-header.is-mobile-compact .tsy-main-menu {
		gap: 4px;
	}

	.tsy-site-header.is-mobile-compact .tsy-main-menu a,
	.tsy-site-header.is-mobile-compact .tsy-profile-nav a,
	.tsy-site-header.is-mobile-compact .tsy-admin-nav a {
		font-size: 13px;
		min-height: 32px;
		padding: 0 10px;
	}

	.tsy-site-header.is-mobile-compact .tsy-profile-nav,
	.tsy-site-header.is-mobile-compact .tsy-admin-nav {
		gap: 4px;
		padding-top: 8px;
	}
}

@media (max-width: 640px) {
}
