/* fakecss:/rails/app/svelte/level_meter.esbuild-svelte-fake-css */
.level-meter.svelte-19byu48 {
  background:
    linear-gradient(
      135deg,
      #1e1e2e 0%,
      #2a2a3e 100%);
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.meter-svg.svelte-19byu48 {
  border-radius: 4px;
  overflow: hidden;
}
.background.svelte-19byu48 {
  fill: #0a0a0f;
  stroke: #333344;
  stroke-width: 1;
  rx: 4;
}
.level-fill.svelte-19byu48 {
  transition: width 0.1s ease-out;
  rx: 2;
}
.peak-marker.svelte-19byu48 {
  transition: x 0.2s ease-out;
  rx: 1;
}
.level-text.svelte-19byu48 {
  font-family:
    "Monaco",
    "Menlo",
    "Consolas",
    monospace;
  font-size: 14px;
  font-weight: 800;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
  dominant-baseline: middle;
}
.scale-text.svelte-19byu48 {
  font-family:
    "Monaco",
    "Menlo",
    "Consolas",
    monospace;
  font-size: 11px;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  dominant-baseline: middle;
}
.peak-text.svelte-19byu48 {
  fill: #ff6b6b;
}
.temp-peak-text.svelte-19byu48 {
  fill: #51cf66;
}
.level-gradient-green.svelte-19byu48 {
  fill: url(#levelGradientGreen);
}
.level-gradient-yellow.svelte-19byu48 {
  fill: url(#levelGradientYellow);
}
.level-gradient-red.svelte-19byu48 {
  fill: url(#levelGradientRed);
}

/* fakecss:/rails/app/svelte/PictureTask.esbuild-svelte-fake-css */
.status.svelte-1kh8xqv,
.done.svelte-1kh8xqv {
  margin: 1rem 0;
  color: var(--muted, #5c5c66);
}
.status.error.svelte-1kh8xqv {
  color: #b04040;
}
.done.svelte-1kh8xqv {
  padding: 1.25rem;
  background: rgba(127, 127, 127, 0.08);
  border-left: 3px solid var(--accent, #1f5fd4);
  border-radius: 0.375rem;
  color: var(--text, #1c1c1e);
}
figure.svelte-1kh8xqv {
  margin: 0 0 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
img.svelte-1kh8xqv {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  border: 1px solid var(--rule, #e6e6e0);
  background: var(--surface, #ffffff);
}
button.svelte-1kh8xqv {
  align-self: flex-start;
  padding: 0.85rem 1.5rem;
  font: inherit;
  font-weight: 600;
  font-size: 1rem;
  color: var(--accent-contrast, #ffffff);
  background: var(--accent, #1f5fd4);
  border: none;
  border-radius: 0.625rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 8px 24px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button.svelte-1kh8xqv:hover:not(:disabled) {
  background: var(--accent-hover, #1a4fb0);
}
button.svelte-1kh8xqv:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (max-width: 30rem) {
  button.svelte-1kh8xqv {
    align-self: stretch;
    text-align: center;
  }
}
.fixed.svelte-1kh8xqv {
  position: fixed;
}
.bottom-4.svelte-1kh8xqv {
  bottom: 1rem;
}
.right-4.svelte-1kh8xqv {
  right: 1rem;
}
.z-50.svelte-1kh8xqv {
  z-index: 50;
}
.relative.svelte-1kh8xqv {
  position: relative;
}
.overflow-hidden.svelte-1kh8xqv {
  overflow: hidden;
}
.flex.svelte-1kh8xqv {
  display: flex;
}
.items-center.svelte-1kh8xqv {
  align-items: center;
}
.justify-between.svelte-1kh8xqv {
  justify-content: space-between;
}
.space-x-3.svelte-1kh8xqv > :where(.svelte-1kh8xqv) + :where(.svelte-1kh8xqv) {
  margin-left: 0.75rem;
}
.space-y-3.svelte-1kh8xqv > :where(.svelte-1kh8xqv) + :where(.svelte-1kh8xqv) {
  margin-top: 0.75rem;
}
.w-full.svelte-1kh8xqv {
  width: 100%;
}
.max-w-sm.svelte-1kh8xqv {
  max-width: 24rem;
}
.mx-auto.svelte-1kh8xqv {
  margin-left: auto;
  margin-right: auto;
}
.min-w-\[300px\].svelte-1kh8xqv {
  min-width: 300px;
}
.h-2\.5.svelte-1kh8xqv {
  height: 0.625rem;
}
.h-3.svelte-1kh8xqv {
  height: 0.75rem;
}
.h-5.svelte-1kh8xqv {
  height: 1.25rem;
}
.w-5.svelte-1kh8xqv {
  width: 1.25rem;
}
.h-6.svelte-1kh8xqv {
  height: 1.5rem;
}
.w-6.svelte-1kh8xqv {
  width: 1.5rem;
}
.px-6.svelte-1kh8xqv {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-4.svelte-1kh8xqv {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.mb-4x.svelte-1kh8xqv {
  margin-bottom: 1rem;
}
.mb-2x.svelte-1kh8xqv {
  margin-bottom: 0.5rem;
}
.pt-4x.svelte-1kh8xqv {
  padding-top: 1rem;
}
.py-3x.svelte-1kh8xqv {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.bg-white.svelte-1kh8xqv {
  background-color: #ffffff;
}
.bg-gray-200.svelte-1kh8xqv {
  background-color: #e5e7eb;
}
.bg-blue-500.svelte-1kh8xqv {
  background-color: #3b82f6;
}
.bg-red-500.svelte-1kh8xqv {
  background-color: #ef4444;
}
.bg-green-500.svelte-1kh8xqv {
  background-color: #22c55e;
}
.bg-red-500.svelte-1kh8xqv:hover,
.hover\:bg-red-600.svelte-1kh8xqv:hover {
  background-color: #dc2626;
}
.hover\:bg-green-600.svelte-1kh8xqv:hover {
  background-color: #16a34a;
}
.text-white.svelte-1kh8xqv {
  color: #ffffff;
}
.text-gray-300.svelte-1kh8xqv {
  color: #d1d5db;
}
.text-gray-600.svelte-1kh8xqv {
  color: #4b5563;
}
.text-gray-800.svelte-1kh8xqv {
  color: #1f2937;
}
.text-blue-500.svelte-1kh8xqv {
  color: #3b82f6;
}
.text-red-500.svelte-1kh8xqv {
  color: #ef4444;
}
.text-red-600.svelte-1kh8xqv {
  color: #dc2626;
}
.text-green-600.svelte-1kh8xqv {
  color: #16a34a;
}
.border-2.svelte-1kh8xqv {
  border-width: 2px;
  border-style: solid;
}
.border-blue-500.svelte-1kh8xqv {
  border-color: #3b82f6;
}
.border-red-500.svelte-1kh8xqv {
  border-color: #ef4444;
}
.border-green-500.svelte-1kh8xqv {
  border-color: #22c55e;
}
.border-gray-300.svelte-1kh8xqv {
  border-color: #d1d5db;
}
.border-white.svelte-1kh8xqv {
  border-color: #ffffff;
}
.rounded-lg.svelte-1kh8xqv {
  border-radius: 0.5rem;
}
.rounded-full.svelte-1kh8xqv {
  border-radius: 9999px;
}
.shadow-xl.svelte-1kh8xqv {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.text-sm.svelte-1kh8xqv {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-3xl.svelte-1kh8xqv {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.font-semibold.svelte-1kh8xqv {
  font-weight: 600;
}
.font-bold.svelte-1kh8xqv {
  font-weight: 700;
}
.text-right.svelte-1kh8xqv {
  text-align: right;
}
.text-center.svelte-1kh8xqv {
  text-align: center;
}
.cursor-not-allowed.svelte-1kh8xqv {
  cursor: not-allowed;
}
.opacity-25.svelte-1kh8xqv {
  opacity: 0.25;
}
.opacity-75.svelte-1kh8xqv {
  opacity: 0.75;
}
.transition-all.svelte-1kh8xqv {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.duration-100.svelte-1kh8xqv {
  transition-duration: 100ms;
}
.duration-300.svelte-1kh8xqv {
  transition-duration: 300ms;
}
.animate-spin.svelte-1kh8xqv {
  animation: svelte-1kh8xqv-ptask-spin 1s linear infinite;
}
@keyframes svelte-1kh8xqv-ptask-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
