@charset "UTF-8";
/* Reset all styles */
*,
*::before,
*::after {
  box-sizing: border-box; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

ul,
ol,
li {
  list-style: none; }

.desktop {
  display: none; }
  @media (min-width: 851px) {
    .desktop {
      display: block; } }

.tablet {
  display: none; }
  @media (min-width: 501px) {
    .tablet {
      display: block; } }

@media (min-width: 501px) {
  .mobile {
    display: none !important; } }

.hide {
  display: none; }

html {
  max-width: 100%;
  overflow-x: hidden; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Arial, Helvetica, sans-serif;
  max-width: 100%;
  min-height: 100vh;
  overflow-x: hidden; }

p {
  margin: 4px 0; }

@media (min-width: 501px) {
  .main-wrapper > .inner-wrapper {
    min-height: 900px; } }

.inner-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  width: 100%; }

.page-heading {
  font-size: 22.5px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 27px;
  color: #141414;
  margin-bottom: 20px;
  margin-top: 28px; }
  @media (min-width: 501px) {
    .page-heading {
      font-size: 26px;
      font-variation-settings: "wght" 400;
      font-weight: 400;
      line-height: 30px; } }
  @media (min-width: 501px) {
    .page-heading {
      margin-bottom: 28px; } }

.page-layout {
  display: flex;
  flex-direction: column;
  gap: 40px; }
  @media (min-width: 501px) {
    .page-layout {
      align-items: flex-start;
      flex-direction: row;
      gap: 60px; } }

.sidebar {
  flex: 0 0 auto; }
  @media (min-width: 501px) {
    .sidebar {
      width: 234px; } }

.main-content-area {
  flex: 1 1 auto;
  min-width: 0; }

.divider.top-divider--sidebar,
.divider.top-divider--main {
  margin: 0 0 20px; }

.top-divider-zone,
.top-divider-heading {
  height: 76px; }

.top-divider-zone {
  margin-bottom: 0; }

.top-divider-heading {
  color: #141414;
  font-size: 20.5px;
  line-height: 76px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.l-grid {
  -webkit-transition: 0.6s opacity;
  -moz-transition: 0.6s opacity;
  -o-transition: 0.6s opacity;
  transition: 0.6s opacity;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0; }

.l-grid__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 15px;
  column-gap: 15px;
  margin-top: 50px;
  width: 100%; }
  @media (min-width: 501px) {
    .l-grid__inner {
      grid-template-columns: repeat(4, 1fr);
      row-gap: 24px;
      column-gap: 24px;
      margin-top: 100px; } }
  @media (min-width: 851px) {
    .l-grid__inner {
      grid-template-columns: repeat(6, 1fr); } }
  .l-grid__inner > div {
    aspect-ratio: 1/1;
    border: 0.5px solid #a3f393;
    overflow: hidden;
    position: relative; }
    .l-grid__inner > div .curtain {
      -webkit-transition: opacity 0.75s ease-in-out;
      -moz-transition: opacity 0.75s ease-in-out;
      -o-transition: opacity 0.75s ease-in-out;
      transition: opacity 0.75s ease-in-out;
      background: #fff;
      content: ' ';
      height: 100%;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      width: 100%; }

.l-grid__col img {
  display: block;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.75s ease-in-out;
  width: 100%; }

.grid-column-size,
.grid-event-size {
  aspect-ratio: 1/.8; }
  .grid-column-size.grid-column-size--artwork,
  .grid-event-size.grid-column-size--artwork {
    aspect-ratio: 1/1; }
  .grid-column-size img,
  .grid-event-size img {
    display: block;
    object-fit: cover;
    width: 100%; }

.site-header {
  background: #fff;
  border-bottom: 1px solid #999999;
  height: 60px;
  position: sticky;
  top: 0;
  z-index: 10; }

.site-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between; }
  @media (min-width: 851px) {
    .site-header__inner {
      column-gap: 60px;
      display: grid;
      grid-template-columns: 234px 1fr;
      justify-content: normal; } }

.site-header__brand {
  font-size: 17px;
  font-variation-settings: "wght" 600;
  font-weight: 600;
  line-height: 22px;
  color: #141414;
  position: relative;
  text-decoration: none;
  z-index: 20; }
  @media (min-width: 501px) {
    .site-header__brand {
      font-size: 19px;
      font-variation-settings: "wght" 600;
      font-weight: 600;
      line-height: 24px; } }

a.site-header__brand:hover {
  color: gray; }

.nav-toggle-input {
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

.nav-toggle-icon {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: -8px;
  padding: 8px;
  position: relative;
  z-index: 20; }
  .nav-toggle-icon span {
    background: #141414;
    display: block;
    height: 2px;
    transition: transform .25s ease, opacity .25s ease;
    width: 22px; }
  @media (min-width: 851px) {
    .nav-toggle-icon {
      display: none; } }

.nav-toggle-input:focus-visible ~ .nav-toggle-icon {
  outline: 2px solid #141414;
  outline-offset: 6px; }

.nav-toggle-input:checked ~ .nav-toggle-icon span:nth-child(1) {
  transform: translateY(7px) rotate(45deg); }
.nav-toggle-input:checked ~ .nav-toggle-icon span:nth-child(2) {
  opacity: 0; }
.nav-toggle-input:checked ~ .nav-toggle-icon span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg); }

.site-header__nav {
  align-items: center;
  background: rgba(255, 255, 255, 0.98);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  position: fixed;
  pointer-events: none;
  transition: opacity .25s ease;
  visibility: hidden;
  z-index: 15; }
  .site-header__nav ul {
    display: flex;
    flex-direction: column;
    gap: 32px;
    text-align: center; }
  .site-header__nav a {
    font-size: 20px;
    font-variation-settings: "wght" 600;
    font-weight: 600;
    line-height: 26px;
    color: #595959;
    letter-spacing: .5px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .2s ease; }
    .site-header__nav a:hover {
      color: #0044ff;
      text-decoration: underline;
      text-shadow: 0 0 .4px currentColor, 0 0 .4px currentColor; }
    .site-header__nav a.active {
      color: #141414;
      text-decoration: underline; }
  @media (min-width: 851px) {
    .site-header__nav {
      background: none;
      inset: auto;
      justify-content: flex-start;
      opacity: 1;
      position: static;
      pointer-events: auto;
      transition: none;
      visibility: visible; }
      .site-header__nav ul {
        flex-direction: row;
        gap: 24px; }
      .site-header__nav a {
        font-size: 13px;
        font-variation-settings: "wght" 500;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: .5px; } }

.nav-toggle-input:checked ~ .site-header__nav {
  opacity: 1;
  pointer-events: auto;
  visibility: visible; }

body:has(.nav-toggle-input:checked) {
  overflow: hidden; }

@media (prefers-reduced-motion: reduce) {
  .nav-toggle-icon span,
  .site-header__nav,
  .site-header__nav a {
    transition: none; } }
.divider {
  background: none;
  border: none;
  border-top: 1px solid #999999;
  height: 0;
  margin: 24px 0; }
  @media (min-width: 501px) {
    .divider {
      margin: 32px 0; } }

.htmx-indicator {
  opacity: 0;
  visibility: hidden; }

.htmx-request.htmx-indicator,
.htmx-request .htmx-indicator {
  opacity: 1;
  transition: opacity 200ms ease-in;
  visibility: visible; }

.loading-spinner {
  animation: loading-spinner-spin .8s linear infinite;
  border: 8px solid #d9d9d9;
  border-radius: 50%;
  border-top-color: #141414;
  height: 200px;
  left: 50%;
  pointer-events: none;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  z-index: 30; }
  @media (min-width: 501px) {
    .loading-spinner {
      left: calc(50% + 141px); } }

@keyframes loading-spinner-spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg); }
  to {
    transform: translate(-50%, -50%) rotate(360deg); } }
.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0; }

.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1; }

.artwork {
  display: flex;
  margin-bottom: 25px; }
  @media (min-width: 501px) {
    .artwork {
      margin-bottom: 24px; } }

.artwork__image {
  margin-right: 15px; }
  @media (min-width: 501px) {
    .artwork__image {
      margin-right: 24px; } }

.artwork__caption {
  margin-top: -5px; }
  .artwork__caption p:last-child {
    margin-bottom: 0; }

.artwork-grid {
  display: grid;
  column-gap: 36px;
  row-gap: 50px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 50px; }
  @media (min-width: 501px) and (max-width: 850px) {
    .artwork-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 851px) {
    .artwork-grid {
      grid-template-columns: repeat(3, 1fr);
      margin-bottom: 100px; } }
  @media (min-width: 1200px) {
    .artwork-grid {
      grid-template-columns: repeat(4, 1fr); } }

.artwork-grid__item {
  display: flex;
  flex-direction: column;
  position: relative; }

.artwork-grid__item:has(.artwork-grid__membership--select input:checked) {
  border: 1px solid #005adc; }

.artwork-grid__item-select-overlay {
  cursor: pointer;
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1; }

.works-edit-list-toggle-input:checked ~ .works-main .artwork-grid__item-select-overlay:hover {
  background: rgba(0, 0, 0, 0.15); }

.artwork-grid__link {
  color: inherit;
  display: block;
  text-decoration: none; }

.artwork-grid__image {
  aspect-ratio: 1 / 1;
  background: #f0f0f0;
  display: block;
  margin-bottom: 14px;
  overflow: hidden;
  position: relative; }
  .artwork-grid__image img {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    display: block;
    height: 100%;
    object-fit: contain;
    object-position: center;
    width: 100%; }
  @media (hover: hover) {
    .artwork-grid__link:hover .artwork-grid__image img {
      opacity: .5; } }

.artwork-grid__caption {
  font-size: 13px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  color: #595959;
  line-height: 1.2; }
  @media (min-width: 501px) {
    .artwork-grid__caption {
      font-size: 14px;
      font-variation-settings: "wght" 400;
      font-weight: 400; } }

.artwork-grid__title {
  font-size: 15px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 20px;
  color: #141414;
  margin-bottom: 2px; }
  @media (min-width: 501px) {
    .artwork-grid__title {
      line-height: 22px; } }
  .artwork-grid__link:hover .artwork-grid__title {
    color: gray; }

.artwork-grid__year,
.artwork-grid__dimensions,
.artwork-grid__media,
.artwork-grid__catalog-sets,
.artwork-grid__price {
  display: block;
  margin: 2px 0; }

.artwork-grid__membership {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 8px;
  margin-top: 8px; }
  .artwork-grid__membership input {
    cursor: pointer;
    margin: 0; }

.artwork-grid__membership--select {
  display: none;
  position: relative;
  z-index: 2; }
  .artwork-grid__membership--select input {
    accent-color: #005adc; }

.artwork-grid__membership-selected-label {
  display: none; }

.artwork-grid__membership--select input:checked ~ .artwork-grid__membership-selected-label {
  display: inline; }

.artwork-grid__empty {
  font-size: 16px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 24px;
  color: #141414;
  margin-bottom: 12px;
  color: #595959;
  padding: 80px 0;
  text-align: center; }
  @media (min-width: 501px) {
    .artwork-grid__empty {
      font-size: 17px;
      font-variation-settings: "wght" 400;
      font-weight: 400;
      line-height: 25px; } }
  .artwork-grid__empty a {
    color: #141414;
    text-decoration: underline;
    text-decoration-style: solid; }
    .artwork-grid__empty a:hover {
      color: #00dc00; }
  .artwork-grid__empty i,
  .artwork-grid__empty em {
    font-family: Arial, Helvetica, sans-serif; }
  .artwork-grid__empty b,
  .artwork-grid__empty strong {
    font-variation-settings: "wght" 700; }

.artwork-grid__empty--search {
  margin-top: 30px;
  padding: 0;
  text-align: left; }

.artwork-grid__item--dragging {
  border: 2px dashed #262626;
  opacity: .4; }

.artwork-grid__item[draggable="true"] {
  cursor: grab; }

.artwork-grid__item[draggable="true"]:active {
  cursor: grabbing; }

.artwork-grid__item[draggable="true"]:hover {
  background: rgba(0, 0, 0, 0.15); }

.artwork-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px; }
  @media (min-width: 851px) {
    .artwork-list {
      margin-bottom: 100px; } }

.artwork-list__row {
  align-items: start;
  border-bottom: 1px solid #999999;
  column-gap: 15px;
  display: grid;
  grid-template-columns: 150px 300px 1fr 60px auto;
  padding: 10px 0 15px 0;
  position: relative; }
  .artwork-list__row:hover {
    background-color: rgba(0, 0, 0, 0.15); }

.artwork-list__row:has(.artwork-list__membership--select input:checked) {
  border: 1px solid #005adc; }

.artwork-list__row-select-overlay {
  cursor: pointer;
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1; }

.artwork-list__link {
  color: inherit;
  display: contents;
  text-decoration: none; }

.artwork-list__image {
  grid-column: 1;
  height: 100px;
  width: 150px; }
  .artwork-list__image img {
    display: block;
    height: 100%;
    object-fit: contain;
    object-position: left center;
    width: 100%; }

.artwork-list__title {
  font-size: 15px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 20px;
  color: #141414;
  grid-column: 2; }

.artwork-list__details {
  display: flex;
  flex-direction: column;
  gap: 2px;
  grid-column: 3; }

.artwork-list__dimensions,
.artwork-list__media {
  font-size: 13px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 19px;
  color: #595959; }

.artwork-list__year {
  font-size: 13px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 19px;
  color: #595959;
  grid-column: 4;
  text-align: right; }

.artwork-list__membership--select {
  align-items: center;
  cursor: pointer;
  display: none;
  gap: 8px;
  position: relative;
  z-index: 2;
  grid-column: 5; }
  .artwork-list__membership--select input {
    cursor: pointer;
    margin: 0;
    accent-color: #005adc; }

.artwork-list__membership-selected-label {
  font-size: 13px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 19px;
  color: #595959;
  display: none; }

.artwork-list__membership--select input:checked ~ .artwork-list__membership-selected-label {
  display: inline; }

@media (min-width: 0) and (max-width: 500px) {
  .artwork-list__row {
    column-gap: 10px;
    grid-template-columns: 90px 1fr 45px;
    row-gap: 4px; }

  .artwork-list__image {
    grid-column: 1;
    grid-row: 1 / 3;
    height: 80px;
    width: 90px; }

  .artwork-list__title {
    grid-column: 2;
    grid-row: 1; }

  .artwork-list__year {
    grid-column: 3;
    grid-row: 1; }

  .artwork-list__details {
    grid-column: 2 / 4;
    grid-row: 2; }

  .artwork-list__membership--select {
    grid-column: 1 / 4;
    grid-row: 3; } }
.artwork-detail-panel {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 50px; }
  @media (min-width: 1200px) {
    .artwork-detail-panel {
      align-items: start;
      column-gap: 36px;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      margin-bottom: 100px; } }

.artwork-detail-panel__caption {
  max-width: 100%;
  text-align: left; }
  @media (min-width: 1200px) {
    .artwork-detail-panel__caption {
      grid-column: 1; } }

.artwork-detail-panel__image {
  display: flex;
  justify-content: flex-start;
  max-width: 100%; }
  @media (min-width: 1200px) {
    .artwork-detail-panel__image {
      grid-column: 2 / -1; } }
  .artwork-detail-panel__image img {
    display: block;
    height: auto;
    max-height: 80vh;
    max-width: 100%;
    width: auto; }

.artwork-detail__back {
  font-size: 13px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 19px;
  color: #141414;
  display: inline-block;
  letter-spacing: .5px;
  margin-bottom: 5px;
  text-decoration: underline;
  text-transform: uppercase; }
  .artwork-detail__back:hover {
    color: gray; }

.artwork-detail__back-divider {
  margin: 10px 0; }

.artwork-detail__title {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 0; }

.artwork-detail__link {
  color: inherit;
  text-decoration: underline; }
  .artwork-detail__link:hover {
    color: gray; }

.artwork-detail__year,
.artwork-detail__dimensions,
.artwork-detail__media {
  font-size: 15px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  color: #595959;
  display: block;
  line-height: 1.2; }
  @media (min-width: 501px) {
    .artwork-detail__year,
    .artwork-detail__dimensions,
    .artwork-detail__media {
      font-size: 16px;
      font-variation-settings: "wght" 400;
      font-weight: 400; } }

.artwork-detail__meta-divider {
  margin: 16px 0; }

.artwork-detail__meta-item {
  font-size: 14px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  color: #595959;
  display: block;
  line-height: 1.2;
  margin: 0 0 8px; }
  .artwork-detail__meta-item:last-child {
    margin-bottom: 0; }

.artwork-detail__meta-label {
  color: #141414;
  display: inline-block;
  line-height: 1.4;
  vertical-align: top; }

.artwork-detail__list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .artwork-detail__list li::before {
    content: '•';
    margin-right: .4em; }

.artwork-detail__note {
  color: #595959; }

.dimensions-as-text-flag {
  background-color: yellow;
  color: blue;
  display: inline-block;
  padding: 0 4px; }

.artwork-detail__utility-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px; }

.artwork-detail__cp-edit-link {
  font-size: 13px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 19px;
  color: #595959;
  display: inline-block; }
  .artwork-detail__cp-edit-link:hover {
    color: gray; }

@font-face {
  font-family: "ML Sans Book";
  src: url("../fonts/ml-sans-book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
.main-wrapper > .inner-wrapper.info-sheet-entry__inner-wrapper {
  margin-top: 28px; }

.info-sheet__title-zone {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 90px;
  justify-content: center; }

.info-sheet__title-zone-title {
  font-size: 22.5px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 27px;
  color: #141414;
  margin: 0; }
  @media (min-width: 501px) {
    .info-sheet__title-zone-title {
      font-size: 26px;
      font-variation-settings: "wght" 400;
      font-weight: 400;
      line-height: 30px; } }

.info-sheet__title-zone-year {
  font-size: 14px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 20px;
  color: #595959;
  margin: 4px 0 0; }

.info-sheet__layout {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 60px; }
  @media (min-width: 851px) {
    .info-sheet__layout {
      flex-direction: row;
      align-items: flex-start; } }

.info-sheet__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%; }
  @media (min-width: 851px) {
    .info-sheet__actions {
      width: 160px;
      flex: 0 0 160px; } }

.info-sheet__action-button {
  padding: 8px 12px; }

.info-sheet__page-wrapper {
  max-width: 21cm;
  width: 100%; }

.info-sheet__page {
  position: relative;
  width: 100%;
  aspect-ratio: 21 / 29.7;
  background: #fff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
  font-family: "ML Sans Book", Arial, Helvetica, sans-serif;
  container-type: inline-size; }

.info-sheet__image-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center; }

.info-sheet__image-box img {
  max-width: 100%;
  max-height: 100%;
  display: block; }

.info-sheet__text {
  position: absolute;
  bottom: 8.42%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1.68cqw;
  line-height: 1.15; }

.info-sheet__text div {
  margin: 0;
  padding: 0; }

@media (min-width: 501px) {
  .info-sheet-set-sidebar {
    position: sticky;
    top: 60px; } }

.info-sheet__action-button--disabled {
  background: none;
  border-color: #b3b3b3;
  color: #b3b3b3;
  cursor: not-allowed; }
  .info-sheet__action-button--disabled:hover {
    background: none; }

.info-sheet-set__bulk-limit-note {
  font-size: 13px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 19px;
  color: #595959;
  margin-top: 10px; }

.download-toast {
  align-items: center;
  background: #141414;
  border-radius: 2px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
  color: #fff;
  display: flex;
  gap: 16px;
  left: 50%;
  max-width: calc(100% - 48px);
  opacity: 0;
  padding: 14px 16px 14px 20px;
  pointer-events: none;
  position: fixed;
  top: calc(50% + 150px);
  transform: translateX(-50%);
  visibility: hidden;
  z-index: 40; }
  @media (min-width: 501px) {
    .download-toast {
      left: calc(50% + 141px);
      max-width: 420px; } }

.download-toast--visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible; }

.download-toast--fading {
  transition: opacity 1s ease, visibility 0s linear 1s; }

.download-toast__message {
  font-size: 14px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 20px;
  white-space: pre-line; }

.download-toast__close {
  font-size: 20px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 20px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  opacity: .7;
  padding: 0; }
  .download-toast__close:hover {
    opacity: 1; }

.works-sidebar {
  font-size: 13px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 19px;
  color: #595959; }
  @media (min-width: 501px) {
    .works-sidebar {
      position: sticky;
      top: 60px; } }

.works-sidebar__title {
  font-size: 13px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 19px;
  color: #141414;
  letter-spacing: .5px;
  text-transform: uppercase; }

.works-sidebar__group {
  margin-bottom: 24px; }
  .works-sidebar__group:last-child {
    margin-bottom: 0; }

.works-sidebar__divider {
  margin: 20px 0; }

.works-sidebar__heading-row {
  align-items: center;
  display: flex;
  height: 76px;
  justify-content: space-between;
  margin-bottom: 0; }

.works-sidebar__heading {
  font-size: 15px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 19px;
  color: #141414;
  letter-spacing: .5px;
  margin-bottom: 8px; }

.works-sidebar__reset {
  color: #141414;
  cursor: pointer;
  text-decoration: underline; }
  .works-sidebar__reset:hover {
    color: gray; }

.works-sidebar__reset--disabled {
  color: #999999;
  cursor: default;
  text-decoration: none; }
  .works-sidebar__reset--disabled:hover {
    color: #999999; }

.works-edit-list-link {
  color: #141414;
  cursor: pointer;
  text-decoration: underline; }
  .works-edit-list-link:hover {
    color: gray; }

.works-edit-list-link--extra {
  display: none; }

.works-edit-list-toggle-input:checked ~ .works-main .works-edit-list-link--trigger {
  display: none; }

.works-edit-list-toggle-input:checked ~ .works-main .works-edit-list-link--extra {
  display: inline; }

.works-edit-list-toggle-input:checked ~ .works-main .artwork-grid__membership--select {
  display: flex; }

.works-edit-list-toggle-input:checked ~ .works-main .artwork-list__membership--select {
  display: flex; }

.works-edit-list-toggle-input:checked ~ .works-main .artwork-grid__link,
.works-edit-list-toggle-input:checked ~ .works-main .artwork-list__link {
  pointer-events: none; }

.works-edit-list-toggle-input:checked ~ .works-main .artwork-grid__item-select-overlay,
.works-edit-list-toggle-input:checked ~ .works-main .artwork-list__row-select-overlay {
  pointer-events: auto; }

.works-sidebar__list {
  list-style: none;
  margin: 10px 0 0;
  padding: 0; }
  .works-sidebar__list li {
    margin-bottom: 4px; }

.works-sidebar__row {
  align-items: center;
  color: #595959;
  display: flex;
  justify-content: space-between;
  padding: 3px 6px;
  text-decoration: none;
  width: 100%; }
  .works-sidebar__row.active {
    color: #141414;
    font-weight: 600; }

a.works-sidebar__row {
  cursor: pointer; }
  a.works-sidebar__row:hover {
    background-color: rgba(0, 0, 0, 0.15); }

.works-sidebar__row.works-sidebar__list-item--struck {
  color: #d9d9d9;
  text-decoration: line-through; }

.works-sidebar__count-pill {
  font-size: 10px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 14px;
  background: #d9d9d9;
  border-radius: 999px;
  color: #141414;
  flex: 0 0 auto;
  margin-right: 5px;
  padding: 1px 7px; }

.works-sidebar__list--years {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px 10px; }
  .works-sidebar__list--years li {
    margin-bottom: 0; }

.works-sidebar__year-undated {
  grid-column: span 2; }

.works-sidebar__year-disabled {
  color: #999999;
  display: block;
  padding: 3px 6px; }

.disclosure-toggle-input {
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

.disclosure-toggle {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px; }
  .disclosure-toggle::after {
    content: '▸';
    display: inline-block;
    font-size: 18px;
    transition: transform .2s ease; }

.disclosure-toggle-input:focus-visible ~ .disclosure-toggle {
  outline: 2px solid #141414;
  outline-offset: 4px; }

.disclosure-toggle-input:checked ~ .disclosure-toggle::after {
  transform: rotate(90deg); }

.disclosure-content {
  display: none;
  line-height: 1.2; }

.disclosure-content--auto {
  max-height: none;
  overflow: visible;
  resize: none; }

.disclosure-content--resizable {
  height: 300px;
  overflow-wrap: break-word;
  overflow-x: hidden;
  overflow-y: auto;
  resize: vertical;
  scrollbar-color: #595959 #d9d9d9;
  scrollbar-width: auto; }
  .disclosure-content--resizable::-webkit-scrollbar {
    width: 10px; }
  .disclosure-content--resizable::-webkit-scrollbar-track {
    background: #d9d9d9; }
  .disclosure-content--resizable::-webkit-scrollbar-thumb {
    background: #595959;
    border-radius: 5px; }
  .disclosure-content--resizable::-webkit-resizer {
    background-color: #595959; }

.disclosure-toggle-input:checked ~ .disclosure-content {
  display: block; }

.disclosure-toggle-input:checked ~ .works-sidebar__list--years {
  display: grid; }

.works-filter-pills-row {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px; }

.works-filter-pills-row__actions {
  font-size: 13px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 12px; }

.works-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px; }

.works-filter-pill {
  font-size: 10px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 14px;
  align-items: center;
  border: 1px solid #141414;
  border-radius: 999px;
  color: #141414;
  display: inline-flex;
  gap: 6px;
  letter-spacing: .5px;
  padding: 4px 8px 4px 10px;
  text-transform: uppercase; }

.works-filter-pill__close {
  color: #595959;
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
  text-decoration: none; }
  .works-filter-pill__close:hover {
    color: #141414; }

.works-filter-pills__divider {
  margin-bottom: 16px;
  margin-top: 0; }

.works-entries-count {
  font-size: 18px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 24px;
  align-items: center;
  color: #141414;
  display: flex;
  height: 40px;
  justify-content: space-between; }

.works-entries-count__divider {
  margin-bottom: 20px;
  margin-top: 20px; }

.works-empty-notice {
  grid-column: span 2; }

.works-empty-notice__intro {
  font-size: 15px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 20px;
  color: #141414;
  margin-bottom: 16px; }

.works-empty-notice__option {
  margin-bottom: 16px; }
  .works-empty-notice__option:last-child {
    margin-bottom: 0; }

.works-empty-notice__option-label {
  font-size: 13px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 19px;
  color: #141414;
  letter-spacing: .5px;
  margin-bottom: 4px;
  text-transform: uppercase; }

.works-empty-notice__option-text {
  font-size: 14px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  color: #595959; }

.works-view-toggle {
  align-items: center;
  display: flex;
  gap: 10px; }

.works-view-toggle__link {
  color: #d9d9d9;
  display: flex; }
  .works-view-toggle__link svg {
    fill: currentColor; }
  .works-view-toggle__link.active {
    color: #141414; }

a.works-view-toggle__link {
  cursor: pointer; }
  a.works-view-toggle__link:hover {
    color: #595959; }

.works-topbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  height: 76px;
  justify-content: space-between;
  margin-bottom: 0; }

.works-category-bar {
  font-size: 13px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 19px;
  align-items: center;
  color: #595959;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 14px; }

.works-category-bar__link {
  color: #595959;
  text-decoration: none; }
  .works-category-bar__link.active {
    color: #141414;
    font-weight: 600;
    text-decoration: underline; }

a.works-category-bar__link {
  cursor: pointer; }
  a.works-category-bar__link:hover {
    color: #141414;
    text-decoration: underline; }

.works-sort {
  font-size: 13px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 19px;
  align-items: center;
  color: #595959;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 14px;
  margin-bottom: 0; }

.works-sort__label {
  color: #141414;
  text-transform: uppercase;
  letter-spacing: .5px; }

.works-sort__link {
  color: #595959;
  text-decoration: none; }
  .works-sort__link.active {
    color: #141414;
    font-weight: 600;
    text-decoration: underline; }

a.works-sort__link {
  cursor: pointer; }
  a.works-sort__link:hover {
    color: #141414; }

.works-sort__link--icon {
  color: #d9d9d9;
  font-size: 16px;
  line-height: 1; }
  .works-sort__link--icon.active {
    text-decoration: none; }

.works-sort__divider {
  color: #999999; }

.works-pagination__divider {
  margin-bottom: 10px;
  margin-top: 40px; }

.works-pagination {
  font-size: 13px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 19px;
  align-items: center;
  color: #595959;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-bottom: 30px;
  justify-content: space-between; }

.works-pagination__nav {
  align-items: center;
  display: flex;
  gap: 14px; }

.works-pagination__link {
  color: #595959;
  cursor: pointer;
  text-decoration: none; }
  .works-pagination__link:hover {
    color: #141414; }

.works-pagination__link--disabled {
  color: #999999;
  cursor: default; }

.works-pagination__status {
  color: #141414; }

.works-pagination__per-page {
  align-items: center;
  display: inline-flex;
  gap: 8px; }

.works-pagination__select {
  font-size: 13px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 19px;
  background: none;
  border: 1px solid #999999;
  color: #141414;
  cursor: pointer;
  padding: 4px 8px; }

.works-pagination__per-page-form {
  display: inline-flex; }

.works-pagination__apply {
  margin-left: 8px;
  padding: 4px 10px; }

.search-box-form {
  margin-bottom: 24px; }

.search-box {
  align-items: center;
  border: 1px solid #999999;
  display: flex;
  margin-bottom: 20px;
  max-width: 480px; }

.search-box__input {
  font-size: 15px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 20px;
  background: none;
  border: none;
  color: #141414;
  flex: 1 1 auto;
  min-width: 0;
  padding: 10px 12px; }
  .search-box__input:focus {
    outline: none; }
  .search-box__input::placeholder {
    color: #999999; }

.search-box__submit {
  align-items: center;
  background: none;
  border: none;
  color: #595959;
  cursor: pointer;
  display: flex;
  flex: 0 0 auto;
  padding: 10px 14px; }
  .search-box__submit:hover {
    color: #141414; }
  .search-box__submit:focus-visible {
    outline: 2px solid #141414;
    outline-offset: -2px; }

.search-fields {
  font-size: 13px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 19px;
  color: #595959;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px; }

.search-fields__item {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  gap: 6px; }
  .search-fields__item input {
    cursor: pointer;
    margin: 0; }

.search-fields__action {
  color: #595959;
  text-decoration: underline; }
  .search-fields__action:hover {
    color: #141414; }

.search-results-heading {
  font-size: 20px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 24px;
  color: #141414; }

.flash-message-wrapper {
  padding-top: 20px; }

.flash-message {
  font-size: 14px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 20px;
  border-radius: 2px;
  margin-bottom: 20px;
  padding: 10px 14px; }
  .flash-message ul {
    margin: 0;
    padding-left: 18px; }

.flash-message--notice {
  background: rgba(0, 220, 0, 0.08);
  border: 1px solid #00dc00;
  color: #141414; }

.flash-message--error {
  background: rgba(200, 0, 0, 0.06);
  border: 1px solid #b42828;
  color: #8c1414; }

.login-form__input, .intake-form__input {
  font-size: 15px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 20px;
  background: none;
  border: 1px solid #999999;
  color: #141414;
  padding: 8px 10px;
  width: 100%; }
  .login-form__input:focus, .intake-form__input:focus {
    outline: none; }
  .login-form__input::placeholder, .intake-form__input::placeholder {
    color: #999999; }

.info-sheet__action-button, .works-pagination__apply, .login-form__button, .intake-form__button, .catalog-set-detail__sidebar-action, .artist-editor__button {
  font-size: 13px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 19px;
  background: none;
  border: 1px solid #262626;
  border-radius: 2px;
  color: #262626;
  cursor: pointer;
  padding: 8px 16px;
  text-align: center;
  transition: background-color .15s ease, border-color .15s ease, color .15s ease; }
  .info-sheet__action-button:hover, .works-pagination__apply:hover, .login-form__button:hover, .intake-form__button:hover, .catalog-set-detail__sidebar-action:hover, .artist-editor__button:hover {
    background: rgba(0, 0, 0, 0.15); }
  .info-sheet__action-button:disabled, .works-pagination__apply:disabled, .login-form__button:disabled, .intake-form__button:disabled, .catalog-set-detail__sidebar-action:disabled, .artist-editor__button:disabled {
    background: none;
    border-color: #b3b3b3;
    color: #b3b3b3;
    cursor: not-allowed; }
    .info-sheet__action-button:disabled:hover, .works-pagination__apply:disabled:hover, .login-form__button:disabled:hover, .intake-form__button:disabled:hover, .catalog-set-detail__sidebar-action:disabled:hover, .artist-editor__button:disabled:hover {
      background: none; }

.intake-form__button-row, .artist-editor__button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

.login-page {
  max-width: 360px; }

.login-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px; }

.login-form__field {
  font-size: 13px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 19px;
  color: #595959;
  display: flex;
  flex-direction: column;
  gap: 6px; }

.login-form__hint {
  font-size: 12px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 17px;
  color: #999999;
  margin: -8px 0 0; }

.login-form__button {
  align-self: flex-start; }

@media (min-width: 501px) {
  .intake-sidebar {
    position: sticky;
    top: 60px; } }

.intake-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 480px; }
  @media (min-width: 851px) {
    .intake-form {
      display: grid;
      grid-template-columns: 2fr 2fr;
      column-gap: 46px;
      max-width: calc(480px + 480px + 46px); } }

.intake-form__column {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.intake-form__field-group {
  display: flex;
  gap: 16px; }
  .intake-form__field-group .intake-form__field {
    flex: 1 1 0; }

.intake-form__hint {
  font-size: 13px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 19px;
  color: #595959;
  font-style: italic;
  margin: -8px 0 0; }

.intake-form__field {
  font-size: 13px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 19px;
  color: #595959;
  display: flex;
  flex-direction: column;
  gap: 6px; }

.intake-form__current-image {
  align-items: center;
  color: #999999;
  display: flex;
  font-weight: 400;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 12px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 17px; }

.intake-form__current-image-thumb {
  aspect-ratio: 1 / 1;
  background: #f0f0f0;
  object-fit: contain;
  width: 150px; }

.intake-form__dropzone {
  border: 1px dashed #999999;
  border-radius: 2px;
  padding: 12px;
  transition: border-color .15s ease, background-color .15s ease; }

.intake-form__dropzone--active {
  background: rgba(0, 0, 0, 0.03);
  border-color: #595959; }

.intake-form__dropzone-input {
  font-size: 13px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 19px;
  color: #141414;
  display: block;
  width: 100%; }

.intake-form__dropzone-hint {
  font-size: 12px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 17px;
  color: #999999;
  margin: 8px 0 0; }

.intake-form__cp-link {
  display: block;
  margin-top: 16px; }

.catalog-sets-index__sort {
  margin-bottom: 20px; }

.catalog-sets-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 30px; }

.catalog-sets-list__item {
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-between;
  max-width: 450px;
  padding: 10px 0; }

.catalog-sets-list__link {
  font-size: 15px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 22px;
  color: #141414; }
  .catalog-sets-list__link:hover {
    color: gray; }

.catalog-sets-list__count {
  font-size: 12px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 18px;
  background: #d9d9d9;
  border-radius: 10px;
  color: #595959;
  flex: 0 0 auto;
  padding: 2px 0;
  text-align: center;
  width: 34px; }

@media (min-width: 501px) {
  .catalog-set-sidebar {
    position: sticky;
    top: 60px; } }

@media (min-width: 501px) {
  .catalog-sets-index-sidebar {
    position: sticky;
    top: 60px; } }

.catalog-set-detail-layout__divider--tight {
  margin: 16px 0; }

.catalog-set-detail__sidebar-actions-divider {
  margin: 20px 0; }

#catalog-set-edit-toggle ~ .main-content-area .artwork-grid__membership {
  display: none; }

#catalog-set-edit-toggle:checked ~ .main-content-area .artwork-grid__membership {
  display: flex; }

.catalog-set-detail__sidebar-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px; }

.catalog-set-detail__sidebar-action {
  display: block;
  width: 100%; }

.catalog-set-detail__public-listing-actions {
  display: flex;
  flex-direction: column;
  gap: 10px; }

.catalog-set-detail__public-listing-actions .artist-editor__button {
  align-self: stretch; }

.catalog-set-sidebar .artist-editor__button-row .artist-editor__button {
  flex: auto; }

.catalog-set-sidebar .artist-editor__search-form .artist-editor__button {
  display: block;
  width: 100%; }

.catalog-sets-index-sidebar .artist-editor__button {
  margin-top: 16px; }

.artist-editor {
  margin-top: 30px; }

.artist-editor__disclosure-heading {
  font-size: 13px;
  font-variation-settings: "wght" 600;
  font-weight: 600;
  line-height: 19px;
  color: #141414; }

.artist-editor__heading,
.artist-editor__subheading {
  font-size: 13px;
  font-variation-settings: "wght" 600;
  font-weight: 600;
  line-height: 19px;
  color: #141414;
  margin: 20px 0 10px; }
  .artist-editor__heading:first-child,
  .artist-editor__subheading:first-child {
    margin-top: 0; }

.top-divider-heading.catalog-set-detail__heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  line-height: normal;
  overflow: visible;
  text-overflow: clip;
  white-space: normal; }

.catalog-set-detail__heading-title {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.catalog-set-detail__member-count {
  color: #595959;
  font-size: 16px;
  font-weight: 400; }

.catalog-set-detail__sort {
  flex-shrink: 0;
  margin-left: 20px; }

.catalog-set-detail__manual-sort-hint {
  margin-top: 16px; }

.artist-editor__form {
  display: block;
  max-width: 480px; }

.artist-editor__form.disclosure-content {
  display: none; }

.disclosure-toggle-input:checked ~ .artist-editor__form.disclosure-content {
  display: block; }

.artist-editor__search-form {
  display: block;
  margin-bottom: 20px;
  max-width: 480px; }
  .artist-editor__search-form .intake-form__input {
    margin-bottom: 10px; }

.artist-editor__rename-input {
  font-size: 14px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 19px;
  padding: 8px 8px; }

.intake-form__view-link {
  font-size: 15px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 20px;
  color: #595959;
  margin-left: 10px;
  text-decoration: none;
  vertical-align: middle; }
  .intake-form__view-link:hover {
    color: gray; }

.dialog-toggle-input {
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

.dialog {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity .2s ease;
  visibility: hidden;
  z-index: 30; }

#works-add-to-set-toggle:checked ~ .dialog--add-to-set,
#catalog-set-rename-toggle:checked ~ .dialog--rename,
#catalog-set-delete-toggle:checked ~ .dialog--delete {
  opacity: 1;
  pointer-events: auto;
  visibility: visible; }

.catalog-set-detail-layout:has(#catalog-set-rename-toggle:focus-visible) .catalog-set-detail__sidebar-action[for="catalog-set-rename-toggle"],
.catalog-set-detail-layout:has(#catalog-set-delete-toggle:focus-visible) .catalog-set-detail__sidebar-action[for="catalog-set-delete-toggle"] {
  outline: 2px solid #141414;
  outline-offset: 4px; }

body:has(.dialog-toggle-input:checked) {
  overflow: hidden; }

.dialog__backdrop {
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: block;
  inset: 0;
  position: absolute; }

.dialog__box {
  background: #fff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  padding: 30px;
  position: relative;
  width: calc(100% - 40px); }

.dialog__close {
  font-size: 25px;
  font-variation-settings: "wght" 700;
  font-weight: 700;
  line-height: 25px;
  color: #595959;
  cursor: pointer;
  line-height: 1;
  padding: 10px;
  position: absolute;
  right: 4px;
  top: 0; }
  .dialog__close:hover {
    color: gray; }

.dialog .artist-editor__button-row {
  justify-content: flex-end;
  gap: 40px;
  margin-top: 40px; }

.artist-editor__checkbox-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0 0 16px;
  max-height: 300px;
  overflow-wrap: break-word;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #595959 #d9d9d9;
  scrollbar-width: auto; }
  .artist-editor__checkbox-list::-webkit-scrollbar {
    width: 10px; }
  .artist-editor__checkbox-list::-webkit-scrollbar-track {
    background: #d9d9d9; }
  .artist-editor__checkbox-list::-webkit-scrollbar-thumb {
    background: #595959;
    border-radius: 5px; }

.intake-form .artist-editor__checkbox-list {
  max-height: 450px; }

.artist-editor__checkbox-row {
  font-size: 14px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 20px;
  color: #141414; }
  .artist-editor__checkbox-row label {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 8px;
    padding: 4px 0; }
  .artist-editor__checkbox-row input {
    cursor: pointer;
    margin: 0; }

.artist-editor__checkbox-row--compact {
  font-size: 13px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 16px; }

.artist-editor__empty {
  font-size: 14px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 20px;
  color: #999999;
  margin: 0 0 16px; }

.artist-editor__button {
  align-self: flex-start; }

.hero-carousel {
  height: calc(100vh - 60px);
  overflow: hidden;
  position: relative;
  width: 100%; }

.hero-carousel__slide {
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: hero-carousel-fade;
  animation-timing-function: linear;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%; }

.hero-carousel__link {
  display: block;
  height: 100%;
  position: relative;
  width: 100%; }
  .hero-carousel__link img {
    display: block;
    height: 120%;
    left: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120%; }

/*# sourceMappingURL=styles.css.map */
