/* Luxoria v18.72.0 — shared theme controls */
:root{--lux-theme-transition:180ms ease;}
html.lux-theme-changing *,html.lux-theme-changing *::before,html.lux-theme-changing *::after{transition-duration:0ms!important}
.member-theme-switcher-v1872{display:grid;gap:10px;margin:8px 10px 10px;padding:12px;border-top:1px solid rgba(145,151,160,.14)}
.member-theme-switcher-v1872 header{display:flex;align-items:center;gap:10px;padding:0!important;border:0!important;background:transparent!important}
.theme-switcher-icon-v1872{flex:0 0 32px;width:32px;height:32px;display:grid;place-items:center;border:1px solid rgba(216,173,87,.26);border-radius:10px;color:#d8ad57;background:rgba(216,173,87,.06)}
.theme-switcher-icon-v1872 svg{width:17px;height:17px}
.member-theme-switcher-v1872 header>span:last-child{display:grid;gap:2px;min-width:0}
.member-theme-switcher-v1872 header strong{font:700 11px/1.2 Manrope,system-ui,sans-serif!important;letter-spacing:.04em}
.member-theme-switcher-v1872 header small{font-size:9px;line-height:1.35;color:#8f999e}
.theme-choice-group-v1872{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
.theme-choice-group-v1872 button{min-width:0;min-height:38px;display:grid;grid-template-columns:9px minmax(0,1fr);place-items:center;align-content:center;gap:5px;padding:6px!important;border:1px solid rgba(145,151,160,.16)!important;border-radius:10px!important;background:rgba(255,255,255,.025)!important;color:#cfd2d4!important;font:700 9px/1 Manrope,system-ui,sans-serif!important;box-shadow:none!important}
.theme-choice-group-v1872 button i{width:8px;height:8px;border-radius:50%;background:#7e8589;box-shadow:0 0 0 2px rgba(126,133,137,.12)}
.theme-choice-group-v1872 button[data-theme-choice="light"] i{background:#efc866}
.theme-choice-group-v1872 button[data-theme-choice="dark"] i{background:#68727a}
.theme-choice-group-v1872 button[data-theme-choice="system"] i{background:linear-gradient(90deg,#efc866 50%,#68727a 50%)}
.theme-choice-group-v1872 button:hover,.theme-choice-group-v1872 button:focus-visible{border-color:rgba(216,173,87,.38)!important;transform:translateY(-1px)}
.theme-choice-group-v1872 button.is-active,.theme-choice-group-v1872 button[aria-pressed="true"]{color:#f2d28a!important;border-color:rgba(216,173,87,.42)!important;background:rgba(216,173,87,.09)!important}
body.lux-theme-mounted .community-main,body.lux-theme-mounted .phase-two-main{animation:lux-theme-page-in .28s cubic-bezier(.22,1,.36,1) both}
@keyframes lux-theme-page-in{from{opacity:.55;transform:translateY(4px)}to{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){body.lux-theme-mounted .community-main,body.lux-theme-mounted .phase-two-main{animation:none!important}.member-theme-switcher-v1872 *{transition:none!important}}
