@font-face {
    font-family: 'Basiic';
    src: url(basiic.ttf);
}

body {
  font-family: 'Basiic';
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background: #1a0b1a;
  color: #e879f9;
  line-height: 1.6;
  min-height: 100vh;
}

h1 {
  color: #f472b6;
  text-align: center;
  text-shadow: 2px 2px 0px #7c2d92;
  font-size: 2.5em;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: Basiic;
}

h2 {
  color: #c084fc;
  border-bottom: 3px solid #6d28d9;
  padding-bottom: 8px;
  margin-top: 40px;
  border-radius: 0px;
  background: #2d1b40;
  padding-left: 10px;
  font-family: 'Basiic', 'Courier New', 'Monaco', 'Menlo', 'Consolas', monospace;
  text-shadow: 1px 1px 0px #4c1d95;
}

a {
  color: #f0abfc;
  text-decoration: none;
  transition: all 0.2s ease;
  font-weight: 600;
}

a:hover {
  color: #fbbf24;
  text-shadow: none;
}

.nav {
  text-align: center;
  margin: 20px 0;
  padding: 15px;
  background: #2d1b40;
  border: 3px solid #4c1d95;
  border-radius: 0px;
  box-shadow: 4px 4px 0px #1e1b3d;
  position: sticky;
  top: 0;
  z-index: 100;
  transition: all 0.3s ease;
}

.nav a {
  margin: 0 12px;
  padding: 8px 16px;
  border: 2px solid #6d28d9;
  display: inline-block;
  border-radius: 0px;
  background: #1e1b3d;
  font-family: 'Basiic', 'Courier New', 'Monaco', 'Menlo', 'Consolas', monospace;
  font-weight: bold;
}

.nav a:hover {
  background: #4c1d95;
  border-color: #7c3aed;
  box-shadow: 2px 2px 0px #1e1b3d;
  transform: translate(-1px, -1px);
}

.social {
  text-align: center;
  margin: 15px 0;
  padding: 10px;
  background: #2d1b40;
  border: 2px solid #6d28d9;
  border-radius: 0px;
}

.album-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  margin: 25px 0;
}

.album-grid img {
  width: 100%;
  height: auto;
  border: 3px solid #6d28d9;
  border-radius: 0px;
  transition: all 0.2s ease;
  box-shadow: 4px 4px 0px #1e1b3d;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

.album-grid img:hover {
  border-color: #fbbf24;
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0px #1e1b3d;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin: 25px 0;
}

.photo-grid img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border: 3px solid #7c2d92;
  border-radius: 0px;
  transition: all 0.2s ease;
  box-shadow: 4px 4px 0px #1e1b3d;
  image-rendering: auto;
}

.photo-grid img:hover {
  border-color: #c084fc;
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0px #1e1b3d;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

ul a {
  text-decoration: none;
  color: inherit;
  display: block;
}

li {
  margin: 15px 0;
  padding: 12px;
  border-left: 4px solid #f472b6;
  padding-left: 20px;
  background: #2d1b40;
  border-radius: 0px;
  box-shadow: 2px 2px 0px #1e1b3d;
  border: 2px solid #4c1d95;
  border-left: 4px solid #f472b6;
  cursor: pointer;
}

ul a:hover li {
  background: #4c1d95;
  transform: translate(-1px, -1px);
  box-shadow: 3px 3px 0px #1e1b3d;
}

.intro {
  text-align: center;
  font-style: italic;
  color: #e879f9;
  margin-bottom: 20px;
  font-size: 1.1em;
  padding: 15px;
  background: #2d1b40;
  border-radius: 0px;
  border: 3px dashed #6d28d9;
  box-shadow: 4px 4px 0px #1e1b3d;
  font-family: Basiic;
}

.buttons-88x31 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 20px 0;
  padding: 15px;
  background: #2d1b40;
  border: 2px solid #6d28d9;
  border-radius: 0px;
  box-shadow: 4px 4px 0px #1e1b3d;
}

.buttons-88x31 img {
  width: 88px;
  height: 31px;
  border: 1px solid #4c1d95;
  transition: all 0.2s ease;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  vertical-align: top;
  display: inline-block;
}

.buttons-88x31 a {
  display: inline-block;
  vertical-align: top;
  line-height: 0;
}

.buttons-88x31 a img {
  vertical-align: top;
}

.buttons-88x31 img:hover {
  border-color: #fbbf24;
  transform: translate(-1px, -1px);
  box-shadow: 2px 2px 0px #1e1b3d;
}

/* Retro pixelated scrollbar */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #1e1b3d;
  border: 2px solid #4c1d95;
}

::-webkit-scrollbar-thumb {
  background: #6d28d9;
  border: 1px solid #c084fc;
}

::-webkit-scrollbar-thumb:hover {
  background: #7c3aed;
}

/* Add some retro text effects */
p {
  font-family: Basiic;
  text-shadow: 1px 1px 0px #1e1b3d;
}

/* Webring alignment */
#ckwr, #gfdkris {
  text-align: left !important;
}

#ckwr *, #gfdkris * {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

/* Scroll animations */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Different animation delays for variety */
.fade-in-delay-1 {
  transition-delay: 0.1s;
}

.fade-in-delay-2 {
  transition-delay: 0.2s;
}

.fade-in-delay-3 {
  transition-delay: 0.3s;
}

/* Special animations for different content types */
.slide-in-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.slide-in-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.slide-in-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.slide-in-right.visible {
  opacity: 1;
  transform: translateX(0);
}

.scale-in {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.scale-in.visible {
  opacity: 1;
  transform: scale(1);
}
