.P1VyRf {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
  border: 3px dashed rgba(255, 255, 255, 0.4);
}
.P1VyRf.w29V8H {
  position: fixed;
  bottom: 20px;
  left: 20px;
  top: auto;
  width: 200px;
  height: 120px;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
  border: 2px dashed rgba(255, 255, 255, 0.6);
  animation: RytHK 2s infinite;
}
.P1VyRf.e2tHLB {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
  transform: scale(1.02);
  transition: all 0.2s ease-in-out;
}

.e4tYw0 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 20px;
  text-align: center;
}
.w29V8H .e4tYw0 {
  padding: 10px;
}

.x4ZBlm {
  width: 60px;
  height: 60px;
  border: 3px dashed white;
  border-radius: 50%;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: RytHK 1.5s infinite;
}
.w29V8H .x4ZBlm {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.x4ZBlm::before {
  content: "";
  width: 20px;
  height: 20px;
  border-bottom: 3px solid white;
  border-right: 3px solid white;
  transform: rotate(45deg) translate(-4px, -4px);
}
.w29V8H .x4ZBlm::before {
  width: 12px;
  height: 12px;
}

.i2YEEG {
  font-size: 24px;
  font-weight: 500;
}
.w29V8H .i2YEEG {
  font-size: 16px;
  white-space: nowrap;
}

@keyframes RytHK {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
}.P4EUFF {
  position: relative;
  width: fit-content;
  max-width: min(600px, calc(100% - 40px));
  min-width: 280px;
  border-radius: var(--msg-border-radius, 12px);
  overflow-wrap: break-word;
  margin: clamp(3px, 0.5vh, 6px) 0;
  margin-left: auto;
  font-size: var(--msg-font-size, 15px);
  padding: var(--msg-padding-y, 10px) var(--msg-padding-x, 14px);
  color: #f3f3f5;
  background-color: #2d2d32;
  box-shadow: 0 1px 4px rgba(15, 17, 27, 0.2);
  contain: layout style paint;
}
.P4EUFF:hover {
  background-color: #3d3d42;
}
.P4EUFF:hover .yeRsr {
  opacity: 1;
}

.B21EhZ {
  overflow-wrap: break-word;
  display: block;
  word-break: break-word;
  line-height: 1.4;
  user-select: text;
}

.b2iD4n {
  position: absolute;
  top: -5px;
  transform: translateY(-100%);
  left: 0;
  display: none;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  opacity: 0.8;
  user-select: none;
  background-color: rgba(15, 17, 27, 0.7);
  padding: 2px 6px;
  border-radius: 4px;
  color: #fff;
  white-space: nowrap;
}

.P4EUFF:hover .b2iD4n {
  display: flex;
}

@media (min-width: 768px) {
  .P4EUFF:hover {
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.1);
  }
}
.yeRsr {
  position: absolute;
  top: calc(var(--msg-padding-y, 10px) * 0.4);
  right: calc(var(--msg-padding-x, 14px) * 0.4);
  display: flex;
  gap: calc(var(--msg-gap, 6px) / 3);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.ty0ur {
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  color: #dcdde0;
  transition: background-color 0.2s, color 0.2s;
  width: var(--msg-button-size, 24px);
  height: var(--msg-button-size, 24px);
}
.ty0ur:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.t4x7ca {
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  color: #dcdde0;
  transition: background-color 0.2s, color 0.2s;
  width: var(--msg-button-size, 24px);
  height: var(--msg-button-size, 24px);
}
.t4x7ca:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.N4Xcor {
  width: 100%;
}

.VuME6 {
  width: 100%;
  resize: vertical;
  min-height: 70px;
  border: 1px solid #4f4f55;
  border-radius: var(--msg-border-radius, 12px);
  font-family: inherit;
  font-size: inherit;
  margin-bottom: var(--msg-gap, 6px);
  background-color: #3d3d42;
  color: #f3f3f5;
  padding: var(--msg-padding-y, 10px) var(--msg-padding-x, 14px);
}

.z2SaIl {
  display: flex;
  gap: var(--msg-gap, 6px);
  justify-content: flex-end;
}

.d1San3 {
  border-radius: var(--msg-border-radius, 12px);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: calc(var(--msg-padding-y, 10px) * 0.4) var(--msg-padding-x, 14px);
  font-size: 0.85rem;
  gap: var(--msg-gap, 6px);
  background-color: #4f4f55;
  color: #fff;
}
.d1San3:hover {
  background-color: #6a6a70;
}

.O3qsqD {
  border-radius: var(--msg-border-radius, 12px);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: calc(var(--msg-padding-y, 10px) * 0.4) var(--msg-padding-x, 14px);
  font-size: 0.85rem;
  gap: var(--msg-gap, 6px);
  background-color: #3d3d42;
  color: #dcdde0;
}
.O3qsqD:hover {
  background-color: #4f4f55;
}

.E4M9mk {
  margin-top: 12px;
  border-top: 1px solid rgba(15, 17, 27, 0.08);
  padding-top: 8px;
}

.z4ydd3 {
  user-select: none;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: #6a6a70;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
  margin-bottom: 6px;
}
.z4ydd3:hover {
  background-color: rgba(15, 17, 27, 0.05);
  color: #0f111b;
}

.C1PG2O {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 6px;
  padding: 8px;
  background-color: rgba(15, 17, 27, 0.04);
  border-radius: 8px;
  max-height: 350px;
  overflow-y: auto;
}

.E26h1w {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  background-color: transparent;
  border-radius: 6px;
  border: none;
  box-shadow: none;
  margin-bottom: 4px;
  padding: 0;
}

.v21lgT {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: #6a6a70;
  font-weight: 500;
}

.Z2OhvP {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}

.M4fa3X {
  font-size: 0.8rem;
  color: #888890;
  line-height: 1.4;
  opacity: 0.9;
  white-space: pre-wrap;
  max-height: 4.2em;
  overflow: hidden;
}

.i4xXc7 {
  width: 100%;
  height: 80px;
  overflow: hidden;
  border-radius: 4px;
}
.i4xXc7 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.BZHjb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 4px;
}

.H3TfNu {
  background: none;
  border: none;
  padding: 2px;
  border-radius: 4px;
  color: #acacb0;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.15s ease;
}
.H3TfNu:hover {
  opacity: 1;
  color: #ef4444;
  background-color: rgba(239, 68, 68, 0.1);
}.r4245F {
  position: relative;
  width: fit-content;
  align-self: flex-start;
  max-width: min(800px, calc(100% - 40px));
  min-width: 280px;
  border-radius: var(--msg-border-radius, 12px);
  overflow-wrap: break-word;
  margin: clamp(3px, 0.5vh, 6px) 0;
  font-size: var(--msg-font-size, 15px);
  padding: var(--msg-padding-y, 10px) var(--msg-padding-x, 14px);
  background-color: #f3f3f5;
  border: 1px solid #eaeaec;
  box-shadow: 0 1px 4px rgba(15, 17, 27, 0.1);
  contain: layout style paint;
}
.r4245F:hover {
  background-color: #eaeaec;
}
.r4245F:hover .F12OPD {
  opacity: 1;
}

.M25By6 {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.M25By6:hover {
  background-color: transparent;
}

.O3Q85q {
  position: relative;
  width: fit-content;
  align-self: flex-start;
  max-width: 100%;
  min-width: 280px;
  border-radius: var(--msg-border-radius, 12px);
  overflow-wrap: break-word;
  margin: clamp(3px, 0.5vh, 6px) 0;
  font-size: var(--msg-font-size, 15px);
  padding: var(--msg-padding-y, 10px) var(--msg-padding-x, 14px);
  background-color: #f3f3f5;
  border: 1px solid #eaeaec;
  box-shadow: 0 1px 4px rgba(15, 17, 27, 0.1);
  contain: layout style paint;
}
.O3Q85q:hover {
  background-color: #eaeaec;
}

.q1q2fF {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.25rem 0.5rem;
  background-color: #fee2e2;
  color: #ef4444;
  border-radius: 0.25rem;
  font-size: 0.85em;
  font-style: italic;
  user-select: none;
  position: relative;
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.L3M16X {
  display: inline-block;
  width: 2px;
  height: 1em;
  background-color: #3d3d42;
  margin-left: 1px;
  vertical-align: middle;
  animation: Q3EX3j 1s infinite;
}

.vZnrJ {
  overflow-wrap: break-word;
  display: block;
  word-break: break-word;
  line-height: 1.3;
  user-select: text;
}

.l183s {
  position: absolute;
  top: -5px;
  transform: translateY(-100%);
  left: 0;
  display: none;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  opacity: 0.8;
  user-select: none;
  background-color: rgba(15, 17, 27, 0.7);
  padding: 2px 6px;
  border-radius: 4px;
  color: #fff;
  white-space: nowrap;
}

.r4245F:hover .l183s {
  display: flex;
}

.F12OPD {
  position: absolute;
  top: 4px;
  right: 6px;
  display: flex;
  gap: 2px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.v3U4Oi {
  border: none;
  background-color: rgba(15, 17, 27, 0.05);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  color: #6a6a70;
  transition: background-color 0.2s, color 0.2s;
  width: var(--msg-button-size, 24px);
  height: var(--msg-button-size, 24px);
}
.v3U4Oi:hover {
  background-color: rgba(15, 17, 27, 0.1);
  color: #0f111b;
}

.A22bLH {
  border: none;
  background-color: rgba(15, 17, 27, 0.05);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  color: #6a6a70;
  transition: background-color 0.2s, color 0.2s;
  width: var(--msg-button-size, 24px);
  height: var(--msg-button-size, 24px);
}
.A22bLH:hover {
  background-color: rgba(15, 17, 27, 0.1);
  color: #0f111b;
}

.m1zw3U {
  color: #2d2d32;
  font-family: "Plus Jakarta Sans", "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  width: 100%;
  line-height: 1.3;
  font-size: var(--msg-font-size, 15px);
}

.E2mexc, .B2n4iC, .W1WGoR, .c4frpO, .O4L1MX, .S1O37C {
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin: calc(var(--msg-gap, 6px) * 1.5) 0 var(--msg-gap, 6px);
}

.E2mexc {
  border-bottom: 1px solid #eaeaec;
  font-size: calc(var(--msg-font-size, 15px) * 1.4);
  padding-bottom: calc(var(--msg-gap, 6px) * 0.7);
}

.B2n4iC {
  font-size: calc(var(--msg-font-size, 15px) * 1.2);
}

.W1WGoR {
  font-size: calc(var(--msg-font-size, 15px) * 1.1);
}

.c4frpO, .O4L1MX, .S1O37C {
  font-size: var(--msg-font-size, 15px);
}

.m1zw3U > :first-child {
  margin-top: 0;
}

.Q27Iqi {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  margin-bottom: var(--msg-gap, 6px);
}

.Q27Iqi:last-child {
  margin-bottom: 0;
}

.J3vIfC, .O3SuAh {
  margin: calc(var(--msg-gap, 6px) * 0.7) 0;
  padding-left: calc(var(--msg-padding-x, 14px) * 1.2);
}

.O4CGSG {
  margin: 0;
  padding-left: 0;
  display: list-item;
  line-height: 1.3;
  margin-bottom: calc(var(--msg-gap, 6px) * 0.4);
}

.O4CGSG:last-child {
  margin-bottom: 0;
}

.F32EJU {
  border-radius: var(--msg-border-radius, 12px);
  overflow: hidden;
  background-color: #3d3d42;
  position: relative;
  margin: calc(var(--msg-gap, 6px) * 1.5) 0;
}

.OTtgs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #4f4f55;
  color: #eaeaec;
  font-family: "SF Mono", "Monaco", "Inconsolata", "Fira Code", "Droid Sans Mono", "Source Code Pro", monospace;
  border-bottom: 1px solid #6a6a70;
  padding: calc(var(--msg-padding-y, 10px) * 0.4) var(--msg-padding-x, 14px);
  font-size: calc(var(--msg-font-size, 15px) * 0.75);
}

.a3iLFW {
  text-transform: uppercase;
  color: #cbccd0;
  letter-spacing: 0.5px;
  font-size: calc(var(--msg-font-size, 15px) * 0.72);
}

.ZJ3Cz {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.05);
  border: none;
  border-radius: 4px;
  color: #cbccd0;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: calc(var(--msg-padding-y, 10px) * 0.4) var(--msg-padding-x, 14px);
  gap: calc(var(--msg-gap, 6px) * 0.6);
  font-size: calc(var(--msg-font-size, 15px) * 0.75);
}
.ZJ3Cz:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.ZJ3Cz span {
  font-size: inherit;
}

.gic8A {
  margin: 0;
  background-color: #3d3d42;
  color: #eaeaec;
  font-family: "SF Mono", "Monaco", "Inconsolata", "Fira Code", "Droid Sans Mono", "Source Code Pro", monospace;
  line-height: 1.4;
  white-space: pre;
  overflow-x: auto;
  position: relative;
  padding: var(--msg-padding-y, 10px) var(--msg-padding-x, 14px);
  font-size: calc(var(--msg-font-size, 15px) * 0.85);
}

.gic8A::after {
  display: none;
}

.j1NYFw {
  font-family: inherit;
  background: transparent;
  padding: 0;
  color: inherit;
}

.O50za2 {
  background-color: rgba(172, 172, 176, 0.2);
  border-radius: 4px;
  font-family: "SF Mono", "Monaco", "Inconsolata", "Fira Code", "Droid Sans Mono", "Source Code Pro", monospace;
  color: #2d2d32;
  font-size: calc(var(--msg-font-size, 15px) * 0.85);
  padding: 0.15em 0.35em;
}

.RmRn6 {
  border-left: 4px solid #dcdde0;
  color: #6a6a70;
  margin: calc(var(--msg-gap, 6px) * 1.3) 0;
  padding: 0 0 0 var(--msg-padding-x, 14px);
}

.RmRn6 p {
  margin: calc(var(--msg-gap, 6px) * 0.4) 0;
}

.D2if64 {
  overflow-x: auto;
  border: 1px solid #eaeaec;
  margin: calc(var(--msg-gap, 6px) * 1.3) 0;
  border-radius: var(--msg-border-radius, 12px);
}

.E4RtQf {
  border-collapse: collapse;
  width: 100%;
  margin: 0;
  overflow: hidden;
  font-size: calc(var(--msg-font-size, 15px) * 0.9);
}

.gjavB, .g4THFT {
  border: 1px solid #eaeaec;
  text-align: left;
  padding: calc(var(--msg-padding-y, 10px) * 0.5) var(--msg-padding-x, 14px);
}

.gjavB {
  background-color: #f3f3f5;
  font-weight: 600;
}

.D3aCSP {
  color: #0070f3;
  text-decoration: none;
  transition: color 0.2s;
}

.D3aCSP:hover {
  text-decoration: underline;
  color: #005ed4;
}

.i36Rml {
  display: flex;
  flex-direction: column;
  margin: 1rem 0;
  width: 100%;
}

.n3yn5y {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
  width: 100%;
  max-width: 512px;
  border-radius: 8px;
  overflow: hidden;
  background-color: rgba(15, 17, 27, 0.05);
}

.u3EM7j {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  display: block;
}

.z4VE8u {
  display: flex;
  justify-content: flex-start;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.k5x9uV {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
}

.W3S2tS {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(15, 17, 27, 0.1);
  border-left-color: #2a8aff;
  border-radius: 50%;
  animation: w2y3Cb 1s linear infinite;
}

.m1nNtf {
  padding: 1rem;
  background-color: rgba(239, 68, 68, 0.1);
  border-radius: 8px;
  color: #ef4444;
  font-size: 0.9rem;
}

.AxgO7 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@keyframes w2y3Cb {
  to {
    transform: rotate(360deg);
  }
}
.o2OPeI.katex-display {
  margin: 0.35rem 0 !important;
  padding: 0 !important;
  overflow-x: auto;
  overflow-y: hidden;
}
.o2OPeI .katex {
  font-size: calc(1rem * 1.1) !important;
  text-align: left !important;
  line-height: 1.5 !important;
}
.o2OPeI .katex-display > .katex {
  display: block !important;
  text-align: center !important;
  margin: 0.35rem 0 !important;
}
.o2OPeI .katex-mathml {
  display: block !important;
  font-size: 1.1em !important;
}
.o2OPeI .katex-html {
  padding: 2px 0;
}
.o2OPeI .mord, .o2OPeI .mbin, .o2OPeI .mrel, .o2OPeI .mopen, .o2OPeI .mclose, .o2OPeI .mpunct, .o2OPeI .minner {
  margin: 0 0.05em !important;
}
.o2OPeI .mop {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@keyframes Q3EX3j {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.JDmkR {
  display: inline-flex;
  align-items: baseline;
  vertical-align: baseline;
  margin-left: 4px;
  gap: 3px;
}
.JDmkR span {
  width: 4px;
  height: 4px;
  background-color: #888890;
  border-radius: 50%;
  display: inline-block;
  animation: G4UPyh 1.2s infinite ease-in-out;
}
.JDmkR span:nth-child(1) {
  animation-delay: 0s;
}
.JDmkR span:nth-child(2) {
  animation-delay: 0.15s;
}
.JDmkR span:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes G4UPyh {
  0%, 60%, 100% {
    transform: translateY(0);
    opacity: 0.4;
  }
  30% {
    transform: translateY(-3px);
    opacity: 1;
  }
}/**
 * SlideGenRequestItem styles
 * Matches the visual style of chat messages but with request-specific layout
 */
.b2vQy8 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem;
  background: #f3f3f5;
  border-radius: 0.75rem;
  border: 1px solid #cbccd0;
  margin: 0.5rem 0;
}
.b2vQy8.i3Zy6O {
  padding: 0.75rem;
  gap: 0.5rem;
}

.o3PvJM {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.pX0Ma {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
  min-width: 0;
}

.W2hpWa {
  font-weight: 600;
  font-size: 13px;
  color: #2d3748;
}

.Z3iRBr {
  font-size: 11px;
  color: #6a6a70;
}

.cGeAK {
  padding-left: 0;
}

.Y1OElp {
  font-size: 14px;
  line-height: 1.5;
  color: #2d3748;
  font-style: italic;
  position: relative;
}
.Y1OElp::before {
  content: '"';
  font-size: 24px;
  position: absolute;
  left: -16px;
  top: -4px;
  color: #6a6a70;
  opacity: 0.3;
}

.b2eUr3 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  padding-left: 0;
  font-size: 12px;
}

.k3n0od {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  color: #414141;
}

.S10QCO {
  color: #6a6a70;
  flex-shrink: 0;
}

.m3uueL {
  color: #6a6a70;
}
.m3uueL::after {
  content: ":";
}

.I5uKvP {
  color: #2d3748;
  font-weight: 500;
}

.aI92D {
  color: #2a8aff;
  text-decoration: none;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aI92D:hover {
  text-decoration: underline;
}

.i3Zy6O .cGeAK {
  padding-left: 0;
}
.i3Zy6O .b2eUr3 {
  padding-left: 0;
}
.i3Zy6O .Y1OElp::before {
  display: none;
}.I51MUm {
  padding: 1rem;
  margin: 0.5rem 0;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.l4O3xO {
  margin-bottom: 0.75rem;
}

.w3XdRX {
  font-size: 0.85rem;
  color: #64748b;
  font-weight: 500;
}

.Y1wzFB {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.C15OXK {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
  gap: 0.75rem;
}

.Y4Ji2j {
  animation: V5pD7u 1s linear infinite;
  color: #3b82f6;
}

@keyframes V5pD7u {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.Ep80s {
  font-size: 0.9rem;
  color: #64748b;
}

.g2Y6hF {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f8fafc;
}

.BpQKp {
  display: block;
  max-width: 100%;
  max-height: 400px;
  height: auto;
  width: auto;
  object-fit: contain;
  border-radius: 8px;
}

.E4OXvl {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  display: flex;
  gap: 0.5rem;
  opacity: 0;
  animation: fadeIn 0.2s ease-in-out forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.Xjlar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  border: none;
  border-radius: 6px;
  color: white;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}
.Xjlar:hover {
  background: rgba(0, 0, 0, 0.85);
  transform: scale(1.05);
}
.Xjlar:active {
  transform: scale(0.95);
}

.d3D0bR {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.9);
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  white-space: nowrap;
  pointer-events: none;
}

.q322ug {
  font-size: 0.9rem;
  color: #1e293b;
  line-height: 1.5;
}

.P4ZzrV {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  padding: 2rem;
  animation: fadeIn 0.2s ease-in-out;
}

.F2oQ5Z {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: #1e293b;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.jBhzn {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: white;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  color: #1e293b;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}
.jBhzn:hover {
  background: #f1f5f9;
  transform: scale(1.1);
}
.jBhzn:active {
  transform: scale(0.95);
}

.g4vVhL {
  max-width: 100%;
  max-height: calc(90vh - 6rem);
  height: auto;
  width: auto;
  object-fit: contain;
  border-radius: 8px;
}

.z4OIIG {
  color: white;
  font-size: 1rem;
  text-align: center;
  padding: 0.5rem;
}

@media (max-width: 768px) {
  .P4ZzrV {
    padding: 1rem;
  }
  .F2oQ5Z {
    max-width: 95vw;
    max-height: 95vh;
    padding: 1rem;
  }
  .g4vVhL {
    max-height: calc(95vh - 5rem);
  }
  .BpQKp {
    max-height: 300px;
  }
}