@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 13, app/assets/stylesheets/_spinner.scss */
.spinner {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 0.125rem solid #5a39a2;
  border-top: 0.125rem solid transparent;
  animation: spinner 0.75s linear infinite;
}

/* line 23, app/assets/stylesheets/_spinner.scss */
.spinner--lg {
  width: 2.5rem;
  height: 2.5rem;
  border: 0.1875rem solid #5a39a2;
  border-top: 0.1875rem solid transparent;
}

/* line 31, app/assets/stylesheets/_spinner.scss */
.spinner--rorange {
  border-color: #ff492c;
  border-top-color: transparent;
}

/* line 31, app/assets/stylesheets/_spinner.scss */
.spinner--purple {
  border-color: #5a39a2;
  border-top-color: transparent;
}

/* line 31, app/assets/stylesheets/_spinner.scss */
.spinner--midnight {
  border-color: #252530;
  border-top-color: transparent;
}

/* line 31, app/assets/stylesheets/_spinner.scss */
.spinner--blue {
  border-color: #2690ce;
  border-top-color: transparent;
}

/* line 31, app/assets/stylesheets/_spinner.scss */
.spinner--navy {
  border-color: #062846;
  border-top-color: transparent;
}

/* line 31, app/assets/stylesheets/_spinner.scss */
.spinner--success {
  border-color: #14855f;
  border-top-color: transparent;
}

/* line 31, app/assets/stylesheets/_spinner.scss */
.spinner--offwhite {
  border-color: #dcdedc;
  border-top-color: transparent;
}

trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

trix-toolbar * {
  box-sizing: border-box;
}
trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}
trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}
trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}
@media (max-width: 768px) {
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}
@media (max-width: 768px) {
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}
trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}
trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: rgb(0, 0, 0);
}
trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}
trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}
@media (max-width: 768px) {
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}
@media (max-width: 768px) {
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}
trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}
trix-toolbar .trix-button--icon-attach::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  top: 8%;
  bottom: 4%;
}
trix-toolbar .trix-button--icon-bold::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-italic::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-link::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-strike::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-quote::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-code::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-number-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-undo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-redo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-dialogs {
  position: relative;
}
trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}
trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}
trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}
trix-toolbar .trix-dialog--link {
  max-width: 600px;
}
trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}
trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}
trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

trix-editor [data-trix-mutable] ::-moz-selection, trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection {
  background: none;
}
trix-editor [data-trix-mutable] ::selection, trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection {
  background: none;
}

trix-editor [data-trix-mutable].attachment__caption-editor:focus::-moz-selection {
  background: highlight;
}
trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}
trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight;
}
trix-editor .attachment {
  position: relative;
}
trix-editor .attachment:hover {
  cursor: default;
}
trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}
trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}
trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}
trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}
trix-editor .trix-button-group {
  display: inline-flex;
}
trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}
trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}
trix-editor .trix-button.trix-active {
  background: #cbeefa;
}
trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}
trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}
trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}
trix-editor .trix-button--remove:hover {
  border-color: #333;
}
trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}
trix-editor .attachment__metadata-container {
  position: relative;
}
trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}
trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

.trix-content {
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word;
}
.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
}
.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}
.trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}
.trix-content li {
  margin-left: 1em;
}
.trix-content [dir=rtl] li {
  margin-right: 1em;
}
.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}
.trix-content img {
  max-width: 100%;
  height: auto;
}
.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}
.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}
.trix-content .attachment__caption {
  text-align: center;
}
.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: " •";
}
.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}
.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}
.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}
.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}
.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}
/*
 * Provides a drop-in pointer for the default Trix stylesheet that will format the toolbar and
 * the trix-editor content (whether displayed or under editing). Feel free to incorporate this
 * inclusion directly in any other asset bundle and remove this file.
 *

*/

/*
 * We need to override trix.css’s image gallery styles to accommodate the
 * <action-text-attachment> element we wrap around attachments. Otherwise,
 * images in galleries will be squished by the max-width: 33%; rule.
*/
.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}

.trix-basic [data-trix-button-group='block-tools'],
.trix-basic [data-trix-button-group='file-tools'],
.trix-basic [data-trix-button-group='history-tools'] {
  display: none;
}

.trix-content a,
trix-editor a {
  text-decoration: underline;
}
@import 'actiontext.css';
@import 'marketplace-theme.css';
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
  textarea {
    display: block;
  }

  textarea:focus,
  textarea:active {
    --tw-ring-color: #2690ce;
    --tw-ring-offset-width: 0;
    border-color: var(--tw-ring-color);
  }

  fieldset.disabled {
    @apply opacity-60;
  }

  .disabled .link {
    @apply text-gray-400 hover:text-gray-400 cursor-not-allowed;
  }
}

@layer components {
  .h-dvh {
    height: 100dvh;
  }

  .paper {
    @apply py-1/2 px-1 bg-white border;
  }

  .close-link {
    @apply link bg-purple-5 rounded-r fixed bottom-0 left-0 flex justify-center items-center w-12 h-12 border-t border-r border-b mb-1;
  }

  .pagination .first,
  .pagination .last,
  .pagination .prev,
  .pagination .next,
  .pagination .page {
    @apply px-1/4 font-semibold text-link;
  }

  .pagination .page.current,
  .pagination .page.gap {
    @apply text-purple-100;
  }

  p {
    @apply font-normal text-body;
    line-height: 1.4;
    margin-bottom: 12px;
    text-decoration-color: rgb(80, 80, 89);
    text-rendering: optimizeLegibility;
  }

  .link {
    @apply font-semibold text-link hover:text-purple-100 visited:text-purple-100;
  }

  .link--lite {
    @apply text-blue-10 hover:text-purple-60 visited:text-blue-10;
  }

  .inline-loading {
    @apply inline-block h-6 w-6 animate-spin rounded-full border-2 border-solid border-current border-r-transparent align-[-0.125em] motion-reduce:animate-[spin_1.5s_linear_infinite];
  }

  .search-input {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M496 436L375 333c-13-12-26-17-37-16 29-34 46-77 46-125C384 86 298 0 192 0S0 86 0 192s86 192 192 192c48 0 91-17 125-46-1 11 4 24 16 37l103 121c17 20 46 21 64 4 17-18 16-47-4-64zM192 320c-71 0-128-57-128-128S121 64 192 64s128 57 128 128-57 128-128 128z"/></svg>');
    background-position: 12px 50%;
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 38px;
  }

  .text-nowrap {
    text-wrap: nowrap;
  }

  .prose {
    line-height: 1.5rem;
  }

  .prose
    :where(blockquote p:last-of-type):not(
      :where([class~='not-prose'] *)
    ):before,
  .prose
    :where(blockquote p:last-of-type):not(
      :where([class~='not-prose'] *)
    ):after {
    content: '';
  }

  .prose hr {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .link-new {
    @apply text-link-new;
  }
  .link-new:hover {
    @apply text-link-new-hover;
  }
  .link-new:visited {
    @apply text-link-new-visited;
  }

  .product-listing-inline {
    @apply font-normal;
    background: #fff;
    border: 0.5px solid #b0afb6;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 4px;
  }

  .product-listing-inline:hover {
    background: #fafafa;
    border-color: #0073f5;
  }
}
/* line 6, app/assets/stylesheets/btn.scss */
.btn--highlight--loading, .btn--highlight {
  align-items: center;
  background-color: #F2F2F3;
  border: 0.5px solid #B0AFB6;
  border-radius: 0.5rem;
  color: #252530;
  display: flex;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0;
}

/* line 17, app/assets/stylesheets/btn.scss */
.btn--highlight--loading:hover, .btn--highlight:hover {
  background-color: #E3E3E4;
  border: 0.5px solid #B0AFB6;
  color: #252530;
}

/* line 23, app/assets/stylesheets/btn.scss */
.btn--highlight--loading:visited, .btn--highlight:visited {
  color: #252530;
}

/* line 74, app/assets/stylesheets/btn.scss */
.btn {
  background-color: #2690ce;
  border: 1px solid;
  color: white;
  border-color: #2690ce;
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  display: inline-flex;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  justify-content: center;
  padding: 0.5rem 1.5rem;
  white-space: nowrap;
}

/* line 33, app/assets/stylesheets/btn.scss */
.btn:visited {
  color: white;
}

/* line 37, app/assets/stylesheets/btn.scss */
.btn:active, .btn:focus, .btn:hover {
  background-color: #1a638d;
  border-color: #1a638d;
  color: white;
}

/* line 61, app/assets/stylesheets/btn.scss */
.btn:disabled {
  background-color: #2690ce;
}

@media screen and (min-width: null) {
  /* line 74, app/assets/stylesheets/btn.scss */
  .btn {
    justify-content: left;
    width: auto;
  }
}

/* line 101, app/assets/stylesheets/btn.scss */
.btn__icon {
  margin-left: -6px;
}

/* line 105, app/assets/stylesheets/btn.scss */
.btn svg + span,
.btn img + span {
  margin-left: 6px;
}

/* line 110, app/assets/stylesheets/btn.scss */
.btn span + svg,
.btn span + img {
  margin-left: 6px;
}

/* line 115, app/assets/stylesheets/btn.scss */
.btn--apply {
  align-items: center;
  background: #2690ce;
  border-radius: 3px;
  display: flex;
  padding-left: 16px;
}

/* line 123, app/assets/stylesheets/btn.scss */
.btn--cancel {
  align-items: center;
  background: white;
  border-color: white;
  border-radius: 3px;
  color: #252530;
  padding-left: 16px;
}

/* line 132, app/assets/stylesheets/btn.scss */
.btn--divided {
  padding: 0;
}

/* line 135, app/assets/stylesheets/btn.scss */
.btn--divided .btn__text {
  padding: 0.5rem 1.5rem;
  width: 100%;
}

/* line 140, app/assets/stylesheets/btn.scss */
.btn--divided .btn__icon {
  border-left: 1px solid white;
  margin: 0;
  padding: 0.5rem 0.75rem;
}

/* line 147, app/assets/stylesheets/btn.scss */
.btn--hollow {
  background-color: white;
  border: 1px solid;
  color: #2690ce;
}

/* line 33, app/assets/stylesheets/btn.scss */
.btn--hollow:visited {
  color: #2690ce;
}

/* line 37, app/assets/stylesheets/btn.scss */
.btn--hollow:active, .btn--hollow:focus, .btn--hollow:hover {
  background-color: white;
  color: #5fb1e1;
}

/* line 61, app/assets/stylesheets/btn.scss */
.btn--hollow:disabled {
  background-color: white;
}

/* line 150, app/assets/stylesheets/btn.scss */
.btn--hollow:hover {
  background-color: #2690ce;
  border-color: #2690ce;
  color: white;
  text-decoration: none;
}

/* line 158, app/assets/stylesheets/btn.scss */
.btn--hollow.button--rorange, .btn--hollow.btn--rorange {
  background-color: white;
  border: 1px solid;
  color: #ff492c;
}

/* line 33, app/assets/stylesheets/btn.scss */
.btn--hollow.button--rorange:visited, .btn--hollow.btn--rorange:visited {
  color: #ff492c;
}

/* line 37, app/assets/stylesheets/btn.scss */
.btn--hollow.button--rorange:active, .btn--hollow.button--rorange:focus, .btn--hollow.button--rorange:hover, .btn--hollow.btn--rorange:active, .btn--hollow.btn--rorange:focus, .btn--hollow.btn--rorange:hover {
  background-color: white;
  color: #ff8b79;
}

/* line 61, app/assets/stylesheets/btn.scss */
.btn--hollow.button--rorange:disabled, .btn--hollow.btn--rorange:disabled {
  background-color: white;
}

/* line 161, app/assets/stylesheets/btn.scss */
.btn--hollow.button--rorange:hover, .btn--hollow.btn--rorange:hover {
  background-color: #ff492c;
  border-color: #ff492c;
  color: white;
  text-decoration: none;
}

/* line 158, app/assets/stylesheets/btn.scss */
.btn--hollow.button--purple, .btn--hollow.btn--purple {
  background-color: white;
  border: 1px solid;
  color: #5a39a2;
}

/* line 33, app/assets/stylesheets/btn.scss */
.btn--hollow.button--purple:visited, .btn--hollow.btn--purple:visited {
  color: #5a39a2;
}

/* line 37, app/assets/stylesheets/btn.scss */
.btn--hollow.button--purple:active, .btn--hollow.button--purple:focus, .btn--hollow.button--purple:hover, .btn--hollow.btn--purple:active, .btn--hollow.btn--purple:focus, .btn--hollow.btn--purple:hover {
  background-color: white;
  color: #8160c7;
}

/* line 61, app/assets/stylesheets/btn.scss */
.btn--hollow.button--purple:disabled, .btn--hollow.btn--purple:disabled {
  background-color: white;
}

/* line 161, app/assets/stylesheets/btn.scss */
.btn--hollow.button--purple:hover, .btn--hollow.btn--purple:hover {
  background-color: #5a39a2;
  border-color: #5a39a2;
  color: white;
  text-decoration: none;
}

/* line 158, app/assets/stylesheets/btn.scss */
.btn--hollow.button--midnight, .btn--hollow.btn--midnight {
  background-color: white;
  border: 1px solid;
  color: #252530;
}

/* line 33, app/assets/stylesheets/btn.scss */
.btn--hollow.button--midnight:visited, .btn--hollow.btn--midnight:visited {
  color: #252530;
}

/* line 37, app/assets/stylesheets/btn.scss */
.btn--hollow.button--midnight:active, .btn--hollow.button--midnight:focus, .btn--hollow.button--midnight:hover, .btn--hollow.btn--midnight:active, .btn--hollow.btn--midnight:focus, .btn--hollow.btn--midnight:hover {
  background-color: white;
  color: #46465b;
}

/* line 61, app/assets/stylesheets/btn.scss */
.btn--hollow.button--midnight:disabled, .btn--hollow.btn--midnight:disabled {
  background-color: white;
}

/* line 161, app/assets/stylesheets/btn.scss */
.btn--hollow.button--midnight:hover, .btn--hollow.btn--midnight:hover {
  background-color: #252530;
  border-color: #252530;
  color: white;
  text-decoration: none;
}

/* line 158, app/assets/stylesheets/btn.scss */
.btn--hollow.button--blue, .btn--hollow.btn--blue {
  background-color: white;
  border: 1px solid;
  color: #2690ce;
}

/* line 33, app/assets/stylesheets/btn.scss */
.btn--hollow.button--blue:visited, .btn--hollow.btn--blue:visited {
  color: #2690ce;
}

/* line 37, app/assets/stylesheets/btn.scss */
.btn--hollow.button--blue:active, .btn--hollow.button--blue:focus, .btn--hollow.button--blue:hover, .btn--hollow.btn--blue:active, .btn--hollow.btn--blue:focus, .btn--hollow.btn--blue:hover {
  background-color: white;
  color: #5fb1e1;
}

/* line 61, app/assets/stylesheets/btn.scss */
.btn--hollow.button--blue:disabled, .btn--hollow.btn--blue:disabled {
  background-color: white;
}

/* line 161, app/assets/stylesheets/btn.scss */
.btn--hollow.button--blue:hover, .btn--hollow.btn--blue:hover {
  background-color: #2690ce;
  border-color: #2690ce;
  color: white;
  text-decoration: none;
}

/* line 158, app/assets/stylesheets/btn.scss */
.btn--hollow.button--navy, .btn--hollow.btn--navy {
  background-color: white;
  border: 1px solid;
  color: #062846;
}

/* line 33, app/assets/stylesheets/btn.scss */
.btn--hollow.button--navy:visited, .btn--hollow.btn--navy:visited {
  color: #062846;
}

/* line 37, app/assets/stylesheets/btn.scss */
.btn--hollow.button--navy:active, .btn--hollow.button--navy:focus, .btn--hollow.button--navy:hover, .btn--hollow.btn--navy:active, .btn--hollow.btn--navy:focus, .btn--hollow.btn--navy:hover {
  background-color: white;
  color: #0c508c;
}

/* line 61, app/assets/stylesheets/btn.scss */
.btn--hollow.button--navy:disabled, .btn--hollow.btn--navy:disabled {
  background-color: white;
}

/* line 161, app/assets/stylesheets/btn.scss */
.btn--hollow.button--navy:hover, .btn--hollow.btn--navy:hover {
  background-color: #062846;
  border-color: #062846;
  color: white;
  text-decoration: none;
}

/* line 158, app/assets/stylesheets/btn.scss */
.btn--hollow.button--success, .btn--hollow.btn--success {
  background-color: white;
  border: 1px solid;
  color: #14855f;
}

/* line 33, app/assets/stylesheets/btn.scss */
.btn--hollow.button--success:visited, .btn--hollow.btn--success:visited {
  color: #14855f;
}

/* line 37, app/assets/stylesheets/btn.scss */
.btn--hollow.button--success:active, .btn--hollow.button--success:focus, .btn--hollow.button--success:hover, .btn--hollow.btn--success:active, .btn--hollow.btn--success:focus, .btn--hollow.btn--success:hover {
  background-color: white;
  color: #1ec88f;
}

/* line 61, app/assets/stylesheets/btn.scss */
.btn--hollow.button--success:disabled, .btn--hollow.btn--success:disabled {
  background-color: white;
}

/* line 161, app/assets/stylesheets/btn.scss */
.btn--hollow.button--success:hover, .btn--hollow.btn--success:hover {
  background-color: #14855f;
  border-color: #14855f;
  color: white;
  text-decoration: none;
}

/* line 158, app/assets/stylesheets/btn.scss */
.btn--hollow.button--offwhite, .btn--hollow.btn--offwhite {
  background-color: white;
  border: 1px solid;
  color: #dcdedc;
}

/* line 33, app/assets/stylesheets/btn.scss */
.btn--hollow.button--offwhite:visited, .btn--hollow.btn--offwhite:visited {
  color: #dcdedc;
}

/* line 37, app/assets/stylesheets/btn.scss */
.btn--hollow.button--offwhite:active, .btn--hollow.button--offwhite:focus, .btn--hollow.button--offwhite:hover, .btn--hollow.btn--offwhite:active, .btn--hollow.btn--offwhite:focus, .btn--hollow.btn--offwhite:hover {
  background-color: white;
  color: white;
}

/* line 61, app/assets/stylesheets/btn.scss */
.btn--hollow.button--offwhite:disabled, .btn--hollow.btn--offwhite:disabled {
  background-color: white;
}

/* line 161, app/assets/stylesheets/btn.scss */
.btn--hollow.button--offwhite:hover, .btn--hollow.btn--offwhite:hover {
  background-color: #dcdedc;
  border-color: #dcdedc;
  color: white;
  text-decoration: none;
}

/* line 172, app/assets/stylesheets/btn.scss */
.btn--light:hover {
  background-color: rgba(38, 144, 206, 0.2);
  border-color: #2690ce;
  color: #2690ce;
}

/* line 180, app/assets/stylesheets/btn.scss */
.btn--light.button--rorange:hover, .btn--light.btn--rorange:hover {
  background-color: rgba(255, 73, 44, 0.2);
  color: #ff492c;
}

/* line 180, app/assets/stylesheets/btn.scss */
.btn--light.button--purple:hover, .btn--light.btn--purple:hover {
  background-color: rgba(90, 57, 162, 0.2);
  color: #5a39a2;
}

/* line 180, app/assets/stylesheets/btn.scss */
.btn--light.button--midnight:hover, .btn--light.btn--midnight:hover {
  background-color: rgba(37, 37, 48, 0.2);
  color: #252530;
}

/* line 180, app/assets/stylesheets/btn.scss */
.btn--light.button--blue:hover, .btn--light.btn--blue:hover {
  background-color: rgba(38, 144, 206, 0.2);
  color: #2690ce;
}

/* line 180, app/assets/stylesheets/btn.scss */
.btn--light.button--navy:hover, .btn--light.btn--navy:hover {
  background-color: rgba(6, 40, 70, 0.2);
  color: #062846;
}

/* line 180, app/assets/stylesheets/btn.scss */
.btn--light.button--success:hover, .btn--light.btn--success:hover {
  background-color: rgba(20, 133, 95, 0.2);
  color: #14855f;
}

/* line 180, app/assets/stylesheets/btn.scss */
.btn--light.button--offwhite:hover, .btn--light.btn--offwhite:hover {
  background-color: rgba(220, 222, 220, 0.2);
  color: #dcdedc;
}

/* line 188, app/assets/stylesheets/btn.scss */
.btn--plain {
  background-color: white;
  border: 1px solid;
  color: #2690ce;
  border-color: white;
  border-color: transparent;
}

/* line 33, app/assets/stylesheets/btn.scss */
.btn--plain:visited {
  color: #2690ce;
}

/* line 37, app/assets/stylesheets/btn.scss */
.btn--plain:active, .btn--plain:focus, .btn--plain:hover {
  background-color: white;
  border-color: #2690ce;
  color: #2690ce;
}

/* line 61, app/assets/stylesheets/btn.scss */
.btn--plain:disabled {
  background-color: white;
}

/* line 192, app/assets/stylesheets/btn.scss */
.btn--plain.button--rorange, .btn--plain.btn--rorange {
  background-color: white;
  border: 1px solid;
  color: #ff492c;
  border-color: white;
  border-color: transparent;
}

/* line 33, app/assets/stylesheets/btn.scss */
.btn--plain.button--rorange:visited, .btn--plain.btn--rorange:visited {
  color: #ff492c;
}

/* line 37, app/assets/stylesheets/btn.scss */
.btn--plain.button--rorange:active, .btn--plain.button--rorange:focus, .btn--plain.button--rorange:hover, .btn--plain.btn--rorange:active, .btn--plain.btn--rorange:focus, .btn--plain.btn--rorange:hover {
  background-color: white;
  border-color: #ff492c;
  color: #ff492c;
}

/* line 61, app/assets/stylesheets/btn.scss */
.btn--plain.button--rorange:disabled, .btn--plain.btn--rorange:disabled {
  background-color: white;
}

/* line 192, app/assets/stylesheets/btn.scss */
.btn--plain.button--purple, .btn--plain.btn--purple {
  background-color: white;
  border: 1px solid;
  color: #5a39a2;
  border-color: white;
  border-color: transparent;
}

/* line 33, app/assets/stylesheets/btn.scss */
.btn--plain.button--purple:visited, .btn--plain.btn--purple:visited {
  color: #5a39a2;
}

/* line 37, app/assets/stylesheets/btn.scss */
.btn--plain.button--purple:active, .btn--plain.button--purple:focus, .btn--plain.button--purple:hover, .btn--plain.btn--purple:active, .btn--plain.btn--purple:focus, .btn--plain.btn--purple:hover {
  background-color: white;
  border-color: #5a39a2;
  color: #5a39a2;
}

/* line 61, app/assets/stylesheets/btn.scss */
.btn--plain.button--purple:disabled, .btn--plain.btn--purple:disabled {
  background-color: white;
}

/* line 192, app/assets/stylesheets/btn.scss */
.btn--plain.button--midnight, .btn--plain.btn--midnight {
  background-color: white;
  border: 1px solid;
  color: #252530;
  border-color: white;
  border-color: transparent;
}

/* line 33, app/assets/stylesheets/btn.scss */
.btn--plain.button--midnight:visited, .btn--plain.btn--midnight:visited {
  color: #252530;
}

/* line 37, app/assets/stylesheets/btn.scss */
.btn--plain.button--midnight:active, .btn--plain.button--midnight:focus, .btn--plain.button--midnight:hover, .btn--plain.btn--midnight:active, .btn--plain.btn--midnight:focus, .btn--plain.btn--midnight:hover {
  background-color: white;
  border-color: #252530;
  color: #252530;
}

/* line 61, app/assets/stylesheets/btn.scss */
.btn--plain.button--midnight:disabled, .btn--plain.btn--midnight:disabled {
  background-color: white;
}

/* line 192, app/assets/stylesheets/btn.scss */
.btn--plain.button--blue, .btn--plain.btn--blue {
  background-color: white;
  border: 1px solid;
  color: #2690ce;
  border-color: white;
  border-color: transparent;
}

/* line 33, app/assets/stylesheets/btn.scss */
.btn--plain.button--blue:visited, .btn--plain.btn--blue:visited {
  color: #2690ce;
}

/* line 37, app/assets/stylesheets/btn.scss */
.btn--plain.button--blue:active, .btn--plain.button--blue:focus, .btn--plain.button--blue:hover, .btn--plain.btn--blue:active, .btn--plain.btn--blue:focus, .btn--plain.btn--blue:hover {
  background-color: white;
  border-color: #2690ce;
  color: #2690ce;
}

/* line 61, app/assets/stylesheets/btn.scss */
.btn--plain.button--blue:disabled, .btn--plain.btn--blue:disabled {
  background-color: white;
}

/* line 192, app/assets/stylesheets/btn.scss */
.btn--plain.button--navy, .btn--plain.btn--navy {
  background-color: white;
  border: 1px solid;
  color: #062846;
  border-color: white;
  border-color: transparent;
}

/* line 33, app/assets/stylesheets/btn.scss */
.btn--plain.button--navy:visited, .btn--plain.btn--navy:visited {
  color: #062846;
}

/* line 37, app/assets/stylesheets/btn.scss */
.btn--plain.button--navy:active, .btn--plain.button--navy:focus, .btn--plain.button--navy:hover, .btn--plain.btn--navy:active, .btn--plain.btn--navy:focus, .btn--plain.btn--navy:hover {
  background-color: white;
  border-color: #062846;
  color: #062846;
}

/* line 61, app/assets/stylesheets/btn.scss */
.btn--plain.button--navy:disabled, .btn--plain.btn--navy:disabled {
  background-color: white;
}

/* line 192, app/assets/stylesheets/btn.scss */
.btn--plain.button--success, .btn--plain.btn--success {
  background-color: white;
  border: 1px solid;
  color: #14855f;
  border-color: white;
  border-color: transparent;
}

/* line 33, app/assets/stylesheets/btn.scss */
.btn--plain.button--success:visited, .btn--plain.btn--success:visited {
  color: #14855f;
}

/* line 37, app/assets/stylesheets/btn.scss */
.btn--plain.button--success:active, .btn--plain.button--success:focus, .btn--plain.button--success:hover, .btn--plain.btn--success:active, .btn--plain.btn--success:focus, .btn--plain.btn--success:hover {
  background-color: white;
  border-color: #14855f;
  color: #14855f;
}

/* line 61, app/assets/stylesheets/btn.scss */
.btn--plain.button--success:disabled, .btn--plain.btn--success:disabled {
  background-color: white;
}

/* line 192, app/assets/stylesheets/btn.scss */
.btn--plain.button--offwhite, .btn--plain.btn--offwhite {
  background-color: white;
  border: 1px solid;
  color: #dcdedc;
  border-color: white;
  border-color: transparent;
}

/* line 33, app/assets/stylesheets/btn.scss */
.btn--plain.button--offwhite:visited, .btn--plain.btn--offwhite:visited {
  color: #dcdedc;
}

/* line 37, app/assets/stylesheets/btn.scss */
.btn--plain.button--offwhite:active, .btn--plain.button--offwhite:focus, .btn--plain.button--offwhite:hover, .btn--plain.btn--offwhite:active, .btn--plain.btn--offwhite:focus, .btn--plain.btn--offwhite:hover {
  background-color: white;
  border-color: #dcdedc;
  color: #dcdedc;
}

/* line 61, app/assets/stylesheets/btn.scss */
.btn--plain.button--offwhite:disabled, .btn--plain.btn--offwhite:disabled {
  background-color: white;
}

/* line 198, app/assets/stylesheets/btn.scss */
.btn--rounded {
  border-radius: 18px;
}

/* line 202, app/assets/stylesheets/btn.scss */
.btn--fat {
  padding: 11px 1.5rem;
}

/* line 205, app/assets/stylesheets/btn.scss */
.btn--fat.button--rounded, .btn--fat.btn--rounded {
  border-radius: 22px;
}

/* line 211, app/assets/stylesheets/btn.scss */
.btn--expand {
  justify-content: center;
  width: 100%;
}

/* line 216, app/assets/stylesheets/btn.scss */
.btn--sm {
  padding: 0.5rem;
  font-size: 0.875rem;
}

/* line 221, app/assets/stylesheets/btn.scss */
.btn--xs {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
}

/* line 226, app/assets/stylesheets/btn.scss */
.btn--circle {
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 50%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 239, app/assets/stylesheets/btn.scss */
.btn--highlight--img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 0.5rem;
  border-right: 0.5px solid #B0AFB6;
  height: 2rem;
  padding: 0 0.125rem;
  width: 2rem;
}

/* line 254, app/assets/stylesheets/btn.scss */
.btn--highlight--loading:hover {
  background-color: #F2F2F3;
  cursor: auto;
}

/* line 261, app/assets/stylesheets/btn.scss */
.btn:disabled, .btn[disabled] {
  cursor: not-allowed;
  opacity: 0.6;
}

/* line 268, app/assets/stylesheets/btn.scss */
.btn--rorange {
  background-color: #ff492c;
  border: 1px solid;
  color: white;
  border-color: #ff492c;
}

/* line 33, app/assets/stylesheets/btn.scss */
.btn--rorange:visited {
  color: white;
}

/* line 37, app/assets/stylesheets/btn.scss */
.btn--rorange:active, .btn--rorange:focus, .btn--rorange:hover {
  background-color: #df1f00;
  border-color: #df1f00;
  color: white;
}

/* line 61, app/assets/stylesheets/btn.scss */
.btn--rorange:disabled {
  background-color: #ff492c;
}

/* line 268, app/assets/stylesheets/btn.scss */
.btn--purple {
  background-color: #5a39a2;
  border: 1px solid;
  color: white;
  border-color: #5a39a2;
}

/* line 33, app/assets/stylesheets/btn.scss */
.btn--purple:visited {
  color: white;
}

/* line 37, app/assets/stylesheets/btn.scss */
.btn--purple:active, .btn--purple:focus, .btn--purple:hover {
  background-color: #3b2569;
  border-color: #3b2569;
  color: white;
}

/* line 61, app/assets/stylesheets/btn.scss */
.btn--purple:disabled {
  background-color: #5a39a2;
}

/* line 268, app/assets/stylesheets/btn.scss */
.btn--midnight {
  background-color: #252530;
  border: 1px solid;
  color: white;
  border-color: #252530;
}

/* line 33, app/assets/stylesheets/btn.scss */
.btn--midnight:visited {
  color: white;
}

/* line 37, app/assets/stylesheets/btn.scss */
.btn--midnight:active, .btn--midnight:focus, .btn--midnight:hover {
  background-color: #040405;
  border-color: #040405;
  color: white;
}

/* line 61, app/assets/stylesheets/btn.scss */
.btn--midnight:disabled {
  background-color: #252530;
}

/* line 268, app/assets/stylesheets/btn.scss */
.btn--blue {
  background-color: #2690ce;
  border: 1px solid;
  color: white;
  border-color: #2690ce;
}

/* line 33, app/assets/stylesheets/btn.scss */
.btn--blue:visited {
  color: white;
}

/* line 37, app/assets/stylesheets/btn.scss */
.btn--blue:active, .btn--blue:focus, .btn--blue:hover {
  background-color: #1a638d;
  border-color: #1a638d;
  color: white;
}

/* line 61, app/assets/stylesheets/btn.scss */
.btn--blue:disabled {
  background-color: #2690ce;
}

/* line 268, app/assets/stylesheets/btn.scss */
.btn--navy {
  background-color: #062846;
  border: 1px solid;
  color: white;
  border-color: #062846;
}

/* line 33, app/assets/stylesheets/btn.scss */
.btn--navy:visited {
  color: white;
}

/* line 37, app/assets/stylesheets/btn.scss */
.btn--navy:active, .btn--navy:focus, .btn--navy:hover {
  background-color: black;
  border-color: black;
  color: white;
}

/* line 61, app/assets/stylesheets/btn.scss */
.btn--navy:disabled {
  background-color: #062846;
}

/* line 268, app/assets/stylesheets/btn.scss */
.btn--success {
  background-color: #14855f;
  border: 1px solid;
  color: white;
  border-color: #14855f;
}

/* line 33, app/assets/stylesheets/btn.scss */
.btn--success:visited {
  color: white;
}

/* line 37, app/assets/stylesheets/btn.scss */
.btn--success:active, .btn--success:focus, .btn--success:hover {
  background-color: #0a4330;
  border-color: #0a4330;
  color: white;
}

/* line 61, app/assets/stylesheets/btn.scss */
.btn--success:disabled {
  background-color: #14855f;
}

/* line 268, app/assets/stylesheets/btn.scss */
.btn--offwhite {
  background-color: #dcdedc;
  border: 1px solid;
  color: white;
  border-color: #dcdedc;
}

/* line 33, app/assets/stylesheets/btn.scss */
.btn--offwhite:visited {
  color: white;
}

/* line 37, app/assets/stylesheets/btn.scss */
.btn--offwhite:active, .btn--offwhite:focus, .btn--offwhite:hover {
  background-color: #b5b9b5;
  border-color: #b5b9b5;
  color: white;
}

/* line 61, app/assets/stylesheets/btn.scss */
.btn--offwhite:disabled {
  background-color: #dcdedc;
}

/* line 273, app/assets/stylesheets/btn.scss */
.btn--secondary {
  border: var(--units-border-size-border-05, 0.5px) solid var(--color-border-border-medium, #B0AFB6);
  background-color: transparent;
}

/* line 277, app/assets/stylesheets/btn.scss */
.btn--secondary:hover {
  background-color: rgba(37, 37, 48, 0.05);
  border: var(--units-border-size-border-05, 0.5px) solid var(--color-border-border-medium, #B0AFB6);
}

/* line 283, app/assets/stylesheets/btn.scss */
.btn--secondary.button--rorange, .btn--secondary.btn--rorange {
  color: #ff492c;
}

/* line 286, app/assets/stylesheets/btn.scss */
.btn--secondary.button--rorange svg, .btn--secondary.btn--rorange svg {
  fill: #ff492c;
}

/* line 290, app/assets/stylesheets/btn.scss */
.btn--secondary.button--rorange:hover, .btn--secondary.btn--rorange:hover {
  background-color: rgba(255, 73, 44, 0.05);
  color: #ff492c;
}

/* line 283, app/assets/stylesheets/btn.scss */
.btn--secondary.button--purple, .btn--secondary.btn--purple {
  color: #5a39a2;
}

/* line 286, app/assets/stylesheets/btn.scss */
.btn--secondary.button--purple svg, .btn--secondary.btn--purple svg {
  fill: #5a39a2;
}

/* line 290, app/assets/stylesheets/btn.scss */
.btn--secondary.button--purple:hover, .btn--secondary.btn--purple:hover {
  background-color: rgba(90, 57, 162, 0.05);
  color: #5a39a2;
}

/* line 283, app/assets/stylesheets/btn.scss */
.btn--secondary.button--midnight, .btn--secondary.btn--midnight {
  color: #252530;
}

/* line 286, app/assets/stylesheets/btn.scss */
.btn--secondary.button--midnight svg, .btn--secondary.btn--midnight svg {
  fill: #252530;
}

/* line 290, app/assets/stylesheets/btn.scss */
.btn--secondary.button--midnight:hover, .btn--secondary.btn--midnight:hover {
  background-color: rgba(37, 37, 48, 0.05);
  color: #252530;
}

/* line 283, app/assets/stylesheets/btn.scss */
.btn--secondary.button--blue, .btn--secondary.btn--blue {
  color: #2690ce;
}

/* line 286, app/assets/stylesheets/btn.scss */
.btn--secondary.button--blue svg, .btn--secondary.btn--blue svg {
  fill: #2690ce;
}

/* line 290, app/assets/stylesheets/btn.scss */
.btn--secondary.button--blue:hover, .btn--secondary.btn--blue:hover {
  background-color: rgba(38, 144, 206, 0.05);
  color: #2690ce;
}

/* line 283, app/assets/stylesheets/btn.scss */
.btn--secondary.button--navy, .btn--secondary.btn--navy {
  color: #062846;
}

/* line 286, app/assets/stylesheets/btn.scss */
.btn--secondary.button--navy svg, .btn--secondary.btn--navy svg {
  fill: #062846;
}

/* line 290, app/assets/stylesheets/btn.scss */
.btn--secondary.button--navy:hover, .btn--secondary.btn--navy:hover {
  background-color: rgba(6, 40, 70, 0.05);
  color: #062846;
}

/* line 283, app/assets/stylesheets/btn.scss */
.btn--secondary.button--success, .btn--secondary.btn--success {
  color: #14855f;
}

/* line 286, app/assets/stylesheets/btn.scss */
.btn--secondary.button--success svg, .btn--secondary.btn--success svg {
  fill: #14855f;
}

/* line 290, app/assets/stylesheets/btn.scss */
.btn--secondary.button--success:hover, .btn--secondary.btn--success:hover {
  background-color: rgba(20, 133, 95, 0.05);
  color: #14855f;
}

/* line 283, app/assets/stylesheets/btn.scss */
.btn--secondary.button--offwhite, .btn--secondary.btn--offwhite {
  color: #dcdedc;
}

/* line 286, app/assets/stylesheets/btn.scss */
.btn--secondary.button--offwhite svg, .btn--secondary.btn--offwhite svg {
  fill: #dcdedc;
}

/* line 290, app/assets/stylesheets/btn.scss */
.btn--secondary.button--offwhite:hover, .btn--secondary.btn--offwhite:hover {
  background-color: rgba(220, 222, 220, 0.05);
  color: #dcdedc;
}
/* line 5, app/assets/stylesheets/chats.scss */
.chat-frame {
  font-family: 'Figtree';
  background: white;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* line 12, app/assets/stylesheets/chats.scss */
.chat-frame__nav {
  top: 0;
  width: 100%;
  z-index: 3;
  flex-shrink: 0;
  background: white;
}

/* line 20, app/assets/stylesheets/chats.scss */
.chat-frame__body {
  flex: 1;
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
}

/* line 28, app/assets/stylesheets/chats.scss */
.chat-frame__thread {
  justify-self: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100dvh;
  flex-basis: 100%;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  /* line 28, app/assets/stylesheets/chats.scss */
  .chat-frame__thread {
    z-index: 5;
  }
}

/* line 41, app/assets/stylesheets/chats.scss */
.chat-frame__thread--with-canvas {
  flex-basis: 40%;
  transition: flex-basis 750ms ease-in-out;
}

/* line 47, app/assets/stylesheets/chats.scss */
.chat-frame__canvas {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fafafa;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 56, app/assets/stylesheets/chats.scss */
  .chat-frame__canvas {
    position: static;
  }
}

/* line 61, app/assets/stylesheets/chats.scss */
.chat-frame__messages {
  flex: 1;
  overflow-y: scroll;
  padding: 12px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

/* line 71, app/assets/stylesheets/chats.scss */
.chat-frame__messages--inner {
  max-width: 48rem;
}

/* line 75, app/assets/stylesheets/chats.scss */
.chat-frame--no-nav .chat-frame__messages {
  margin-top: 0;
}

/* line 80, app/assets/stylesheets/chats.scss */
.chat-frame__footer {
  position: relative;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
}

/* line 87, app/assets/stylesheets/chats.scss */
.chat-frame__form {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: white;
  max-width: 48rem;
  margin: 0 auto;
}

/* line 96, app/assets/stylesheets/chats.scss */
.chat-frame__scroll-button {
  position: absolute;
  left: 50%;
  top: -4rem;
  transform: translateX(-50%);
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 50%;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  border: 1px solid #e0e0e0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* line 114, app/assets/stylesheets/chats.scss */
.chat-frame__scroll-button:hover {
  transform: translateX(-50%) translateY(-1px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

/* line 121, app/assets/stylesheets/chats.scss */
.chat {
  margin-bottom: 12px;
  width: 100%;
}

/* line 129, app/assets/stylesheets/chats.scss */
.chat__iframe {
  height: 21.875rem;
  width: 100%;
}

@media screen and (min-width: 640px) {
  /* line 129, app/assets/stylesheets/chats.scss */
  .chat__iframe {
    border: 1px solid gray;
    height: 31.25rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 129, app/assets/stylesheets/chats.scss */
  .chat__iframe {
    height: 46.875rem;
  }
}

/* line 143, app/assets/stylesheets/chats.scss */
.chat__avatar {
  align-self: flex-end;
}

/* line 147, app/assets/stylesheets/chats.scss */
.chat__avatar-img {
  width: 2rem;
}

/* line 151, app/assets/stylesheets/chats.scss */
.chat__avatar-hero-img {
  width: 5.8125rem;
}

/* line 155, app/assets/stylesheets/chats.scss */
.chat__content {
  font-family: 'Figtree';
  background-color: white;
  border-radius: 1rem;
  padding: 12px;
}

/* line 163, app/assets/stylesheets/chats.scss */
.chat--assistant .chat__content {
  font-family: Figtree;
  width: 100%;
  margin-right: 1.5rem;
  background-color: #fafafa;
}

/* line 172, app/assets/stylesheets/chats.scss */
.chat--user .chat__content {
  background-color: #ebe9f6;
  margin-left: auto;
  width: fit-content;
}

/* line 180, app/assets/stylesheets/chats.scss */
.chat--loading .chat__content {
  padding: 6px 12px;
}

/* line 185, app/assets/stylesheets/chats.scss */
.chat__content-head {
  display: flex;
  font-weight: 600;
  justify-content: space-between;
  margin-bottom: 6px;
}

/* line 193, app/assets/stylesheets/chats.scss */
.chat__content-body--img {
  border-radius: 0.25rem;
  border: 0.5px solid #dfdfe2;
  background-color: white;
  max-height: 3.75rem;
}

/* line 201, app/assets/stylesheets/chats.scss */
.chat__form {
  align-items: flex-end;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 0 12px;
  padding-bottom: 12px;
  width: 100%;
  max-width: 48rem;
}

/* line 212, app/assets/stylesheets/chats.scss */
.chat__input {
  flex: 1;
  padding-top: 12px;
}

/* line 216, app/assets/stylesheets/chats.scss */
.chat__input textarea {
  border-radius: 0.5rem;
  border: 0.5px solid #b0afb6;
  background: #fafafa;
  width: 100%;
  margin-bottom: 0;
  min-height: auto;
  resize: none;
  display: block;
}

/* line 228, app/assets/stylesheets/chats.scss */
.chat__button {
  background-color: #5a39a2;
  color: white;
  width: 2.625rem;
  height: 2.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

/* line 238, app/assets/stylesheets/chats.scss */
.chat__button:hover {
  cursor: pointer;
}

/* line 242, app/assets/stylesheets/chats.scss */
.chat__button:disabled {
  opacity: 0.4;
  cursor: default;
}

/* line 248, app/assets/stylesheets/chats.scss */
.chat__error {
  background-color: #f8eae7;
  border: 1px solid #d06958;
  margin-top: 6px;
  padding: 6px;
}

@media screen and (min-width: 1024px) {
  /* line 248, app/assets/stylesheets/chats.scss */
  .chat__error {
    margin-left: 2.625rem;
  }
}

/* line 259, app/assets/stylesheets/chats.scss */
.chat__warning {
  border: 1px solid #ffe04d;
  border-left: 6px solid #ffe04d;
  background: #fffbe6;
  padding: 12px;
  margin: 12px;
}

/* line 267, app/assets/stylesheets/chats.scss */
.chat--command-generation {
  display: none;
}

/* line 270, app/assets/stylesheets/chats.scss */
.chat--command-generation .chat__content {
  border-radius: 22px;
  border-bottom-left-radius: 0;
  margin-left: 2.625rem;
  padding: 12px;
}

/* line 278, app/assets/stylesheets/chats.scss */
.chat--command-result {
  display: none;
}

/* line 281, app/assets/stylesheets/chats.scss */
.chat--command-result .chat__content {
  width: 100%;
  border-radius: 12px;
  margin-left: 2.625rem;
}

/* line 288, app/assets/stylesheets/chats.scss */
.chat--injection {
  display: none;
}

/* line 292, app/assets/stylesheets/chats.scss */
.chat--debug {
  display: flex;
  word-break: break-word;
}

/* line 298, app/assets/stylesheets/chats.scss */
.chat--command-generation .chat__content {
  width: 100%;
}

/* line 301, app/assets/stylesheets/chats.scss */
.chat--command-generation .chat__content::after {
  background-color: #fcfcfc;
  border: 0;
  border-radius: 50%;
  bottom: -8px;
  content: '';
  height: 8px;
  left: -17px;
  position: absolute;
  width: 8px;
}

/* line 313, app/assets/stylesheets/chats.scss */
.chat--command-generation .chat__content::before {
  background-color: #fcfcfc;
  border: 0;
  border-radius: 50%;
  bottom: 0;
  content: '';
  height: 16px;
  left: -8px;
  position: absolute;
  width: 16px;
}
/* line 3, app/assets/stylesheets/drawer.scss */
.drawer {
  position: fixed;
  justify-content: center;
  align-items: center;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  top: 0;
  right: 0;
}

/* line 14, app/assets/stylesheets/drawer.scss */
.drawer--open {
  display: flex;
}

/* line 18, app/assets/stylesheets/drawer.scss */
.drawer__container {
  width: 100%;
  height: 100vh;
  margin-top: 6.25rem;
  background-color: white;
  border-radius: 1rem;
  max-width: 48rem;
  animation: slideUp 650ms ease-in-out;
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}

/* line 39, app/assets/stylesheets/drawer.scss */
.drawer__header {
  border-bottom: 1px solid #e9e9ea;
  position: relative;
  padding: 1rem;
}

/* line 44, app/assets/stylesheets/drawer.scss */
.drawer__header--close {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

/* line 51, app/assets/stylesheets/drawer.scss */
.drawer__body {
  height: 100%;
  max-height: calc(100% - rem-calc(150));
  overflow-y: scroll;
  padding: 1rem;
}
/* stylelint-disable selector-no-qualifying-type */
/* line 4, app/assets/stylesheets/formtastic.scss */
.formtastic {
  /* this rule applies to all inputs except for submit, checkbox, radio, selct, and textarea */
}

/* line 5, app/assets/stylesheets/formtastic.scss */
.formtastic li.input,
.formtastic li.action {
  list-style-type: none;
}

/* line 11, app/assets/stylesheets/formtastic.scss */
.formtastic input:not([type='submit']):not([type='checkbox']):not([type='radio']),
.formtastic select,
.formtastic textarea {
  width: 100%;
  margin-bottom: 12px;
}

/* line 17, app/assets/stylesheets/formtastic.scss */
.formtastic input:not([type='submit']):not([type='checkbox']):not([type='radio']):focus,
.formtastic select:focus,
.formtastic textarea:focus {
  box-shadow: none;
  outline: none;
  border-color: #2690ce;
}

/* line 24, app/assets/stylesheets/formtastic.scss */
.formtastic input[type="checkbox"] {
  color: #2690ce;
}

/* line 28, app/assets/stylesheets/formtastic.scss */
.formtastic .loading {
  position: relative;
}

/* line 31, app/assets/stylesheets/formtastic.scss */
.formtastic .loading select {
  background-image: none;
}

/* line 35, app/assets/stylesheets/formtastic.scss */
.formtastic .loading::after {
  animation: spin 1s linear infinite;
  border-radius: 50%;
  border: 2px solid #ff492c;
  border-right: 2px solid transparent;
  content: ' ';
  height: 24px;
  position: absolute;
  right: 12px;
  translate: 0 -50%;
  top: 50%;
  width: 24px;
}

/* line 51, app/assets/stylesheets/formtastic.scss */
.formtastic .inline-errors {
  color: #bc2810;
  font-size: 0.8rem;
}

/* stylelint-enable selector-no-qualifying-type */
/* line 3, app/assets/stylesheets/horizontal_scroller.scss */
.horizontal-scroller {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  margin: 0 auto;
  background-color: white;
}

/* line 12, app/assets/stylesheets/horizontal_scroller.scss */
.horizontal-scroller__container {
  overflow-x: auto;
  flex: 1;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-right: 60px;
}

/* line 19, app/assets/stylesheets/horizontal_scroller.scss */
.horizontal-scroller__container::-webkit-scrollbar {
  display: none;
}

/* line 24, app/assets/stylesheets/horizontal_scroller.scss */
.horizontal-scroller__content {
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem;
  width: max-content;
}

/* line 31, app/assets/stylesheets/horizontal_scroller.scss */
.horizontal-scroller__button-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3.75rem;
  z-index: 10;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  padding-left: 10px;
}

/* line 45, app/assets/stylesheets/horizontal_scroller.scss */
.horizontal-scroller__button-wrapper.is-visible {
  opacity: 1;
  pointer-events: auto;
}

/* line 50, app/assets/stylesheets/horizontal_scroller.scss */
.horizontal-scroller__button-wrapper--left {
  left: 0;
}

/* line 54, app/assets/stylesheets/horizontal_scroller.scss */
.horizontal-scroller__button-wrapper--right {
  right: 0;
}

/* line 59, app/assets/stylesheets/horizontal_scroller.scss */
.horizontal-scroller__button {
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  color: #5a39a2;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* line 71, app/assets/stylesheets/horizontal_scroller.scss */
.horizontal-scroller__button svg {
  width: 1.25rem;
  height: 1.25rem;
}
/* line 2, app/assets/stylesheets/iframe_status.scss */
.out-of-frame .in-iframe-only {
  display: none !important;
}

/* line 8, app/assets/stylesheets/iframe_status.scss */
.in-frame .in-iframe-only {
  display: block !important;
}
/* line 1, app/assets/stylesheets/lead-button.scss */
.lead-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  padding: 0 22px;
  border-radius: 9999px;
  border: 1px solid #b0afb6;
  background-color: #fafafa;
  color: #5746b2;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Figtree', sans-serif;
  line-height: 20px;
  letter-spacing: 0;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

/* line 21, app/assets/stylesheets/lead-button.scss */
.lead-button:hover {
  background-color: #ebe9f6;
  border-color: #dfdfe2;
}

/* line 26, app/assets/stylesheets/lead-button.scss */
.lead-button .icon {
  margin-left: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
  fill: currentColor;
}
/* Apply .marketplace-dark to a container to activate the dark color scheme. */

:root {
  --g2-bg: #ffffff;
  --g2-surface: #fafafa;
  --g2-dark: #252530;
  --g2-text: #505059;
  --g2-muted: #929297;
  --g2-border: #e5e7eb;
  --g2-purple: #5a39a2;
  --g2-purple-light: #eeeaf5;
  --g2-orange: #ff492c;
  --g2-logo: currentColor;
  --g2-chrome: #e8e8ea;
  --g2-chrome-bar: #ffffff;
  --g2-star: #f5a623;
  --g2-success: #14855f;
  --hero-glow: radial-gradient(
    ellipse 70% 50% at 50% 0%,
    rgba(90, 57, 162, 0.12),
    transparent 100%
  );
}

.marketplace-dark {
  --g2-bg: #0e0c1a;
  --g2-surface: #1e1b36;
  --g2-dark: #f3f3f4;
  --g2-text: #d3d3d5;
  --g2-muted: #929297;
  --g2-border: #4a4570;
  --g2-purple: #a594f9;
  --g2-purple-light: rgba(165, 148, 249, 0.15);
  --g2-orange: #ff6154;
  --g2-logo: #f3f3f4;
  --g2-chrome: #16132b;
  --g2-chrome-bar: #0e0c1a;
  --g2-star: #f5a623;
  --g2-success: #23cca2;
  --hero-glow: radial-gradient(
    ellipse 70% 50% at 50% 0%,
    rgba(165, 148, 249, 0.1),
    transparent 100%
  );
}
/* line 5, app/assets/stylesheets/mp.scss */
.marketplace-scroll-offset {
  scroll-padding-top: 5rem;
}

/* line 9, app/assets/stylesheets/mp.scss */
.mp-container {
  max-width: 1160px;
}

/* line 13, app/assets/stylesheets/mp.scss */
.mp-container-nav {
  max-width: 1200px;
}

/* line 17, app/assets/stylesheets/mp.scss */
.marketplace-theme {
  color: var(--g2-text);
}

/* line 21, app/assets/stylesheets/mp.scss */
.mp-text-dark {
  color: var(--g2-dark);
}

/* line 25, app/assets/stylesheets/mp.scss */
.mp-text-body {
  color: var(--g2-text);
}

/* line 29, app/assets/stylesheets/mp.scss */
.mp-text-muted {
  color: var(--g2-muted);
}

/* line 33, app/assets/stylesheets/mp.scss */
.mp-text-purple {
  color: var(--g2-purple);
}

/* line 37, app/assets/stylesheets/mp.scss */
.mp-bg {
  background: var(--g2-bg);
}

/* line 41, app/assets/stylesheets/mp.scss */
.mp-bg-purple {
  background: var(--g2-purple);
}

/* line 45, app/assets/stylesheets/mp.scss */
.mp-bg-purple-light {
  background: var(--g2-purple-light);
}

/* line 49, app/assets/stylesheets/mp.scss */
.mp-bg-orange {
  background: var(--g2-orange);
}

/* line 53, app/assets/stylesheets/mp.scss */
.mp-border {
  border-color: var(--g2-border);
}

/* line 57, app/assets/stylesheets/mp.scss */
.mp-card {
  border-color: var(--g2-border);
  background: var(--g2-surface);
}

/* line 62, app/assets/stylesheets/mp.scss */
.mp-nav {
  background: color-mix(in srgb, var(--g2-bg) 50%, transparent);
  border-color: var(--g2-border);
}

/* line 66, app/assets/stylesheets/mp.scss */
.mp-nav__toggle {
  color: var(--g2-muted);
}

/* line 69, app/assets/stylesheets/mp.scss */
.mp-nav__toggle:hover {
  color: var(--g2-dark);
}

/* line 74, app/assets/stylesheets/mp.scss */
.mp-nav__avatar {
  --tw-ring-color: var(--g2-border);
}

/* line 78, app/assets/stylesheets/mp.scss */
.mp-nav__avatar-fallback {
  --tw-ring-color: var(--g2-border);
  background: var(--g2-surface);
}

/* line 84, app/assets/stylesheets/mp.scss */
.mp-hero {
  background: var(--hero-glow), var(--g2-bg);
}

@media (min-width: 1024px) {
  /* line 87, app/assets/stylesheets/mp.scss */
  .mp-hero__grid {
    grid-template-columns: 1fr 460px;
  }
}

/* line 93, app/assets/stylesheets/mp.scss */
.mp-hero__btn-secondary {
  color: var(--g2-dark);
  border-color: var(--g2-border);
}

/* line 97, app/assets/stylesheets/mp.scss */
.mp-hero__btn-secondary:hover {
  background: var(--g2-surface);
}

/* line 102, app/assets/stylesheets/mp.scss */
.mp-hero__preview {
  border-color: var(--g2-border);
  background: var(--g2-surface);
  box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.1);
}

/* line 108, app/assets/stylesheets/mp.scss */
.mp-hero__preview-bar {
  background: var(--g2-chrome);
  border-bottom: 1px solid var(--g2-border);
}

/* line 113, app/assets/stylesheets/mp.scss */
.mp-hero__url-bar {
  background: var(--g2-chrome-bar);
  color: var(--g2-muted);
}

/* line 118, app/assets/stylesheets/mp.scss */
.mp-hero__dot-close {
  background: #ff5f57;
}

/* line 122, app/assets/stylesheets/mp.scss */
.mp-hero__dot-minimize {
  background: #febc2e;
}

/* line 126, app/assets/stylesheets/mp.scss */
.mp-hero__dot-maximize {
  background: #28c840;
}

/* line 132, app/assets/stylesheets/mp.scss */
.mp-launch__accent {
  color: #ff6154;
}

@media (min-width: 1024px) {
  /* line 138, app/assets/stylesheets/mp.scss */
  .mp-about__grid {
    grid-template-columns: 1fr 400px;
  }
}

/* line 145, app/assets/stylesheets/mp.scss */
.mp-star {
  fill: var(--g2-star);
  color: var(--g2-star);
}

/* line 150, app/assets/stylesheets/mp.scss */
.mp-star-empty {
  fill: none;
  color: var(--g2-border);
}

/* line 155, app/assets/stylesheets/mp.scss */
.mp-chip {
  background: var(--g2-purple-light);
  color: var(--g2-purple);
}

/* line 160, app/assets/stylesheets/mp.scss */
.mp-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid var(--g2-border);
  border-radius: 20px;
  background: transparent;
  color: var(--g2-dark);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}

/* line 174, app/assets/stylesheets/mp.scss */
.mp-btn-secondary:hover {
  background: var(--g2-surface);
}

/* line 179, app/assets/stylesheets/mp.scss */
.mp-search {
  background: var(--g2-surface);
  border-color: var(--g2-border);
}

/* line 183, app/assets/stylesheets/mp.scss */
.mp-search input {
  outline: none;
  box-shadow: none;
  border-width: 0;
  background: transparent;
  /* stylelint-disable property-no-vendor-prefix */
  /* stylelint-enable property-no-vendor-prefix */
}

/* line 189, app/assets/stylesheets/mp.scss */
.mp-search input:focus {
  outline: none;
  box-shadow: none;
  border-width: 0;
}

/* line 196, app/assets/stylesheets/mp.scss */
.mp-search input::-webkit-search-cancel-button, .mp-search input::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

/* line 205, app/assets/stylesheets/mp.scss */
.mp-filter-pill {
  border-color: var(--g2-border);
  color: var(--g2-muted);
}

/* line 209, app/assets/stylesheets/mp.scss */
.mp-filter-pill:hover {
  border-color: var(--g2-purple);
  color: var(--g2-purple);
}

/* line 214, app/assets/stylesheets/mp.scss */
.mp-filter-pill--active {
  background: var(--g2-purple);
  color: white;
  border-color: var(--g2-purple);
}

/* line 221, app/assets/stylesheets/mp.scss */
.mp-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.024em;
  gap: 4px;
  border: 1px solid transparent;
}

/* line 234, app/assets/stylesheets/mp.scss */
.mp-badge--muted {
  background: color-mix(in srgb, var(--g2-muted) 12%, transparent);
  color: var(--g2-muted);
  border-color: color-mix(in srgb, var(--g2-muted) 20%, transparent);
}

/* line 240, app/assets/stylesheets/mp.scss */
.mp-badge--success {
  background: color-mix(in srgb, #14855f 12%, transparent);
  color: #14855f;
  border-color: color-mix(in srgb, #14855f 25%, transparent);
}

/* line 246, app/assets/stylesheets/mp.scss */
.marketplace-dark .mp-badge--success {
  background: color-mix(in srgb, #23cca2 12%, transparent);
  color: #23cca2;
  border-color: color-mix(in srgb, #23cca2 25%, transparent);
}

/* line 252, app/assets/stylesheets/mp.scss */
.mp-badge--purple {
  background: color-mix(in srgb, var(--g2-purple) 12%, transparent);
  color: var(--g2-purple);
  border-color: color-mix(in srgb, var(--g2-purple) 25%, transparent);
}

/* line 258, app/assets/stylesheets/mp.scss */
.mp-badge--orange {
  background: color-mix(in srgb, var(--g2-orange) 12%, transparent);
  color: var(--g2-orange);
  border-color: color-mix(in srgb, var(--g2-orange) 25%, transparent);
}

/* line 264, app/assets/stylesheets/mp.scss */
.mp-accent-box {
  border-left: 2px solid var(--g2-purple);
  background: color-mix(in srgb, var(--g2-purple) 10%, transparent);
  border-radius: 0.75rem;
  padding: 0.875rem 1rem;
}

/* line 271, app/assets/stylesheets/mp.scss */
.mp-surface {
  background: var(--g2-surface);
}

/* line 275, app/assets/stylesheets/mp.scss */
.mp-expand-less {
  display: none;
}

/* line 278, app/assets/stylesheets/mp.scss */
.mp-expand-less.visible {
  display: block;
}

/* line 283, app/assets/stylesheets/mp.scss */
.mp-divider {
  height: 1px;
  background: linear-gradient(to right, transparent, var(--g2-border), transparent);
}

/* line 292, app/assets/stylesheets/mp.scss */
.mp-divider--spaced {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* line 298, app/assets/stylesheets/mp.scss */
.mp-explorer-grid {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 1px;
}

@media (min-width: 768px) {
  /* line 298, app/assets/stylesheets/mp.scss */
  .mp-explorer-grid {
    grid-template-columns: 240px 1fr;
  }
}

/* line 308, app/assets/stylesheets/mp.scss */
.mp-explorer-nav {
  border-bottom: 1px solid var(--g2-border);
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 308, app/assets/stylesheets/mp.scss */
  .mp-explorer-nav {
    border-bottom: 0;
    border-right: 1px solid color-mix(in srgb, var(--g2-border) 20%, transparent);
    position: sticky;
    top: 64px;
    overflow-y: auto;
  }
}

/* line 322, app/assets/stylesheets/mp.scss */
.mp-explorer-detail {
  overflow-y: visible;
}

@media (min-width: 768px) {
  /* line 322, app/assets/stylesheets/mp.scss */
  .mp-explorer-detail {
    overflow-y: auto;
  }
}

/* line 330, app/assets/stylesheets/mp.scss */
.mp-hero-tools {
  display: none;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  /* line 330, app/assets/stylesheets/mp.scss */
  .mp-hero-tools {
    display: block;
  }
}

/* line 341, app/assets/stylesheets/mp.scss */
.mp-stack-content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  padding: 2.5rem 1.5rem 6rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* line 355, app/assets/stylesheets/mp.scss */
.mp-cost-breakdown__heading {
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--g2-muted);
  margin: 0 0 1rem;
}

/* line 364, app/assets/stylesheets/mp.scss */
.mp-cost-breakdown__table {
  width: 100%;
  font-size: 0.875rem;
  border-collapse: collapse;
}

/* line 370, app/assets/stylesheets/mp.scss */
.mp-cost-breakdown__thead-row {
  border-bottom: 1px solid var(--g2-border);
}

/* line 374, app/assets/stylesheets/mp.scss */
.mp-cost-breakdown__th {
  padding: 0.75rem 1rem;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--g2-muted);
}

/* line 383, app/assets/stylesheets/mp.scss */
.mp-cost-breakdown__row {
  border-bottom: 1px solid var(--g2-border);
}

/* line 386, app/assets/stylesheets/mp.scss */
.mp-cost-breakdown__row:last-child {
  border-bottom: 0;
}

/* line 391, app/assets/stylesheets/mp.scss */
.mp-cost-breakdown__td {
  padding: 0.75rem 1rem;
}

/* line 395, app/assets/stylesheets/mp.scss */
.mp-cost-breakdown__tool-cell {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* line 401, app/assets/stylesheets/mp.scss */
.mp-cost-breakdown__tool-icon {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.25rem;
  border: 1px solid var(--g2-border);
  background: var(--g2-surface);
  overflow: hidden;
  flex-shrink: 0;
}

/* line 411, app/assets/stylesheets/mp.scss */
.mp-cost-breakdown__tool-name {
  font-weight: 500;
  color: var(--g2-dark);
}

/* line 416, app/assets/stylesheets/mp.scss */
.mp-cost-breakdown__td-muted {
  padding: 0.75rem 1rem;
  color: var(--g2-muted);
  font-size: 0.875rem;
}

/* line 422, app/assets/stylesheets/mp.scss */
.mp-cost-breakdown__cost-free {
  font-weight: 500;
  color: var(--g2-success, #23cca2);
}

/* line 427, app/assets/stylesheets/mp.scss */
.mp-cost-breakdown__cost-paid {
  font-weight: 600;
  color: var(--g2-dark);
}

/* line 432, app/assets/stylesheets/mp.scss */
.mp-cost-breakdown__tfoot-row {
  border-top: 1px solid var(--g2-border);
}

/* line 436, app/assets/stylesheets/mp.scss */
.mp-cost-breakdown__total-label {
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--g2-dark);
}

/* line 443, app/assets/stylesheets/mp.scss */
.mp-cost-breakdown__total-value {
  padding: 0.75rem 1rem;
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--g2-dark);
}

/* line 453, app/assets/stylesheets/mp.scss */
.mp-copy-command {
  margin-top: 0.75rem;
}

/* line 456, app/assets/stylesheets/mp.scss */
.mp-copy-command__inner {
  position: relative;
  display: inline-flex;
  width: 100%;
}

/* line 462, app/assets/stylesheets/mp.scss */
.mp-copy-command__code {
  flex: 1;
  min-width: 0;
  display: block;
  background-color: var(--g2-chrome);
  color: var(--g2-text);
  font-family: ui-monospace, 'SFMono-Regular', 'SF Mono', Menlo, Consolas, monospace;
  font-size: 0.8125rem;
  line-height: 1.6;
  padding: 0.625rem 3rem 0.625rem 0.875rem;
  border-radius: 0.375rem;
  white-space: normal;
  word-break: break-all;
  border: 1px solid var(--g2-border);
}

/* line 478, app/assets/stylesheets/mp.scss */
.mp-copy-command__btn {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  padding: 0;
  background: var(--g2-surface);
  border: 1px solid var(--g2-border);
  border-radius: 0.25rem;
  color: var(--g2-muted);
  cursor: pointer;
  transition: color 0.15s ease, border-color 0.15s ease;
}

/* line 496, app/assets/stylesheets/mp.scss */
.mp-copy-command__btn svg {
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
}

/* line 502, app/assets/stylesheets/mp.scss */
.mp-copy-command__btn .icon-copy {
  display: block;
}

/* line 503, app/assets/stylesheets/mp.scss */
.mp-copy-command__btn .icon-checkmark-block {
  display: none;
}

/* line 505, app/assets/stylesheets/mp.scss */
.mp-copy-command__btn:hover {
  color: var(--g2-dark);
}

/* line 509, app/assets/stylesheets/mp.scss */
.mp-copy-command__btn--copied {
  color: var(--g2-success);
  border-color: var(--g2-success);
}

/* line 513, app/assets/stylesheets/mp.scss */
.mp-copy-command__btn--copied .icon-copy {
  display: none;
}

/* line 514, app/assets/stylesheets/mp.scss */
.mp-copy-command__btn--copied .icon-checkmark-block {
  display: block;
}

/* line 516, app/assets/stylesheets/mp.scss */
.mp-copy-command__btn--copied:hover {
  color: var(--g2-success);
}

/* line 522, app/assets/stylesheets/mp.scss */
.mp-copy-command__tooltip {
  position: absolute;
  right: calc(100% + 0.375rem);
  top: 50%;
  transform: translateY(-50%);
  background: var(--g2-chrome);
  color: var(--g2-dark);
  border: 1px solid var(--g2-border);
  font-size: 0.75rem;
  font-weight: 500;
  white-space: nowrap;
  padding: 0.1875rem 0.5rem;
  border-radius: 0.25rem;
  pointer-events: none;
  opacity: 0;
}

/* line 538, app/assets/stylesheets/mp.scss */
.mp-copy-command__btn--copied .mp-copy-command__tooltip {
  opacity: 1;
}

/* line 547, app/assets/stylesheets/mp.scss */
.mp-setup-plan__heading {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: color-mix(in srgb, var(--g2-muted) 70%, transparent);
  margin: 0 0 1rem;
}

/* line 556, app/assets/stylesheets/mp.scss */
.mp-setup-plan__connector {
  position: absolute;
  left: 0.9375rem;
  top: 0.5rem;
  bottom: 2rem;
  width: 1px;
  background: linear-gradient(to bottom, color-mix(in srgb, var(--g2-purple) 40%, transparent), color-mix(in srgb, var(--g2-border) 40%, transparent), transparent);
}

/* line 570, app/assets/stylesheets/mp.scss */
.mp-setup-plan__total {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  padding-left: 2.625rem;
  font-size: 0.875rem;
  color: var(--g2-muted);
}

/* line 579, app/assets/stylesheets/mp.scss */
.mp-setup-plan__total svg,
.mp-setup-plan__total .icon-clock {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  color: var(--g2-purple);
}

/* line 587, app/assets/stylesheets/mp.scss */
.mp-setup-plan__total strong {
  font-weight: 600;
  color: var(--g2-dark);
}

/* line 593, app/assets/stylesheets/mp.scss */
.mp-setup-plan__step {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

/* line 602, app/assets/stylesheets/mp.scss */
.mp-setup-plan__step-number {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  flex-shrink: 0;
  font-weight: 700;
  width: 1.875rem;
  height: 1.875rem;
  font-size: 0.75rem;
}

/* line 615, app/assets/stylesheets/mp.scss */
.mp-setup-plan__step-number--active {
  border: 1px solid color-mix(in srgb, var(--g2-purple) 50%, transparent);
  background: color-mix(in srgb, var(--g2-purple) 15%, transparent);
  color: var(--g2-purple);
}

/* line 621, app/assets/stylesheets/mp.scss */
.mp-setup-plan__step-number--inactive {
  border: 1px solid color-mix(in srgb, var(--g2-border) 60%, transparent);
  background: var(--g2-surface);
  color: var(--g2-muted);
}

/* line 628, app/assets/stylesheets/mp.scss */
.mp-setup-plan__step-body {
  flex: 1;
  min-width: 0;
  padding-top: 0.125rem;
}

/* line 634, app/assets/stylesheets/mp.scss */
.mp-setup-plan__step-label-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* line 641, app/assets/stylesheets/mp.scss */
.mp-setup-plan__step-label {
  font-size: 0.875rem;
  color: var(--g2-dark);
}

/* line 646, app/assets/stylesheets/mp.scss */
.mp-setup-plan__step-meta {
  display: flex;
  align-items: center;
  margin-top: 0.25rem;
  gap: 0.75rem;
  font-size: 0.75rem;
  color: color-mix(in srgb, var(--g2-muted) 60%, transparent);
}

/* line 655, app/assets/stylesheets/mp.scss */
.mp-setup-plan__step-duration {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

/* line 660, app/assets/stylesheets/mp.scss */
.mp-setup-plan__step-duration .icon-clock {
  width: 0.625rem;
  height: 0.625rem;
}

/* line 670, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__section-heading {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: color-mix(in srgb, var(--g2-muted) 70%, transparent);
  margin: 0;
}

/* line 679, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__nav-inner {
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

/* line 686, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__category-label {
  padding: 1rem 0.5rem 0.375rem;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--g2-muted);
}

/* line 695, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__tool-btn {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.375rem 0.625rem;
  font-size: 0.8125rem;
  color: var(--g2-muted);
  border-radius: 0.5rem;
  transition: all 0.15s;
  cursor: pointer;
  width: 100%;
  text-align: left;
}

/* line 708, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__tool-btn--active {
  background: color-mix(in srgb, var(--g2-purple) 12%, transparent);
  border-left: 2px solid var(--g2-purple);
  color: var(--g2-dark);
}

/* line 715, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__tool-label {
  flex: 1;
  min-width: 0;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 724, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__tool-optional {
  flex-shrink: 0;
  font-size: 0.625rem;
}

/* line 730, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__detail {
  padding: 1.25rem 1.5rem 2rem;
}

/* line 734, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__detail-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

/* line 741, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__detail-category {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 747, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__detail-category-label {
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--g2-muted);
}

/* line 755, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__detail-counter {
  font-size: 0.75rem;
  color: var(--g2-muted);
}

/* line 760, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__detail-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

/* line 766, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__detail-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  border: 1px solid var(--g2-border);
  background: var(--g2-surface);
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 779, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__detail-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem;
}

/* line 786, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__detail-title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--g2-dark);
  margin: 0;
}

/* line 794, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__detail-description-wrap {
  position: relative;
  margin-top: 1.25rem;
}

/* line 799, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__description-more-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 2rem;
  font-size: 0.8125rem;
  color: var(--g2-purple);
  background: linear-gradient(to left, var(--g2-bg) 60%, transparent);
  border: 0;
  cursor: pointer;
}

/* line 811, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__description-less-btn {
  display: none;
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  color: var(--g2-purple);
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
}

/* line 821, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__description-less-btn.visible {
  display: block;
}

/* line 825, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__description-less-btn:hover {
  text-decoration: underline;
}

/* line 830, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__detail-description {
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--g2-muted);
  line-height: 1.6;
}

/* line 837, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__why {
  margin-top: 1.25rem;
}

/* line 841, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__why-label {
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--g2-purple);
  margin: 0 0 0.25rem;
}

/* line 850, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__why-text {
  font-size: 0.875rem;
  color: var(--g2-dark);
  line-height: 1.6;
  margin: 0;
}

/* line 859, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__alternatives {
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--g2-border);
}

/* line 865, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__alternatives-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

/* line 873, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__alternatives-label {
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--g2-muted);
  margin: 0;
}

/* line 882, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__alternative-list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 891, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__alternative-item {
  border: 1px solid var(--g2-border);
  border-radius: 0.625rem;
  background: var(--g2-surface);
  transition: border-color 0.15s, background 0.15s;
  overflow: hidden;
}

/* line 898, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__alternative-item:hover {
  border-color: color-mix(in srgb, var(--g2-purple) 35%, var(--g2-border));
}

/* line 903, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__alternative-toggle {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  padding: 0.75rem 0.875rem;
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
}

/* line 915, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__alternative-header {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  width: 100%;
}

/* line 922, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__alternative-icon {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.5rem;
  border: 1px solid var(--g2-border);
  background: var(--g2-bg);
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 935, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__alternative-name {
  flex: 1;
  min-width: 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--g2-dark);
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 947, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__alternative-status {
  flex-shrink: 0;
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--g2-purple);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* line 956, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__alternative-status-cta {
  flex-shrink: 0;
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--g2-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: color 0.15s;
}

/* line 965, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__alternative-toggle:hover .mp-stack-explorer__alternative-status-cta {
  color: var(--g2-purple);
}

/* line 970, app/assets/stylesheets/mp.scss */
.mp-stack-explorer__alternative-why {
  font-size: 0.8125rem;
  color: var(--g2-muted);
  line-height: 1.5;
  margin: 0;
  padding-left: 2.375rem;
}

/* line 981, app/assets/stylesheets/mp.scss */
.mp-pricing-card-wrap {
  align-self: start;
}

/* line 985, app/assets/stylesheets/mp.scss */
.mp-pricing-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 0.875rem;
}

/* line 992, app/assets/stylesheets/mp.scss */
.mp-pricing-card__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--g2-border);
}

/* line 1000, app/assets/stylesheets/mp.scss */
.mp-pricing-card__row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

/* line 1005, app/assets/stylesheets/mp.scss */
.mp-pricing-card__row:first-child {
  padding-top: 0;
}

/* line 1010, app/assets/stylesheets/mp.scss */
.mp-pricing-card__tier {
  font-weight: 500;
  color: var(--g2-text);
}

/* line 1015, app/assets/stylesheets/mp.scss */
.mp-pricing-card__price {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  font-weight: 500;
  color: var(--g2-dark);
  text-align: right;
}

/* line 1024, app/assets/stylesheets/mp.scss */
.mp-pricing-card__badge {
  display: inline-block;
  padding: 0.125rem 0.375rem;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--g2-muted);
  background-color: color-mix(in srgb, var(--g2-muted) 15%, transparent);
  border: 1px solid color-mix(in srgb, var(--g2-muted) 20%, transparent);
  border-radius: 0.25rem;
  white-space: nowrap;
}

/* line 1039, app/assets/stylesheets/mp.scss */
.icon-monitor,
.icon-dollar-sign,
.icon-clock {
  fill: none !important;
  stroke: currentColor;
}

/* line 1046, app/assets/stylesheets/mp.scss */
.mp-stack-hero {
  position: relative;
  padding-top: 2.5rem;
}

/* line 1050, app/assets/stylesheets/mp.scss */
.mp-stack-hero__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 70% 50% at 50% 0%, color-mix(in srgb, var(--g2-purple) 10%, transparent), transparent 100%);
}

/* line 1061, app/assets/stylesheets/mp.scss */
.mp-stack-hero__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 1070, app/assets/stylesheets/mp.scss */
.mp-stack-hero__title {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: var(--g2-dark);
  margin: 0;
}

@media (min-width: 640px) {
  /* line 1070, app/assets/stylesheets/mp.scss */
  .mp-stack-hero__title {
    font-size: 2rem;
  }
}

/* line 1083, app/assets/stylesheets/mp.scss */
.mp-stack-hero__stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: var(--g2-muted);
}

@media (min-width: 640px) {
  /* line 1083, app/assets/stylesheets/mp.scss */
  .mp-stack-hero__stats {
    gap: 1.25rem;
  }
}

/* line 1097, app/assets/stylesheets/mp.scss */
.mp-stack-hero__stat {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

/* line 1102, app/assets/stylesheets/mp.scss */
.mp-stack-hero__stat .icon-monitor,
.mp-stack-hero__stat .icon-dollar-sign,
.mp-stack-hero__stat .icon-clock {
  flex-shrink: 0;
  color: var(--g2-purple);
  width: 0.875rem;
  height: 0.875rem;
}

/* line 1111, app/assets/stylesheets/mp.scss */
.mp-stack-hero__stat strong {
  font-weight: 600;
  color: var(--g2-dark);
}

/* line 1117, app/assets/stylesheets/mp.scss */
.mp-stack-hero__description-wrap {
  margin-top: 1rem;
  max-width: 36.25rem;
  position: relative;
}

/* line 1123, app/assets/stylesheets/mp.scss */
.mp-stack-hero__description {
  font-size: 0.9375rem;
  color: var(--g2-muted);
  line-height: 1.6;
  margin: 0;
}

/* line 1130, app/assets/stylesheets/mp.scss */
.mp-stack-hero__more-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 2rem;
  font-size: 0.8125rem;
  color: var(--g2-purple);
  background: linear-gradient(to left, var(--g2-bg) 60%, transparent);
  border: 0;
  cursor: pointer;
}

/* line 1142, app/assets/stylesheets/mp.scss */
.mp-stack-hero__less-btn {
  display: none;
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  color: var(--g2-purple);
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
}

/* line 1152, app/assets/stylesheets/mp.scss */
.mp-stack-hero__less-btn.visible {
  display: block;
}

/* line 1156, app/assets/stylesheets/mp.scss */
.mp-stack-hero__less-btn:hover {
  text-decoration: underline;
}

/* line 1161, app/assets/stylesheets/mp.scss */
.mp-stack-hero__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--g2-purple);
  color: white;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: opacity 0.15s;
}

/* line 1174, app/assets/stylesheets/mp.scss */
.mp-stack-hero__cta-btn:hover {
  color: white;
  opacity: 0.9;
}

/* line 1180, app/assets/stylesheets/mp.scss */
.mp-stack-hero__tool-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem 0.75rem;
}

/* line 1186, app/assets/stylesheets/mp.scss */
.mp-stack-hero__tool-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  border: 1px solid color-mix(in srgb, var(--g2-border) 40%, transparent);
  background: color-mix(in srgb, var(--g2-surface) 40%, transparent);
  transition: all 0.2s;
}

/* line 1197, app/assets/stylesheets/mp.scss */
.mp-stack-hero__tool-icon:hover {
  border-color: color-mix(in srgb, var(--g2-purple) 40%, transparent);
  background: color-mix(in srgb, var(--g2-surface) 60%, transparent);
  transform: scale(1.1);
}

/* line 1204, app/assets/stylesheets/mp.scss */
.mp-stack-hero__tool-name {
  font-size: 0.625rem;
  color: color-mix(in srgb, var(--g2-muted) 40%, transparent);
  text-align: center;
  max-width: 4rem;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1216, app/assets/stylesheets/mp.scss */
.mp-homepage-hero {
  background: var(--hero-glow), var(--g2-bg);
}

/* line 1219, app/assets/stylesheets/mp.scss */
.mp-homepage-hero__ai-text {
  position: relative;
  display: inline-block;
  width: 1.9em;
  height: 1.9em;
  vertical-align: -0.45em;
}

/* line 1228, app/assets/stylesheets/mp.scss */
.mp-review-card {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  justify-content: center;
  background: var(--g2-chrome);
  border: 0.5px solid var(--g2-border);
  border-radius: 12px;
  padding: 16px;
  gap: 12px;
}

/* line 1241, app/assets/stylesheets/mp.scss */
.mp-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 50%;
  background: #5746b2;
  border: 2px solid white;
  color: white;
  font-size: 12px;
  font-weight: 600;
  flex-shrink: 0;
}

/* line 1258, app/assets/stylesheets/mp.scss */
.mp-badge {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  padding: 2px 6px;
  border-radius: 8px;
}

/* line 1265, app/assets/stylesheets/mp.scss */
.mp-badge--positive {
  background: #0f5249;
  border: 0.5px solid #177d6f;
  color: #a9efe5;
}

/* line 1271, app/assets/stylesheets/mp.scss */
.mp-badge--negative {
  background: #610d00;
  border: 0.5px solid #b21800;
  color: #ffd7d1;
}

/* line 1277, app/assets/stylesheets/mp.scss */
.mp-badge--neutral {
  border: 0.5px solid var(--g2-border);
  color: var(--g2-muted);
}

/* line 1285, app/assets/stylesheets/mp.scss */
.mp-stack-card {
  cursor: pointer;
}

/* line 1288, app/assets/stylesheets/mp.scss */
.mp-stack-card:hover {
  border-color: var(--g2-purple);
  box-shadow: 0 4px 20px -4px color-mix(in srgb, var(--g2-purple) 12%, transparent);
}

/* line 1293, app/assets/stylesheets/mp.scss */
.mp-stack-card a {
  color: inherit;
}

/* line 1297, app/assets/stylesheets/mp.scss */
.mp-stack-card__arrow {
  opacity: 0;
  transition: opacity 0.2s, color 0.2s;
}

/* line 1302, app/assets/stylesheets/mp.scss */
.mp-stack-card:hover .mp-stack-card__arrow {
  opacity: 1;
  color: var(--g2-purple);
}

/* line 1307, app/assets/stylesheets/mp.scss */
.mp-stack-card__title {
  color: var(--g2-dark);
  transition: color 0.2s;
  line-height: 1.3;
}

/* line 1313, app/assets/stylesheets/mp.scss */
.mp-stack-card:hover .mp-stack-card__title {
  color: var(--g2-purple);
}

/* line 1317, app/assets/stylesheets/mp.scss */
.mp-stack-card__tool-icon {
  opacity: 0.65;
  border-radius: 0.25rem;
}

/* line 1322, app/assets/stylesheets/mp.scss */
.mp-stack-card__more-tools {
  font-size: 0.625rem;
  color: var(--g2-muted);
  margin-left: 0.125rem;
}

/* line 1328, app/assets/stylesheets/mp.scss */
.mp-stack-card__footer {
  border-top: 1px solid var(--g2-border);
  padding-top: 0.75rem;
  margin-top: 0.25rem;
  color: var(--g2-muted);
}

/* line 1334, app/assets/stylesheets/mp.scss */
.mp-stack-card__footer .icon-monitor,
.mp-stack-card__footer .icon-dollar-sign,
.mp-stack-card__footer .icon-clock {
  color: var(--g2-purple);
  flex-shrink: 0;
}
/* line 1, app/assets/stylesheets/product-card.scss */
.product-card {
  display: inline-flex;
  align-items: center;
  padding: 8px;
  gap: 12px;
  background: white;
  border: 0.5px solid #DFDFE2;
  border-radius: 8px;
  box-shadow: 0 0 1px rgba(32, 31, 35, 0.32), 0 4px 4px rgba(32, 31, 35, 0.04);
  width: 100%;
  min-width: 360px;
  max-width: 360px;
}

/* line 15, app/assets/stylesheets/product-card.scss */
.product-card__content {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 4px;
  flex: 1 0 0;
}

/* line 23, app/assets/stylesheets/product-card.scss */
.product-card__image-container {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  max-width: 48px;
  max-height: 48px;
  background-color: white;
  border: 1px solid #F2F2F2;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* line 40, app/assets/stylesheets/product-card.scss */
.product-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* line 46, app/assets/stylesheets/product-card.scss */
.product-card__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

/* line 53, app/assets/stylesheets/product-card.scss */
.product-card__title {
  color: black;
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  white-space: normal;
  word-break: break-word;
}

/* line 63, app/assets/stylesheets/product-card.scss */
.product-card__button {
  display: flex;
  align-items: center;
}
html {
  scroll-behavior: smooth;
}

:root {
  --in-bg: #fafafa;
  --in-surface: #ffffff;
  --in-dark: #201f23;
  --in-text: #4c4b53;
  --in-muted: #6f6d78;
  --in-border: #dfdfe2;
  --in-accent: #5746b2;
  --in-accent-light: #ebe9f6;
  --hero-glow: radial-gradient(
    ellipse at 50% -20%,
    rgba(87, 70, 178, 0.07) 0%,
    transparent 65%
  );
}

.marketplace-dark {
  --in-bg: #0e0c1a;
  --in-surface: #1e1b36;
  --in-dark: #f3f3f4;
  --in-text: #b3b1bc;
  --in-muted: #929297;
  --in-border: #4a4570;
  --in-accent: #a594f9;
  --in-accent-light: rgba(165, 148, 249, 0.15);
  --hero-glow: radial-gradient(
    ellipse at 50% -10%,
    rgba(165, 148, 249, 0.12) 0%,
    transparent 65%
  );
}

/* ── Article layout grid ──
   Single source of truth for content widths.
   Children default to the prose column (max 68ch).
   .in-wide breaks out to ~900px. .in-full breaks to 100%. */
.in-article {
  display: grid;
  grid-template-columns:
    [full-start] 1fr
    [wide-start] minmax(1rem, 1fr)
    [prose-start] minmax(0, 62ch)
    [prose-end] minmax(1rem, 1fr)
    [wide-end] 1fr
    [full-end];
  font-size: 1.125rem;
  line-height: 1.7;
  letter-spacing: 0.005em;
  color: var(--in-text);
}

.in-article p,
.in-article li,
.in-article span:not(.in-text-accent):not(.in-text-dark) {
  color: var(--in-text);
}

.in-article > * {
  grid-column: prose;
}
.in-article > .in-wide {
  grid-column: wide;
}
.in-article > .in-full {
  grid-column: full;
}

/* ── Typography ── */
.in-text-dark {
  color: var(--in-dark);
}
.in-text-muted {
  color: var(--in-muted);
}
.in-text-accent {
  color: var(--in-accent);
}

.in-article h2 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--in-dark);
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}

.in-article section[id] {
  scroll-margin-top: 5rem;
}

.in-article section + section {
  margin-top: 0;
}

.in-article section h2:first-child {
  margin-top: 0;
}

.in-article h3 {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--in-dark);
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.in-article p {
  margin-bottom: 1.375rem;
}

.in-article ul,
.in-article ol {
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
}

.in-article li {
  margin-bottom: 0.5rem;
}

.in-article strong {
  color: #d0cfd6;
}

.in-article a {
  color: var(--in-accent);
  text-decoration: underline;
  text-decoration-color: rgba(165, 148, 249, 0.3);
  text-underline-offset: 2px;
  transition: text-decoration-color 0.15s;
}

.in-article a:hover {
  text-decoration-color: var(--in-accent);
}

/* ── Cards ── */
.in-card {
  background: var(--in-surface);
  border: 1px solid var(--in-border);
  border-radius: 0.75rem;
}

/* ── Blockquote ── */
.in-blockquote {
  font-size: 1.125rem;
  line-height: 1.65;
  border-left: 3px solid var(--in-accent);
  padding: 1rem 1.25rem;
  margin: 1.75rem 0;
  color: var(--in-text);
  font-style: normal;
}

.in-blockquote p:last-child {
  margin-bottom: 0;
}

.in-callout {
  font-size: 1.0625rem;
  line-height: 1.65;
  border-left: 3px solid var(--in-accent);
  padding: 1rem 1.25rem;
  margin: 1.75rem 0;
  color: var(--in-text);
  font-style: normal;
  background: var(--in-surface);
  border-radius: 0 0.5rem 0.5rem 0;
}

.in-callout p:last-child {
  margin-bottom: 0;
}

/* ── Figures ── */
.in-figure {
  margin: 2.5rem 0;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid var(--in-border);
}

.in-figure img {
  display: block;
  width: 100%;
}

.in-figure figcaption {
  padding: 0.625rem 1rem;
  font-size: 0.8125rem;
  color: #a09faa;
  text-align: center;
  font-style: italic;
  background: var(--in-surface);
}

.marketplace-dark .in-figure-chart {
  background: rgba(255, 255, 255, 0.02);
}
.marketplace-dark .in-figure-chart img {
  filter: brightness(0.92) contrast(1.05);
}

/* ── Card grids — always responsive ── */
.in-card-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin: 2rem 0;
}

@media (min-width: 640px) {
  .in-card-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .in-card-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ── TOC ── */
.toc-link {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.5rem 0.5rem 0.5rem 0.75rem;
  color: var(--in-muted);
  text-decoration: none;
  border-left: 2px solid var(--in-border);
  transition:
    color 0.2s,
    border-color 0.2s,
    background 0.2s;
  border-radius: 0 4px 4px 0;
}

.toc-link:hover {
  color: var(--in-dark);
  background: var(--in-accent-light);
}

.toc-active {
  color: var(--in-accent) !important;
  border-left-color: var(--in-accent) !important;
  font-weight: 600;
  background: var(--in-accent-light);
}

/* ── Entrance Animations ── */
[data-entrance-animation-target='item'] {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.5s ease-out,
    transform 0.5s ease-out;
}

[data-entrance-animation-target='item'].animate-in {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ── Hero ── */
.in-hero {
  background-image: var(--hero-glow);
}

.in-hero-label {
  color: var(--in-accent);
}

.in-hero-title {
  color: var(--in-dark);
  letter-spacing: -0.02em;
}

.in-hero-subtitle {
  color: var(--in-muted);
  font-size: 1.125rem;
  line-height: 1.6;
}

.in-hero-meta {
  color: var(--in-muted);
  border-top: 1px solid var(--in-border);
}

.in-hero-author {
  color: var(--in-dark);
}

/* ── Article Card ── */
.in-article-card {
  border: 1px solid var(--in-border);
  background: var(--in-surface);
  transition: transform 0.2s, box-shadow 0.2s;
}

.in-article-card-body {
  padding: 0.625rem 0.75rem 0.75rem;
}

.in-article-card-title {
  color: var(--in-dark);
  font-size: 0.9375rem;
  margin: 0 0 0.375rem;
}

.in-article-card-desc {
  color: var(--in-muted);
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0 0 0.5rem;
}

.in-article-card-author {
  color: var(--in-dark);
  font-size: 0.75rem;
  font-weight: 500;
  margin: 0 0 0.375rem;
}

.in-article-card-date {
  color: var(--in-muted);
  font-size: 0.6875rem;
}

.in-article-card-tag {
  font-size: 0.625rem;
  color: var(--in-muted);
  padding: 1px 6px;
  border: 1px solid var(--in-border);
}

.in-article-card-placeholder {
  aspect-ratio: 2/1;
  background: var(--hero-glow), var(--in-bg);
}

/* ── TOC ── */
.in-toc-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--in-accent);
  opacity: 0.7;
}

.in-list-number {
  color: var(--in-accent);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  flex-shrink: 0;
  width: 2rem;
  opacity: 0.5;
}

.in-list-title {
  color: var(--in-dark);
  font-size: 1.0625rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
}

.in-list-desc {
  color: var(--in-text);
  font-size: 1rem;
  line-height: 1.65;
  margin: 0;
}

.in-cta-card {
  background: var(--in-accent-light);
  padding: 1.5rem;
}

.in-cta-text {
  color: var(--in-muted);
  max-width: 36rem;
  margin: 0 auto 0.75rem;
  font-size: 0.9375rem;
}

.in-cta-button {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid var(--in-accent);
  color: var(--in-accent);
}
/* line 3, app/assets/stylesheets/sidebar.scss */
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 33.33%;
  background: white;
  z-index: 50;
  overflow: auto;
  box-shadow: 0 0 1px 0 rgba(32, 31, 35, 0.32), 0 18px 28px -4px rgba(32, 31, 35, 0.15);
  transition: transform 650ms ease-in-out, opacity 650ms ease-in-out;
  transform: translateX(-100%);
  pointer-events: none;
}

/* line 19, app/assets/stylesheets/sidebar.scss */
.sidebar--open {
  transform: translateX(0);
  pointer-events: auto;
}

@media (max-width: 640px) {
  /* line 3, app/assets/stylesheets/sidebar.scss */
  .sidebar {
    width: 90%;
  }
}

/* line 28, app/assets/stylesheets/sidebar.scss */
.sidebar__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e9e9ea;
}

/* line 35, app/assets/stylesheets/sidebar.scss */
.sidebar__body {
  padding: 0.5rem;
  overflow-y: auto;
}

/* line 40, app/assets/stylesheets/sidebar.scss */
.sidebar__toggle {
  background-color: #FAFAFA;
  border: 0.5px solid #B0AFB6;
  width: 2rem;
  height: 2rem;
  max-height: 3rem;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 1, app/assets/stylesheets/stars.scss */
.stars {
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 16px;
  width: 83px;
}

/* line 9, app/assets/stylesheets/stars.scss */
.star {
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 16px;
  width: 16px;
}

/* line 17, app/assets/stylesheets/stars.scss */
.single-star-rating {
  display: flex;
  align-items: center;
  gap: 3px;
}

/* line 22, app/assets/stylesheets/stars.scss */
.single-star-rating .star-rating-value {
  color: #201f23;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  font-family: 'Figtree', sans-serif;
}

/* line 30, app/assets/stylesheets/stars.scss */
.single-star-rating .star-rating-outof {
  color: #6f6d78;
  font-size: 12px;
  line-height: 16px;
  font-family: 'Figtree', sans-serif;
}

/* line 37, app/assets/stylesheets/stars.scss */
.single-star-rating .star-rating-count {
  color: #6f6d78;
  font-size: 12px;
  margin-left: 3px;
  font-family: 'Figtree', sans-serif;
}
/* stylelint-disable selector-no-qualifying-type */
/* line 5, app/assets/stylesheets/svg.scss */
svg[class^='icon-'],
svg[class*=' icon-'] {
  display: inline-block;
  fill: currentColor;
  height: 1rem;
  overflow: visible;
  width: 1rem;
}

/* stylelint-enable selector-no-qualifying-type */
/* Figtree Fonts */
@font-face {
  font-family: 'Figtree';
  src: url(/assets/Figtree/static/Figtree-Light-96f1791380302f50b880631081914c068429ae169ac8935f364b04bd762197bf.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Figtree';
  src: url(/assets/Figtree/static/Figtree-LightItalic-7e8fe54ddf9868ed5c29fdc36edc3c936731846c51c67031d62675a737f6fa74.ttf) format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Figtree';
  src: url(/assets/Figtree/static/Figtree-Regular-c011aefdc7d70c7fe207a7c2276c0be7c69dd0b17c4570b39b191fa28c89aa07.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Figtree';
  src: url(/assets/Figtree/static/Figtree-Italic-3b40a4f82a0f02c43211e534df8adfc65cad4288d13d9560b8c3d8017aeb8cd5.ttf) format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Figtree';
  src: url(/assets/Figtree/static/Figtree-Medium-6f4ce885180e2a9b959cc6c6d5aa86be3aa0fcabba2b4f01780dd6b84bcef662.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Figtree';
  src: url(/assets/Figtree/static/Figtree-MediumItalic-1e8038c6d57bac44499f8f0f8b83bb2e933de13ccefd272a5b462e38ed6a61be.ttf) format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Figtree';
  src: url(/assets/Figtree/static/Figtree-SemiBold-722881e4c80dff78dfdf48dbce8c69135fb9a29e4c17e7eae95c5db55dd2dbc8.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Figtree';
  src: url(/assets/Figtree/static/Figtree-SemiBoldItalic-569d487cbb1454590f1a29c234641074dba80c423111892799f0c9d0f1d4d2dd.ttf)
    format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Figtree';
  src: url(/assets/Figtree/static/Figtree-Bold-c0a6a2110c43e0a39cb4896f128520395e785136676d9798b2e3b828c3b74993.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Figtree';
  src: url(/assets/Figtree/static/Figtree-BoldItalic-e7d3349c24afe18b17464af5d9fdd7fc908ef7fc2b91404f80ebd9a0c903be33.ttf) format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Figtree';
  src: url(/assets/Figtree/static/Figtree-ExtraBold-789007ffc2730f0ccbf17f1ef7098e15c7ae44ec000936fee2e53cf076af0f51.ttf) format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Figtree';
  src: url(/assets/Figtree/static/Figtree-ExtraBoldItalic-e8e09bf4ebba71f3f1b74115c23e0c710c2981f9adcc0af016a3dda3af07a12f.ttf)
    format('truetype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Figtree';
  src: url(/assets/Figtree/static/Figtree-Black-240214bccd089e0cb13e538a3f51630b9fb40b9a95a14d935dd9310bd338fb04.ttf) format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Figtree';
  src: url(/assets/Figtree/static/Figtree-BlackItalic-57d3b291e2fed290621253ea5bb6bbe8e1ca220b7beb53b2f4e004bdf60f0256.ttf) format('truetype');
  font-weight: 900;
  font-style: italic;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

