html,
body {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  background: #ffffff;
  color: #111111;
  font-family: "Courier New", Courier, monospace;
  font-size: 10px;
  line-height: 1.35;
}

a:link,
a:visited {
  color: #111111;
  text-decoration: none;
}

a:hover,
a:active {
  color: #777777;
  text-decoration: none;
}

.page-shell {
  width: 750px;
  min-height: 100vh;
  margin: 0 auto;
  background: #ffffff;
}

.top-frame {
  width: 750px;
  height: 304px;
  position: relative;
}

.top-skin,
.bottom-skin {
  width: 750px;
  border-collapse: collapse;
  border-spacing: 0;
}

.top-skin td,
.bottom-skin td {
  padding: 0;
}

.top-skin img,
.bottom-skin img {
  display: block;
}

.lite-logo {
  position: absolute;
  left: 0;
  top: 108px;
  width: 238px;
  height: 118px;
  background: url("../gallery/full/artwork-litev3-13d449de.jpg") no-repeat -224px -106px / 1232px 869px;
}

.lite-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 224px;
  border-top: 1px solid #d6d6d6;
}

.lite-mark {
  position: absolute;
  right: 1px;
  top: 216px;
  font-size: 8px;
  letter-spacing: 0;
}

.join-line {
  position: absolute;
  left: 9px;
  top: 271px;
  white-space: nowrap;
}

.join-line button {
  margin-left: 22px;
  padding: 1px 8px;
  border: 1px solid #777777;
  background: #eeeeee;
  color: #111111;
  font-family: "Courier New", Courier, monospace;
  font-size: 10px;
}

.user-line {
  position: absolute;
  right: 7px;
  top: 263px;
  text-align: right;
  white-space: nowrap;
}

.mail-dot {
  display: inline-block;
  width: 11px;
  height: 8px;
  border: 1px solid #111111;
  color: transparent;
  vertical-align: middle;
}

.page-crumb {
  position: absolute;
  left: 201px;
  top: 300px;
  font-weight: bold;
  letter-spacing: 1px;
  white-space: nowrap;
}

.layout {
  display: grid;
  grid-template-columns: 176px 25px 524px;
  padding-left: 8px;
  padding-right: 17px;
  min-height: 620px;
  background: #ffffff;
}

.layout::before {
  content: "";
  grid-column: 2;
  grid-row: 1;
}

.side {
  grid-column: 1;
  grid-row: 1;
  background: #ffffff;
  color: #111111;
  padding: 0 1px 20px 0;
}

.nav-block {
  margin: 0 0 14px;
}

.nav-head {
  position: relative;
  background: #cccccc;
  color: #111111;
  font-weight: normal;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  padding: 0 5px 0 13px;
  text-transform: uppercase;
}

.nav-head::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 0;
  height: 0;
  border-left: 5px solid #111111;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.nav-head::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 16px;
  background:
    linear-gradient(135deg, transparent 0 15px, #ffffff 15px 19px, transparent 19px),
    linear-gradient(#cccccc, #cccccc);
  border-right: 4px solid #cccccc;
}

.nav-list {
  padding: 6px 7px 10px;
}

.primary-pages {
  min-height: 107px;
}

.sparse-nav {
  line-height: 1.45;
}

.lite-menu {
  margin-top: 7px;
}

.nav-strip {
  display: block;
  position: relative;
  height: 16px;
  margin-bottom: 3px;
  padding: 0 5px 0 13px;
  overflow: hidden;
  background: #cccccc;
  color: #111111;
  line-height: 16px;
  text-transform: uppercase;
}

.nav-strip::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 0;
  height: 0;
  border-left: 5px solid #111111;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.nav-strip::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 16px;
  background:
    linear-gradient(135deg, transparent 0 15px, #ffffff 15px 19px, transparent 19px),
    linear-gradient(#cccccc, #cccccc);
  border-right: 4px solid #cccccc;
}

.nav-note {
  margin-top: 12px;
  padding: 0 7px;
  color: #333333;
}

.nav-list a:link,
.nav-list a:visited {
  color: #111111;
}

.nav-list a:hover,
.nav-list a:active {
  color: #777777;
}

.login-box input {
  width: 92%;
  margin: 2px 0 5px;
  border: 1px groove #cccccc;
  font-family: "Courier New", Courier, monospace;
  font-size: 9px;
}

.content {
  grid-column: 3;
  grid-row: 1;
  padding: 0 0 28px;
}

.rule {
  margin: 20px 0 10px;
  padding-top: 12px;
  border-top: 1px dashed #cccccc;
  text-align: left;
  font-weight: bold;
  color: #111111;
}

.news-title {
  color: #111111;
  font-weight: bold;
  text-transform: uppercase;
}

.content > .news-title:first-child {
  display: block;
  margin-top: 24px;
}

.meta {
  color: #333333;
}

.news-post {
  margin: 0 0 12px;
  padding: 0 0 8px;
  border-bottom: 1px dotted #cccccc;
}

.news-post p {
  margin: 4px 0 7px;
}

.tiny {
  font-size: 9px;
}

.release-table,
.member-table {
  width: 100%;
  border-collapse: collapse;
}

.release-table th,
.release-table td,
.member-table th,
.member-table td {
  padding: 4px 5px;
  border-bottom: 1px dotted #cccccc;
  vertical-align: top;
  text-align: left;
}

.fake-button {
  display: inline-block;
  border: 1px groove #cccccc;
  background: #eeeeee;
  color: #333333;
  padding: 2px 7px;
  font-family: "Courier New", Courier, monospace;
  font-size: 10px;
}

.fake-button.dead {
  color: #777777;
}

.project-img,
.gallery-img {
  max-width: 100%;
  height: auto;
  border: 1px solid #cccccc;
  background: #f4f4f4;
  padding: 2px;
}

.link-button-img {
  width: 88px;
  height: 31px;
  border: 1px solid #cccccc;
}

.project-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.project-box {
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 9px;
}

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

.gallery-item {
  display: block;
  min-width: 0;
  padding-bottom: 4px;
  border-bottom: 1px dotted #cccccc;
  color: #333333;
}

.gallery-item img {
  display: block;
  width: 100%;
  height: 112px;
  object-fit: cover;
  border: 1px solid #cccccc;
  background: #f4f4f4;
  padding: 2px;
}

.gallery-item span {
  display: block;
  margin-top: 3px;
  overflow: hidden;
  font-size: 9px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gallery-jump a {
  color: #111111;
}

.release-splash {
  position: relative;
  margin: 36px 6px 34px 20px;
  padding: 19px 10px 16px;
  border: 1px dashed #333333;
  transform: rotate(-3deg);
}

.release-splash img {
  display: block;
  width: 100%;
  height: 94px;
  object-fit: none;
  object-position: 63% 51%;
  border: 0;
}

.release-splash .stamp,
.release-splash .download {
  position: absolute;
  top: -22px;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 2px;
}

.release-splash .stamp {
  left: 34px;
}

.release-splash .download {
  right: 44px;
  top: -18px;
  font-size: 19px;
}

.release-splash .splash-title {
  position: absolute;
  right: 8px;
  bottom: -26px;
  color: #555555;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1px;
}

.bottom-frame {
  display: none;
}

.footer {
  color: #555555;
  padding: 14px 17px 20px 209px;
  border-top: 1px dashed #cccccc;
  text-align: right;
}

.footer a {
  color: #111111;
}

@media (max-width: 780px) {
  .page-shell {
    width: 750px;
    margin: 0;
  }

  body {
    font-size: 12px;
  }

  .tiny {
    font-size: 11px;
  }

  .project-list,
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}
