/* Blog alt meta bilgisi (yazar, tarih, kategori, etiketler) */
.blog-meta-minimal.blog-meta-bottom {
	padding: 0.75em 0 0.5em 0;
	border-bottom: 1px solid #eee;
	color: #888;
	font-size: 0.97em;
	display: flex;
	flex-wrap: wrap;
	gap: 1.5em 1em;
	align-items: center;
	justify-content: flex-start;
}
.blog-meta-minimal.blog-meta-bottom i {
	font-size: 0.95em;
	margin-right: 0.3em;
	color: #bbb;
}
.blog-meta-minimal.blog-meta-bottom .blog-tag {
	background: #f4f4f4;
	color: #888;
	border-radius: 2em;
	font-size: 0.93em;
	padding: 0.1em 0.8em;
	margin-left: 0.3em;
	margin-right: 0.1em;
	display: inline-block;
}
.blog-meta-minimal.blog-meta-bottom .blog-meta-tags {
	display: flex;
	align-items: center;
	gap: 0.1em;
}
.blog-meta-minimal.blog-meta-bottom .blog-meta-author,
.blog-meta-minimal.blog-meta-bottom .blog-meta-date,
.blog-meta-minimal.blog-meta-bottom .blog-meta-category {
	display: flex;
	align-items: center;
	gap: 0.2em;
}
/* Yukarı Çık Butonu */
#scrollToTopBtn {
	position: fixed;
	right: 2.2rem;
	bottom: 2.2rem;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: linear-gradient(135deg, #ffb347 0%, #ffcc33 100%);
	color: #232946;
	border: none;
	box-shadow: 0 4px 16px rgba(0,0,0,0.13);
	font-size: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s, transform 0.3s;
	z-index: 1000;
	cursor: pointer;
	outline: none;
	transform: translateY(40px);
}
#scrollToTopBtn.show {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}
#scrollToTopBtn:hover {
	background: linear-gradient(135deg, #ffcc33 0%, #ffb347 100%);
	color: #fff;
	box-shadow: 0 8px 24px rgba(255,204,51,0.18);
	transform: scale(1.08);
}
/* Blog Detail Sayfası Genel */
#blog-detail {
	background: #fff;
	min-height: 100vh;
	background-image: url(../img/pattern.webp);
    background-repeat: repeat;
    background-size: auto;
    text-align: unset;
}

/* İçerik Hazır Değil Mesajı */
.content-not-ready {
	text-align: center;
	padding: 4rem 2rem;
	max-width: 600px;
	margin: 0 auto;
}

.not-ready-icon {
	font-size: 4rem;
	color: #ffb347;
	margin-bottom: 1.5rem;
	animation: writeAnimation 2s ease-in-out infinite;
}

@keyframes writeAnimation {
	0%, 100% { transform: translateY(0) rotate(0deg); }
	25% { transform: translateY(-10px) rotate(-5deg); }
	75% { transform: translateY(-10px) rotate(5deg); }
}

.content-not-ready h2 {
	font-size: 2rem;
	color: #232946;
	margin-bottom: 1rem;
}

.content-not-ready p {
	font-size: 1.1rem;
	color: #666;
	margin-bottom: 0.5rem;
	line-height: 1.6;
}

.not-ready-subtitle {
	font-size: 0.95rem;
	color: #888;
	font-style: italic;
}

.back-link-btn {
	display: inline-block;
	padding: 0.75rem 1.5rem;
	background: #232946;
	color: #fff !important;
	text-decoration: none !important;
	border-radius: 8px;
	transition: background 0.3s, transform 0.2s;
	font-weight: 500;
}

.back-link-btn:hover {
	background: #0066ff;
	transform: translateY(-2px);
}

#works-detail {
	background: #c53d3d;
	min-height: 100vh;
}

#projects-detail {
	background: #fff;
	min-height: 100vh;
}

.blog-post-container {
	max-width: 72vw;
	margin: 2rem auto;
	padding: 2rem;
	background: #f9f9f9;
	border-radius: 12px;
	box-shadow: 0 2px 16px rgba(0,0,0,0.06);
}
.blog-post-container header {
	text-align: center;
}
.blog-post-container h1 {
	font-size: 2.2rem;
	margin-bottom: 0.5rem;
}
.blog-post-container time {
	color: #888;
	font-size: 1rem;
}
.blog-author {
	color: #888;
	font-size: 1rem;
	margin-left: 1rem;
}
.blog-post-container img[itemprop="image"] {
	max-width: 100%;
	margin: 2rem auto 1rem;
    height: 300px;
    object-fit: cover;
	display: block;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.blog-post-container p[itemprop="description"] {
	font-size: 1.2rem;
	color: #444;
	margin-bottom: 2rem;
}
.blog-content {
	font-size: 1.1rem;
	line-height: 1.7;
	color: #222;
}
.blog-post-container nav {
	margin-top: 2.5rem;
	text-align: center;
}
.blog-post-container nav a {
	color: #232946;
	text-decoration: underline;
	font-weight: 500;
}

/* --- Groovy Paylaşım Menüsü: Tüm butonlar sola açılır --- */


.share-fab-group {
	position: relative;
	width: fit-content;
	margin-left: auto;
	margin-right: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 2.5rem;
	margin-bottom: 1.5rem;
}
.share-fab-main {
	z-index: 2;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #232946;
	color: #fff;
	border: none;
	box-shadow: 0 2px 12px rgba(35,41,70,0.10);
	font-size: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.18s;
	cursor: pointer;
	outline: none;
}
.share-fab-main:hover,
.fab-open .share-fab-main {
	background: #0066ff;
	color: #fff;
	box-shadow: 0 4px 18px rgba(0,102,255,0.13);
	transform: scale(1.08);
}
.share-fab-actions {
	position: absolute;
	right: 100%;
	top: 50%;
	display: flex;
	flex-direction: row;
	gap: 0.18rem;
	align-items: center;
	pointer-events: none;
	opacity: 0;
	transform: translateY(-50%) scale(0.92);
	transition: opacity 0.22s cubic-bezier(.4,0,.2,1), transform 0.22s cubic-bezier(.4,0,.2,1);
	background: none;
}
.fab-toggle:checked ~ .share-fab-actions {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(-50%) scale(1);
}
.share-fab {
	background: #f4f6fb;
	color: #232946;
	font-size: 1.15rem;
	border: none;
	border-radius: 50%;
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 1.5px 6px rgba(35,41,70,0.07);
	transition: background 0.16s, color 0.16s, transform 0.16s, box-shadow 0.16s;
	cursor: pointer;
	outline: none;
}
.share-fab.facebook { color: #1877f3; }
.share-fab.x { color: #111; }
.share-fab.linkedin { color: #0077b5; }
.share-fab.copy { color: #ffb347; }
.share-fab:hover {
	background: #0066ff;
	color: #fff !important;
	transform: scale(1.11);
	box-shadow: 0 2px 10px rgba(0,102,255,0.13);
}
.share-fab.copy.copied {
	background: #4caf50 !important;
	color: #fff !important;
	box-shadow: 0 2px 10px rgba(76,175,80,0.18);
}
@media (max-width: 600px) {
	.share-fab-actions { gap: 0.09rem; }
	.share-fab-main { width: 42px; height: 42px; font-size: 1.1rem; }
	.share-fab { width: 32px; height: 32px; font-size: 0.95rem; }
	
	/* Blog meta bilgileri mobilde taşmaması için */
	.blog-meta-minimal.blog-meta-bottom {
		gap: 0.8em 0.6em;
		font-size: 0.85em;
		padding: 0.6em 0 0.4em 0;
	}
	
	.blog-meta-minimal.blog-meta-bottom .blog-tag {
		font-size: 0.88em;
		padding: 0.08em 0.65em;
		margin-left: 0.2em;
		margin-right: 0.05em;
	}
	
	.blog-meta-minimal.blog-meta-bottom .blog-meta-tags {
		flex-wrap: wrap;
		width: 100%;
	}
	
	/* Blog post container mobilde daha geniş */
	.blog-post-container {
		max-width: 95vw;
		margin: 1rem 1rem;
		padding: 1.5rem 1rem;
	}
	
	.blog-post-container h1 {
		font-size: 1.6rem;
	}
	
	.blog-post-container img[itemprop="image"] {
		height: 200px;
		margin: 1.5rem auto 0.8rem;
	}
}
