@font-face {
  font-family: 'Geist';
  src: url('https://cdn.jsdelivr.net/npm/geist@1.0.3/dist/fonts/geist-sans/Geist-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Geist-SemiBold';
  src: url('https://cdn.jsdelivr.net/npm/geist@1.0.3/dist/fonts/geist-sans/Geist-SemiBold.woff2') format('woff2');
}

@font-face {
  font-family: 'Geist-Regular';
  src: url('https://cdn.jsdelivr.net/npm/geist@1.0.3/dist/fonts/geist-sans/Geist-Regular.woff2') format('woff2');
}

body {
  font-family: 'Geist-Regular', 'Geist', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.material-symbols-outlined {
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.company-page a {
  text-underline-offset: 3px;
}

.kvkk-toc {
  list-style: decimal;
  padding-left: 1.35rem;
}

.kvkk-doc h2 {
  font-size: 16px;
  font-weight: 600;
  color: #182232;
  margin-top: 1.5rem;
  margin-bottom: 0.35rem;
}

.kvkk-doc ul {
  list-style: disc;
  padding-left: 1.25rem;
}

.kvkk-doc li + li {
  margin-top: 0.25rem;
}

.kvkk-input {
  display: block;
  width: 100%;
  margin-top: 0.35rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(197, 198, 205, 0.7);
  background: #ffffff;
  padding: 0.55rem 0.75rem;
  font-size: 14px;
  color: #1a1c1c;
}

.kvkk-input:focus {
  outline: 2px solid #182232;
  outline-offset: 1px;
}

@media print {
  body.printing-results header,
  body.printing-results footer,
  body.printing-results .no-print {
    display: none !important;
  }

  body.printing-results main > div > :not(#resultsSection),
  body.printing-results #userBubbleWrap {
    display: none !important;
  }

  body.printing-results #resultsSection {
    display: block !important;
    margin-top: 0 !important;
  }

  body.printing-results #assistantCard {
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
  }
}

.humer-result-table {
  border-collapse: collapse;
  table-layout: auto;
  width: 100%;
}

.humer-result-table th,
.humer-result-table td {
  border: 1px solid rgba(197, 198, 205, 0.7);
  padding: 0.45rem 0.4rem;
  vertical-align: top;
}

.humer-result-table th {
  background: rgba(238, 238, 238, 0.7);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(24, 34, 50, 0.6);
}

.humer-result-table tbody tr.divide-y {
  border: 0;
}

.humer-result-table .poz-col,
.humer-result-table .poz-cell {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  width: 1%;
  min-width: 7rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.humer-result-table .unit-col,
.humer-result-table .unit-cell,
.humer-result-table .price-col,
.humer-result-table .price-cell {
  white-space: nowrap;
  width: 1%;
}

.humer-result-table .desc-cell {
  word-break: break-word;
}

.humer-result-table .price-cell {
  text-align: right;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  color: #182232;
}

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #E2E8F0; border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: #CBD5E0; }