:root {
  --bg: #090511;
  --panel: #110a1d;
  --panel2: #0d0716;
  --line: #693b86;
  --pink: #ff8ddd;
  --pink2: #d75bd0;
  --purple: #a875ff;
  --lav: #d7b9ff;
  --text: #ddd3e8;
  --muted: #897b99;
  --cyan: #8de8ff;
  --green: #79e6a8;
}

* {
  box-sizing: border-box
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--bg)
}

body {
  color: var(--text);
  font: 13px/1.6 Verdana, Arial, sans-serif;
  background-color: #090511;
  background-image: url("gifs/purple-stars-bg.gif");
  background-repeat: repeat;
  background-position: top left;
  background-size: 300px 300px;
  background-attachment: fixed;
}

body:before {
  content: none;
}

.site {
  width: 930px;
  max-width: calc(100% - 16px);
  margin: 18px auto;
  border: 1px solid #70428c;
  background: var(--panel) url("gifs/purple-stars-bg.gif") repeat top left/300px 300px;
  box-shadow: 0 0 0 1px #030207, 5px 5px 0 #030207
}

header {
  padding: 17px 20px 14px;
  background: linear-gradient(#1a0d2b, #10081b);
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden
}

header:after {
  content: "☾  ✦  ˚  ★  ✧  ·  ★  ˚  ✦";
  position: absolute;
  right: 20px;
  top: 13px;
  color: #d98cff;
  font-size: 18px;
  opacity: .65
}

.logo {
  font: bold 28px Georgia, "Times New Roman", serif;
  color: #ffd0f4
}

.logo .cmd {
  font: 20px "Courier New";
  color: var(--cyan)
}

.tag {
  font: 11px "Courier New";
  color: #ad92bd;
  margin-top: 2px
}

.nav {
  padding: 7px 10px;
  background: #08040e;
  border-bottom: 1px solid var(--line);
  font: 12px "Courier New"
}

.nav a {
  display: inline-block;
  color: #dc9bff;
  text-decoration: none;
  padding: 3px 7px;
  margin: 0 1px;
  border: 1px solid transparent
}

.nav a:hover,
.nav a.sel {
  background: #28143c;
  border-color: #7b4397;
  color: #fff
}

.layout {
  display: grid;
  grid-template-columns: 1fr 225px
}

main {
  padding: 19px 22px 27px;
  min-height: 540px;
  border-right: 1px solid var(--line)
}

aside {
  padding: 12px;
  background: var(--panel2)
}

.crumb {
  font: 11px "Courier New";
  color: var(--muted);
  margin-bottom: 7px
}

h1 {
  margin: 0 0 13px;
  color: #ffd1f5;
  font: bold 25px Georgia, "Times New Roman", serif;
  border-bottom: 1px solid var(--line);
  padding-bottom: 5px
}

h2 {
  color: #e7b2ff;
  font-size: 16px;
  margin: 22px 0 8px
}

p {
  margin: 8px 0 12px
}

.intro {
  font-size: 15px;
  color: #f0dff2
}

a {
  color: #c99cff
}

a:visited {
  color: #b995d4
}

a:hover {
  color: #fff
}

hr,
.rule {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 19px 0
}

.box,
.project,
.entry {
  background: #0d0716;
  border: 1px solid #55346b;
  box-shadow: inset 0 0 0 1px #07030b;
  padding: 10px;
  margin-bottom: 12px
}

.box h3 {
  margin: 0 0 7px;
  color: #f2b9ed;
  font-size: 12px
}

.box p {
  font-size: 11px;
  margin: 4px 0
}

.online {
  color: var(--green)
}

.muted,
.small {
  color: var(--muted);
  font-size: 11px
}

ul {
  padding-left: 22px
}

.side ul {
  margin: 0
}

.side li {
  margin: 2px 0
}

.notice {
  background: #171021;
  border: 1px solid #6b497a;
  padding: 9px 11px;
  margin: 17px 0
}

.update {
  padding: 5px 7px;
  border-bottom: 1px dotted #392546
}

.update b {
  color: #e8a2df
}

.terminal {
  margin-top: 21px;
  padding: 11px;
  background: #050308;
  border: 1px solid #3d2950;
  color: #b7d5b7;
  font: 11px/1.7 "Courier New"
}

.terminal .title {
  color: var(--cyan)
}

.cursor {
  color: var(--pink);
  animation: blink 1s steps(2, start) infinite
}

@keyframes blink {
  50% {
    opacity: 0
  }
}

.project-title {
  font: bold 13px "Courier New";
  color: #f3b6ee
}

.project {
  margin: 11px 0
}

.project p {
  margin: 5px 0
}

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

.photo {
  min-height: 145px;
  border: 1px solid #654277;
  background: #090510;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #745f80;
  font: 12px "Courier New"
}

.button-row {
  display: flex;
  gap: 6px;
  flex-wrap: wrap
}

.button88 {
  width: 88px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #29104a;
  color: #ffd7f5;
  border: 2px outset #9c6aaf;
  font: bold 8px/1.05 "Courier New"
}

.player {
  border: 1px solid #754287;
  background: #0c0612;
  padding: 12px
}

.track {
  display: flex;
  gap: 12px;
  align-items: center
}

.cover {
  width: 88px;
  height: 88px;
  background: linear-gradient(135deg, #3a1655, #170a29);
  border: 1px solid #8e4eaa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  color: #ff9de8
}

.track b {
  color: #ffc3f2
}

.bar {
  height: 7px;
  background: #281631;
  border: 1px solid #55305f;
  margin: 13px 0 7px
}

.bar i {
  display: block;
  width: 42%;
  height: 100%;
  background: linear-gradient(90deg, var(--purple), var(--pink))
}

.controls {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap
}

.controls button,
.random {
  background: #29123d;
  color: #ffd7f5;
  border: 1px solid #8c4da2;
  padding: 5px 9px;
  font: 11px "Courier New";
  cursor: pointer
}

.random {
  width: 100%;
  margin-top: 10px
}

.controls button:hover,
.random:hover {
  background: #43205c
}

.playlist {
  margin: 0;
  padding-left: 22px
}

.playlist li {
  padding: 5px 3px;
  border-bottom: 1px dotted #382344
}

.playlist li button {
  float: right;
  background: none;
  border: 0;
  color: #c899ff;
  cursor: pointer
}

.tab {
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid #6d3c81;
  color: #e3a5ff;
  font: 11px "Courier New";
  margin: 0 3px 8px 0
}

footer {
  text-align: center;
  padding: 10px;
  background: #07030d;
  border-top: 1px solid var(--line);
  font-size: 10px;
  color: var(--muted)
}

.star {
  color: #ff9be9
}

@media(max-width:720px) {
  .layout {
    grid-template-columns: 1fr
  }

  main {
    border-right: 0
  }

  .gallery {
    grid-template-columns: 1fr
  }

  .site {
    max-width: calc(100% - 8px)
  }

  aside {
    border-top: 1px solid var(--line)
  }
}

@media(max-width:430px) {
  .logo {
    font-size: 22px
  }

  main {
    padding: 14px
  }

  .nav a {
    padding: 3px 5px
  }
}




.webgraphics {
  text-align: center;
  overflow: hidden;
}

.blinkie-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin: 5px 0 9px;
}

.blinkie-img {
  max-width: 100%;
  height: auto;
  image-rendering: auto;
}

.button-stack {
  display: grid;
  grid-template-columns: repeat(2, 88px);
  justify-content: center;
  gap: 5px;
  margin-top: 6px;
}

.button-stack a {
  display: block;
  width: 88px;
  height: 31px;
  text-decoration: none;
}

.web-button-img {
  display: block;
  width: 88px;
  height: 31px;
  max-width: 88px;
  object-fit: contain;
}

.graphics-note {
  margin-top: 7px;
}

@media (max-width: 430px) {
  .button-stack {
    grid-template-columns: repeat(2, minmax(0, 88px));
  }
}


.blinkie-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 30px;
  width: 100%;
  box-sizing: border-box;
  padding: 4px 8px;
  gap: 7px;
  overflow: hidden;
  flex-wrap: nowrap;
  border-top: 1px dotted #4b2b5b;
  border-bottom: 1px dotted #4b2b5b;
  background: rgba(10, 5, 18, .28);
}

.page-blinkies {
  width: 100%;
  box-sizing: border-box;
  margin: 9px 0;
  min-height: 31px;
}

.page-blinkies .blinkie-img,
.blinkie-strip .blinkie-img {
  display: block;
  width: 150px;
  height: 20px;
  min-width: 150px;
  max-width: 150px;
  min-height: 20px;
  max-height: 20px;
  flex: 0 0 150px;
  object-fit: fill;
  image-rendering: auto;
}

.blinkie-row-top {
  margin-top: 5px;
}

.blinkie-row-middle {
  margin-top: 12px;
}

.blinkie-row-bottom {
  margin-top: 14px;
  margin-bottom: 2px;
}

.bottom-blinkies {
  margin-top: 14px;
  margin-bottom: 0;
  background: #0b0612;
}

.blinkie-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 0;
  width: 100%;
}

@media (max-width:520px) {
  .blinkie-strip {
    padding: 4px 5px;
    gap: 5px;
    overflow-x: auto;
  }
}

.bottom-fixed-button {
  width: 88px;
  height: 31px;
  display: block;
  flex: 0 0 auto;
}

.bottom-fixed-button .footer-button {
  width: 88px;
  height: 31px;
}


.site-gif {
  width: 32px;
  height: 32px;
  object-fit: contain;
  vertical-align: middle;
  image-rendering: auto;
}

h1 .site-gif {
  width: 30px;
  height: 30px;
  margin-right: 4px;
}


footer {
  padding: 12px 10px 10px;
}

.footer-buttons-title {
  color: #e6a5ef;
  font: 11px "Courier New", monospace;
  margin-bottom: 7px;
}

.footer-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 0 auto 10px;
  max-width: 590px;
}

.footer-buttons a {
  width: 88px;
  height: 31px;
  display: block;
  text-decoration: none;
}

.footer-button {
  width: 88px;
  height: 31px;
  display: block;
  object-fit: contain;
  image-rendering: auto;
}


.radio-player {
  border: 1px solid #754287;
  background: linear-gradient(180deg, #10071a, #0a0510);
  padding: 12px;
  box-shadow: inset 0 0 0 1px #2a1736, 0 0 12px rgba(190, 90, 230, .08)
}

.radio-topline {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #eaa5ff;
  font: 11px "Courier New";
  padding-bottom: 7px;
  border-bottom: 1px dotted #5b3670
}

.radio-topline span:last-child {
  color: #79e6a8
}

.radio-main {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 14px;
  padding: 13px 0 8px
}

.radio-cover {
  height: 110px;
  border: 1px solid #9b58b6;
  background: radial-gradient(circle at 35% 30%, #ff9ddd 0 3%, transparent 4%), radial-gradient(circle at 70% 65%, #b98cff 0 2%, transparent 3%), linear-gradient(135deg, #381455, #120821 55%, #2a1040);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffd7f5;
  box-shadow: 0 0 15px rgba(255, 100, 210, .12)
}

.cover-stars {
  font-size: 11px;
  letter-spacing: 4px;
  color: #e8c4ff
}

.cover-headphones {
  font-size: 38px;
  color: #ff9de8;
  line-height: 1.1;
  text-shadow: 0 0 8px rgba(255, 100, 220, .45)
}

.cover-label {
  font: 9px "Courier New";
  letter-spacing: 2px;
  color: #cda9ff
}

.now-label {
  font: 9px "Courier New";
  color: #9b7caf;
  letter-spacing: 2px
}

.radio-title {
  font: bold 20px Georgia, "Times New Roman", serif;
  color: #ffd0f4;
  margin-top: 2px
}

.radio-artist {
  font: 12px "Courier New";
  color: #cfa9df
}

.radio-meta {
  font: 9px "Courier New";
  color: #7f6a8c;
  margin-top: 5px
}

.progress-wrap {
  margin-top: 12px
}

.progress-wrap input[type=range],
.volume input[type=range] {
  width: 100%;
  accent-color: #ff8ddd
}

.time-row {
  display: flex;
  justify-content: space-between;
  color: #897b99;
  font: 9px "Courier New"
}

.radio-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex-wrap: wrap;
  padding-top: 5px
}

.radio-controls button {
  width: 32px;
  height: 30px;
  background: #29123d;
  color: #ffd7f5;
  border: 1px solid #8c4da2;
  font: 13px "Courier New";
  cursor: pointer
}

.radio-controls button:hover,
.radio-controls button.active {
  background: #54246d;
  border-color: #ff8ddd
}

.radio-controls .play-main {
  width: 40px;
  height: 36px;
  background: #b64d99;
  color: white;
  border-color: #ff8ddd;
  font-size: 15px
}

.volume {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #897b99;
  font: 9px "Courier New";
  margin-left: 6px;
  white-space: nowrap;
}

.volume input {
  width: 75px !important;
  height: 14px;
  margin: 0;
  cursor: pointer;
  accent-color: #ff8ddd;
}

.radio-columns {
  display: grid;
  grid-template-columns: 1fr 190px;
  gap: 14px
}

.radio-playlist {
  padding-left: 25px;
  margin: 0
}

.radio-playlist li {
  padding: 5px 3px;
  border-bottom: 1px dotted #382344;
  color: #d9c8e4
}

.radio-playlist li::marker {
  color: #d985ff
}

.radio-playlist button {
  float: right;
  background: none;
  border: 0;
  color: #c899ff;
  cursor: pointer;
  font: 11px "Courier New"
}

.radio-playlist button:hover {
  color: #ff9de8
}

.radio-side {
  padding: 0;
  background: none
}

.radio-side .box {
  margin-bottom: 10px
}

@media(max-width:620px) {

  .radio-main,
  .radio-columns {
    grid-template-columns: 1fr
  }

  .radio-cover {
    width: 110px;
    margin: auto
  }

  .volume {
    width: 100%;
    justify-content: center;
    margin: 5px 0 0
  }

  .volume input {
    width: 140px !important
  }
}


.retro-radio {
  margin: 16px 0 18px;
  background: #09050e !important;
  border: 0 !important;
  padding: 0 !important;
  box-shadow: none !important
}

.retro-radio .radio-shell {
  position: relative;
  background: linear-gradient(180deg, #291638 0, #170c22 12%, #0b0610 100%);
  border: 2px solid #8b58a6;
  box-shadow: 0 0 0 1px #3a2149, 0 7px 0 #050208, 0 0 22px rgba(208, 91, 213, .12);
  padding: 10px
}

.retro-radio .radio-shell:before {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  height: 3px;
  background: linear-gradient(90deg, #ff86d8, #b77cff, #ff86d8);
  opacity: .75
}

.retro-radio .radio-header {
  height: 25px;
  margin-top: 2px;
  padding: 2px 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #08040c;
  border: 1px solid #4e3260;
  color: #f0a8e7;
  font: 700 11px "Courier New", monospace;
  letter-spacing: 1px
}

.retro-radio .radio-led {
  color: #7dffb0;
  text-shadow: 0 0 6px rgba(125, 255, 176, .65);
  font-size: 9px
}

.retro-radio .radio-screen {
  margin: 9px 4px 8px;
  padding: 9px 11px;
  background: #1b1830;
  border: 3px inset #765c82;
  box-shadow: inset 0 0 0 2px #08050b, inset 0 0 16px rgba(113, 95, 164, .28);
  color: #f1d9ff;
  font-family: "Courier New", monospace
}

.retro-radio .lcd-line {
  display: flex;
  justify-content: space-between;
  color: #9d86b0;
  font-size: 8px;
  letter-spacing: 2px
}

.retro-radio .lcd-line b {
  color: #c9a7ff
}

.retro-radio .lcd-title {
  font: bold 18px "Courier New", monospace;
  color: #ffd0f2;
  margin-top: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0 0 7px rgba(255, 128, 215, .28)
}

.retro-radio .lcd-artist {
  font-size: 10px;
  color: #c9a8d8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.retro-radio .lcd-meter {
  height: 24px;
  margin-top: 8px;
  display: flex;
  align-items: end;
  gap: 2px;
  border-top: 1px dotted #594169;
  padding-top: 4px
}

.retro-radio .lcd-meter i {
  display: block;
  width: 3px;
  height: 4px;
  background: #e986db;
  box-shadow: 0 0 4px rgba(233, 134, 219, .35);
  transition: height .08s linear
}

.retro-radio .lcd-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  color: #8d789d;
  font-size: 8px
}

.retro-radio .lcd-bottom span:nth-child(2) {
  color: #d29bea;
  letter-spacing: 1px
}

.retro-radio .radio-display-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 8px 7px;
  color: #887393;
  font: 8px "Courier New", monospace
}

.retro-radio .radio-display-row b {
  color: #d6a5ff
}

.retro-radio .radio-display-row input {
  width: 105px;
  vertical-align: middle;
  accent-color: #f084d4
}

.retro-radio .radio-controls {
  display: flex;
  justify-content: center;
  gap: 5px;
  padding: 7px;
  background: #0a050e;
  border-top: 1px solid #4b2d5d;
  border-bottom: 1px solid #4b2d5d
}

.retro-radio .radio-controls button {
  min-width: 43px;
  height: 28px;
  padding: 2px 6px;
  background: linear-gradient(#3a2050, #21112f);
  border: 1px outset #a071b3;
  color: #f5d9f4;
  font: 700 9px "Courier New", monospace;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px #120a18
}

.retro-radio .radio-controls button:hover,
.retro-radio .radio-controls button.active {
  background: linear-gradient(#683b79, #351946);
  color: #fff;
  border-color: #ff9dde
}

.retro-radio .radio-controls .play-main {
  min-width: 74px;
  background: linear-gradient(#b75b9e, #713667);
  color: #fff;
  border-color: #ff9dde
}

.retro-radio .random {
  width: 100%;
  margin-top: 8px;
  padding: 7px;
  background: #251032;
  color: #f9c9ee;
  border: 1px solid #9653aa;
  font: 700 10px "Courier New", monospace;
  letter-spacing: 1px;
  cursor: pointer
}

.retro-radio .random:hover {
  background: #3d1951;
  border-color: #ff8edb
}

@media(max-width:520px) {
  .retro-radio .radio-controls {
    gap: 3px
  }

  .retro-radio .radio-controls button {
    min-width: 37px;
    font-size: 8px
  }

  .retro-radio .radio-controls .play-main {
    min-width: 65px
  }

  .retro-radio .lcd-title {
    font-size: 15px
  }

  .retro-radio .radio-display-row {
    display: block
  }

  .retro-radio .radio-display-row span+span {
    display: block;
    margin-top: 4px
  }
}

.guestbook-panel {
  margin: 18px 0;
  padding: 8px;
  background: #10091c;
  border: 1px solid #743d99;
  box-shadow: inset 0 0 0 1px #241334, 0 0 12px rgba(160, 80, 220, .10);
}

.guestbook-panel-title {
  margin: 0 0 8px;
  padding: 7px 10px;
  text-align: center;
  color: #ff9edb;
  background: #171026;
  border: 1px dashed #8c55ae;
  font-family: "Courier New", monospace;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 0 0 5px rgba(255, 143, 220, .25);
}

.guestbook-iframe {
  display: block;
  width: 100%;
  height: 500px;
  border: 0;
  background: #090615;
}


.sidebar-buttons {
  grid-template-columns: repeat(2, 88px);
  gap: 4px
}

.sidebar-button {
  width: 88px !important;
  height: 31px !important
}

.mini-player-controls {
  display: flex;
  gap: 4px;
  flex-wrap: wrap
}

.mini-player-controls button {
  background: #29123d;
  color: #ffd7f5;
  border: 1px solid #8c4da2;
  padding: 3px 7px;
  font: 10px "Courier New";
  cursor: pointer
}

.mini-player-controls button:hover {
  background: #54246d;
  border-color: #ff8ddd
}

.global-now-playing.playing {
  box-shadow: inset 0 0 0 1px #2c1740, 0 0 9px rgba(255, 120, 215, .12)
}

.radio-tabs,
.gallery-tabs {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin: 0 0 10px
}

.radio-tabs button,
.gallery-tabs button {
  background: #29123d;
  color: #e9b6ff;
  border: 1px solid #6d3c81;
  padding: 4px 8px;
  font: 11px "Courier New";
  cursor: pointer
}

.radio-tabs button:hover,
.gallery-tabs button:hover {
  background: #43205c;
  border-color: #ff8ddd;
  color: #fff
}

.gallery {
  align-items: stretch
}

.gallery-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  min-height: 170px
}

.gallery-card img {
  display: block;
  width: 100%;
  height: 145px;
  object-fit: cover
}

.gallery-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px 7px;
  background: rgba(9, 5, 17, .92);
  color: #e9c9f2;
  font: 10px/1.35 "Courier New"
}

.gallery-caption span {
  color: #9d8ba8
}

.footer-message {
  color: #c6b4d1
}

.guestbook-rules {
  margin: 4px 0 8px;
  padding-left: 24px
}

.guestbook-rules li {
  margin: 3px 0;
  color: #d9c8e4
}

.guestbook-rules li::marker {
  color: #e69aff;
  font-weight: bold
}

.site-decor-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  margin: 12px 0 4px;
  padding: 4px;
  border-top: 1px dotted #4b2b5b;
  border-bottom: 1px dotted #4b2b5b;
  background: #0b0612
}

.site-decor-gif {
  max-width: 48px;
  max-height: 32px;
  object-fit: contain
}


.retro-radio .progress-wrap {
  margin: 7px 0 3px;
  padding: 0 1px
}

.retro-radio #progressBar {
  display: block;
  width: 100%;
  height: 8px;
  margin: 0;
  accent-color: #ff8ddd;
  cursor: pointer
}

.retro-radio .lcd-meter {
  height: 28px;
  margin-top: 8px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 3px;
  padding: 3px 2px 0;
  border-top: 1px dotted #594169;
  border-bottom: 1px dotted #594169;
  overflow: hidden
}

.retro-radio .lcd-meter i {
  width: 4px;
  height: 4px;
  min-height: 4px;
  background: #e986db;
  box-shadow: 0 0 4px rgba(233, 134, 219, .35);
  transition: height .06s linear
}

.retro-radio .radio-controls button[data-radio-action="shuffle"].active {
  background: linear-gradient(#683b79, #351946);
  color: #fff;
  border-color: #ff9dde;
  box-shadow: 0 0 7px rgba(255, 141, 221, .35)
}



.nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.nav .nav-soon {
  margin-left: auto;
  display: inline-block;
  color: #8f729f;
  background: transparent;
  text-decoration: none;
  padding: 3px 7px;
  margin-top: 0;
  margin-bottom: 0;
  border: 1px dashed #4e355d;
  font: 12px "Courier New";
  cursor: default
}

.nav .nav-soon:hover {
  background: #1b0d27;
  border-color: #6d4a7d;
  color: #c8a8d8
}

@media(max-width:430px) {
  .nav .nav-soon {
    margin-left: 1px
  }
}




.site,
aside,
.box,
.project,
.entry,
.notice,
.photo,
.terminal,
footer,
.blinkie-strip,
.bottom-blinkies,
.site-decor-strip,
.guestbook-panel,
.guestbook-panel-title {
  background: transparent
}