html, body { height: 100%; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: 'VT323', monospace;
  color: #ccfaff;
  background: radial-gradient(circle at 30% 10%, #12151c 60%, #06070a 100%);
  font-size: 1.55em;
  position: relative;
  z-index: 0;
}
#bg-numbers {
  position: fixed;
  left: 0; top: 0;
  width: 100vw; height: 100vh;
  pointer-events: none;
  z-index: 0;
  opacity: 0.22;
  transition: opacity 0.3s;
}
nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  height: 100vh;
  background: #000000ee;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  z-index: 11;
  font-size: 1.2em;
  letter-spacing: 1.5px;
  box-shadow: 2px 0 22px #0ff1;
}
nav a {
  color: #00ffcc;
  text-decoration: none;
  margin: 20px 0 12px 0;
  font-size: 1.22em;
  transition: color 0.24s, letter-spacing 0.23s;
  padding: 5px 0;
  border-bottom: 1.5px dashed #00ffcc26;
  width: 80%;
  text-align: center;
  border-radius: 4px;
}
nav a:hover {
  color: #ffaa88;
  background: #2222;
  letter-spacing: 2px;
}
nav a.active {
  color: #ffaa88;
  background: #2222;
  letter-spacing: 2px;
}
main {
  margin-left: 310px;
  padding: 40px 5vw 30px 4vw;
  max-width: 1400px;
  z-index: 1;
  position: relative;
}
h1 {
  text-align: center;
  color: #00ffe1;
  font-size: 2.7em;
  text-shadow: 0 0 16px #00ffe144;
  margin-top: 18px;
  margin-bottom: 30px;
}
h2 {
  font-size: 2em;
  color: #00ffe1;
  padding-left: 0;
  margin-top: 58px;
  margin-bottom: 22px;
  letter-spacing: 1.5px;
  text-align: left;
  width: 100%;
  max-width: 800px;
}
h3 {
  font-size: 1.6em;
  color: #00ffcc;
  margin-top: 40px;
  margin-bottom: 18px;
  letter-spacing: 1px;
}
p {
  line-height: 1.7;
  margin-bottom: 24px;
  font-size: 1.11em;
  color: #d7f9fa;
}
ul {
  color: #d7f9fa;
  font-size: 1.11em;
  line-height: 1.7;
  margin-bottom: 24px;
}
li {
  margin-bottom: 12px;
}
.mirrors {
  background: #10151aee;
  padding: 24px 18px;
  border-left: 3px solid #00ffcc66;
  font-family: 'VT323', monospace;
  font-size: 1.09em;
  margin: 12px 0 32px 0;
  border-radius: 6px;
  box-shadow: 0 2px 24px #00ffe11b;
  word-break: break-all;
}
.mirrors a {
  color: #ff4a33;
  display: block;
  margin-bottom: 6px;
  font-size: 1.03em;
  transition: color 0.2s;
  word-break: break-all;
}
.mirrors a:hover {
  color: #ffaa88;
  text-decoration: underline;
}

.gallery-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 38px 0 34px 0;
  z-index: 2;
}
.gallery-track {
  display: flex;
  gap: 36px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  align-items: center;
  padding: 10px 0;
  background: #121217cc;
  border-radius: 15px;
  box-shadow: 0 0 24px #00ffe122;
  width: 70vw;
  max-width: 900px;
  min-width: 320px;
  margin: 0 28px;
  justify-content: flex-start;
}
.gallery-track img {
  scroll-snap-align: center;
  height: 340px;
  width: auto;
  border-radius: 12px;
  box-shadow: 0 0 22px #00ffe155;
  border: 2.5px solid #00ffcc55;
  background: #13181c;
  transition: transform 0.23s;
}
.gallery-track img:hover {
  transform: scale(1.04) rotate(-1.5deg);
  border-color: #ffaa88;
}
.gallery-prev, .gallery-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000000d5;
  border: 2.5px solid #00ffcc99;
  color: #00ffcc;
  font-size: 2.6em;
  cursor: pointer;
  padding: 0.22em 0.4em 0.18em 0.4em;
  z-index: 3;
  border-radius: 40%;
  transition: background 0.19s, color 0.23s, box-shadow 0.18s;
  box-shadow: 0 0 20px #00ffe133;
  user-select: none;
}
.gallery-prev { left: -55px; }
.gallery-next { right: -55px; }
.gallery-prev:hover, .gallery-next:hover {
  background: #232633;
  color: #ffaa88;
  box-shadow: 0 0 30px #ffaa8822;
}

/* Reviews Section Styles */
.reviews-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 24px;
  margin: 32px 0;
}

.review-card {
  background: #10151aee;
  padding: 24px;
  border-radius: 8px;
  border-left: 3px solid #00ffcc66;
  box-shadow: 0 2px 24px #00ffe11b;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 32px #00ffe144;
}

.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.user-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00ffcc, #ffaa88);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #0f0f0f;
  margin-right: 16px;
  font-size: 1.2em;
}

.user-info {
  flex: 1;
}

.user-name {
  display: block;
  font-weight: bold;
  color: #00ffcc;
  font-size: 1.1em;
}

.review-date {
  display: block;
  font-size: 0.9em;
  color: #b4e1f3;
  opacity: 0.8;
}

.rating {
  margin-left: auto;
}

.stars {
  color: #ffaa88;
  font-size: 1.2em;
}

.review-content {
  font-style: italic;
  line-height: 1.6;
  color: #d7f9fa;
  margin: 0;
}

/* Contact Form Styles */
.contact-form {
  background: #10151aee;
  padding: 32px;
  border-radius: 8px;
  border-left: 3px solid #00ffcc66;
  box-shadow: 0 2px 24px #00ffe11b;
  margin: 32px 0;
  max-width: 700px;
}

.form-group {
  margin-bottom: 24px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: #00ffcc;
  font-size: 1.1em;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  background: #0a0a12;
  border: 1.5px solid #00ffcc44;
  border-radius: 4px;
  color: #d7f9fa;
  font-family: 'VT323', monospace;
  font-size: 1.1em;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #00ffcc;
  box-shadow: 0 0 12px #00ffcc44;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #b4e1f3;
  opacity: 0.6;
}

.submit-button {
  background: #00ffcc;
  color: #0f0f0f;
  border: none;
  padding: 12px 32px;
  border-radius: 4px;
  font-family: 'VT323', monospace;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.submit-button:hover {
  background: #ffaa88;
  box-shadow: 0 0 20px #ffaa8888;
  transform: translateY(-2px);
}

.submit-button:disabled {
  background: #666;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.form-message {
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 1.1em;
}

.form-message.success {
  background: #00ffcc22;
  border: 1px solid #00ffcc66;
  color: #00ffcc;
}

.form-message.error {
  background: #ff333322;
  border: 1px solid #ff333366;
  color: #ff8888;
}

footer {
  text-align: center;
  font-size: 1.04em;
  color: #b4e1f3;
  padding: 50px 20px 32px 20px;
  background: #0a0a12;
  margin-left: 230px;
  border-top: 1.8px solid #00ffe122;
  margin-top: 80px;
  letter-spacing: 0.7px;
  z-index: 2;
  position: relative;
}
@media (max-width: 1024px) {
  nav { width: 120px; font-size: 1em; }
  main { margin-left: 130px; }
  footer { margin-left: 130px; }
  .gallery-track { width: 90vw; }
  .reviews-container { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  nav { display: none; }
  main, footer { margin-left: 0; padding: 20px 3vw; }
  .gallery-track { width: 97vw; }
  .gallery-track img { height: 45vw; min-height: 160px; }
  .gallery-prev, .gallery-next { left: 4px; right: 4px; font-size: 2em; }
  h1 { font-size: 2em; }
  .reviews-container { grid-template-columns: 1fr; }
  .contact-form { padding: 20px; }
}
@media (max-width: 430px) {
  .gallery-track img { height: 70vw; min-height: 110px; }
  .gallery-track { gap: 12px; }
  .review-card { padding: 16px; }
}
.view-links-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #007bff; 
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.3s ease;
}

.view-links-button:hover {
  background-color: #0056b3; 
}

.highlight-box {
  background: #10151aee;
  padding: 24px 18px;
  border-left: 3px solid #00ffcc66;
  font-family: 'VT323', monospace;
  font-size: 1.09em;
  margin: 12px 0 32px 0;
  border-radius: 6px;
  box-shadow: 0 2px 24px #00ffe11b;
}

.link-section {
  background: #10151aee;
  padding: 24px 18px;
  border-left: 3px solid #00ffcc66;
  font-family: 'VT323', monospace;
  font-size: 1.09em;
  margin: 12px 0 32px 0;
  border-radius: 6px;
  box-shadow: 0 2px 24px #00ffe11b;
}
.link-section a {
  color: #ff4a33;
  text-decoration: none;
  transition: color 0.2s;
  font-weight: bold;
}
.link-section a:hover {
  color: #ffaa88;
  text-decoration: underline;
}
.warning-box {
  background: #1a1510ee;
  padding: 24px 18px;
  border-left: 3px solid #ffaa8866;
  font-family: 'VT323', monospace;
  font-size: 1.09em;
  margin: 12px 0 32px 0;
  border-radius: 6px;
  box-shadow: 0 2px 24px #ffaa881b;
  color: #ffcc99;
}

.link-card {
  background: #10151aee;
  padding: 28px 22px;
  border-left: 3px solid #00ffcc66;
  border-radius: 6px;
  box-shadow: 0 2px 24px #00ffe11b;
  margin-top: 20px;
}

.mirror-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.link-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #00000099;
  padding: 14px 18px;
  border: 1.5px dashed #00ffcc44;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.link-item:hover {
  background-color: #00ffcc1a;
}

.link-address {
  color: #d7f9fa;
  font-size: 1.1em;
  word-break: break-all;
}

.copy-button {
  font-family: 'VT323', monospace;
  background-color: #00ffcc;
  color: #0f0f0f;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
  transition: all 0.2s ease;
  margin-left: 20px;
  letter-spacing: 1px;
}

.copy-button:hover {
  background-color: #ffaa88;
  box-shadow: 0 0 15px #ffaa8888;
  color: #000;
}

.security-placeholder {
  color: #d7f9fa;
}

.security-placeholder h3 {
  color: #ffaa88;
}

.security-placeholder p {
  font-size: 1.1em;
}

.security-placeholder ul {
  list-style-type: '>> ';
  padding-left: 20px;
}

.security-placeholder .note {
  font-size: 1em;
  color: #b4e1f3;
  margin-top: 20px;
  opacity: 0.8;
}