@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* =========================================
   1. DEĞİŞKENLER (VARIABLES)
   ========================================= */
/* =========================================
   2. TEMEL AYARLAR (BASE & UTILS)
   ========================================= */
body, html {
  width: 100%;
  min-height: 100vh;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #000;
  overflow-x: hidden;
  background-color: #F4F4F4;
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none !important;
}

.ui-locked {
  opacity: 0.5;
  pointer-events: none;
  -webkit-filter: grayscale(0.8);
          filter: grayscale(0.8);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* =========================================
   3. ANA DÜZEN (LAYOUT)
   ========================================= */
.ai-filter-content-scope {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  /* Haber Sonuçları Grid */
  /* --- SOL PANEL (BAŞLIK & CHART) --- */
  /* --- SAĞ PANEL (WIDGET) --- */
}
.ai-filter-content-scope .ai-container {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.ai-filter-content-scope .ai-content-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.13);
  z-index: 2;
  padding: 40px 0 60px 0;
}
.ai-filter-content-scope .ai-filter-grid {
  display: grid;
  grid-template-columns: 220px 1fr 1fr;
  gap: 20px;
}
.ai-filter-content-scope .ai-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #F4F4F4;
  padding: 45px 0;
}
.ai-filter-content-scope .mobile-info-text {
  font-family: "Montserrat", sans-serif;
  background: #EAEAEA;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #878787;
  margin: 60px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.ai-filter-content-scope .ai-result-items-scope {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.ai-filter-content-scope .ai-result-items-scope .ai-result-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.ai-filter-content-scope .ai-result-items-scope .ai-result-item img {
  width: 100%;
  height: auto;
}
.ai-filter-content-scope .ai-result-items-scope .ai-result-item .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ai-filter-content-scope .ai-result-items-scope .ai-result-item .kategori {
  font-size: 10px;
  font-weight: 700;
  color: #C52127;
  letter-spacing: 1px;
}
.ai-filter-content-scope .ai-result-items-scope .ai-result-item .kategori::after {
  content: "";
  display: inline-block;
  margin: 0 5px;
  -webkit-transform: translateY(-1.5px);
          transform: translateY(-1.5px);
  width: 5px;
  height: 5px;
  border-radius: 100%;
  overflow: hidden;
  background-color: #C52127;
}
.ai-filter-content-scope .ai-result-items-scope .ai-result-item .date-time {
  font-size: 10px;
  font-weight: 700;
  color: #424242;
  letter-spacing: 1px;
}
.ai-filter-content-scope .ai-result-items-scope .ai-result-item a {
  font-size: 18px;
  font-weight: 600;
  color: #424242;
  text-decoration: none;
}
.ai-filter-content-scope .left-panel {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  /* Grafik Alanı (DESKTOP) */
  /* Grafik Alanı (MOBILE - DONUT) */
}
.ai-filter-content-scope .left-panel .header-text h1 {
  font-size: 24px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #767474;
}
.ai-filter-content-scope .left-panel .header-text p {
  font-size: 16px;
  color: #949494;
  line-height: 140%;
  margin: 0;
  width: 100%;
  font-weight: 500;
}
.ai-filter-content-scope .left-panel .chart-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 15px;
  height: 220px;
  padding-bottom: 10px;
}
.ai-filter-content-scope .left-panel .chart-container .bar-column {
  position: relative;
  width: 48px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
  height: 0;
  min-height: 14%;
  overflow: hidden;
}
.ai-filter-content-scope .left-panel .chart-container .bar-column .percent-tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-weight: bold;
  z-index: 2;
  font-size: 0.8rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 50% 100%, 0% 85%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 50% 100%, 0% 85%);
  background-color: inherit;
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
}
.ai-filter-content-scope .left-panel .chart-container .bar-column .label {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: white;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.ai-filter-content-scope .left-panel .chart-container .empty-slot {
  width: 48px;
  height: 12px;
  background-color: #e0e0e0;
  border-radius: 10px;
  display: block;
}
.ai-filter-content-scope .left-panel .mobile-chart-wrapper {
  display: none; /* Desktopta gizli */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.ai-filter-content-scope .left-panel .mobile-chart-wrapper .donut-chart-container {
  position: absolute;
  width: 350px;
  height: auto;
  margin: 0 auto;
}
.ai-filter-content-scope .left-panel .mobile-chart-wrapper .donut-chart-container svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.ai-filter-content-scope .left-panel .mobile-chart-wrapper .donut-chart-container .slice {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.ai-filter-content-scope .left-panel .mobile-chart-wrapper .donut-chart-container .slice:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.ai-filter-content-scope .left-panel .mobile-chart-wrapper .donut-chart-container .perc-text {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 800;
  fill: #fff;
  text-anchor: middle;
  dominant-baseline: central;
  alignment-baseline: central;
  pointer-events: none;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.ai-filter-content-scope .left-panel .mobile-chart-wrapper .donut-chart-container .label-group rect {
  fill: #888;
  rx: 6;
  ry: 6;
  opacity: 0.9;
}
.ai-filter-content-scope .left-panel .mobile-chart-wrapper .donut-chart-container .label-group text {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  fill: #fff;
  text-anchor: middle;
  dominant-baseline: middle;
}
.ai-filter-content-scope .left-panel .mobile-chart-wrapper .donut-chart-container .donut-center-text {
  position: absolute;
  width: 55px;
  height: 55px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 10;
  pointer-events: none;
}
.ai-filter-content-scope .left-panel .mobile-chart-wrapper .donut-chart-container .donut-center-text .icon {
  width: 60%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ai-filter-content-scope .left-panel .mobile-chart-wrapper .donut-chart-container .donut-center-text svg {
  width: 100%;
  height: auto;
}
.ai-filter-content-scope .widget-container {
  position: relative;
  padding: 0;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  --active-theme: #999;
  /* Slider */
}
.ai-filter-content-scope .widget-container .category-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  row-gap: 20px;
  justify-items: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  z-index: 2;
  padding-left: 28px;
  padding-top: 45px;
}
.ai-filter-content-scope .widget-container .category-grid .cat-btn {
  width: auto;
  height: auto;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background-color: #e0e0e0;
  padding: 7px 15px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none;
  text-align: left;
  line-height: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #333;
}
.ai-filter-content-scope .widget-container .category-grid .cat-btn .btn-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: normal;
}
.ai-filter-content-scope .widget-container .category-grid .cat-btn .btn-checkbox {
  width: 16px;
  height: 16px;
  border: 2px solid #888;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.ai-filter-content-scope .widget-container .category-grid .cat-btn .btn-checkbox svg {
  width: 16px;
  height: 16px;
  stroke: white;
  stroke-width: 3;
  display: none;
}
.ai-filter-content-scope .widget-container .category-grid .cat-btn.selected {
  color: white;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.ai-filter-content-scope .widget-container .category-grid .cat-btn.selected .btn-checkbox {
  border-color: white;
  background-color: rgba(255, 255, 255, 0.2);
}
.ai-filter-content-scope .widget-container .category-grid .cat-btn.selected .btn-checkbox svg {
  display: block;
}
.ai-filter-content-scope .widget-container .category-grid .cat-btn.focused {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  z-index: 10;
  outline: none;
  -webkit-box-shadow: 0 0 0 5px white, 0 0 0 8px var(--btn-color);
          box-shadow: 0 0 0 5px white, 0 0 0 8px var(--btn-color);
}
.ai-filter-content-scope .widget-container .slider-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: -38%;
  height: 260px;
  top: 55px;
}
.ai-filter-content-scope .widget-container .slider-wrapper .slider-track {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ai-filter-content-scope .widget-container .slider-wrapper input[type=range] {
  -webkit-appearance: none;
  width: 260px;
  height: 4px;
  background: CECECE;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(52%, rgb(206, 206, 206)), color-stop(95%, rgba(0, 0, 0, 0)));
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgb(206, 206, 206) 52%, rgba(0, 0, 0, 0) 95%);
  border-radius: 5px;
  outline: none;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  cursor: pointer;
}
.ai-filter-content-scope .widget-container .slider-wrapper input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--active-theme);
  border: 2px solid white;
  -webkit-box-shadow: 0 0 0 1px var(--active-theme);
          box-shadow: 0 0 0 1px var(--active-theme);
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.ai-filter-content-scope .widget-container .slider-wrapper input[type=range]::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--active-theme);
  border: 4px solid white;
  cursor: pointer;
}
.ai-filter-content-scope .widget-container .slider-wrapper input[type=range]:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.ai-filter-content-scope .widget-container .slider-wrapper .slider-tooltip {
  position: absolute;
  right: 60px;
  margin-top: -15px;
  width: 50px;
  background-color: var(--active-theme);
  color: white;
  padding: 6px 10px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 13px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s, background-color 0.2s;
  transition: opacity 0.2s, background-color 0.2s;
}
.ai-filter-content-scope .widget-container .slider-wrapper .slider-tooltip::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-width: 6px 6px 6px 0;
  border-style: solid;
  border-color: transparent var(--active-theme) transparent transparent;
}
.ai-filter-content-scope .widget-container .slider-wrapper .slider-tooltip.visible {
  opacity: 1;
}

/* =========================================
   4. ROBOT & CAROUSEL
   ========================================= */
.robot-wrapper {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.robot-wrapper .mode-switcher {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f0f0f0;
  padding: 4px;
  border-radius: 50px;
  border: 1px solid #e0e0e0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 25px;
}
.robot-wrapper .mode-switcher input[type=radio] {
  display: none;
}
    .robot-wrapper .mode-switcher .mode-item {
        position: relative;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 6px;
        padding: 8px 24px;
        font-size: 14px;
        font-weight: 600;
        color: #888;
        cursor: pointer;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease;
        border-radius: 50px;
        margin-bottom: 0px;
        line-height: 100%;
    }
.robot-wrapper .mode-switcher .mode-item .icon svg {
  width: 14px;
  height: 14px;
}
.robot-wrapper .mode-switcher .mode-item .icon svg path {
  fill: #8f8f8f;
  -webkit-transition: all 0.34s ease;
  transition: all 0.34s ease;
}
.robot-wrapper .mode-switcher input#mode-ai:checked ~ label[for=mode-ai],
.robot-wrapper .mode-switcher input#mode-custom:checked ~ label[for=mode-custom] {
  color: #fff;
}
.robot-wrapper .mode-switcher input#mode-ai:checked ~ label[for=mode-ai] .icon svg path,
.robot-wrapper .mode-switcher input#mode-custom:checked ~ label[for=mode-custom] .icon svg path {
  fill: #fff;
}
.robot-wrapper .mode-switcher .selection-bg {
  position: absolute;
  top: 4px;
  left: 4px;
  height: calc(100% - 8px);
  background: #C52127;
  border-radius: 50px;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: 0 2px 5px rgba(211, 47, 47, 0.3);
          box-shadow: 0 2px 5px rgba(211, 47, 47, 0.3);
  width: calc(50% - 4px);
}
.robot-wrapper .mode-switcher input#mode-ai:checked ~ .selection-bg {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.robot-wrapper .mode-switcher input#mode-custom:checked ~ .selection-bg {
  -webkit-transform: translateX(90%);
          transform: translateX(90%);
  width: 50%;
}

.robo-carousel {
  position: relative;
  width: 300px;
  height: 300px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.robo-carousel__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
  padding-top: 75px;
  z-index: 1;
}
.robo-carousel__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.robo-carousel__item:first-child .speech-bubble {
  left: 30px !important;
}
.robo-carousel__item.active {
  opacity: 1;
  visibility: visible;
}
.robo-carousel__item.fade-in {
  -webkit-animation: fadeIn 0.3s ease-in-out;
          animation: fadeIn 0.3s ease-in-out;
}
.robo-carousel__item.fade-out {
  -webkit-animation: fadeOut 0.3s ease-in-out;
          animation: fadeOut 0.3s ease-in-out;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.speech-bubble {
  position: absolute;
  left: -25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #F4F4F4;
  border: 2px solid #EDEDED;
  color: #939393;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: -0.39px;
  padding: 12px 15px;
  border-radius: 8px;
  max-width: 250px;
  top: 0px;
}
.speech-bubble::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 60%;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ededed;
}

/* =========================================
   5. HARİTA (MAP)
   ========================================= */
.ai-map {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.ai-map.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
}

.ai-filter-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 40px;
}

.ai-map-arrow {
  position: absolute;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  bottom: -90px;
  border: solid 8px #F4F4F4;
  cursor: pointer;
  padding: 20px;
}
    .ai-map-arrow::after {
        content: "";
        position: absolute;
        width: 18px;
        height: 18px;
        background-image: url("/s/benim-sayfa-v2/images/icon-map-arrow.svg");
        background-size: cover;
        background-position: center;
    }
.ai-map-arrow.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ai-map-link {
  color: #878787;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  border: 5px solid #D9D9D9;
  padding: 10px 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ai-map-link.active {
  color: #fff;
  background-color: #C52127;
  border-color: #BA1E24;
}

.map-container {
  width: 90%;
  max-width: 1000px;
  background: white;
  padding: 20px;
  text-align: center;
}

#turkey-map {
  width: 100%;
  height: auto;
  max-height: 600px;
  fill: #e0e0e0;
  overflow: inherit;
}

.city {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.city:hover {
  fill: #bdc3c7;
}

.city.selected {
  fill: #e74c3c;
  stroke: #c0392b;
  stroke-width: 1;
}

.map-pin {
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
}

.map-pin:hover {
  -webkit-transform: scale(1.2) translateY(-5px);
          transform: scale(1.2) translateY(-5px);
  z-index: 100;
}

.pin-text {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 10px;
  text-anchor: middle;
  fill: white;
  pointer-events: none;
}

#pins-group {
  pointer-events: none !important;
  z-index: 999;
}
#pins-group #pin-29 path {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
#pins-group #pin-20 path {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
#pins-group #pin-15 path {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
#pins-group #pin-7 path {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
#pins-group #pin-35 path {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
#pins-group #pin-42 path {
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}
#pins-group #pin-6 path {
  -webkit-transform: translate(10px, -10px);
          transform: translate(10px, -10px);
}
#pins-group #pin-24 path {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.map-pin-element {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

#cities-group path {
  fill: url(#grad-default) !important;
  stroke: #ffffff;
  stroke-width: 1px;
  cursor: pointer;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

#cities-group path:hover {
  fill: url(#grad-hover) !important;
  opacity: 1;
}

#cities-group path.selected {
  fill: url(#grad-selected) !important;
  stroke: #a93226;
  z-index: 10;
}

#labels-group {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 50;
}

.city-label {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 7px;
  color: #787878;
  fill: #787878;
  text-anchor: middle;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.city-label.zonguldak {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.city-label.gumushane {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.city-label.denizli {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.city-label.burdur {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.city-label.antalya {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
.city-label.canakkale {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.city-label.izmir {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.city-label.konya {
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}
.city-label.ankara {
  -webkit-transform: translate(10px, -10px);
          transform: translate(10px, -10px);
}
.city-label.erzincan {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

path.selected + text.city-label, .city-label.selected-label {
  fill: #fff;
  font-weight: bold;
  opacity: 1;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

/* =========================================
   6. MODAL & LİSTELER
   ========================================= */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-overlay.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-overlay .modal-content {
  background: #fff;
  width: 90%;
  max-width: 400px;
  height: 80vh;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.modal-overlay .modal-content.menu-selection {
  height: auto;
  padding: 20px;
  text-align: center;
}
.modal-overlay .modal-content.menu-selection h2 {
  margin-bottom: 20px;
  color: #555;
}
.modal-overlay .modal-content.menu-selection .menu-btn {
  display: block;
  width: 100%;
  padding: 15px;
  margin-bottom: 10px;
  background: #f4f4f4;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
}
.modal-overlay .modal-content.menu-selection .menu-btn:hover {
  background: #e0e0e0;
}
.modal-overlay .modal-content .modal-header {
  padding: 15px;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-overlay .modal-content .modal-header h3 {
  margin: 0;
  font-size: 16px;
  color: #555;
  text-transform: uppercase;
}
.modal-overlay .modal-content .modal-header .close-modal {
  font-size: 24px;
  cursor: pointer;
  color: #999;
}
.modal-overlay .modal-content .modal-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 15px;
}
.modal-overlay .modal-content .modal-body .search-box {
  position: relative;
  margin-bottom: 15px;
}
.modal-overlay .modal-content .modal-body .search-box input {
  width: 100%;
  padding: 10px 35px 10px 15px;
  border: 1px solid #ddd;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  background: #f9f9f9;
}
.modal-overlay .modal-content .modal-body .search-box .search-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #999;
}
.modal-overlay .modal-content .modal-body .category-list, .modal-overlay .modal-content .modal-body .city-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.modal-overlay .modal-content .modal-body .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  background: #f9f9f9;
  border-radius: 5px;
}
.modal-overlay .modal-content .modal-body .list-item span {
  font-weight: 600;
  color: #555;
}
.modal-overlay .modal-content .modal-body .list-item .toggle-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}
.modal-overlay .modal-content .modal-body .list-item .toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.modal-overlay .modal-content .modal-body .list-item .toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 20px;
}
.modal-overlay .modal-content .modal-body .list-item .toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.modal-overlay .modal-content .modal-body .list-item .toggle-switch input:checked + .slider {
  background-color: #C52127;
}
.modal-overlay .modal-content .modal-body .list-item .toggle-switch input:checked + .slider:before {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.modal-overlay .modal-content .modal-body .list-item.selected {
  border: 1px solid #C52127;
  background: #fff5f5;
}
.modal-overlay .modal-content .modal-body .list-item.selected:after {
  content: "✔";
  color: #C52127;
  font-weight: bold;
}
.modal-overlay .modal-content .modal-footer {
  padding: 15px;
  border-top: 1px solid #eee;
}
.modal-overlay .modal-content .modal-footer .save-btn {
  width: 100%;
  padding: 12px;
  background: #C52127;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: 700;
  cursor: pointer;
  font-size: 16px;
}

/* Kategori Listesi (Advanced) */
.category-list-advanced {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.category-list-advanced .cat-item-row {
  display: grid;
  grid-template-columns: 1fr 80px 1fr; /* İsim - Buton - Slider */
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}
.category-list-advanced .cat-item-row .cat-name {
  font-size: 14px;
  font-weight: 600;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.category-list-advanced .cat-item-row .select-btn {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 600;
  color: #999;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category-list-advanced .cat-item-row .select-btn .check-icon {
  display: none;
  font-size: 12px;
}
.category-list-advanced .cat-item-row .select-btn.active {
  border-color: #C52127;
  color: #333;
}
.category-list-advanced .cat-item-row .select-btn.active .check-icon {
  display: inline-block;
  color: #C52127;
  background: #fff0f0;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
}
.category-list-advanced .cat-item-row .slider-container {
  position: relative;
  width: 100%;
  height: 24px;
  background: #eee;
  border-radius: 4px;
  overflow: hidden;
}
.category-list-advanced .cat-item-row .slider-container input[type=range] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  margin: 0;
}
.category-list-advanced .cat-item-row .slider-container .fill-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #ccc;
  -webkit-transition: width 0.2s ease, background-color 0.3s ease;
  transition: width 0.2s ease, background-color 0.3s ease;
  z-index: 0;
}
.category-list-advanced .cat-item-row .slider-container .percent-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  z-index: 1;
  pointer-events: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.category-list-advanced .cat-item-row .slider-container.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.category-list-advanced .cat-item-row .slider-container.disabled .fill-bar {
  background-color: #ddd !important;
  width: 0 !important;
}
.category-list-advanced .cat-item-row .slider-container.disabled .percent-text {
  display: none;
}

/* Şehir Listesi (Mobile) */
.city-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 15px;
  background: #f9f9f9;
  border-radius: 8px;
  margin-bottom: 8px;
  cursor: pointer;
}
.city-list .list-item span {
  font-weight: 600;
  color: #555;
}
.city-list .list-item .status-badge {
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 12px;
  background: #eee;
  color: #999;
}
.city-list .list-item.selected {
  background: #fff;
  border: 1px solid #ddd;
}
.city-list .list-item.selected .status-badge {
  background: #fff;
  border: 1px solid #C52127;
  color: #333;
  font-weight: bold;
}
.city-list .list-item.selected .status-badge:after {
  content: " ✔";
  color: #C52127;
}

#mobileCityList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-bottom: 20px;
}
#mobileCityList .cat-item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 15px;
  background-color: #F4F4F4;
  border: 1px solid transparent;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
#mobileCityList .cat-item-row .cat-name {
  font-size: 16px;
  font-weight: 600;
  color: #888;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#mobileCityList .cat-item-row .select-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #999;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  white-space: nowrap;
}
#mobileCityList .cat-item-row .select-btn .check-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 18px;
  background: #ccc;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  line-height: 1;
}
#mobileCityList .cat-item-row .select-btn.active {
  color: #333;
  border-color: #ccc;
}
#mobileCityList .cat-item-row .select-btn.active .check-icon {
  background: #C52127;
}
#mobileCityList .cat-item-row:has(.select-btn.active) {
  background-color: #fff;
  border-color: #e0e0e0;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
#mobileCityList .cat-item-row:has(.select-btn.active) .cat-name {
  color: #333;
  font-weight: 700;
}

/* =========================================
   7. MOBILE FAB
   ========================================= */
.mobile-settings-fab {
  display: none; /* Desktopta gizli */
  position: fixed;
  right: 5px;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #C52127;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.mobile-settings-fab .hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.mobile-settings-fab .hamburger span {
  display: block;
  width: 24px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
}

/* =========================================
   8. MEDIA QUERIES
   ========================================= */
@media (max-width: 1400px) {
  .ai-filter-content-scope .ai-container {
    max-width: 900px;
  }
  .ai-filter-content-scope .left-panel .chart-container {
    gap: 7px;
  }
  .ai-filter-content-scope .left-panel .chart-container .bar-column {
    width: 35px;
  }
  .ai-filter-content-scope .left-panel .chart-container .empty-slot {
    width: 35px;
  }
  .ai-filter-content-scope .left-panel .chart-container .bar-column .label, .ai-filter-content-scope .left-panel .chart-container .bar-column .percent-tag {
    font-size: 0.7rem;
  }
  .ai-filter-content-scope .widget-container .category-grid .cat-btn {
    gap: 10px;
    padding: 7px 10px;
    font-weight: 600;
    font-size: 12px;
  }
  .ai-filter-content-scope .widget-container .slider-wrapper {
    right: -45%;
  }
  .ai-filter-content-scope .widget-container .slider-wrapper .slider-tooltip {
    right: 78px;
    width: 35px;
    padding: 6px 4px;
    font-size: 11px;
  }
  .ai-filter-content-scope .left-panel .header-text h1 {
    font-size: 20px;
  }
  .ai-filter-content-scope .left-panel .header-text p {
    font-size: 14px;
  }
  .ai-filter-content-scope .ai-result-items-scope {
    grid-template-columns: repeat(3, 1fr);
  }
  .ai-map-link {
    font-size: 16px;
  }
}
@media (max-width: 1080px) {
  .ai-filter-content-scope .ai-container {
    max-width: 768px;
  }
  .ai-filter-content-scope .ai-filter-grid {
    grid-template-columns: 180px 1fr 1fr;
  }
  .ai-filter-content-scope .widget-container .slider-wrapper {
    right: -58%;
  }
  .ai-filter-content-scope .ai-result-items-scope {
    grid-template-columns: repeat(2, 1fr);
  }
  .robo-carousel {
    width: 220px;
    height: 260px;
  }
  .speech-bubble {
    left: -46px;
  }
  .robo-carousel__item:first-child .speech-bubble {
    left: -46px !important;
  }
}
@media (max-width: 920px) {
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .ai-filter-content-scope .ai-filter-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .ai-filter-content-scope .robot-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
    margin: 0 auto;
  }
  .ai-filter-content-scope .robo-carousel {
    width: 100%;
    height: 220px;
  }
  .ai-filter-content-scope .robo-carousel__item img {
    width: 100%;
    height: auto;
  }
  .ai-filter-content-scope .left-panel {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    text-align: center;
  }
  .ai-filter-content-scope .left-panel .header-text {
    display: none;
  }
  .ai-filter-content-scope .left-panel .mobile-chart-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    height: 300px;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .ai-filter-content-scope .widget-container, .ai-filter-content-scope .ai-filter-map, .ai-filter-content-scope .chart-container {
    display: none !important;
  }
  .ai-filter-content-scope .ai-container {
    padding: 0 15px;
  }
  .ai-filter-content-scope .ai-result-items-scope {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .ai-filter-content-scope .ai-result-items-scope .ai-result-item a {
    font-size: 12px;
  }
  .ai-filter-content-scope .ai-result-items-scope .ai-result-item .date-time {
    letter-spacing: normal;
    font-size: 7px;
  }
  .ai-filter-content-scope .ai-result-items-scope .ai-result-item .kategori {
    letter-spacing: normal;
    font-size: 7px;
  }
  .ai-filter-content-scope .ai-result-items-scope .ai-result-item .kategori::after {
    width: 3px;
    height: 3px;
    margin: 0 3px;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  .ai-filter-content-scope .ai-content {
    padding: 20px 0 45px 0;
  }
  .ai-filter-content-scope .ai-content-filter {
    padding-bottom: 40px;
  }
  .robot-wrapper .mode-switcher {
    position: absolute;
    margin-top: auto;
    bottom: -30px;
  }
  .mobile-settings-fab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .robo-carousel__item {
    padding-top: 40px;
  }
  .robo-carousel__item .speech-bubble {
    top: -45px;
    width: 100%;
    left: 8%;
  }
  .robo-carousel__item .speech-bubble::before {
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .robo-carousel__item:first-child .speech-bubble {
    top: -20px !important;
    left: 8% !important;
  }
}
@media (max-width: 800px) {
  .ai-filter-content-scope .left-panel .mobile-chart-wrapper {
    height: 300px;
  }
  .ai-filter-content-scope .left-panel .mobile-chart-wrapper .donut-chart-container {
    width: 300px;
  }
}
@media (max-width: 680px) {
  .ai-filter-content-scope .left-panel .mobile-chart-wrapper {
    height: 220px;
    margin-bottom: 0px;
    margin-top: 20px;
  }
  .ai-filter-content-scope .left-panel .mobile-chart-wrapper .donut-chart-container {
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
    width: 250px;
  }
}
@media (max-width: 500px) {
  .robot-wrapper .mode-switcher .mode-item {
    padding: 6px 15px;
  }
  .ai-filter-content-scope .robo-carousel {
    height: 200px;
  }
  .ai-filter-content-scope .robo-carousel__item img {
    width: 120%;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  .ai-filter-content-scope .left-panel .mobile-chart-wrapper {
    height: 200px;
  }
  .ai-filter-content-scope .left-panel .mobile-chart-wrapper .donut-chart-container {
    width: 220px;
  }
  .robo-carousel__item .speech-bubble {
    left: -10px !important;
    padding: 10px 10px;
    width: 240px;
    top: -25px;
    font-size: 11px;
  }
  .robo-carousel__item:first-child .speech-bubble {
    width: auto;
    left: -10px !important;
  }
}/*# sourceMappingURL=robot.css.map */