/* /public_html/components/css/tools/profil-foto-yuvarlama.css */

.qt-tool-profile-rounder{
  --pfr-ink:#101526;
  --pfr-ink2:#1d2250;
  --pfr-muted:#64708a;
  --pfr-lav:#6a7eff;
  --pfr-lav2:#8ea2ff;
  --pfr-pink:#ff7ac8;
  --pfr-line:rgba(106,126,255,.15);
  --pfr-line2:rgba(106,126,255,.24);
  --pfr-soft:rgba(106,126,255,.065);
  --pfr-card:rgba(255,255,255,.94);
  --pfr-shadow:0 14px 38px rgba(24,32,64,.08);
  overflow-x:hidden;
  background:
    radial-gradient(760px 250px at 8% -5%, rgba(106,126,255,.10), transparent 62%),
    radial-gradient(720px 240px at 94% 0%, rgba(255,122,200,.075), transparent 62%),
    linear-gradient(180deg,#fbfcff,#f7f8ff 48%,#fff);
}

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

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

.qt-pfr *{
  min-width:0;
}

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

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

.qt-pfr-breadcrumb{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 14px;
  color:var(--pfr-muted);
  font-size:12px;
  line-height:1.2;
  font-weight:800;
}

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

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

.qt-pfr-breadcrumb::-webkit-scrollbar,
.qt-pfr-presets::-webkit-scrollbar,
.qt-pfr-guide::-webkit-scrollbar{
  display:none;
}

.qt-pfr-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 286px;
  gap:18px;
  align-items:start;
  max-width:100%;
}

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

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

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

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

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

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

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

.qt-pfr-tool{
  max-width:100%;
  padding:15px;
  border:1px solid var(--pfr-line);
  border-radius:22px;
  background:var(--pfr-card);
  box-shadow:var(--pfr-shadow);
}

.qt-pfr-work{
  display:grid;
  grid-template-columns:minmax(0,1fr) 340px;
  gap:12px;
  align-items:start;
}

.qt-pfr-editor,
.qt-pfr-controls{
  min-width:0;
}

.qt-pfr-upload input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.qt-pfr-upload label{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:54px;
  padding:10px 13px;
  border:1px dashed var(--pfr-line2);
  border-radius:18px;
  background:
    radial-gradient(260px 100px at 0 0,rgba(106,126,255,.06),transparent 70%),
    linear-gradient(180deg,#fff,#f9faff);
  cursor:pointer;
  transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease;
}

.qt-pfr-upload label:hover{
  transform:translateY(-1px);
  border-color:rgba(106,126,255,.38);
  box-shadow:0 10px 24px rgba(106,126,255,.08);
}

.qt-pfr-upload span{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 13px;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(135deg,var(--pfr-lav),var(--pfr-lav2));
  font-size:12px;
  line-height:1;
  font-weight:950;
  box-shadow:0 10px 22px rgba(106,126,255,.16);
}

.qt-pfr-upload b{
  color:var(--pfr-muted);
  font-size:12.5px;
  line-height:1.35;
  font-weight:850;
  text-align:right;
  overflow-wrap:anywhere;
}

.qt-pfr-canvasBox{
  position:relative;
  display:grid;
  place-items:center;
  margin-top:10px;
  padding:14px;
  border:1px solid var(--pfr-line);
  border-radius:22px;
  background:
    radial-gradient(340px 130px at 0 0,rgba(255,122,200,.06),transparent 70%),
    linear-gradient(180deg,#fff,#f9faff);
  overflow:hidden;
}

.qt-pfr-canvasBox canvas{
  display:block;
  width:min(100%,520px);
  aspect-ratio:1 / 1;
  height:auto;
  border-radius:22px;
  background:#eef1f8;
  box-shadow:0 12px 30px rgba(24,32,64,.09);
}

.qt-pfr-empty{
  position:absolute;
  inset:14px;
  display:grid;
  place-items:center;
  align-content:center;
  gap:8px;
  padding:18px;
  border:1px dashed var(--pfr-line2);
  border-radius:18px;
  background:rgba(255,255,255,.88);
  text-align:center;
}

.qt-pfr-empty.is-hidden{
  display:none;
}

.qt-pfr-empty span{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(135deg,var(--pfr-lav),var(--pfr-pink));
  font-size:28px;
  line-height:1;
  font-weight:950;
}

.qt-pfr-empty b{
  color:var(--pfr-ink2);
  font-size:15px;
  line-height:1.25;
  font-weight:950;
}

.qt-pfr-empty em{
  color:var(--pfr-muted);
  font-size:12px;
  line-height:1.35;
  font-style:normal;
  font-weight:800;
}

.qt-pfr-move{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:10px;
}

.qt-pfr-move button,
.qt-pfr-presets button,
.qt-pfr-actions button{
  cursor:pointer;
  transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease,color .15s ease;
}

.qt-pfr-move button{
  min-height:34px;
  padding:0 12px;
  border:1px solid var(--pfr-line);
  border-radius:999px;
  background:linear-gradient(180deg,#fff,#f9faff);
  color:var(--pfr-ink2);
  font-size:12px;
  line-height:1;
  font-weight:950;
}

.qt-pfr-move button:hover,
.qt-pfr-presets button:hover,
.qt-pfr-actions button:hover{
  transform:translateY(-1px);
}

.qt-pfr-controls{
  display:grid;
  gap:10px;
  padding:13px;
  border:1px solid var(--pfr-line);
  border-radius:22px;
  background:
    radial-gradient(280px 110px at 0 0,rgba(106,126,255,.06),transparent 70%),
    linear-gradient(180deg,#fff,#f9faff);
}

.qt-pfr-control label{
  display:block;
  margin:0 0 7px;
  color:var(--pfr-ink2);
  font-size:12px;
  line-height:1.2;
  font-weight:950;
}

.qt-pfr-control input[type="range"]{
  width:100%;
  accent-color:var(--pfr-lav);
}

.qt-pfr-control input[type="color"],
.qt-pfr-control select{
  width:100%;
  min-height:42px;
  padding:0 12px;
  border:1px solid var(--pfr-line2);
  border-radius:14px;
  background:#fff;
  color:var(--pfr-ink);
  font-size:13px;
  line-height:1.2;
  font-weight:850;
  outline:none;
}

.qt-pfr-control input[type="color"]{
  padding:5px;
  cursor:pointer;
}

.qt-pfr-control select:focus,
.qt-pfr-control input[type="color"]:focus{
  border-color:rgba(106,126,255,.44);
  box-shadow:0 0 0 4px rgba(106,126,255,.09);
}

.qt-pfr-gridControls{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
}

.qt-pfr-presets{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
}

.qt-pfr-presets button{
  min-height:32px;
  padding:0 11px;
  border:1px solid var(--pfr-line);
  border-radius:999px;
  background:#fff;
  color:var(--pfr-ink2);
  font-size:11.5px;
  line-height:1;
  font-weight:950;
  white-space:nowrap;
}

.qt-pfr-presets button:hover{
  color:var(--pfr-lav);
  border-color:rgba(106,126,255,.34);
  box-shadow:0 8px 18px rgba(106,126,255,.08);
}

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

.qt-pfr-actions button{
  min-height:38px;
  padding:0 12px;
  border-radius:999px;
  font-size:12px;
  line-height:1;
  font-weight:950;
}

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

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

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

.qt-pfr-status{
  padding:10px 12px;
  border:1px solid var(--pfr-line);
  border-radius:14px;
  background:rgba(106,126,255,.045);
  color:var(--pfr-muted);
  font-size:12px;
  line-height:1.42;
  font-weight:850;
  overflow-wrap:anywhere;
}

.qt-pfr-status.is-ok{
  border-color:rgba(50,192,122,.22);
  background:rgba(50,192,122,.07);
  color:#23754f;
}

.qt-pfr-status.is-bad{
  border-color:rgba(239,68,68,.18);
  background:rgba(239,68,68,.065);
  color:#b73535;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.qt-pfr-side{
  position:sticky;
  top:96px;
  display:grid;
  gap:12px;
  min-width:0;
}

.qt-pfr-sideCard,
.qt-pfr-suggest{
  border:1px solid var(--pfr-line);
  border-radius:22px;
  background:rgba(255,255,255,.94);
  box-shadow:var(--pfr-shadow);
  overflow:hidden;
}

.qt-pfr-sideTitle{
  padding:15px 16px;
  border-bottom:1px solid var(--pfr-line);
  color:var(--pfr-ink2);
  font-size:16px;
  line-height:1.2;
  font-weight:950;
  background:linear-gradient(180deg,#fff,#f8faff);
}

.qt-pfr-sideNav{
  display:grid;
  gap:5px;
  padding:9px;
}

.qt-pfr-sideNav a{
  display:flex;
  align-items:center;
  min-height:39px;
  padding:0 11px;
  border-radius:13px;
  color:var(--pfr-ink);
  font-size:12.8px;
  line-height:1.2;
  font-weight:850;
  transition:background .15s ease,color .15s ease,transform .15s ease;
}

.qt-pfr-sideNav a:hover{
  color:var(--pfr-lav);
  background:var(--pfr-soft);
  transform:translateX(1px);
}

.qt-pfr-sideNav a.is-active{
  color:#fff;
  background:linear-gradient(135deg,var(--pfr-lav),var(--pfr-lav2));
  box-shadow:0 10px 22px rgba(106,126,255,.18);
}

.qt-pfr-suggest{
  padding:15px;
  background:
    radial-gradient(260px 100px at 0 0,rgba(106,126,255,.08),transparent 70%),
    rgba(255,255,255,.93);
}

.qt-pfr-suggest b{
  display:block;
  color:var(--pfr-ink2);
  font-size:16px;
  line-height:1.2;
  font-weight:950;
}

.qt-pfr-suggest p{
  margin:8px 0 12px;
  color:var(--pfr-muted);
  font-size:13px;
  line-height:1.5;
  font-weight:650;
  overflow-wrap:anywhere;
}

.qt-pfr-suggest a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:0 13px;
  border:1px solid var(--pfr-line2);
  border-radius:999px;
  color:var(--pfr-lav);
  background:#fff;
  font-size:12px;
  line-height:1;
  font-weight:950;
}

.qt-pfr-suggest a:hover{
  color:#fff;
  border-color:transparent;
  background:linear-gradient(135deg,var(--pfr-lav),var(--pfr-lav2));
}

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

  .qt-pfr-work{
    grid-template-columns:1fr;
  }

  .qt-pfr-side{
    position:static;
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width:900px){
  .qt-pfr-shell{
    width:100%;
    padding:14px 10px 34px;
  }

  .qt-pfr-breadcrumb{
    overflow-x:auto;
    white-space:nowrap;
    padding-bottom:2px;
    scrollbar-width:none;
    font-size:11px;
  }

  .qt-pfr-layout{
    display:block;
  }

  .qt-pfr-main{
    width:100%;
    gap:14px;
  }

  .qt-pfr-hero{
    min-height:auto;
    padding:15px;
    gap:0;
    border-radius:20px;
  }

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

  .qt-pfr-hero h1{
    font-size:28px;
    line-height:1.05;
  }

  .qt-pfr-hero p:not(.qt-pfr-kicker){
    font-size:13.5px;
    line-height:1.5;
  }

  .qt-pfr-tool{
    padding:11px;
  }

  .qt-pfr-upload label{
    min-height:48px;
    padding:9px 10px;
  }

  .qt-pfr-upload span{
    min-height:32px;
    padding:0 11px;
    font-size:11.5px;
  }

  .qt-pfr-upload b{
    font-size:11.5px;
  }

  .qt-pfr-canvasBox{
    padding:10px;
    border-radius:19px;
  }

  .qt-pfr-canvasBox canvas{
    width:min(100%,430px);
    border-radius:18px;
  }

  .qt-pfr-empty{
    inset:10px;
  }

  .qt-pfr-move{
    flex-wrap:nowrap;
    overflow-x:auto;
    padding-bottom:3px;
    -webkit-overflow-scrolling:touch;
  }

  .qt-pfr-move button{
    flex:0 0 auto;
  }

  .qt-pfr-controls{
    padding:11px;
    border-radius:19px;
  }

  .qt-pfr-presets{
    flex-wrap:nowrap;
    overflow-x:auto;
    padding-bottom:3px;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }

  .qt-pfr-presets button{
    flex:0 0 auto;
  }

  .qt-pfr-guide{
    display:flex;
    grid-template-columns:none;
    gap:7px;
    overflow-x:auto;
    scrollbar-width:none;
    padding-bottom:2px;
    -webkit-overflow-scrolling:touch;
  }

  .qt-pfr-guide div{
    flex:0 0 220px;
    min-width:220px;
    min-height:auto;
    padding:11px 12px;
  }

  .qt-pfr-related{
    padding:13px;
  }

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

  .qt-pfr-relatedItem{
    min-height:auto;
    padding:12px;
  }

  .qt-pfr-side{
    position:static;
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    margin-top:14px;
  }
}

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

  .qt-pfr-hero{
    border-radius:17px;
  }

  .qt-pfr-hero h1{
    font-size:26px;
  }

  .qt-pfr-tool,
  .qt-pfr-canvasBox,
  .qt-pfr-controls,
  .qt-pfr-related,
  .qt-pfr-sideCard,
  .qt-pfr-suggest{
    border-radius:17px;
  }

  .qt-pfr-upload label{
    display:grid;
    gap:8px;
  }

  .qt-pfr-upload b{
    text-align:left;
  }

  .qt-pfr-gridControls{
    grid-template-columns:1fr 1fr;
    gap:8px;
  }

  .qt-pfr-actions{
    grid-template-columns:1fr;
  }

  .qt-pfr-primary{
    grid-column:auto;
  }

  .qt-pfr-actions button{
    width:100%;
  }

  .qt-pfr-empty span{
    width:50px;
    height:50px;
    font-size:24px;
  }

  .qt-pfr-sectionHead h2{
    font-size:20px;
  }
}

@media (max-width:390px){
  .qt-pfr-shell{
    padding-left:7px;
    padding-right:7px;
  }

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

  .qt-pfr-hero{
    padding:14px;
  }

  .qt-pfr-tool{
    padding:10px;
  }

  .qt-pfr-gridControls{
    grid-template-columns:1fr;
  }

  .qt-pfr-guide div{
    flex-basis:200px;
    min-width:200px;
  }

  .qt-pfr-sideTitle{
    padding:13px 14px;
  }
}