{"version":3,"file":"NavigationProgress.module.mjs","names":[],"sources":["../src/NavigationProgress.module.css"],"sourcesContent":[".root {\n  position: fixed;\n  top: 0;\n  inset-inline: 0;\n  z-index: var(--nprogress-z-index);\n  background-color: transparent;\n  transition: opacity 150ms ease;\n  transition-delay: 50ms;\n  opacity: 0;\n  overflow: visible;\n\n  &:where([data-mounted]) {\n    opacity: 1;\n  }\n}\n\n.section {\n  position: relative;\n  transition: width 150ms ease;\n  overflow: visible;\n\n  &::before {\n    content: '';\n    position: absolute;\n    width: 100px;\n    height: var(--progress-size);\n    top: 0;\n    inset-inline-end: 1px;\n    transform: rotate(4deg) translateY(-4px);\n    box-shadow:\n      0 0 10px var(--progress-section-color),\n      0 0 5px var(--progress-section-color);\n  }\n}\n"],"mappings":""}