* {
  cursor: none !important;
}

body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, cursive;
  background-color: #121212;
  color: #f5f5f5;
  font-size: 16px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  cursor: none;
}

@font-face {
  font-family: 'OctoberCrow';
  src: url('Fonts/OctoberCrow.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.logo {
  height: 100px;
  width: auto;
  pointer-events: none;
  user-select: none;
}

h1 {
  text-decoration: underline;
  text-decoration-color: #ffcc00;
}

.title-text {
  font-size: 32px;
  font-weight: bold;
  color: #000000;
  text-underline-offset: 4px;
  font-family: 'OctoberCrow', sans-serif;
  transform: scaleY(2.5) scaleX(2.5);
}

.title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 660px;
}

.title-image {
  height: 80px;
  width: auto;
}

header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 40px;
  background-color: #1f1f1f;
  box-shadow: 0 2px 5px rgba(0,0,0,0.5);
  min-height: 120px;
}

.container {
  display: flex;
  flex: 1;
  min-height: 0;
}

.sidebar {
  width: 280px;
  background-color: #1e1e1e;
  padding: 20px;
  flex-shrink: 0;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.sidebar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.sidebar h2 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #ffcc00;
  font-size: 18px;
}

.sidebar .ghost-item {
  padding: 12px;
  border-bottom: 1px solid #333;
  transition: all 0.2s;
  font-size: 14px;
  color: #ffcc00;
}

.sidebar .ghost-item:hover,
.sidebar .ghost-item.active {
  background-color: #333;
  font-weight: bold;
  color: #ffcc00;
}

.content {
  flex: 1;
  padding: 25px;
  background-color: #121212;
  min-height: 0;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.content::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.ghost-description {
  margin-bottom: 20px;
  font-size: 16px;
  color: #ddd;
  line-height: 1.6;
  background-color: #1f1f1f;
  padding: 14px 18px;
  border-radius: 8px;
}

.ability-card {
  background-color: #1f1f1f;
  padding: 14px 18px;
  margin-bottom: 16px;
  border-left: 5px solid #ffcc00;
  border-radius: 8px;
  transition: transform 0.2s, box-shadow 0.2s;
  font-size: 15px;
}

.ability-card:hover {
  transform: translateX(6px);
  box-shadow: 0 2px 10px rgba(255, 204, 0, 0.25);
}

.cursed-bar {
  width: 100%;
  height: 50px;
  background-color: #1e1e1e;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.cursed-bar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.cursed-item {
  padding: 8px 12px;
  background-color: #121212;
  color: #ffcc00;
  border-radius: 6px;
  white-space: nowrap;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.2s;
}

.cursed-item:hover {
  background-color: #333;
  transform: scale(1.05);
}

.hover-text {
  color: #f5f5f5;
  transition: color 0.3s ease;
  cursor: pointer;
}

.hover-text:hover {
  animation: hoverEffect 4s forwards;
}

#fire-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}

.sidebar-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 24px;
  cursor: pointer;
  margin: 10px;
}

.sidebar-toggle div {
  height: 4px;
  background-color: #ffcc00;
  border-radius: 2px;
}

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  cursor: pointer;
  padding: 10px;
  width: 40px;
  height: 60px;
  box-sizing: border-box;
}

.hamburger div {
  height: 4px;
  background-color: #ffcc00;
  border-radius: 2px;
}

.custom-cursor {
  position: fixed;
  pointer-events: none;
  z-index: 10000;
  width: 32px;
  height: 32px;
  transform: translate(-50%, -50%);
  user-select: none;
}

body.monkey-paw .sidebar .ghost-item {
  display: none;
}

.monkeypaw-image {
  max-width: 160px;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.3);
  margin-bottom: 20px;
}

.paw-description {
  margin-bottom: 20px;
  font-size: 14px;
  color: #ddd;
  line-height: 1.6;
  background-color: #1f1f1f;
  padding: 14px 18px;
  border-radius: 8px;
}

.custom-cursor {
  position: fixed;
  pointer-events: none;
  z-index: 10000;
  width: 32px;
  height: 32px;
  transform: translate(-50%, -50%);
  transition: transform 0.15s ease, filter 0.15s ease;
  user-select: none;
}

.custom-cursor.hover {
  transform: translate(-50%, -50%) scale(1.3);
  filter: drop-shadow(0 0 6px #ffcc00);
}