{"version":3,"sources":["style.scss"],"names":[],"mappings":"AAAA,6BACE,GACE,SACF,CACA,IACE,UACF,CACA,IACE,SACF,CACA,GACE,SACF,CACF,CACA,kBACE,UACE,4CAA6C,CAG7C,oBAAqB,CACrB,aAAc,CAFd,iBAIF,CACA,0BANE,sBAAwB,CAIxB,UAYF,CAVA,gBAGE,gDAAiD,CADjD,8CAA+C,CAE/C,UAAW,CAKX,WAAY,CAFZ,MAAO,CAFP,iBAAkB,CAClB,KAIF,CACF","file":"style.css","sourcesContent":["@keyframes skeletonKeyframes {\n  0% {\n    opacity: 0;\n  }\n  30% {\n    opacity: 0.8;\n  }\n  70% {\n    opacity: 0;\n  }\n  100% {\n    opacity: 0;\n  }\n}\n@layer components {\n  .skeleton {\n    background-color: var(--color-surface-subtle);\n    border-radius: 0.3125rem;\n    position: relative;\n    display: inline-block;\n    line-height: 1;\n    width: 100%;\n  }\n  .skeleton::after {\n    border-radius: 0.3125rem;\n    background-color: var(--color-surface-moderate);\n    animation: 1.5s skeletonKeyframes linear infinite;\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n  }\n}"]}