body {
  font-family: "URW Bookman L", serif;
  background: #f4f4f4;
  color: #111;
  margin: 0;
  padding: 1rem;
  font-size: 0.82rem;
}

.wrapper {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 1rem;
  max-width: 1200px;
  margin: auto;
}

.sidebar {
  border: 1px solid black;
  padding: 1rem;
  background: white;
}

.sidebar h3 {
  font-size: 0.7rem;
  text-transform: uppercase;
  border-bottom: 1px solid black;
  margin-bottom: 0.5rem;
}

.sidebar a {
  display: block;
  margin-bottom: 0.4rem;
  color: #990000;
  text-decoration: none;
}

.main {
  border: 1px solid black;
  padding: 1rem;
  background: white;
}

header {
  border-bottom: 2px solid black;
  margin-bottom: 1rem;
}

h1 {
  font-size: 1.6rem;
}

.status-tag {
  font-size: 0.6rem;
  border: 1px solid #990000;
  padding: 2px 4px;
  display: inline-block;
  color: #990000;
}

.section {
  border: 1px solid black;
  padding: 0.8rem;
  margin-bottom: 1rem;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(120px,1fr));
  gap: 0.5rem;
}

.grid div {
  border: 1px solid black;
  padding: 0.5rem;
}

.ticker {
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid black;
  padding: 0.4rem;
  margin-bottom: 1rem;
}

.ticker span {
  display: inline-block;
  animation: scroll 15s linear infinite;
}

@keyframes scroll {
  from { transform: translateX(100%); }
  to { transform: translateX(-100%); }
}

.button {
  border: 1px solid #990000;
  padding: 4px 6px;
  font-size: 0.7rem;
  background: none;
  color: #990000;
  cursor: pointer;
}

.hidden { display:none; }

.window {
  position: absolute;
  width: 220px;
  background: white;
  border: 1px solid black;
  padding: 8px;
  box-shadow: 3px 3px 0px black;
}

.window-header {
  font-size: 0.7rem;
  border-bottom: 1px solid black;
  margin-bottom: 5px;
  cursor: move;
}

#progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: #990000;
  width: 0%;
  z-index: 9999;
}

.glitch {
  position: relative;
}

.glitch::before {
  content: attr(data-text);
  position: absolute;
  left: 1px;
  top: 0;
  color: #990000;
  opacity: 0.4;
}

body::after {
  content: "";
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://www.transparenttextures.com/patterns/asfalt-light.png');
  opacity: 0.05;
}
.particle {
  position: fixed;
  width: 2px;
  height: 2px;
  background: #990000;
  opacity: 0.4;
  pointer-events: none;
  z-index: 0;
}
.section {
  border: 1px solid black;
  padding: 0.8rem;
  margin-bottom: 1rem;
  transition: all .25s ease;
}

.section:hover{
  box-shadow: 0 0 8px rgba(153,0,0,.25);
  transform: translateY(-2px);
}
.artist span{
  display:block;
  font-size:.7rem;
  opacity:0;
  transition:.3s;
}

.artist:hover span{
  opacity:.7;
}
body::before{
  content:"";
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: repeating-linear-gradient(
      0deg,
      rgba(0,0,0,0.02),
      rgba(0,0,0,0.02) 1px,
      transparent 1px,
      transparent 2px
  );
  pointer-events:none;
}
body{
  animation: fadein .7s ease;
}

@keyframes fadein{
  from{opacity:0}
  to{opacity:1}
}
.artist span{
display:block;
font-size:.7rem;
opacity:0;
transition:.3s;
}

.artist:hover span{
opacity:.7;
}

.artist{
border:1px solid black;
padding:.5rem;
text-decoration:none;
color:black;
display:block;
}
.artist-links a{
display:inline-block;
margin-right:10px;
border:1px solid black;
padding:4px 6px;
font-size:.75rem;
text-decoration:none;
color:black;
}

.artist-links a:hover{
background:#990000;
color:white;
}
.tags span{
display:inline-block;
border:1px solid black;
padding:2px 6px;
margin:3px;
font-size:.7rem;
}
.system-label{
font-size:.65rem;
opacity:.6;
margin-bottom:10px;
}

.system-block{
font-size:.7rem;
margin-bottom:10px;
}

.nav-links a{
display:block;
margin-bottom:4px;
text-decoration:none;
color:black;
}

.sidebar-footer{
font-size:.65rem;
margin-top:20px;
opacity:.6;
}
#sequencer{
display:grid;
grid-template-columns:repeat(16,20px);
gap:4px;
margin-bottom:10px;
}

.step{
width:20px;
height:20px;
border:1px solid black;
cursor:pointer;
}

.step.active{
background:#990000;
}

.step.playing{
outline:2px solid black;
}
#sound-canvas{
position:relative;
height:300px;
border:1px solid black;
margin-top:10px;
overflow:hidden;
}

.sound-object{
position:absolute;
padding:6px 10px;
border:1px solid black;
background:white;
cursor:grab;
font-size:.75rem;
user-select:none;
}

.sound-object:active{
cursor:grabbing;
background:#ffeaea;
}
#artist-map{
position:relative;
height:350px;
border:1px solid black;
background:#fafafa;
overflow:hidden;
}

.artist-node{
position:absolute;
padding:4px 6px;
border:1px solid black;
background:white;
font-size:.7rem;
cursor:pointer;
transition:.2s;
}

.artist-node:hover{
background:#ffeaea;
transform:scale(1.05);
}

.connection{
position:absolute;
height:1px;
background:black;
opacity:.2;
}
#visualizer{
border:1px solid black;
background:black;
width:100%;
max-width:700px;
display:block;
margin-top:10px;
}

.section canvas{
image-rendering:pixelated;
}
#node-canvas{
position:relative;
height:300px;
border:1px solid black;
background:#f5f5f5;
}

.node{
position:absolute;
padding:6px 10px;
border:1px solid black;
background:white;
cursor:grab;
font-size:.75rem;
}
#universe{
border:1px solid black;
background:black;
width:100%;
max-width:900px;
display:block;
}