/* Subtle loading material: foreground content supplies nearly all of the reveal. */
html:not([data-reveal="metal"]) .widget-metal{mix-blend-mode:soft-light;background:linear-gradient(125deg,#888c90,#a3a7ab 50%,#92969a);background-size:130% 130%;filter:blur(5px)}
html[data-reveal="pearl"] .widget-metal{background:linear-gradient(125deg,#626262 8%,#acacac 38%,#777 63%,#aaa 88%);background-size:140% 140%;filter:blur(2.5px)}
/* All materials retain the original fine, drawn frame before their content resolves. */
.reveal-veil{position:absolute;inset:0;background:linear-gradient(120deg,#fff0,#fff 48%,#fff0);pointer-events:none;z-index:11}
.reveal-etch{position:absolute;inset:0;z-index:12;pointer-events:none}
.reveal-etch>span{position:absolute;display:block;color:transparent;-webkit-text-stroke:.38px #71777d}
@media(forced-colors:active){.reveal-etch,.reveal-veil,html:not([data-reveal="metal"]) .widget-metal{display:none}}
