html,
body {
  margin: 0;
  padding: 0;
  background: #050505;
  color: #ffffff;
}

body.umiki {
  font-family: 'Asta Sans', 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 400;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  padding-bottom: 118px;
}

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

h1,
h2,
h3,
h4,
p,
ul,
ol,
figure {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: #ffea2d;
}

img {
  border: 0;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

button {
  cursor: pointer;
  background: transparent;
  border: 0;
}

input::-ms-clear {
  display: none;
}

#umiki-boot {
  padding: 80px 40px;
  text-align: center;
  color: #6f6f6f;
  text-transform: lowercase;
  letter-spacing: 0.28em;
}

.view {
  display: block;
  padding: 34px 44px 60px 44px;
  max-width: 1500px;
  margin: 0 auto;
}

.page {
  display: block;
}

.page-head {
  padding: 0 0 26px 0;
  border-bottom: 1px solid #191919;
  margin-bottom: 30px;
}

.page-kicker,
.detail-kicker,
.hero-kicker {
  margin: 0 0 6px 0;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.34em;
  color: #ffea2d;
}

.page-title {
  font-size: 62px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -0.03em;
  text-transform: lowercase;
  word-wrap: break-word;
}

.page-lead {
  margin-top: 12px;
  color: #8f8f8f;
  font-size: 16px;
  max-width: 640px;
}

.page-actions {
  margin-top: 20px;
}

.section {
  margin: 0 0 46px 0;
}

.section-head {
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #161616;
  overflow: hidden;
}

.section-title {
  float: left;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -0.015em;
  text-transform: lowercase;
}

.section-actions {
  float: right;
  padding-top: 10px;
}

.section-link {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #ffea2d;
}

.shell-head {
  background: #050505;
  border-bottom: 1px solid #141414;
  padding: 18px 44px 0 44px;
}

.shell-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 22px;
}

.brand {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 40px;
  line-height: 0;
}

.brand-mark {
  display: block;
  height: 26px;
  width: auto;
}

.search {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  max-width: 420px;
}

.search-field {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: #101010;
  border: 1px solid #232323;
  border-right: 0;
  padding: 9px 14px;
  color: #ffffff;
  outline: none;
  min-width: 0;
}

.search-field:focus {
  border-color: #ffea2d;
}

.search-go {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: #ffea2d;
  color: #050505;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
  padding: 0 18px;
  border: 1px solid #ffea2d;
}

.account {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: auto;
  padding-left: 24px;
  text-align: right;
}

.account-name {
  display: inline-block;
  font-weight: 600;
  margin-right: 14px;
  text-transform: lowercase;
}

.account-action {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #ffea2d;
  padding: 0;
}

.account-hint {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #5c5c5c;
  margin-top: 3px;
}

.primary-nav {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 4px;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.primary-link {
  display: inline-block;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.025em;
  text-transform: lowercase;
  color: #4a4a4a;
  margin-right: 30px;
}

.primary-link:hover {
  color: #cfcfcf;
}

.primary-link.is-active {
  color: #ffffff;
}

.sub-nav {
  padding: 12px 0 14px 0;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.sub-link {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #6a6a6a;
  margin-right: 22px;
}

.sub-link:hover {
  color: #ffffff;
}

.sub-link.is-active {
  color: #ffea2d;
}

@media screen and (max-width: 860px) {
  .shell-head,
  .view {
    padding-left: 20px;
    padding-right: 20px;
  }

  .shell-bar {
    display: block;
  }

  .brand {
    margin: 0 0 14px 0;
  }

  .search {
    max-width: none;
    margin-bottom: 12px;
  }

  .account {
    text-align: left;
    padding-left: 0;
  }

  .primary-link {
    font-size: 28px;
    margin-right: 20px;
  }

  .page-title {
    font-size: 38px;
  }
}

.art {
  display: block;
  background-color: #131313;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.art-empty {
  background-image: none;
  background-color: #131313;
  border: 1px solid #1f1f1f;
}

.art-xs {
  width: 40px;
  height: 40px;
}

.art-sm {
  width: 56px;
  height: 56px;
}

.art-md {
  width: 100%;
  height: 190px;
}

.art-lg {
  width: 100%;
  height: 240px;
}

.art-cover {
  width: 260px;
  height: 260px;
}

.art-portrait {
  width: 260px;
  height: 260px;
}

.art-hero {
  width: 100%;
  height: 340px;
}

.tile {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  margin: 0 18px 26px 0;
  color: #ffffff;
}

.tile .art {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.tile:hover .art {
  opacity: 0.78;
}

.tile-sm {
  width: 152px;
}

.tile-sm .art {
  width: 100%;
  height: 152px;
}

.tile-lg {
  width: 260px;
}

.tile-lg .art {
  width: 100%;
  height: 260px;
}

.tile-round .art {
  border-radius: 50%;
}

.tile-meta {
  display: block;
}

.tile-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tile-sub {
  display: block;
  font-size: 12px;
  color: #8a8a8a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tile-grid {
  font-size: 0;
}

.tile-grid .tile {
  font-size: 15px;
}

.rail {
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.rail-track {
  white-space: nowrap;
  font-size: 0;
  padding-bottom: 8px;
}

.rail-track .tile {
  white-space: normal;
  font-size: 15px;
}

.btn {
  display: inline-block;
  border: 1px solid #2c2c2c;
  background: #101010;
  color: #ffffff;
  padding: 9px 20px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 0 10px 10px 0;
}

.btn:hover {
  border-color: #ffea2d;
  color: #ffea2d;
}

.btn-accent {
  background: #ffea2d;
  border-color: #ffea2d;
  color: #050505;
}

.btn-accent:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #050505;
}

.btn-dark {
  background: #050505;
  border-color: #050505;
  color: #ffea2d;
}

.btn-danger {
  border-color: #6c2020;
  color: #ff8a8a;
}

.btn-lg {
  padding: 13px 30px;
  font-size: 12px;
}

.chip {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #7d7d7d;
  border: 1px solid #232323;
  padding: 4px 10px;
  margin-left: 6px;
}

.chip:hover {
  color: #ffea2d;
  border-color: #ffea2d;
}

.chip-danger:hover {
  color: #ff8a8a;
  border-color: #6c2020;
}

.pivot {
  margin-bottom: 26px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.pivot-item {
  display: inline-block;
  font-size: 22px;
  font-weight: 300;
  text-transform: lowercase;
  letter-spacing: -0.01em;
  color: #4d4d4d;
  margin-right: 24px;
  padding: 0 0 6px 0;
  border-bottom: 2px solid transparent;
}

.pivot-item:hover {
  color: #d0d0d0;
}

.pivot-item.is-active {
  color: #ffffff;
  border-bottom-color: #ffea2d;
}

.track-list {
  display: block;
  border-top: 1px solid #161616;
}

.track-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 10px;
  border-bottom: 1px solid #131313;
}

.track-row:hover {
  background: #0e0e0e;
}

.track-head {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #565656;
  border-bottom-color: #1e1e1e;
}

.track-head:hover {
  background: transparent;
}

.track-index {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 34px;
  color: #666666;
  font-size: 12px;
}

.track-play {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border: 1px solid #2a2a2a;
  margin-right: 12px;
  position: relative;
}

.track-play:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -3px;
  border-left: 8px solid #cfcfcf;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.track-play:hover {
  border-color: #ffea2d;
}

.track-play:hover:after {
  border-left-color: #ffea2d;
}

.track-head .track-play {
  border: 0;
}

.track-head .track-play:after {
  display: none;
}

.track-main {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-width: 0;
  overflow: hidden;
}

.track-main .art {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 12px;
}

.track-text {
  min-width: 0;
  overflow: hidden;
}

.track-title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.track-artist {
  display: block;
  font-size: 12px;
  color: #8a8a8a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.track-album {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 220px;
  font-size: 12px;
  color: #8a8a8a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 16px;
}

.track-time {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 60px;
  font-size: 12px;
  color: #8a8a8a;
  text-align: right;
}

.track-actions {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 210px;
  text-align: right;
  visibility: hidden;
}

.track-row:hover .track-actions {
  visibility: visible;
}

.track-row.is-active {
  background: #0f0f0c;
  border-left: 3px solid #ffea2d;
  padding-left: 7px;
}

.track-row.is-active .track-title {
  color: #ffea2d;
}

.loading {
  padding: 60px 0;
  text-align: center;
  color: #5a5a5a;
}

.loading-bars {
  display: block;
  margin-bottom: 14px;
  height: 30px;
}

.loading-bars i {
  display: inline-block;
  width: 7px;
  height: 30px;
  margin: 0 3px;
  background: #ffea2d;
  -webkit-animation: umiki-pulse 1s ease-in-out infinite;
  animation: umiki-pulse 1s ease-in-out infinite;
}

.loading-bars i:nth-child(2) {
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
}

.loading-bars i:nth-child(3) {
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}

@-webkit-keyframes umiki-pulse {
  0%, 100% { opacity: 0.25; }
  50% { opacity: 1; }
}

@keyframes umiki-pulse {
  0%, 100% { opacity: 0.25; }
  50% { opacity: 1; }
}

.loading-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

.empty {
  padding: 60px 0;
  color: #7c7c7c;
}

.empty h3 {
  font-size: 30px;
  font-weight: 300;
  text-transform: lowercase;
  color: #ffffff;
  margin-bottom: 8px;
}

.empty-error h3 {
  color: #ffea2d;
}

.panel {
  padding: 26px 30px;
  margin-bottom: 34px;
  border: 1px solid #1c1c1c;
}

.panel h3 {
  font-size: 26px;
  font-weight: 300;
  text-transform: lowercase;
  margin-bottom: 6px;
}

.panel p {
  color: #8f8f8f;
  margin-bottom: 16px;
}

.panel-accent {
  background: #ffea2d;
  border-color: #ffea2d;
  color: #050505;
}

.panel-accent p {
  color: #3a3505;
}

.modal-host {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.78);
  z-index: 900;
  overflow-y: auto;
  padding: 60px 20px;
}

.modal {
  width: 460px;
  max-width: 100%;
  margin: 0 auto;
  background: #0c0c0c;
  border: 1px solid #262626;
}

.modal-head {
  padding: 18px 22px;
  border-bottom: 1px solid #1c1c1c;
  overflow: hidden;
}

.modal-title {
  float: left;
  font-size: 24px;
  font-weight: 300;
  text-transform: lowercase;
}

.modal-close {
  float: right;
  font-size: 24px;
  line-height: 1;
  color: #7a7a7a;
}

.modal-close:hover {
  color: #ffea2d;
}

.modal-body {
  padding: 20px 22px;
  max-height: 60vh;
  overflow-y: auto;
}

.modal-foot {
  padding: 14px 22px;
  border-top: 1px solid #1c1c1c;
}

.field {
  display: block;
  width: 100%;
  background: #111111;
  border: 1px solid #262626;
  color: #ffffff;
  padding: 9px 12px;
  margin-bottom: 14px;
  outline: none;
}

.field:focus {
  border-color: #ffea2d;
}

.form-label {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: #6e6e6e;
  margin-bottom: 6px;
}

.form-check {
  margin-bottom: 16px;
  color: #9a9a9a;
  font-size: 13px;
}

.form-check input {
  margin-right: 8px;
}

.picker {
  margin-bottom: 18px;
}

.picker-lead {
  color: #8f8f8f;
  margin-bottom: 16px;
  font-size: 13px;
}

.picker-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-align: left;
  padding: 8px;
  border-bottom: 1px solid #161616;
}

.picker-item:hover {
  background: #131313;
}

.picker-item .art {
  margin-right: 12px;
}

.picker-meta strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.picker-meta span {
  display: block;
  font-size: 11px;
  color: #7e7e7e;
}

.picker-create {
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #1c1c1c;
  padding-top: 16px;
}

.picker-create .field {
  margin-bottom: 0;
  margin-right: 10px;
}

.picker-create .btn {
  margin: 0;
}

.toast-host {
  position: fixed;
  right: 20px;
  bottom: 130px;
  z-index: 950;
  width: 300px;
}

.toast {
  background: #111111;
  border-left: 4px solid #ffea2d;
  padding: 12px 16px;
  margin-top: 10px;
  font-size: 13px;
  color: #e8e8e8;
}

.toast-warn {
  border-left-color: #ff6b6b;
}

.toast-ok {
  border-left-color: #7bd66b;
}

.toast-out {
  opacity: 0;
  -webkit-transition: opacity 0.35s linear;
  transition: opacity 0.35s linear;
}

@media screen and (max-width: 860px) {
  .track-album,
  .track-actions {
    display: none;
  }

  .art-cover,
  .art-portrait {
    width: 180px;
    height: 180px;
  }

  .tile {
    width: 46%;
    margin-right: 4%;
  }

  .tile .art {
    height: 150px;
  }
}

.hero {
  position: relative;
  margin-bottom: 46px;
  background: #0b0b0b;
  overflow: hidden;
}

.hero .art-hero {
  opacity: 0.42;
}

.hero-plain {
  padding: 40px 0;
}

.hero-body {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 34px 40px;
  max-width: 720px;
}

.hero-plain .hero-body {
  position: static;
  padding: 0;
}

.hero-title {
  font-size: 74px;
  line-height: 0.98;
  font-weight: 300;
  letter-spacing: -0.035em;
  text-transform: lowercase;
}

.hero-lead {
  margin: 12px 0 20px 0;
  color: #b6b6b6;
  font-size: 16px;
  max-width: 560px;
}

.detail-head {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 42px;
}

.detail-head .art {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 34px;
}

.detail-head-artist .art-portrait {
  border-radius: 50%;
}

.detail-meta {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}

.detail-title {
  font-size: 56px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -0.03em;
  text-transform: lowercase;
  word-wrap: break-word;
}

.detail-sub {
  display: inline-block;
  margin-top: 8px;
  font-size: 17px;
  color: #ffea2d;
}

.detail-desc {
  margin-top: 12px;
  color: #9a9a9a;
  max-width: 620px;
}

.detail-stats {
  margin: 14px 0 20px 0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #6f6f6f;
}

.detail-stats span {
  margin-right: 18px;
}

.detail-actions {
  margin-top: 4px;
}

.detail-actions-owner {
  margin-top: 10px;
  padding-top: 14px;
  border-top: 1px solid #191919;
}

.chart-list {
  border-top: 1px solid #161616;
}

.chart-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px 10px;
  border-bottom: 1px solid #131313;
}

.chart-row:hover {
  background: #0e0e0e;
}

.chart-pos {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 54px;
  font-size: 22px;
  font-weight: 300;
  color: #ffea2d;
}

.chart-row .art {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 14px;
}

.chart-meta {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}

.chart-meta strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chart-meta span {
  display: block;
  font-size: 12px;
  color: #8a8a8a;
}

.chart-detail {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 170px;
  text-align: right;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #6c6c6c;
  padding-right: 14px;
}

.activity-list {
  border-top: 1px solid #161616;
}

.activity {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #131313;
}

.activity .art {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 14px;
}

.activity-meta {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}

.activity-line {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.activity-user {
  color: #ffea2d;
  font-weight: 600;
}

.activity-sub {
  display: block;
  font-size: 11px;
  color: #6f6f6f;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.people-list {
  font-size: 0;
}

.person {
  display: inline-block;
  vertical-align: top;
  width: 260px;
  margin: 0 18px 18px 0;
  padding: 18px;
  border: 1px solid #1c1c1c;
  font-size: 15px;
}

.person:hover {
  border-color: #ffea2d;
}

.person strong {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
}

.person span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #6f6f6f;
}

.person p {
  margin-top: 10px;
  font-size: 13px;
  color: #8a8a8a;
}

.stat-row {
  margin: 18px 0 0 0;
  font-size: 0;
}

.stat {
  display: inline-block;
  margin-right: 42px;
  font-size: 15px;
}

.stat strong {
  display: block;
  font-size: 30px;
  font-weight: 300;
  color: #ffea2d;
}

.stat span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: #6f6f6f;
}

.form {
  max-width: 460px;
}

.form-inline {
  max-width: 520px;
}

@media screen and (max-width: 860px) {
  .hero-body {
    position: static;
    padding: 20px 0 0 0;
  }

  .hero .art-hero {
    height: 200px;
  }

  .hero-title {
    font-size: 40px;
  }

  .detail-head {
    display: block;
  }

  .detail-head .art {
    margin: 0 0 20px 0;
  }

  .detail-title {
    font-size: 34px;
  }

  .chart-detail {
    display: none;
  }

  .person {
    width: 100%;
    margin-right: 0;
  }
}

.transport {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0a0a0a;
  border-top: 1px solid #1d1d1d;
  z-index: 800;
}

.transport-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 24px;
  max-width: 1500px;
  margin: 0 auto;
}

.transport-now {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 280px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.transport-art {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 12px;
}

.transport-meta {
  min-width: 0;
  overflow: hidden;
}

.transport-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.transport-artist {
  display: block;
  font-size: 12px;
  color: #8a8a8a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.transport-controls {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 26px;
  min-width: 0;
}

.transport-buttons {
  text-align: center;
  margin-bottom: 6px;
}

.transport-step {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #7f7f7f;
  padding: 6px 10px;
}

.transport-step:hover {
  color: #ffea2d;
}

.transport-play {
  display: inline-block;
  width: 42px;
  height: 42px;
  border: 1px solid #ffea2d;
  background: #ffea2d;
  position: relative;
  vertical-align: middle;
  margin: 0 12px;
}

.transport-play:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -5px;
  border-left: 13px solid #050505;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.transport-play.is-pause:after {
  margin: -8px 0 0 -6px;
  width: 12px;
  height: 16px;
  border: 0;
  border-left: 4px solid #050505;
  border-right: 4px solid #050505;
}

.transport-scrub {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.transport-time {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 52px;
  font-size: 11px;
  color: #7a7a7a;
  text-align: center;
}

.bar {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 6px;
  background: #1e1e1e;
  cursor: pointer;
  position: relative;
}

.bar-fill {
  display: block;
  height: 100%;
  width: 0;
  background: #ffea2d;
}

.bar-volume {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 90px;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}

.transport-extras {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 330px;
  text-align: right;
}

.transport-chip {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #6f6f6f;
  border: 1px solid #202020;
  padding: 5px 10px;
  margin-left: 6px;
}

.transport-chip:hover {
  color: #ffea2d;
  border-color: #ffea2d;
}

.transport-chip.is-on {
  color: #050505;
  background: #ffea2d;
  border-color: #ffea2d;
}

.transport-volume {
  display: inline-block;
  margin-left: 10px;
  white-space: nowrap;
}

.transport.is-idle .transport-title {
  color: #6f6f6f;
  font-weight: 400;
}

.transport.is-buffering .transport-play {
  opacity: 0.6;
}

.queue-panel {
  max-height: 320px;
  overflow-y: auto;
  border-bottom: 1px solid #1d1d1d;
  background: #070707;
  padding: 12px 24px;
}

.queue-empty {
  color: #6f6f6f;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 14px 0;
}

.queue-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #131313;
}

.queue-play {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  padding: 7px 0;
  min-width: 0;
}

.queue-play .art {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 12px;
}

.queue-meta {
  min-width: 0;
  overflow: hidden;
}

.queue-meta strong {
  display: block;
  font-size: 13px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.queue-meta span {
  display: block;
  font-size: 11px;
  color: #7e7e7e;
}

.queue-item.is-active .queue-meta strong {
  color: #ffea2d;
}

@media screen and (max-width: 860px) {
  body.umiki {
    padding-bottom: 156px;
  }

  .transport-inner {
    display: block;
    padding: 10px 16px;
  }

  .transport-now {
    width: auto;
    margin-bottom: 8px;
  }

  .transport-controls {
    padding: 0;
  }

  .transport-extras {
    width: auto;
    text-align: center;
    margin-top: 8px;
  }

  .transport-volume {
    display: none;
  }
}

body.is-anon .primary-nav,
body.is-anon .sub-nav,
body.is-anon .search,
body.is-anon .account,
body.is-anon .transport {
  display: none;
}

body.is-anon {
  padding-bottom: 0;
}

.page-welcome {
  padding-top: 30px;
}

.welcome-hero {
  padding: 40px 0 56px 0;
  border-bottom: 1px solid #191919;
  margin-bottom: 44px;
}

.welcome-mark {
  display: block;
  height: 64px;
  width: auto;
  margin-bottom: 34px;
}

.welcome-kicker {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.34em;
  color: #ffea2d;
  margin-bottom: 10px;
}

.welcome-title {
  font-size: 82px;
  line-height: 0.96;
  font-weight: 300;
  letter-spacing: -0.035em;
  text-transform: lowercase;
}

.welcome-lead {
  margin: 18px 0 28px 0;
  max-width: 540px;
  color: #9a9a9a;
  font-size: 17px;
}

.welcome-grid {
  font-size: 0;
}

.welcome-card {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding-right: 34px;
  font-size: 15px;
}

.welcome-card h3 {
  font-size: 22px;
  font-weight: 300;
  text-transform: lowercase;
  margin-bottom: 8px;
  color: #ffffff;
}

.welcome-card p {
  color: #8a8a8a;
  font-size: 14px;
}

.chart-link {
  display: block;
  text-align: left;
  padding: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chart-link-title {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

.chart-link-artist {
  font-size: 12px;
  color: #8a8a8a;
}

.chart-link:hover {
  color: #ffea2d;
  text-decoration: underline;
}

.chart-row.is-resolving {
  opacity: 0.5;
}

.lyrics-panel {
  max-height: 340px;
  background: #070707;
  border-bottom: 1px solid #1d1d1d;
}

.lyrics-head {
  padding: 12px 24px 8px 24px;
  border-bottom: 1px solid #141414;
}

.lyrics-kicker {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: #ffea2d;
  margin-right: 14px;
}

.lyrics-title {
  font-size: 12px;
  color: #8a8a8a;
}

.lyrics-body {
  max-height: 280px;
  overflow-y: auto;
  padding: 16px 24px 24px 24px;
}

.lyrics-line {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.5;
  color: #4f4f4f;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lyrics-line.is-active {
  color: #ffea2d;
  font-weight: 500;
}

.lyrics-plain .lyrics-line {
  color: #c9c9c9;
  font-size: 15px;
}

.lyrics-empty {
  color: #6f6f6f;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 20px 0;
}

.adder {
  display: block;
}

.adder-field {
  display: -ms-flexbox;
  display: flex;
  max-width: 620px;
  margin-bottom: 16px;
}

.adder-field .field {
  margin-bottom: 0;
  margin-right: 10px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.adder-field .btn {
  margin: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.adder-results {
  max-width: 760px;
}

.adder-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 0;
  border-bottom: 1px solid #131313;
}

.adder-row .art {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 12px;
}

.adder-meta {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}

.adder-meta strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.adder-meta span {
  display: block;
  font-size: 12px;
  color: #8a8a8a;
}

.adder-time {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 60px;
  text-align: right;
  font-size: 12px;
  color: #8a8a8a;
}

.adder-empty {
  color: #6f6f6f;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 14px 0;
}

.track-list-editable .track-actions {
  visibility: visible;
  width: 250px;
}

.track-actions .chip[disabled] {
  opacity: 0.3;
  cursor: default;
}

.source-list {
  font-size: 0;
  margin-top: 14px;
}

.source-item {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 0 20px 12px 0;
  font-size: 15px;
}

.source-item strong {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #ffea2d;
}

.source-item span {
  display: block;
  font-size: 12px;
  color: #6f6f6f;
}

.field-tall {
  min-height: 180px;
  font-family: 'Consolas', 'Courier New', monospace;
  font-size: 13px;
}

.progress {
  max-width: 620px;
  margin: 18px 0;
}

.progress .bar {
  height: 8px;
  cursor: default;
}

.progress-label {
  margin-top: 8px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #7a7a7a;
}

.import-note {
  font-size: 12px;
  color: #ffea2d;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.import-summary {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #7a7a7a;
  margin: 6px 0 18px 0;
}

.match-list {
  border-top: 1px solid #161616;
  max-height: 520px;
  overflow-y: auto;
}

.match-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 10px;
  border-bottom: 1px solid #131313;
}

.match-check {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 32px;
}

.match-row .art {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 12px;
}

.match-meta {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}

.match-meta strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.match-meta span {
  display: block;
  font-size: 12px;
  color: #8a8a8a;
}

.match-source {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 300px;
  font-size: 11px;
  color: #5f5f5f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 16px;
}

.match-state {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 96px;
  text-align: right;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #6f6f6f;
}

.match-good .match-state,
.match-exact .match-state {
  color: #7bd66b;
}

.match-uncertain .match-state {
  color: #ffea2d;
}

.match-missing {
  opacity: 0.55;
}

.match-missing .match-state {
  color: #ff8a8a;
}

@media screen and (max-width: 860px) {
  .welcome-title {
    font-size: 44px;
  }

  .welcome-card,
  .source-item {
    width: 100%;
    padding-right: 0;
    margin-bottom: 18px;
  }

  .match-source {
    display: none;
  }

  .track-list-editable .track-actions {
    display: block;
    width: auto;
  }
}




/*# sourceMappingURL=umiki.94339369.css.map*/