/* GKZiD Owner dashboard — internal ops surface */

.owner-dash-body {
  margin: 0;
  min-height: 100vh;
  background: #050608;
  color: #eaf2ff;
  font-family: "Outfit", system-ui, sans-serif;
}

.owner-dash {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px clamp(16px, 3vw, 32px) 56px;
  box-sizing: border-box;
}

.owner-dash__kicker {
  margin: 0 0 6px;
  color: #00ff9d;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.owner-dash__title {
  margin: 0 0 8px;
  font-family: "Syne", system-ui, sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.owner-dash__lead {
  margin: 0 0 22px;
  max-width: 72ch;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(234, 242, 255, 0.62);
}

.owner-dash__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.owner-dash__signed-in {
  font-size: 0.8rem;
  color: rgba(234, 242, 255, 0.5);
  flex: 1 1 160px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.owner-dash__section {
  margin-bottom: 28px;
}

.owner-dash__section-title {
  margin: 0 0 12px;
  font-family: "Syne", system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.92);
}

.owner-dash__section-hint {
  margin: -6px 0 14px;
  font-size: 0.8rem;
  color: rgba(234, 242, 255, 0.45);
  max-width: 70ch;
  line-height: 1.45;
}

.owner-metric-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 12px;
}

.owner-metric {
  padding: 14px 14px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.owner-metric__label {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(234, 242, 255, 0.45);
  margin-bottom: 6px;
}

.owner-metric__value {
  font-family: "Syne", system-ui, sans-serif;
  font-size: 1.65rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
}

.owner-metric__value--accent {
  color: #00ff9d;
}

.owner-metric__sub {
  margin-top: 6px;
  font-size: 0.7rem;
  color: rgba(234, 242, 255, 0.38);
  line-height: 1.35;
}

.owner-metric-list {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.owner-metric-list li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.8rem;
  color: rgba(234, 242, 255, 0.68);
}

.owner-metric-list strong {
  font-family: "Syne", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: #00ff9d;
}

.owner-link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
}

.owner-link-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(0, 255, 157, 0.06);
  border: 1px solid rgba(0, 255, 157, 0.22);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.owner-link-card:hover {
  border-color: rgba(0, 255, 157, 0.45);
  background: rgba(0, 255, 157, 0.1);
}

.owner-link-card__name {
  font-weight: 700;
  font-size: 0.92rem;
  color: #00ff9d;
}

.owner-link-card__hint {
  font-size: 0.75rem;
  color: rgba(234, 242, 255, 0.5);
  line-height: 1.35;
}

.owner-checklist {
  margin: 0;
  padding-left: 1.15rem;
  color: rgba(234, 242, 255, 0.55);
  font-size: 0.88rem;
  line-height: 1.55;
}

.owner-checklist li {
  margin-bottom: 6px;
}

.owner-media-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.owner-media-slot {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  padding: 12px;
}

.owner-media-slot__title {
  margin: 0 0 10px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
}

.owner-media-slot__label {
  display: block;
  margin: 0 0 4px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(234, 242, 255, 0.6);
}

.owner-media-slot__input {
  width: 100%;
  box-sizing: border-box;
  min-height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.28);
  color: #eaf2ff;
  font: inherit;
  font-size: 0.85rem;
  padding: 8px 10px;
  margin: 0 0 10px;
}

.owner-media-slot__input::placeholder {
  color: rgba(234, 242, 255, 0.34);
}

.owner-media-slot__select {
  appearance: none;
}

.owner-media-slot__preview {
  width: 100%;
  min-height: 38px;
  padding: 0 12px;
  font-size: 0.75rem;
}

.owner-media-slot__file-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 0 0 10px;
}

.owner-media-slot__mini-btn {
  min-height: 36px;
  padding: 0 10px;
  font-size: 0.68rem;
}

.owner-media-slot__file-input {
  display: none;
}

.owner-media-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  margin-top: 12px;
}

.owner-media-status {
  margin: 0;
  font-size: 0.8rem;
  color: rgba(234, 242, 255, 0.65);
}

.owner-gate {
  max-width: 520px;
  margin: 0 auto;
  padding: 36px 16px 56px;
  text-align: center;
}

.owner-gate__title {
  margin: 8px 0 12px;
  font-family: "Syne", system-ui, sans-serif;
  font-size: clamp(1.45rem, 4vw, 1.9rem);
  letter-spacing: -0.02em;
}

.owner-gate__msg {
  min-height: 1.35em;
  margin: 0 0 10px;
  color: rgba(255, 180, 120, 0.92);
  font-size: 0.9rem;
}

.owner-gate__msg:empty {
  display: none;
}

.owner-gate__lead {
  margin: 0 0 20px;
  color: rgba(234, 242, 255, 0.58);
  font-size: 0.9rem;
  line-height: 1.5;
}

.owner-gate__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.owner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 12px;
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: transform 0.1s ease, filter 0.12s ease;
}

.owner-btn:active {
  transform: scale(0.98);
}

.owner-btn--primary {
  background: linear-gradient(165deg, #00ff9d, #00c97a);
  color: #04120d;
}

.owner-btn--ghost {
  background: transparent;
  color: #00ff9d;
  border: 1px solid rgba(0, 255, 157, 0.4);
}

.is-hidden {
  display: none !important;
}
