.fc-px-text{position:relative;display:block;width:100%}.fc-px-text__content{position:relative;z-index:0}.fc-px-text__grid{position:absolute;inset:0;z-index:1;display:grid;pointer-events:none;overflow:hidden}.fc-px-text__cell{display:block;width:100%;height:100%;background:var(--base,#010101)}.fc-px-text[data-tone=opp] .fc-px-text__cell{background:var(--base-opp,#eeeae8)}html.light .fc-px-text:not([data-tone=opp]) .fc-px-text__cell,html[color-scheme=light] .fc-px-text:not([data-tone=opp]) .fc-px-text__cell{background:var(--base,#eeeae8)}html.light .fc-px-text[data-tone=opp] .fc-px-text__cell,html[color-scheme=light] .fc-px-text[data-tone=opp] .fc-px-text__cell{background:var(--base-opp,#010101)}