
.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}}
