/* Mobile app CSS — modular imports (keep each file ~300 LOC) */
@import url("./shell.css");
@import url("./components.css");
@import url("./forms.css");
@import url("./ai-stage.css");
@import url("./ai-orb.css");
@import url("./owner-docs.css");
@import url("./owner-console.css");
@import url("./phase-map.css");
@import url("./chess-tab.css");


/* ── Auth: visible Sign in (v0.94.25) ── */
.m-topbar-signin {
  flex: 0 0 auto;
  margin-left: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0, 255, 136, 0.55);
  background: linear-gradient(165deg, #1dff8a 0%, #00a855 55%, #007a40 100%);
  color: #03140a;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(0, 200, 100, 0.35);
  line-height: 1;
}
.m-topbar-signin:active {
  transform: scale(0.97);
}
.m-topbar-desktop {
  opacity: 0.75;
  font-size: 0.65rem;
}
.m-home-auth {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 360px;
}
.m-home-auth .m-btn,
.m-home-signin {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  padding: 14px 18px;
  border-radius: 14px;
  border: 1px solid rgba(0, 255, 136, 0.55);
  background: linear-gradient(165deg, #1dff8a 0%, #00a855 55%, #007a40 100%);
  color: #03140a;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 200, 100, 0.35);
  box-sizing: border-box;
}
.m-home-auth .m-btn-ghost,
.m-home-register {
  background: rgba(0, 14, 8, 0.75) !important;
  color: #b8f5cc !important;
  border: 1px solid rgba(0, 255, 136, 0.28) !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.m-home-auth-hint {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.4;
  color: #7aa88a;
  text-align: center;
}
