.owner-management-page {
  background:
    linear-gradient(to right, rgb(28 27 27 / 4%) 1px, transparent 1px),
    linear-gradient(to bottom, rgb(28 27 27 / 4%) 1px, transparent 1px),
    #f7f8f4;
  background-size: 48px 48px;
}

.owner-management-page .flash-stack {
  top: calc(72px + var(--space-4));
}

.owner-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  width: 100%;
  border-bottom: 1px solid rgb(28 27 27 / 16%);
  background: rgb(247 248 244 / 92%);
  padding: 12px max(var(--space-5), calc((100vw - 1320px) / 2));
  backdrop-filter: blur(16px);
}

.owner-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: var(--text-md);
  font-weight: 700;
  text-decoration: none;
}

.owner-topbar__actions,
.owner-language-switch {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  flex-wrap: nowrap;
}

.owner-preview-link {
  min-height: 38px;
  padding: 9px 13px;
  box-shadow: none;
  white-space: nowrap;
}

.owner-language-switch {
  border: 1px solid rgb(28 27 27 / 18%);
  border-radius: 8px;
  background: #ffffff;
  padding: 3px;
}

.owner-language-switch a {
  display: inline-grid;
  place-items: center;
  min-width: 32px;
  min-height: 28px;
  border-radius: 6px;
  color: var(--ink);
  font-size: var(--text-xs);
  font-weight: 900;
  text-decoration: none;
}

.owner-language-switch a[aria-current="page"] {
  background: var(--ink);
  color: #ffffff;
}

.owner-shell {
  width: min(1320px, calc(100vw - 40px));
  padding: var(--space-8) 0 var(--space-12);
}

.owner-workspace {
  display: grid;
  gap: var(--space-5);
}

.owner-footer {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  width: min(1320px, calc(100vw - 40px));
  margin: 0 auto;
  border-top: 1px solid rgb(28 27 27 / 12%);
  padding: var(--space-5) 0 var(--space-8);
  color: var(--muted);
  font-size: var(--text-sm);
  font-weight: 800;
}

.owner-footer span {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: var(--text-base);
}

.owner-footer a {
  color: var(--ink);
  text-decoration-thickness: 2px;
}

.owner-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: var(--space-4);
  border: 1px solid rgb(28 27 27 / 16%);
  border-radius: 8px;
  background: #f3feff;
  padding: var(--space-5);
}

.owner-hero__copy {
  display: grid;
  gap: var(--space-2);
  min-width: 0;
}

.owner-hero__title-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  align-items: center;
}

.owner-kicker,
.owner-section-eyebrow,
.owner-preview-label {
  margin: 0;
  color: #4d5a00;
  font-size: var(--text-xs);
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.owner-hero h1 {
  max-width: none;
  font-size: clamp(1.7rem, 2.8vw, 2.15rem);
  line-height: 1;
}

.owner-code-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  max-width: 100%;
  border: 1px solid rgb(28 27 27 / 18%);
  border-radius: 7px;
  background: #ffffff;
  padding: 7px 10px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: var(--text-base);
  font-weight: 800;
  line-height: 1;
  overflow-wrap: anywhere;
}

.owner-code-pill span {
  color: var(--muted);
  font-family: var(--font-body);
  font-size: var(--text-2xs);
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.owner-hero p:not(.owner-kicker) {
  margin: 0;
  max-width: 680px;
  font-size: var(--text-base);
  line-height: 1.45;
}

.owner-hero__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 8px;
  margin: 0;
}

.owner-hero__meta div {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  border: 1px solid rgb(28 27 27 / 16%);
  border-radius: 8px;
  background: #f7f9ef;
  padding: 7px 9px;
}

.owner-hero__meta dt,
.owner-preview-facts dt {
  color: var(--muted);
  font-size: var(--text-xs);
  font-weight: 900;
  text-transform: uppercase;
}

.owner-hero__meta dd,
.owner-preview-facts dd {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: var(--text-base);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.owner-hero__status dd {
  display: flex;
  align-items: center;
}

.owner-hero .status-badge {
  padding: 5px 9px;
  font-size: var(--text-xs);
}

.owner-safety {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: var(--space-3);
  align-items: start;
  border: 1px solid #e1b100;
  border-radius: 8px;
  background: #fff7cf;
  padding: var(--space-4);
  color: #3d3400;
}

.owner-safety p {
  margin: var(--space-1) 0 0;
  color: #3d3400;
  line-height: 1.5;
}

.owner-safety__icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #c49b00;
  border-radius: 8px;
  background: #ffffff;
}

.owner-safety--analytics {
  border-color: rgb(0 97 106 / 32%);
  background:
    linear-gradient(135deg, rgb(0 224 224 / 12%), transparent 54%),
    #f5fffb;
  color: #173c3d;
}

.owner-safety--analytics p {
  color: #173c3d;
}

.owner-shortcut-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: var(--space-3);
  align-items: start;
  border: 1px solid rgb(28 27 27 / 14%);
  border-radius: 8px;
  background: rgb(255 255 255 / 92%);
  padding: var(--space-4);
  color: var(--ink);
}

.owner-shortcut-note p {
  margin: var(--space-1) 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.owner-shortcut-note__icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgb(28 27 27 / 14%);
  border-radius: 8px;
  background: #f5fffb;
  color: #00616a;
}

.owner-tabs {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(148px, 1fr));
  gap: 4px;
  justify-self: start;
  max-width: 100%;
  border: 1px solid rgb(28 27 27 / 18%);
  border-radius: 10px;
  background: #ffffff;
  padding: 4px;
}

.owner-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 8px 14px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: var(--text-sm);
  font-weight: 800;
  text-decoration: none;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.owner-tabs a:hover,
.owner-tabs a:focus-visible {
  border-color: rgb(28 27 27 / 24%);
  background: #f6ffff;
  color: var(--ink);
  outline: 0;
  transform: translateY(-1px);
}

.owner-tabs a[aria-current="page"] {
  border-color: var(--signal-deep);
  background: rgb(0 224 224 / 12%);
  box-shadow: inset 0 -3px 0 var(--signal);
}

.owner-management-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
  gap: var(--space-6);
  align-items: start;
}

.owner-edit-form,
.owner-preview-panel {
  display: grid;
  gap: var(--space-4);
}

.owner-form-section,
.owner-preview-panel {
  border: 1px solid rgb(28 27 27 / 16%);
  border-radius: 8px;
  background: rgb(255 255 255 / 94%);
}

.owner-form-section {
  display: grid;
  gap: var(--space-4);
  padding: var(--space-4);
}

.owner-form-section[hidden] {
  display: none;
}

.owner-section-heading,
.owner-preview-heading,
.owner-form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
}

.owner-section-heading h2,
.owner-preview-heading h2 {
  margin: var(--space-1) 0 0;
  font-size: var(--text-md);
  line-height: 1.08;
}

.owner-section-heading--compact {
  align-items: flex-start;
}

.owner-mode-fieldset {
  border: 0;
  padding: 0;
}

.owner-mode-fieldset legend {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.owner-mode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  border: 1px solid rgb(28 27 27 / 18%);
  border-radius: 10px;
  background: #f0efec;
  padding: 4px;
}

.owner-mode-option {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 78px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  padding: 10px;
  cursor: pointer;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.owner-mode-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.owner-mode-option:hover,
.owner-mode-option:has(input:focus-visible) {
  border-color: rgb(28 27 27 / 22%);
  background: rgb(255 255 255 / 72%);
  transform: translateY(-1px);
}

.owner-mode-option:has(input:focus-visible) {
  box-shadow: 0 0 0 3px rgb(0 224 224 / 28%);
}

.owner-mode-option:has(input:checked) {
  border-color: var(--signal-deep);
  background:
    linear-gradient(135deg, rgb(0 224 224 / 16%), transparent 58%),
    rgb(0 224 224 / 8%);
  box-shadow:
    0 0 0 1px var(--signal),
    inset 0 -3px 0 rgb(0 224 224 / 66%);
}

.owner-mode-check {
  position: relative;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border: 1px solid rgb(28 27 27 / 35%);
  border-radius: 6px;
  background: #ffffff;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.owner-mode-check::after {
  position: absolute;
  top: 5px;
  left: 8px;
  width: 6px;
  height: 10px;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  content: "";
  opacity: 0;
  transform: rotate(45deg) scale(0.65);
  transition:
    opacity 140ms ease,
    transform 180ms cubic-bezier(0.16, 1, 0.3, 1);
}

.owner-mode-option:has(input:checked) .owner-mode-check {
  border-color: var(--signal-deep);
  background: var(--signal);
  box-shadow: 0 0 0 3px rgb(0 224 224 / 24%);
  animation: owner-check-pop 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.owner-mode-option:has(input:checked) .owner-mode-check::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

.owner-mode-option > span:last-child {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.owner-mode-option strong {
  font-family: var(--font-display);
  font-size: var(--text-base);
  line-height: 1.05;
}

.owner-mode-option small {
  color: var(--muted);
  font-size: var(--text-sm);
  font-weight: 700;
  line-height: 1.28;
}

.owner-field-grid {
  display: grid;
  gap: var(--space-4);
}

.owner-field-grid--split {
  grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1fr);
  align-items: start;
}

.owner-edit-form label {
  align-content: start;
}

.owner-edit-form label > span:first-child {
  line-height: 1.2;
}

.owner-edit-form input:not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.owner-edit-form select {
  min-height: 56px;
}

.owner-edit-form textarea {
  min-height: 132px;
  line-height: 1.5;
}

.owner-upload-zone {
  gap: 10px;
  justify-items: start;
  border: 1px dashed rgb(28 27 27 / 40%);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgb(0 240 255 / 6%), transparent 52%),
    #fafafa;
  padding: var(--space-5);
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.owner-upload-zone:hover,
.owner-upload-zone:focus-within {
  border-color: #008a8a;
  background:
    linear-gradient(135deg, rgb(0 224 224 / 11%), transparent 56%),
    #fbfffb;
  box-shadow: inset 0 0 0 1px rgb(0 224 224 / 22%);
}

.owner-upload-zone strong {
  font-family: var(--font-display);
  font-size: var(--text-base);
}

.owner-upload-zone input[type="file"] {
  min-height: 54px;
  border-style: solid;
  background: #ffffff;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.owner-upload-zone input[type="file"]::file-selector-button {
  margin-right: 12px;
  border: 1px solid rgb(28 27 27 / 28%);
  border-radius: 6px;
  background: #ffffff;
  padding: 8px 12px;
  color: var(--ink);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition:
    background-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.owner-upload-zone input[type="file"]::file-selector-button:hover {
  background: var(--cyan);
  box-shadow: 2px 2px 0 var(--ink);
  transform: translate(-1px, -1px);
}

.owner-remove-image {
  align-items: center;
  border: 1px solid rgb(28 27 27 / 14%);
  border-radius: 8px;
  background: #fff7f7;
  padding: var(--space-3);
}

.owner-form-actions {
  justify-content: flex-end;
  border: 1px solid rgb(28 27 27 / 16%);
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgb(0 224 224 / 8%), transparent 42%),
    #ffffff;
  padding: var(--space-4);
}

.owner-form-actions .button .icon,
.owner-form-actions button .icon {
  transition: transform 160ms ease;
}

.owner-form-actions .button:hover .icon,
.owner-form-actions button:hover .icon {
  transform: translate(1px, -1px) rotate(-4deg);
}

.owner-preview-panel {
  position: sticky;
  top: 96px;
  padding: var(--space-5);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.owner-preview-disclosure {
  display: grid;
  gap: var(--space-4);
}

.owner-preview-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  border-radius: 8px;
  list-style: none;
  cursor: pointer;
  transition:
    background-color 160ms ease,
    color 160ms ease;
}

.owner-preview-toggle:hover,
.owner-preview-toggle:focus-visible {
  background: rgb(0 224 224 / 8%);
  outline: 0;
}

.owner-preview-toggle::-webkit-details-marker {
  display: none;
}

.owner-preview-toggle::after {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  content: "";
  transform: rotate(45deg);
  transition: transform 160ms ease;
}

.owner-preview-disclosure[open] .owner-preview-toggle::after {
  transform: rotate(225deg);
}

.owner-preview-toggle > span:first-child {
  display: grid;
  gap: var(--space-1);
  min-width: 0;
}

.owner-preview-toggle strong {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  line-height: 1.08;
}

.owner-preview-toggle__meta {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
}

.owner-preview-body {
  display: grid;
  gap: var(--space-4);
}

.owner-preview-disclosure[open] .owner-preview-body {
  animation: owner-preview-body-in 220ms ease both;
}

.owner-unsaved-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgb(28 27 27 / 16%);
  border-radius: 999px;
  background: var(--surface-high);
  padding: 5px 11px;
  color: var(--muted);
  font-size: var(--text-xs);
  font-weight: 900;
  text-transform: uppercase;
}

.owner-preview-stage {
  position: relative;
  display: grid;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgb(28 27 27 / 16%);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgb(0 224 224 / 9%), transparent 48%),
    linear-gradient(315deg, rgb(0 224 224 / 5%), transparent 38%),
    #f7f8f4;
  padding: var(--space-5);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.owner-preview-stage::before {
  position: absolute;
  inset: var(--space-3);
  border: 1px solid rgb(28 27 27 / 8%);
  border-radius: 6px;
  pointer-events: none;
  content: "";
}

.owner-preview-panel.owner-preview-updated {
  border-color: rgb(0 97 106 / 36%);
  box-shadow: 0 0 0 4px rgb(0 224 224 / 12%);
}

.owner-preview-panel.owner-preview-updated .owner-preview-stage {
  animation: owner-preview-pulse 520ms ease both;
}

.owner-preview-card {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: var(--space-4);
  min-height: 388px;
  text-align: center;
  animation: owner-card-rise 260ms ease both;
}

.owner-preview-card[hidden] {
  display: none;
}

.owner-preview-media {
  display: grid;
  place-items: center;
  width: 172px;
  height: 172px;
  overflow: hidden;
  border: 1px solid rgb(28 27 27 / 20%);
  border-radius: 8px;
  background: #e9ece4;
  box-shadow:
    4px 4px 0 var(--signal),
    -2px -2px 0 var(--ink);
}

.owner-preview-card .mini-page-live-chip {
  top: var(--space-3);
  right: var(--space-3);
}

.owner-preview-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owner-preview-fallback {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 700;
}

.owner-preview-fallback img {
  width: 78%;
  height: 78%;
  object-fit: contain;
}

.owner-preview-label {
  color: #00616a;
}

.owner-preview-card h3 {
  max-width: 360px;
  margin: 0;
  font-size: var(--text-xl);
  line-height: 1.06;
}

.owner-preview-card p:not(.owner-preview-label) {
  margin: 0;
  max-width: 360px;
  line-height: 1.5;
}

.owner-preview-cta {
  max-width: 100%;
  border-radius: 6px;
}

.owner-preview-cta .icon {
  transition: transform 160ms ease;
}

.owner-preview-cta:hover .icon {
  transform: translate(2px, -2px);
}

.owner-preview-card--redirect {
  align-content: center;
}

.owner-preview-target {
  max-width: 100%;
  border: 1px solid rgb(28 27 27 / 18%);
  border-radius: 8px;
  background: #ffffff;
  padding: var(--space-3);
  color: var(--ink);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.owner-preview-target--text {
  color: var(--muted);
}

.owner-preview-facts {
  display: grid;
  gap: var(--space-3);
  margin: 0;
}

.owner-preview-facts div {
  border-bottom: 1px solid rgb(28 27 27 / 12%);
  padding-bottom: var(--space-3);
}

.owner-preview-facts div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.owner-hero--analytics {
  background:
    radial-gradient(circle at 92% 18%, rgb(0 224 224 / 12%), transparent 24%),
    linear-gradient(135deg, #f3feff, #f4ffff 74%);
}

.owner-analytics-workspace {
  gap: var(--space-5);
}

.owner-analytics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: var(--space-4);
}

.owner-analytics-card {
  display: grid;
  align-content: start;
  gap: var(--space-2);
  min-height: 150px;
  border: 1px solid rgb(28 27 27 / 16%);
  border-radius: 8px;
  background: rgb(255 255 255 / 92%);
  padding: var(--space-4);
}

.owner-analytics-card--hero {
  background:
    linear-gradient(135deg, rgb(0 224 224 / 18%), transparent 58%),
    #ffffff;
}

.owner-analytics-card--cta {
  background:
    linear-gradient(135deg, rgb(0 224 224 / 10%), transparent 56%),
    #ffffff;
}

.owner-analytics-card strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.95;
}

.owner-analytics-card--dates strong {
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.05;
}

.owner-analytics-card p {
  margin: 0;
  font-size: var(--text-sm);
  font-weight: 720;
  line-height: 1.45;
}

.owner-signal-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
  gap: var(--space-5);
  align-items: stretch;
}

.owner-signal-card,
.owner-week-panel,
.owner-timeline-panel {
  border: 1px solid rgb(28 27 27 / 16%);
  border-radius: 8px;
  background: rgb(255 255 255 / 94%);
}

.owner-signal-card {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: var(--space-5);
  min-height: 360px;
  padding: var(--space-6);
  text-align: center;
}

.owner-signal-card h2,
.owner-week-panel__header h2 {
  margin: var(--space-1) 0 0;
  font-size: clamp(1.25rem, 2.1vw, 1.65rem);
}

.owner-signal-card p:not(.owner-section-eyebrow) {
  margin: var(--space-2) auto 0;
  max-width: 36ch;
  font-size: var(--text-base);
  line-height: 1.5;
}

.owner-signal-orbit {
  position: relative;
  display: grid;
  place-items: center;
  width: 148px;
  height: 148px;
}

.owner-signal-orbit span {
  position: absolute;
  inset: 0;
  border: 1px solid rgb(0 97 106 / 22%);
  border-radius: 999px;
  animation: owner-signal-ring 2.8s ease-out infinite;
}

.owner-signal-orbit span:nth-child(2) {
  inset: 18px;
  border-color: rgb(0 224 224 / 30%);
  animation-delay: 600ms;
}

.owner-signal-orbit img {
  position: relative;
  width: 68px;
  height: 68px;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgb(0 97 106 / 14%));
}

.owner-signal-card--empty .owner-signal-orbit span {
  animation-duration: 4s;
}

.owner-week-panel,
.owner-timeline-panel {
  display: grid;
  gap: var(--space-4);
  padding: var(--space-5);
}

.owner-week-panel__header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: var(--space-4);
}

.owner-week-panel__header > span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border: 1px solid rgb(28 27 27 / 14%);
  border-radius: 999px;
  background: #f3f6ff;
  padding: 5px 10px;
  color: #263a70;
  font-size: var(--text-2xs);
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.owner-week-signal {
  display: grid;
  grid-template-columns: repeat(7, minmax(38px, 1fr));
  gap: var(--space-3);
  align-items: end;
  min-height: 250px;
}

.owner-week-bar {
  display: grid;
  grid-template-rows: 1fr auto auto;
  gap: var(--space-2);
  align-items: end;
  min-height: 220px;
  text-align: center;
}

.owner-week-bar span {
  display: block;
  min-height: 10px;
  height: max(10px, var(--bar-height));
  border: 1px solid rgb(28 27 27 / 18%);
  border-radius: 999px 999px 6px 6px;
  background:
    linear-gradient(180deg, var(--signal-deep), var(--cyan));
  transform-origin: bottom;
  animation: owner-bar-rise 520ms ease-out both;
  animation-delay: var(--bar-delay);
}

.owner-week-bar strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: var(--text-base);
  line-height: 1;
}

.owner-week-bar em {
  color: var(--muted);
  font-size: var(--text-2xs);
  font-style: normal;
  font-weight: 900;
}

.owner-timeline {
  display: grid;
  gap: var(--space-3);
}

.owner-timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: var(--space-3);
  align-items: center;
  border: 1px solid rgb(28 27 27 / 12%);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgb(0 224 224 / 9%), transparent 44%),
    #ffffff;
  padding: var(--space-3);
}

.owner-timeline-dot {
  position: relative;
  display: block;
  width: 13px;
  height: 13px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: var(--signal);
  box-shadow: 0 0 0 3px rgb(0 224 224 / 20%);
}

.owner-timeline-dot::after {
  position: absolute;
  inset: -8px;
  border: 1px solid rgb(0 224 224 / 30%);
  border-radius: inherit;
  content: "";
  animation: owner-dot-ping 2.4s ease-out infinite;
}

.owner-timeline-main {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.owner-timeline-main time {
  color: var(--muted);
  font-size: var(--text-xs);
  font-weight: 900;
}

.owner-timeline-main strong {
  font-family: var(--font-display);
  font-size: var(--text-base);
  overflow-wrap: anywhere;
}

.owner-timeline-main span {
  color: var(--muted);
  font-size: var(--text-sm);
  font-weight: 760;
}

.owner-device-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgb(28 27 27 / 14%);
  border-radius: 999px;
  background: #f7f9ef;
  padding: 5px 10px;
  color: var(--ink);
  font-size: var(--text-xs);
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.owner-device-pill--mobile {
  background: rgb(0 224 224 / 14%);
}

.owner-device-pill--desktop {
  background: #eafbff;
}

.owner-empty-signal {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: var(--space-4);
  align-items: center;
  border: 1px dashed rgb(28 27 27 / 24%);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgb(0 224 224 / 8%), transparent 52%),
    #f6fefe;
  padding: var(--space-5);
}

.owner-empty-signal img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.owner-empty-signal h3 {
  margin-bottom: var(--space-1);
}

.owner-empty-signal p {
  margin: 0;
  font-size: var(--text-sm);
  line-height: 1.45;
}

