/* /public_html/components/css/tools/profil-analiz-kontrol-listesi.css */

.qt-tool-profile-checklist{
  --qpc-ink:#101526;
  --qpc-ink2:#1d2250;
  --qpc-muted:#64708a;
  --qpc-lav:#6a7eff;
  --qpc-lav2:#8ea2ff;
  --qpc-cyan:#61f2ff;
  --qpc-green:#32c07a;
  --qpc-amber:#f5a53a;
  --qpc-red:#f35253;
  --qpc-line:rgba(106,126,255,.15);
  --qpc-line2:rgba(106,126,255,.24);
  --qpc-soft:rgba(106,126,255,.065);
  --qpc-card:rgba(255,255,255,.94);
  --qpc-shadow:0 14px 38px rgba(24,32,64,.08);
  background:
    radial-gradient(720px 240px at 8% -5%,rgba(106,126,255,.10),transparent 62%),
    radial-gradient(720px 240px at 94% 0%,rgba(97,242,255,.07),transparent 62%),
    linear-gradient(180deg,#fbfcff,#f6f8ff 48%,#fff);
}

.qt-prof,
.qt-prof *{
  box-sizing:border-box;
}

.qt-prof{
  max-width:100%;
  min-width:0;
  overflow-x:hidden;
  color:var(--qpc-ink);
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
}

.qt-prof a{
  color:inherit;
  text-decoration:none;
}

.qt-prof button,
.qt-prof input,
.qt-prof select{
  font:inherit;
}

.qt-prof-shell{
  width:min(1280px,calc(100% - 32px));
  margin:0 auto;
  padding:22px 0 42px;
  min-width:0;
}

.qt-prof-breadcrumb{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 14px;
  color:var(--qpc-muted);
  font-size:12px;
  line-height:1.2;
  font-weight:800;
  white-space:nowrap;
  overflow:auto;
  scrollbar-width:none;
}

.qt-prof-breadcrumb::-webkit-scrollbar{
  display:none;
}

.qt-prof-breadcrumb a:hover{
  color:var(--qpc-lav);
}

.qt-prof-breadcrumb strong{
  color:var(--qpc-ink2);
  font-weight:900;
}

.qt-prof-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 300px;
  gap:18px;
  align-items:start;
}

.qt-prof-main{
  min-width:0;
  display:grid;
  gap:14px;
}

.qt-prof-hero{
  min-height:124px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:19px 21px;
  border:1px solid var(--qpc-line);
  border-radius:22px;
  background:
    radial-gradient(420px 150px at 0 0,rgba(106,126,255,.10),transparent 66%),
    linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,250,255,.96));
  box-shadow:var(--qpc-shadow);
  overflow:hidden;
}

.qt-prof-kicker{
  margin:0 0 8px;
  color:var(--qpc-lav);
  font-size:11px;
  line-height:1;
  font-weight:950;
  letter-spacing:.10em;
  text-transform:uppercase;
}

.qt-prof-hero h1{
  margin:0;
  color:var(--qpc-ink2);
  font-size:clamp(29px,3vw,42px);
  line-height:1.02;
  font-weight:950;
  letter-spacing:-.045em;
}

.qt-prof-hero p:not(.qt-prof-kicker){
  max-width:760px;
  margin:9px 0 0;
  color:var(--qpc-muted);
  font-size:14.5px;
  line-height:1.55;
  font-weight:650;
}

.qt-prof-heroMark{
  width:74px;
  height:74px;
  flex:0 0 74px;
  display:grid;
  place-items:center;
  border-radius:24px;
  color:#fff;
  background:
    radial-gradient(70px 50px at 35% 20%,rgba(255,255,255,.32),transparent 58%),
    linear-gradient(135deg,var(--qpc-lav),var(--qpc-lav2));
  box-shadow:0 18px 38px rgba(106,126,255,.24);
}

.qt-prof-heroMark span{
  font-size:34px;
  line-height:1;
  font-weight:950;
}

.qt-prof-tool{
  padding:15px;
  border:1px solid var(--qpc-line);
  border-radius:22px;
  background:var(--qpc-card);
  box-shadow:var(--qpc-shadow);
  min-width:0;
}

.qt-prof-top{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}

.qt-prof-field{
  min-width:0;
  display:grid;
  gap:7px;
}

.qt-prof-field label{
  color:var(--qpc-ink2);
  font-size:12px;
  line-height:1.2;
  font-weight:950;
}

.qt-prof-field select{
  width:100%;
  min-height:44px;
  padding:0 13px;
  border:1px solid var(--qpc-line2);
  border-radius:15px;
  background:#fff;
  color:var(--qpc-ink);
  font-size:14px;
  line-height:1.2;
  font-weight:800;
  outline:none;
}

.qt-prof-field select:focus{
  border-color:rgba(106,126,255,.44);
  box-shadow:0 0 0 4px rgba(106,126,255,.09);
}

.qt-prof-scoreCard{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:14px;
  margin-top:12px;
  padding:13px;
  border:1px solid var(--qpc-line);
  border-radius:20px;
  background:
    radial-gradient(320px 120px at 0 0,rgba(106,126,255,.075),transparent 68%),
    linear-gradient(180deg,#fff,#f9faff);
}

.qt-prof-scoreRing{
  position:relative;
  width:96px;
  height:96px;
  display:grid;
  place-items:center;
}

.qt-prof-scoreRing svg{
  position:absolute;
  inset:0;
  width:96px;
  height:96px;
  transform:rotate(-90deg);
}

.qt-prof-ringBg,
.qt-prof-ringFill{
  fill:none;
  stroke-width:11;
}

.qt-prof-ringBg{
  stroke:rgba(106,126,255,.12);
}

.qt-prof-ringFill{
  stroke:var(--qpc-lav);
  stroke-linecap:round;
  stroke-dasharray:314;
  stroke-dashoffset:314;
  transition:stroke-dashoffset .25s ease,stroke .25s ease;
}

.qt-prof-scoreRing div{
  position:relative;
  z-index:1;
  display:grid;
  justify-items:center;
}

.qt-prof-scoreRing b{
  color:var(--qpc-ink2);
  font-size:28px;
  line-height:1;
  font-weight:1000;
  letter-spacing:-.05em;
}

.qt-prof-scoreRing span{
  margin-top:3px;
  color:var(--qpc-muted);
  font-size:11px;
  line-height:1;
  font-weight:900;
}

.qt-prof-scoreText{
  min-width:0;
}

.qt-prof-scoreText span{
  display:block;
  color:var(--qpc-ink2);
  font-size:17px;
  line-height:1.2;
  font-weight:1000;
  letter-spacing:-.02em;
}

.qt-prof-scoreText p{
  margin:7px 0 0;
  color:var(--qpc-muted);
  font-size:13px;
  line-height:1.48;
  font-weight:700;
}

.qt-prof-scoreActions{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  justify-content:flex-end;
}

.qt-prof-scoreActions button{
  min-height:36px;
  padding:0 12px;
  border:1px solid var(--qpc-line2);
  border-radius:999px;
  background:#fff;
  color:var(--qpc-ink2);
  font-size:12px;
  line-height:1;
  font-weight:950;
  cursor:pointer;
}

.qt-prof-scoreActions button:first-child{
  color:#fff;
  border-color:transparent;
  background:linear-gradient(135deg,var(--qpc-lav),var(--qpc-lav2));
  box-shadow:0 10px 22px rgba(106,126,255,.16);
}

.qt-prof-checks{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  margin-top:11px;
}

.qt-prof-check{
  min-width:0;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:10px;
  align-items:flex-start;
  padding:12px;
  border:1px solid var(--qpc-line);
  border-radius:17px;
  background:
    radial-gradient(240px 90px at 0 0,rgba(106,126,255,.045),transparent 70%),
    linear-gradient(180deg,#fff,#f9faff);
  cursor:pointer;
  transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease,background .15s ease;
}

.qt-prof-check:hover{
  transform:translateY(-1px);
  border-color:rgba(106,126,255,.30);
  box-shadow:0 12px 28px rgba(24,32,64,.07);
}

.qt-prof-check input{
  width:19px;
  height:19px;
  margin:1px 0 0;
  accent-color:var(--qpc-lav);
  flex:0 0 auto;
}

.qt-prof-check span{
  min-width:0;
  display:block;
}

.qt-prof-check b{
  display:block;
  color:var(--qpc-ink2);
  font-size:13.5px;
  line-height:1.25;
  font-weight:950;
}

.qt-prof-check em{
  display:block;
  margin-top:6px;
  color:var(--qpc-muted);
  font-size:12px;
  line-height:1.42;
  font-style:normal;
  font-weight:700;
}

.qt-prof-check.is-checked{
  border-color:rgba(50,192,122,.28);
  background:
    radial-gradient(240px 90px at 0 0,rgba(50,192,122,.07),transparent 70%),
    linear-gradient(180deg,#fff,#f4fff9);
}

.qt-prof-report{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:11px;
}

.qt-prof-report > div{
  min-width:0;
  padding:13px;
  border:1px solid var(--qpc-line);
  border-radius:18px;
  background:rgba(255,255,255,.86);
}

.qt-prof-report b{
  display:block;
  color:var(--qpc-ink2);
  font-size:14px;
  line-height:1.25;
  font-weight:950;
}

.qt-prof-report ul{
  margin:9px 0 0;
  padding:0;
  display:grid;
  gap:7px;
  list-style:none;
}

.qt-prof-report li{
  color:var(--qpc-muted);
  font-size:12.5px;
  line-height:1.45;
  font-weight:750;
}

.qt-prof-report li::before{
  content:"•";
  color:var(--qpc-lav);
  font-weight:1000;
  margin-right:6px;
}

.qt-prof-guide{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}

.qt-prof-guide div{
  min-height:84px;
  padding:13px 14px;
  border:1px solid var(--qpc-line);
  border-radius:18px;
  background:rgba(255,255,255,.86);
  box-shadow:0 8px 20px rgba(24,32,64,.045);
}

.qt-prof-guide b{
  display:block;
  color:var(--qpc-ink2);
  font-size:14px;
  line-height:1.25;
  font-weight:950;
}

.qt-prof-guide span{
  display:block;
  margin-top:8px;
  color:var(--qpc-muted);
  font-size:12.5px;
  line-height:1.45;
  font-weight:700;
}

.qt-prof-related{
  padding:18px;
  border:1px solid var(--qpc-line);
  border-radius:22px;
  background:var(--qpc-card);
  box-shadow:var(--qpc-shadow);
}

.qt-prof-sectionHead{
  margin-bottom:14px;
}

.qt-prof-sectionHead p{
  margin:0 0 6px;
  color:var(--qpc-lav);
  font-size:11px;
  line-height:1;
  font-weight:950;
  letter-spacing:.10em;
  text-transform:uppercase;
}

.qt-prof-sectionHead h2{
  margin:0;
  color:var(--qpc-ink2);
  font-size:23px;
  line-height:1.1;
  font-weight:950;
  letter-spacing:-.035em;
}

.qt-prof-relatedGrid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
}

.qt-prof-relatedItem{
  min-height:118px;
  padding:14px;
  border:1px solid var(--qpc-line);
  border-radius:17px;
  background:
    radial-gradient(240px 90px at 0 0,rgba(106,126,255,.055),transparent 70%),
    linear-gradient(180deg,#fff,#f9faff);
  transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease;
}

.qt-prof-relatedItem:hover{
  transform:translateY(-2px);
  border-color:rgba(106,126,255,.32);
  box-shadow:0 16px 30px rgba(24,32,64,.09);
}

.qt-prof-relatedItem span{
  display:inline-flex;
  align-items:center;
  min-height:22px;
  padding:0 9px;
  border-radius:999px;
  color:var(--qpc-lav);
  background:rgba(106,126,255,.09);
  font-size:10px;
  line-height:1;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.qt-prof-relatedItem b{
  display:block;
  margin-top:12px;
  color:var(--qpc-ink2);
  font-size:16px;
  line-height:1.22;
  font-weight:950;
}

.qt-prof-relatedItem em{
  display:block;
  margin-top:8px;
  color:var(--qpc-muted);
  font-size:12.5px;
  line-height:1.45;
  font-style:normal;
  font-weight:700;
}

@media (max-width:1120px){
  .qt-prof-layout{
    grid-template-columns:1fr;
  }
}

@media (max-width:900px){
  .qt-prof-shell{
    width:100%;
    padding:16px 10px 36px;
  }

  .qt-prof-hero{
    min-height:auto;
    padding:17px;
    border-radius:20px;
  }

  .qt-prof-heroMark{
    display:none;
  }

  .qt-prof-hero h1{
    font-size:31px;
  }

  .qt-prof-scoreCard{
    grid-template-columns:auto minmax(0,1fr);
  }

  .qt-prof-scoreActions{
    grid-column:1 / -1;
    justify-content:flex-start;
  }

  .qt-prof-checks{
    grid-template-columns:1fr;
  }

  .qt-prof-guide{
    grid-template-columns:1fr;
  }

  .qt-prof-relatedGrid{
    grid-template-columns:1fr;
  }

  .qt-prof-relatedItem{
    min-height:auto;
  }
}

@media (max-width:620px){
  .qt-prof-top{
    grid-template-columns:1fr;
  }

  .qt-prof-scoreCard{
    grid-template-columns:1fr;
    justify-items:start;
  }

  .qt-prof-scoreRing{
    width:88px;
    height:88px;
  }

  .qt-prof-scoreRing svg{
    width:88px;
    height:88px;
  }

  .qt-prof-scoreActions{
    width:100%;
    display:grid;
    grid-template-columns:1fr 1fr;
  }

  .qt-prof-scoreActions button{
    width:100%;
  }

  .qt-prof-report{
    grid-template-columns:1fr;
  }
}

@media (max-width:460px){
  .qt-prof-shell{
    padding-left:9px;
    padding-right:9px;
  }

  .qt-prof-main{
    gap:11px;
  }

  .qt-prof-hero{
    padding:16px;
    border-radius:18px;
  }

  .qt-prof-hero h1{
    font-size:28px;
  }

  .qt-prof-tool,
  .qt-prof-related{
    border-radius:18px;
  }

  .qt-prof-tool{
    padding:12px;
  }

  .qt-prof-check{
    padding:11px;
    border-radius:16px;
  }

  .qt-prof-sectionHead h2{
    font-size:21px;
  }
}

@media (prefers-reduced-motion:reduce){
  .qt-prof *,
  .qt-prof *::before,
  .qt-prof *::after{
    transition:none !important;
    scroll-behavior:auto !important;
  }
}