::view-transition-old(root){animation:.2s cubic-bezier(.4,0,1,1) fade-out}::view-transition-new(root){animation:.2s cubic-bezier(0,0,.2,1) .1s fade-in}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fadeInSlideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}::view-transition-group(root){animation-duration:.25s;animation-timing-function:cubic-bezier(.22,1,.36,1)}[style*=viewTransitionName]{contain:layout}::view-transition-old(root){backface-visibility:hidden;will-change:transform,opacity}::view-transition-new(root){backface-visibility:hidden;will-change:transform,opacity}@supports not (view-transition-name:none){[data-transition=entering]{animation:.2s cubic-bezier(0,0,.2,1) .1s fade-in}[data-transition=leaving]{animation:.2s cubic-bezier(.4,0,1,1) fade-out}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes slideOutToLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-20px)}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
.DocumentContextMenu-module__Jqggxa__contextMenu{z-index:10000;background:#fff;border:1px solid #e0e0e0;border-radius:4px;min-width:160px;padding:4px 0;animation:.15s ease-out DocumentContextMenu-module__Jqggxa__fadeIn;position:fixed;box-shadow:0 2px 8px #00000026}.DocumentContextMenu-module__Jqggxa__menuItem{cursor:pointer;color:#333;-webkit-user-select:none;user-select:none;background-color:#0000;padding:8px 16px;font-size:14px;transition:background-color .2s}.DocumentContextMenu-module__Jqggxa__menuItem:hover{background-color:#f0f0f0}.DocumentContextMenu-module__Jqggxa__menuItem:active{background-color:#e0e0e0}.DocumentContextMenu-module__Jqggxa__divider{background:#e0e0e0;height:1px;margin:4px 0}@keyframes DocumentContextMenu-module__Jqggxa__fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.DocumentContextMenu-module__Jqggxa__menuItem:focus{outline-offset:-2px;background-color:#f0f0f0;outline:2px solid #2196f3}@media (prefers-color-scheme:dark){.DocumentContextMenu-module__Jqggxa__contextMenu{background:#1a1a1a;border-color:#333;box-shadow:0 2px 8px #00000080}.DocumentContextMenu-module__Jqggxa__menuItem{color:#e0e0e0}.DocumentContextMenu-module__Jqggxa__menuItem:hover{background-color:#2a2a2a}.DocumentContextMenu-module__Jqggxa__menuItem:active{background-color:#333}.DocumentContextMenu-module__Jqggxa__divider{background:#333}}
.EditorFeedbackForm-module__4kYl3q__scoreSlider{-webkit-appearance:none;background:linear-gradient(to right,var(--slider-thumb-color,#6b7280)var(--slider-fill-pct,50%),var(--fr-slider-track,#d1d5db)0%);border-radius:9999px;outline:none;width:100%;height:.5rem}.EditorFeedbackForm-module__4kYl3q__scoreSlider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--slider-thumb-color,#6b7280);border:none;border-radius:50%;width:1rem;height:1rem;box-shadow:0 0 0 3px #0000000f}.EditorFeedbackForm-module__4kYl3q__scoreSlider::-moz-range-thumb{background:var(--slider-thumb-color,#6b7280);border:none;border-radius:50%;width:1rem;height:1rem}.EditorFeedbackForm-module__4kYl3q__scoreSlider::-ms-thumb{background:var(--slider-thumb-color,#6b7280);border:none;border-radius:50%;width:1rem;height:1rem}.EditorFeedbackForm-module__4kYl3q__requiredLabel{color:#ef4444;margin-left:.25rem;font-weight:600}
.bells{fill:#ffb71b}.bluedark{fill:#425cc7}.bluelight{fill:#9eade5}.cyandark{fill:#0093c9}.cyanlight{fill:#63cfe3}.golddark{fill:#d47e00}.goldlight{fill:#ffc27a}.greendark{fill:#3dae2b}.greenlight{fill:#89dc65}.magentadark{fill:#e81f76}.magentalight{fill:#f095cd}.orangedark{fill:#ff6b00}.orangelight{fill:#ff9d6c}.purpledark{fill:#9d1d96}.purplelight{fill:#cb8bda}.royalpurpledark{fill:#773dbd}.royalpurplelight{fill:#ae95da}.reddark{fill:#ff4438}.redlight{fill:#ff8e9f}
.FailuresReportInspector-module__56EDcW__scrollContainer{box-sizing:border-box;flex:1;width:100%;min-height:0;padding:12px;overflow:hidden auto}.FailuresReportInspector-module__56EDcW__content{box-sizing:border-box;width:100%;color:var(--fr-text-color);font-size:14px;line-height:1.6}.FailuresReportInspector-module__56EDcW__content *{box-sizing:border-box;overflow-wrap:break-word;word-break:break-word;max-width:100%}.FailuresReportInspector-module__56EDcW__content pre{white-space:pre-wrap;background:var(--fr-code-bg);color:var(--fr-code-fg);border-radius:6px;margin-bottom:12px;padding:12px}.FailuresReportInspector-module__56EDcW__content code{font-family:monospace;font-size:13px}.FailuresReportInspector-module__56EDcW__content :not(pre)>code{background:var(--fr-inline-code-bg);color:var(--fr-inline-code-fg);word-break:break-all;border-radius:4px;padding:2px 6px}.FailuresReportInspector-module__56EDcW__content table{table-layout:fixed;border-collapse:collapse;width:100%;margin-bottom:12px;font-size:.9em}.FailuresReportInspector-module__56EDcW__content td,.FailuresReportInspector-module__56EDcW__content th{border:1px solid var(--fr-border-color);word-break:break-word;padding:6px 8px}.FailuresReportInspector-module__56EDcW__content th{background:var(--fr-code-bg);text-align:left;font-weight:600}.FailuresReportInspector-module__56EDcW__content a{color:var(--fr-link-color);word-break:break-all;text-decoration:underline}.FailuresReportInspector-module__56EDcW__content blockquote{border-left:4px solid var(--fr-warning-color);color:var(--fr-muted-color);margin-bottom:12px;padding-left:16px;font-style:italic}.FailuresReportInspector-module__56EDcW__content p,.FailuresReportInspector-module__56EDcW__content li{margin-bottom:12px}.FailuresReportInspector-module__56EDcW__content ul{margin-bottom:12px;margin-left:20px;list-style-type:disc}.FailuresReportInspector-module__56EDcW__content ol{margin-bottom:12px;margin-left:20px;list-style-type:decimal}.FailuresReportInspector-module__56EDcW__content h1{margin-top:16px;margin-bottom:12px;font-size:1.4em;font-weight:700}.FailuresReportInspector-module__56EDcW__content hr{border:none;border-top:2px solid var(--fr-border-color);margin:24px 0}.FailuresReportInspector-module__56EDcW__content h2{border-bottom:1px solid var(--fr-border-color);margin-top:16px;margin-bottom:8px;padding-bottom:4px;font-size:1.2em;font-weight:600}.FailuresReportInspector-module__56EDcW__content details{border:1px solid var(--fr-border-color);background:var(--fr-code-bg);border-radius:6px;margin-bottom:16px;padding:8px 12px}.FailuresReportInspector-module__56EDcW__content summary{cursor:pointer;background:var(--fr-border-color);border-radius:6px 6px 0 0;margin:-8px -12px 8px;padding:8px 12px;font-size:1.1em;list-style-position:inside}.FailuresReportInspector-module__56EDcW__content summary::-webkit-details-marker{margin-right:8px}.FailuresReportInspector-module__56EDcW__content summary:hover{opacity:.9}.FailuresReportInspector-module__56EDcW__content details[open] summary{border-bottom:1px solid var(--fr-border-color);border-radius:6px 6px 0 0;margin-bottom:12px}.FailuresReportInspector-module__56EDcW__content h3{margin-top:12px;margin-bottom:8px;font-size:1.05em;font-weight:600}
.SourceInspector-module__GY3O-a__scrollContainer{box-sizing:border-box;flex:1;width:100%;min-height:0;padding:12px;overflow:hidden auto}.SourceInspector-module__GY3O-a__content{box-sizing:border-box;width:100%;color:var(--fr-text-color);font-size:14px;line-height:1.6}.SourceInspector-module__GY3O-a__content *{box-sizing:border-box;overflow-wrap:break-word;word-break:break-word;max-width:100%}.SourceInspector-module__GY3O-a__content pre{white-space:pre-wrap;background:var(--fr-code-bg);color:var(--fr-code-fg);border-radius:6px;margin-bottom:12px;padding:12px}.SourceInspector-module__GY3O-a__content code{font-family:monospace;font-size:13px}.SourceInspector-module__GY3O-a__content :not(pre)>code{background:var(--fr-inline-code-bg);color:var(--fr-inline-code-fg);word-break:break-all;border-radius:4px;padding:2px 6px}.SourceInspector-module__GY3O-a__content table{table-layout:fixed;border-collapse:collapse;width:100%;margin-bottom:12px;font-size:.9em}.SourceInspector-module__GY3O-a__content td,.SourceInspector-module__GY3O-a__content th{border:1px solid var(--fr-border-color);word-break:break-word;padding:6px 8px}.SourceInspector-module__GY3O-a__content th{background:var(--fr-code-bg);text-align:left;font-weight:600}.SourceInspector-module__GY3O-a__content a{color:var(--fr-link-color);word-break:break-all;text-decoration:underline}.SourceInspector-module__GY3O-a__content blockquote{border-left:4px solid var(--fr-warning-color);color:var(--fr-muted-color);margin-bottom:12px;padding-left:16px;font-style:italic}.SourceInspector-module__GY3O-a__content p,.SourceInspector-module__GY3O-a__content li{margin-bottom:12px}.SourceInspector-module__GY3O-a__content ul{margin-bottom:12px;margin-left:20px;list-style-type:disc}.SourceInspector-module__GY3O-a__content ol{margin-bottom:12px;margin-left:20px;list-style-type:decimal}.SourceInspector-module__GY3O-a__content h1{margin-top:16px;margin-bottom:12px;font-size:1.4em;font-weight:700}.SourceInspector-module__GY3O-a__content hr{border:none;border-top:2px solid var(--fr-border-color);margin:24px 0}.SourceInspector-module__GY3O-a__content h2{border-bottom:1px solid var(--fr-border-color);margin-top:16px;margin-bottom:8px;padding-bottom:4px;font-size:1.2em;font-weight:600}.SourceInspector-module__GY3O-a__content details{border:1px solid var(--fr-border-color);background:var(--fr-code-bg);border-radius:6px;margin-bottom:16px;padding:8px 12px}.SourceInspector-module__GY3O-a__content summary{cursor:pointer;background:var(--fr-border-color);border-radius:6px 6px 0 0;margin:-8px -12px 8px;padding:8px 12px;font-size:1.1em;list-style-position:inside}.SourceInspector-module__GY3O-a__content summary::-webkit-details-marker{margin-right:8px}.SourceInspector-module__GY3O-a__content summary:hover{opacity:.9}.SourceInspector-module__GY3O-a__content details[open] summary{border-bottom:1px solid var(--fr-border-color);border-radius:6px 6px 0 0;margin-bottom:12px}.SourceInspector-module__GY3O-a__content h3{margin-top:12px;margin-bottom:8px;font-size:1.05em;font-weight:600}
/*# sourceMappingURL=ccc996235e4467b6.css.map*/