html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 15px;
  }
}

body {
  background: #f4f5f7;
}

.topbar {
  background: #fff;
  border-bottom: 1px solid #dee2e6;
  position: sticky;
  top: 0;
  z-index: 10;
}

.foto-panel .foto-ana {
  position: relative;
  min-height: 55vh;
  max-height: 72vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1b1e21;
  border-radius: .375rem;
  overflow: hidden;
  cursor: grab;
  touch-action: none;
  user-select: none;
}

.foto-panel .foto-ana.tasima {
  cursor: grabbing;
}

.foto-panel .foto-ana img {
  max-width: 100%;
  max-height: 72vh;
  object-fit: contain;
  transform-origin: center center;
  will-change: transform;
  pointer-events: none;
}

.foto-ana:fullscreen {
  max-height: none;
}

.foto-ana:fullscreen img {
  max-height: 100vh;
}

.viewer-arac {
  position: absolute;
  top: .5rem;
  right: .5rem;
  opacity: .55;
  transition: opacity .15s;
  z-index: 5;
}

.foto-ana:hover .viewer-arac {
  opacity: 1;
}

.viewer-arac .btn {
  font-size: 1rem;
  line-height: 1.1;
  padding: .3rem .55rem;
}

.viewer-zoom {
  position: absolute;
  left: .5rem;
  bottom: .5rem;
  opacity: .8;
  z-index: 5;
}

.foto-kucuk {
  position: relative;
  width: 72px;
  height: 72px;
  border: 2px solid transparent;
  border-radius: .375rem;
  overflow: hidden;
  cursor: pointer;
  flex: 0 0 auto;
}

.foto-kucuk.secili {
  border-color: #0d6efd;
}

.foto-kucuk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.durum-rozet {
  position: absolute;
  right: 2px;
  bottom: 2px;
  font-size: .7rem;
  line-height: 1;
  padding: 2px 4px;
  border-radius: 4px;
  background: rgba(0, 0, 0, .65);
  color: #ffc107;
}

.durum-rozet[data-durum="analiz_edildi"] { color: #4ade80; }
.durum-rozet[data-durum="hata"] { color: #f87171; }
.durum-rozet[data-durum="calisiyor"] { color: #60a5fa; }
