/* Inowara app chrome — isti fajl u sitebloger i sitesocial (bez deljenog JAR-a). */
.ino-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  background: #14110e;
  color: #f3eee4;
  padding: 10px 18px;
  position: sticky;
  top: 0;
  z-index: 40;
  font-family: "Segoe UI", system-ui, sans-serif;
  font-size: 14px;
  border-bottom: 1px solid rgba(243, 238, 228, 0.12);
}
.ino-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #f3eee4;
  text-decoration: none;
  font-weight: 650;
  letter-spacing: -0.03em;
  font-size: 16px;
}
.ino-logo:hover { color: #f3eee4; }
.ino-mark {
  width: 28px;
  height: 28px;
  display: block;
  flex-shrink: 0;
}
.ino-nav {
  display: flex;
  gap: 4px;
  margin-left: 8px;
}
.ino-nav a {
  color: rgba(243, 238, 228, 0.72);
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 8px;
}
.ino-nav a:hover {
  color: #f3eee4;
  background: rgba(243, 238, 228, 0.08);
}
.ino-nav a.is-on {
  color: #14110e;
  background: #c45a28;
  font-weight: 650;
}
.ino-admin {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.ino-admin a {
  color: rgba(243, 238, 228, 0.5);
  text-decoration: none;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 6px;
}
.ino-admin a:hover { color: #f3eee4; }
.ino-site {
  color: rgba(243, 238, 228, 0.78);
  font-size: 13px;
  max-width: min(360px, 42vw);
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.ino-site select {
  background: #1c1814;
  color: #f3eee4;
  border: 1px solid rgba(243, 238, 228, 0.18);
  border-radius: 8px;
  padding: 6px 10px;
  max-width: 280px;
}
.ino-site-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ino-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}
.ino-bar form { margin: 0; }
.ino-chip {
  font-size: 12px;
  background: rgba(196, 90, 40, 0.2);
  color: #f3eee4;
  border-radius: 999px;
  padding: 3px 8px;
}
.ino-actions a,
.ino-actions button {
  background: transparent;
  border: 1px solid rgba(243, 238, 228, 0.22);
  color: #f3eee4;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
  font-family: inherit;
}
.ino-actions a:hover,
.ino-actions button:hover {
  background: rgba(243, 238, 228, 0.08);
  color: #f3eee4;
}
@media (max-width: 820px) {
  .ino-site { margin-left: 0; max-width: 100%; flex-basis: 100%; }
}
