/* DLVD Cabinet Header */
@font-face{
  font-family:"Golos Text";
  src:url("/wp-content/themes/reboot_child/assets/fonts/golos-text-regular.woff2") format("woff2");
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Golos Text";
  src:url("/wp-content/themes/reboot_child/assets/fonts/golos-text-medium.woff2") format("woff2");
  font-weight:500; font-style:normal; font-display:swap;
}

:root{
  --brand:#111827;
  --muted:#6b7280;
  --line:#eef0f3;
  --bg:#ffffff;
  --tab:#3B82F6; /* синий активной вкладки */
}

.dlvd-cab-header{
  background:#fff;
  border-bottom:1px solid var(--line);
  position:relative;
  z-index:30;
}
.dlvd-cab-inner{
  max-width:1200px;
  margin:0 auto;
  padding:12px 16px;
  display:flex;
  align-items:center;
  gap:20px;
  font-family:"Golos Text", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.dlvd-brand{ display:flex; align-items:center; gap:10px; text-decoration:none; color:var(--brand); }
.dlvd-logo{ width:32px; height:32px; border-radius:8px; object-fit:cover; }
.dlvd-brand-name{ font-weight:800; font-size:24px; letter-spacing:.2px; }

.dlvd-quota{
  margin-left:8px;
  white-space:nowrap;
  font-size:14px;
  color:#111;
  background:#f3f4f6;
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:6px 10px;
  display:flex; align-items:center; gap:8px;
}
.dlvd-quota .dot{ width:6px; height:6px; background:#0ea5e9; border-radius:50%; display:inline-block; }

.dlvd-nav{ display:flex; align-items:center; gap:12px; margin-left:8px; }
.dlvd-tab{
  display:flex; align-items:center; gap:8px;
  color:#374151; text-decoration:none;
  padding:8px 12px; border-radius:10px;
  border:1px solid transparent;
}
.dlvd-tab:hover{ background:#f6f7f9; }
.dlvd-tab.active{
  color:#1d4ed8;
  background:#eff6ff;
  border-color:#dbeafe;
  font-weight:700;
}
.dlvd-tab .ico{ display:inline-flex; color:currentColor; }

.dlvd-user{ margin-left:auto; position:relative; }
.dlvd-user-btn{
  display:flex; align-items:center; gap:10px;
  background:#eceff3; border:1px solid #e5e7eb; border-radius:20px;
  padding:6px 10px; cursor:pointer; font:inherit; color:#111;
}
.dlvd-user-name{ max-width:160px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.dlvd-avatar img, .dlvd-avatar{ width:28px; height:28px; border-radius:50%; display:block; }

.dlvd-user-menu{
  position:absolute; right:0; top:42px; background:#fff;
  border:1px solid #e5e7eb; border-radius:10px; box-shadow:0 12px 24px rgba(0,0,0,.08);
  min-width:180px; padding:8px; display:flex; flex-direction:column; gap:4px;
}
.dlvd-user-menu a{
  text-decoration:none; color:#111; padding:8px 10px; border-radius:8px;
}
.dlvd-user-menu a:hover{ background:#f6f7f9; }
