:root{--yellow-brand:#F2E94E;--yellow-filter:#E6FF33;--site-yellow:var(--yellow-brand);color-scheme:light only;--band-fade:10%}html.theme-filter-yellow{--site-yellow:var(--yellow-filter)}html,body{background-color:var(--site-yellow)}#page-container{background-color:var(--site-yellow)}#et-main-area,#main-content,.et-l,.et-l--body,.et_builder_inner_content{background:transparent}.et_pb_section,.et_pb_row,.et_pb_column{background-color:transparent}html{forced-color-adjust:none}[data-band]{position:relative;overflow:hidden}[data-band]>*{position:relative;z-index:1}[data-band]::before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background-repeat:no-repeat;background-size:100% 100%}[data-band="bottom"]::before{background-image:linear-gradient(to bottom,#000 0%,#000 calc(100% - var(--band-fade)),var(--site-yellow) 100%)}[data-band="top"]::before{background-image:linear-gradient(to bottom,var(--site-yellow) 0%,#000 var(--band-fade),#000 100%)}[data-band="both"]::before{background-image:linear-gradient(to bottom,var(--site-yellow) 0%,#000 var(--band-fade),#000 calc(100% - var(--band-fade)),var(--site-yellow) 100%)}[data-band="black"]::before{background-image:linear-gradient(#000,#000)}#yellowThemeToggle{position:fixed;right:14px;bottom:14px;z-index:999999;border:1px solid rgba(0,0,0,0.25);border-radius:999px;padding:10px 12px;font:600 13px/1 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;cursor:pointer;background:rgba(255,255,255,0.92);color:#000;backdrop-filter:blur(6px)}