body {
  margin: 0;
  padding: 18px;
  background: #050505;
  color: #c7c7c7;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 16px 16px;
}

#crt {
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  background: repeating-linear-gradient(
    to bottom,
    rgba(255,255,255,0.025),
    rgba(255,255,255,0.025) 1px,
    transparent 1px,
    transparent 3px
  );

  z-index: 999;
}

#container {
  width: 860px;
  margin: 0 auto;
  background: #101010;
  border: 1px solid #555;
  box-shadow: 0 0 20px #000;
}

#topbar {
  background: #000;
  color: #7cff7c;
  font-family: "Courier New", monospace;
  padding: 5px 8px;
  border-bottom: 1px solid #444;
}

#topbar .right {
  float: right;
  color: #888;
}

#banner {
  background:
    linear-gradient(90deg, #111, #2a2a2a, #111);
  border-top: 1px solid #777;
  border-bottom: 3px double #777;
  padding: 22px;
  text-align: center;
}

#banner h1 {
  margin: 0;
  color: #e0e0e0;
  font-family: "Courier New", monospace;
  font-size: 38px;
  letter-spacing: 4px;
  text-shadow:
    2px 2px #000,
    0 0 8px #6cff6c;
}

#banner p {
  color: #999;
  margin: 6px 0 0 0;
  font-family: "Courier New", monospace;
}

marquee {
  background: #1b0000;
  color: #ff5a5a;
  border-top: 1px solid #6b0000;
  border-bottom: 1px solid #6b0000;
  padding: 6px;
  font-family: "Courier New", monospace;
}

#layout {
  width: 100%;
  border-collapse: collapse;
}

#nav {
  width: 210px;
  vertical-align: top;
  background: #151515;
  border-right: 1px solid #444;
  padding: 10px;
}

#main {
  vertical-align: top;
  padding: 12px;
  background: #0b0b0b;
}

.box,
.panel {
  background: #141414;
  border: 1px solid #444;
  margin-bottom: 12px;
  padding: 10px;
}

.box {
  box-shadow: inset 0 0 12px #000;
}

.panel {
  border-left: 4px solid #4d7f4d;
}

.warning {
  border-left-color: #9b2d2d;
  background: #1a1010;
}

h2 {
  margin: 0 0 8px 0;
  padding-bottom: 4px;
  color: #7cff7c;
  font-family: "Courier New", monospace;
  font-size: 14px;
  border-bottom: 1px dotted #555;
}

p {
  line-height: 1.5;
}

a {
  color: #ff9c3a;
  text-decoration: none;
}

a:hover {
  color: #fff;
  background: #5c2c00;
}

#nav a {
  display: block;
  color: #c7c7c7;
  background: #0a0a0a;
  border: 1px solid #333;
  padding: 5px;
  margin-bottom: 4px;
  font-family: "Courier New", monospace;
}

#nav a:hover {
  color: #7cff7c;
  background: #001600;
  border-color: #4d7f4d;
}

.status-good {
  color: #7cff7c;
  font-family: "Courier New", monospace;
}

.counter {
  display: inline-block;
  background: #000;
  color: #7cff7c;
  font-family: "Courier New", monospace;
  font-size: 15px;
  padding: 4px 7px;
  border: 2px inset #555;
}

.small {
  color: #777;
  font-size: 10px;
}

.button {
  width: 88px;
  height: 31px;
  line-height: 31px;
  margin-bottom: 5px;
  text-align: center;
  background: #000;
  color: #ff9c3a;
  border: 1px solid #777;
  font-family: "Courier New", monospace;
  font-size: 10px;
}

.updates {
  width: 100%;
  border-collapse: collapse;
}

.updates td {
  border-bottom: 1px solid #333;
  padding: 6px;
  vertical-align: top;
}

.date {
  width: 90px;
  color: #7cff7c;
  font-family: "Courier New", monospace;
}

pre {
  background: #000;
  color: #7cff7c;
  padding: 10px;
  border: 1px solid #333;
  overflow: auto;
  font-family: "Courier New", monospace;
}

.download {
  display: inline-block;
  background: #270000;
  color: #ff5a5a;
  border: 1px solid #772222;
  padding: 6px 10px;
  margin-right: 6px;
  font-family: "Courier New", monospace;
}

.download:hover {
  background: #5c0000;
  color: #fff;
}

#footer {
  background: #000;
  color: #666;
  text-align: center;
  padding: 8px;
  border-top: 1px solid #333;
  font-family: "Courier New", monospace;
  font-size: 11px;
}



.tool-grid {
  width: 100%;
  border-collapse: separate;
  border-spacing: 8px;
}

.tool-card {
  width: 25%;
  vertical-align: top;
  background: #0a0a0a;
  border: 1px solid #444;
  padding: 8px;
  box-shadow: inset 0 0 10px #000;
}

.tool-card:hover {
  background: #101810;
  border-color: #4d7f4d;
}

.tool-icon {
  background: #000;
  color: #7cff7c;
  border: 2px inset #555;
  font-family: "Courier New", monospace;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 8px;
  letter-spacing: 2px;
}

.tool-card h3 {
  margin: 0 0 6px 0;
  color: #ff9c3a;
  font-family: "Courier New", monospace;
  font-size: 15px;
  border-bottom: 1px dotted #333;
  padding-bottom: 4px;
}

.tool-desc {
  min-height: 78px;
  color: #c7c7c7;
  font-size: 11px;
  line-height: 1.4;
}

.tool-meta {
  width: 100%;
  border-collapse: collapse;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: "Courier New", monospace;
  font-size: 10px;
}

.tool-meta td {
  border-bottom: 1px solid #222;
  padding: 3px;
}

.tool-meta td:first-child {
  color: #777;
  width: 45%;
}

.tool-links {
  margin-bottom: 0;
  font-family: "Courier New", monospace;
  font-size: 11px;
}

.status-warn {
  color: #ff9c3a;
}

.status-bad {
  color: #ff5a5a;
}