.drtory-yt-dashboard{
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial;
  padding:16px; border-radius:18px;
  box-shadow:0 10px 30px rgba(0,0,0,.10);
  background:#0b0f18; color:#e9eefc;
}

.yt-top{ display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:12px; }
.yt-brand .yt-logo{ font-weight:900; letter-spacing:.3px; font-size:20px; }
.yt-brand .yt-logo span{ opacity:.7; font-weight:800; }
.yt-brand .yt-tag{ opacity:.8; font-size:13px; margin-top:2px; }
.yt-links{ display:flex; flex-wrap:wrap; gap:8px; }
.yt-link{ text-decoration:none; color:#e9eefc; background:rgba(255,255,255,.08); padding:8px 10px; border-radius:999px; font-size:13px; }
.yt-link:hover{ background:rgba(255,255,255,.14); }
.yt-tabs{ display:flex; gap:8px; width:100%; }
.yt-tab{ background:rgba(255,255,255,.08); color:#e9eefc; border:0; padding:10px 12px; border-radius:12px; cursor:pointer; font-weight:900; }
.yt-tab.is-active{ background:rgba(255,255,255,.18); }

.yt-strip{ margin-top:12px; display:grid; grid-template-columns:repeat(6,1fr); gap:10px; }
@media(max-width:950px){ .yt-strip{ grid-template-columns:repeat(3,1fr);} }
.yt-stat{ background:rgba(255,255,255,.06); border-radius:14px; padding:12px; }
.yt-stat .k{ opacity:.75; font-size:12px; font-weight:800; }
.yt-stat .v{ font-size:18px; font-weight:950; margin-top:4px; }

.yt-controls{ margin-top:12px; display:flex; flex-wrap:wrap; gap:10px; align-items:flex-end; justify-content:space-between; }
.yt-search{ display:flex; gap:10px; flex:1; min-width:260px; }
.yt-input{ width:100%; padding:12px 12px; border-radius:12px; border:1px solid rgba(255,255,255,.14); background:rgba(255,255,255,.05); color:#e9eefc; font-weight:800; }
.yt-input::placeholder{ color:rgba(233,238,252,.6); }
.yt-filters{ display:flex; gap:10px; flex-wrap:wrap; align-items:center; }
.yt-lbl{ font-size:12px; font-weight:900; opacity:.85; display:flex; gap:8px; align-items:center; background:rgba(255,255,255,.06); padding:10px 12px; border-radius:14px; }
.yt-sel{ background:rgba(255,255,255,.08); color:#e9eefc; border:0; border-radius:10px; padding:8px; font-weight:900; }
.yt-chk{ font-size:12px; font-weight:900; opacity:.85; display:flex; gap:8px; align-items:center; background:rgba(255,255,255,.06); padding:10px 12px; border-radius:14px; }

.yt-canvas{ margin-top:14px; }

.yt-featured{ display:grid; grid-template-columns:1.35fr 1fr; gap:14px; }
@media (max-width:900px){ .yt-featured{ grid-template-columns:1fr; } }

.yt-player iframe{ width:100%; aspect-ratio:16/9; border:0; border-radius:14px; background:#000; }
.yt-meta{ background:rgba(255,255,255,.06); border-radius:14px; padding:14px; }
.yt-badge{ display:inline-block; margin-bottom:8px; padding:6px 10px; border-radius:999px; background:rgba(255,255,255,.12); font-weight:950; font-size:12px; }
.yt-title{ font-size:18px; font-weight:950; margin-bottom:8px; }
.yt-sub{ display:flex; flex-wrap:wrap; gap:12px; opacity:.85; font-size:13px; margin-bottom:10px; font-weight:800; }
.yt-summary{ margin:8px 0 10px; font-weight:950; opacity:.95; }
.yt-desc{ opacity:.9; font-size:13px; line-height:1.35; max-height:170px; overflow:auto; padding-right:6px; }
.yt-actions{ margin-top:10px; display:flex; gap:10px; flex-wrap:wrap; }

.yt-btn{ display:inline-block; border:0; cursor:pointer; text-decoration:none; color:#0b0f18; background:#e9eefc; padding:10px 12px; border-radius:12px; font-weight:950; }
.yt-btn2{ border:0; cursor:pointer; background:rgba(255,255,255,.10); color:#e9eefc; padding:10px 12px; border-radius:12px; font-weight:950; }
.yt-btn2:hover{ background:rgba(255,255,255,.16); }

.yt-ticker{ margin-top:12px; overflow:hidden; background:rgba(255,255,255,.06); border-radius:999px; }
.yt-ticker-inner{ display:inline-block; padding:10px 12px; animation:ytmarq 34s linear infinite; opacity:.9; font-size:13px; white-space:nowrap; font-weight:900; }
@keyframes ytmarq { from { transform:translateX(0);} to { transform:translateX(-50%);} }

.yt-wheel{ margin-top:14px; background:rgba(255,255,255,.06); border-radius:16px; padding:12px; }
.yt-wheel-inner{ display:grid; grid-template-columns:repeat(6,1fr); gap:10px; }
@media(max-width:900px){ .yt-wheel-inner{ grid-template-columns:repeat(3,1fr);} }
.yt-wheel-item{ border:0; background:rgba(255,255,255,.06); border-radius:14px; padding:8px; color:#e9eefc; cursor:pointer; text-align:left; outline:2px solid transparent; }
.yt-wheel-item.is-on{ outline-color:rgba(233,238,252,.45); }
.yt-wheel-item img{ width:100%; border-radius:10px; display:block; }
.yt-wheel-cap{ font-size:12px; margin-top:6px; opacity:.9; font-weight:900; max-height:34px; overflow:hidden; }
.yt-wheel-ctl{ display:flex; gap:10px; margin-top:10px; flex-wrap:wrap; }

.yt-ask{ margin-top:14px; background:rgba(255,255,255,.06); border-radius:16px; padding:12px; }
.yt-ask-title{ font-weight:950; font-size:16px; }
.yt-ask-sub{ opacity:.85; font-weight:800; font-size:12px; margin-top:4px; }
.yt-ask-row{ display:flex; gap:10px; margin-top:10px; flex-wrap:wrap; }
.yt-ask-input{ flex:1; min-width:240px; padding:12px 12px; border-radius:12px; border:1px solid rgba(255,255,255,.14); background:rgba(255,255,255,.05); color:#e9eefc; font-weight:850; }
.yt-ask-out{ margin-top:10px; background:rgba(0,0,0,.20); border-radius:12px; padding:12px; font-weight:800; line-height:1.35; }

.yt-grid{ margin-top:14px; display:grid; grid-template-columns:repeat(4,1fr); gap:10px; }
@media(max-width:1100px){ .yt-grid{ grid-template-columns:repeat(2,1fr);} }
@media(max-width:650px){ .yt-grid{ grid-template-columns:1fr;} }
.yt-card{ border:0; cursor:pointer; display:grid; grid-template-columns:120px 1fr; gap:10px; padding:10px; border-radius:14px; background:rgba(255,255,255,.06); color:#e9eefc; text-align:left; }
.yt-thumb{ width:120px; height:68px; object-fit:cover; border-radius:10px; background:#000; }
.yt-card-title{ font-weight:950; font-size:13px; max-height:34px; overflow:hidden; }
.yt-card-sub{ opacity:.8; font-size:12px; margin-top:6px; font-weight:850; }

.yt-empty{ margin-top:14px; padding:14px; background:rgba(255,255,255,.06); border-radius:14px; }

.yt-toast{
  position:fixed; left:50%; bottom:18px; transform:translateX(-50%);
  padding:10px 12px; border-radius:999px;
  background:rgba(233,238,252,.96); color:#0b0f18;
  font-weight:950; opacity:0; pointer-events:none;
  transition:opacity .18s ease, transform .18s ease;
  z-index:9999;
}
.yt-toast.on{ opacity:1; transform:translateX(-50%) translateY(-6px); }
