@property --core-alignContent{syntax: "normal | stretch | center | start | end | flex-start | flex-end | space-between | space-around | space-evenly | baseline"; inherits: false; initial-value: normal;}@property --core-alignItems{syntax: "normal | stretch | center | start | end | flex-start | flex-end | self-start | self-end | baseline"; inherits: false; initial-value: normal;}@property --core-alignSelf{syntax: "auto | normal | stretch | center | start | end | flex-start | flex-end | self-start | self-end | baseline"; inherits: false; initial-value: auto;}@property --core-animationDelay{syntax: "<time>"; inherits: false; initial-value: 0s;}@property --core-animationDuration{syntax: "<time>"; inherits: false; initial-value: 0s;}@property --core-animationFillMode{syntax: "none | forwards | backwards | both"; inherits: false; initial-value: none;}@property --core-animationIterationCount{syntax: "<number> | infinite"; inherits: false; initial-value: 1;}@property --core-animationName{syntax: "<custom-ident> | none"; inherits: false; initial-value: none;}@property --core-animationTimingFunction{syntax: "*"; inherits: false; initial-value: ease;}@property --core-appearance{syntax: "none | auto"; inherits: false; initial-value: none;}@property --core-backgroundColor{syntax: "<color>"; inherits: false; initial-value: transparent;}@property --core-backgroundImage{syntax: "<image> | none"; inherits: false; initial-value: none;}@property --core-backgroundPosition{syntax: "<length-percentage>+"; inherits: false; initial-value: 0% 0%;}@property --core-backgroundRepeat{syntax: "repeat | no-repeat | repeat-x | repeat-y | space | round"; inherits: false; initial-value: no-repeat;}@property --core-beforeHeight{syntax: "<length> | auto"; inherits: false; initial-value: auto;}@property --core-beforeWidth{syntax: "<length> | auto"; inherits: false; initial-value: auto;}@property --core-bottom{syntax: "auto | <number> | <length-percentage>"; inherits: false; initial-value: auto;}@property --core-border{syntax: "*"; inherits: false; initial-value: 0px none transparent;}@property --core-borderBottomColor{syntax: "<color>"; inherits: false; initial-value: transparent;}@property --core-borderColor{syntax: "<color>+"; inherits: false; initial-value: transparent;}@property --core-borderRadius{syntax: "<length-percentage>+"; inherits: false; initial-value: 0px;}@property --core-borderStyle{syntax: "none | solid | dotted | dashed | double | groove | ridge | inset | outset"; inherits: false; initial-value: none;}@property --core-borderWidth{syntax: "<length>+"; inherits: false; initial-value: 0px;}@property --core-boxShadow{syntax: "*"; inherits: false; initial-value: inset 0 0 0 0;}@property --core-boxSizing{syntax: "border-box | content-box | padding-box"; inherits: false; initial-value: border-box;}@property --core-color{syntax: "*"; inherits: false; initial-value: lime;}@property --core-content{syntax: "*"; inherits: false; initial-value: ;}@property --core-cursor{syntax: "<custom-ident>"; inherits: false; initial-value: auto;}@property --core-display{syntax: "*"; inherits: false;}@property --core-filter{syntax: "*"; inherits: false; initial-value: none;}@property --core-flexDirection{syntax: "row | row-reverse | column | column-reverse"; inherits: false; initial-value: row;}@property --core-flexGrow{syntax: "<number>"; inherits: false; initial-value: 0;}@property --core-flexShrink{syntax: "<number>"; inherits: false; initial-value: 1;}@property --core-fontFamily{syntax: "*"; inherits: false; initial-value: inherit;}@property --core-fontSize{syntax: "<length>"; inherits: false; initial-value: 8px;}@property --core-fontWeight{syntax: "*"; inherits: false; initial-value: 400;}@property --core-gap{syntax: "<number> | <length>"; inherits: false; initial-value: 0;}@property --core-height{syntax: "<length-percentage> | auto"; inherits: false; initial-value: auto;}@property --core-maxWidth{syntax: "<length-percentage> | none"; inherits: false; initial-value: none;}@property --core-justifyContent{syntax: "normal | stretch | center | start | end | flex-start | flex-end | left | right | space-between | space-around | space-evenly"; inherits: false; initial-value: flex-start;}@property --core-left{syntax: "auto | <number> | <length-percentage>"; inherits: false; initial-value: auto;}@property --core-letterSpacing{syntax: "<length>"; inherits: false; initial-value: 0px;}@property --core-lineHeight{syntax: "<number> | <length-percentage>"; inherits: false; initial-value: 1.3;}@property --core-margin{syntax: "<length>+"; inherits: false; initial-value: 0px;}@property --core-marginTop{syntax: "<length>"; inherits: false; initial-value: 0px;}@property --core-marginBottom{syntax: "<length>"; inherits: false; initial-value: 0px;}@property --core-marginLeft{syntax: "*"; inherits: false; initial-value: ;}@property --core-marginRight{syntax: "*"; inherits: false; initial-value: ;}@property --core-maskImage{syntax: "<image> | none"; inherits: false; initial-value: none;}@property --core-maskPosition{syntax: "<length-percentage>+"; inherits: false; initial-value: 0% 0%;}@property --core-maskRepeat{syntax: "repeat | no-repeat | repeat-x | repeat-y | space | round"; inherits: false; initial-value: no-repeat;}@property --core-maskSize{syntax: "<length-percentage> | auto | contain"; inherits: false; initial-value: auto;}@property --core-minHeight{syntax: "<length-percentage>"; inherits: false; initial-value: 0px;}@property --core-minWidth{syntax: "<length-percentage>"; inherits: false; initial-value: 0px;}@property --core-opacity{syntax: "<number>"; inherits: false; initial-value: 1;}@property --core-outlineColor{syntax: "<color>"; inherits: false; initial-value: transparent;}@property --core-outlineOffset{syntax: "<length>"; inherits: false; initial-value: 0px;}@property --core-outlineStyle{syntax: "none | solid | dotted | dashed | double | groove | ridge | inset | outset"; inherits: false; initial-value: none;}@property --core-outlineWidth{syntax: "<length>"; inherits: false; initial-value: 0px;}@property --core-overflow{syntax: "visible | hidden | scroll | auto"; inherits: false; initial-value: visible;}@property --core-padding{syntax: "<length>+"; inherits: false; initial-value: 0px;}@property --core-pointerEvents{syntax: "auto | none"; inherits: false; initial-value: auto;}@property --core-position{syntax: "static | relative | absolute | fixed | sticky"; inherits: false; initial-value: static;}@property --core-right{syntax: "auto | <number> | <length-percentage>"; inherits: false; initial-value: auto;}@property --core-resize{syntax: "none | both | horizontal | vertical"; inherits: false; initial-value: none;}@property --core-tapHighlightColor{syntax: "<color>"; inherits: false; initial-value: #ffffff00;}@property --core-textAlign{syntax: "left | right | center | justify | start | end"; inherits: false; initial-value: left;}@property --core-textDecoration{syntax: "none | underline | overline | line-through"; inherits: false; initial-value: none;}@property --core-textSizeAdjust{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --core-textTransform{syntax: "uppercase | lowercase | capitalize | none"; inherits: false; initial-value: none;}@property --core-textWrap{syntax: "wrap | nowrap"; inherits: false; initial-value: nowrap;}@property --core-top{syntax: "<number> | <length-percentage> | auto"; inherits: false; initial-value: auto;}@property --core-transition{syntax: "*"; inherits: false; initial-value: none;}@property --core-verticalAlign{syntax: "text-top | text-bottom | middle | top | bottom"; inherits: false; initial-value: text-bottom;}@property --core-visibility{syntax: "visible | hidden | collapse"; inherits: false; initial-value: visible;}@property --core-whiteSpace{syntax: "normal | nowrap | pre | pre-wrap | pre-line"; inherits: false; initial-value: normal;}@property --core-width{syntax: "<length-percentage> | auto"; inherits: false; initial-value: auto;}@property --core-zIndex{syntax: "<integer> | auto"; inherits: false; initial-value: auto;}@property --core-textOverflow{syntax: "clip | ellipsis"; inherits: false; initial-value: clip;}@property --core-firstLetterTextTransform{syntax: "uppercase | lowercase | capitalize | none"; inherits: false; initial-value: none;}@property --core-layerOpacity{syntax: "<number> | <percentage>"; inherits: true; initial-value: 1;}@property --core-layerColor{syntax: "<color>"; inherits: true; initial-value: currentColor;}@property --core-layerSize{syntax: "<length-percentage>"; inherits: true; initial-value: 0px;}@property --core-layerPositionX{syntax: "<length>"; inherits: true; initial-value: 0px;}@property --core-layerPositionY{syntax: "<length>"; inherits: true; initial-value: 0px;}@keyframes rqwml93{to{--core-layerSize: 100%}}:where(.rqwml90){content:var(--core-content);align-content:var(--core-alignContent);align-items:var(--core-alignItems);align-self:var(--core-alignSelf);animation-delay:var(--core-animationDelay);animation-duration:var(--core-animationDuration);animation-fill-mode:var(--core-animationFillMode);animation-iteration-count:var(--core-animationIterationCount);animation-name:var(--core-animationName);animation-timing-function:var(--core-animationTimingFunction);appearance:var(--core-appearance);background-color:var(--core-backgroundColor);background-image:var(--core-backgroundImage);background-position:var(--core-backgroundPosition);background-repeat:var(--core-backgroundRepeat);border:var(--core-border);border-bottom-color:var(--core-borderBottomColor);border-color:var(--core-borderColor);border-radius:var(--core-borderRadius);border-style:var(--core-borderStyle);border-width:var(--core-borderWidth);bottom:var(--core-bottom);box-shadow:var(--core-boxShadow);box-sizing:var(--core-boxSizing);color:var(--core-color);cursor:var(--core-cursor);display:var(--core-display, revert);filter:var(--core-filter);flex-direction:var(--core-flexDirection);flex-grow:var(--core-flexGrow);flex-shrink:var(--core-flexShrink);font-family:var(--core-fontFamily);font-size:var(--core-fontSize);font-weight:var(--core-fontWeight);gap:var(--core-gap);height:var(--core-height);justify-content:var(--core-justifyContent);left:var(--core-left);letter-spacing:var(--core-letterSpacing);line-height:var(--core-lineHeight);margin:var(--core-margin);margin-bottom:var(--core-marginBottom);margin-left:var(--core-marginLeft);margin-right:var(--core-marginRight);margin-top:var(--core-marginTop);-webkit-mask-image:var(--core-maskImage);mask-image:var(--core-maskImage);-webkit-mask-position:var(--core-maskPosition);mask-position:var(--core-maskPosition);-webkit-mask-repeat:var(--core-maskRepeat);mask-repeat:var(--core-maskRepeat);-webkit-mask-size:var(--core-maskSize);mask-size:var(--core-maskSize);max-width:var(--core-maxWidth);min-height:var(--core-minHeight);min-width:var(--core-minWidth);opacity:var(--core-opacity);outline-color:var(--core-outlineColor);outline-offset:var(--core-outlineOffset);outline-style:var(--core-outlineStyle);outline-width:var(--core-outlineWidth);overflow:var(--core-overflow);padding:var(--core-padding);pointer-events:var(--core-pointerEvents);position:var(--core-position);resize:var(--core-resize);right:var(--core-right);text-align:var(--core-textAlign);text-decoration:var(--core-textDecoration);text-overflow:var(--core-textOverflow);text-size-adjust:var(--core-textSizeAdjust);text-transform:var(--core-textTransform);text-wrap:var(--core-textWrap);top:var(--core-top);transform:var(--core-transform);transform-origin:var(--core-transformOrigin);transition:var(--core-transition);vertical-align:var(--core-verticalAlign);visibility:var(--core-visibility);-webkit-tap-highlight-color:var(--core-tapHighlightColor);white-space:var(--core-whiteSpace);width:var(--core-width)}:where(.rqwml90):before{height:var(--core-beforeHeight);width:var(--core-beforeWidth)}:where(.rqwml90):first-letter{text-transform:var(--core-firstLetterTextTransform)}.rqwml91{--core-display: flex}.rqwml92:before{content:"";background-color:transparent;background-image:radial-gradient(circle at var(--core-layerPositionX) var(--core-layerPositionY),var(--core-layerColor) var(--core-layerSize),transparent 0);background-repeat:no-repeat;inset:0;opacity:var(--core-layerOpacity);pointer-events:none;position:absolute}.rqwml94:before{animation-delay:0s;animation-duration:.3s;animation-fill-mode:backwards;animation-iteration-count:1;animation-name:rqwml93;animation-timing-function:ease}
