/** Logged-in front-end editing experience. */
.ade-edit-toolbar {
  align-items: center;
  backdrop-filter: blur(2.2rem);
  background: rgba(9, 12, 14, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 99.9rem;
  bottom: 1.4rem;
  box-sizing: border-box;
  box-shadow: 0 1.6rem 4.8rem rgba(0, 0, 0, 0.34);
  display: flex;
  gap: 6px;
  height: 3.6rem;
  left: 1.4rem;
  overflow: visible;
  padding: 0;
  position: fixed;
  transition: bottom 280ms cubic-bezier(0.22, 1, 0.36, 1), width 320ms cubic-bezier(0.22, 1, 0.36, 1), border-color 220ms ease, box-shadow 260ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
  white-space: nowrap;
  will-change: width, transform;
  width: 3.6rem;
  z-index: 100020;
}

body.ade-has-visible-privacy .ade-edit-toolbar {
  bottom: 5.8rem;
}

.ade-edit-toolbar:hover,
.ade-edit-toolbar:focus-within {
  border-color: rgba(var(--ade-brand-rgb, 216, 180, 93), 0.34);
  box-shadow: 0 1.6rem 4.8rem rgba(0, 0, 0, 0.42), 0 0 2rem rgba(var(--ade-brand-rgb, 216, 180, 93), 0.08);
  transform: translateY(-1px);
  width: 41rem;
}

.ade-edit-toolbar__status {
  background: #74797c;
  border-radius: 50%;
  border: 2px solid #090c0e;
  box-shadow: none;
  height: 9px;
  left: -1px;
  margin: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 1px;
  transition: background 220ms ease, box-shadow 260ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
  width: 9px;
  z-index: 8;
}

body.ade-edit-mode .ade-edit-toolbar__status {
  animation: ade-edit-status-pulse 1.8s ease-in-out infinite;
  background: #36d578;
  box-shadow: 0 0 0 0 rgba(54, 213, 120, 0.5), 0 0 1.2rem rgba(54, 213, 120, 0.74);
  opacity: 1;
}

.ade-edit-toolbar button,
.ade-edit-toolbar a {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 3px;
  box-sizing: border-box;
  color: #c7cbcd;
  cursor: pointer;
  display: inline-flex;
  font: 500 1.1rem/1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  gap: 7px;
  height: 3.4rem;
  min-height: 3.4rem;
  padding: 9px 1rem;
  text-decoration: none;
}

.ade-edit-toolbar button > span:last-child,
.ade-edit-toolbar a > span:last-child {
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateX(-5px);
  transition: max-width 260ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms ease 40ms, transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ade-edit-toolbar:hover button > span:last-child,
.ade-edit-toolbar:focus-within button > span:last-child,
.ade-edit-toolbar:hover a > span:last-child,
.ade-edit-toolbar:focus-within a > span:last-child {
  max-width: 12rem;
  opacity: 1;
  transform: translateX(0);
}

.ade-edit-toolbar > [data-ade-edit-current],
.ade-edit-toolbar > a {
  opacity: 0;
  padding-inline: 0;
  pointer-events: none;
  transform: translateX(-4px);
  transition: opacity 180ms ease, padding 260ms cubic-bezier(0.22, 1, 0.36, 1), transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
  visibility: hidden;
  width: 0;
}

.ade-edit-toolbar:hover > [data-ade-edit-current],
.ade-edit-toolbar:focus-within > [data-ade-edit-current],
.ade-edit-toolbar:hover > a,
.ade-edit-toolbar:focus-within > a {
  opacity: 1;
  padding-inline: 1rem;
  pointer-events: auto;
  transform: translateX(0);
  visibility: visible;
  width: auto;
}

.ade-edit-toolbar svg {
  flex: 0 0 auto;
  height: 1.6rem;
  width: 1.6rem;
}

.ade-edit-toolbar button:hover,
.ade-edit-toolbar button:focus,
.ade-edit-toolbar a:hover,
.ade-edit-toolbar a:focus {
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  outline: none;
}

body.ade-edit-mode [data-ade-edit-toggle] {
  color: #72e7a1;
}

.ade-edit-toolbar [data-ade-edit-toggle] {
  box-sizing: border-box;
  flex: 0 0 auto;
  height: 3.4rem;
  justify-content: center;
  overflow: visible;
  padding: 9px;
  width: 3.4rem;
}

.ade-edit-toolbar [data-ade-edit-toggle] > span:first-child {
  align-items: center;
  display: inline-flex;
  flex: 0 0 1.6rem;
  height: 1.6rem;
  justify-content: center;
  margin-left: 5px;
  opacity: 1 !important;
  overflow: visible;
  transition: margin-left 260ms cubic-bezier(0.22, 1, 0.36, 1), transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
  visibility: visible;
  width: 1.6rem;
}

body.ade-edit-mode .ade-edit-toolbar [data-ade-edit-toggle] > span:first-child {
  transform: rotate(-7deg) scale(1.06);
}

.ade-edit-toolbar:hover [data-ade-edit-toggle],
.ade-edit-toolbar:focus-within [data-ade-edit-toggle] {
  justify-content: flex-start;
  width: auto;
}

@keyframes ade-edit-status-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(54, 213, 120, 0.45), 0 0 1rem rgba(54, 213, 120, 0.68);
  }
  50% {
    box-shadow: 0 0 0 5px rgba(54, 213, 120, 0), 0 0 1.6rem rgba(54, 213, 120, 0.92);
  }
}
@media (max-width: 782px) {
  .ade-edit-toolbar {
    display: none;
  }
}
.ade-login-control {
  align-items: center;
  backdrop-filter: blur(2rem);
  background: rgba(8, 9, 10, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 99.9rem;
  bottom: 1.4rem;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font: 500 1.1rem/1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  gap: 8px;
  height: 3.6rem;
  left: 1.4rem;
  overflow: hidden;
  padding: 0 1rem;
  position: fixed;
  text-decoration: none;
  transition: bottom 280ms cubic-bezier(0.22, 1, 0.36, 1), width 200ms ease, border-color 200ms ease;
  white-space: nowrap;
  width: 3.6rem;
  z-index: 99990;
}

body.ade-has-visible-privacy .ade-login-control {
  bottom: 5.8rem;
}

.ade-login-control:hover,
.ade-login-control:focus-visible {
  border-color: rgba(var(--ade-brand-rgb, 216, 180, 93), 0.55);
  outline: 0;
  width: 8.8rem;
}

.ade-login-control svg {
  flex: 0 0 auto;
  height: 1.5rem;
  width: 1.5rem;
}

@media (max-width: 782px) {
  .ade-login-control {
    display: none;
  }
}
.ade-edit-target {
  outline: 1px solid transparent;
  outline-offset: 7px;
  position: relative;
  transition: outline-color 160ms ease, box-shadow 180ms ease;
}

body.ade-edit-mode .ade-edit-target {
  cursor: text;
}

body.ade-edit-mode .ade-edit-target:hover,
body.ade-edit-mode .ade-edit-target:focus-within,
body.ade-edit-mode .ade-edit-target.is-editing {
  outline-color: rgba(185, 190, 193, 0.58);
}

.ade-edit-target__button {
  align-items: center;
  background: rgba(94, 99, 102, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: #fff;
  display: none;
  height: 3rem;
  justify-content: center;
  position: absolute;
  right: -1.3rem;
  top: -1.9rem;
  width: 3rem;
  z-index: 20;
  pointer-events: none;
}

body.ade-edit-mode .ade-edit-target:hover > .ade-edit-target__button,
body.ade-edit-mode .ade-edit-target:focus-within > .ade-edit-target__button {
  display: inline-flex;
}

.ade-edit-target.is-editing > .ade-edit-target__button {
  display: none !important;
}

.ade-edit-target.is-editing {
  cursor: text;
  min-height: 1em;
}

.ade-edit-target.is-saving {
  opacity: 0.72;
}

.ade-edit-target.is-saved {
  outline-color: rgba(89, 219, 141, 0.76);
}

.ade-edit-target.is-save-error {
  outline-color: rgba(238, 121, 121, 0.82) !important;
}

.ade-profile-icon-editor {
  display: none;
  position: absolute;
  right: 1.4rem;
  top: 1.4rem;
  z-index: 22;
}

body.ade-edit-mode .ade-profile-icon-editor {
  display: block;
}

.ade-profile-icon-editor select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: auto;
  min-width: 11rem;
  padding: 0.7rem 2.8rem 0.7rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  color: #fff;
  background: linear-gradient(45deg, transparent 50%, #aeb3b6 50%) calc(100% - 1.2rem) 50%/5px 5px no-repeat, linear-gradient(135deg, #aeb3b6 50%, transparent 50%) calc(100% - 0.8rem) 50%/5px 5px no-repeat, rgba(15, 18, 20, 0.94);
  font: 500 1.1rem/1.2 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  transition: border-color 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

.ade-profile-icon-editor select:hover,
.ade-profile-icon-editor select:focus {
  border-color: rgba(var(--ade-brand-rgb, 216, 180, 93), 0.78);
  box-shadow: 0 0 1.6rem rgba(var(--ade-brand-rgb, 216, 180, 93), 0.2);
  outline: none;
}

.ade-profile-icon-editor select.is-saving {
  cursor: wait;
  opacity: 0.56;
}

.ade-profile-icon-editor select.is-save-error {
  border-color: rgba(238, 121, 121, 0.82);
}

.ade-edit-gallery {
  outline: 1px solid transparent;
  outline-offset: 7px;
  position: relative;
  transition: outline-color 160ms ease, box-shadow 180ms ease;
}

body.ade-edit-mode .ade-edit-gallery {
  cursor: pointer;
}

body.ade-edit-mode .ade-edit-gallery:hover,
body.ade-edit-mode .ade-edit-gallery:focus-within {
  outline-color: rgba(185, 190, 193, 0.58);
}

.ade-edit-gallery__button {
  align-items: center;
  background: rgba(94, 99, 102, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: none;
  height: 3rem;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: -1.3rem;
  top: 2px;
  width: 3rem;
  z-index: 20;
}

.ade-edit-gallery__button > span:last-child {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

body.ade-edit-mode .ade-edit-gallery:hover > .ade-edit-gallery__button,
body.ade-edit-mode .ade-edit-gallery:focus-within > .ade-edit-gallery__button {
  display: inline-flex;
}

.ade-edit-gallery__button.is-saving {
  cursor: wait;
  opacity: 0.62;
}

.ade-edit-gallery__button.is-save-error {
  background: rgba(135, 62, 62, 0.96);
}

.ade-inline-editor {
  align-items: center;
  backdrop-filter: blur(1.8rem);
  background: rgba(15, 18, 20, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  bottom: -4.7rem;
  box-shadow: 0 1.4rem 4rem rgba(0, 0, 0, 0.4);
  display: flex;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  gap: 6px;
  padding: 5px;
  position: absolute;
  right: 0;
  z-index: 30;
}

.ade-inline-editor button {
  background: transparent;
  border: 0;
  border-radius: 3px;
  color: #b8bdc0;
  cursor: pointer;
  font-size: 1.1rem;
  padding: 8px 1rem;
}

.ade-inline-editor button[data-ade-inline-save] {
  border: 1px solid rgba(var(--ade-brand-rgb, 216, 180, 93), 0.62);
  color: #f0d68a;
}

.ade-inline-editor button:disabled {
  cursor: wait;
  opacity: 0.56;
}

.ade-inline-editor span {
  color: #d7a2a2;
  font-size: 1rem;
  max-width: 15rem;
  padding: 0 5px;
}

@media (max-width: 782px) {
  body.ade-edit-mode .ade-edit-target,
  body.ade-edit-mode .ade-edit-gallery {
    outline-color: rgba(54, 213, 120, 0.7);
    box-shadow: 0 0 1.8rem rgba(54, 213, 120, 0.13);
  }
  body.ade-edit-mode .ade-edit-target:focus-within,
  body.ade-edit-mode .ade-edit-target.is-editing,
  body.ade-edit-mode .ade-edit-gallery:focus-within {
    outline-color: rgba(112, 238, 160, 0.96);
    box-shadow: 0 0 2.4rem rgba(54, 213, 120, 0.28);
  }
  body.ade-edit-mode .ade-edit-target > .ade-edit-target__button,
  body.ade-edit-mode .ade-edit-gallery > .ade-edit-gallery__button {
    background: rgba(27, 104, 59, 0.96);
    border-color: rgba(132, 245, 176, 0.62);
    box-shadow: 0 0 1.5rem rgba(54, 213, 120, 0.34);
    display: inline-flex;
    right: -0.8rem;
  }
  body.ade-edit-mode .ade-edit-target.is-editing > .ade-edit-target__button {
    display: none;
  }
  body.ade-edit-mode .ade-edit-target.is-saved {
    animation: ade-mobile-edit-saved 620ms ease-out;
  }
}
@keyframes ade-mobile-edit-saved {
  50% {
    outline-color: rgb(177, 255, 207);
    box-shadow: 0 0 3.2rem rgba(54, 213, 120, 0.48);
  }
}
.ade-edit-drawer {
  background: rgba(10, 13, 15, 0.98);
  border-left: 1px solid rgba(var(--ade-brand-rgb, 216, 180, 93), 0.32);
  bottom: 0;
  box-shadow: -3rem 0 9rem rgba(0, 0, 0, 0.45);
  box-sizing: border-box;
  color: #f3f3f0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  padding: 2.8rem;
  position: fixed;
  right: 0;
  top: 0;
  width: min(43rem, 100vw);
  z-index: 100050;
}

.ade-edit-drawer__header {
  align-items: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.8rem;
  padding-bottom: 2rem;
}

.ade-edit-drawer__header span {
  color: var(--ade-accent, #d8b45d);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0;
}

.ade-edit-drawer__header h2 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 350;
  letter-spacing: 0;
  margin: 6px 0 0;
}

.ade-edit-drawer__header button {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: #fff;
  font-size: 2.2rem;
  height: 3.6rem;
  width: 3.6rem;
}

.ade-edit-drawer label {
  display: block;
  margin-bottom: 2rem;
}

.ade-edit-drawer label > span {
  color: #aaafb2;
  display: block;
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.ade-edit-drawer input,
.ade-edit-drawer textarea,
.ade-edit-drawer select {
  background: rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  font: inherit;
  padding: 1.1rem 1.2rem;
  width: 100%;
}

.ade-edit-drawer input:focus,
.ade-edit-drawer textarea:focus,
.ade-edit-drawer select:focus {
  border-color: var(--ade-accent, #d8b45d);
  box-shadow: 0 0 0 1px var(--ade-accent, #d8b45d);
  outline: none;
}

.ade-edit-drawer__taxonomy {
  border: 0;
  margin: 0 0 2rem;
  padding: 0;
}

.ade-edit-drawer__taxonomy legend {
  color: #aaafb2;
  font-size: 1.1rem;
  margin-bottom: 9px;
}

.ade-edit-drawer__taxonomy > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.ade-edit-drawer__taxonomy label {
  align-items: center;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 99.9rem;
  display: inline-flex;
  gap: 7px;
  margin: 0;
  padding: 7px 1rem;
}

.ade-edit-drawer__taxonomy label:has(input:checked) {
  border-color: rgba(var(--ade-brand-rgb, 216, 180, 93), 0.62);
  color: #f0d68a;
}

.ade-edit-drawer__taxonomy input {
  accent-color: var(--ade-accent, #d8b45d);
  height: 1.4rem;
  margin: 0;
  padding: 0;
  width: 1.4rem;
}

.ade-edit-drawer__taxonomy label > span {
  color: inherit;
  display: inline;
  font-size: 1rem;
  margin: 0;
}

.ade-edit-drawer__note {
  color: #858b8f;
  font-size: 1.2rem;
  line-height: 1.6;
}

.ade-edit-drawer__actions {
  align-items: center;
  display: flex;
  gap: 1.2rem;
  justify-content: flex-end;
  margin-top: 2.6rem;
}

.ade-edit-drawer__actions a,
.ade-edit-drawer__actions button {
  border-radius: 4px;
  font-size: 1.2rem;
  padding: 1.1rem 1.4rem;
  text-decoration: none;
}

.ade-edit-drawer__actions a {
  color: #aeb3b5;
}

.ade-edit-drawer__actions button {
  background: transparent;
  border: 1px solid var(--ade-accent, #d8b45d);
  color: #f1d88f;
}

.ade-edit-drawer__feedback {
  color: #70df9c;
  font-size: 1.2rem;
  min-height: 1.8rem;
  text-align: right;
}

.ade-edit-scrim {
  background: rgba(0, 0, 0, 0.55);
  inset: 0;
  position: fixed;
  z-index: 100040;
}

@media (prefers-reduced-motion: no-preference) {
  .ade-edit-drawer:not([hidden]) {
    animation: ade-edit-drawer-in 220ms ease-out;
  }
  .ade-edit-scrim:not([hidden]) {
    animation: ade-edit-fade-in 180ms ease-out;
  }
}
@keyframes ade-edit-drawer-in {
  from {
    opacity: 0;
    transform: translateX(2.4rem);
  }
}
@keyframes ade-edit-fade-in {
  from {
    opacity: 0;
  }
}
/*# sourceMappingURL=frontend-editor.css.map */
