body {
   font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: radial-gradient(circle at top, #111827 0, #020617 55%, #000 100%);
    color: #e5e7eb;
      margin: 0;
      padding: 0;
    }

a {
	color: #000000;
	text-decoration: none;

}
a:focus,active,hover {
	text-decoration: none;
		outline:none;
}



.loadingAjaxDialog {
	float: left;
	position: fixed;
	z-index: 9999999;
	left: 0px;
	top: 0px;
	background-color: #000000;
	background-image: url(img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.5;
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: none;
}


.author-site {
    background: radial-gradient(circle at top, #111827 0, #020617 55%, #000 100%);
    color: #e5e7eb;
}

/* Sabit genişlik: 1100px */
.author-site .author-container {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}

/* NAVBAR */
.author-site .author-navbar {
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(10px);
    padding: 10px 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.25);
}

.author-site .navbar-brand span {
    font-weight: 600;
    letter-spacing: 0.5px;
}

.author-site .navbar-nav .nav-link {
    font-size: 0.95rem;
    padding: 0.5rem 0.9rem;
    color: #e5e7eb;
}

.author-site .navbar-nav .nav-link:hover {
    color: #a5b4fc;
}

/* OFFCANVAS (Mobil Menü) */
.author-site .author-offcanvas {
    background: #111827;
    color: #e5e7eb;
}

.author-site .author-offcanvas .offcanvas-title {
    font-weight: 600;
}

.author-site .author-offcanvas .nav-link {
    padding: 0.75rem 0;
    font-size: 1rem;
    color: #e5e7eb;
    border-bottom: 1px solid rgba(55, 65, 81, 0.8);
}

.author-site .author-offcanvas .nav-link:last-child {
    border-bottom: none;
}

.author-site .author-offcanvas .nav-link:hover {
    color: #6366f1;
}

/* HERO */
.author-site .author-hero {
    padding: 80px 0 60px;
}

.author-site .author-hero-subtitle {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.75rem;
    color: #a5b4fc;
}

.author-site .author-hero-title {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.3;
}

.author-site .author-hero-title span {
    color: #6366f1;
}

.author-site .author-hero-text {
    color: #cbd5f5;
}

.author-site .author-btn-primary {
    background: linear-gradient(135deg, #6366f1, #4f46e5);
    border: none;
    font-weight: 500;
}

.author-site .author-btn-primary:hover {
    background: linear-gradient(135deg, #4f46e5, #4338ca);
}

.author-site .author-btn-outline {
    border-color: #e5e7eb;
    color: #e5e7eb;
}

.author-site .author-btn-outline:hover {
    background: #e5e7eb;
    color: #020617;
}

/* HERO Sağ Kart */
.author-site .author-hero-card {
    background: radial-gradient(circle at top, #1f2937, #020617);
    border-radius: 1.25rem;
    padding: 2rem 1.75rem;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.8);
}

.author-site .author-avatar {
    width: 96px;
    height: 96px;
    border-radius: 999px;
    border: 2px solid #4f46e5;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #020617;
}

.author-site .author-avatar i {
    font-size: 3rem;
    color: #4f46e5;
}

.author-site .author-name {
    font-size: 1.3rem;
    font-weight: 600;
}

.author-site .author-role {
    font-size: 0.9rem;
    color: #9ca3af;
}

.author-site .author-quote {
    font-style: italic;
    font-size: 0.9rem;
    color: #e5e7eb;
}

.author-site .author-social-link {
    font-size: 1.1rem;
    color: #9ca3af;
    transition: transform 0.15s ease, color 0.15s ease;
}

.author-site .author-social-link:hover {
    color: #6366f1;
    transform: translateY(-2px);
}

/* SECTION GENEL */
.author-site .author-section {
    padding: 60px 0;
}

.author-site .author-section-alt {
    background: radial-gradient(circle at top, #020617 0, #020617 30%, #000 100%);
}

.author-site .author-section-header h2 {
    font-size: 1.7rem;
    font-weight: 600;
}

.author-site .author-section-header p {
    color: #9ca3af;
}

/* Kartlar */
.author-site .author-card {
    background: rgba(15, 23, 42, 0.95);
    border-radius: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.9);
    font-size: 0.95rem;
}

/* Liste */
.author-site .author-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.author-site .author-list li {
    margin-bottom: 0.5rem;
    color: #d1d5db;
}

/* Kitaplar */
.author-site .author-book-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    background: rgba(55, 65, 81, 0.9);
    color: #e5e7eb;
    margin-bottom: 0.75rem;
}

.author-site .author-book-badge i {
    font-size: 0.8rem;
}

.author-site .author-book-year {
    font-size: 0.85rem;
    color: #9ca3af;
}

.author-site .author-book-tag {
    font-size: 0.85rem;
    color: #e5e7eb;
}

/* Blog */
.author-site .author-blog-meta {
    font-size: 0.8rem;
    color: #9ca3af;
}

.author-site .author-read-more {
    font-size: 0.9rem;
    color: #a5b4fc;
    text-decoration: none;
}

.author-site .author-read-more:hover {
    text-decoration: underline;
}

/* FOOTER */
.author-site .author-footer {
    padding: 20px 0 25px;
    border-top: 1px solid rgba(148, 163, 184, 0.3);
    background: #020617;
    font-size: 0.9rem;
}

.author-site .author-footer-small {
    font-size: 0.8rem;
    color: #9ca3af;
}

/* MOBİL UYUMLULUK */
@media (max-width: 991.98px) {
    .author-site .author-hero {
        padding-top: 50px;
    }

    .author-site .author-hero-title {
        font-size: 1.8rem;
    }

    .author-site .author-hero-card {
        margin-top: 20px;
    }
}
/* ARAMA FORMU GENEL ALAN */
.author-site .author-search-bar {
    padding: 18px 0;
}

/* FORM */
.author-site .author-search-form {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 50px;
    padding: 8px 14px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0,0,0,0.35);
}

.author-site .author-search-form .search-input::placeholder {
    color: rgba(229, 231, 235, 0.55); /* Daha açık gri */
    opacity: 1; /* Tüm tarayıcılarda görünürlük tam olsun */
}
/* Arama ikonu */
.author-site .author-search-form .search-icon {
    color: #a5b4fc;
    font-size: 1.1rem;
    margin-left: 5px;
    margin-right: 10px;
}

/* Input */
.author-site .author-search-form .search-input {
    background: transparent;
    border: none;
    color: #e5e7eb;
    padding-left: 0;
    box-shadow: none;
    font-size: 0.95rem;
}

.author-site .author-search-form .search-input:focus {
    outline: none;
    box-shadow: none;
}

/* BUTON */
.author-site .author-search-form .search-btn {
    background: linear-gradient(135deg, #6366f1, #4f46e5);
    color: white;
    border: none;
    padding: 8px 22px;
    border-radius: 40px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: 0.15s ease-in-out;
}

.author-site .author-search-form .search-btn:hover {
    background: linear-gradient(135deg, #4f46e5, #4338ca);
}

/* Mobil uyum */
@media (max-width: 767.98px) {
    .author-site .author-search-form {
        flex-direction: row;
        padding: 8px 12px;
    }
    
    .author-site .author-search-form .search-btn {
        padding: 7px 18px;
        margin-left: 8px;
    }
}

.author-site .author-container{width:1100px;max-width:100%;margin:0 auto;}

  .author-site .author-poem-nav{
    margin-top:22px;
    padding-top:18px;
    border-top:1px solid rgba(148,163,184,0.18);
  }

  .author-site .author-poem-nav-btn{
    display:inline-flex;
    align-items:center;
    gap:6px;
    text-decoration:none;
    padding:12px 16px;
    border-radius:14px;
    background: rgba(15,23,42,0.92);
    border:1px solid rgba(99,102,241,0.45);
    color:#e5e7eb;
    font-weight:600;
    transition:all 0.15s ease;
  }

  .author-site .author-poem-nav-btn:hover{
    background: rgba(99,102,241,0.20);
    border-color:#6366f1;
    color:#ffffff;
  }

  .author-site .author-poem-prev{
    justify-content:flex-start;
  }

  .author-site .author-poem-next{
    justify-content:flex-end;
  }

  @media (max-width: 575.98px){
    .author-site .author-poem-nav{
      flex-direction:column;
      align-items:stretch !important;
    }
    .author-site .author-poem-nav-btn{
      justify-content:center;
      width:100%;
    }
  }
  

.SayfaClas {
	border-color:#6366f1;
    color:#ffffff;
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	font-size: 14px;
    background: rgba(15,23,42,0.92);
}
.SayfaClas:hover{
	text-decoration: none;
}
.SayfaCla_Selected {
	border: 1px solid #005279;
	background-color: #006699;
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}

.author-site .author-poem-table-wrap{
    background: linear-gradient(180deg, #0f172a, #020617);
    border:1px solid rgba(99,102,241,0.35);
    border-radius:1rem;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(2,6,23,0.85);
}

/* TABLE RESET */
.author-site .author-poem-table{
    background: transparent !important;
    color:#e5e7eb;
    margin:0;
    border-collapse: separate;
    border-spacing: 0;
}

/* THEAD */
.author-site .author-poem-table thead th{
    background: linear-gradient(180deg, #0f172a, #020617);
    color:#c7d2fe;
    border-bottom:1px solid rgba(99,102,241,0.45);
    font-weight:600;
    padding:15px 16px;
    font-size:0.9rem;
}

/* SATIR */
.author-site .author-poem-table tbody tr{
    background: rgba(15,23,42,0.9);
    transition: background 0.15s ease;
}

.author-site .author-poem-table tbody tr:hover{
    background: rgba(99,102,241,0.12);
}

/* HÜCRE */
.author-site .author-poem-table tbody td{
    background: transparent !important;
    border-bottom:1px solid rgba(99,102,241,0.45);
    vertical-align:middle;
    font-size:0.95rem;
}

/* SIRA NUMARASI */
.author-site .author-poem-table tbody td:first-child{
    color:#c7d2fe;
    font-weight:500;
}

/* ŞİİR BAŞLIĞI */
.author-site .author-poem-link{
    color:#e5e7eb !important;
    text-decoration:none;
    font-weight:500;
}

.author-site .author-poem-link:hover{
    color:#a5b4fc !important;
}

/* SAĞ OK BUTONU */
.author-site .author-poem-open{
    width:38px;
    height:38px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    background: rgba(15,23,42,0.95);
    border:1px solid rgba(99,102,241,0.45);
    color:#c7d2fe;
    transition: all 0.15s ease;
}

.author-site .author-poem-open:hover{
    background: rgba(99,102,241,0.25);
    color:#ffffff;
    border-color:#6366f1;
}

/* ARAMA ALANI */
.author-site .author-poem-search{
    background: rgba(15,23,42,0.9);
    border:1px solid rgba(99,102,241,0.45);
    border-radius:999px;
    padding:6px 14px;
}

.author-site .author-poem-search i{
    color:#a5b4fc;
}

.author-site .author-poem-search-input{
    background: transparent;
    border:none;
    color:#e5e7eb;
    box-shadow:none;
}

.author-site .author-poem-search-input::placeholder{
    color: rgba(199,210,254,0.55);
    opacity:1;
}
