@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap);
* {
  margin: 0;
  padding: 0;

  box-sizing: border-box;
}

html,
body {
  height: 100vh;
  background: rgb(196, 196, 196);

  font-family: "Inter", sans-serif;
}

button {
  width: 240px;
  height: 45px;
  font-size: 16px;
  font-family: "Inter";
  opacity: 0.95;
  background-color: #000000;
  color: white;

  outline: none;
  border: none;
  border-radius: 7px;

  cursor: pointer;
}

button + button {
  margin-top: 15px;
}

select + select {
  margin-top: 15px;
}

select + select + button {
  margin-top: 15px;
}

.leftPanel {
  position: fixed;
  top: 60px;
  left: 30px;
  z-index: 1040;

  display: flex;
  flex-direction: column;
}

.leftBottomPanel {
  width: 240px;
  position: fixed;
  top: 190px;
  left: 30px;
  z-index: 1040;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.leftBottomPanel.hide {
  display: none;
}

.floor-label {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 5px;
  margin-top: 12px;
  padding-left: 4px;
}

.leftBottomPanel h4 + .floor-label {
  margin-top: 0;
}

.webgl {
  position: fixed;
  top: 0;
  left: 0;
  outline: none;
}

.label {
  color: #fff;
  font-family: sans-serif;
  padding: 2px;
  background: rgba(0, 0, 0, 0.6);
}

#list {
  position: fixed;
  top: 10px;
  left: 10px;
  width: 250px;
  background-color: white;
  border-radius: 10px;

  padding: 15px;

  max-height: calc(100vh - 20px);
  overflow-y: visible;
  overflow-x: hidden;

  display: flex;
  flex-direction: column;

  cursor: pointer;

  z-index: 1040;
}

#list::-webkit-scrollbar {
  display: none;
}

.list__item {
  width: 100%;
  padding: 10px;
  border-radius: 12px;
}

.list__item:hover {
  background-color: rgb(226, 226, 226);
}

#modal {
  display: none;

  position: fixed;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;

  padding: 15px;
  border-radius: 12px;

  width: 350px;
  background-color: white;

  z-index: 1040;
}

#modal.toggled {
  display: block;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  opacity: 0.95;
  background: #000000;
  background-image: none;
  flex: 1;
  padding: 0 0.5em;
  color: #fff;
  cursor: pointer;
  font-size: 1em;
  font-family: "Inter", sans-serif;
  text-indent: 15px;
}

select::-ms-expand {
  display: none;
}

.select {
  position: relative;
  display: flex;
  width: 100%;
  height: 3em;
  line-height: 3;
  background: #5c6664;
  overflow: hidden;
  border-radius: 0.25em;
  margin-top: 6px;
}

.select::after {
  content: "\25BC";
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 5px;
  opacity: 0.95;
  background: #5a5a5a;
  cursor: pointer;
  pointer-events: none;
  transition: 0.25s all ease;
}

.select:hover::after {
  color: #ffffff;
}

#startCinematicTrip {
  margin-top: 18px;
}

.info-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  max-width: 500px;
  width: 90%;
  z-index: 1000;
  animation: fadeIn 0.3s;
}

.info-box.hidden {
  display: none;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  color: #666;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-btn:hover {
  color: #000;
}

#infoTitle {
  margin: 0 0 15px 0;
  color: #333;
}

#infoContent {
  color: #666;
  line-height: 1.6;
}


.gun-filter {
  display: flex;
  gap: 8px; 
  flex-wrap: wrap;
  margin-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 15px;
}
 

.gun-filter button,
.gun-btn {
  width: auto !important;
  height: auto !important; 
  margin-top: 0 !important; 
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  background-color: transparent !important; 
  color: #666 !important;
  border: 1px solid #ddd !important;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}
 
.gun-filter button:hover,
.gun-btn:hover {
  background-color: #f5f5f5 !important;
  color: #000 !important;
}
 

.gun-filter button.active,
.gun-btn.active {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
  font-weight: 600;
}
 

.schedule-filter {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
 
.schedule-filter button,
.sinif-btn {
  width: auto !important;
  height: auto !important;
  margin-top: 0 !important;
  padding: 6px 14px;
  font-size: 13px;
  font-family: "Inter", sans-serif;
  background-color: #f0f0f0 !important;
  color: #333 !important;
  border: 1px solid #ddd !important;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.15s ease;
}
 
.schedule-filter button:hover,
.sinif-btn:hover {
  background-color: #e0e0e0 !important;
}
 
.schedule-filter button.active,
.sinif-btn.active {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}
 
.no-result {
  text-align: center;
  color: #999;
  padding: 16px 0;
  font-size: 13px;
}
 

.schedule-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 8px;
  font-size: 14px;
}
 
.schedule-table th,
.schedule-table td {
  padding: 8px 12px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}
 
.schedule-table th {
  background-color: #f5f5f5;
  font-weight: 600;
  color: #333;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
 
.schedule-table td {
  color: #555;
}
 
.schedule-table tr:last-child td {
  border-bottom: none;
}
 
.schedule-table tr:hover td {
  background-color: #fafafa;
}
 

#infoBox.schedule {
  max-width: 680px;
  width: 95%;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translate(-50%, -45%); }
  to { opacity: 1; transform: translate(-50%, -50%); }
}

/*# sourceMappingURL=main.css.map*/