@charset "UTF-8";
@font-face {
  font-family: 'Inter';
  src: url("/webfonts/Inter_18pt-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Inter';
  src: url("/webfonts/Inter_18pt-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Inter';
  src: url("/webfonts/Inter_18pt-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Space Grotesk';
  src: url("/webfonts/SpaceGrotesk-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Space Grotesk';
  src: url("/webfonts/SpaceGrotesk-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Space Grotesk';
  src: url("/webfonts/SpaceGrotesk-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Space Grotesk';
  src: url("/webfonts/SpaceGrotesk-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Space Grotesk';
  src: url("/webfonts/SpaceGrotesk-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
/* --------------------------------------------------
  Typography (global, mobile-first, responsive)
  - Uses clamp(min, fluid, max)
  - Fonts: Inter (body) + Space Grotesk (headings)
-------------------------------------------------- */
/* Fonts (CSS variables) */
:root {
  --gt-font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --gt-font-head: "Space Grotesk", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --gt-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

body {
  background-color: #F7F8FA;
  font-family: var(--gt-font-body); }

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px; } }
/* Make form elements inherit typography */
button,
input,
textarea,
select {
  font: inherit;
  color: inherit; }

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  color: #334155;
  font-family: var(--gt-font-head); }

h1 {
  font-size: clamp(26px, 3.4vw, 38px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 900; }

h2 {
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.18;
  letter-spacing: -0.015em;
  font-weight: 800; }

h3 {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.25;
  letter-spacing: -0.01em;
  font-weight: 700; }

h4 {
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.3;
  font-weight: 700; }

h5 {
  font-size: clamp(14px, 1.35vw, 18px);
  line-height: 1.35;
  font-weight: 700; }

/* Text */
p {
  margin: 0;
  font-size: clamp(14px, 1.25vw, 15px);
  line-height: 1.7;
  color: #334155; }

small {
  font-size: clamp(12px, 1.05vw, 13px);
  line-height: 1.6;
  color: #64748B; }

strong,
b {
  font-weight: 700; }

em,
i {
  font-style: italic; }

/* Links */
a {
  color: inherit;
  text-decoration: none; }

a:hover {
  text-decoration: underline;
  text-underline-offset: 2px; }

/* Lists */
ul,
ol {
  margin: 0;
  padding-left: 20px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li {
  margin: 0;
  font-size: clamp(14px, 1.25vw, 16px);
  line-height: 1.7;
  color: #334155; }

li + li {
  margin-top: 8px; }

/* Spacing rules (simple rhythm) */
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
p + p,
p + ul,
p + ol,
ul + p,
ol + p,
h2 + ul,
h3 + ul,
h4 + ul {
  margin-top: 12px; }

h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5 {
  margin-top: 16px; }

label {
  font-weight: 600; }

p,
ul,
li,
label {
  font-family: var(--gt-font-body); }

*,
*::before,
*::after {
  box-sizing: border-box; }

/* =========================
   GLOBAL FORMS
   ========================= */
label {
  font-size: 12px;
  color: #334155;
  display: inline-block;
  margin-bottom: 5px; }

/* Text-like fields */
input,
select,
textarea {
  width: 100%;
  border: 1px solid #E5E7EB;
  border-radius: 3px;
  background: #fff;
  color: #0f172a;
  outline: none;
  box-shadow: none; }

/* Height + padding only for input/select */
input,
select {
  height: 42px;
  padding: 0 12px;
  font-size: 13px; }

/* Textarea */
textarea {
  min-height: 220px;
  resize: vertical;
  padding: 14px;
  font-size: 14px;
  line-height: 1.5; }

/* Focus (checkbox/radio hariç) */
input:not([type="checkbox"]):not([type="radio"]):focus,
select:focus,
textarea:focus {
  border-color: #64748B;
  outline: none;
  box-shadow: none; }

/* Disabled */
input:disabled,
select:disabled,
textarea:disabled {
  background: rgba(15, 23, 42, 0.03);
  color: rgba(15, 23, 42, 0.65);
  cursor: not-allowed; }

/* Checkbox/Radio */
input[type="checkbox"],
input[type="radio"] {
  width: 16px;
  height: 16px;
  accent-color: #334155; }

.header .wrapper-nav {
  display: flex;
  padding: 1rem 0;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #64748B; }
  .header .wrapper-nav img {
    border-radius: 5px; }

.lang-switcher {
  position: relative;
  display: inline-block; }
  .lang-switcher img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle; }

.lang-current {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  font-size: 13px;
  border-radius: 4px;
  border: 1px solid rgba(15, 23, 42, 0.15);
  background: #fff;
  cursor: pointer; }

.lang-arrow {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid rgba(15, 23, 42, 0.7); }

.lang-menu {
  position: absolute;
  right: 0;
  margin-top: 4px;
  min-width: 80px;
  padding: 4px 0;
  border-radius: 4px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.15);
  z-index: 20; }

.lang-menu .lang-link {
  display: block;
  padding: 6px 10px;
  font-size: 13px;
  text-decoration: none;
  color: #0f172a;
  white-space: nowrap; }

.lang-menu .lang-link:hover {
  background: rgba(15, 23, 42, 0.04); }

.lang-menu .lang-link.active,
.lang-menu .lang-link.active:hover,
.lang-menu span.lang-link.active {
  font-weight: 600;
  cursor: default;
  background: rgba(15, 23, 42, 0.03); }

.footer .wrapper {
  padding: 2rem 0;
  border-top: 1px dashed #64748B; }
  .footer .wrapper img {
    border-radius: 3px; }
.footer p {
  margin-top: 1rem;
  max-width: 420px;
  font-size: 0.85rem;
  color: #334155; }

.cmTool {
  margin-top: 1rem;
  overflow: hidden; }

.cmTool__checks {
  margin: 12px 0; }

.cmTool__check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 7px;
  color: #334155;
  border: 1px solid #E5E7EB;
  border-radius: 3px;
  background: white;
  font-size: 13px;
  cursor: pointer; }

.cmTool__hint {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
  font-size: 12px;
  color: #64748B; }

.cmTool__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center; }

.cmTool__muted {
  color: #334155; }

.cmTool .btn:disabled,
.cmTool .btn.disabled {
  cursor: not-allowed;
  opacity: 0.55;
  pointer-events: none; }

.cmTool__rowTop > [class^="col"],
.cmTool__rowTop > [class*=" col"] {
  margin-top: 10px; }

.cmTool__stat {
  border: 1px solid #E5E7EB;
  background: white;
  border-radius: 3px;
  padding: 12px;
  min-height: 74px; }

.cmTool__statK {
  font-size: 12px;
  color: #334155; }

.cmTool__statV {
  font-size: 18px;
  margin-top: 6px;
  font-weight: 800;
  letter-spacing: 0.2px; }

.cmTool__statS {
  font-size: 12px;
  margin-top: 6px;
  color: #334155; }

.cmTool__limit {
  margin-top: 14px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: white;
  border-radius: 3px;
  padding: 12px; }

.cmTool__limitTop {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 12px;
  color: #334155; }
  .cmTool__limitTop b {
    color: #0f172a; }

.cmTool__bar {
  height: 10px;
  border-radius: 3px;
  background: rgba(15, 23, 42, 0.07);
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.1);
  margin-top: 10px; }

.cmTool__bar i {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: 3px;
  background: #334155;
  transition: width 0.12s ease; }

.cmTool__bar.isOver i {
  background: #e03030d1; }

.cmTool__tableWrap {
  margin-top: 10px;
  border-radius: 3px;
  border: 1px solid #E5E7EB;
  background: #fff;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; }

.cmTool__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
  table-layout: fixed; }

.cmTool__table tr:hover {
  background-color: rgba(15, 23, 42, 0.02); }

.cmTool__table th,
.cmTool__table td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  font-size: 13px;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.cmTool__table th {
  font-size: 12px;
  color: #334155;
  text-align: left;
  background: rgba(15, 23, 42, 0.02);
  position: sticky;
  top: 0;
  z-index: 1; }

@media (max-width: 576px) {
  .cmTool__table {
    min-width: 0; } }
.cmTool__right {
  text-align: right;
  font-variant-numeric: tabular-nums; }

.cmTool__kwControls {
  display: flex;
  margin-top: 0.5rem;
  justify-content: flex-end; }

.cmTool__inline {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  color: #334155; }

.cmTool__inline select {
  height: 34px;
  padding: 0 10px;
  font-size: 12px; }

.tools {
  margin: 2rem 0; }
  .tools .wrapper-outer {
    padding: 4rem 2rem;
    border-radius: 5px;
    background-color: white;
    border: 1px solid #E5E7EB; }
    .tools .wrapper-outer .wrapper-title {
      margin-bottom: 2rem; }

.faq {
  margin: 2rem 0; }
  .faq .wrapper-outer {
    padding: 2rem;
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 5px; }
  .faq h2 {
    margin: 0 0 1rem; }
  .faq .faq-item {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    padding: .9rem 0; }
    .faq .faq-item:first-of-type {
      border-top: 0;
      padding-top: 0; }
    .faq .faq-item summary {
      cursor: pointer;
      font-weight: 600;
      color: #334155;
      list-style: none;
      outline: none; }
    .faq .faq-item summary::-webkit-details-marker {
      display: none; }
    .faq .faq-item p {
      margin: .6rem 0 0;
      color: #334155;
      line-height: 1.6; }

.info {
  margin: 1rem 0; }
  .info .wrapper-outer {
    padding: 4rem 2rem;
    background: white;
    border: 1px solid #E5E7EB;
    border-radius: 5px; }
  .info h2 {
    margin-bottom: 1rem;
    color: #334155; }
  .info p {
    margin-bottom: 1rem;
    color: #334155; }
    .info p:last-of-type {
      margin-bottom: 0; }

.sharebar {
  display: block;
  margin-top: 1rem;
  background-color: white; }

.sharebar__wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  justify-content: space-between;
  border: 1px solid #E5E7EB;
  background: rgba(255, 255, 255, 0.03); }

.sharebar__left {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center; }
  .sharebar__left svg {
    width: 25px;
    height: 25px;
    color: #334155; }
    @media (max-width: 992px) {
      .sharebar__left svg {
        display: none; } }

.sharebar__title {
  font-weight: 700;
  font-size: 0.85rem;
  line-height: 1.2;
  display: block;
  color: #334155; }

.sharebar__desc {
  font-size: 0.85rem;
  color: #334155; }

.share {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex-wrap: wrap;
  justify-content: flex-end; }

.share__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 5px;
  border: 1px solid #E5E7EB;
  background: rgba(255, 255, 255, 0.02);
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  transition: transform .12s ease, background .12s ease, border-color .12s ease; }

.share__btn:hover {
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-1px); }

.share__btn:active {
  transform: translateY(0); }

.share__ico {
  display: inline-flex; }
  .share__ico svg {
    height: 18px;
    width: 18px; }

.share__txt {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .2px; }

.share__toast {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.55);
  font-size: 12px;
  opacity: .95; }

@media (max-width: 768px) {
  .sharebar__wrap {
    flex-direction: column;
    align-items: flex-start; }

  .share {
    width: 100%;
    justify-content: flex-start; } }
.btn {
  box-shadow: 0;
  cursor: pointer;
  font-weight: 500;
  border-radius: 3px;
  outline: none;
  user-select: none;
  background: white;
  border: 1px solid #E5E7EB;
  padding: 10px 12px;
  color: white;
  font-size: 14px;
  font-weight: 600; }
  .btn:hover {
    text-decoration: none; }

.btn-primary {
  background-color: #334155; }
  .btn-primary:hover {
    opacity: 0.85; }
  .btn-primary:disabled {
    cursor: not-allowed;
    border-color: #E5E7EB;
    background-color: #334155;
    opacity: 0.75; }

.btn-outline-primary {
  color: #334155;
  border-color: #E5E7EB; }
  .btn-outline-primary:hover {
    color: white;
    border-color: #E5E7EB;
    background-color: #334155; }
  .btn-outline-primary:disabled {
    opacity: 0.75;
    cursor: not-allowed; }

.btn-icon {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  justify-content: center; }
  .btn-icon .icon {
    display: inline-block; }
    .btn-icon .icon svg {
      height: 16px;
      width: 16px; }

.page-header {
  margin: 2rem 0; }
  .page-header .wrapper-outer {
    column-gap: 2rem;
    align-items: center; }
    .page-header .wrapper-outer .wrapper p {
      color: #334155; }
      .page-header .wrapper-outer .wrapper p span {
        font-weight: 600;
        color: #334155; }
    .page-header .wrapper-outer .wrapper .wrapper-inner {
      display: flex;
      column-gap: 2rem; }
      .page-header .wrapper-outer .wrapper .wrapper-inner .wrapper-header {
        width: 100%;
        display: block; }
      .page-header .wrapper-outer .wrapper .wrapper-inner .wrapper-icon {
        display: flex;
        border: 1px solid #E5E7EB;
        background-color: white;
        border-radius: 5px;
        place-items: center;
        color: #334155;
        height: auto;
        width: 128px;
        padding: 1rem; }
      @media (max-width: 992px) {
        .page-header .wrapper-outer .wrapper .wrapper-inner .wrapper-icon {
          display: none; } }

.breadcrumb {
  margin: 10px 0 14px;
  font-size: 13px; }
  .breadcrumb ol {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0;
    flex-wrap: wrap; }
  .breadcrumb li {
    display: inline-flex;
    align-items: center;
    margin: 0; }
    .breadcrumb li + li::before {
      content: "›";
      opacity: .45;
      margin-right: 10px;
      transform: translateY(-1px); }
    .breadcrumb li[aria-current="page"] {
      color: #64748B; }
  .breadcrumb a {
    color: #334155;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid transparent; }
    .breadcrumb a:hover {
      border-bottom-color: rgba(255, 255, 255, 0.35); }

/*# sourceMappingURL=main.min.css.map */
