@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

b,
strong {
  font-weight: bolder;
}

code {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em&xxxlarge=100em";
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #020515;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Meiryo", Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #dddded;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 4px;
}

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
}
button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 4px;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

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

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

[type=text], [type=password], [type=email], [type=search], [type=url], textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.75rem;
  margin: 0 0 0.875rem;
  padding: 0.65625rem;
  border: 1px solid #383B47;
  border-radius: 4px;
  background-color: #0c1017;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #fefefe;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
[type=text]:focus, [type=password]:focus, [type=email]:focus, [type=search]:focus, [type=url]:focus, textarea:focus {
  outline: none;
  border: 1px solid #3f96ed;
  background-color: #141120;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, textarea:disabled {
  background-color: #72728F;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
}

input[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 0.875rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.4375rem;
  margin-right: 0.875rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox] {
  margin-right: 0.4375rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  color: #fefefe;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0.875rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.input-group > :first-child {
  border-radius: 4px 0 0 4px;
}
.input-group > :last-child {
  border-radius: 0 4px 4px 0;
}

.input-group-field,
.input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #72728F;
  background: #8f8fa9;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.4375rem;
}

select {
  height: 2.75rem;
  margin: 0 0 0.875rem;
  padding: 0.65625rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #383B47;
  border-radius: 4px;
  background-color: #030A1A;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #fefefe;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  background-origin: content-box;
  background-position: right -0.875rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.3125rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2894, 94, 128%29"></polygon></svg>');
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #3f96ed;
  background-color: #141120;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
select:disabled {
  background-color: #72728F;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #FF006D;
  background-color: rgb(254.1, 228.6, 239.5);
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #FF006D;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #FF006D;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #FF006D;
}
.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #FF006D;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #FF006D;
}

.is-invalid-label {
  color: #FF006D;
}
.form-error.is-visible {
  display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Meiryo", Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #fefefe;
  text-rendering: optimizeLegibility;
}
h2 small {
  line-height: 0;
  color: #72728F;
}

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.9375rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #29a6e9;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #FFDB48;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 100rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #72728F;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #72728F;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #5e5e80;
}

figure {
  margin: 0;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

code {
  border: 1px solid #72728F;
  background-color: #8f8fa9;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            print-color-adjust: economy;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #5e5e80;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.grid-container {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-container {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 75em) {
  .grid-container {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 90em) {
  .grid-container {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}

.grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-4, .grid-x > .medium-8 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-8, .grid-x > .medium-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
}

.grid-margin-x {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 3rem);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 3.125rem);
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .cell {
    width: calc(100% - 3.75rem);
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 3.125rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 3.125rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 3.75rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 3.75rem);
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.85rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.875em 0.875em 0.65rem 0.875rem;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1rem;
}
.button {
  background-color: #287ff8;
  color: #fefefe;
}
.button:hover, .button:focus {
  background-color: #29a6e9;
  color: #fefefe;
}
.button.primary {
  background-color: #287ff8;
  color: #0a0a0a;
}
.button.primary:hover, .button.primary:focus {
  background-color: rgb(7.2648648649, 97.5567567568, 223.1351351351);
  color: #0a0a0a;
}
.button.secondary {
  background-color: #FF5BC7;
  color: #0a0a0a;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: rgb(255, 21.8, 175.3707317073);
  color: #0a0a0a;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow {
  border: 1px solid #287ff8;
  color: #287ff8;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: rgb(147.5, 191, 251.5);
  color: rgb(147.5, 191, 251.5);
}

a.button:hover, a.button:focus {
  text-decoration: none;
}
.hide {
  display: none !important;
}

.show-for-sr {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

:root {
  --mt-sidebar-bg: #0B0F17;
  --mt-sidebar-bg-alt: #111827;
  --mt-text-primary: #F7F8FA;
  --mt-text-secondary: #B8C0CC;
  --mt-divider: #2A3342;
  --mt-home: #1693FF;
  --mt-music: #F23875;
  --mt-community: #39D353;
  --mt-favorite: #FFAE32;
  --mt-settings: #168BFF;
  --mt-account: #A96BFF;
  --mt-blocked: #FF375F;
  /*
   * 作品ページのアクセント色。項目ごとに色を分けず、この2つだけを使う。
   * --mt-accent      : 塗りつぶし面（見出しアイコンのバッジなど）。白抜き文字/図形が乗る前提。
   * --mt-accent-text : 暗い背景に直接置く文字・枠線・アイコン。本文背景に対して 4.5:1 以上を確保する。
   * --mt-accent-hover: --mt-accent の面を押せると分かるようにする hover/focus 時の色。
   */
  --mt-accent: #2C60C7;
  --mt-accent-text: #4C8DFF;
  --mt-accent-hover: #234FA3;
  /*
   * 作品種別の色。サイドバー・一覧タブ・統計など、種別を示す箇所はすべてこのトークンを使う。
   * 種別ごとに色相を分け、暗い背景に対して 4.5:1 以上を確保する。
   */
  --mt-type-lyrics: #FF1F3D;
  --mt-type-original: #1F80FF;
  --mt-type-cover: #B052FD;
  --mt-type-public-domain: #FFC20A;
  --mt-type-ai: #00E691;
  --mt-type-collab: #D12CE6;
  --mt-badge: #FF3B70;
  --mt-online: #35D067;
  --mt-cta-music: #2176FF;
  --mt-cta-music-hover: #1C68E8;
  --mt-cta-lyric: #F04478;
  --mt-cta-lyric-hover: #D9366A;
  --mt-cta-text: #FFFFFF;
  --mt-cancelbutton-color: #8f8fa9;
  --mt-hover-overlay: #FFFFFF14;
}

label small {
  font-weight: normal;
}
label > input[type=password],
label > input[type=text],
label > select,
label > textarea {
  margin-top: 6px;
}

select {
  width: auto;
}

textarea {
  min-height: 6.25rem;
  resize: none;
}

fieldset {
  margin: 0 0 1.375rem;
}
fieldset > legend {
  color: #fefefe;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1.6;
}

input[type=date]:not(:disabled):-moz-read-only, input[type=email]:not(:disabled):-moz-read-only, input[type=month]:not(:disabled):-moz-read-only, input[type=number]:not(:disabled):-moz-read-only, input[type=password]:not(:disabled):-moz-read-only, input[type=search]:not(:disabled):-moz-read-only, input[type=tel]:not(:disabled):-moz-read-only, input[type=text]:not(:disabled):-moz-read-only, input[type=time]:not(:disabled):-moz-read-only, input[type=url]:not(:disabled):-moz-read-only, input[type=week]:not(:disabled):-moz-read-only, textarea:not(:disabled):-moz-read-only {
  background-color: #222;
  border: 0;
  cursor: default;
  pointer-events: none;
}

input[type=date]:not(:disabled):read-only,
input[type=email]:not(:disabled):read-only,
input[type=month]:not(:disabled):read-only,
input[type=number]:not(:disabled):read-only,
input[type=password]:not(:disabled):read-only,
input[type=search]:not(:disabled):read-only,
input[type=tel]:not(:disabled):read-only,
input[type=text]:not(:disabled):read-only,
input[type=time]:not(:disabled):read-only,
input[type=url]:not(:disabled):read-only,
input[type=week]:not(:disabled):read-only,
textarea:not(:disabled):read-only {
  background-color: #222;
  border: 0;
  cursor: default;
  pointer-events: none;
}

h1,
h2,
h3,
h4,
h5 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  min-height: 100svh;
  background-color: #000;
}

.ap-actionbutton {
  position: relative;
  isolation: isolate;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: background 180ms ease, -webkit-transform 180ms ease, -webkit-box-shadow 180ms ease;
  transition: background 180ms ease, -webkit-transform 180ms ease, -webkit-box-shadow 180ms ease;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, -webkit-transform 180ms ease, -webkit-box-shadow 180ms ease;
}
.ap-actionbutton.-small {
  padding: 0.75rem 0.75rem;
  font-size: 14px;
  font-weight: normal;
}
.ap-actionbutton.-xsmall {
  padding: 0.6rem 0.6rem;
  font-size: 12px;
  font-weight: normal;
}
.ap-actionbutton.-next {
  min-width: 160px;
  padding: 0.875rem 1.25rem;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-actionbutton.-next {
    width: 100%;
  }
}
.ap-actionbutton.-next:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.ap-actionbutton.-next svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 18px;
  height: 18px;
}
.ap-actionbutton.-warning {
  color: #b2b2c0;
  border: 1px solid rgb(110.625, 87.1875, 1.875);
}
.ap-actionbutton.-warning:hover {
  color: #dddded;
  border-color: #ecba04;
}
.ap-actionbutton.-danger {
  color: var(--mt-blocked);
  background: transparent;
  border-color: var(--mt-blocked);
}
.ap-actionbutton.-danger:hover {
  color: #fefefe;
  background: var(--mt-blocked);
}
.ap-actionbutton:not(.-warning):not(.-danger) {
  background: linear-gradient(105deg, rgba(37, 53, 223, 0.5) 0%, rgba(77, 58, 204, 0.5) 48%, rgba(34, 30, 102, 0.82) 100%);
  -webkit-box-shadow: inset 0 0 18px rgba(48, 67, 234, 0.1), 0 0 18px rgba(35, 60, 185, 0.1);
          box-shadow: inset 0 0 18px rgba(48, 67, 234, 0.1), 0 0 18px rgba(35, 60, 185, 0.1);
  /* グラデーションの枠線 */
}
.ap-actionbutton:not(.-warning):not(.-danger)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(110deg, rgba(56, 98, 189, 0.95), rgba(68, 120, 210, 0.65) 50%, rgba(61, 109, 212, 0.648));
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.ap-actionbutton:not(.-warning):not(.-danger):hover {
  background: linear-gradient(105deg, rgba(44, 44, 239, 0.4) 0%, rgba(45, 80, 185, 0.28) 50%, rgba(25, 39, 68, 0.8) 100%);
  -webkit-box-shadow: inset 0 0 22px rgba(61, 110, 245, 0.16), 0 0 24px rgba(43, 40, 199, 0.18);
          box-shadow: inset 0 0 22px rgba(61, 110, 245, 0.16), 0 0 24px rgba(43, 40, 199, 0.18);
  color: #fefefe;
}

.ad-grid-insert {
  background-color: rgba(255, 255, 255, 0.02);
}
@media print, screen and (max-width: 39.99875em) {
  .ad-grid-insert {
    padding: 2.5rem 1.5rem;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ad-grid-insert {
    margin: 3rem 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ad-grid-insert {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
}
@media screen and (min-width: 75em) {
  .ad-grid-insert {
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.ad-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ad-recs-wrap {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .ad-recs-wrap {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ad-recs-wrap {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 75em) {
  .ad-recs-wrap {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 90em) {
  .ad-recs-wrap {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .ad-recs {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ad-recs {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.ad-recs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ad-recs4-item {
  display: block;
  word-break: break-word;
  color: #dddded;
}
.ad-recs4-item .ad-bgimage-wrap {
  margin-bottom: 0.75rem;
}
.ad-recs4-item .ad-bgimage {
  width: 100%;
  aspect-ratio: 16/9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ad-recs4-item .ad-title {
  display: block;
  font-size: 0.9375rem;
  font-weight: normal;
  min-width: 0;
}
.ad-recs4-item:hover {
  color: #FFDB48;
}
@media print, screen and (max-width: 39.99875em) {
  .ad-recs4-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1.5rem 15px 0 15px;
    padding: 1.5rem 0 0 0;
    width: 100%;
    border-top: 1px solid #1E1E37;
  }
  .ad-recs4-item:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  .ad-recs4-item .ad-bgimage-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    margin: 0 1rem 0 0;
    width: 45%;
  }
  .ad-recs4-item .ad-title {
    margin: 0;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ad-recs4-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1.5rem 15px 0 15px;
    padding: 1.5rem 0 0 0;
    width: 100%;
    border-top: 1px solid #1E1E37;
  }
  .ad-recs4-item:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  .ad-recs4-item .ad-bgimage-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    margin: 0 1.5rem 0 0;
    width: 30%;
  }
  .ad-recs4-item .ad-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    margin: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .ad-recs4-item {
    width: calc(25% - 30px);
    margin: 0 15px;
  }
}

.ad-sponsered {
  margin: 1.5rem auto 0;
  padding: 0;
}
.ad-sponsered__frame {
  border-radius: 4px;
  background-color: #15181B;
}
@media print, screen and (min-width: 64em) {
  .ad-sponsered__frame {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 75em) {
  .ad-sponsered__frame {
    padding: 2rem;
  }
}
.ad-sponsered__frame {
  display: block;
  color: #dddded;
}
.ad-sponsered__frame:hover {
  color: #FFDB48;
}
@media print, screen and (max-width: 39.99875em) {
  .ad-sponsered__frame {
    padding: 1rem;
    text-align: center;
  }
  .ad-sponsered__frame > .ad-sponsered__image,
  .ad-sponsered__frame > .ad-sponsered__title,
  .ad-sponsered__frame > .ad-sponsered__description {
    width: 100%;
    max-width: 330px;
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ad-sponsered__frame {
    padding: 1.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .ad-sponsered__frame {
    display: block;
    overflow: hidden;
  }
}
.ad-sponsered__image {
  display: block;
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .ad-sponsered__image {
    float: left;
    width: 240px;
    margin-right: 1.5rem;
  }
}
.ad-sponsered__title {
  display: block;
  margin: 0.75rem 0 0 0;
  font-weight: normal;
  font-size: 1rem;
}
@media print, screen and (min-width: 40em) {
  .ad-sponsered__title {
    overflow: hidden;
    margin-top: 0;
  }
}
.ad-sponsered__description {
  display: block;
  margin: 0.5rem 0 0 0;
}
@media print, screen and (min-width: 40em) {
  .ad-sponsered__description {
    overflow: hidden;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .ad-top-insert {
    margin: 2.5rem 0 0 0;
    padding-top: 2rem;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ad-top-insert {
    margin: 2.5rem 0 0 0;
    padding-top: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ad-top-insert {
    margin: 4.5rem 0 0 0;
    padding-top: 3rem;
  }
}

.ap-aireview-result {
  margin: 0 0 1.5rem 0;
  max-width: 900px;
  padding: 1.5rem;
  white-space: pre-wrap;
  background-color: #15181B;
  border: 1px solid #25272C;
  border-radius: 4px;
}

.ap-aireview-section {
  margin: 0;
  border-top: 1px solid #25272C;
}
@media print, screen and (min-width: 64em) {
  .ap-aireview-section {
    padding: 2rem 0;
  }
}
@media screen and (min-width: 75em) {
  .ap-aireview-section {
    padding: 2.5rem 0;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-aireview-section__heading {
    margin: 0 0 1.5rem 0;
    font-size: 1.25rem;
    font-weight: bold;
  }
}
.ap-aireview-summery {
  margin: 0 0 1.5rem 0;
  max-width: 900px;
  padding: 1.5rem;
  background-color: #15181B;
  border: 1px solid #25272C;
  border-radius: 4px;
}
@media print, screen and (min-width: 64em) {
  .ap-aireview-summery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-aireview-summery {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-aireview-summery__main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-aireview-summery__action {
    margin-left: auto;
    padding-left: 1.5rem;
    width: 30%;
    border-left: 1px solid #25272C;
    font-size: 0.875rem;
  }
}
.ap-aireview-summery:last-child {
  margin-bottom: 0;
}

.ap-breadcrumbs {
  margin: 0 0 1.5rem 0;
}
.ap-breadcrumbs > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.875rem;
  color: #8f8fa9;
}
.ap-breadcrumbs > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.ap-breadcrumbs > ul > li:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #25272C;
  border-right: 1px solid #25272C;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ap-breadcrumbs > ul > li:first-child:before {
  display: none;
}

.ap-browse {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .ap-browse {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-browse {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-browse {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 90em) {
  .ap-browse {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
.ap-browse {
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .ap-browse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-browse {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-browse__nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 1.5rem calc(75px + 1.5rem) 0;
    width: clamp(260px, 20%, 270px);
    border-right: 1px solid #25272C;
  }
}
@media screen and (min-width: 75em) {
  .ap-browse__nav {
    padding-right: 1.5rem;
  }
}
.ap-browse__main {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ap-home-announcement {
  margin-bottom: 1.25rem;
  padding: 0.75rem 1rem;
  border: 1px solid #25272C;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.05);
  text-align: center;
  overflow-wrap: anywhere;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-home-announcement {
    text-align: left;
  }
}

.ap-browse-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 1.5rem 0;
  padding: 2rem;
  font-size: 1.125rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  aspect-ratio: 2500/300;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-browse-hero {
    padding: 1rem;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-browse-hero {
    padding: 1.5rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .ap-browse-hero > p {
    margin-bottom: 0;
  }
}
.ap-browse-hero.-lyrics {
  background-image: url("../img/hero/lyrics.png?v1a06121a1b8");
}
.ap-browse-hero.-cover {
  background-image: url("../img/hero/cover.png?v1a06121a1b7");
}
.ap-browse-hero.-original {
  background-image: url("../img/hero/original.png?v1a06121a1b9");
}
.ap-browse-hero.-public-domain {
  background-image: url("../img/hero/public-domain.png?v1a06121a1b9");
}
.ap-browse-hero.-ai {
  background-image: url("../img/hero/ai.png?v1a06121a1b6");
}
.ap-browse-hero.-home {
  background-image: url("../img/hero/home.png?v1a07fa470e3");
}
.ap-browse-hero__title {
  margin: 0.5rem 0 1rem 0;
  font-size: 1.75rem;
  font-weight: bold;
  overflow-wrap: anywhere;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-browse-hero__title {
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-browse-hero__title {
    font-size: 1.5rem;
  }
}
.ap-browse-hero.-home .ap-browse-hero__title {
  margin: 0 0 0.25rem;
  color: #fff;
}
@media print, screen and (min-width: 64em) {
  .ap-browse-hero.-home .ap-browse-hero__title {
    font-size: 2rem;
  }
}
.ap-browse-hero.-home .ap-browse-hero__lead {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9375rem;
}
.ap-browse-hero.-home {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin-bottom: 1.25rem;
  padding: 0;
  border: 1px solid #25272C;
  border-radius: 4px;
}
.ap-browse-hero.-home .ap-currentstats-container {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 0 0 0.75rem;
  gap: 0.5rem;
}
.ap-browse-hero.-home .ap-currentstats {
  padding: 0.5rem 0.75rem;
  background-color: rgba(3, 6, 15, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  backdrop-filter: blur(4px);
}
@media print, screen and (max-width: 39.99875em) {
  .ap-browse-hero.-home {
    aspect-ratio: auto;
    padding: 1rem;
    min-height: 5.5rem;
  }
  .ap-browse-hero.-home .ap-currentstats-container {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-browse-hero.-home {
    aspect-ratio: auto;
    padding: 1.25rem;
    min-height: 5.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-browse-hero.-home {
    aspect-ratio: auto;
    padding: 1.5rem;
    min-height: 5rem;
  }
}
.ap-browse-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  --ready-color: var(--mt-text-primary);
  --active-color: var(--mt-text-primary);
}
.ap-browse-menu > li {
  position: relative;
  border-radius: 4px;
}
@media print, screen and (min-width: 64em) {
  .ap-browse-menu > li {
    padding: 0.5rem 0.75rem;
  }
}
.ap-browse-menu > li:last-child {
  margin-bottom: 0;
}
.ap-browse-menu > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 22px;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  color: var(--ready-color);
}
.ap-browse-menu > li > a .__count {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: grid;
  place-items: center;
  margin-left: auto;
  padding: 0;
  line-height: 1;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #FF006D;
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: bold;
}
.ap-browse-menu > li.-current {
  background-color: rgba(22, 139, 255, 0.2);
}
.ap-browse-menu > li.-current > a {
  color: var(--active-color);
  font-weight: 600;
}
.ap-browse-menu > li.-cta {
  margin: 0 0.75rem;
  padding: 0;
  border-radius: 4px;
}
.ap-browse-menu > li.-cta > a {
  gap: 0.35rem;
  min-height: 42px;
  padding: 0.35rem 0.75rem;
  border-radius: inherit;
  color: var(--mt-cta-text);
  font-size: 0.9375rem;
  font-weight: 600;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.ap-browse-menu > li.-cta.-cta-music > a {
  background-color: var(--mt-cta-music);
}
.ap-browse-menu > li.-cta.-cta-music > a:hover {
  background-color: var(--mt-cta-music-hover);
}
.ap-browse-menu > li.-cta.-cta-lyric > a {
  background-color: var(--mt-cta-lyric);
}
.ap-browse-menu > li.-cta.-cta-lyric > a:hover {
  background-color: var(--mt-cta-lyric-hover);
}
.ap-browse-menu > li.-cta + .-cta {
  margin-top: 0.75rem;
}
.ap-browse-menu > li > a:hover {
  color: #FFDB48;
}
.ap-browse-menu > li > a:hover .ap-menu-icon svg {
  color: #FFDB48;
}
@media print, screen and (min-width: 64em) {
  .ap-browse-menu.-secondary > li {
    padding-left: 2.5rem;
  }
}
.ap-browse-menu.-secondary > li > a {
  font-size: 0.9375rem;
}
.ap-browse-menu.-secondary > li .ap-menu-icon,
.ap-browse-menu.-secondary > li .ap-menu-icon svg {
  width: 18px;
  height: 18px;
}

.ap-menu-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
}
.ap-menu-icon svg {
  display: block;
  width: 20px;
  height: 20px;
  color: currentColor;
}
.ap-menu-icon .-home {
  color: var(--mt-home);
}
.ap-menu-icon .-lyrics {
  color: var(--mt-type-lyrics);
}
.ap-menu-icon .-original {
  color: var(--mt-type-original);
}
.ap-menu-icon .-cover {
  color: var(--mt-type-cover);
}
.ap-menu-icon .-public-domain {
  color: var(--mt-type-public-domain);
}
.ap-menu-icon .-ai {
  color: var(--mt-type-ai);
}
.ap-menu-icon .-notification,
.ap-menu-icon .-manage,
.ap-menu-icon .-profile,
.ap-menu-icon .-notification-settings,
.ap-menu-icon .-settings {
  color: var(--mt-settings);
}
.ap-menu-icon .-message,
.ap-menu-icon .-account {
  color: var(--mt-account);
}
.ap-menu-icon .-community,
.ap-menu-icon .-followers,
.ap-menu-icon .-following {
  color: var(--mt-community);
}
.ap-menu-icon .-favorite {
  color: var(--mt-favorite);
}
.ap-menu-icon .-blocked {
  color: var(--mt-blocked);
}
.-cta .ap-menu-icon svg {
  color: var(--mt-cta-text);
}

.ap-menu-chevron {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  display: block;
  width: 16px;
  height: 16px;
  margin-left: auto;
  color: var(--mt-text-secondary);
}

.ap-sidebar-account .ap-username {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--mt-text-primary);
}
@media print, screen and (min-width: 64em) {
  .ap-sidebar-account .ap-username {
    padding: 0.5rem 0.75rem;
  }
}

.ap-sidebar-profile-link,
.ap-sidebar-group__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  color: var(--mt-text-primary);
}
@media print, screen and (min-width: 64em) {
  .ap-sidebar-profile-link,
  .ap-sidebar-group__summary {
    padding: 0.5rem 0.75rem;
  }
}

.ap-sidebar-profile-link {
  margin-top: 0.25rem;
  font-size: 0.9375rem;
}
.ap-sidebar-profile-link:hover {
  color: #FFDB48;
  background-color: var(--mt-hover-overlay);
}
.ap-sidebar-profile-link:hover .ap-menu-icon svg {
  color: #FFDB48;
}

.ap-sidebar-group[open] .ap-menu-chevron.-down {
  display: none;
}

.ap-sidebar-group__summary {
  cursor: pointer;
  list-style: none;
  font-weight: 600;
}
.ap-sidebar-group__summary::-webkit-details-marker {
  display: none;
}
.ap-sidebar-group__summary:hover {
  background-color: var(--mt-hover-overlay);
}

.ap-browse-navgroup {
  border-bottom: 1px solid #25272C;
}
@media print, screen and (min-width: 64em) {
  .ap-browse-navgroup {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
}
.ap-browse-navgroup:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.ap-button {
  position: relative;
  isolation: isolate;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  color: #dddded;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 1px solid #383B47;
  border-radius: 4px;
}
.ap-button > svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.ap-button.-small {
  padding: 0.75rem 0.75rem;
  font-size: 14px;
  font-weight: normal;
}
.ap-button.-xsmall {
  padding: 0.6rem 0.6rem;
  font-size: 12px;
  font-weight: normal;
}
.ap-button.-edit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 44px;
  height: 44px;
  padding: 0 0.75rem;
  font-size: 14px;
}
.ap-button.-edit > svg {
  width: 18px;
  height: 18px;
  fill: none;
}
.ap-button.-cancel {
  gap: 0.4rem;
  padding: 0.875rem 1.125rem;
  color: var(--mt-cancelbutton-color);
}
.ap-button.-cancel > svg {
  width: 18px;
  height: 18px;
}
.ap-button.-previous {
  gap: 0.4rem;
  padding: 0.875rem 1.125rem;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-button.-previous {
    width: 100%;
  }
}
.ap-button.-previous:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.ap-button.-previous > svg {
  width: 18px;
  height: 18px;
}
.ap-button.-save {
  min-width: 160px;
  padding: 0.875rem 1.125rem;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-button.-save {
    width: 100%;
  }
}
.ap-button.-save:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.ap-button.-save svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 18px;
  height: 18px;
}
.ap-button {
  -webkit-transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}
.ap-button:hover {
  color: #FFDB48;
  border-color: #FFDB48;
  text-decoration: none;
}
.ap-button:disabled {
  color: #8f8fa9 !important;
  cursor: not-allowed !important;
  background: #5e5e80 !important;
  border-color: #5e5e80 !important;
}

.ap-callout {
  margin: 0 0 1.5rem 0;
  padding: 1.25rem;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  font-size: 1rem;
  text-align: center;
}
@media screen and (min-width: 75em) {
  .ap-callout {
    padding: 2.5rem 2rem;
  }
}
.ap-callout.-alert {
  color: #FF006D;
}

.ap-changeavator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-changeavator {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
  }
}
.ap-changeavator img {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  margin: 0;
  overflow: hidden;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ap-changeavator__action {
  text-align: left;
}
.ap-changeavator__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

/*
 * コラボレーション権利合意（申請画面・記録画面の共通ブロック）
 *
 * 申請画面・記録画面のどちらも .ap-editme の枠組みに載せる。ここで持つのは
 * 「合意条件の箇条書き」「注意事項」「参加者の回答」など、両画面に共通の見せ方だけ。
 */
.ap-collabagreement__terms {
  margin: 0;
  padding: 0 0 0 1.5rem;
  color: #dddded;
  font-size: 0.9375rem;
  line-height: 1.9;
}
.ap-collabagreement__terms > li {
  margin: 0 0 0.75rem;
}
.ap-collabagreement__terms > li:last-child {
  margin-bottom: 0;
}
.ap-collabagreement__terms > li::marker {
  color: #8f8fa9;
}
.ap-collabagreement__notice, .ap-collabagreement__empty {
  padding: 1.25rem;
  border: 1px solid #25272C;
  border-radius: 8px;
  background: rgba(7, 15, 26, 0.46);
}
.ap-collabagreement__notice > p, .ap-collabagreement__empty > p {
  color: #8f8fa9;
  font-size: 0.875rem;
  line-height: 1.8;
}
.ap-collabagreement__notice {
  margin: 1.5rem 0 0;
}
.ap-collabagreement__notice > p {
  margin: 0;
}
.ap-collabagreement__subheading {
  margin: 0 0 0.5rem;
  color: #dddded;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.5;
}
.ap-collabagreement {
  /*
   * 記録がない場合の説明。空の画面を出さず、理由と次の一手をここで示す。
   * 注意事項と同じ「一段沈めた面」に置いて、記録本体ではないことを見た目で分ける。
   */
}
.ap-collabagreement__empty > p {
  margin: 0 0 0.75rem;
}
.ap-collabagreement__empty > p:last-child {
  margin-bottom: 0;
}
.ap-collabagreement__empty-lead {
  color: #dddded !important;
  font-size: 0.9375rem !important;
  font-weight: 600;
}
.ap-collabagreement {
  /*
   * 記録画面の参加者1人分。役割を主、回答日を従として2段に置く。
   * 回答そのものは .ap-myworks-participation（作品管理と共通のドット付き状態）で出す。
   */
}
.ap-collabagreement__answered {
  color: #8f8fa9;
  font-size: 0.75rem;
  line-height: 1.4;
}

.ap-comment {
  position: relative;
  margin: 1.75rem 0 0 0;
  font-size: 0.875rem;
}
.ap-comment.sts-notified {
  background-color: rgba(233, 30, 140, 0.07);
  border-radius: 4px;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-comment {
    padding: 0 0 0 2.4375rem;
    min-height: 1.6875rem;
  }
  .ap-comment.sts-reply {
    padding-left: 2rem;
    min-height: 1.5rem;
  }
}
@media print, screen and (min-width: 40em) {
  .ap-comment {
    padding: 0 0 0 2.875rem;
    min-height: 2.125rem;
  }
  .ap-comment.sts-reply {
    padding-left: 2.1875rem;
    min-height: 1.6875rem;
  }
}
.ap-comment:first-child {
  margin-top: 0;
}
.ap-comment:not(.sts-reply) + .ap-comment:not(.sts-reply) {
  margin-top: 1.25rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.ap-comment__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ap-comment__user-thumb-wrap {
  position: absolute;
  left: 0;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 50%;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-comment__user-thumb-wrap {
    width: 27px;
    height: 27px;
  }
  .ap-comment__user-thumb-wrap.sts-reply {
    width: 24px;
    height: 24px;
  }
}
@media print, screen and (min-width: 40em) {
  .ap-comment__user-thumb-wrap {
    width: 34px;
    height: 34px;
  }
  .ap-comment__user-thumb-wrap.sts-reply {
    width: 27px;
    height: 27px;
  }
}
.ap-comment__user-thumb {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-comment__user-thumb {
    width: 27px;
  }
  .ap-comment__user-thumb.sts-reply {
    width: 24px;
  }
}
@media print, screen and (min-width: 40em) {
  .ap-comment__user-thumb {
    width: 34px;
  }
  .ap-comment__user-thumb.sts-reply {
    width: 27px;
  }
}
.ap-comment__user-name {
  color: #F2F2FA;
  font-weight: 500;
}
.ap-comment__user-name:hover {
  color: #FFDB48;
}
.ap-comment__time {
  display: inline;
  margin: 0 0 0 0.75rem;
  color: #5e5e80;
  font-size: 0.8rem;
}
.ap-comment__body {
  margin: 0.25rem 0 0 0;
}
.ap-comment__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.65rem 0 0 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.8rem;
  gap: 0.75rem 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ap-comment__actions > li.ap-comment__report,
.ap-comment__actions > li.ap-comment__reactions {
  cursor: default;
}
.ap-comment__actions > li.ap-comment__report:hover,
.ap-comment__actions > li.ap-comment__reactions:hover {
  text-decoration: none;
}
.ap-comment__actions > li {
  color: #7E82A0;
  cursor: pointer;
}
.ap-comment__actions > li:hover {
  color: #FFDB48;
}
.ap-comment__actions > li .ap-comment__like {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0;
  min-height: 28px;
  font: inherit;
  background: transparent;
  border: 0;
}
.ap-comment__actions > li .ap-comment__like {
  color: #7E82A0;
}
.ap-comment__actions > li .ap-comment__like:hover {
  text-decoration: none;
}
.ap-comment__actions > li .ap-comment__like:not(.sts-disabled) {
  cursor: pointer;
}
.ap-comment__actions > li .ap-comment__like:not(.sts-disabled):hover, .ap-comment__actions > li .ap-comment__like:not(.sts-disabled).liked {
  color: #FF5BC7;
}
.ap-comment__actions > li.ap-comment__delete {
  margin-left: auto;
}
.ap-comment__reactions {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.ap-comment__like__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  width: 1rem;
  height: 1rem;
  color: currentColor;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.liked > .ap-comment__like__icon {
  --favorite-fill: currentColor;
  --thumb-fill: currentColor;
}
.ap-comment__showreplies {
  display: block;
}
.ap-comment__showreplies > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.65rem 0 0 0;
  padding: 0;
  color: #29a6e9;
  font-size: 0.8rem;
  font-weight: normal;
  cursor: pointer;
}
.ap-comment__showreplies > span:before {
  position: relative;
  top: -2px;
  content: "";
  margin: 0 1rem 0 0;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: solid #29a6e9;
  border-width: 0 1px 1px 0;
}
.ap-comment__showreplies > span:hover {
  color: #FFDB48;
}
.ap-comment__showreplies.open > span:before {
  top: 1px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.ap-comment:not(.sts-reply) > .ap-comment__replies {
  margin-top: 1.25rem;
}
.ap-comment__replies__load {
  display: none;
}
.ap-comment__replies__load.open {
  display: block;
  padding-top: 1.25rem;
}
.ap-comment > .ap-comment__replies > .ap-comment__replies__load {
  padding-left: 1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}
.ap-comment__replies__load > .ap-comment:first-child {
  margin-top: 0;
}

.ap-commentform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ap-commentform__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-commentform__header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27px;
            flex: 0 0 27px;
    margin: 0 0.75rem 0 0;
    width: 27px;
    height: 27px;
    border-radius: 50%;
  }
}
@media print, screen and (min-width: 40em) {
  .ap-commentform__header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34px;
            flex: 0 0 34px;
    margin: 0 0.75rem 0 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .ap-commentform__thumb {
    width: 27px;
  }
}
@media print, screen and (min-width: 40em) {
  .ap-commentform__thumb {
    width: 34px;
  }
}
.ap-commentform__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.ap-commentform__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.75rem;
  margin: 0 0 0.5rem 0;
  padding: 0.625rem 0.75rem;
  background-color: #0c1017;
  border: 1px solid #383B47;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  cursor: text;
}
.ap-commentform__field:focus-within {
  background-color: #141120;
  border: 1px solid #3f96ed;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ap-commentform__field > textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 0.25rem 0;
  min-height: 1.875rem !important;
  line-height: 1.5;
  color: #dddded;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ap-commentform__field > textarea:focus {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ap-commentform__field > textarea::-webkit-resizer {
  display: none;
}
.ap-commentform__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ap-commentform__actions__count {
  margin: 0 auto 0 0;
  font-size: 0.875rem;
  color: #8f8fa9;
}
.ap-commentform__errors {
  font-size: 0.875rem;
  color: #FF006D;
}

.ap-commentthread-work {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr);
  gap: 0.875rem;
  margin-bottom: 1.5rem;
  padding: 0.875rem;
  background-color: transparent;
  border: 1px solid #25272C;
  border-radius: 4px;
}
@media print, screen and (min-width: 40em) {
  .ap-commentthread-work {
    grid-template-columns: 4.5rem minmax(0, 1fr);
    gap: 1rem;
    padding: 1rem;
  }
}

.ap-commentthread-work__artwork-link {
  display: block;
  -ms-flex-item-align: start;
      align-self: start;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 4px;
}

.ap-commentthread-work__artwork {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.ap-commentthread-work__artwork-link:hover .ap-commentthread-work__artwork {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}

.ap-commentthread-work__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 0.4rem 1rem;
  min-width: 0;
}

.ap-commentthread-work__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  margin: 0;
  color: #fefefe;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-wrap: pretty;
}
@media print, screen and (min-width: 40em) {
  .ap-commentthread-work__title {
    font-size: 1.125rem;
  }
}
.ap-commentthread-work__title > a {
  color: inherit;
}
.ap-commentthread-work__title > a:hover {
  color: #FFDB48;
}

.ap-commentthread-work__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  margin-left: auto;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #29a6e9;
}
.ap-commentthread-work__link:hover {
  color: #FFDB48;
}
.ap-commentthread-work__link > span {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.ap-commentthread-work__link:hover > span {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}

.ap-commentlike-editorial {
  position: relative;
  margin: 0.25rem 0 2.25rem;
  padding: 0.25rem 0 0.25rem 3rem;
}
.ap-commentlike-editorial.-in-work-card {
  grid-column: 1/-1;
  width: 100%;
  margin: 0.25rem 0 0;
  padding-top: 1.125rem;
}

.ap-commentlike-editorial__icon {
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 1.75rem;
  height: 1.75rem;
  color: var(--mt-accent-text);
  fill: currentColor;
  opacity: 0.9;
}
.ap-commentlike-editorial.-in-work-card .ap-commentlike-editorial__icon {
  top: 1rem;
}

.ap-commentlike-editorial__body {
  margin: 0;
  padding: 0;
  color: #fefefe;
  border: 0;
}
.ap-commentlike-editorial__body > p {
  margin: 0;
  color: inherit;
  font-size: 1rem;
  line-height: 1.85;
  white-space: pre-wrap;
}

.ap-commentlike-users__heading {
  margin: 0;
  padding: 0 0 0.75rem;
  color: #fefefe;
  font-size: 1rem;
  font-weight: 600;
  border-bottom: 1px solid #25272C;
}

@media print, screen and (max-width: 39.99875em) {
  .ap-commentlike-editorial {
    padding-left: 2.25rem;
  }
  .ap-commentlike-editorial__icon {
    width: 1.375rem;
    height: 1.375rem;
  }
}

.ap-container {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .ap-container {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-container {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-container {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 90em) {
  .ap-container {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

.ap-creditselect {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media print, screen and (min-width: 40em) {
  .ap-creditselect {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.ap-creditselect__item {
  min-width: 0;
  padding: 0.875rem;
  border: 1px solid #383B47;
  border-radius: 4px;
  background: rgba(3, 11, 20, 0.18);
  -webkit-transition: border-color 160ms ease, background-color 160ms ease;
  transition: border-color 160ms ease, background-color 160ms ease;
}
.ap-creditselect__item:has(input[type=radio]:checked) {
  border-color: #29a6e9;
  background: rgba(0, 126, 216, 0.08);
}
.ap-creditselect__item:has(input[type=radio]:disabled) {
  border-color: rgba(143, 143, 169, 0.2);
  background: rgba(3, 11, 20, 0.08);
}
.ap-creditselect__item:has(input[type=radio]:disabled) .ap-creditselect__label {
  cursor: not-allowed;
}
.ap-creditselect__item:has(input[type=radio]:disabled) .ap-creditselect__name,
.ap-creditselect__item:has(input[type=radio]:disabled) .ap-creditselect__description {
  color: rgba(143, 143, 169, 0.55);
}
.ap-creditselect__item:has(input[type=radio]:disabled) .ap-creditselect__icon {
  opacity: 0.5;
}
@media screen and (min-width: 75em) {
  .ap-creditselect__item {
    padding: 1rem;
  }
}
.ap-creditselect__name {
  display: block;
  overflow: hidden;
  color: #dddded;
  font-size: 0.875rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ap-creditselect__label {
  display: grid;
  grid-template-columns: 19px 40px minmax(0, 1fr) auto;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.ap-creditselect__icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: #29a6e9;
  border: 1px solid currentColor;
  border-radius: 50%;
}
.ap-creditselect__icon > svg {
  display: block;
  width: 22px;
  height: 22px;
}
.ap-creditselect__content {
  min-width: 0;
}
.ap-creditselect__description {
  display: block;
  margin-top: 0.35rem;
  overflow: hidden;
  color: #8f8fa9;
  font-size: 0.72rem;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ap-creditselect__unavailable {
  display: inline-block;
  padding: 0.15rem 0.45rem;
  color: #dddded;
  font-size: 0.68rem;
  font-weight: bold;
  line-height: 1.3;
  white-space: nowrap;
  border: 1px solid rgba(143, 143, 169, 0.75);
  border-radius: 999px;
}
.ap-creditselect__unavailable[hidden] {
  display: none;
}
.ap-creditselect__item.-original .ap-creditselect__icon {
  color: var(--mt-type-original);
}
.ap-creditselect__item.-cover .ap-creditselect__icon {
  color: var(--mt-type-cover);
}
.ap-creditselect__item.-public-domain .ap-creditselect__icon {
  color: var(--mt-type-public-domain);
}
.ap-creditselect__item.-ai .ap-creditselect__icon {
  color: var(--mt-type-ai);
}

.ap-currentstats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 40em) {
  .ap-currentstats {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-left: 1px solid #25272C;
  }
  .ap-currentstats:first-child {
    border: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-currentstats {
    width: calc((100% - 3rem) / 3);
  }
}
.ap-currentstats__icon {
  display: grid;
  place-items: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1.5px solid #dddded;
}
.ap-currentstats__icon svg {
  max-width: 50%;
  max-height: 50%;
}
.ap-currentstats__icon.-music {
  border-color: var(--mt-type-original);
}
.ap-currentstats__icon.-music > svg {
  color: var(--mt-type-original);
  max-width: 45%;
  max-height: 45%;
}
.ap-currentstats__icon.-lyrics {
  border-color: var(--mt-type-lyrics);
}
.ap-currentstats__icon.-lyrics > svg {
  color: var(--mt-type-lyrics);
  max-width: 45%;
  max-height: 45%;
}
.ap-currentstats__icon.-collab {
  border-color: var(--mt-type-collab);
}
.ap-currentstats__icon.-collab > svg {
  color: var(--mt-type-collab);
}
.ap-currentstats__icon.-works {
  border-color: var(--mt-type-original);
}
.ap-currentstats__icon.-works > svg {
  color: var(--mt-type-original);
}
.ap-currentstats__icon.-follows {
  border-color: var(--mt-community);
}
.ap-currentstats__icon.-follows > svg {
  color: var(--mt-community);
}
.ap-currentstats__icon.-followers {
  border-color: var(--mt-community);
}
.ap-currentstats__icon.-followers > svg {
  color: var(--mt-community);
}
@media print, screen and (min-width: 40em) {
  .ap-currentstats__icon {
    width: 45px;
    height: 45px;
  }
}
.ap-currentstats__item {
  position: relative;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-currentstats__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 0.75rem;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-currentstats__item {
    width: 33.3333333333%;
  }
}
@media print, screen and (min-width: 40em) {
  .ap-currentstats__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ap-currentstats__title {
  margin: 0;
  font-weight: 400;
  LINE-HEIGHT: 1.4;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-currentstats__title {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-currentstats__title {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-currentstats__title {
    font-size: 1rem;
  }
}
.ap-currentstats__value {
  line-height: 1.2;
  font-weight: 400;
}
.ap-currentstats__value > small {
  color: #8f8fa9;
  font-weight: normal;
  font-size: 1rem;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-currentstats__value {
    font-size: 1.5rem;
  }
  .ap-currentstats__value > small {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-currentstats__value {
    font-size: 1.5rem;
  }
  .ap-currentstats__value > small {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-currentstats__value {
    font-size: 1.5rem;
  }
  .ap-currentstats__value > small {
    font-size: 1rem;
  }
}
.ap-currentstats-container {
  width: 100%;
  background-color: #15181B;
  border: 1px solid #25272C;
  border-radius: 4px;
}
@media print, screen and (min-width: 40em) {
  .ap-currentstats-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-currentstats-container {
    gap: 1.5rem;
    margin: 0 0 1rem 0;
    padding: 1.125rem;
  }
}
/*
 * 統計表示のコンパクト版
 *
 * ログイン前トップ(.ap-indexguest-stats)のヘッダー統計と同じ密度に揃えるための修飾子。
 * クラス体系と DOM は通常版と同じままで、カード装飾を外し 1 行に収める。
 * 通常版に影響を出さないため、すべて .-compact 配下に閉じている。
 */
.ap-currentstats-container.-compact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-currentstats-container.-compact {
    -webkit-column-gap: 1.125rem;
       -moz-column-gap: 1.125rem;
            column-gap: 1.125rem;
    margin: 0 0 0.75rem 0;
  }
}
@media print, screen and (min-width: 40em) {
  .ap-currentstats-container.-compact {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    margin: 0 0 1rem 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .ap-browse-hero.-home .ap-currentstats-container.-compact {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0.375rem;
  }
}
.ap-currentstats-container.-compact .ap-currentstats {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: auto;
  -webkit-column-gap: 0.4375rem;
     -moz-column-gap: 0.4375rem;
          column-gap: 0.4375rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-left: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-browse-hero.-home .ap-currentstats-container.-compact .ap-currentstats {
    min-width: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.375rem;
    padding: 0.5rem 0.25rem;
  }
}
.ap-currentstats-container.-compact .ap-currentstats__icon {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 0;
}
.ap-currentstats-container.-compact .ap-currentstats__icon svg {
  max-width: 100%;
  max-height: 100%;
}
.ap-currentstats-container.-compact .ap-currentstats__icon.-music > svg, .ap-currentstats-container.-compact .ap-currentstats__icon.-lyrics > svg {
  max-width: 100%;
  max-height: 100%;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-browse-hero.-home .ap-currentstats-container.-compact .ap-currentstats__icon {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20px;
    height: 20px;
  }
}
.ap-currentstats-container.-compact .ap-currentstats__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: auto;
  gap: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-browse-hero.-home .ap-currentstats-container.-compact .ap-currentstats__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 0;
    max-width: 100%;
  }
}
.ap-currentstats-container.-compact .ap-currentstats__title {
  font-size: 0.8125rem;
  line-height: 1.25;
  color: #8f8fa9;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-browse-hero.-home .ap-currentstats-container.-compact .ap-currentstats__title {
    font-size: 0.75rem;
  }
}
.ap-currentstats-container.-compact .ap-currentstats__value {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.15;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-browse-hero.-home .ap-currentstats-container.-compact .ap-currentstats__value {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.25;
    text-align: center;
    overflow-wrap: anywhere;
  }
}
.ap-currentstats-container.-compact .ap-currentstats__value > small {
  font-size: 0.8125rem;
  font-weight: 400;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-browse-hero.-home .ap-currentstats-container.-compact .ap-currentstats__value > small {
    font-size: 0.6875rem;
  }
}

@media print, screen and (min-width: 40em) {
  .ap-edit-action {
    margin: 2.5rem 0 0 0;
    padding: 0;
  }
}
@media screen and (min-width: 75em) {
  .ap-edit-action {
    margin-top: 3rem;
  }
}
.ap-edit-action > *:last-child {
  margin-bottom: 0;
}

.ap-edit-checkbox {
  display: block;
  position: relative;
  padding: 0;
  width: 19px;
  height: 19px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ap-edit-checkbox__mark {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  margin: auto;
  padding: 0;
  border: 1px solid #424654;
  border-radius: 4px;
  background-color: #030A1A;
}
.ap-edit-checkbox__mark:hover {
  background-color: #CBCBF4;
}
.ap-edit-checkbox__mark:hover:after {
  display: block;
}
.ap-edit-checkbox__mark:after {
  display: none;
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 7px;
  height: 9px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ap-edit-checkbox > input[type=checkbox] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.ap-edit-checkbox > input[type=checkbox]:checked ~ .ap-edit-checkbox__mark {
  background-color: #29a6e9;
  border-color: #29a6e9;
}
.ap-edit-checkbox > input[type=checkbox]:checked ~ .ap-edit-checkbox__mark:after {
  display: block;
}
.ap-edit-checkbox > input[type=checkbox]:disabled ~ .ap-edit-checkbox__mark {
  background-color: #8f8fa9;
  border: 1px solid #424654;
  cursor: not-allowed;
}
.ap-edit-checkbox > input[type=checkbox]:disabled:not(:checked) ~ .ap-edit-checkbox__mark:hover:after {
  display: none;
}
.ap-edit-checkbox:hover input ~ .ap-edit-checkbox__mark {
  border-color: #CBCBF4;
}

.ap-edit-checkbox-set {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  vertical-align: top;
  font-size: 1rem;
}
.ap-edit-checkbox-set .ap-edit-checkbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.ap-edit-checkbox-hlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ap-edit-checkbox-hlist > li {
  margin: 0;
}
.ap-edit-checkbox-hlist.-tiles {
  gap: 0.625rem;
}
.ap-edit-checkbox-hlist.-tiles > li {
  border: 1px solid #383B47;
  border-radius: 4px;
  -webkit-transition: background-color 180ms ease, border-color 180ms ease;
  transition: background-color 180ms ease, border-color 180ms ease;
}
.ap-edit-checkbox-hlist.-tiles > li:focus-within {
  border-color: #29a6e9;
}
.ap-edit-checkbox-hlist.-tiles > li:hover {
  border-color: #FFDB48;
}
.ap-edit-checkbox-hlist.-tiles > li:has(input:checked) {
  background-color: rgba(41, 166, 233, 0.1);
  border-color: #29a6e9;
}
.ap-edit-checkbox-hlist.-tiles .ap-edit-checkbox-set {
  padding: 0.7rem 0.875rem;
  font-size: 0.875rem;
  color: #dddded;
  cursor: pointer;
}

.-error {
  position: relative;
}
.-error label,
.-error legend {
  color: inherit !important;
}
.-error:hover .ap-edit-error {
  z-index: 50;
  background-color: #FF006D;
  color: #fefefe;
  opacity: 0.97;
}
.-error:hover .ap-edit-error:before {
  border-bottom-color: #FF006D;
  opacity: 0.97;
}

.ap-edit-error {
  position: absolute !important;
  top: calc(100% + 4px);
  left: -0.25rem;
  z-index: 45;
  white-space: nowrap;
  display: block;
  margin: 0;
  padding: 0.25rem 0.4rem 0.2rem 0.4rem;
  line-height: 1.4;
  width: auto;
  font-size: 0.875rem;
  color: #fefefe;
  background-color: #ecba04;
  border-radius: 4px;
}
.ap-edit-error:before {
  position: absolute;
  top: -5px;
  left: 10%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #F18C8A transparent;
}

.ap-edit-fieldset {
  margin: 0 0 1.5rem 0;
}
.ap-edit-fieldset > legend {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  color: #fefefe;
}
.ap-edit-fieldset > legend {
  margin: 0 0 1rem 0;
}
.ap-edit-fieldset::not(.-list) > legend {
  margin: 0 0 1rem 0;
}
.ap-edit-fieldset > *:last-child {
  margin-bottom: 0;
}

.ap-edit-guide {
  display: block;
  margin: 0.5rem 0 0 0;
  font-size: 0.875rem;
  color: #8f8fa9;
}

.ap-edit-item {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  color: #fefefe;
}
.ap-edit-item {
  margin: 0 0 1.3125rem 0;
}
.ap-edit-item.-ommitbottom {
  margin-bottom: 0.4375rem;
}
.ap-edit-item:last-child, .ap-edit-item.-last {
  margin-bottom: 0;
}
@media screen and (min-width: 75em) {
  .ap-edit-item {
    line-height: 1.5;
    font-size: 1rem;
  }
  .ap-edit-item.-ommitbottom {
    margin-bottom: 0.4375rem;
  }
}
.ap-edit-item input,
.ap-edit-item textarea,
.ap-edit-item select {
  display: block;
  margin-bottom: 0;
}
.ap-edit-item select {
  width: auto;
}
.ap-edit-item__label {
  display: block;
  margin: 0 0 0.375rem 0;
}
.ap-edit-item.-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1.5rem;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-edit-item.-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.375rem;
  }
}
.ap-edit-item.-horizontal .ap-edit-item__label {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  color: #fefefe;
  /*
   * 入力欄は上下に padding を持つぶん文字が下がる。横並びのときは
   * ラベルにも同じ量を持たせて、左右の1行目を揃える。
   * （input でも __mockinput でも同じ padding なので両方に効く）
   */
  padding-top: 0.65625rem;
}
.ap-edit-item.-horizontal .ap-edit-item__label.-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.ap-edit-item.-horizontal .ap-edit-item__input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 0 auto;
  width: calc(100% - 13.5rem);
}
@media print, screen and (max-width: 39.99875em) {
  .ap-edit-item.-horizontal .ap-edit-item__input {
    margin-left: 0;
    width: 100%;
  }
}
.ap-edit-item.-group > legend {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  color: #fefefe;
  display: inline;
  font-size: 1rem;
}
.ap-edit-item__mockinput {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.75rem;
  margin: 0;
  padding: 0.65625rem 0;
}
.ap-edit-item > .ap-edit-item__mockinput {
  margin-top: 6px;
}
.ap-edit-item__help {
  display: block;
  margin-top: 0.5rem;
  color: #8f8fa9;
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.6;
}

.ap-edit-radio {
  display: block;
  position: relative;
  padding: 0;
  width: 19px;
  height: 19px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ap-edit-radio > input[type=radio] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.ap-edit-radio > input[type=radio]:checked ~ .ap-edit-radio__mark {
  border-color: #29a6e9;
}
.ap-edit-radio > input[type=radio]:checked ~ .ap-edit-radio__mark:after {
  display: block;
}
.ap-edit-radio > input[type=radio]:disabled ~ .ap-edit-radio__mark {
  background-color: transparent;
  border-color: rgba(143, 143, 169, 0.55);
  cursor: not-allowed;
}
.ap-edit-radio > input[type=radio]:disabled ~ .ap-edit-radio__mark:before {
  position: absolute;
  top: 8px;
  left: 3px;
  width: 11px;
  height: 1px;
  background: rgba(143, 143, 169, 0.7);
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ap-edit-radio > input[type=radio]:disabled ~ .ap-edit-radio__mark:after {
  display: none;
}
.ap-edit-radio > input[type=radio]:disabled:not(:checked) ~ .ap-edit-radio__mark:hover:after {
  display: none;
}
.ap-edit-radio__mark {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  margin: auto;
  padding: 0;
  border: 1px solid #383B47;
  border-radius: 50%;
}
.ap-edit-radio__mark:hover {
  background-color: rgba(40, 127, 248, 0.3);
}
.ap-edit-radio__mark:after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  background-color: #fefefe;
  background-color: #29a6e9;
  border-radius: 50%;
}
.ap-edit-radio:hover input ~ .ap-edit-radio__mark {
  border-color: #FFDB48;
}

.ap-edit-radio-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ap-edit-radio-list > li {
  margin: 0.6rem 0 0 0.75rem;
}
.ap-edit-radio-list > li:first-child {
  margin-left: 0;
}

.ap-edit-radio-set {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}

.ap-edit-required {
  display: inline;
  margin-left: 0.125rem;
  font-size: 0.75rem;
  font-weight: normal;
  color: #ecba04;
}

.ap-edit-switch {
  --button-width: 3em;
  --button-height: 1.75em;
  --toggle-diameter: 1.25em;
  --button-toggle-offset: calc((var(--button-height) - var(--toggle-diameter)) / 2);
  --toggle-shadow-offset: 10px;
  --toggle-wider: 3em;
  --color-grey: #cccccc;
  --color-green: #4296f4;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  width: var(--button-width);
  height: var(--button-height);
  overflow: hidden;
  cursor: pointer;
}
.ap-edit-switch__slider {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color-grey);
  border-radius: calc(var(--button-height) / 2);
  -webkit-transition: 0.1s all ease-in;
  transition: 0.1s all ease-in;
}
.ap-edit-switch__slider::after {
  content: "";
  display: inline-block;
  width: var(--toggle-diameter);
  height: var(--toggle-diameter);
  background-color: #fff;
  border-radius: calc(var(--toggle-diameter) / 2);
  position: absolute;
  top: var(--button-toggle-offset);
  -webkit-transform: translateX(var(--button-toggle-offset));
          transform: translateX(var(--button-toggle-offset));
  -webkit-box-shadow: var(--toggle-shadow-offset) 0 calc(var(--toggle-shadow-offset) * 4) rgba(0, 0, 0, 0.1);
          box-shadow: var(--toggle-shadow-offset) 0 calc(var(--toggle-shadow-offset) * 4) rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.1s all ease-in;
  transition: 0.1s all ease-in;
}
.ap-edit-switch input[type=checkbox] {
  display: none;
}
.ap-edit-switch input[type=checkbox]:checked + .ap-edit-switch__slider {
  background-color: var(--color-green);
}
.ap-edit-switch input[type=checkbox]:checked + .ap-edit-switch__slider::after {
  -webkit-transform: translateX(calc(var(--button-width) - var(--toggle-diameter) - var(--button-toggle-offset)));
          transform: translateX(calc(var(--button-width) - var(--toggle-diameter) - var(--button-toggle-offset)));
  -webkit-box-shadow: calc(var(--toggle-shadow-offset) * -1) 0 calc(var(--toggle-shadow-offset) * 4) rgba(0, 0, 0, 0.1);
          box-shadow: calc(var(--toggle-shadow-offset) * -1) 0 calc(var(--toggle-shadow-offset) * 4) rgba(0, 0, 0, 0.1);
}

.ap-edit-switch-set {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  color: #fefefe;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.ap-edit-switch-set svg {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.ap-edit-switch-set svg.-collab {
  color: var(--mt-type-collab);
}

.ap-editcollab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin: 0 0 1rem 0;
  padding: 1.5rem;
  background-color: #030A1A;
  border-radius: 4px;
}

.ap-editcollab-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0.75rem;
  margin: 0 0 1.75rem 0;
}
.ap-editcollab-search > input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  margin: 0;
}
.ap-editcollab-search > .ap-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-editcollab-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ap-editcollab-search > .ap-button {
    width: 100%;
  }
}

.ap-editme {
  background: transparent;
  border: 0;
}

.ap-editme-group {
  --editme-group-title-accent: #287ff8;
  padding: 1.5rem;
  background-color: #15181B;
  border: 1px solid #25272C;
  border-radius: 4px;
}
.ap-editme-group + .ap-editme-group {
  margin-top: 1rem;
}
.ap-editme-group__title {
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0 0 0 1.5rem;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fefefe;
}
.ap-editme-group__title::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  background: var(--editme-group-title-accent);
  border-radius: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.ap-editme-group__titlelink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  margin-left: 0.75rem;
  color: #29a6e9;
  font-size: 0.8125rem;
  font-weight: normal;
  vertical-align: middle;
}
.ap-editme-group__titlelink svg {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 18px;
  height: 18px;
}
.ap-editme-group__titlelink:hover {
  color: #FFDB48;
}
.ap-editme-group__lead {
  margin: 0 0 1.25rem;
  color: #8f8fa9;
  font-size: 0.875rem;
  line-height: 1.7;
}

.ap-editme-icon {
  display: block;
  margin: 0;
  width: 24px;
  height: 24px;
}
.ap-account-section {
  margin-top: 1.5rem;
}

.ap-account-user {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.ap-account-user__photo {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.ap-account-user__main {
  min-width: 0;
}
.ap-account-user__label {
  display: block;
  margin-bottom: 0.5rem;
  color: #8f8fa9;
  font-size: 0.8125rem;
}
.ap-account-user__name {
  margin: 0;
  color: #dddded;
  font-size: 1.5rem;
  font-weight: bold;
  overflow-wrap: anywhere;
}
.ap-account-user__guide {
  margin: 1rem 0 0;
  color: #8f8fa9;
  font-size: 0.875rem;
}
.ap-account-user__action svg {
  width: 1.125rem;
  height: 1.125rem;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-account-user {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  .ap-account-user__action {
    width: 100%;
  }
}

.ap-account-control {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.ap-account-control__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  color: #fefefe;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #15181B;
  border-radius: 50%;
}
.ap-account-control__icon.-danger {
  background-color: var(--mt-blocked);
}
.ap-account-control__icon.-google {
  background-color: #fefefe;
}
.ap-account-control__icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.ap-account-control__main {
  min-width: 0;
}
.ap-account-control__title {
  margin: 0;
  color: #dddded;
  font-size: 1.125rem;
  font-weight: bold;
}
.ap-account-control__description {
  margin: 1rem 0 0;
  color: #8f8fa9;
  font-size: 0.9375rem;
  line-height: 1.8;
}
.ap-account-control__details {
  grid-column: 2/-1;
  min-width: 0;
}
@media print, screen and (max-width: 74.99875em) {
  .ap-account-control {
    grid-template-columns: auto minmax(0, 1fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 1rem;
  }
  .ap-account-control__details {
    grid-column: 1/-1;
  }
  .ap-account-control__action {
    grid-column: 1/-1;
    width: 100%;
  }
}

.ap-featured {
  border-radius: 4px;
  background-color: #15181B;
}
@media print, screen and (min-width: 64em) {
  .ap-featured {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-featured {
    padding: 2rem;
  }
}
.ap-featured {
  position: relative;
  z-index: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-featured {
    padding-top: 3.5rem;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-featured {
    padding-top: 5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-featured {
    padding-top: 5.5rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-featured {
    padding-top: 6rem;
  }
}
.ap-featured__title {
  position: relative;
  margin: 0;
  padding: 0;
  font-weight: 800;
  color: #fefefe;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-featured__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0.75rem;
    line-height: 1.3;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-featured__title {
    margin-bottom: 0.875rem;
    line-height: 1.25;
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-featured__title {
    margin-bottom: 1rem;
    line-height: 1.3;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-featured__title {
    margin-bottom: 1.25rem;
    font-size: 2rem;
  }
}
.ap-featured__users {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #72728F;
  font-size: 1rem;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-featured__users {
    gap: 0.875rem 1.5rem;
    margin-top: 1.5rem;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-featured__users {
    gap: 0.875rem 1.25rem;
    margin-top: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-featured__users {
    gap: 0.875rem 1.5rem;
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-featured__users {
    gap: 1rem 2rem;
    margin-top: 1.5rem;
  }
}
.ap-featured__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  color: #fefefe;
}
.ap-featured__user:hover {
  color: #FFDB48;
}
.ap-featured__userphoto {
  width: 30px;
  height: 30px;
  background-color: #8f8fa9;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
}
.ap-featured__excerpt {
  margin: 1.5rem 0 2rem 0;
}
@media screen and (min-width: 75em) {
  .ap-featured__excerpt {
    margin-bottom: 3rem;
  }
}
.ap-featured__excerpt > *:last-child {
  margin-bottom: 0;
}

.ap-feedswitch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ap-feedswitch.-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-feedswitch {
    margin: 0.75rem 0;
    padding: 0 1rem;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-feedswitch {
    margin: 0.5rem 0;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-feedswitch {
    margin: 0 0 1rem 0;
  }
}
.ap-feedswitch > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #15181B;
  border: 1px solid #25272C;
  border-radius: 4px;
  overflow: hidden;
}
.ap-feedswitch > ul > li {
  margin: 0;
  padding: 0;
  border-left: 1px solid #25272C;
}
.ap-feedswitch > ul > li:first-child {
  border-left: 0;
}
.ap-feedswitch > ul > li > a {
  display: block;
  min-width: 6.5rem;
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  color: var(--mt-text-secondary);
}
.ap-feedswitch > ul > li > a:hover {
  color: #FFDB48;
  background-color: var(--mt-hover-overlay);
  text-decoration: none;
}
@media (prefers-reduced-motion: no-preference) {
  .ap-feedswitch > ul > li > a {
    -webkit-transition: color 150ms ease, background-color 150ms ease, -webkit-transform 150ms ease;
    transition: color 150ms ease, background-color 150ms ease, -webkit-transform 150ms ease;
    transition: color 150ms ease, background-color 150ms ease, transform 150ms ease;
    transition: color 150ms ease, background-color 150ms ease, transform 150ms ease, -webkit-transform 150ms ease;
  }
  .ap-feedswitch > ul > li > a:active {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
}
.ap-feedswitch > ul > li.-current > a {
  color: #fefefe;
  background-color: var(--mt-hover-overlay);
  cursor: default;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-feedswitch > ul > li > a {
    min-width: 5.5rem;
    padding: 0.5rem 0.75rem;
  }
}

.ap-filter {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media print, screen and (min-width: 64em) {
  .ap-filter {
    margin: 0 0 1.5rem 0;
  }
  .ap-filter:first-child {
    margin-top: 0;
  }
}

.ap-filter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .ap-filter-row {
    gap: 2rem;
    margin: 2rem 0 0 0;
    padding: 0 1.5rem;
  }
  .ap-filter-row:first-child {
    margin-top: 0;
  }
}
.ap-filter-row__item {
  margin: 0;
  padding: 0;
}
.ap-filter-row__item > * {
  margin-bottom: 0;
  font-size: 0.875rem;
}
.ap-filter-set {
  display: none;
  background-color: #030A1A;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-filter-set {
    margin: 0;
    padding: 1rem 15px 1.25rem 15px;
  }
}
@media print, screen and (min-width: 40em) {
  .ap-filter-set {
    margin: 0 0 2rem 0;
    padding: 0.5rem 1.5rem;
  }
}
.ap-filter-set > form {
  margin: 0;
  padding: 0;
}
.ap-filter-set__action {
  padding: 1rem 0;
}
.ap-filter-set__action .button {
  margin-bottom: 0;
}
.ap-filter-set__action .button + .button {
  margin-left: 1.25rem;
}

.ap-homefilter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin: 0 0 1.25rem;
}
.ap-homefilter .ap-feedswitch {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding: 0;
}
.ap-homefilter__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  gap: 0.5rem;
  margin-left: auto;
}
.ap-homefilter__search {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 240px;
          flex: 1 1 240px;
  min-width: 0;
  max-width: 18rem;
}
.ap-homefilter__search svg {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  width: 16px;
  height: 16px;
  color: #8f8fa9;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.ap-homefilter__search input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0.55rem 0.75rem 0.55rem 2.25rem;
  color: #dddded;
  font-size: 0.875rem;
  background-color: #15181B;
  border: 1px solid #383B47;
  border-radius: 4px;
}
.ap-homefilter__search input:focus {
  border-color: var(--mt-accent-text);
  outline: none;
}
.ap-homefilter__item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.ap-homefilter__item .ap-edit-switch-set {
  margin: 0;
  font-size: 0.875rem;
  white-space: nowrap;
}
.ap-homefilter__select {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.ap-homefilter__select select {
  margin: 0;
  padding: 0.55rem 2rem 0.55rem 0.75rem;
  height: auto;
  color: #dddded;
  font-size: 0.875rem;
  background-color: #15181B;
  border: 1px solid #383B47;
  border-radius: 4px;
}
.ap-homefilter__select select:focus {
  border-color: var(--mt-accent-text);
}
.ap-homefilter__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
  min-width: 0;
  font-size: 0.875rem;
  line-height: 1.5;
}
.ap-homefilter__tags-label {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-top: 0.125rem;
  color: #8f8fa9;
}
.ap-homefilter__tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.125rem 1rem;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ap-homefilter__tag-list li {
  min-width: 0;
  max-width: 100%;
}
.ap-homefilter__tag-clear {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.5rem;
  min-width: 0;
}
.ap-homefilter__tag-clear span:first-child {
  overflow-wrap: anywhere;
}
.ap-homefilter__tag-link, .ap-homefilter__tag-clear {
  padding: 0.125rem 0;
  color: #dddded;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.ap-homefilter__tag-link:hover, .ap-homefilter__tag-clear:hover {
  color: #FFDB48;
}
.ap-homefilter__tag-link {
  display: inline-block;
}
.ap-homefilter__tag-link[aria-current=true] {
  color: var(--mt-accent-text);
  font-weight: bold;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-homefilter__search {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: none;
  }
  .ap-homefilter__select select {
    width: 100%;
  }
  .ap-homefilter .ap-feedswitch {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.ap-followbutton {
  position: relative;
  z-index: 1;
}
.ap-followbutton[data-user-followed=false] > svg.-followed, .ap-followbutton[data-user-followed=true] > svg.-follow {
  display: none;
}
.ap-followbutton[data-user-followed=true] {
  color: #8f8fa9;
  border-color: #25272C;
  background-color: transparent;
}
.ap-followbutton[data-user-followed=true]:hover {
  color: #dddded;
  border-color: #8f8fa9;
  background-color: transparent;
}

.ap-footer {
  color: #5e5e80;
  border-top: 1px solid #25272C;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-footer {
    padding: 3rem 0 3rem 0;
  }
}
@media print, screen and (min-width: 40em) {
  .ap-footer {
    padding: 4rem 0 8.6875rem 0;
  }
}
@media screen and (min-width: 75em) {
  .ap-footer {
    padding: 5rem 0 9.6875rem 0;
  }
}
.ap-footer__content {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .ap-footer__content {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-footer__content {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-footer__content {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 90em) {
  .ap-footer__content {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .ap-footer__content {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-footer__content.-columns {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.3fr) minmax(0, 0.8fr);
    gap: 3rem;
  }
  .ap-footer__content.-columns .ap-footer__works {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .ap-footer__content.-columns .ap-footer__links {
    display: contents;
  }
}
.ap-footer__works {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #25272C;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-footer__works {
    margin-inline: 15px;
  }
}
.ap-footer__works > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, screen and (min-width: 64em) {
  .ap-footer__works > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.ap-footer__works a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 2.75rem;
  padding: 0.375rem 0.625rem;
  border-radius: 0.375rem;
  color: #dddded;
  -webkit-transition: background-color 150ms ease, color 150ms ease;
  transition: background-color 150ms ease, color 150ms ease;
  font-size: 0.875rem;
  text-decoration: none;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-footer__works a {
    gap: 0.5rem;
    padding-inline: 0.25rem;
    font-size: 0.8125rem;
  }
}
.ap-footer__works a:hover {
  color: #fefefe;
  background-color: rgba(41, 166, 233, 0.1);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.ap-footer__works svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.375rem;
  height: 1.375rem;
  color: #29a6e9;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-footer__works svg {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.ap-footer__works-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 1.75rem;
  margin: 0 0 1rem;
  color: #dddded;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
.ap-footer__section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 1.75rem;
  margin: 0 0 1rem;
  color: #8f8fa9;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
}
.ap-footer__links {
  display: grid;
  grid-template-columns: minmax(0, 1fr) -webkit-max-content;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: 1rem;
  color: #8f8fa9;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-footer__links {
    margin-inline: 15px;
    font-size: 0.75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .ap-footer__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
  }
}
.ap-footer__links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ap-footer__links li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 2rem;
}
.ap-footer__links a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  min-height: 2rem;
  color: inherit;
  text-decoration: none;
}
.ap-footer__links a:hover {
  color: #dddded;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.ap-footer__links img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.ap-footer__links .ap-footer__license {
  display: block;
  padding-block: 0.3rem;
  font-size: 0.75rem;
}
.ap-footer__links .ap-footer__license span {
  display: inline-block;
}

@media print, screen and (max-width: 39.99875em) {
  .ap-header {
    margin: 0 0 1.75rem 0;
    padding: 2.5rem 0 1.5rem 0;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-header {
    margin: 0 0 2rem 0;
    padding: 3rem 0 1.5rem 0;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-header {
    margin: 0 0 2rem 0;
    padding: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .ap-header__frame {
    text-align: center;
  }
}
@media print, screen and (min-width: 40em) {
  .ap-header__frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .ap-header__title {
    margin: 0 1.5rem 0 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-header__title {
    margin: 0 1.5rem 0 0;
    padding: 0;
    font-size: 1.125rem;
    font-weight: 600;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-header__title {
    margin: 0;
    padding: 0;
    font-size: 1.875rem;
    font-weight: 900;
  }
}
@media screen and (min-width: 75em) {
  .ap-header__title {
    font-size: 2rem;
  }
}

.ap-likebutton {
  --like-icon-size: 20px;
  --like-inactive-color: #dddded;
  --like-ready-color: #fff;
  --like-active-color: #ff5bc7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  color: var(--like-inactive-color);
  cursor: pointer;
  /* サイズ設定 */
}
.ap-likebutton[data-size=medium] {
  --like-icon-size: 24px;
}
.ap-likebutton {
  /* 選択状態 */
}
.ap-likebutton[aria-pressed=true] {
  color: var(--like-active-color);
}
.ap-likebutton[aria-pressed=true] .ap-likebutton__icon {
  --favorite-fill: currentColor;
  -webkit-animation: like-pop 350ms ease;
          animation: like-pop 350ms ease;
}
.ap-likebutton:not([aria-pressed=true]):hover {
  color: var(--like-active-color);
}
.ap-likebutton {
  /* SVG共通設定 */
}
.ap-likebutton__icon {
  overflow: visible;
  display: block;
  width: var(--like-icon-size);
  height: auto;
  aspect-ratio: 1;
  color: currentColor;
}
.ap-likebutton__label {
  font-size: 0.8rem;
}
.ap-likebutton__count {
  margin: 0;
}
.ap-likebutton small {
  display: block;
  margin: 0.5rem 0 0 0;
  font-size: 0.75rem;
  color: #8f8fa9;
}

@-webkit-keyframes like-pop {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  45% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes like-pop {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  45% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ap-likebutton__icon {
    -webkit-transition: none;
    transition: none;
  }
  .ap-likebutton[aria-pressed=true] .ap-likebutton__icon {
    -webkit-animation: none;
            animation: none;
  }
}
.ap-linkbutton {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  color: #8f8fa9;
  border: 1px solid #25272C;
  border-radius: 4px;
}
.ap-linkbutton:hover {
  color: #dddded;
  border-color: #dddded;
}
.ap-linkbutton:hover:after {
  border-color: #dddded;
}
.ap-linkbutton:after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #8f8fa9;
  border-right: 1px solid #8f8fa9;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ap-loadmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
  margin: 1.75rem 0 0;
  padding: 0.875rem 1rem;
  min-height: 44px;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  background: transparent;
  border: 1px solid #25272C;
  border-radius: 4px;
  color: #dddded;
  cursor: pointer;
  -webkit-transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}
.ap-loadmore::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 0.375rem;
  height: 0.375rem;
  margin-top: -0.2rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ap-loadmore[href]::after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ap-loadmore:hover:not(:disabled) {
  color: #FFDB48;
  border-color: rgba(255, 219, 72, 0.5);
  background-color: rgba(41, 166, 233, 0.04);
}
.ap-loadmore:active:not(:disabled) {
  background-color: rgba(41, 166, 233, 0.08);
}
.ap-loadmore:disabled {
  color: #5e5e80;
  cursor: default;
}
@media (prefers-reduced-motion: reduce) {
  .ap-loadmore {
    -webkit-transition: none;
    transition: none;
  }
}

.ap-login {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .ap-login {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-login {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-login {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 90em) {
  .ap-login {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
.ap-login {
  width: 100%;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-login {
    margin-top: 3rem;
  }
}
@media print, screen and (min-width: 40em) {
  .ap-login {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-login {
    padding: 5rem 0;
  }
}
.ap-login > form {
  background-color: #15181B;
  border: 1px solid #25272C;
  border-radius: 4px;
  padding: 1.5rem;
}
.ap-login__actions {
  margin: 2rem 0 0 0;
  text-align: center;
}
.ap-login__reset {
  margin: 2rem 0 0 0;
  text-align: center;
}
.ap-login__alt {
  margin: 2rem 0 0 0;
  padding: 2rem 0 0 0;
  border-top: 1px solid #25272C;
  text-align: center;
}
.ap-login__alt > a {
  color: #fefefe;
}
.ap-login__alt > a:hover {
  color: #FFDB48;
}
.ap-login__google {
  margin: 0 0 1.5rem 0;
}

.ap-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-main {
    margin-bottom: 3.5rem;
    padding: 1.5rem 0 0 0;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-main {
    margin-bottom: 4.5rem;
    padding: 1.5rem 0 0 0;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-main {
    margin-bottom: 4.5rem;
    padding: 1.5rem 0 0 0;
  }
}
@media screen and (min-width: 75em) {
  .ap-main {
    margin-bottom: 5.5rem;
    padding: 1.5rem 0 0 0;
  }
}

.ap-message {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  margin: 0 auto;
}

.ap-message-bubble {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  max-width: min(78%, 31.25rem);
  padding: 0.6875rem 0.875rem 0.5rem;
  color: #dddded;
  background-color: #1C1C36;
  border: 1px solid rgba(254, 254, 254, 0.06);
  border-radius: 0.25rem 0.875rem 0.875rem 0.875rem;
}
.ap-message-bubble.-received.-with-avatar {
  margin-left: 2.5rem;
}
.ap-message-bubble__avatar {
  position: absolute;
  top: 0;
  left: -2.5rem;
  width: 2rem;
  height: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #1C1C36;
  border: 1px solid rgba(254, 254, 254, 0.12);
  border-radius: 50%;
}
.ap-message-bubble.-sent {
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: #fefefe;
  background-color: #244f9f;
  border-color: rgba(111, 156, 255, 0.28);
  border-radius: 0.875rem 0.25rem 0.875rem 0.875rem;
}
.ap-message-bubble.-sent time {
  color: rgba(254, 254, 254, 0.68);
}
.ap-message-bubble p {
  max-width: 46em;
  margin: 0;
  color: inherit;
  font-size: 0.875rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  text-wrap: pretty;
}
.ap-message-bubble time {
  display: block;
  margin-top: 0.25rem;
  color: #b2b2c0;
  font-size: 0.6875rem;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  text-align: right;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-message-bubble {
    max-width: 86%;
    padding: 0.625rem 0.75rem 0.4375rem;
  }
}

.ap-message-composer {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  padding: 0.875rem 1rem 1rem;
  background-color: rgba(15, 20, 35, 0.86);
  border-top: 1px solid #25272C;
}
.ap-message-composer__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  overflow: hidden;
  background-color: rgba(28, 28, 54, 0.78);
  border: 1px solid #383B47;
  border-radius: 4px;
  -webkit-transition: border-color 160ms ease, background-color 160ms ease, -webkit-box-shadow 160ms ease;
  transition: border-color 160ms ease, background-color 160ms ease, -webkit-box-shadow 160ms ease;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease, -webkit-box-shadow 160ms ease;
}
.ap-message-composer__field:hover {
  border-color: rgba(254, 254, 254, 0.28);
}
.ap-message-composer__field:focus-within {
  background-color: #1C1C36;
  border-color: #29a6e9;
  -webkit-box-shadow: 0 0 0 2px rgba(41, 166, 233, 0.14);
          box-shadow: 0 0 0 2px rgba(41, 166, 233, 0.14);
}
.ap-message-composer__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  min-height: 3rem;
  max-height: 9rem;
  margin: 0;
  padding: 0.6875rem 0.8125rem;
  resize: vertical;
  color: #dddded;
  font-size: 0.875rem;
  line-height: 1.55;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ap-message-composer__input:focus {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ap-message-composer__send {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 4.25rem;
  min-height: 2.5rem;
  margin: 0.375rem;
  padding: 0.5625rem 0.9375rem;
  color: #fefefe;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  cursor: pointer;
  background-color: var(--mt-accent);
  border: 0;
  border-radius: 0.3125rem;
  -webkit-transition: background-color 160ms ease, -webkit-transform 160ms ease;
  transition: background-color 160ms ease, -webkit-transform 160ms ease;
  transition: background-color 160ms ease, transform 160ms ease;
  transition: background-color 160ms ease, transform 160ms ease, -webkit-transform 160ms ease;
}
.ap-message-composer__send:hover {
  color: #fefefe;
  background-color: #356fdc;
}
.ap-message-composer__send:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media print, screen and (min-width: 40em) {
  .ap-message-composer {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .ap-message-composer {
    padding: 0.625rem 0.75rem 0.75rem;
  }
  .ap-message-composer__input {
    min-height: 2.75rem;
    padding: 0.5625rem 0.6875rem;
  }
  .ap-message-composer__send {
    min-width: 3.875rem;
    min-height: 2.375rem;
    margin: 0.3125rem;
    padding-right: 0.8125rem;
    padding-left: 0.8125rem;
  }
}

.ap-message-list {
  background-color: transparent;
}
.ap-message-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  min-height: 4.875rem;
  margin: 0;
  padding: 0.9375rem 0.75rem;
  color: #dddded;
  text-decoration: none;
  border-bottom: 1px solid #25272C;
  -webkit-transition: background-color 160ms ease;
  transition: background-color 160ms ease;
}
.ap-message-list__item:last-child {
  border-bottom: 0;
}
.ap-message-list__item:hover {
  color: #dddded;
  text-decoration: none;
  background-color: rgba(254, 254, 254, 0.04);
}
.ap-message-list__item.-unread {
  background-color: transparent;
}
.ap-message-list__avatar {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.875rem;
          flex: 0 0 2.875rem;
  width: 2.875rem;
  height: 2.875rem;
  overflow: hidden;
  background-color: #1C1C36;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}
.ap-message-list__avatar-wrap {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.875rem;
          flex: 0 0 2.875rem;
}
.-unread .ap-message-list__avatar-wrap::after {
  content: "";
  position: absolute;
  top: -0.0625rem;
  right: -0.0625rem;
  width: 0.6875rem;
  height: 0.6875rem;
  background-color: #29a6e9;
  border: 2px solid #15181B;
  border-radius: 50%;
}
.ap-message-list__content {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.ap-message-list__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.875rem;
}
.ap-message-list__name {
  overflow: hidden;
  color: #dddded;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.-unread .ap-message-list__name {
  color: #fefefe;
  font-weight: bold;
}
.ap-message-list__time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #b2b2c0;
  font-size: 0.875rem;
}
.-unread .ap-message-list__time {
  color: #29a6e9;
  font-weight: bold;
}
.ap-message-list__preview {
  display: block;
  margin-top: 0.1875rem;
  overflow: hidden;
  color: #b2b2c0;
  font-size: 0.875rem;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.-unread .ap-message-list__preview {
  color: #dddded;
  font-weight: 500;
}

.ap-message-thread {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100dvh - 6.25rem);
  min-height: 32.5rem;
  overflow: hidden;
  background-color: #15181B;
  border: 1px solid #25272C;
  border-radius: 4px;
}
.ap-message-thread__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 4.5rem;
  padding: 0.75rem 1rem;
  background-color: rgba(15, 20, 35, 0.72);
  border-bottom: 1px solid #25272C;
}
.ap-message-thread__back {
  display: grid;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.5rem;
          flex: 0 0 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.5rem;
  color: #b2b2c0;
  text-decoration: none;
  place-items: center;
  border-radius: 50%;
  -webkit-transition: background-color 160ms ease, color 160ms ease, -webkit-transform 160ms ease;
  transition: background-color 160ms ease, color 160ms ease, -webkit-transform 160ms ease;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease, -webkit-transform 160ms ease;
}
.ap-message-thread__back svg {
  width: 1.25rem;
  height: 1.25rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ap-message-thread__back:hover {
  color: #fefefe;
  text-decoration: none;
  background-color: rgba(254, 254, 254, 0.06);
}
.ap-message-thread__back:active {
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
}
.ap-message-thread__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  min-width: 0;
  color: #fefefe;
  text-decoration: none;
}
.ap-message-thread__user:hover {
  color: #fefefe;
  text-decoration: none;
}
.ap-message-thread__avatar {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.625rem;
          flex: 0 0 2.625rem;
  width: 2.625rem;
  height: 2.625rem;
  overflow: hidden;
  background-color: #313156;
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(254, 254, 254, 0.12);
  border-radius: 50%;
}
.ap-message-thread__user-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
}
.ap-message-thread__name {
  overflow: hidden;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ap-message-thread__profile-label {
  color: #b2b2c0;
  font-size: 0.6875rem;
  line-height: 1.5;
}
.ap-message-thread__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  min-height: 0;
  padding: 1.5rem 1.25rem 1.75rem;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  scrollbar-color: #383B47 transparent;
}
.ap-message-thread__body::before {
  content: "";
  margin-top: auto;
}
.ap-message-thread__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin: 0.5rem 0 0.625rem;
  color: #b2b2c0;
  font-size: 0.6875rem;
  line-height: 1;
  text-align: center;
}
.ap-message-thread__date::before, .ap-message-thread__date::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 1px;
  background-color: rgba(254, 254, 254, 0.06);
}
.ap-message-thread__date time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media print, screen and (min-width: 40em) {
  .ap-message-thread__header {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .ap-message-thread__body {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .ap-message-thread {
    height: calc(100dvh - 7rem);
    min-height: 27.5rem;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }
  .ap-message-thread__header {
    min-height: 4rem;
    padding: 0.5rem 0.75rem;
  }
  .ap-message-thread__back {
    margin-right: 0.25rem;
  }
  .ap-message-thread__avatar {
    -ms-flex-preferred-size: 2.375rem;
        flex-basis: 2.375rem;
    width: 2.375rem;
    height: 2.375rem;
  }
  .ap-message-thread__body {
    padding: 1.125rem 0.75rem 1.375rem;
  }
}

.ap-messagecard {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .ap-messagecard {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-messagecard {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-messagecard {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 90em) {
  .ap-messagecard {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
.ap-messagecard {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 2rem;
  padding-bottom: 3rem;
  text-align: center;
}

/* @group controls */
/* @endgroup controls */
/* @group search form */

/* @endgroup search from */

.ap-collab-response-table {
  overflow: hidden;
  margin: 0;
  border: 1px solid #2b3a4f;
  border-radius: 4px;
  background: rgba(8, 17, 29, 0.42);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}
.ap-collab-response-table__table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}
.ap-collab-response-table__table th, .ap-collab-response-table__table td {
  padding: 0.9rem 1rem;
  font-size: 0.875rem;
  font-weight: normal;
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid rgba(76, 97, 124, 0.34);
}
.ap-collab-response-table__table td input {
  margin: 0;
}
.ap-collab-response-table__table tbody tr:last-child th, .ap-collab-response-table__table tbody tr:last-child td {
  border-bottom: 0;
}
.ap-collab-response-table.-details .ap-collab-response-table__table th {
  width: 10rem;
  color: #9cacc2;
  background: rgba(31, 55, 83, 0.34);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.025em;
}
.ap-collab-response-table.-details .ap-collab-response-table__table td {
  color: #e8edf5;
  font-weight: normal;
}
.ap-collab-response-table.-participants {
  overflow-x: auto;
  margin-bottom: 1.5rem;
}
.ap-collab-response-table.-participants .ap-collab-response-table__table {
  min-width: 30rem;
}
.ap-collab-response-table.-participants .ap-collab-response-table__table thead th {
  width: auto;
  color: #a9bad0;
  background: #101d2d;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.ap-collab-response-table.-participants .ap-collab-response-table__table tbody td {
  color: #dce3ed;
}
.ap-collab-response-table.-participants .ap-collab-response-table__table th:first-child,
.ap-collab-response-table.-participants .ap-collab-response-table__table td:first-child {
  width: 48%;
}
.ap-collab-response-table__primary {
  color: #dddded;
  font-weight: 600;
}
.ap-collab-response-table__nowrap {
  white-space: nowrap;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-collab-response-table.-details .ap-collab-response-table__table tr {
    display: grid;
    grid-template-columns: minmax(7.25rem, 0.8fr) minmax(0, 1.2fr);
  }
  .ap-collab-response-table.-details .ap-collab-response-table__table th {
    width: auto;
  }
  .ap-collab-response-table.-details .ap-collab-response-table__table th,
  .ap-collab-response-table.-details .ap-collab-response-table__table td {
    padding: 0.8rem;
  }
}

.ap-mypage {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .ap-mypage {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-mypage {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-mypage {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 90em) {
  .ap-mypage {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
.ap-mypage {
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .ap-mypage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-mypage {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
.ap-mypage__main {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ap-myworks {
  position: relative;
  margin: 0;
  padding: 0;
  border-spacing: 0;
  width: 100%;
  min-width: 0;
  table-layout: fixed;
  color: #dddded;
  background: transparent;
}
.ap-myworks th,
.ap-myworks td {
  padding: 0.875rem 0.75rem;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #2a3038;
}
.ap-myworks th.__title,
.ap-myworks td.__title {
  width: auto;
  min-width: 0;
}
.ap-myworks th.__status,
.ap-myworks td.__status {
  width: 10rem;
}
.ap-myworks td.__status span {
  position: relative;
  line-height: 1.35;
  font-size: 0.8rem;
}
.ap-myworks th.__collab,
.ap-myworks td.__collab {
  width: 8rem;
  font-size: 0.875rem;
  color: #979faf;
}
.ap-myworks th.__stats,
.ap-myworks td.__stats {
  width: 12rem;
}
.ap-myworks th.__action,
.ap-myworks td.__action {
  width: 3.25rem;
  text-align: center;
}
.ap-myworks td.__action input {
  margin: 0;
  padding: 0;
  height: auto;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  color: #ecba04;
}
.ap-myworks td.__action input:hover {
  color: #FF006D;
}
.ap-myworks thead {
  background: rgba(9, 13, 18, 0.42);
}
.ap-myworks thead th {
  color: #98a2b4;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  white-space: nowrap;
}
.ap-myworks tbody tr {
  position: relative;
  -webkit-transition: background-color 180ms ease;
  transition: background-color 180ms ease;
}
.ap-myworks tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.022);
}
.ap-myworks tbody tr:last-child td {
  border-bottom: 0;
}
.ap-myworks .ap-myworks-title {
  gap: 0.75rem;
}
.ap-myworks .ap-myworks-title__play {
  --myworks-play-size: 24px;
}
.ap-myworks .ap-myworks-title__play .ap-playbutton::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
}
.ap-myworks .ap-myworks-title__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ap-myworks .ap-myworks-title__body > a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  overflow-wrap: anywhere;
  white-space: normal;
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.45;
}
.ap-myworks .ap-myworks-title__owner .ap-username {
  max-width: 100%;
}
.ap-myworks .ap-myworks-title__owner .ap-username > span:last-child {
  min-width: 0;
  overflow-wrap: anywhere;
}
.ap-myworks .ap-myworks-stats-cell {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.625rem 0.5rem;
}
.ap-myworks .ap-myworks-collaboration {
  max-width: 100%;
}
.ap-myworks .ap-myworks-collaboration .ap-status-indicator {
  min-width: 0;
  white-space: normal;
}
@media screen and (min-width: 75em) {
  .ap-myworks th,
  .ap-myworks td {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .ap-myworks th.__stats,
  .ap-myworks td.__stats {
    width: 12.5rem;
  }
  .ap-myworks th.__collab,
  .ap-myworks td.__collab {
    width: 9.5rem;
  }
  .ap-myworks th.__action,
  .ap-myworks td.__action {
    width: 3.75rem;
  }
  .ap-myworks .ap-myworks-title {
    gap: 1rem;
  }
}
@media screen and (min-width: 90em) {
  .ap-myworks th.__stats,
  .ap-myworks td.__stats {
    width: 23.5rem;
  }
  .ap-myworks .ap-myworks-stats-cell {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media print, screen and (max-width: 63.99875em) {
  .ap-myworks {
    display: block;
  }
  .ap-myworks thead {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .ap-myworks tbody {
    display: block;
  }
  .ap-myworks tbody tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem 1rem;
    padding: 1rem;
    border-bottom: 1px solid #46505c;
  }
  .ap-myworks tbody tr:has(> .__title)::before {
    content: "";
    grid-column: 1/-1;
    grid-row: 2;
    border-top: 1px solid #2e3742;
  }
  .ap-myworks tbody tr:last-child {
    border-bottom: 0;
  }
  .ap-myworks td {
    display: block;
    min-width: 0;
    padding: 0;
    border: 0;
  }
  .ap-myworks td.__title {
    grid-column: 1/-1;
    grid-row: 1;
  }
  .ap-myworks td.__status {
    grid-column: 1/-1;
    grid-row: 3;
    width: auto;
  }
  .ap-myworks td.__collab {
    grid-column: 1;
    grid-row: 4;
    width: auto;
    align-self: center;
  }
  .ap-myworks td.__stats {
    grid-column: 1/-1;
    grid-row: 5;
    width: auto;
    padding-top: 0.75rem;
    border-top: 1px solid #2e3742;
  }
  .ap-myworks td.__action {
    grid-column: 2;
    grid-row: 4;
    width: auto;
    justify-self: end;
    align-self: center;
  }
  .ap-myworks .ap-myworks-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ap-myworks .ap-myworks-title__artwork {
    -ms-flex-preferred-size: 44px;
        flex-basis: 44px;
    width: 44px;
    height: 44px;
  }
  .ap-myworks .ap-myworks-title__play {
    --myworks-play-size: 28px;
    margin-top: 8px;
  }
  .ap-myworks .ap-myworks-title__body > a {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
  }
  .ap-myworks .ap-myworks-statuses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.4rem 1rem;
  }
  .ap-myworks .ap-myworks-statuses__item {
    margin: 0;
    white-space: normal;
  }
  .ap-myworks .ap-myworks-statuses__label {
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .ap-myworks .ap-myworks-actions__summary {
    width: 44px;
    height: 44px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ap-myworks .ap-myworks-detail {
    min-height: 44px;
  }
  .ap-myworks .ap-playbutton svg {
    width: 12px;
  }
  .ap-myworks .ap-myworks-stats-cell {
    gap: 0.5rem 0;
  }
  .ap-myworks .ap-myworks-stats-cell__item {
    min-height: 1.75rem;
  }
  .ap-myworks .ap-myworks-stats-cell__item:nth-child(even) {
    padding-left: 0.75rem;
    border-left: 1px solid #2e3742;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-myworks tbody tr {
    grid-template-columns: minmax(9rem, 1fr) minmax(9rem, 1fr) minmax(8rem, 1fr) auto;
    gap: 1rem;
  }
  .ap-myworks td.__title {
    grid-column: 1/4;
  }
  .ap-myworks td.__status {
    grid-column: 1;
  }
  .ap-myworks td.__collab {
    grid-column: 2;
    grid-row: 3;
    align-self: stretch;
    padding-left: 1rem;
    border-left: 1px solid #2e3742;
  }
  .ap-myworks td.__stats {
    grid-column: 3/-1;
    grid-row: 3;
    padding-top: 0;
    padding-left: 1rem;
    border-top: 0;
    border-left: 1px solid #2e3742;
  }
  .ap-myworks td.__action {
    grid-column: 4;
    grid-row: 1;
    align-self: start;
  }
  .ap-myworks .ap-myworks-statuses {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ap-myworks .ap-myworks-stats-cell__item:nth-child(even) {
    border-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-myworks .ap-playbutton svg {
    width: 9px;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-myworks.-with-detail th.__collab,
  .ap-myworks.-with-detail td.__collab {
    width: 6rem;
  }
  .ap-myworks.-with-detail th.__action,
  .ap-myworks.-with-detail td.__action {
    width: 5.25rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-myworks.-with-detail th.__collab,
  .ap-myworks.-with-detail td.__collab {
    width: 6.5rem;
  }
  .ap-myworks.-with-detail th.__action,
  .ap-myworks.-with-detail td.__action {
    width: 5.75rem;
  }
}

.ap-myworks-actions {
  position: relative;
  margin: 0;
}
.ap-myworks-actions__summary {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 1rem;
  height: 24px;
  cursor: pointer;
  list-style: none;
  color: #c9d0dc;
  -webkit-transition: color 180ms ease;
  transition: color 180ms ease;
}
.ap-myworks-actions__summary::-webkit-details-marker {
  display: none;
}
.ap-myworks-actions__summary:hover {
  color: #FFDB48;
}
.ap-myworks-actions__summary > svg {
  display: block;
  width: 16px;
  height: 24px;
  fill: currentColor;
}
.ap-myworks-actions.-compact > .ap-myworks-actions__summary {
  width: 28px;
  height: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: inherit;
}
.ap-myworks-actions.-compact > .ap-myworks-actions__summary:hover {
  color: #FFDB48;
}
.ap-myworks-actions.-compact > .ap-myworks-actions__summary > svg {
  width: 20px;
  height: 20px;
}
.ap-myworks-actions__list {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 51;
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.875rem;
  overflow: hidden;
  background: linear-gradient(145deg, #172130 0%, #101822 100%);
  border: 1px solid #35445a;
  -webkit-box-shadow: 0 16px 36px rgba(0, 0, 0, 0.34);
          box-shadow: 0 16px 36px rgba(0, 0, 0, 0.34);
  border-radius: 4px;
}
.ap-myworks-actions__list > li {
  border-bottom: 1px solid #2b3543;
  padding: 0.8rem 1.1rem;
  text-wrap: nowrap;
  white-space: none;
  -webkit-transition: background-color 180ms ease;
  transition: background-color 180ms ease;
}
.ap-myworks-actions__list > li:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
.ap-myworks-actions__list > li:last-child {
  border-bottom: 0;
}
.ap-myworks-actions__list > li > a,
.ap-myworks-actions__list > li > form > button {
  color: #eee;
}
.ap-myworks-actions__list > li > a:hover,
.ap-myworks-actions__list > li > form > button:hover {
  color: #FFDB48;
}
.ap-myworks-actions__list > li > form {
  margin: 0;
}
.ap-myworks-actions__list > li > form > button {
  display: block;
  width: 100%;
  padding: 0;
  font: inherit;
  line-height: inherit;
  text-align: left;
  background: none;
  border: 0;
  cursor: pointer;
}
.ap-myworks-actions.-compact > .ap-myworks-actions__list {
  font-size: 0.75rem;
  line-height: 1.5;
}
.ap-myworks-actions.-compact > .ap-myworks-actions__list > li {
  padding: 0.375rem 0.625rem;
}

.ap-myworks-actions.-sort > .ap-myworks-actions__summary,
.ap-myworks-actions.-view > .ap-myworks-actions__summary {
  width: 36px;
  height: 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #25272C;
  border-radius: 4px;
}
.ap-myworks-actions.-sort > .ap-myworks-actions__summary > svg,
.ap-myworks-actions.-view > .ap-myworks-actions__summary > svg {
  width: 20px;
  height: 20px;
}
.ap-myworks-actions.-sort > .ap-myworks-actions__list,
.ap-myworks-actions.-view > .ap-myworks-actions__list {
  top: calc(100% + 0.5rem);
  min-width: 15rem;
  max-width: calc(100vw - 2rem);
}
.ap-myworks-actions.-sort > .ap-myworks-actions__list > li,
.ap-myworks-actions.-view > .ap-myworks-actions__list > li {
  padding: 0;
  text-wrap: wrap;
}
.ap-myworks-actions.-sort > .ap-myworks-actions__list > li > a,
.ap-myworks-actions.-sort > .ap-myworks-actions__list > li > button,
.ap-myworks-actions.-view > .ap-myworks-actions__list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  width: 100%;
  padding: 0.75rem 1rem;
  color: #eee;
  font: inherit;
  text-align: left;
  background: none;
  border: 0;
  cursor: pointer;
}
.ap-myworks-actions.-sort > .ap-myworks-actions__list > li > a:hover,
.ap-myworks-actions.-sort > .ap-myworks-actions__list > li > button:hover,
.ap-myworks-actions.-view > .ap-myworks-actions__list > li > a:hover {
  color: #FFDB48;
}
.ap-myworks-actions.-sort > .ap-myworks-actions__list > li > a > svg,
.ap-myworks-actions.-sort > .ap-myworks-actions__list > li > button > svg,
.ap-myworks-actions.-view > .ap-myworks-actions__list > li > a > svg {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 16px;
  height: 16px;
  visibility: hidden;
}
.ap-myworks-actions.-sort > .ap-myworks-actions__list > li > a[aria-current=true], .ap-myworks-actions.-sort > .ap-myworks-actions__list > li > button[aria-current=true], .ap-myworks-actions.-view > .ap-myworks-actions__list > li > a[aria-current=page] {
  color: #29a6e9;
}
.ap-myworks-actions.-sort > .ap-myworks-actions__list > li > a[aria-current=true] > svg, .ap-myworks-actions.-sort > .ap-myworks-actions__list > li > button[aria-current=true] > svg, .ap-myworks-actions.-view > .ap-myworks-actions__list > li > a[aria-current=page] > svg {
  visibility: visible;
}
.ap-myworks-actions.-sort.-filter,
.ap-myworks-actions.-view.-filter {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: auto;
}
.ap-myworks-actions.-sort.-filter > .ap-myworks-actions__summary,
.ap-myworks-actions.-view.-filter > .ap-myworks-actions__summary {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #15181B;
  border-color: #383B47;
}

.ap-myworks-actions.-view > .ap-myworks-actions__list > li > a > svg {
  visibility: visible;
}
.ap-myworks-actions.-view > .ap-myworks-actions__list > li > a[aria-current=page]::after {
  content: "✓";
  margin-left: auto;
}

.ap-myworks-attr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem 0.65rem;
  margin: 0.2rem 0 0;
  padding: 0;
  list-style-type: none;
  color: #929caf;
  font-size: 0.78rem;
  font-variant-numeric: tabular-nums;
  line-height: 1.45;
}
.ap-myworks-attr > li {
  margin: 0;
}
.ap-myworks-attr__type {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.28rem;
  color: #c4cedd;
  letter-spacing: 0.04em;
}
.ap-myworks-attr__type > svg {
  width: 1rem;
  height: 1rem;
  stroke-width: 2;
}
.ap-myworks-attr__type.-lyrics > svg {
  color: var(--mt-type-lyrics);
}
.ap-myworks-attr__type.-original > svg {
  color: var(--mt-type-original);
}
.ap-myworks-attr__type.-cover > svg {
  color: var(--mt-type-cover);
}

.ap-myworks-collaboration {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  color: #b87cff;
  font-size: 0.875rem;
  line-height: 1.35;
}
.ap-myworks-collaboration {
  /*
   * 合意記録画面への導線。枠付きボタンを置くと列が詰まるため、
   * 状態ラベル自体をリンクにして、矢印で遷移できることを示す。
   */
}
.ap-myworks-collaboration__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.ap-myworks-collaboration__goto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
  width: 14px;
  height: 14px;
}
.ap-myworks-collaboration.-none {
  color: #81899a;
}

.ap-myworks-container {
  background-color: #15181B;
  border: 1px solid #25272C;
  border-radius: 4px;
  padding: 0;
  overflow: visible;
  border-color: #2a313b;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(128deg, rgba(20, 25, 31, 0.98), rgba(14, 19, 24, 0.98));
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025), 0 14px 34px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025), 0 14px 34px rgba(0, 0, 0, 0.1);
}

.ap-myworks-detail {
  display: inline-grid;
  place-items: center;
  min-width: 3.75rem;
  min-height: 2.1rem;
  padding: 0.35rem 0.7rem;
  color: #cbd5e2;
  border: 1px solid #287ff8;
  border-radius: 4px;
  background: rgba(13, 23, 34, 0.72);
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, -webkit-transform 120ms ease;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, -webkit-transform 120ms ease;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, transform 120ms ease;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, transform 120ms ease, -webkit-transform 120ms ease;
}
.ap-myworks-detail:hover {
  color: #fff;
  border-color: #168fda;
  background: rgba(12, 51, 76, 0.66);
}
.ap-myworks-detail:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.ap-myworks-filter {
  margin: 0;
  padding: 0.9rem 1rem 1rem;
  background-color: rgba(255, 255, 255, 0.012);
}
.ap-myworks-filter .ap-filter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
}
.ap-myworks-filter .ap-filter-row__item {
  position: relative;
}
.ap-myworks-filter .ap-filter-row__item > input,
.ap-myworks-filter .ap-filter-row__item > select {
  height: 42px;
  margin: 0;
  color: #e5eaf2;
  border-color: #36404e;
  border-radius: 4px;
  background-color: #0d1219;
  font-size: 0.875rem;
  -webkit-transition: border-color 180ms ease, background-color 180ms ease, -webkit-box-shadow 180ms ease;
  transition: border-color 180ms ease, background-color 180ms ease, -webkit-box-shadow 180ms ease;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, -webkit-box-shadow 180ms ease;
}
.ap-myworks-filter .ap-filter-row__item > input:hover,
.ap-myworks-filter .ap-filter-row__item > select:hover {
  border-color: #536071;
}
.ap-myworks-filter .ap-filter-row__item > input:focus,
.ap-myworks-filter .ap-filter-row__item > select:focus {
  border-color: #168fee;
  background-color: #101823;
  -webkit-box-shadow: 0 0 0 3px rgba(22, 143, 238, 0.12);
          box-shadow: 0 0 0 3px rgba(22, 143, 238, 0.12);
}
.ap-myworks-filter .ap-filter-row__item > select {
  min-width: 130px;
  padding-right: 2.5rem;
}
.ap-myworks-filter__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.ap-myworks-filter__label {
  display: block;
  margin: 0 0 0.4rem;
  color: #9da8b8;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
}
.ap-myworks-filter__keyword {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  min-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .ap-myworks-filter__keyword {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 220px;
            flex: 0 1 220px;
    min-width: min(100%, 220px);
  }
}
.ap-myworks-filter__keyword > input {
  width: 100%;
  padding-right: 3rem;
}
.ap-myworks-filter__keyword > input::-webkit-search-cancel-button {
  display: none;
}
.ap-myworks-filter__select {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 130px;
          flex: 1 1 130px;
  min-width: 130px;
}
.ap-myworks-filter__select > select {
  width: 100%;
  min-width: 0;
}
@media print, screen and (min-width: 40em) {
  .ap-myworks-filter__select {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.ap-myworks-filter__search {
  position: absolute;
  right: 0.2rem;
  bottom: 0.15rem;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  color: #8490a3;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  background: transparent;
  -webkit-transition: color 180ms ease, background-color 180ms ease;
  transition: color 180ms ease, background-color 180ms ease;
}
.ap-myworks-filter__search:hover {
  color: #33a9ff;
  background-color: rgba(255, 255, 255, 0.04);
}
.ap-myworks-filter__search > svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}
.ap-myworks-filter__submit {
  min-height: 42px;
  margin: 0;
  color: #e8edf5;
  border-color: #096fac;
  background: #0a1119;
}
.ap-myworks-filter__submit:hover {
  color: #fff;
  border-color: #169ced;
  background: #0d1a25;
}
.ap-myworks-filter__submit:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media print, screen and (max-width: 39.99875em) {
  .ap-myworks-filter {
    padding: 0.85rem;
  }
}

.ap-myworks-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 60px;
  padding: 0.75rem 1rem;
  border-top: 1px solid #29303a;
  color: #aeb7c6;
  font-size: 0.875rem;
}
.ap-myworks-footer > nav {
  margin: 0 auto;
}
.ap-myworks-footer .ap-pagination {
  margin: 0;
}

.ap-myworks-participation {
  min-width: 5.25rem;
  color: #b2bbc9;
  font-size: 0.84rem;
}
.ap-myworks-participation.-pending {
  color: #f0b85b;
}
.ap-myworks-participation.-pending::before {
  background: #eaa63b;
  -webkit-box-shadow: 0 0 0 3px rgba(234, 166, 59, 0.13);
          box-shadow: 0 0 0 3px rgba(234, 166, 59, 0.13);
}
.ap-myworks-participation.-approved {
  color: #b88bfa;
}
.ap-myworks-participation.-approved::before {
  background: #9b67e9;
  -webkit-box-shadow: 0 0 0 3px rgba(155, 103, 233, 0.14);
          box-shadow: 0 0 0 3px rgba(155, 103, 233, 0.14);
}
.ap-myworks-participation.-rejected {
  color: #d98787;
}
.ap-myworks-participation.-rejected::before {
  background: #bd6262;
  -webkit-box-shadow: 0 0 0 3px rgba(189, 98, 98, 0.13);
          box-shadow: 0 0 0 3px rgba(189, 98, 98, 0.13);
}
.ap-myworks-participation.-withdrawn, .ap-myworks-participation.-removed {
  color: #8e98a8;
}
.ap-myworks-participation {
  /*
   * /myworks 側だけに出る状態。色は増やさず、既定のグレーと控えめグレーで表す。
   * 申請可能=これから動かせる（既定）、申請準備中=まだ動かせない（控えめ）。
   */
}

.ap-myworks-stats-cell {
  display: grid;
  grid-template-columns: repeat(4, minmax(4.2rem, 1fr));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ap-myworks-stats-cell svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  display: block;
  width: 15px;
  height: 15px;
  aspect-ratio: 1;
  color: #6f7b8d;
  -webkit-transition: color 180ms ease;
  transition: color 180ms ease;
}
.ap-myworks-stats-cell__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.32rem;
     -moz-column-gap: 0.32rem;
          column-gap: 0.32rem;
  color: #a8b1c2;
  font-size: 0.82rem;
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
  min-width: 0;
  white-space: nowrap;
}
.ap-myworks-stats-cell__item.-empty {
  visibility: hidden;
}
.ap-myworks-stats-cell__item.-zero {
  color: #67717f;
}
.ap-myworks-stats-cell__item.-zero svg {
  color: #4c5563;
}
.ap-myworks-stats-cell__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.32rem;
     -moz-column-gap: 0.32rem;
          column-gap: 0.32rem;
  color: #29a6e9;
  -webkit-transition: color 180ms ease, -webkit-transform 120ms ease;
  transition: color 180ms ease, -webkit-transform 120ms ease;
  transition: color 180ms ease, transform 120ms ease;
  transition: color 180ms ease, transform 120ms ease, -webkit-transform 120ms ease;
}
.ap-myworks-stats-cell__link svg {
  color: #29a6e9;
}
.ap-myworks-stats-cell__link:hover {
  color: #FFDB48;
}
.ap-myworks-stats-cell__link:hover svg {
  color: #FFDB48;
}
.ap-myworks-stats-cell__link:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.ap-myworks-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.9rem;
  width: auto;
  min-width: 0;
  padding: 0.75rem 1rem;
  border: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-myworks-stats {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.6rem;
    padding: 0.75rem 0.5rem;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-myworks-stats:nth-child(even) {
    border-left: 1px solid rgba(132, 149, 174, 0.25);
  }
  .ap-myworks-stats:nth-child(n+3) {
    border-top: 1px solid rgba(132, 149, 174, 0.2);
  }
}
@media print, screen and (min-width: 64em) {
  .ap-myworks-stats {
    border-left: 1px solid rgba(132, 149, 174, 0.28);
  }
  .ap-myworks-stats:first-child {
    border-left: 0;
  }
}
.ap-myworks-stats__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52px;
          flex: 0 0 52px;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  aspect-ratio: 1;
  border: 1px solid #dddded;
  border-radius: 50%;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-myworks-stats__icon {
    -ms-flex-preferred-size: 38px;
        flex-basis: 38px;
    width: 38px;
    height: 38px;
  }
}
.ap-myworks-stats__icon > svg {
  max-width: 50%;
  max-height: 50%;
}
.ap-myworks-stats__icon.-works {
  border-color: var(--mt-type-original);
}
.ap-myworks-stats__icon.-works > svg {
  max-width: 45%;
  max-height: 45%;
  color: var(--mt-type-original);
}
.ap-myworks-stats__icon.-played {
  border-color: var(--mt-community);
}
.ap-myworks-stats__icon.-played > svg {
  max-width: 45%;
  max-height: 45%;
  color: var(--mt-community);
}
.ap-myworks-stats__icon.-viewed {
  border-color: var(--mt-type-public-domain);
}
.ap-myworks-stats__icon.-viewed > svg {
  color: var(--mt-type-public-domain);
}
.ap-myworks-stats__icon.-liked {
  border-color: var(--mt-type-lyrics);
}
.ap-myworks-stats__icon.-liked > svg {
  color: var(--mt-type-lyrics);
}
.ap-myworks-stats__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  min-width: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-myworks-stats__item {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 0.75rem;
  }
}
.ap-myworks-stats__title {
  margin: 0;
  color: #bac3d0;
  font-size: 0.8125rem;
  font-weight: 400;
  white-space: nowrap;
}
.ap-myworks-stats__value {
  margin-top: 0.25rem;
  color: #f5f8ff;
  font-size: clamp(1rem, 1.15vw, 1.25rem);
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}
.ap-myworks-stats__value > small {
  color: inherit;
  font-size: 0.75em;
  font-weight: normal;
}

.ap-myworks-stats-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  margin: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-myworks-stats-container {
    padding: 0.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-myworks-stats-container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.ap-myworks-storage-usage {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: -webkit-max-content minmax(7rem, 1fr) -webkit-max-content;
  grid-template-columns: max-content minmax(7rem, 1fr) max-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin: 0.75rem 1rem 0;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(132, 149, 174, 0.22);
}
@media print, screen and (max-width: 39.99875em) {
  .ap-myworks-storage-usage {
    grid-template-columns: minmax(0, 1fr) -webkit-max-content;
    grid-template-columns: minmax(0, 1fr) max-content;
    gap: 0.625rem 0.75rem;
    margin: 0.5rem 0.5rem 0;
    padding: 0.875rem 0 0.25rem;
  }
}
.ap-myworks-storage-usage__title {
  color: #bac3d0;
  font-size: 0.8125rem;
  font-weight: 400;
  white-space: nowrap;
}
.ap-myworks-storage-usage__track {
  display: block;
  width: 100%;
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(132, 149, 174, 0.28);
}
@media print, screen and (max-width: 39.99875em) {
  .ap-myworks-storage-usage__track {
    grid-column: 1/-1;
    grid-row: 2;
  }
}
.ap-myworks-storage-usage__bar {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: #FFDB48;
}
.ap-myworks-storage-usage__value {
  color: #f5f8ff;
  font-size: 0.8125rem;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-myworks-storage-usage__value {
    grid-column: 2;
    grid-row: 1;
  }
}

/*
 * 作品の状態表示（公開 / 限定公開 / 下書き / 要対応）。
 *
 * 塗りのバッジをやめ、文字色だけで区別する。行の中で色面が競合せず、
 * コラボ状況（.ap-myworks-participation）と同じ「色は文字に乗せる」方針に揃う。
 */
.ap-myworks-statuses {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ap-myworks-statuses__item {
  margin: 0 0 0.35rem 0;
  font-size: 0.8rem;
  white-space: nowrap;
}
.ap-myworks-statuses__item:last-child {
  margin-bottom: 0;
}

.ap-myworks-statuses__label {
  color: #dddded;
  font-size: 0.8rem;
}
.ap-myworks-statuses__label.-public {
  color: #29a6e9;
}
.ap-myworks-statuses__label.-public::before {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #29a6e9;
  -webkit-box-shadow: 0 0 0 3px rgba(41, 166, 233, 0.14);
          box-shadow: 0 0 0 3px rgba(41, 166, 233, 0.14);
}
.ap-myworks-statuses__label.-members_only {
  color: #15be69;
}
.ap-myworks-statuses__label.-members_only::before {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #15be69;
  -webkit-box-shadow: 0 0 0 3px rgba(21, 190, 105, 0.14);
          box-shadow: 0 0 0 3px rgba(21, 190, 105, 0.14);
}
.ap-myworks-statuses__label.-draft {
  color: #8f8fa9;
}
.ap-myworks-statuses__label.-attention {
  color: #eca415;
}
.ap-myworks-statuses__label.-attention::before {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #eca415;
  -webkit-box-shadow: 0 0 0 3px rgba(236, 164, 21, 0.14);
          box-shadow: 0 0 0 3px rgba(236, 164, 21, 0.14);
}

.ap-myworks-table-wrap {
  overflow: visible;
  border-radius: 4px 4px 0 0;
}

.ap-myworks-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0;
  margin: 0;
  padding: 0 0.75rem;
  list-style-type: none;
  border-bottom: 1px solid #28313d;
  background-color: rgba(255, 255, 255, 0.014);
}
@media print, screen and (max-width: 39.99875em) {
  .ap-myworks-tabs {
    padding-inline: 0.35rem;
    overflow-x: auto;
  }
}
.ap-myworks-tabs > li {
  width: auto;
  margin: 0;
  text-align: left;
  border: 0;
}
.ap-myworks-tabs > li.-current > a {
  color: #f5f8ff;
}
.ap-myworks-tabs > li.-current > a::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.ap-myworks-tabs > li.-current > a > svg {
  color: #1aa0ff;
}
.ap-myworks-tabs > li.-current > a .ap-myworks-tabs__total {
  color: #f5f8ff;
  background-color: #0b9cf4;
}
.ap-myworks-tabs > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.65rem;
  padding: 0.7rem 1.25rem 0.85rem;
  color: #9ca7ba;
  font-size: 1rem;
  font-weight: 600;
  -webkit-transition: color 180ms ease, background-color 180ms ease;
  transition: color 180ms ease, background-color 180ms ease;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-myworks-tabs > li > a {
    padding-inline: 0.8rem;
    font-size: 0.9rem;
  }
}
.ap-myworks-tabs > li > a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  border-radius: 4px 4px 0 0;
  background: #0b9cf4;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 180ms ease;
  transition: -webkit-transform 180ms ease;
  transition: transform 180ms ease;
  transition: transform 180ms ease, -webkit-transform 180ms ease;
}
.ap-myworks-tabs > li > a:hover {
  color: #f5f8ff;
  background-color: rgba(255, 255, 255, 0.025);
}
.ap-myworks-tabs > li > a > svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  color: #a0a8bf;
}
.ap-myworks-tabs > li > a > span {
  padding: 0;
  border: 0;
}
.ap-myworks-tabs > li > a > .ap-myworks-tabs__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}
.ap-myworks-tabs > li > a .ap-myworks-tabs__total {
  display: inline-grid;
  place-items: center;
  min-width: 1.4rem;
  height: 1.4rem;
  padding: 0 0.4rem;
  color: #aeb7c6;
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 999px;
  font-size: 0.72rem;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  line-height: 1;
}
.ap-myworks-tabs > li > a > .ap-myworks-tabs__pending-count {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 1.4rem;
  height: 1.4rem;
  color: var(--mt-text-primary);
  background-color: #FF006D;
  border-radius: 50%;
  font-size: 0.7rem;
  font-variant-numeric: tabular-nums;
  font-weight: bold;
  line-height: 1;
}

.ap-myworks-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  min-width: 0;
}
.ap-myworks-title__artwork {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54px;
          flex: 0 0 54px;
  display: block;
  width: 54px;
  height: 54px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 4px;
  background-color: #111824;
}
.ap-myworks-title__play {
  --myworks-play-size: 35px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--myworks-play-size);
          flex: 0 0 var(--myworks-play-size);
  display: grid;
  place-items: center;
  width: var(--myworks-play-size);
  min-width: var(--myworks-play-size);
  height: var(--myworks-play-size);
}
.ap-myworks-title__play .ap-playbutton {
  width: 100%;
  height: 100%;
  margin: 0;
}
@media print, screen and (min-width: 64em) {
  .ap-myworks-title__play {
    --myworks-play-size: 27px;
  }
}
.ap-myworks-title__body {
  min-width: 0;
}
.ap-myworks-title__body > a {
  display: block;
  overflow: hidden;
  color: #f1f3f7;
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: color 180ms ease;
  transition: color 180ms ease;
}
.ap-myworks-title__body > a:hover {
  color: #FFDB48;
}
.ap-myworks-title__owner {
  margin-top: 0.3rem;
}
.ap-myworks-title__owner .ap-username {
  color: #929caf;
  font-size: 0.78rem;
  line-height: 1.45;
  -webkit-transition: color 180ms ease;
  transition: color 180ms ease;
}
.ap-myworks-title__owner .ap-username:hover {
  color: #FFDB48;
}

.ap-myworks-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid #28313d;
  border-radius: 4px 4px 0 0;
  background-color: #0b1017;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.ap-pagehead {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 2rem;
  margin: 0 0 1rem;
  padding: 1.5rem;
  overflow: hidden;
  border: 1px solid #1e3452;
  border-radius: 4px;
  background: radial-gradient(circle at 22% 22%, rgba(25, 107, 189, 0.2), transparent 23rem), radial-gradient(circle at 78% 76%, rgba(36, 73, 126, 0.12), transparent 25rem), linear-gradient(132deg, #0d1a2b 0%, #101d31 50%, #091321 100%);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 12px 36px rgba(0, 20, 48, 0.16);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 12px 36px rgba(0, 20, 48, 0.16);
}
.ap-pagehead::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.18;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
  background-size: 32px 32px;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(52%, transparent));
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 52%);
          mask-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(52%, transparent));
          mask-image: linear-gradient(90deg, #000, transparent 52%);
}
@media print, screen and (max-width: 39.99875em) {
  .ap-pagehead {
    gap: 1.5rem;
    padding: 1.25rem;
  }
}
@media screen and (min-width: 100em) {
  .ap-pagehead:has(.ap-myworks-stats-container) {
    grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.6fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ap-pagehead__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.75rem;
  min-width: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-pagehead__heading {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
  }
}
.ap-pagehead.-with-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.ap-pagehead.-with-actions .ap-pagehead__heading {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 18rem;
          flex: 1 1 18rem;
}
.ap-pagehead__actions {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: auto;
}
.ap-pagehead__actions > .ap-button {
  font-size: 13px;
}
.ap-pagehead__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  color: #148cff;
  border: 1px solid #0878dc;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 24px rgba(0, 116, 230, 0.08);
          box-shadow: inset 0 0 24px rgba(0, 116, 230, 0.08);
}
@media print, screen and (max-width: 39.99875em) {
  .ap-pagehead__icon {
    width: 58px;
    height: 58px;
  }
}
.ap-pagehead__icon > svg {
  display: block;
  width: 36px;
  height: 36px;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-pagehead__icon > svg {
    width: 30px;
    height: 30px;
  }
}
.ap-pagehead__title-group {
  min-width: 0;
}
.ap-pagehead__title {
  margin: 0;
  color: #f5f8ff;
  font-size: clamp(1.375rem, 1.8vw, 1.5rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-wrap: balance;
}
.ap-pagehead__description {
  margin: 0.9rem 0 0;
  max-width: 29rem;
  color: #c0c8d5;
  font-size: 0.875rem;
  line-height: 1.7;
  text-wrap: pretty;
}
.ap-pagehead.-lyrics {
  background: radial-gradient(circle at 20% 20%, rgba(148, 75, 202, 0.2), transparent 22rem), radial-gradient(circle at 80% 75%, rgba(95, 50, 145, 0.12), transparent 24rem), linear-gradient(132deg, #141523 0%, #171527 50%, #0d1220 100%);
}
.ap-pagehead.-lyrics .ap-pagehead__icon {
  color: #c264ed;
  border-color: #9140c0;
  -webkit-box-shadow: inset 0 0 24px rgba(177, 70, 224, 0.1);
          box-shadow: inset 0 0 24px rgba(177, 70, 224, 0.1);
}

.ap-name {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.ap-name > a {
  display: block;
  aspect-ratio: 800/122;
}
.ap-name > a > img {
  display: block;
}
@media print, screen and (max-width: 63.99875em) {
  .ap-name {
    padding: 15px 0;
    width: 100%;
  }
  .ap-name > a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    width: 160px;
  }
  .ap-name > a > img {
    display: block;
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 1rem 0 0.5rem;
    height: 70px;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .ap-name > a {
    display: block;
    margin: 0;
    width: 160px;
  }
  .ap-name > a > img {
    display: block;
    width: 100%;
  }
}
.ap-notification-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0;
  margin: 0 0 0.5rem 0;
  padding: 0;
  list-style-type: none;
  border-bottom: 1px solid #25272C;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-notification-tabs {
    overflow: auto hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.ap-notification-tabs > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-notification-tabs > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.ap-notification-tabs > li.-current > a {
  color: #fefefe;
}
.ap-notification-tabs > li.-current > a::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.ap-notification-tabs > li.-current > a > svg {
  color: var(--mt-accent-text);
}
.ap-notification-tabs__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1rem;
  color: #8f8fa9;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: color 180ms ease, background-color 180ms ease;
  transition: color 180ms ease, background-color 180ms ease;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-notification-tabs__item {
    padding-inline: 0.9rem;
    font-size: 0.875rem;
  }
}
.ap-notification-tabs__item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: var(--mt-accent-text);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 180ms ease;
  transition: -webkit-transform 180ms ease;
  transition: transform 180ms ease;
  transition: transform 180ms ease, -webkit-transform 180ms ease;
}
.ap-notification-tabs__item:hover {
  color: #fefefe;
  background-color: rgba(254, 254, 254, 0.03);
}
.ap-notification-tabs__item > svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.125rem;
          flex: 0 0 1.125rem;
  width: 1.125rem;
  height: 1.125rem;
  color: #b2b2c0;
  -webkit-transition: color 180ms ease;
  transition: color 180ms ease;
}

.ap-notification-list {
  background-color: transparent;
}

.ap-notification-item {
  position: relative;
  display: grid;
  grid-template-columns: 2.125rem minmax(0, 1fr) 12.5rem 3.25rem 0.875rem;
  grid-template-areas: "icon body work time action";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.875rem;
     -moz-column-gap: 0.875rem;
          column-gap: 0.875rem;
  margin: 0;
  padding: 0.75rem;
  border-bottom: 1px solid #25272C;
  -webkit-transition: background-color 160ms ease;
  transition: background-color 160ms ease;
}
@media print, screen and (max-width: 63.99875em) {
  .ap-notification-item {
    grid-template-columns: 2.125rem minmax(0, 1fr) auto 0.875rem;
    grid-template-areas: "icon body body body" "icon work time action";
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    row-gap: 0.5rem;
  }
}
.ap-notification-item:last-child {
  border-bottom: 0;
}
.ap-notification-item:hover, .ap-notification-item:focus-within {
  background-color: rgba(254, 254, 254, 0.055);
}
.ap-notification-item[data-rowlink] {
  cursor: pointer;
}
.ap-notification-item--unread {
  background-color: transparent;
}
.ap-notification-item__icon {
  grid-area: icon;
  position: relative;
  display: grid;
  place-items: center;
  width: 2.125rem;
  height: 2.125rem;
  color: #b2b2c0;
  background-color: #1C1C36;
  border-radius: 50%;
}
@media print, screen and (max-width: 63.99875em) {
  .ap-notification-item__icon {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.ap-notification-item__icon svg {
  display: block;
  width: 1.0625rem;
  height: 1.0625rem;
  color: currentColor;
}
.ap-notification-item__icon.-like {
  color: var(--mt-favorite);
}
.ap-notification-item__icon.-comment {
  color: var(--mt-community);
}
.ap-notification-item__icon.-reply {
  color: var(--mt-accent-text);
}
.ap-notification-item__icon.-follow {
  color: var(--mt-music);
}
.ap-notification-item--unread > .ap-notification-item__icon::after {
  content: "";
  position: absolute;
  top: -0.0625rem;
  right: -0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #29a6e9;
  border: 2px solid #020515;
  border-radius: 50%;
}
.ap-notification-item__body {
  grid-area: body;
  min-width: 0;
  color: #8f8fa9;
  line-height: 1.8;
  overflow-wrap: anywhere;
}
.ap-notification-item__meta {
  min-width: 0;
  color: #8f8fa9;
}
.ap-notification-item__user {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  vertical-align: middle;
  color: #fefefe;
  font-weight: bold;
  text-decoration: none;
}
.ap-notification-item__user:hover {
  color: #FFDB48;
}
.ap-notification-item__avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.625rem;
          flex: 0 0 1.625rem;
  display: block;
  width: 1.625rem;
  height: 1.625rem;
  background-color: #1C1C36;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.ap-notification-item__work {
  grid-area: work;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  min-width: 0;
  text-decoration: none;
}
.ap-notification-item__artwork {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.375rem;
          flex: 0 0 2.375rem;
  width: 2.375rem;
  height: 2.375rem;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #1C1C36;
  border-radius: 4px;
}
.ap-notification-item__target {
  min-width: 0;
  color: #fefefe;
  font-size: 0.9375rem;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ap-notification-item__time {
  grid-area: time;
  color: #b2b2c0;
  font-size: 0.8125rem;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  text-align: right;
}
@media print, screen and (max-width: 63.99875em) {
  .ap-notification-item__time {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.ap-notification-item__action {
  grid-area: action;
  display: grid;
  place-items: center;
  color: #5e5e80;
  -webkit-transition: color 180ms ease;
  transition: color 180ms ease;
}
@media print, screen and (max-width: 63.99875em) {
  .ap-notification-item__action {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.ap-notification-item__action:hover, .ap-notification-item:hover .ap-notification-item__action {
  color: #fefefe;
}
.ap-notification-item__action svg {
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  color: currentColor;
}

.ap-notification-empty {
  border-radius: 4px;
  background-color: #15181B;
}
@media print, screen and (min-width: 64em) {
  .ap-notification-empty {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-notification-empty {
    padding: 2rem;
  }
}
.ap-notification-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  text-align: center;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-notification-empty {
    padding: 2.5rem 1rem;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-notification-empty {
    padding: 3rem 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-notification-empty {
    padding: 3.5rem 1.5rem;
  }
}
.ap-notification-empty__icon {
  display: grid;
  place-items: center;
  width: 3.5rem;
  height: 3.5rem;
  color: #b2b2c0;
  background-color: #1C1C36;
  border-radius: 50%;
}
.ap-notification-empty__icon svg {
  display: block;
  width: 1.625rem;
  height: 1.625rem;
  color: currentColor;
}
.ap-notification-empty__title {
  margin: 0;
  color: #fefefe;
  font-size: 1.125rem;
  font-weight: bold;
}
.ap-notification-empty__description {
  max-width: 34rem;
  margin: 0;
  color: #b2b2c0;
  line-height: 1.7;
  text-wrap: pretty;
}
.ap-notification-empty__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.ap-page {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .ap-page {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-page {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-page {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 90em) {
  .ap-page {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
.ap-page {
  color: #dddded;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-page {
    margin-top: 3rem;
    margin-bottom: 2.5rem;
  }
  .ap-page > h2 {
    margin: 2.25rem 0 1.25rem 0;
    padding: 0 0 0.875rem 0;
    font-size: 1.125rem;
    font-weight: normal;
    border-bottom: 1px solid #25272C;
  }
  .ap-page > h3 {
    margin: 1.75rem 0 1rem 0;
    font-size: 1rem;
    font-weight: bold;
    color: #dddded;
  }
  .ap-page > h3:before {
    display: inline-block;
    content: "";
    margin-right: 0.5rem;
    width: 0.75rem;
    height: 0.75rem;
    background-color: #dddded;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-page {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .ap-page > h2 {
    margin: 2.5rem 0 1.5rem 0;
    padding: 0 0 0.875rem 0;
    font-size: 1.25rem;
    font-weight: normal;
    border-bottom: 1px solid #25272C;
  }
  .ap-page > h3 {
    margin: 1.75rem 0 1rem 0;
    font-size: 1rem;
    font-weight: bold;
    color: #dddded;
  }
  .ap-page > h3:before {
    display: inline-block;
    content: "";
    margin-right: 0.5rem;
    width: 0.75rem;
    height: 0.75rem;
    background-color: #dddded;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-page {
    margin-top: 4.5rem;
    margin-bottom: 3.75rem;
  }
  .ap-page > h2 {
    margin: 2.5rem 0 1.5rem 0;
    padding: 0 0 0.875rem 0;
    font-size: 1.25rem;
    font-weight: normal;
    border-bottom: 1px solid #25272C;
  }
  .ap-page > h3 {
    margin: 1.75rem 0 1rem 0;
    font-size: 1rem;
    font-weight: bold;
    color: #dddded;
  }
  .ap-page > h3:before {
    display: inline-block;
    content: "";
    margin-right: 0.5rem;
    width: 0.75rem;
    height: 0.75rem;
    background-color: #dddded;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .ap-page__heading {
    margin: 0 0 1.5rem 0;
    font-size: 1.25rem;
    font-weight: bold;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-page__heading {
    margin: 0 0 1.875rem 0;
    font-size: 1.5rem;
    font-weight: normal;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-page__heading {
    margin: 0 0 2rem 0;
    font-size: 1.5rem;
    font-weight: normal;
  }
}

.ap-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style-type: none;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-pagination {
    margin-top: 2rem;
  }
}
.ap-pagination > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 7rem;
  margin: 0;
  color: #dddded;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
}
.ap-pagination > li.sts-disabled, .ap-pagination > li.apf-disabled, .ap-pagination > li[aria-disabled=true], .ap-pagination > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  min-height: 42px;
  padding: 0.75rem 1rem;
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #383B47;
  border-radius: 4px;
}
.ap-pagination > li.sts-disabled, .ap-pagination > li.apf-disabled, .ap-pagination > li[aria-disabled=true] {
  color: #5e5e80;
  cursor: not-allowed;
  background-color: rgba(254, 254, 254, 0.015);
  border-color: #25272C;
}
.ap-pagination > li > a {
  width: 100%;
  -webkit-transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}
.ap-pagination > li > a:hover {
  color: #FFDB48;
  border-color: #FFDB48;
  background-color: rgba(254, 254, 254, 0.04);
}
.ap-pagination > li.ap-pagination-previous.sts-disabled::before, .ap-pagination > li.ap-pagination-previous.apf-disabled::before, .ap-pagination > li.ap-pagination-previous[aria-disabled=true]::before {
  content: "←";
}
.ap-pagination > li.ap-pagination-next > a::after {
  content: "→";
}

.ap-playbutton {
  --play-icon-size: 4px;
  --play-ready-color: #fff;
  --play-hover-color: #288edc;
  --play-active-color: #1883e1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  isolation: isolate;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  cursor: pointer;
  color: var(--play-ready-color);
  background-color: currentColor;
  -webkit-transition: background 180ms ease, -webkit-transform 180ms ease, -webkit-box-shadow 180ms ease;
  transition: background 180ms ease, -webkit-transform 180ms ease, -webkit-box-shadow 180ms ease;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, -webkit-transform 180ms ease, -webkit-box-shadow 180ms ease;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-playbutton {
    width: 35px;
    height: 35px;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-playbutton {
    width: 35px;
    height: 35px;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-playbutton {
    width: 27px;
    height: 27px;
  }
}
@media screen and (min-width: 75em) {
  .ap-playbutton {
    width: 27px;
    height: 27px;
  }
}
.ap-playbutton:hover {
  color: var(--play-hover-color);
}
.ap-playbutton svg {
  position: relative;
  z-index: 1;
  display: block;
  height: auto;
  aspect-ratio: 24/30;
  fill: #000;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-playbutton svg {
    width: 12px;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-playbutton svg {
    width: 13px;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-playbutton svg {
    width: 9px;
  }
}
@media screen and (min-width: 75em) {
  .ap-playbutton svg {
    width: 9px;
  }
}
.ap-playbutton.-player {
  --play-hover-color: #fff;
  --play-active-color: #fff;
  width: 40px;
  height: 40px;
}
.ap-playbutton.-player svg {
  width: 13px;
  fill: #232343;
}
.ap-playbutton.-player:disabled {
  opacity: 0.4;
  cursor: default;
}
.ap-playbutton > span {
  font-size: 0.8rem;
  font-weight: bold;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-playbutton__play {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-playbutton__play {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}
@media print, screen and (min-width: 64em) {
  .ap-playbutton__play {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
}
@media screen and (min-width: 75em) {
  .ap-playbutton__play {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
}
.ap-playbutton:not([data-playback-state=playing]) .ap-playbutton__pause {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .ap-playbutton,
  .ap-playbutton::before {
    -webkit-transition: none;
    transition: none;
  }
}
.ap-player {
  z-index: 10;
  width: 100%;
  background: #000;
}
@media print, screen and (max-width: 63.99875em) {
  .ap-player {
    position: sticky;
    top: 0;
    height: 70px;
    border-bottom: 1px solid #25272C;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-player {
    position: fixed;
    bottom: 0;
    height: 75px;
    border-top: 1px solid #25272C;
  }
}
.ap-player__frame {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .ap-player__frame {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-player__frame {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-player__frame {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 90em) {
  .ap-player__frame {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
.ap-player__frame {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  .ap-player__frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-player__frame {
    display: grid;
    grid-template-columns: minmax(0, 1fr) calc(35% - 3rem) minmax(0, 1fr);
    grid-template-areas: "info controls volume";
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}
.ap-player__controls {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-player__controls {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-player__controls {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    width: 65%;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-player__controls {
    grid-area: controls;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    padding: 0 1.5rem;
    width: 100%;
    border-left: 1px solid #25272C;
    border-right: 1px solid #25272C;
  }
}
@media screen and (min-width: 75em) {
  .ap-player__controls {
    padding: 0 2rem;
  }
}
.ap-player__bar {
  display: none;
}
.ap-player__bar {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 3px;
  background-color: #25272C;
  cursor: pointer;
}
.ap-player__loading-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  display: block;
  margin: auto;
  width: 100%;
  content: "";
}
.ap-player__loading-bar > span {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  content: "";
  background-color: rgb(71.9444444444, 75.8333333333, 85.5555555556);
}
.ap-player__seek-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 12;
  display: block;
  margin: auto 0;
  content: "";
  background-color: #fefefe;
}
.ap-player__time {
  display: none;
}
.ap-player__time {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 0.8rem;
}
.ap-player__time-current {
  width: 40%;
  text-align: right;
}
.ap-player__time-divider {
  margin: 0 0.25rem;
}
.ap-player__time-duration {
  width: 40%;
}
.ap-player__message {
  display: block;
}
.ap-player__message {
  font-size: 0.8rem;
  color: #72728F;
}
.ap-player__info {
  display: none;
}
.ap-player__info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  min-width: 0;
  line-height: 1.4;
  color: #fefefe;
}
.ap-player__info:hover {
  color: #FFDB48;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-player__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(30% - 2rem);
            flex: 0 0 calc(30% - 2rem);
    gap: 1rem;
    margin-top: 1px;
    font-size: 0.8rem;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-player__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(35% - 2rem);
            flex: 0 0 calc(35% - 2rem);
    gap: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-player__info {
    grid-area: info;
    gap: 1rem;
    width: 70%;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-player__info {
    width: 60%;
  }
}
.ap-player__artwork {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
  width: 44px;
  height: 44px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-player__artwork {
    -ms-flex-preferred-size: 32px;
        flex-basis: 32px;
    width: 32px;
    height: 32px;
  }
}
.ap-player__info-text {
  min-width: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-player__user, .ap-player__title {
    display: none;
  }
}
@media print, screen and (min-width: 40em) {
  .ap-player__user, .ap-player__title {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
.ap-player__title {
  margin-bottom: 0.25rem;
  font-weight: normal;
}
.ap-player__user {
  font-size: 0.8rem;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-player__info-alt {
    display: block;
  }
}
@media print, screen and (min-width: 40em) {
  .ap-player__info-alt {
    display: none;
  }
}
.ap-player__volume {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .ap-player__volume {
    grid-area: volume;
    justify-self: end;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    width: 120px;
  }
}
.ap-player__volume-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  display: block;
  content: "";
  margin: 0 3px 0 0;
  padding: 0;
  width: 20px;
  height: 16px;
  cursor: poiner;
  background: transparent url("../img/player-control.svg?v1a06121a222") no-repeat -44px 0/87px 25px;
}
.ap-player__volume-meter {
  position: relative;
  width: 100%;
  height: 3px;
  background-color: #777;
  cursor: pointer !important;
}
.ap-player__volume-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto 0;
  content: "";
  background-color: #fefefe;
  cursor: pointer !important;
}

.ap-preference-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem 1rem;
  margin: 0 0 1.25rem;
}
.ap-preference-summary__label {
  color: #8f8fa9;
  font-size: 0.8125rem;
}
.ap-preference-summary__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ap-preference-summary__items > li {
  padding: 0.375rem 0.75rem;
  color: #dddded;
  font-size: 0.875rem;
  line-height: 1.5;
  background-color: #15181B;
  border: 1px solid #25272C;
  border-radius: 4px;
}
.ap-preference-summary__edit {
  padding: 0.375rem 0;
  color: #8f8fa9;
  font-size: 0.75rem;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.ap-preference-summary__edit:hover {
  color: #dddded;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-preference-summary {
    padding: 0 1rem;
  }
}

.ap-relation {
  position: relative;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-relation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
    margin: 0;
    padding: 0.75rem 0.9375rem;
    border-bottom: 1px solid #25272C;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-relation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
    margin: 0;
    padding: 0.75rem 0;
    min-height: 3.75rem;
    border-bottom: 1px solid #25272C;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-relation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    margin: 0;
    padding: 1rem 1.5rem;
    min-height: 4.5rem;
    border-bottom: 1px solid #25272C;
  }
}
.ap-relation:last-child {
  border-bottom: 0;
}
.ap-relation__name > a::after {
  content: "";
  position: absolute;
  inset: 0;
}
.ap-relation:hover {
  background-color: rgba(254, 254, 254, 0.04);
}
.ap-relation__photo {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-relation__photo {
    width: 36px;
    height: 36px;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-relation__photo {
    width: 36px;
    height: 36px;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-relation__photo {
    width: 40px;
    height: 40px;
  }
}
.ap-relation__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin: 0 1rem 0 0;
  min-width: 0;
}
.ap-relation__name {
  padding: 0;
  line-height: 1.3;
  font-size: 1rem;
  font-weight: normal;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-relation__name {
    margin: 0;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-relation__name {
    margin: 0 0 auto 0;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-relation__name {
    margin: 0 0 auto 0;
  }
}
.ap-relation__name > a {
  color: #fefefe;
}
.ap-relation__name > a:hover {
  color: #FFDB48;
}
.ap-relation__description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  overflow-wrap: anywhere;
  margin: 0.25rem 0 0;
  max-width: 100%;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #8f8fa9;
}
@media print, screen and (min-width: 64em) {
  .ap-relation__description {
    font-size: 0.875rem;
  }
}
.ap-relation > form {
  position: relative;
  z-index: 1;
}
.ap-relation__button {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.85rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.875em 0.875em 0.65rem 0.875rem;
}
.ap-relation__button {
  background-color: #287ff8;
  color: #fefefe;
}
.ap-relation__button:hover, .ap-relation__button:focus {
  background-color: #29a6e9;
  color: #fefefe;
}
.ap-relation__button {
  position: relative;
  z-index: 1;
  padding: 0.6rem 0.75em 0.55rem 0.75rem;
}
.ap-relation__button.-followed {
  color: #fefefe;
  border: 0;
  background-color: #1C1C36;
}
.ap-relation__button.-followed:hover {
  color: #fefefe;
  background-color: #29a6e9;
}
.ap-relation__button.-status {
  cursor: default;
  pointer-events: none;
}
.ap-relation__button.-status:hover {
  background-color: #1C1C36;
}

.ap-relation-grid {
  background-color: #15181B;
  border: 1px solid #25272C;
  border-radius: 4px;
}
.ap-work__heading + .ap-relation-grid {
  border-top: 0;
  border-start-start-radius: 0;
  border-start-end-radius: 0;
}

.ap-resetpassword {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .ap-resetpassword {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-resetpassword {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-resetpassword {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 90em) {
  .ap-resetpassword {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
.ap-resetpassword {
  width: 100%;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-resetpassword {
    margin-top: 3rem;
  }
}
@media print, screen and (min-width: 40em) {
  .ap-resetpassword {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-resetpassword {
    padding: 5rem 0;
  }
}
.ap-resetpassword > form {
  background-color: #15181B;
  border: 1px solid #25272C;
  border-radius: 4px;
  padding: 1.5rem;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-resetpassword__title {
    margin: 0 0 1.5rem 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 600;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-resetpassword__title {
    margin: 0 0 1.5rem 0;
    padding: 0;
    font-size: 1.125rem;
    font-weight: 600;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-resetpassword__title {
    margin: 0 0 2rem 0;
    padding: 0;
    font-size: 1.5rem;
    font-weight: normal;
  }
}

.ap-notification-setting {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  color: #dddded;
  cursor: pointer;
}
.ap-notification-setting__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  color: #dddded;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}
.ap-notification-setting__icon svg {
  width: 1.75rem;
  height: 1.75rem;
}
.ap-notification-setting__main {
  min-width: 0;
}
.ap-notification-setting__title, .ap-notification-setting__description {
  display: block;
}
.ap-notification-setting__title {
  font-size: 1.125rem;
  font-weight: bold;
}
.ap-notification-setting__description {
  margin-top: 0.5rem;
  color: #8f8fa9;
  font-size: 0.875rem;
}
.ap-notification-setting__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: #8f8fa9;
  font-size: 0.875rem;
  white-space: nowrap;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-notification-setting {
    grid-template-columns: auto minmax(0, 1fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 1rem;
  }
  .ap-notification-setting__control {
    grid-column: 1/-1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.ap-notification-switch {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 3.25rem;
  height: 1.75rem;
}
.ap-notification-switch > input[type=checkbox] {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.ap-notification-switch > input[type=checkbox]:checked ~ .ap-notification-switch__mark {
  background-color: var(--mt-settings);
}
.ap-notification-switch > input[type=checkbox]:checked ~ .ap-notification-switch__mark::after {
  -webkit-transform: translateX(1.5rem);
          transform: translateX(1.5rem);
}
.ap-notification-switch__mark {
  position: absolute;
  inset: 0;
  background-color: #5e5e80;
  border-radius: 999px;
  -webkit-transition: background-color 180ms ease;
  transition: background-color 180ms ease;
}
.ap-notification-switch__mark::after {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 1.35rem;
  height: 1.35rem;
  background-color: #fefefe;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 180ms ease;
  transition: -webkit-transform 180ms ease;
  transition: transform 180ms ease;
  transition: transform 180ms ease, -webkit-transform 180ms ease;
}

.ap-signup {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .ap-signup {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-signup {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-signup {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 90em) {
  .ap-signup {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
.ap-signup {
  width: 100%;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-signup {
    margin-top: 3rem;
  }
}
@media print, screen and (min-width: 40em) {
  .ap-signup {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-signup {
    padding: 5rem 0;
  }
}
.ap-signup__title {
  margin: 0;
  border-bottom: 1px solid #25272C;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-signup__title {
    padding: 0 0 1.5rem 0;
    font-size: 1rem;
    font-weight: 600;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-signup__title {
    padding: 0 0 2rem 0;
    font-size: 1.125rem;
    font-weight: 600;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-signup__title {
    padding: 0 0 2rem 0;
    font-size: 1.5rem;
    font-weight: normal;
  }
}
@media screen and (min-width: 75em) {
  .ap-signup__title {
    padding: 0 0 3rem 0;
  }
}
.ap-signup__block {
  border-bottom: 1px solid #25272C;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-signup__block {
    padding: 1.25rem 0 1.5rem 0;
  }
}
@media print, screen and (min-width: 40em) {
  .ap-signup__block {
    padding: 1.75rem 0 2rem 0;
  }
}
@media screen and (min-width: 75em) {
  .ap-signup__block {
    padding: 2.75rem 0 3rem 0;
  }
}
.ap-signup__block > *:last-child {
  margin-bottom: 0 !important;
}

.ap-signup.-card {
  background-color: #15181B;
  border: 1px solid #25272C;
  border-radius: 4px;
  padding: 1.5rem;
}

.ap-signup.-register,
.ap-signup.-verify,
.ap-signup.-terms {
  margin-right: auto;
  margin-left: auto;
  max-width: 480px;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-signup.-register,
  .ap-signup.-verify,
  .ap-signup.-terms {
    margin-top: 2rem;
    width: calc(100% - 1.5rem);
    padding: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .ap-signup.-register,
  .ap-signup.-verify,
  .ap-signup.-terms {
    padding: 2.25rem 0;
  }
}
.ap-signup.-register .ap-signup__header,
.ap-signup.-verify .ap-signup__header,
.ap-signup.-terms .ap-signup__header {
  margin: 0;
  padding: 0 0 1.75rem 0;
  border-bottom: 1px solid #30343b;
}
.ap-signup.-register .ap-signup__title,
.ap-signup.-verify .ap-signup__title,
.ap-signup.-terms .ap-signup__title {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.01em;
}
.ap-signup.-register .ap-signup__lead,
.ap-signup.-verify .ap-signup__lead,
.ap-signup.-terms .ap-signup__lead {
  margin: 0.75rem 0 0 0;
  color: #8f8fa9;
  font-size: 0.9375rem;
  line-height: 1.8;
}
.ap-signup.-register .ap-signup__block,
.ap-signup.-verify .ap-signup__block,
.ap-signup.-terms .ap-signup__block {
  padding: 1.75rem 0;
  border-color: #30343b;
}
.ap-signup.-register .ap-signup__section-title,
.ap-signup.-verify .ap-signup__section-title,
.ap-signup.-terms .ap-signup__section-title {
  margin: 0 0 1.25rem 0;
  color: #dddded;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.ap-signup.-register .ap-signup__label {
  display: block;
}
.ap-signup.-register .ap-edit-item:last-child {
  margin-bottom: 0;
}
.ap-signup.-register .ap-edit-action,
.ap-signup.-terms .ap-edit-action {
  margin-top: 2rem;
  text-align: center;
}
.ap-signup.-register .ap-signup__submit,
.ap-signup.-verify .ap-signup__submit,
.ap-signup.-terms .ap-signup__submit {
  width: 100%;
}
.ap-signup.-register .ap-signup__submit:active,
.ap-signup.-verify .ap-signup__submit:active,
.ap-signup.-terms .ap-signup__submit:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.ap-signup.-register .ap-signup__card {
  background-color: #15181B;
  border: 1px solid #25272C;
  border-radius: 4px;
}

.ap-signup.-register .ap-signup__card,
.ap-signup.-verify,
.ap-signup.-terms {
  border-color: #2d3440;
  background: linear-gradient(145deg, rgba(49, 66, 105, 0.16), transparent 42%), #15181B;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 24px 72px rgba(1, 7, 18, 0.24);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 24px 72px rgba(1, 7, 18, 0.24);
}
@media print, screen and (max-width: 39.99875em) {
  .ap-signup.-register .ap-signup__card,
  .ap-signup.-verify,
  .ap-signup.-terms {
    padding: 1.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .ap-signup.-register .ap-signup__card,
  .ap-signup.-verify,
  .ap-signup.-terms {
    padding: 2.25rem;
  }
}

.ap-signup.-register {
  max-width: 760px;
}
.ap-signup.-register .ap-signup__header {
  margin-bottom: 1.25rem;
  padding: 0;
  border-bottom: 0;
}
.ap-signup.-register .ap-signup__card {
  width: 100%;
  margin: 0;
}
.ap-signup.-register .ap-signup__oauth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ap-signup.-register .ap-signup__google-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
  width: 280px;
  min-height: 3.25rem;
  padding: 0.75rem 1rem;
  color: #dddded;
  background: rgba(3, 10, 26, 0.44);
  border: 1px solid #414754;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.45;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: border-color 180ms ease, background 180ms ease, -webkit-transform 180ms ease;
  transition: border-color 180ms ease, background 180ms ease, -webkit-transform 180ms ease;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, -webkit-transform 180ms ease;
}
.ap-signup.-register .ap-signup__google-button:hover {
  color: #dddded;
  background: rgba(3, 10, 26, 0.72);
  border-color: #68758a;
}
.ap-signup.-register .ap-signup__google-button:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.ap-signup.-register .ap-signup__divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin: 1.5rem 0 2rem 0;
  color: #8f8fa9;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
}
.ap-signup.-register .ap-signup__divider::before, .ap-signup.-register .ap-signup__divider::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 1px;
  background: #30343b;
}
.ap-signup.-register .ap-signup__divider span {
  white-space: nowrap;
}
.ap-signup.-register .ap-signup__body {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}
.ap-signup.-register .ap-signup__block {
  padding: 0 0 1.75rem 0;
  border-bottom: 0;
}
.ap-signup.-register .ap-signup__block.-account {
  padding-right: 2rem;
}
.ap-signup.-register .ap-signup__block.-policy {
  padding-left: 2rem;
  border-left: 1px solid #30343b;
}
.ap-signup.-register .ap-signup__block-head {
  margin-bottom: 1.25rem;
}
.ap-signup.-register .ap-signup__block-head .ap-signup__section-title {
  margin-bottom: 0.5rem;
}
.ap-signup.-register .ap-signup__block-head p {
  margin: 0;
  color: #8f8fa9;
  font-size: 0.875rem;
  line-height: 1.75;
}
.ap-signup.-register .ap-signup__policies {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ap-signup.-register .ap-signup__policies a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.75rem;
  min-height: 3.25rem;
  padding: 0.75rem 0.875rem;
  color: #dddded;
  background: rgba(3, 10, 26, 0.44);
  border: 1px solid #343945;
  border-radius: 4px;
  font-size: 0.875rem;
  line-height: 1.45;
  text-decoration: none;
  -webkit-transition: border-color 180ms ease, background 180ms ease;
  transition: border-color 180ms ease, background 180ms ease;
}
.ap-signup.-register .ap-signup__policies a:hover {
  background: rgba(3, 10, 26, 0.72);
  border-color: #50617e;
}
.ap-signup.-register .ap-signup__policies a svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 18px;
  height: 18px;
  color: #29a6e9;
}
.ap-signup.-register .ap-signup__consent {
  margin: 1rem 0 0 0;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid #30343b;
  border-radius: 4px;
}
.ap-signup.-register .ap-signup__consent .ap-edit-checkbox-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
  color: #dddded;
  line-height: 1.65;
}
.ap-signup.-register .ap-signup__consent .ap-edit-checkbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19px;
          flex: 0 0 19px;
  margin-top: 0.2rem;
}
.ap-signup.-register .ap-signup__note {
  margin: 0;
  color: #8f8fa9;
  font-size: 0.8125rem;
  line-height: 1.6;
}
.ap-signup.-register .ap-edit-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  margin-top: 0;
  padding-top: 2rem;
  border-top: 1px solid #30343b;
  text-align: left;
}
.ap-signup.-register .ap-signup__submit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  width: 220px;
}
@media print, screen and (max-width: 63.99875em) {
  .ap-signup.-register {
    max-width: 480px;
  }
  .ap-signup.-register .ap-signup__google-button {
    width: 100%;
  }
  .ap-signup.-register .ap-signup__divider {
    gap: 0.75rem;
    margin: 1.25rem 0 1.75rem 0;
  }
  .ap-signup.-register .ap-signup__body {
    grid-template-columns: 1fr;
  }
  .ap-signup.-register .ap-signup__block.-account {
    padding-bottom: 1.75rem;
    padding-right: 0;
    border-bottom: 1px solid #30343b;
  }
  .ap-signup.-register .ap-signup__block.-policy {
    padding-top: 1.75rem;
    padding-bottom: 0;
    padding-left: 0;
    border-left: 0;
  }
  .ap-signup.-register .ap-edit-action {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.875rem;
    margin-top: 1.5rem;
    padding-top: 0;
    border-top: 0;
    text-align: center;
  }
  .ap-signup.-register .ap-signup__submit {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
  }
  .ap-signup.-register .ap-signup__note {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.ap-signup.-verify .ap-signup__header {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1.25rem;
}
.ap-signup.-verify .ap-signup__status-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  color: #91b7ff;
  background: rgba(50, 91, 166, 0.18);
  border: 1px solid rgba(112, 156, 236, 0.32);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.ap-signup.-verify .ap-signup__status-icon svg {
  width: 26px;
  height: 26px;
}
.ap-signup.-verify .ap-signup__block.-notice p:last-child {
  margin-bottom: 0;
  color: #8f8fa9;
  font-size: 0.875rem;
  line-height: 1.7;
}
.ap-signup.-verify .ap-signup__notice {
  margin: 0 0 0.75rem 0;
  padding: 1rem;
  color: #dddded;
  background: rgba(50, 91, 166, 0.14);
  border-left: 2px solid #6697eb;
  font-size: 0.9375rem;
  line-height: 1.75;
}
.ap-signup.-verify .ap-signup__block.-resend p {
  margin: 0 0 1.25rem 0;
  color: #8f8fa9;
  font-size: 0.875rem;
  line-height: 1.75;
}
.ap-signup.-verify .ap-signup__secondary {
  padding-top: 1.5rem;
}
.ap-signup.-verify .ap-signup__secondary form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-signup.-verify .ap-signup__secondary form {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .ap-signup.-verify .ap-signup__header {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .ap-signup.-verify .ap-signup__title {
    font-size: 1.375rem;
  }
}

.ap-signup.-terms {
  max-width: 680px;
}
.ap-signup.-terms .ap-signup__header {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1.25rem;
}
.ap-signup.-terms .ap-signup__status-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  color: #91b7ff;
  background: rgba(50, 91, 166, 0.18);
  border: 1px solid rgba(112, 156, 236, 0.32);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.ap-signup.-terms .ap-signup__status-icon svg {
  width: 26px;
  height: 26px;
}
.ap-signup.-terms .ap-signup__block p {
  color: #8f8fa9;
  font-size: 0.875rem;
  line-height: 1.8;
}
.ap-signup.-terms .ap-signup__terms-intro {
  padding: 1rem 1.125rem;
  background: rgba(50, 91, 166, 0.12);
  border-left: 2px solid #6697eb;
}
.ap-signup.-terms .ap-signup__terms-intro p {
  margin: 0 0 0.75rem 0;
}
.ap-signup.-terms .ap-signup__terms-intro p:first-child {
  color: #dddded;
  font-weight: 500;
}
.ap-signup.-terms .ap-signup__terms-intro p:last-child {
  margin-bottom: 0;
}
.ap-signup.-terms .ap-signup__terms-changes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.875rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ap-signup.-terms .ap-signup__terms-changes li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0.625rem;
  color: #dddded;
  font-size: 0.875rem;
  line-height: 1.65;
}
.ap-signup.-terms .ap-signup__terms-changes svg {
  width: 20px;
  height: 20px;
  margin-top: 0.125rem;
  color: #91b7ff;
}
.ap-signup.-terms .ap-signup__terms-document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  min-height: 3.5rem;
  padding: 0.875rem 1rem;
  color: #dddded;
  background: rgba(3, 10, 26, 0.44);
  border: 1px solid #343945;
  border-radius: 4px;
  font-size: 0.875rem;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: border-color 180ms ease, background 180ms ease;
  transition: border-color 180ms ease, background 180ms ease;
}
.ap-signup.-terms .ap-signup__terms-document:hover {
  color: #dddded;
  background: rgba(3, 10, 26, 0.72);
  border-color: #50617e;
}
.ap-signup.-terms .ap-signup__terms-document svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 18px;
  height: 18px;
  color: #29a6e9;
}
.ap-signup.-terms .ap-signup__terms-form {
  margin-top: 1.25rem;
}
.ap-signup.-terms .ap-signup__consent {
  margin: 0;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid #30343b;
  border-radius: 4px;
}
.ap-signup.-terms .ap-signup__consent .ap-edit-checkbox-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
  color: #dddded;
  line-height: 1.65;
}
.ap-signup.-terms .ap-signup__consent .ap-edit-checkbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19px;
          flex: 0 0 19px;
  margin-top: 0.2rem;
}
.ap-signup.-terms .ap-edit-action {
  margin-top: 1.25rem;
}
.ap-signup.-terms .ap-signup__submit:disabled {
  color: #b2b2c0;
  cursor: not-allowed;
  opacity: 0.52;
  -webkit-filter: saturate(0.25);
          filter: saturate(0.25);
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ap-signup.-terms .ap-signup__secondary {
  padding-top: 1.5rem;
}
.ap-signup.-terms .ap-signup__secondary form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-signup.-terms .ap-signup__header {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .ap-signup.-terms .ap-signup__title {
    font-size: 1.375rem;
  }
}

.ap-status-indicator {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.45rem;
  color: #b2bbc9;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.35;
  white-space: nowrap;
}
.ap-status-indicator::before {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #687385;
  -webkit-box-shadow: 0 0 0 3px rgba(104, 115, 133, 0.12);
          box-shadow: 0 0 0 3px rgba(104, 115, 133, 0.12);
}
.ap-status-indicator.-draft, .ap-status-indicator.-none {
  color: #8e98a8;
}
.ap-status-indicator.-draft::before, .ap-status-indicator.-none::before {
  background: #687385;
  -webkit-box-shadow: 0 0 0 3px rgba(104, 115, 133, 0.12);
          box-shadow: 0 0 0 3px rgba(104, 115, 133, 0.12);
}
.ap-status-indicator.-approved {
  color: #b88bfa;
}
.ap-status-indicator.-approved::before {
  background: #9b67e9;
  -webkit-box-shadow: 0 0 0 3px rgba(155, 103, 233, 0.14);
          box-shadow: 0 0 0 3px rgba(155, 103, 233, 0.14);
}
.ap-status-indicator.-pending {
  color: #f0b85b;
}
.ap-status-indicator.-pending::before {
  background: #eaa63b;
  -webkit-box-shadow: 0 0 0 3px rgba(234, 166, 59, 0.13);
          box-shadow: 0 0 0 3px rgba(234, 166, 59, 0.13);
}

.ap-storage-usage__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  color: #dddded;
  font-size: 0.875rem;
}
.ap-storage-usage__value {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #8f8fa9;
  font-size: 0.8125rem;
  font-weight: normal;
}
.ap-storage-usage__track {
  display: block;
  width: 100%;
  height: 6px;
  margin-top: 0.625rem;
  overflow: hidden;
  border-radius: 999px;
  background: #25272C;
}
.ap-storage-usage__bar {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: #FFDB48;
}
.ap-storage-usage__remaining {
  margin: 0.5rem 0 0;
  color: #8f8fa9;
  font-size: 0.75rem;
  text-align: right;
}

.ap-agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.ap-agreement__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  background-color: rgba(44, 96, 199, 0.08);
  border: 1px solid rgba(76, 141, 255, 0.35);
  border-radius: 4px;
}
.ap-agreement__note > svg {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20px;
  height: 20px;
  margin-top: 0.15rem;
  color: var(--mt-accent-text);
}
.ap-agreement__note-title {
  margin: 0 0 0.25rem 0;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--mt-accent-text);
}
.ap-agreement__note-body {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.7;
}
.ap-agreement__columns {
  display: grid;
  gap: 1rem;
}
@media print, screen and (min-width: 40em) {
  .ap-agreement__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.ap-agreement__column {
  padding: 1.25rem;
  border: 1px solid #25272C;
  border-radius: 4px;
}
.ap-agreement__column.-allow {
  --agreement-mark: #3adb76;
}
.ap-agreement__column.-deny {
  --agreement-mark: #FF006D;
}
.ap-agreement__column-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--agreement-mark);
}
.ap-agreement__column-title > svg {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20px;
  height: 20px;
}
.ap-agreement__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
  line-height: 1.7;
}
.ap-agreement__list > li {
  position: relative;
  padding: 0.75rem 0 0.75rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.ap-agreement__list > li:first-child {
  border-top: 0;
}
.ap-agreement__list > li:before {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--agreement-mark);
}

.ap-agreement-dialog {
  width: min(880px, 100vw - 2rem);
  max-height: calc(100vh - 2rem);
  margin: auto;
  padding: 0;
  color: #dddded;
  background-color: #030A1A;
  border: 1px solid #25272C;
  border-radius: 4px;
}
.ap-agreement-dialog::-ms-backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}
.ap-agreement-dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}
.ap-agreement-dialog__header {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #25272C;
}
.ap-agreement-dialog__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
}
.ap-agreement-dialog__close {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  color: #dddded;
  background: none;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}
.ap-agreement-dialog__close > svg {
  width: 20px;
  height: 20px;
}
.ap-agreement-dialog__close:hover {
  background-color: var(--mt-hover-overlay);
}
.ap-agreement-dialog__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-y: auto;
  padding: 1.5rem;
}
.ap-agreement-dialog__footer {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem 1.5rem;
  border-top: 1px solid #25272C;
}
.ap-agreement-dialog__done {
  padding: 0.5rem 1.5rem;
  color: #fefefe;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  background-color: var(--mt-accent);
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.1s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.1s ease;
  transition: background-color 0.2s ease, transform 0.1s ease;
  transition: background-color 0.2s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
}
.ap-agreement-dialog__done:hover {
  background-color: var(--mt-accent-hover);
}
.ap-agreement-dialog__done:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.ap-submitwork {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .ap-submitwork {
    padding-bottom: 4.5rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-submitwork {
    padding-bottom: 5.5rem;
  }
}
.ap-submitwork__title {
  margin: 0 0 2rem 0;
  font-size: 1.5rem;
  font-weight: bold;
}
@media print, screen and (min-width: 64em) {
  .ap-submitwork__title {
    margin: 0 auto 0 0;
    font-size: 1.875rem;
  }
}
.ap-submitwork__section {
  margin: 0 0 1.5rem 0;
  padding: 0 0 1.5rem 0;
  border-bottom: 1px solid #25272C;
}
@media screen and (min-width: 75em) {
  .ap-submitwork__section {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
.ap-submitwork__section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.ap-submitwork__section > *:last-child {
  margin-bottom: 0;
}
.ap-submitwork__back {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.ap-submitwork__back:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: transparent url("../img/icon/back.svg?v1a06121a1bd") no-repeat center center/contain;
}
.ap-submitwork__guide {
  margin: 0 0 1.5rem 0;
}

@media print, screen and (max-width: 39.99875em) {
  .ap-submitwork-action {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}
@media print, screen and (min-width: 40em) {
  .ap-submitwork-action {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-submitwork-action {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}
.ap-submitwork-action__frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-submitwork-action__frame {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    row-gap: 1rem;
  }
  .ap-submitwork-action__frame > a:not(.ap-button.-cancel),
  .ap-submitwork-action__frame > button {
    width: 100%;
    margin: 0;
  }
}
.ap-submitwork-action__frame > .ap-button.-cancel {
  -ms-flex-item-align: center;
      align-self: center;
  margin-right: auto;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-submitwork-action__frame > .ap-button.-cancel {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.ap-submitwork-action__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin-left: auto;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-submitwork-action__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    row-gap: 0.75rem;
    width: 100%;
    margin-left: 0;
  }
}
.ap-submitwork-action > *:last-child {
  margin-left: auto;
  margin-bottom: 0;
}

.ap-submitwork-aiuse {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #25272C;
}
.ap-submitwork-aiuse .ap-edit-checkbox-hlist.-tiles > li:focus-within, .ap-submitwork-aiuse .ap-edit-checkbox-hlist.-tiles > li:has(input:checked) {
  border-color: var(--mt-type-ai);
}
.ap-submitwork-aiuse .ap-edit-checkbox-hlist.-tiles > li:has(input:checked) {
  background-color: color-mix(in srgb, var(--mt-type-ai) 10%, transparent);
}
@media print, screen and (min-width: 64em) {
  .ap-submitwork-aiuse__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
  .ap-submitwork-aiuse__row > .ap-edit-item {
    width: calc((100% - 1.5rem) / 2);
  }
}

.ap-submitwork-artwork__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.ap-submitwork-artwork__heading .ap-editme-group__title {
  margin-bottom: 0.375rem;
}
.ap-submitwork-artwork__lead {
  max-width: 34rem;
  margin: 0;
  color: #8f8fa9;
  font-size: 0.875rem;
  line-height: 1.65;
}
.ap-submitwork-artwork__optional {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0.25rem 0.5rem;
  color: #8f8fa9;
  font-size: 0.75rem;
  line-height: 1.2;
  border: 1px solid #383B47;
  border-radius: 4px;
}
.ap-submitwork-artwork__media {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0.75rem;
}
.ap-submitwork-artwork__media.-has-preview {
  grid-template-columns: minmax(0, 1fr) 7.5rem;
}
.ap-submitwork-artwork__upload {
  display: block;
  margin: 0;
  padding: 1rem;
  background: rgba(3, 10, 26, 0.42);
  border: 1px solid #383B47;
  border-radius: 4px;
}
.ap-submitwork-artwork__upload:focus-within {
  border-color: #29a6e9;
  -webkit-box-shadow: 0 0 0 1px #29a6e9;
          box-shadow: 0 0 0 1px #29a6e9;
}
.ap-submitwork-artwork__preview {
  min-width: 0;
  padding: 0.375rem;
  background: rgba(3, 10, 26, 0.42);
  border: 1px solid #383B47;
  border-radius: 4px;
}
.ap-submitwork-artwork__preview img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: calc(4px - 0.1875rem);
}
.ap-submitwork-artwork__label {
  display: block;
  margin-bottom: 0.75rem;
  color: #dddded;
  font-size: 0.875rem;
  font-weight: bold;
}
.ap-submitwork-artwork__picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
}
.ap-submitwork-artwork__requirements {
  display: grid;
  grid-template-columns: repeat(3, auto);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.ap-submitwork-artwork__requirements > span {
  display: grid;
  gap: 0.125rem;
  min-width: 6.5rem;
  padding: 0 1rem;
  border-left: 1px solid #383B47;
}
.ap-submitwork-artwork__requirements > span:last-child {
  padding-right: 0;
}
.ap-submitwork-artwork__requirements small {
  color: #8f8fa9;
  font-size: 0.6875rem;
  font-weight: normal;
}
.ap-submitwork-artwork__requirements b {
  color: #dddded;
  font-size: 0.8125rem;
  font-weight: bold;
  white-space: nowrap;
}
.ap-submitwork-artwork__consent {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(15rem, auto);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin-top: 0.75rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid #25272C;
  border-radius: 4px;
}
.ap-submitwork-artwork__consent .ap-edit-checkbox-set {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ap-submitwork-artwork__consent .ap-edit-checkbox {
  margin-top: 0.2rem;
}
.ap-submitwork-artwork__policy {
  min-width: 0;
}
.ap-submitwork-artwork__policy a {
  font-size: 0.875rem;
  font-weight: bold;
}
.ap-submitwork-artwork__policy p {
  margin: 0.25rem 0 0;
  color: #8f8fa9;
  font-size: 0.75rem;
  line-height: 1.6;
}
.ap-submitwork-artwork__consent-text {
  display: grid;
  gap: 0.125rem;
}
.ap-submitwork-artwork__consent-text b {
  color: #dddded;
  font-size: 0.875rem;
  line-height: 1.5;
}
.ap-submitwork-artwork__consent-text small {
  color: #8f8fa9;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-submitwork-artwork__heading {
    gap: 1rem;
  }
  .ap-submitwork-artwork__picker {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ap-submitwork-artwork__media.-has-preview {
    grid-template-columns: minmax(0, 1fr) 4.75rem;
  }
  .ap-submitwork-artwork__consent {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    grid-template-columns: 1fr;
  }
  .ap-submitwork-artwork__picker > *,
  .ap-submitwork-artwork .ap-upload__file {
    width: 100%;
  }
  .ap-submitwork-artwork__requirements {
    width: 100%;
  }
  .ap-submitwork-artwork__requirements > span {
    min-width: 0;
    padding: 0 0.75rem 0 0;
    border-left: 0;
  }
  .ap-submitwork-artwork__requirements > span + span {
    padding: 0 0 0 0.75rem;
    border-left: 1px solid #383B47;
  }
  .ap-submitwork-artwork__consent {
    gap: 1rem;
  }
}

.ap-submitwork-block {
  position: relative;
  margin: 0 0 2rem 0;
  padding: 0.125rem 1.5rem 0.5rem;
  border-left: 7px solid #25272C;
}
.ap-submitwork-block.-without-rule {
  padding-right: 0;
  padding-left: 0;
  border-left: 0;
}
.ap-submitwork-block:last-child,
.ap-submitwork-block > *:last-child {
  margin-bottom: 0;
}
.ap-submitwork-block__delete {
  position: absolute;
  top: 0.125rem;
  right: 1.5rem;
  padding: 0.25rem 0.35rem;
  border: 1px solid #25272C;
  border-radius: 4px;
  font-size: 0.7rem;
  color: #8f8fa9;
  cursor: not-allowed;
}
.ap-submitwork-block__delete.-active {
  cursor: pointer;
  color: #ecba04;
}
.ap-submitwork-block__delete.-active:hover {
  border-color: #FF006D;
  color: #FF006D;
}

@media print, screen and (min-width: 40em) {
  .ap-submitwork-creditrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .ap-submitwork-creditrow .ap-edit-item {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 75em) {
  .ap-submitwork-creditrow {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
.ap-submitwork-creditrow__artist {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media print, screen and (min-width: 64em) {
  .ap-submitwork-creditrow__code {
    width: 12rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-submitwork-creditrow__code {
    width: 13rem;
  }
}

.ap-submitwork-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 64em) {
  .ap-submitwork-frame {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
.ap-submitwork-frame__form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.ap-submitwork-frame__side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media print, screen and (min-width: 64em) {
  .ap-submitwork-frame__side {
    width: 32%;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-submitwork-frame:has(> .ap-submitwork-frame__side) + .ap-submitwork-action {
    width: calc(100% - 32% - 1rem);
  }
}

@media print, screen and (max-width: 63.99875em) {
  .ap-submitwork-guide {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-submitwork-guide {
    position: sticky;
    top: 1.5rem;
    margin: 0;
    padding: 1.5rem;
    border: 1px solid #7440a8;
    border-radius: 4px;
    background: rgba(7, 15, 26, 0.46);
    -webkit-box-shadow: inset 0 0 0 1px rgba(190, 91, 255, 0.18), 0 14px 36px rgba(0, 0, 0, 0.16);
            box-shadow: inset 0 0 0 1px rgba(190, 91, 255, 0.18), 0 14px 36px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (min-width: 75em) {
  .ap-submitwork-guide {
    padding: 2rem;
  }
}
.ap-submitwork-guide__title {
  margin: 0 0 0.5rem;
  color: #dddded;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (min-width: 75em) {
  .ap-submitwork-guide__title {
    font-size: 1.4rem;
  }
}
.ap-submitwork-guide__lead {
  margin: 0 0 1rem;
  color: #8f8fa9;
  font-size: 0.8125rem;
  line-height: 1.6;
}
.ap-submitwork-guide__topic {
  padding: 1rem 0;
  border-top: 1px solid #25272C;
}
.ap-submitwork-guide__topic:first-of-type {
  margin-top: 1.25rem;
}
.ap-submitwork-guide__topic > p {
  margin: 0.4rem 0 0;
  color: #8f8fa9;
  font-size: 0.8125rem;
  line-height: 1.7;
}
.ap-submitwork-guide__topic-link {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.ap-submitwork-guide__topic-heading {
  margin: 0;
  color: #bd6be8;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.5;
}
.ap-submitwork-guide__step {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding: 1.25rem 0;
  color: #8f8fa9;
  font-size: 0.8125rem;
}
.ap-submitwork-guide__step::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 60px;
  height: 1px;
  background: #25272C;
}
.ap-submitwork-guide__step:first-of-type::before {
  display: none;
}
.ap-submitwork-guide__step:not(.-last)::after {
  content: "";
  position: absolute;
  top: calc(1.25rem + 44px);
  bottom: -1.25rem;
  left: 21px;
  width: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#7c4d9e), to(#3c4557));
  background: linear-gradient(#7c4d9e, #3c4557);
}
.ap-submitwork-guide__step:last-of-type::after {
  display: none;
}
.ap-submitwork-guide__step.-current {
  color: #dddded;
  background-color: rgba(180, 76, 227, 0.12);
  border-radius: 4px;
}
.ap-submitwork-guide__step.-current::before, .ap-submitwork-guide__step.-current + .ap-submitwork-guide__step::before {
  display: none;
}
.ap-submitwork-guide__step.-current .ap-submitwork-guide__icon {
  color: #fefefe;
  border-color: #c35dff;
  background: linear-gradient(135deg, #b44ce3 0%, #7c4d9e 100%);
  -webkit-box-shadow: 0 0 16px rgba(187, 74, 255, 0.28);
          box-shadow: 0 0 16px rgba(187, 74, 255, 0.28);
}
.ap-submitwork-guide__step.-current .ap-submitwork-guide__heading {
  color: #fefefe;
}
.ap-submitwork-guide__step.-last {
  padding-bottom: 1.25rem;
}
.ap-submitwork-guide__icon {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #8f8fa9;
  border: 2px solid #b44ce3;
  border-radius: 50%;
  background: #08111d;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  --icon-fill: currentColor;
}
.ap-submitwork-guide__icon svg {
  display: block;
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.ap-submitwork-guide__icon svg[data-type=copyright], .ap-submitwork-guide__icon svg[data-type=collab] {
  width: 24px;
  height: 24px;
}
.ap-submitwork-guide.-lyrics .ap-submitwork-guide__step.-current .ap-submitwork-guide__icon {
  color: #fefefe;
}
.ap-submitwork-guide__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.ap-submitwork-guide__content > p {
  margin: 0.65rem 0 0;
  color: #8f8fa9;
  line-height: 1.75;
}
.ap-submitwork-guide__heading {
  margin: 0;
  color: #dddded;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
}
.ap-submitwork-guide__hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
  margin: 1rem 0 0;
  padding: 1rem;
  color: #c4ccda;
  border-radius: 4px;
  background: rgba(20, 40, 63, 0.64);
  font-size: 0.78rem;
  line-height: 1.65;
}
.ap-submitwork-guide__hint > svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}
.ap-submitwork-guide__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.125rem;
  margin: 0 0 1rem;
}
.ap-submitwork-guide__status > b {
  color: #29a6e9;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}
.ap-submitwork-guide__status > small {
  color: #8f8fa9;
  font-size: 0.75rem;
}
.ap-submitwork-guide__history {
  margin: 0.25rem 0 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #25272C;
}
.ap-submitwork-guide__history-list {
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
}
.ap-submitwork-guide__history-item {
  margin: 0 0 0.8rem;
}
.ap-submitwork-guide__history-item:last-child {
  margin-bottom: 0;
}
.ap-submitwork-guide__history-item > time {
  display: block;
  margin-top: 0.2rem;
  color: #8f8fa9;
  font-size: 0.75rem;
  line-height: 1.4;
  font-variant-numeric: tabular-nums;
}
.ap-submitwork-guide__history-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.4;
}
.ap-submitwork-guide__history-link .ap-status-indicator {
  font-size: 0.75rem;
}

@media print, screen and (min-width: 64em) {
  .ap-submitwork-header {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-submitwork-header {
    padding-bottom: 3rem;
  }
}
.ap-submitwork-header__frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 64em) {
  .ap-submitwork-header__frame {
    width: calc(67% - 2rem);
  }
}
@media screen and (min-width: 75em) {
  .ap-submitwork-header__frame {
    width: calc(67% - 3rem);
  }
}

.ap-submitwork-notice {
  --submitwork-notice-accent: #148cff;
  --editme-group-title-accent: var(--submitwork-notice-accent);
}
.ap-submitwork-notice.-original {
  --submitwork-notice-accent: var(--mt-type-original);
}
.ap-submitwork-notice.-cover {
  --submitwork-notice-accent: var(--mt-type-cover);
}
.ap-submitwork-notice.-public-domain {
  --submitwork-notice-accent: var(--mt-type-public-domain);
}
.ap-submitwork-notice.-ai {
  --submitwork-notice-accent: var(--mt-type-ai);
}
.ap-submitwork-notice__heading {
  margin-bottom: 1.25rem;
}
.ap-submitwork-notice__heading .ap-editme-group__title {
  margin-bottom: 0.375rem;
}
.ap-submitwork-notice__lead {
  margin: 0;
  color: #8f8fa9;
  font-size: 0.875rem;
  line-height: 1.65;
}
.ap-submitwork-notice__scope {
  margin-bottom: 1rem;
  padding: 0.875rem 1rem;
  background: color-mix(in srgb, var(--submitwork-notice-accent) 4.5%, transparent);
  border-left: 3px solid var(--submitwork-notice-accent);
}
.ap-submitwork-notice__scope p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.75;
}
.ap-submitwork-notice__scope p + p {
  margin-top: 0.5rem;
}
.ap-submitwork-notice__checklist {
  padding: 1.125rem;
  background: rgba(3, 10, 26, 0.42);
  border: 1px solid #25272C;
  border-radius: 4px;
}
.ap-submitwork-notice__checklist > p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.75;
}
.ap-submitwork-notice__checklist > p + p {
  margin-top: 0.75rem;
}
.ap-submitwork-notice__checklist ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ap-submitwork-notice__checklist li {
  position: relative;
  margin: 0;
  padding-left: 1.25rem;
  color: #dddded;
  font-size: 0.875rem;
  line-height: 1.65;
}
.ap-submitwork-notice__checklist li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--submitwork-notice-accent);
  font-weight: bold;
  content: "✓";
}
.ap-submitwork-notice__checklist.-single-column > p {
  position: relative;
  padding-left: 1.25rem;
}
.ap-submitwork-notice__checklist.-single-column > p::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--submitwork-notice-accent, #148cff);
  font-weight: bold;
  content: "✓";
}
.ap-submitwork-notice__checklist.-form-intro {
  margin-bottom: 1.5rem;
}
.ap-submitwork-notice__checklist-title, .ap-submitwork-notice__confirmation-title {
  margin: 0 0 1rem;
  color: #dddded;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.5;
}
.ap-submitwork-notice__checklist-lead {
  margin: -0.375rem 0 1rem;
  color: #8f8fa9;
  font-size: 0.875rem;
  line-height: 1.65;
}
.ap-submitwork-notice__note {
  margin: 1rem 0 0;
  padding-left: 0.875rem;
  color: #8f8fa9;
  font-size: 0.75rem;
  line-height: 1.7;
  border-left: 1px solid #383B47;
}
.ap-submitwork-notice__note p {
  margin: 0;
}
.ap-submitwork-notice__note p + p {
  margin-top: 0.375rem;
}
.ap-submitwork-notice__confirmation {
  margin-top: 1.25rem;
  padding: 1rem;
  background: color-mix(in srgb, var(--submitwork-notice-accent) 5.5%, transparent);
  border: 1px solid color-mix(in srgb, var(--submitwork-notice-accent) 32%, transparent);
  border-radius: 4px;
}
.ap-submitwork-notice__confirmation:focus-within {
  border-color: var(--submitwork-notice-accent);
  -webkit-box-shadow: 0 0 0 2px color-mix(in srgb, var(--submitwork-notice-accent) 10%, transparent);
          box-shadow: 0 0 0 2px color-mix(in srgb, var(--submitwork-notice-accent) 10%, transparent);
}
.ap-submitwork-notice__confirmation .ap-edit-item {
  margin: 0;
}
.ap-submitwork-notice__confirmation .ap-edit-checkbox {
  margin-top: 0.2rem;
}
.ap-submitwork-notice__confirmation-label {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  cursor: pointer;
}
.ap-submitwork-notice__confirmation-option {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #383B47;
}
.ap-submitwork-notice__confirmation-label.-error + .ap-submitwork-notice__confirmation-option {
  margin-top: 2.75rem;
}
.ap-submitwork-notice__confirmation-copy {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
}
.ap-submitwork-notice__confirmation-text {
  color: #dddded;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.6;
}
.ap-submitwork-notice__confirmation-description {
  color: #8f8fa9;
  font-size: 0.75rem;
  line-height: 1.7;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-submitwork-notice__checklist {
    padding: 1rem;
  }
  .ap-submitwork-notice__checklist ul {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media print, screen and (min-width: 40em) {
  .ap-submitwork-settings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media print, screen and (min-width: 40em) {
  .ap-submitwork-settings__row {
    width: calc((100% - 3rem) / 2);
  }
}
.ap-submitwork-settings__choices {
  display: grid;
  gap: 0.875rem;
  margin-top: 0.875rem;
}
.ap-submitwork-settings__choices .ap-edit-radio-set,
.ap-submitwork-settings__choices .ap-edit-checkbox-set {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ap-submitwork-settings__choices b,
.ap-submitwork-settings__choices small {
  display: block;
}
.ap-submitwork-settings__choices b {
  color: #dddded;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.3;
}
.ap-submitwork-settings__choices small {
  margin-top: 0.25rem;
  color: #8f8fa9;
  font-size: 0.75rem;
  line-height: 1.45;
}

.ap-submitwork-textarea {
  position: relative;
  display: block;
  margin-top: 6px;
}
.ap-submitwork-textarea > textarea {
  margin-top: 0;
  padding-bottom: 2rem;
  resize: vertical;
}
.ap-submitwork-textarea:has(> textarea:disabled) .ap-submitwork-textarea__counter {
  opacity: 0;
}
.ap-submitwork-textarea > textarea[data-music-lyrics]:disabled {
  background-color: revert;
  color: revert;
}
.ap-submitwork-textarea__counter {
  position: absolute;
  right: 0.75rem;
  bottom: 0.6rem;
  color: #8f8fa9;
  font-size: 0.75rem;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  pointer-events: none;
}
.ap-submitwork-textarea__notice {
  display: block;
  margin-top: 0.5rem;
  color: #8f8fa9;
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.6;
}

.ap-submitwork-lyrics-state > .-unavailable {
  display: none;
}

.ap-editme:has(input[name=license][value=cover]:checked) .ap-submitwork-lyrics-state > .-optional,
.ap-editme:has(.ap-submitwork-textarea > textarea[data-music-lyrics]:disabled) .ap-submitwork-lyrics-state > .-optional {
  display: none;
}
.ap-editme:has(input[name=license][value=cover]:checked) .ap-submitwork-lyrics-state > .-unavailable,
.ap-editme:has(.ap-submitwork-textarea > textarea[data-music-lyrics]:disabled) .ap-submitwork-lyrics-state > .-unavailable {
  display: inline;
}

.ap-submitwork-titlerow {
  margin: 0 0 1.75rem 0;
}
@media print, screen and (min-width: 64em) {
  .ap-submitwork-titlerow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-submitwork-titlerow {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
.ap-submitwork-titlerow__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media print, screen and (min-width: 64em) {
  .ap-submitwork-titlerow__genre {
    width: 40%;
  }
  .ap-submitwork-titlerow__genre select {
    width: 100%;
  }
}

.ap-submitwork-yamaharow {
  margin: 0 0 0.75rem 0;
}
@media print, screen and (min-width: 64em) {
  .ap-submitwork-yamaharow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-submitwork-yamaharow {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
.ap-submitwork-yamaharow .ap-edit-item {
  margin-bottom: 0;
}
@media print, screen and (min-width: 64em) {
  .ap-submitwork-yamaharow__title {
    width: calc((100% - 1.5rem) / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .ap-submitwork-yamaharow__artist {
    width: calc((100% - 1.5rem) / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .ap-submitwork-yamaharow__data {
    width: calc((100% - 1.5rem) / 3);
  }
}
.ap-submitwork-yamaharow__data select {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .ap-submitwork-yamaharow__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
  .ap-submitwork-yamaharow__number > * {
    width: calc((100% - 1.5rem) / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .ap-submitwork-yamaharow__number {
    width: calc((100% - 1.5rem) / 3 * 2);
  }
}

.ap-upload {
  margin: 0 0 2rem 0;
  padding: 0.75rem 1rem;
  border: 1px solid #25272C;
  border-radius: 4px;
  background-color: #030A1A;
}
.ap-upload__file {
  font-size: 0.875rem;
}
.ap-upload__file::-webkit-file-upload-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.85rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.55rem 0.75rem;
}
.ap-upload__file::file-selector-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.85rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.55rem 0.75rem;
}
[data-whatinput=mouse] .ap-upload__file::-webkit-file-upload-button {
  outline: 0;
}
[data-whatinput=mouse] .ap-upload__file::file-selector-button {
  outline: 0;
}
.ap-upload__file::-webkit-file-upload-button, .ap-upload__file::-webkit-file-upload-button.disabled, .ap-upload__file::-webkit-file-upload-button[disabled], .ap-upload__file::-webkit-file-upload-button.disabled:hover, .ap-upload__file::-webkit-file-upload-button[disabled]:hover, .ap-upload__file::-webkit-file-upload-button.disabled:focus, .ap-upload__file::-webkit-file-upload-button[disabled]:focus {
  background-color: #287ff8;
  color: #fefefe;
}
.ap-upload__file::file-selector-button, .ap-upload__file::file-selector-button.disabled, .ap-upload__file::file-selector-button[disabled], .ap-upload__file::file-selector-button.disabled:hover, .ap-upload__file::file-selector-button[disabled]:hover, .ap-upload__file::file-selector-button.disabled:focus, .ap-upload__file::file-selector-button[disabled]:focus {
  background-color: #287ff8;
  color: #fefefe;
}
.ap-upload__file::-webkit-file-upload-button:hover, .ap-upload__file::-webkit-file-upload-button:focus {
  background-color: #29a6e9;
  color: #fefefe;
}
.ap-upload__file::file-selector-button:hover, .ap-upload__file::file-selector-button:focus {
  background-color: #29a6e9;
  color: #fefefe;
}
.ap-upload__file::-webkit-file-upload-button {
  background-color: #287ff8;
  color: #fefefe;
  margin-right: 1rem !important;
}
.ap-upload__file::file-selector-button {
  background-color: #287ff8;
  color: #fefefe;
  margin-right: 1rem !important;
}
.ap-upload__file:disabled {
  background-color: transparent;
  cursor: not-allowed;
}
.ap-upload__file:disabled::-webkit-file-upload-button {
  background-color: #5e5e80 !important;
  color: #8f8fa9 !important;
  cursor: not-allowed !important;
}
.ap-upload__file:disabled::file-selector-button {
  background-color: #5e5e80 !important;
  color: #8f8fa9 !important;
  cursor: not-allowed !important;
}
.ap-upload__replace-note {
  margin: 0 0 0.65rem 0;
  color: #8f8fa9;
  font-size: 0.8125rem;
  line-height: 1.6;
}
.ap-upload__message {
  margin: 0.5rem 0 0 0;
  color: #8f8fa9;
  font-size: 0.875rem;
}

.ap-upload-current-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin: 0 0 1.5rem;
  padding: 0.75rem 1rem;
  border: 1px solid #25272C;
  border-radius: 4px;
  background-color: #030A1A;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-upload-current-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ap-upload-current-row > .ap-actionbutton.-danger {
  margin-left: auto;
}

.ap-upload-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  gap: 0.25rem 0.5rem;
  margin: 0;
  padding: 0;
  color: #dddded;
  white-space: nowrap;
}
.ap-upload-current__label {
  font-size: 0.875rem;
  font-weight: 500;
}
.ap-upload-current__meta {
  color: #8f8fa9;
  font-size: 0.8125rem;
  font-variant-numeric: tabular-nums;
}
.ap-upload-current__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  margin-left: 0;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.ap-upload-progress {
  display: block;
  margin: 0;
  width: 100%;
  height: 2rem;
  background: #25272C;
  overflow: hidden;
  border-radius: 4px;
  overflow: hidden;
}
.ap-upload-progress__bar {
  display: block;
  width: 0;
  height: 100%;
  background: #FFDB48;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.ap-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ap-profile__works {
  scroll-margin-top: 1rem;
}
@media print, screen and (max-width: 63.99875em) {
  .ap-profile__works {
    scroll-margin-top: calc(9rem + env(safe-area-inset-top, 0px));
  }
}
@media print, screen and (max-width: 39.99875em) {
  .ap-profile {
    row-gap: 1.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .ap-profile {
    row-gap: 1.5rem;
  }
}
.ap-profile > .ap-work-header.-profile {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  margin-bottom: 0;
  padding: 1.5rem;
  background-color: #15181B;
  border: 1px solid #25272C;
  border-radius: 4px;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-profile > .ap-work-header.-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 1rem;
    padding: 1.25rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-profile > .ap-work-header.-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 1rem;
    padding: 1.5rem;
    text-align: center;
  }
}
.ap-profile > .ap-work-header.-profile .ap-work-header__title {
  margin-bottom: 0.5rem;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-profile > .ap-work-header.-profile .ap-work-header__title {
    font-size: 1.25rem;
  }
}
.ap-profile > .ap-work-header.-profile .ap-work-header__meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 63.99875em) {
  .ap-profile > .ap-work-header.-profile .ap-work-header__meta {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ap-profile__avatar {
  -ms-flex-item-align: start;
      align-self: start;
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #1C1C36;
  border: 1px solid #25272C;
}
.ap-profile__avatar > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-profile__avatar {
    -ms-flex-item-align: center;
        align-self: center;
    width: 96px;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-profile__avatar {
    -ms-flex-item-align: center;
        align-self: center;
    width: 104px;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-profile__avatar {
    width: 116px;
  }
}
.ap-profile__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}
@media print, screen and (max-width: 63.99875em) {
  .ap-profile__intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.ap-profile__identity {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.ap-profile__identity .ap-work-header__title > a {
  color: inherit;
  text-decoration: none;
}
.ap-profile__state {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  padding: 0.3125rem 0.5rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #dddded;
  border: 1px solid #25272C;
  border-radius: 4px;
}
.ap-profile__state::before {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #687385;
  -webkit-box-shadow: 0 0 0 3px rgba(104, 115, 133, 0.12);
          box-shadow: 0 0 0 3px rgba(104, 115, 133, 0.12);
}
.ap-profile__state.-active {
  color: #fefefe;
  border-color: transparent;
  background-color: #287ff8;
}
.ap-profile__state.-active::before {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fefefe;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.24);
          box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.24);
}
.ap-profile__location {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}
.ap-profile__location > svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 14px;
  height: 14px;
  color: currentColor;
  fill: none;
  stroke: currentColor;
}
.ap-profile__stats.ap-currentstats-container.-compact {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 9rem));
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 0;
  list-style-type: none;
  margin: 1rem 0 0;
  padding-top: 0.75rem;
  border-top: 1px solid #25272C;
}
.ap-profile__stats.ap-currentstats-container.-compact > li {
  min-width: 0;
}
.ap-profile__stats.ap-currentstats-container.-compact > li + li {
  border-left: 1px solid #25272C;
}
.ap-profile__stats.ap-currentstats-container.-compact a.ap-currentstats {
  display: grid;
  grid-template-columns: 1rem auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  gap: 0.375rem;
  width: 100%;
  min-height: 3.25rem;
  padding: 0.25rem 1rem;
  color: inherit;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.ap-profile__stats.ap-currentstats-container.-compact a.ap-currentstats:hover {
  color: #fefefe;
  background-color: rgba(254, 254, 254, 0.035);
}
.ap-profile__stats.ap-currentstats-container.-compact a.ap-currentstats.-current .ap-currentstats__title {
  color: #dddded;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #287ff8;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.25em;
}
.ap-profile__stats.ap-currentstats-container.-compact > li:first-child a.ap-currentstats {
  padding-left: 0;
}
.ap-profile__stats.ap-currentstats-container.-compact .ap-currentstats__icon {
  width: 1rem;
  height: 1rem;
}
.ap-profile__stats.ap-currentstats-container.-compact .ap-currentstats__item {
  display: contents;
}
.ap-profile__stats.ap-currentstats-container.-compact .ap-currentstats__title {
  font-size: 0.8125rem;
  line-height: 1.4;
  white-space: nowrap;
}
.ap-profile__stats.ap-currentstats-container.-compact .ap-currentstats__value {
  grid-column: 1/-1;
  font-size: 1.125rem;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
  overflow-wrap: anywhere;
}
.ap-profile__stats.ap-currentstats-container.-compact .ap-currentstats__value > small {
  margin-left: 0.125rem;
  font-size: 0.75rem;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-profile__stats.ap-currentstats-container.-compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }
  .ap-profile__stats.ap-currentstats-container.-compact a.ap-currentstats,
  .ap-profile__stats.ap-currentstats-container.-compact > li:first-child a.ap-currentstats {
    grid-template-columns: minmax(0, 1fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.25rem;
  }
  .ap-profile__stats.ap-currentstats-container.-compact .ap-currentstats__icon {
    display: none;
  }
  .ap-profile__stats.ap-currentstats-container.-compact .ap-currentstats__title {
    font-size: 0.75rem;
  }
  .ap-profile__stats.ap-currentstats-container.-compact .ap-currentstats__value {
    text-align: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ap-profile__stats.ap-currentstats-container.-compact a.ap-currentstats {
    -webkit-transition: none;
    transition: none;
  }
}
.ap-profile__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin: 0 0 0 auto;
  padding: 0;
  list-style-type: none;
}
@media print, screen and (max-width: 63.99875em) {
  .ap-profile__actions {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
    margin-left: 0;
    width: 100%;
  }
}
.ap-profile__more {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.ap-profile__more > .ap-myworks-actions__summary {
  display: block;
  width: 26px;
  height: 26px;
  padding: 0;
  color: #383B47;
  border: 0;
  border-radius: 50%;
}
.ap-profile__more > .ap-myworks-actions__summary:hover {
  color: #FFDB48;
}
.ap-profile__more > .ap-myworks-actions__summary > svg {
  display: block;
  width: 100%;
  height: 100%;
}
.ap-profile__grid {
  display: grid;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-profile__grid {
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-profile__grid {
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-profile__grid {
    grid-template-columns: minmax(0, 1fr) 440px;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
.ap-profile__grid > section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ap-profile__aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-profile__aside {
    row-gap: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-profile__aside {
    display: grid;
    grid-auto-rows: minmax(-webkit-min-content, 1fr);
    grid-auto-rows: minmax(min-content, 1fr);
  }
}
.ap-profile__aside > section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ap-profile__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: 1.7;
  word-break: break-all;
}
.ap-profile__content p {
  margin: 0 0 0.75rem 0;
}
.ap-profile__content > *:last-child {
  margin-bottom: 0;
}
.ap-profile__styles {
  display: grid;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-profile__styles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-profile__styles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media print, screen and (min-width: 64em) {
  .ap-profile__styles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.ap-profile__styles > li {
  padding: 0.625rem 0.375rem;
  text-align: center;
  font-size: 0.8125rem;
  white-space: nowrap;
  color: #dddded;
  border: 1px solid #25272C;
  border-radius: 4px;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-profile__styles > li {
    font-size: 0.75rem;
  }
}
.ap-profile__meta {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ap-profile__meta > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.4;
  word-break: break-all;
}
.ap-profile__meta > li + li {
  margin-top: 0.75rem;
}
.ap-profile__meta > li > svg,
.ap-profile__meta > li > img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.ap-profile__meta > li > svg {
  color: #8f8fa9;
  fill: none;
  stroke: currentColor;
}
.ap-profile__meta > li > a {
  color: #dddded;
}
.ap-profile__meta > li > a:hover {
  color: #FFDB48;
}
.ap-profile__meta > li > a {
  min-width: 0;
}
.ap-profile__empty {
  margin: 0;
  color: #5e5e80;
  font-size: 0.875rem;
  line-height: 1.4;
}

.ap-user-short {
  position: relative;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .ap-user-short {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-user-short {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-user-short {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 90em) {
  .ap-user-short {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .ap-user-short {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.75rem;
    margin-bottom: 1.5rem;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-user-short {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.75rem;
    margin-bottom: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-user-short {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
  }
}
.ap-user-short__photo {
  display: block;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-user-short__photo {
    margin: 0 0.75rem 0 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-user-short__photo {
    margin: 0 1rem 0 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-user-short__photo {
    margin: 0 1rem 0 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .ap-user-short__name {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-user-short__name {
    margin: 0;
    max-width: 300px;
    font-size: 1.125rem;
    font-weight: bold;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-user-short__name {
    margin: 0;
    max-width: 360px;
    font-size: 1.125rem;
    font-weight: bold;
  }
}

.ap-welcome {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  overflow: hidden;
  color: #dddded;
  background: radial-gradient(circle at 70% 8%, rgba(40, 127, 248, 0.12), transparent 26rem), #020515;
}
.ap-welcome a {
  color: inherit;
  text-decoration: none;
}
.ap-welcome__inner {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .ap-welcome__inner {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-welcome__inner {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-welcome__inner {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 90em) {
  .ap-welcome__inner {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
.ap-welcome__inner {
  width: 100%;
}

.ap-welcome-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
}
.ap-welcome-actions .ap-button {
  background-color: #15181B;
}
.ap-welcome-actions .ap-actionbutton,
.ap-welcome-actions .ap-button {
  min-width: 156px;
}

@media print, screen and (max-width: 39.99875em) {
  .ap-welcome-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .ap-welcome-actions .ap-actionbutton,
  .ap-welcome-actions .ap-button {
    min-width: 0;
    padding-inline: 0.75rem;
  }
}
.ap-welcome-card {
  container-type: inline-size;
  min-width: 0;
  padding: 0.75rem;
  background-color: #15181B;
  border: 1px solid #25272C;
  border-radius: 4px;
}
.ap-welcome-card__artwork {
  position: relative;
  display: block;
  margin-bottom: 1rem;
  overflow: hidden;
  aspect-ratio: 1;
  background-color: #15181B;
  border: 1px solid #25272C;
  border-radius: 4px;
}
.ap-welcome-card__artwork::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 45%;
  content: "";
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.72)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0));
  pointer-events: none;
}
.ap-welcome-card__artwork .ap-work-tag {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8125rem;
  letter-spacing: 0.03em;
}
.ap-welcome-card__collab {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 1;
  display: grid;
  place-items: center;
  padding: 0.375rem;
  color: var(--mt-type-collab);
  background-color: #15181B;
  border-radius: 4px;
}
.ap-welcome-card__collab svg {
  width: 1.25rem;
  height: 1.25rem;
}
.ap-welcome-card__image {
  display: block;
  width: 100%;
  height: 100%;
}
.ap-welcome-card__image > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 240ms ease;
  transition: -webkit-transform 240ms ease;
  transition: transform 240ms ease;
  transition: transform 240ms ease, -webkit-transform 240ms ease;
}
.ap-welcome-card__image:hover > img {
  -webkit-transform: scale(1.035);
          transform: scale(1.035);
}
.ap-welcome-card__overlay {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
  pointer-events: none;
}
.ap-welcome-card__overlay > * {
  pointer-events: auto;
}
.ap-welcome-card .ap-playbutton {
  width: 32px;
  height: 32px;
}
.ap-welcome-card .ap-playbutton svg {
  width: 12px;
}
.ap-welcome-card .ap-playbutton__play {
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}
.ap-welcome-card__duration {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
}
.ap-welcome-card__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0 0 0.375rem;
  overflow: hidden;
  color: #dddded;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  overflow-wrap: anywhere;
}
.ap-welcome-card__title a:hover {
  color: #FFDB48;
}
.ap-welcome-card__by {
  display: block;
  margin-bottom: 1rem;
  overflow: hidden;
  color: #8f8fa9;
  font-size: 0.875rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ap-welcome-card__by:hover {
  color: #dddded;
}
.ap-welcome-card__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
  margin: 0;
  padding: 0.875rem 0 0;
  border-top: 1px solid #25272C;
  color: #8f8fa9;
  font-size: 0.875rem;
  font-variant-numeric: tabular-nums;
  list-style: none;
}
.ap-welcome-card__stats li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
.ap-welcome-card__stats svg {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 1rem;
  height: 1rem;
}
.ap-welcome-card__time {
  display: block;
  margin-top: 0.75rem;
  color: #8f8fa9;
  font-size: calc(0.8rem - 1px);
  text-align: right;
}

@media print, screen and (max-width: 39.99875em) {
  .ap-welcome-card {
    padding: 0.5rem;
  }
}
@container (max-width: 11rem) {
  .ap-welcome-card__stats li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.375rem;
  }
}
.ap-welcome-creator {
  background-color: #15181B;
  border: 1px solid var(--mt-divider);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  min-width: 0;
  padding: 1.25rem;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
}
.ap-welcome-creator__head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0.875rem;
}
.ap-welcome-creator__avatar {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 50%;
}
.ap-welcome-creator__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ap-welcome-creator__identity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}
.ap-welcome-creator__name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  min-width: 0;
  color: #dddded;
  font-size: 1rem;
  font-weight: 600;
}
.ap-welcome-creator__name a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ap-welcome-creator__name a:hover {
  color: #FFDB48;
}
.ap-welcome-creator__styles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.375rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ap-welcome-creator__styles > li {
  padding: 0.1875rem 0.5rem;
  color: #8f8fa9;
  font-size: 0.75rem;
  line-height: 1.4;
  white-space: nowrap;
  border: 1px solid #25272C;
  border-radius: 4px;
}
.ap-welcome-creator__intro {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  overflow-wrap: anywhere;
  margin: 0;
  color: #8f8fa9;
  font-size: 0.875rem;
  line-height: 1.7;
}
.ap-welcome-creator__profile {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  margin-top: auto;
  padding-block: 0.25rem;
  color: var(--mt-accent-text);
  font-size: 0.875rem;
  line-height: 1.5;
}
.ap-welcome-creator__profile svg {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 1rem;
  height: 1rem;
}
.ap-welcome-creator__profile:hover {
  color: #FFDB48;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

@media print, screen and (max-width: 39.99875em) {
  .ap-welcome-creator {
    padding: 1rem;
  }
  .ap-welcome-creator__avatar {
    width: 52px;
    height: 52px;
  }
}
.ap-welcome-creators {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-welcome-creators {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media print, screen and (max-width: 39.99875em) {
  .ap-welcome-creators {
    grid-template-columns: 1fr;
  }
}
.ap-welcome-cta {
  margin-top: 3rem;
  padding-block: 3rem;
  background: radial-gradient(circle at 55% 0%, rgba(40, 127, 248, 0.2), transparent 24rem), #030A1A;
  border-top: 1px solid #1E1E37;
}
.ap-welcome-cta > .ap-welcome__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem 2.5rem;
}
.ap-welcome-cta__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  margin: 0;
  color: #dddded;
  font-size: 1.0625rem;
  font-weight: 500;
}
.ap-welcome-cta__text svg {
  width: 32px;
  height: 32px;
  color: var(--mt-home);
}

@media print, screen and (max-width: 39.99875em) {
  .ap-welcome-cta {
    padding-block: 1.75rem;
  }
  .ap-welcome-cta > .ap-welcome__inner {
    display: grid;
  }
  .ap-welcome-cta__text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 0.9375rem;
    line-height: 1.7;
  }
}
.ap-welcome-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .ap-welcome-header {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-welcome-header {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-welcome-header {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 90em) {
  .ap-welcome-header {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
.ap-welcome-header {
  width: 100%;
  padding-block: 1.5rem 1.25rem;
}
.ap-welcome-header__logo {
  margin: 0 auto 0 0;
  line-height: 1;
}
.ap-welcome-header__logo img {
  display: block;
  width: 200px;
  height: auto;
}

@media print, screen and (max-width: 63.99875em) {
  .ap-welcome-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .ap-welcome-header {
    gap: 0.75rem;
    padding-block: 1rem;
  }
  .ap-welcome-header__logo img {
    width: 168px;
  }
}
.ap-welcome-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 0 3rem 0;
}
.ap-welcome-hero > .ap-welcome__inner {
  position: relative;
  z-index: 1;
  grid-area: 1/1;
  align-self: center;
}
.ap-welcome-hero__visual {
  grid-area: 1/1;
  align-self: stretch;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .ap-welcome-hero__visual {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-welcome-hero__visual {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-welcome-hero__visual {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 90em) {
  .ap-welcome-hero__visual {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
.ap-welcome-hero__visual {
  width: 100%;
  overflow: hidden;
  background-clip: content-box;
  background-origin: content-box;
  background-image: url("../img/welcome/hero.png?v1a07fa470e5");
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ap-welcome-hero__body {
  max-width: 460px;
  min-height: 15rem;
  padding-block: 1.5rem;
}
.ap-welcome-hero__title {
  margin: 0 0 0.75rem;
  color: #fefefe;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.35;
  text-wrap: balance;
}
.ap-welcome-hero__lead {
  max-width: 36em;
  margin: 0 0 1.25rem;
  color: #dddded;
  font-size: 0.875rem;
  line-height: 1.85;
}

@media print, screen and (min-width: 40em) {
  .ap-welcome-hero__visual {
    background-position: center center;
  }
  .ap-welcome-hero__body {
    max-width: 60%;
    -webkit-padding-start: clamp(1rem, 2.5vw, 2.5rem);
            padding-inline-start: clamp(1rem, 2.5vw, 2.5rem);
  }
  .ap-welcome-hero__title {
    font-size: clamp(1.5rem, 2.4vw, 2.5rem);
    line-height: 1.25;
  }
  .ap-welcome-hero__lead {
    font-size: clamp(0.875rem, 1.05vw, 0.9375rem);
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-welcome-hero__body {
    max-width: 46%;
  }
}
.ap-welcome-nav {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .ap-welcome-nav {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-welcome-nav {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-welcome-nav {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 90em) {
  .ap-welcome-nav {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
.ap-welcome-nav {
  width: 100%;
  margin-block: 3rem;
}
.ap-welcome-nav__intro {
  margin-bottom: 1.25rem;
  text-align: center;
}
.ap-welcome-nav__title {
  margin: 0 0 0.5rem;
  color: #fefefe;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  text-wrap: balance;
}
.ap-welcome-nav__message {
  margin: 0;
  color: #8f8fa9;
  font-size: 0.875rem;
  line-height: 1.8;
}
.ap-welcome-nav__message span {
  display: inline-block;
}

@media print, screen and (max-width: 39.99875em) {
  .ap-welcome-nav {
    margin-top: 1rem;
  }
}
.ap-welcome-section {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .ap-welcome-section {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-welcome-section {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-welcome-section {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 90em) {
  .ap-welcome-section {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
.ap-welcome-section {
  width: 100%;
  margin-top: 3rem;
}
.ap-welcome-section__head {
  padding: 0.75rem 1.5rem;
  background-color: #15181B;
  border: 1px solid #25272C;
  border-radius: 4px;
}
.ap-welcome-section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin: 0;
  color: #fefefe;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}
.ap-welcome-section__title svg {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 1.25rem;
  height: 1.25rem;
}

@media print, screen and (max-width: 39.99875em) {
  .ap-welcome-section {
    padding-bottom: 2rem;
  }
  .ap-welcome-section__head {
    padding-inline: 1rem;
  }
}
.ap-welcome-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin: 0;
}
.ap-welcome-stats__item {
  display: grid;
  grid-template: auto auto/auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.ap-welcome-stats__item dt {
  display: contents;
}
.ap-welcome-stats__item dt svg {
  grid-row: 1/3;
  width: 24px;
  height: 24px;
}
.ap-welcome-stats__item dt span {
  color: #8f8fa9;
  font-size: 0.75rem;
  line-height: 1.2;
}
.ap-welcome-stats__item dd {
  margin: 0;
  color: #dddded;
  font-size: 1.125rem;
  font-variant-numeric: tabular-nums;
  font-weight: normal;
  line-height: 1.2;
}
.ap-welcome-stats__item.-music svg {
  color: var(--mt-type-original);
}
.ap-welcome-stats__item.-lyrics svg {
  color: var(--mt-type-lyrics);
}
.ap-welcome-stats__item.-collab svg {
  color: var(--mt-type-collab);
}

@media print, screen and (max-width: 63.99875em) {
  .ap-welcome-stats {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .ap-welcome-stats {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.5rem;
  }
  .ap-welcome-stats__item {
    -webkit-column-gap: 0.375rem;
       -moz-column-gap: 0.375rem;
            column-gap: 0.375rem;
  }
  .ap-welcome-stats__item dt svg {
    width: 20px;
    height: 20px;
  }
  .ap-welcome-stats__item dd {
    font-size: 0.9375rem;
  }
}
.ap-welcome-works {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

@media screen and (min-width: 90.0625em) {
  .ap-welcome-works {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-welcome-works {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media print, screen and (max-width: 39.99875em) {
  .ap-welcome-works {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75rem 0.875rem;
  }
}
@media screen and (max-width: 359px) {
  .ap-welcome-works {
    grid-template-columns: 1fr;
  }
}
.ap-username {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  vertical-align: middle;
  color: #dddded;
}
.ap-username:hover {
  color: #FFDB48;
}
.ap-username__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.ap-username__content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.25rem;
  min-width: 0;
}
.ap-username__name {
  line-height: 1.35;
}
.ap-username__indicator {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 1.25rem;
  padding: 0.2rem 0.45rem;
  border-radius: 3px;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}
.ap-username__indicator.-owner {
  color: #c9b5f3;
  border: 1px solid rgba(155, 103, 233, 0.28);
  background: rgba(155, 103, 233, 0.14);
}
.ap-username.-small {
  color: #acacb8;
}
.ap-username.-small:hover {
  color: #FFDB48;
}
.ap-username.-small {
  font-size: 0.875rem;
}
.ap-username.-small .ap-username__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.ap-work-annotation {
  padding: 0;
  width: 100%;
}
.ap-work-annotation th,
.ap-work-annotation td {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
.ap-work-annotation th {
  padding: 0.5rem 0;
  width: 9rem;
  color: #8f8fa9;
}
.ap-work-annotation td {
  padding: 0.5rem 1rem;
}
.ap-work-annotation tr:first-child th,
.ap-work-annotation tr:first-child td {
  padding-top: 0;
}
.ap-work-annotation tr:last-child th,
.ap-work-annotation tr:last-child td {
  padding-bottom: 0;
  border-bottom: 0;
}
.ap-work-annotation.-tighten th {
  padding: 0.4rem 0;
  width: 9rem;
}
.ap-work-annotation.-tighten td {
  padding: 0.4rem 0.75rem;
}

.ap-work-backlink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.35rem;
  margin: 0 0 0.75rem 0;
  font-size: 0.875rem;
  color: #8f8fa9;
}
.ap-work-backlink:hover {
  color: #FFDB48;
}

@media print, screen and (max-width: 39.99875em) {
  .ap-work-attached {
    margin: 0 0 2rem 0;
    padding: 0 0 2rem 0;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-work-attached {
    margin: 0 0 2rem 0;
    padding: 0 0 2rem 0;
    font-size: 0.9375rem;
  }
}
@media print, screen and (min-width: 40em) {
  .ap-work-attached {
    border-bottom: 1px solid #25272C;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-work-attached {
    margin: 0 0 2rem 0;
    padding: 0 0 2rem 0;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-work-attached {
    margin: 0 0 2.25rem 0;
    padding: 0 0 2.25rem 0;
  }
}
.ap-work-attached {
  position: relative;
}
.ap-work-attached:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.ap-work-attached__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: #b2b2c0;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-work-attached__actions {
    margin-top: 1.5rem;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-work-attached__actions {
    margin-top: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-work-attached__actions {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-work-attached__actions {
    margin-top: 2rem;
  }
}
.ap-work-attached__play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.ap-work-attached__like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.ap-work-attached__title {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: auto-phrase;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-work-attached__title {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-work-attached__title {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-work-attached__title {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-work-attached__title {
    font-size: 1.25rem;
  }
}
.ap-work-attached__title > a {
  color: #dddded;
}
.ap-work-attached__title > a:hover {
  color: #FFDB48;
}
.ap-work-attached__flgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
  font-size: 0.875rem;
  color: #8f8fa9;
}
.ap-work-attached__flgs > li.-source {
  color: #dddded;
}
.ap-work-attached__flgs > li + li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.ap-work-attached__flgs > li + li:before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ap-work-attached__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-work-attached__type {
    margin: 1rem 0;
  }
}
@media print, screen and (min-width: 40em) {
  .ap-work-attached__type {
    margin: 1rem 0;
  }
}
.ap-work-attached__type > b {
  padding: 0.35rem 0.6rem;
  line-height: 1.2;
  border: 1px solid #25272C;
  background-color: #0a0a0a;
  border-radius: 4px;
  font-weight: normal;
  font-size: 0.8rem;
  color: #fefefe;
}
.ap-work-attached__type .-public-domain {
  border-color: var(--mt-type-public-domain);
}
.ap-work-attached__type .-collab {
  border-color: var(--mt-type-collab);
}

@media print, screen and (max-width: 39.99875em) {
  .ap-work-comments {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
}
@media print, screen and (min-width: 40em) {
  .ap-work-comments {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
}

.ap-work-draft-preview__alert {
  margin: 0 0 1rem;
  padding: 1rem;
  border: 1px solid #a77935;
  border-radius: 4px;
  background: rgba(167, 121, 53, 0.12);
  color: #dddded;
}
.ap-work-draft-preview__play:disabled {
  color: #b2b2c0;
  background: #424750;
  border-color: #59606b;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
  opacity: 0.7;
}
.ap-work-draft-preview__play:disabled:hover {
  color: #b2b2c0;
  background: #424750;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ap-work-draft-preview .ap-work-marks .__liked {
  gap: 0.5rem;
}
.ap-work-draft-preview__members-heading {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ap-work-draft-preview__summary {
  margin-left: auto;
  color: #8f8fa9;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
}
.ap-work-draft-preview__member-status {
  color: #8f8fa9;
  font-size: 0.875rem;
  white-space: nowrap;
}
.ap-work-draft-preview__manage {
  display: inline-block;
  margin: 1rem 1.5rem;
}

.ap-work-header {
  position: relative;
  z-index: 10;
  background-color: #15181B;
  border: none;
  border-radius: 4px;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-work-header {
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-work-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-work-header {
    padding: 2rem;
  }
}
.ap-work-header.-music, .ap-work-header.-lyrics {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1.5rem;
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-work-header.-music, .ap-work-header.-lyrics {
    grid-template-columns: 160px minmax(0, 1fr);
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    margin-bottom: 1.5rem;
    padding: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-work-header.-music, .ap-work-header.-lyrics {
    grid-template-columns: 200px minmax(0, 1fr);
  }
}
@media screen and (min-width: 75em) {
  .ap-work-header.-music, .ap-work-header.-lyrics {
    grid-template-columns: 250px minmax(0, 1fr);
  }
}
.ap-work-header.-music > .ap-work-header__details, .ap-work-header.-lyrics > .ap-work-header__details {
  min-width: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-work-header.-lyrics {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 1.25rem;
  }
  .ap-work-header.-lyrics > .ap-work-header__artwork {
    width: 96px;
  }
  .ap-work-header.-music > .ap-work-header__artwork {
    display: block;
    width: 100%;
    border-radius: 4px;
  }
}
.ap-work-header__artwork {
  z-index: 10;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-work-header__artwork {
    width: 160px;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-work-header__artwork {
    width: 200px;
  }
}
@media screen and (min-width: 75em) {
  .ap-work-header__artwork {
    width: 250px;
  }
}
.ap-work-header__frame {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  min-width: 0;
}
.ap-work-header__heading {
  display: grid;
  gap: 0.625rem;
}
@media print, screen and (max-width: 63.99875em) {
  .ap-work-header__heading {
    gap: 1.5rem;
  }
}
.ap-work-header__heading > .ap-work-header__title {
  min-width: 0;
  overflow-wrap: anywhere;
}
.ap-work-header__more {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.ap-work-header__more > .ap-myworks-actions__summary {
  display: block;
  width: 26px;
  height: 26px;
  padding: 0;
  color: #383B47;
  border: 0;
  border-radius: 50%;
}
.ap-work-header__more > .ap-myworks-actions__summary:hover {
  color: #FFDB48;
}
.ap-work-header__more > .ap-myworks-actions__summary > svg {
  display: block;
  width: 100%;
  height: 100%;
}
.ap-work-header__title {
  position: relative;
  margin: 0;
  padding: 0;
  font-weight: 800;
  color: #fefefe;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-work-header__title {
    line-height: 1.3;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-work-header__title {
    line-height: 1.25;
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-work-header__title {
    line-height: 1.3;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-work-header__title {
    font-size: 2rem;
  }
}
.ap-work-header__details {
  display: grid;
  gap: 1.5rem;
  margin-top: 0.125rem;
}
@media print, screen and (max-width: 63.99875em) {
  .ap-work-header__details {
    margin-top: 0;
  }
}
.ap-work-header__details > .ap-work-members {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #dddded;
}
.ap-work-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #8f8fa9;
}
.ap-work-header__info > li {
  min-width: 0;
  max-width: 100%;
  white-space: nowrap;
}
.ap-work-header__info > .ap-work-header__origin {
  white-space: normal;
  overflow-wrap: anywhere;
}
.ap-work-header__info time {
  font-variant-numeric: tabular-nums;
}
.ap-work-header__info > .-status {
  padding: 0.25rem 0.75rem;
  color: #fefefe;
  background: linear-gradient(135deg, color-mix(in srgb, var(--mt-type-lyrics) 62%, #0B0F17) 0%, color-mix(in srgb, var(--mt-type-lyrics) 54%, #0B0F17) 52%, color-mix(in srgb, var(--mt-type-lyrics) 58%, #0B0F17) 100%);
  border-radius: 4px;
}
.ap-work-header__origin-label {
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  color: #8f8fa9;
}
.ap-work-header__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 0;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #8f8fa9;
}
.ap-work-header__meta > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  margin: 0;
  padding: 0 0.875rem;
}
.ap-work-header__meta > li:first-child {
  padding-left: 0;
}
.ap-work-header__meta > li + li {
  position: relative;
}
.ap-work-header__meta > li + li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 0.625rem;
  background-color: rgba(178, 178, 192, 0.5);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ap-work-header__meta time {
  font-variant-numeric: tabular-nums;
}
.ap-work-header__meta svg {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 1.125rem;
  height: 1.125rem;
}
.ap-work-header__tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin-left: auto;
}
@media print, screen and (max-width: 63.99875em) {
  .ap-work-header__tools {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    gap: 1rem;
  }
  .ap-work-header__tools > .ap-button.-edit {
    min-height: 44px;
  }
}
.ap-work-header__actions > .ap-button.-edit {
  margin-left: auto;
}
.ap-work-header__actions {
  grid-column: 1/-1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}
@media print, screen and (max-width: 63.99875em) {
  .ap-work-header__actions {
    gap: 0.75rem 1rem;
    padding-block: 1.25rem 0.25rem;
    border-top: 1px solid #25272C;
  }
  .ap-work-header__actions > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 44px;
  }
  .ap-work-header__actions > .ap-work-marks {
    gap: 1rem;
    margin: 0;
  }
}
.ap-work-header__actions > .ap-work-share {
  position: relative;
  margin: 0;
}

.ap-work-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  background-color: #15181B;
  border: 1px solid #25272C;
  border-radius: 4px;
}
.ap-work-info dt {
  margin: 0 0 0.75rem 0;
  font-weight: normal;
  font-size: 0.875rem;
  color: #8f8fa9;
}
.ap-work-info dd {
  margin: 0;
}
@media print, screen and (min-width: 64em) {
  .ap-work-info {
    gap: 1rem 0;
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 75em) {
  .ap-work-info {
    padding: 2rem 0;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-work-info.-original > div, .ap-work-info.-ai > div {
    width: 33.3%;
    padding: 0 1.5rem;
    border-left: 1px solid #25272C;
  }
  .ap-work-info.-original > div:nth-child(3n+1), .ap-work-info.-ai > div:nth-child(3n+1) {
    border-left: none;
  }
}
@media screen and (min-width: 75em) {
  .ap-work-info.-original > div, .ap-work-info.-ai > div {
    padding-left: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-work-info.-public-domain > div {
    width: 25%;
    padding: 0 2rem;
    border-left: 1px solid #25272C;
  }
  .ap-work-info.-public-domain > div:first-child {
    border-left: none;
  }
}
@media screen and (min-width: 75em) {
  .ap-work-info.-public-domain > div {
    padding-left: 2rem;
  }
}
.ap-work-info.-credits {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  padding: 0;
  overflow: hidden;
}
.ap-work-info.-credits > div {
  min-width: 0;
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr);
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #25272C;
}
.ap-work-info.-credits dt {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: var(--mt-accent-text);
}
.ap-work-info.-credits dd {
  min-width: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  overflow-wrap: anywhere;
}
.ap-work-info.-credits > div:last-child {
  border-bottom: 0;
}
@media print, screen and (min-width: 64em) {
  .ap-work-info.-credits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem 0;
    padding: 1.25rem 0;
  }
  .ap-work-info.-credits > div {
    display: block;
    width: auto;
    padding: 0 1.5rem;
    border-bottom: 0;
    border-left: 1px solid #25272C;
  }
  .ap-work-info.-credits > div:first-child {
    border-left: 0;
  }
  .ap-work-info.-credits dt {
    margin-bottom: 0.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-work-info.-credits.-public-domain {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 75em) {
  .ap-work-info.-credits {
    padding: 1.5rem 0;
  }
  .ap-work-info.-credits > div {
    padding: 0 2rem;
  }
}
.ap-work-info.-source-credits {
  display: block;
  padding: 0;
  overflow: hidden;
}

.ap-work-source-credit {
  padding: 1.25rem;
}
.ap-work-source-credit + .ap-work-source-credit {
  border-top: 1px solid #25272C;
}
.ap-work-source-credit__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin: 0 0 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
}
.ap-work-source-credit__heading > span {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--mt-accent-text);
}
.ap-work-source-credit__details {
  display: grid;
  gap: 0.875rem;
  margin: 0;
}
.ap-work-source-credit__details > div {
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr);
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1rem;
  min-width: 0;
}
.ap-work-source-credit__details dt {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #8f8fa9;
}
.ap-work-source-credit__details dd {
  min-width: 0;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  overflow-wrap: anywhere;
}
@media print, screen and (min-width: 64em) {
  .ap-work-source-credit {
    display: grid;
    grid-template-columns: 7rem minmax(0, 1fr);
    gap: 1.5rem;
    padding: 1.5rem;
  }
  .ap-work-source-credit__heading {
    -ms-flex-item-align: start;
        align-self: start;
    margin: 0;
  }
  .ap-work-source-credit__details {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.8fr) minmax(0, 1fr);
    gap: 0;
  }
  .ap-work-source-credit__details > div {
    display: block;
    padding: 0 1.5rem;
    border-left: 1px solid #25272C;
  }
  .ap-work-source-credit__details > div:first-child {
    padding-left: 0;
    border-left: 0;
  }
  .ap-work-source-credit__details dt {
    margin-bottom: 0.5rem;
  }
}

.ap-work-linernotes {
  padding: 0 0 0 1.75rem;
  border-left: 8px solid #287ff8;
}
.ap-work-linernotes > .ap-work-users__link {
  margin-bottom: 0.75rem;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-work-linernotes {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .ap-work-linernotes {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-work-linernotes {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-work-linernotes {
    margin-top: 2rem;
  }
}
.ap-work-linernotes:first-child {
  margin-top: 0;
}
.ap-work-linernotes__body {
  display: flow-root;
  overflow-wrap: anywhere;
}
.ap-work-linernotes__body > :last-child {
  margin-bottom: 0;
}
.ap-work-linernotes__toggle {
  margin-top: 0.5rem;
  padding: 0.5rem 0;
  color: #29a6e9;
  font-size: 0.875rem;
  cursor: pointer;
}
.ap-work-linernotes__toggle:hover {
  color: #FFDB48;
  text-decoration: underline;
}
.ap-work-linernotes__toggle[hidden] {
  display: none;
}

.ap-work-lyrics {
  border-radius: 4px;
  background-color: #15181B;
}
@media print, screen and (min-width: 64em) {
  .ap-work-lyrics {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-work-lyrics {
    padding: 2rem;
  }
}
.ap-work-lyrics {
  position: relative;
}
.ap-work-lyrics__content {
  line-height: 2;
  margin-bottom: 2rem;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-work-lyrics__content {
    font-size: 1.0625rem;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-work-lyrics__content {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-work-lyrics__content {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-work-lyrics__content {
    font-size: 1.125rem;
    margin-bottom: 2.25rem;
  }
}
.ap-work-lyrics__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
  margin: 0 0 1.5rem 0;
  padding: 0;
}
.ap-work-lyrics__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.875rem 1rem;
  margin-top: 1.5rem;
  padding: 1rem;
  background-color: #030A1A;
  border: 1px solid #25272C;
  border-radius: 4px;
}
.ap-work-lyrics__actions .ap-likebutton {
  --like-icon-size: 1.125rem;
  gap: 0.25rem;
  font-size: 0.875rem;
}
.ap-work-lyrics__actions .ap-work-share {
  margin: 0;
  font-size: 0.875rem;
}
.ap-work-lyrics__compose {
  margin-left: auto;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-work-lyrics__compose {
    margin-left: 0;
  }
}
.ap-work-lyrics__tags-label {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-top: 0.1rem;
  font-size: 0.875rem;
  color: #b2b2c0;
}
.ap-work-lyrics__tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4rem 0.9rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ap-work-lyrics__tag-link {
  color: #dddded;
  text-decoration: none;
}
.ap-work-lyrics__tag-link:hover {
  color: #FFDB48;
}
.ap-work-lyrics > *:last-child {
  margin-bottom: 0;
}

.ap-work-marks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #dddded;
  font-size: 1rem;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-work-marks {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    margin-top: 1rem;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-work-marks {
    margin-top: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-work-marks {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
.ap-work-marks > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1.25rem;
  line-height: 1;
  border-right: 1px solid #b2b2c0;
}
.ap-work-marks > li > svg {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.ap-work-marks > li small {
  display: block;
  margin: 0.5rem 0 0 0;
  font-size: 0.75rem;
  color: #8f8fa9;
}
.ap-work-marks > li.__played, .ap-work-marks > li.__viewed {
  gap: 0.5rem;
}
.ap-work-marks > li.__played > svg, .ap-work-marks > li.__viewed > svg {
  aspect-ratio: 1;
}
.ap-work-marks > li .ap-likebutton {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media print, screen and (min-width: 64em) {
  .ap-work-marks > li {
    padding-right: 1.5rem;
  }
  .ap-work-marks > li.__played, .ap-work-marks > li.__viewed {
    gap: 0.5rem;
    font-size: 1.125rem;
  }
  .ap-work-marks > li .ap-likebutton {
    gap: 0.5rem;
    font-size: 1.125rem;
  }
}
.ap-work-marks > li:first-child {
  border-left: 0;
}
.ap-work-marks > li:first-child:before {
  display: none;
}
@media print, screen and (max-width: 63.99875em) {
  .ap-work-marks.-header > li {
    border-right: 0;
  }
}
.ap-work-marks.-inline > li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ap-work-marks.-inline > li > span,
.ap-work-marks.-inline > li .ap-likebutton__count {
  white-space: nowrap;
}
.ap-work-marks.-inline > li .ap-likebutton {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ap-work-marks.-inline > li small {
  display: inline;
  margin: 0;
}

.ap-work-members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.5rem;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  color: #dddded;
}
.ap-work-members:hover {
  color: #FFDB48;
}
.ap-work-members__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3rem;
  margin-right: 0.5rem;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  border: 1px solid #D12CE6;
  color: #D12CE6;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
.ap-work-members__label svg {
  width: 16px;
  height: 16px;
}
.ap-work-members__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem;
}
.ap-work-members__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.ap-work-members__icon:first-child {
  margin-left: 0;
}
.ap-work-members__name {
  min-width: 0;
  line-height: 1.5;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.ap-work-playbutton {
  --play-icon-size: 14px;
  --play-ready-color: #111827;
  --play-hover-color: #1559c6;
  --play-active-color: #ff5bc7;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  isolation: isolate;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56px;
          flex: 0 0 56px;
  margin: 0;
  padding: 0;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  color: var(--play-ready-color);
  cursor: pointer;
  background: #fefefe;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 8px 22px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 8px 22px rgba(0, 0, 0, 0.16);
  -webkit-transition: background 180ms ease, -webkit-transform 180ms ease, -webkit-box-shadow 180ms ease;
  transition: background 180ms ease, -webkit-transform 180ms ease, -webkit-box-shadow 180ms ease;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, -webkit-transform 180ms ease, -webkit-box-shadow 180ms ease;
}
.ap-work-playbutton:hover {
  color: var(--play-hover-color);
  background: #f3f6fb;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 10px 26px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 10px 26px rgba(0, 0, 0, 0.2);
}
.ap-work-playbutton svg {
  position: relative;
  z-index: 1;
  display: block;
  width: var(--play-icon-size);
  height: auto;
  aspect-ratio: 24/30;
  fill: currentColor;
}
.ap-work-playbutton__play {
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}
.ap-work-playbutton:not([data-playback-state=playing]) .ap-work-playbutton__pause {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .ap-work-playbutton,
  .ap-work-playbutton::before {
    -webkit-transition: none;
    transition: none;
  }
}
.ap-work-section__content {
  background-color: #15181B;
  border: none;
  border-radius: 4px;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-work-section__content {
    padding: 1rem;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-work-section__content {
    padding: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-work-section__content {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-work-section__content {
    padding: 2rem;
  }
}
.ap-work-section__content.-flush {
  padding: 0;
}
.ap-work-section__content.-list {
  padding: 0;
}
.ap-work-section__content.-list > .ap-loadmore {
  width: auto;
  margin: 0.75rem 1rem 1rem;
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-work-section__content.-list > .ap-loadmore {
    margin-inline: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-work-section__content.-list > .ap-loadmore {
    margin-inline: 1.5rem;
  }
}

.ap-work__heading + .ap-work-section__content {
  border-start-start-radius: 0;
  border-start-end-radius: 0;
}

.ap-work-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.35rem;
  margin: 0.5rem 0 0 0;
  padding: 0;
  line-height: 1.5;
  font-size: inherit;
  color: #dddded;
  background: none;
  border: 0;
  cursor: pointer;
}
.ap-work-share svg {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
}
.ap-work-share:hover {
  color: #FFDB48;
}

.ap-share-dialog {
  width: min(680px, 100vw - 2rem);
  max-height: calc(100vh - 2rem);
  margin: auto;
  padding: 0;
  color: #dddded;
  background-color: #030A1A;
  border: 1px solid #25272C;
  border-radius: 4px;
  overflow: hidden;
}
.ap-share-dialog::-ms-backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}
.ap-share-dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}
.ap-share-dialog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  border-bottom: 1px solid #25272C;
}
.ap-share-dialog__mark {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #5b2d8d 0%, #2c66a8 100%);
}
.ap-share-dialog__mark svg {
  width: 26px;
  height: 26px;
  color: #fefefe;
}
.ap-share-dialog__titles {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.ap-share-dialog__title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
}
.ap-share-dialog__description {
  margin: 0.25rem 0 0 0;
  font-size: 0.9375rem;
  color: #b2b2c0;
}
.ap-share-dialog__close {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  color: #dddded;
  background: none;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}
.ap-share-dialog__close svg {
  width: 20px;
  height: 20px;
}
.ap-share-dialog__close:hover {
  background-color: var(--mt-hover-overlay);
}
.ap-share-dialog__body {
  padding: 1.5rem;
}
.ap-share-dialog__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, screen and (min-width: 40em) {
  .ap-share-dialog__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.ap-share-dialog__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  height: 100%;
  padding: 1.75rem 1rem;
  text-align: center;
  color: #dddded;
  background: none;
  border: 1px solid #25272C;
  border-radius: 4px;
  cursor: pointer;
}
.ap-share-dialog__link:hover {
  background-color: var(--mt-hover-overlay);
}
.ap-share-dialog__img {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
}
.ap-share-dialog__img img {
  display: block;
  width: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}
.ap-share-dialog__img.-x {
  background-color: #000;
}
.ap-share-dialog__img.-facebook {
  background-color: #1877f2;
}
.ap-share-dialog__img.-link {
  background: linear-gradient(135deg, #7b3fb8 0%, #5b2d8d 100%);
}
.ap-share-dialog__name {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.3;
}
.ap-share-dialog__note {
  font-size: 0.8125rem;
  color: #b2b2c0;
}
.ap-share-dialog__notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  margin: 1.5rem 0 0 0;
  padding: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.7;
  border: 1px solid #25272C;
  border-radius: 4px;
}
.ap-share-dialog__notice svg {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 26px;
  height: 26px;
  color: #4296f4;
}
.ap-share-dialog__notice p {
  margin: 0;
}
.ap-share-dialog__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.5rem 1.5rem;
}
.ap-share-dialog__dismiss {
  min-width: min(100%, 280px);
  padding: 0.9rem 1.5rem;
  font-size: 1rem;
  color: #dddded;
  background-color: #1C1C36;
  border: 1px solid #25272C;
  border-radius: 4px;
  cursor: pointer;
}
.ap-share-dialog__dismiss:hover {
  background-color: var(--mt-hover-overlay);
}

.ap-source-lyrics {
  padding: 1.5rem;
  background-color: #030A1A;
  border: 1px solid #25272C;
  border-radius: 4px;
}
.ap-source-lyrics__heading {
  margin: 0 0 1.25rem;
  color: #8f8fa9;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
}
.ap-source-lyrics__work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
.ap-source-lyrics__artwork {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 96px;
          flex: 0 0 96px;
  overflow: hidden;
  border-radius: 4px;
}
.ap-source-lyrics__artwork img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.ap-source-lyrics__info {
  min-width: 0;
}
.ap-source-lyrics__title {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.ap-source-lyrics__title a {
  color: #fefefe;
}
.ap-source-lyrics__title a:hover {
  color: #FFDB48;
}
.ap-source-lyrics__author {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
  color: #dddded;
}
.ap-source-lyrics__author:hover {
  color: #FFDB48;
}
.ap-source-lyrics__author img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ap-source-lyrics__author span {
  min-width: 0;
}
.ap-source-lyrics__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #25272C;
}
.ap-source-lyrics__actions .ap-likebutton {
  --like-icon-size: 1.125rem;
  gap: 0.25rem;
  font-size: 0.875rem;
}
.ap-source-lyrics__actions .ap-work-share {
  margin: 0;
  font-size: 0.875rem;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-source-lyrics {
    padding: 1rem;
  }
  .ap-source-lyrics__work {
    gap: 0.875rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ap-source-lyrics__artwork {
    -ms-flex-preferred-size: 64px;
        flex-basis: 64px;
  }
  .ap-source-lyrics__title {
    font-size: 1.125rem;
  }
}

.ap-work-tag {
  -ms-flex-item-align: start;
      align-self: start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  gap: 0.35rem;
  margin: 0;
  padding: 0.25rem 0.4rem;
  line-height: 1.1;
  border-radius: 4px;
  font-weight: normal;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
}
.ap-work-tag.-cover {
  background: linear-gradient(135deg, color-mix(in srgb, var(--mt-type-cover) 62%, #0B0F17) 0%, color-mix(in srgb, var(--mt-type-cover) 54%, #0B0F17) 52%, color-mix(in srgb, var(--mt-type-cover) 58%, #0B0F17) 100%);
}
.ap-work-tag.-original {
  background: linear-gradient(135deg, color-mix(in srgb, var(--mt-type-original) 62%, #0B0F17) 0%, color-mix(in srgb, var(--mt-type-original) 54%, #0B0F17) 52%, color-mix(in srgb, var(--mt-type-original) 58%, #0B0F17) 100%);
}
.ap-work-tag.-public-domain {
  background: linear-gradient(135deg, color-mix(in srgb, var(--mt-type-public-domain) 62%, #0B0F17) 0%, color-mix(in srgb, var(--mt-type-public-domain) 54%, #0B0F17) 52%, color-mix(in srgb, var(--mt-type-public-domain) 58%, #0B0F17) 100%);
}
.ap-work-tag.-lyrics {
  background: linear-gradient(135deg, color-mix(in srgb, var(--mt-type-lyrics) 62%, #0B0F17) 0%, color-mix(in srgb, var(--mt-type-lyrics) 54%, #0B0F17) 52%, color-mix(in srgb, var(--mt-type-lyrics) 58%, #0B0F17) 100%);
}
.ap-work-tag.-ai {
  background: linear-gradient(135deg, color-mix(in srgb, var(--mt-type-ai) 62%, #0B0F17) 0%, color-mix(in srgb, var(--mt-type-ai) 54%, #0B0F17) 52%, color-mix(in srgb, var(--mt-type-ai) 58%, #0B0F17) 100%);
}
.ap-work-users__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  color: #fefefe;
}
.ap-work-users__link:hover {
  color: #FFDB48;
}
.ap-work-users__photo {
  width: 30px;
  height: 30px;
  background-color: #8f8fa9;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
}
@media print, screen and (min-width: 64em) {
  .ap-work-users__photo {
    width: 40px;
    height: 40px;
  }
}

.ap-work {
  position: relative;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-work {
    margin-bottom: 3.5rem;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-work {
    margin-bottom: 4.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-work {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-work {
    margin-bottom: 5.5rem;
  }
}
.ap-work__frame {
  border-radius: 4px;
  background-color: #15181B;
}
@media print, screen and (min-width: 64em) {
  .ap-work__frame {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-work__frame {
    padding: 2rem;
  }
}
.ap-work__heading {
  background-color: #15181B;
  border: 1px solid #25272C;
  border-radius: 4px;
  border: 0;
  border-end-end-radius: 0;
  border-end-start-radius: 0;
}
.ap-work__heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0;
  border-bottom: 1px solid #25272C;
}
.ap-work__heading.-wide {
  max-width: 100rem;
}
.ap-work__heading > .ap-button,
.ap-work__heading > .ap-myworks-actions {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: auto;
}
.ap-work__heading {
  /*
   * 見出しアイコンは塗りつぶしの角丸バッジで統一する。
   * svg 自身に padding と背景を持たせているので、見出し側の
   * マークアップ（<svg> 直下）を変えずにバッジ化できる。
   * 色は項目ごとに分けず --mt-accent 1色に揃える。
   */
}
.ap-work__heading > svg {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  width: 18px;
  height: 18px;
  padding: 0.4375rem;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  color: #fefefe;
  background-color: var(--mt-accent);
  border-radius: 4px;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-work__heading {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    margin-top: 1.25rem;
    padding: 0.625rem 1rem;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-work__heading {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    margin-top: 1.25rem;
    padding: 0.625rem 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-work__heading {
    margin-top: 1.25rem;
    padding: 0.5rem 1.5rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-work__heading {
    gap: 0.75rem;
    padding: 0.75rem 1.5rem;
  }
}
.ap-work__heading:first-child {
  margin-top: 0;
}
.ap-work__heading-title {
  margin: 0;
  font: inherit;
}
.ap-work__heading-note {
  margin-left: auto;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #b2b2c0;
}
.ap-work__heading-count {
  display: inline-grid;
  place-items: center;
  min-width: 1.4rem;
  height: 1.4rem;
  margin-left: 0.35rem;
  padding: 0 0.45rem;
  color: #f5f8ff;
  background-color: #0b9cf4;
  border-radius: 999px;
  font-size: 0.72rem;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  vertical-align: middle;
}

.ap-works {
  position: relative;
  background-color: #15181B;
  border: 1px solid #25272C;
  border-radius: 4px;
  padding: 0;
}
.ap-works__grid {
  display: block;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-works__grid {
    border-top: 1px solid #25272C;
  }
  .ap-works__grid:last-child {
    border-bottom: 1px solid #25272C;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-works__grid {
    width: calc((100% - 2rem) / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .ap-works__grid {
    width: calc((100% - 3rem) / 3);
  }
}
@media screen and (min-width: 75em) {
  .ap-works__grid {
    width: calc((100% - 4rem) / 3);
  }
}
@media screen and (min-width: 90em) {
  .ap-works__grid {
    width: calc((100% - 6rem) / 4);
  }
}

@media print, screen and (max-width: 74.99875em) {
  .ap-works-enter.-page-top {
    display: none;
  }
}
.ap-works-enter {
  background-color: #15181B;
  border: 1px solid #25272C;
  border-radius: 4px;
  border-radius: 4px;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-works-enter {
    margin: 0 0 0.75rem 0;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-works-enter {
    margin: 0 0 0.75rem 0;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-works-enter {
    margin: 0 0 1rem 0;
  }
}
.ap-works-enter > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media print, screen and (max-width: 74.99875em) {
  .ap-works-enter > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.ap-works-enter > ul > li {
  margin: 0;
  padding: 0;
  border-bottom: 2px solid transparent;
}
@media print, screen and (max-width: 74.99875em) {
  .ap-works-enter > ul > li {
    border-bottom: 1px solid #25272C;
  }
  .ap-works-enter > ul > li:last-child {
    border-bottom: 0;
  }
  .ap-works-enter > ul > li > a[href] {
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    line-height: 1.3;
  }
  .ap-works-enter > ul > li > a[href] svg {
    width: 1.25rem;
    height: 1.25rem;
    padding: 0.1875rem;
  }
  .ap-works-enter > ul > li > a[href] span {
    font-size: 0.9375rem;
  }
  .ap-works-enter > ul > li > a[href] small {
    margin-left: 0.375rem;
    font-size: 0.75rem;
    color: #8f8fa9;
  }
}
@media screen and (min-width: 75em) {
  .ap-works-enter > ul > li {
    display: grid;
    place-items: center;
    width: 20%;
    padding: 0.9375rem 0.5rem 1.125rem 0.5rem;
    border-left: 1px solid #25272C;
  }
  .ap-works-enter > ul > li:first-child {
    border-left: none;
  }
}
.ap-works-enter > ul > li.-original {
  color: var(--mt-type-original);
}
.ap-works-enter > ul > li.-cover {
  color: var(--mt-type-cover);
}
.ap-works-enter > ul > li.-public-domain {
  color: var(--mt-type-public-domain);
}
.ap-works-enter > ul > li.-ai {
  color: var(--mt-type-ai);
}
.ap-works-enter > ul > li.-lyrics {
  color: var(--mt-type-lyrics);
}
.ap-works-enter > ul > li:hover, .ap-works-enter > ul > li.-current {
  border-bottom-color: currentColor;
}
@media print, screen and (max-width: 74.99875em) {
  .ap-works-enter > ul > li {
    border-left: 3px solid transparent;
  }
  .ap-works-enter > ul > li:hover, .ap-works-enter > ul > li.-current {
    border-bottom-color: #25272C;
    border-left-color: currentColor;
  }
  .ap-works-enter > ul > li:last-child:hover, .ap-works-enter > ul > li:last-child.-current {
    border-bottom-color: transparent;
  }
}
.ap-works-enter > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  text-decoration: none;
  color: inherit;
}
.ap-works-enter > ul > li > a:hover span,
.ap-works-enter > ul > li > a:hover small {
  color: currentColor !important;
}
.ap-works-enter > ul > li > a svg {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 3rem;
  height: 3rem;
  padding: 0.625rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ap-works-enter > ul > li > a small {
  font-size: 0.75rem;
}
@media screen and (min-width: 75em) {
  .ap-works-enter > ul > li > a {
    gap: 0.875rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .ap-works-enter > ul > li > a span {
    color: #dddded;
  }
  .ap-works-enter > ul > li > a span:hover {
    color: #FFDB48;
  }
  .ap-works-enter > ul > li > a small {
    display: block;
    font-weight: 400;
    color: #8f8fa9;
  }
}

.ap-works-row {
  color: #acacb8;
  position: relative;
  border-bottom: 1px solid #25272C;
}
.ap-works-row:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
@media print, screen and (max-width: 74.99875em) {
  .ap-works-row {
    display: grid;
    grid-template-columns: auto auto minmax(0, 1.6fr) minmax(0, 1fr) auto auto auto auto auto;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    row-gap: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .ap-works-row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin: 0;
    padding: 1rem;
    font-size: 1rem;
    grid-template-columns: auto auto minmax(0, 1fr) auto;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-works-row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin: 0;
    padding: 1rem 1.25rem;
    font-size: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-works-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-works-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    margin: 0;
    padding: 0.875rem 1.5rem;
  }
}
@media screen and (min-width: 100em) {
  .ap-works-row {
    padding: 0.5rem 1.5rem;
  }
}
.ap-works-row__artwork {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media print, screen and (max-width: 74.99875em) {
  .ap-works-row__artwork {
    grid-column: 1;
    grid-row: 1;
    width: 44px;
  }
}
@media screen and (min-width: 75em) {
  .ap-works-row__artwork {
    width: 60px;
  }
}
@media screen and (min-width: 100em) {
  .ap-works-row__artwork {
    width: 55px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .ap-works-row .ap-playbutton {
    grid-column: 2;
    grid-row: 1;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .ap-works-row .ap-playbutton {
    -ms-flex-item-align: start;
        align-self: start;
    top: 22px;
    translate: 0 -50%;
  }
}
.ap-works-row__lyrics-icon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  color: var(--mt-type-lyrics);
  border: 1px solid currentColor;
  border-radius: 50%;
}
@media print, screen and (max-width: 74.99875em) {
  .ap-works-row__lyrics-icon {
    grid-column: 2;
    grid-row: 1;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .ap-works-row__lyrics-icon {
    position: relative;
    -ms-flex-item-align: start;
        align-self: start;
    top: 22px;
    translate: 0 -50%;
  }
}
@media screen and (min-width: 75em) {
  .ap-works-row__lyrics-icon {
    width: 27px;
    height: 27px;
  }
}
.ap-works-row__lyrics-icon > svg {
  display: block;
  width: 65%;
  height: 65%;
}
.ap-works-row__header {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media print, screen and (max-width: 74.99875em) {
  .ap-works-row__header {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: auto;
    min-width: 0;
    grid-column: 3;
    grid-row: 1;
  }
}
@media screen and (min-width: 75em) {
  .ap-works-row__header {
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    min-width: 10rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-works-row.-with-date .ap-works-row__header {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}
.ap-works-row__attr {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media print, screen and (max-width: 74.99875em) {
  .ap-works-row__attr {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: auto;
    min-width: 0;
    grid-column: 4;
    grid-row: 1;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .ap-works-row__attr {
    grid-column: 1/-1;
    grid-row: 2;
    margin-top: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-works-row__attr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.75rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-works-row__attr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-works-row.-lyrics .ap-works-row__attr {
    margin-top: 0.75rem;
  }
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ap-works-row.-lyrics .ap-works-row__attr {
    width: 22%;
  }
}
@media screen and (min-width: 75em) {
  .ap-works-row.-lyrics .ap-works-row__attr {
    display: block;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .ap-works-row.-with-date .ap-works-row__attr {
    width: auto;
  }
}
@media screen and (min-width: 75em) {
  .ap-works-row.-with-date .ap-works-row__attr {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%;
    min-width: 0;
    width: 20%;
  }
}
.ap-works-row__stats {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-left: auto;
}
@media print, screen and (max-width: 74.99875em) {
  .ap-works-row__stats {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: auto;
    min-width: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .ap-works-row__stats {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-column: 1/-1;
    grid-row: 3;
    margin-top: 0.5rem;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-works-row__stats {
    display: contents;
  }
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ap-works-row__stats {
    display: contents;
  }
}
.ap-works-row__date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.5rem;
          flex: 0 0 2.5rem;
  width: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  color: #b2b2c0;
  font-size: 0.75rem;
  line-height: 1.5;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
@media print, screen and (max-width: 74.99875em) {
  .ap-works-row__date {
    grid-column: 9;
    grid-row: 1;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: auto;
    margin-left: 0;
    font-size: 0.6875rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .ap-works-row__date {
    margin-left: auto;
  }
}
.ap-works-row__flags {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
}
@media print, screen and (max-width: 74.99875em) {
  .ap-works-row__flags {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: auto;
    min-width: 0;
    grid-column: 5;
    grid-row: 1;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .ap-works-row__flags {
    grid-column: 4;
  }
}
@media screen and (max-width: 37.5em) {
  .ap-works-row__flags {
    display: none;
  }
}
.ap-works-row__flag {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
}
@media print, screen and (max-width: 74.99875em) {
  .ap-works-row__flag {
    width: 18px;
    height: 18px;
  }
}
.ap-works-row__flag svg {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media print, screen and (max-width: 74.99875em) {
  .ap-works-row__flag svg {
    width: 16px;
    height: 16px;
  }
}
.ap-works-row__flag svg.-collab {
  color: var(--mt-type-collab);
}
.ap-works-row__actions {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  color: #b2b2c0;
  font-size: 0.875rem;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-works-row__actions {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .ap-works-row__actions {
    display: contents;
  }
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ap-works-row__actions {
    display: contents;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-works-row__actions {
    gap: 1.125rem;
  }
}
.ap-works-row__goto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: none;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  vertical-align: middle;
  padding: 0.4rem 0.6rem;
  line-height: 1.3;
  font-size: 0.875rem;
  border: 1px solid #25272C;
  border-radius: 4px;
  color: #dddded;
}
.ap-works-row__goto:hover {
  color: #FFDB48;
}
.ap-works-row__goto:hover:after {
  border-color: #FFDB48;
}
@media print, screen and (min-width: 64em) {
  .ap-works-row__goto {
    margin-left: auto;
  }
}
.ap-works-row__play, .ap-works-row__view, .ap-works-row__comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  width: 70px;
  color: #dddded;
}
.ap-works-row__play > svg, .ap-works-row__view > svg, .ap-works-row__comments > svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  width: 21px;
  height: 21px;
}
@media print, screen and (max-width: 74.99875em) {
  .ap-works-row__play, .ap-works-row__view, .ap-works-row__comments {
    grid-column: 6;
    grid-row: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: auto;
    gap: 0.25rem;
    font-size: 0.75rem;
    font-variant-numeric: tabular-nums;
  }
  .ap-works-row__play > svg,
  .ap-works-row__view > svg,
  .ap-works-row__comments > svg {
    width: 16px;
    height: 16px;
  }
}
.ap-works-row__comments {
  width: auto;
  min-width: 50px;
  white-space: nowrap;
}
@media print, screen and (max-width: 74.99875em) {
  .ap-works-row__comments {
    grid-column: 8;
    min-width: 0;
  }
}
.ap-works-row__like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  width: 50px;
  color: #dddded;
}
@media print, screen and (max-width: 74.99875em) {
  .ap-works-row__like {
    grid-column: 7;
    grid-row: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: auto;
    gap: 0.25rem;
    font-size: 0.75rem;
    font-variant-numeric: tabular-nums;
  }
  .ap-works-row__like .ap-likebutton__icon {
    width: 16px;
    height: 16px;
  }
}
.ap-works-row__title {
  margin: 0 0 0.75rem 0;
  padding: 0;
}
.ap-works-row__title.-music:before {
  background-image: url("../img/icon/works.svg?v1a06121a1ce");
}
.ap-works-row__title.-lyrics:before {
  background-image: url("../img/icon/lyrics.svg?v1a06121a1c8");
}
@media print, screen and (max-width: 74.99875em) {
  .ap-works-row__title {
    font-size: 0.9375rem;
    letter-spacing: -0.01em;
  }
}
@media screen and (min-width: 75em) {
  .ap-works-row__title {
    font-size: 1rem;
  }
  .ap-works-row__title.-en {
    font-size: 1.0625rem;
  }
}
.ap-works-row__title > a {
  font-size: inherit;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  overflow-wrap: anywhere;
  color: #dddded;
}
.ap-works-row__title > a:hover {
  color: #FFDB48;
}
.ap-works-row__by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media print, screen and (max-width: 74.99875em) {
  .ap-works-row__by {
    gap: 0.375rem;
    margin-top: 0.1875rem;
    font-size: 0.75rem;
  }
}
.ap-works-row__by .-collab {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--mt-type-collab);
}
.ap-works-row__by .-collab > svg {
  display: block;
  width: 70%;
  height: 70%;
  color: #fff;
  -o-object-fit: contain;
     object-fit: contain;
}
.ap-works-row__by .ap-username > span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  overflow-wrap: anywhere;
}
.ap-works-row__credits {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.6;
  font-size: 0.8125rem;
  color: #b2b2c0;
}
.ap-works-row__credits > li {
  margin: 0;
  overflow-wrap: anywhere;
}
@media print, screen and (max-width: 74.99875em) {
  .ap-works-row__credits {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .ap-works-row__credits {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 16%;
            flex: 0 1 16%;
    min-width: 0;
    width: 16%;
  }
}
.ap-works-row__members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.ap-works-row__members > .ap-username {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  min-width: 0;
}
.ap-works-row__members > .ap-username > span:last-child {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ap-works-row__collaborators {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ap-works-row__collaborator {
  display: inline;
  white-space: nowrap;
}
.ap-works-row__collaborator > span {
  margin: 0 0.375rem;
}
.ap-works-row__collaborator > .ap-username {
  display: inline;
  white-space: nowrap;
}
.ap-works-row__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem 0.75rem;
}
@media print, screen and (max-width: 74.99875em) {
  .ap-works-row__type {
    margin: 0;
    gap: 0.25rem;
  }
}
@media screen and (min-width: 100em) {
  .ap-works-row__type {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 5.5rem;
  }
}
.ap-works-row__type > b {
  padding: 0.25rem 0.4rem;
  line-height: 1.1;
  border-radius: 4px;
  font-weight: normal;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
}
@media print, screen and (max-width: 74.99875em) {
  .ap-works-row__type > b {
    padding: 0.125rem 0.3rem;
    font-size: 0.6875rem;
  }
}
.ap-works-row__type .-cover {
  background: linear-gradient(135deg, color-mix(in srgb, var(--mt-type-cover) 62%, #0B0F17) 0%, color-mix(in srgb, var(--mt-type-cover) 54%, #0B0F17) 52%, color-mix(in srgb, var(--mt-type-cover) 58%, #0B0F17) 100%);
}
.ap-works-row__type .-original {
  background: linear-gradient(135deg, color-mix(in srgb, var(--mt-type-original) 62%, #0B0F17) 0%, color-mix(in srgb, var(--mt-type-original) 54%, #0B0F17) 52%, color-mix(in srgb, var(--mt-type-original) 58%, #0B0F17) 100%);
}
.ap-works-row__type .-public-domain {
  background: linear-gradient(135deg, color-mix(in srgb, var(--mt-type-public-domain) 62%, #0B0F17) 0%, color-mix(in srgb, var(--mt-type-public-domain) 54%, #0B0F17) 52%, color-mix(in srgb, var(--mt-type-public-domain) 58%, #0B0F17) 100%);
}
.ap-works-row__type .-lyrics {
  background: linear-gradient(135deg, color-mix(in srgb, var(--mt-type-lyrics) 62%, #0B0F17) 0%, color-mix(in srgb, var(--mt-type-lyrics) 54%, #0B0F17) 52%, color-mix(in srgb, var(--mt-type-lyrics) 58%, #0B0F17) 100%);
}
.ap-works-row__flgs {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
  font-size: 0.875rem;
}
@media print, screen and (max-width: 74.99875em) {
  .ap-works-row__flgs {
    font-size: 0.75rem;
    line-height: 1.45;
  }
}
.ap-works-row__flgs > li {
  margin: 0.5rem 0 0 0;
}
.ap-works-row__flgs > li.-source {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  overflow-wrap: anywhere;
}
@media print, screen and (max-width: 74.99875em) {
  .ap-works-row__flgs > li {
    margin-top: 0.1875rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    overflow-wrap: anywhere;
  }
}
.ap-works-row__flgs > li:first-child {
  margin-top: 0;
}
.ap-works-row__excerpt {
  font-size: 0.9375rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  overflow-wrap: anywhere;
  margin: 0;
}
.ap-works-row__badge {
  position: absolute;
  left: -1.75rem;
  width: 3.5rem;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  color: #fefefe;
  background-color: #FF006D;
  aspect-ratio: 1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media print, screen and (max-width: 74.99875em) {
  .ap-works-row__badge {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .ap-works-row__badge {
    top: 0;
    left: -5px;
    width: 10px;
    z-index: 1;
    border-radius: 50%;
    -webkit-transform: none;
            transform: none;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-works-row__badge {
    top: calc(50% - 22px - 1.75rem);
    clip-path: polygon(0 100%, 50% 50%, 100% 100%);
  }
}
@media screen and (min-width: 75em) {
  .ap-works-row__badge {
    left: -0.25rem;
    top: calc(50% - 30px - 1.75rem);
  }
}
@media screen and (min-width: 100em) {
  .ap-works-row__badge {
    top: calc(50% - 27.5px - 1.75rem);
  }
}
.ap-works-row__badge > span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.25rem;
  display: block;
  width: 100%;
  font-size: 1rem;
  text-align: center;
}
@media print, screen and (max-width: 63.99875em) {
  .ap-works-row__badge > span {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-works-row__badge > span {
    font-size: 0.65rem;
  }
}

.ap-works-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
  gap: 1.5rem;
}
.ap-works-grid .ap-welcome-card__title a:not(:hover) {
  color: inherit;
}
.ap-works-grid.-section {
  margin-top: 1rem;
}
.ap-works-grid .ap-likebutton {
  gap: 0.25rem;
  color: inherit;
  font: inherit;
}
.ap-works-grid .ap-likebutton[aria-pressed=true], .ap-works-grid .ap-likebutton:hover {
  color: var(--like-active-color);
}
@media print, screen and (max-width: 39.99875em) {
  .ap-works-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75rem 0.875rem;
  }
}
@media screen and (max-width: 359px) {
  .ap-works-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
@container (max-width: 11rem) {
  .ap-works-grid .ap-likebutton {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.375rem;
  }
}

.ap-worksummery {
  max-width: 900px;
}
@media print, screen and (min-width: 40em) {
  .ap-worksummery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-worksummery {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 75em) {
  .ap-worksummery {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ap-worksummery__title {
    margin: 0 0 1.25rem 0;
    font-size: 1.5rem;
    font-weight: normal;
  }
}
.ap-worksummery__artwork {
  content: "";
  -ms-flex-item-align: start;
      align-self: start;
  aspect-ratio: 1/1;
  border: 7px solid #25272C;
  background-color: #15181B;
}
@media print, screen and (min-width: 64em) {
  .ap-worksummery__artwork {
    margin-left: auto;
    width: 150px;
  }
}
.ap-wrap {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ap-wrap.-music {
  background: radial-gradient(circle at 65% 18%, rgba(80, 120, 220, 0.16), transparent 24rem), radial-gradient(circle at 50% -7%, rgba(255, 255, 255, 0.04), transparent 17rem);
}

.ap-page-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #25272C;
  font-size: 0.8125rem;
  line-height: 1.6;
}
.ap-page-navigation__back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  min-height: 2.75rem;
  padding: 0.375rem 0.875rem;
  border: 1px solid #25272C;
  border-radius: 0.375rem;
  color: #8f8fa9;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ap-page-navigation__breadcrumbs {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 15rem;
          flex: 1 1 15rem;
  color: #8f8fa9;
}
.ap-page-navigation__breadcrumbs ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.375rem 0.75rem;
  margin: 0;
  list-style: none;
}
.ap-page-navigation__breadcrumbs li {
  min-width: 0;
  overflow-wrap: anywhere;
}
.ap-page-navigation__breadcrumbs a {
  color: inherit;
}
.ap-page-navigation__breadcrumbs li + li::before {
  content: "›";
  margin-right: 0.75rem;
  opacity: 0.6;
}
.ap-page-navigation__breadcrumbs [aria-current] {
  font-weight: 600;
}

.ap-sidebar {
  --ap-sidebar-mode: mobile;
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ap-sidebar {
    --ap-sidebar-mode: rail;
  }
}
@media screen and (min-width: 75em) {
  .ap-sidebar {
    --ap-sidebar-mode: full;
  }
}

.ap-sidebar-toolbar,
.ap-sidebar-button,
.ap-sidebar-backdrop {
  display: none;
}

.ap-sidebar-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--mt-text-primary);
  border-radius: 4px;
  cursor: pointer;
}
.ap-sidebar-button svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
}
.ap-sidebar-button:hover {
  background: var(--mt-hover-overlay);
}
.ap-contact-form {
  width: 100%;
}

.ap-report {
  width: 100%;
  margin: 0 0 3rem;
  color: #dddded;
}
@media print, screen and (min-width: 40em) {
  .ap-report {
    margin-bottom: 4.5rem;
  }
}

.ap-report__body {
  width: 100%;
}

.ap-report-result {
  padding: 1.5rem;
  text-align: center;
  background-color: #15181B;
  border: 1px solid #25272C;
  border-radius: 4px;
}
.ap-report-result > p {
  margin: 0 0 1.5rem;
  color: #fefefe;
}

.ap-report-target {
  margin-bottom: 2rem;
  padding: 1rem;
  background-color: #15181B;
  border: 1px solid #25272C;
  border-radius: 4px;
}
@media print, screen and (min-width: 40em) {
  .ap-report-target {
    padding: 1.25rem;
  }
}

.ap-report-target__heading {
  margin: 0 0 1rem;
  color: #8f8fa9;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.ap-report-target__summary {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr);
  gap: 0.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ap-report-target__artwork,
.ap-report-target__avatar {
  display: block;
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
}

.ap-report-target__artwork {
  border-radius: 4px;
}

.ap-report-target__avatar {
  border-radius: 50%;
}

.ap-report-target__content {
  min-width: 0;
}

.ap-report-target__type {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--mt-accent-text);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.ap-report-target__name {
  margin: 0;
  color: #fefefe;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.ap-report-target__meta {
  margin: 0.25rem 0 0;
  color: #8f8fa9;
  font-size: 0.8125rem;
  line-height: 1.6;
}

.ap-report-target__comment-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.ap-report-target__comment-meta > img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ap-report-target__comment {
  position: relative;
  margin: 0;
  padding: 0.125rem 0 0.125rem 2.25rem;
  color: #fefefe;
  border: 0;
}
.ap-report-target__comment > svg {
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  color: var(--mt-accent-text);
  fill: currentColor;
}
.ap-report-target__comment > p {
  margin: 0;
  color: inherit;
  font-size: 0.9375rem;
  line-height: 1.8;
}

.ap-report-form__field {
  margin-bottom: 1.5rem;
}
.ap-report-form__field > input[type=text],
.ap-report-form__field > input[type=email],
.ap-report-form__field > textarea {
  margin: 0;
  padding: 0.875rem 1rem;
  color: #fefefe;
  line-height: 1.75;
  background-color: transparent;
  border: 1px solid #383B47;
  border-radius: 4px;
}
.ap-report-form__field > input[type=text]:focus,
.ap-report-form__field > input[type=email]:focus,
.ap-report-form__field > textarea:focus {
  background-color: transparent;
  border-color: var(--mt-accent-text);
  -webkit-box-shadow: 0 0 0 2px color-mix(in srgb, var(--mt-accent-text) 24%, transparent);
          box-shadow: 0 0 0 2px color-mix(in srgb, var(--mt-accent-text) 24%, transparent);
}
.ap-report-form__field > textarea {
  min-height: 11rem;
  resize: vertical;
}

.ap-report-form__label-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.375rem;
}

.ap-report-form__label {
  margin: 0;
  color: #fefefe;
  font-size: 0.9375rem;
  font-weight: 600;
}

.ap-report-form__required {
  color: #FF7795;
  font-size: 0.75rem;
  font-weight: 600;
}

.ap-report-form__help,
.ap-report-form__limit {
  color: #8f8fa9;
  font-size: 0.8125rem;
}

.ap-report-form__help {
  margin: 0 0 0.75rem;
  line-height: 1.65;
}

.ap-report-form__limit {
  margin: 0.5rem 0 0;
  text-align: right;
}

.ap-report-form__notice {
  display: grid;
  grid-template-columns: 1.25rem minmax(0, 1fr);
  gap: 0.75rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 2rem;
  padding: 0.875rem 1rem;
  color: #8f8fa9;
  background-color: transparent;
  border: 1px solid #25272C;
  border-radius: 4px;
}
.ap-report-form__notice > svg {
  width: 20px;
  height: 20px;
  margin-top: 0.1rem;
  color: var(--mt-accent-text);
  fill: currentColor;
}
.ap-report-form__notice > p {
  margin: 0;
  color: inherit;
  font-size: 0.8125rem;
  line-height: 1.7;
}
.ap-report-form__notice a {
  color: var(--mt-accent-text);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.ap-report-form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (max-width: 39.99875em) {
  .ap-report-form__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.ap-report-form__back {
  position: relative;
  isolation: isolate;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
  padding: 0.875rem 1.25rem;
  color: #dddded;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 1px solid #383B47;
  border-radius: 4px;
  -webkit-transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}
.ap-report-form__back:hover {
  color: #fefefe;
  background: rgba(254, 254, 254, 0.04);
  border-color: #8f8fa9;
  text-decoration: none;
}
.ap-report-form__back:disabled {
  color: #8f8fa9 !important;
  cursor: not-allowed !important;
  background: #5e5e80 !important;
  border-color: #5e5e80 !important;
}
.ap-report-form__back:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media print, screen and (max-width: 39.99875em) {
  .ap-report-form__back {
    width: 100%;
  }
}

.ap-report-form__submit {
  position: relative;
  isolation: isolate;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
  padding: 0.875rem 1.25rem;
  color: #fefefe;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #B72D4F;
  border: 1px solid #B72D4F;
  border-radius: 4px;
  -webkit-transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}
.ap-report-form__submit:hover {
  color: #fefefe;
  background: #962440;
  border-color: #962440;
  text-decoration: none;
}
.ap-report-form__submit:disabled {
  color: #8f8fa9 !important;
  cursor: not-allowed !important;
  background: #5e5e80 !important;
  border-color: #5e5e80 !important;
}
.ap-report-form__submit:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media print, screen and (max-width: 39.99875em) {
  .ap-report-form__submit {
    width: 100%;
  }
}

.ap-user-search {
  padding-bottom: 2rem;
}
.ap-user-search__section {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 0;
}
@media screen and (min-width: 75em) {
  .ap-user-search__section {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 1.5rem;
  }
}
.ap-user-search__form {
  background-color: #0f1423;
  border: 1px solid #25272C;
  border-radius: 4px;
  min-width: 0;
  padding: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .ap-user-search__form {
    padding: 1.5rem;
  }
}
.ap-user-search__results .ap-relation {
  -webkit-transition: background-color 180ms ease;
  transition: background-color 180ms ease;
}
.ap-user-search__results .ap-relation:hover {
  background-color: rgba(28, 28, 54, 0.28);
}
.ap-user-search__results .ap-relation__description {
  -webkit-line-clamp: 2;
}

.ap-user-search-filter {
  margin: 0;
  padding: 0;
  min-width: 0;
  border: 0;
}
.ap-user-search-filter__grid {
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .ap-user-search-filter__grid {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }
}
.ap-user-search-filter__field {
  display: block;
  min-width: 0;
  margin: 0;
}
.ap-user-search-filter__field input {
  display: block;
  width: 100%;
  height: 44px;
  margin: 0.5rem 0 0;
  border-color: #383B47;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 0.875rem;
  -webkit-transition: border-color 180ms ease, -webkit-box-shadow 180ms ease;
  transition: border-color 180ms ease, -webkit-box-shadow 180ms ease;
  transition: border-color 180ms ease, box-shadow 180ms ease;
  transition: border-color 180ms ease, box-shadow 180ms ease, -webkit-box-shadow 180ms ease;
}
.ap-user-search-filter__field input:hover {
  border-color: #536071;
}
.ap-user-search-filter__field input:focus {
  border-color: #29a6e9;
  -webkit-box-shadow: 0 0 0 3px rgba(41, 166, 233, 0.12);
          box-shadow: 0 0 0 3px rgba(41, 166, 233, 0.12);
}
.ap-user-search-filter__label {
  display: block;
  color: #8f8fa9;
  font-size: 0.8125rem;
  font-weight: 500;
}
.ap-user-search-filter__recruitment-option {
  min-height: 44px;
  margin: 0;
  color: #dddded;
  font-size: 0.875rem;
  cursor: pointer;
}
.ap-user-search-filter__styles {
  margin-top: 1.5rem;
}
.ap-user-search-filter__styles .ap-edit-checkbox-hlist {
  margin-top: 0.75rem;
}
.ap-user-search-filter__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  margin-top: 1.25rem;
}
.ap-user-search-filter__action > .ap-myworks-filter__submit {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.ap-user-search-filter__disclosure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem 1rem;
  min-width: 0;
}
.ap-user-search-filter__toggle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  min-height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #8f8fa9;
  font-size: 0.875rem;
  cursor: pointer;
}
.ap-user-search-filter__toggle:hover {
  color: #29a6e9;
}
.ap-user-search-filter__toggle > svg {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 16px;
  height: 16px;
}
.ap-user-search-filter__toggle[aria-expanded=true] > svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ap-user-search-filter__summary {
  color: #8f8fa9;
  font-size: 0.75rem;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

@media print, screen and (max-width: 39.99875em) {
  .ap-user-search__results .ap-relation {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ap-user-search__results .ap-relation__content {
    margin-right: 0;
  }
}
.ap-user-search-guide {
  min-width: 0;
  border: 1px solid #25272C;
  border-radius: 4px;
}
.ap-user-search-guide__heading {
  margin: 0;
  padding: 0.625rem 1rem;
  border-bottom: 1px solid #25272C;
  border-start-start-radius: inherit;
  border-start-end-radius: inherit;
  background-color: #15181B;
  color: #dddded;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.5;
}
.ap-user-search-guide__body {
  padding: 1rem;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #8f8fa9;
}
.ap-user-search-guide__body a {
  color: #29a6e9;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.ap-user-search-guide__body a:hover {
  color: #dddded;
}
.ap-user-search-guide__lead {
  margin: 0 0 1rem;
  font-size: inherit;
  line-height: inherit;
  text-wrap: pretty;
}
.ap-user-search-guide__topic {
  margin-top: 0.875rem;
  padding-top: 0.875rem;
  border-top: 1px solid #25272C;
}
.ap-user-search-guide__topic > h3 {
  margin: 0 0 0.25rem;
  color: #dddded;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.6;
}
.ap-user-search-guide__topic > p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}