
.youtubechk-wrap,
.youtubechk-wrap *{
  box-sizing:border-box;
}
.youtubechk-wrap{
  width:100%;
  max-width:980px;
  margin:0 auto;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  color:#111827;
  background:transparent!important;
}
.youtubechk-brand{
  display:block;
  margin-top:8px;
  font-size:11px;
  color:#a3a3a3;
}

/* Search */
.youtubechk-search-card{
  width:100%;
  background:#ffffff;
  border:1px solid #dfe4ea;
  border-radius:14px;
  padding:9px 16px;
  box-shadow:0 8px 24px rgba(15,23,42,.06);
}
.youtubechk-search-shell{
  width:100%;
  min-height:40px;
  border-radius:999px;
  background:#ffffff;
  display:flex;
  align-items:center;
  gap:12px;
}
.youtubechk-search-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 16px;
  height:16px;
  color:#111827;
  font-size:16px;
  line-height:1;
}
.youtubechk-input{
  flex:1;
  min-width:0;
  width:100%!important;
  height:40px!important;
  border:0!important;
  outline:0!important;
  background:#ffffff!important;
  box-shadow:none!important;
  padding:0!important;
  margin:0!important;
  color:#111827!important;
  font-size:16px!important;
  line-height:40px!important;
  border-radius:999px!important;
}
.youtubechk-input::placeholder{
  color:#737b89;
}
.youtubechk-loader{
  display:none;
  width:18px;
  height:18px;
  flex:0 0 18px;
  border-radius:50%;
  border:2px solid #dbeafe;
  border-top-color:#2563eb;
  animation:youtubechkSpin .8s linear infinite;
}
@keyframes youtubechkSpin{to{transform:rotate(360deg)}}

.youtubechk-live-list{
  width:calc(100% - 34px);
  margin:10px auto 0;
  background:#ffffff;
  border:1px solid #e5e7eb;
  border-radius:14px;
  box-shadow:0 18px 40px rgba(15,23,42,.10);
  overflow:hidden;
}
.youtubechk-live-row{
  width:100%;
  border:0;
  background:#ffffff!important;
  display:flex;
  align-items:center;
  gap:16px;
  padding:14px 18px;
  cursor:pointer;
  text-align:left;
  color:#111827!important;
  transition:background .15s ease;
}
.youtubechk-live-row:hover,
.youtubechk-live-row:focus{
  background:#fafafa!important;
  color:#111827!important;
  outline:0;
}
.youtubechk-live-row img{
  width:42px;
  height:42px;
  object-fit:cover;
  border-radius:50%;
  flex:0 0 42px;
}
.youtubechk-live-row span{
  flex:1;
  min-width:0;
  color:#111827!important;
}
.youtubechk-live-row b{
  display:block;
  color:#111827!important;
  font-size:16px;
  font-weight:800;
  line-height:1.25;
}
.youtubechk-live-row small{
  display:block;
  color:#697386!important;
  font-size:12px;
  margin-top:3px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.youtubechk-live-row em{
  color:#3b91d4;
  font-style:normal;
  font-size:18px;
  font-weight:800;
}
.youtubechk-error{
  margin:12px 0;
  padding:13px 15px;
  background:#fff5f5;
  border:1px solid #fecaca;
  color:#b91c1c;
  border-radius:12px;
  font-size:14px;
}

/* Result profile */
.youtubechk-result{
  margin-top:14px;
}
.youtubechk-profile{
  display:flex;
  gap:22px;
  align-items:flex-start;
  padding:20px 22px;
  background:#ffffff;
  border:1px solid #dfe3e8;
  border-radius:12px;
  box-shadow:0 8px 22px rgba(15,23,42,.05);
}
.youtubechk-avatar{
  width:82px;
  height:82px;
  border-radius:50%;
  object-fit:cover;
  flex:0 0 82px;
  background:#f1f5f9;
}
.youtubechk-head{
  flex:1;
  min-width:0;
}
.youtubechk-name-row{
  display:flex;
  align-items:center;
  gap:9px;
  flex-wrap:wrap;
}
.youtubechk-name-row h2{
  margin:0;
  font-size:22px;
  line-height:1.08;
  font-weight:900;
  color:#171717;
  letter-spacing:-.02em;
}
.youtubechk-socials{
  display:flex;
  align-items:center;
  gap:6px;
}
.youtubechk-social{
  width:22px;
  height:22px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#fff!important;
  text-decoration:none!important;
  font-size:11px;
  line-height:1;
  font-weight:900;
}
.youtubechk-social-youtube{background:#ff3131;}
.youtubechk-social-instagram{background:linear-gradient(135deg,#f97316,#db2777,#7c3aed);}
.youtubechk-social-x{background:#111;}
.youtubechk-social-tiktok{background:#111;}
.youtubechk-social-facebook{background:#2563eb;}
.youtubechk-social-link{background:#64748b;}
.youtubechk-desc{
  margin:5px 0 0;
  color:#1f2937;
  font-size:13px;
  line-height:1.35;
  font-weight:500;
}
.youtubechk-full-desc{
  display:block;
  margin-top:5px;
  white-space:pre-wrap;
}
.youtubechk-more{
  display:inline-flex;
  border:1px solid #bfdbfe;
  background:#eff6ff;
  color:#2563eb;
  font-size:10px;
  line-height:1;
  font-weight:800;
  border-radius:999px;
  padding:4px 8px;
  cursor:pointer;
  vertical-align:middle;
}
.youtubechk-email{
  display:inline-block;
  margin-top:9px;
  background:#fff8f7;
  border:1px solid #ffd6d1;
  border-radius:10px;
  color:#334155;
  font-size:11px;
  line-height:1;
  padding:7px 9px;
}
.youtubechk-email b{
  color:#111827;
}
.youtubechk-pills{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:14px;
}
.youtubechk-pills span{
  display:inline-flex;
  align-items:center;
  gap:5px;
  background:#fbfaf7;
  border:1px solid #d7d7ce;
  border-radius:999px;
  color:#333;
  padding:6px 10px;
  font-size:12px;
  line-height:1;
}
.youtubechk-divider{
  width:100%;
  height:1px;
  background:#e5e7eb;
  margin:17px 0 16px;
}
.youtubechk-maincards{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:14px;
}
.youtubechk-maincards>div{
  min-height:98px;
  background:#f6f5ef;
  border:1px solid #f0eee5;
  border-radius:9px;
  padding:16px 18px;
}
.youtubechk-maincards small{
  display:block;
  color:#6b7280;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:11px;
  line-height:1.1;
  font-weight:800;
}
.youtubechk-maincards b{
  display:block;
  margin-top:10px;
  color:#111827;
  font-size:29px;
  line-height:1.05;
  letter-spacing:-.05em;
  font-weight:900;
}
.youtubechk-rankcard{
  background:#fff5f2!important;
  border:1px solid #ffd0c7!important;
}
.youtubechk-rankcard b{
  margin-top:10px!important;
  color:#111827!important;
}
.youtubechk-rankcard em{
  display:block;
  font-style:normal;
  color:#6b7280;
  font-size:12px;
  margin-top:4px;
}
.youtubechk-top-badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  max-width:100%;
  padding:6px 10px;
  border-radius:999px;
  background:#ffe8e4;
  border:1px solid #ffb7ad;
  color:#d6211b;
  font-size:11px;
  line-height:1;
  font-weight:900;
  letter-spacing:.03em;
  text-transform:uppercase;
  box-shadow:0 4px 12px rgba(255,49,49,.12);
}
.youtubechk-top-badge img{
  width:15px;
  height:15px;
  border-radius:4px;
  object-fit:cover;
}
.youtubechk-normal-badge{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  background:#fff;
  border:1px solid #e5e7eb;
  color:#6b7280;
  font-size:11px;
  font-weight:900;
  letter-spacing:.06em;
}
.youtubechk-update{
  display:flex;
  justify-content:space-between;
  gap:12px;
  color:#6b7280;
  font-size:12px;
  margin-top:14px;
}
.youtubechk-update span:last-child{
  color:#22c55e;
  font-weight:700;
}

/* Summary cards */
.youtubechk-summary{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:12px;
  margin-top:16px;
  background:#ffffff;
  border:1px solid #dfe3e8;
  border-radius:12px;
  padding:14px;
  box-shadow:0 8px 22px rgba(15,23,42,.05);
}
.youtubechk-summary div{
  background:#ffffff;
  border:1px solid #e2e6ec;
  border-radius:8px;
  padding:15px 8px;
  text-align:center;
  box-shadow:0 2px 8px rgba(15,23,42,.07);
}
.youtubechk-summary b{
  display:block;
  color:#111827;
  font-size:20px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.02em;
}
.youtubechk-summary small{
  display:block;
  margin-top:7px;
  color:#6b7280;
  font-size:10px;
  line-height:1.2;
  font-weight:700;
}

/* Videos */
.youtubechk-videos{
  margin-top:16px;
  overflow:hidden;
  background:#ffffff;
  border:1px solid #d8dcd3;
  border-radius:10px;
}
.youtubechk-sec-title{
  min-height:43px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:10px 16px;
  background:#ffffff;
  color:#111827;
  font-size:14px;
  font-weight:900;
}
.youtubechk-video-more{
  background:#f3f7ff;
  border:1px solid #9cc0ff;
  color:#2563eb;
  border-radius:9px;
  padding:7px 12px;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
}
.youtubechk-videos table,
.youtubechk-metrics table{
  width:100%;
  border-collapse:collapse;
  background:#ffffff;
}
.youtubechk-videos th,
.youtubechk-metrics th{
  background:#fbfaf5;
  border-top:1px solid #e3e1d8;
  border-bottom:1px solid #d8dcd3;
  color:#202020;
  text-align:left;
  padding:10px 15px;
  font-size:12px;
  line-height:1;
  font-weight:800;
}
.youtubechk-videos td,
.youtubechk-metrics td{
  background:#ffffff;
  border-bottom:1px solid #e5e7eb;
  padding:11px 15px;
  color:#111827;
  font-size:12px;
  vertical-align:middle;
}
.youtubechk-video-cell{
  display:flex;
  align-items:center;
  gap:12px;
}
.youtubechk-thumb{
  position:relative;
  flex:0 0 56px;
  width:56px;
  height:36px;
  display:block;
  border-radius:6px;
  overflow:hidden;
  background:#f1f5f9;
}
.youtubechk-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.youtubechk-thumb i{
  position:absolute;
  left:50%;
  top:50%;
  width:18px;
  height:18px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  background:rgba(255,255,255,.22);
  color:#ffffff;
  font-size:8px;
  font-style:normal;
  display:flex;
  align-items:center;
  justify-content:center;
}
.youtubechk-thumb em{
  position:absolute;
  right:2px;
  bottom:2px;
  padding:1px 3px;
  border-radius:3px;
  background:#111827;
  color:#ffffff;
  font-size:8px;
  font-weight:800;
  font-style:normal;
}
.youtubechk-video-cell b{
  display:block;
  color:#111827;
  font-size:12px;
  line-height:1.25;
  font-weight:900;
}
.youtubechk-video-cell small{
  display:block;
  margin-top:4px;
  color:#6b7280;
  font-size:10px;
}
.youtubechk-eye{
  color:#635bff;
}
.youtubechk-green{
  color:#13a34a!important;
  font-weight:800;
}
.youtubechk-video-bottom{
  display:flex;
  justify-content:center;
  padding:11px;
  background:#fbfaf5;
}
.youtubechk-video-more-bottom{
  border:0;
  background:transparent;
  color:#2563eb;
  font-size:13px;
  font-weight:800;
  cursor:pointer;
}

/* Metrics */
.youtubechk-metrics{
  margin-top:16px;
  background:#ffffff;
  border:0;
}
.youtubechk-mhead{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:4px 0 10px;
}
.youtubechk-mhead b{
  color:#111827;
  font-size:18px;
  font-weight:800;
}
.youtubechk-mhead select{
  background:#ffffff;
  border:1px solid #d8dce4;
  border-radius:8px;
  color:#111827;
  padding:8px 12px;
  font-size:12px;
  outline:0;
}
.youtubechk-metrics table{
  border:1px solid #d8dcd3;
  border-radius:9px;
  overflow:hidden;
}
.youtubechk-metrics table{
  border-collapse:separate;
  border-spacing:0;
}
.youtubechk-metrics b{
  display:block;
  color:#047857;
  font-size:12px;
}
.youtubechk-metrics small{
  display:block;
  margin-top:3px;
  color:#6b7280;
  font-size:10px;
}

/* Graph */
.youtubechk-graph{
  margin-top:16px;
  background:#ffffff;
}
.youtubechk-tabs{
  display:grid;
  grid-template-columns:auto auto auto 1fr auto auto auto;
  gap:8px;
  align-items:center;
  margin-bottom:16px;
}
.youtubechk-tabs button{
  min-height:34px;
  border:1px solid #d8dce4;
  background:#fffef9;
  color:#111827;
  border-radius:8px;
  padding:8px 13px;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
}
.youtubechk-tabs button.on{
  background:#2f6fff;
  border-color:#2f6fff;
  color:#ffffff;
  box-shadow:0 2px 8px rgba(47,111,255,.22);
}
.youtubechk-plot{
  background:#ffffff;
  border:1px solid #d8dce4;
  border-radius:10px;
  padding:15px;
}
.youtubechk-graph-title{
  margin:2px 0 6px;
  color:#333;
  font-size:11px;
  letter-spacing:.14em;
  font-weight:800;
}
.youtubechk-graph-svg{
  display:block;
  width:100%;
  height:260px;
}
.youtubechk-grid line{
  stroke:#e5e7eb;
  stroke-width:1;
}
.youtubechk-line{
  fill:none;
  stroke:#2f6fff;
  stroke-width:3.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.youtubechk-area{
  opacity:1;
}
.youtubechk-xlabels text{
  fill:#111827;
  font-size:11px;
}

/* Mobile */
@media(max-width:900px){
  .youtubechk-summary{grid-template-columns:repeat(2,1fr);}
  .youtubechk-maincards{grid-template-columns:1fr;}
}
@media(max-width:640px){
  .youtubechk-wrap{padding:0 8px;}
  .youtubechk-search-card{padding:8px 12px;}
  .youtubechk-input{font-size:16px!important;}
  .youtubechk-profile{padding:16px;gap:13px;}
  .youtubechk-avatar{width:64px;height:64px;flex-basis:64px;}
  .youtubechk-name-row h2{font-size:20px;}
  .youtubechk-desc{font-size:12px;}
  .youtubechk-pills span{font-size:11px;padding:6px 8px;}
  .youtubechk-summary{grid-template-columns:1fr;}
  .youtubechk-tabs{grid-template-columns:1fr 1fr 1fr; gap:6px;}
  .youtubechk-tabs span{display:none;}
  .youtubechk-videos,
  .youtubechk-metrics{overflow-x:auto;}
  .youtubechk-videos table,
  .youtubechk-metrics table{min-width:620px;}
  .youtubechk-maincards b{font-size:26px;}
  .youtubechk-update{flex-direction:column;}
}

/* Final requested UI cleanup */
.youtubechk-live-row:hover,
.youtubechk-live-row:focus{
  background:#f7fafc!important;
  color:#111827!important;
}
.youtubechk-live-row:hover b,
.youtubechk-live-row:focus b,
.youtubechk-live-row:hover small,
.youtubechk-live-row:focus small,
.youtubechk-live-row:hover span,
.youtubechk-live-row:focus span{color:inherit!important; opacity:1!important; visibility:visible!important;}
.youtubechk-live-row em{
  width:22px;height:22px;border-radius:50%;background:#2b7fc3;color:#fff;display:inline-flex;align-items:center;justify-content:center;flex:0 0 22px;
}
.youtubechk-live-row em svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round;}
.youtubechk-profile{align-items:flex-start;padding:20px 22px 18px;}
.youtubechk-avatar{margin-top:2px;width:72px;height:72px;flex-basis:72px;}
.youtubechk-name-row{align-items:center;margin-top:0;gap:8px;}
.youtubechk-name-row h2{font-size:22px;line-height:1;font-weight:900;color:#171717!important;}
.youtubechk-social{width:21px;height:21px;font-size:10px;box-shadow:0 1px 3px rgba(15,23,42,.14);}
.youtubechk-social svg{width:20px;height:20px;display:block;fill:#ff2d2d;}
.youtubechk-social-youtube{background:transparent!important;box-shadow:none;}
.youtubechk-desc{max-width:760px;font-size:12px!important;line-height:1.35!important;color:#111827!important;margin-top:6px!important;white-space:normal!important;}
.youtubechk-short-desc{display:inline!important;}
.youtubechk-full-desc[hidden]{display:none!important;}
.youtubechk-full-desc{display:block;margin-top:5px;max-height:150px;overflow:auto;white-space:pre-wrap;color:#111827;font-size:12px;line-height:1.35;}
.youtubechk-more{font-size:9px!important;padding:3px 7px!important;border-radius:999px;background:#eef5ff!important;color:#2563eb!important;border:1px solid #bfd6ff!important;}
.youtubechk-email{font-size:10px!important;padding:6px 8px!important;margin-top:8px!important;}
.youtubechk-pills{margin-top:13px!important;}
.youtubechk-pills span{background:#fbfaf4!important;border-color:#d9d9d0!important;font-size:11px!important;font-weight:600;color:#333!important;}
.youtubechk-maincards>div{background:#f6f5ef!important;border:0!important;box-shadow:none!important;border-radius:9px!important;}
.youtubechk-rankcard{background:#fff3ee!important;border:1px solid #ffcbc1!important;}
.youtubechk-top-badge{background:#ffe8e3!important;color:#c8221a!important;border:1px solid #ffbdb3!important;box-shadow:0 5px 14px rgba(238,59,45,.10)!important;}
.youtubechk-normal-badge{background:#fff7f4!important;color:#c2410c!important;border-color:#fed7aa!important;}
.youtubechk-summary{background:#fff!important;border-color:#dfe3e8!important;box-shadow:0 12px 24px rgba(15,23,42,.06)!important;}
.youtubechk-summary div{background:#fff!important;border-color:#e1e6ed!important;box-shadow:0 2px 8px rgba(15,23,42,.08)!important;}
.youtubechk-sec-title{font-size:16px!important;padding:12px 16px 10px!important;background:#fff!important;}
.youtubechk-video-more{background:#f3f8ff!important;border-color:#9fc1ff!important;border-radius:9px!important;color:#2563eb!important;font-size:12px!important;}
.youtubechk-videos{border-color:#d7dbd2!important;border-radius:10px!important;background:#fff!important;}
.youtubechk-videos th,.youtubechk-metrics th{background:#fbfaf5!important;font-size:11px!important;letter-spacing:.02em!important;font-weight:800!important;color:#333!important;}
.youtubechk-videos td{padding:12px 14px!important;}
.youtubechk-thumb{width:58px!important;height:36px!important;border-radius:5px!important;}
.youtubechk-video-cell b{font-size:12px!important;font-weight:800!important;color:#111!important;}
.youtubechk-mhead b{font-size:16px!important;font-weight:800!important;color:#111!important;}
.youtubechk-mhead select{border-radius:8px!important;background:#fff!important;color:#111!important;}
.youtubechk-metrics table{border-color:#d7dbd2!important;border-radius:9px!important;overflow:hidden!important;}
.youtubechk-tabs{margin-top:2px!important;margin-bottom:16px!important;}
.youtubechk-tabs button{background:#fffef9!important;border-color:#d8dce4!important;border-radius:8px!important;color:#111827!important;font-size:12px!important;box-shadow:none!important;}
.youtubechk-tabs button.on{background:#2f6fff!important;color:#fff!important;border-color:#2f6fff!important;box-shadow:0 2px 8px rgba(47,111,255,.22)!important;}
.youtubechk-plot{background:#fff!important;border-color:#d8dce4!important;border-radius:10px!important;padding:17px 16px 10px!important;}
.youtubechk-graph-title{font-size:10px!important;letter-spacing:.16em!important;color:#333!important;margin-left:0!important;}
.youtubechk-graph-svg{height:230px!important;}
.youtubechk-grid line{stroke:#eef1f5!important;stroke-width:1!important;}
.youtubechk-line{stroke:#246bff!important;stroke-width:3!important;filter:drop-shadow(0 3px 3px rgba(36,107,255,.16));}
.youtubechk-area{opacity:.95!important;}
.youtubechk-xlabels text{fill:#222!important;font-size:10px!important;}
@media(max-width:640px){.youtubechk-profile{display:block}.youtubechk-avatar{float:left;margin-right:14px;margin-bottom:8px}.youtubechk-head{min-width:0}.youtubechk-name-row{padding-top:4px}.youtubechk-maincards{clear:both}.youtubechk-desc{font-size:11px!important}.youtubechk-social{width:20px;height:20px}.youtubechk-social svg{width:19px;height:19px}}

/* Final requested fixes: no horizontal table scroll, equal graph controls, Created on label support */
.youtubechk-pills span:last-child{white-space:nowrap;}
@media(max-width:640px){
  .youtubechk-videos,
  .youtubechk-metrics{overflow-x:visible!important;width:100%!important;}
  .youtubechk-videos table,
  .youtubechk-metrics table{min-width:0!important;width:100%!important;table-layout:fixed!important;}
  .youtubechk-videos th,
  .youtubechk-videos td,
  .youtubechk-metrics th,
  .youtubechk-metrics td{padding:8px 5px!important;font-size:9px!important;white-space:normal!important;word-break:break-word!important;}
  .youtubechk-videos th:nth-child(1),.youtubechk-videos td:nth-child(1){width:52%!important;}
  .youtubechk-videos th:nth-child(2),.youtubechk-videos td:nth-child(2){width:22%!important;text-align:center!important;}
  .youtubechk-videos th:nth-child(3),.youtubechk-videos td:nth-child(3){width:26%!important;text-align:center!important;}
  .youtubechk-video-cell{gap:6px!important;align-items:flex-start!important;}
  .youtubechk-thumb{width:44px!important;height:29px!important;flex:0 0 44px!important;}
  .youtubechk-thumb em{font-size:6px!important;padding:1px 2px!important;}
  .youtubechk-thumb i{width:14px!important;height:14px!important;font-size:6px!important;}
  .youtubechk-video-cell b{font-size:9px!important;line-height:1.2!important;}
  .youtubechk-video-cell small{font-size:8px!important;}
  .youtubechk-metrics th:nth-child(1),.youtubechk-metrics td:nth-child(1){width:24%!important;}
  .youtubechk-metrics th:nth-child(2),.youtubechk-metrics td:nth-child(2){width:21%!important;}
  .youtubechk-metrics th:nth-child(3),.youtubechk-metrics td:nth-child(3){width:20%!important;}
  .youtubechk-metrics th:nth-child(4),.youtubechk-metrics td:nth-child(4){width:15%!important;}
  .youtubechk-metrics th:nth-child(5),.youtubechk-metrics td:nth-child(5){width:20%!important;}
  .youtubechk-metrics b{font-size:9px!important;}.youtubechk-metrics small{font-size:8px!important;}
  .youtubechk-tabs{grid-template-columns:repeat(3,1fr)!important;gap:6px!important;}
  .youtubechk-tabs button{width:100%!important;height:38px!important;min-height:38px!important;padding:0 4px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;font-size:11px!important;line-height:1.1!important;}
  .youtubechk-tabs span{display:none!important;}
}

/* 1.4.1 mobile graph button final fix - equal size controls */
@media (max-width:640px){
  .youtubechk-graph .youtubechk-tabs{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    grid-auto-rows:58px!important;
    gap:10px!important;
    align-items:stretch!important;
    width:100%!important;
  }
  .youtubechk-graph .youtubechk-tabs span{display:none!important;}
  .youtubechk-graph .youtubechk-tabs button,
  .youtubechk-graph .youtubechk-tabs button.on{
    width:100%!important;
    min-width:0!important;
    height:58px!important;
    min-height:58px!important;
    max-height:58px!important;
    padding:0 6px!important;
    margin:0!important;
    box-sizing:border-box!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    white-space:normal!important;
    overflow:hidden!important;
    border-radius:11px!important;
    font-size:15px!important;
    line-height:1.18!important;
    font-weight:800!important;
  }
  .youtubechk-graph .youtubechk-tabs button[data-days],
  .youtubechk-graph .youtubechk-tabs button[data-days].on{
    font-size:16px!important;
  }
}

/* Final top-100 badge + metrics header fixes */
.youtubechk-rankcard.youtubechk-rank-top{
  position:relative!important;
  overflow:hidden!important;
  min-height:118px!important;
  background:radial-gradient(circle at 72% 42%, rgba(255,255,255,.95) 0 12%, rgba(255,227,121,.55) 13% 24%, transparent 25%), linear-gradient(135deg,#ffd34d 0%,#fff2a5 45%,#f59e0b 100%)!important;
  border:0!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.65), 0 12px 28px rgba(245,158,11,.24)!important;
  color:#7c2d12!important;
}
.youtubechk-rankcard.youtubechk-rank-top:before{
  content:"";position:absolute;inset:0;background:radial-gradient(circle at 86% 22%,rgba(255,255,255,.95) 0 1px,transparent 2px),radial-gradient(circle at 78% 68%,rgba(255,255,255,.8) 0 2px,transparent 3px);opacity:.85;pointer-events:none;
}
.youtubechk-rankcard.youtubechk-rank-top b{position:relative!important;color:#7c2d12!important;font-size:38px!important;margin-top:16px!important;letter-spacing:-.07em!important;text-shadow:0 1px 0 rgba(255,255,255,.35)!important;}
.youtubechk-rankcard.youtubechk-rank-top em{position:relative!important;color:#7c2d12!important;opacity:.82!important;font-weight:600!important;font-size:13px!important;}
.youtubechk-top-badge{
  position:relative!important;z-index:2!important;display:inline-flex!important;align-items:center!important;gap:7px!important;
  background:linear-gradient(180deg,#fff7ce,#ffd56b)!important;border:1px solid rgba(194,87,0,.32)!important;color:#8a2f0b!important;
  border-radius:999px!important;padding:8px 15px!important;font-size:11px!important;font-weight:900!important;letter-spacing:.02em!important;
  box-shadow:0 7px 16px rgba(177,76,0,.20), inset 0 1px 0 rgba(255,255,255,.75)!important;text-transform:uppercase!important;
}
.youtubechk-gem{font-size:15px!important;line-height:1!important;color:#b45309!important;text-shadow:0 1px 0 #fff!important;}
.youtubechk-rank-gem-big{position:absolute;right:18px;top:40px;font-size:64px;line-height:1;color:rgba(255,255,255,.72);text-shadow:0 4px 16px rgba(146,64,14,.22);transform:rotate(-8deg);}
.youtubechk-spark{position:absolute;color:#fff;font-size:16px;text-shadow:0 2px 8px rgba(146,64,14,.3)}
.youtubechk-spark.s1{right:88px;top:36px}.youtubechk-spark.s2{right:116px;top:76px;font-size:13px}
.youtubechk-rankcard.youtubechk-rank-normal{background:#fff7f4!important;border:1px solid #fed7aa!important;box-shadow:none!important;}
.youtubechk-rankcard.youtubechk-rank-normal b{color:#111827!important;}
.youtubechk-mhead{padding:12px 14px 10px!important;margin:0!important;background:#fff!important;border-radius:12px 12px 0 0!important;box-sizing:border-box!important;}
.youtubechk-mhead b{line-height:1.2!important;display:block!important;margin:0!important;}
.youtubechk-metrics{border-radius:12px!important;overflow:hidden!important;border:1px solid #dde2e8!important;background:#fff!important;}
.youtubechk-metrics table{margin:0!important;border-left:0!important;border-right:0!important;border-bottom:0!important;}
@media(max-width:640px){.youtubechk-rankcard.youtubechk-rank-top{min-height:105px!important}.youtubechk-rankcard.youtubechk-rank-top b{font-size:32px!important}.youtubechk-top-badge{font-size:9px!important;padding:7px 10px!important}.youtubechk-rank-gem-big{font-size:48px;right:12px;top:42px}.youtubechk-mhead{padding:10px 10px 8px!important}.youtubechk-mhead b{font-size:14px!important}}


/* v1.4.4 exact orange TechniqueHow top-100 badge card */
.youtubechk-rankcard.youtubechk-rank-top{
  position:relative!important;
  overflow:hidden!important;
  min-height:116px!important;
  padding:18px!important;
  border:0!important;
  border-radius:11px!important;
  background:
    radial-gradient(circle at 84% 18%, rgba(255,255,255,.16) 0 1px, transparent 2px),
    radial-gradient(circle at 78% 40%, rgba(255,255,255,.14) 0 1px, transparent 2px),
    linear-gradient(135deg,#ff5b32 0%,#ff7a2e 44%,#ffb331 100%)!important;
  box-shadow:0 13px 28px rgba(255,105,43,.22), inset 0 1px 0 rgba(255,255,255,.2)!important;
  color:#fff!important;
}
.youtubechk-rankcard.youtubechk-rank-top:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:
    radial-gradient(circle at 90% 18%, rgba(255,224,125,.55) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 86% 28%, rgba(255,255,255,.28) 0 1px, transparent 2px),
    radial-gradient(circle at 73% 74%, rgba(255,255,255,.18) 0 2px, transparent 3px)!important;
  opacity:1!important;
  pointer-events:none!important;
}
.youtubechk-rankcard.youtubechk-rank-top b{
  position:relative!important;
  z-index:2!important;
  margin-top:18px!important;
  color:#fff!important;
  font-size:43px!important;
  line-height:.9!important;
  letter-spacing:-.08em!important;
  font-weight:950!important;
  text-shadow:0 2px 7px rgba(148,38,5,.14)!important;
}
.youtubechk-rankcard.youtubechk-rank-top em{
  position:relative!important;
  z-index:2!important;
  display:block!important;
  margin-top:8px!important;
  color:rgba(255,255,255,.92)!important;
  font-size:13px!important;
  line-height:1.1!important;
  font-weight:500!important;
}
.youtubechk-top-badge{
  position:relative!important;
  z-index:3!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  width:auto!important;
  max-width:100%!important;
  padding:8px 15px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.7)!important;
  background:linear-gradient(180deg, rgba(255,255,255,.28), rgba(255,255,255,.08))!important;
  color:#fff!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.03em!important;
  text-transform:uppercase!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.38), 0 8px 18px rgba(142,36,4,.15)!important;
}
.youtubechk-gem{font-size:15px!important;color:#fff!important;text-shadow:0 2px 5px rgba(128,35,7,.18)!important;}
.youtubechk-rank-trophy{
  position:absolute!important;
  z-index:1!important;
  right:20px!important;
  top:42px!important;
  font-size:62px!important;
  line-height:1!important;
  filter:drop-shadow(0 9px 12px rgba(130,50,0,.26))!important;
  transform:rotate(-2deg)!important;
}
.youtubechk-rank-gem-big{display:none!important;}
.youtubechk-rankcard.youtubechk-rank-top .youtubechk-spark{
  position:absolute!important;
  z-index:2!important;
  color:rgba(255,245,212,.92)!important;
  font-size:12px!important;
  text-shadow:0 2px 8px rgba(139,50,0,.2)!important;
}
.youtubechk-rankcard.youtubechk-rank-top .youtubechk-spark.s1{right:17px!important;top:25px!important;}
.youtubechk-rankcard.youtubechk-rank-top .youtubechk-spark.s2{right:95px!important;top:74px!important;font-size:10px!important;}
.youtubechk-rankcard.youtubechk-rank-top .youtubechk-spark.s3{right:112px!important;top:32px!important;font-size:9px!important;}
@media(max-width:640px){
  .youtubechk-rankcard.youtubechk-rank-top{min-height:112px!important;padding:16px!important;}
  .youtubechk-rankcard.youtubechk-rank-top b{font-size:38px!important;margin-top:17px!important;}
  .youtubechk-top-badge{font-size:9px!important;padding:8px 12px!important;}
  .youtubechk-rank-trophy{font-size:52px!important;right:15px!important;top:46px!important;}
}

/* Premium popup after daily lookup limit */
.youtubechk-premium-pop{
  position:fixed;
  inset:0;
  z-index:999999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
  background:rgba(15,23,42,.28);
  backdrop-filter:blur(5px);
}
.youtubechk-premium-card{
  position:relative;
  width:min(94vw,390px);
  padding:26px 22px 22px;
  border-radius:24px;
  background:linear-gradient(180deg,#ffffff 0%,#fff8ed 100%);
  border:1px solid #fee2b7;
  box-shadow:0 24px 70px rgba(147,64,0,.18);
  text-align:center;
  color:#1f2937;
}
.youtubechk-premium-close{
  position:absolute;
  top:12px;
  right:12px;
  width:32px;
  height:32px;
  border:0;
  border-radius:50%;
  background:#fff;
  color:#9a3412;
  font-size:22px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 7px 18px rgba(154,52,18,.14);
}
.youtubechk-premium-icon{
  width:54px;
  height:54px;
  margin:0 auto 12px;
  border-radius:17px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:24px;
  background:linear-gradient(135deg,#f59e0b,#ef4444);
  box-shadow:0 12px 25px rgba(239,68,68,.22);
}
.youtubechk-premium-card h3{
  margin:0 0 7px;
  font-size:22px;
  line-height:1.1;
  font-weight:900;
  color:#7c2d12;
}
.youtubechk-premium-card p{
  margin:0 auto 18px;
  max-width:300px;
  color:#6b7280;
  font-size:14px;
  line-height:1.45;
}
.youtubechk-premium-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 22px;
  border-radius:999px;
  background:linear-gradient(135deg,#ef4444,#f97316);
  color:#fff !important;
  font-weight:900;
  text-decoration:none !important;
  box-shadow:0 13px 26px rgba(239,68,68,.24);
}
@media(max-width:520px){
  .youtubechk-premium-card{border-radius:20px;padding:24px 18px 20px;}
  .youtubechk-premium-card h3{font-size:20px;}
}

/* v10.1.1 smart YouTube checker UI */
.youtubechk-wrap{
  max-width:100%!important;
  padding:0!important;
  overflow:hidden!important;
}
.youtubechk-tool-hero{
  position:relative!important;
  width:100%!important;
  max-width:1780px!important;
  margin:0 auto!important;
  padding:58px clamp(18px,4vw,68px) 56px!important;
  border-radius:34px!important;
  border:1px solid rgba(205,213,229,.9)!important;
  background:
    radial-gradient(circle at 6% 32%, rgba(236,72,153,.12) 0 0, transparent 160px),
    radial-gradient(circle at 94% 8%, rgba(217,70,239,.12) 0 0, transparent 150px),
    radial-gradient(circle at 50% 18%, rgba(255,255,255,.95) 0, rgba(255,255,255,.70) 42%, transparent 76%),
    linear-gradient(135deg,#ffffff 0%,#fff7fb 44%,#f7fbff 100%)!important;
  box-shadow:0 24px 65px rgba(52,64,116,.12)!important;
  isolation:isolate!important;
}
.youtubechk-tool-hero:before{
  content:""!important;position:absolute!important;inset:0!important;z-index:-1!important;pointer-events:none!important;
  background:
    repeating-radial-gradient(circle at 5px 5px, rgba(129,140,248,.18) 0 2px, transparent 3px 14px),
    radial-gradient(circle at 85% 26%, rgba(255,55,110,.09) 0 60px, transparent 61px),
    radial-gradient(circle at 14% 4%, rgba(139,92,246,.10) 0 38px, transparent 39px)!important;
  background-size:150px 150px,auto,auto!important;
  opacity:.52!important;
  border-radius:inherit!important;
}
.youtubechk-hero-copy{text-align:center!important;position:relative!important;z-index:3!important;margin-bottom:40px!important;}
.youtubechk-pill-logo{
  display:inline-flex!important;align-items:center!important;gap:10px!important;min-height:50px!important;padding:0 26px!important;border-radius:999px!important;
  border:1px solid rgba(248,113,160,.38)!important;background:rgba(255,255,255,.72)!important;box-shadow:0 12px 34px rgba(147,51,234,.10)!important;
  color:#ff2e4f!important;font-size:19px!important;font-weight:900!important;letter-spacing:-.02em!important;
}
.youtubechk-pill-logo span{width:23px!important;height:23px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#ff2e4f!important;}
.youtubechk-pill-logo svg{width:23px!important;height:23px!important;fill:#ff2e4f!important;}
.youtubechk-hero-title{margin:28px 0 0!important;color:#0b1536!important;font-size:clamp(46px,5vw,78px)!important;line-height:1.02!important;font-weight:950!important;letter-spacing:-.06em!important;}
.youtubechk-hero-title:first-letter{color:#f32448!important;}
.youtubechk-hero-title strong,.youtubechk-hero-title b{color:#f32448!important;}
.youtubechk-hero-tagline{max-width:820px!important;margin:24px auto 0!important;color:#52648b!important;font-size:clamp(20px,2vw,29px)!important;line-height:1.55!important;font-weight:500!important;}
.youtubechk-hero-tagline b,.youtubechk-hero-tagline strong{color:#f34eb8!important;}
.youtubechk-no-hero .youtubechk-tool-hero{padding-top:18px!important;padding-bottom:22px!important;border-radius:24px!important;}
.youtubechk-no-hero .youtubechk-feature-strip{display:none!important;}
.youtubechk-blob,.youtubechk-dotfield,.youtubechk-float{position:absolute!important;pointer-events:none!important;}
.youtubechk-blob-a{left:4%!important;top:15%!important;width:94px!important;height:94px!important;border-radius:30px!important;background:linear-gradient(145deg,#ff285d,#ff6e88)!important;box-shadow:0 22px 42px rgba(255,45,91,.22)!important;transform:rotate(-15deg)!important;}
.youtubechk-blob-a:before{content:"";position:absolute;left:35px;top:28px;border-left:26px solid #fff;border-top:17px solid transparent;border-bottom:17px solid transparent;}
.youtubechk-blob-b{right:7%!important;top:19%!important;width:126px!important;height:96px!important;border-radius:28px!important;background:rgba(255,255,255,.55)!important;box-shadow:0 22px 50px rgba(129,140,248,.16)!important;transform:rotate(11deg)!important;}
.youtubechk-float-play{right:9%!important;top:15%!important;width:72px!important;height:72px!important;border-radius:50%!important;background:#ffe4ef!important;color:#fa4a80!important;display:flex!important;align-items:center!important;justify-content:center!important;}
.youtubechk-float-play svg{width:34px!important;height:34px!important;fill:currentColor!important;}
.youtubechk-float-chart{right:9.5%!important;top:18%!important;width:110px!important;height:90px!important;border-radius:24px!important;background:rgba(255,255,255,.72)!important;color:#ff5f9b!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 18px 45px rgba(147,51,234,.12)!important;}
.youtubechk-float-chart svg{width:58px!important;height:58px!important;fill:none!important;stroke:currentColor!important;stroke-width:2.2!important;stroke-linecap:round!important;stroke-linejoin:round!important;}
.youtubechk-search-card{
  position:relative!important;z-index:4!important;width:min(1180px,100%)!important;margin:0 auto!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;
}
.youtubechk-search-shell{
  min-height:86px!important;height:auto!important;width:100%!important;border:1.5px solid rgba(255,79,143,.55)!important;border-left-color:#766bff!important;border-radius:27px!important;
  background:rgba(255,255,255,.86)!important;box-shadow:0 18px 42px rgba(255,92,154,.15),0 16px 35px rgba(55,80,180,.08)!important;padding:0 22px!important;gap:18px!important;
}
.youtubechk-search-icon{flex:0 0 48px!important;width:48px!important;height:48px!important;color:#111b48!important;font-size:0!important;}
.youtubechk-search-icon svg{width:45px!important;height:45px!important;fill:none!important;stroke:currentColor!important;stroke-width:2.3!important;stroke-linecap:round!important;stroke-linejoin:round!important;}
.youtubechk-input{height:82px!important;font-size:28px!important;color:#09143a!important;font-weight:800!important;letter-spacing:-.03em!important;background:transparent!important;}
.youtubechk-input::placeholder{color:#7785ad!important;font-weight:600!important;opacity:1!important;}
.youtubechk-field-label{flex:0 0 auto!important;color:#737b9f!important;font-size:18px!important;letter-spacing:.07em!important;font-weight:900!important;white-space:nowrap!important;}
.youtubechk-click-btn{flex:0 0 auto!important;height:50px!important;border:0!important;border-radius:999px!important;background:linear-gradient(135deg,#ff3260,#7c4dff)!important;color:#fff!important;padding:0 23px!important;font-weight:900!important;font-size:15px!important;box-shadow:0 11px 26px rgba(124,77,255,.24)!important;cursor:pointer!important;}
.youtubechk-loader{flex:0 0 25px!important;width:25px!important;height:25px!important;border-width:3px!important;border-top-color:#ff4376!important;}
.youtubechk-live-hint{display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;margin:22px auto 0!important;color:#4f5f88!important;font-size:16px!important;font-weight:600!important;}
.youtubechk-live-hint span{display:block!important;width:12px!important;height:12px!important;border-radius:50%!important;background:#16c784!important;box-shadow:0 0 0 5px rgba(22,199,132,.1)!important;}
.youtubechk-live-list{
  margin:28px auto 0!important;width:min(1100px,100%)!important;background:rgba(255,255,255,.94)!important;border:1px solid rgba(225,209,255,.95)!important;border-radius:28px!important;padding:22px 36px!important;box-shadow:0 24px 65px rgba(76,53,158,.11)!important;overflow:hidden!important;
}
.youtubechk-live-row{width:100%!important;display:grid!important;grid-template-columns:78px minmax(0,1fr) 55px!important;align-items:center!important;gap:24px!important;padding:17px 0!important;border:0!important;border-bottom:1px solid rgba(148,163,184,.24)!important;background:transparent!important;text-align:left!important;cursor:pointer!important;}
.youtubechk-live-row:last-child{border-bottom:0!important;}
.youtubechk-live-row img{width:70px!important;height:70px!important;border-radius:50%!important;object-fit:cover!important;background:#ecfeff!important;box-shadow:0 8px 18px rgba(14,165,233,.12)!important;}
.youtubechk-live-row span{min-width:0!important;display:block!important;}
.youtubechk-live-row b{display:block!important;color:#071031!important;font-size:28px!important;line-height:1.05!important;font-weight:950!important;letter-spacing:-.05em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.youtubechk-live-row small{display:block!important;margin-top:9px!important;color:#58678d!important;font-size:20px!important;line-height:1.25!important;font-weight:500!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.youtubechk-live-row em{width:50px!important;height:50px!important;flex-basis:50px!important;border:1px solid rgba(168,85,247,.32)!important;background:#fff!important;color:#8b3dff!important;box-shadow:0 8px 18px rgba(139,61,255,.10)!important;}
.youtubechk-live-row em svg{width:26px!important;height:26px!important;}
.youtubechk-feature-strip{position:relative!important;z-index:3!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:28px!important;width:min(1060px,100%)!important;margin:44px auto 0!important;}
.youtubechk-feature-strip span{display:flex!important;align-items:center!important;gap:13px!important;min-height:84px!important;border-radius:24px!important;border:1px solid rgba(213,220,236,.9)!important;background:rgba(255,255,255,.75)!important;box-shadow:0 16px 38px rgba(72,84,138,.08)!important;padding:14px 24px!important;color:#1562e8!important;font-size:20px!important;font-weight:900!important;line-height:1.15!important;}
.youtubechk-feature-strip b{width:52px!important;height:52px!important;border-radius:18px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#eefdf7!important;font-size:28px!important;font-weight:400!important;}
.youtubechk-error{max-width:1180px!important;margin:14px auto!important;border-radius:16px!important;}
.youtubechk-result{max-width:1180px!important;margin:20px auto 0!important;}
.youtubechk-profile{display:flex!important;align-items:flex-start!important;gap:20px!important;width:100%!important;border:1px solid #dbe1ea!important;border-radius:16px!important;background:#fff!important;box-shadow:0 12px 32px rgba(15,23,42,.06)!important;padding:22px 24px!important;overflow:hidden!important;}
.youtubechk-avatar{float:none!important;flex:0 0 82px!important;width:82px!important;height:82px!important;margin:0!important;border-radius:50%!important;object-fit:cover!important;box-shadow:0 8px 24px rgba(14,165,233,.16)!important;}
.youtubechk-head{flex:1 1 auto!important;min-width:0!important;}
.youtubechk-name-row{display:flex!important;align-items:center!important;gap:9px!important;flex-wrap:wrap!important;margin:0!important;padding:0!important;min-width:0!important;}
.youtubechk-name-row h2{margin:0!important;max-width:100%!important;color:#080f2d!important;font-size:30px!important;line-height:1.05!important;font-weight:950!important;letter-spacing:-.05em!important;overflow-wrap:anywhere!important;}
.youtubechk-socials{display:flex!important;align-items:center!important;gap:5px!important;flex-wrap:wrap!important;min-width:0!important;}
.youtubechk-social{width:20px!important;height:20px!important;min-width:20px!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;font-size:9px!important;font-weight:950!important;text-decoration:none!important;line-height:1!important;box-shadow:0 3px 8px rgba(15,23,42,.13)!important;overflow:hidden!important;}
.youtubechk-social svg{width:20px!important;height:20px!important;fill:#ff2f2f!important;display:block!important;}
.youtubechk-social-youtube{background:transparent!important;box-shadow:none!important;}
.youtubechk-social-instagram{background:linear-gradient(135deg,#ffb703,#e11d48,#7c3aed)!important;}
.youtubechk-social-x{background:#0f172a!important;}
.youtubechk-social-tiktok{background:#111827!important;}
.youtubechk-social-facebook{background:#1877f2!important;}
.youtubechk-social-linkedin{background:#0a66c2!important;font-size:8px!important;}
.youtubechk-social-telegram{background:#2aabee!important;}
.youtubechk-social-snapchat{background:#fffc00!important;color:#111!important;}
.youtubechk-social-discord{background:#5865f2!important;}
.youtubechk-social-twitch{background:#9146ff!important;}
.youtubechk-social-pinterest{background:#e60023!important;}
.youtubechk-social-threads{background:#111!important;}
.youtubechk-social-whatsapp{background:#25d366!important;}
.youtubechk-social-website,.youtubechk-social-link{background:#64748b!important;}
.youtubechk-desc{max-width:100%!important;clear:none!important;}
.youtubechk-maincards{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(230px,.95fr)!important;gap:16px!important;}
.youtubechk-maincards>div{min-width:0!important;overflow:hidden!important;}
.youtubechk-summary{grid-template-columns:repeat(5,minmax(0,1fr))!important;}
@media(max-width:900px){
  .youtubechk-tool-hero{padding:40px 16px!important;border-radius:24px!important;}
  .youtubechk-blob-a,.youtubechk-blob-b,.youtubechk-float-chart,.youtubechk-float-play{display:none!important;}
  .youtubechk-hero-title{font-size:42px!important;}
  .youtubechk-hero-tagline{font-size:18px!important;line-height:1.45!important;}
  .youtubechk-feature-strip{grid-template-columns:1fr!important;gap:12px!important;}
  .youtubechk-feature-strip span{min-height:64px!important;font-size:16px!important;}
  .youtubechk-maincards,.youtubechk-summary{grid-template-columns:1fr!important;}
}
@media(max-width:640px){
  .youtubechk-wrap{padding:0!important;}
  .youtubechk-tool-hero{padding:18px 8px 22px!important;border-radius:18px!important;border-left:0!important;border-right:0!important;}
  .youtubechk-hero-copy{margin-bottom:18px!important;}
  .youtubechk-pill-logo{min-height:34px!important;padding:0 14px!important;font-size:12px!important;gap:6px!important;}
  .youtubechk-pill-logo span,.youtubechk-pill-logo svg{width:16px!important;height:16px!important;}
  .youtubechk-hero-title{font-size:30px!important;letter-spacing:-.045em!important;line-height:1.03!important;margin-top:14px!important;}
  .youtubechk-hero-tagline{font-size:13px!important;line-height:1.38!important;margin-top:10px!important;max-width:320px!important;}
  .youtubechk-search-shell{min-height:58px!important;border-radius:19px!important;padding:0 9px!important;gap:7px!important;}
  .youtubechk-search-icon{flex-basis:29px!important;width:29px!important;height:29px!important;}
  .youtubechk-search-icon svg{width:28px!important;height:28px!important;}
  .youtubechk-input{height:56px!important;font-size:16px!important;letter-spacing:-.02em!important;}
  .youtubechk-field-label{font-size:8px!important;letter-spacing:.05em!important;max-width:84px!important;overflow:hidden!important;text-overflow:ellipsis!important;}
  .youtubechk-click-btn{height:34px!important;padding:0 10px!important;font-size:11px!important;}
  .youtubechk-loader{width:18px!important;height:18px!important;flex-basis:18px!important;}
  .youtubechk-live-hint{margin-top:10px!important;font-size:10px!important;gap:7px!important;}
  .youtubechk-live-hint span{width:7px!important;height:7px!important;box-shadow:0 0 0 3px rgba(22,199,132,.08)!important;}
  .youtubechk-live-list{margin-top:14px!important;border-radius:18px!important;padding:9px 12px!important;}
  .youtubechk-live-row{grid-template-columns:48px minmax(0,1fr) 34px!important;gap:10px!important;padding:11px 0!important;}
  .youtubechk-live-row img{width:44px!important;height:44px!important;}
  .youtubechk-live-row b{font-size:16px!important;letter-spacing:-.035em!important;}
  .youtubechk-live-row small{margin-top:5px!important;font-size:11px!important;line-height:1.18!important;}
  .youtubechk-live-row em{width:31px!important;height:31px!important;flex-basis:31px!important;}
  .youtubechk-live-row em svg{width:17px!important;height:17px!important;}
  .youtubechk-feature-strip{display:none!important;}
  .youtubechk-result{margin-top:12px!important;width:100%!important;}
  .youtubechk-profile{display:grid!important;grid-template-columns:58px minmax(0,1fr)!important;gap:10px!important;padding:12px 10px!important;border-radius:13px!important;align-items:start!important;}
  .youtubechk-avatar{grid-column:1!important;width:56px!important;height:56px!important;flex-basis:56px!important;margin:0!important;}
  .youtubechk-head{grid-column:2!important;min-width:0!important;}
  .youtubechk-name-row{gap:5px!important;align-items:center!important;padding:0!important;}
  .youtubechk-name-row h2{font-size:18px!important;line-height:1.02!important;max-width:100%!important;}
  .youtubechk-socials{gap:3px!important;}
  .youtubechk-social{width:16px!important;height:16px!important;min-width:16px!important;font-size:7px!important;}
  .youtubechk-social svg{width:16px!important;height:16px!important;}
  .youtubechk-desc{font-size:10px!important;line-height:1.28!important;margin-top:5px!important;}
  .youtubechk-more{font-size:8px!important;padding:2px 5px!important;}
  .youtubechk-pills{grid-column:1 / -1!important;gap:5px!important;margin-top:9px!important;}
  .youtubechk-pills span{font-size:8px!important;padding:5px 6px!important;max-width:100%!important;}
  .youtubechk-divider,.youtubechk-maincards,.youtubechk-update{grid-column:1 / -1!important;}
  .youtubechk-divider{margin:10px 0!important;}
  .youtubechk-maincards{gap:8px!important;}
  .youtubechk-maincards>div{min-height:70px!important;padding:11px 12px!important;}
  .youtubechk-maincards small{font-size:8px!important;}
  .youtubechk-maincards b{font-size:23px!important;}
  .youtubechk-rankcard.youtubechk-rank-top{min-height:86px!important;padding:12px!important;}
  .youtubechk-rankcard.youtubechk-rank-top b{font-size:30px!important;margin-top:12px!important;}
  .youtubechk-top-badge{font-size:7px!important;padding:6px 8px!important;}
  .youtubechk-rank-trophy{font-size:40px!important;right:10px!important;top:36px!important;}
  .youtubechk-update{font-size:9px!important;margin-top:8px!important;gap:4px!important;}
  .youtubechk-summary{padding:8px!important;gap:8px!important;border-radius:12px!important;}
  .youtubechk-summary div{padding:10px 6px!important;}
  .youtubechk-summary b{font-size:16px!important;}
  .youtubechk-summary small{font-size:8px!important;}
  .youtubechk-sec-title{font-size:13px!important;padding:10px!important;}
  .youtubechk-video-more{font-size:9px!important;padding:6px 8px!important;}
  .youtubechk-brand{font-size:9px!important;padding-left:8px!important;}
}

/* v10.1.4 desktop/mobile design corrections */
.youtubechk-brand,.youtubechk-field-label{display:none!important;}
.youtubechk-wrap{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;}
.youtubechk-has-hero .youtubechk-tool-hero{
  max-width:1820px!important;margin:0 auto!important;padding:58px 64px 46px!important;border-radius:34px!important;
  border:1px solid rgba(209,218,235,.92)!important;box-shadow:0 28px 70px rgba(46,56,112,.12)!important;
  background:
    radial-gradient(circle at 0 33%,rgba(215,88,255,.12) 0 120px,transparent 121px),
    radial-gradient(circle at 88% 15%,rgba(255,83,146,.14) 0 60px,transparent 61px),
    radial-gradient(circle at 55% 10%,rgba(255,255,255,.95) 0 340px,transparent 620px),
    linear-gradient(135deg,#ffffff 0%,#fff9fd 48%,#f7fbff 100%)!important;
}
.youtubechk-has-hero .youtubechk-hero-copy{margin-bottom:54px!important;}
.youtubechk-has-hero .youtubechk-pill-logo{min-height:56px!important;padding:0 30px!important;font-size:20px!important;border-color:rgba(248,113,160,.42)!important;background:rgba(255,255,255,.78)!important;box-shadow:0 14px 38px rgba(124,77,255,.11)!important;}
.youtubechk-has-hero .youtubechk-hero-title{font-size:clamp(56px,5vw,78px)!important;margin-top:30px!important;letter-spacing:-.065em!important;color:#0a1535!important;}
.youtubechk-has-hero .youtubechk-hero-title:first-letter{color:inherit!important;}
.youtubechk-has-hero .youtubechk-hero-title::first-line{color:#0a1535!important;}
.youtubechk-has-hero .youtubechk-hero-title{background:linear-gradient(90deg,#f02854 0 34%,#0a1535 34% 100%);-webkit-background-clip:text;background-clip:text;color:transparent!important;}
.youtubechk-has-hero .youtubechk-hero-tagline{margin-top:22px!important;font-size:26px!important;line-height:1.45!important;color:#52658e!important;}
.youtubechk-has-hero .youtubechk-search-card{width:min(1180px,100%)!important;}
.youtubechk-has-hero .youtubechk-search-shell{min-height:104px!important;border-radius:23px!important;padding:0 30px!important;border:1.6px solid rgba(239,92,170,.48)!important;border-left-color:rgba(161,94,255,.62)!important;box-shadow:0 17px 42px rgba(238,78,151,.10)!important;}
.youtubechk-has-hero .youtubechk-input{height:100px!important;font-size:25px!important;font-weight:650!important;color:#10204a!important;}
.youtubechk-has-hero .youtubechk-input::placeholder{color:#7786ae!important;font-weight:600!important;}
.youtubechk-has-hero .youtubechk-search-icon{width:42px!important;height:42px!important;flex-basis:42px!important;color:#7f8eb5!important;}
.youtubechk-has-hero .youtubechk-search-icon svg{width:39px!important;height:39px!important;stroke-width:2!important;}
.youtubechk-has-hero .youtubechk-live-hint{margin-top:24px!important;font-size:15px!important;color:#536792!important;}
.youtubechk-has-hero .youtubechk-feature-strip{width:100%!important;margin:62px auto 0!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:0!important;border:1px solid rgba(215,224,238,.96)!important;border-radius:24px!important;background:rgba(255,255,255,.68)!important;box-shadow:0 16px 45px rgba(73,84,136,.08)!important;overflow:hidden!important;}
.youtubechk-has-hero .youtubechk-feature-strip span{display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:0!important;min-height:190px!important;padding:24px 26px!important;border:0!important;border-right:1px solid rgba(210,218,232,.9)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;text-align:center!important;color:#0b1a3d!important;}
.youtubechk-has-hero .youtubechk-feature-strip span:last-child{border-right:0!important;}
.youtubechk-has-hero .youtubechk-feature-strip b.youtubechk-ficon{width:70px!important;height:70px!important;border-radius:50%!important;margin-bottom:19px!important;background:linear-gradient(135deg,#f2eaff,#e9ddff)!important;position:relative!important;font-size:0!important;}
.youtubechk-has-hero .youtubechk-feature-strip em{font-style:normal!important;font-size:18px!important;font-weight:850!important;color:#0b1a3d!important;margin-bottom:9px!important;line-height:1.2!important;}
.youtubechk-has-hero .youtubechk-feature-strip small{display:block!important;max-width:235px!important;font-size:16px!important;line-height:1.42!important;color:#586a93!important;font-weight:500!important;}
.youtubechk-ficon:before,.youtubechk-ficon:after{content:""!important;position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;}
.youtubechk-ficon-shield:before{width:27px!important;height:31px!important;border:4px solid #7048ff!important;border-radius:8px 8px 13px 13px!important;clip-path:polygon(50% 0,100% 22%,90% 77%,50% 100%,10% 77%,0 22%)!important;}
.youtubechk-ficon-user{background:linear-gradient(135deg,#edf5ff,#dceafe)!important;}
.youtubechk-ficon-user:before{width:18px!important;height:18px!important;border:4px solid #2563eb!important;border-radius:50%!important;top:41%!important;}
.youtubechk-ficon-user:after{width:34px!important;height:17px!important;border:4px solid #2563eb!important;border-top:0!important;border-radius:0 0 18px 18px!important;top:63%!important;}
.youtubechk-ficon-chart{background:linear-gradient(135deg,#eafff2,#d8fbe6)!important;}
.youtubechk-ficon-chart:before{width:31px!important;height:28px!important;background:linear-gradient(90deg,#22c55e 0 18%,transparent 18% 41%,#22c55e 41% 59%,transparent 59% 82%,#22c55e 82%);bottom:18px!important;top:auto!important;transform:translateX(-50%)!important;}
.youtubechk-ficon-link{background:linear-gradient(135deg,#fff0e9,#ffe1d6)!important;}
.youtubechk-ficon-link:before{width:34px!important;height:16px!important;border:4px solid #ff6b3d!important;border-radius:999px!important;transform:translate(-50%,-50%) rotate(-38deg)!important;}
.youtubechk-howbox{width:min(1180px,100%)!important;margin:46px auto 0!important;padding:22px 48px 28px!important;border:1px solid rgba(220,226,239,.95)!important;border-radius:18px!important;background:rgba(248,250,255,.66)!important;box-shadow:0 14px 35px rgba(72,84,138,.06)!important;text-align:center!important;}
.youtubechk-howbox h3{margin:0 0 24px!important;font-size:24px!important;line-height:1.1!important;font-weight:900!important;color:#5637ff!important;}
.youtubechk-steps{display:grid!important;grid-template-columns:1fr 70px 1fr 70px 1fr!important;align-items:center!important;gap:22px!important;text-align:left!important;}
.youtubechk-steps span{display:grid!important;grid-template-columns:58px minmax(0,1fr)!important;column-gap:14px!important;align-items:center!important;}
.youtubechk-steps span b{grid-row:1/3!important;width:50px!important;height:50px!important;border-radius:50%!important;background:linear-gradient(135deg,#7c5cff,#4a33ee)!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:20px!important;box-shadow:0 0 0 14px rgba(124,92,255,.12)!important;}
.youtubechk-steps span em{font-style:normal!important;font-size:15px!important;font-weight:850!important;color:#13234b!important;}
.youtubechk-steps span small{font-size:14px!important;line-height:1.4!important;color:#52648c!important;}
.youtubechk-steps i{display:block!important;border-top:2px dashed rgba(124,92,255,.22)!important;}
.youtubechk-safe-line{margin:32px auto 0!important;text-align:center!important;color:#536791!important;font-size:17px!important;font-weight:500!important;}
.youtubechk-safe-line strong{margin:0 12px!important;color:#8fa0c2!important;}

/* v10.1.4 auto suggestions desktop compact state */
.youtubechk-live-list:not([hidden]){width:min(100%,1100px)!important;}
.youtubechk-no-hero .youtubechk-tool-hero{max-width:100%!important;padding:22px 22px 28px!important;border-radius:16px!important;background:linear-gradient(135deg,#fff7fd 0%,#fbfdff 100%)!important;}
.youtubechk-no-hero .youtubechk-tool-hero:before{opacity:.42!important;}
.youtubechk-no-hero .youtubechk-search-card{width:min(1040px,100%)!important;}
.youtubechk-no-hero .youtubechk-search-shell{min-height:82px!important;border-radius:28px!important;}
.youtubechk-no-hero .youtubechk-input{height:80px!important;font-size:24px!important;}
.youtubechk-no-hero .youtubechk-live-list{margin-top:18px!important;width:100%!important;padding:13px 22px!important;border-radius:14px!important;}
.youtubechk-no-hero .youtubechk-live-row{grid-template-columns:58px minmax(0,1fr) 40px!important;gap:18px!important;padding:10px 0!important;}
.youtubechk-no-hero .youtubechk-live-row img{width:52px!important;height:52px!important;}
.youtubechk-no-hero .youtubechk-live-row b{font-size:18px!important;}
.youtubechk-no-hero .youtubechk-live-row small{font-size:13px!important;margin-top:4px!important;}
.youtubechk-no-hero .youtubechk-live-row em{width:34px!important;height:34px!important;}

/* v10.1.4 profile card alignment and social icons */
.youtubechk-result{max-width:1820px!important;}
.youtubechk-profile{border-radius:32px!important;border:0!important;background:#fff!important;box-shadow:0 22px 62px rgba(15,23,42,.10)!important;padding:58px 56px!important;gap:46px!important;align-items:center!important;}
.youtubechk-avatar{flex:0 0 240px!important;width:240px!important;height:240px!important;border:9px solid #fff!important;box-shadow:0 20px 48px rgba(15,23,42,.13)!important;}
.youtubechk-name-row{gap:18px!important;align-items:center!important;}
.youtubechk-name-row h2{font-size:74px!important;line-height:.95!important;letter-spacing:-.07em!important;color:#0a1633!important;}
.youtubechk-socials{gap:14px!important;align-items:center!important;}
.youtubechk-social{width:54px!important;height:54px!important;min-width:54px!important;border-radius:50%!important;background:linear-gradient(145deg,#3b465a,#111827)!important;color:#fff!important;font-size:0!important;box-shadow:0 9px 18px rgba(15,23,42,.18)!important;}
.youtubechk-social svg{width:25px!important;height:25px!important;fill:none!important;stroke:currentColor!important;color:currentColor!important;display:block!important;}
.youtubechk-social svg [fill="currentColor"],.youtubechk-social svg path[fill="currentColor"]{fill:currentColor!important;stroke:none!important;}
.youtubechk-social-youtube{background:#ff2727!important;box-shadow:0 9px 18px rgba(255,39,39,.20)!important;}
.youtubechk-social-youtube svg{width:34px!important;height:34px!important;fill:#fff!important;stroke:none!important;}
.youtubechk-social-youtube svg path:first-child{fill:#ff2727!important;}
.youtubechk-social-youtube svg path:last-child{fill:#fff!important;}
.youtubechk-social-instagram,.youtubechk-social-x,.youtubechk-social-tiktok,.youtubechk-social-facebook,.youtubechk-social-linkedin,.youtubechk-social-telegram,.youtubechk-social-snapchat,.youtubechk-social-discord,.youtubechk-social-twitch,.youtubechk-social-pinterest,.youtubechk-social-threads,.youtubechk-social-whatsapp,.youtubechk-social-website,.youtubechk-social-link{background:linear-gradient(145deg,#3b465a,#111827)!important;color:#fff!important;}
.youtubechk-desc{font-size:36px!important;line-height:1.25!important;color:#1f2937!important;margin:28px 0 22px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.youtubechk-more{font-size:24px!important;border:2px solid #a9c1ff!important;border-radius:999px!important;background:#fff!important;color:#4f7cff!important;padding:6px 16px!important;}
.youtubechk-pills{display:flex!important;flex-wrap:wrap!important;gap:24px!important;margin-top:0!important;}
.youtubechk-pills span{font-size:30px!important;line-height:1!important;padding:17px 26px!important;border:2px solid rgba(148,148,148,.22)!important;border-radius:999px!important;background:#fff!important;color:#20242d!important;}
.youtubechk-divider{display:none!important;}
.youtubechk-maincards{margin-top:42px!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(360px,.95fr)!important;gap:26px!important;}
.youtubechk-maincards>div{border-radius:16px!important;min-height:180px!important;background:#f7f5ef!important;padding:28px 30px!important;}
.youtubechk-maincards small{font-size:15px!important;letter-spacing:.18em!important;}
.youtubechk-maincards b{font-size:46px!important;}
.youtubechk-update{font-size:14px!important;margin-top:24px!important;}

@media(max-width:900px){
  .youtubechk-has-hero .youtubechk-tool-hero{padding:28px 12px!important;border-radius:20px!important;}
  .youtubechk-has-hero .youtubechk-hero-title{font-size:34px!important;background:none!important;color:#0a1535!important;}
  .youtubechk-has-hero .youtubechk-hero-tagline{font-size:14px!important;}
  .youtubechk-has-hero .youtubechk-feature-strip,.youtubechk-howbox,.youtubechk-safe-line{display:none!important;}
  .youtubechk-profile{padding:24px 18px!important;gap:18px!important;border-radius:20px!important;}
  .youtubechk-avatar{flex-basis:92px!important;width:92px!important;height:92px!important;border-width:4px!important;}
  .youtubechk-name-row h2{font-size:30px!important;}
  .youtubechk-social{width:24px!important;height:24px!important;min-width:24px!important;}
  .youtubechk-social svg{width:14px!important;height:14px!important;}
  .youtubechk-social-youtube svg{width:18px!important;height:18px!important;}
  .youtubechk-desc{font-size:14px!important;margin:9px 0!important;white-space:normal!important;}
  .youtubechk-more{font-size:9px!important;padding:2px 7px!important;border-width:1px!important;}
  .youtubechk-pills{gap:8px!important;}
  .youtubechk-pills span{font-size:11px!important;padding:7px 10px!important;border-width:1px!important;}
}
@media(max-width:640px){
  .youtubechk-wrap{overflow:visible!important;width:100%!important;}
  .youtubechk-has-hero .youtubechk-tool-hero,.youtubechk-no-hero .youtubechk-tool-hero{width:100%!important;margin-left:0!important;margin-right:0!important;border-radius:16px!important;padding:14px 8px 18px!important;}
  .youtubechk-no-hero .youtubechk-search-shell,.youtubechk-has-hero .youtubechk-search-shell{min-height:62px!important;border-radius:20px!important;padding:0 12px!important;gap:8px!important;}
  .youtubechk-no-hero .youtubechk-input,.youtubechk-has-hero .youtubechk-input{height:60px!important;font-size:16px!important;font-weight:800!important;min-width:0!important;}
  .youtubechk-no-hero .youtubechk-search-icon,.youtubechk-has-hero .youtubechk-search-icon{width:30px!important;height:30px!important;flex-basis:30px!important;color:#0f1b42!important;}
  .youtubechk-no-hero .youtubechk-search-icon svg,.youtubechk-has-hero .youtubechk-search-icon svg{width:29px!important;height:29px!important;}
  .youtubechk-live-hint{justify-content:flex-start!important;padding-left:74px!important;font-size:11px!important;}
  .youtubechk-result{width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding:0!important;}
  .youtubechk-profile{display:grid!important;width:100%!important;grid-template-columns:64px minmax(0,1fr)!important;gap:10px!important;padding:14px 10px!important;border-radius:14px!important;box-shadow:0 10px 28px rgba(15,23,42,.08)!important;align-items:start!important;}
  .youtubechk-avatar{grid-column:1!important;grid-row:1!important;width:60px!important;height:60px!important;flex-basis:60px!important;border-width:3px!important;margin:0!important;}
  .youtubechk-head{grid-column:2!important;min-width:0!important;}
  .youtubechk-name-row{gap:4px!important;align-items:center!important;flex-wrap:wrap!important;}
  .youtubechk-name-row h2{font-size:18px!important;letter-spacing:-.04em!important;line-height:1.05!important;max-width:100%!important;}
  .youtubechk-socials{gap:3px!important;}
  .youtubechk-social{width:16px!important;height:16px!important;min-width:16px!important;box-shadow:none!important;}
  .youtubechk-social svg{width:10px!important;height:10px!important;}
  .youtubechk-social-youtube svg{width:13px!important;height:13px!important;}
  .youtubechk-desc{font-size:10px!important;line-height:1.25!important;margin:5px 0 7px!important;max-width:100%!important;display:block!important;}
  .youtubechk-pills{grid-column:1 / -1!important;margin-top:8px!important;gap:5px!important;}
  .youtubechk-pills span{font-size:8.5px!important;padding:5px 7px!important;}
  .youtubechk-maincards{grid-column:1 / -1!important;grid-template-columns:1fr!important;gap:8px!important;margin-top:11px!important;}
  .youtubechk-maincards>div{min-height:86px!important;border-radius:9px!important;padding:15px 14px!important;}
  .youtubechk-maincards small{font-size:8px!important;letter-spacing:.16em!important;}
  .youtubechk-maincards b{font-size:25px!important;}
  .youtubechk-rankcard.youtubechk-rank-top{min-height:118px!important;border-radius:12px!important;padding:14px!important;}
  .youtubechk-rankcard.youtubechk-rank-top b{font-size:39px!important;}
  .youtubechk-rankcard.youtubechk-rank-top em{font-size:13px!important;}
  .youtubechk-update{grid-column:1 / -1!important;font-size:9px!important;justify-content:flex-start!important;}
  .youtubechk-summary,.youtubechk-history,.youtubechk-charts,.youtubechk-videos{width:calc(100% - 0px)!important;border-left:0!important;border-right:0!important;border-radius:0!important;}
}


/* v10.1.5 requested compact fixes */
.youtubechk-live-hint{display:none!important;}
.youtubechk-brand,.youtubechk-field-label{display:none!important;}

/* smaller desktop hero copy */
.youtubechk-has-hero .youtubechk-hero-copy{margin-bottom:34px!important;}
.youtubechk-has-hero .youtubechk-hero-title{
  font-size:clamp(36px,3.8vw,56px)!important;
  line-height:1.02!important;
  margin-top:20px!important;
  letter-spacing:-.055em!important;
}
.youtubechk-has-hero .youtubechk-hero-tagline{
  font-size:18px!important;
  line-height:1.42!important;
  max-width:760px!important;
  margin:14px auto 0!important;
}
.youtubechk-has-hero .youtubechk-pill-logo{min-height:42px!important;padding:0 22px!important;font-size:16px!important;}
.youtubechk-has-hero .youtubechk-pill-logo span{width:22px!important;height:22px!important;}

/* input text should be lighter and smaller on every state */
.youtubechk-input,
.youtubechk-no-hero .youtubechk-input,
.youtubechk-has-hero .youtubechk-input{
  font-size:18px!important;
  font-weight:500!important;
  letter-spacing:0!important;
}
.youtubechk-input::placeholder,
.youtubechk-no-hero .youtubechk-input::placeholder,
.youtubechk-has-hero .youtubechk-input::placeholder{font-weight:400!important;color:#7786ae!important;}
.youtubechk-has-hero .youtubechk-search-shell{min-height:82px!important;border-radius:22px!important;}
.youtubechk-has-hero .youtubechk-input{height:80px!important;}
.youtubechk-no-hero .youtubechk-search-shell{min-height:68px!important;border-radius:22px!important;}
.youtubechk-no-hero .youtubechk-input{height:66px!important;}

/* remove desktop how-it-works tab, keep safety points only for mobile */
.youtubechk-howbox{display:none!important;}
.youtubechk-has-hero .youtubechk-safe-line{display:none!important;}

/* desktop profile card: compact and clean */
@media(min-width:901px){
  .youtubechk-result{max-width:1280px!important;margin:22px auto 0!important;}
  .youtubechk-profile{
    padding:28px 34px!important;
    gap:24px!important;
    border-radius:24px!important;
    align-items:flex-start!important;
    box-shadow:0 18px 44px rgba(15,23,42,.09)!important;
  }
  .youtubechk-avatar{flex:0 0 116px!important;width:116px!important;height:116px!important;border-width:6px!important;}
  .youtubechk-name-row{gap:11px!important;flex-wrap:wrap!important;}
  .youtubechk-name-row h2{font-size:42px!important;line-height:1!important;letter-spacing:-.055em!important;}
  .youtubechk-socials{gap:8px!important;}
  .youtubechk-social{width:32px!important;height:32px!important;min-width:32px!important;box-shadow:0 7px 14px rgba(15,23,42,.15)!important;}
  .youtubechk-social svg{width:17px!important;height:17px!important;}
  .youtubechk-social-youtube svg{width:22px!important;height:22px!important;}
  .youtubechk-desc{font-size:17px!important;line-height:1.35!important;margin:12px 0 14px!important;}
  .youtubechk-more{font-size:12px!important;padding:3px 10px!important;border-width:1px!important;}
  .youtubechk-pills{gap:10px!important;}
  .youtubechk-pills span{font-size:14px!important;padding:8px 13px!important;border-width:1px!important;}
  .youtubechk-maincards{margin-top:20px!important;grid-template-columns:1fr 1fr minmax(230px,.9fr)!important;gap:14px!important;}
  .youtubechk-maincards>div{min-height:110px!important;border-radius:13px!important;padding:18px 20px!important;}
  .youtubechk-maincards small{font-size:10px!important;letter-spacing:.16em!important;}
  .youtubechk-maincards b{font-size:31px!important;line-height:1.05!important;}
  .youtubechk-rankcard.youtubechk-rank-top b{font-size:38px!important;}
  .youtubechk-rankcard.youtubechk-rank-top em{font-size:14px!important;}
  .youtubechk-update{font-size:11px!important;margin-top:14px!important;}
}

@media(max-width:900px){
  .youtubechk-has-hero .youtubechk-hero-title{font-size:30px!important;line-height:1.06!important;margin-top:12px!important;}
  .youtubechk-has-hero .youtubechk-hero-tagline{font-size:13px!important;line-height:1.35!important;margin-top:8px!important;}
  .youtubechk-input,.youtubechk-no-hero .youtubechk-input,.youtubechk-has-hero .youtubechk-input{font-size:14px!important;font-weight:500!important;}
}

@media(max-width:640px){
  /* mobile tool bottom safety points: 3 in one minimized line */
  .youtubechk-has-hero .youtubechk-safe-line{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    white-space:nowrap!important;
    font-size:9px!important;
    line-height:1!important;
    margin:12px auto 0!important;
    color:#52658e!important;
    width:100%!important;
    overflow:hidden!important;
  }
  .youtubechk-has-hero .youtubechk-safe-line strong{margin:0 3px!important;font-size:8px!important;color:#98a7c4!important;}
  .youtubechk-has-hero .youtubechk-feature-strip{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;margin-top:18px!important;border-radius:14px!important;}
  .youtubechk-has-hero .youtubechk-feature-strip span{min-height:92px!important;padding:10px 4px!important;border-right:1px solid rgba(210,218,232,.75)!important;}
  .youtubechk-has-hero .youtubechk-feature-strip b.youtubechk-ficon{width:34px!important;height:34px!important;margin-bottom:6px!important;}
  .youtubechk-has-hero .youtubechk-feature-strip em{font-size:9px!important;line-height:1.05!important;}
  .youtubechk-has-hero .youtubechk-feature-strip small{font-size:8px!important;line-height:1.25!important;}

  /* mobile results: slight left/right margin, not edge-to-edge */
  .youtubechk-result{width:calc(100% - 14px)!important;max-width:calc(100% - 14px)!important;margin:12px auto 0!important;padding:0!important;}
  .youtubechk-profile{width:100%!important;margin:0 auto!important;border-radius:16px!important;}
  .youtubechk-input,.youtubechk-no-hero .youtubechk-input,.youtubechk-has-hero .youtubechk-input{font-size:13px!important;font-weight:500!important;}
  .youtubechk-no-hero .youtubechk-search-shell,.youtubechk-has-hero .youtubechk-search-shell{min-height:58px!important;}
  .youtubechk-no-hero .youtubechk-input,.youtubechk-has-hero .youtubechk-input{height:56px!important;}
}

@media(max-width:380px){
  .youtubechk-has-hero .youtubechk-safe-line{font-size:8px!important;gap:3px!important;}
  .youtubechk-has-hero .youtubechk-safe-line strong{margin:0 1px!important;}
  .youtubechk-has-hero .youtubechk-feature-strip em{font-size:8px!important;}
  .youtubechk-has-hero .youtubechk-feature-strip small{font-size:7px!important;}
}


/* v10.1.7 mobile width, input zoom, feature-icon and view-more fixes */
.youtubechk-hero-title{display:block!important;}
.youtubechk-input,
.youtubechk-input:focus,
.youtubechk-input:active{
  font-weight:400!important;
  -webkit-text-size-adjust:100%!important;
  text-size-adjust:100%!important;
}
.youtubechk-video-more-bottom{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:4px!important;
  min-height:24px!important;
  line-height:1!important;
  padding:5px 10px!important;
  border-radius:999px!important;
  vertical-align:middle!important;
}
.youtubechk-video-more-bottom .youtubechk-vm-icon{
  width:9px!important;
  height:9px!important;
  flex:0 0 9px!important;
  border:1.6px solid currentColor!important;
  border-radius:50%!important;
  display:inline-block!important;
  position:relative!important;
  top:0!important;
}
.youtubechk-video-more-bottom .youtubechk-vm-icon:after{
  content:""!important;
  position:absolute!important;
  left:2px!important;
  top:2px!important;
  width:3px!important;
  height:3px!important;
  border-right:1.5px solid currentColor!important;
  border-bottom:1.5px solid currentColor!important;
  transform:rotate(45deg)!important;
}

@media(min-width:901px){
  .youtubechk-has-hero .youtubechk-hero-title{font-size:clamp(32px,3.1vw,48px)!important;line-height:1.04!important;max-width:980px!important;margin-left:auto!important;margin-right:auto!important;}
  .youtubechk-has-hero .youtubechk-hero-tagline{font-size:16px!important;line-height:1.36!important;max-width:660px!important;}
  .youtubechk-result{max-width:1120px!important;}
  .youtubechk-profile{padding:22px 28px!important;gap:20px!important;border-radius:22px!important;}
  .youtubechk-avatar{width:96px!important;height:96px!important;flex:0 0 96px!important;}
  .youtubechk-name-row h2{font-size:34px!important;}
  .youtubechk-social{width:28px!important;height:28px!important;min-width:28px!important;}
  .youtubechk-social svg{width:15px!important;height:15px!important;}
  .youtubechk-social-youtube svg{width:20px!important;height:20px!important;}
  .youtubechk-desc{font-size:15px!important;margin:9px 0 12px!important;}
  .youtubechk-pills span{font-size:12px!important;padding:6px 11px!important;}
  .youtubechk-maincards{grid-template-columns:1fr 1fr minmax(210px,.86fr)!important;gap:12px!important;margin-top:16px!important;}
  .youtubechk-maincards>div{min-height:96px!important;padding:15px 16px!important;}
  .youtubechk-maincards b{font-size:27px!important;}
  .youtubechk-rankcard.youtubechk-rank-top{min-height:96px!important;padding:14px 16px!important;}
  .youtubechk-rankcard.youtubechk-rank-top b{font-size:32px!important;margin-top:12px!important;}
}

@media(max-width:640px){
  .youtubechk-wrap{padding-left:3px!important;padding-right:3px!important;max-width:100%!important;}
  .youtubechk-has-hero .youtubechk-tool-hero{width:100%!important;padding-left:10px!important;padding-right:10px!important;border-radius:14px!important;overflow:hidden!important;}
  .youtubechk-has-hero .youtubechk-search-card{padding-left:0!important;padding-right:0!important;}
  .youtubechk-has-hero .youtubechk-search-shell{padding-left:14px!important;padding-right:12px!important;}
  .youtubechk-input,.youtubechk-no-hero .youtubechk-input,.youtubechk-has-hero .youtubechk-input{
    font-size:16px!important;
    font-weight:400!important;
    transform:scale(.86)!important;
    transform-origin:left center!important;
    width:116%!important;
    max-width:116%!important;
  }
  .youtubechk-input::placeholder{font-weight:400!important;}
  .youtubechk-result{width:calc(100% - 8px)!important;max-width:calc(100% - 8px)!important;margin:12px auto 0!important;}
  .youtubechk-profile{padding:14px!important;border-radius:16px!important;}
  .youtubechk-has-hero .youtubechk-feature-strip{width:100%!important;max-width:100%!important;overflow:hidden!important;}
  .youtubechk-has-hero .youtubechk-feature-strip span{padding:9px 2px!important;overflow:hidden!important;min-width:0!important;}
  .youtubechk-has-hero .youtubechk-feature-strip b.youtubechk-ficon{width:30px!important;height:30px!important;min-width:30px!important;margin-bottom:5px!important;overflow:hidden!important;}
  .youtubechk-ficon-shield:before{width:15px!important;height:18px!important;border-width:2px!important;}
  .youtubechk-ficon-user:before{width:10px!important;height:10px!important;border-width:2px!important;}
  .youtubechk-ficon-user:after{width:20px!important;height:10px!important;border-width:2px!important;border-top:0!important;}
  .youtubechk-ficon-chart:before{width:18px!important;height:18px!important;bottom:7px!important;}
  .youtubechk-ficon-link:before{width:20px!important;height:10px!important;border-width:2px!important;}
  .youtubechk-has-hero .youtubechk-feature-strip em{font-size:8.5px!important;line-height:1.05!important;}
  .youtubechk-has-hero .youtubechk-feature-strip small{font-size:7.2px!important;line-height:1.22!important;}
  .youtubechk-video-bottom{align-items:center!important;justify-content:center!important;padding:8px!important;}
  .youtubechk-video-more-bottom{font-size:10px!important;height:24px!important;min-height:24px!important;padding:0 9px!important;}
}

@media(max-width:380px){
  .youtubechk-has-hero .youtubechk-feature-strip b.youtubechk-ficon{width:28px!important;height:28px!important;min-width:28px!important;}
  .youtubechk-has-hero .youtubechk-feature-strip em{font-size:8px!important;}
  .youtubechk-has-hero .youtubechk-feature-strip small{font-size:6.8px!important;}
}


/* v10.1.8 - mobile only width + feature strip headline-only cards */
@media(max-width:640px){
  .youtubechk-wrap{
    width:100%!important;
    max-width:100%!important;
    padding-left:0!important;
    padding-right:0!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }
  .youtubechk-has-hero .youtubechk-tool-hero,
  .youtubechk-no-hero .youtubechk-tool-hero{
    width:calc(100% - 2px)!important;
    max-width:calc(100% - 2px)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:8px!important;
    padding-right:8px!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }
  .youtubechk-has-hero .youtubechk-search-card,
  .youtubechk-no-hero .youtubechk-search-card{
    width:100%!important;
    max-width:100%!important;
  }
  .youtubechk-has-hero .youtubechk-feature-strip{
    width:100%!important;
    max-width:100%!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:0!important;
    align-items:stretch!important;
    overflow:hidden!important;
  }
  .youtubechk-has-hero .youtubechk-feature-strip span{
    min-height:74px!important;
    height:74px!important;
    padding:8px 2px 7px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    min-width:0!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }
  .youtubechk-has-hero .youtubechk-feature-strip b.youtubechk-ficon{
    width:28px!important;
    height:28px!important;
    min-width:28px!important;
    margin:0 auto 6px!important;
    transform:none!important;
    overflow:hidden!important;
  }
  .youtubechk-has-hero .youtubechk-feature-strip em{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:21px!important;
    margin:0!important;
    padding:0!important;
    font-size:8.5px!important;
    line-height:1.05!important;
    font-weight:800!important;
    letter-spacing:-.02em!important;
    color:#0d1938!important;
    max-width:100%!important;
    overflow:hidden!important;
  }
  .youtubechk-has-hero .youtubechk-feature-strip small{
    display:none!important;
  }
  .youtubechk-result{
    width:calc(100% - 4px)!important;
    max-width:calc(100% - 4px)!important;
    margin:10px auto 0!important;
    padding:0!important;
  }
  .youtubechk-profile{
    width:100%!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }
}
@media(max-width:380px){
  .youtubechk-has-hero .youtubechk-tool-hero,
  .youtubechk-no-hero .youtubechk-tool-hero{width:100%!important;max-width:100%!important;padding-left:6px!important;padding-right:6px!important;}
  .youtubechk-result{width:calc(100% - 2px)!important;max-width:calc(100% - 2px)!important;}
  .youtubechk-has-hero .youtubechk-feature-strip span{height:70px!important;min-height:70px!important;padding-left:1px!important;padding-right:1px!important;}
  .youtubechk-has-hero .youtubechk-feature-strip b.youtubechk-ficon{width:26px!important;height:26px!important;min-width:26px!important;margin-bottom:5px!important;}
  .youtubechk-has-hero .youtubechk-feature-strip em{font-size:7.8px!important;min-height:20px!important;}
}
