:root{
  --ad-bg:#FAE2C9;
  --ad-rose:#FAE4DB;
  --ad-cream:#FDF2E7;
  --ad-brand:#7D9D95;
  --ad-brand-hover:#61887E;
  --ad-brand-border:#61887E;
  --ad-accent:#F5C7B0;
  --ad-text:#2F2F2F;
  --ad-border:rgba(17,17,17,.10);
  --ad-shadow:0 20px 56px rgba(0,0,0,.08);
  --ad-shell-gradient:linear-gradient(180deg, #FAE2C9 0%, #FDF2E7 100%);
  --ad-shell-overlay:
    radial-gradient(circle at top left, rgba(245,199,176,.55), transparent 34%),
    radial-gradient(circle at bottom right, rgba(125,157,149,.20), transparent 30%),
    linear-gradient(180deg, #FAE2C9 0%, #FDF2E7 100%);
}

body.ad-artistdonations-surface{
  color:var(--ad-text);
}

body.ad-artistdonations-surface:not(.ad-artistdonations-404){
  position:relative;
  isolation:isolate;
  min-height:100vh;
  min-height:100dvh;
  background:var(--ad-shell-gradient) !important;
  background-color:var(--ad-cream) !important;
}

body.ad-artistdonations-surface:not(.ad-artistdonations-404)::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:var(--ad-shell-overlay);
}

body.ad-artistdonations-surface #page,
body.ad-artistdonations-surface #content,
body.ad-artistdonations-surface .wp-site-blocks,
body.ad-artistdonations-surface .site,
body.ad-artistdonations-surface .site-main,
body.ad-artistdonations-surface .site-content,
body.ad-artistdonations-surface .content-area,
body.ad-artistdonations-surface .entry-content,
body.ad-artistdonations-surface .wp-block-post-content,
body.ad-artistdonations-surface article,
body.ad-artistdonations-surface main{
  background:transparent !important;
}

body.ad-artistdonations-hide-native-chrome .entry-header,
body.ad-artistdonations-hide-native-chrome .page-header,
body.ad-artistdonations-hide-native-chrome .post-thumbnail,
body.ad-artistdonations-hide-native-chrome .wp-block-post-featured-image,
body.ad-artistdonations-hide-native-chrome .entry-title,
body.ad-artistdonations-hide-native-chrome .page-title{
  display:none !important;
}

body.ad-artistdonations-hide-native-chrome .entry-content,
body.ad-artistdonations-hide-native-chrome .site-main,
body.ad-artistdonations-hide-native-chrome .content-area,
body.ad-artistdonations-hide-native-chrome .wp-site-blocks,
body.ad-artistdonations-hide-native-chrome .wp-block-post-content,
body.ad-artistdonations-hide-native-chrome .post,
body.ad-artistdonations-hide-native-chrome .page,
body.ad-artistdonations-hide-native-chrome article,
body.ad-artistdonations-hide-native-chrome main{
  margin:0 !important;
  padding:0 !important;
  max-width:none !important;
  min-height:0 !important;
}

body.ad-artistdonations-hide-native-chrome .entry-content,
body.ad-artistdonations-hide-native-chrome .wp-block-post-content{
  padding:0 !important;
}

body.ad-artistdonations-surface .artistdonations-tip{
  display:flex;
  flex-direction:column;
  gap:12px;
  width:min(100%, 580px);
  margin:0 auto;
  padding:clamp(.78rem, 2.8vw, 1.45rem) 1rem 4rem;
}

body.ad-artistdonations-tip .artistdonations-about{
  border:1px solid rgba(47,47,47,.065);
  border-radius:18px;
  background:rgba(253,242,231,.62);
  box-shadow:0 8px 20px rgba(42,45,42,.035);
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
  overflow:hidden;
  transition:border-color .32s ease, background-color .32s ease, box-shadow .42s cubic-bezier(.16, 1, .24, 1), transform .42s cubic-bezier(.16, 1, .24, 1);
}

body.ad-artistdonations-tip .artistdonations-about[open],
body.ad-artistdonations-tip .artistdonations-about.is-opening{
  border-color:rgba(97,136,126,.16);
  background:rgba(253,242,231,.78);
  box-shadow:0 16px 34px rgba(42,45,42,.055);
  transform:translateY(-1px);
}

body.ad-artistdonations-tip .artistdonations-tip-hero{
  display:grid;
  gap:8px;
  padding:1px 2px 0;
}

body.ad-artistdonations-tip .artistdonations-tip-identity{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}

body.ad-artistdonations-tip .artistdonations-avatar{
  flex:0 0 auto;
  width:40px;
  height:40px;
  border-radius:999px;
  overflow:hidden;
  display:grid;
  place-items:center;
  background:rgba(250,228,219,.72);
  box-shadow:0 8px 18px rgba(42,45,42,.08);
}

body.ad-artistdonations-tip .artistdonations-avatar img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

body.ad-artistdonations-tip .artistdonations-tip-identity__text{
  display:grid;
  gap:3px;
  min-width:0;
}

body.ad-artistdonations-tip .artistdonations-name,
body.ad-artistdonations-tip .artistdonations-meta,
body.ad-artistdonations-tip .artistdonations-tip-copy p,
body.ad-artistdonations-tip .artistdonations-about p{
  margin:0;
}

body.ad-artistdonations-tip .artistdonations-name{
  overflow:hidden;
  color:#22302D;
  font-size:.94rem;
  font-weight:850;
  line-height:1.16;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.ad-artistdonations-tip .artistdonations-meta{
  display:flex;
  align-items:center;
  gap:5px;
  min-width:0;
  overflow:hidden;
  color:#68615C;
  font-size:.8rem;
  line-height:1.22;
  white-space:nowrap;
}

body.ad-artistdonations-tip .artistdonations-meta span{
  overflow:hidden;
  text-overflow:ellipsis;
}

body.ad-artistdonations-tip .artistdonations-tip-copy{
  display:grid;
  gap:0;
}

body.ad-artistdonations-tip .artistdonations-tip-copy h1{
  margin:0;
  color:#22302D;
  font-size:clamp(1.36rem, 5.4vw, 1.78rem);
  font-weight:900;
  letter-spacing:-.04em;
  line-height:1.02;
}

body.ad-artistdonations-tip .artistdonations-tip-copy p{
  max-width:28ch;
  color:#5E5751;
  font-size:.95rem;
  font-weight:650;
  line-height:1.45;
}

body.ad-artistdonations-tip .artistdonations-donate{
  display:flex;
  justify-content:center;
}

body.ad-artistdonations-tip .artistdonations-about{
  display:block;
}

body.ad-artistdonations-tip .artistdonations-about summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:46px;
  padding:0 13px;
  color:#22302D;
  font-size:.84rem;
  font-weight:850;
  line-height:1.2;
  cursor:pointer;
  list-style:none;
  transition:color .25s ease;
}

body.ad-artistdonations-tip .artistdonations-about summary:hover{
  color:#1f3a35;
}

body.ad-artistdonations-tip .artistdonations-about summary::-webkit-details-marker{
  display:none;
}

body.ad-artistdonations-tip .artistdonations-about summary:focus-visible{
  outline:2px solid rgba(97,136,126,.22);
  outline-offset:-2px;
}

body.ad-artistdonations-tip .artistdonations-about__indicator{
  position:relative;
  flex:0 0 auto;
  inline-size:18px;
  block-size:18px;
  border-radius:999px;
  background:rgba(97,136,126,.10);
  transition:background-color .25s ease, transform .42s cubic-bezier(.16, 1, .24, 1);
}

body.ad-artistdonations-tip .artistdonations-about[open] .artistdonations-about__indicator,
body.ad-artistdonations-tip .artistdonations-about.is-opening .artistdonations-about__indicator{
  background:rgba(97,136,126,.16);
  transform:rotate(180deg) scale(1.04);
}

body.ad-artistdonations-tip .artistdonations-about__indicator::before,
body.ad-artistdonations-tip .artistdonations-about__indicator::after{
  content:'';
  position:absolute;
  inset:50% auto auto 50%;
  inline-size:8px;
  block-size:2px;
  border-radius:999px;
  background:#61887E;
  transform:translate(-50%, -50%);
}

body.ad-artistdonations-tip .artistdonations-about__indicator::after{
  transform:translate(-50%, -50%) rotate(90deg);
  transition:opacity .22s ease, transform .42s cubic-bezier(.16, 1, .24, 1);
}

body.ad-artistdonations-tip .artistdonations-about[open] .artistdonations-about__indicator::after{
  opacity:0;
  transform:translate(-50%, -50%) rotate(0deg);
}


body.ad-artistdonations-tip .artistdonations-about.is-closing .artistdonations-about__indicator{
  transform:rotate(0deg) scale(1);
}

body.ad-artistdonations-tip .artistdonations-about.is-closing .artistdonations-about__indicator::after{
  opacity:1;
  transform:translate(-50%, -50%) rotate(90deg);
}

body.ad-artistdonations-tip .artistdonations-about__content{
  height:auto;
  overflow:hidden;
  opacity:1;
  transform:translateY(0);
  transition:height .64s cubic-bezier(.19, 1, .22, 1), opacity .42s ease, transform .64s cubic-bezier(.19, 1, .22, 1);
}

body.ad-artistdonations-tip .artistdonations-about__content-inner{
  display:grid;
  gap:8px;
  min-height:0;
  padding:0 13px 13px;
}

body.ad-artistdonations-tip .artistdonations-about.is-animating .artistdonations-about__content{
  will-change:height, opacity, transform;
}

body.ad-artistdonations-tip .artistdonations-about.is-opening .artistdonations-about__content-inner{
  animation:adAboutContentIn .64s cubic-bezier(.19, 1, .22, 1) both;
}

body.ad-artistdonations-tip .artistdonations-about.is-closing .artistdonations-about__content{
  opacity:0;
  transform:translateY(-5px);
}

body.ad-artistdonations-tip .artistdonations-about.is-closing .artistdonations-about__content-inner{
  animation:adAboutContentOut .42s cubic-bezier(.4, 0, .2, 1) both;
}

@keyframes adAboutContentIn{
  0%{
    opacity:0;
    transform:translateY(-6px) scale(.992);
  }
  62%{
    opacity:1;
    transform:translateY(1px) scale(1.002);
  }
  100%{
    opacity:1;
    transform:translateY(0) scale(1);
  }
}

@keyframes adAboutContentOut{
  0%{
    opacity:1;
    transform:translateY(0) scale(1);
  }
  100%{
    opacity:0;
    transform:translateY(-6px) scale(.994);
  }
}

@media (prefers-reduced-motion:reduce){
  body.ad-artistdonations-tip .artistdonations-about,
  body.ad-artistdonations-tip .artistdonations-about summary,
  body.ad-artistdonations-tip .artistdonations-about__indicator,
  body.ad-artistdonations-tip .artistdonations-about__indicator::after,
  body.ad-artistdonations-tip .artistdonations-about__content,
  body.ad-artistdonations-tip .artistdonations-about__content-inner{
    transition:none !important;
    animation:none !important;
  }
}

body.ad-artistdonations-tip .artistdonations-about p{
  color:#5E5751;
  font-size:.86rem;
  line-height:1.48;
}

body.ad-artistdonations-tip .artistdonations-about a{
  justify-self:start;
  color:#4E766D;
  font-size:.92rem;
  font-weight:800;
  text-decoration:none;
}

body.ad-artistdonations-tip .artistdonations-about a:hover,
body.ad-artistdonations-tip .artistdonations-about a:focus-visible{
  color:#365F56;
  text-decoration:underline;
}

@media (max-width:480px){
  body.ad-artistdonations-surface .artistdonations-tip{
    gap:11px;
    padding-block-start:max(2rem, calc(env(safe-area-inset-top, 0px) + 1.65rem));
    padding-inline:14px;
  }

  body.ad-artistdonations-tip .artistdonations-about{
    border-radius:18px;
  }

  body.ad-artistdonations-tip .artistdonations-tip-hero{
    padding:2px 1px 0;
  }

  body.ad-artistdonations-tip .artistdonations-avatar{
    width:38px;
    height:38px;
  }

  body.ad-artistdonations-tip .artistdonations-tip-copy h1{
    font-size:clamp(1.32rem, 6.9vw, 1.66rem);
  }
}

/* Dashboard owner preview return box on public artist pages. */
body.ad-artistdonations-tip .artistdonations-dashboard-return{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:9999;
  display:flex;
  align-items:center;
  gap:14px;
  max-width:min(460px, calc(100vw - 28px));
  padding:12px 12px 12px 16px;
  border:1px solid rgba(85, 118, 110, .20);
  border-radius:22px;
  background:rgba(255, 252, 247, .94);
  box-shadow:0 18px 44px rgba(52, 43, 34, .18);
  -webkit-backdrop-filter:blur(16px);
  backdrop-filter:blur(16px);
  color:#263230;
}

body.ad-artistdonations-tip .artistdonations-dashboard-return > div{
  display:grid;
  gap:1px;
  min-width:0;
}

body.ad-artistdonations-tip .artistdonations-dashboard-return strong{
  color:#2f5f56;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.13em;
  line-height:1.1;
  text-transform:uppercase;
}

body.ad-artistdonations-tip .artistdonations-dashboard-return span{
  color:#6b625b;
  font-size:.86rem;
  font-weight:650;
  line-height:1.25;
}

body.ad-artistdonations-tip .artistdonations-dashboard-return a{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 18px;
  border-radius:999px;
  background:#7f9f96;
  color:#fff;
  font-size:.86rem;
  font-weight:850;
  line-height:1;
  text-decoration:none;
  box-shadow:0 12px 28px rgba(85, 118, 110, .22);
}

body.ad-artistdonations-tip .artistdonations-dashboard-return a:hover,
body.ad-artistdonations-tip .artistdonations-dashboard-return a:focus-visible{
  background:#6d9187;
  color:#fff;
  outline:none;
  transform:translateY(-1px);
}

@media (max-width: 600px){
  body.ad-artistdonations-tip .artistdonations-dashboard-return{
    right:12px;
    bottom:12px;
    left:12px;
    max-width:none;
    justify-content:space-between;
    padding:11px 11px 11px 14px;
  }

  body.ad-artistdonations-tip .artistdonations-dashboard-return span{
    display:none;
  }

  body.ad-artistdonations-tip .artistdonations-dashboard-return a{
    min-height:40px;
    padding:0 15px;
    font-size:.82rem;
  }
}
