/* =========================
   VINNIE'S MYSPACE HELL
   ========================= */

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background:
    radial-gradient(circle at 20% 10%, rgba(255,255,255,.05), transparent 24%),
    linear-gradient(rgba(0,0,0,.82), rgba(0,0,0,.9)),
    #050505;
  color: #eaeaea;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image:
    repeating-linear-gradient(
      0deg,
      rgba(255,255,255,.08) 0,
      rgba(255,255,255,.08) 1px,
      transparent 1px,
      transparent 3px
    );
  z-index: 9999;
}

a {
  color: #fff;
}

.topbar {
  width: 100%;
  min-height: 30px;
  padding: 6px 12px;
  background: #efefef;
  color: #0a0a0a;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  border-bottom: 2px solid #777;
  text-shadow: 1px 1px 0 #fff;
}

.page {
  width: 980px;
  max-width: 95%;
  margin: 22px auto 50px;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 12px;
}

.sidebar,
.main {
  min-width: 0;
}

.profile-card,
.status-box,
.music-box,
.contact-box,
.content-box,
.hero {
  background: rgba(8,8,10,.93);
  border: 1px solid #bfbfbf;
  box-shadow:
    0 0 0 1px #181818,
    0 0 14px rgba(255,255,255,.08);
}

.profile-card {
  padding: 10px;
}

.profile-card h1 {
  margin: 0 0 10px;
  padding: 7px;
  text-align: center;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  color: #fff;
  background: linear-gradient(#242424, #0a0a0a);
  border: 1px solid #777;
  text-shadow:
    0 0 4px #fff,
    2px 2px 0 #000;
}

.pfp {
  width: 100%;
  display: block;
  border: 2px solid #efefef;
  filter: contrast(1.08) saturate(.75);
}

.profile-info {
  padding: 10px 2px 2px;
  line-height: 1.25;
}

.profile-info p {
  margin: 8px 0;
}

.status-box,
.music-box,
.contact-box {
  margin-top: 12px;
  padding: 10px;
}

.status-box h2,
.music-box h2,
.contact-box h2,
.content-box h2 {
  margin: -2px -2px 10px;
  padding: 5px 8px;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  color: #080808;
  background: #d9d9d9;
  border: 1px solid #fff;
  letter-spacing: .7px;
}

.status-box h2 {
  text-align: center;
}

.fake-player {
  padding: 10px;
  background: #111;
  border: 1px solid #555;
}

.song-title {
  font-weight: bold;
  color: #fff;
}

.song-subtitle {
  margin: 3px 0 9px;
  font-size: 10px;
  color: #8d8d8d;
}

.fake-player button {
  background: #ddd;
  color: #111;
  border: 1px solid #fff;
  cursor: pointer;
}

.contact-box p {
  margin: 6px 0;
  color: #ccc;
}

.hero {
  position: relative;
  min-height: 210px;
  padding: 36px 30px;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(rgba(0,0,0,.58), rgba(0,0,0,.75)),
    repeating-linear-gradient(
      45deg,
      #171717 0,
      #171717 8px,
      #111 8px,
      #111 16px
    );
}

.hero::after {
  content: "✦     ☆     ✦     ☆     ✦";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  color: rgba(255,255,255,.18);
  letter-spacing: 12px;
}

.hero h1 {
  margin: 10px 0 3px;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(52px, 8vw, 86px);
  line-height: .95;
  letter-spacing: 3px;
  color: #e7e7e7;
  text-shadow:
    3px 3px 0 #333,
    0 0 8px rgba(255,255,255,.4);
}

.tagline {
  margin: 8px 0;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 17px;
  color: #9c9c9c;
}

.hero-scribble {
  position: absolute;
  left: 22px;
  top: 18px;
  transform: rotate(-6deg);
  font-family: "Comic Sans MS", cursive;
  color: #eee;
  font-size: 14px;
}

.hero-note {
  position: absolute;
  font-family: "Comic Sans MS", cursive;
  color: #bbb;
}

.note-one {
  right: 26px;
  top: 18px;
  font-size: 30px;
  transform: rotate(8deg);
}

.note-two {
  right: 36px;
  bottom: 28px;
  transform: rotate(-5deg);
}

.content-box {
  margin-top: 12px;
  padding: 10px;
  line-height: 1.35;
}

.content-box p {
  margin: 8px 0;
}

.tiny-note {
  font-family: "Comic Sans MS", cursive;
  color: #999;
  transform: rotate(-1deg);
}

.top-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.top-card {
  min-height: 125px;
  padding: 10px;
  text-align: center;
  background:
    linear-gradient(rgba(255,255,255,.025), rgba(255,255,255,.01)),
    #0d0d0d;
  border: 1px solid #4c4c4c;
}

.top-number {
  font-family: Impact, sans-serif;
  font-size: 34px;
  color: #777;
}

.top-name {
  margin-top: 4px;
  font-weight: bold;
  color: #fff;
}

.top-caption {
  margin-top: 5px;
  font-size: 10px;
  color: #8d8d8d;
}

.secret-star-card {
  cursor: pointer;
}

.secret-star-card:hover {
  background: #171717;
  box-shadow: 0 0 10px rgba(255,255,255,.15);
}

.comment {
  padding: 9px 10px;
  margin: 7px 0;
  background: #101010;
  border-left: 3px solid #d4d4d4;
}

.comment p {
  margin: 4px 0 0;
}

.vinnie-reply {
  margin-left: 30px;
  border-left-color: #555;
  color: #aaa;
}

.secret-overlay {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0,0,0,.86);
}

.secret-overlay.show {
  display: flex;
}

.secret-panel {
  position: relative;
  width: 460px;
  max-width: 92%;
  padding: 34px 28px;
  text-align: center;
  color: #111;
  background:
    repeating-linear-gradient(
      0deg,
      #f4f1e9 0,
      #f4f1e9 24px,
      #d8d3ca 25px
    );
  border: 1px solid #fff;
  box-shadow:
    0 0 0 5px #111,
    0 0 30px rgba(255,255,255,.18);
  transform: rotate(-1.5deg);
}

.secret-panel h2 {
  margin: 8px 0;
  font-family: "Comic Sans MS", cursive;
  font-weight: normal;
}

.secret-panel p {
  font-family: "Comic Sans MS", cursive;
}

.secret-star {
  font-size: 46px;
}

.secret-close {
  position: absolute;
  right: 8px;
  top: 7px;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 20px;
  cursor: pointer;
}

@media (max-width: 700px) {
  .page {
    display: block;
  }

  .main {
    margin-top: 12px;
  }

  .top-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero h1 {
    font-size: 54px;
  }
}

.song-title-scroll {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid #555;
  background: #080808;
  padding: 4px 0;
}

.song-title-scroll span {
  display: inline-block;
  padding-left: 100%;
  animation: vinnieSongScroll 12s linear infinite;
}

@keyframes vinnieSongScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.broken-myspace-header {
  width: 100%;
  min-height: 38px;

  display: flex;
  align-items: center;
  gap: 18px;

  padding: 6px 14px;

  background:
    linear-gradient(#1a1a1a, #080808);

  border-bottom: 1px solid #555;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;

  color: #aaa;

  overflow: hidden;
}

.broken-logo {
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 20px;

  color: #ddd;

  letter-spacing: -1px;

  text-transform: lowercase;

  opacity: .75;

  transform: skew(-6deg);
}

.broken-nav {
  display: flex;
  gap: 7px;

  align-items: center;

  white-space: nowrap;
}

.broken-nav a {
  color: #bbb;
  text-decoration: none;
}

.broken-nav a:hover {
  color: #fff;
  text-decoration: underline;
}

.dead-link {
  color: #555;

  text-decoration: line-through;

  opacity: .65;
}

.broken-status {
  margin-left: auto;

  font-family: "Courier New", monospace;

  color: #666;

  white-space: nowrap;

  transform: rotate(-1deg);
}

.broken-myspace-header::after {
  content: "ERROR_404_NAV_SKIN";

  position: absolute;

  right: 10px;
  top: 31px;

  font-family: "Courier New", monospace;
  font-size: 8px;

  color: #333;
}

