/* Arkaplan ve temel yapı */
body {
  background: url('r.jpg') no-repeat center center fixed;
  background-size: cover;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  color: #eee;
}


/* Sayfa ortalama ve kutu */
.container {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Giriş kutusu */
.login-box-login {
  background: rgba(0, 0, 0, 0.6);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 20px #ff00ff;
  color: #fff;
  text-align: center;
  width: 300px;
}
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;      /* Kenarlardan biraz boşluk */
  box-sizing: border-box;
}

/* login-box'a üst boşluk ekle */
.login-box {
  background: rgba(0, 0, 0, 0.6);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 20px #ff00ff;
  color: #fff;
  text-align: center;
  width: 300px;
  margin-top: 20px;  /* biraz yukarı boşluk */
}

.login-box input {
  width: 90%;
  padding: 10px;
  margin: 10px 0;
  border: none;
  border-radius: 10px;
}

.login-box button {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 10px;
  background: #ff00ff;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.login-box button:hover {
  background: #cc00cc;
}

.login-box a {
  color: #ffccff;
  text-decoration: none;
}

.login-box a:hover {
  text-decoration: underline;
}

/* Rol stilleri */
.role {
  font-weight: bold;
  margin-left: 6px;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.85em;
  vertical-align: middle;
  display: inline-block;
}

.role.s1 {
  background-color: purple;
  color: white;
}

.role.s2 {
  background-color: #3399ff;
  color: white;
}

.role.s3 {
  background-color: orange;
  color: black;
}

.role.s4 {
  background-color: #a6ff00fb;
  color: black;
}


.role.s5 {
  background-color: #ff00d0ff;
  color: black;
}

.role.fnaftuber {
  background-color: red;
  color: white;
}

.role.admin {
  background-color: yellow;
  color: black;
}

/* Kurucu için animasyonlu kırmızı */
@keyframes blink-red {
  0%, 100% { background-color: #ff0000; color: white; }
  50% { background-color: #990000; color: white; }
}

.role.kurucu {
  animation: blink-red 1.5s infinite;
  font-weight: bolder;
  border: 1px solid white;
  padding: 2px 8px;
  border-radius: 6px;
}


/* Genel yanıp sönme efekti */
@keyframes blink {
  0% { opacity: 1; }
  100% { opacity: 0.3; }
}
/* Forum görünümünü şıklaştır */
.forum-category {
  background: rgba(0, 0, 0, 0.5);
  border-left: 4px solid #bb77ff;
  margin: 20px 0;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 0 10px #222;
}

.forum-topic {
  background: rgba(255, 255, 255, 0.05);
  padding: 10px 15px;
  margin-top: 8px;
  border-radius: 10px;
  transition: background 0.2s ease;
}

.forum-topic:hover {
  background: rgba(255, 255, 255, 0.1);
}

.forum-topic a {
  color: #ffccff;
  font-weight: bold;
  text-decoration: none;
}

.forum-topic small {
  color: #aaa;
  margin-left: 10px;
}

.forum-topic .delete-link {
  float: right;
  font-size: 0.85em;
}

.forum-topic {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px 15px;
    margin-top: 8px;
    border-radius: 10px;
    transition: background 0.2s ease;
    overflow: hidden;
}

.forum-topic:hover {
    background: rgba(255, 255, 255, 0.1);
}

.topic-left {
    flex: 1 1 40%;
    min-width: 200px;
}

.topic-left a {
    color: #ffccff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    word-break: break-word;
}

.topic-left small {
    color: #aaa;
    display: block;
}

.topic-right {
    flex: 1 1 90%;
    color: #ccc;
    font-size: 14px;
    max-height: 4.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.cekilis-body {
    background: url('arka-plan.jpg') no-repeat center center fixed;
    background-size: cover;
    font-family: 'Segoe UI', sans-serif;
    color: white;
    margin: 0;
    padding: 0;
}

.cekilis-container {
    max-width: 800px;
    margin: 40px auto;
    background: rgba(0, 0, 0, 0.65);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 0 20px #ff00ff;
}

.cekilis-form input,
.cekilis-form textarea,
.cekilis-form select,
.cekilis-form button {
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    border-radius: 10px;
    border: none;
    font-size: 16px;
}

.cekilis-form button {
    background-color: #ff00ff;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.cekilis-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0 0 10px #ff00ff50;
}

.cekilis-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cekilis-pfp {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.cekilis-user {
    color: #ffccff;
    text-decoration: none;
    font-weight: bold;
}

.cekilis-sure, .cekilis-roller {
    font-size: 14px;
    margin-top: 8px;
    color: #dddddd;
}

.katil-btn {
    margin-top: 12px;
    background-color: #8000ff;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 12px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
}

.giveaway-btn {
    padding: 12px 20px; /* büyütüldü */
    border-radius: 10px;
    font-weight: 700;
    cursor: pointer;
    user-select: none;
    border: none;
    font-size: 1.05rem; /* büyütüldü */
    color: #222;
    transition: background-color 0.25s ease;
    width: 100%;
    max-width: 120px; /* artırıldı */
}
