/* Shared dark palettes for the editor, public profile and palette choices. */
.theme-forest,[data-theme=forest]{--decor-base:#193b2d;--decor-end:#17291f;--decor-accent:#a8c79b}
.theme-sunset,[data-theme=sunset]{--decor-base:#513329;--decor-end:#30221e;--decor-accent:#d8a078}
.theme-ocean,[data-theme=ocean]{--decor-base:#203c40;--decor-end:#192a30;--decor-accent:#8eb9b7}
.theme-night,[data-theme=night]{--decor-base:#383020;--decor-end:#242119;--decor-accent:#cab276}
body :is(.studio-preview,.meeting-profile)[class*="theme-"]{background:linear-gradient(135deg,var(--decor-base),var(--decor-end))!important;color:#ded8bd!important;border-color:var(--decor-accent)!important}
body #themeOptions button{background:linear-gradient(135deg,var(--decor-base),var(--decor-end));color:#ded8bd;border:1px solid var(--decor-accent);padding:12px 15px}
body #themeOptions button.selected{outline:2px solid var(--decor-accent);outline-offset:3px}
body :is(.studio-preview,.meeting-profile) .profile-badge{background:#20291f;color:#d8d5b5;border-color:#78856b}
body .studio-avatar{background:#494833;color:#ded8bd}
body .border-stars{box-shadow:0 0 0 3px #302716,0 0 0 5px var(--decor-accent,#cab276)!important}
body .border-braid{border-color:var(--decor-accent,#a8c79b)!important}
body .premium-look[data-premium-color=forest]{--premium-base:#203b2b;--premium-end:#18271d;--premium-edge:#c8b575}
body .premium-look[data-premium-color=midnight]{--premium-base:#283344;--premium-end:#1b2531;--premium-edge:#a3b6c3}
body .premium-look[data-premium-color=sunset]{--premium-base:#4b302b;--premium-end:#302123;--premium-edge:#cd9e8c}
body .premium-look{color:#ded8bd!important}
body .premium-avatar-frame[data-frame-color=forest]{--frame-base:#203b2b;--frame-edge:#c8b575}
body .premium-avatar-frame[data-frame-color=midnight]{--frame-base:#283344;--frame-edge:#a3b6c3}
body .premium-avatar-frame[data-frame-color=sunset]{--frame-base:#4b302b;--frame-edge:#cd9e8c}
body .premium-preview,body .premium-overview button,body .premium-panel button{color:#ded8bd}
