/* /public_html/components/css/tools/yorum-secici.css */

.qt-tool-comment-picker{
  --qyp-ink:#101526;
  --qyp-ink2:#1d2250;
  --qyp-muted:#64708a;
  --qyp-lav:#6a7eff;
  --qyp-lav2:#8ea2ff;
  --qyp-cyan:#61f2ff;
  --qyp-pink:#ff7ac8;
  --qyp-line:rgba(106,126,255,.15);
  --qyp-line2:rgba(106,126,255,.25);
  --qyp-soft:rgba(106,126,255,.07);
  --qyp-card:rgba(255,255,255,.94);
  --qyp-shadow:0 14px 38px rgba(24,32,64,.08);
  background:
    radial-gradient(720px 240px at 8% -5%,rgba(106,126,255,.11),transparent 62%),
    radial-gradient(720px 240px at 94% 0%,rgba(97,242,255,.075),transparent 62%),
    radial-gradient(520px 220px at 54% -8%,rgba(255,122,200,.055),transparent 64%),
    linear-gradient(180deg,#fbfcff,#f6f8ff 48%,#fff);
}

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

.qt-yp{
  color:var(--qyp-ink);
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
}

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

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

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

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

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

.qt-yp-breadcrumb a:hover{
  color:var(--qyp-lav);
}

.qt-yp-breadcrumb strong{
  color:var(--qyp-ink2);
  font-weight:950;
}

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

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

.qt-yp-hero{
  min-height:132px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:20px 22px;
  border:1px solid var(--qyp-line);
  border-radius:22px;
  background:
    radial-gradient(420px 150px at 0 0,rgba(106,126,255,.105),transparent 66%),
    radial-gradient(260px 130px at 100% 0,rgba(255,122,200,.06),transparent 70%),
    linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,250,255,.96));
  box-shadow:var(--qyp-shadow);
  overflow:hidden;
}

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

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

.qt-yp-hero p:not(.qt-yp-kicker){
  max-width:780px;
  margin:10px 0 0;
  color:var(--qyp-muted);
  font-size:14.5px;
  line-height:1.58;
  font-weight:650;
}

.qt-yp-heroMark{
  width:76px;
  height:76px;
  flex:0 0 76px;
  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(--qyp-lav),var(--qyp-lav2));
  box-shadow:0 18px 38px rgba(106,126,255,.24);
}

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

.qt-yp-tool{
  padding:15px;
  border:1px solid var(--qyp-line);
  border-radius:22px;
  background:var(--qyp-card);
  box-shadow:var(--qyp-shadow);
}

.qt-yp-inputGrid{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);
  gap:10px;
}

.qt-yp-panel{
  min-width:0;
  padding:12px;
  border:1px solid var(--qyp-line);
  border-radius:18px;
  background:
    radial-gradient(260px 120px at 0 0,rgba(106,126,255,.055),transparent 68%),
    linear-gradient(180deg,#fff,#f9faff);
}

.qt-yp-panelHead{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin:0 0 9px;
}

.qt-yp-panelHead label{
  color:var(--qyp-ink2);
  font-size:13px;
  line-height:1.2;
  font-weight:1000;
}

.qt-yp-headActions{
  display:flex;
  gap:6px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.qt-yp-headActions button{
  min-height:29px;
  padding:0 10px;
  border:1px solid var(--qyp-line2);
  border-radius:999px;
  background:#fff;
  color:var(--qyp-lav);
  font-size:11.5px;
  line-height:1;
  font-weight:950;
  cursor:pointer;
}

.qt-yp-textarea{
  display:block;
  width:100%;
  min-height:304px;
  resize:vertical;
  padding:14px;
  border:1px solid var(--qyp-line2);
  border-radius:16px;
  background:#fff;
  color:var(--qyp-ink);
  font-size:14px;
  line-height:1.52;
  font-weight:650;
  outline:none;
  transition:border-color .15s ease,box-shadow .15s ease;
}

.qt-yp-textarea::placeholder{
  color:rgba(100,112,138,.62);
}

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

.qt-yp-settings{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}

.qt-yp-field{
  min-width:0;
}

.qt-yp-field label{
  display:block;
  margin:0 0 6px;
  color:var(--qyp-ink2);
  font-size:11.5px;
  line-height:1.2;
  font-weight:950;
}

.qt-yp-field input,
.qt-yp-field select{
  width:100%;
  min-height:40px;
  padding:0 11px;
  border:1px solid var(--qyp-line2);
  border-radius:13px;
  background:#fff;
  color:var(--qyp-ink);
  font-size:12.5px;
  line-height:1.2;
  font-weight:800;
  outline:none;
}

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

.qt-yp-checks{
  display:grid;
  gap:7px;
  margin-top:10px;
}

.qt-yp-checks label{
  min-height:37px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:8px 9px;
  border:1px solid rgba(106,126,255,.12);
  border-radius:13px;
  background:rgba(106,126,255,.045);
  color:var(--qyp-ink);
  font-size:12px;
  line-height:1.25;
  font-weight:850;
  cursor:pointer;
}

.qt-yp-checks input{
  width:15px;
  height:15px;
  flex:0 0 auto;
  accent-color:var(--qyp-lav);
}

.qt-yp-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:12px;
}

.qt-yp-actions button{
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  font-size:12px;
  line-height:1;
  font-weight:950;
  cursor:pointer;
  transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease,color .15s ease;
}

.qt-yp-actions button:hover{
  transform:translateY(-1px);
}

.qt-yp-primary{
  border:0;
  color:#fff;
  background:linear-gradient(135deg,var(--qyp-lav),var(--qyp-lav2));
  box-shadow:0 10px 22px rgba(106,126,255,.18);
}

.qt-yp-ghost{
  border:1px solid var(--qyp-line2);
  color:var(--qyp-ink2);
  background:#fff;
}

.qt-yp-danger{
  margin-left:auto;
  border:1px solid rgba(239,68,68,.18);
  color:#ef4444;
  background:rgba(239,68,68,.06);
}

.qt-yp-status{
  margin-top:11px;
  padding:10px 12px;
  border:1px solid var(--qyp-line);
  border-radius:14px;
  background:rgba(106,126,255,.045);
  color:var(--qyp-muted);
  font-size:12.5px;
  line-height:1.4;
  font-weight:800;
}

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

.qt-yp-stats div{
  min-height:66px;
  padding:10px 11px;
  border:1px solid var(--qyp-line);
  border-radius:16px;
  background:linear-gradient(180deg,#fff,#f9faff);
}

.qt-yp-stats span{
  display:block;
  color:var(--qyp-ink2);
  font-size:23px;
  line-height:1;
  font-weight:1000;
  letter-spacing:-.045em;
}

.qt-yp-stats b{
  display:block;
  margin-top:8px;
  color:var(--qyp-muted);
  font-size:11px;
  line-height:1.2;
  font-weight:850;
}

.qt-yp-result{
  margin-top:12px;
  padding:16px;
  border:1px solid var(--qyp-line);
  border-radius:20px;
  background:
    radial-gradient(360px 140px at 0 0,rgba(106,126,255,.09),transparent 65%),
    linear-gradient(180deg,#fff,#f8faff);
}

.qt-yp-resultHead{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}

.qt-yp-resultHead p{
  margin:0 0 6px;
  color:var(--qyp-lav);
  font-size:10.5px;
  line-height:1;
  font-weight:1000;
  letter-spacing:.09em;
}

.qt-yp-resultHead h2{
  margin:0;
  color:var(--qyp-ink2);
  font-size:23px;
  line-height:1.1;
  font-weight:1000;
  letter-spacing:-.035em;
}

.qt-yp-resultHead > span{
  min-height:28px;
  display:inline-flex;
  align-items:center;
  padding:0 10px;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(135deg,var(--qyp-lav),var(--qyp-lav2));
  font-size:11px;
  line-height:1;
  font-weight:950;
  white-space:nowrap;
}

.qt-yp-winners{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

.qt-yp-winners > div{
  min-width:0;
  padding:13px;
  border:1px solid rgba(106,126,255,.12);
  border-radius:16px;
  background:rgba(255,255,255,.82);
}

.qt-yp-winners h3{
  margin:0 0 10px;
  color:var(--qyp-ink2);
  font-size:14px;
  line-height:1.2;
  font-weight:1000;
}

.qt-yp-winners ol{
  display:grid;
  gap:7px;
  margin:0;
  padding-left:20px;
}

.qt-yp-winners li{
  color:var(--qyp-ink);
  font-size:13px;
  line-height:1.35;
  font-weight:800;
  overflow-wrap:anywhere;
}

.qt-yp-winners li strong{
  color:var(--qyp-ink2);
  font-weight:1000;
}

.qt-yp-winners li span{
  display:block;
  margin-top:3px;
  color:var(--qyp-muted);
  font-size:11.5px;
  line-height:1.35;
  font-weight:700;
}

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

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

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

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

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

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

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

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

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

.qt-yp-relatedItem{
  min-height:122px;
  padding:14px;
  border:1px solid var(--qyp-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-yp-relatedItem:hover{
  transform:translateY(-2px);
  border-color:rgba(106,126,255,.32);
  box-shadow:0 16px 30px rgba(24,32,64,.09);
}

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

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

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

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

@media (max-width:920px){
  .qt-yp-shell{
    width:min(100% - 22px,760px);
    padding-top:16px;
  }

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

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

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

  .qt-yp-inputGrid{
    grid-template-columns:1fr;
  }

  .qt-yp-textarea{
    min-height:230px;
  }

  .qt-yp-guide,
  .qt-yp-relatedGrid{
    grid-template-columns:1fr;
  }

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

@media (max-width:640px){
  .qt-yp-settings{
    grid-template-columns:1fr;
  }

  .qt-yp-stats{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .qt-yp-winners{
    grid-template-columns:1fr;
  }

  .qt-yp-actions{
    flex-wrap:nowrap;
    overflow:auto;
    padding-bottom:2px;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }

  .qt-yp-actions::-webkit-scrollbar{
    display:none;
  }

  .qt-yp-actions button{
    flex:0 0 auto;
  }

  .qt-yp-danger{
    margin-left:0;
  }
}

@media (max-width:460px){
  .qt-yp-shell{
    width:min(100% - 18px,420px);
  }

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

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

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

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

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

  .qt-yp-panelHead{
    align-items:flex-start;
  }

  .qt-yp-headActions{
    justify-content:flex-end;
  }

  .qt-yp-stats div{
    min-height:62px;
    padding:10px;
  }

  .qt-yp-stats span{
    font-size:21px;
  }

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

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